]> git.lyx.org Git - lyx.git/blob - lib/doc/es/Math.lyx
Math.lyx: describe new support for \hspace* etc.
[lyx.git] / lib / doc / es / Math.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
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 % increase link area for cross-references and autoname them,
36 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
37 \addto\extrasspanish{%
38  \renewcommand*{\equationautorefname}[1]{}%
39  \renewcommand{\sectionautorefname}{sec.\negthinspace}%
40  \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
41  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
42 }
43
44 % don't load packages twice
45 % see first footnote in sec. 9.3
46 \@ifundefined{textcolor}{\usepackage{color}}{}
47
48 % the pages of the TOC are numbered roman
49 % and a PDF-bookmark for the TOC is added
50 \pagenumbering{roman}
51 \let\myTOC\tableofcontents
52 \renewcommand{\tableofcontents}{%
53  \vspace{1cm}
54  \pdfbookmark[1]{\contentsname}{}
55  \myTOC
56  \cleardoublepage
57  \pagenumbering{arabic}}
58
59 % insert additional vertical space of 1.5 mm between footnotes,
60 \let\myFoot\footnote
61 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
62
63 % provides caption formatting
64 \setkomafont{captionlabel}{\bfseries}
65
66 % enables calculation of values
67 \usepackage{calc}
68
69 % for multiple columns used in sec. 24.7
70 \usepackage{multicol}
71
72 % needed in sec. 19.4
73 \usepackage{remreset}
74
75 % for the Fourier transformation symbol
76 \usepackage{mathrsfs}
77
78 % define a color, used in sec.9.3
79 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
80
81 % declare operators (see sec. 10.4 and sec. 15.2)
82 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
83 \DeclareMathOperator{\sgn}{sgn}
84
85 % example definitions for sec. 20.1 
86 \newcommand{\gr}{\Longrightarrow}
87 \newcommand{\us}[1]{\underline{#1}}
88 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
89 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
90 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
91
92 % example macro from sec. 19.4
93 %\def\tagform@#1{\maketag@@@{|#1|}}
94
95 % macro from sec. 10.2
96 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
97 \def\mathclap {\mathpalette \mathclapinternal}
98 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
99
100
101 % ------------------------------------
102 % used to check for needed LaTeX packages
103 \usepackage{ifthen}
104
105 % check for package undertilde
106 % used for the command \utilde
107 \newboolean{undertilde}
108 \IfFileExists{undertilde.sty}
109  {\usepackage{undertilde}
110   \setboolean{undertilde}{true}}
111  {\setboolean{undertilde}{false}}
112
113 % check for package eurosym
114 % used for the Euro symbol
115 \newboolean{eurosym}
116 \IfFileExists{eurosym.sty}
117  {\usepackage[gennarrow]{eurosym}
118   \setboolean{eurosym}{true}}
119  {\setboolean{eurosym}{false}}
120
121 % check for package braket
122 % used for physical vectors
123 \newboolean{braket}
124 \IfFileExists{braket.sty}
125  {\usepackage{braket}
126   \setboolean{braket}{true}}
127  {\setboolean{braket}{false}}
128
129 % check for package cancel
130 \newboolean{cancel}
131 \IfFileExists{cancel.sty}
132  {\usepackage{cancel}
133   \setboolean{cancel}{true}}
134  {\setboolean{cancel}{false}}
135
136 % check for package upgreek
137 \newboolean{upgreek}
138 \IfFileExists{upgreek.sty}
139  {\usepackage{upgreek}
140   \setboolean{upgreek}{true}}
141  {\setboolean{upgreek}{false}}
142 \end_preamble
143 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
144 \use_default_options false
145 \maintain_unincluded_children false
146 \language spanish
147 \language_package default
148 \inputencoding auto
149 \fontencoding global
150 \font_roman default
151 \font_sans default
152 \font_typewriter default
153 \font_math auto
154 \font_default_family default
155 \use_non_tex_fonts false
156 \font_sc false
157 \font_osf false
158 \font_sf_scale 100
159 \font_tt_scale 100
160 \graphics default
161 \default_output_format default
162 \output_sync 0
163 \bibtex_command default
164 \index_command default
165 \paperfontsize 12
166 \spacing single
167 \use_hyperref true
168 \pdf_title "Manual detallado de Matemáticas en LyX"
169 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
170 \pdf_subject "LyX-documentation about math"
171 \pdf_keywords "LyX, Mathed"
172 \pdf_bookmarks true
173 \pdf_bookmarksnumbered true
174 \pdf_bookmarksopen true
175 \pdf_bookmarksopenlevel 1
176 \pdf_breaklinks false
177 \pdf_pdfborder false
178 \pdf_colorlinks true
179 \pdf_backref false
180 \pdf_pdfusetitle false
181 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
182 \papersize a4paper
183 \use_geometry false
184 \use_package amsmath 2
185 \use_package amssymb 2
186 \use_package cancel 0
187 \use_package esint 1
188 \use_package mathdots 1
189 \use_package mathtools 0
190 \use_package mhchem 1
191 \use_package stackrel 0
192 \use_package stmaryrd 0
193 \use_package undertilde 0
194 \cite_engine basic
195 \cite_engine_type default
196 \biblio_style plain
197 \use_bibtopic false
198 \use_indices false
199 \paperorientation portrait
200 \suppress_date false
201 \justification true
202 \use_refstyle 0
203 \notefontcolor #0000ff
204 \index Índice
205 \shortcut idx
206 \color #008000
207 \end_index
208 \secnumdepth 4
209 \tocdepth 3
210 \paragraph_separation skip
211 \defskip medskip
212 \quotes_language french
213 \papercolumns 1
214 \papersides 2
215 \paperpagestyle plain
216 \bullet 1 0 6 -1
217 \bullet 2 2 35 -1
218 \bullet 3 2 7 -1
219 \tracking_changes false
220 \output_changes false
221 \html_math_output 0
222 \html_css_as_file 0
223 \html_be_strict false
224 \end_header
225
226 \begin_body
227
228 \begin_layout Title
229 Manual detallado de
230 \begin_inset Newline newline
231 \end_inset
232
233 Matemáticas en LyX
234 \end_layout
235
236 \begin_layout Author
237 por el Equipo LyX
238 \begin_inset Foot
239 status collapsed
240
241 \begin_layout Plain Layout
242 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
243  lista de correo de documentación de LyX
244 \family typewriter
245
246 \begin_inset CommandInset href
247 LatexCommand href
248 name "lyx-docs@lists.lyx.org"
249 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
250
251 \end_inset
252
253
254 \end_layout
255
256 \end_inset
257
258
259 \begin_inset Note Note
260 status collapsed
261
262 \begin_layout Plain Layout
263 autor: Uwe Stöhr, traducción: Ignacio García
264 \end_layout
265
266 \end_inset
267
268
269 \begin_inset Newline newline
270 \end_inset
271
272
273 \begin_inset Newline newline
274 \end_inset
275
276 Versión 2.1.x
277 \end_layout
278
279 \begin_layout Standard
280 \begin_inset CommandInset toc
281 LatexCommand tableofcontents
282
283 \end_inset
284
285
286 \end_layout
287
288 \begin_layout Standard
289 \begin_inset Note Note
290 status open
291
292 \begin_layout Plain Layout
293 Para exportar este documento a PDF, PS o DVI deberían estar instalados los
294  paquetes LaTeX 
295 \series bold
296 braket, cancel, eurosym, mathdots, mhchem, undertilde
297 \series default
298  y 
299 \series bold
300 was
301 \series default
302 .
303  Si
304 \series bold
305  
306 \series default
307 no están instalados también puedes exportar el documento pero las secciones
308  en que se requieren dichos paquetes no aparecerán en la salida.
309  
310 \series bold
311 mhchem
312 \series default
313  es una excepción: si no está instalado no se puede exportar este archivo.
314 \end_layout
315
316 \begin_layout Plain Layout
317 La última versión PDF de este documento está disponible en:
318 \begin_inset Newline newline
319 \end_inset
320
321
322 \series bold
323 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
324 \end_layout
325
326 \end_inset
327
328
329 \begin_inset Newpage newpage
330 \end_inset
331
332
333 \end_layout
334
335 \begin_layout Section
336 Introducción
337 \end_layout
338
339 \begin_layout Standard
340 Este documento explica las características matemáticas de LyX y además es
341  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
342  Las explicaciones están diseñadas para el uso de comandos.
343  Por consiguiente es preciso que hayas leído la sección 
344 \emph on
345 Ecuaciones matemáticas
346 \emph default
347  de la 
348 \emph on
349 Guía del usuario
350 \emph default
351 .
352 \end_layout
353
354 \begin_layout Standard
355 La mayoría de caracteres y muchas estructuras explicadas en este manual
356  también son accesibles mediante el menú 
357 \family sans
358 Insertar\SpecialChar \menuseparator
359 Ecuación
360 \family default
361  o la barra de herramientas
362 \family sans
363  Ecuaciones
364 \family default
365 .
366  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
367  mucho más rápido usar comandos que la barra de herramientas.
368  Por tanto este manual está enfocado al uso de comandos, aunque también
369  se mencionan los botones correspondientes de las barras de herramientas
370  cuando están disponibles.
371 \end_layout
372
373 \begin_layout Standard
374 Si no se especifica lo contrario los comandos sólo están disponibles dentro
375  de las fórmulas.
376  Para poder usar todos los comandos explicados en este documento, debe usarse
377  la opción 
378 \family sans
379 Usar el paquete de ecuaciones AMS
380 \family default
381  en la configuración del documento (menú 
382 \family sans
383 Documento\SpecialChar \menuseparator
384 Configuración\SpecialChar \menuseparator
385 Opciones de ecuación
386 \family default
387 )
388 \begin_inset Foot
389 status collapsed
390
391 \begin_layout Plain Layout
392 La opción 
393 \family sans
394 Usar el paquete de ecuaciones AMS automáticamente
395 \family default
396  sólo usa ecuaciones 
397 \begin_inset ERT
398 status collapsed
399
400 \begin_layout Plain Layout
401
402
403 \backslash
404 AmS 
405 \end_layout
406
407 \end_inset
408
409
410 \begin_inset space ~
411 \end_inset
412
413  si las estructuras matemáticas son soportadas por LyX.
414 \end_layout
415
416 \end_inset
417
418 .
419 \end_layout
420
421 \begin_layout Standard
422 Este documento no recoge todos los comandos de ecuaciones 
423 \begin_inset ERT
424 status collapsed
425
426 \begin_layout Plain Layout
427
428
429 \backslash
430 AmS 
431 \end_layout
432
433 \end_inset
434
435
436 \begin_inset Foot
437 status collapsed
438
439 \begin_layout Plain Layout
440 En el archivo 
441 \family sans
442
443 \begin_inset CommandInset href
444 LatexCommand href
445 name "amsguide.ps"
446 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
447
448 \end_inset
449
450
451 \family default
452 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
453  lista con todos los comandos de ecuaciones 
454 \begin_inset ERT
455 status collapsed
456
457 \begin_layout Plain Layout
458
459
460 \backslash
461 AmS 
462 \end_layout
463
464 \end_inset
465
466 .
467 \end_layout
468
469 \end_inset
470
471  por razones de claridad.
472 \end_layout
473
474 \begin_layout Section
475 Instrucciones generales
476 \end_layout
477
478 \begin_layout Standard
479 Para crear una ecuación en línea
480 \begin_inset Index idx
481 status collapsed
482
483 \begin_layout Plain Layout
484 Ecuación ! en línea
485 \end_layout
486
487 \end_inset
488
489  insertada en una línea de texto, teclea una de las combinaciones 
490 \family sans
491 Ctrl+M, Alt+C M, Alt+M M
492 \family default
493  o pulsa el botón 
494 \begin_inset Graphics
495         filename ../../images/math-mode.png
496         scale 85
497
498 \end_inset
499
500  de la barra de herramientas.
501 \begin_inset Newline newline
502 \end_inset
503
504 Para crear una ecuación en estilo presentación
505 \begin_inset Index idx
506 status collapsed
507
508 \begin_layout Plain Layout
509 Ecuación ! presentada
510 \end_layout
511
512 \end_inset
513
514 , que se verá más grande y en su propio párrafo, teclea
515 \family sans
516  
517 \family default
518 una de estas combinaciones: 
519 \family sans
520 Ctrl+Mayúsculas+M, Alt+M D.
521 \end_layout
522
523 \begin_layout Standard
524 Para cambiar una ecuación presentada a ecuación en línea, pon el cursor
525  dentro de la ecuación y teclea
526 \family sans
527  Ctrl+M, Alt+C M, Alt+M M 
528 \family default
529 o usa el menú 
530 \family sans
531 Editar\SpecialChar \menuseparator
532 Ecuación\SpecialChar \menuseparator
533 Cambiar tipo de ecuación
534 \family default
535 .
536  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
537 \end_layout
538
539 \begin_layout Standard
540 Para mostrar partes de una ecuación en línea en el tamaño de una ecuación
541  presentada, escribe el comando 
542 \series bold
543
544 \backslash
545 displaystyle
546 \series default
547
548 \begin_inset Index idx
549 status collapsed
550
551 \begin_layout Plain Layout
552 Comandos ! D ! 
553 \backslash
554 displaystyle
555 \end_layout
556
557 \end_inset
558
559  en la ecuación y pulsa espacio.
560  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
561  de la ecuación.
562 \end_layout
563
564 \begin_layout Standard
565 En los cuadros sólo se permiten ecuaciones en línea.
566 \end_layout
567
568 \begin_layout Standard
569 Las barras 
570 \family sans
571 Ecuaciones
572 \family default
573  y 
574 \family sans
575 Paneles de ecuaciones 
576 \family default
577 se pueden visualizar mediante el menú 
578 \family sans
579 Ver\SpecialChar \menuseparator
580 Barras de herramientas
581 \family default
582 .
583  Si ahí pulsas en 
584 \begin_inset Quotes fld
585 \end_inset
586
587 Ecuaciones
588 \begin_inset Quotes frd
589 \end_inset
590
591  y/o en 
592 \begin_inset Quotes fld
593 \end_inset
594
595 Paneles de ecuaciones
596 \begin_inset Quotes frd
597 \end_inset
598
599 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
600  estado se visualiza en el menú de las barras de herramientas con una marca.
601  Si en este estado pulsas de nuevo sobre 
602 \begin_inset Quotes fld
603 \end_inset
604
605 Ecuaciones
606 \begin_inset Quotes frd
607 \end_inset
608
609  y/o 
610 \begin_inset Quotes fld
611 \end_inset
612
613 Paneles de ecuaciones
614 \begin_inset Quotes frd
615 \end_inset
616
617  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
618  de una ecuación; este estado se indica añadiendo a las entradas del menú
619  la palabra 
620 \begin_inset Quotes fld
621 \end_inset
622
623 (auto)
624 \begin_inset Quotes frd
625 \end_inset
626
627 .
628  
629 \end_layout
630
631 \begin_layout Standard
632 El modo TeX
633 \begin_inset Index idx
634 status collapsed
635
636 \begin_layout Plain Layout
637 T@TeX ! modo
638 \end_layout
639
640 \end_inset
641
642  se inicia pulsando el botón 
643 \begin_inset Graphics
644         filename ../../images/ert-insert.png
645         scale 85
646
647 \end_inset
648
649  de la barra de herramientas o con el menú 
650 \family sans
651 Insertar\SpecialChar \menuseparator
652 Código Te
653 \begin_inset ERT
654 status collapsed
655
656 \begin_layout Plain Layout
657
658 {}
659 \end_layout
660
661 \end_inset
662
663 X
664 \family default
665 , (atajo 
666 \family sans
667 Ctrl+L
668 \family default
669 ).
670 \begin_inset Note Note
671 status collapsed
672
673 \begin_layout Plain Layout
674 En LyX hay tres 
675 \begin_inset Quotes fld
676 \end_inset
677
678 nombres propios
679 \begin_inset Quotes frd
680 \end_inset
681
682  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
683  LaTeX y LyX.
684 \end_layout
685
686 \begin_layout Plain Layout
687 Para evitar que estas palabras sean reconocidas como tales nombres propios,
688  se inserta un par de llaves TeX.
689  
690 \end_layout
691
692 \end_inset
693
694
695 \end_layout
696
697 \begin_layout Standard
698 Para cambiar el preámbulo LaTeX
699 \begin_inset Index idx
700 status collapsed
701
702 \begin_layout Plain Layout
703 LaTeX, preámbulo
704 \end_layout
705
706 \end_inset
707
708 , usa el menú 
709 \family sans
710 Documento\SpecialChar \menuseparator
711 Configuración\SpecialChar \menuseparator
712 Preámbulo LaT
713 \begin_inset ERT
714 status collapsed
715
716 \begin_layout Plain Layout
717
718 {}
719 \end_layout
720
721 \end_inset
722
723 eX
724 \family default
725 .
726 \end_layout
727
728 \begin_layout Standard
729 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
730  multilínea, se pueden usar los menús 
731 \family sans
732 Editar\SpecialChar \menuseparator
733 Ecuación
734 \family default
735  y 
736 \family sans
737 Editar\SpecialChar \menuseparator
738 Filas y columnas
739 \family default
740  o la barra de herramientas de 
741 \family sans
742 Cuadro
743 \family default
744 .
745  Cuando las líneas y columnas se intercambian mediante el menú, la columna
746  o línea en la que está se cambia con la columna de la derecha o con la
747  línea de abajo, respectivamente.
748  Si el cursor está en la última columna o fila, el cambio se hace con la
749  columna de la izquierda o la línea de arriba.
750 \end_layout
751
752 \begin_layout Standard
753 Para escribir texto en fórmulas se usa 
754 \emph on
755 texto de ecuaciones
756 \emph default
757
758 \begin_inset Index idx
759 status collapsed
760
761 \begin_layout Plain Layout
762 Texto ! en ecuaciones
763 \end_layout
764
765 \end_inset
766
767 .
768 \begin_inset Foot
769 status collapsed
770
771 \begin_layout Plain Layout
772 Para ecuaciones multilínea se usa el comando 
773 \series bold
774
775 \backslash
776 intertext
777 \series default
778 , véase
779 \begin_inset space ~
780 \end_inset
781
782
783 \begin_inset CommandInset ref
784 LatexCommand ref
785 reference "sub:Texto-en-multilínea"
786
787 \end_inset
788
789 .
790 \end_layout
791
792 \end_inset
793
794  Este modo se inicia con el atajo 
795 \family sans
796 Alt+M
797 \begin_inset space ~
798 \end_inset
799
800 M
801 \family default
802  o
803 \family sans
804  Ctrl+M
805 \family default
806  o insertando el comando 
807 \series bold
808
809 \backslash
810 text
811 \series default
812
813 \begin_inset Index idx
814 status collapsed
815
816 \begin_layout Plain Layout
817 Comandos ! T ! 
818 \backslash
819 text
820 \end_layout
821
822 \end_inset
823
824 .
825  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
826  partes de la ecuación que se ven en azul.
827  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
828 a de otras partes de la fórmula.
829 \end_layout
830
831 \begin_layout Subsection*
832 Esquema de comandos
833 \end_layout
834
835 \begin_layout Standard
836 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
837  siguiente esquema:
838 \end_layout
839
840 \begin_layout Standard
841
842 \series bold
843
844 \backslash
845 nombre_del_comando[argumento opcional]{argumento requerido}
846 \end_layout
847
848 \begin_layout Standard
849 Un comando empieza siempre por una barra inversa, 
850 \begin_inset Quotes fld
851 \end_inset
852
853
854 \series bold
855
856 \backslash
857
858 \series default
859
860 \begin_inset Quotes frd
861 \end_inset
862
863 .
864  Para omitir argumentos opcionales, quita también los corchetes asociados.
865  En este documento, las llaves que encierran los argumentos requeridos se
866  denominan llaves TeX
867 \begin_inset Index idx
868 status collapsed
869
870 \begin_layout Plain Layout
871 T@TeX ! llaves
872 \end_layout
873
874 \end_inset
875
876 .
877  Si en una ecuación añades una llave de apertura al nombre de un comando,
878  LyX crea automáticamente una llave TeX.
879  En todos los demás casos las llaves TeX se crean en las ecuaciones con
880  el comando 
881 \series bold
882
883 \backslash
884 {
885 \series default
886 .
887  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
888  que se muestran en azul.
889  En modo TeX no hace falta comando para poner llaves TeX.
890  Las llaves TeX no aparecen en la salida.
891 \end_layout
892
893 \begin_layout Standard
894 En el caso de comandos sin argumentos, como los comandos para símbolos que
895  se introducen en modo TeX, 
896 \emph on
897 siempre
898 \emph default
899  debe teclearse un espacio tras el comando para finalizarlo.
900  Este espacio no aparece en la salida.
901  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
902  de un espacio protegido en texto normal.
903 \end_layout
904
905 \begin_layout Standard
906 Un espacio protegido se inserta con 
907 \family sans
908 Ctrl+Espacio
909 \family default
910 .
911 \end_layout
912
913 \begin_layout Subsection*
914 Explicación de la sintaxis
915 \end_layout
916
917 \begin_layout Itemize
918 El símbolo 
919 \begin_inset space \textvisiblespace{}
920 \end_inset
921
922  indica que hay que teclear un espacio.
923 \end_layout
924
925 \begin_layout Itemize
926 Una flecha como 
927 \begin_inset Formula $\rightarrow$
928 \end_inset
929
930  indica el uso de la correspondiente tecla de flecha.
931  La tecla 
932 \family sans
933 Tab
934 \family default
935  se puede usar a menudo en vez de 
936 \begin_inset Formula $\rightarrow$
937 \end_inset
938
939  y 
940 \begin_inset Formula $\downarrow$
941 \end_inset
942
943 , y 
944 \family sans
945 Mayús+Tab
946 \family default
947  en vez de 
948 \begin_inset Formula $\leftarrow$
949 \end_inset
950
951  y 
952 \begin_inset Formula $\uparrow$
953 \end_inset
954
955 .
956 \end_layout
957
958 \begin_layout Subsection*
959 Unidades disponibles
960 \end_layout
961
962 \begin_layout Standard
963 \align center
964 \begin_inset Float table
965 placement H
966 wide false
967 sideways false
968 status open
969
970 \begin_layout Plain Layout
971 \align center
972 \begin_inset Caption Standard
973
974 \begin_layout Plain Layout
975 \begin_inset CommandInset label
976 LatexCommand label
977 name "tab:Unidades-disponibles"
978
979 \end_inset
980
981 Unidades disponibles
982 \end_layout
983
984 \end_inset
985
986
987 \end_layout
988
989 \begin_layout Plain Layout
990 \align center
991 \begin_inset Tabular
992 <lyxtabular version="3" rows="13" columns="2">
993 <features rotate="0" tabularvalignment="middle">
994 <column alignment="center" valignment="top">
995 <column alignment="center" valignment="top">
996 <row>
997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
998 \begin_inset Text
999
1000 \begin_layout Plain Layout
1001 Unidad
1002 \end_layout
1003
1004 \end_inset
1005 </cell>
1006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1007 \begin_inset Text
1008
1009 \begin_layout Plain Layout
1010 Nombre / Descripción
1011 \end_layout
1012
1013 \end_inset
1014 </cell>
1015 </row>
1016 <row>
1017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1018 \begin_inset Text
1019
1020 \begin_layout Plain Layout
1021 mm
1022 \end_layout
1023
1024 \end_inset
1025 </cell>
1026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1027 \begin_inset Text
1028
1029 \begin_layout Plain Layout
1030 Milímetro
1031 \end_layout
1032
1033 \end_inset
1034 </cell>
1035 </row>
1036 <row>
1037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1038 \begin_inset Text
1039
1040 \begin_layout Plain Layout
1041 cm
1042 \end_layout
1043
1044 \end_inset
1045 </cell>
1046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1047 \begin_inset Text
1048
1049 \begin_layout Plain Layout
1050 Centímetro
1051 \end_layout
1052
1053 \end_inset
1054 </cell>
1055 </row>
1056 <row>
1057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1058 \begin_inset Text
1059
1060 \begin_layout Plain Layout
1061 in
1062 \end_layout
1063
1064 \end_inset
1065 </cell>
1066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1067 \begin_inset Text
1068
1069 \begin_layout Plain Layout
1070 Pulgada (1
1071 \begin_inset space \thinspace{}
1072 \end_inset
1073
1074 in = 2,54
1075 \begin_inset space \thinspace{}
1076 \end_inset
1077
1078 cm)
1079 \end_layout
1080
1081 \end_inset
1082 </cell>
1083 </row>
1084 <row>
1085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1086 \begin_inset Text
1087
1088 \begin_layout Plain Layout
1089 pt
1090 \end_layout
1091
1092 \end_inset
1093 </cell>
1094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1095 \begin_inset Text
1096
1097 \begin_layout Plain Layout
1098 Punto (72.27
1099 \begin_inset space \thinspace{}
1100 \end_inset
1101
1102 pt = 1
1103 \begin_inset space \thinspace{}
1104 \end_inset
1105
1106 in)
1107 \end_layout
1108
1109 \end_inset
1110 </cell>
1111 </row>
1112 <row>
1113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1114 \begin_inset Text
1115
1116 \begin_layout Plain Layout
1117 pc
1118 \end_layout
1119
1120 \end_inset
1121 </cell>
1122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1123 \begin_inset Text
1124
1125 \begin_layout Plain Layout
1126 Pica (1
1127 \begin_inset space \thinspace{}
1128 \end_inset
1129
1130 pc = 12
1131 \begin_inset space \thinspace{}
1132 \end_inset
1133
1134 pt)
1135 \end_layout
1136
1137 \end_inset
1138 </cell>
1139 </row>
1140 <row>
1141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1142 \begin_inset Text
1143
1144 \begin_layout Plain Layout
1145 sp
1146 \end_layout
1147
1148 \end_inset
1149 </cell>
1150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1151 \begin_inset Text
1152
1153 \begin_layout Plain Layout
1154 Punto escalado (65536
1155 \begin_inset space \thinspace{}
1156 \end_inset
1157
1158 sp = 1
1159 \begin_inset space \thinspace{}
1160 \end_inset
1161
1162 pt)
1163 \end_layout
1164
1165 \end_inset
1166 </cell>
1167 </row>
1168 <row>
1169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1170 \begin_inset Text
1171
1172 \begin_layout Plain Layout
1173 bp
1174 \end_layout
1175
1176 \end_inset
1177 </cell>
1178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1179 \begin_inset Text
1180
1181 \begin_layout Plain Layout
1182 Punto grande (72
1183 \begin_inset space \thinspace{}
1184 \end_inset
1185
1186 bp = 1
1187 \begin_inset space \thinspace{}
1188 \end_inset
1189
1190 in)
1191 \end_layout
1192
1193 \end_inset
1194 </cell>
1195 </row>
1196 <row>
1197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1198 \begin_inset Text
1199
1200 \begin_layout Plain Layout
1201 dd
1202 \end_layout
1203
1204 \end_inset
1205 </cell>
1206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1207 \begin_inset Text
1208
1209 \begin_layout Plain Layout
1210 Didot (1
1211 \begin_inset space \thinspace{}
1212 \end_inset
1213
1214 dd 
1215 \begin_inset Formula $\approx$
1216 \end_inset
1217
1218  0.376
1219 \begin_inset space \thinspace{}
1220 \end_inset
1221
1222 mm)
1223 \end_layout
1224
1225 \end_inset
1226 </cell>
1227 </row>
1228 <row>
1229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1230 \begin_inset Text
1231
1232 \begin_layout Plain Layout
1233 cc
1234 \end_layout
1235
1236 \end_inset
1237 </cell>
1238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1239 \begin_inset Text
1240
1241 \begin_layout Plain Layout
1242 Cicero (1
1243 \begin_inset space \thinspace{}
1244 \end_inset
1245
1246 cc = 12
1247 \begin_inset space \thinspace{}
1248 \end_inset
1249
1250 dd)
1251 \end_layout
1252
1253 \end_inset
1254 </cell>
1255 </row>
1256 <row>
1257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1258 \begin_inset Text
1259
1260 \begin_layout Plain Layout
1261 ex
1262 \end_layout
1263
1264 \end_inset
1265 </cell>
1266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1267 \begin_inset Text
1268
1269 \begin_layout Plain Layout
1270 Altura de la letra 
1271 \begin_inset Quotes fld
1272 \end_inset
1273
1274
1275 \emph on
1276 x
1277 \emph default
1278
1279 \begin_inset Quotes frd
1280 \end_inset
1281
1282  en la tipografía actual
1283 \end_layout
1284
1285 \end_inset
1286 </cell>
1287 </row>
1288 <row>
1289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1290 \begin_inset Text
1291
1292 \begin_layout Plain Layout
1293 em
1294 \end_layout
1295
1296 \end_inset
1297 </cell>
1298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1299 \begin_inset Text
1300
1301 \begin_layout Plain Layout
1302 Anchura de la letra 
1303 \begin_inset Quotes fld
1304 \end_inset
1305
1306
1307 \emph on
1308 M
1309 \emph default
1310
1311 \begin_inset Quotes frd
1312 \end_inset
1313
1314  en la tipografía actual
1315 \end_layout
1316
1317 \end_inset
1318 </cell>
1319 </row>
1320 <row>
1321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1322 \begin_inset Text
1323
1324 \begin_layout Plain Layout
1325 mu
1326 \end_layout
1327
1328 \end_inset
1329 </cell>
1330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1331 \begin_inset Text
1332
1333 \begin_layout Plain Layout
1334 Unidad matemática (1
1335 \begin_inset space \thinspace{}
1336 \end_inset
1337
1338 mu = 
1339 \begin_inset Formula $\nicefrac{1}{18}$
1340 \end_inset
1341
1342
1343 \begin_inset space \thinspace{}
1344 \end_inset
1345
1346 em)
1347 \end_layout
1348
1349 \end_inset
1350 </cell>
1351 </row>
1352 </lyxtabular>
1353
1354 \end_inset
1355
1356
1357 \end_layout
1358
1359 \end_inset
1360
1361
1362 \end_layout
1363
1364 \begin_layout Standard
1365 \align center
1366 \begin_inset Newpage newpage
1367 \end_inset
1368
1369
1370 \end_layout
1371
1372 \begin_layout Section
1373 Funciones básicas
1374 \end_layout
1375
1376 \begin_layout Subsection
1377 Exponentes
1378 \begin_inset Index idx
1379 status collapsed
1380
1381 \begin_layout Plain Layout
1382 Exponentes
1383 \end_layout
1384
1385 \end_inset
1386
1387  e índices
1388 \begin_inset Index idx
1389 status collapsed
1390
1391 \begin_layout Plain Layout
1392 Indices@Índices
1393 \end_layout
1394
1395 \end_inset
1396
1397
1398 \begin_inset Index idx
1399 status collapsed
1400
1401 \begin_layout Plain Layout
1402 Superíndices|see
1403 \begin_inset ERT
1404 status collapsed
1405
1406 \begin_layout Plain Layout
1407
1408 {
1409 \end_layout
1410
1411 \end_inset
1412
1413 Exponentes
1414 \begin_inset ERT
1415 status collapsed
1416
1417 \begin_layout Plain Layout
1418
1419 }
1420 \end_layout
1421
1422 \end_inset
1423
1424
1425 \end_layout
1426
1427 \end_inset
1428
1429
1430 \begin_inset Index idx
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434 Subíndices|see
1435 \begin_inset ERT
1436 status collapsed
1437
1438 \begin_layout Plain Layout
1439
1440 {
1441 \end_layout
1442
1443 \end_inset
1444
1445 Índices
1446 \begin_inset ERT
1447 status collapsed
1448
1449 \begin_layout Plain Layout
1450
1451 }
1452 \end_layout
1453
1454 \end_inset
1455
1456
1457 \end_layout
1458
1459 \end_inset
1460
1461
1462 \end_layout
1463
1464 \begin_layout Standard
1465 Los subíndices se componen con un guión bajo 
1466 \begin_inset Quotes fld
1467 \end_inset
1468
1469 _
1470 \begin_inset Quotes frd
1471 \end_inset
1472
1473  o con el botón de la barra de herramientas de ecuaciones 
1474 \begin_inset Graphics
1475         filename ../../images/math-subscript.png
1476         scale 85
1477
1478 \end_inset
1479
1480 , los superíndices con un circunflejo 
1481 \begin_inset Quotes fld
1482 \end_inset
1483
1484 ^
1485 \begin_inset Quotes frd
1486 \end_inset
1487
1488  o con el botón de la barra de herramientas de ecuaciones 
1489 \begin_inset Graphics
1490         filename ../../images/math-superscript.png
1491         scale 85
1492
1493 \end_inset
1494
1495 .
1496 \end_layout
1497
1498 \begin_layout Standard
1499 \noindent
1500 \align center
1501 \begin_inset Tabular
1502 <lyxtabular version="3" rows="4" columns="2">
1503 <features rotate="0" tabularvalignment="middle">
1504 <column alignment="center" valignment="top">
1505 <column alignment="center" valignment="top">
1506 <row>
1507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1508 \begin_inset Text
1509
1510 \begin_layout Plain Layout
1511 Comando
1512 \end_layout
1513
1514 \end_inset
1515 </cell>
1516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1517 \begin_inset Text
1518
1519 \begin_layout Plain Layout
1520 Resultado
1521 \begin_inset Note Note
1522 status open
1523
1524 \begin_layout Plain Layout
1525
1526 \series bold
1527
1528 \backslash
1529 raisebox
1530 \series default
1531  sólo se usa como espaciador.
1532 \end_layout
1533
1534 \end_inset
1535
1536
1537 \end_layout
1538
1539 \end_inset
1540 </cell>
1541 </row>
1542 <row>
1543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1544 \begin_inset Text
1545
1546 \begin_layout Plain Layout
1547 B_V
1548 \end_layout
1549
1550 \end_inset
1551 </cell>
1552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1553 \begin_inset Text
1554
1555 \begin_layout Plain Layout
1556 \begin_inset Formula $B_{V}$
1557 \end_inset
1558
1559
1560 \end_layout
1561
1562 \end_inset
1563 </cell>
1564 </row>
1565 <row>
1566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1567 \begin_inset Text
1568
1569 \begin_layout Plain Layout
1570 B^V
1571 \end_layout
1572
1573 \end_inset
1574 </cell>
1575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1576 \begin_inset Text
1577
1578 \begin_layout Plain Layout
1579 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1580 \end_inset
1581
1582
1583 \end_layout
1584
1585 \end_inset
1586 </cell>
1587 </row>
1588 <row>
1589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1590 \begin_inset Text
1591
1592 \begin_layout Plain Layout
1593 B^
1594 \begin_inset space \textvisiblespace{}
1595 \end_inset
1596
1597 A
1598 \end_layout
1599
1600 \end_inset
1601 </cell>
1602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1603 \begin_inset Text
1604
1605 \begin_layout Plain Layout
1606 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1607 \end_inset
1608
1609
1610 \end_layout
1611
1612 \end_inset
1613 </cell>
1614 </row>
1615 </lyxtabular>
1616
1617 \end_inset
1618
1619
1620 \end_layout
1621
1622 \begin_layout Standard
1623 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1624  caso acentuará las vocales y no servirá para entrar en modo exponente.
1625 \begin_inset Foot
1626 status collapsed
1627
1628 \begin_layout Plain Layout
1629 Dependiendo de la configuración del teclado esto puede suceder también con
1630  otros caracteres además de las vocales.
1631 \end_layout
1632
1633 \end_inset
1634
1635  Para conseguir exponentes en estos casos debes pulsar 
1636 \family sans
1637 Espacio
1638 \family default
1639  tras el circunflejo, como en el último ejemplo, o dos circunflejos seguidos.
1640  
1641 \end_layout
1642
1643 \begin_layout Subsection
1644 Fracciones
1645 \begin_inset CommandInset label
1646 LatexCommand label
1647 name "sub:Fracciones"
1648
1649 \end_inset
1650
1651
1652 \begin_inset Index idx
1653 status collapsed
1654
1655 \begin_layout Plain Layout
1656 Fracciones
1657 \end_layout
1658
1659 \end_inset
1660
1661
1662 \end_layout
1663
1664 \begin_layout Standard
1665 Las fracciones se generan con el comando 
1666 \series bold
1667
1668 \backslash
1669 frac
1670 \series default
1671
1672 \begin_inset Index idx
1673 status collapsed
1674
1675 \begin_layout Plain Layout
1676 Comandos ! F ! 
1677 \backslash
1678 frac
1679 \end_layout
1680
1681 \end_inset
1682
1683  o con el botón 
1684 \begin_inset Graphics
1685         filename ../../images/math/frac.png
1686         scale 50
1687
1688 \end_inset
1689
1690  de la barra de herramientas.
1691  El tamaño de tipografía se ajusta automáticamente, dependiendo de si la
1692  fracción está en línea o en estilo presentación.
1693  Con el botón 
1694 \begin_inset Graphics
1695         filename ../../images/math/frac-square.png
1696         scale 85
1697
1698 \end_inset
1699
1700 de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1701  de fracciones.
1702 \end_layout
1703
1704 \begin_layout Standard
1705 Con el comando 
1706 \series bold
1707
1708 \backslash
1709 dfrac
1710 \series default
1711
1712 \begin_inset Index idx
1713 status collapsed
1714
1715 \begin_layout Plain Layout
1716 Comandos ! D ! 
1717 \backslash
1718 dfrac
1719 \end_layout
1720
1721 \end_inset
1722
1723  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1724  presentación.
1725  Con 
1726 \series bold
1727
1728 \backslash
1729 tfrac
1730 \series default
1731
1732 \begin_inset Index idx
1733 status collapsed
1734
1735 \begin_layout Plain Layout
1736 Comandos ! T ! 
1737 \backslash
1738 tfrac
1739 \end_layout
1740
1741 \end_inset
1742
1743  la fracción tiene siempre el tamaño del estilo en línea.
1744  Un ejemplo:
1745 \end_layout
1746
1747 \begin_layout Standard
1748 Una línea con la fracción 
1749 \begin_inset Formula $\frac{1}{2}$
1750 \end_inset
1751
1752  creada con el comando 
1753 \series bold
1754
1755 \backslash
1756 frac
1757 \series default
1758 .
1759  
1760 \end_layout
1761
1762 \begin_layout Standard
1763 Una línea con la fracción 
1764 \begin_inset Formula $\dfrac{1}{2}$
1765 \end_inset
1766
1767  creada con el comando 
1768 \series bold
1769
1770 \backslash
1771 dfrac
1772 \series default
1773 .
1774 \end_layout
1775
1776 \begin_layout Standard
1777 \noindent
1778 \align center
1779 \begin_inset Tabular
1780 <lyxtabular version="3" rows="4" columns="2">
1781 <features rotate="0" tabularvalignment="middle">
1782 <column alignment="center" valignment="top">
1783 <column alignment="center" valignment="top">
1784 <row>
1785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1786 \begin_inset Text
1787
1788 \begin_layout Plain Layout
1789 Comando
1790 \end_layout
1791
1792 \end_inset
1793 </cell>
1794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1795 \begin_inset Text
1796
1797 \begin_layout Plain Layout
1798 Resultado
1799 \begin_inset Note Note
1800 status collapsed
1801
1802 \begin_layout Plain Layout
1803
1804 \series bold
1805
1806 \backslash
1807 raisebox
1808 \series default
1809  se usa sólo como espaciador
1810 \end_layout
1811
1812 \end_inset
1813
1814
1815 \end_layout
1816
1817 \end_inset
1818 </cell>
1819 </row>
1820 <row>
1821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Plain Layout
1825
1826 \backslash
1827 frac
1828 \begin_inset space \textvisiblespace{}
1829 \end_inset
1830
1831 A
1832 \begin_inset Formula $\downarrow$
1833 \end_inset
1834
1835 B
1836 \end_layout
1837
1838 \end_inset
1839 </cell>
1840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1841 \begin_inset Text
1842
1843 \begin_layout Plain Layout
1844 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1845 \end_inset
1846
1847
1848 \end_layout
1849
1850 \end_inset
1851 </cell>
1852 </row>
1853 <row>
1854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1855 \begin_inset Text
1856
1857 \begin_layout Plain Layout
1858
1859 \backslash
1860 dfrac
1861 \begin_inset space \textvisiblespace{}
1862 \end_inset
1863
1864 A
1865 \begin_inset Formula $\downarrow$
1866 \end_inset
1867
1868 B
1869 \end_layout
1870
1871 \end_inset
1872 </cell>
1873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1874 \begin_inset Text
1875
1876 \begin_layout Plain Layout
1877 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1878 \end_inset
1879
1880
1881 \end_layout
1882
1883 \end_inset
1884 </cell>
1885 </row>
1886 <row>
1887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1888 \begin_inset Text
1889
1890 \begin_layout Plain Layout
1891
1892 \backslash
1893 dfrac
1894 \begin_inset space \textvisiblespace{}
1895 \end_inset
1896
1897 e^
1898 \backslash
1899 frac
1900 \begin_inset space \textvisiblespace{}
1901 \end_inset
1902
1903 1
1904 \begin_inset Formula $\downarrow$
1905 \end_inset
1906
1907 2
1908 \begin_inset Formula $\downarrow$
1909 \end_inset
1910
1911 3
1912 \end_layout
1913
1914 \end_inset
1915 </cell>
1916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1917 \begin_inset Text
1918
1919 \begin_layout Plain Layout
1920 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1921 \end_inset
1922
1923
1924 \end_layout
1925
1926 \end_inset
1927 </cell>
1928 </row>
1929 </lyxtabular>
1930
1931 \end_inset
1932
1933
1934 \begin_inset VSpace bigskip
1935 \end_inset
1936
1937
1938 \end_layout
1939
1940 \begin_layout Standard
1941 Para fracciones anidadas se puede usar el comando 
1942 \series bold
1943
1944 \backslash
1945 cfrac
1946 \series default
1947
1948 \begin_inset Index idx
1949 status collapsed
1950
1951 \begin_layout Plain Layout
1952 Comandos ! C ! 
1953 \backslash
1954 cfrac
1955 \end_layout
1956
1957 \end_inset
1958
1959 .
1960  Un ejemplo:
1961 \begin_inset VSpace -3mm
1962 \end_inset
1963
1964
1965 \end_layout
1966
1967 \begin_layout Standard
1968 \begin_inset Formula 
1969 \begin{align*}
1970 \textrm{creada con \textbf{\textbackslash frac}} &  & \textrm{creada con \textbf{\textbackslash cfrac}}\\
1971 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1972 \end{align*}
1973
1974 \end_inset
1975
1976
1977 \end_layout
1978
1979 \begin_layout Standard
1980 El comando para el ejemplo de arriba es:
1981 \end_layout
1982
1983 \begin_layout Standard
1984
1985 \series bold
1986
1987 \backslash
1988 cfrac
1989 \begin_inset space \textvisiblespace{}
1990 \end_inset
1991
1992 A
1993 \begin_inset Formula $\downarrow$
1994 \end_inset
1995
1996 B+
1997 \backslash
1998 cfrac
1999 \begin_inset space \textvisiblespace{}
2000 \end_inset
2001
2002 C+
2003 \backslash
2004 cfrac
2005 \begin_inset space \textvisiblespace{}
2006 \end_inset
2007
2008 E
2009 \begin_inset Formula $\downarrow$
2010 \end_inset
2011
2012 F
2013 \begin_inset Formula $\downarrow$
2014 \end_inset
2015
2016 D
2017 \end_layout
2018
2019 \begin_layout Standard
2020 \begin_inset VSpace medskip
2021 \end_inset
2022
2023
2024 \end_layout
2025
2026 \begin_layout Standard
2027
2028 \series bold
2029
2030 \backslash
2031 cfrac
2032 \series default
2033  compone la fracción siempre en el tamaño del estilo presentación, también
2034  cuando es parte de otra fracción.
2035 \end_layout
2036
2037 \begin_layout Standard
2038 Es posible especificar la alineación del numerador.
2039  El comando 
2040 \series bold
2041
2042 \backslash
2043 cfracleft
2044 \series default
2045  se usa para alinearlo a la izquierda, el comando 
2046 \series bold
2047
2048 \backslash
2049 cfracright
2050 \series default
2051  para alinearlo a la derecha, 
2052 \series bold
2053
2054 \backslash
2055 cfrac
2056 \series default
2057  centra el numerador.
2058 \end_layout
2059
2060 \begin_layout Standard
2061 Estas fracciones muestran las distintas alineaciones:
2062 \end_layout
2063
2064 \begin_layout Standard
2065
2066 \series bold
2067 \begin_inset Formula 
2068 \[
2069 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2070 \]
2071
2072 \end_inset
2073
2074
2075 \end_layout
2076
2077 \begin_layout Standard
2078 \noindent
2079 \begin_inset Note Greyedout
2080 status open
2081
2082 \begin_layout Plain Layout
2083
2084 \series bold
2085 Nota
2086 \series default
2087
2088 \series bold
2089
2090 \backslash
2091 cfracleft
2092 \series default
2093  y
2094 \series bold
2095  
2096 \backslash
2097 cfracright
2098 \series default
2099  no son comandos LaTeX reales sino sustituciones del comando 
2100 \series bold
2101
2102 \backslash
2103 cfrac[posición del numerador]{numerador}{denominador}
2104 \series default
2105  .
2106  Por tanto no puedes usarlos código TeX.
2107 \end_layout
2108
2109 \end_inset
2110
2111
2112 \begin_inset VSpace medskip
2113 \end_inset
2114
2115
2116 \end_layout
2117
2118 \begin_layout Standard
2119 Muchas veces es adecuado combinar 
2120 \series bold
2121
2122 \backslash
2123 cfrac
2124 \series default
2125  y 
2126 \series bold
2127
2128 \backslash
2129 frac
2130 \series default
2131 :
2132 \begin_inset Formula 
2133 \[
2134 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2135 \]
2136
2137 \end_inset
2138
2139
2140 \end_layout
2141
2142 \begin_layout Standard
2143 Para componer fracciones en línea con raya de fracción inclinada puedes
2144  usar el comando 
2145 \series bold
2146
2147 \backslash
2148 nicefrac
2149 \series default
2150
2151 \begin_inset Index idx
2152 status collapsed
2153
2154 \begin_layout Plain Layout
2155 Comandos ! N ! 
2156 \backslash
2157 nicefrac
2158 \end_layout
2159
2160 \end_inset
2161
2162
2163 \begin_inset Formula $\nicefrac{5}{31}$
2164 \end_inset
2165
2166  Hay además el comando 
2167 \series bold
2168
2169 \backslash
2170 unitfracthree
2171 \series default
2172  que permite escribir una fracción en combinación con un número: 
2173 \begin_inset Formula $\unitfrac[2]{1}{3}$
2174 \end_inset
2175
2176
2177 \end_layout
2178
2179 \begin_layout Standard
2180 \begin_inset Note Greyedout
2181 status open
2182
2183 \begin_layout Plain Layout
2184
2185 \series bold
2186 Nota
2187 \series default
2188
2189 \series bold
2190
2191 \backslash
2192 unitfracthree
2193 \series default
2194  no es un comando LaTeX auténtico, sino un equivalente al comando
2195 \begin_inset Newline newline
2196 \end_inset
2197
2198
2199 \series bold
2200
2201 \backslash
2202 unitfrac[número]{numerador}{denominador}
2203 \series default
2204  .
2205  Por tanto no puedes usarlo en código TeX.
2206 \end_layout
2207
2208 \end_inset
2209
2210
2211 \end_layout
2212
2213 \begin_layout Standard
2214 En la 
2215 \begin_inset CommandInset ref
2216 LatexCommand ref
2217 reference "sub:Fracciones-personalizadas"
2218
2219 \end_inset
2220
2221  se explica cómo componer fracciones personalizadas en las que la raya de
2222  fracción se puede cambiar.
2223 \end_layout
2224
2225 \begin_layout Standard
2226 \begin_inset Newpage newpage
2227 \end_inset
2228
2229
2230 \end_layout
2231
2232 \begin_layout Subsection
2233 Raíces
2234 \begin_inset Index idx
2235 status collapsed
2236
2237 \begin_layout Plain Layout
2238 Raíces
2239 \end_layout
2240
2241 \end_inset
2242
2243
2244 \end_layout
2245
2246 \begin_layout Standard
2247 Las raíces cuadradas se componen con 
2248 \series bold
2249
2250 \backslash
2251 sqrt
2252 \series default
2253
2254 \begin_inset Index idx
2255 status collapsed
2256
2257 \begin_layout Plain Layout
2258 Comandos ! S ! 
2259 \backslash
2260 sqrt
2261 \end_layout
2262
2263 \end_inset
2264
2265  o con el botón 
2266 \begin_inset Graphics
2267         filename ../../images/math/sqrt.png
2268         scale 85
2269
2270 \end_inset
2271
2272  de la barra de ecuaciones; todas las demás raíces con el comando 
2273 \series bold
2274
2275 \backslash
2276 root
2277 \series default
2278
2279 \begin_inset Index idx
2280 status collapsed
2281
2282 \begin_layout Plain Layout
2283 Comandos ! R ! 
2284 \backslash
2285 root
2286 \end_layout
2287
2288 \end_inset
2289
2290  o con el botón 
2291 \begin_inset Graphics
2292         filename ../../images/math/root.png
2293         scale 85
2294
2295 \end_inset
2296
2297 .
2298 \end_layout
2299
2300 \begin_layout Standard
2301 \noindent
2302 \align center
2303 \begin_inset Tabular
2304 <lyxtabular version="3" rows="3" columns="2">
2305 <features rotate="0" tabularvalignment="middle">
2306 <column alignment="center" valignment="top">
2307 <column alignment="center" valignment="top">
2308 <row>
2309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2310 \begin_inset Text
2311
2312 \begin_layout Plain Layout
2313 Comando
2314 \end_layout
2315
2316 \end_inset
2317 </cell>
2318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2319 \begin_inset Text
2320
2321 \begin_layout Plain Layout
2322 Resultado
2323 \begin_inset Note Note
2324 status collapsed
2325
2326 \begin_layout Plain Layout
2327
2328 \series bold
2329
2330 \backslash
2331 raisebox
2332 \series default
2333  se usa sólo como espaciador
2334 \end_layout
2335
2336 \end_inset
2337
2338
2339 \end_layout
2340
2341 \end_inset
2342 </cell>
2343 </row>
2344 <row>
2345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2346 \begin_inset Text
2347
2348 \begin_layout Plain Layout
2349
2350 \backslash
2351 sqrt
2352 \begin_inset space \textvisiblespace{}
2353 \end_inset
2354
2355 A-B
2356 \end_layout
2357
2358 \end_inset
2359 </cell>
2360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2361 \begin_inset Text
2362
2363 \begin_layout Plain Layout
2364 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2365 \end_inset
2366
2367
2368 \end_layout
2369
2370 \end_inset
2371 </cell>
2372 </row>
2373 <row>
2374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2375 \begin_inset Text
2376
2377 \begin_layout Plain Layout
2378
2379 \backslash
2380 root
2381 \begin_inset space \textvisiblespace{}
2382 \end_inset
2383
2384 3
2385 \begin_inset Formula $\downarrow$
2386 \end_inset
2387
2388 A-B
2389 \end_layout
2390
2391 \end_inset
2392 </cell>
2393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2394 \begin_inset Text
2395
2396 \begin_layout Plain Layout
2397 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2398 \end_inset
2399
2400
2401 \end_layout
2402
2403 \end_inset
2404 </cell>
2405 </row>
2406 </lyxtabular>
2407
2408 \end_inset
2409
2410
2411 \end_layout
2412
2413 \begin_layout Standard
2414 Una raíz cuadrada se compone también con 
2415 \series bold
2416
2417 \backslash
2418 root
2419 \series default
2420  dejando vacío el campo del índice.
2421 \end_layout
2422
2423 \begin_layout Standard
2424 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2425  la raíz: 
2426 \begin_inset Formula $\sqrt[\beta]{B}$
2427 \end_inset
2428
2429
2430 \begin_inset Newline newline
2431 \end_inset
2432
2433 La 
2434 \begin_inset Formula $\beta$
2435 \end_inset
2436
2437  toca la raíz.
2438  Para evitar esto se usan los comandos 
2439 \series bold
2440
2441 \backslash
2442 leftroot
2443 \series default
2444
2445 \begin_inset Index idx
2446 status collapsed
2447
2448 \begin_layout Plain Layout
2449 Comandos ! L ! 
2450 \backslash
2451 leftroot
2452 \end_layout
2453
2454 \end_inset
2455
2456  y 
2457 \series bold
2458
2459 \backslash
2460 uproot
2461 \series default
2462
2463 \begin_inset Index idx
2464 status collapsed
2465
2466 \begin_layout Plain Layout
2467 Comandos ! U ! 
2468 \backslash
2469 uproot
2470 \end_layout
2471
2472 \end_inset
2473
2474  con el esquema siguiente:
2475 \end_layout
2476
2477 \begin_layout Standard
2478
2479 \series bold
2480
2481 \backslash
2482 leftroot{distancia}
2483 \series default
2484  y 
2485 \series bold
2486
2487 \backslash
2488 uproot{distancia}
2489 \end_layout
2490
2491 \begin_layout Standard
2492 Distancia es el número de Puntos Grandes (
2493 \begin_inset Quotes fld
2494 \end_inset
2495
2496 Big Points
2497 \begin_inset Quotes frd
2498 \end_inset
2499
2500 , unidad bp; 
2501 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2502 \end_inset
2503
2504 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2505  Los comandos se escriben en el índice.
2506  Así, el comando:
2507 \begin_inset Newline newline
2508 \end_inset
2509
2510
2511 \series bold
2512
2513 \backslash
2514 root
2515 \backslash
2516 leftroot{-1
2517 \begin_inset Formula $\to$
2518 \end_inset
2519
2520
2521 \backslash
2522 uproot{2
2523 \begin_inset Formula $\to$
2524 \end_inset
2525
2526
2527 \backslash
2528 beta
2529 \begin_inset space \textvisiblespace{}
2530 \end_inset
2531
2532
2533 \begin_inset Formula $\to$
2534 \end_inset
2535
2536 B
2537 \begin_inset Newline newline
2538 \end_inset
2539
2540
2541 \series default
2542 genera una fórmula correctamente tipografiada: 
2543 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2544 \end_inset
2545
2546
2547 \end_layout
2548
2549 \begin_layout Subsection
2550 Coeficientes de un binomio
2551 \begin_inset Index idx
2552 status collapsed
2553
2554 \begin_layout Plain Layout
2555 Binomios
2556 \end_layout
2557
2558 \end_inset
2559
2560
2561 \end_layout
2562
2563 \begin_layout Standard
2564 Los coeficientes de un binomio se insertan con el comando 
2565 \series bold
2566
2567 \backslash
2568 binom
2569 \series default
2570
2571 \begin_inset Index idx
2572 status collapsed
2573
2574 \begin_layout Plain Layout
2575 Comandos ! B ! 
2576 \backslash
2577 binom
2578 \end_layout
2579
2580 \end_inset
2581
2582  o con el submenú del botón 
2583 \begin_inset Graphics
2584         filename ../../images/math/frac-square.png
2585         scale 85
2586
2587 \end_inset
2588
2589 de la barra de herramientas de ecuaciones.
2590  Como en las fracciones, además de 
2591 \series bold
2592
2593 \backslash
2594 binom
2595 \series default
2596  hay los comandos 
2597 \series bold
2598
2599 \backslash
2600 dbinom
2601 \series default
2602
2603 \begin_inset Index idx
2604 status collapsed
2605
2606 \begin_layout Plain Layout
2607 Comandos ! D ! 
2608 \backslash
2609 dbinom
2610 \end_layout
2611
2612 \end_inset
2613
2614  y 
2615 \series bold
2616
2617 \backslash
2618 tbinom
2619 \series default
2620
2621 \begin_inset Index idx
2622 status collapsed
2623
2624 \begin_layout Plain Layout
2625 Comandos ! T ! 
2626 \backslash
2627 tbinom
2628 \end_layout
2629
2630 \end_inset
2631
2632 .
2633  Para otros delimitadores de coeficientes de un binomio hay los comandos
2634  
2635 \series bold
2636
2637 \backslash
2638 brace
2639 \series default
2640
2641 \begin_inset Index idx
2642 status collapsed
2643
2644 \begin_layout Plain Layout
2645 Comandos ! B ! 
2646 \backslash
2647 brace
2648 \end_layout
2649
2650 \end_inset
2651
2652  y 
2653 \series bold
2654
2655 \backslash
2656 brack
2657 \series default
2658
2659 \begin_inset Index idx
2660 status collapsed
2661
2662 \begin_layout Plain Layout
2663 Comandos ! B ! 
2664 \backslash
2665 brack
2666 \end_layout
2667
2668 \end_inset
2669
2670 .
2671 \end_layout
2672
2673 \begin_layout Standard
2674 \noindent
2675 \align center
2676 \begin_inset Tabular
2677 <lyxtabular version="3" rows="6" columns="2">
2678 <features rotate="0" tabularvalignment="middle">
2679 <column alignment="center" valignment="top">
2680 <column alignment="center" valignment="top">
2681 <row>
2682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2683 \begin_inset Text
2684
2685 \begin_layout Plain Layout
2686 Comando
2687 \end_layout
2688
2689 \end_inset
2690 </cell>
2691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2692 \begin_inset Text
2693
2694 \begin_layout Plain Layout
2695 Resultado
2696 \begin_inset Note Note
2697 status collapsed
2698
2699 \begin_layout Plain Layout
2700
2701 \series bold
2702
2703 \backslash
2704 raisebox
2705 \series default
2706  se usa sólo como espaciador
2707 \end_layout
2708
2709 \end_inset
2710
2711
2712 \end_layout
2713
2714 \end_inset
2715 </cell>
2716 </row>
2717 <row>
2718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2719 \begin_inset Text
2720
2721 \begin_layout Plain Layout
2722
2723 \backslash
2724 binom
2725 \begin_inset space \textvisiblespace{}
2726 \end_inset
2727
2728 A
2729 \begin_inset Formula $\downarrow$
2730 \end_inset
2731
2732 B
2733 \end_layout
2734
2735 \end_inset
2736 </cell>
2737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2738 \begin_inset Text
2739
2740 \begin_layout Plain Layout
2741 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2742 \end_inset
2743
2744
2745 \end_layout
2746
2747 \end_inset
2748 </cell>
2749 </row>
2750 <row>
2751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2752 \begin_inset Text
2753
2754 \begin_layout Plain Layout
2755
2756 \backslash
2757 dbinom
2758 \begin_inset space \textvisiblespace{}
2759 \end_inset
2760
2761 A
2762 \begin_inset Formula $\downarrow$
2763 \end_inset
2764
2765 B
2766 \end_layout
2767
2768 \end_inset
2769 </cell>
2770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2771 \begin_inset Text
2772
2773 \begin_layout Plain Layout
2774 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2775 \end_inset
2776
2777
2778 \end_layout
2779
2780 \end_inset
2781 </cell>
2782 </row>
2783 <row>
2784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2785 \begin_inset Text
2786
2787 \begin_layout Plain Layout
2788
2789 \backslash
2790 tbinom
2791 \begin_inset space \textvisiblespace{}
2792 \end_inset
2793
2794 A
2795 \begin_inset Formula $\downarrow$
2796 \end_inset
2797
2798 B
2799 \end_layout
2800
2801 \end_inset
2802 </cell>
2803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2804 \begin_inset Text
2805
2806 \begin_layout Plain Layout
2807 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2808 \end_inset
2809
2810
2811 \end_layout
2812
2813 \end_inset
2814 </cell>
2815 </row>
2816 <row>
2817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2818 \begin_inset Text
2819
2820 \begin_layout Plain Layout
2821
2822 \backslash
2823 brack
2824 \begin_inset space \textvisiblespace{}
2825 \end_inset
2826
2827 A
2828 \begin_inset Formula $\downarrow$
2829 \end_inset
2830
2831 B
2832 \end_layout
2833
2834 \end_inset
2835 </cell>
2836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2837 \begin_inset Text
2838
2839 \begin_layout Plain Layout
2840 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2841 \end_inset
2842
2843
2844 \end_layout
2845
2846 \end_inset
2847 </cell>
2848 </row>
2849 <row>
2850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2851 \begin_inset Text
2852
2853 \begin_layout Plain Layout
2854
2855 \backslash
2856 brace
2857 \begin_inset space \textvisiblespace{}
2858 \end_inset
2859
2860 A
2861 \begin_inset Formula $\downarrow$
2862 \end_inset
2863
2864 B
2865 \end_layout
2866
2867 \end_inset
2868 </cell>
2869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2870 \begin_inset Text
2871
2872 \begin_layout Plain Layout
2873 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2874 \end_inset
2875
2876
2877 \end_layout
2878
2879 \end_inset
2880 </cell>
2881 </row>
2882 </lyxtabular>
2883
2884 \end_inset
2885
2886
2887 \begin_inset Newpage newpage
2888 \end_inset
2889
2890
2891 \end_layout
2892
2893 \begin_layout Subsection
2894 Diferenciaciones de casos
2895 \begin_inset Index idx
2896 status collapsed
2897
2898 \begin_layout Plain Layout
2899 Casos
2900 \end_layout
2901
2902 \end_inset
2903
2904
2905 \end_layout
2906
2907 \begin_layout Standard
2908 \noindent
2909 \align center
2910 \begin_inset Tabular
2911 <lyxtabular version="3" rows="3" columns="2">
2912 <features rotate="0" tabularvalignment="middle">
2913 <column alignment="center" valignment="top">
2914 <column alignment="center" valignment="top">
2915 <row>
2916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2917 \begin_inset Text
2918
2919 \begin_layout Plain Layout
2920 Comando
2921 \end_layout
2922
2923 \end_inset
2924 </cell>
2925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2926 \begin_inset Text
2927
2928 \begin_layout Plain Layout
2929 Resultado
2930 \end_layout
2931
2932 \end_inset
2933 </cell>
2934 </row>
2935 <row>
2936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2937 \begin_inset Text
2938
2939 \begin_layout Plain Layout
2940
2941 \backslash
2942 cases
2943 \begin_inset space \textvisiblespace{}
2944 \end_inset
2945
2946 A
2947 \begin_inset Formula $\to$
2948 \end_inset
2949
2950 B>0
2951 \begin_inset Index idx
2952 status collapsed
2953
2954 \begin_layout Plain Layout
2955 Comandos ! C ! 
2956 \backslash
2957 cases
2958 \end_layout
2959
2960 \end_inset
2961
2962
2963 \end_layout
2964
2965 \end_inset
2966 </cell>
2967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2968 \begin_inset Text
2969
2970 \begin_layout Plain Layout
2971 \begin_inset Formula $\begin{cases}
2972 A & B>0\end{cases}$
2973 \end_inset
2974
2975
2976 \end_layout
2977
2978 \end_inset
2979 </cell>
2980 </row>
2981 <row>
2982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2983 \begin_inset Text
2984
2985 \begin_layout Plain Layout
2986
2987 \backslash
2988 cases
2989 \begin_inset space \textvisiblespace{}
2990 \end_inset
2991
2992
2993 \family sans
2994 Ctrl+Entrar
2995 \end_layout
2996
2997 \end_inset
2998 </cell>
2999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3000 \begin_inset Text
3001
3002 \begin_layout Plain Layout
3003 \begin_inset Formula $\begin{cases}
3004 A & \textrm{para }x>0\\
3005 B & \textrm{para }x=0
3006 \end{cases}$
3007 \end_inset
3008
3009
3010 \end_layout
3011
3012 \end_inset
3013 </cell>
3014 </row>
3015 </lyxtabular>
3016
3017 \end_inset
3018
3019
3020 \end_layout
3021
3022 \begin_layout Standard
3023 Después de insertar 
3024 \series bold
3025
3026 \backslash
3027 cases
3028 \series default
3029  o usar el botón 
3030 \begin_inset Graphics
3031         filename ../../images/math/cases.png
3032         scale 85
3033
3034 \end_inset
3035
3036  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3037 \family sans
3038 Ctrl+Entrar
3039 \family default
3040  o con el botón
3041 \family sans
3042  
3043 \family default
3044
3045 \begin_inset Graphics
3046         filename ../../images/tabular-feature_append-row.png
3047         scale 85
3048
3049 \end_inset
3050
3051  de la barra de cuadros.
3052 \end_layout
3053
3054 \begin_layout Standard
3055 El comando 
3056 \series bold
3057
3058 \backslash
3059 cases
3060 \series default
3061  también está disponible en el menú 
3062 \family sans
3063 Insertar\SpecialChar \menuseparator
3064 Ecuación\SpecialChar \menuseparator
3065 Entorno casos
3066 \family default
3067 .
3068 \end_layout
3069
3070 \begin_layout Subsection
3071 Negaciones
3072 \begin_inset Index idx
3073 status collapsed
3074
3075 \begin_layout Plain Layout
3076 Negaciones
3077 \end_layout
3078
3079 \end_inset
3080
3081
3082 \end_layout
3083
3084 \begin_layout Standard
3085 Con el comando 
3086 \series bold
3087
3088 \backslash
3089 not
3090 \series default
3091
3092 \begin_inset Index idx
3093 status collapsed
3094
3095 \begin_layout Plain Layout
3096 Comandos ! N ! 
3097 \backslash
3098 not
3099 \end_layout
3100
3101 \end_inset
3102
3103  todo carácter se puede mostrar cancelado.
3104  Los caracteres son casi tachados con una barra inclinada.
3105 \end_layout
3106
3107 \begin_layout Standard
3108 \noindent
3109 \align center
3110 \begin_inset Tabular
3111 <lyxtabular version="3" rows="4" columns="2">
3112 <features rotate="0" tabularvalignment="middle">
3113 <column alignment="center" valignment="top">
3114 <column alignment="center" valignment="top">
3115 <row>
3116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3117 \begin_inset Text
3118
3119 \begin_layout Plain Layout
3120 Comando
3121 \end_layout
3122
3123 \end_inset
3124 </cell>
3125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Plain Layout
3129 Resultado
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 </row>
3135 <row>
3136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140
3141 \backslash
3142 not=
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151 \begin_inset Formula $\not=$
3152 \end_inset
3153
3154
3155 \end_layout
3156
3157 \end_inset
3158 </cell>
3159 </row>
3160 <row>
3161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165
3166 \backslash
3167 not 
3168 \backslash
3169 le
3170 \end_layout
3171
3172 \end_inset
3173 </cell>
3174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3175 \begin_inset Text
3176
3177 \begin_layout Plain Layout
3178 \begin_inset Formula $\not\le$
3179 \end_inset
3180
3181
3182 \end_layout
3183
3184 \end_inset
3185 </cell>
3186 </row>
3187 <row>
3188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3189 \begin_inset Text
3190
3191 \begin_layout Plain Layout
3192
3193 \backslash
3194 not 
3195 \backslash
3196 parallel
3197 \end_layout
3198
3199 \end_inset
3200 </cell>
3201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205 \begin_inset Formula $\not\parallel$
3206 \end_inset
3207
3208
3209 \end_layout
3210
3211 \end_inset
3212 </cell>
3213 </row>
3214 </lyxtabular>
3215
3216 \end_inset
3217
3218
3219 \end_layout
3220
3221 \begin_layout Standard
3222 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3223  Por tanto para algunas negaciones hay comandos especiales (véase 
3224 \begin_inset CommandInset ref
3225 LatexCommand ref
3226 reference "sub:Símbolos-matemáticos"
3227
3228 \end_inset
3229
3230  y 
3231 \begin_inset CommandInset ref
3232 LatexCommand ref
3233 reference "sec:Relaciones"
3234
3235 \end_inset
3236
3237 ).
3238 \end_layout
3239
3240 \begin_layout Subsection
3241 Espacios reservados 
3242 \begin_inset CommandInset label
3243 LatexCommand label
3244 name "sub:Espacios-reservados"
3245
3246 \end_inset
3247
3248
3249 \begin_inset Index idx
3250 status collapsed
3251
3252 \begin_layout Plain Layout
3253 Espacios reservados
3254 \end_layout
3255
3256 \end_inset
3257
3258
3259 \begin_inset Index idx
3260 status collapsed
3261
3262 \begin_layout Plain Layout
3263 Química ! isótopos
3264 \end_layout
3265
3266 \end_inset
3267
3268
3269 \begin_inset Index idx
3270 status collapsed
3271
3272 \begin_layout Plain Layout
3273 Isótopos|see
3274 \begin_inset ERT
3275 status collapsed
3276
3277 \begin_layout Plain Layout
3278
3279 {
3280 \end_layout
3281
3282 \end_inset
3283
3284 Química
3285 \begin_inset ERT
3286 status collapsed
3287
3288 \begin_layout Plain Layout
3289
3290 }
3291 \end_layout
3292
3293 \end_inset
3294
3295
3296 \end_layout
3297
3298 \end_inset
3299
3300
3301 \end_layout
3302
3303 \begin_layout Standard
3304 En la presentación de, p.
3305 \begin_inset space \thinspace{}
3306 \end_inset
3307
3308 e., isótopos,
3309 \begin_inset Foot
3310 status collapsed
3311
3312 \begin_layout Plain Layout
3313 Más sobre símbolos químicos en 
3314 \begin_inset CommandInset ref
3315 LatexCommand ref
3316 reference "sub:Símbolos-y-ecuaciones-químicas"
3317
3318 \end_inset
3319
3320
3321 \end_layout
3322
3323 \end_inset
3324
3325  surge el problema siguiente:
3326 \end_layout
3327
3328 \begin_layout Standard
3329 \noindent
3330 \align center
3331 \begin_inset Tabular
3332 <lyxtabular version="3" rows="2" columns="2">
3333 <features rotate="0" tabularvalignment="middle">
3334 <column alignment="center" valignment="top">
3335 <column alignment="center" valignment="top">
3336 <row>
3337 <cell alignment="center" valignment="top" usebox="none">
3338 \begin_inset Text
3339
3340 \begin_layout Plain Layout
3341 Índices generados con sub- y superíndices:
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 <cell alignment="center" valignment="top" usebox="none">
3347 \begin_inset Text
3348
3349 \begin_layout Plain Layout
3350 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3351 \end_inset
3352
3353
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 </row>
3359 <row>
3360 <cell alignment="center" valignment="top" usebox="none">
3361 \begin_inset Text
3362
3363 \begin_layout Plain Layout
3364 Índices correctos:
3365 \end_layout
3366
3367 \end_inset
3368 </cell>
3369 <cell alignment="center" valignment="top" usebox="none">
3370 \begin_inset Text
3371
3372 \begin_layout Plain Layout
3373 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3374 \end_inset
3375
3376
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 </row>
3382 </lyxtabular>
3383
3384 \end_inset
3385
3386
3387 \begin_inset Note Note
3388 status collapsed
3389
3390 \begin_layout Plain Layout
3391
3392 \series bold
3393
3394 \backslash
3395 raisebox
3396 \series default
3397  se usa sólo como espaciador
3398 \end_layout
3399
3400 \end_inset
3401
3402
3403 \end_layout
3404
3405 \begin_layout Standard
3406 Por omisión, el índice más corto se coloca sobre o bajo el primer carácter
3407  del índice más largo.
3408  Para evitarlo está el comando 
3409 \series bold
3410
3411 \backslash
3412 phantom
3413 \series default
3414
3415 \begin_inset Index idx
3416 status collapsed
3417
3418 \begin_layout Plain Layout
3419 Comandos ! P ! 
3420 \backslash
3421 phantom
3422 \end_layout
3423
3424 \end_inset
3425
3426  o el botón 
3427 \begin_inset space ~
3428 \end_inset
3429
3430
3431 \begin_inset Graphics
3432         filename ../../images/math/phantom.png
3433         scale 85
3434
3435 \end_inset
3436
3437  del submenú de espacios en ecuaciones
3438 \begin_inset Foot
3439 status collapsed
3440
3441 \begin_layout Plain Layout
3442 Botón 
3443 \begin_inset Graphics
3444         filename ../../images/math/space.png
3445         scale 85
3446
3447 \end_inset
3448
3449  de la barra de ecuaciones
3450 \end_layout
3451
3452 \end_inset
3453
3454 , que genera uno o más espacios reservados.
3455  Al insertar 
3456 \series bold
3457
3458 \backslash
3459 phantom
3460 \series default
3461  aparece un pequeño marco azul con dos flechas rojas superpuestas
3462 \begin_inset Formula $\phantom{}$
3463 \end_inset
3464
3465 .
3466  Las flechas indican que se reservará un espacio equivalente a la anchura
3467  y altura totales del contenido del marco.
3468  Los espacios reservados son correspondientes al tamaño de los caracteres.
3469 \end_layout
3470
3471 \begin_layout Standard
3472 \noindent
3473 \align center
3474 \begin_inset Tabular
3475 <lyxtabular version="3" rows="4" columns="2">
3476 <features rotate="0" tabularvalignment="middle">
3477 <column alignment="center" valignment="top">
3478 <column alignment="center" valignment="top">
3479 <row>
3480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484 Comando
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493 Resultado
3494 \begin_inset Note Note
3495 status collapsed
3496
3497 \begin_layout Plain Layout
3498
3499 \series bold
3500
3501 \backslash
3502 raisebox
3503 \series default
3504  se usa sólo como espaciador
3505 \end_layout
3506
3507 \end_inset
3508
3509
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 </row>
3515 <row>
3516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3517 \begin_inset Text
3518
3519 \begin_layout Plain Layout
3520 ^19
3521 \begin_inset space \textvisiblespace{}
3522 \end_inset
3523
3524 _
3525 \backslash
3526 phantom
3527 \begin_inset space \textvisiblespace{}
3528 \end_inset
3529
3530 1
3531 \begin_inset Formula $\rightarrow$
3532 \end_inset
3533
3534 9
3535 \begin_inset space \textvisiblespace{}
3536 \end_inset
3537
3538 F
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3548 \end_inset
3549
3550
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 </row>
3556 <row>
3557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561 ^235
3562 \begin_inset space \textvisiblespace{}
3563 \end_inset
3564
3565 _
3566 \backslash
3567 phantom
3568 \begin_inset space \textvisiblespace{}
3569 \end_inset
3570
3571 23
3572 \begin_inset Formula $\rightarrow$
3573 \end_inset
3574
3575 9
3576 \begin_inset space \textvisiblespace{}
3577 \end_inset
3578
3579 F
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3589 \end_inset
3590
3591
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 </row>
3597 <row>
3598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3599 \begin_inset Text
3600
3601 \begin_layout Plain Layout
3602
3603 \backslash
3604 Lambda^
3605 \begin_inset space \textvisiblespace{}
3606 \end_inset
3607
3608
3609 \backslash
3610 phantom
3611 \begin_inset space \textvisiblespace{}
3612 \end_inset
3613
3614 ii
3615 \begin_inset Formula $\rightarrow$
3616 \end_inset
3617
3618 t
3619 \begin_inset space \textvisiblespace{}
3620 \end_inset
3621
3622 _MMt
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3632 \end_inset
3633
3634
3635 \end_layout
3636
3637 \end_inset
3638 </cell>
3639 </row>
3640 </lyxtabular>
3641
3642 \end_inset
3643
3644
3645 \end_layout
3646
3647 \begin_layout Standard
3648 Además hay los comandos 
3649 \series bold
3650
3651 \backslash
3652 vphantom
3653 \series default
3654
3655 \begin_inset Index idx
3656 status collapsed
3657
3658 \begin_layout Plain Layout
3659 Comandos ! V ! 
3660 \backslash
3661 vphantom
3662 \end_layout
3663
3664 \end_inset
3665
3666  (botón 
3667 \begin_inset space ~
3668 \end_inset
3669
3670
3671 \begin_inset Graphics
3672         filename ../../images/math/vphantom.png
3673         scale 85
3674
3675 \end_inset
3676
3677 ) y 
3678 \series bold
3679
3680 \backslash
3681 hphantom
3682 \series default
3683
3684 \begin_inset Index idx
3685 status collapsed
3686
3687 \begin_layout Plain Layout
3688 Comandos ! H ! 
3689 \backslash
3690 hphantom
3691 \end_layout
3692
3693 \end_inset
3694
3695  (botón 
3696 \begin_inset space ~
3697 \end_inset
3698
3699
3700 \begin_inset Graphics
3701         filename ../../images/math/hphantom.png
3702         scale 85
3703
3704 \end_inset
3705
3706 ).
3707  
3708 \series bold
3709
3710 \backslash
3711 hphantom
3712 \series default
3713  genera espacio en el marco sólo para la altura máxima de los caracteres,
3714  no para su anchura.
3715  
3716 \series bold
3717
3718 \backslash
3719 vphantom
3720 \series default
3721  genera espacio sólo para la anchura del contenido del marco.
3722  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3723 \end_layout
3724
3725 \begin_layout Standard
3726 Por ejemplo, 
3727 \series bold
3728
3729 \backslash
3730 vphantom
3731 \series default
3732
3733 \begin_inset space \textvisiblespace{}
3734 \end_inset
3735
3736
3737 \series bold
3738 a
3739 \backslash
3740 int
3741 \series default
3742  genera espacio de la altura del signo de la integral,
3743 \begin_inset Foot
3744 status collapsed
3745
3746 \begin_layout Plain Layout
3747 El comando 
3748 \series bold
3749
3750 \backslash
3751 int
3752 \series default
3753  genera un signo de integral, véase 
3754 \begin_inset CommandInset ref
3755 LatexCommand ref
3756 reference "sub:Operadores-grandes"
3757
3758 \end_inset
3759
3760
3761 \end_layout
3762
3763 \end_inset
3764
3765  porque este es el carácter más largo.
3766  En la 
3767 \begin_inset CommandInset ref
3768 LatexCommand ref
3769 reference "sub:Delimitadores-multilínea"
3770
3771 \end_inset
3772
3773  hay un ejemplo de aplicación.
3774 \end_layout
3775
3776 \begin_layout Standard
3777 Los espacios reservados también se pueden usar para un texto cuando se insertan
3778  mediante el menú 
3779 \family sans
3780 Insertar\SpecialChar \menuseparator
3781 Formato\SpecialChar \menuseparator
3782 Fantasma
3783 \family default
3784 :
3785 \end_layout
3786
3787 \begin_layout Standard
3788 Esto es una frase.
3789 \begin_inset Newline newline
3790 \end_inset
3791
3792
3793 \begin_inset Phantom Phantom
3794 status open
3795
3796 \begin_layout Plain Layout
3797 Esto
3798 \end_layout
3799
3800 \end_inset
3801
3802  es una frase.
3803 \end_layout
3804
3805 \begin_layout Subsection
3806 Líneas
3807 \begin_inset Index idx
3808 status collapsed
3809
3810 \begin_layout Plain Layout
3811 Lineas@Líneas
3812 \end_layout
3813
3814 \end_inset
3815
3816
3817 \begin_inset Index idx
3818 status collapsed
3819
3820 \begin_layout Plain Layout
3821 Ecuación ! sub- o superrayada
3822 \end_layout
3823
3824 \end_inset
3825
3826
3827 \end_layout
3828
3829 \begin_layout Standard
3830 \noindent
3831 \align center
3832 \begin_inset Tabular
3833 <lyxtabular version="3" rows="4" columns="2">
3834 <features rotate="0" tabularvalignment="middle">
3835 <column alignment="center" valignment="top">
3836 <column alignment="center" valignment="top">
3837 <row>
3838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842 Comando
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3848 \begin_inset Text
3849
3850 \begin_layout Plain Layout
3851 Resultado
3852 \begin_inset Note Note
3853 status collapsed
3854
3855 \begin_layout Plain Layout
3856
3857 \series bold
3858
3859 \backslash
3860 raisebox
3861 \series default
3862  se usa sólo como espaciador
3863 \end_layout
3864
3865 \end_inset
3866
3867
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 </row>
3873 <row>
3874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878
3879 \backslash
3880 overline
3881 \begin_inset space \textvisiblespace{}
3882 \end_inset
3883
3884 A+B
3885 \begin_inset Index idx
3886 status collapsed
3887
3888 \begin_layout Plain Layout
3889 Comandos ! O ! 
3890 \backslash
3891 overline
3892 \end_layout
3893
3894 \end_inset
3895
3896
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3902 \begin_inset Text
3903
3904 \begin_layout Plain Layout
3905 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3906 \end_inset
3907
3908
3909 \end_layout
3910
3911 \end_inset
3912 </cell>
3913 </row>
3914 <row>
3915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Plain Layout
3919
3920 \backslash
3921 underline
3922 \begin_inset space \textvisiblespace{}
3923 \end_inset
3924
3925 A+B
3926 \begin_inset Index idx
3927 status collapsed
3928
3929 \begin_layout Plain Layout
3930 Comandos ! U ! 
3931 \backslash
3932 underline
3933 \end_layout
3934
3935 \end_inset
3936
3937
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3947 \end_inset
3948
3949
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 </row>
3955 <row>
3956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960
3961 \backslash
3962 overline
3963 \begin_inset space \textvisiblespace{}
3964 \end_inset
3965
3966
3967 \backslash
3968 underline
3969 \begin_inset space \textvisiblespace{}
3970 \end_inset
3971
3972 A+B
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
3982 \end_inset
3983
3984
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 </row>
3990 </lyxtabular>
3991
3992 \end_inset
3993
3994
3995 \end_layout
3996
3997 \begin_layout Standard
3998 En el último ejemplo es indiferente poner primero 
3999 \series bold
4000
4001 \backslash
4002 overline
4003 \series default
4004  o 
4005 \series bold
4006
4007 \backslash
4008 underline
4009 \series default
4010 .
4011 \end_layout
4012
4013 \begin_layout Standard
4014 Para poner doble subrayado, p.
4015 \begin_inset space \thinspace{}
4016 \end_inset
4017
4018 e.
4019  en resultados, se usa 
4020 \series bold
4021
4022 \backslash
4023 underline
4024 \series default
4025  dos veces.
4026 \end_layout
4027
4028 \begin_layout Standard
4029 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4030 \begin_inset VSpace bigskip
4031 \end_inset
4032
4033 Se pueden crear líneas personalizadas con el comando 
4034 \series bold
4035
4036 \backslash
4037 rule
4038 \series default
4039
4040 \begin_inset Index idx
4041 status collapsed
4042
4043 \begin_layout Plain Layout
4044 Comandos ! R ! 
4045 \backslash
4046 rule
4047 \end_layout
4048
4049 \end_inset
4050
4051  con el esquema siguiente:
4052 \end_layout
4053
4054 \begin_layout Standard
4055
4056 \series bold
4057
4058 \backslash
4059 rule[hueco vertical]{longitud}{grosor}
4060 \end_layout
4061
4062 \begin_layout Standard
4063 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4064  si el valor es negativo).
4065  Las unidades disponibles para los valores están listadas en
4066 \begin_inset space ~
4067 \end_inset
4068
4069
4070 \begin_inset CommandInset ref
4071 LatexCommand ref
4072 reference "tab:Unidades-disponibles"
4073
4074 \end_inset
4075
4076 .
4077  A continuación hay dos ejemplos de líneas creadas con los comandos
4078 \series bold
4079
4080 \begin_inset Newline newline
4081 \end_inset
4082
4083
4084 \backslash
4085 rule[-2ex]{3cm}{2pt}
4086 \series default
4087  y 
4088 \series bold
4089
4090 \backslash
4091 rule{2cm}{1pt}
4092 \series default
4093 :
4094 \end_layout
4095
4096 \begin_layout Standard
4097 Esto es una frase 
4098 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4099 \end_inset
4100
4101  con dos líneas.
4102 \end_layout
4103
4104 \begin_layout Standard
4105
4106 \series bold
4107
4108 \backslash
4109 rule
4110 \series default
4111  también se puede usar para texto insertando una línea mediante el menú
4112  
4113 \family sans
4114 Insertar\SpecialChar \menuseparator
4115 Formato\SpecialChar \menuseparator
4116 Línea horizontal
4117 \family default
4118 :
4119 \end_layout
4120
4121 \begin_layout Standard
4122 Esto es una frase 
4123 \begin_inset CommandInset line
4124 LatexCommand rule
4125 offset "0.5ex"
4126 width "3cm"
4127 height "1pt"
4128
4129 \end_inset
4130
4131  con una línea insertada.
4132 \end_layout
4133
4134 \begin_layout Subsection
4135 Puntos
4136 \begin_inset CommandInset label
4137 LatexCommand label
4138 name "sub:Puntos"
4139
4140 \end_inset
4141
4142
4143 \begin_inset Index idx
4144 status collapsed
4145
4146 \begin_layout Plain Layout
4147 Puntos
4148 \end_layout
4149
4150 \end_inset
4151
4152
4153 \end_layout
4154
4155 \begin_layout Standard
4156 Hay distintos tipos de puntos disponibles.
4157 \begin_inset Foot
4158 status open
4159
4160 \begin_layout Plain Layout
4161 En la barra de herramientas de ecuaciones, en el panel del botón 
4162 \begin_inset Graphics
4163         filename ../../images/math/ldots.png
4164         scale 85
4165
4166 \end_inset
4167
4168 .
4169 \end_layout
4170
4171 \end_inset
4172
4173  Para continuación en enumeraciones se usan puntos bajos, (
4174 \series bold
4175
4176 \backslash
4177 ldots
4178 \series default
4179
4180 \begin_inset Index idx
4181 status collapsed
4182
4183 \begin_layout Plain Layout
4184 Comandos ! L ! 
4185 \backslash
4186 ldots
4187 \end_layout
4188
4189 \end_inset
4190
4191 ), mientras que para operaciones se usan puntos centrados a la misma altura
4192  que los operadores, (
4193 \series bold
4194
4195 \backslash
4196 cdots
4197 \series default
4198
4199 \begin_inset Index idx
4200 status collapsed
4201
4202 \begin_layout Plain Layout
4203 Comandos ! C ! 
4204 \backslash
4205 cdots
4206 \end_layout
4207
4208 \end_inset
4209
4210 ).
4211  Si se usa el comando 
4212 \series bold
4213
4214 \backslash
4215 dots
4216 \series default
4217
4218 \begin_inset Index idx
4219 status collapsed
4220
4221 \begin_layout Plain Layout
4222 Comandos ! D ! 
4223 \backslash
4224 dots
4225 \end_layout
4226
4227 \end_inset
4228
4229 , LaTeX decide el tipo a usar en función del carácter siguiente.
4230 \end_layout
4231
4232 \begin_layout Standard
4233 \align center
4234 \begin_inset Tabular
4235 <lyxtabular version="3" rows="9" columns="2">
4236 <features rotate="0" tabularvalignment="middle">
4237 <column alignment="center" valignment="top" width="0pt">
4238 <column alignment="center" valignment="top" width="0pt">
4239 <row>
4240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4241 \begin_inset Text
4242
4243 \begin_layout Plain Layout
4244 Comando
4245 \end_layout
4246
4247 \end_inset
4248 </cell>
4249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Plain Layout
4253 Resultado
4254 \end_layout
4255
4256 \end_inset
4257 </cell>
4258 </row>
4259 <row>
4260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4261 \begin_inset Text
4262
4263 \begin_layout Plain Layout
4264 A_1
4265 \begin_inset space \textvisiblespace{}
4266 \end_inset
4267
4268 ,
4269 \backslash
4270 dots
4271 \begin_inset space \textvisiblespace{}
4272 \end_inset
4273
4274 ,A_n
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4280 \begin_inset Text
4281
4282 \begin_layout Plain Layout
4283 \begin_inset Formula $A_{1},\dots,A_{n}$
4284 \end_inset
4285
4286
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 </row>
4292 <row>
4293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Plain Layout
4297 A_1
4298 \begin_inset space \textvisiblespace{}
4299 \end_inset
4300
4301 +
4302 \backslash
4303 dots
4304 \begin_inset space \textvisiblespace{}
4305 \end_inset
4306
4307 +A_n
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316 \begin_inset Formula $A_{1}+\dots+A_{n}$
4317 \end_inset
4318
4319
4320 \end_layout
4321
4322 \end_inset
4323 </cell>
4324 </row>
4325 <row>
4326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330 A_1
4331 \begin_inset space \textvisiblespace{}
4332 \end_inset
4333
4334 ,
4335 \backslash
4336 ldots
4337 \begin_inset space \textvisiblespace{}
4338 \end_inset
4339
4340 ,A_n
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 \begin_inset Formula $A_{1},\ldots,A_{n}$
4350 \end_inset
4351
4352
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 </row>
4358 <row>
4359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363 A_1
4364 \begin_inset space \textvisiblespace{}
4365 \end_inset
4366
4367 +
4368 \backslash
4369 cdots
4370 \begin_inset space \textvisiblespace{}
4371 \end_inset
4372
4373 +A_n
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4383 \end_inset
4384
4385
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 </row>
4391 <row>
4392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396
4397 \backslash
4398 vdots
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4404 \begin_inset Text
4405
4406 \begin_layout Plain Layout
4407 \begin_inset Formula $\vdots$
4408 \end_inset
4409
4410
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 </row>
4416 <row>
4417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421
4422 \backslash
4423 ddots
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4429 \begin_inset Text
4430
4431 \begin_layout Plain Layout
4432 \begin_inset Formula $\ddots$
4433 \end_inset
4434
4435
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 </row>
4441 <row>
4442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Plain Layout
4446
4447 \backslash
4448 iddots
4449 \end_layout
4450
4451 \end_inset
4452 </cell>
4453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Plain Layout
4457 \begin_inset Formula $\iddots$
4458 \end_inset
4459
4460
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471 Matriz
4472 \begin_inset space \thinspace{}
4473 \end_inset
4474
4475 3×3 con los distintos puntos
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 \begin_inset Formula $\begin{array}{ccc}
4485 A_{11} & \cdots & A_{1m}\\
4486 \vdots & \ddots & \vdots\\
4487 A_{n1} & \cdots & A_{nm}
4488 \end{array}$
4489 \end_inset
4490
4491
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 </lyxtabular>
4498
4499 \end_inset
4500
4501
4502 \end_layout
4503
4504 \begin_layout Standard
4505 Los puntos suspensivos disponibles en el menú 
4506 \family sans
4507 Insertar\SpecialChar \menuseparator
4508 Carácter especial
4509 \family default
4510  son 
4511 \series bold
4512
4513 \backslash
4514 ldots
4515 \series default
4516 .
4517 \end_layout
4518
4519 \begin_layout Standard
4520 \begin_inset VSpace medskip
4521 \end_inset
4522
4523
4524 \end_layout
4525
4526 \begin_layout Standard
4527 Para usar 
4528 \series bold
4529
4530 \backslash
4531 iddots
4532 \series default
4533 , hay que marcar una de las opciones 
4534 \family sans
4535 Usar paquete mathdots (automáticamente)
4536 \family default
4537  en las 
4538 \family sans
4539 Opciones de ecuación
4540 \family default
4541  de la configuración del documento.
4542 \begin_inset Newline newline
4543 \end_inset
4544
4545 La opción 
4546 \family sans
4547 Usar paquete mathdots
4548 \family default
4549  mejorará el aspecto de todos los puntos en los documentos si su estilo
4550  o tamaño de tipografía no son los predeterminados.
4551 \end_layout
4552
4553 \begin_layout Standard
4554 \begin_inset VSpace medskip
4555 \end_inset
4556
4557 Hay puntos específicos para matrices que se extienden por varias columnas.
4558  Se generan con el comando 
4559 \series bold
4560
4561 \backslash
4562 hdotsfor
4563 \series default
4564
4565 \begin_inset Index idx
4566 status collapsed
4567
4568 \begin_layout Plain Layout
4569 Comandos ! H ! 
4570 \backslash
4571 hdotsfor
4572 \end_layout
4573
4574 \end_inset
4575
4576 , que tiene el siguiente esquema:
4577 \end_layout
4578
4579 \begin_layout Standard
4580
4581 \series bold
4582
4583 \backslash
4584 hdotsfor[distancia]{número de columnas}
4585 \end_layout
4586
4587 \begin_layout Standard
4588 Número de columnas especifica cuántas columnas deben abarcarse.
4589  Distancia es un factor para la separación entre los puntos.
4590 \end_layout
4591
4592 \begin_layout Standard
4593 En la siguiente matriz se ha insertado el comando 
4594 \series bold
4595
4596 \backslash
4597 hdotsfor[2]{4}
4598 \series default
4599  en el primer recuadro de la segunda línea para obtener puntos separados
4600  una distancia equivalente a dos veces la del comando 
4601 \series bold
4602
4603 \backslash
4604 dots
4605 \series default
4606 .
4607 \begin_inset Formula 
4608 \[
4609 \left(\begin{array}{cccc}
4610 A & B & C & D\\
4611 \hdotsfor[2]{4}\\
4612 q & w & e & r
4613 \end{array}\right)
4614 \]
4615
4616 \end_inset
4617
4618
4619 \end_layout
4620
4621 \begin_layout Standard
4622 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
4623  de lo contrario se producen errores de LaTeX.
4624 \end_layout
4625
4626 \begin_layout Standard
4627 \begin_inset VSpace bigskip
4628 \end_inset
4629
4630
4631 \end_layout
4632
4633 \begin_layout Standard
4634 Además, con el comando 
4635 \series bold
4636
4637 \backslash
4638 dotfill
4639 \series default
4640
4641 \begin_inset Index idx
4642 status collapsed
4643
4644 \begin_layout Plain Layout
4645 Comandos ! D ! 
4646 \backslash
4647 dotfill
4648 \end_layout
4649
4650 \end_inset
4651
4652  puedes completar con puntos una línea.
4653  El efecto de este tipo de comandos es como el de 
4654 \series bold
4655
4656 \backslash
4657 hfill
4658 \series default
4659 , véase 
4660 \begin_inset CommandInset ref
4661 LatexCommand ref
4662 reference "sub:Espacio-variable"
4663
4664 \end_inset
4665
4666 .
4667 \end_layout
4668
4669 \begin_layout Standard
4670 Por ejemplo el comando 
4671 \series bold
4672 A
4673 \backslash
4674 dotfill
4675 \series default
4676
4677 \begin_inset space \textvisiblespace{}
4678 \end_inset
4679
4680
4681 \series bold
4682 B
4683 \series default
4684  genera
4685 \end_layout
4686
4687 \begin_layout Standard
4688 \begin_inset Formula $A\dotfill B$
4689 \end_inset
4690
4691
4692 \end_layout
4693
4694 \begin_layout Standard
4695 Un comando análogo a 
4696 \series bold
4697
4698 \backslash
4699 dotfill
4700 \series default
4701  para rellenar con una línea es 
4702 \series bold
4703
4704 \backslash
4705 hrulefill
4706 \series default
4707
4708 \begin_inset Index idx
4709 status collapsed
4710
4711 \begin_layout Plain Layout
4712 Comandos ! H ! 
4713 \backslash
4714 hrulefill
4715 \end_layout
4716
4717 \end_inset
4718
4719 :
4720 \end_layout
4721
4722 \begin_layout Standard
4723 \begin_inset Formula $A\hrulefill B$
4724 \end_inset
4725
4726
4727 \end_layout
4728
4729 \begin_layout Standard
4730 Para usar estos comandos en el texto, deben insertarse en modo TeX.
4731 \end_layout
4732
4733 \begin_layout Section
4734 Matrices
4735 \begin_inset CommandInset label
4736 LatexCommand label
4737 name "sec:Matrices"
4738
4739 \end_inset
4740
4741
4742 \begin_inset Index idx
4743 status collapsed
4744
4745 \begin_layout Plain Layout
4746 Matrices
4747 \end_layout
4748
4749 \end_inset
4750
4751
4752 \end_layout
4753
4754 \begin_layout Standard
4755 Se pueden insertar con el botón 
4756 \begin_inset Graphics
4757         filename ../../images/dialog-show_mathmatrix.png
4758         scale 85
4759
4760 \end_inset
4761
4762  de la barra de ecuaciones o con el menú 
4763 \family sans
4764 Insertar\SpecialChar \menuseparator
4765 Ecuación\SpecialChar \menuseparator
4766 Matriz
4767 \family default
4768 .
4769  Aparece una ventana en la que se pide el número de filas y columnas, la
4770  alineación y la decoración.
4771  La alineación vertical sólo es relevante para matrices en línea:
4772 \end_layout
4773
4774 \begin_layout Standard
4775 Esta primera matriz tiene alineación superior 
4776 \begin_inset Formula $\begin{array}[t]{cccc}
4777 A & D & G & J\\
4778 B & E & H & K\\
4779 D & F & I & L
4780 \end{array}$
4781 \end_inset
4782
4783  , la segunda alineación central 
4784 \begin_inset Formula $\begin{array}{cccc}
4785 A & D & G & J\\
4786 B & E & H & K\\
4787 D & F & I & L
4788 \end{array}$
4789 \end_inset
4790
4791  , y la tercera alineación inferior 
4792 \begin_inset Formula $\begin{array}[b]{cccc}
4793 A & D & G & J\\
4794 B & E & H & K\\
4795 D & F & I & L
4796 \end{array}$
4797 \end_inset
4798
4799 .
4800 \end_layout
4801
4802 \begin_layout Standard
4803 La alineación horizontal especifica cómo deben alinearse las entradas de
4804  la columna.
4805  Se determina mediante una letra para cada columna.
4806  
4807 \emph on
4808 l
4809 \emph default
4810  indica alineación a la izquierda, 
4811 \emph on
4812 c
4813 \emph default
4814  alineación centrada y 
4815 \emph on
4816 r
4817 \emph default
4818  alineación a la derecha.
4819  Por ejemplo, para componer una matriz
4820 \begin_inset space ~
4821 \end_inset
4822
4823 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
4824  centradas y la última a la derecha, se anota 
4825 \series bold
4826 lccr
4827 \series default
4828  en la alineación horizontal.
4829  Normalmente todas las columnas de una matriz están centradas, por tanto
4830  el valor por omisión es 
4831 \series bold
4832 c
4833 \series default
4834  para todas ellas.
4835 \end_layout
4836
4837 \begin_layout Standard
4838 Alineación horizontal:
4839 \end_layout
4840
4841 \begin_layout Standard
4842
4843 \series bold
4844 lll
4845 \series default
4846  : 
4847 \begin_inset Formula $\begin{array}{lll}
4848 10000 & D & G\\
4849 B & 10000 & H\\
4850 C & F & 10000
4851 \end{array}$
4852 \end_inset
4853
4854  , 
4855 \series bold
4856 ccc 
4857 \series default
4858
4859 \begin_inset Formula $\begin{array}{ccc}
4860 10000 & D & G\\
4861 B & 10000 & H\\
4862 C & F & 10000
4863 \end{array}$
4864 \end_inset
4865
4866  
4867 \series bold
4868 ,
4869 \series default
4870  
4871 \series bold
4872 rrr 
4873 \series default
4874
4875 \begin_inset Formula $\begin{array}{rrr}
4876 10000 & D & G\\
4877 B & 10000 & H\\
4878 C & F & 10000
4879 \end{array}$
4880 \end_inset
4881
4882
4883 \end_layout
4884
4885 \begin_layout Standard
4886 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
4887  botones 
4888 \begin_inset Graphics
4889         filename ../../images/tabular-feature_append-row.png
4890         scale 85
4891
4892 \end_inset
4893
4894
4895 \begin_inset Graphics
4896         filename ../../images/tabular-feature_delete-row.png
4897         scale 85
4898
4899 \end_inset
4900
4901 , etc.
4902  de la barra de ecuaciones o el menú 
4903 \family sans
4904 Editar\SpecialChar \menuseparator
4905 Filas y columnas
4906 \family default
4907 .
4908  También se pueden añadir filas nuevas con 
4909 \family sans
4910 Ctrl+Entrar
4911 \family default
4912 .
4913 \end_layout
4914
4915 \begin_layout Standard
4916 \begin_inset VSpace bigskip
4917 \end_inset
4918
4919
4920 \end_layout
4921
4922 \begin_layout Standard
4923 La 
4924 \family sans
4925 Decoración
4926 \family default
4927  añade paréntesis en el estilo seleccionado alrededor de la matriz.
4928  Alternativamente, se pueden generar paréntesis con los comandos 
4929 \series bold
4930
4931 \backslash
4932 left
4933 \series default
4934
4935 \begin_inset Index idx
4936 status collapsed
4937
4938 \begin_layout Plain Layout
4939 Comandos ! L ! 
4940 \backslash
4941 left
4942 \end_layout
4943
4944 \end_inset
4945
4946  y 
4947 \series bold
4948
4949 \backslash
4950 right
4951 \series default
4952
4953 \begin_inset Index idx
4954 status collapsed
4955
4956 \begin_layout Plain Layout
4957 Comandos ! R ! 
4958 \backslash
4959 right
4960 \end_layout
4961
4962 \end_inset
4963
4964  (atajo 
4965 \family sans
4966 Alt+M
4967 \begin_inset space ~
4968 \end_inset
4969
4970 Paréntesis
4971 \family default
4972 ), véase 
4973 \begin_inset CommandInset ref
4974 LatexCommand ref
4975 reference "sub:Tamaño-automático-de"
4976
4977 \end_inset
4978
4979 , o usando los comandos siguientes:
4980 \end_layout
4981
4982 \begin_layout Standard
4983 \begin_inset VSpace medskip
4984 \end_inset
4985
4986
4987 \end_layout
4988
4989 \begin_layout Standard
4990 \begin_inset space \hfill{}
4991 \end_inset
4992
4993
4994 \begin_inset Tabular
4995 <lyxtabular version="3" rows="4" columns="2">
4996 <features rotate="0" tabularvalignment="middle">
4997 <column alignment="center" valignment="top">
4998 <column alignment="center" valignment="top">
4999 <row>
5000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Plain Layout
5004 Comando
5005 \end_layout
5006
5007 \end_inset
5008 </cell>
5009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5010 \begin_inset Text
5011
5012 \begin_layout Plain Layout
5013 Resultado
5014 \begin_inset Note Note
5015 status collapsed
5016
5017 \begin_layout Plain Layout
5018
5019 \series bold
5020
5021 \backslash
5022 raisebox
5023 \series default
5024  se usa sólo como espaciador
5025 \end_layout
5026
5027 \end_inset
5028
5029
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 </row>
5035 <row>
5036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040
5041 \backslash
5042 bmatrix
5043 \begin_inset space \textvisiblespace{}
5044 \end_inset
5045
5046 2
5047 \series bold
5048 ×
5049 \series default
5050 2
5051 \begin_inset space \thinspace{}
5052 \end_inset
5053
5054 matriz
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5064 0 & \textrm{-}\mathrm{i}\\
5065 \mathrm{i} & 0
5066 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5067 \end_inset
5068
5069
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 </row>
5075 <row>
5076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5077 \begin_inset Text
5078
5079 \begin_layout Plain Layout
5080
5081 \backslash
5082 Bmatrix
5083 \begin_inset space \textvisiblespace{}
5084 \end_inset
5085
5086 2×2
5087 \begin_inset space \thinspace{}
5088 \end_inset
5089
5090 matriz
5091 \end_layout
5092
5093 \end_inset
5094 </cell>
5095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5096 \begin_inset Text
5097
5098 \begin_layout Plain Layout
5099 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5100 0 & \textrm{-}\mathrm{i}\\
5101 \mathrm{i} & 0
5102 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5103 \end_inset
5104
5105
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 </row>
5111 <row>
5112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116
5117 \backslash
5118 pmatrix
5119 \begin_inset space \textvisiblespace{}
5120 \end_inset
5121
5122 2
5123 \series bold
5124 ×
5125 \series default
5126 2
5127 \begin_inset space \thinspace{}
5128 \end_inset
5129
5130 matriz
5131 \end_layout
5132
5133 \end_inset
5134 </cell>
5135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5136 \begin_inset Text
5137
5138 \begin_layout Plain Layout
5139 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5140 0 & \textrm{-}\mathrm{i}\\
5141 \mathrm{i} & 0
5142 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5143 \end_inset
5144
5145
5146 \end_layout
5147
5148 \end_inset
5149 </cell>
5150 </row>
5151 </lyxtabular>
5152
5153 \end_inset
5154
5155
5156 \begin_inset space \hfill{}
5157 \end_inset
5158
5159
5160 \begin_inset Tabular
5161 <lyxtabular version="3" rows="4" columns="2">
5162 <features rotate="0" tabularvalignment="middle">
5163 <column alignment="center" valignment="top">
5164 <column alignment="center" valignment="top">
5165 <row>
5166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5167 \begin_inset Text
5168
5169 \begin_layout Plain Layout
5170 Comando
5171 \end_layout
5172
5173 \end_inset
5174 </cell>
5175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179 Resultado
5180 \begin_inset Note Note
5181 status collapsed
5182
5183 \begin_layout Plain Layout
5184
5185 \series bold
5186
5187 \backslash
5188 raisebox
5189 \series default
5190  se usa sólo como espaciador
5191 \end_layout
5192
5193 \end_inset
5194
5195
5196 \end_layout
5197
5198 \end_inset
5199 </cell>
5200 </row>
5201 <row>
5202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5203 \begin_inset Text
5204
5205 \begin_layout Plain Layout
5206
5207 \backslash
5208 vmatrix
5209 \begin_inset space \textvisiblespace{}
5210 \end_inset
5211
5212 2
5213 \series bold
5214 ×
5215 \series default
5216 2
5217 \begin_inset space \thinspace{}
5218 \end_inset
5219
5220 matriz
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5230 0 & \textrm{-}\mathrm{i}\\
5231 \mathrm{i} & 0
5232 \end{array}\end{vmatrix}\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" bottomline="true" leftline="true" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246
5247 \backslash
5248 Vmatrix
5249 \begin_inset space \textvisiblespace{}
5250 \end_inset
5251
5252 2
5253 \series bold
5254 ×
5255 \series default
5256 2
5257 \begin_inset space \thinspace{}
5258 \end_inset
5259
5260 matriz
5261 \end_layout
5262
5263 \end_inset
5264 </cell>
5265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5266 \begin_inset Text
5267
5268 \begin_layout Plain Layout
5269 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5270 0 & \textrm{-}\mathrm{i}\\
5271 \mathrm{i} & 0
5272 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5273 \end_inset
5274
5275
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 </row>
5281 <row>
5282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286
5287 \backslash
5288 matrix
5289 \begin_inset space \textvisiblespace{}
5290 \end_inset
5291
5292 2
5293 \series bold
5294 ×
5295 \series default
5296 2
5297 \begin_inset space \thinspace{}
5298 \end_inset
5299
5300 matriz
5301 \end_layout
5302
5303 \end_inset
5304 </cell>
5305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5306 \begin_inset Text
5307
5308 \begin_layout Plain Layout
5309 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5310 0 & \textrm{-}\mathrm{i}\\
5311 \mathrm{i} & 0
5312 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5313 \end_inset
5314
5315
5316 \end_layout
5317
5318 \end_inset
5319 </cell>
5320 </row>
5321 </lyxtabular>
5322
5323 \end_inset
5324
5325
5326 \begin_inset space \hfill{}
5327 \end_inset
5328
5329
5330 \end_layout
5331
5332 \begin_layout Standard
5333 \begin_inset VSpace medskip
5334 \end_inset
5335
5336
5337 \end_layout
5338
5339 \begin_layout Standard
5340 Cuando se inserta p.
5341 \begin_inset space \thinspace{}
5342 \end_inset
5343
5344 e.
5345 \begin_inset space ~
5346 \end_inset
5347
5348
5349 \series bold
5350
5351 \backslash
5352 vmatrix
5353 \series default
5354 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5355  la matriz.
5356 \begin_inset Newline newline
5357 \end_inset
5358
5359 Hay que tener en cuenta que las matrices decoradas ignoran el alineamiento
5360  vertical.
5361 \end_layout
5362
5363 \begin_layout Standard
5364 \begin_inset VSpace bigskip
5365 \end_inset
5366
5367
5368 \end_layout
5369
5370 \begin_layout Standard
5371 Como todas las ecuaciones multilínea son matrices, la longitud 
5372 \series bold
5373
5374 \backslash
5375 arraycolsep
5376 \series default
5377
5378 \begin_inset Index idx
5379 status collapsed
5380
5381 \begin_layout Plain Layout
5382 Comandos ! A ! 
5383 \backslash
5384 arraycolsep
5385 \end_layout
5386
5387 \end_inset
5388
5389 , que se describe en 
5390 \begin_inset CommandInset ref
5391 LatexCommand ref
5392 reference "sub:Separación-de-columnas"
5393
5394 \end_inset
5395
5396 , también se puede usar para cambiar la separación de las columnas en una
5397  matriz.
5398  Para cambiar la separación de las filas, se usa el comando 
5399 \series bold
5400
5401 \backslash
5402 arraystretch
5403 \series default
5404
5405 \begin_inset Index idx
5406 status collapsed
5407
5408 \begin_layout Plain Layout
5409 Comandos ! A ! 
5410 \backslash
5411 arraystretch
5412 \end_layout
5413
5414 \end_inset
5415
5416  de la siguiente manera:
5417 \end_layout
5418
5419 \begin_layout Standard
5420
5421 \series bold
5422
5423 \backslash
5424 renewcommand{
5425 \backslash
5426 arraystretch}{factor de separación}
5427 \begin_inset Index idx
5428 status collapsed
5429
5430 \begin_layout Plain Layout
5431 Comandos ! R ! 
5432 \backslash
5433 renewcommand
5434 \end_layout
5435
5436 \end_inset
5437
5438
5439 \end_layout
5440
5441 \begin_layout Standard
5442 El comando 
5443 \series bold
5444
5445 \backslash
5446 renewcommand
5447 \series default
5448  asigna el factor de separación al comando predefinido 
5449 \series bold
5450
5451 \backslash
5452 arraystretch
5453 \series default
5454 .
5455  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5456  Además, éste se usa para todas las matrices siguientes.
5457  Para volver a la separación original, asigna factor 1 a 
5458 \series bold
5459
5460 \backslash
5461 arraystretch
5462 \series default
5463 .
5464 \end_layout
5465
5466 \begin_layout Standard
5467 Para poner matrices en línea se usa el comando 
5468 \series bold
5469
5470 \backslash
5471 smallmatrix
5472 \series default
5473
5474 \begin_inset Index idx
5475 status collapsed
5476
5477 \begin_layout Plain Layout
5478 Comandos ! S ! 
5479 \backslash
5480 smallmatrix
5481 \end_layout
5482
5483 \end_inset
5484
5485 .
5486  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5487  se inserta la matriz.
5488  
5489 \end_layout
5490
5491 \begin_layout Standard
5492 Esto es una matriz 
5493 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5494 C & D
5495 \end{smallmatrix}\right)$
5496 \end_inset
5497
5498  en línea.
5499 \end_layout
5500
5501 \begin_layout Section
5502 Delimitadores
5503 \begin_inset Index idx
5504 status collapsed
5505
5506 \begin_layout Plain Layout
5507 Delimitadores
5508 \end_layout
5509
5510 \end_inset
5511
5512
5513 \end_layout
5514
5515 \begin_layout Subsection
5516 Delimitadores verticales
5517 \begin_inset Index idx
5518 status collapsed
5519
5520 \begin_layout Plain Layout
5521 Delimitadores ! verticales
5522 \end_layout
5523
5524 \end_inset
5525
5526
5527 \end_layout
5528
5529 \begin_layout Standard
5530 \begin_inset space \hfill{}
5531 \end_inset
5532
5533
5534 \begin_inset Tabular
5535 <lyxtabular version="3" rows="9" columns="2">
5536 <features rotate="0" tabularvalignment="middle">
5537 <column alignment="center" valignment="top" width="0pt">
5538 <column alignment="center" valignment="top" width="0pt">
5539 <row>
5540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5541 \begin_inset Text
5542
5543 \begin_layout Plain Layout
5544 Comando
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5550 \begin_inset Text
5551
5552 \begin_layout Plain Layout
5553 Resultado
5554 \end_layout
5555
5556 \end_inset
5557 </cell>
5558 </row>
5559 <row>
5560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Plain Layout
5564 (
5565 \end_layout
5566
5567 \end_inset
5568 </cell>
5569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Plain Layout
5573 \begin_inset Formula $($
5574 \end_inset
5575
5576
5577 \end_layout
5578
5579 \end_inset
5580 </cell>
5581 </row>
5582 <row>
5583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5584 \begin_inset Text
5585
5586 \begin_layout Plain Layout
5587 {
5588 \end_layout
5589
5590 \end_inset
5591 </cell>
5592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5593 \begin_inset Text
5594
5595 \begin_layout Plain Layout
5596 \begin_inset Formula $\{$
5597 \end_inset
5598
5599
5600 \end_layout
5601
5602 \end_inset
5603 </cell>
5604 </row>
5605 <row>
5606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5607 \begin_inset Text
5608
5609 \begin_layout Plain Layout
5610 [
5611 \end_layout
5612
5613 \end_inset
5614 </cell>
5615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5616 \begin_inset Text
5617
5618 \begin_layout Plain Layout
5619 \begin_inset Formula $[$
5620 \end_inset
5621
5622
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 </row>
5628 <row>
5629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5630 \begin_inset Text
5631
5632 \begin_layout Plain Layout
5633
5634 \backslash
5635 langle
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5641 \begin_inset Text
5642
5643 \begin_layout Plain Layout
5644 \begin_inset Formula $\langle$
5645 \end_inset
5646
5647
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 </row>
5653 <row>
5654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Plain Layout
5658
5659 \backslash
5660 lceil
5661 \end_layout
5662
5663 \end_inset
5664 </cell>
5665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5666 \begin_inset Text
5667
5668 \begin_layout Plain Layout
5669 \begin_inset Formula $\lceil$
5670 \end_inset
5671
5672
5673 \end_layout
5674
5675 \end_inset
5676 </cell>
5677 </row>
5678 <row>
5679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683
5684 \backslash
5685 lfloor
5686 \end_layout
5687
5688 \end_inset
5689 </cell>
5690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5691 \begin_inset Text
5692
5693 \begin_layout Plain Layout
5694 \begin_inset Formula $\lfloor$
5695 \end_inset
5696
5697
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 </row>
5703 <row>
5704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708 /
5709 \end_layout
5710
5711 \end_inset
5712 </cell>
5713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 \begin_inset Formula $/$
5718 \end_inset
5719
5720
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 </row>
5726 <row>
5727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Plain Layout
5731 |
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 \begin_inset Formula $|$
5741 \end_inset
5742
5743
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 </row>
5749 </lyxtabular>
5750
5751 \end_inset
5752
5753
5754 \begin_inset space \hfill{}
5755 \end_inset
5756
5757
5758 \begin_inset Tabular
5759 <lyxtabular version="3" rows="9" columns="2">
5760 <features rotate="0" tabularvalignment="middle">
5761 <column alignment="center" valignment="top" width="0pt">
5762 <column alignment="center" valignment="top" width="0pt">
5763 <row>
5764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5765 \begin_inset Text
5766
5767 \begin_layout Plain Layout
5768 Comando
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Plain Layout
5777 Resultado
5778 \end_layout
5779
5780 \end_inset
5781 </cell>
5782 </row>
5783 <row>
5784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788 )
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797 \begin_inset Formula $)$
5798 \end_inset
5799
5800
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 </row>
5806 <row>
5807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811 }
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820 \begin_inset Formula $\}$
5821 \end_inset
5822
5823
5824 \end_layout
5825
5826 \end_inset
5827 </cell>
5828 </row>
5829 <row>
5830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5831 \begin_inset Text
5832
5833 \begin_layout Plain Layout
5834 ]
5835 \end_layout
5836
5837 \end_inset
5838 </cell>
5839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843 \begin_inset Formula $]$
5844 \end_inset
5845
5846
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 </row>
5852 <row>
5853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Plain Layout
5857
5858 \backslash
5859 rangle
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 \begin_inset Formula $\rangle$
5869 \end_inset
5870
5871
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 </row>
5877 <row>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882
5883 \backslash
5884 rceil
5885 \end_layout
5886
5887 \end_inset
5888 </cell>
5889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893 \begin_inset Formula $\rceil$
5894 \end_inset
5895
5896
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 </row>
5902 <row>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907
5908 \backslash
5909 rfloor
5910 \end_layout
5911
5912 \end_inset
5913 </cell>
5914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918 \begin_inset Formula $\rfloor$
5919 \end_inset
5920
5921
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 </row>
5927 <row>
5928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932
5933 \backslash
5934
5935 \backslash
5936
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945 \begin_inset Formula $\backslash$
5946 \end_inset
5947
5948
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 </row>
5954 <row>
5955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959
5960 \backslash
5961 |
5962 \end_layout
5963
5964 \end_inset
5965 </cell>
5966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5967 \begin_inset Text
5968
5969 \begin_layout Plain Layout
5970 \begin_inset Formula $\|$
5971 \end_inset
5972
5973
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 </row>
5979 </lyxtabular>
5980
5981 \end_inset
5982
5983
5984 \begin_inset space \hfill{}
5985 \end_inset
5986
5987
5988 \end_layout
5989
5990 \begin_layout Standard
5991 \begin_inset Note Greyedout
5992 status open
5993
5994 \begin_layout Plain Layout
5995
5996 \series bold
5997 Nota
5998 \series default
5999 : En modo TeX hay que usar el comando 
6000 \series bold
6001
6002 \backslash
6003 textbackslash
6004 \series default
6005
6006 \begin_inset Index idx
6007 status collapsed
6008
6009 \begin_layout Plain Layout
6010 Comandos ! T ! 
6011 \backslash
6012 textbackslash
6013 \end_layout
6014
6015 \end_inset
6016
6017  para la barra invertida, porque si no el comando 
6018 \series bold
6019
6020 \backslash
6021
6022 \backslash
6023
6024 \series default
6025  genera un salto de línea.
6026 \end_layout
6027
6028 \end_inset
6029
6030
6031 \end_layout
6032
6033 \begin_layout Standard
6034 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6035  descritos en las dos subsecciones siguientes.
6036  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6037  < y > en vez de los comandos 
6038 \series bold
6039
6040 \backslash
6041 langle
6042 \series default
6043  y 
6044 \series bold
6045
6046 \backslash
6047 rangle
6048 \series default
6049 .
6050  
6051 \end_layout
6052
6053 \begin_layout Subsubsection
6054 Tamaño manual de los delimitadores
6055 \begin_inset CommandInset label
6056 LatexCommand label
6057 name "sub:Tamaño-manual-de"
6058
6059 \end_inset
6060
6061
6062 \begin_inset Index idx
6063 status collapsed
6064
6065 \begin_layout Plain Layout
6066 Delimitadores ! tamaño manual
6067 \end_layout
6068
6069 \end_inset
6070
6071
6072 \end_layout
6073
6074 \begin_layout Standard
6075 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6076  LaTeX 
6077 \series bold
6078
6079 \backslash
6080 big
6081 \series default
6082
6083 \begin_inset Index idx
6084 status collapsed
6085
6086 \begin_layout Plain Layout
6087 Comandos ! B ! 
6088 \backslash
6089 big
6090 \end_layout
6091
6092 \end_inset
6093
6094
6095 \series bold
6096
6097 \backslash
6098 Big
6099 \series default
6100
6101 \series bold
6102
6103 \backslash
6104 bigg
6105 \series default
6106 , y 
6107 \series bold
6108
6109 \backslash
6110 Bigg
6111 \series default
6112 .
6113  
6114 \series bold
6115
6116 \backslash
6117 big
6118 \series default
6119  indica el tamaño menor y 
6120 \series bold
6121
6122 \backslash
6123 Bigg
6124 \series default
6125  el mayor.
6126 \end_layout
6127
6128 \begin_layout Standard
6129 Estos comandos se usan para resaltar niveles de delimitación:
6130 \end_layout
6131
6132 \begin_layout Standard
6133 \noindent
6134 \align center
6135 \begin_inset Tabular
6136 <lyxtabular version="3" rows="2" columns="2">
6137 <features rotate="0" tabularvalignment="middle">
6138 <column alignment="center" valignment="top">
6139 <column alignment="center" valignment="top">
6140 <row>
6141 <cell alignment="center" valignment="top" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145 todos los delimitadores de igual tamaño:
6146 \end_layout
6147
6148 \end_inset
6149 </cell>
6150 <cell alignment="center" valignment="top" usebox="none">
6151 \begin_inset Text
6152
6153 \begin_layout Plain Layout
6154 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6155 \end_inset
6156
6157
6158 \end_layout
6159
6160 \end_inset
6161 </cell>
6162 </row>
6163 <row>
6164 <cell alignment="center" valignment="top" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 así tiene mejor aspecto:
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell alignment="center" valignment="top" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6178 \end_inset
6179
6180
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 </row>
6186 </lyxtabular>
6187
6188 \end_inset
6189
6190
6191 \begin_inset Note Note
6192 status collapsed
6193
6194 \begin_layout Plain Layout
6195
6196 \series bold
6197
6198 \backslash
6199 raisebox
6200 \series default
6201  se usa sólo como espaciador
6202 \end_layout
6203
6204 \end_inset
6205
6206
6207 \end_layout
6208
6209 \begin_layout Standard
6210 Para la segunda expresión se ha empleado el comando 
6211 \series bold
6212
6213 \backslash
6214 Big((A+B)(A-B)
6215 \backslash
6216 Big)^
6217 \series default
6218
6219 \begin_inset space \textvisiblespace{}
6220 \end_inset
6221
6222
6223 \series bold
6224 C
6225 \series default
6226 .
6227 \end_layout
6228
6229 \begin_layout Standard
6230 He aquí una visión conjunta de todos los tamaños y delimitadores:
6231 \end_layout
6232
6233 \begin_layout Standard
6234 \noindent
6235 \align center
6236
6237 \backslash
6238 Bigg(
6239 \backslash
6240 exp
6241 \backslash
6242 bigg<
6243 \backslash
6244 Big[
6245 \backslash
6246 big{
6247 \backslash
6248 ln(3x)
6249 \backslash
6250 big}^2
6251 \begin_inset space \textvisiblespace{}
6252 \end_inset
6253
6254
6255 \backslash
6256 sen(x)
6257 \backslash
6258 Big]^
6259 \begin_inset space \textvisiblespace{}
6260 \end_inset
6261
6262 A
6263 \begin_inset space \textvisiblespace{}
6264 \end_inset
6265
6266
6267 \backslash
6268 bigg>
6269 \backslash
6270 Bigg)^0,5
6271 \begin_inset Formula 
6272 \[
6273 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}
6274 \]
6275
6276 \end_inset
6277
6278
6279 \end_layout
6280
6281 \begin_layout Standard
6282 Además de los comandos 
6283 \series bold
6284
6285 \backslash
6286 big
6287 \series default
6288  hay la variante 
6289 \series bold
6290
6291 \backslash
6292 bigm
6293 \series default
6294
6295 \begin_inset Index idx
6296 status collapsed
6297
6298 \begin_layout Plain Layout
6299 Comandos ! B ! 
6300 \backslash
6301 bigm
6302 \end_layout
6303
6304 \end_inset
6305
6306 , que añade un poco más de espacio entre el delimitador y su contenido,
6307  y la variante 
6308 \series bold
6309
6310 \backslash
6311 bigl
6312 \series default
6313 -
6314 \series bold
6315
6316 \backslash
6317 bigr
6318 \series default
6319
6320 \begin_inset Index idx
6321 status collapsed
6322
6323 \begin_layout Plain Layout
6324 Comandos ! B ! 
6325 \backslash
6326 bigl - 
6327 \backslash
6328 bigr
6329 \end_layout
6330
6331 \end_inset
6332
6333 , que no añade espacio adicional.
6334  La 
6335 \emph on
6336 l
6337 \emph default
6338  al final del comando 
6339 \series bold
6340
6341 \backslash
6342 bigl 
6343 \series default
6344 es para el delimitador izquierdo, la 
6345 \emph on
6346 r
6347 \emph default
6348  es para el delimitador derecho.
6349  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6350  apertura o de cierre.
6351 \end_layout
6352
6353 \begin_layout Standard
6354 En el siguiente cuadro hay una comparación de las variantes:
6355 \end_layout
6356
6357 \begin_layout Standard
6358 \noindent
6359 \align center
6360 \begin_inset Tabular
6361 <lyxtabular version="3" rows="5" columns="2">
6362 <features rotate="0" tabularvalignment="middle">
6363 <column alignment="center" valignment="top">
6364 <column alignment="center" valignment="top">
6365 <row>
6366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6367 \begin_inset Text
6368
6369 \begin_layout Plain Layout
6370 Comando
6371 \end_layout
6372
6373 \end_inset
6374 </cell>
6375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6376 \begin_inset Text
6377
6378 \begin_layout Plain Layout
6379 Resultado
6380 \begin_inset Note Note
6381 status collapsed
6382
6383 \begin_layout Plain Layout
6384
6385 \series bold
6386
6387 \backslash
6388 raisebox
6389 \series default
6390  se usa sólo como espaciador
6391 \end_layout
6392
6393 \end_inset
6394
6395
6396 \end_layout
6397
6398 \end_inset
6399 </cell>
6400 </row>
6401 <row>
6402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406
6407 \backslash
6408 Bigm(
6409 \backslash
6410 bigm(
6411 \backslash
6412 ln(3x)
6413 \backslash
6414 bigm)^2
6415 \series bold
6416
6417 \begin_inset space \textvisiblespace{}
6418 \end_inset
6419
6420
6421 \series default
6422
6423 \backslash
6424 Bigm)
6425 \end_layout
6426
6427 \end_inset
6428 </cell>
6429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6434 \end_inset
6435
6436
6437 \end_layout
6438
6439 \end_inset
6440 </cell>
6441 </row>
6442 <row>
6443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6444 \begin_inset Text
6445
6446 \begin_layout Plain Layout
6447
6448 \backslash
6449 Big(
6450 \backslash
6451 big(
6452 \backslash
6453 ln(3x)
6454 \backslash
6455 big)^2
6456 \series bold
6457
6458 \begin_inset space \textvisiblespace{}
6459 \end_inset
6460
6461
6462 \series default
6463
6464 \backslash
6465 Big)
6466 \end_layout
6467
6468 \end_inset
6469 </cell>
6470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6471 \begin_inset Text
6472
6473 \begin_layout Plain Layout
6474 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6475 \end_inset
6476
6477
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 </row>
6483 <row>
6484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6485 \begin_inset Text
6486
6487 \begin_layout Plain Layout
6488
6489 \backslash
6490 Bigl(
6491 \backslash
6492 bigl(
6493 \backslash
6494 ln(3x)
6495 \backslash
6496 bigr)^2
6497 \series bold
6498
6499 \begin_inset space \textvisiblespace{}
6500 \end_inset
6501
6502
6503 \series default
6504
6505 \backslash
6506 Bigr)
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
6516 \end_inset
6517
6518
6519 \end_layout
6520
6521 \end_inset
6522 </cell>
6523 </row>
6524 <row>
6525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6526 \begin_inset Text
6527
6528 \begin_layout Plain Layout
6529
6530 \backslash
6531 bigl)
6532 \backslash
6533 ln(3x)
6534 \backslash
6535 bigr(
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6545 \end_inset
6546
6547
6548 \end_layout
6549
6550 \end_inset
6551 </cell>
6552 </row>
6553 </lyxtabular>
6554
6555 \end_inset
6556
6557
6558 \end_layout
6559
6560 \begin_layout Subsubsection
6561 Tamaño automático de los delimitadores
6562 \begin_inset CommandInset label
6563 LatexCommand label
6564 name "sub:Tamaño-automático-de"
6565
6566 \end_inset
6567
6568
6569 \begin_inset Index idx
6570 status collapsed
6571
6572 \begin_layout Plain Layout
6573 Delimitadores ! tamaño automático
6574 \end_layout
6575
6576 \end_inset
6577
6578
6579 \end_layout
6580
6581 \begin_layout Standard
6582 Se pueden insertar delimitadores de tamaño variable con los comandos 
6583 \series bold
6584
6585 \backslash
6586 left
6587 \series default
6588
6589 \begin_inset Index idx
6590 status collapsed
6591
6592 \begin_layout Plain Layout
6593 Comandos ! L ! 
6594 \backslash
6595 left
6596 \end_layout
6597
6598 \end_inset
6599
6600  y 
6601 \series bold
6602
6603 \backslash
6604 right
6605 \series default
6606
6607 \begin_inset Index idx
6608 status collapsed
6609
6610 \begin_layout Plain Layout
6611 Comandos ! R ! 
6612 \backslash
6613 right
6614 \end_layout
6615
6616 \end_inset
6617
6618  o con el botón de la barra de ecuaciones 
6619 \begin_inset Graphics
6620         filename ../../images/dialog-show_mathdelimiter.png
6621         scale 85
6622
6623 \end_inset
6624
6625 .
6626  El delimitador deseado se debe insertar directamente detrás de 
6627 \series bold
6628
6629 \backslash
6630 left
6631 \series default
6632  y 
6633 \series bold
6634
6635 \backslash
6636 right
6637 \series default
6638 .
6639  El tamaño se calculará automáticamente después para la salida.
6640  
6641 \end_layout
6642
6643 \begin_layout Standard
6644 \noindent
6645 \align center
6646 delimitador normal: El comando 
6647 \series bold
6648
6649 \backslash
6650 ln(
6651 \backslash
6652 frac
6653 \series default
6654
6655 \begin_inset space \textvisiblespace{}
6656 \end_inset
6657
6658
6659 \series bold
6660 A
6661 \begin_inset Formula $\downarrow$
6662 \end_inset
6663
6664 C
6665 \series default
6666
6667 \begin_inset space \textvisiblespace{}
6668 \end_inset
6669
6670
6671 \series bold
6672 )
6673 \series default
6674  genera
6675 \begin_inset Formula 
6676 \[
6677 \ln(\frac{A}{C})
6678 \]
6679
6680 \end_inset
6681
6682
6683 \end_layout
6684
6685 \begin_layout Standard
6686 \noindent
6687 \align center
6688 delimitador multilínea: El comando 
6689 \series bold
6690
6691 \backslash
6692 ln
6693 \backslash
6694 left(
6695 \backslash
6696 frac
6697 \series default
6698
6699 \begin_inset space \textvisiblespace{}
6700 \end_inset
6701
6702
6703 \series bold
6704 A
6705 \begin_inset Formula $\downarrow$
6706 \end_inset
6707
6708 C
6709 \series default
6710
6711 \begin_inset space \textvisiblespace{}
6712 \end_inset
6713
6714
6715 \series bold
6716
6717 \backslash
6718 right)
6719 \series default
6720  genera
6721 \begin_inset Formula 
6722 \[
6723 \ln\left(\frac{A}{C}\right)
6724 \]
6725
6726 \end_inset
6727
6728
6729 \end_layout
6730
6731 \begin_layout Standard
6732 En lugar de 
6733 \series bold
6734
6735 \backslash
6736 left
6737 \series default
6738  y 
6739 \series bold
6740
6741 \backslash
6742 right
6743 \series default
6744  se puede usar el atajo 
6745 \family sans
6746 Alt+M
6747 \begin_inset space ~
6748 \end_inset
6749
6750 Corchete
6751 \family default
6752 .
6753  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
6754  real del delimitador y además se genera el correspondiente delimitador
6755  de cierre.
6756 \begin_inset Newline newline
6757 \end_inset
6758
6759 El comando para el último ejemplo sería 
6760 \series bold
6761
6762 \backslash
6763 ln Alt+M
6764 \series default
6765  
6766 \series bold
6767 (
6768 \backslash
6769 frac
6770 \begin_inset space \textvisiblespace{}
6771 \end_inset
6772
6773 A
6774 \begin_inset Formula $\downarrow$
6775 \end_inset
6776
6777
6778 \end_layout
6779
6780 \begin_layout Standard
6781 Para omitir uno de los dos delimitadores se inserta un punto.
6782  Por ejemplo, el comando 
6783 \series bold
6784
6785 \backslash
6786 left.
6787 \backslash
6788 frac
6789 \series default
6790
6791 \begin_inset space \textvisiblespace{}
6792 \end_inset
6793
6794
6795 \series bold
6796 A
6797 \begin_inset Formula $\downarrow$
6798 \end_inset
6799
6800 B
6801 \series default
6802
6803 \begin_inset space \textvisiblespace{}
6804 \end_inset
6805
6806
6807 \series bold
6808
6809 \backslash
6810 right}
6811 \series default
6812  da lugar a:
6813 \begin_inset Formula 
6814 \[
6815 \left.\frac{A}{B}\right\} 
6816 \]
6817
6818 \end_inset
6819
6820
6821 \end_layout
6822
6823 \begin_layout Standard
6824 LyX convertirá los comandos 
6825 \series bold
6826
6827 \backslash
6828 left
6829 \series default
6830  y 
6831 \series bold
6832
6833 \backslash
6834 right
6835 \series default
6836  a su tamaño adecuado cuando el documento sea recargado y el delimitador
6837  omitido aparecerá como línea de trazos.
6838  
6839 \begin_inset VSpace bigskip
6840 \end_inset
6841
6842
6843 \end_layout
6844
6845 \begin_layout Standard
6846 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
6847  de LaTeX, el comando 
6848 \series bold
6849
6850 \backslash
6851 middle
6852 \series default
6853
6854 \begin_inset Index idx
6855 status collapsed
6856
6857 \begin_layout Plain Layout
6858 Comandos ! M ! 
6859 \backslash
6860 middle
6861 \end_layout
6862
6863 \end_inset
6864
6865  está también disponible para todos los delimitadores y límites.
6866  Con este comando la altura del siguiente carácter se adapta a la de los
6867  delimitadores circundantes, lo que es necesario, p.
6868 \begin_inset space \thinspace{}
6869 \end_inset
6870
6871 e., para vectores cuánticos: 
6872 \begin_inset Formula 
6873 \[
6874 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6875 \]
6876
6877 \end_inset
6878
6879
6880 \end_layout
6881
6882 \begin_layout Standard
6883 Para este tipo de vectores hay un paquete LaTeX específico que se describe
6884  en
6885 \begin_inset space ~
6886 \end_inset
6887
6888
6889 \begin_inset CommandInset ref
6890 LatexCommand ref
6891 reference "sub:Vectores-cuánticos"
6892
6893 \end_inset
6894
6895 .
6896 \end_layout
6897
6898 \begin_layout Subsection
6899 Delimitadores horizontales
6900 \begin_inset Index idx
6901 status collapsed
6902
6903 \begin_layout Plain Layout
6904 Delimitadores ! horizontales
6905 \end_layout
6906
6907 \end_inset
6908
6909
6910 \end_layout
6911
6912 \begin_layout Standard
6913 \noindent
6914 \align center
6915 \begin_inset Tabular
6916 <lyxtabular version="3" rows="4" columns="2">
6917 <features rotate="0" tabularvalignment="middle">
6918 <column alignment="center" valignment="top">
6919 <column alignment="center" valignment="top">
6920 <row>
6921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6922 \begin_inset Text
6923
6924 \begin_layout Plain Layout
6925 Comando
6926 \begin_inset Note Note
6927 status collapsed
6928
6929 \begin_layout Plain Layout
6930
6931 \series bold
6932
6933 \backslash
6934 raisebox
6935 \series default
6936  se usa sólo como espaciador
6937 \end_layout
6938
6939 \end_inset
6940
6941
6942 \end_layout
6943
6944 \end_inset
6945 </cell>
6946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Plain Layout
6950 Resultado
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 </row>
6956 <row>
6957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6958 \begin_inset Text
6959
6960 \begin_layout Plain Layout
6961 \begin_inset ERT
6962 status collapsed
6963
6964 \begin_layout Plain Layout
6965
6966
6967 \backslash
6968 raisebox{2.3mm}{
6969 \end_layout
6970
6971 \end_inset
6972
6973
6974 \backslash
6975 overbrace
6976 \begin_inset space \textvisiblespace{}
6977 \end_inset
6978
6979 A+B
6980 \begin_inset space \textvisiblespace{}
6981 \end_inset
6982
6983 ^
6984 \begin_inset space \textvisiblespace{}
6985 \end_inset
6986
6987 3
6988 \begin_inset ERT
6989 status collapsed
6990
6991 \begin_layout Plain Layout
6992
6993 }
6994 \end_layout
6995
6996 \end_inset
6997
6998
6999 \begin_inset Index idx
7000 status collapsed
7001
7002 \begin_layout Plain Layout
7003 Comandos ! O ! 
7004 \backslash
7005 overbrace
7006 \end_layout
7007
7008 \end_inset
7009
7010
7011 \end_layout
7012
7013 \end_inset
7014 </cell>
7015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7016 \begin_inset Text
7017
7018 \begin_layout Plain Layout
7019 \begin_inset Formula $\overbrace{A+B}^{3}$
7020 \end_inset
7021
7022
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 </row>
7028 <row>
7029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033 \begin_inset ERT
7034 status collapsed
7035
7036 \begin_layout Plain Layout
7037
7038
7039 \backslash
7040 raisebox{-2.2mm}{
7041 \end_layout
7042
7043 \end_inset
7044
7045
7046 \backslash
7047 underbrace
7048 \begin_inset space \textvisiblespace{}
7049 \end_inset
7050
7051 A+B
7052 \begin_inset space \textvisiblespace{}
7053 \end_inset
7054
7055 _5
7056 \begin_inset ERT
7057 status collapsed
7058
7059 \begin_layout Plain Layout
7060
7061 }
7062 \end_layout
7063
7064 \end_inset
7065
7066
7067 \begin_inset Index idx
7068 status collapsed
7069
7070 \begin_layout Plain Layout
7071 Comandos ! U ! 
7072 \backslash
7073 underbrace
7074 \end_layout
7075
7076 \end_inset
7077
7078
7079 \end_layout
7080
7081 \end_inset
7082 </cell>
7083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087 \begin_inset Formula $\underbrace{A+B}_{5}$
7088 \end_inset
7089
7090
7091 \end_layout
7092
7093 \end_inset
7094 </cell>
7095 </row>
7096 <row>
7097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7098 \begin_inset Text
7099
7100 \begin_layout Plain Layout
7101
7102 \backslash
7103 overbrace
7104 \begin_inset space \textvisiblespace{}
7105 \end_inset
7106
7107
7108 \backslash
7109 underbrace
7110 \begin_inset space \textvisiblespace{}
7111 \end_inset
7112
7113 A+B_w
7114 \begin_inset space \textvisiblespace{}
7115 \end_inset
7116
7117
7118 \begin_inset space \textvisiblespace{}
7119 \end_inset
7120
7121 _7
7122 \begin_inset space \textvisiblespace{}
7123 \end_inset
7124
7125
7126 \begin_inset space \textvisiblespace{}
7127 \end_inset
7128
7129 ^
7130 \begin_inset space \textvisiblespace{}
7131 \end_inset
7132
7133 C
7134 \end_layout
7135
7136 \end_inset
7137 </cell>
7138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7139 \begin_inset Text
7140
7141 \begin_layout Plain Layout
7142 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7143 \end_inset
7144
7145
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 </row>
7151 </lyxtabular>
7152
7153 \end_inset
7154
7155
7156 \end_layout
7157
7158 \begin_layout Standard
7159 En el último ejemplo no importa en qué orden se introducen los comandos
7160  
7161 \series bold
7162
7163 \backslash
7164 overbrace
7165 \series default
7166  y 
7167 \series bold
7168
7169 \backslash
7170 underbrace
7171 \series default
7172 .
7173 \begin_inset VSpace bigskip
7174 \end_inset
7175
7176
7177 \end_layout
7178
7179 \begin_layout Standard
7180 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7181  multilínea, como se describe en
7182 \begin_inset space ~
7183 \end_inset
7184
7185
7186 \begin_inset CommandInset ref
7187 LatexCommand ref
7188 reference "sec:Ecuaciones-multilínea"
7189
7190 \end_inset
7191
7192 :
7193 \begin_inset Formula 
7194 \begin{eqnarray*}
7195 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7196  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7197 \end{eqnarray*}
7198
7199 \end_inset
7200
7201 En la primera fila se insertan la ecuación y la primera llave.
7202  Aquí es importante insertar el comando de espacio
7203 \begin_inset Foot
7204 status collapsed
7205
7206 \begin_layout Plain Layout
7207 Los comandos para espacios se explican en 
7208 \begin_inset CommandInset ref
7209 LatexCommand ref
7210 reference "sub:Espacio-predefinido"
7211
7212 \end_inset
7213
7214
7215 \end_layout
7216
7217 \end_inset
7218
7219  
7220 \series bold
7221
7222 \backslash
7223 :
7224 \series default
7225  antes de la primera
7226 \series bold
7227  
7228 \series default
7229
7230 \begin_inset Formula $d$
7231 \end_inset
7232
7233 , porque la llave que termina detrás de 
7234 \begin_inset Formula $q$
7235 \end_inset
7236
7237  impide que el siguiente 
7238 \begin_inset Quotes fld
7239 \end_inset
7240
7241 +
7242 \begin_inset Quotes frd
7243 \end_inset
7244
7245  esté rodeado de espacio.
7246 \begin_inset Foot
7247 status collapsed
7248
7249 \begin_layout Plain Layout
7250 Debido a que la llave no es considerada como carácter, véase 
7251 \begin_inset CommandInset ref
7252 LatexCommand ref
7253 reference "sub:Operadores-binarios"
7254
7255 \end_inset
7256
7257
7258 \end_layout
7259
7260 \end_inset
7261
7262  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7263  de 
7264 \begin_inset Formula $b$
7265 \end_inset
7266
7267  se inserta antes el comando 
7268 \series bold
7269
7270 \backslash
7271 hphantom{gggg+
7272 \backslash
7273 :}
7274 \series default
7275 .
7276 \begin_inset Foot
7277 status collapsed
7278
7279 \begin_layout Plain Layout
7280 Más sobre 
7281 \series bold
7282
7283 \backslash
7284 hphantom
7285 \series default
7286  en 
7287 \begin_inset CommandInset ref
7288 LatexCommand ref
7289 reference "sub:Espacios-reservados"
7290
7291 \end_inset
7292
7293
7294 \end_layout
7295
7296 \end_inset
7297
7298  Ese espacio es necesario porque el signo 
7299 \begin_inset Quotes fld
7300 \end_inset
7301
7302 +
7303 \begin_inset Quotes frd
7304 \end_inset
7305
7306  va seguido de un espacio en la ecuación.
7307  La llave se coloca bajo el comando 
7308 \series bold
7309
7310 \backslash
7311 hphantom{bbqq+dddd}
7312 \series default
7313 .
7314  
7315 \end_layout
7316
7317 \begin_layout Standard
7318 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7319  ejemplo:
7320 \begin_inset ERT
7321 status collapsed
7322
7323 \begin_layout Plain Layout
7324
7325
7326 \backslash
7327 setlength{
7328 \backslash
7329 jot}{-6pt}
7330 \end_layout
7331
7332 \end_inset
7333
7334
7335 \begin_inset Formula 
7336 \begin{eqnarray*}
7337  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7338 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7339 \end{eqnarray*}
7340
7341 \end_inset
7342
7343
7344 \begin_inset ERT
7345 status collapsed
7346
7347 \begin_layout Plain Layout
7348
7349
7350 \backslash
7351 setlength{
7352 \backslash
7353 jot}{3pt}
7354 \end_layout
7355
7356 \end_inset
7357
7358 La primera fila de la ecuación es igual que la segunda fila del ejemplo
7359  anterior, con la diferencia de que la llave está encima.
7360  La segunda fila contiene la ecuación junto con la segunda llave.
7361  Para evitar que haya demasiado espacio entre la llave superior en la primera
7362  fila y la ecuación hay que reducirlo.
7363  Esto no es fácil de hacer debido a un fallo de LyX.
7364 \begin_inset Foot
7365 status collapsed
7366
7367 \begin_layout Plain Layout
7368 \begin_inset CommandInset href
7369 LatexCommand href
7370 name "LyX-bug #1505"
7371 target "http://www.lyx.org/trac/ticket/1505"
7372
7373 \end_inset
7374
7375
7376 \end_layout
7377
7378 \end_inset
7379
7380  Una solución es cambiar la separación global de filas en la ecuación, 
7381 \series bold
7382
7383 \backslash
7384 jot
7385 \series default
7386
7387 \begin_inset Index idx
7388 status collapsed
7389
7390 \begin_layout Plain Layout
7391 Comandos ! J ! 
7392 \backslash
7393 jot
7394 \end_layout
7395
7396 \end_inset
7397
7398 , en -6
7399 \begin_inset space \thinspace{}
7400 \end_inset
7401
7402 pt insertando antes de la ecuación el comando 
7403 \series bold
7404
7405 \backslash
7406 setlength{
7407 \backslash
7408 jot}{-6pt}
7409 \series default
7410  en modo TeX.
7411  Después de la ecuación se vuelve al valor normal 3
7412 \begin_inset space \thinspace{}
7413 \end_inset
7414
7415 pt de 
7416 \series bold
7417
7418 \backslash
7419 jot
7420 \series default
7421  usando el mismo comando.
7422  Más información sobre separación de filas en ecuaciones en
7423 \begin_inset space ~
7424 \end_inset
7425
7426
7427 \begin_inset CommandInset ref
7428 LatexCommand ref
7429 reference "sub:Separación-de-líneas"
7430
7431 \end_inset
7432
7433 .
7434 \end_layout
7435
7436 \begin_layout Section
7437 Flechas
7438 \begin_inset Index idx
7439 status collapsed
7440
7441 \begin_layout Plain Layout
7442 Flechas
7443 \end_layout
7444
7445 \end_inset
7446
7447
7448 \end_layout
7449
7450 \begin_layout Standard
7451 Las flechas se pueden insertar con el botón 
7452 \begin_inset Graphics
7453         filename ../../images/math/leftarrow.png
7454         scale 85
7455
7456 \end_inset
7457
7458  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
7459  siguientes.
7460 \end_layout
7461
7462 \begin_layout Subsection
7463 Flechas horizontales
7464 \begin_inset Index idx
7465 status collapsed
7466
7467 \begin_layout Plain Layout
7468 Flechas ! horizontales
7469 \end_layout
7470
7471 \end_inset
7472
7473
7474 \end_layout
7475
7476 \begin_layout Standard
7477 \begin_inset space \hfill{}
7478 \end_inset
7479
7480
7481 \begin_inset Tabular
7482 <lyxtabular version="3" rows="8" columns="2">
7483 <features rotate="0" tabularvalignment="middle">
7484 <column alignment="center" valignment="top" width="0pt">
7485 <column alignment="center" valignment="top" width="0pt">
7486 <row>
7487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491 Comando
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500 Resultado
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 </row>
7506 <row>
7507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511
7512 \backslash
7513 gets
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 \begin_inset Formula $\gets$
7523 \end_inset
7524
7525
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 </row>
7531 <row>
7532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7533 \begin_inset Text
7534
7535 \begin_layout Plain Layout
7536
7537 \backslash
7538 Leftarrow
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 \begin_inset Formula $\Leftarrow$
7548 \end_inset
7549
7550
7551 \end_layout
7552
7553 \end_inset
7554 </cell>
7555 </row>
7556 <row>
7557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561
7562 \backslash
7563 longleftarrow
7564 \end_layout
7565
7566 \end_inset
7567 </cell>
7568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7569 \begin_inset Text
7570
7571 \begin_layout Plain Layout
7572 \begin_inset Formula $\longleftarrow$
7573 \end_inset
7574
7575
7576 \end_layout
7577
7578 \end_inset
7579 </cell>
7580 </row>
7581 <row>
7582 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7583 \begin_inset Text
7584
7585 \begin_layout Plain Layout
7586
7587 \backslash
7588 Longleftarrow
7589 \end_layout
7590
7591 \end_inset
7592 </cell>
7593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7594 \begin_inset Text
7595
7596 \begin_layout Plain Layout
7597 \begin_inset Formula $\Longleftarrow$
7598 \end_inset
7599
7600
7601 \end_layout
7602
7603 \end_inset
7604 </cell>
7605 </row>
7606 <row>
7607 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7608 \begin_inset Text
7609
7610 \begin_layout Plain Layout
7611
7612 \backslash
7613 leftharpoonup
7614 \end_layout
7615
7616 \end_inset
7617 </cell>
7618 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7619 \begin_inset Text
7620
7621 \begin_layout Plain Layout
7622 \begin_inset Formula $\leftharpoonup$
7623 \end_inset
7624
7625
7626 \end_layout
7627
7628 \end_inset
7629 </cell>
7630 </row>
7631 <row>
7632 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636
7637 \backslash
7638 leftharpoondown
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647 \begin_inset Formula $\leftharpoondown$
7648 \end_inset
7649
7650
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 </row>
7656 <row>
7657 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661
7662 \backslash
7663 hookleftarrow
7664 \end_layout
7665
7666 \end_inset
7667 </cell>
7668 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7669 \begin_inset Text
7670
7671 \begin_layout Plain Layout
7672 \begin_inset Formula $\hookleftarrow$
7673 \end_inset
7674
7675
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 </row>
7681 </lyxtabular>
7682
7683 \end_inset
7684
7685
7686 \begin_inset space \hfill{}
7687 \end_inset
7688
7689
7690 \begin_inset Tabular
7691 <lyxtabular version="3" rows="8" columns="2">
7692 <features rotate="0" tabularvalignment="middle">
7693 <column alignment="center" valignment="top" width="0pt">
7694 <column alignment="center" valignment="top" width="0pt">
7695 <row>
7696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7697 \begin_inset Text
7698
7699 \begin_layout Plain Layout
7700 Comando
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7706 \begin_inset Text
7707
7708 \begin_layout Plain Layout
7709 Resultado
7710 \end_layout
7711
7712 \end_inset
7713 </cell>
7714 </row>
7715 <row>
7716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Plain Layout
7720
7721 \backslash
7722 to
7723 \end_layout
7724
7725 \end_inset
7726 </cell>
7727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7728 \begin_inset Text
7729
7730 \begin_layout Plain Layout
7731 \begin_inset Formula $\to$
7732 \end_inset
7733
7734
7735 \end_layout
7736
7737 \end_inset
7738 </cell>
7739 </row>
7740 <row>
7741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745
7746 \backslash
7747 Rightarrow
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7753 \begin_inset Text
7754
7755 \begin_layout Plain Layout
7756 \begin_inset Formula $\Rightarrow$
7757 \end_inset
7758
7759
7760 \end_layout
7761
7762 \end_inset
7763 </cell>
7764 </row>
7765 <row>
7766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770
7771 \backslash
7772 longrightarrow
7773 \end_layout
7774
7775 \end_inset
7776 </cell>
7777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Plain Layout
7781 \begin_inset Formula $\longrightarrow$
7782 \end_inset
7783
7784
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 </row>
7790 <row>
7791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795
7796 \backslash
7797 Longrightarrow
7798 \end_layout
7799
7800 \end_inset
7801 </cell>
7802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7803 \begin_inset Text
7804
7805 \begin_layout Plain Layout
7806 \begin_inset Formula $\Longrightarrow$
7807 \end_inset
7808
7809
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 </row>
7815 <row>
7816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7817 \begin_inset Text
7818
7819 \begin_layout Plain Layout
7820
7821 \backslash
7822 rightharpoonup
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Plain Layout
7831 \begin_inset Formula $\rightharpoonup$
7832 \end_inset
7833
7834
7835 \end_layout
7836
7837 \end_inset
7838 </cell>
7839 </row>
7840 <row>
7841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7842 \begin_inset Text
7843
7844 \begin_layout Plain Layout
7845
7846 \backslash
7847 rightharpoondown
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Plain Layout
7856 \begin_inset Formula $\rightharpoondown$
7857 \end_inset
7858
7859
7860 \end_layout
7861
7862 \end_inset
7863 </cell>
7864 </row>
7865 <row>
7866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7867 \begin_inset Text
7868
7869 \begin_layout Plain Layout
7870
7871 \backslash
7872 hookrightarrow
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881 \begin_inset Formula $\hookrightarrow$
7882 \end_inset
7883
7884
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 </row>
7890 </lyxtabular>
7891
7892 \end_inset
7893
7894
7895 \begin_inset space \hfill{}
7896 \end_inset
7897
7898
7899 \end_layout
7900
7901 \begin_layout Standard
7902 \begin_inset space \hfill{}
7903 \end_inset
7904
7905
7906 \begin_inset Tabular
7907 <lyxtabular version="3" rows="6" columns="2">
7908 <features rotate="0" tabularvalignment="middle">
7909 <column alignment="center" valignment="top" width="0pt">
7910 <column alignment="center" valignment="top" width="0pt">
7911 <row>
7912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916 Comando
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925 Resultado
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 </row>
7931 <row>
7932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936
7937 \backslash
7938 leftrightarrow
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947 \begin_inset Formula $\leftrightarrow$
7948 \end_inset
7949
7950
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 </row>
7956 <row>
7957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Plain Layout
7961
7962 \backslash
7963 Leftrightarrow
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Plain Layout
7972 \begin_inset Formula $\Leftrightarrow$
7973 \end_inset
7974
7975
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 </row>
7981 <row>
7982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986
7987 \backslash
7988 longleftrightarrow
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997 \begin_inset Formula $\longleftrightarrow$
7998 \end_inset
7999
8000
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 </row>
8006 <row>
8007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011
8012 \backslash
8013 Longleftrightarrow
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022 \begin_inset Formula $\Longleftrightarrow$
8023 \end_inset
8024
8025
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 </row>
8031 <row>
8032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036
8037 \backslash
8038 rightleftharpoons
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047 \begin_inset Formula $\rightleftharpoons$
8048 \end_inset
8049
8050
8051 \end_layout
8052
8053 \end_inset
8054 </cell>
8055 </row>
8056 </lyxtabular>
8057
8058 \end_inset
8059
8060
8061 \begin_inset space \hspace{}
8062 \length 25pt
8063 \end_inset
8064
8065
8066 \begin_inset space \hfill{}
8067 \end_inset
8068
8069
8070 \begin_inset Tabular
8071 <lyxtabular version="3" rows="5" columns="2">
8072 <features rotate="0" tabularvalignment="middle">
8073 <column alignment="center" valignment="top" width="0pt">
8074 <column alignment="center" valignment="top" width="0pt">
8075 <row>
8076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080 Comando
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089 Resultado
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 </row>
8095 <row>
8096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100
8101 \backslash
8102 mapsto
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111 \begin_inset Formula $\mapsto$
8112 \end_inset
8113
8114
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 </row>
8120 <row>
8121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125
8126 \backslash
8127 longmapsto
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136 \begin_inset Formula $\longmapsto$
8137 \end_inset
8138
8139
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 </row>
8145 <row>
8146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150
8151 \backslash
8152 leadsto
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161 \begin_inset Formula $\leadsto$
8162 \end_inset
8163
8164
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 </row>
8170 <row>
8171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175
8176 \backslash
8177 dasharrow
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186 \begin_inset Formula $\dasharrow$
8187 \end_inset
8188
8189
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 </row>
8195 </lyxtabular>
8196
8197 \end_inset
8198
8199
8200 \begin_inset space \hfill{}
8201 \end_inset
8202
8203
8204 \begin_inset VSpace medskip
8205 \end_inset
8206
8207
8208 \end_layout
8209
8210 \begin_layout Standard
8211 Las flechas que se utilizan como acentos, p.
8212 \begin_inset space \thinspace{}
8213 \end_inset
8214
8215 e.
8216  en vectores, se describen en 
8217 \begin_inset CommandInset ref
8218 LatexCommand ref
8219 reference "sec:Acentos"
8220
8221 \end_inset
8222
8223 .
8224  
8225 \begin_inset VSpace bigskip
8226 \end_inset
8227
8228
8229 \end_layout
8230
8231 \begin_layout Standard
8232 Además hay las flechas etiquetadas
8233 \begin_inset Index idx
8234 status collapsed
8235
8236 \begin_layout Plain Layout
8237 Flechas ! etiquetadas
8238 \end_layout
8239
8240 \end_inset
8241
8242  
8243 \series bold
8244
8245 \backslash
8246 xleftarrow
8247 \series default
8248
8249 \begin_inset Index idx
8250 status collapsed
8251
8252 \begin_layout Plain Layout
8253 Comandos ! X ! 
8254 \backslash
8255 xleftarrow
8256 \end_layout
8257
8258 \end_inset
8259
8260  y 
8261 \series bold
8262
8263 \backslash
8264 xrightarrow
8265 \series default
8266
8267 \begin_inset Index idx
8268 status collapsed
8269
8270 \begin_layout Plain Layout
8271 Comandos ! X ! 
8272 \backslash
8273 xrightarrow
8274 \begin_inset ERT
8275 status collapsed
8276
8277 \begin_layout Plain Layout
8278
8279
8280 \backslash
8281 vspace{4mm}
8282 \end_layout
8283
8284 \end_inset
8285
8286
8287 \end_layout
8288
8289 \end_inset
8290
8291 .
8292  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8293  con dos marcos azules donde se puede insertar la etiqueta.
8294  La longitud de la flecha se adapta a la anchura de la etiqueta.
8295 \end_layout
8296
8297 \begin_layout Standard
8298 \noindent
8299 \align center
8300 \begin_inset Tabular
8301 <lyxtabular version="3" rows="3" columns="2">
8302 <features rotate="0" tabularvalignment="middle">
8303 <column alignment="center" valignment="top">
8304 <column alignment="center" valignment="top">
8305 <row>
8306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310 Comando
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319 Resultado
8320 \begin_inset Note Note
8321 status collapsed
8322
8323 \begin_layout Plain Layout
8324
8325 \series bold
8326
8327 \backslash
8328 raisebox
8329 \series default
8330  se usa sólo como espaciador
8331 \end_layout
8332
8333 \end_inset
8334
8335
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 </row>
8341 <row>
8342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346 F(a)
8347 \backslash
8348 xleftarrow
8349 \begin_inset space \textvisiblespace{}
8350 \end_inset
8351
8352 x=a
8353 \begin_inset Formula $\downarrow$
8354 \end_inset
8355
8356 x>0
8357 \begin_inset Formula $\to$
8358 \end_inset
8359
8360 F(x)
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8370 \end_inset
8371
8372
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 </row>
8378 <row>
8379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383 F(x)
8384 \backslash
8385 xrightarrow
8386 \begin_inset space \textvisiblespace{}
8387 \end_inset
8388
8389 x=a
8390 \begin_inset Formula $\downarrow$
8391 \end_inset
8392
8393 x>0
8394 \begin_inset Formula $\to$
8395 \end_inset
8396
8397 F(a)
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8407 \end_inset
8408
8409
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 </row>
8415 </lyxtabular>
8416
8417 \end_inset
8418
8419
8420 \end_layout
8421
8422 \begin_layout Subsection
8423 Flechas verticales y diagonales
8424 \begin_inset Index idx
8425 status collapsed
8426
8427 \begin_layout Plain Layout
8428 Flechas ! diagonales
8429 \end_layout
8430
8431 \end_inset
8432
8433
8434 \begin_inset Index idx
8435 status collapsed
8436
8437 \begin_layout Plain Layout
8438 Flechas ! verticales
8439 \end_layout
8440
8441 \end_inset
8442
8443
8444 \end_layout
8445
8446 \begin_layout Standard
8447 \begin_inset space \hfill{}
8448 \end_inset
8449
8450
8451 \begin_inset Tabular
8452 <lyxtabular version="3" rows="7" columns="2">
8453 <features rotate="0" tabularvalignment="middle">
8454 <column alignment="center" valignment="top" width="0pt">
8455 <column alignment="center" valignment="top" width="0pt">
8456 <row>
8457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461 Comando
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470 Resultado
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 </row>
8476 <row>
8477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481
8482 \backslash
8483 uparrow
8484 \end_layout
8485
8486 \end_inset
8487 </cell>
8488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492 \begin_inset Formula $\uparrow$
8493 \end_inset
8494
8495
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 </row>
8501 <row>
8502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506
8507 \backslash
8508 Uparrow
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517 \begin_inset Formula $\Uparrow$
8518 \end_inset
8519
8520
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 </row>
8526 <row>
8527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531
8532 \backslash
8533 updownarrow
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542 \begin_inset Formula $\updownarrow$
8543 \end_inset
8544
8545
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 </row>
8551 <row>
8552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556
8557 \backslash
8558 Updownarrow
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567 \begin_inset Formula $\Updownarrow$
8568 \end_inset
8569
8570
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 </row>
8576 <row>
8577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581
8582 \backslash
8583 Downarrow
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 \begin_inset Formula $\Downarrow$
8593 \end_inset
8594
8595
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 </row>
8601 <row>
8602 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606
8607 \backslash
8608 downarrow
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 \begin_inset Formula $\downarrow$
8618 \end_inset
8619
8620
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 </row>
8626 </lyxtabular>
8627
8628 \end_inset
8629
8630
8631 \begin_inset space \hfill{}
8632 \end_inset
8633
8634
8635 \begin_inset Tabular
8636 <lyxtabular version="3" rows="5" columns="2">
8637 <features rotate="0" tabularvalignment="middle">
8638 <column alignment="center" valignment="top" width="0pt">
8639 <column alignment="center" valignment="top" width="0pt">
8640 <row>
8641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645 Comando
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654 Resultado
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 </row>
8660 <row>
8661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665
8666 \backslash
8667 nearrow
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676 \begin_inset Formula $\nearrow$
8677 \end_inset
8678
8679
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 </row>
8685 <row>
8686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690
8691 \backslash
8692 searrow
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701 \begin_inset Formula $\searrow$
8702 \end_inset
8703
8704
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 </row>
8710 <row>
8711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Plain Layout
8715
8716 \backslash
8717 swarrow
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726 \begin_inset Formula $\swarrow$
8727 \end_inset
8728
8729
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 </row>
8735 <row>
8736 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740
8741 \backslash
8742 nwarrow
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 \begin_inset Formula $\nwarrow$
8752 \end_inset
8753
8754
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 </row>
8760 </lyxtabular>
8761
8762 \end_inset
8763
8764
8765 \begin_inset space \hfill{}
8766 \end_inset
8767
8768
8769 \end_layout
8770
8771 \begin_layout Standard
8772 \begin_inset VSpace medskip
8773 \end_inset
8774
8775
8776 \end_layout
8777
8778 \begin_layout Standard
8779 Las flechas verticales también se pueden usar como delimitadores junto con
8780  los comandos descritos en
8781 \begin_inset space ~
8782 \end_inset
8783
8784
8785 \begin_inset CommandInset ref
8786 LatexCommand ref
8787 reference "sub:Tamaño-manual-de"
8788
8789 \end_inset
8790
8791  y 
8792 \begin_inset CommandInset ref
8793 LatexCommand ref
8794 reference "sub:Tamaño-automático-de"
8795
8796 \end_inset
8797
8798 .
8799 \end_layout
8800
8801 \begin_layout Standard
8802 \noindent
8803 \align center
8804 \begin_inset Newpage newpage
8805 \end_inset
8806
8807
8808 \end_layout
8809
8810 \begin_layout Section
8811 Acentos
8812 \begin_inset CommandInset label
8813 LatexCommand label
8814 name "sec:Acentos"
8815
8816 \end_inset
8817
8818
8819 \begin_inset Index idx
8820 status collapsed
8821
8822 \begin_layout Plain Layout
8823 Acentos
8824 \end_layout
8825
8826 \end_inset
8827
8828
8829 \end_layout
8830
8831 \begin_layout Standard
8832 Los acentos se pueden insertar con el botón 
8833 \begin_inset Graphics
8834         filename ../../images/math/hat.png
8835         scale 85
8836
8837 \end_inset
8838
8839  o mediante los comandos listados en las siguientes subsecciones.
8840 \end_layout
8841
8842 \begin_layout Subsection
8843 Acentos para un carácter
8844 \begin_inset ERT
8845 status collapsed
8846
8847 \begin_layout Plain Layout
8848
8849
8850 \backslash
8851 texorpdfstring{
8852 \end_layout
8853
8854 \end_inset
8855
8856
8857 \begin_inset Foot
8858 status collapsed
8859
8860 \begin_layout Plain Layout
8861 Para acentos en texto, véase 
8862 \begin_inset CommandInset ref
8863 LatexCommand ref
8864 reference "sub:Acentos-en-texto"
8865
8866 \end_inset
8867
8868
8869 \end_layout
8870
8871 \end_inset
8872
8873
8874 \begin_inset ERT
8875 status collapsed
8876
8877 \begin_layout Plain Layout
8878
8879 }{}
8880 \end_layout
8881
8882 \end_inset
8883
8884
8885 \begin_inset Note Note
8886 status collapsed
8887
8888 \begin_layout Plain Layout
8889
8890 \series bold
8891
8892 \backslash
8893 texorpdfstring
8894 \series default
8895  se usa para evitar que la nota al pie aparezca en los marcadores PDF.
8896 \end_layout
8897
8898 \begin_layout Plain Layout
8899 Más sobre 
8900 \series bold
8901
8902 \backslash
8903 texorpdfstring
8904 \series default
8905  en la sección 
8906 \begin_inset CommandInset ref
8907 LatexCommand ref
8908 reference "sub:Ecuaciones-en-encabezados"
8909
8910 \end_inset
8911
8912 .
8913 \end_layout
8914
8915 \end_inset
8916
8917
8918 \begin_inset CommandInset label
8919 LatexCommand label
8920 name "sub:Acentos-para-un"
8921
8922 \end_inset
8923
8924
8925 \begin_inset Index idx
8926 status collapsed
8927
8928 \begin_layout Plain Layout
8929 Acentos ! para un carácter
8930 \end_layout
8931
8932 \end_inset
8933
8934
8935 \end_layout
8936
8937 \begin_layout Standard
8938 \begin_inset space \hfill{}
8939 \end_inset
8940
8941
8942 \begin_inset Tabular
8943 <lyxtabular version="3" rows="8" columns="2">
8944 <features rotate="0" tabularvalignment="middle">
8945 <column alignment="center" valignment="top" width="0pt">
8946 <column alignment="center" valignment="top" width="0pt">
8947 <row>
8948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952 Comando
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961 Resultado
8962 \begin_inset Note Note
8963 status collapsed
8964
8965 \begin_layout Plain Layout
8966
8967 \series bold
8968
8969 \backslash
8970 raisebox
8971 \series default
8972  se usa sólo como espaciador
8973 \end_layout
8974
8975 \end_inset
8976
8977
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 </row>
8983 <row>
8984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988
8989 \backslash
8990 dot
8991 \begin_inset space \textvisiblespace{}
8992 \end_inset
8993
8994 A
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9004 \end_inset
9005
9006
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 </row>
9012 <row>
9013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017
9018 \backslash
9019 ddot
9020 \begin_inset space \textvisiblespace{}
9021 \end_inset
9022
9023 A
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9033 \end_inset
9034
9035
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 </row>
9041 <row>
9042 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046
9047 \backslash
9048 dddot
9049 \begin_inset space \textvisiblespace{}
9050 \end_inset
9051
9052 A
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9062 \end_inset
9063
9064
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 </row>
9070 <row>
9071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075
9076 \backslash
9077 ddddot
9078 \begin_inset space \textvisiblespace{}
9079 \end_inset
9080
9081 A
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9091 \end_inset
9092
9093
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 </row>
9099 <row>
9100 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104
9105 \backslash
9106 vec
9107 \begin_inset space \textvisiblespace{}
9108 \end_inset
9109
9110 A
9111 \begin_inset Index idx
9112 status collapsed
9113
9114 \begin_layout Plain Layout
9115 Vectores
9116 \end_layout
9117
9118 \end_inset
9119
9120
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9130 \end_inset
9131
9132
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 </row>
9138 <row>
9139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143
9144 \backslash
9145 bar
9146 \begin_inset space \textvisiblespace{}
9147 \end_inset
9148
9149 A
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9159 \end_inset
9160
9161
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 </row>
9167 <row>
9168 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172
9173 \backslash
9174 mathring
9175 \begin_inset space \textvisiblespace{}
9176 \end_inset
9177
9178 A
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9184 \begin_inset Text
9185
9186 \begin_layout Plain Layout
9187 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9188 \end_inset
9189
9190
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 </row>
9196 </lyxtabular>
9197
9198 \end_inset
9199
9200
9201 \begin_inset space \hfill{}
9202 \end_inset
9203
9204
9205 \begin_inset Tabular
9206 <lyxtabular version="3" rows="7" columns="2">
9207 <features rotate="0" tabularvalignment="middle">
9208 <column alignment="center" valignment="top" width="0pt">
9209 <column alignment="center" valignment="top" width="0pt">
9210 <row>
9211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215 Comando
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224 Resultado
9225 \begin_inset Note Note
9226 status collapsed
9227
9228 \begin_layout Plain Layout
9229
9230 \series bold
9231
9232 \backslash
9233 raisebox
9234 \series default
9235  se usa sólo como espaciador
9236 \end_layout
9237
9238 \end_inset
9239
9240
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 </row>
9246 <row>
9247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251
9252 \backslash
9253 tilde
9254 \begin_inset space \textvisiblespace{}
9255 \end_inset
9256
9257 A
9258 \end_layout
9259
9260 \end_inset
9261 </cell>
9262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9267 \end_inset
9268
9269
9270 \end_layout
9271
9272 \end_inset
9273 </cell>
9274 </row>
9275 <row>
9276 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9277 \begin_inset Text
9278
9279 \begin_layout Plain Layout
9280
9281 \backslash
9282 hat
9283 \begin_inset space \textvisiblespace{}
9284 \end_inset
9285
9286 A
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9296 \end_inset
9297
9298
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 </row>
9304 <row>
9305 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9306 \begin_inset Text
9307
9308 \begin_layout Plain Layout
9309
9310 \backslash
9311 check
9312 \begin_inset space \textvisiblespace{}
9313 \end_inset
9314
9315 A
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9325 \end_inset
9326
9327
9328 \end_layout
9329
9330 \end_inset
9331 </cell>
9332 </row>
9333 <row>
9334 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9335 \begin_inset Text
9336
9337 \begin_layout Plain Layout
9338
9339 \backslash
9340 acute
9341 \begin_inset space \textvisiblespace{}
9342 \end_inset
9343
9344 A
9345 \end_layout
9346
9347 \end_inset
9348 </cell>
9349 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9350 \begin_inset Text
9351
9352 \begin_layout Plain Layout
9353 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9354 \end_inset
9355
9356
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 </row>
9362 <row>
9363 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Plain Layout
9367
9368 \backslash
9369 grave
9370 \begin_inset space \textvisiblespace{}
9371 \end_inset
9372
9373 A
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9383 \end_inset
9384
9385
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 </row>
9391 <row>
9392 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396
9397 \backslash
9398 breve
9399 \begin_inset space \textvisiblespace{}
9400 \end_inset
9401
9402 A
9403 \end_layout
9404
9405 \end_inset
9406 </cell>
9407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9408 \begin_inset Text
9409
9410 \begin_layout Plain Layout
9411 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9412 \end_inset
9413
9414
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 </row>
9420 </lyxtabular>
9421
9422 \end_inset
9423
9424
9425 \begin_inset space \hfill{}
9426 \end_inset
9427
9428
9429 \end_layout
9430
9431 \begin_layout Standard
9432 \begin_inset VSpace bigskip
9433 \end_inset
9434
9435
9436 \end_layout
9437
9438 \begin_layout Standard
9439 En ecuaciones se pueden insertar acentos como 
9440 \begin_inset Quotes fld
9441 \end_inset
9442
9443 é
9444 \begin_inset Quotes frd
9445 \end_inset
9446
9447  directamente.
9448  LyX los transformará al comando de acento correspondiente.
9449  Para poner diéresis
9450 \begin_inset Index idx
9451 status collapsed
9452
9453 \begin_layout Plain Layout
9454 Dieresis@Diéresis
9455 \end_layout
9456
9457 \end_inset
9458
9459  es mejor insertar comillas antes de la vocal.
9460  Estos dos caracteres son considerados por LaTeX como 
9461 \emph on
9462 un solo
9463 \emph default
9464  carácter si la parte de la ecuación con la diéresis se marca en idioma
9465  alemán.
9466 \begin_inset Foot
9467 status collapsed
9468
9469 \begin_layout Plain Layout
9470 O algún otro idioma que use acentos, p.
9471 \begin_inset space \thinspace{}
9472 \end_inset
9473
9474 e.
9475  catalán.
9476  Aunque esto no funciona en español por algún conflicto con el estilo 
9477 \series bold
9478 spanish
9479 \series default
9480  de 
9481 \series bold
9482 babel
9483 \series default
9484 , no es necesario: se puede escribir 
9485 \begin_inset Formula $ï$
9486 \end_inset
9487
9488  en una ecuación igual que se hace en texto normal, ï.
9489  (
9490 \emph on
9491 N.
9492 \begin_inset space \thinspace{}
9493 \end_inset
9494
9495 del t.
9496 \emph default
9497 )
9498 \end_layout
9499
9500 \end_inset
9501
9502  A diferencia de 
9503 \series bold
9504
9505 \backslash
9506 ddot
9507 \series default
9508 , con este método se generan diéresis 
9509 \begin_inset Quotes fld
9510 \end_inset
9511
9512 reales
9513 \begin_inset Quotes frd
9514 \end_inset
9515
9516 , como se demuestra en el siguiente ejemplo:
9517 \begin_inset VSpace -2mm
9518 \end_inset
9519
9520
9521 \end_layout
9522
9523 \begin_layout Standard
9524 \noindent
9525 \align center
9526 \begin_inset Tabular
9527 <lyxtabular version="3" rows="3" columns="2">
9528 <features rotate="0" tabularvalignment="middle">
9529 <column alignment="center" valignment="top">
9530 <column alignment="center" valignment="top">
9531 <row>
9532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9533 \begin_inset Text
9534
9535 \begin_layout Plain Layout
9536 Comando
9537 \end_layout
9538
9539 \end_inset
9540 </cell>
9541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9542 \begin_inset Text
9543
9544 \begin_layout Plain Layout
9545 Resultado
9546 \begin_inset Note Note
9547 status collapsed
9548
9549 \begin_layout Plain Layout
9550
9551 \series bold
9552
9553 \backslash
9554 raisebox
9555 \series default
9556  se usa sólo como espaciador.
9557 \end_layout
9558
9559 \end_inset
9560
9561
9562 \end_layout
9563
9564 \end_inset
9565 </cell>
9566 </row>
9567 <row>
9568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9569 \begin_inset Text
9570
9571 \begin_layout Plain Layout
9572 ï
9573 \end_layout
9574
9575 \end_inset
9576 </cell>
9577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9578 \begin_inset Text
9579
9580 \begin_layout Plain Layout
9581 \begin_inset Formula $ï$
9582 \end_inset
9583
9584
9585 \end_layout
9586
9587 \end_inset
9588 </cell>
9589 </row>
9590 <row>
9591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Plain Layout
9595
9596 \backslash
9597 ddot
9598 \begin_inset space \textvisiblespace{}
9599 \end_inset
9600
9601 i
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9611 \end_inset
9612
9613
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 </row>
9619 </lyxtabular>
9620
9621 \end_inset
9622
9623
9624 \end_layout
9625
9626 \begin_layout Standard
9627 Otra ventaja frente a 
9628 \series bold
9629
9630 \backslash
9631 ddot
9632 \series default
9633  es que la diéresis puede convertirse directamente a texto matemático, porque
9634  los anteriores comandos para acentos 
9635 \emph on
9636 no están permitidos en texto matemático
9637 \emph default
9638 .
9639  Para convertir un carácter acentuado a texto matemático, se debe convertir
9640  sólo el carácter bajo el acento.
9641  Esto también se aplica para otras conversiones, p.
9642 \begin_inset space \thinspace{}
9643 \end_inset
9644
9645 e.
9646 \begin_inset space ~
9647 \end_inset
9648
9649 cursiva o negrita.
9650 \end_layout
9651
9652 \begin_layout Standard
9653 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
9654 \end_layout
9655
9656 \begin_layout Standard
9657 \begin_inset VSpace bigskip
9658 \end_inset
9659
9660
9661 \end_layout
9662
9663 \begin_layout Standard
9664
9665 \lang english
9666 LyX also supports a tilde under the character if the LaTeX-package
9667 \lang spanish
9668  
9669 \series bold
9670 undertilde
9671 \series default
9672
9673 \begin_inset Index idx
9674 status collapsed
9675
9676 \begin_layout Plain Layout
9677 Paquetes ! undertilde
9678 \end_layout
9679
9680 \end_inset
9681
9682  
9683 \lang english
9684 is installed on your system:
9685 \end_layout
9686
9687 \begin_layout Standard
9688 \begin_inset ERT
9689 status collapsed
9690
9691 \begin_layout Plain Layout
9692
9693
9694 \backslash
9695 ifundertilde 
9696 \end_layout
9697
9698 \end_inset
9699
9700
9701 \begin_inset Note Note
9702 status open
9703
9704 \begin_layout Plain Layout
9705 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
9706 \series bold
9707 undertilde
9708 \series default
9709  está instalado.
9710 \end_layout
9711
9712 \end_inset
9713
9714
9715 \end_layout
9716
9717 \begin_layout Standard
9718 \noindent
9719 \align center
9720 \begin_inset Tabular
9721 <lyxtabular version="3" rows="2" columns="2">
9722 <features rotate="0" tabularvalignment="middle">
9723 <column alignment="center" valignment="top" width="0pt">
9724 <column alignment="center" valignment="top" width="0pt">
9725 <row>
9726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9727 \begin_inset Text
9728
9729 \begin_layout Plain Layout
9730 Comando
9731 \end_layout
9732
9733 \end_inset
9734 </cell>
9735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9736 \begin_inset Text
9737
9738 \begin_layout Plain Layout
9739 Resultado
9740 \end_layout
9741
9742 \end_inset
9743 </cell>
9744 </row>
9745 <row>
9746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750
9751 \backslash
9752 utilde
9753 \begin_inset space \textvisiblespace{}
9754 \end_inset
9755
9756 A
9757 \end_layout
9758
9759 \end_inset
9760 </cell>
9761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9762 \begin_inset Text
9763
9764 \begin_layout Plain Layout
9765 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
9766 \end_inset
9767
9768
9769 \end_layout
9770
9771 \end_inset
9772 </cell>
9773 </row>
9774 </lyxtabular>
9775
9776 \end_inset
9777
9778
9779 \end_layout
9780
9781 \begin_layout Standard
9782 \begin_inset ERT
9783 status collapsed
9784
9785 \begin_layout Plain Layout
9786
9787
9788 \backslash
9789 else
9790 \end_layout
9791
9792 \end_inset
9793
9794
9795 \begin_inset Note Note
9796 status open
9797
9798 \begin_layout Plain Layout
9799 Lo que sigue se verá en la salida si el paquete LaTeX 
9800 \series bold
9801 undertilde
9802 \series default
9803  no está instalado:
9804 \end_layout
9805
9806 \end_inset
9807
9808
9809 \end_layout
9810
9811 \begin_layout Standard
9812 Debes instalar el paquete LaTeX 
9813 \series bold
9814 undertilde
9815 \series default
9816  para ver en la salida el resto de esta subsección.
9817 \end_layout
9818
9819 \begin_layout Standard
9820 \begin_inset ERT
9821 status collapsed
9822
9823 \begin_layout Plain Layout
9824
9825
9826 \backslash
9827 fi
9828 \end_layout
9829
9830 \end_inset
9831
9832
9833 \end_layout
9834
9835 \begin_layout Subsection
9836 Acentos para varios caracteres
9837 \begin_inset Index idx
9838 status collapsed
9839
9840 \begin_layout Plain Layout
9841 Acentos ! en varios caracteres
9842 \end_layout
9843
9844 \end_inset
9845
9846
9847 \end_layout
9848
9849 \begin_layout Standard
9850 \begin_inset space \hfill{}
9851 \end_inset
9852
9853
9854 \begin_inset Tabular
9855 <lyxtabular version="3" rows="5" columns="2">
9856 <features rotate="0" tabularvalignment="middle">
9857 <column alignment="center" valignment="top" width="0pt">
9858 <column alignment="center" valignment="top" width="0pt">
9859 <row>
9860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864 Comando
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9870 \begin_inset Text
9871
9872 \begin_layout Plain Layout
9873 Resultado
9874 \begin_inset Note Note
9875 status collapsed
9876
9877 \begin_layout Plain Layout
9878
9879 \series bold
9880
9881 \backslash
9882 raisebox
9883 \series default
9884  se usa sólo como espaciador
9885 \end_layout
9886
9887 \end_inset
9888
9889
9890 \end_layout
9891
9892 \end_inset
9893 </cell>
9894 </row>
9895 <row>
9896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900
9901 \backslash
9902 overleftarrow
9903 \begin_inset space \textvisiblespace{}
9904 \end_inset
9905
9906 A=B
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
9916 \end_inset
9917
9918
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 </row>
9924 <row>
9925 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Plain Layout
9929
9930 \backslash
9931 underleftarrow
9932 \begin_inset space \textvisiblespace{}
9933 \end_inset
9934
9935 A=B
9936 \end_layout
9937
9938 \end_inset
9939 </cell>
9940 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9941 \begin_inset Text
9942
9943 \begin_layout Plain Layout
9944 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
9945 \end_inset
9946
9947
9948 \end_layout
9949
9950 \end_inset
9951 </cell>
9952 </row>
9953 <row>
9954 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958
9959 \backslash
9960 overleftrightarrow
9961 \begin_inset space \textvisiblespace{}
9962 \end_inset
9963
9964 A=B
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9970 \begin_inset Text
9971
9972 \begin_layout Plain Layout
9973 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9974 \end_inset
9975
9976
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 </row>
9982 <row>
9983 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9984 \begin_inset Text
9985
9986 \begin_layout Plain Layout
9987
9988 \backslash
9989 underleftrightarrow
9990 \begin_inset space \textvisiblespace{}
9991 \end_inset
9992
9993 A=B
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9999 \begin_inset Text
10000
10001 \begin_layout Plain Layout
10002 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10003 \end_inset
10004
10005
10006 \end_layout
10007
10008 \end_inset
10009 </cell>
10010 </row>
10011 </lyxtabular>
10012
10013 \end_inset
10014
10015
10016 \begin_inset space \hfill{}
10017 \end_inset
10018
10019
10020 \begin_inset Tabular
10021 <lyxtabular version="3" rows="5" columns="2">
10022 <features rotate="0" tabularvalignment="middle">
10023 <column alignment="center" valignment="top" width="0pt">
10024 <column alignment="center" valignment="top" width="0pt">
10025 <row>
10026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030 Comando
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039 Resultado
10040 \begin_inset Note Note
10041 status collapsed
10042
10043 \begin_layout Plain Layout
10044
10045 \series bold
10046
10047 \backslash
10048 raisebox
10049 \series default
10050  se usa sólo como espaciador
10051 \end_layout
10052
10053 \end_inset
10054
10055
10056 \end_layout
10057
10058 \end_inset
10059 </cell>
10060 </row>
10061 <row>
10062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066
10067 \backslash
10068 overrightarrow
10069 \begin_inset space \textvisiblespace{}
10070 \end_inset
10071
10072 A=B
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10082 \end_inset
10083
10084
10085 \end_layout
10086
10087 \end_inset
10088 </cell>
10089 </row>
10090 <row>
10091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095
10096 \backslash
10097 underrightarrow
10098 \begin_inset space \textvisiblespace{}
10099 \end_inset
10100
10101 A=B
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10107 \begin_inset Text
10108
10109 \begin_layout Plain Layout
10110 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10111 \end_inset
10112
10113
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 </row>
10119 <row>
10120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124
10125 \backslash
10126 widetilde
10127 \begin_inset space \textvisiblespace{}
10128 \end_inset
10129
10130 A=B
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10136 \begin_inset Text
10137
10138 \begin_layout Plain Layout
10139 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10140 \end_inset
10141
10142
10143 \end_layout
10144
10145 \end_inset
10146 </cell>
10147 </row>
10148 <row>
10149 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153
10154 \backslash
10155 widehat
10156 \begin_inset space \textvisiblespace{}
10157 \end_inset
10158
10159 A=B
10160 \end_layout
10161
10162 \end_inset
10163 </cell>
10164 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10169 \end_inset
10170
10171
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 </row>
10177 </lyxtabular>
10178
10179 \end_inset
10180
10181
10182 \begin_inset space \hfill{}
10183 \end_inset
10184
10185
10186 \end_layout
10187
10188 \begin_layout Standard
10189 \begin_inset VSpace medskip
10190 \end_inset
10191
10192
10193 \end_layout
10194
10195 \begin_layout Standard
10196 Con estos comandos se pueden acentuar tantos caracteres como quieras.
10197  Pero los acentos 
10198 \series bold
10199
10200 \backslash
10201 widetilde
10202 \series default
10203  y 
10204 \series bold
10205
10206 \backslash
10207 widehat
10208 \series default
10209  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
10210  ejemplo:
10211 \begin_inset Formula 
10212 \[
10213 \widetilde{A+B=C-D}
10214 \]
10215
10216 \end_inset
10217
10218
10219 \end_layout
10220
10221 \begin_layout Standard
10222 Con los comandos 
10223 \series bold
10224
10225 \backslash
10226 overset
10227 \series default
10228
10229 \begin_inset Index idx
10230 status collapsed
10231
10232 \begin_layout Plain Layout
10233 Comandos ! O ! 
10234 \backslash
10235 overset
10236 \end_layout
10237
10238 \end_inset
10239
10240  y 
10241 \series bold
10242
10243 \backslash
10244 underset
10245 \series default
10246
10247 \begin_inset Index idx
10248 status collapsed
10249
10250 \begin_layout Plain Layout
10251 Comandos ! U ! 
10252 \backslash
10253 underset
10254 \end_layout
10255
10256 \end_inset
10257
10258 , descritos en la subsección anterior, también se pueden acentuar varios
10259  caracteres.
10260  El comando 
10261 \series bold
10262
10263 \backslash
10264 underset
10265 \begin_inset space \textvisiblespace{}
10266 \end_inset
10267
10268 A=B
10269 \begin_inset Formula $\downarrow$
10270 \end_inset
10271
10272 ***
10273 \series default
10274  da:
10275 \begin_inset Formula 
10276 \[
10277 \underset{***}{A=B}
10278 \]
10279
10280 \end_inset
10281
10282
10283 \end_layout
10284
10285 \begin_layout Section
10286 Espacios
10287 \begin_inset CommandInset label
10288 LatexCommand label
10289 name "sec:Espacio"
10290
10291 \end_inset
10292
10293
10294 \begin_inset Index idx
10295 status collapsed
10296
10297 \begin_layout Plain Layout
10298 Espacio ! horizontal
10299 \end_layout
10300
10301 \end_inset
10302
10303
10304 \end_layout
10305
10306 \begin_layout Subsection
10307 Espacio predefinido
10308 \begin_inset CommandInset label
10309 LatexCommand label
10310 name "sub:Espacio-predefinido"
10311
10312 \end_inset
10313
10314
10315 \begin_inset Index idx
10316 status collapsed
10317
10318 \begin_layout Plain Layout
10319 Espacio ! horizontal ! predefinido
10320 \end_layout
10321
10322 \end_inset
10323
10324
10325 \end_layout
10326
10327 \begin_layout Standard
10328 A veces es necesario insertar espacio horizontal en una ecuación.
10329  Esto se hace insertando un espacio protegido (atajo 
10330 \family sans
10331 Ctrl+Espacio
10332 \family default
10333 ).
10334  Aparece un 
10335 \begin_inset Quotes fld
10336 \end_inset
10337
10338
10339 \color black
10340
10341 \begin_inset space \textvisiblespace{}
10342 \end_inset
10343
10344
10345 \color inherit
10346
10347 \begin_inset Quotes frd
10348 \end_inset
10349
10350 , y pulsando 
10351 \family sans
10352 Espacio
10353 \family default
10354  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
10355  espacio.
10356  También se pueden insertar espacios mediante el botón 
10357 \begin_inset Graphics
10358         filename ../../images/math/space.png
10359         scale 85
10360
10361 \end_inset
10362
10363  de la barra de ecuaciones o con comandos especiales.
10364  Independientemente del comando insertado, se puede seleccionar un nuevo
10365  tamaño pulsando acto seguido 
10366 \family sans
10367 Espacio.
10368  
10369 \end_layout
10370
10371 \begin_layout Standard
10372 \noindent
10373 \align center
10374 \begin_inset Tabular
10375 <lyxtabular version="3" rows="6" columns="3">
10376 <features rotate="0" tabularvalignment="middle">
10377 <column alignment="center" valignment="top">
10378 <column alignment="center" valignment="top" width="14col%">
10379 <column alignment="center" valignment="top">
10380 <row>
10381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10382 \begin_inset Text
10383
10384 \begin_layout Plain Layout
10385 Comando
10386 \end_layout
10387
10388 \end_inset
10389 </cell>
10390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394 Número de pulsaciones de 
10395 \family sans
10396 Espacio
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405 Resultado
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 </row>
10411 <row>
10412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416
10417 \backslash
10418 ,
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10424 \begin_inset Text
10425
10426 \begin_layout Plain Layout
10427 0
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436 \begin_inset Formula $A\, B$
10437 \end_inset
10438
10439
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 </row>
10445 <row>
10446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450
10451 \backslash
10452 :
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461 1
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470 \begin_inset Formula $A\: B$
10471 \end_inset
10472
10473
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 </row>
10479 <row>
10480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484
10485 \backslash
10486 ;
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495 2
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504 \begin_inset Formula $A\; B$
10505 \end_inset
10506
10507
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 </row>
10513 <row>
10514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518
10519 \backslash
10520 quad
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 3
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 \begin_inset Formula $A\quad B$
10539 \end_inset
10540
10541
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 </row>
10547 <row>
10548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552
10553 \backslash
10554 qquad
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563 4
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572 \begin_inset Formula $A\qquad B$
10573 \end_inset
10574
10575
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 </row>
10581 </lyxtabular>
10582
10583 \end_inset
10584
10585
10586 \begin_inset space \hfill{}
10587 \end_inset
10588
10589
10590 \begin_inset Tabular
10591 <lyxtabular version="3" rows="6" columns="3">
10592 <features rotate="0" tabularvalignment="middle">
10593 <column alignment="center" valignment="top">
10594 <column alignment="center" valignment="top" width="14col%">
10595 <column alignment="center" valignment="top">
10596 <row>
10597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601 Comando
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610 Número de pulsaciones de 
10611 \family sans
10612 Espacio
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621 Resultado
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 </row>
10627 <row>
10628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Plain Layout
10632
10633 \backslash
10634 hfill
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10640 \begin_inset Text
10641
10642 \begin_layout Plain Layout
10643 5
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Plain Layout
10652 \begin_inset Formula $A\hfill B$
10653 \end_inset
10654
10655
10656 \end_layout
10657
10658 \end_inset
10659 </cell>
10660 </row>
10661 <row>
10662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10663 \begin_inset Text
10664
10665 \begin_layout Plain Layout
10666
10667 \backslash
10668 hspace*{1em}
10669 \end_layout
10670
10671 \end_inset
10672 </cell>
10673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677 6
10678 \end_layout
10679
10680 \end_inset
10681 </cell>
10682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10683 \begin_inset Text
10684
10685 \begin_layout Plain Layout
10686 \begin_inset Formula $A\hspace*{1em}B$
10687 \end_inset
10688
10689
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 </row>
10695 <row>
10696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700
10701 \backslash
10702 hspace{1em}
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Plain Layout
10711 7
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720 \begin_inset Formula $A\hspace{1em}B$
10721 \end_inset
10722
10723
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 </row>
10729 <row>
10730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734
10735 \backslash
10736
10737 \begin_inset space \textvisiblespace{}
10738 \end_inset
10739
10740
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749 8
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10755 \begin_inset Text
10756
10757 \begin_layout Plain Layout
10758 \begin_inset Formula $A\ B$
10759 \end_inset
10760
10761
10762 \end_layout
10763
10764 \end_inset
10765 </cell>
10766 </row>
10767 <row>
10768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Plain Layout
10772
10773 \backslash
10774 !
10775 \end_layout
10776
10777 \end_inset
10778 </cell>
10779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10780 \begin_inset Text
10781
10782 \begin_layout Plain Layout
10783 9
10784 \end_layout
10785
10786 \end_inset
10787 </cell>
10788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10789 \begin_inset Text
10790
10791 \begin_layout Plain Layout
10792 \begin_inset Formula $A\! B$
10793 \end_inset
10794
10795
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 </row>
10801 </lyxtabular>
10802
10803 \end_inset
10804
10805
10806 \end_layout
10807
10808 \begin_layout Standard
10809
10810 \lang english
10811 Space
10812 \begin_inset space ~
10813 \end_inset
10814
10815 5
10816 \begin_inset space \thinspace{}
10817 \end_inset
10818
10819 --
10820 \begin_inset space \thinspace{}
10821 \end_inset
10822
10823 7 are variable spaces which are explained in
10824 \lang spanish
10825  
10826 \begin_inset CommandInset ref
10827 LatexCommand ref
10828 reference "sub:Espacio-variable"
10829
10830 \end_inset
10831
10832 .
10833  El tamaño
10834 \begin_inset space ~
10835 \end_inset
10836
10837 9 parece no generar espacio.
10838  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
10839  negativo.
10840  Hay otros dos espacios negativos:
10841 \end_layout
10842
10843 \begin_layout Standard
10844 \align center
10845 \begin_inset Tabular
10846 <lyxtabular version="3" rows="3" columns="3">
10847 <features rotate="0" tabularvalignment="middle">
10848 <column alignment="center" valignment="middle" width="6.8cm">
10849 <column alignment="center" valignment="top" width="0pt">
10850 <column alignment="center" valignment="top" width="0pt">
10851 <row>
10852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10853 \begin_inset Text
10854
10855 \begin_layout Plain Layout
10856 Comando
10857 \end_layout
10858
10859 \end_inset
10860 </cell>
10861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10862 \begin_inset Text
10863
10864 \begin_layout Plain Layout
10865
10866 \backslash
10867 negmedspace
10868 \end_layout
10869
10870 \end_inset
10871 </cell>
10872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10873 \begin_inset Text
10874
10875 \begin_layout Plain Layout
10876
10877 \backslash
10878 negthickspace
10879 \end_layout
10880
10881 \end_inset
10882 </cell>
10883 </row>
10884 <row>
10885 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10886 \begin_inset Text
10887
10888 \begin_layout Plain Layout
10889 Número de pulsaciones de 
10890 \family sans
10891 Espacio
10892 \family default
10893  tras insertar el espacio protegido
10894 \end_layout
10895
10896 \end_inset
10897 </cell>
10898 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902 10
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911 11
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 </row>
10917 <row>
10918 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922 Resultado
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931 \begin_inset Formula $A\negmedspace B$
10932 \end_inset
10933
10934
10935 \end_layout
10936
10937 \end_inset
10938 </cell>
10939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10940 \begin_inset Text
10941
10942 \begin_layout Plain Layout
10943 \begin_inset Formula $A\negthickspace B$
10944 \end_inset
10945
10946
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 </row>
10952 </lyxtabular>
10953
10954 \end_inset
10955
10956
10957 \end_layout
10958
10959 \begin_layout Standard
10960 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
10961  Así, se pueden usar para forzar ligaduras, lo que es apropiado, por ejemplo,
10962  para operadores suma: 
10963 \end_layout
10964
10965 \begin_layout Standard
10966 \noindent
10967 \align center
10968 \begin_inset Tabular
10969 <lyxtabular version="3" rows="3" columns="2">
10970 <features rotate="0" tabularvalignment="middle">
10971 <column alignment="center" valignment="top">
10972 <column alignment="center" valignment="top">
10973 <row>
10974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10975 \begin_inset Text
10976
10977 \begin_layout Plain Layout
10978 Comando
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10984 \begin_inset Text
10985
10986 \begin_layout Plain Layout
10987 Resultado
10988 \begin_inset Note Note
10989 status collapsed
10990
10991 \begin_layout Plain Layout
10992
10993 \series bold
10994
10995 \backslash
10996 raisebox
10997 \series default
10998  se usa sólo como espaciador
10999 \end_layout
11000
11001 \end_inset
11002
11003
11004 \end_layout
11005
11006 \end_inset
11007 </cell>
11008 </row>
11009 <row>
11010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014
11015 \backslash
11016 sum
11017 \backslash
11018 sum
11019 \begin_inset space \textvisiblespace{}
11020 \end_inset
11021
11022 f_kl
11023 \end_layout
11024
11025 \end_inset
11026 </cell>
11027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11032 \end_inset
11033
11034
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 </row>
11040 <row>
11041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Plain Layout
11045
11046 \backslash
11047 sum
11048 \backslash
11049 negmedspace
11050 \backslash
11051 sum
11052 \begin_inset space \textvisiblespace{}
11053 \end_inset
11054
11055 f_kl
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11061 \begin_inset Text
11062
11063 \begin_layout Plain Layout
11064 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11065 \end_inset
11066
11067
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 </row>
11073 </lyxtabular>
11074
11075 \end_inset
11076
11077
11078 \end_layout
11079
11080 \begin_layout Standard
11081 \noindent
11082 \begin_inset VSpace medskip
11083 \end_inset
11084
11085
11086 \end_layout
11087
11088 \begin_layout Standard
11089 \noindent
11090 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11091  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11092  El siguiente ejemplo lo ilustra:
11093 \end_layout
11094
11095 \begin_layout Standard
11096 \noindent
11097 \align center
11098 \begin_inset Tabular
11099 <lyxtabular version="3" rows="2" columns="2">
11100 <features rotate="0" tabularvalignment="middle">
11101 <column alignment="center" valignment="top">
11102 <column alignment="center" valignment="top">
11103 <row>
11104 <cell alignment="center" valignment="top" usebox="none">
11105 \begin_inset Text
11106
11107 \begin_layout Plain Layout
11108 ecuación normal
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 <cell alignment="center" valignment="top" usebox="none">
11114 \begin_inset Text
11115
11116 \begin_layout Plain Layout
11117 \begin_inset Formula $A=B$
11118 \end_inset
11119
11120
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 </row>
11126 <row>
11127 <cell alignment="center" valignment="top" usebox="none">
11128 \begin_inset Text
11129
11130 \begin_layout Plain Layout
11131 \begin_inset Note Note
11132 status collapsed
11133
11134 \begin_layout Plain Layout
11135
11136 \series bold
11137
11138 \backslash
11139 raisebox
11140 \series default
11141  se usa sólo como espaciador
11142 \end_layout
11143
11144 \end_inset
11145
11146
11147 \begin_inset Formula $\raisebox{5mm}{}$
11148 \end_inset
11149
11150 ecuación sin espacio
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 <cell alignment="center" valignment="top" usebox="none">
11156 \begin_inset Text
11157
11158 \begin_layout Plain Layout
11159 \begin_inset Formula $A{=}B$
11160 \end_inset
11161
11162
11163 \end_layout
11164
11165 \end_inset
11166 </cell>
11167 </row>
11168 </lyxtabular>
11169
11170 \end_inset
11171
11172
11173 \end_layout
11174
11175 \begin_layout Standard
11176 El comando para la segunda ecuación es: 
11177 \series bold
11178 A
11179 \backslash
11180 {=
11181 \begin_inset Formula $\rightarrow$
11182 \end_inset
11183
11184 B
11185 \series default
11186  
11187 \begin_inset VSpace bigskip
11188 \end_inset
11189
11190
11191 \end_layout
11192
11193 \begin_layout Standard
11194 Para las unidades físicas hacen falta espacios, porque entre el valor y
11195  su unidad se pone un espacio más pequeño que el normal.
11196  Para unidades en el texto se inserta con el menú 
11197 \family sans
11198 Insertar\SpecialChar \menuseparator
11199 Formato\SpecialChar \menuseparator
11200 Espacio
11201 \begin_inset space ~
11202 \end_inset
11203
11204 delgado
11205 \family default
11206  (atajo 
11207 \family sans
11208 Ctrl+Mayúscula+Espacio
11209 \family default
11210 ).
11211 \end_layout
11212
11213 \begin_layout Standard
11214 Un ejemplo para visualizar la diferencia:
11215 \end_layout
11216
11217 \begin_layout Standard
11218 \begin_inset Tabular
11219 <lyxtabular version="3" rows="2" columns="2">
11220 <features rotate="0" tabularvalignment="middle">
11221 <column alignment="center" valignment="top">
11222 <column alignment="left" valignment="top">
11223 <row>
11224 <cell alignment="center" valignment="top" usebox="none">
11225 \begin_inset Text
11226
11227 \begin_layout Plain Layout
11228 24 kW
11229 \begin_inset Formula $\cdot$
11230 \end_inset
11231
11232 h
11233 \end_layout
11234
11235 \end_inset
11236 </cell>
11237 <cell alignment="center" valignment="top" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Plain Layout
11241 espacio entre valor y unidad 
11242 \end_layout
11243
11244 \end_inset
11245 </cell>
11246 </row>
11247 <row>
11248 <cell alignment="center" valignment="top" usebox="none">
11249 \begin_inset Text
11250
11251 \begin_layout Plain Layout
11252 24
11253 \begin_inset space \thinspace{}
11254 \end_inset
11255
11256 kW
11257 \begin_inset Formula $\cdot$
11258 \end_inset
11259
11260 h
11261 \end_layout
11262
11263 \end_inset
11264 </cell>
11265 <cell alignment="center" valignment="top" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269 espacio delgado entre valor y unidad
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 </row>
11275 </lyxtabular>
11276
11277 \end_inset
11278
11279
11280 \end_layout
11281
11282 \begin_layout Subsection
11283 Espacio variable
11284 \begin_inset ERT
11285 status collapsed
11286
11287 \begin_layout Plain Layout
11288
11289
11290 \backslash
11291 texorpdfstring{
11292 \end_layout
11293
11294 \end_inset
11295
11296
11297 \begin_inset Foot
11298 status collapsed
11299
11300 \begin_layout Plain Layout
11301 Para espacio vertical en ecuaciones véase 
11302 \begin_inset CommandInset ref
11303 LatexCommand ref
11304 reference "sub:Separación-de-líneas"
11305
11306 \end_inset
11307
11308
11309 \end_layout
11310
11311 \end_inset
11312
11313
11314 \begin_inset ERT
11315 status collapsed
11316
11317 \begin_layout Plain Layout
11318
11319 }{}
11320 \end_layout
11321
11322 \end_inset
11323
11324
11325 \begin_inset Note Note
11326 status collapsed
11327
11328 \begin_layout Plain Layout
11329
11330 \backslash
11331 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
11332  PDF.
11333 \end_layout
11334
11335 \begin_layout Plain Layout
11336 Más sobre 
11337 \backslash
11338 texorpdfstring en la sección 
11339 \begin_inset CommandInset ref
11340 LatexCommand ref
11341 reference "sub:Ecuaciones-en-encabezados"
11342
11343 \end_inset
11344
11345 .
11346 \end_layout
11347
11348 \end_inset
11349
11350
11351 \begin_inset CommandInset label
11352 LatexCommand label
11353 name "sub:Espacio-variable"
11354
11355 \end_inset
11356
11357
11358 \begin_inset Index idx
11359 status collapsed
11360
11361 \begin_layout Plain Layout
11362 Espacio ! horizontal ! variable
11363 \end_layout
11364
11365 \end_inset
11366
11367
11368 \end_layout
11369
11370 \begin_layout Standard
11371 En LyX se puede insertar espacio con una longitud definida con el comando
11372  
11373 \series bold
11374
11375 \backslash
11376 hspace
11377 \series default
11378
11379 \begin_inset Index idx
11380 status collapsed
11381
11382 \begin_layout Plain Layout
11383 Comandos ! H ! 
11384 \backslash
11385 hspace
11386 \end_layout
11387
11388 \end_inset
11389
11390 .
11391  Aparece un 
11392 \begin_inset Quotes fld
11393 \end_inset
11394
11395
11396 \color black
11397
11398 \begin_inset space \textvisiblespace{}
11399 \end_inset
11400
11401
11402 \color inherit
11403
11404 \begin_inset Quotes frd
11405 \end_inset
11406
11407  largo.
11408  La longitud se puede ajustar haciendo clic izquierdo sobre el 
11409 \begin_inset Quotes fld
11410 \end_inset
11411
11412
11413 \color black
11414
11415 \begin_inset space \textvisiblespace{}
11416 \end_inset
11417
11418
11419 \color inherit
11420
11421 \begin_inset Quotes frd
11422 \end_inset
11423
11424 .
11425  La longitud también puede ser negativa.
11426  
11427 \lang english
11428 When a space would be the first character in a line it would be omitted.
11429  To force its output use the command 
11430 \series bold
11431
11432 \backslash
11433 hspace*
11434 \series default
11435  instead of 
11436 \series bold
11437
11438 \backslash
11439 hspace
11440 \series default
11441  or left-click on the 
11442 \begin_inset Quotes eld
11443 \end_inset
11444
11445
11446 \color blue
11447
11448 \begin_inset space \textvisiblespace{}
11449 \end_inset
11450
11451
11452 \color inherit
11453
11454 \begin_inset Quotes erd
11455 \end_inset
11456
11457  and check the option 
11458 \family sans
11459 Protect
11460 \family default
11461 .
11462 \lang spanish
11463
11464 \begin_inset Newline newline
11465 \end_inset
11466
11467 Para insertar en una ecuación tanto espacio como esté disponible se usa
11468  el comando 
11469 \series bold
11470
11471 \backslash
11472 hfill
11473 \series default
11474
11475 \begin_inset Index idx
11476 status collapsed
11477
11478 \begin_layout Plain Layout
11479 Comandos ! H ! 
11480 \backslash
11481 hfill
11482 \end_layout
11483
11484 \end_inset
11485
11486 .
11487 \begin_inset VSpace -1mm
11488 \end_inset
11489
11490
11491 \end_layout
11492
11493 \begin_layout Standard
11494 \noindent
11495 \align center
11496 \begin_inset Tabular
11497 <lyxtabular version="3" rows="4" columns="2">
11498 <features rotate="0" tabularvalignment="middle">
11499 <column alignment="center" valignment="top">
11500 <column alignment="center" valignment="top">
11501 <row>
11502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11503 \begin_inset Text
11504
11505 \begin_layout Plain Layout
11506 Comando (
11507 \backslash
11508 hspace longitud)
11509 \end_layout
11510
11511 \end_inset
11512 </cell>
11513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11514 \begin_inset Text
11515
11516 \begin_layout Plain Layout
11517 Resultado
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 </row>
11523 <row>
11524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11525 \begin_inset Text
11526
11527 \begin_layout Plain Layout
11528 A=B
11529 \backslash
11530 hspace
11531 \begin_inset space \textvisiblespace{}
11532 \end_inset
11533
11534 A
11535 \backslash
11536 not=C (3
11537 \begin_inset space \thinspace{}
11538 \end_inset
11539
11540 cm)
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11550 \end_inset
11551
11552
11553 \end_layout
11554
11555 \end_inset
11556 </cell>
11557 </row>
11558 <row>
11559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11560 \begin_inset Text
11561
11562 \begin_layout Plain Layout
11563 A
11564 \backslash
11565 hspace
11566 \begin_inset space \textvisiblespace{}
11567 \end_inset
11568
11569 A
11570 \backslash
11571 not=A (-1
11572 \begin_inset space \thinspace{}
11573 \end_inset
11574
11575 mm)
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11585 \end_inset
11586
11587
11588 \end_layout
11589
11590 \end_inset
11591 </cell>
11592 </row>
11593 <row>
11594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Plain Layout
11598 A=A
11599 \backslash
11600 hfill
11601 \begin_inset space \textvisiblespace{}
11602 \end_inset
11603
11604 B=B
11605 \end_layout
11606
11607 \end_inset
11608 </cell>
11609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11610 \begin_inset Text
11611
11612 \begin_layout Plain Layout
11613 \begin_inset Formula $A=A\hfill B=B$
11614 \end_inset
11615
11616
11617 \end_layout
11618
11619 \end_inset
11620 </cell>
11621 </row>
11622 </lyxtabular>
11623
11624 \end_inset
11625
11626
11627 \end_layout
11628
11629 \begin_layout Standard
11630 En el último ejemplo el espacio disponible viene dado por la entrada más
11631  larga de columna en el cuadro.
11632  En una ecuación en línea el espacio depende de la longitud de la línea
11633  en la que se inserta 
11634 \series bold
11635
11636 \backslash
11637 hfill
11638 \series default
11639 .
11640  Así, cuando la línea ocupa toda la anchura no se creará espacio.
11641  
11642 \series bold
11643
11644 \backslash
11645 hfill
11646 \series default
11647  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
11648 \series bold
11649 Sangrado
11650 \series default
11651 .
11652  (Los estilos de ecuaciones se explican en
11653 \begin_inset space ~
11654 \end_inset
11655
11656
11657 \begin_inset CommandInset ref
11658 LatexCommand ref
11659 reference "sec:Estilos-de-ecuación"
11660
11661 \end_inset
11662
11663 ).
11664 \end_layout
11665
11666 \begin_layout Standard
11667 Además de 
11668 \series bold
11669
11670 \backslash
11671 hfill
11672 \series default
11673  hay los comandos 
11674 \series bold
11675
11676 \backslash
11677 dotfill
11678 \series default
11679  y 
11680 \series bold
11681
11682 \backslash
11683 hrulefill
11684 \series default
11685  que llenan el espacio con un patrón, véase un ejemplo en
11686 \begin_inset space ~
11687 \end_inset
11688
11689
11690 \begin_inset CommandInset ref
11691 LatexCommand ref
11692 reference "sub:Puntos"
11693
11694 \end_inset
11695
11696 .
11697 \end_layout
11698
11699 \begin_layout Standard
11700 Para texto se puede insertar espacio variable con el menú 
11701 \family sans
11702 Insertar\SpecialChar \menuseparator
11703 Formato\SpecialChar \menuseparator
11704 Espacio
11705 \begin_inset space ~
11706 \end_inset
11707
11708 horizontal
11709 \family default
11710 :
11711 \end_layout
11712
11713 \begin_layout Standard
11714 En esta línea hay un espacio
11715 \begin_inset space \hspace{}
11716 \length 2cm
11717 \end_inset
11718
11719 de 2
11720 \begin_inset space \thinspace{}
11721 \end_inset
11722
11723 cm.
11724 \end_layout
11725
11726 \begin_layout Standard
11727 En esta línea hay un
11728 \begin_inset space \hfill{}
11729 \end_inset
11730
11731 espacio máximo.
11732 \end_layout
11733
11734 \begin_layout Subsection
11735 Espacio adicional en ecuaciones en línea
11736 \begin_inset Index idx
11737 status collapsed
11738
11739 \begin_layout Plain Layout
11740 Espacio ! adicional en línea
11741 \end_layout
11742
11743 \end_inset
11744
11745
11746 \end_layout
11747
11748 \begin_layout Standard
11749 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
11750  
11751 \series bold
11752
11753 \backslash
11754 mathsurround
11755 \series default
11756
11757 \begin_inset Index idx
11758 status collapsed
11759
11760 \begin_layout Plain Layout
11761 Comandos ! M ! 
11762 \backslash
11763 mathsurround
11764 \end_layout
11765
11766 \end_inset
11767
11768 .
11769  El valor de una longitud se establece con el comando 
11770 \series bold
11771
11772 \backslash
11773 setlength
11774 \series default
11775
11776 \begin_inset Index idx
11777 status collapsed
11778
11779 \begin_layout Plain Layout
11780 Comandos ! S ! 
11781 \backslash
11782 setlength
11783 \end_layout
11784
11785 \end_inset
11786
11787  según el siguiente esquema:
11788 \end_layout
11789
11790 \begin_layout Standard
11791
11792 \series bold
11793
11794 \backslash
11795 setlength{nombre de la longitud}{valor}
11796 \end_layout
11797
11798 \begin_layout Standard
11799 Para poner a 
11800 \series bold
11801
11802 \backslash
11803 mathsurround
11804 \series default
11805  un valor de 5
11806 \begin_inset space \thinspace{}
11807 \end_inset
11808
11809 mm, se inserta el comando
11810 \end_layout
11811
11812 \begin_layout Standard
11813
11814 \series bold
11815
11816 \backslash
11817 setlength{
11818 \backslash
11819 mathsurround}{5mm}
11820 \end_layout
11821
11822 \begin_layout Standard
11823 en modo TeX.
11824  Se establecerá un espacio de 5
11825 \begin_inset space \thinspace{}
11826 \end_inset
11827
11828 mm alrededor de todas las ecuaciones en línea:
11829 \begin_inset ERT
11830 status collapsed
11831
11832 \begin_layout Plain Layout
11833
11834
11835 \backslash
11836 setlength{
11837 \backslash
11838 mathsurround}{5mm}
11839 \end_layout
11840
11841 \end_inset
11842
11843
11844 \end_layout
11845
11846 \begin_layout Standard
11847 En esta línea hay una ecuación 
11848 \begin_inset Formula $A=B$
11849 \end_inset
11850
11851  rodeada por espacios de 5
11852 \begin_inset space \thinspace{}
11853 \end_inset
11854
11855 mm.
11856 \begin_inset ERT
11857 status collapsed
11858
11859 \begin_layout Plain Layout
11860
11861
11862 \backslash
11863 setlength{
11864 \backslash
11865 mathsurround}{0mm}
11866 \end_layout
11867
11868 \end_inset
11869
11870
11871 \end_layout
11872
11873 \begin_layout Standard
11874 Para volver al espacio predeterminado, 
11875 \series bold
11876
11877 \backslash
11878 mathsurround
11879 \series default
11880  se restablece al valor 0
11881 \begin_inset space \thinspace{}
11882 \end_inset
11883
11884 pt.
11885 \end_layout
11886
11887 \begin_layout Section
11888 Marcos y bordes
11889 \begin_inset Index idx
11890 status collapsed
11891
11892 \begin_layout Plain Layout
11893 Marcos
11894 \end_layout
11895
11896 \end_inset
11897
11898
11899 \end_layout
11900
11901 \begin_layout Standard
11902 Los marcos para texto se describen en el capítulo 
11903 \emph on
11904 Marcos
11905 \emph default
11906  del manual 
11907 \emph on
11908 Objetos insertados
11909 \emph default
11910 .
11911 \end_layout
11912
11913 \begin_layout Subsection
11914 Marcos con bordes
11915 \begin_inset CommandInset label
11916 LatexCommand label
11917 name "sub:Marcos-con-bordes"
11918
11919 \end_inset
11920
11921
11922 \begin_inset Index idx
11923 status collapsed
11924
11925 \begin_layout Plain Layout
11926 Marcos ! con bordes
11927 \end_layout
11928
11929 \end_inset
11930
11931
11932 \end_layout
11933
11934 \begin_layout Standard
11935 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
11936 \series bold
11937
11938 \backslash
11939 fbox
11940 \series default
11941
11942 \begin_inset Index idx
11943 status collapsed
11944
11945 \begin_layout Plain Layout
11946 Comandos ! F ! 
11947 \backslash
11948 fbox
11949 \end_layout
11950
11951 \end_inset
11952
11953  y 
11954 \series bold
11955
11956 \backslash
11957 boxed
11958 \series default
11959
11960 \begin_inset Index idx
11961 status collapsed
11962
11963 \begin_layout Plain Layout
11964 Comandos ! B ! 
11965 \backslash
11966 boxed
11967 \end_layout
11968
11969 \end_inset
11970
11971 .
11972 \end_layout
11973
11974 \begin_layout Standard
11975 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
11976  azul en un marco donde se introducen partes de una ecuación.
11977  Para 
11978 \series bold
11979
11980 \backslash
11981 fbox
11982 \series default
11983  hay que generar una ecuación adicional con 
11984 \family sans
11985 Ctrl+M
11986 \family default
11987  dentro del recuadro, porque si no el contenido del mismo sería considerado
11988  texto matemático.
11989  Si se usa 
11990 \series bold
11991
11992 \backslash
11993 boxed
11994 \series default
11995  la nueva ecuación se genera automáticamente dentro del marco.
11996 \end_layout
11997
11998 \begin_layout Standard
11999 El comando 
12000 \series bold
12001
12002 \backslash
12003 fbox
12004 \series default
12005  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12006  ecuación tendría siempre el tamaño del texto.
12007  Por otra parte, 
12008 \series bold
12009
12010 \backslash
12011 fboxed
12012 \series default
12013  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12014  siempre el tamaño de una ecuación presentada.
12015 \end_layout
12016
12017 \begin_layout Standard
12018 El comando 
12019 \series bold
12020
12021 \backslash
12022 framebox
12023 \series default
12024
12025 \begin_inset Index idx
12026 status collapsed
12027
12028 \begin_layout Plain Layout
12029 Comandos ! F ! 
12030 \backslash
12031 framebox
12032 \end_layout
12033
12034 \end_inset
12035
12036  es una extensión de 
12037 \series bold
12038
12039 \backslash
12040 fbox
12041 \series default
12042 , que permite especificar además la anchura del marco y la alineación.
12043  
12044 \series bold
12045
12046 \backslash
12047 framebox
12048 \series default
12049  se usa con el siguiente esquema: 
12050 \end_layout
12051
12052 \begin_layout Standard
12053
12054 \series bold
12055
12056 \backslash
12057 framebox[anchura del marco][posición]{contenido del cuadro}
12058 \end_layout
12059
12060 \begin_layout Standard
12061 La posición puede ser 
12062 \emph on
12063 l
12064 \emph default
12065  o 
12066 \emph on
12067 r
12068 \emph default
12069
12070 \emph on
12071 l
12072 \emph default
12073  alinea la ecuación a la izquierda del marcro, 
12074 \emph on
12075 r
12076 \emph default
12077  la alinea a la derecha.
12078  Si no se da posición la ecuación será centrada.
12079 \begin_inset Newline newline
12080 \end_inset
12081
12082 Si no se pone anchura tampoco puede darse posición.
12083  En este caso la anchura del borde se ajusta al contenido del cuadro, como
12084  con 
12085 \series bold
12086
12087 \backslash
12088 fbox
12089 \series default
12090 .
12091  
12092 \end_layout
12093
12094 \begin_layout Standard
12095 Cuando se inserta el comando 
12096 \series bold
12097
12098 \backslash
12099 framebox
12100 \series default
12101  aparece un recuadro con tres marcos azules.
12102  Los dos primeros marcos están encerrados entre corchetes e indican los
12103  dos argumentos opcionales.
12104  El tercer marco es para partes de la ecuación, como para 
12105 \series bold
12106
12107 \backslash
12108 fbox
12109 \series default
12110 .
12111 \end_layout
12112
12113 \begin_layout Standard
12114 \noindent
12115 \align center
12116 \begin_inset Tabular
12117 <lyxtabular version="3" rows="5" columns="2">
12118 <features rotate="0" tabularvalignment="middle">
12119 <column alignment="center" valignment="top">
12120 <column alignment="center" valignment="top">
12121 <row>
12122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12123 \begin_inset Text
12124
12125 \begin_layout Plain Layout
12126 Comando
12127 \end_layout
12128
12129 \end_inset
12130 </cell>
12131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12132 \begin_inset Text
12133
12134 \begin_layout Plain Layout
12135 Resultado
12136 \begin_inset Note Note
12137 status collapsed
12138
12139 \begin_layout Plain Layout
12140
12141 \series bold
12142
12143 \backslash
12144 raisebox
12145 \series default
12146  se usa sólo como espaciador
12147 \end_layout
12148
12149 \end_inset
12150
12151
12152 \end_layout
12153
12154 \end_inset
12155 </cell>
12156 </row>
12157 <row>
12158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12159 \begin_inset Text
12160
12161 \begin_layout Plain Layout
12162
12163 \backslash
12164 fbox
12165 \begin_inset space \textvisiblespace{}
12166 \end_inset
12167
12168
12169 \family sans
12170 Ctrl+M
12171 \family default
12172  
12173 \backslash
12174 int
12175 \begin_inset space \textvisiblespace{}
12176 \end_inset
12177
12178 A=B
12179 \end_layout
12180
12181 \end_inset
12182 </cell>
12183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12184 \begin_inset Text
12185
12186 \begin_layout Plain Layout
12187 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12188 \end_inset
12189
12190
12191 \end_layout
12192
12193 \end_inset
12194 </cell>
12195 </row>
12196 <row>
12197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12198 \begin_inset Text
12199
12200 \begin_layout Plain Layout
12201
12202 \backslash
12203 boxed
12204 \begin_inset space \textvisiblespace{}
12205 \end_inset
12206
12207
12208 \backslash
12209 int
12210 \begin_inset space \textvisiblespace{}
12211 \end_inset
12212
12213 A=B
12214 \end_layout
12215
12216 \end_inset
12217 </cell>
12218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12219 \begin_inset Text
12220
12221 \begin_layout Plain Layout
12222 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12223 \end_inset
12224
12225
12226 \end_layout
12227
12228 \end_inset
12229 </cell>
12230 </row>
12231 <row>
12232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12233 \begin_inset Text
12234
12235 \begin_layout Plain Layout
12236 A+
12237 \backslash
12238 fbox
12239 \begin_inset space \textvisiblespace{}
12240 \end_inset
12241
12242 B
12243 \end_layout
12244
12245 \end_inset
12246 </cell>
12247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12248 \begin_inset Text
12249
12250 \begin_layout Plain Layout
12251 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12252 \end_inset
12253
12254
12255 \end_layout
12256
12257 \end_inset
12258 </cell>
12259 </row>
12260 <row>
12261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12262 \begin_inset Text
12263
12264 \begin_layout Plain Layout
12265
12266 \backslash
12267 framebox
12268 \begin_inset space \textvisiblespace{}
12269 \end_inset
12270
12271 20mm
12272 \begin_inset Formula $\to$
12273 \end_inset
12274
12275
12276 \begin_inset Formula $\to$
12277 \end_inset
12278
12279
12280 \family sans
12281 Ctrl+M
12282 \family default
12283  
12284 \backslash
12285 frac
12286 \begin_inset space \textvisiblespace{}
12287 \end_inset
12288
12289 A
12290 \begin_inset Formula $\downarrow$
12291 \end_inset
12292
12293 B
12294 \end_layout
12295
12296 \end_inset
12297 </cell>
12298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12299 \begin_inset Text
12300
12301 \begin_layout Plain Layout
12302 \begin_inset Formula $\raisebox{6mm}{}$
12303 \end_inset
12304
12305
12306 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12307 \end_inset
12308
12309
12310 \begin_inset Formula $\raisebox{-4mm}{}$
12311 \end_inset
12312
12313
12314 \end_layout
12315
12316 \end_inset
12317 </cell>
12318 </row>
12319 </lyxtabular>
12320
12321 \end_inset
12322
12323
12324 \end_layout
12325
12326 \begin_layout Standard
12327 El grosor del borde también se puede ajustar.
12328  Para ello hay que insertar los siguientes comandos en modo TeX antes de
12329  la fórmula:
12330 \end_layout
12331
12332 \begin_layout Standard
12333
12334 \series bold
12335
12336 \backslash
12337 fboxrule
12338 \series default
12339  
12340 \series bold
12341
12342 \begin_inset Quotes fld
12343 \end_inset
12344
12345 grosor
12346 \begin_inset Quotes frd
12347 \end_inset
12348
12349
12350 \series default
12351  
12352 \series bold
12353
12354 \backslash
12355 fboxsep
12356 \series default
12357  
12358 \series bold
12359
12360 \begin_inset Quotes fld
12361 \end_inset
12362
12363 distancia
12364 \begin_inset Quotes frd
12365 \end_inset
12366
12367
12368 \end_layout
12369
12370 \begin_layout Standard
12371 \begin_inset Quotes fld
12372 \end_inset
12373
12374 distancia
12375 \begin_inset Quotes frd
12376 \end_inset
12377
12378  especifica la distancia mínima entre el borde y el primer carácter en el
12379  cuadro.
12380  Un ejemplo de esto es la siguiente ecuación enmarcada:
12381 \begin_inset ERT
12382 status collapsed
12383
12384 \begin_layout Plain Layout
12385
12386
12387 \backslash
12388 fboxrule 2mm 
12389 \backslash
12390 fboxsep 3mm
12391 \end_layout
12392
12393 \end_inset
12394
12395
12396 \begin_inset Formula 
12397 \[
12398 \boxed{A+B=C}
12399 \]
12400
12401 \end_inset
12402
12403
12404 \end_layout
12405
12406 \begin_layout Standard
12407 Delante de esta ecuación se han insertado los comandos
12408 \end_layout
12409
12410 \begin_layout Standard
12411
12412 \series bold
12413
12414 \backslash
12415 fboxrule
12416 \series default
12417  
12418 \series bold
12419 2mm
12420 \series default
12421  
12422 \series bold
12423
12424 \backslash
12425 fboxsep
12426 \series default
12427  
12428 \series bold
12429 3mm
12430 \end_layout
12431
12432 \begin_layout Standard
12433 en modo TeX.
12434  Los valores dados se usan para todos los marcos siguientes.
12435 \end_layout
12436
12437 \begin_layout Standard
12438 Para volver al tamaño estándar del marco se inserta el comando
12439 \end_layout
12440
12441 \begin_layout Standard
12442
12443 \series bold
12444
12445 \backslash
12446 fboxrule
12447 \series default
12448  
12449 \series bold
12450 0.4pt
12451 \series default
12452  
12453 \series bold
12454
12455 \backslash
12456 fboxsep
12457 \series default
12458  
12459 \series bold
12460 3pt
12461 \series default
12462
12463 \begin_inset ERT
12464 status collapsed
12465
12466 \begin_layout Plain Layout
12467
12468
12469 \backslash
12470 fboxrule 0.4pt 
12471 \backslash
12472 fboxsep 3pt
12473 \end_layout
12474
12475 \end_inset
12476
12477
12478 \end_layout
12479
12480 \begin_layout Standard
12481 en modo TeX antes de la ecuación siguiente.
12482 \end_layout
12483
12484 \begin_layout Subsection
12485 Marcos sin bordes
12486 \begin_inset CommandInset label
12487 LatexCommand label
12488 name "sub:Marcos-sin-bordes"
12489
12490 \end_inset
12491
12492
12493 \begin_inset Index idx
12494 status collapsed
12495
12496 \begin_layout Plain Layout
12497 Marcos ! sin borde
12498 \end_layout
12499
12500 \end_inset
12501
12502
12503 \end_layout
12504
12505 \begin_layout Standard
12506 Para marcos sin borde hay los comandos: 
12507 \series bold
12508
12509 \backslash
12510 mbox
12511 \series default
12512
12513 \begin_inset Index idx
12514 status collapsed
12515
12516 \begin_layout Plain Layout
12517 Comandos ! M ! 
12518 \backslash
12519 mbox
12520 \end_layout
12521
12522 \end_inset
12523
12524
12525 \series bold
12526
12527 \backslash
12528 makebox
12529 \series default
12530
12531 \begin_inset Index idx
12532 status collapsed
12533
12534 \begin_layout Plain Layout
12535 Comandos ! M ! 
12536 \backslash
12537 makebox
12538 \end_layout
12539
12540 \end_inset
12541
12542  y 
12543 \series bold
12544
12545 \backslash
12546 raisebox
12547 \series default
12548
12549 \begin_inset Index idx
12550 status collapsed
12551
12552 \begin_layout Plain Layout
12553 Comandos ! R ! 
12554 \backslash
12555 raisebox
12556 \end_layout
12557
12558 \end_inset
12559
12560 .
12561 \end_layout
12562
12563 \begin_layout Standard
12564 Con 
12565 \series bold
12566
12567 \backslash
12568 raisebox
12569 \series default
12570  se puede poner un marco subíndice o superíndice, pero a diferencia de los
12571  normales, los caracteres en el marco mantienen su tamaño de tipografía.
12572  
12573 \series bold
12574
12575 \backslash
12576 raisebox
12577 \series default
12578  se usa con el siguiente esquema: 
12579 \end_layout
12580
12581 \begin_layout Standard
12582
12583 \series bold
12584
12585 \backslash
12586 raisebox{altura}{contenido del marco}
12587 \end_layout
12588
12589 \begin_layout Standard
12590 Cuando el marco tenga que contener una ecuación, hace falta una ecuación
12591  extra, como con 
12592 \series bold
12593
12594 \backslash
12595 fbox
12596 \series default
12597 .
12598  
12599 \begin_inset Note Greyedout
12600 status open
12601
12602 \begin_layout Plain Layout
12603
12604 \series bold
12605 Nota
12606 \series default
12607 : Para
12608 \series bold
12609  
12610 \backslash
12611 raisebox
12612 \series default
12613  se ha creado esta ecuación extra tecleando 
12614 \family sans
12615 Ctrl+M
12616 \family default
12617  dos veces en vez de una porque LyX aún no soporta 
12618 \series bold
12619
12620 \backslash
12621 raisebox
12622 \series default
12623  directamente.
12624 \end_layout
12625
12626 \end_inset
12627
12628
12629 \end_layout
12630
12631 \begin_layout Standard
12632 \align center
12633 \begin_inset Tabular
12634 <lyxtabular version="3" rows="4" columns="2">
12635 <features rotate="0" tabularvalignment="middle">
12636 <column alignment="center" valignment="top">
12637 <column alignment="center" valignment="top">
12638 <row>
12639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12640 \begin_inset Text
12641
12642 \begin_layout Plain Layout
12643 Comando
12644 \end_layout
12645
12646 \end_inset
12647 </cell>
12648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12649 \begin_inset Text
12650
12651 \begin_layout Plain Layout
12652 Resultado
12653 \end_layout
12654
12655 \end_inset
12656 </cell>
12657 </row>
12658 <row>
12659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12660 \begin_inset Text
12661
12662 \begin_layout Plain Layout
12663 H
12664 \backslash
12665 raisebox{2mm
12666 \begin_inset Formula $\to$
12667 \end_inset
12668
12669
12670 \backslash
12671 {al
12672 \begin_inset Formula $\to$
12673 \end_inset
12674
12675  lo
12676 \end_layout
12677
12678 \end_inset
12679 </cell>
12680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12681 \begin_inset Text
12682
12683 \begin_layout Plain Layout
12684 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12685 \end_inset
12686
12687
12688 \end_layout
12689
12690 \end_inset
12691 </cell>
12692 </row>
12693 <row>
12694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12695 \begin_inset Text
12696
12697 \begin_layout Plain Layout
12698 H
12699 \backslash
12700 raisebox{-2mm
12701 \begin_inset Formula $\to$
12702 \end_inset
12703
12704
12705 \backslash
12706 {al
12707 \begin_inset Formula $\to$
12708 \end_inset
12709
12710 lo
12711 \end_layout
12712
12713 \end_inset
12714 </cell>
12715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12716 \begin_inset Text
12717
12718 \begin_layout Plain Layout
12719 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12720 \end_inset
12721
12722
12723 \end_layout
12724
12725 \end_inset
12726 </cell>
12727 </row>
12728 <row>
12729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12730 \begin_inset Text
12731
12732 \begin_layout Plain Layout
12733 A=
12734 \backslash
12735 raisebox{-2mm
12736 \begin_inset Formula $\to$
12737 \end_inset
12738
12739
12740 \backslash
12741 {
12742 \family sans
12743 Ctrl+M Ctrl+M
12744 \family default
12745  
12746 \backslash
12747 sqrt
12748 \begin_inset space \textvisiblespace{}
12749 \end_inset
12750
12751
12752 \end_layout
12753
12754 \end_inset
12755 </cell>
12756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12757 \begin_inset Text
12758
12759 \begin_layout Plain Layout
12760 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12761 \end_inset
12762
12763
12764 \end_layout
12765
12766 \end_inset
12767 </cell>
12768 </row>
12769 </lyxtabular>
12770
12771 \end_inset
12772
12773
12774 \end_layout
12775
12776 \begin_layout Standard
12777 El comando 
12778 \series bold
12779
12780 \backslash
12781 mbox
12782 \series default
12783  es equivalente a 
12784 \series bold
12785
12786 \backslash
12787 fbox
12788 \series default
12789  y 
12790 \series bold
12791
12792 \backslash
12793 makebox
12794 \series default
12795  es equivalente a 
12796 \series bold
12797
12798 \backslash
12799 framebox
12800 \series default
12801 , con la diferencia de que no hay marco.
12802 \end_layout
12803
12804 \begin_layout Subsection
12805 Marcos coloreados
12806 \begin_inset CommandInset label
12807 LatexCommand label
12808 name "sub:Marcos-coloreados"
12809
12810 \end_inset
12811
12812
12813 \begin_inset Index idx
12814 status collapsed
12815
12816 \begin_layout Plain Layout
12817 Marcos ! coloreados
12818 \end_layout
12819
12820 \end_inset
12821
12822
12823 \end_layout
12824
12825 \begin_layout Standard
12826 Para poder usar todos los comandos explicados en esta sección hay que cargar
12827  en el preámbulo LaTeX el paquete LaTeX 
12828 \series bold
12829 color
12830 \series default
12831
12832 \begin_inset Foot
12833 status collapsed
12834
12835 \begin_layout Plain Layout
12836 El paquete LaTeX 
12837 \series bold
12838 color
12839 \series default
12840  forma parte de toda distribución LaTeX estándar.
12841 \end_layout
12842
12843 \end_inset
12844
12845
12846 \begin_inset Index idx
12847 status collapsed
12848
12849 \begin_layout Plain Layout
12850 Paquetes ! color
12851 \end_layout
12852
12853 \end_inset
12854
12855 , con la línea
12856 \begin_inset Foot
12857 status collapsed
12858
12859 \begin_layout Plain Layout
12860 Cuando hay texto coloreado con un color predefinido en alguna parte del
12861  documento, LyX carga automáticamente el paquete LaTeX 
12862 \series bold
12863 color
12864 \series default
12865 .
12866  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
12867  origina problemas.
12868 \end_layout
12869
12870 \end_inset
12871
12872
12873 \begin_inset Note Note
12874 status collapsed
12875
12876 \begin_layout Plain Layout
12877 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
12878  en el preámbulo LaTeX.
12879 \end_layout
12880
12881 \end_inset
12882
12883
12884 \end_layout
12885
12886 \begin_layout Standard
12887
12888 \series bold
12889
12890 \backslash
12891 usepackage{color}
12892 \begin_inset VSpace medskip
12893 \end_inset
12894
12895
12896 \end_layout
12897
12898 \begin_layout Standard
12899 Para colorear marcos se usa el comando 
12900 \series bold
12901
12902 \backslash
12903 colorbox
12904 \series default
12905
12906 \begin_inset Index idx
12907 status collapsed
12908
12909 \begin_layout Plain Layout
12910 Comandos ! C ! 
12911 \backslash
12912 colorbox
12913 \end_layout
12914
12915 \end_inset
12916
12917  con el siguiente esquema:
12918 \end_layout
12919
12920 \begin_layout Standard
12921
12922 \series bold
12923
12924 \backslash
12925 colorbox{color}{contenido del marco}
12926 \end_layout
12927
12928 \begin_layout Standard
12929 El contenido del marco puede ser otro marco, y también un 
12930 \backslash
12931
12932 \series bold
12933 colorbox
12934 \series default
12935  puede ser parte de otro marco (véanse los ejemplos 2º y 3º).
12936  Si el marco debe contener una ecuación debe crearse una ecuación extra,
12937  como con 
12938 \series bold
12939
12940 \backslash
12941 raisebox
12942 \series default
12943 .
12944 \begin_inset Foot
12945 status collapsed
12946
12947 \begin_layout Plain Layout
12948 Esto también se aplica para el comando 
12949 \series bold
12950
12951 \backslash
12952 fcolorbox
12953 \series default
12954 .
12955 \end_layout
12956
12957 \end_inset
12958
12959  
12960 \end_layout
12961
12962 \begin_layout Standard
12963 Se puede elegir uno de los siguientes colores predefinidos:
12964 \end_layout
12965
12966 \begin_layout Standard
12967
12968 \series bold
12969 black
12970 \series default
12971
12972 \series bold
12973 blue
12974 \series default
12975
12976 \series bold
12977 cyan
12978 \series default
12979
12980 \series bold
12981 green
12982 \series default
12983
12984 \series bold
12985 magenta
12986 \series default
12987
12988 \series bold
12989 red
12990 \series default
12991
12992 \series bold
12993 white
12994 \series default
12995
12996 \series bold
12997 yellow
12998 \end_layout
12999
13000 \begin_layout Standard
13001 \align center
13002 \begin_inset Tabular
13003 <lyxtabular version="3" rows="4" columns="2">
13004 <features rotate="0" tabularvalignment="middle">
13005 <column alignment="center" valignment="top">
13006 <column alignment="center" valignment="top">
13007 <row>
13008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13009 \begin_inset Text
13010
13011 \begin_layout Plain Layout
13012 Comando
13013 \end_layout
13014
13015 \end_inset
13016 </cell>
13017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13018 \begin_inset Text
13019
13020 \begin_layout Plain Layout
13021 Resultado
13022 \begin_inset Note Note
13023 status collapsed
13024
13025 \begin_layout Plain Layout
13026
13027 \series bold
13028
13029 \backslash
13030 raisebox
13031 \series default
13032  se usa sólo como espaciador
13033 \end_layout
13034
13035 \end_inset
13036
13037
13038 \end_layout
13039
13040 \end_inset
13041 </cell>
13042 </row>
13043 <row>
13044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13045 \begin_inset Text
13046
13047 \begin_layout Plain Layout
13048
13049 \backslash
13050 colorbox{yellow
13051 \begin_inset Formula $\to$
13052 \end_inset
13053
13054
13055 \backslash
13056 {A=B
13057 \end_layout
13058
13059 \end_inset
13060 </cell>
13061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13062 \begin_inset Text
13063
13064 \begin_layout Plain Layout
13065 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13066 \end_inset
13067
13068
13069 \end_layout
13070
13071 \end_inset
13072 </cell>
13073 </row>
13074 <row>
13075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13076 \begin_inset Text
13077
13078 \begin_layout Plain Layout
13079
13080 \backslash
13081 colorbox{green
13082 \begin_inset Formula $\to$
13083 \end_inset
13084
13085
13086 \backslash
13087 {
13088 \backslash
13089 fbox
13090 \begin_inset space \textvisiblespace{}
13091 \end_inset
13092
13093 A=B
13094 \end_layout
13095
13096 \end_inset
13097 </cell>
13098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13099 \begin_inset Text
13100
13101 \begin_layout Plain Layout
13102 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13103 \end_inset
13104
13105
13106 \end_layout
13107
13108 \end_inset
13109 </cell>
13110 </row>
13111 <row>
13112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13113 \begin_inset Text
13114
13115 \begin_layout Plain Layout
13116
13117 \backslash
13118 fbox
13119 \begin_inset space \textvisiblespace{}
13120 \end_inset
13121
13122
13123 \backslash
13124 colorbox{green
13125 \begin_inset Formula $\to$
13126 \end_inset
13127
13128
13129 \backslash
13130 {
13131 \family sans
13132 Ctrl+M Ctrl+M
13133 \family default
13134  
13135 \backslash
13136 int
13137 \begin_inset space \textvisiblespace{}
13138 \end_inset
13139
13140 C=D
13141 \end_layout
13142
13143 \end_inset
13144 </cell>
13145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13146 \begin_inset Text
13147
13148 \begin_layout Plain Layout
13149 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13150 \end_inset
13151
13152
13153 \end_layout
13154
13155 \end_inset
13156 </cell>
13157 </row>
13158 </lyxtabular>
13159
13160 \end_inset
13161
13162
13163 \end_layout
13164
13165 \begin_layout Standard
13166
13167 \series bold
13168
13169 \backslash
13170 colorbox
13171 \series default
13172  sólo colorea el marco pero no los caracteres.
13173  Para colorear todos los caracteres se selecciona toda la ecuación y se
13174  elige un color en el diálogo 
13175 \family sans
13176 Estilo
13177 \begin_inset space ~
13178 \end_inset
13179
13180 del
13181 \begin_inset space ~
13182 \end_inset
13183
13184 texto
13185 \family default
13186 .
13187  El diálogo puede abrirse con el botón 
13188 \begin_inset Graphics
13189         filename ../../images/dialog-show_character.png
13190         scale 85
13191
13192 \end_inset
13193
13194  de la barra de herramientas o con el menú 
13195 \family sans
13196 Editar\SpecialChar \menuseparator
13197 Estilo
13198 \begin_inset space ~
13199 \end_inset
13200
13201 del
13202 \begin_inset space ~
13203 \end_inset
13204
13205 texto\SpecialChar \menuseparator
13206 Personalizado
13207 \family default
13208 .
13209  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
13210  Si el número de la ecuación debe tener otro color que el de los caracteres
13211  de la ecuación, el color debe cambiarse dentro de la ecuación.
13212 \end_layout
13213
13214 \begin_layout Standard
13215 Un ejemplo:
13216 \color red
13217
13218 \begin_inset Formula 
13219 \begin{equation}
13220 {\color{red}\int A=B}\label{eq:rojo}
13221 \end{equation}
13222
13223 \end_inset
13224
13225
13226 \color green
13227
13228 \begin_inset Formula 
13229 \begin{equation}
13230 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}
13231 \end{equation}
13232
13233 \end_inset
13234
13235
13236 \end_layout
13237
13238 \begin_layout Standard
13239 La ecuación 
13240 \begin_inset CommandInset ref
13241 LatexCommand eqref
13242 reference "eq:rojo"
13243
13244 \end_inset
13245
13246  está toda coloreada en rojo.
13247 \begin_inset Newline newline
13248 \end_inset
13249
13250 La ecuación 
13251 \begin_inset CommandInset ref
13252 LatexCommand eqref
13253 reference "eq:rojoverde"
13254
13255 \end_inset
13256
13257  se ha coloreado en primer lugar toda en verde para colorear el número de
13258  la ecuación.
13259  Posteriormente se han coloreado en rojo los caracteres.
13260 \family sans
13261
13262 \begin_inset VSpace bigskip
13263 \end_inset
13264
13265
13266 \end_layout
13267
13268 \begin_layout Standard
13269 Para colorear diferente el borde y el marcose usa el comando 
13270 \series bold
13271
13272 \backslash
13273 fcolorbox
13274 \series default
13275
13276 \begin_inset Index idx
13277 status collapsed
13278
13279 \begin_layout Plain Layout
13280 Comandos ! F ! 
13281 \backslash
13282 fcolorbox
13283 \end_layout
13284
13285 \end_inset
13286
13287  con el siguiente esquema:
13288 \end_layout
13289
13290 \begin_layout Standard
13291
13292 \series bold
13293
13294 \backslash
13295 fcolorbox{color del borde}{color}{contenido del marco}
13296 \end_layout
13297
13298 \begin_layout Standard
13299 Así pues 
13300 \series bold
13301
13302 \backslash
13303 fcolorbox
13304 \series default
13305  es una extensión del comando 
13306 \series bold
13307
13308 \backslash
13309 colorbox
13310 \series default
13311 .
13312  La anchura del borde se establece, como para 
13313 \series bold
13314
13315 \backslash
13316 framebox
13317 \series default
13318 , con 
13319 \series bold
13320
13321 \backslash
13322 fboxrule
13323 \series default
13324  y 
13325 \series bold
13326
13327 \backslash
13328 fboxsep
13329 \series default
13330 .
13331  Un ejemplo:
13332 \begin_inset ERT
13333 status collapsed
13334
13335 \begin_layout Plain Layout
13336
13337
13338 \backslash
13339 fboxrule 1mm 
13340 \backslash
13341 fboxsep 1mm
13342 \end_layout
13343
13344 \end_inset
13345
13346
13347 \begin_inset Formula 
13348 \[
13349 \fcolorbox{cyan}{magenta}{A=B}
13350 \]
13351
13352 \end_inset
13353
13354
13355 \end_layout
13356
13357 \begin_layout Standard
13358 \begin_inset ERT
13359 status collapsed
13360
13361 \begin_layout Plain Layout
13362
13363
13364 \backslash
13365 fboxrule 0.4pt 
13366 \backslash
13367 fboxsep 3pt
13368 \end_layout
13369
13370 \end_inset
13371
13372
13373 \end_layout
13374
13375 \begin_layout Standard
13376 Esta ecuación se ha compuesto con el comando
13377 \begin_inset Newline newline
13378 \end_inset
13379
13380
13381 \series bold
13382
13383 \backslash
13384 fcolorbox{cyan
13385 \begin_inset Formula $\to$
13386 \end_inset
13387
13388
13389 \backslash
13390 {magenta
13391 \begin_inset Formula $\to$
13392 \end_inset
13393
13394
13395 \backslash
13396 {A=B
13397 \end_layout
13398
13399 \begin_layout Standard
13400 \begin_inset VSpace bigskip
13401 \end_inset
13402
13403
13404 \end_layout
13405
13406 \begin_layout Standard
13407 Para usar colores distintos de los predefinidos deben ser definidos previamente.
13408 \end_layout
13409
13410 \begin_layout Standard
13411 Por ejemplo, se puede definir el color 
13412 \begin_inset Quotes fld
13413 \end_inset
13414
13415
13416 \series bold
13417 verdeoscuro
13418 \series default
13419
13420 \begin_inset Quotes frd
13421 \end_inset
13422
13423  con la línea de preámbulo LaTeX:
13424 \end_layout
13425
13426 \begin_layout Standard
13427
13428 \series bold
13429
13430 \backslash
13431 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
13432 \series default
13433
13434 \begin_inset Index idx
13435 status collapsed
13436
13437 \begin_layout Plain Layout
13438 Comandos ! D ! 
13439 \backslash
13440 definecolor
13441 \end_layout
13442
13443 \end_inset
13444
13445
13446 \end_layout
13447
13448 \begin_layout Standard
13449
13450 \series bold
13451 cmyk
13452 \series default
13453  es el espacio de color referido a los colores 
13454 \series bold
13455 cyan
13456 \series default
13457
13458 \series bold
13459 magenta
13460 \series default
13461
13462 \series bold
13463 yellow
13464 \series default
13465  y 
13466 \series bold
13467 black
13468 \series default
13469 .
13470  Los cuatro números separados por coma son el factor de cuota para los colores
13471  correspondientes del espacio de color.
13472  Los factores pueden estar en el rango 0-1.
13473  En vez de 
13474 \series bold
13475 cmyk
13476 \series default
13477  se puede usar el espacio de color 
13478 \series bold
13479 rgb
13480 \series default
13481 , que se refiere a 
13482 \series bold
13483 red
13484 \series default
13485
13486 \series bold
13487 green
13488 \series default
13489  y 
13490 \series bold
13491 blue
13492 \series default
13493 , así pues en este caso hay tres factores de cuota para los correspondientes
13494  colores.
13495  Además hay el espacio de color 
13496 \series bold
13497 gray
13498 \series default
13499  con un factor de cuota para el valor gris.
13500 \end_layout
13501
13502 \begin_layout Standard
13503 Como ejemplo he aquí un marco con el nuevo color definido 
13504 \series bold
13505 verdeoscuro
13506 \series default
13507  y los caracteres en color amarillo:
13508 \color black
13509
13510 \begin_inset Formula 
13511 \begin{equation}
13512 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}
13513 \end{equation}
13514
13515 \end_inset
13516
13517
13518 \end_layout
13519
13520 \begin_layout Standard
13521 Los colores personalizados también se pueden usar para texto con la ayuda
13522  del comando 
13523 \series bold
13524
13525 \backslash
13526 textcolor
13527 \series default
13528
13529 \begin_inset Index idx
13530 status collapsed
13531
13532 \begin_layout Plain Layout
13533 Texto ! coloreado
13534 \end_layout
13535
13536 \end_inset
13537
13538
13539 \end_layout
13540
13541 \begin_layout Standard
13542 \begin_inset ERT
13543 status collapsed
13544
13545 \begin_layout Plain Layout
13546
13547
13548 \backslash
13549 textcolor{verdeoscuro}{
13550 \end_layout
13551
13552 \end_inset
13553
13554 Esta frase en 
13555 \begin_inset Quotes fld
13556 \end_inset
13557
13558 verdeoscuro
13559 \begin_inset Quotes frd
13560 \end_inset
13561
13562 .
13563 \begin_inset ERT
13564 status collapsed
13565
13566 \begin_layout Plain Layout
13567
13568 }
13569 \end_layout
13570
13571 \end_inset
13572
13573
13574 \end_layout
13575
13576 \begin_layout Standard
13577
13578 \series bold
13579
13580 \backslash
13581 textcolor
13582 \series default
13583
13584 \begin_inset Index idx
13585 status collapsed
13586
13587 \begin_layout Plain Layout
13588 Comandos ! T ! 
13589 \backslash
13590 textcolor
13591 \end_layout
13592
13593 \end_inset
13594
13595  se usa con el esquema 
13596 \series bold
13597
13598 \backslash
13599 textcolor{color}{caracteres a colorear}
13600 \series default
13601 .
13602 \end_layout
13603
13604 \begin_layout Subsection
13605 Marcos de párrafo
13606 \begin_inset CommandInset label
13607 LatexCommand label
13608 name "sub:Marcos-de-párrafo"
13609
13610 \end_inset
13611
13612
13613 \begin_inset Index idx
13614 status collapsed
13615
13616 \begin_layout Plain Layout
13617 Marcos ! para párrafos
13618 \end_layout
13619
13620 \end_inset
13621
13622
13623 \end_layout
13624
13625 \begin_layout Standard
13626 Un marco que puede contener varias líneas y párrafos, denominado marco de
13627  párrafo (parbox), se puede generar con el menú 
13628 \family sans
13629 Insertar\SpecialChar \menuseparator
13630 Marco
13631 \family default
13632  o con el botón 
13633 \begin_inset Graphics
13634         filename ../../images/box-insert.png
13635         scale 85
13636
13637 \end_inset
13638
13639  de la barra de herramientas.
13640 \end_layout
13641
13642 \begin_layout Standard
13643 El siguiente ejemplo muestra un marco de párrafo en línea:
13644 \begin_inset VSpace medskip
13645 \end_inset
13646
13647 Esta línea contiene 
13648 \begin_inset Box Boxed
13649 position "c"
13650 hor_pos "c"
13651 has_inner_box 1
13652 inner_pos "c"
13653 use_parbox 1
13654 use_makebox 0
13655 width "5cm"
13656 special "none"
13657 height "1in"
13658 height_special "totalheight"
13659 status collapsed
13660
13661 \begin_layout Plain Layout
13662 Esto es un marco de párrafo.
13663  Tiene exactamente 5
13664 \begin_inset space \thinspace{}
13665 \end_inset
13666
13667 cm de largo y además puede contener ecuaciones: 
13668 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13669 \end_inset
13670
13671
13672 \end_layout
13673
13674 \end_inset
13675
13676
13677 \begin_inset space ~
13678 \end_inset
13679
13680  un marco de párrafo.
13681 \begin_inset VSpace medskip
13682 \end_inset
13683
13684 Ese marco se compone haciendo clic derecho sobre el rectángulo gris insertado.
13685  Surge un diálogo con las propiedades del marco.
13686  En este caso: 
13687 \emph on
13688 Decoración
13689 \emph default
13690 : Marco rectangular, 
13691 \emph on
13692 marco interior
13693 \emph default
13694 : Párrafo, 
13695 \emph on
13696 Ancho
13697 \emph default
13698 : 5
13699 \begin_inset space \thinspace{}
13700 \end_inset
13701
13702 cm, 
13703 \emph on
13704 Alineación Vertical
13705 \emph default
13706  
13707 \emph on
13708 marco
13709 \emph default
13710 : Medio.
13711 \end_layout
13712
13713 \begin_layout Standard
13714 \begin_inset VSpace medskip
13715 \end_inset
13716
13717 En LaTeX, un marco de párrafo se inserta con el comando 
13718 \series bold
13719
13720 \backslash
13721 parbox
13722 \series default
13723
13724 \begin_inset Index idx
13725 status collapsed
13726
13727 \begin_layout Plain Layout
13728 Comandos ! P ! 
13729 \backslash
13730 parbox
13731 \end_layout
13732
13733 \end_inset
13734
13735  con el esquema siguiente:
13736 \end_layout
13737
13738 \begin_layout Standard
13739
13740 \series bold
13741
13742 \backslash
13743 parbox[posición]{anchura}{contenido}
13744 \end_layout
13745
13746 \begin_layout Standard
13747 Son posibles las posiciones 
13748 \emph on
13749 b
13750 \emph default
13751  y 
13752 \emph on
13753 t
13754 \emph default
13755
13756 \emph on
13757 b
13758 \emph default
13759  por 
13760 \begin_inset Quotes fld
13761 \end_inset
13762
13763 bottom
13764 \begin_inset Quotes frd
13765 \end_inset
13766
13767  (abajo), que alinea la última línea del marco con el texto de alrededor.
13768  Con 
13769 \emph on
13770 t
13771 \emph default
13772 , por 
13773 \begin_inset Quotes fld
13774 \end_inset
13775
13776 top
13777 \begin_inset Quotes frd
13778 \end_inset
13779
13780  (arriba), la alineación se hace con la primera línea.
13781  Si no se da posición, el marco se centrará verticalmente, véase la sección
13782  
13783 \emph on
13784 Marcos
13785 \emph default
13786  del manual 
13787 \emph on
13788 Objetos insertados
13789 \emph default
13790  para ejemplos.
13791 \end_layout
13792
13793 \begin_layout Standard
13794 \begin_inset VSpace bigskip
13795 \end_inset
13796
13797 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
13798  ponerse en un marco de párrafo.
13799  Para ello se inserta el comando
13800 \begin_inset Newline newline
13801 \end_inset
13802
13803
13804 \series bold
13805
13806 \backslash
13807 fbox{
13808 \backslash
13809 parbox{
13810 \backslash
13811 linewidth-2
13812 \backslash
13813 fboxsep-2
13814 \backslash
13815 fboxrule}{
13816 \begin_inset Newline newline
13817 \end_inset
13818
13819
13820 \series default
13821 en modo TeX delante de la ecuación.
13822  Aquí 
13823 \series bold
13824
13825 \backslash
13826 linewidth
13827 \series default
13828
13829 \begin_inset Index idx
13830 status collapsed
13831
13832 \begin_layout Plain Layout
13833 Comandos ! L ! 
13834 \backslash
13835 linewidth
13836 \begin_inset ERT
13837 status open
13838
13839 \begin_layout Plain Layout
13840
13841
13842 \backslash
13843 vspace{5mm}
13844 \end_layout
13845
13846 \end_inset
13847
13848
13849 \end_layout
13850
13851 \end_inset
13852
13853  es la anchura de línea establecida para el documento.
13854  Como el marco está por fuera del marco de párrafo, hay que restar de dicha
13855  anchura dos veces la separación del marco y el grosor.
13856  Como LyX no lo hace automáticamente debido a un fallo,
13857 \begin_inset Foot
13858 status collapsed
13859
13860 \begin_layout Plain Layout
13861 \begin_inset CommandInset href
13862 LatexCommand href
13863 name "LyX-bug #4483"
13864 target "http://www.lyx.org/trac/ticket/4483"
13865
13866 \end_inset
13867
13868
13869 \end_layout
13870
13871 \end_inset
13872
13873  hay que usar modo TeX.
13874  Para poder multiplicar y restar en los argumentos hay que cargar en el
13875  preámbulo LaTeX el paquete LaTeX 
13876 \series bold
13877 calc
13878 \series default
13879 ,
13880 \begin_inset Foot
13881 status collapsed
13882
13883 \begin_layout Plain Layout
13884
13885 \series bold
13886 calc
13887 \series default
13888  es parte de toda instalación LaTeX estándar.
13889 \end_layout
13890
13891 \end_inset
13892
13893
13894 \begin_inset Index idx
13895 status collapsed
13896
13897 \begin_layout Plain Layout
13898 Paquetes ! calc
13899 \end_layout
13900
13901 \end_inset
13902
13903  con la línea
13904 \end_layout
13905
13906 \begin_layout Standard
13907
13908 \series bold
13909
13910 \backslash
13911 usepackage{calc}
13912 \end_layout
13913
13914 \begin_layout Standard
13915 Detrás de la ecuación se cierran ambos marcos con 
13916 \series bold
13917 }}
13918 \series default
13919  en modo TeX.
13920  Aquí hay un ejemplo:
13921 \begin_inset ERT
13922 status collapsed
13923
13924 \begin_layout Plain Layout
13925
13926
13927 \backslash
13928 fboxsep 5mm 
13929 \backslash
13930 fboxrule 5mm
13931 \end_layout
13932
13933 \end_inset
13934
13935
13936 \end_layout
13937
13938 \begin_layout Standard
13939 \begin_inset ERT
13940 status collapsed
13941
13942 \begin_layout Plain Layout
13943
13944
13945 \backslash
13946 fbox{
13947 \backslash
13948 parbox{
13949 \backslash
13950 linewidth-2
13951 \backslash
13952 fboxsep-2
13953 \backslash
13954 fboxrule}{
13955 \end_layout
13956
13957 \end_inset
13958
13959
13960 \begin_inset Formula 
13961 \begin{equation}
13962 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
13963 \end{equation}
13964
13965 \end_inset
13966
13967
13968 \end_layout
13969
13970 \begin_layout Standard
13971 \begin_inset ERT
13972 status collapsed
13973
13974 \begin_layout Plain Layout
13975
13976 }}
13977 \end_layout
13978
13979 \end_inset
13980
13981
13982 \begin_inset ERT
13983 status collapsed
13984
13985 \begin_layout Plain Layout
13986
13987
13988 \backslash
13989 fboxrule 0.4pt 
13990 \backslash
13991 fboxsep 3pt
13992 \end_layout
13993
13994 \end_inset
13995
13996
13997 \end_layout
13998
13999 \begin_layout Standard
14000 \begin_inset VSpace medskip
14001 \end_inset
14002
14003
14004 \end_layout
14005
14006 \begin_layout Standard
14007 Como se ha usado el marco de párrafo como argumento de 
14008 \series bold
14009
14010 \backslash
14011 fbox
14012 \series default
14013 , en este caso no hay diferencia entre 
14014 \series bold
14015
14016 \backslash
14017 fbox
14018 \series default
14019  y 
14020 \series bold
14021
14022 \backslash
14023 boxed
14024 \series default
14025 .
14026  
14027 \end_layout
14028
14029 \begin_layout Standard
14030 \begin_inset VSpace bigskip
14031 \end_inset
14032
14033
14034 \end_layout
14035
14036 \begin_layout Standard
14037 Los marcos de párrafo son muy útiles para comentar ecuaciones directamente.
14038  Para hacerlo, se usa 
14039 \series bold
14040
14041 \backslash
14042 parbox
14043 \series default
14044  en combinación con el comando 
14045 \series bold
14046
14047 \backslash
14048 tag
14049 \series default
14050 .
14051  (Véase más sobre 
14052 \series bold
14053
14054 \backslash
14055 tag
14056 \series default
14057  en 
14058 \begin_inset CommandInset ref
14059 LatexCommand ref
14060 reference "sub:Numeración-personalizada"
14061
14062 \end_inset
14063
14064 ).
14065 \end_layout
14066
14067 \begin_layout Standard
14068 Un ejemplo de ecuación comentada con 
14069 \series bold
14070
14071 \backslash
14072 parbox
14073 \series default
14074 :
14075 \end_layout
14076
14077 \begin_layout Standard
14078 \begin_inset ERT
14079 status collapsed
14080
14081 \begin_layout Plain Layout
14082
14083
14084 \backslash
14085 [5x-7b=3b
14086 \backslash
14087 tag*{
14088 \backslash
14089 parbox{5cm}{
14090 \end_layout
14091
14092 \end_inset
14093
14094 Esto es una descripción.
14095  Está claramente separada de la ecuación y es multilínea.
14096 \begin_inset ERT
14097 status collapsed
14098
14099 \begin_layout Plain Layout
14100
14101 }}
14102 \backslash
14103 ]
14104 \end_layout
14105
14106 \end_inset
14107
14108
14109 \end_layout
14110
14111 \begin_layout Standard
14112 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
14113  no soporta el comando 
14114 \series bold
14115
14116 \backslash
14117 parbox
14118 \series default
14119  en ecuaciones.
14120  La ecuación se compone con la siguiente secuencia de comandos:
14121 \end_layout
14122
14123 \begin_layout Standard
14124 El comando 
14125 \series bold
14126
14127 \backslash
14128 [5x-7b=3b
14129 \backslash
14130 tag*
14131 \backslash
14132 {
14133 \backslash
14134 parbox{5cm}{
14135 \series default
14136  se inserta en modo TeX.
14137 \begin_inset Foot
14138 status collapsed
14139
14140 \begin_layout Plain Layout
14141 Si se usa el estilo de ecuación 
14142 \series bold
14143 Sangrado
14144 \series default
14145
14146 \series bold
14147
14148 \backslash
14149 tag*
14150 \backslash
14151
14152 \series default
14153  se puede reemplazar por 
14154 \series bold
14155
14156 \backslash
14157 hfill
14158 \series default
14159 .
14160  (Véanse los estilos de ecuación en 
14161 \begin_inset CommandInset ref
14162 LatexCommand ref
14163 reference "sec:Estilos-de-ecuación"
14164
14165 \end_inset
14166
14167 ).
14168 \end_layout
14169
14170 \end_inset
14171
14172  Después sigue la descripción en texto normal, y por último 
14173 \series bold
14174 }}
14175 \backslash
14176 ]
14177 \series default
14178  en modo TeX.
14179  Aquí los comandos 
14180 \series bold
14181
14182 \backslash
14183 [
14184 \series default
14185  y 
14186 \series bold
14187
14188 \backslash
14189 ]
14190 \series default
14191  crean una ecuación presentada.
14192 \end_layout
14193
14194 \begin_layout Standard
14195 Las ventajas de 
14196 \series bold
14197
14198 \backslash
14199 parbox
14200 \series default
14201  pueden verse en este ejemplo que se ha 
14202 \begin_inset Quotes fld
14203 \end_inset
14204
14205 comentado
14206 \begin_inset Quotes frd
14207 \end_inset
14208
14209  usando el modo texto matemático:
14210 \begin_inset Formula 
14211 \[
14212 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}
14213 \]
14214
14215 \end_inset
14216
14217
14218 \end_layout
14219
14220 \begin_layout Section
14221 Operadores
14222 \begin_inset Index idx
14223 status collapsed
14224
14225 \begin_layout Plain Layout
14226 Operadores
14227 \end_layout
14228
14229 \end_inset
14230
14231
14232 \end_layout
14233
14234 \begin_layout Subsection
14235 Operadores grandes
14236 \begin_inset CommandInset label
14237 LatexCommand label
14238 name "sub:Operadores-grandes"
14239
14240 \end_inset
14241
14242
14243 \begin_inset Index idx
14244 status collapsed
14245
14246 \begin_layout Plain Layout
14247 Operadores ! grandes
14248 \end_layout
14249
14250 \end_inset
14251
14252
14253 \begin_inset Index idx
14254 status collapsed
14255
14256 \begin_layout Plain Layout
14257 Sumatorios
14258 \end_layout
14259
14260 \end_inset
14261
14262
14263 \begin_inset Index idx
14264 status collapsed
14265
14266 \begin_layout Plain Layout
14267 Integrales
14268 \end_layout
14269
14270 \end_inset
14271
14272
14273 \end_layout
14274
14275 \begin_layout Standard
14276 Para poder usar todos los comandos de integrales listados aquí, debe estar
14277  marcada la opción 
14278 \family sans
14279 Usar paquete esint automáticamente
14280 \family default
14281  en el apartado 
14282 \family sans
14283 Opciones de ecuación
14284 \family default
14285  de la configuración del documento.
14286  
14287 \end_layout
14288
14289 \begin_layout Standard
14290 \begin_inset space \hfill{}
14291 \end_inset
14292
14293
14294 \begin_inset Tabular
14295 <lyxtabular version="3" rows="11" columns="2">
14296 <features rotate="0" tabularvalignment="middle">
14297 <column alignment="center" valignment="top" width="0pt">
14298 <column alignment="center" valignment="top" width="0pt">
14299 <row>
14300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14301 \begin_inset Text
14302
14303 \begin_layout Plain Layout
14304 Comando
14305 \end_layout
14306
14307 \end_inset
14308 </cell>
14309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14310 \begin_inset Text
14311
14312 \begin_layout Plain Layout
14313 Resultado
14314 \end_layout
14315
14316 \end_inset
14317 </cell>
14318 </row>
14319 <row>
14320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14321 \begin_inset Text
14322
14323 \begin_layout Plain Layout
14324
14325 \backslash
14326 int
14327 \begin_inset Index idx
14328 status collapsed
14329
14330 \begin_layout Plain Layout
14331 Comandos ! I ! 
14332 \backslash
14333 int
14334 \end_layout
14335
14336 \end_inset
14337
14338
14339 \end_layout
14340
14341 \end_inset
14342 </cell>
14343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14344 \begin_inset Text
14345
14346 \begin_layout Plain Layout
14347 \begin_inset Formula $\int$
14348 \end_inset
14349
14350
14351 \end_layout
14352
14353 \end_inset
14354 </cell>
14355 </row>
14356 <row>
14357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14358 \begin_inset Text
14359
14360 \begin_layout Plain Layout
14361
14362 \backslash
14363 oint
14364 \end_layout
14365
14366 \end_inset
14367 </cell>
14368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14369 \begin_inset Text
14370
14371 \begin_layout Plain Layout
14372 \begin_inset Formula $\oint$
14373 \end_inset
14374
14375
14376 \end_layout
14377
14378 \end_inset
14379 </cell>
14380 </row>
14381 <row>
14382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14383 \begin_inset Text
14384
14385 \begin_layout Plain Layout
14386
14387 \backslash
14388 ointctrclockwise
14389 \end_layout
14390
14391 \end_inset
14392 </cell>
14393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14394 \begin_inset Text
14395
14396 \begin_layout Plain Layout
14397 \begin_inset Formula $\ointctrclockwise$
14398 \end_inset
14399
14400
14401 \end_layout
14402
14403 \end_inset
14404 </cell>
14405 </row>
14406 <row>
14407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14408 \begin_inset Text
14409
14410 \begin_layout Plain Layout
14411
14412 \backslash
14413 ointclockwise
14414 \end_layout
14415
14416 \end_inset
14417 </cell>
14418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14419 \begin_inset Text
14420
14421 \begin_layout Plain Layout
14422 \begin_inset Formula $\ointclockwise$
14423 \end_inset
14424
14425
14426 \end_layout
14427
14428 \end_inset
14429 </cell>
14430 </row>
14431 <row>
14432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14433 \begin_inset Text
14434
14435 \begin_layout Plain Layout
14436
14437 \backslash
14438 sqint
14439 \end_layout
14440
14441 \end_inset
14442 </cell>
14443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14444 \begin_inset Text
14445
14446 \begin_layout Plain Layout
14447 \begin_inset Formula $\sqint$
14448 \end_inset
14449
14450
14451 \end_layout
14452
14453 \end_inset
14454 </cell>
14455 </row>
14456 <row>
14457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14458 \begin_inset Text
14459
14460 \begin_layout Plain Layout
14461
14462 \backslash
14463 fint
14464 \end_layout
14465
14466 \end_inset
14467 </cell>
14468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14469 \begin_inset Text
14470
14471 \begin_layout Plain Layout
14472  
14473 \begin_inset Formula $\fint$
14474 \end_inset
14475
14476
14477 \end_layout
14478
14479 \end_inset
14480 </cell>
14481 </row>
14482 <row>
14483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14484 \begin_inset Text
14485
14486 \begin_layout Plain Layout
14487
14488 \backslash
14489 landupint
14490 \end_layout
14491
14492 \end_inset
14493 </cell>
14494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14495 \begin_inset Text
14496
14497 \begin_layout Plain Layout
14498  
14499 \begin_inset Formula $\landupint$
14500 \end_inset
14501
14502
14503 \end_layout
14504
14505 \end_inset
14506 </cell>
14507 </row>
14508 <row>
14509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14510 \begin_inset Text
14511
14512 \begin_layout Plain Layout
14513
14514 \backslash
14515 landdownint
14516 \end_layout
14517
14518 \end_inset
14519 </cell>
14520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14521 \begin_inset Text
14522
14523 \begin_layout Plain Layout
14524  
14525 \begin_inset Formula $\landdownint$
14526 \end_inset
14527
14528
14529 \end_layout
14530
14531 \end_inset
14532 </cell>
14533 </row>
14534 <row>
14535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14536 \begin_inset Text
14537
14538 \begin_layout Plain Layout
14539
14540 \backslash
14541 bigcap
14542 \end_layout
14543
14544 \end_inset
14545 </cell>
14546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14547 \begin_inset Text
14548
14549 \begin_layout Plain Layout
14550 \begin_inset Formula $\bigcap$
14551 \end_inset
14552
14553
14554 \end_layout
14555
14556 \end_inset
14557 </cell>
14558 </row>
14559 <row>
14560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14561 \begin_inset Text
14562
14563 \begin_layout Plain Layout
14564
14565 \backslash
14566 bigcup
14567 \end_layout
14568
14569 \end_inset
14570 </cell>
14571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14572 \begin_inset Text
14573
14574 \begin_layout Plain Layout
14575 \begin_inset Formula $\bigcup$
14576 \end_inset
14577
14578
14579 \end_layout
14580
14581 \end_inset
14582 </cell>
14583 </row>
14584 </lyxtabular>
14585
14586 \end_inset
14587
14588
14589 \begin_inset space \hfill{}
14590 \end_inset
14591
14592
14593 \begin_inset Tabular
14594 <lyxtabular version="3" rows="11" columns="2">
14595 <features rotate="0" tabularvalignment="middle">
14596 <column alignment="center" valignment="top" width="0pt">
14597 <column alignment="center" valignment="top" width="0pt">
14598 <row>
14599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14600 \begin_inset Text
14601
14602 \begin_layout Plain Layout
14603 Comando
14604 \end_layout
14605
14606 \end_inset
14607 </cell>
14608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14609 \begin_inset Text
14610
14611 \begin_layout Plain Layout
14612 Resultado
14613 \end_layout
14614
14615 \end_inset
14616 </cell>
14617 </row>
14618 <row>
14619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14620 \begin_inset Text
14621
14622 \begin_layout Plain Layout
14623
14624 \backslash
14625 sum
14626 \begin_inset Index idx
14627 status collapsed
14628
14629 \begin_layout Plain Layout
14630 Comandos ! S ! 
14631 \backslash
14632 sum
14633 \end_layout
14634
14635 \end_inset
14636
14637
14638 \end_layout
14639
14640 \end_inset
14641 </cell>
14642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14643 \begin_inset Text
14644
14645 \begin_layout Plain Layout
14646 \begin_inset Formula $\sum$
14647 \end_inset
14648
14649
14650 \end_layout
14651
14652 \end_inset
14653 </cell>
14654 </row>
14655 <row>
14656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14657 \begin_inset Text
14658
14659 \begin_layout Plain Layout
14660
14661 \backslash
14662 prod
14663 \begin_inset Index idx
14664 status collapsed
14665
14666 \begin_layout Plain Layout
14667 Comandos ! P ! 
14668 \backslash
14669 prod
14670 \end_layout
14671
14672 \end_inset
14673
14674
14675 \end_layout
14676
14677 \end_inset
14678 </cell>
14679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14680 \begin_inset Text
14681
14682 \begin_layout Plain Layout
14683 \begin_inset Formula $\prod$
14684 \end_inset
14685
14686
14687 \end_layout
14688
14689 \end_inset
14690 </cell>
14691 </row>
14692 <row>
14693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14694 \begin_inset Text
14695
14696 \begin_layout Plain Layout
14697
14698 \backslash
14699 coprod
14700 \end_layout
14701
14702 \end_inset
14703 </cell>
14704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14705 \begin_inset Text
14706
14707 \begin_layout Plain Layout
14708 \begin_inset Formula $\coprod$
14709 \end_inset
14710
14711
14712 \end_layout
14713
14714 \end_inset
14715 </cell>
14716 </row>
14717 <row>
14718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14719 \begin_inset Text
14720
14721 \begin_layout Plain Layout
14722
14723 \backslash
14724 bigodot
14725 \end_layout
14726
14727 \end_inset
14728 </cell>
14729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14730 \begin_inset Text
14731
14732 \begin_layout Plain Layout
14733 \begin_inset Formula $\bigodot$
14734 \end_inset
14735
14736
14737 \end_layout
14738
14739 \end_inset
14740 </cell>
14741 </row>
14742 <row>
14743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14744 \begin_inset Text
14745
14746 \begin_layout Plain Layout
14747
14748 \backslash
14749 bigotimes
14750 \end_layout
14751
14752 \end_inset
14753 </cell>
14754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14755 \begin_inset Text
14756
14757 \begin_layout Plain Layout
14758 \begin_inset Formula $\bigotimes$
14759 \end_inset
14760
14761
14762 \end_layout
14763
14764 \end_inset
14765 </cell>
14766 </row>
14767 <row>
14768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14769 \begin_inset Text
14770
14771 \begin_layout Plain Layout
14772
14773 \backslash
14774 bigoplus
14775 \end_layout
14776
14777 \end_inset
14778 </cell>
14779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14780 \begin_inset Text
14781
14782 \begin_layout Plain Layout
14783 \begin_inset Formula $\bigoplus$
14784 \end_inset
14785
14786
14787 \end_layout
14788
14789 \end_inset
14790 </cell>
14791 </row>
14792 <row>
14793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14794 \begin_inset Text
14795
14796 \begin_layout Plain Layout
14797
14798 \backslash
14799 bigwedge
14800 \end_layout
14801
14802 \end_inset
14803 </cell>
14804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14805 \begin_inset Text
14806
14807 \begin_layout Plain Layout
14808 \begin_inset Formula $\bigwedge$
14809 \end_inset
14810
14811
14812 \end_layout
14813
14814 \end_inset
14815 </cell>
14816 </row>
14817 <row>
14818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14819 \begin_inset Text
14820
14821 \begin_layout Plain Layout
14822
14823 \backslash
14824 bigvee
14825 \end_layout
14826
14827 \end_inset
14828 </cell>
14829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14830 \begin_inset Text
14831
14832 \begin_layout Plain Layout
14833 \begin_inset Formula $\bigvee$
14834 \end_inset
14835
14836
14837 \end_layout
14838
14839 \end_inset
14840 </cell>
14841 </row>
14842 <row>
14843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14844 \begin_inset Text
14845
14846 \begin_layout Plain Layout
14847
14848 \backslash
14849 bigsqcup
14850 \end_layout
14851
14852 \end_inset
14853 </cell>
14854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14855 \begin_inset Text
14856
14857 \begin_layout Plain Layout
14858 \begin_inset Formula $\bigsqcup$
14859 \end_inset
14860
14861
14862 \end_layout
14863
14864 \end_inset
14865 </cell>
14866 </row>
14867 <row>
14868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14869 \begin_inset Text
14870
14871 \begin_layout Plain Layout
14872
14873 \backslash
14874 biguplus
14875 \end_layout
14876
14877 \end_inset
14878 </cell>
14879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14880 \begin_inset Text
14881
14882 \begin_layout Plain Layout
14883 \begin_inset Formula $\biguplus$
14884 \end_inset
14885
14886
14887 \end_layout
14888
14889 \end_inset
14890 </cell>
14891 </row>
14892 </lyxtabular>
14893
14894 \end_inset
14895
14896
14897 \begin_inset space \hfill{}
14898 \end_inset
14899
14900
14901 \end_layout
14902
14903 \begin_layout Standard
14904 Todos los operadores grandes se pueden insertar con el botón 
14905 \begin_inset Graphics
14906         filename ../../images/math/intop.png
14907         scale 85
14908
14909 \end_inset
14910
14911  de la barra de ecuaciones.
14912 \end_layout
14913
14914 \begin_layout Standard
14915 Estos operadores son llamados grandes porque son mayores que los operadores
14916  binarios de aspecto semejante.
14917  Todos los operadores grandes pueden tener límites, como se describe en
14918  la subsección siguiente.
14919 \end_layout
14920
14921 \begin_layout Standard
14922 Para todos los operadores de integral hay una segunda versión disponible,
14923  terminando en 
14924 \series bold
14925 op
14926 \series default
14927
14928 \series bold
14929
14930 \backslash
14931 intop
14932 \series default
14933
14934 \series bold
14935
14936 \backslash
14937 ointop
14938 \series default
14939  etc.
14940  Estos operadores difieren de 
14941 \series bold
14942
14943 \backslash
14944 int
14945 \series default
14946 , etc., en el estilo en que se presentan los límites, véase
14947 \series bold
14948  
14949 \series default
14950
14951 \begin_inset CommandInset ref
14952 LatexCommand ref
14953 reference "sub:Límites-de-operadores"
14954
14955 \end_inset
14956
14957 .
14958 \end_layout
14959
14960 \begin_layout Subsubsection*
14961 Sugerencias para las integrales
14962 \end_layout
14963
14964 \begin_layout Standard
14965 La letra 
14966 \emph on
14967 d
14968 \emph default
14969  en una integral es un operador, por consiguiente debe escribirse en redonda.
14970  Esto se hace resaltando la 
14971 \emph on
14972 d
14973 \emph default
14974  y usando el atajo de teclado 
14975 \family sans
14976 Alt+C
14977 \begin_inset space ~
14978 \end_inset
14979
14980 R
14981 \family default
14982 .
14983 \begin_inset Foot
14984 status collapsed
14985
14986 \begin_layout Plain Layout
14987 véase estilos de letras en 
14988 \begin_inset CommandInset ref
14989 LatexCommand ref
14990 reference "sub:Estilos-de-tipografías"
14991
14992 \end_inset
14993
14994  
14995 \end_layout
14996
14997 \end_inset
14998
14999  Delante de la 
15000 \emph on
15001 d
15002 \emph default
15003  se inserta un espacio delgado, como es habitual en los operadores.
15004  Un ejemplo:
15005 \end_layout
15006
15007 \begin_layout Standard
15008 incorrecto: 
15009 \begin_inset Formula $\int A(x)dx$
15010 \end_inset
15011
15012
15013 \begin_inset Newline newline
15014 \end_inset
15015
15016
15017 \begin_inset Phantom HPhantom
15018 status open
15019
15020 \begin_layout Plain Layout
15021 in
15022 \end_layout
15023
15024 \end_inset
15025
15026 correcto: 
15027 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15028 \end_inset
15029
15030
15031 \end_layout
15032
15033 \begin_layout Standard
15034 Para integrales múltiples hay los siguientes comandos:
15035 \begin_inset VSpace medskip
15036 \end_inset
15037
15038
15039 \end_layout
15040
15041 \begin_layout Standard
15042 \begin_inset space \hfill{}
15043 \end_inset
15044
15045
15046 \begin_inset Tabular
15047 <lyxtabular version="3" rows="4" columns="2">
15048 <features rotate="0" tabularvalignment="middle">
15049 <column alignment="center" valignment="top">
15050 <column alignment="center" valignment="top">
15051 <row>
15052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Plain Layout
15056 Comando
15057 \end_layout
15058
15059 \end_inset
15060 </cell>
15061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15062 \begin_inset Text
15063
15064 \begin_layout Plain Layout
15065 Resultado
15066 \begin_inset Note Note
15067 status collapsed
15068
15069 \begin_layout Plain Layout
15070
15071 \series bold
15072
15073 \backslash
15074 raisebox
15075 \series default
15076  se usa sólo como espaciador
15077 \end_layout
15078
15079 \end_inset
15080
15081
15082 \end_layout
15083
15084 \end_inset
15085 </cell>
15086 </row>
15087 <row>
15088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15089 \begin_inset Text
15090
15091 \begin_layout Plain Layout
15092
15093 \backslash
15094 iint
15095 \end_layout
15096
15097 \end_inset
15098 </cell>
15099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Plain Layout
15103 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15104 \end_inset
15105
15106
15107 \end_layout
15108
15109 \end_inset
15110 </cell>
15111 </row>
15112 <row>
15113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15114 \begin_inset Text
15115
15116 \begin_layout Plain Layout
15117
15118 \backslash
15119 oiint
15120 \end_layout
15121
15122 \end_inset
15123 </cell>
15124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15125 \begin_inset Text
15126
15127 \begin_layout Plain Layout
15128 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15129 \end_inset
15130
15131
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 </row>
15137 <row>
15138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15139 \begin_inset Text
15140
15141 \begin_layout Plain Layout
15142
15143 \backslash
15144 sqiint
15145 \end_layout
15146
15147 \end_inset
15148 </cell>
15149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15150 \begin_inset Text
15151
15152 \begin_layout Plain Layout
15153 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15154 \end_inset
15155
15156
15157 \end_layout
15158
15159 \end_inset
15160 </cell>
15161 </row>
15162 </lyxtabular>
15163
15164 \end_inset
15165
15166
15167 \begin_inset space \hfill{}
15168 \end_inset
15169
15170
15171 \begin_inset Tabular
15172 <lyxtabular version="3" rows="4" columns="2">
15173 <features rotate="0" tabularvalignment="middle">
15174 <column alignment="center" valignment="top">
15175 <column alignment="center" valignment="top">
15176 <row>
15177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181 Comando
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15187 \begin_inset Text
15188
15189 \begin_layout Plain Layout
15190 Resultado
15191 \begin_inset Note Note
15192 status collapsed
15193
15194 \begin_layout Plain Layout
15195
15196 \series bold
15197
15198 \backslash
15199 raisebox
15200 \series default
15201  se usa sólo como espaciador
15202 \end_layout
15203
15204 \end_inset
15205
15206
15207 \end_layout
15208
15209 \end_inset
15210 </cell>
15211 </row>
15212 <row>
15213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15214 \begin_inset Text
15215
15216 \begin_layout Plain Layout
15217
15218 \backslash
15219 iiint
15220 \end_layout
15221
15222 \end_inset
15223 </cell>
15224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15225 \begin_inset Text
15226
15227 \begin_layout Plain Layout
15228 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15229 \end_inset
15230
15231
15232 \end_layout
15233
15234 \end_inset
15235 </cell>
15236 </row>
15237 <row>
15238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15239 \begin_inset Text
15240
15241 \begin_layout Plain Layout
15242
15243 \backslash
15244 iiiint
15245 \end_layout
15246
15247 \end_inset
15248 </cell>
15249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15250 \begin_inset Text
15251
15252 \begin_layout Plain Layout
15253 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15254 \end_inset
15255
15256
15257 \end_layout
15258
15259 \end_inset
15260 </cell>
15261 </row>
15262 <row>
15263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15264 \begin_inset Text
15265
15266 \begin_layout Plain Layout
15267
15268 \backslash
15269 dotsint
15270 \end_layout
15271
15272 \end_inset
15273 </cell>
15274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15275 \begin_inset Text
15276
15277 \begin_layout Plain Layout
15278 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15279 \end_inset
15280
15281
15282 \end_layout
15283
15284 \end_inset
15285 </cell>
15286 </row>
15287 </lyxtabular>
15288
15289 \end_inset
15290
15291
15292 \begin_inset space \hfill{}
15293 \end_inset
15294
15295
15296 \end_layout
15297
15298 \begin_layout Subsection
15299 Límites de operadores
15300 \begin_inset CommandInset label
15301 LatexCommand label
15302 name "sub:Límites-de-operadores"
15303
15304 \end_inset
15305
15306
15307 \begin_inset Index idx
15308 status collapsed
15309
15310 \begin_layout Plain Layout
15311 Operadores ! límites de
15312 \end_layout
15313
15314 \end_inset
15315
15316
15317 \end_layout
15318
15319 \begin_layout Standard
15320 Los límites se crean mediante superíndices y subíndices:
15321 \end_layout
15322
15323 \begin_layout Standard
15324 \noindent
15325 \align center
15326 \begin_inset Tabular
15327 <lyxtabular version="3" rows="2" columns="2">
15328 <features rotate="0" tabularvalignment="middle">
15329 <column alignment="center" valignment="top">
15330 <column alignment="center" valignment="top">
15331 <row>
15332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15333 \begin_inset Text
15334
15335 \begin_layout Plain Layout
15336 Comando
15337 \end_layout
15338
15339 \end_inset
15340 </cell>
15341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15342 \begin_inset Text
15343
15344 \begin_layout Plain Layout
15345 Resultado
15346 \begin_inset Note Note
15347 status collapsed
15348
15349 \begin_layout Plain Layout
15350
15351 \series bold
15352
15353 \backslash
15354 raisebox
15355 \series default
15356  se usa sólo como espaciador
15357 \end_layout
15358
15359 \end_inset
15360
15361
15362 \end_layout
15363
15364 \end_inset
15365 </cell>
15366 </row>
15367 <row>
15368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15369 \begin_inset Text
15370
15371 \begin_layout Plain Layout
15372
15373 \backslash
15374 prod^
15375 \backslash
15376 infty
15377 \begin_inset space \textvisiblespace{}
15378 \end_inset
15379
15380
15381 \begin_inset Formula $\to$
15382 \end_inset
15383
15384 _0
15385 \begin_inset Formula $\to$
15386 \end_inset
15387
15388 A(x)
15389 \end_layout
15390
15391 \end_inset
15392 </cell>
15393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15394 \begin_inset Text
15395
15396 \begin_layout Plain Layout
15397 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15398 \end_inset
15399
15400
15401 \end_layout
15402
15403 \end_inset
15404 </cell>
15405 </row>
15406 </lyxtabular>
15407
15408 \end_inset
15409
15410
15411 \end_layout
15412
15413 \begin_layout Standard
15414 En ecuaciones en línea los límites se colocan al lado derecho del operador.
15415  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
15416 \end_layout
15417
15418 \begin_layout Standard
15419 Para forzar que los límites se coloquen junto al operador, se pone el cursor
15420  directamente detrás del operador y se elige 
15421 \series bold
15422 Alineado
15423 \series default
15424  en el menú 
15425 \family sans
15426 Editar\SpecialChar \menuseparator
15427 Ecuación\SpecialChar \menuseparator
15428 Cambiar tipo de límites
15429 \family default
15430  (atajo 
15431 \family sans
15432 Alt+M
15433 \begin_inset space ~
15434 \end_inset
15435
15436 L
15437 \family default
15438 ).
15439  Un ejemplo:
15440 \end_layout
15441
15442 \begin_layout Standard
15443 El tipo de límites por omisión es:
15444 \begin_inset Formula 
15445 \[
15446 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15447 \]
15448
15449 \end_inset
15450
15451
15452 \end_layout
15453
15454 \begin_layout Standard
15455 Así se ven si se cambia el tipo de límites a 
15456 \series bold
15457 Alineado
15458 \series default
15459 :
15460 \begin_inset Formula 
15461 \[
15462 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15463 \]
15464
15465 \end_inset
15466
15467
15468 \end_layout
15469
15470 \begin_layout Standard
15471 En integrales, excepto las que terminan en 
15472 \series bold
15473 op
15474 \series default
15475  como 
15476 \series bold
15477
15478 \backslash
15479 intop
15480 \series default
15481
15482 \series bold
15483
15484 \backslash
15485 ointop
15486 \series default
15487 , etc., los límites se colocan por omisión junto al operador.
15488  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
15489  operador.
15490  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
15491 \series bold
15492 Presentado
15493 \series default
15494  para poner el límite debajo:
15495 \begin_inset Formula 
15496 \begin{equation}
15497 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}
15498 \end{equation}
15499
15500 \end_inset
15501
15502
15503 \begin_inset VSpace medskip
15504 \end_inset
15505
15506 Para especificar condiciones en los límites se usan los comandos 
15507 \series bold
15508
15509 \backslash
15510 subarray
15511 \series default
15512
15513 \begin_inset Index idx
15514 status collapsed
15515
15516 \begin_layout Plain Layout
15517 Comandos ! S ! 
15518 \backslash
15519 subarray
15520 \end_layout
15521
15522 \end_inset
15523
15524  y 
15525 \series bold
15526
15527 \backslash
15528 substack
15529 \series default
15530
15531 \begin_inset Index idx
15532 status collapsed
15533
15534 \begin_layout Plain Layout
15535 Comandos ! S ! 
15536 \backslash
15537 substack
15538 \end_layout
15539
15540 \end_inset
15541
15542 .
15543  Por ejemplo, para componer la expresión
15544 \begin_inset Formula 
15545 \begin{equation}
15546 \sum_{\begin{subarray}{c}
15547 0<k<1000\\
15548 \\
15549 k\,\in\,\mathbb{N}
15550 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15551 \end{equation}
15552
15553 \end_inset
15554
15555 se ha hecho lo siguiente: primero se escribe el comando 
15556 \series bold
15557
15558 \backslash
15559 sum^n
15560 \series default
15561
15562 \begin_inset space \textvisiblespace{}
15563 \end_inset
15564
15565
15566 \series bold
15567 _
15568 \series default
15569 .
15570  Ahora el cursor está en un marco azul bajo el operador sumatorio y ahí
15571  se inserta el comando 
15572 \series bold
15573
15574 \backslash
15575 subarray
15576 \series default
15577
15578 \begin_inset space \textvisiblespace{}
15579 \end_inset
15580
15581 .
15582  Ahora el marco azul está en un marco púrpura donde pueden escribirse líneas
15583  distintas.
15584  Cada línea nueva se crea con un salto de línea (
15585 \family sans
15586 Ctrl+Entrar
15587 \family default
15588 ).
15589  Si ahora se teclea en ella
15590 \begin_inset Newline newline
15591 \end_inset
15592
15593
15594 \series bold
15595 0<k<1000 Ctrl+Entrar
15596 \begin_inset Newline newline
15597 \end_inset
15598
15599
15600 \series default
15601 aparece debajo un nuevo marco para la línea nueva.
15602 \end_layout
15603
15604 \begin_layout Standard
15605 La alineación de las líneas puede cambiarse a la izquierda con la 
15606 \family sans
15607 barra de herramientas de cuadros
15608 \family default
15609  o con el menú 
15610 \family sans
15611 Editar\SpecialChar \menuseparator
15612 Filas y columnas
15613 \family default
15614 .
15615  Para obtener alineación derecha se inserta 
15616 \series bold
15617
15618 \backslash
15619 hfill
15620 \series default
15621
15622 \begin_inset space \textvisiblespace{}
15623 \end_inset
15624
15625  al principio de la línea.
15626 \end_layout
15627
15628 \begin_layout Standard
15629 El comando 
15630 \series bold
15631
15632 \backslash
15633 substack
15634 \series default
15635  es equivalente a 
15636 \series bold
15637
15638 \backslash
15639 subarray
15640 \series default
15641  con la diferencia de que las líneas están siempre centradas.
15642 \begin_inset VSpace bigskip
15643 \end_inset
15644
15645
15646 \end_layout
15647
15648 \begin_layout Standard
15649 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
15650  siguientes, como en la ecuación 
15651 \begin_inset CommandInset ref
15652 LatexCommand eqref
15653 reference "eq:substack"
15654
15655 \end_inset
15656
15657 , porque éstos se colocan junto a los límites.
15658 \end_layout
15659
15660 \begin_layout Standard
15661 Para evitarlo se puede usar la siguiente macro en el preámbulo:
15662 \end_layout
15663
15664 \begin_layout Standard
15665
15666 \series bold
15667
15668 \backslash
15669 def
15670 \backslash
15671 clap#1{
15672 \backslash
15673 hbox to 0pt{
15674 \backslash
15675 hss #1
15676 \backslash
15677 hss}}
15678 \begin_inset Newline newline
15679 \end_inset
15680
15681
15682 \backslash
15683 def
15684 \backslash
15685 mathclap {
15686 \backslash
15687 mathpalette 
15688 \backslash
15689 mathclapinternal}
15690 \begin_inset Newline newline
15691 \end_inset
15692
15693
15694 \backslash
15695 def
15696 \backslash
15697 mathclapinternal #1#2{
15698 \backslash
15699 clap{$
15700 \backslash
15701 mathsurround =0pt #1{#2}$}}
15702 \end_layout
15703
15704 \begin_layout Standard
15705 En ella se define el comando 
15706 \series bold
15707
15708 \backslash
15709 mathclap
15710 \series default
15711
15712 \begin_inset Index idx
15713 status collapsed
15714
15715 \begin_layout Plain Layout
15716 Comandos ! M ! 
15717 \backslash
15718 mathclap
15719 \end_layout
15720
15721 \end_inset
15722
15723  que establece la anchura del límite en 0
15724 \begin_inset space \thinspace{}
15725 \end_inset
15726
15727 pt.
15728  El esquema del comando es:
15729 \end_layout
15730
15731 \begin_layout Standard
15732
15733 \series bold
15734
15735 \backslash
15736 mathclap{límite}
15737 \end_layout
15738
15739 \begin_layout Standard
15740 donde el límite puede consistir en varias condiciones.
15741 \end_layout
15742
15743 \begin_layout Standard
15744 Aplicado en la ecuación 
15745 \begin_inset CommandInset ref
15746 LatexCommand eqref
15747 reference "eq:substack"
15748
15749 \end_inset
15750
15751  se usa el comando
15752 \end_layout
15753
15754 \begin_layout Standard
15755
15756 \series bold
15757
15758 \backslash
15759 sum_
15760 \backslash
15761 mathclap{
15762 \backslash
15763 substack
15764 \begin_inset space \textvisiblespace{}
15765 \end_inset
15766
15767 0<k<1000 Ctrl+Entrar
15768 \end_layout
15769
15770 \begin_layout Standard
15771 para componer el límite inferior.
15772  Ahora el sumando está junto al sumatorio:
15773 \begin_inset Formula 
15774 \[
15775 \sum_{\mathclap{\substack{0<k<1000\\
15776 \\
15777 k\,\in\,\mathbb{N}
15778 }
15779 }}^{n}k^{-2}
15780 \]
15781
15782 \end_inset
15783
15784
15785 \begin_inset VSpace bigskip
15786 \end_inset
15787
15788 Cómo utilizar un límite para varios operadores se describe en la 
15789 \begin_inset CommandInset ref
15790 LatexCommand ref
15791 reference "sub:Operadores-de-usuario"
15792
15793 \end_inset
15794
15795 .
15796 \end_layout
15797
15798 \begin_layout Subsection
15799 Decoración para operadores
15800 \begin_inset Index idx
15801 status collapsed
15802
15803 \begin_layout Plain Layout
15804 Operadores ! Decoración
15805 \end_layout
15806
15807 \end_inset
15808
15809
15810 \end_layout
15811
15812 \begin_layout Standard
15813 Con los comandos 
15814 \series bold
15815
15816 \backslash
15817 overset
15818 \series default
15819
15820 \begin_inset Index idx
15821 status collapsed
15822
15823 \begin_layout Plain Layout
15824 Comandos ! O ! 
15825 \backslash
15826 overset
15827 \end_layout
15828
15829 \end_inset
15830
15831  y 
15832 \series bold
15833
15834 \backslash
15835 underset
15836 \series default
15837
15838 \begin_inset Index idx
15839 status collapsed
15840
15841 \begin_layout Plain Layout
15842 Comandos ! U ! 
15843 \backslash
15844 underset
15845 \end_layout
15846
15847 \end_inset
15848
15849  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
15850  Con el comando 
15851 \series bold
15852
15853 \backslash
15854 sideset
15855 \series default
15856
15857 \begin_inset Index idx
15858 status collapsed
15859
15860 \begin_layout Plain Layout
15861 Comandos ! S ! 
15862 \backslash
15863 sideset
15864 \end_layout
15865
15866 \end_inset
15867
15868  se pueden poner caracteres delante y detrás de un operador grande.
15869 \end_layout
15870
15871 \begin_layout Standard
15872
15873 \lang english
15874 There are 4
15875 \begin_inset space ~
15876 \end_inset
15877
15878 variants of 
15879 \series bold
15880
15881 \backslash
15882 sideset
15883 \series default
15884 :
15885 \end_layout
15886
15887 \begin_layout Itemize
15888
15889 \series bold
15890 \lang english
15891
15892 \backslash
15893 sideset
15894 \series default
15895  is used to set characters at the corners of the operator
15896 \end_layout
15897
15898 \begin_layout Itemize
15899
15900 \series bold
15901 \lang english
15902
15903 \backslash
15904 sidesetn
15905 \series default
15906  is used to set characters before and/or behind the operator (this variant
15907  represents LaTeX's original 
15908 \series bold
15909
15910 \backslash
15911 sideset
15912 \series default
15913  command)
15914 \end_layout
15915
15916 \begin_layout Itemize
15917
15918 \series bold
15919 \lang english
15920
15921 \backslash
15922 sidesetl
15923 \series default
15924  is used to set characters at the left corners and/or behind the operator
15925 \end_layout
15926
15927 \begin_layout Itemize
15928
15929 \series bold
15930 \lang english
15931
15932 \backslash
15933 sidesetr
15934 \series default
15935  is used to set characters at the right corners and/or before the operator
15936 \end_layout
15937
15938 \begin_layout Standard
15939 Por ejemplo, el comando 
15940 \series bold
15941
15942 \backslash
15943 sidesetn
15944 \begin_inset space \textvisiblespace{}
15945 \end_inset
15946
15947
15948 \backslash
15949 sum
15950 \begin_inset space \textvisiblespace{}
15951 \end_inset
15952
15953
15954 \begin_inset Formula $\to$
15955 \end_inset
15956
15957 '
15958 \begin_inset Formula $\to$
15959 \end_inset
15960
15961 _k=1
15962 \begin_inset space \textvisiblespace{}
15963 \end_inset
15964
15965
15966 \series default
15967 ^
15968 \series bold
15969 n
15970 \series default
15971  genera:
15972 \begin_inset Formula 
15973 \[
15974 \sideset{}{'}\sum_{k=1}^{n}
15975 \]
15976
15977 \end_inset
15978
15979
15980 \end_layout
15981
15982 \begin_layout Standard
15983 \begin_inset Note Greyedout
15984 status open
15985
15986 \begin_layout Plain Layout
15987
15988 \series bold
15989 Nota: 
15990 \backslash
15991 sideset
15992 \series default
15993  sólo se puede usar para decorar operadores grandes, no permite operadores
15994  binarios.
15995 \end_layout
15996
15997 \end_inset
15998
15999
16000 \end_layout
16001
16002 \begin_layout Standard
16003 Con 
16004 \series bold
16005
16006 \backslash
16007 overset
16008 \series default
16009  y 
16010 \series bold
16011
16012 \backslash
16013 underset
16014 \series default
16015  también se pueden decorar símbolos y caracteres.
16016  Por ejemplo el comando 
16017 \series bold
16018
16019 \backslash
16020 overset
16021 \begin_inset space \textvisiblespace{}
16022 \end_inset
16023
16024
16025 \backslash
16026 maltese
16027 \begin_inset space \textvisiblespace{}
16028 \end_inset
16029
16030
16031 \series default
16032
16033 \begin_inset Formula $\uparrow$
16034 \end_inset
16035
16036
16037 \series bold
16038 a
16039 \series default
16040  genera:
16041 \begin_inset Formula 
16042 \[
16043 \overset{a}{\maltese}
16044 \]
16045
16046 \end_inset
16047
16048
16049 \end_layout
16050
16051 \begin_layout Subsection
16052 Operadores binarios
16053 \begin_inset CommandInset label
16054 LatexCommand label
16055 name "sub:Operadores-binarios"
16056
16057 \end_inset
16058
16059
16060 \begin_inset Index idx
16061 status collapsed
16062
16063 \begin_layout Plain Layout
16064 Operadores ! binarios
16065 \end_layout
16066
16067 \end_inset
16068
16069
16070 \end_layout
16071
16072 \begin_layout Standard
16073 Los operadores binarios se rodean por espacios si llevan un carácter delante
16074  o detrás.
16075 \begin_inset VSpace medskip
16076 \end_inset
16077
16078
16079 \end_layout
16080
16081 \begin_layout Standard
16082 \begin_inset space \hfill{}
16083 \end_inset
16084
16085
16086 \begin_inset Tabular
16087 <lyxtabular version="3" rows="13" columns="2">
16088 <features rotate="0" tabularvalignment="middle">
16089 <column alignment="center" valignment="top" width="0pt">
16090 <column alignment="center" valignment="top" width="0pt">
16091 <row>
16092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16093 \begin_inset Text
16094
16095 \begin_layout Plain Layout
16096 Comando
16097 \begin_inset Note Note
16098 status collapsed
16099
16100 \begin_layout Plain Layout
16101
16102 \series bold
16103
16104 \backslash
16105 raisebox
16106 \series default
16107  se usa sólo como espaciador
16108 \end_layout
16109
16110 \end_inset
16111
16112
16113 \end_layout
16114
16115 \end_inset
16116 </cell>
16117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Plain Layout
16121 Operador
16122 \end_layout
16123
16124 \end_inset
16125 </cell>
16126 </row>
16127 <row>
16128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16129 \begin_inset Text
16130
16131 \begin_layout Plain Layout
16132 +
16133 \end_layout
16134
16135 \end_inset
16136 </cell>
16137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16138 \begin_inset Text
16139
16140 \begin_layout Plain Layout
16141 \begin_inset Formula $+$
16142 \end_inset
16143
16144
16145 \end_layout
16146
16147 \end_inset
16148 </cell>
16149 </row>
16150 <row>
16151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16152 \begin_inset Text
16153
16154 \begin_layout Plain Layout
16155 -
16156 \end_layout
16157
16158 \end_inset
16159 </cell>
16160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16161 \begin_inset Text
16162
16163 \begin_layout Plain Layout
16164 \begin_inset Formula $-$
16165 \end_inset
16166
16167
16168 \end_layout
16169
16170 \end_inset
16171 </cell>
16172 </row>
16173 <row>
16174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16175 \begin_inset Text
16176
16177 \begin_layout Plain Layout
16178
16179 \backslash
16180 pm
16181 \end_layout
16182
16183 \end_inset
16184 </cell>
16185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16186 \begin_inset Text
16187
16188 \begin_layout Plain Layout
16189 \begin_inset Formula $\pm$
16190 \end_inset
16191
16192
16193 \end_layout
16194
16195 \end_inset
16196 </cell>
16197 </row>
16198 <row>
16199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16200 \begin_inset Text
16201
16202 \begin_layout Plain Layout
16203
16204 \backslash
16205 mp
16206 \end_layout
16207
16208 \end_inset
16209 </cell>
16210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16211 \begin_inset Text
16212
16213 \begin_layout Plain Layout
16214 \begin_inset Formula $\mp$
16215 \end_inset
16216
16217
16218 \end_layout
16219
16220 \end_inset
16221 </cell>
16222 </row>
16223 <row>
16224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16225 \begin_inset Text
16226
16227 \begin_layout Plain Layout
16228
16229 \backslash
16230 cdot
16231 \end_layout
16232
16233 \end_inset
16234 </cell>
16235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16236 \begin_inset Text
16237
16238 \begin_layout Plain Layout
16239 \begin_inset Formula $\cdot$
16240 \end_inset
16241
16242
16243 \end_layout
16244
16245 \end_inset
16246 </cell>
16247 </row>
16248 <row>
16249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16250 \begin_inset Text
16251
16252 \begin_layout Plain Layout
16253
16254 \backslash
16255 times
16256 \end_layout
16257
16258 \end_inset
16259 </cell>
16260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16261 \begin_inset Text
16262
16263 \begin_layout Plain Layout
16264 \begin_inset Formula $\times$
16265 \end_inset
16266
16267
16268 \end_layout
16269
16270 \end_inset
16271 </cell>
16272 </row>
16273 <row>
16274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16275 \begin_inset Text
16276
16277 \begin_layout Plain Layout
16278
16279 \backslash
16280 div
16281 \end_layout
16282
16283 \end_inset
16284 </cell>
16285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16286 \begin_inset Text
16287
16288 \begin_layout Plain Layout
16289 \begin_inset Formula $\div$
16290 \end_inset
16291
16292
16293 \end_layout
16294
16295 \end_inset
16296 </cell>
16297 </row>
16298 <row>
16299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16300 \begin_inset Text
16301
16302 \begin_layout Plain Layout
16303 \begin_inset ERT
16304 status collapsed
16305
16306 \begin_layout Plain Layout
16307
16308
16309 \backslash
16310 raisebox{-1.2mm}{
16311 \end_layout
16312
16313 \end_inset
16314
16315 *
16316 \begin_inset ERT
16317 status collapsed
16318
16319 \begin_layout Plain Layout
16320
16321 }
16322 \end_layout
16323
16324 \end_inset
16325
16326
16327 \end_layout
16328
16329 \end_inset
16330 </cell>
16331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16332 \begin_inset Text
16333
16334 \begin_layout Plain Layout
16335 \begin_inset Formula $*$
16336 \end_inset
16337
16338
16339 \end_layout
16340
16341 \end_inset
16342 </cell>
16343 </row>
16344 <row>
16345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16346 \begin_inset Text
16347
16348 \begin_layout Plain Layout
16349
16350 \backslash
16351 star
16352 \end_layout
16353
16354 \end_inset
16355 </cell>
16356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16357 \begin_inset Text
16358
16359 \begin_layout Plain Layout
16360 \begin_inset Formula $\star$
16361 \end_inset
16362
16363
16364 \end_layout
16365
16366 \end_inset
16367 </cell>
16368 </row>
16369 <row>
16370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16371 \begin_inset Text
16372
16373 \begin_layout Plain Layout
16374
16375 \backslash
16376 circ
16377 \end_layout
16378
16379 \end_inset
16380 </cell>
16381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16382 \begin_inset Text
16383
16384 \begin_layout Plain Layout
16385 \begin_inset Formula $\circ$
16386 \end_inset
16387
16388
16389 \end_layout
16390
16391 \end_inset
16392 </cell>
16393 </row>
16394 <row>
16395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16396 \begin_inset Text
16397
16398 \begin_layout Plain Layout
16399
16400 \backslash
16401 diamond
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Plain Layout
16410 \begin_inset Formula $\diamond$
16411 \end_inset
16412
16413
16414 \end_layout
16415
16416 \end_inset
16417 </cell>
16418 </row>
16419 <row>
16420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424
16425 \backslash
16426 bullet
16427 \end_layout
16428
16429 \end_inset
16430 </cell>
16431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16432 \begin_inset Text
16433
16434 \begin_layout Plain Layout
16435 \begin_inset Formula $\bullet$
16436 \end_inset
16437
16438
16439 \end_layout
16440
16441 \end_inset
16442 </cell>
16443 </row>
16444 </lyxtabular>
16445
16446 \end_inset
16447
16448
16449 \begin_inset space \hfill{}
16450 \end_inset
16451
16452
16453 \begin_inset Tabular
16454 <lyxtabular version="3" rows="13" columns="2">
16455 <features rotate="0" tabularvalignment="middle">
16456 <column alignment="center" valignment="top" width="0pt">
16457 <column alignment="center" valignment="top" width="0pt">
16458 <row>
16459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16460 \begin_inset Text
16461
16462 \begin_layout Plain Layout
16463 Comando
16464 \end_layout
16465
16466 \end_inset
16467 </cell>
16468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16469 \begin_inset Text
16470
16471 \begin_layout Plain Layout
16472 Operador
16473 \end_layout
16474
16475 \end_inset
16476 </cell>
16477 </row>
16478 <row>
16479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16480 \begin_inset Text
16481
16482 \begin_layout Plain Layout
16483
16484 \backslash
16485 nabla
16486 \end_layout
16487
16488 \end_inset
16489 </cell>
16490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16491 \begin_inset Text
16492
16493 \begin_layout Plain Layout
16494 \begin_inset Formula $\nabla$
16495 \end_inset
16496
16497
16498 \end_layout
16499
16500 \end_inset
16501 </cell>
16502 </row>
16503 <row>
16504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16505 \begin_inset Text
16506
16507 \begin_layout Plain Layout
16508
16509 \backslash
16510 bigtriangledown
16511 \end_layout
16512
16513 \end_inset
16514 </cell>
16515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16516 \begin_inset Text
16517
16518 \begin_layout Plain Layout
16519 \begin_inset Formula $\bigtriangledown$
16520 \end_inset
16521
16522
16523 \end_layout
16524
16525 \end_inset
16526 </cell>
16527 </row>
16528 <row>
16529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16530 \begin_inset Text
16531
16532 \begin_layout Plain Layout
16533
16534 \backslash
16535 bigtriangleup
16536 \end_layout
16537
16538 \end_inset
16539 </cell>
16540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16541 \begin_inset Text
16542
16543 \begin_layout Plain Layout
16544 \begin_inset Formula $\bigtriangleup$
16545 \end_inset
16546
16547
16548 \end_layout
16549
16550 \end_inset
16551 </cell>
16552 </row>
16553 <row>
16554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16555 \begin_inset Text
16556
16557 \begin_layout Plain Layout
16558
16559 \backslash
16560 Box
16561 \end_layout
16562
16563 \end_inset
16564 </cell>
16565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16566 \begin_inset Text
16567
16568 \begin_layout Plain Layout
16569 \begin_inset Formula $\Box$
16570 \end_inset
16571
16572
16573 \end_layout
16574
16575 \end_inset
16576 </cell>
16577 </row>
16578 <row>
16579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Plain Layout
16583
16584 \backslash
16585 cap 
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594 \begin_inset Formula $\cap$
16595 \end_inset
16596
16597
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 </row>
16603 <row>
16604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Plain Layout
16608
16609 \backslash
16610 cup
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Plain Layout
16619 \begin_inset Formula $\cup$
16620 \end_inset
16621
16622
16623 \end_layout
16624
16625 \end_inset
16626 </cell>
16627 </row>
16628 <row>
16629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16630 \begin_inset Text
16631
16632 \begin_layout Plain Layout
16633
16634 \backslash
16635 dagger
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16641 \begin_inset Text
16642
16643 \begin_layout Plain Layout
16644 \begin_inset Formula $\dagger$
16645 \end_inset
16646
16647
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 </row>
16653 <row>
16654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Plain Layout
16658
16659 \backslash
16660 ddagger
16661 \end_layout
16662
16663 \end_inset
16664 </cell>
16665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Plain Layout
16669 \begin_inset Formula $\ddagger$
16670 \end_inset
16671
16672
16673 \end_layout
16674
16675 \end_inset
16676 </cell>
16677 </row>
16678 <row>
16679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683
16684 \backslash
16685 wr
16686 \end_layout
16687
16688 \end_inset
16689 </cell>
16690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Plain Layout
16694 \begin_inset Formula $\wr$
16695 \end_inset
16696
16697
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 </row>
16703 <row>
16704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16705 \begin_inset Text
16706
16707 \begin_layout Plain Layout
16708
16709 \backslash
16710 bigcirc
16711 \end_layout
16712
16713 \end_inset
16714 </cell>
16715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16716 \begin_inset Text
16717
16718 \begin_layout Plain Layout
16719 \begin_inset Formula $\bigcirc$
16720 \end_inset
16721
16722
16723 \end_layout
16724
16725 \end_inset
16726 </cell>
16727 </row>
16728 <row>
16729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16730 \begin_inset Text
16731
16732 \begin_layout Plain Layout
16733
16734 \backslash
16735 wedge
16736 \end_layout
16737
16738 \end_inset
16739 </cell>
16740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16741 \begin_inset Text
16742
16743 \begin_layout Plain Layout
16744 \begin_inset Formula $\wedge$
16745 \end_inset
16746
16747
16748 \end_layout
16749
16750 \end_inset
16751 </cell>
16752 </row>
16753 <row>
16754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16755 \begin_inset Text
16756
16757 \begin_layout Plain Layout
16758
16759 \backslash
16760 vee
16761 \end_layout
16762
16763 \end_inset
16764 </cell>
16765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16766 \begin_inset Text
16767
16768 \begin_layout Plain Layout
16769 \begin_inset Formula $\vee$
16770 \end_inset
16771
16772
16773 \end_layout
16774
16775 \end_inset
16776 </cell>
16777 </row>
16778 </lyxtabular>
16779
16780 \end_inset
16781
16782
16783 \begin_inset space \hfill{}
16784 \end_inset
16785
16786
16787 \begin_inset Tabular
16788 <lyxtabular version="3" rows="13" columns="2">
16789 <features rotate="0" tabularvalignment="middle">
16790 <column alignment="center" valignment="top" width="0pt">
16791 <column alignment="center" valignment="top" width="0pt">
16792 <row>
16793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16794 \begin_inset Text
16795
16796 \begin_layout Plain Layout
16797 Comando
16798 \end_layout
16799
16800 \end_inset
16801 </cell>
16802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16803 \begin_inset Text
16804
16805 \begin_layout Plain Layout
16806 Operador
16807 \end_layout
16808
16809 \end_inset
16810 </cell>
16811 </row>
16812 <row>
16813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16814 \begin_inset Text
16815
16816 \begin_layout Plain Layout
16817
16818 \backslash
16819 oplus
16820 \end_layout
16821
16822 \end_inset
16823 </cell>
16824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16825 \begin_inset Text
16826
16827 \begin_layout Plain Layout
16828 \begin_inset Formula $\oplus$
16829 \end_inset
16830
16831
16832 \end_layout
16833
16834 \end_inset
16835 </cell>
16836 </row>
16837 <row>
16838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16839 \begin_inset Text
16840
16841 \begin_layout Plain Layout
16842
16843 \backslash
16844 ominus
16845 \end_layout
16846
16847 \end_inset
16848 </cell>
16849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16850 \begin_inset Text
16851
16852 \begin_layout Plain Layout
16853 \begin_inset Formula $\ominus$
16854 \end_inset
16855
16856
16857 \end_layout
16858
16859 \end_inset
16860 </cell>
16861 </row>
16862 <row>
16863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16864 \begin_inset Text
16865
16866 \begin_layout Plain Layout
16867
16868 \backslash
16869 otimes
16870 \end_layout
16871
16872 \end_inset
16873 </cell>
16874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16875 \begin_inset Text
16876
16877 \begin_layout Plain Layout
16878 \begin_inset Formula $\otimes$
16879 \end_inset
16880
16881
16882 \end_layout
16883
16884 \end_inset
16885 </cell>
16886 </row>
16887 <row>
16888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16889 \begin_inset Text
16890
16891 \begin_layout Plain Layout
16892
16893 \backslash
16894 oslash
16895 \end_layout
16896
16897 \end_inset
16898 </cell>
16899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16900 \begin_inset Text
16901
16902 \begin_layout Plain Layout
16903 \begin_inset Formula $\oslash$
16904 \end_inset
16905
16906
16907 \end_layout
16908
16909 \end_inset
16910 </cell>
16911 </row>
16912 <row>
16913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16914 \begin_inset Text
16915
16916 \begin_layout Plain Layout
16917
16918 \backslash
16919 odot
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16925 \begin_inset Text
16926
16927 \begin_layout Plain Layout
16928 \begin_inset Formula $\odot$
16929 \end_inset
16930
16931
16932 \end_layout
16933
16934 \end_inset
16935 </cell>
16936 </row>
16937 <row>
16938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Plain Layout
16942
16943 \backslash
16944 amalg
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Plain Layout
16953 \begin_inset Formula $\amalg$
16954 \end_inset
16955
16956
16957 \end_layout
16958
16959 \end_inset
16960 </cell>
16961 </row>
16962 <row>
16963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16964 \begin_inset Text
16965
16966 \begin_layout Plain Layout
16967
16968 \backslash
16969 uplus
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978 \begin_inset Formula $\uplus$
16979 \end_inset
16980
16981
16982 \end_layout
16983
16984 \end_inset
16985 </cell>
16986 </row>
16987 <row>
16988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16989 \begin_inset Text
16990
16991 \begin_layout Plain Layout
16992
16993 \backslash
16994 setminus
16995 \end_layout
16996
16997 \end_inset
16998 </cell>
16999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17000 \begin_inset Text
17001
17002 \begin_layout Plain Layout
17003 \begin_inset Formula $\setminus$
17004 \end_inset
17005
17006
17007 \end_layout
17008
17009 \end_inset
17010 </cell>
17011 </row>
17012 <row>
17013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17014 \begin_inset Text
17015
17016 \begin_layout Plain Layout
17017
17018 \backslash
17019 sqcap
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028 \begin_inset Formula $\sqcap$
17029 \end_inset
17030
17031
17032 \end_layout
17033
17034 \end_inset
17035 </cell>
17036 </row>
17037 <row>
17038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17039 \begin_inset Text
17040
17041 \begin_layout Plain Layout
17042
17043 \backslash
17044 sqcup
17045 \end_layout
17046
17047 \end_inset
17048 </cell>
17049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17050 \begin_inset Text
17051
17052 \begin_layout Plain Layout
17053 \begin_inset Formula $\sqcup$
17054 \end_inset
17055
17056
17057 \end_layout
17058
17059 \end_inset
17060 </cell>
17061 </row>
17062 <row>
17063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17064 \begin_inset Text
17065
17066 \begin_layout Plain Layout
17067
17068 \backslash
17069 triangleleft
17070 \end_layout
17071
17072 \end_inset
17073 </cell>
17074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17075 \begin_inset Text
17076
17077 \begin_layout Plain Layout
17078 \begin_inset Formula $\triangleleft$
17079 \end_inset
17080
17081
17082 \end_layout
17083
17084 \end_inset
17085 </cell>
17086 </row>
17087 <row>
17088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17089 \begin_inset Text
17090
17091 \begin_layout Plain Layout
17092
17093 \backslash
17094 triangleright
17095 \end_layout
17096
17097 \end_inset
17098 </cell>
17099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17100 \begin_inset Text
17101
17102 \begin_layout Plain Layout
17103 \begin_inset Formula $\triangleright$
17104 \end_inset
17105
17106
17107 \end_layout
17108
17109 \end_inset
17110 </cell>
17111 </row>
17112 </lyxtabular>
17113
17114 \end_inset
17115
17116
17117 \begin_inset space \hfill{}
17118 \end_inset
17119
17120
17121 \end_layout
17122
17123 \begin_layout Standard
17124 Todos los operadores binarios se pueden insertar también con el botón 
17125 \begin_inset Graphics
17126         filename ../../images/math/pm.png
17127         scale 85
17128
17129 \end_inset
17130
17131  de la barra de ecuaciones.
17132 \end_layout
17133
17134 \begin_layout Standard
17135 Para imprimir el operador Laplace se pueden usar 
17136 \series bold
17137
17138 \backslash
17139 Delta
17140 \series default
17141  o 
17142 \series bold
17143
17144 \backslash
17145 nabla
17146 \series default
17147 ^
17148 \series bold
17149 2
17150 \series default
17151  (
17152 \begin_inset Formula $\nabla^{2}$
17153 \end_inset
17154
17155 ) en vez de 
17156 \series bold
17157
17158 \backslash
17159 bigtriangleup
17160 \series default
17161 .
17162 \end_layout
17163
17164 \begin_layout Standard
17165 El carácter 
17166 \family sans
17167 Separador de menú
17168 \family default
17169  del menú 
17170 \family sans
17171 Insertar\SpecialChar \menuseparator
17172 Carácter especial
17173 \family default
17174  es el operador 
17175 \series bold
17176
17177 \backslash
17178 triangleright
17179 \series default
17180 .
17181 \end_layout
17182
17183 \begin_layout Subsection
17184 Operadores definidos por el usuario
17185 \begin_inset CommandInset label
17186 LatexCommand label
17187 name "sub:Operadores-de-usuario"
17188
17189 \end_inset
17190
17191
17192 \begin_inset Index idx
17193 status collapsed
17194
17195 \begin_layout Plain Layout
17196 Operadores ! personalizados
17197 \end_layout
17198
17199 \end_inset
17200
17201
17202 \end_layout
17203
17204 \begin_layout Standard
17205 Con ayuda del comando 
17206 \series bold
17207
17208 \backslash
17209 DeclareMathOperator
17210 \series default
17211
17212 \begin_inset Index idx
17213 status collapsed
17214
17215 \begin_layout Plain Layout
17216 Comandos ! D ! 
17217 \backslash
17218 dbinom@
17219 \backslash
17220 DeclareMathOperator
17221 \end_layout
17222
17223 \end_inset
17224
17225  se pueden definir operadores personalizados en el preámbulo LaTeX.
17226  Su esquema es:
17227 \end_layout
17228
17229 \begin_layout Standard
17230
17231 \series bold
17232
17233 \backslash
17234 DeclareMathOperator{comando nuevo}{presentación}
17235 \end_layout
17236
17237 \begin_layout Standard
17238 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17239  en la salida.
17240  Para definir un operador grande hay que añadirle un * detrás.
17241  Todos los operadores grandes personalizados pueden tener límites como se
17242  describe en 
17243 \begin_inset CommandInset ref
17244 LatexCommand ref
17245 reference "sub:Límites-de-operadores"
17246
17247 \end_inset
17248
17249 .
17250 \end_layout
17251
17252 \begin_layout Standard
17253 Por ejemplo, la línea en el preámbulo LaTeX
17254 \end_layout
17255
17256 \begin_layout Standard
17257
17258 \series bold
17259
17260 \backslash
17261 DeclareMathOperator*{
17262 \backslash
17263 Lozenge}{
17264 \backslash
17265 blacklozenge}
17266 \end_layout
17267
17268 \begin_layout Standard
17269 define el comando 
17270 \series bold
17271
17272 \backslash
17273 Lozenge
17274 \series default
17275 , que inserta un operador grande que es el símbolo blacklozenge de la 
17276 \begin_inset CommandInset ref
17277 LatexCommand ref
17278 reference "sub:Símbolos-misceláneos"
17279
17280 \end_inset
17281
17282 .
17283 \begin_inset Formula 
17284 \[
17285 \Lozenge_{n=1}^{\infty}
17286 \]
17287
17288 \end_inset
17289
17290 El comando para esta expresión es: 
17291 \series bold
17292
17293 \backslash
17294 Lozenge^
17295 \backslash
17296 infty
17297 \begin_inset Formula $\rightarrow$
17298 \end_inset
17299
17300 _n=1
17301 \begin_inset VSpace bigskip
17302 \end_inset
17303
17304
17305 \end_layout
17306
17307 \begin_layout Standard
17308 Si los operadores personalizados no se van a usar varias veces en el documento,
17309  se pueden también definir con los comandos 
17310 \series bold
17311
17312 \backslash
17313 mathop
17314 \series default
17315
17316 \begin_inset Index idx
17317 status collapsed
17318
17319 \begin_layout Plain Layout
17320 Comandos ! M ! 
17321 \backslash
17322 mathop
17323 \end_layout
17324
17325 \end_inset
17326
17327  y 
17328 \series bold
17329
17330 \backslash
17331 mathbin
17332 \series default
17333
17334 \begin_inset Index idx
17335 status collapsed
17336
17337 \begin_layout Plain Layout
17338 Comandos ! M ! 
17339 \backslash
17340 mathbin
17341 \end_layout
17342
17343 \end_inset
17344
17345 , con el siguiente esquema:
17346 \end_layout
17347
17348 \begin_layout Standard
17349
17350 \series bold
17351
17352 \backslash
17353 mathop{presentación}
17354 \series default
17355  y 
17356 \series bold
17357
17358 \backslash
17359 mathbin{presentación}
17360 \end_layout
17361
17362 \begin_layout Standard
17363
17364 \series bold
17365
17366 \backslash
17367 mathop
17368 \series default
17369  define operadores grandes, 
17370 \series bold
17371
17372 \backslash
17373 mathbin
17374 \series default
17375  operadores binarios.
17376 \end_layout
17377
17378 \begin_layout Standard
17379
17380 \series bold
17381
17382 \backslash
17383 mathop
17384 \series default
17385  se puede usar, p.e., para poner un límite a varios operadores:
17386 \begin_inset Formula 
17387 \[
17388 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17389 \]
17390
17391 \end_inset
17392
17393
17394 \end_layout
17395
17396 \begin_layout Standard
17397 El comando para la expresión anterior es:
17398 \begin_inset Newline newline
17399 \end_inset
17400
17401
17402 \series bold
17403
17404 \backslash
17405 mathop{
17406 \backslash
17407 sum
17408 \backslash
17409 negmedspace
17410 \backslash
17411 sum
17412 \series default
17413
17414 \begin_inset space \textvisiblespace{}
17415 \end_inset
17416
17417
17418 \series bold
17419
17420 \begin_inset Formula $\to$
17421 \end_inset
17422
17423 ^N
17424 \series default
17425
17426 \begin_inset space \textvisiblespace{}
17427 \end_inset
17428
17429
17430 \series bold
17431 _i,j=1
17432 \end_layout
17433
17434 \begin_layout Standard
17435 \begin_inset Newpage newpage
17436 \end_inset
17437
17438
17439 \end_layout
17440
17441 \begin_layout Section
17442 Tipografías
17443 \begin_inset Index idx
17444 status collapsed
17445
17446 \begin_layout Plain Layout
17447 Tipografías
17448 \end_layout
17449
17450 \end_inset
17451
17452
17453 \end_layout
17454
17455 \begin_layout Subsection
17456 Estilos de tipografías
17457 \begin_inset CommandInset label
17458 LatexCommand label
17459 name "sub:Estilos-de-tipografías"
17460
17461 \end_inset
17462
17463
17464 \begin_inset Index idx
17465 status collapsed
17466
17467 \begin_layout Plain Layout
17468 Tipografías ! estilos de
17469 \end_layout
17470
17471 \end_inset
17472
17473
17474 \end_layout
17475
17476 \begin_layout Standard
17477 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
17478  estilos:
17479 \end_layout
17480
17481 \begin_layout Standard
17482 \begin_inset VSpace -2mm
17483 \end_inset
17484
17485
17486 \end_layout
17487
17488 \begin_layout Standard
17489 \align center
17490 \begin_inset Tabular
17491 <lyxtabular version="3" rows="7" columns="3">
17492 <features rotate="0" tabularvalignment="middle">
17493 <column alignment="center" valignment="top">
17494 <column alignment="center" valignment="top">
17495 <column alignment="center" valignment="top">
17496 <row>
17497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17498 \begin_inset Text
17499
17500 \begin_layout Plain Layout
17501 Comando
17502 \end_layout
17503
17504 \end_inset
17505 </cell>
17506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17507 \begin_inset Text
17508
17509 \begin_layout Plain Layout
17510 Resultado
17511 \end_layout
17512
17513 \end_inset
17514 </cell>
17515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17516 \begin_inset Text
17517
17518 \begin_layout Plain Layout
17519 atajo
17520 \end_layout
17521
17522 \end_inset
17523 </cell>
17524 </row>
17525 <row>
17526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17527 \begin_inset Text
17528
17529 \begin_layout Plain Layout
17530
17531 \backslash
17532 mathbb
17533 \series bold
17534
17535 \begin_inset space \textvisiblespace{}
17536 \end_inset
17537
17538
17539 \series default
17540 ABC
17541 \end_layout
17542
17543 \end_inset
17544 </cell>
17545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17546 \begin_inset Text
17547
17548 \begin_layout Plain Layout
17549 \begin_inset Formula $\mathbb{ABC}$
17550 \end_inset
17551
17552
17553 \end_layout
17554
17555 \end_inset
17556 </cell>
17557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17558 \begin_inset Text
17559
17560 \begin_layout Plain Layout
17561
17562 \family sans
17563 Alt+C C
17564 \end_layout
17565
17566 \end_inset
17567 </cell>
17568 </row>
17569 <row>
17570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17571 \begin_inset Text
17572
17573 \begin_layout Plain Layout
17574
17575 \backslash
17576 mathbf
17577 \series bold
17578
17579 \begin_inset space \textvisiblespace{}
17580 \end_inset
17581
17582
17583 \series default
17584 AbC
17585 \end_layout
17586
17587 \end_inset
17588 </cell>
17589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17590 \begin_inset Text
17591
17592 \begin_layout Plain Layout
17593 \begin_inset Formula $\mathbf{AbC}$
17594 \end_inset
17595
17596
17597 \end_layout
17598
17599 \end_inset
17600 </cell>
17601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17602 \begin_inset Text
17603
17604 \begin_layout Plain Layout
17605
17606 \family sans
17607 Ctrl+B
17608 \end_layout
17609
17610 \end_inset
17611 </cell>
17612 </row>
17613 <row>
17614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17615 \begin_inset Text
17616
17617 \begin_layout Plain Layout
17618
17619 \backslash
17620 boldsymbol
17621 \series bold
17622
17623 \begin_inset space \textvisiblespace{}
17624 \end_inset
17625
17626
17627 \series default
17628 AbC
17629 \end_layout
17630
17631 \end_inset
17632 </cell>
17633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17634 \begin_inset Text
17635
17636 \begin_layout Plain Layout
17637 \begin_inset Formula $\boldsymbol{AbC}$
17638 \end_inset
17639
17640
17641 \end_layout
17642
17643 \end_inset
17644 </cell>
17645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17646 \begin_inset Text
17647
17648 \begin_layout Plain Layout
17649
17650 \family sans
17651 Ctrl+Alt+B , Alt+C B
17652 \end_layout
17653
17654 \end_inset
17655 </cell>
17656 </row>
17657 <row>
17658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17659 \begin_inset Text
17660
17661 \begin_layout Plain Layout
17662
17663 \backslash
17664 mathcal
17665 \series bold
17666
17667 \begin_inset space \textvisiblespace{}
17668 \end_inset
17669
17670
17671 \series default
17672 ABC
17673 \end_layout
17674
17675 \end_inset
17676 </cell>
17677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17678 \begin_inset Text
17679
17680 \begin_layout Plain Layout
17681 \begin_inset Formula $\mathcal{ABC}$
17682 \end_inset
17683
17684
17685 \end_layout
17686
17687 \end_inset
17688 </cell>
17689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17690 \begin_inset Text
17691
17692 \begin_layout Plain Layout
17693
17694 \family sans
17695 Ctrl+E , Alt+C E
17696 \end_layout
17697
17698 \end_inset
17699 </cell>
17700 </row>
17701 <row>
17702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17703 \begin_inset Text
17704
17705 \begin_layout Plain Layout
17706
17707 \backslash
17708 mathfrak
17709 \series bold
17710
17711 \begin_inset space \textvisiblespace{}
17712 \end_inset
17713
17714
17715 \series default
17716 AbC
17717 \end_layout
17718
17719 \end_inset
17720 </cell>
17721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17722 \begin_inset Text
17723
17724 \begin_layout Plain Layout
17725 \begin_inset Formula $\mathfrak{AbC}$
17726 \end_inset
17727
17728
17729 \end_layout
17730
17731 \end_inset
17732 </cell>
17733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17734 \begin_inset Text
17735
17736 \begin_layout Plain Layout
17737 -
17738 \end_layout
17739
17740 \end_inset
17741 </cell>
17742 </row>
17743 <row>
17744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17745 \begin_inset Text
17746
17747 \begin_layout Plain Layout
17748
17749 \backslash
17750 mathscr
17751 \series bold
17752
17753 \begin_inset space \textvisiblespace{}
17754 \end_inset
17755
17756
17757 \series default
17758 AbC
17759 \end_layout
17760
17761 \end_inset
17762 </cell>
17763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17764 \begin_inset Text
17765
17766 \begin_layout Plain Layout
17767 \begin_inset Formula $\mathscr{AbC}$
17768 \end_inset
17769
17770
17771 \end_layout
17772
17773 \end_inset
17774 </cell>
17775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17776 \begin_inset Text
17777
17778 \begin_layout Plain Layout
17779 -
17780 \end_layout
17781
17782 \end_inset
17783 </cell>
17784 </row>
17785 </lyxtabular>
17786
17787 \end_inset
17788
17789
17790 \end_layout
17791
17792 \begin_layout Standard
17793 \align center
17794 \begin_inset Tabular
17795 <lyxtabular version="3" rows="5" columns="3">
17796 <features rotate="0" tabularvalignment="middle">
17797 <column alignment="center" valignment="top">
17798 <column alignment="center" valignment="top">
17799 <column alignment="center" valignment="top">
17800 <row>
17801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17802 \begin_inset Text
17803
17804 \begin_layout Plain Layout
17805 Comando
17806 \end_layout
17807
17808 \end_inset
17809 </cell>
17810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17811 \begin_inset Text
17812
17813 \begin_layout Plain Layout
17814 Resultado
17815 \end_layout
17816
17817 \end_inset
17818 </cell>
17819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17820 \begin_inset Text
17821
17822 \begin_layout Plain Layout
17823 atajo
17824 \end_layout
17825
17826 \end_inset
17827 </cell>
17828 </row>
17829 <row>
17830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17831 \begin_inset Text
17832
17833 \begin_layout Plain Layout
17834
17835 \backslash
17836 mathit
17837 \series bold
17838
17839 \begin_inset space \textvisiblespace{}
17840 \end_inset
17841
17842
17843 \series default
17844 AbC
17845 \end_layout
17846
17847 \end_inset
17848 </cell>
17849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17850 \begin_inset Text
17851
17852 \begin_layout Plain Layout
17853 \begin_inset Formula $\mathit{AbC}$
17854 \end_inset
17855
17856
17857 \end_layout
17858
17859 \end_inset
17860 </cell>
17861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17862 \begin_inset Text
17863
17864 \begin_layout Plain Layout
17865 -
17866 \end_layout
17867
17868 \end_inset
17869 </cell>
17870 </row>
17871 <row>
17872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17873 \begin_inset Text
17874
17875 \begin_layout Plain Layout
17876
17877 \backslash
17878 mathrm
17879 \series bold
17880
17881 \begin_inset space \textvisiblespace{}
17882 \end_inset
17883
17884
17885 \series default
17886 AbC
17887 \end_layout
17888
17889 \end_inset
17890 </cell>
17891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17892 \begin_inset Text
17893
17894 \begin_layout Plain Layout
17895 \begin_inset Formula $\mathrm{AbC}$
17896 \end_inset
17897
17898
17899 \end_layout
17900
17901 \end_inset
17902 </cell>
17903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17904 \begin_inset Text
17905
17906 \begin_layout Plain Layout
17907
17908 \family sans
17909 Alt+C R
17910 \end_layout
17911
17912 \end_inset
17913 </cell>
17914 </row>
17915 <row>
17916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17917 \begin_inset Text
17918
17919 \begin_layout Plain Layout
17920
17921 \backslash
17922 mathsf
17923 \series bold
17924
17925 \begin_inset space \textvisiblespace{}
17926 \end_inset
17927
17928
17929 \series default
17930 AbC
17931 \end_layout
17932
17933 \end_inset
17934 </cell>
17935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17936 \begin_inset Text
17937
17938 \begin_layout Plain Layout
17939 \begin_inset Formula $\mathsf{AbC}$
17940 \end_inset
17941
17942
17943 \end_layout
17944
17945 \end_inset
17946 </cell>
17947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17948 \begin_inset Text
17949
17950 \begin_layout Plain Layout
17951
17952 \family sans
17953 Alt+C S
17954 \end_layout
17955
17956 \end_inset
17957 </cell>
17958 </row>
17959 <row>
17960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17961 \begin_inset Text
17962
17963 \begin_layout Plain Layout
17964
17965 \backslash
17966 mathtt
17967 \series bold
17968
17969 \begin_inset space \textvisiblespace{}
17970 \end_inset
17971
17972
17973 \series default
17974 AbC
17975 \end_layout
17976
17977 \end_inset
17978 </cell>
17979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17980 \begin_inset Text
17981
17982 \begin_layout Plain Layout
17983 \begin_inset Formula $\mathtt{AbC}$
17984 \end_inset
17985
17986
17987 \end_layout
17988
17989 \end_inset
17990 </cell>
17991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17992 \begin_inset Text
17993
17994 \begin_layout Plain Layout
17995
17996 \family sans
17997 Ctrl+Mayúsculas+P
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 </row>
18003 </lyxtabular>
18004
18005 \end_inset
18006
18007
18008 \end_layout
18009
18010 \begin_layout Standard
18011 \begin_inset Note Greyedout
18012 status open
18013
18014 \begin_layout Plain Layout
18015
18016 \series bold
18017 Nota
18018 \series default
18019 : Los estilos 
18020 \series bold
18021
18022 \backslash
18023 mathbb
18024 \series default
18025  y 
18026 \series bold
18027
18028 \backslash
18029 mathcal
18030 \series default
18031  sólo se aplican a letras mayúsculas.
18032 \end_layout
18033
18034 \end_inset
18035
18036
18037 \end_layout
18038
18039 \begin_layout Standard
18040 El estilo predeterminado es 
18041 \series bold
18042
18043 \backslash
18044 mathnormal
18045 \series default
18046 .
18047 \end_layout
18048
18049 \begin_layout Standard
18050 Los comandos de estilo funcionan también en estructuras matemáticas:
18051 \begin_inset Formula 
18052 \[
18053 \mathfrak{A=\frac{b}{C}}
18054 \]
18055
18056 \end_inset
18057
18058
18059 \end_layout
18060
18061 \begin_layout Standard
18062 Los caracteres en texto matemático no aparecen en un estilo tipográfico
18063  de ecuaciones sino en el estilo tipográfico de texto 
18064 \series bold
18065
18066 \backslash
18067 textrm
18068 \series default
18069 .
18070  Este estilo no se puede poner correctamente con el diálogo de estilo de
18071  texto por un fallo de LyX.
18072 \begin_inset Foot
18073 status open
18074
18075 \begin_layout Plain Layout
18076 \begin_inset CommandInset href
18077 LatexCommand href
18078 name "LyX-bug #4629"
18079 target "http://www.lyx.org/trac/ticket/4629"
18080
18081 \end_inset
18082
18083
18084 \end_layout
18085
18086 \end_inset
18087
18088
18089 \end_layout
18090
18091 \begin_layout Standard
18092 En vez de comandos se puede usar el menú 
18093 \family sans
18094 Editar\SpecialChar \menuseparator
18095 Ecuación\SpecialChar \menuseparator
18096 Estilo del texto
18097 \family default
18098  o el botón 
18099 \begin_inset Graphics
18100         filename ../../images/math/font.png
18101         scale 85
18102
18103 \end_inset
18104
18105 .
18106 \end_layout
18107
18108 \begin_layout Subsection
18109 Ecuaciones en negrita
18110 \begin_inset CommandInset label
18111 LatexCommand label
18112 name "sub:Ecuaciones-en-negrita"
18113
18114 \end_inset
18115
18116
18117 \begin_inset Index idx
18118 status collapsed
18119
18120 \begin_layout Plain Layout
18121 Ecuación ! en negrita
18122 \end_layout
18123
18124 \end_inset
18125
18126
18127 \end_layout
18128
18129 \begin_layout Standard
18130 Para poner en negrita una ecuación completa no se puede usar el comando
18131  
18132 \series bold
18133
18134 \backslash
18135 mathbf
18136 \series default
18137 , porque no funciona con minúsculas griegas.
18138  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18139 \begin_inset Formula 
18140 \[
18141 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}
18142 \]
18143
18144 \end_inset
18145
18146
18147 \end_layout
18148
18149 \begin_layout Standard
18150 Para presentar la ecuación correctamente se usa el comando 
18151 \series bold
18152 boldsymbol
18153 \series default
18154 :
18155 \begin_inset Formula 
18156 \[
18157 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}
18158 \]
18159
18160 \end_inset
18161
18162
18163 \end_layout
18164
18165 \begin_layout Standard
18166 También es posible poner la fórmula en un 
18167 \series bold
18168 entorno boldmath
18169 \series default
18170 , que se inserta con el comando 
18171 \series bold
18172
18173 \backslash
18174 boldmath
18175 \series default
18176
18177 \begin_inset Index idx
18178 status collapsed
18179
18180 \begin_layout Plain Layout
18181 Comandos ! B ! 
18182 \backslash
18183 boldmath
18184 \end_layout
18185
18186 \end_inset
18187
18188  en modo TeX.
18189  Para finalizar el entorno se usa el comando 
18190 \series bold
18191
18192 \backslash
18193 unboldmath
18194 \series default
18195
18196 \begin_inset Index idx
18197 status collapsed
18198
18199 \begin_layout Plain Layout
18200 Comandos ! U ! 
18201 \backslash
18202 unboldmath
18203 \end_layout
18204
18205 \end_inset
18206
18207  en modo TeX.
18208 \begin_inset ERT
18209 status collapsed
18210
18211 \begin_layout Plain Layout
18212
18213
18214 \backslash
18215 boldmath
18216 \end_layout
18217
18218 \end_inset
18219
18220
18221 \begin_inset Formula 
18222 \[
18223 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}
18224 \]
18225
18226 \end_inset
18227
18228
18229 \end_layout
18230
18231 \begin_layout Standard
18232 \begin_inset ERT
18233 status collapsed
18234
18235 \begin_layout Plain Layout
18236
18237
18238 \backslash
18239 unboldmath
18240 \end_layout
18241
18242 \end_inset
18243
18244
18245 \end_layout
18246
18247 \begin_layout Subsection
18248 Ecuaciones coloreadas
18249 \begin_inset Index idx
18250 status collapsed
18251
18252 \begin_layout Plain Layout
18253 Ecuación ! coloreada
18254 \end_layout
18255
18256 \end_inset
18257
18258
18259 \end_layout
18260
18261 \begin_layout Standard
18262 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
18263  o una parte de una ecuación y usa el diálogo 
18264 \family sans
18265 Estilo del texto
18266 \family default
18267 .
18268  Aquí hay una ecuación en magenta:
18269 \begin_inset Formula 
18270 \[
18271 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18272 \]
18273
18274 \end_inset
18275
18276 También puedes definir tus propios colores como se describe en
18277 \begin_inset space ~
18278 \end_inset
18279
18280
18281 \begin_inset CommandInset ref
18282 LatexCommand ref
18283 reference "sub:Marcos-coloreados"
18284
18285 \end_inset
18286
18287 .
18288  Pueden usarse con el comando en código TeX 
18289 \series bold
18290
18291 \backslash
18292 textcolor
18293 \series default
18294
18295 \begin_inset Index idx
18296 status collapsed
18297
18298 \begin_layout Plain Layout
18299 Comandos ! T ! 
18300 \backslash
18301 textcolor
18302 \end_layout
18303
18304 \end_inset
18305
18306  según el esquema
18307 \end_layout
18308
18309 \begin_layout Standard
18310
18311 \series bold
18312
18313 \backslash
18314 textcolor{color}{caracteres o ecuación}
18315 \end_layout
18316
18317 \begin_layout Standard
18318 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
18319 e en rojo:
18320 \end_layout
18321
18322 \begin_layout Standard
18323 \begin_inset ERT
18324 status collapsed
18325
18326 \begin_layout Plain Layout
18327
18328
18329 \backslash
18330 textcolor{verdeoscuro}{
18331 \end_layout
18332
18333 \end_inset
18334
18335
18336 \begin_inset Formula 
18337 \[
18338 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18339 \]
18340
18341 \end_inset
18342
18343
18344 \begin_inset ERT
18345 status collapsed
18346
18347 \begin_layout Plain Layout
18348
18349 }
18350 \end_layout
18351
18352 \end_inset
18353
18354
18355 \end_layout
18356
18357 \begin_layout Standard
18358 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
18359  a ecuaciones completas.
18360 \begin_inset Foot
18361 status collapsed
18362
18363 \begin_layout Plain Layout
18364 \begin_inset CommandInset href
18365 LatexCommand href
18366 name "LyX-bug #5269"
18367 target "http://www.lyx.org/trac/ticket/5269"
18368
18369 \end_inset
18370
18371
18372 \end_layout
18373
18374 \end_inset
18375
18376
18377 \end_layout
18378
18379 \begin_layout Subsection
18380 Tamaños de tipografías
18381 \begin_inset CommandInset label
18382 LatexCommand label
18383 name "sub:Tamaños-de-tipografías"
18384
18385 \end_inset
18386
18387
18388 \begin_inset Index idx
18389 status collapsed
18390
18391 \begin_layout Plain Layout
18392 Tipografías ! tamaño
18393 \end_layout
18394
18395 \end_inset
18396
18397
18398 \end_layout
18399
18400 \begin_layout Standard
18401 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
18402  siguientes comandos de tamaño:
18403 \end_layout
18404
18405 \begin_layout Standard
18406
18407 \series bold
18408
18409 \backslash
18410 Huge
18411 \series default
18412
18413 \series bold
18414
18415 \backslash
18416 huge
18417 \series default
18418
18419 \series bold
18420
18421 \backslash
18422 LARGE
18423 \series default
18424
18425 \series bold
18426
18427 \backslash
18428 Large
18429 \series default
18430
18431 \series bold
18432
18433 \backslash
18434 large
18435 \series default
18436
18437 \series bold
18438
18439 \backslash
18440 normalsize
18441 \series default
18442
18443 \series bold
18444
18445 \backslash
18446 small
18447 \series default
18448 ,
18449 \begin_inset Newline newline
18450 \end_inset
18451
18452
18453 \series bold
18454
18455 \backslash
18456 footnotesize
18457 \series default
18458
18459 \series bold
18460
18461 \backslash
18462 scriptsize
18463 \series default
18464 , y 
18465 \series bold
18466
18467 \backslash
18468 tiny
18469 \end_layout
18470
18471 \begin_layout Standard
18472 El tamaño dado por los comandos depende del tamaño base de la tipografía
18473  en el documento, dado por el comando 
18474 \series bold
18475
18476 \backslash
18477 normalsize
18478 \series default
18479 .
18480  Los demás comandos producen tamaños menores o mayores que 
18481 \series bold
18482
18483 \backslash
18484 normalsize
18485 \series default
18486 .
18487  No obstante, puede que el tamaño de tipografía no exceda de cierto valor.
18488  Si, por ejemplo, la tipografía del documento es de 12
18489 \begin_inset space \thinspace{}
18490 \end_inset
18491
18492 pt, el comando 
18493 \series bold
18494
18495 \backslash
18496 Huge
18497 \series default
18498  da el mismo tamaño que 
18499 \series bold
18500
18501 \backslash
18502 huge
18503 \series default
18504 .
18505 \end_layout
18506
18507 \begin_layout Standard
18508 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
18509  a todas las ecuaciones y texto siguientes.
18510  Para volver al tamaño anterior hay que insertar el comando 
18511 \series bold
18512
18513 \backslash
18514 normalsize
18515 \series default
18516  en modo TeX detrás de la ecuación.
18517 \end_layout
18518
18519 \begin_layout Standard
18520 Dentro de una ecuación, el tamaño se puede cambiar usando los siguientes
18521  comandos de tamaño:
18522 \end_layout
18523
18524 \begin_layout Standard
18525 \noindent
18526 \align center
18527 \begin_inset Tabular
18528 <lyxtabular version="3" rows="5" columns="2">
18529 <features rotate="0" tabularvalignment="middle">
18530 <column alignment="center" valignment="top">
18531 <column alignment="center" valignment="top">
18532 <row>
18533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18534 \begin_inset Text
18535
18536 \begin_layout Plain Layout
18537 Comando
18538 \end_layout
18539
18540 \end_inset
18541 </cell>
18542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18543 \begin_inset Text
18544
18545 \begin_layout Plain Layout
18546 Resultado
18547 \begin_inset Note Note
18548 status collapsed
18549
18550 \begin_layout Plain Layout
18551
18552 \series bold
18553
18554 \backslash
18555 raisebox
18556 \series default
18557  se usa sólo como espaciador
18558 \end_layout
18559
18560 \end_inset
18561
18562
18563 \end_layout
18564
18565 \end_inset
18566 </cell>
18567 </row>
18568 <row>
18569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18570 \begin_inset Text
18571
18572 \begin_layout Plain Layout
18573
18574 \backslash
18575 displaystyle
18576 \begin_inset Index idx
18577 status collapsed
18578
18579 \begin_layout Plain Layout
18580 Comandos ! D ! 
18581 \backslash
18582 displaystyle
18583 \end_layout
18584
18585 \end_inset
18586
18587
18588 \end_layout
18589
18590 \end_inset
18591 </cell>
18592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18593 \begin_inset Text
18594
18595 \begin_layout Plain Layout
18596 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18597 \end_inset
18598
18599
18600 \end_layout
18601
18602 \end_inset
18603 </cell>
18604 </row>
18605 <row>
18606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18607 \begin_inset Text
18608
18609 \begin_layout Plain Layout
18610
18611 \backslash
18612 textstyle
18613 \end_layout
18614
18615 \end_inset
18616 </cell>
18617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18618 \begin_inset Text
18619
18620 \begin_layout Plain Layout
18621 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18622 \end_inset
18623
18624
18625 \end_layout
18626
18627 \end_inset
18628 </cell>
18629 </row>
18630 <row>
18631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18632 \begin_inset Text
18633
18634 \begin_layout Plain Layout
18635
18636 \backslash
18637 scriptstyle
18638 \end_layout
18639
18640 \end_inset
18641 </cell>
18642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18643 \begin_inset Text
18644
18645 \begin_layout Plain Layout
18646 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18647 \end_inset
18648
18649
18650 \end_layout
18651
18652 \end_inset
18653 </cell>
18654 </row>
18655 <row>
18656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18657 \begin_inset Text
18658
18659 \begin_layout Plain Layout
18660
18661 \backslash
18662 scriptscriptstyle
18663 \end_layout
18664
18665 \end_inset
18666 </cell>
18667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18668 \begin_inset Text
18669
18670 \begin_layout Plain Layout
18671 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18672 \end_inset
18673
18674
18675 \end_layout
18676
18677 \end_inset
18678 </cell>
18679 </row>
18680 </lyxtabular>
18681
18682 \end_inset
18683
18684
18685 \end_layout
18686
18687 \begin_layout Standard
18688 Después de introducir estos comandos, aparece un marco azul en el que se
18689  insertan las partes de la fórmula.
18690 \end_layout
18691
18692 \begin_layout Standard
18693 Hay un método más para cambiar el tamaño de tipografía, aunque solo funciona
18694  para símbolos o letras en texto matemático.
18695  Para usarlo se inserta en texto matemático uno de los comandos de tamaño
18696  de texto anteriores.
18697  Todos los caracteres siguientes, hasta el final del texto matemático o
18698  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
18699  Dos ejemplos:
18700 \begin_inset VSpace -2mm
18701 \end_inset
18702
18703
18704 \end_layout
18705
18706 \begin_layout Standard
18707 \begin_inset ERT
18708 status collapsed
18709
18710 \begin_layout Plain Layout
18711
18712
18713 \backslash
18714 huge
18715 \end_layout
18716
18717 \end_inset
18718
18719
18720 \begin_inset Formula 
18721 \[
18722 A=\frac{B}{c}\cdot\maltese
18723 \]
18724
18725 \end_inset
18726
18727
18728 \begin_inset Formula 
18729 \[
18730 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18731 \]
18732
18733 \end_inset
18734
18735
18736 \end_layout
18737
18738 \begin_layout Standard
18739 \begin_inset ERT
18740 status collapsed
18741
18742 \begin_layout Plain Layout
18743
18744
18745 \backslash
18746 normalsize
18747 \end_layout
18748
18749 \end_inset
18750
18751
18752 \begin_inset VSpace medskip
18753 \end_inset
18754
18755
18756 \end_layout
18757
18758 \begin_layout Standard
18759 Antes de las ecuaciones se ha insertado el comando 
18760 \series bold
18761
18762 \backslash
18763 huge
18764 \series default
18765 .
18766  Para la segunda ecuación el comando es:
18767 \begin_inset Newline newline
18768 \end_inset
18769
18770
18771 \series bold
18772
18773 \backslash
18774 maltese
18775 \begin_inset space \textvisiblespace{}
18776 \end_inset
18777
18778 A Alt+M M 
18779 \backslash
18780 Large
18781 \begin_inset space \textvisiblespace{}
18782 \end_inset
18783
18784
18785 \backslash
18786 maltese
18787 \begin_inset space \textvisiblespace{}
18788 \end_inset
18789
18790
18791 \backslash
18792 textit
18793 \begin_inset space \textvisiblespace{}
18794 \end_inset
18795
18796 A
18797 \begin_inset Formula $\to$
18798 \end_inset
18799
18800
18801 \begin_inset Formula $\to$
18802 \end_inset
18803
18804
18805 \begin_inset Newline newline
18806 \end_inset
18807
18808
18809 \begin_inset space \hspace*{}
18810 \length 1cm
18811 \end_inset
18812
18813 Alt+M M 
18814 \backslash
18815 tiny
18816 \begin_inset space \textvisiblespace{}
18817 \end_inset
18818
18819
18820 \backslash
18821 maltese
18822 \begin_inset space \textvisiblespace{}
18823 \end_inset
18824
18825
18826 \backslash
18827 textit
18828 \begin_inset space \textvisiblespace{}
18829 \end_inset
18830
18831 A
18832 \end_layout
18833
18834 \begin_layout Standard
18835 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
18836  el tamaño por omisión.
18837 \end_layout
18838
18839 \begin_layout Section
18840 Letras griegas
18841 \begin_inset Index idx
18842 status collapsed
18843
18844 \begin_layout Plain Layout
18845 Letras griegas
18846 \end_layout
18847
18848 \end_inset
18849
18850
18851 \end_layout
18852
18853 \begin_layout Standard
18854 Las letras griegas se pueden insertar además mediante el botón 
18855 \begin_inset Graphics
18856         filename ../../images/math/alpha.png
18857         scale 85
18858
18859 \end_inset
18860
18861  de la barra de ecuaciones.
18862  Las normas internacionales de tipografía proponen que las letras griegas
18863  en ecuaciones deben escribirse en cursiva/inclinada.
18864  No obstante, en algunos idiomas, como francés o ruso, a veces se escriben
18865  en redonda.
18866  Para las normas en español, véase
18867 \begin_inset space ~
18868 \end_inset
18869
18870
18871 \begin_inset CommandInset citation
18872 LatexCommand cite
18873 key "Bezos"
18874
18875 \end_inset
18876
18877 .
18878 \end_layout
18879
18880 \begin_layout Subsection
18881 Minúsculas
18882 \begin_inset Index idx
18883 status collapsed
18884
18885 \begin_layout Plain Layout
18886 Letras griegas ! minúsculas
18887 \end_layout
18888
18889 \end_inset
18890
18891
18892 \end_layout
18893
18894 \begin_layout Standard
18895 \begin_inset space \hfill{}
18896 \end_inset
18897
18898
18899 \begin_inset Tabular
18900 <lyxtabular version="3" rows="11" columns="2">
18901 <features rotate="0" tabularvalignment="middle">
18902 <column alignment="center" valignment="top" width="0pt">
18903 <column alignment="center" valignment="top" width="0pt">
18904 <row>
18905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18906 \begin_inset Text
18907
18908 \begin_layout Plain Layout
18909 Comando
18910 \end_layout
18911
18912 \end_inset
18913 </cell>
18914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18915 \begin_inset Text
18916
18917 \begin_layout Plain Layout
18918 Símbolo
18919 \end_layout
18920
18921 \end_inset
18922 </cell>
18923 </row>
18924 <row>
18925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18926 \begin_inset Text
18927
18928 \begin_layout Plain Layout
18929
18930 \backslash
18931 alpha
18932 \end_layout
18933
18934 \end_inset
18935 </cell>
18936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18937 \begin_inset Text
18938
18939 \begin_layout Plain Layout
18940 \begin_inset Formula $\alpha$
18941 \end_inset
18942
18943
18944 \end_layout
18945
18946 \end_inset
18947 </cell>
18948 </row>
18949 <row>
18950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18951 \begin_inset Text
18952
18953 \begin_layout Plain Layout
18954
18955 \backslash
18956 beta
18957 \end_layout
18958
18959 \end_inset
18960 </cell>
18961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18962 \begin_inset Text
18963
18964 \begin_layout Plain Layout
18965 \begin_inset Formula $\beta$
18966 \end_inset
18967
18968
18969 \end_layout
18970
18971 \end_inset
18972 </cell>
18973 </row>
18974 <row>
18975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18976 \begin_inset Text
18977
18978 \begin_layout Plain Layout
18979
18980 \backslash
18981 gamma
18982 \end_layout
18983
18984 \end_inset
18985 </cell>
18986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18987 \begin_inset Text
18988
18989 \begin_layout Plain Layout
18990 \begin_inset Formula $\gamma$
18991 \end_inset
18992
18993
18994 \end_layout
18995
18996 \end_inset
18997 </cell>
18998 </row>
18999 <row>
19000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19001 \begin_inset Text
19002
19003 \begin_layout Plain Layout
19004
19005 \backslash
19006 delta
19007 \end_layout
19008
19009 \end_inset
19010 </cell>
19011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19012 \begin_inset Text
19013
19014 \begin_layout Plain Layout
19015 \begin_inset Formula $\delta$
19016 \end_inset
19017
19018
19019 \end_layout
19020
19021 \end_inset
19022 </cell>
19023 </row>
19024 <row>
19025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19026 \begin_inset Text
19027
19028 \begin_layout Plain Layout
19029
19030 \backslash
19031 epsilon
19032 \end_layout
19033
19034 \end_inset
19035 </cell>
19036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19037 \begin_inset Text
19038
19039 \begin_layout Plain Layout
19040 \begin_inset Formula $\epsilon$
19041 \end_inset
19042
19043
19044 \end_layout
19045
19046 \end_inset
19047 </cell>
19048 </row>
19049 <row>
19050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19051 \begin_inset Text
19052
19053 \begin_layout Plain Layout
19054
19055 \backslash
19056 varepsilon
19057 \end_layout
19058
19059 \end_inset
19060 </cell>
19061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19062 \begin_inset Text
19063
19064 \begin_layout Plain Layout
19065 \begin_inset Formula $\varepsilon$
19066 \end_inset
19067
19068
19069 \end_layout
19070
19071 \end_inset
19072 </cell>
19073 </row>
19074 <row>
19075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19076 \begin_inset Text
19077
19078 \begin_layout Plain Layout
19079
19080 \backslash
19081 zeta
19082 \end_layout
19083
19084 \end_inset
19085 </cell>
19086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19087 \begin_inset Text
19088
19089 \begin_layout Plain Layout
19090 \begin_inset Formula $\zeta$
19091 \end_inset
19092
19093
19094 \end_layout
19095
19096 \end_inset
19097 </cell>
19098 </row>
19099 <row>
19100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19101 \begin_inset Text
19102
19103 \begin_layout Plain Layout
19104
19105 \backslash
19106 eta
19107 \end_layout
19108
19109 \end_inset
19110 </cell>
19111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19112 \begin_inset Text
19113
19114 \begin_layout Plain Layout
19115 \begin_inset Formula $\eta$
19116 \end_inset
19117
19118
19119 \end_layout
19120
19121 \end_inset
19122 </cell>
19123 </row>
19124 <row>
19125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19126 \begin_inset Text
19127
19128 \begin_layout Plain Layout
19129
19130 \backslash
19131 theta
19132 \end_layout
19133
19134 \end_inset
19135 </cell>
19136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19137 \begin_inset Text
19138
19139 \begin_layout Plain Layout
19140 \begin_inset Formula $\theta$
19141 \end_inset
19142
19143
19144 \end_layout
19145
19146 \end_inset
19147 </cell>
19148 </row>
19149 <row>
19150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19151 \begin_inset Text
19152
19153 \begin_layout Plain Layout
19154
19155 \backslash
19156 vartheta
19157 \end_layout
19158
19159 \end_inset
19160 </cell>
19161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19162 \begin_inset Text
19163
19164 \begin_layout Plain Layout
19165 \begin_inset Formula $\vartheta$
19166 \end_inset
19167
19168
19169 \end_layout
19170
19171 \end_inset
19172 </cell>
19173 </row>
19174 </lyxtabular>
19175
19176 \end_inset
19177
19178
19179 \begin_inset space \hfill{}
19180 \end_inset
19181
19182
19183 \begin_inset Tabular
19184 <lyxtabular version="3" rows="12" columns="2">
19185 <features rotate="0" tabularvalignment="middle">
19186 <column alignment="center" valignment="top" width="0pt">
19187 <column alignment="center" valignment="top" width="0pt">
19188 <row>
19189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19190 \begin_inset Text
19191
19192 \begin_layout Plain Layout
19193 Comando
19194 \end_layout
19195
19196 \end_inset
19197 </cell>
19198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19199 \begin_inset Text
19200
19201 \begin_layout Plain Layout
19202 Símbolo
19203 \end_layout
19204
19205 \end_inset
19206 </cell>
19207 </row>
19208 <row>
19209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19210 \begin_inset Text
19211
19212 \begin_layout Plain Layout
19213
19214 \backslash
19215 iota
19216 \end_layout
19217
19218 \end_inset
19219 </cell>
19220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19221 \begin_inset Text
19222
19223 \begin_layout Plain Layout
19224 \begin_inset Formula $\iota$
19225 \end_inset
19226
19227
19228 \end_layout
19229
19230 \end_inset
19231 </cell>
19232 </row>
19233 <row>
19234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19235 \begin_inset Text
19236
19237 \begin_layout Plain Layout
19238
19239 \backslash
19240 kappa
19241 \end_layout
19242
19243 \end_inset
19244 </cell>
19245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19246 \begin_inset Text
19247
19248 \begin_layout Plain Layout
19249 \begin_inset Formula $\kappa$
19250 \end_inset
19251
19252
19253 \end_layout
19254
19255 \end_inset
19256 </cell>
19257 </row>
19258 <row>
19259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19260 \begin_inset Text
19261
19262 \begin_layout Plain Layout
19263
19264 \backslash
19265 varkappa
19266 \end_layout
19267
19268 \end_inset
19269 </cell>
19270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19271 \begin_inset Text
19272
19273 \begin_layout Plain Layout
19274 \begin_inset Formula $\varkappa$
19275 \end_inset
19276
19277
19278 \end_layout
19279
19280 \end_inset
19281 </cell>
19282 </row>
19283 <row>
19284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19285 \begin_inset Text
19286
19287 \begin_layout Plain Layout
19288
19289 \backslash
19290 lambda
19291 \end_layout
19292
19293 \end_inset
19294 </cell>
19295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19296 \begin_inset Text
19297
19298 \begin_layout Plain Layout
19299 \begin_inset Formula $\lambda$
19300 \end_inset
19301
19302
19303 \end_layout
19304
19305 \end_inset
19306 </cell>
19307 </row>
19308 <row>
19309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19310 \begin_inset Text
19311
19312 \begin_layout Plain Layout
19313
19314 \backslash
19315 mu
19316 \end_layout
19317
19318 \end_inset
19319 </cell>
19320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19321 \begin_inset Text
19322
19323 \begin_layout Plain Layout
19324 \begin_inset Formula $\mu$
19325 \end_inset
19326
19327
19328 \end_layout
19329
19330 \end_inset
19331 </cell>
19332 </row>
19333 <row>
19334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19335 \begin_inset Text
19336
19337 \begin_layout Plain Layout
19338
19339 \backslash
19340 nu
19341 \end_layout
19342
19343 \end_inset
19344 </cell>
19345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19346 \begin_inset Text
19347
19348 \begin_layout Plain Layout
19349 \begin_inset Formula $\nu$
19350 \end_inset
19351
19352
19353 \end_layout
19354
19355 \end_inset
19356 </cell>
19357 </row>
19358 <row>
19359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19360 \begin_inset Text
19361
19362 \begin_layout Plain Layout
19363
19364 \backslash
19365 xi
19366 \end_layout
19367
19368 \end_inset
19369 </cell>
19370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19371 \begin_inset Text
19372
19373 \begin_layout Plain Layout
19374 \begin_inset Formula $\xi$
19375 \end_inset
19376
19377
19378 \end_layout
19379
19380 \end_inset
19381 </cell>
19382 </row>
19383 <row>
19384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19385 \begin_inset Text
19386
19387 \begin_layout Plain Layout
19388 o
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout Plain Layout
19397 \begin_inset Formula $o$
19398 \end_inset
19399
19400
19401 \end_layout
19402
19403 \end_inset
19404 </cell>
19405 </row>
19406 <row>
19407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19408 \begin_inset Text
19409
19410 \begin_layout Plain Layout
19411
19412 \backslash
19413 pi
19414 \end_layout
19415
19416 \end_inset
19417 </cell>
19418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19419 \begin_inset Text
19420
19421 \begin_layout Plain Layout
19422 \begin_inset Formula $\pi$
19423 \end_inset
19424
19425
19426 \end_layout
19427
19428 \end_inset
19429 </cell>
19430 </row>
19431 <row>
19432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19433 \begin_inset Text
19434
19435 \begin_layout Plain Layout
19436
19437 \backslash
19438 varpi
19439 \end_layout
19440
19441 \end_inset
19442 </cell>
19443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19444 \begin_inset Text
19445
19446 \begin_layout Plain Layout
19447 \begin_inset Formula $\varpi$
19448 \end_inset
19449
19450
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 </row>
19456 <row>
19457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19458 \begin_inset Text
19459
19460 \begin_layout Plain Layout
19461
19462 \backslash
19463 rho
19464 \end_layout
19465
19466 \end_inset
19467 </cell>
19468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19469 \begin_inset Text
19470
19471 \begin_layout Plain Layout
19472 \begin_inset Formula $\rho$
19473 \end_inset
19474
19475
19476 \end_layout
19477
19478 \end_inset
19479 </cell>
19480 </row>
19481 </lyxtabular>
19482
19483 \end_inset
19484
19485
19486 \begin_inset space \hfill{}
19487 \end_inset
19488
19489
19490 \begin_inset Tabular
19491 <lyxtabular version="3" rows="11" columns="2">
19492 <features rotate="0" tabularvalignment="middle">
19493 <column alignment="center" valignment="top" width="0pt">
19494 <column alignment="center" valignment="top" width="0pt">
19495 <row>
19496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19497 \begin_inset Text
19498
19499 \begin_layout Plain Layout
19500 Comando
19501 \end_layout
19502
19503 \end_inset
19504 </cell>
19505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19506 \begin_inset Text
19507
19508 \begin_layout Plain Layout
19509 Símbolo
19510 \end_layout
19511
19512 \end_inset
19513 </cell>
19514 </row>
19515 <row>
19516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19517 \begin_inset Text
19518
19519 \begin_layout Plain Layout
19520
19521 \backslash
19522 varrho
19523 \end_layout
19524
19525 \end_inset
19526 </cell>
19527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19528 \begin_inset Text
19529
19530 \begin_layout Plain Layout
19531 \begin_inset Formula $\varrho$
19532 \end_inset
19533
19534
19535 \end_layout
19536
19537 \end_inset
19538 </cell>
19539 </row>
19540 <row>
19541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19542 \begin_inset Text
19543
19544 \begin_layout Plain Layout
19545
19546 \backslash
19547 sigma
19548 \end_layout
19549
19550 \end_inset
19551 </cell>
19552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19553 \begin_inset Text
19554
19555 \begin_layout Plain Layout
19556 \begin_inset Formula $\sigma$
19557 \end_inset
19558
19559
19560 \end_layout
19561
19562 \end_inset
19563 </cell>
19564 </row>
19565 <row>
19566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19567 \begin_inset Text
19568
19569 \begin_layout Plain Layout
19570
19571 \backslash
19572 varsigma
19573 \end_layout
19574
19575 \end_inset
19576 </cell>
19577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19578 \begin_inset Text
19579
19580 \begin_layout Plain Layout
19581 \begin_inset Formula $\varsigma$
19582 \end_inset
19583
19584
19585 \end_layout
19586
19587 \end_inset
19588 </cell>
19589 </row>
19590 <row>
19591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19592 \begin_inset Text
19593
19594 \begin_layout Plain Layout
19595
19596 \backslash
19597 tau
19598 \end_layout
19599
19600 \end_inset
19601 </cell>
19602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19603 \begin_inset Text
19604
19605 \begin_layout Plain Layout
19606 \begin_inset Formula $\tau$
19607 \end_inset
19608
19609
19610 \end_layout
19611
19612 \end_inset
19613 </cell>
19614 </row>
19615 <row>
19616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19617 \begin_inset Text
19618
19619 \begin_layout Plain Layout
19620
19621 \backslash
19622 upsilon
19623 \end_layout
19624
19625 \end_inset
19626 </cell>
19627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19628 \begin_inset Text
19629
19630 \begin_layout Plain Layout
19631 \begin_inset Formula $\upsilon$
19632 \end_inset
19633
19634
19635 \end_layout
19636
19637 \end_inset
19638 </cell>
19639 </row>
19640 <row>
19641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19642 \begin_inset Text
19643
19644 \begin_layout Plain Layout
19645
19646 \backslash
19647 phi
19648 \end_layout
19649
19650 \end_inset
19651 </cell>
19652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19653 \begin_inset Text
19654
19655 \begin_layout Plain Layout
19656 \begin_inset Formula $\phi$
19657 \end_inset
19658
19659
19660 \end_layout
19661
19662 \end_inset
19663 </cell>
19664 </row>
19665 <row>
19666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19667 \begin_inset Text
19668
19669 \begin_layout Plain Layout
19670
19671 \backslash
19672 varphi
19673 \end_layout
19674
19675 \end_inset
19676 </cell>
19677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19678 \begin_inset Text
19679
19680 \begin_layout Plain Layout
19681 \begin_inset Formula $\varphi$
19682 \end_inset
19683
19684
19685 \end_layout
19686
19687 \end_inset
19688 </cell>
19689 </row>
19690 <row>
19691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19692 \begin_inset Text
19693
19694 \begin_layout Plain Layout
19695
19696 \backslash
19697 chi
19698 \end_layout
19699
19700 \end_inset
19701 </cell>
19702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19703 \begin_inset Text
19704
19705 \begin_layout Plain Layout
19706 \begin_inset Formula $\chi$
19707 \end_inset
19708
19709
19710 \end_layout
19711
19712 \end_inset
19713 </cell>
19714 </row>
19715 <row>
19716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19717 \begin_inset Text
19718
19719 \begin_layout Plain Layout
19720
19721 \backslash
19722 psi
19723 \end_layout
19724
19725 \end_inset
19726 </cell>
19727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19728 \begin_inset Text
19729
19730 \begin_layout Plain Layout
19731 \begin_inset Formula $\psi$
19732 \end_inset
19733
19734
19735 \end_layout
19736
19737 \end_inset
19738 </cell>
19739 </row>
19740 <row>
19741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19742 \begin_inset Text
19743
19744 \begin_layout Plain Layout
19745
19746 \backslash
19747 omega
19748 \end_layout
19749
19750 \end_inset
19751 </cell>
19752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19753 \begin_inset Text
19754
19755 \begin_layout Plain Layout
19756 \begin_inset Formula $\omega$
19757 \end_inset
19758
19759
19760 \end_layout
19761
19762 \end_inset
19763 </cell>
19764 </row>
19765 </lyxtabular>
19766
19767 \end_inset
19768
19769
19770 \begin_inset space \hfill{}
19771 \end_inset
19772
19773
19774 \end_layout
19775
19776 \begin_layout Standard
19777 \begin_inset VSpace medskip
19778 \end_inset
19779
19780
19781 \end_layout
19782
19783 \begin_layout Standard
19784 Cómo escribir letras griegas especiales en redonda se explica en 
19785 \begin_inset CommandInset ref
19786 LatexCommand ref
19787 reference "sub:Griegas-en-redonda"
19788
19789 \end_inset
19790
19791 .
19792 \end_layout
19793
19794 \begin_layout Subsection
19795 Mayúsculas
19796 \begin_inset Index idx
19797 status collapsed
19798
19799 \begin_layout Plain Layout
19800 Letras griegas ! mayúsculas
19801 \end_layout
19802
19803 \end_inset
19804
19805
19806 \end_layout
19807
19808 \begin_layout Standard
19809 \begin_inset space \hfill{}
19810 \end_inset
19811
19812
19813 \begin_inset Tabular
19814 <lyxtabular version="3" rows="7" columns="2">
19815 <features rotate="0" tabularvalignment="middle">
19816 <column alignment="center" valignment="top" width="0pt">
19817 <column alignment="center" valignment="top" width="0pt">
19818 <row>
19819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19820 \begin_inset Text
19821
19822 \begin_layout Plain Layout
19823 Comando
19824 \end_layout
19825
19826 \end_inset
19827 </cell>
19828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19829 \begin_inset Text
19830
19831 \begin_layout Plain Layout
19832 Símbolo
19833 \end_layout
19834
19835 \end_inset
19836 </cell>
19837 </row>
19838 <row>
19839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19840 \begin_inset Text
19841
19842 \begin_layout Plain Layout
19843
19844 \backslash
19845 Gamma
19846 \end_layout
19847
19848 \end_inset
19849 </cell>
19850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19851 \begin_inset Text
19852
19853 \begin_layout Plain Layout
19854 \begin_inset Formula $\Gamma$
19855 \end_inset
19856
19857
19858 \end_layout
19859
19860 \end_inset
19861 </cell>
19862 </row>
19863 <row>
19864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19865 \begin_inset Text
19866
19867 \begin_layout Plain Layout
19868
19869 \backslash
19870 Delta
19871 \end_layout
19872
19873 \end_inset
19874 </cell>
19875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19876 \begin_inset Text
19877
19878 \begin_layout Plain Layout
19879 \begin_inset Formula $\Delta$
19880 \end_inset
19881
19882
19883 \end_layout
19884
19885 \end_inset
19886 </cell>
19887 </row>
19888 <row>
19889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19890 \begin_inset Text
19891
19892 \begin_layout Plain Layout
19893
19894 \backslash
19895 Theta
19896 \end_layout
19897
19898 \end_inset
19899 </cell>
19900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19901 \begin_inset Text
19902
19903 \begin_layout Plain Layout
19904 \begin_inset Formula $\Theta$
19905 \end_inset
19906
19907
19908 \end_layout
19909
19910 \end_inset
19911 </cell>
19912 </row>
19913 <row>
19914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19915 \begin_inset Text
19916
19917 \begin_layout Plain Layout
19918
19919 \backslash
19920 Lambda
19921 \end_layout
19922
19923 \end_inset
19924 </cell>
19925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19926 \begin_inset Text
19927
19928 \begin_layout Plain Layout
19929 \begin_inset Formula $\Lambda$
19930 \end_inset
19931
19932
19933 \end_layout
19934
19935 \end_inset
19936 </cell>
19937 </row>
19938 <row>
19939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19940 \begin_inset Text
19941
19942 \begin_layout Plain Layout
19943
19944 \backslash
19945 Xi
19946 \end_layout
19947
19948 \end_inset
19949 </cell>
19950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19951 \begin_inset Text
19952
19953 \begin_layout Plain Layout
19954 \begin_inset Formula $\Xi$
19955 \end_inset
19956
19957
19958 \end_layout
19959
19960 \end_inset
19961 </cell>
19962 </row>
19963 <row>
19964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19965 \begin_inset Text
19966
19967 \begin_layout Plain Layout
19968
19969 \backslash
19970 Pi
19971 \end_layout
19972
19973 \end_inset
19974 </cell>
19975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19976 \begin_inset Text
19977
19978 \begin_layout Plain Layout
19979 \begin_inset Formula $\Pi$
19980 \end_inset
19981
19982
19983 \end_layout
19984
19985 \end_inset
19986 </cell>
19987 </row>
19988 </lyxtabular>
19989
19990 \end_inset
19991
19992
19993 \begin_inset space \hfill{}
19994 \end_inset
19995
19996
19997 \begin_inset Tabular
19998 <lyxtabular version="3" rows="6" columns="2">
19999 <features rotate="0" tabularvalignment="middle">
20000 <column alignment="center" valignment="top" width="0pt">
20001 <column alignment="center" valignment="top" width="0pt">
20002 <row>
20003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20004 \begin_inset Text
20005
20006 \begin_layout Plain Layout
20007 Comando
20008 \end_layout
20009
20010 \end_inset
20011 </cell>
20012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20013 \begin_inset Text
20014
20015 \begin_layout Plain Layout
20016 Símbolo
20017 \end_layout
20018
20019 \end_inset
20020 </cell>
20021 </row>
20022 <row>
20023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20024 \begin_inset Text
20025
20026 \begin_layout Plain Layout
20027
20028 \backslash
20029 Sigma
20030 \end_layout
20031
20032 \end_inset
20033 </cell>
20034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20035 \begin_inset Text
20036
20037 \begin_layout Plain Layout
20038 \begin_inset Formula $\Sigma$
20039 \end_inset
20040
20041
20042 \end_layout
20043
20044 \end_inset
20045 </cell>
20046 </row>
20047 <row>
20048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20049 \begin_inset Text
20050
20051 \begin_layout Plain Layout
20052
20053 \backslash
20054 Upsilon
20055 \end_layout
20056
20057 \end_inset
20058 </cell>
20059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063 \begin_inset Formula $\Upsilon$
20064 \end_inset
20065
20066
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 </row>
20072 <row>
20073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20074 \begin_inset Text
20075
20076 \begin_layout Plain Layout
20077
20078 \backslash
20079 Phi
20080 \end_layout
20081
20082 \end_inset
20083 </cell>
20084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20085 \begin_inset Text
20086
20087 \begin_layout Plain Layout
20088 \begin_inset Formula $\Phi$
20089 \end_inset
20090
20091
20092 \end_layout
20093
20094 \end_inset
20095 </cell>
20096 </row>
20097 <row>
20098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20099 \begin_inset Text
20100
20101 \begin_layout Plain Layout
20102
20103 \backslash
20104 Psi
20105 \end_layout
20106
20107 \end_inset
20108 </cell>
20109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20110 \begin_inset Text
20111
20112 \begin_layout Plain Layout
20113 \begin_inset Formula $\Psi$
20114 \end_inset
20115
20116
20117 \end_layout
20118
20119 \end_inset
20120 </cell>
20121 </row>
20122 <row>
20123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20124 \begin_inset Text
20125
20126 \begin_layout Plain Layout
20127
20128 \backslash
20129 Omega
20130 \end_layout
20131
20132 \end_inset
20133 </cell>
20134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20135 \begin_inset Text
20136
20137 \begin_layout Plain Layout
20138 \begin_inset Formula $\Omega$
20139 \end_inset
20140
20141
20142 \end_layout
20143
20144 \end_inset
20145 </cell>
20146 </row>
20147 </lyxtabular>
20148
20149 \end_inset
20150
20151
20152 \begin_inset space \hfill{}
20153 \end_inset
20154
20155
20156 \end_layout
20157
20158 \begin_layout Standard
20159 \begin_inset VSpace medskip
20160 \end_inset
20161
20162
20163 \end_layout
20164
20165 \begin_layout Standard
20166 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
20167  cuando se desarrolló TeX.
20168  Para obtener mayúsculas en cursiva, inicia cada comando con 
20169 \series bold
20170 var
20171 \series default
20172 .
20173  Por ejemplo, el comando 
20174 \series bold
20175
20176 \backslash
20177 varGamma
20178 \series default
20179  genera 
20180 \begin_inset Formula $\varGamma$
20181 \end_inset
20182
20183 .
20184  Otra forma es cargar el paquete 
20185 \series bold
20186 fixmath
20187 \series default
20188
20189 \begin_inset Foot
20190 status collapsed
20191
20192 \begin_layout Plain Layout
20193
20194 \series bold
20195 fixmath
20196 \series default
20197  forma parte del paquete LaTeX 
20198 \series bold
20199 was
20200 \series default
20201
20202 \begin_inset Index idx
20203 status collapsed
20204
20205 \begin_layout Plain Layout
20206 Paquetes ! was
20207 \begin_inset ERT
20208 status collapsed
20209
20210 \begin_layout Plain Layout
20211
20212
20213 \backslash
20214 vspace{4mm}
20215 \end_layout
20216
20217 \end_inset
20218
20219
20220 \end_layout
20221
20222 \end_inset
20223
20224 .
20225 \end_layout
20226
20227 \end_inset
20228
20229
20230 \begin_inset Index idx
20231 status collapsed
20232
20233 \begin_layout Plain Layout
20234 Paquetes ! fixmath
20235 \end_layout
20236
20237 \end_inset
20238
20239  con la línea siguiente en el preámbulo LaTeX
20240 \end_layout
20241
20242 \begin_layout Standard
20243
20244 \series bold
20245
20246 \backslash
20247 usepackage{fixmath}
20248 \end_layout
20249
20250 \begin_layout Standard
20251 Entonces, todas las mayúsculas griegas en el documento se imprimirán automáticam
20252 ente en cursiva.
20253 \end_layout
20254
20255 \begin_layout Subsection
20256 Letras en negrita
20257 \begin_inset Index idx
20258 status collapsed
20259
20260 \begin_layout Plain Layout
20261 Letras griegas ! en negrita
20262 \end_layout
20263
20264 \end_inset
20265
20266
20267 \end_layout
20268
20269 \begin_layout Standard
20270 Las letras griegas no admiten diferentes estilos de letra como las latinas.
20271  Sólo se pueden poner en negrita con el comando 
20272 \series bold
20273
20274 \backslash
20275 boldsymbol
20276 \series default
20277
20278 \begin_inset Index idx
20279 status collapsed
20280
20281 \begin_layout Plain Layout
20282 Comandos ! B ! 
20283 \backslash
20284 boldsymbol
20285 \end_layout
20286
20287 \end_inset
20288
20289 .
20290 \end_layout
20291
20292 \begin_layout Standard
20293 \align center
20294 \begin_inset Tabular
20295 <lyxtabular version="3" rows="3" columns="2">
20296 <features rotate="0" tabularvalignment="middle">
20297 <column alignment="center" valignment="top">
20298 <column alignment="center" valignment="top">
20299 <row>
20300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20301 \begin_inset Text
20302
20303 \begin_layout Plain Layout
20304 Comando
20305 \end_layout
20306
20307 \end_inset
20308 </cell>
20309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20310 \begin_inset Text
20311
20312 \begin_layout Plain Layout
20313 Símbolo
20314 \end_layout
20315
20316 \end_inset
20317 </cell>
20318 </row>
20319 <row>
20320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20321 \begin_inset Text
20322
20323 \begin_layout Plain Layout
20324
20325 \backslash
20326 Upsilon
20327 \backslash
20328 boldsymbol
20329 \backslash
20330 Upsilon
20331 \end_layout
20332
20333 \end_inset
20334 </cell>
20335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20336 \begin_inset Text
20337
20338 \begin_layout Plain Layout
20339 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20340 \end_inset
20341
20342
20343 \end_layout
20344
20345 \end_inset
20346 </cell>
20347 </row>
20348 <row>
20349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20350 \begin_inset Text
20351
20352 \begin_layout Plain Layout
20353
20354 \backslash
20355 theta
20356 \backslash
20357 boldsymbol
20358 \backslash
20359 theta
20360 \end_layout
20361
20362 \end_inset
20363 </cell>
20364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20365 \begin_inset Text
20366
20367 \begin_layout Plain Layout
20368 \begin_inset Formula $\theta\boldsymbol{\theta}$
20369 \end_inset
20370
20371
20372 \end_layout
20373
20374 \end_inset
20375 </cell>
20376 </row>
20377 </lyxtabular>
20378
20379 \end_inset
20380
20381
20382 \end_layout
20383
20384 \begin_layout Section
20385 Símbolos
20386 \begin_inset ERT
20387 status collapsed
20388
20389 \begin_layout Plain Layout
20390
20391
20392 \backslash
20393 texorpdfstring{
20394 \end_layout
20395
20396 \end_inset
20397
20398
20399 \begin_inset Foot
20400 status collapsed
20401
20402 \begin_layout Plain Layout
20403 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
20404  LaTeX en 
20405 \begin_inset CommandInset citation
20406 LatexCommand cite
20407 key "Symbols"
20408
20409 \end_inset
20410
20411 .
20412 \end_layout
20413
20414 \end_inset
20415
20416
20417 \begin_inset ERT
20418 status collapsed
20419
20420 \begin_layout Plain Layout
20421
20422 }{}
20423 \end_layout
20424
20425 \end_inset
20426
20427
20428 \begin_inset Note Note
20429 status collapsed
20430
20431 \begin_layout Plain Layout
20432
20433 \backslash
20434 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
20435  PDF.
20436 \end_layout
20437
20438 \begin_layout Plain Layout
20439 Más sobre 
20440 \backslash
20441 texorpdfstring en la sección 
20442 \begin_inset CommandInset ref
20443 LatexCommand ref
20444 reference "sub:Ecuaciones-en-encabezados"
20445
20446 \end_inset
20447
20448 .
20449 \end_layout
20450
20451 \end_inset
20452
20453
20454 \begin_inset Index idx
20455 status collapsed
20456
20457 \begin_layout Plain Layout
20458 Símbolos
20459 \end_layout
20460
20461 \end_inset
20462
20463
20464 \end_layout
20465
20466 \begin_layout Standard
20467 Muchos de los símbolos listados en esta sección se pueden insertar además
20468  mediante los botones 
20469 \begin_inset Graphics
20470         filename ../../images/math/nabla.png
20471         scale 85
20472
20473 \end_inset
20474
20475  y 
20476 \begin_inset Graphics
20477         filename ../../images/math/digamma.png
20478         scale 85
20479
20480 \end_inset
20481
20482  de la barra de ecuaciones.
20483 \end_layout
20484
20485 \begin_layout Subsection
20486 Símbolos matemáticos
20487 \begin_inset CommandInset label
20488 LatexCommand label
20489 name "sub:Símbolos-matemáticos"
20490
20491 \end_inset
20492
20493
20494 \begin_inset Index idx
20495 status collapsed
20496
20497 \begin_layout Plain Layout
20498 Símbolos ! matemáticos
20499 \end_layout
20500
20501 \end_inset
20502
20503
20504 \end_layout
20505
20506 \begin_layout Standard
20507 \begin_inset space \hfill{}
20508 \end_inset
20509
20510
20511 \begin_inset Tabular
20512 <lyxtabular version="3" rows="10" columns="2">
20513 <features rotate="0" tabularvalignment="middle">
20514 <column alignment="center" valignment="top" width="0pt">
20515 <column alignment="center" valignment="top" width="0pt">
20516 <row>
20517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20518 \begin_inset Text
20519
20520 \begin_layout Plain Layout
20521 Comando
20522 \end_layout
20523
20524 \end_inset
20525 </cell>
20526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20527 \begin_inset Text
20528
20529 \begin_layout Plain Layout
20530 Símbolo
20531 \end_layout
20532
20533 \end_inset
20534 </cell>
20535 </row>
20536 <row>
20537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20538 \begin_inset Text
20539
20540 \begin_layout Plain Layout
20541
20542 \backslash
20543 neg
20544 \end_layout
20545
20546 \end_inset
20547 </cell>
20548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20549 \begin_inset Text
20550
20551 \begin_layout Plain Layout
20552 \begin_inset Formula $\neg$
20553 \end_inset
20554
20555
20556 \end_layout
20557
20558 \end_inset
20559 </cell>
20560 </row>
20561 <row>
20562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20563 \begin_inset Text
20564
20565 \begin_layout Plain Layout
20566
20567 \backslash
20568 Im
20569 \end_layout
20570
20571 \end_inset
20572 </cell>
20573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20574 \begin_inset Text
20575
20576 \begin_layout Plain Layout
20577 \begin_inset Formula $\Im$
20578 \end_inset
20579
20580
20581 \end_layout
20582
20583 \end_inset
20584 </cell>
20585 </row>
20586 <row>
20587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20588 \begin_inset Text
20589
20590 \begin_layout Plain Layout
20591
20592 \backslash
20593 Re
20594 \end_layout
20595
20596 \end_inset
20597 </cell>
20598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20599 \begin_inset Text
20600
20601 \begin_layout Plain Layout
20602 \begin_inset Formula $\Re$
20603 \end_inset
20604
20605
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 aleph
20619 \end_layout
20620
20621 \end_inset
20622 </cell>
20623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20624 \begin_inset Text
20625
20626 \begin_layout Plain Layout
20627 \begin_inset Formula $\aleph$
20628 \end_inset
20629
20630
20631 \end_layout
20632
20633 \end_inset
20634 </cell>
20635 </row>
20636 <row>
20637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20638 \begin_inset Text
20639
20640 \begin_layout Plain Layout
20641
20642 \backslash
20643 partial
20644 \end_layout
20645
20646 \end_inset
20647 </cell>
20648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20649 \begin_inset Text
20650
20651 \begin_layout Plain Layout
20652 \begin_inset Formula $\partial$
20653 \end_inset
20654
20655
20656 \end_layout
20657
20658 \end_inset
20659 </cell>
20660 </row>
20661 <row>
20662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20663 \begin_inset Text
20664
20665 \begin_layout Plain Layout
20666
20667 \backslash
20668 infty
20669 \end_layout
20670
20671 \end_inset
20672 </cell>
20673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20674 \begin_inset Text
20675
20676 \begin_layout Plain Layout
20677 \begin_inset Formula $\infty$
20678 \end_inset
20679
20680
20681 \end_layout
20682
20683 \end_inset
20684 </cell>
20685 </row>
20686 <row>
20687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20688 \begin_inset Text
20689
20690 \begin_layout Plain Layout
20691
20692 \backslash
20693 wp
20694 \end_layout
20695
20696 \end_inset
20697 </cell>
20698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20699 \begin_inset Text
20700
20701 \begin_layout Plain Layout
20702 \begin_inset Formula $\wp$
20703 \end_inset
20704
20705
20706 \end_layout
20707
20708 \end_inset
20709 </cell>
20710 </row>
20711 <row>
20712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20713 \begin_inset Text
20714
20715 \begin_layout Plain Layout
20716
20717 \backslash
20718 imath
20719 \end_layout
20720
20721 \end_inset
20722 </cell>
20723 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20724 \begin_inset Text
20725
20726 \begin_layout Plain Layout
20727 \begin_inset Formula $\imath$
20728 \end_inset
20729
20730
20731 \end_layout
20732
20733 \end_inset
20734 </cell>
20735 </row>
20736 <row>
20737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20738 \begin_inset Text
20739
20740 \begin_layout Plain Layout
20741
20742 \backslash
20743 jmath
20744 \end_layout
20745
20746 \end_inset
20747 </cell>
20748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20749 \begin_inset Text
20750
20751 \begin_layout Plain Layout
20752 \begin_inset Formula $\jmath$
20753 \end_inset
20754
20755
20756 \end_layout
20757
20758 \end_inset
20759 </cell>
20760 </row>
20761 </lyxtabular>
20762
20763 \end_inset
20764
20765
20766 \begin_inset space \hfill{}
20767 \end_inset
20768
20769
20770 \begin_inset Tabular
20771 <lyxtabular version="3" rows="10" columns="2">
20772 <features rotate="0" tabularvalignment="middle">
20773 <column alignment="center" valignment="top" width="0pt">
20774 <column alignment="center" valignment="top" width="0pt">
20775 <row>
20776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20777 \begin_inset Text
20778
20779 \begin_layout Plain Layout
20780 Comando
20781 \end_layout
20782
20783 \end_inset
20784 </cell>
20785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20786 \begin_inset Text
20787
20788 \begin_layout Plain Layout
20789 Símbolo
20790 \begin_inset Note Note
20791 status collapsed
20792
20793 \begin_layout Plain Layout
20794
20795 \series bold
20796
20797 \backslash
20798 raisebox
20799 \series default
20800  se usa sólo como espaciador
20801 \end_layout
20802
20803 \end_inset
20804
20805
20806 \end_layout
20807
20808 \end_inset
20809 </cell>
20810 </row>
20811 <row>
20812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20813 \begin_inset Text
20814
20815 \begin_layout Plain Layout
20816
20817 \backslash
20818 forall
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20824 \begin_inset Text
20825
20826 \begin_layout Plain Layout
20827 \begin_inset Formula $\forall$
20828 \end_inset
20829
20830
20831 \end_layout
20832
20833 \end_inset
20834 </cell>
20835 </row>
20836 <row>
20837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841
20842 \backslash
20843 exists
20844 \end_layout
20845
20846 \end_inset
20847 </cell>
20848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20849 \begin_inset Text
20850
20851 \begin_layout Plain Layout
20852 \begin_inset Formula $\exists$
20853 \end_inset
20854
20855
20856 \end_layout
20857
20858 \end_inset
20859 </cell>
20860 </row>
20861 <row>
20862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20863 \begin_inset Text
20864
20865 \begin_layout Plain Layout
20866
20867 \backslash
20868 nexists
20869 \end_layout
20870
20871 \end_inset
20872 </cell>
20873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20874 \begin_inset Text
20875
20876 \begin_layout Plain Layout
20877 \begin_inset Formula $\nexists$
20878 \end_inset
20879
20880
20881 \end_layout
20882
20883 \end_inset
20884 </cell>
20885 </row>
20886 <row>
20887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20888 \begin_inset Text
20889
20890 \begin_layout Plain Layout
20891
20892 \backslash
20893 emptyset
20894 \end_layout
20895
20896 \end_inset
20897 </cell>
20898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20899 \begin_inset Text
20900
20901 \begin_layout Plain Layout
20902 \begin_inset Formula $\emptyset$
20903 \end_inset
20904
20905
20906 \end_layout
20907
20908 \end_inset
20909 </cell>
20910 </row>
20911 <row>
20912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20913 \begin_inset Text
20914
20915 \begin_layout Plain Layout
20916
20917 \backslash
20918 varnothing
20919 \end_layout
20920
20921 \end_inset
20922 </cell>
20923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20924 \begin_inset Text
20925
20926 \begin_layout Plain Layout
20927 \begin_inset Formula $\varnothing$
20928 \end_inset
20929
20930
20931 \end_layout
20932
20933 \end_inset
20934 </cell>
20935 </row>
20936 <row>
20937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20938 \begin_inset Text
20939
20940 \begin_layout Plain Layout
20941
20942 \backslash
20943 dag
20944 \end_layout
20945
20946 \end_inset
20947 </cell>
20948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20949 \begin_inset Text
20950
20951 \begin_layout Plain Layout
20952 \begin_inset Formula $\dag$
20953 \end_inset
20954
20955
20956 \end_layout
20957
20958 \end_inset
20959 </cell>
20960 </row>
20961 <row>
20962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20963 \begin_inset Text
20964
20965 \begin_layout Plain Layout
20966
20967 \backslash
20968 ddag
20969 \end_layout
20970
20971 \end_inset
20972 </cell>
20973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20974 \begin_inset Text
20975
20976 \begin_layout Plain Layout
20977 \begin_inset Formula $\ddag$
20978 \end_inset
20979
20980
20981 \end_layout
20982
20983 \end_inset
20984 </cell>
20985 </row>
20986 <row>
20987 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20988 \begin_inset Text
20989
20990 \begin_layout Plain Layout
20991
20992 \backslash
20993 complement
20994 \end_layout
20995
20996 \end_inset
20997 </cell>
20998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20999 \begin_inset Text
21000
21001 \begin_layout Plain Layout
21002 \begin_inset ERT
21003 status collapsed
21004
21005 \begin_layout Plain Layout
21006
21007
21008 \backslash
21009 raisebox{-0.8mm}{
21010 \end_layout
21011
21012 \end_inset
21013
21014
21015 \begin_inset Formula $\complement$
21016 \end_inset
21017
21018
21019 \begin_inset ERT
21020 status collapsed
21021
21022 \begin_layout Plain Layout
21023
21024 }
21025 \end_layout
21026
21027 \end_inset
21028
21029
21030 \end_layout
21031
21032 \end_inset
21033 </cell>
21034 </row>
21035 <row>
21036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21037 \begin_inset Text
21038
21039 \begin_layout Plain Layout
21040
21041 \backslash
21042 Bbbk
21043 \end_layout
21044
21045 \end_inset
21046 </cell>
21047 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21048 \begin_inset Text
21049
21050 \begin_layout Plain Layout
21051 \begin_inset Formula $\Bbbk$
21052 \end_inset
21053
21054
21055 \end_layout
21056
21057 \end_inset
21058 </cell>
21059 </row>
21060 </lyxtabular>
21061
21062 \end_inset
21063
21064
21065 \begin_inset space \hfill{}
21066 \end_inset
21067
21068
21069 \begin_inset Tabular
21070 <lyxtabular version="3" rows="10" columns="2">
21071 <features rotate="0" tabularvalignment="middle">
21072 <column alignment="center" valignment="top" width="0pt">
21073 <column alignment="center" valignment="top" width="0pt">
21074 <row>
21075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079 Comando
21080 \end_layout
21081
21082 \end_inset
21083 </cell>
21084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21085 \begin_inset Text
21086
21087 \begin_layout Plain Layout
21088 Símbolo
21089 \end_layout
21090
21091 \end_inset
21092 </cell>
21093 </row>
21094 <row>
21095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21096 \begin_inset Text
21097
21098 \begin_layout Plain Layout
21099
21100 \backslash
21101 prime
21102 \end_layout
21103
21104 \end_inset
21105 </cell>
21106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21107 \begin_inset Text
21108
21109 \begin_layout Plain Layout
21110 \begin_inset Formula $\prime$
21111 \end_inset
21112
21113
21114 \end_layout
21115
21116 \end_inset
21117 </cell>
21118 </row>
21119 <row>
21120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21121 \begin_inset Text
21122
21123 \begin_layout Plain Layout
21124
21125 \backslash
21126 backprime
21127 \end_layout
21128
21129 \end_inset
21130 </cell>
21131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21132 \begin_inset Text
21133
21134 \begin_layout Plain Layout
21135 \begin_inset Formula $\backprime$
21136 \end_inset
21137
21138
21139 \end_layout
21140
21141 \end_inset
21142 </cell>
21143 </row>
21144 <row>
21145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21146 \begin_inset Text
21147
21148 \begin_layout Plain Layout
21149
21150 \backslash
21151 mho
21152 \end_layout
21153
21154 \end_inset
21155 </cell>
21156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21157 \begin_inset Text
21158
21159 \begin_layout Plain Layout
21160 \begin_inset Formula $\mho$
21161 \end_inset
21162
21163
21164 \end_layout
21165
21166 \end_inset
21167 </cell>
21168 </row>
21169 <row>
21170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21171 \begin_inset Text
21172
21173 \begin_layout Plain Layout
21174
21175 \backslash
21176 triangle
21177 \end_layout
21178
21179 \end_inset
21180 </cell>
21181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21182 \begin_inset Text
21183
21184 \begin_layout Plain Layout
21185 \begin_inset Formula $\triangle$
21186 \end_inset
21187
21188
21189 \end_layout
21190
21191 \end_inset
21192 </cell>
21193 </row>
21194 <row>
21195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21196 \begin_inset Text
21197
21198 \begin_layout Plain Layout
21199
21200 \backslash
21201 angle
21202 \end_layout
21203
21204 \end_inset
21205 </cell>
21206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21207 \begin_inset Text
21208
21209 \begin_layout Plain Layout
21210 \begin_inset Formula $\angle$
21211 \end_inset
21212
21213
21214 \end_layout
21215
21216 \end_inset
21217 </cell>
21218 </row>
21219 <row>
21220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21221 \begin_inset Text
21222
21223 \begin_layout Plain Layout
21224
21225 \backslash
21226 measuredangle
21227 \end_layout
21228
21229 \end_inset
21230 </cell>
21231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21232 \begin_inset Text
21233
21234 \begin_layout Plain Layout
21235 \begin_inset Formula $\measuredangle$
21236 \end_inset
21237
21238
21239 \end_layout
21240
21241 \end_inset
21242 </cell>
21243 </row>
21244 <row>
21245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21246 \begin_inset Text
21247
21248 \begin_layout Plain Layout
21249
21250 \backslash
21251 sphericalangle
21252 \end_layout
21253
21254 \end_inset
21255 </cell>
21256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21257 \begin_inset Text
21258
21259 \begin_layout Plain Layout
21260 \begin_inset Formula $\sphericalangle$
21261 \end_inset
21262
21263
21264 \end_layout
21265
21266 \end_inset
21267 </cell>
21268 </row>
21269 <row>
21270 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21271 \begin_inset Text
21272
21273 \begin_layout Plain Layout
21274
21275 \backslash
21276 top
21277 \end_layout
21278
21279 \end_inset
21280 </cell>
21281 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21282 \begin_inset Text
21283
21284 \begin_layout Plain Layout
21285 \begin_inset Formula $\top$
21286 \end_inset
21287
21288
21289 \end_layout
21290
21291 \end_inset
21292 </cell>
21293 </row>
21294 <row>
21295 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21296 \begin_inset Text
21297
21298 \begin_layout Plain Layout
21299
21300 \backslash
21301 bot
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21307 \begin_inset Text
21308
21309 \begin_layout Plain Layout
21310 \begin_inset Formula $\bot$
21311 \end_inset
21312
21313
21314 \end_layout
21315
21316 \end_inset
21317 </cell>
21318 </row>
21319 </lyxtabular>
21320
21321 \end_inset
21322
21323
21324 \begin_inset space \hfill{}
21325 \end_inset
21326
21327
21328 \end_layout
21329
21330 \begin_layout Standard
21331 \noindent
21332 \align center
21333 \begin_inset Newpage newpage
21334 \end_inset
21335
21336
21337 \end_layout
21338
21339 \begin_layout Subsection
21340 Símbolos misceláneos
21341 \begin_inset CommandInset label
21342 LatexCommand label
21343 name "sub:Símbolos-misceláneos"
21344
21345 \end_inset
21346
21347
21348 \begin_inset Index idx
21349 status collapsed
21350
21351 \begin_layout Plain Layout
21352 Símbolos ! misceláneos
21353 \end_layout
21354
21355 \end_inset
21356
21357
21358 \end_layout
21359
21360 \begin_layout Standard
21361 \noindent
21362 \align center
21363 \begin_inset Tabular
21364 <lyxtabular version="3" rows="10" columns="2">
21365 <features rotate="0" tabularvalignment="middle">
21366 <column alignment="center" valignment="top" width="0pt">
21367 <column alignment="center" valignment="top" width="0pt">
21368 <row>
21369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21370 \begin_inset Text
21371
21372 \begin_layout Plain Layout
21373 Comando
21374 \end_layout
21375
21376 \end_inset
21377 </cell>
21378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21379 \begin_inset Text
21380
21381 \begin_layout Plain Layout
21382 Símbolo
21383 \end_layout
21384
21385 \end_inset
21386 </cell>
21387 </row>
21388 <row>
21389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21390 \begin_inset Text
21391
21392 \begin_layout Plain Layout
21393
21394 \backslash
21395 flat
21396 \end_layout
21397
21398 \end_inset
21399 </cell>
21400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21401 \begin_inset Text
21402
21403 \begin_layout Plain Layout
21404 \begin_inset Formula $\flat$
21405 \end_inset
21406
21407
21408 \end_layout
21409
21410 \end_inset
21411 </cell>
21412 </row>
21413 <row>
21414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21415 \begin_inset Text
21416
21417 \begin_layout Plain Layout
21418
21419 \backslash
21420 natural
21421 \end_layout
21422
21423 \end_inset
21424 </cell>
21425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21426 \begin_inset Text
21427
21428 \begin_layout Plain Layout
21429 \begin_inset Formula $\natural$
21430 \end_inset
21431
21432
21433 \end_layout
21434
21435 \end_inset
21436 </cell>
21437 </row>
21438 <row>
21439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21440 \begin_inset Text
21441
21442 \begin_layout Plain Layout
21443
21444 \backslash
21445 sharp
21446 \end_layout
21447
21448 \end_inset
21449 </cell>
21450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21451 \begin_inset Text
21452
21453 \begin_layout Plain Layout
21454 \begin_inset Formula $\sharp$
21455 \end_inset
21456
21457
21458 \end_layout
21459
21460 \end_inset
21461 </cell>
21462 </row>
21463 <row>
21464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21465 \begin_inset Text
21466
21467 \begin_layout Plain Layout
21468
21469 \backslash
21470 surd
21471 \end_layout
21472
21473 \end_inset
21474 </cell>
21475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21476 \begin_inset Text
21477
21478 \begin_layout Plain Layout
21479 \begin_inset Formula $\surd$
21480 \end_inset
21481
21482
21483 \end_layout
21484
21485 \end_inset
21486 </cell>
21487 </row>
21488 <row>
21489 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21490 \begin_inset Text
21491
21492 \begin_layout Plain Layout
21493
21494 \backslash
21495 checkmark
21496 \end_layout
21497
21498 \end_inset
21499 </cell>
21500 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21501 \begin_inset Text
21502
21503 \begin_layout Plain Layout
21504 \begin_inset Formula $\checkmark$
21505 \end_inset
21506
21507
21508 \end_layout
21509
21510 \end_inset
21511 </cell>
21512 </row>
21513 <row>
21514 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21515 \begin_inset Text
21516
21517 \begin_layout Plain Layout
21518
21519 \backslash
21520 yen
21521 \end_layout
21522
21523 \end_inset
21524 </cell>
21525 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21526 \begin_inset Text
21527
21528 \begin_layout Plain Layout
21529 \begin_inset Formula $\yen$
21530 \end_inset
21531
21532
21533 \end_layout
21534
21535 \end_inset
21536 </cell>
21537 </row>
21538 <row>
21539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21540 \begin_inset Text
21541
21542 \begin_layout Plain Layout
21543
21544 \backslash
21545 pounds
21546 \end_layout
21547
21548 \end_inset
21549 </cell>
21550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21551 \begin_inset Text
21552
21553 \begin_layout Plain Layout
21554 \begin_inset Formula $\pounds$
21555 \end_inset
21556
21557
21558 \end_layout
21559
21560 \end_inset
21561 </cell>
21562 </row>
21563 <row>
21564 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21565 \begin_inset Text
21566
21567 \begin_layout Plain Layout
21568 $
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 $\$$
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 \end_layout
21593
21594 \end_inset
21595 </cell>
21596 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21597 \begin_inset Text
21598
21599 \begin_layout Plain Layout
21600 \begin_inset Formula $§$
21601 \end_inset
21602
21603
21604 \end_layout
21605
21606 \end_inset
21607 </cell>
21608 </row>
21609 </lyxtabular>
21610
21611 \end_inset
21612
21613
21614 \begin_inset Tabular
21615 <lyxtabular version="3" rows="10" columns="2">
21616 <features rotate="0" tabularvalignment="middle">
21617 <column alignment="center" valignment="top">
21618 <column alignment="center" valignment="top">
21619 <row>
21620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21621 \begin_inset Text
21622
21623 \begin_layout Plain Layout
21624 Comando
21625 \end_layout
21626
21627 \end_inset
21628 </cell>
21629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21630 \begin_inset Text
21631
21632 \begin_layout Plain Layout
21633 Símbolo
21634 \end_layout
21635
21636 \end_inset
21637 </cell>
21638 </row>
21639 <row>
21640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21641 \begin_inset Text
21642
21643 \begin_layout Plain Layout
21644
21645 \backslash
21646 hbar
21647 \end_layout
21648
21649 \end_inset
21650 </cell>
21651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21652 \begin_inset Text
21653
21654 \begin_layout Plain Layout
21655 \begin_inset Formula $\hbar$
21656 \end_inset
21657
21658
21659 \end_layout
21660
21661 \end_inset
21662 </cell>
21663 </row>
21664 <row>
21665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21666 \begin_inset Text
21667
21668 \begin_layout Plain Layout
21669
21670 \backslash
21671 hslash
21672 \end_layout
21673
21674 \end_inset
21675 </cell>
21676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21677 \begin_inset Text
21678
21679 \begin_layout Plain Layout
21680 \begin_inset Formula $\hslash$
21681 \end_inset
21682
21683
21684 \end_layout
21685
21686 \end_inset
21687 </cell>
21688 </row>
21689 <row>
21690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21691 \begin_inset Text
21692
21693 \begin_layout Plain Layout
21694
21695 \backslash
21696 clubsuit
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21702 \begin_inset Text
21703
21704 \begin_layout Plain Layout
21705 \begin_inset Formula $\clubsuit$
21706 \end_inset
21707
21708
21709 \end_layout
21710
21711 \end_inset
21712 </cell>
21713 </row>
21714 <row>
21715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21716 \begin_inset Text
21717
21718 \begin_layout Plain Layout
21719
21720 \backslash
21721 spadesuit
21722 \end_layout
21723
21724 \end_inset
21725 </cell>
21726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21727 \begin_inset Text
21728
21729 \begin_layout Plain Layout
21730 \begin_inset Formula $\spadesuit$
21731 \end_inset
21732
21733
21734 \end_layout
21735
21736 \end_inset
21737 </cell>
21738 </row>
21739 <row>
21740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21741 \begin_inset Text
21742
21743 \begin_layout Plain Layout
21744
21745 \backslash
21746 bigstar
21747 \end_layout
21748
21749 \end_inset
21750 </cell>
21751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21752 \begin_inset Text
21753
21754 \begin_layout Plain Layout
21755 \begin_inset Formula $\bigstar$
21756 \end_inset
21757
21758
21759 \end_layout
21760
21761 \end_inset
21762 </cell>
21763 </row>
21764 <row>
21765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21766 \begin_inset Text
21767
21768 \begin_layout Plain Layout
21769
21770 \backslash
21771 blacklozenge
21772 \end_layout
21773
21774 \end_inset
21775 </cell>
21776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21777 \begin_inset Text
21778
21779 \begin_layout Plain Layout
21780 \begin_inset Formula $\blacklozenge$
21781 \end_inset
21782
21783
21784 \end_layout
21785
21786 \end_inset
21787 </cell>
21788 </row>
21789 <row>
21790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21791 \begin_inset Text
21792
21793 \begin_layout Plain Layout
21794
21795 \backslash
21796 blacktriangle
21797 \end_layout
21798
21799 \end_inset
21800 </cell>
21801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21802 \begin_inset Text
21803
21804 \begin_layout Plain Layout
21805 \begin_inset Formula $\blacktriangle$
21806 \end_inset
21807
21808
21809 \end_layout
21810
21811 \end_inset
21812 </cell>
21813 </row>
21814 <row>
21815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21816 \begin_inset Text
21817
21818 \begin_layout Plain Layout
21819
21820 \backslash
21821 blacktiangledown
21822 \end_layout
21823
21824 \end_inset
21825 </cell>
21826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21827 \begin_inset Text
21828
21829 \begin_layout Plain Layout
21830 \begin_inset Formula $\blacktriangledown$
21831 \end_inset
21832
21833
21834 \end_layout
21835
21836 \end_inset
21837 </cell>
21838 </row>
21839 <row>
21840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21841 \begin_inset Text
21842
21843 \begin_layout Plain Layout
21844
21845 \backslash
21846 bullet
21847 \end_layout
21848
21849 \end_inset
21850 </cell>
21851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21852 \begin_inset Text
21853
21854 \begin_layout Plain Layout
21855 \begin_inset Formula $\bullet$
21856 \end_inset
21857
21858
21859 \end_layout
21860
21861 \end_inset
21862 </cell>
21863 </row>
21864 </lyxtabular>
21865
21866 \end_inset
21867
21868
21869 \begin_inset Tabular
21870 <lyxtabular version="3" rows="10" columns="2">
21871 <features rotate="0" tabularvalignment="middle">
21872 <column alignment="center" valignment="top" width="0pt">
21873 <column alignment="center" valignment="top" width="0pt">
21874 <row>
21875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21876 \begin_inset Text
21877
21878 \begin_layout Plain Layout
21879 Comando
21880 \end_layout
21881
21882 \end_inset
21883 </cell>
21884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21885 \begin_inset Text
21886
21887 \begin_layout Plain Layout
21888 Símbolo
21889 \end_layout
21890
21891 \end_inset
21892 </cell>
21893 </row>
21894 <row>
21895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21896 \begin_inset Text
21897
21898 \begin_layout Plain Layout
21899
21900 \backslash
21901 diamondsuit
21902 \end_layout
21903
21904 \end_inset
21905 </cell>
21906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21907 \begin_inset Text
21908
21909 \begin_layout Plain Layout
21910 \begin_inset Formula $\diamondsuit$
21911 \end_inset
21912
21913
21914 \end_layout
21915
21916 \end_inset
21917 </cell>
21918 </row>
21919 <row>
21920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21921 \begin_inset Text
21922
21923 \begin_layout Plain Layout
21924
21925 \backslash
21926 Diamond
21927 \end_layout
21928
21929 \end_inset
21930 </cell>
21931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21932 \begin_inset Text
21933
21934 \begin_layout Plain Layout
21935 \begin_inset Formula $\Diamond$
21936 \end_inset
21937
21938
21939 \end_layout
21940
21941 \end_inset
21942 </cell>
21943 </row>
21944 <row>
21945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21946 \begin_inset Text
21947
21948 \begin_layout Plain Layout
21949
21950 \backslash
21951 heartsuit
21952 \end_layout
21953
21954 \end_inset
21955 </cell>
21956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21957 \begin_inset Text
21958
21959 \begin_layout Plain Layout
21960 \begin_inset Formula $\heartsuit$
21961 \end_inset
21962
21963
21964 \end_layout
21965
21966 \end_inset
21967 </cell>
21968 </row>
21969 <row>
21970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21971 \begin_inset Text
21972
21973 \begin_layout Plain Layout
21974
21975 \backslash
21976 P
21977 \end_layout
21978
21979 \end_inset
21980 </cell>
21981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21982 \begin_inset Text
21983
21984 \begin_layout Plain Layout
21985 \begin_inset Formula $\P$
21986 \end_inset
21987
21988
21989 \end_layout
21990
21991 \end_inset
21992 </cell>
21993 </row>
21994 <row>
21995 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21996 \begin_inset Text
21997
21998 \begin_layout Plain Layout
21999
22000 \backslash
22001 copyright
22002 \end_layout
22003
22004 \end_inset
22005 </cell>
22006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22007 \begin_inset Text
22008
22009 \begin_layout Plain Layout
22010 \begin_inset Formula $\copyright$
22011 \end_inset
22012
22013
22014 \end_layout
22015
22016 \end_inset
22017 </cell>
22018 </row>
22019 <row>
22020 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22021 \begin_inset Text
22022
22023 \begin_layout Plain Layout
22024
22025 \backslash
22026 circledR
22027 \end_layout
22028
22029 \end_inset
22030 </cell>
22031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22032 \begin_inset Text
22033
22034 \begin_layout Plain Layout
22035 \begin_inset Formula $\circledR$
22036 \end_inset
22037
22038
22039 \end_layout
22040
22041 \end_inset
22042 </cell>
22043 </row>
22044 <row>
22045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22046 \begin_inset Text
22047
22048 \begin_layout Plain Layout
22049
22050 \backslash
22051 maltese
22052 \end_layout
22053
22054 \end_inset
22055 </cell>
22056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22057 \begin_inset Text
22058
22059 \begin_layout Plain Layout
22060 \begin_inset Formula $\maltese$
22061 \end_inset
22062
22063
22064 \end_layout
22065
22066 \end_inset
22067 </cell>
22068 </row>
22069 <row>
22070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22071 \begin_inset Text
22072
22073 \begin_layout Plain Layout
22074
22075 \backslash
22076 diagup
22077 \end_layout
22078
22079 \end_inset
22080 </cell>
22081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22082 \begin_inset Text
22083
22084 \begin_layout Plain Layout
22085 \begin_inset Formula $\diagup$
22086 \end_inset
22087
22088
22089 \end_layout
22090
22091 \end_inset
22092 </cell>
22093 </row>
22094 <row>
22095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22096 \begin_inset Text
22097
22098 \begin_layout Plain Layout
22099
22100 \backslash
22101 diagdown
22102 \end_layout
22103
22104 \end_inset
22105 </cell>
22106 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22107 \begin_inset Text
22108
22109 \begin_layout Plain Layout
22110 \begin_inset Formula $\diagdown$
22111 \end_inset
22112
22113
22114 \end_layout
22115
22116 \end_inset
22117 </cell>
22118 </row>
22119 </lyxtabular>
22120
22121 \end_inset
22122
22123
22124 \end_layout
22125
22126 \begin_layout Standard
22127 \begin_inset VSpace medskip
22128 \end_inset
22129
22130
22131 \end_layout
22132
22133 \begin_layout Standard
22134 Algunos símbolos pueden presentarse en distintos tamaños, véase 
22135 \begin_inset CommandInset ref
22136 LatexCommand ref
22137 reference "sub:Tamaños-de-tipografías"
22138
22139 \end_inset
22140
22141
22142 \end_layout
22143
22144 \begin_layout Subsection
22145 El símbolo del euro, €
22146 \begin_inset Index idx
22147 status collapsed
22148
22149 \begin_layout Plain Layout
22150 Símbolos ! euro
22151 \end_layout
22152
22153 \end_inset
22154
22155
22156 \begin_inset Index idx
22157 status collapsed
22158
22159 \begin_layout Plain Layout
22160
22161 \backslash
22162 @
22163 \begin_inset ERT
22164 status collapsed
22165
22166 \begin_layout Plain Layout
22167
22168
22169 \backslash
22170 officialeuro
22171 \end_layout
22172
22173 \end_inset
22174
22175
22176 \end_layout
22177
22178 \end_inset
22179
22180
22181 \end_layout
22182
22183 \begin_layout Standard
22184 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
22185  LaTeX 
22186 \series bold
22187 eurosym
22188 \series default
22189
22190 \begin_inset Index idx
22191 status collapsed
22192
22193 \begin_layout Plain Layout
22194 Paquetes ! eurosym
22195 \end_layout
22196
22197 \end_inset
22198
22199 , y cargado en el preámbulo LaTeX con la línea
22200 \end_layout
22201
22202 \begin_layout Standard
22203
22204 \series bold
22205
22206 \backslash
22207 usepackage[gennarrow]{eurosym}
22208 \end_layout
22209
22210 \begin_layout Standard
22211 Actualmente también se puede insertar con el comando 
22212 \series bold
22213
22214 \backslash
22215 euro
22216 \series default
22217
22218 \begin_inset Index idx
22219 status collapsed
22220
22221 \begin_layout Plain Layout
22222 Comandos ! E ! 
22223 \backslash
22224 euro
22225 \end_layout
22226
22227 \end_inset
22228
22229 .
22230 \end_layout
22231
22232 \begin_layout Standard
22233 El símbolo del euro puede insertarse directamente con la tecla € en texto
22234  matemático sin tener 
22235 \series bold
22236 eurosym
22237 \series default
22238  instalado.
22239  Si 
22240 \series bold
22241 eurosym
22242 \series default
22243  está instalado, se puede insertar 
22244 \series bold
22245
22246 \backslash
22247 euro
22248 \series default
22249  en modo TeX.
22250  El símbolo oficial de la moneda se puede insertar con el comando 
22251 \series bold
22252
22253 \backslash
22254 officialeuro
22255 \series default
22256
22257 \begin_inset Index idx
22258 status collapsed
22259
22260 \begin_layout Plain Layout
22261 Comandos ! O ! 
22262 \backslash
22263 officialeuro
22264 \end_layout
22265
22266 \end_inset
22267
22268 , que sólo está disponible en modo TeX.
22269 \end_layout
22270
22271 \begin_layout Standard
22272 \begin_inset ERT
22273 status collapsed
22274
22275 \begin_layout Plain Layout
22276
22277
22278 \backslash
22279 ifeurosym
22280 \end_layout
22281
22282 \end_inset
22283
22284
22285 \begin_inset Note Note
22286 status collapsed
22287
22288 \begin_layout Plain Layout
22289 El cuadro siguiente sólo se mostrará si está instalado el paquete LaTeX
22290  
22291 \series bold
22292 eurosym
22293 \series default
22294 .
22295 \end_layout
22296
22297 \end_inset
22298
22299
22300 \end_layout
22301
22302 \begin_layout Standard
22303 Un vistazo a los diferentes símbolos del euro.
22304 \end_layout
22305
22306 \begin_layout Standard
22307 \noindent
22308 \align center
22309 \begin_inset Tabular
22310 <lyxtabular version="3" rows="4" columns="3">
22311 <features rotate="0" tabularvalignment="middle">
22312 <column alignment="center" valignment="top">
22313 <column alignment="center" valignment="top">
22314 <column alignment="center" valignment="top">
22315 <row>
22316 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22317 \begin_inset Text
22318
22319 \begin_layout Plain Layout
22320
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22326 \begin_inset Text
22327
22328 \begin_layout Plain Layout
22329 Comando
22330 \end_layout
22331
22332 \end_inset
22333 </cell>
22334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22335 \begin_inset Text
22336
22337 \begin_layout Plain Layout
22338 Símbolo
22339 \end_layout
22340
22341 \end_inset
22342 </cell>
22343 </row>
22344 <row>
22345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22346 \begin_inset Text
22347
22348 \begin_layout Plain Layout
22349 ecuación
22350 \end_layout
22351
22352 \end_inset
22353 </cell>
22354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22355 \begin_inset Text
22356
22357 \begin_layout Plain Layout
22358
22359 \backslash
22360 euro
22361 \end_layout
22362
22363 \end_inset
22364 </cell>
22365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22366 \begin_inset Text
22367
22368 \begin_layout Plain Layout
22369 \begin_inset Formula $\euro$
22370 \end_inset
22371
22372
22373 \end_layout
22374
22375 \end_inset
22376 </cell>
22377 </row>
22378 <row>
22379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22380 \begin_inset Text
22381
22382 \begin_layout Plain Layout
22383 texto matemático
22384 \end_layout
22385
22386 \end_inset
22387 </cell>
22388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22389 \begin_inset Text
22390
22391 \begin_layout Plain Layout
22392
22393 \end_layout
22394
22395 \end_inset
22396 </cell>
22397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22398 \begin_inset Text
22399
22400 \begin_layout Plain Layout
22401 \begin_inset Formula $\mbox{€}$
22402 \end_inset
22403
22404
22405 \end_layout
22406
22407 \end_inset
22408 </cell>
22409 </row>
22410 <row>
22411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22412 \begin_inset Text
22413
22414 \begin_layout Plain Layout
22415 modo TeX
22416 \end_layout
22417
22418 \end_inset
22419 </cell>
22420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22421 \begin_inset Text
22422
22423 \begin_layout Plain Layout
22424
22425 \backslash
22426 officialeuro
22427 \end_layout
22428
22429 \end_inset
22430 </cell>
22431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22432 \begin_inset Text
22433
22434 \begin_layout Plain Layout
22435 \begin_inset ERT
22436 status collapsed
22437
22438 \begin_layout Plain Layout
22439
22440
22441 \backslash
22442 officialeuro
22443 \end_layout
22444
22445 \end_inset
22446
22447
22448 \end_layout
22449
22450 \end_inset
22451 </cell>
22452 </row>
22453 </lyxtabular>
22454
22455 \end_inset
22456
22457
22458 \end_layout
22459
22460 \begin_layout Standard
22461 \begin_inset ERT
22462 status collapsed
22463
22464 \begin_layout Plain Layout
22465
22466
22467 \backslash
22468 else
22469 \end_layout
22470
22471 \end_inset
22472
22473
22474 \begin_inset Note Note
22475 status collapsed
22476
22477 \begin_layout Plain Layout
22478 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
22479 \series bold
22480 eurosym
22481 \series default
22482 :
22483 \end_layout
22484
22485 \end_inset
22486
22487
22488 \end_layout
22489
22490 \begin_layout Standard
22491 Para ver la salida completa de esta subsección debe estar instalado el paquete
22492  LaTeX 
22493 \series bold
22494 eurosym
22495 \series default
22496 .
22497 \end_layout
22498
22499 \begin_layout Standard
22500 \begin_inset ERT
22501 status collapsed
22502
22503 \begin_layout Plain Layout
22504
22505
22506 \backslash
22507 fi
22508 \end_layout
22509
22510 \end_inset
22511
22512
22513 \end_layout
22514
22515 \begin_layout Section
22516 Relaciones
22517 \begin_inset CommandInset label
22518 LatexCommand label
22519 name "sec:Relaciones"
22520
22521 \end_inset
22522
22523
22524 \begin_inset Index idx
22525 status collapsed
22526
22527 \begin_layout Plain Layout
22528 Relaciones
22529 \end_layout
22530
22531 \end_inset
22532
22533
22534 \begin_inset Index idx
22535 status collapsed
22536
22537 \begin_layout Plain Layout
22538 Comparaciones|see
22539 \begin_inset ERT
22540 status collapsed
22541
22542 \begin_layout Plain Layout
22543
22544 {
22545 \end_layout
22546
22547 \end_inset
22548
22549 Relaciones
22550 \begin_inset ERT
22551 status collapsed
22552
22553 \begin_layout Plain Layout
22554
22555 }
22556 \end_layout
22557
22558 \end_inset
22559
22560
22561 \end_layout
22562
22563 \end_inset
22564
22565
22566 \end_layout
22567
22568 \begin_layout Standard
22569 Todas las relaciones se pueden insertar también con el botón 
22570 \begin_inset Graphics
22571         filename ../../images/math/leq.png
22572         scale 85
22573
22574 \end_inset
22575
22576  de la barra de ecuaciones.
22577 \end_layout
22578
22579 \begin_layout Standard
22580 \begin_inset space \hfill{}
22581 \end_inset
22582
22583
22584 \begin_inset Tabular
22585 <lyxtabular version="3" rows="17" columns="2">
22586 <features rotate="0" tabularvalignment="middle">
22587 <column alignment="center" valignment="top" width="0pt">
22588 <column alignment="center" valignment="top" width="0pt">
22589 <row>
22590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22591 \begin_inset Text
22592
22593 \begin_layout Plain Layout
22594 Comando
22595 \end_layout
22596
22597 \end_inset
22598 </cell>
22599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22600 \begin_inset Text
22601
22602 \begin_layout Plain Layout
22603 Relación
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 </row>
22609 <row>
22610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614 <
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22620 \begin_inset Text
22621
22622 \begin_layout Plain Layout
22623 \begin_inset Formula $<$
22624 \end_inset
22625
22626
22627 \end_layout
22628
22629 \end_inset
22630 </cell>
22631 </row>
22632 <row>
22633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637
22638 \backslash
22639 le
22640 \end_layout
22641
22642 \end_inset
22643 </cell>
22644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22645 \begin_inset Text
22646
22647 \begin_layout Plain Layout
22648 \begin_inset Formula $\le$
22649 \end_inset
22650
22651
22652 \end_layout
22653
22654 \end_inset
22655 </cell>
22656 </row>
22657 <row>
22658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662
22663 \backslash
22664 ll
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22670 \begin_inset Text
22671
22672 \begin_layout Plain Layout
22673 \begin_inset Formula $\ll$
22674 \end_inset
22675
22676
22677 \end_layout
22678
22679 \end_inset
22680 </cell>
22681 </row>
22682 <row>
22683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687
22688 \backslash
22689 prec
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22695 \begin_inset Text
22696
22697 \begin_layout Plain Layout
22698 \begin_inset Formula $\prec$
22699 \end_inset
22700
22701
22702 \end_layout
22703
22704 \end_inset
22705 </cell>
22706 </row>
22707 <row>
22708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Plain Layout
22712
22713 \backslash
22714 preceq
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22720 \begin_inset Text
22721
22722 \begin_layout Plain Layout
22723 \begin_inset Formula $\preceq$
22724 \end_inset
22725
22726
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 </row>
22732 <row>
22733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22734 \begin_inset Text
22735
22736 \begin_layout Plain Layout
22737
22738 \backslash
22739 subset
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22745 \begin_inset Text
22746
22747 \begin_layout Plain Layout
22748 \begin_inset Formula $\subset$
22749 \end_inset
22750
22751
22752 \end_layout
22753
22754 \end_inset
22755 </cell>
22756 </row>
22757 <row>
22758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22759 \begin_inset Text
22760
22761 \begin_layout Plain Layout
22762
22763 \backslash
22764 subseteq
22765 \end_layout
22766
22767 \end_inset
22768 </cell>
22769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22770 \begin_inset Text
22771
22772 \begin_layout Plain Layout
22773 \begin_inset Formula $\subseteq$
22774 \end_inset
22775
22776
22777 \end_layout
22778
22779 \end_inset
22780 </cell>
22781 </row>
22782 <row>
22783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22784 \begin_inset Text
22785
22786 \begin_layout Plain Layout
22787
22788 \backslash
22789 sqsubseteq
22790 \end_layout
22791
22792 \end_inset
22793 </cell>
22794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22795 \begin_inset Text
22796
22797 \begin_layout Plain Layout
22798 \begin_inset Formula $\sqsubseteq$
22799 \end_inset
22800
22801
22802 \end_layout
22803
22804 \end_inset
22805 </cell>
22806 </row>
22807 <row>
22808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22809 \begin_inset Text
22810
22811 \begin_layout Plain Layout
22812
22813 \backslash
22814 in
22815 \end_layout
22816
22817 \end_inset
22818 </cell>
22819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22820 \begin_inset Text
22821
22822 \begin_layout Plain Layout
22823 \begin_inset Formula $\in$
22824 \end_inset
22825
22826
22827 \end_layout
22828
22829 \end_inset
22830 </cell>
22831 </row>
22832 <row>
22833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22834 \begin_inset Text
22835
22836 \begin_layout Plain Layout
22837
22838 \backslash
22839 vdash
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22845 \begin_inset Text
22846
22847 \begin_layout Plain Layout
22848 \begin_inset Formula $\vdash$
22849 \end_inset
22850
22851
22852 \end_layout
22853
22854 \end_inset
22855 </cell>
22856 </row>
22857 <row>
22858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22859 \begin_inset Text
22860
22861 \begin_layout Plain Layout
22862
22863 \backslash
22864 smile
22865 \end_layout
22866
22867 \end_inset
22868 </cell>
22869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22870 \begin_inset Text
22871
22872 \begin_layout Plain Layout
22873 \begin_inset Formula $\smile$
22874 \end_inset
22875
22876
22877 \end_layout
22878
22879 \end_inset
22880 </cell>
22881 </row>
22882 <row>
22883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22884 \begin_inset Text
22885
22886 \begin_layout Plain Layout
22887
22888 \backslash
22889 lhd
22890 \end_layout
22891
22892 \end_inset
22893 </cell>
22894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22895 \begin_inset Text
22896
22897 \begin_layout Plain Layout
22898 \begin_inset Formula $\lhd$
22899 \end_inset
22900
22901
22902 \end_layout
22903
22904 \end_inset
22905 </cell>
22906 </row>
22907 <row>
22908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22909 \begin_inset Text
22910
22911 \begin_layout Plain Layout
22912
22913 \backslash
22914 unlhd
22915 \end_layout
22916
22917 \end_inset
22918 </cell>
22919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22920 \begin_inset Text
22921
22922 \begin_layout Plain Layout
22923 \begin_inset Formula $\unlhd$
22924 \end_inset
22925
22926
22927 \end_layout
22928
22929 \end_inset
22930 </cell>
22931 </row>
22932 <row>
22933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22934 \begin_inset Text
22935
22936 \begin_layout Plain Layout
22937
22938 \backslash
22939 gtrless
22940 \end_layout
22941
22942 \end_inset
22943 </cell>
22944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22945 \begin_inset Text
22946
22947 \begin_layout Plain Layout
22948 \begin_inset Formula $\gtrless$
22949 \end_inset
22950
22951
22952 \end_layout
22953
22954 \end_inset
22955 </cell>
22956 </row>
22957 <row>
22958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22959 \begin_inset Text
22960
22961 \begin_layout Plain Layout
22962
22963 \backslash
22964 mid
22965 \end_layout
22966
22967 \end_inset
22968 </cell>
22969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22970 \begin_inset Text
22971
22972 \begin_layout Plain Layout
22973 \begin_inset Formula $\mid$
22974 \end_inset
22975
22976
22977 \end_layout
22978
22979 \end_inset
22980 </cell>
22981 </row>
22982 <row>
22983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22984 \begin_inset Text
22985
22986 \begin_layout Plain Layout
22987
22988 \backslash
22989 nmid
22990 \end_layout
22991
22992 \end_inset
22993 </cell>
22994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22995 \begin_inset Text
22996
22997 \begin_layout Plain Layout
22998 \begin_inset Formula $\nmid$
22999 \end_inset
23000
23001
23002 \end_layout
23003
23004 \end_inset
23005 </cell>
23006 </row>
23007 </lyxtabular>
23008
23009 \end_inset
23010
23011
23012 \begin_inset space \hfill{}
23013 \end_inset
23014
23015
23016 \begin_inset Tabular
23017 <lyxtabular version="3" rows="17" columns="2">
23018 <features rotate="0" tabularvalignment="middle">
23019 <column alignment="center" valignment="top" width="0pt">
23020 <column alignment="center" valignment="top" width="0pt">
23021 <row>
23022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23023 \begin_inset Text
23024
23025 \begin_layout Plain Layout
23026 Comando
23027 \end_layout
23028
23029 \end_inset
23030 </cell>
23031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23032 \begin_inset Text
23033
23034 \begin_layout Plain Layout
23035 Relación
23036 \end_layout
23037
23038 \end_inset
23039 </cell>
23040 </row>
23041 <row>
23042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046 =
23047 \end_layout
23048
23049 \end_inset
23050 </cell>
23051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23052 \begin_inset Text
23053
23054 \begin_layout Plain Layout
23055 \begin_inset Formula $=$
23056 \end_inset
23057
23058
23059 \end_layout
23060
23061 \end_inset
23062 </cell>
23063 </row>
23064 <row>
23065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23066 \begin_inset Text
23067
23068 \begin_layout Plain Layout
23069
23070 \backslash
23071 not=
23072 \end_layout
23073
23074 \end_inset
23075 </cell>
23076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23077 \begin_inset Text
23078
23079 \begin_layout Plain Layout
23080 \begin_inset Formula $\not=$
23081 \end_inset
23082
23083
23084 \end_layout
23085
23086 \end_inset
23087 </cell>
23088 </row>
23089 <row>
23090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23091 \begin_inset Text
23092
23093 \begin_layout Plain Layout
23094
23095 \backslash
23096 equiv
23097 \end_layout
23098
23099 \end_inset
23100 </cell>
23101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23102 \begin_inset Text
23103
23104 \begin_layout Plain Layout
23105 \begin_inset Formula $\equiv$
23106 \end_inset
23107
23108
23109 \end_layout
23110
23111 \end_inset
23112 </cell>
23113 </row>
23114 <row>
23115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23116 \begin_inset Text
23117
23118 \begin_layout Plain Layout
23119
23120 \backslash
23121 sim
23122 \end_layout
23123
23124 \end_inset
23125 </cell>
23126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23127 \begin_inset Text
23128
23129 \begin_layout Plain Layout
23130 \begin_inset Formula $\sim$
23131 \end_inset
23132
23133
23134 \end_layout
23135
23136 \end_inset
23137 </cell>
23138 </row>
23139 <row>
23140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23141 \begin_inset Text
23142
23143 \begin_layout Plain Layout
23144
23145 \backslash
23146 simeq
23147 \end_layout
23148
23149 \end_inset
23150 </cell>
23151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23152 \begin_inset Text
23153
23154 \begin_layout Plain Layout
23155 \begin_inset Formula $\simeq$
23156 \end_inset
23157
23158
23159 \end_layout
23160
23161 \end_inset
23162 </cell>
23163 </row>
23164 <row>
23165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23166 \begin_inset Text
23167
23168 \begin_layout Plain Layout
23169
23170 \backslash
23171 approx
23172 \end_layout
23173
23174 \end_inset
23175 </cell>
23176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23177 \begin_inset Text
23178
23179 \begin_layout Plain Layout
23180 \begin_inset Formula $\approx$
23181 \end_inset
23182
23183
23184 \end_layout
23185
23186 \end_inset
23187 </cell>
23188 </row>
23189 <row>
23190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23191 \begin_inset Text
23192
23193 \begin_layout Plain Layout
23194
23195 \backslash
23196 cong
23197 \end_layout
23198
23199 \end_inset
23200 </cell>
23201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23202 \begin_inset Text
23203
23204 \begin_layout Plain Layout
23205 \begin_inset Formula $\cong$
23206 \end_inset
23207
23208
23209 \end_layout
23210
23211 \end_inset
23212 </cell>
23213 </row>
23214 <row>
23215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23216 \begin_inset Text
23217
23218 \begin_layout Plain Layout
23219
23220 \backslash
23221 bowtie
23222 \end_layout
23223
23224 \end_inset
23225 </cell>
23226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23227 \begin_inset Text
23228
23229 \begin_layout Plain Layout
23230 \begin_inset Formula $\bowtie$
23231 \end_inset
23232
23233
23234 \end_layout
23235
23236 \end_inset
23237 </cell>
23238 </row>
23239 <row>
23240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23241 \begin_inset Text
23242
23243 \begin_layout Plain Layout
23244
23245 \backslash
23246 notin
23247 \end_layout
23248
23249 \end_inset
23250 </cell>
23251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23252 \begin_inset Text
23253
23254 \begin_layout Plain Layout
23255 \begin_inset Formula $\notin$
23256 \end_inset
23257
23258
23259 \end_layout
23260
23261 \end_inset
23262 </cell>
23263 </row>
23264 <row>
23265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23266 \begin_inset Text
23267
23268 \begin_layout Plain Layout
23269
23270 \backslash
23271 perp
23272 \end_layout
23273
23274 \end_inset
23275 </cell>
23276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23277 \begin_inset Text
23278
23279 \begin_layout Plain Layout
23280 \begin_inset Formula $\perp$
23281 \end_inset
23282
23283
23284 \end_layout
23285
23286 \end_inset
23287 </cell>
23288 </row>
23289 <row>
23290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23291 \begin_inset Text
23292
23293 \begin_layout Plain Layout
23294
23295 \backslash
23296 propto
23297 \end_layout
23298
23299 \end_inset
23300 </cell>
23301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23302 \begin_inset Text
23303
23304 \begin_layout Plain Layout
23305 \begin_inset Formula $\propto$
23306 \end_inset
23307
23308
23309 \end_layout
23310
23311 \end_inset
23312 </cell>
23313 </row>
23314 <row>
23315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23316 \begin_inset Text
23317
23318 \begin_layout Plain Layout
23319
23320 \backslash
23321 asymp
23322 \end_layout
23323
23324 \end_inset
23325 </cell>
23326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23327 \begin_inset Text
23328
23329 \begin_layout Plain Layout
23330 \begin_inset Formula $\asymp$
23331 \end_inset
23332
23333
23334 \end_layout
23335
23336 \end_inset
23337 </cell>
23338 </row>
23339 <row>
23340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344
23345 \backslash
23346 doteq
23347 \end_layout
23348
23349 \end_inset
23350 </cell>
23351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23352 \begin_inset Text
23353
23354 \begin_layout Plain Layout
23355 \begin_inset Formula $\doteq$
23356 \end_inset
23357
23358
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 </row>
23364 <row>
23365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369
23370 \backslash
23371 circeq
23372 \end_layout
23373
23374 \end_inset
23375 </cell>
23376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23377 \begin_inset Text
23378
23379 \begin_layout Plain Layout
23380 \begin_inset Formula $\circeq$
23381 \end_inset
23382
23383
23384 \end_layout
23385
23386 \end_inset
23387 </cell>
23388 </row>
23389 <row>
23390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23391 \begin_inset Text
23392
23393 \begin_layout Plain Layout
23394
23395 \backslash
23396 models
23397 \end_layout
23398
23399 \end_inset
23400 </cell>
23401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23402 \begin_inset Text
23403
23404 \begin_layout Plain Layout
23405 \begin_inset Formula $\models$
23406 \end_inset
23407
23408
23409 \end_layout
23410
23411 \end_inset
23412 </cell>
23413 </row>
23414 <row>
23415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23416 \begin_inset Text
23417
23418 \begin_layout Plain Layout
23419
23420 \backslash
23421 widehat=
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23427 \begin_inset Text
23428
23429 \begin_layout Plain Layout
23430 \begin_inset Formula $\widehat{=}$
23431 \end_inset
23432
23433
23434 \end_layout
23435
23436 \end_inset
23437 </cell>
23438 </row>
23439 </lyxtabular>
23440
23441 \end_inset
23442
23443
23444 \begin_inset space \hfill{}
23445 \end_inset
23446
23447
23448 \begin_inset Tabular
23449 <lyxtabular version="3" rows="17" columns="2">
23450 <features rotate="0" tabularvalignment="middle">
23451 <column alignment="center" valignment="top" width="0pt">
23452 <column alignment="center" valignment="top" width="0pt">
23453 <row>
23454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23455 \begin_inset Text
23456
23457 \begin_layout Plain Layout
23458 Comando
23459 \end_layout
23460
23461 \end_inset
23462 </cell>
23463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23464 \begin_inset Text
23465
23466 \begin_layout Plain Layout
23467 Relación
23468 \end_layout
23469
23470 \end_inset
23471 </cell>
23472 </row>
23473 <row>
23474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23475 \begin_inset Text
23476
23477 \begin_layout Plain Layout
23478 >
23479 \end_layout
23480
23481 \end_inset
23482 </cell>
23483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23484 \begin_inset Text
23485
23486 \begin_layout Plain Layout
23487 \begin_inset Formula $>$
23488 \end_inset
23489
23490
23491 \end_layout
23492
23493 \end_inset
23494 </cell>
23495 </row>
23496 <row>
23497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23498 \begin_inset Text
23499
23500 \begin_layout Plain Layout
23501
23502 \backslash
23503 ge
23504 \end_layout
23505
23506 \end_inset
23507 </cell>
23508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23509 \begin_inset Text
23510
23511 \begin_layout Plain Layout
23512 \begin_inset Formula $\ge$
23513 \end_inset
23514
23515
23516 \end_layout
23517
23518 \end_inset
23519 </cell>
23520 </row>
23521 <row>
23522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23523 \begin_inset Text
23524
23525 \begin_layout Plain Layout
23526
23527 \backslash
23528 gg
23529 \end_layout
23530
23531 \end_inset
23532 </cell>
23533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23534 \begin_inset Text
23535
23536 \begin_layout Plain Layout
23537 \begin_inset Formula $\gg$
23538 \end_inset
23539
23540
23541 \end_layout
23542
23543 \end_inset
23544 </cell>
23545 </row>
23546 <row>
23547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23548 \begin_inset Text
23549
23550 \begin_layout Plain Layout
23551
23552 \backslash
23553 succ
23554 \end_layout
23555
23556 \end_inset
23557 </cell>
23558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23559 \begin_inset Text
23560
23561 \begin_layout Plain Layout
23562 \begin_inset Formula $\succ$
23563 \end_inset
23564
23565
23566 \end_layout
23567
23568 \end_inset
23569 </cell>
23570 </row>
23571 <row>
23572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23573 \begin_inset Text
23574
23575 \begin_layout Plain Layout
23576
23577 \backslash
23578 succeq
23579 \end_layout
23580
23581 \end_inset
23582 </cell>
23583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23584 \begin_inset Text
23585
23586 \begin_layout Plain Layout
23587 \begin_inset Formula $\succeq$
23588 \end_inset
23589
23590
23591 \end_layout
23592
23593 \end_inset
23594 </cell>
23595 </row>
23596 <row>
23597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23598 \begin_inset Text
23599
23600 \begin_layout Plain Layout
23601
23602 \backslash
23603 supset
23604 \end_layout
23605
23606 \end_inset
23607 </cell>
23608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612 \begin_inset Formula $\supset$
23613 \end_inset
23614
23615
23616 \end_layout
23617
23618 \end_inset
23619 </cell>
23620 </row>
23621 <row>
23622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23623 \begin_inset Text
23624
23625 \begin_layout Plain Layout
23626
23627 \backslash
23628 supseteq
23629 \end_layout
23630
23631 \end_inset
23632 </cell>
23633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23634 \begin_inset Text
23635
23636 \begin_layout Plain Layout
23637 \begin_inset Formula $\supseteq$
23638 \end_inset
23639
23640
23641 \end_layout
23642
23643 \end_inset
23644 </cell>
23645 </row>
23646 <row>
23647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23648 \begin_inset Text
23649
23650 \begin_layout Plain Layout
23651
23652 \backslash
23653 sqsupseteq
23654 \end_layout
23655
23656 \end_inset
23657 </cell>
23658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23659 \begin_inset Text
23660
23661 \begin_layout Plain Layout
23662 \begin_inset Formula $\sqsupseteq$
23663 \end_inset
23664
23665
23666 \end_layout
23667
23668 \end_inset
23669 </cell>
23670 </row>
23671 <row>
23672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23673 \begin_inset Text
23674
23675 \begin_layout Plain Layout
23676
23677 \backslash
23678 ni
23679 \end_layout
23680
23681 \end_inset
23682 </cell>
23683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23684 \begin_inset Text
23685
23686 \begin_layout Plain Layout
23687 \begin_inset Formula $\ni$
23688 \end_inset
23689
23690
23691 \end_layout
23692
23693 \end_inset
23694 </cell>
23695 </row>
23696 <row>
23697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23698 \begin_inset Text
23699
23700 \begin_layout Plain Layout
23701
23702 \backslash
23703 dashv
23704 \end_layout
23705
23706 \end_inset
23707 </cell>
23708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23709 \begin_inset Text
23710
23711 \begin_layout Plain Layout
23712 \begin_inset Formula $\dashv$
23713 \end_inset
23714
23715
23716 \end_layout
23717
23718 \end_inset
23719 </cell>
23720 </row>
23721 <row>
23722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23723 \begin_inset Text
23724
23725 \begin_layout Plain Layout
23726
23727 \backslash
23728 frown
23729 \end_layout
23730
23731 \end_inset
23732 </cell>
23733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23734 \begin_inset Text
23735
23736 \begin_layout Plain Layout
23737 \begin_inset Formula $\frown$
23738 \end_inset
23739
23740
23741 \end_layout
23742
23743 \end_inset
23744 </cell>
23745 </row>
23746 <row>
23747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23748 \begin_inset Text
23749
23750 \begin_layout Plain Layout
23751
23752 \backslash
23753 rhd
23754 \end_layout
23755
23756 \end_inset
23757 </cell>
23758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23759 \begin_inset Text
23760
23761 \begin_layout Plain Layout
23762 \begin_inset Formula $\rhd$
23763 \end_inset
23764
23765
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 </row>
23771 <row>
23772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23773 \begin_inset Text
23774
23775 \begin_layout Plain Layout
23776
23777 \backslash
23778 unrhd
23779 \end_layout
23780
23781 \end_inset
23782 </cell>
23783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23784 \begin_inset Text
23785
23786 \begin_layout Plain Layout
23787 \begin_inset Formula $\unrhd$
23788 \end_inset
23789
23790
23791 \end_layout
23792
23793 \end_inset
23794 </cell>
23795 </row>
23796 <row>
23797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23798 \begin_inset Text
23799
23800 \begin_layout Plain Layout
23801
23802 \backslash
23803 lessgtr
23804 \end_layout
23805
23806 \end_inset
23807 </cell>
23808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23809 \begin_inset Text
23810
23811 \begin_layout Plain Layout
23812 \begin_inset Formula $\lessgtr$
23813 \end_inset
23814
23815
23816 \end_layout
23817
23818 \end_inset
23819 </cell>
23820 </row>
23821 <row>
23822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23823 \begin_inset Text
23824
23825 \begin_layout Plain Layout
23826
23827 \backslash
23828 parallel
23829 \end_layout
23830
23831 \end_inset
23832 </cell>
23833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23834 \begin_inset Text
23835
23836 \begin_layout Plain Layout
23837 \begin_inset Formula $\parallel$
23838 \end_inset
23839
23840
23841 \end_layout
23842
23843 \end_inset
23844 </cell>
23845 </row>
23846 <row>
23847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23848 \begin_inset Text
23849
23850 \begin_layout Plain Layout
23851
23852 \backslash
23853 nparallel
23854 \end_layout
23855
23856 \end_inset
23857 </cell>
23858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23859 \begin_inset Text
23860
23861 \begin_layout Plain Layout
23862 \begin_inset Formula $\nparallel$
23863 \end_inset
23864
23865
23866 \end_layout
23867
23868 \end_inset
23869 </cell>
23870 </row>
23871 </lyxtabular>
23872
23873 \end_inset
23874
23875
23876 \begin_inset space \hfill{}
23877 \end_inset
23878
23879
23880 \end_layout
23881
23882 \begin_layout Standard
23883 \begin_inset VSpace medskip
23884 \end_inset
23885
23886
23887 \end_layout
23888
23889 \begin_layout Standard
23890 Los caracteres 
23891 \series bold
23892
23893 \backslash
23894 lhd
23895 \series default
23896  y 
23897 \series bold
23898
23899 \backslash
23900 rhd
23901 \series default
23902  son mayores que los operadores de aspecto similar 
23903 \series bold
23904
23905 \backslash
23906 triangleleft
23907 \series default
23908  y 
23909 \series bold
23910
23911 \backslash
23912 triangleright
23913 \series default
23914 , respectivamente.
23915 \end_layout
23916
23917 \begin_layout Standard
23918 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
23919 \end_layout
23920
23921 \begin_layout Standard
23922 Se pueden componer relaciones con etiquetas con el comando 
23923 \series bold
23924
23925 \backslash
23926 stackrel
23927 \series default
23928
23929 \begin_inset Index idx
23930 status collapsed
23931
23932 \begin_layout Plain Layout
23933 Comandos ! S ! 
23934 \backslash
23935 stackrel
23936 \end_layout
23937
23938 \end_inset
23939
23940 :
23941 \end_layout
23942
23943 \begin_layout Standard
23944 \align center
23945 \begin_inset Tabular
23946 <lyxtabular version="3" rows="2" columns="2">
23947 <features rotate="0" tabularvalignment="middle">
23948 <column alignment="center" valignment="top">
23949 <column alignment="center" valignment="top">
23950 <row>
23951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23952 \begin_inset Text
23953
23954 \begin_layout Plain Layout
23955 Comando
23956 \end_layout
23957
23958 \end_inset
23959 </cell>
23960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23961 \begin_inset Text
23962
23963 \begin_layout Plain Layout
23964 Resultado
23965 \begin_inset Note Note
23966 status collapsed
23967
23968 \begin_layout Plain Layout
23969
23970 \series bold
23971
23972 \backslash
23973 raisebox
23974 \series default
23975  se usa sólo como espaciador
23976 \end_layout
23977
23978 \end_inset
23979
23980
23981 \end_layout
23982
23983 \end_inset
23984 </cell>
23985 </row>
23986 <row>
23987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23988 \begin_inset Text
23989
23990 \begin_layout Plain Layout
23991 A(r)
23992 \backslash
23993 stackrel
23994 \begin_inset space \textvisiblespace{}
23995 \end_inset
23996
23997 r
23998 \backslash
23999 to
24000 \backslash
24001 infty
24002 \begin_inset space \textvisiblespace{}
24003 \end_inset
24004
24005
24006 \begin_inset Formula $\downarrow$
24007 \end_inset
24008
24009
24010 \backslash
24011 approx
24012 \begin_inset space \textvisiblespace{}
24013 \end_inset
24014
24015
24016 \begin_inset space \textvisiblespace{}
24017 \end_inset
24018
24019 B
24020 \end_layout
24021
24022 \end_inset
24023 </cell>
24024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24025 \begin_inset Text
24026
24027 \begin_layout Plain Layout
24028 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24029 \end_inset
24030
24031
24032 \end_layout
24033
24034 \end_inset
24035 </cell>
24036 </row>
24037 </lyxtabular>
24038
24039 \end_inset
24040
24041
24042 \end_layout
24043
24044 \begin_layout Section
24045 Funciones
24046 \end_layout
24047
24048 \begin_layout Subsection
24049 Funciones predefinidas
24050 \begin_inset CommandInset label
24051 LatexCommand label
24052 name "sub:Funciones-predefinidas"
24053
24054 \end_inset
24055
24056
24057 \begin_inset Index idx
24058 status collapsed
24059
24060 \begin_layout Plain Layout
24061 Funciones ! predefinidas
24062 \end_layout
24063
24064 \end_inset
24065
24066
24067 \begin_inset Index idx
24068 status collapsed
24069
24070 \begin_layout Plain Layout
24071 Funciones ! en español
24072 \end_layout
24073
24074 \end_inset
24075
24076
24077 \end_layout
24078
24079 \begin_layout Standard
24080 En general las variables se escriben en 
24081 \emph on
24082 cursiva
24083 \emph default
24084  en expresiones matemáticas, pero no los nombres de las funciones, porque
24085  
24086 \begin_inset Formula $sen$
24087 \end_inset
24088
24089  podría confundirse con 
24090 \begin_inset Formula $s\cdot e\cdot n$
24091 \end_inset
24092
24093 .
24094  Por eso hay funciones predefinidas, que además se separan un poco del factor
24095  precedente.
24096  Se insertan como comandos con una barra inversa delante de su nombre.
24097 \end_layout
24098
24099 \begin_layout Standard
24100 \align center
24101 \begin_inset Tabular
24102 <lyxtabular version="3" rows="2" columns="4">
24103 <features rotate="0" tabularvalignment="middle">
24104 <column alignment="center" valignment="top" width="0pt">
24105 <column alignment="center" valignment="top" width="0pt">
24106 <column alignment="center" valignment="top" width="0pt">
24107 <column alignment="center" valignment="top" width="0pt">
24108 <row>
24109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24110 \begin_inset Text
24111
24112 \begin_layout Plain Layout
24113 Comando
24114 \end_layout
24115
24116 \end_inset
24117 </cell>
24118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24119 \begin_inset Text
24120
24121 \begin_layout Plain Layout
24122 Resultado
24123 \end_layout
24124
24125 \end_inset
24126 </cell>
24127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24128 \begin_inset Text
24129
24130 \begin_layout Plain Layout
24131 Comando
24132 \end_layout
24133
24134 \end_inset
24135 </cell>
24136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24137 \begin_inset Text
24138
24139 \begin_layout Plain Layout
24140 Resultado
24141 \end_layout
24142
24143 \end_inset
24144 </cell>
24145 </row>
24146 <row>
24147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24148 \begin_inset Text
24149
24150 \begin_layout Plain Layout
24151 Asen(x)+B
24152 \end_layout
24153
24154 \end_inset
24155 </cell>
24156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24157 \begin_inset Text
24158
24159 \begin_layout Plain Layout
24160 \begin_inset Formula $Asen(x)+B$
24161 \end_inset
24162
24163
24164 \end_layout
24165
24166 \end_inset
24167 </cell>
24168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24169 \begin_inset Text
24170
24171 \begin_layout Plain Layout
24172 A
24173 \backslash
24174 sen(x)+B
24175 \end_layout
24176
24177 \end_inset
24178 </cell>
24179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24180 \begin_inset Text
24181
24182 \begin_layout Plain Layout
24183 \begin_inset Formula $A\sen(x)+B$
24184 \end_inset
24185
24186
24187 \end_layout
24188
24189 \end_inset
24190 </cell>
24191 </row>
24192 </lyxtabular>
24193
24194 \end_inset
24195
24196
24197 \end_layout
24198
24199 \begin_layout Standard
24200 Las funciones siguientes están predefinidas:
24201 \begin_inset Foot
24202 status collapsed
24203
24204 \begin_layout Plain Layout
24205 Se han añadido los comandos equivalentes proporcionados por el estilo 
24206 \series bold
24207 spanish
24208 \series default
24209  de 
24210 \series bold
24211 babel
24212 \series default
24213 .
24214  (Estos no están disponibles en el panel de funciones).
24215  Además, en su caso, las funciones serán acentuadas automáticamente en la
24216  salida, p.
24217 \begin_inset space \thinspace{}
24218 \end_inset
24219
24220 e.
24221  
24222 \begin_inset Quotes fld
24223 \end_inset
24224
24225 lím
24226 \begin_inset Quotes frd
24227 \end_inset
24228
24229  o 
24230 \begin_inset Quotes fld
24231 \end_inset
24232
24233 máx
24234 \begin_inset Quotes frd
24235 \end_inset
24236
24237 .
24238  Más información en 
24239 \begin_inset CommandInset citation
24240 LatexCommand cite
24241 key "spanish"
24242
24243 \end_inset
24244
24245 .
24246  (
24247 \emph on
24248 N.
24249 \begin_inset space \thinspace{}
24250 \end_inset
24251
24252 del t.
24253 \emph default
24254 )
24255 \end_layout
24256
24257 \end_inset
24258
24259
24260 \end_layout
24261
24262 \begin_layout Standard
24263 \begin_inset VSpace -2mm
24264 \end_inset
24265
24266
24267 \end_layout
24268
24269 \begin_layout Standard
24270 \align center
24271 \begin_inset Tabular
24272 <lyxtabular version="3" rows="9" columns="7">
24273 <features rotate="0" tabularvalignment="middle">
24274 <column alignment="center" valignment="top" width="0pt">
24275 <column alignment="center" valignment="top" width="0pt">
24276 <column alignment="center" valignment="top" width="0pt">
24277 <column alignment="center" valignment="top" width="0pt">
24278 <column alignment="center" valignment="top" width="0pt">
24279 <column alignment="center" valignment="top" width="0pt">
24280 <column alignment="center" valignment="top" width="0pt">
24281 <row>
24282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24283 \begin_inset Text
24284
24285 \begin_layout Plain Layout
24286 Comando
24287 \end_layout
24288
24289 \end_inset
24290 </cell>
24291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24292 \begin_inset Text
24293
24294 \begin_layout Plain Layout
24295 español
24296 \end_layout
24297
24298 \end_inset
24299 </cell>
24300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24301 \begin_inset Text
24302
24303 \begin_layout Plain Layout
24304 Comando
24305 \end_layout
24306
24307 \end_inset
24308 </cell>
24309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24310 \begin_inset Text
24311
24312 \begin_layout Plain Layout
24313 español
24314 \end_layout
24315
24316 \end_inset
24317 </cell>
24318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24319 \begin_inset Text
24320
24321 \begin_layout Plain Layout
24322 Comando
24323 \end_layout
24324
24325 \end_inset
24326 </cell>
24327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24328 \begin_inset Text
24329
24330 \begin_layout Plain Layout
24331 español
24332 \end_layout
24333
24334 \end_inset
24335 </cell>
24336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24337 \begin_inset Text
24338
24339 \begin_layout Plain Layout
24340 Comando
24341 \end_layout
24342
24343 \end_inset
24344 </cell>
24345 </row>
24346 <row>
24347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24348 \begin_inset Text
24349
24350 \begin_layout Plain Layout
24351
24352 \backslash
24353 sin
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Plain Layout
24362
24363 \backslash
24364 sen
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24370 \begin_inset Text
24371
24372 \begin_layout Plain Layout
24373
24374 \backslash
24375 sinh
24376 \end_layout
24377
24378 \end_inset
24379 </cell>
24380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24381 \begin_inset Text
24382
24383 \begin_layout Plain Layout
24384
24385 \backslash
24386 senh
24387 \end_layout
24388
24389 \end_inset
24390 </cell>
24391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24392 \begin_inset Text
24393
24394 \begin_layout Plain Layout
24395
24396 \backslash
24397 arcsin
24398 \end_layout
24399
24400 \end_inset
24401 </cell>
24402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24403 \begin_inset Text
24404
24405 \begin_layout Plain Layout
24406
24407 \backslash
24408 arcsen
24409 \end_layout
24410
24411 \end_inset
24412 </cell>
24413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24414 \begin_inset Text
24415
24416 \begin_layout Plain Layout
24417
24418 \backslash
24419 sup
24420 \end_layout
24421
24422 \end_inset
24423 </cell>
24424 </row>
24425 <row>
24426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24427 \begin_inset Text
24428
24429 \begin_layout Plain Layout
24430
24431 \backslash
24432 cos
24433 \end_layout
24434
24435 \end_inset
24436 </cell>
24437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24438 \begin_inset Text
24439
24440 \begin_layout Plain Layout
24441
24442 \end_layout
24443
24444 \end_inset
24445 </cell>
24446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24447 \begin_inset Text
24448
24449 \begin_layout Plain Layout
24450
24451 \backslash
24452 cosh
24453 \end_layout
24454
24455 \end_inset
24456 </cell>
24457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24458 \begin_inset Text
24459
24460 \begin_layout Plain Layout
24461
24462 \end_layout
24463
24464 \end_inset
24465 </cell>
24466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24467 \begin_inset Text
24468
24469 \begin_layout Plain Layout
24470
24471 \backslash
24472 arccos
24473 \end_layout
24474
24475 \end_inset
24476 </cell>
24477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24478 \begin_inset Text
24479
24480 \begin_layout Plain Layout
24481
24482 \end_layout
24483
24484 \end_inset
24485 </cell>
24486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24487 \begin_inset Text
24488
24489 \begin_layout Plain Layout
24490
24491 \backslash
24492 inf
24493 \end_layout
24494
24495 \end_inset
24496 </cell>
24497 </row>
24498 <row>
24499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24500 \begin_inset Text
24501
24502 \begin_layout Plain Layout
24503
24504 \backslash
24505 tan
24506 \end_layout
24507
24508 \end_inset
24509 </cell>
24510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24511 \begin_inset Text
24512
24513 \begin_layout Plain Layout
24514
24515 \backslash
24516 tg
24517 \end_layout
24518
24519 \end_inset
24520 </cell>
24521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24522 \begin_inset Text
24523
24524 \begin_layout Plain Layout
24525
24526 \backslash
24527 tanh
24528 \end_layout
24529
24530 \end_inset
24531 </cell>
24532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24533 \begin_inset Text
24534
24535 \begin_layout Plain Layout
24536
24537 \backslash
24538 tgh
24539 \end_layout
24540
24541 \end_inset
24542 </cell>
24543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24544 \begin_inset Text
24545
24546 \begin_layout Plain Layout
24547
24548 \backslash
24549 arctan
24550 \end_layout
24551
24552 \end_inset
24553 </cell>
24554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24555 \begin_inset Text
24556
24557 \begin_layout Plain Layout
24558
24559 \backslash
24560 arctg
24561 \end_layout
24562
24563 \end_inset
24564 </cell>
24565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24566 \begin_inset Text
24567
24568 \begin_layout Plain Layout
24569
24570 \backslash
24571 lim
24572 \end_layout
24573
24574 \end_inset
24575 </cell>
24576 </row>
24577 <row>
24578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24579 \begin_inset Text
24580
24581 \begin_layout Plain Layout
24582
24583 \backslash
24584 cot
24585 \end_layout
24586
24587 \end_inset
24588 </cell>
24589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24590 \begin_inset Text
24591
24592 \begin_layout Plain Layout
24593
24594 \backslash
24595 cotg
24596 \end_layout
24597
24598 \end_inset
24599 </cell>
24600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24601 \begin_inset Text
24602
24603 \begin_layout Plain Layout
24604
24605 \backslash
24606 coth
24607 \end_layout
24608
24609 \end_inset
24610 </cell>
24611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24612 \begin_inset Text
24613
24614 \begin_layout Plain Layout
24615
24616 \end_layout
24617
24618 \end_inset
24619 </cell>
24620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24621 \begin_inset Text
24622
24623 \begin_layout Plain Layout
24624
24625 \backslash
24626 arg
24627 \end_layout
24628
24629 \end_inset
24630 </cell>
24631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24632 \begin_inset Text
24633
24634 \begin_layout Plain Layout
24635
24636 \end_layout
24637
24638 \end_inset
24639 </cell>
24640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24641 \begin_inset Text
24642
24643 \begin_layout Plain Layout
24644
24645 \backslash
24646 liminf
24647 \end_layout
24648
24649 \end_inset
24650 </cell>
24651 </row>
24652 <row>
24653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24654 \begin_inset Text
24655
24656 \begin_layout Plain Layout
24657
24658 \backslash
24659 sec
24660 \end_layout
24661
24662 \end_inset
24663 </cell>
24664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24665 \begin_inset Text
24666
24667 \begin_layout Plain Layout
24668
24669 \end_layout
24670
24671 \end_inset
24672 </cell>
24673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24674 \begin_inset Text
24675
24676 \begin_layout Plain Layout
24677
24678 \backslash
24679 min
24680 \end_layout
24681
24682 \end_inset
24683 </cell>
24684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24685 \begin_inset Text
24686
24687 \begin_layout Plain Layout
24688
24689 \end_layout
24690
24691 \end_inset
24692 </cell>
24693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24694 \begin_inset Text
24695
24696 \begin_layout Plain Layout
24697
24698 \backslash
24699 deg
24700 \end_layout
24701
24702 \end_inset
24703 </cell>
24704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24705 \begin_inset Text
24706
24707 \begin_layout Plain Layout
24708
24709 \end_layout
24710
24711 \end_inset
24712 </cell>
24713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24714 \begin_inset Text
24715
24716 \begin_layout Plain Layout
24717
24718 \backslash
24719 limsup
24720 \end_layout
24721
24722 \end_inset
24723 </cell>
24724 </row>
24725 <row>
24726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24727 \begin_inset Text
24728
24729 \begin_layout Plain Layout
24730
24731 \backslash
24732 csc
24733 \end_layout
24734
24735 \end_inset
24736 </cell>
24737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24738 \begin_inset Text
24739
24740 \begin_layout Plain Layout
24741
24742 \backslash
24743 cosec
24744 \end_layout
24745
24746 \end_inset
24747 </cell>
24748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24749 \begin_inset Text
24750
24751 \begin_layout Plain Layout
24752
24753 \backslash
24754 max
24755 \end_layout
24756
24757 \end_inset
24758 </cell>
24759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24760 \begin_inset Text
24761
24762 \begin_layout Plain Layout
24763
24764 \end_layout
24765
24766 \end_inset
24767 </cell>
24768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24769 \begin_inset Text
24770
24771 \begin_layout Plain Layout
24772
24773 \backslash
24774 det
24775 \end_layout
24776
24777 \end_inset
24778 </cell>
24779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24780 \begin_inset Text
24781
24782 \begin_layout Plain Layout
24783
24784 \end_layout
24785
24786 \end_inset
24787 </cell>
24788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24789 \begin_inset Text
24790
24791 \begin_layout Plain Layout
24792
24793 \backslash
24794 Pr
24795 \end_layout
24796
24797 \end_inset
24798 </cell>
24799 </row>
24800 <row>
24801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24802 \begin_inset Text
24803
24804 \begin_layout Plain Layout
24805
24806 \backslash
24807 ln
24808 \end_layout
24809
24810 \end_inset
24811 </cell>
24812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24813 \begin_inset Text
24814
24815 \begin_layout Plain Layout
24816
24817 \end_layout
24818
24819 \end_inset
24820 </cell>
24821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24822 \begin_inset Text
24823
24824 \begin_layout Plain Layout
24825
24826 \backslash
24827 exp
24828 \end_layout
24829
24830 \end_inset
24831 </cell>
24832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24833 \begin_inset Text
24834
24835 \begin_layout Plain Layout
24836
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 dim
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 \end_layout
24858
24859 \end_inset
24860 </cell>
24861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24862 \begin_inset Text
24863
24864 \begin_layout Plain Layout
24865
24866 \backslash
24867 hom
24868 \end_layout
24869
24870 \end_inset
24871 </cell>
24872 </row>
24873 <row>
24874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24875 \begin_inset Text
24876
24877 \begin_layout Plain Layout
24878
24879 \backslash
24880 lg
24881 \end_layout
24882
24883 \end_inset
24884 </cell>
24885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24886 \begin_inset Text
24887
24888 \begin_layout Plain Layout
24889
24890 \end_layout
24891
24892 \end_inset
24893 </cell>
24894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24895 \begin_inset Text
24896
24897 \begin_layout Plain Layout
24898
24899 \backslash
24900 log
24901 \end_layout
24902
24903 \end_inset
24904 </cell>
24905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24906 \begin_inset Text
24907
24908 \begin_layout Plain Layout
24909
24910 \end_layout
24911
24912 \end_inset
24913 </cell>
24914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24915 \begin_inset Text
24916
24917 \begin_layout Plain Layout
24918
24919 \backslash
24920 ker
24921 \end_layout
24922
24923 \end_inset
24924 </cell>
24925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24926 \begin_inset Text
24927
24928 \begin_layout Plain Layout
24929
24930 \end_layout
24931
24932 \end_inset
24933 </cell>
24934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24935 \begin_inset Text
24936
24937 \begin_layout Plain Layout
24938
24939 \backslash
24940 gcd
24941 \end_layout
24942
24943 \end_inset
24944 </cell>
24945 </row>
24946 </lyxtabular>
24947
24948 \end_inset
24949
24950
24951 \end_layout
24952
24953 \begin_layout Standard
24954 También se pueden insertar con el botón 
24955 \begin_inset Graphics
24956         filename ../../images/math/functions.png
24957         scale 85
24958
24959 \end_inset
24960
24961  de la barra de ecuaciones.
24962 \end_layout
24963
24964 \begin_layout Subsection
24965 Funciones definidas por el usuario
24966 \begin_inset Index idx
24967 status collapsed
24968
24969 \begin_layout Plain Layout
24970 Funciones ! personalizadas
24971 \end_layout
24972
24973 \end_inset
24974
24975
24976 \end_layout
24977
24978 \begin_layout Standard
24979 Para usar una función no predefinida, como por ejemplo la función signo,
24980  sgn(x), hay dos posibilidades:
24981 \end_layout
24982
24983 \begin_layout Itemize
24984 Define la función añadiendo al preámbulo LaTeX la línea
24985 \begin_inset Foot
24986 status collapsed
24987
24988 \begin_layout Plain Layout
24989 Más sobre 
24990 \series bold
24991
24992 \backslash
24993 DeclareMathOperator
24994 \series default
24995  en 
24996 \begin_inset CommandInset ref
24997 LatexCommand ref
24998 reference "sub:Operadores-de-usuario"
24999
25000 \end_inset
25001
25002
25003 \end_layout
25004
25005 \end_inset
25006
25007
25008 \begin_inset Newline newline
25009 \end_inset
25010
25011
25012 \begin_inset VSpace -3mm
25013 \end_inset
25014
25015
25016 \begin_inset Newline newline
25017 \end_inset
25018
25019
25020 \series bold
25021
25022 \backslash
25023 DeclareMathOperator{
25024 \backslash
25025 sgn}{sgn}
25026 \series default
25027
25028 \begin_inset Index idx
25029 status collapsed
25030
25031 \begin_layout Plain Layout
25032 Comandos ! D ! 
25033 \backslash
25034 dbinom@
25035 \backslash
25036 DeclareMathOperator
25037 \end_layout
25038
25039 \end_inset
25040
25041
25042 \begin_inset Newline newline
25043 \end_inset
25044
25045
25046 \begin_inset VSpace -2mm
25047 \end_inset
25048
25049
25050 \begin_inset Newline newline
25051 \end_inset
25052
25053 Ahora la función recién definida se puede obtener con el comando 
25054 \series bold
25055
25056 \backslash
25057 sgn
25058 \series default
25059 .
25060 \end_layout
25061
25062 \begin_layout Itemize
25063 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25064  en nuestro ejemplo las letras 
25065 \emph on
25066 sgn
25067 \emph default
25068 , y cámbialo a texto matemático.
25069  Entre el factor precedente y la función se inserta un espacio.
25070 \end_layout
25071
25072 \begin_layout Standard
25073 El resultado con ambos métodos es el mismo que con una función predefinida:
25074 \begin_inset Foot
25075 status collapsed
25076
25077 \begin_layout Plain Layout
25078 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
25079  negro.
25080 \end_layout
25081
25082 \end_inset
25083
25084
25085 \end_layout
25086
25087 \begin_layout Standard
25088 \align center
25089 \begin_inset Tabular
25090 <lyxtabular version="3" rows="3" columns="2">
25091 <features rotate="0" tabularvalignment="middle">
25092 <column alignment="center" valignment="top" width="0pt">
25093 <column alignment="center" valignment="top" width="0pt">
25094 <row>
25095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25096 \begin_inset Text
25097
25098 \begin_layout Plain Layout
25099 Comando
25100 \end_layout
25101
25102 \end_inset
25103 </cell>
25104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25105 \begin_inset Text
25106
25107 \begin_layout Plain Layout
25108 Resultado
25109 \end_layout
25110
25111 \end_inset
25112 </cell>
25113 </row>
25114 <row>
25115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25116 \begin_inset Text
25117
25118 \begin_layout Plain Layout
25119 A
25120 \backslash
25121 sgn(x)+B
25122 \end_layout
25123
25124 \end_inset
25125 </cell>
25126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25127 \begin_inset Text
25128
25129 \begin_layout Plain Layout
25130 \begin_inset Formula $A\sgn(x)+B$
25131 \end_inset
25132
25133
25134 \end_layout
25135
25136 \end_inset
25137 </cell>
25138 </row>
25139 <row>
25140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25141 \begin_inset Text
25142
25143 \begin_layout Plain Layout
25144 A
25145 \backslash
25146 ,
25147 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\mathsf{Alt+M\, M}}$
25148 \end_inset
25149
25150 (x)+B
25151 \end_layout
25152
25153 \end_inset
25154 </cell>
25155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25156 \begin_inset Text
25157
25158 \begin_layout Plain Layout
25159 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
25160 \end_inset
25161
25162
25163 \end_layout
25164
25165 \end_inset
25166 </cell>
25167 </row>
25168 </lyxtabular>
25169
25170 \end_inset
25171
25172
25173 \end_layout
25174
25175 \begin_layout Standard
25176 El primer método es preferible si la función se va a usar varias veces.
25177 \end_layout
25178
25179 \begin_layout Standard
25180 \noindent
25181 \align center
25182 \begin_inset Newpage newpage
25183 \end_inset
25184
25185
25186 \end_layout
25187
25188 \begin_layout Subsection
25189 Límites
25190 \begin_inset Index idx
25191 status collapsed
25192
25193 \begin_layout Plain Layout
25194 Limites@Límites
25195 \end_layout
25196
25197 \end_inset
25198
25199
25200 \end_layout
25201
25202 \begin_layout Standard
25203 Para límites, además de 
25204 \series bold
25205
25206 \backslash
25207 lim
25208 \series default
25209
25210 \begin_inset Index idx
25211 status collapsed
25212
25213 \begin_layout Plain Layout
25214 Comandos ! L ! 
25215 \backslash
25216 lim
25217 \end_layout
25218
25219 \end_inset
25220
25221
25222 \series bold
25223
25224 \backslash
25225 liminf
25226 \series default
25227  y 
25228 \series bold
25229
25230 \backslash
25231 limsup
25232 \series default
25233  están definidas las siguientes funciones:
25234 \series bold
25235  
25236 \end_layout
25237
25238 \begin_layout Standard
25239 \noindent
25240 \align center
25241 \begin_inset Tabular
25242 <lyxtabular version="3" rows="5" columns="2">
25243 <features rotate="0" tabularvalignment="middle">
25244 <column alignment="center" valignment="top">
25245 <column alignment="center" valignment="top">
25246 <row>
25247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25248 \begin_inset Text
25249
25250 \begin_layout Plain Layout
25251 Comando
25252 \end_layout
25253
25254 \end_inset
25255 </cell>
25256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25257 \begin_inset Text
25258
25259 \begin_layout Plain Layout
25260 Resultado
25261 \begin_inset Note Note
25262 status collapsed
25263
25264 \begin_layout Plain Layout
25265
25266 \series bold
25267
25268 \backslash
25269 raisebox
25270 \series default
25271  se usa sólo como espaciador
25272 \end_layout
25273
25274 \end_inset
25275
25276
25277 \end_layout
25278
25279 \end_inset
25280 </cell>
25281 </row>
25282 <row>
25283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25284 \begin_inset Text
25285
25286 \begin_layout Plain Layout
25287
25288 \backslash
25289 varliminf
25290 \end_layout
25291
25292 \end_inset
25293 </cell>
25294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25295 \begin_inset Text
25296
25297 \begin_layout Plain Layout
25298 \begin_inset Formula $\varliminf$
25299 \end_inset
25300
25301
25302 \end_layout
25303
25304 \end_inset
25305 </cell>
25306 </row>
25307 <row>
25308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25309 \begin_inset Text
25310
25311 \begin_layout Plain Layout
25312
25313 \backslash
25314 varlimsup
25315 \end_layout
25316
25317 \end_inset
25318 </cell>
25319 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25320 \begin_inset Text
25321
25322 \begin_layout Plain Layout
25323 \begin_inset Formula $\varlimsup$
25324 \end_inset
25325
25326
25327 \end_layout
25328
25329 \end_inset
25330 </cell>
25331 </row>
25332 <row>
25333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25334 \begin_inset Text
25335
25336 \begin_layout Plain Layout
25337
25338 \backslash
25339 varprojlim
25340 \end_layout
25341
25342 \end_inset
25343 </cell>
25344 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25345 \begin_inset Text
25346
25347 \begin_layout Plain Layout
25348 \begin_inset Formula $\varprojlim$
25349 \end_inset
25350
25351
25352 \end_layout
25353
25354 \end_inset
25355 </cell>
25356 </row>
25357 <row>
25358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25359 \begin_inset Text
25360
25361 \begin_layout Plain Layout
25362
25363 \backslash
25364 varinjlim
25365 \end_layout
25366
25367 \end_inset
25368 </cell>
25369 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25370 \begin_inset Text
25371
25372 \begin_layout Plain Layout
25373 \begin_inset Formula $\varinjlim$
25374 \end_inset
25375
25376
25377 \begin_inset Formula $\raisebox{-2.5mm}{}$
25378 \end_inset
25379
25380
25381 \end_layout
25382
25383 \end_inset
25384 </cell>
25385 </row>
25386 </lyxtabular>
25387
25388 \end_inset
25389
25390
25391 \end_layout
25392
25393 \begin_layout Standard
25394 \begin_inset VSpace medskip
25395 \end_inset
25396
25397
25398 \end_layout
25399
25400 \begin_layout Standard
25401 El límite se crea insertando un subíndice.
25402  Se imprime a la derecha junto a la función en una fórmula en línea:
25403 \end_layout
25404
25405 \begin_layout Standard
25406 \noindent
25407 \align center
25408 \begin_inset Tabular
25409 <lyxtabular version="3" rows="2" columns="2">
25410 <features rotate="0" tabularvalignment="middle">
25411 <column alignment="center" valignment="top" width="0pt">
25412 <column alignment="center" valignment="top" width="0pt">
25413 <row>
25414 <cell alignment="center" valignment="top" usebox="none">
25415 \begin_inset Text
25416
25417 \begin_layout Plain Layout
25418 Comando
25419 \end_layout
25420
25421 \end_inset
25422 </cell>
25423 <cell alignment="center" valignment="top" usebox="none">
25424 \begin_inset Text
25425
25426 \begin_layout Plain Layout
25427 \begin_inset space \hspace{}
25428 \length 1cm
25429 \end_inset
25430
25431 Resultado
25432 \begin_inset Note Note
25433 status collapsed
25434
25435 \begin_layout Plain Layout
25436
25437 \series bold
25438
25439 \backslash
25440 raisebox
25441 \series default
25442  se usa sólo como espaciador
25443 \end_layout
25444
25445 \end_inset
25446
25447
25448 \end_layout
25449
25450 \end_inset
25451 </cell>
25452 </row>
25453 <row>
25454 <cell alignment="center" valignment="top" usebox="none">
25455 \begin_inset Text
25456
25457 \begin_layout Plain Layout
25458
25459 \backslash
25460 lim_x
25461 \backslash
25462 to
25463 \begin_inset space \textvisiblespace{}
25464 \end_inset
25465
25466 A
25467 \begin_inset space \textvisiblespace{}
25468 \end_inset
25469
25470 x=B
25471 \end_layout
25472
25473 \end_inset
25474 </cell>
25475 <cell alignment="center" valignment="top" usebox="none">
25476 \begin_inset Text
25477
25478 \begin_layout Plain Layout
25479 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}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 En una ecuación presentada el límite se imprime debajo, como es habitual:
25497 \begin_inset Formula 
25498 \[
25499 \lim\limits _{x\rightarrow A}=B
25500 \]
25501
25502 \end_inset
25503
25504
25505 \end_layout
25506
25507 \begin_layout Subsection
25508 Función módulo
25509 \begin_inset Index idx
25510 status collapsed
25511
25512 \begin_layout Plain Layout
25513 Funciones ! módulo
25514 \end_layout
25515
25516 \end_inset
25517
25518
25519 \end_layout
25520
25521 \begin_layout Standard
25522 La función módulo es especial, porque existe en cuatro variantes.
25523 \end_layout
25524
25525 \begin_layout Standard
25526 En una ecuación presentada:
25527 \begin_inset Formula 
25528 \begin{align*}
25529 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
25530 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25531 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25532 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25533 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25534 \end{align*}
25535
25536 \end_inset
25537
25538 En una ecuación en línea se pone menos espacio delante del nombre de la
25539  función para todas las variantes.
25540  Por omisión, las funciones módulo solo tienen en cuenta el primer carácter
25541  siguente.
25542  Para aplicarlas a más de un carácter hay que poner estos entre llaves TeX:
25543 \begin_inset Formula 
25544 \begin{align*}
25545 \underline{\textrm{Comando}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Resultado}}\\
25546 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25547 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25548 \end{align*}
25549
25550 \end_inset
25551
25552
25553 \end_layout
25554
25555 \begin_layout Section
25556 Caracteres especiales
25557 \begin_inset Index idx
25558 status collapsed
25559
25560 \begin_layout Plain Layout
25561 Caracteres especiales
25562 \end_layout
25563
25564 \end_inset
25565
25566
25567 \end_layout
25568
25569 \begin_layout Subsection
25570 Caracteres especiales en texto matemático
25571 \end_layout
25572
25573 \begin_layout Standard
25574 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
25575  TeX:
25576 \end_layout
25577
25578 \begin_layout Standard
25579 \begin_inset space \hfill{}
25580 \end_inset
25581
25582
25583 \begin_inset Tabular
25584 <lyxtabular version="3" rows="8" columns="2">
25585 <features rotate="0" tabularvalignment="middle">
25586 <column alignment="block" valignment="top">
25587 <column alignment="block" valignment="top">
25588 <row>
25589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25590 \begin_inset Text
25591
25592 \begin_layout Plain Layout
25593 Comando
25594 \end_layout
25595
25596 \end_inset
25597 </cell>
25598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25599 \begin_inset Text
25600
25601 \begin_layout Plain Layout
25602 Resultado
25603 \end_layout
25604
25605 \end_inset
25606 </cell>
25607 </row>
25608 <row>
25609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25610 \begin_inset Text
25611
25612 \begin_layout Plain Layout
25613
25614 \backslash
25615 oe
25616 \end_layout
25617
25618 \end_inset
25619 </cell>
25620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25621 \begin_inset Text
25622
25623 \begin_layout Plain Layout
25624 \begin_inset Formula $\textrm{œ}$
25625 \end_inset
25626
25627
25628 \end_layout
25629
25630 \end_inset
25631 </cell>
25632 </row>
25633 <row>
25634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25635 \begin_inset Text
25636
25637 \begin_layout Plain Layout
25638
25639 \backslash
25640 OE
25641 \end_layout
25642
25643 \end_inset
25644 </cell>
25645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25646 \begin_inset Text
25647
25648 \begin_layout Plain Layout
25649 \begin_inset Formula $\textrm{Œ}$
25650 \end_inset
25651
25652
25653 \end_layout
25654
25655 \end_inset
25656 </cell>
25657 </row>
25658 <row>
25659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25660 \begin_inset Text
25661
25662 \begin_layout Plain Layout
25663
25664 \backslash
25665 ae
25666 \end_layout
25667
25668 \end_inset
25669 </cell>
25670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25671 \begin_inset Text
25672
25673 \begin_layout Plain Layout
25674 \begin_inset Formula $\textrm{æ}$
25675 \end_inset
25676
25677
25678 \end_layout
25679
25680 \end_inset
25681 </cell>
25682 </row>
25683 <row>
25684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25685 \begin_inset Text
25686
25687 \begin_layout Plain Layout
25688
25689 \backslash
25690 AE
25691 \end_layout
25692
25693 \end_inset
25694 </cell>
25695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25696 \begin_inset Text
25697
25698 \begin_layout Plain Layout
25699 \begin_inset Formula $\textrm{Æ}$
25700 \end_inset
25701
25702
25703 \end_layout
25704
25705 \end_inset
25706 </cell>
25707 </row>
25708 <row>
25709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25710 \begin_inset Text
25711
25712 \begin_layout Plain Layout
25713
25714 \backslash
25715 aa
25716 \end_layout
25717
25718 \end_inset
25719 </cell>
25720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25721 \begin_inset Text
25722
25723 \begin_layout Plain Layout
25724 \begin_inset Formula $\textrm{\aa}$
25725 \end_inset
25726
25727
25728 \end_layout
25729
25730 \end_inset
25731 </cell>
25732 </row>
25733 <row>
25734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25735 \begin_inset Text
25736
25737 \begin_layout Plain Layout
25738
25739 \backslash
25740 AA
25741 \begin_inset Index idx
25742 status collapsed
25743
25744 \begin_layout Plain Layout
25745
25746 \backslash
25747 @
25748 \begin_inset ERT
25749 status collapsed
25750
25751 \begin_layout Plain Layout
25752
25753
25754 \backslash
25755 textrm{
25756 \backslash
25757 AA}
25758 \end_layout
25759
25760 \end_inset
25761
25762
25763 \end_layout
25764
25765 \end_inset
25766
25767
25768 \end_layout
25769
25770 \end_inset
25771 </cell>
25772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25773 \begin_inset Text
25774
25775 \begin_layout Plain Layout
25776 \begin_inset Formula $\textrm{Å}$
25777 \end_inset
25778
25779
25780 \end_layout
25781
25782 \end_inset
25783 </cell>
25784 </row>
25785 <row>
25786 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25787 \begin_inset Text
25788
25789 \begin_layout Plain Layout
25790
25791 \backslash
25792 i
25793 \end_layout
25794
25795 \end_inset
25796 </cell>
25797 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25798 \begin_inset Text
25799
25800 \begin_layout Plain Layout
25801 \begin_inset Formula $\textrm{ı}$
25802 \end_inset
25803
25804
25805 \end_layout
25806
25807 \end_inset
25808 </cell>
25809 </row>
25810 </lyxtabular>
25811
25812 \end_inset
25813
25814
25815 \begin_inset space \hfill{}
25816 \end_inset
25817
25818
25819 \begin_inset Tabular
25820 <lyxtabular version="3" rows="8" columns="2">
25821 <features rotate="0" tabularvalignment="middle">
25822 <column alignment="block" valignment="top">
25823 <column alignment="center" valignment="top">
25824 <row>
25825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25826 \begin_inset Text
25827
25828 \begin_layout Plain Layout
25829 Comando
25830 \begin_inset Note Note
25831 status collapsed
25832
25833 \begin_layout Plain Layout
25834
25835 \series bold
25836
25837 \backslash
25838 raisebox
25839 \series default
25840  se usa sólo como espaciador
25841 \end_layout
25842
25843 \end_inset
25844
25845
25846 \end_layout
25847
25848 \end_inset
25849 </cell>
25850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25851 \begin_inset Text
25852
25853 \begin_layout Plain Layout
25854 Resultado
25855 \end_layout
25856
25857 \end_inset
25858 </cell>
25859 </row>
25860 <row>
25861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25862 \begin_inset Text
25863
25864 \begin_layout Plain Layout
25865
25866 \backslash
25867 o
25868 \end_layout
25869
25870 \end_inset
25871 </cell>
25872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25873 \begin_inset Text
25874
25875 \begin_layout Plain Layout
25876 \begin_inset Formula $\textrm{ø}$
25877 \end_inset
25878
25879
25880 \end_layout
25881
25882 \end_inset
25883 </cell>
25884 </row>
25885 <row>
25886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25887 \begin_inset Text
25888
25889 \begin_layout Plain Layout
25890
25891 \backslash
25892 O
25893 \end_layout
25894
25895 \end_inset
25896 </cell>
25897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25898 \begin_inset Text
25899
25900 \begin_layout Plain Layout
25901 \begin_inset Formula $\textrm{Ø}$
25902 \end_inset
25903
25904
25905 \end_layout
25906
25907 \end_inset
25908 </cell>
25909 </row>
25910 <row>
25911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25912 \begin_inset Text
25913
25914 \begin_layout Plain Layout
25915
25916 \backslash
25917 l
25918 \end_layout
25919
25920 \end_inset
25921 </cell>
25922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25923 \begin_inset Text
25924
25925 \begin_layout Plain Layout
25926 \begin_inset Formula $\textrm{ł}$
25927 \end_inset
25928
25929
25930 \end_layout
25931
25932 \end_inset
25933 </cell>
25934 </row>
25935 <row>
25936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25937 \begin_inset Text
25938
25939 \begin_layout Plain Layout
25940
25941 \backslash
25942 L
25943 \end_layout
25944
25945 \end_inset
25946 </cell>
25947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25948 \begin_inset Text
25949
25950 \begin_layout Plain Layout
25951 \begin_inset Formula $\textrm{Ł}$
25952 \end_inset
25953
25954
25955 \end_layout
25956
25957 \end_inset
25958 </cell>
25959 </row>
25960 <row>
25961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25962 \begin_inset Text
25963
25964 \begin_layout Plain Layout
25965 !
25966 \begin_inset space \hspace{}
25967 \length 0mm
25968 \end_inset
25969
25970 `
25971 \begin_inset space \textvisiblespace{}
25972 \end_inset
25973
25974
25975 \end_layout
25976
25977 \end_inset
25978 </cell>
25979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25980 \begin_inset Text
25981
25982 \begin_layout Plain Layout
25983 \begin_inset Formula $\textrm{!`}$
25984 \end_inset
25985
25986
25987 \end_layout
25988
25989 \end_inset
25990 </cell>
25991 </row>
25992 <row>
25993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25994 \begin_inset Text
25995
25996 \begin_layout Plain Layout
25997 ?
25998 \begin_inset space \hspace{}
25999 \length 0mm
26000 \end_inset
26001
26002 `
26003 \begin_inset space \textvisiblespace{}
26004 \end_inset
26005
26006
26007 \end_layout
26008
26009 \end_inset
26010 </cell>
26011 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26012 \begin_inset Text
26013
26014 \begin_layout Plain Layout
26015 \begin_inset Formula $\textrm{?`}$
26016 \end_inset
26017
26018
26019 \end_layout
26020
26021 \end_inset
26022 </cell>
26023 </row>
26024 <row>
26025 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26026 \begin_inset Text
26027
26028 \begin_layout Plain Layout
26029
26030 \backslash
26031 j
26032 \end_layout
26033
26034 \end_inset
26035 </cell>
26036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26037 \begin_inset Text
26038
26039 \begin_layout Plain Layout
26040 \begin_inset Formula $\textrm{ȷ}$
26041 \end_inset
26042
26043
26044 \end_layout
26045
26046 \end_inset
26047 </cell>
26048 </row>
26049 </lyxtabular>
26050
26051 \end_inset
26052
26053
26054 \begin_inset space \hfill{}
26055 \end_inset
26056
26057
26058 \end_layout
26059
26060 \begin_layout Standard
26061 Los caracteres 
26062 \begin_inset Formula $\textrm{\textrm{Å}}$
26063 \end_inset
26064
26065  y 
26066 \begin_inset Formula $\textrm{\textrm{Ø}}$
26067 \end_inset
26068
26069  también se pueden insertar mediante el botón 
26070 \begin_inset Graphics
26071         filename ../../images/math/digamma.png
26072         scale 85
26073
26074 \end_inset
26075
26076  de la barra de ecuaciones.
26077 \end_layout
26078
26079 \begin_layout Standard
26080 Los comandos 
26081 \series bold
26082 !
26083 \begin_inset space \hspace{}
26084 \length 0mm
26085 \end_inset
26086
26087 `
26088 \series default
26089  y 
26090 \series bold
26091 ?
26092 \begin_inset space \hspace{}
26093 \length 0mm
26094 \end_inset
26095
26096 `
26097 \series default
26098  son una excepción porque se pueden insertar directamente a texto en LyX.
26099  
26100 \end_layout
26101
26102 \begin_layout Subsection
26103 Acentos en texto
26104 \begin_inset CommandInset label
26105 LatexCommand label
26106 name "sub:Acentos-en-texto"
26107
26108 \end_inset
26109
26110
26111 \begin_inset Index idx
26112 status collapsed
26113
26114 \begin_layout Plain Layout
26115 Acentos ! en texto
26116 \end_layout
26117
26118 \end_inset
26119
26120
26121 \end_layout
26122
26123 \begin_layout Standard
26124 Con los siguientes comandos se pueden acentuar todas las letras.
26125  Los comandos deben ponerse en modo TeX.
26126 \end_layout
26127
26128 \begin_layout Standard
26129 \begin_inset space \hfill{}
26130 \end_inset
26131
26132
26133 \begin_inset Tabular
26134 <lyxtabular version="3" rows="8" columns="2">
26135 <features rotate="0" tabularvalignment="middle">
26136 <column alignment="block" valignment="top">
26137 <column alignment="block" valignment="top">
26138 <row>
26139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26140 \begin_inset Text
26141
26142 \begin_layout Plain Layout
26143 Comando
26144 \end_layout
26145
26146 \end_inset
26147 </cell>
26148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26149 \begin_inset Text
26150
26151 \begin_layout Plain Layout
26152 Resultado
26153 \end_layout
26154
26155 \end_inset
26156 </cell>
26157 </row>
26158 <row>
26159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26160 \begin_inset Text
26161
26162 \begin_layout Plain Layout
26163
26164 \backslash
26165
26166 \begin_inset Quotes grd
26167 \end_inset
26168
26169 e
26170 \end_layout
26171
26172 \end_inset
26173 </cell>
26174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26175 \begin_inset Text
26176
26177 \begin_layout Plain Layout
26178 \begin_inset ERT
26179 status collapsed
26180
26181 \begin_layout Plain Layout
26182
26183
26184 \backslash
26185 "e
26186 \end_layout
26187
26188 \end_inset
26189
26190
26191 \end_layout
26192
26193 \end_inset
26194 </cell>
26195 </row>
26196 <row>
26197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26198 \begin_inset Text
26199
26200 \begin_layout Plain Layout
26201
26202 \backslash
26203 `e
26204 \end_layout
26205
26206 \end_inset
26207 </cell>
26208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26209 \begin_inset Text
26210
26211 \begin_layout Plain Layout
26212 \begin_inset ERT
26213 status collapsed
26214
26215 \begin_layout Plain Layout
26216
26217
26218 \backslash
26219 `e
26220 \end_layout
26221
26222 \end_inset
26223
26224
26225 \end_layout
26226
26227 \end_inset
26228 </cell>
26229 </row>
26230 <row>
26231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26232 \begin_inset Text
26233
26234 \begin_layout Plain Layout
26235
26236 \backslash
26237 ^
26238 \begin_inset space \textvisiblespace{}
26239 \end_inset
26240
26241 e
26242 \end_layout
26243
26244 \end_inset
26245 </cell>
26246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26247 \begin_inset Text
26248
26249 \begin_layout Plain Layout
26250 \begin_inset ERT
26251 status collapsed
26252
26253 \begin_layout Plain Layout
26254
26255
26256 \backslash
26257 ^e
26258 \end_layout
26259
26260 \end_inset
26261
26262
26263 \end_layout
26264
26265 \end_inset
26266 </cell>
26267 </row>
26268 <row>
26269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26270 \begin_inset Text
26271
26272 \begin_layout Plain Layout
26273
26274 \backslash
26275 =e
26276 \end_layout
26277
26278 \end_inset
26279 </cell>
26280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26281 \begin_inset Text
26282
26283 \begin_layout Plain Layout
26284 \begin_inset ERT
26285 status collapsed
26286
26287 \begin_layout Plain Layout
26288
26289
26290 \backslash
26291 =e
26292 \end_layout
26293
26294 \end_inset
26295
26296
26297 \end_layout
26298
26299 \end_inset
26300 </cell>
26301 </row>
26302 <row>
26303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26304 \begin_inset Text
26305
26306 \begin_layout Plain Layout
26307
26308 \backslash
26309 u
26310 \begin_inset space \textvisiblespace{}
26311 \end_inset
26312
26313 e
26314 \end_layout
26315
26316 \end_inset
26317 </cell>
26318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26319 \begin_inset Text
26320
26321 \begin_layout Plain Layout
26322 \begin_inset ERT
26323 status collapsed
26324
26325 \begin_layout Plain Layout
26326
26327
26328 \backslash
26329 u e
26330 \end_layout
26331
26332 \end_inset
26333
26334
26335 \end_layout
26336
26337 \end_inset
26338 </cell>
26339 </row>
26340 <row>
26341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26342 \begin_inset Text
26343
26344 \begin_layout Plain Layout
26345
26346 \backslash
26347 b
26348 \begin_inset space \textvisiblespace{}
26349 \end_inset
26350
26351 e
26352 \end_layout
26353
26354 \end_inset
26355 </cell>
26356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26357 \begin_inset Text
26358
26359 \begin_layout Plain Layout
26360 \begin_inset ERT
26361 status collapsed
26362
26363 \begin_layout Plain Layout
26364
26365
26366 \backslash
26367 b e
26368 \end_layout
26369
26370 \end_inset
26371
26372
26373 \end_layout
26374
26375 \end_inset
26376 </cell>
26377 </row>
26378 <row>
26379 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26380 \begin_inset Text
26381
26382 \begin_layout Plain Layout
26383
26384 \backslash
26385 t
26386 \begin_inset space \textvisiblespace{}
26387 \end_inset
26388
26389 ee
26390 \end_layout
26391
26392 \end_inset
26393 </cell>
26394 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26395 \begin_inset Text
26396
26397 \begin_layout Plain Layout
26398 \begin_inset ERT
26399 status collapsed
26400
26401 \begin_layout Plain Layout
26402
26403
26404 \backslash
26405 t ee
26406 \end_layout
26407
26408 \end_inset
26409
26410
26411 \end_layout
26412
26413 \end_inset
26414 </cell>
26415 </row>
26416 </lyxtabular>
26417
26418 \end_inset
26419
26420
26421 \begin_inset space \hfill{}
26422 \end_inset
26423
26424
26425 \begin_inset Tabular
26426 <lyxtabular version="3" rows="8" columns="2">
26427 <features rotate="0" tabularvalignment="middle">
26428 <column alignment="block" valignment="top">
26429 <column alignment="center" valignment="top">
26430 <row>
26431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26432 \begin_inset Text
26433
26434 \begin_layout Plain Layout
26435 Comando
26436 \end_layout
26437
26438 \end_inset
26439 </cell>
26440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26441 \begin_inset Text
26442
26443 \begin_layout Plain Layout
26444 Resultado
26445 \end_layout
26446
26447 \end_inset
26448 </cell>
26449 </row>
26450 <row>
26451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26452 \begin_inset Text
26453
26454 \begin_layout Plain Layout
26455
26456 \backslash
26457 H
26458 \begin_inset space \textvisiblespace{}
26459 \end_inset
26460
26461 e
26462 \end_layout
26463
26464 \end_inset
26465 </cell>
26466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26467 \begin_inset Text
26468
26469 \begin_layout Plain Layout
26470 \begin_inset ERT
26471 status collapsed
26472
26473 \begin_layout Plain Layout
26474
26475
26476 \backslash
26477 H e
26478 \end_layout
26479
26480 \end_inset
26481
26482
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 'e
26496 \end_layout
26497
26498 \end_inset
26499 </cell>
26500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26501 \begin_inset Text
26502
26503 \begin_layout Plain Layout
26504 \begin_inset ERT
26505 status collapsed
26506
26507 \begin_layout Plain Layout
26508
26509
26510 \backslash
26511 'e
26512 \end_layout
26513
26514 \end_inset
26515
26516
26517 \end_layout
26518
26519 \end_inset
26520 </cell>
26521 </row>
26522 <row>
26523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26524 \begin_inset Text
26525
26526 \begin_layout Plain Layout
26527
26528 \backslash
26529 ~e
26530 \begin_inset Index idx
26531 status collapsed
26532
26533 \begin_layout Plain Layout
26534 Tilde
26535 \end_layout
26536
26537 \end_inset
26538
26539
26540 \end_layout
26541
26542 \end_inset
26543 </cell>
26544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26545 \begin_inset Text
26546
26547 \begin_layout Plain Layout
26548 \begin_inset ERT
26549 status collapsed
26550
26551 \begin_layout Plain Layout
26552
26553
26554 \backslash
26555 ~e
26556 \end_layout
26557
26558 \end_inset
26559
26560
26561 \end_layout
26562
26563 \end_inset
26564 </cell>
26565 </row>
26566 <row>
26567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26568 \begin_inset Text
26569
26570 \begin_layout Plain Layout
26571
26572 \backslash
26573 .e
26574 \end_layout
26575
26576 \end_inset
26577 </cell>
26578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26579 \begin_inset Text
26580
26581 \begin_layout Plain Layout
26582 \begin_inset ERT
26583 status collapsed
26584
26585 \begin_layout Plain Layout
26586
26587
26588 \backslash
26589 .e
26590 \end_layout
26591
26592 \end_inset
26593
26594
26595 \end_layout
26596
26597 \end_inset
26598 </cell>
26599 </row>
26600 <row>
26601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26602 \begin_inset Text
26603
26604 \begin_layout Plain Layout
26605
26606 \backslash
26607 v
26608 \begin_inset space \textvisiblespace{}
26609 \end_inset
26610
26611 e
26612 \end_layout
26613
26614 \end_inset
26615 </cell>
26616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26617 \begin_inset Text
26618
26619 \begin_layout Plain Layout
26620 \begin_inset ERT
26621 status collapsed
26622
26623 \begin_layout Plain Layout
26624
26625
26626 \backslash
26627 v e
26628 \end_layout
26629
26630 \end_inset
26631
26632
26633 \end_layout
26634
26635 \end_inset
26636 </cell>
26637 </row>
26638 <row>
26639 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26640 \begin_inset Text
26641
26642 \begin_layout Plain Layout
26643
26644 \backslash
26645 d
26646 \begin_inset space \textvisiblespace{}
26647 \end_inset
26648
26649 e
26650 \end_layout
26651
26652 \end_inset
26653 </cell>
26654 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26655 \begin_inset Text
26656
26657 \begin_layout Plain Layout
26658 \begin_inset ERT
26659 status collapsed
26660
26661 \begin_layout Plain Layout
26662
26663
26664 \backslash
26665 d e
26666 \end_layout
26667
26668 \end_inset
26669
26670
26671 \end_layout
26672
26673 \end_inset
26674 </cell>
26675 </row>
26676 <row>
26677 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26678 \begin_inset Text
26679
26680 \begin_layout Plain Layout
26681
26682 \backslash
26683 c
26684 \begin_inset space \textvisiblespace{}
26685 \end_inset
26686
26687 e
26688 \end_layout
26689
26690 \end_inset
26691 </cell>
26692 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26693 \begin_inset Text
26694
26695 \begin_layout Plain Layout
26696 \begin_inset ERT
26697 status collapsed
26698
26699 \begin_layout Plain Layout
26700
26701
26702 \backslash
26703 c e
26704 \end_layout
26705
26706 \end_inset
26707
26708
26709 \end_layout
26710
26711 \end_inset
26712 </cell>
26713 </row>
26714 </lyxtabular>
26715
26716 \end_inset
26717
26718
26719 \begin_inset space \hfill{}
26720 \end_inset
26721
26722
26723 \end_layout
26724
26725 \begin_layout Standard
26726 \begin_inset VSpace medskip
26727 \end_inset
26728
26729
26730 \end_layout
26731
26732 \begin_layout Standard
26733 Con el comando 
26734 \series bold
26735
26736 \backslash
26737 t
26738 \series default
26739  también se pueden acentuar dos caracteres distintos.
26740  El comando 
26741 \series bold
26742
26743 \backslash
26744 t
26745 \begin_inset space \textvisiblespace{}
26746 \end_inset
26747
26748 sz
26749 \series default
26750  genera 
26751 \begin_inset ERT
26752 status collapsed
26753
26754 \begin_layout Plain Layout
26755
26756
26757 \backslash
26758 t sz
26759 \end_layout
26760
26761 \end_inset
26762
26763
26764 \end_layout
26765
26766 \begin_layout Standard
26767 Los acentos 
26768 \series bold
26769 `
26770 \series default
26771  , 
26772 \series bold
26773 '
26774 \series default
26775  y 
26776 \series bold
26777 ^
26778 \series default
26779  se pueden insertar directamente con el teclado sobre vocales sin usar modo
26780  TeX.
26781  Lo mismo se aplica a la tilde
26782 \begin_inset Foot
26783 status collapsed
26784
26785 \begin_layout Plain Layout
26786 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
26787 \end_layout
26788
26789 \end_inset
26790
26791  con 
26792 \emph on
26793 a
26794 \emph default
26795
26796 \emph on
26797 o
26798 \emph default
26799  y 
26800 \emph on
26801 n.
26802 \end_layout
26803
26804 \begin_layout Standard
26805 Los comandos 
26806 \series bold
26807
26808 \backslash
26809 b
26810 \series default
26811  , 
26812 \series bold
26813
26814 \backslash
26815 c
26816 \series default
26817  , 
26818 \series bold
26819
26820 \backslash
26821 d
26822 \series default
26823  , 
26824 \series bold
26825
26826 \backslash
26827 H
26828 \series default
26829  , 
26830 \series bold
26831
26832 \backslash
26833 t
26834 \series default
26835  , 
26836 \series bold
26837
26838 \backslash
26839 u
26840 \series default
26841  , 
26842 \series bold
26843
26844 \backslash
26845 v
26846 \series default
26847 , y acentos insertados directamente con el teclado también están disponibles
26848  en texto matemático.
26849  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
26850  
26851 \begin_inset CommandInset ref
26852 LatexCommand ref
26853 reference "sub:Acentos-para-un"
26854
26855 \end_inset
26856
26857 .
26858 \end_layout
26859
26860 \begin_layout Standard
26861 \begin_inset VSpace bigskip
26862 \end_inset
26863
26864
26865 \end_layout
26866
26867 \begin_layout Standard
26868 Además, con el comando 
26869 \series bold
26870
26871 \backslash
26872 textcircled
26873 \series default
26874
26875 \begin_inset Index idx
26876 status collapsed
26877
26878 \begin_layout Plain Layout
26879 Comandos ! T ! 
26880 \backslash
26881 textcircled
26882 \end_layout
26883
26884 \end_inset
26885
26886  se pueden insertar en un círculo todos los números y letras, de forma parecida
26887  al símbolo copyright.
26888 \end_layout
26889
26890 \begin_layout Standard
26891 \noindent
26892 \align center
26893 \begin_inset Tabular
26894 <lyxtabular version="3" rows="3" columns="2">
26895 <features rotate="0" tabularvalignment="middle">
26896 <column alignment="center" valignment="top">
26897 <column alignment="center" valignment="top">
26898 <row>
26899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26900 \begin_inset Text
26901
26902 \begin_layout Plain Layout
26903 Comando
26904 \end_layout
26905
26906 \end_inset
26907 </cell>
26908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26909 \begin_inset Text
26910
26911 \begin_layout Plain Layout
26912 Resultado
26913 \begin_inset Note Note
26914 status collapsed
26915
26916 \begin_layout Plain Layout
26917
26918 \series bold
26919
26920 \backslash
26921 raisebox
26922 \series default
26923  se usa sólo como espaciador
26924 \end_layout
26925
26926 \end_inset
26927
26928
26929 \end_layout
26930
26931 \end_inset
26932 </cell>
26933 </row>
26934 <row>
26935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26936 \begin_inset Text
26937
26938 \begin_layout Plain Layout
26939
26940 \backslash
26941 textcircled{w}
26942 \end_layout
26943
26944 \end_inset
26945 </cell>
26946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26947 \begin_inset Text
26948
26949 \begin_layout Plain Layout
26950 \begin_inset ERT
26951 status collapsed
26952
26953 \begin_layout Plain Layout
26954
26955
26956 \backslash
26957 textcircled{w}
26958 \end_layout
26959
26960 \end_inset
26961
26962
26963 \end_layout
26964
26965 \end_inset
26966 </cell>
26967 </row>
26968 <row>
26969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26970 \begin_inset Text
26971
26972 \begin_layout Plain Layout
26973
26974 \backslash
26975 Large 
26976 \backslash
26977 textcircled{
26978 \backslash
26979 normalsize
26980 \backslash
26981 protect
26982 \backslash
26983 raisebox{-1.5pt}{W}}
26984 \end_layout
26985
26986 \end_inset
26987 </cell>
26988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26989 \begin_inset Text
26990
26991 \begin_layout Plain Layout
26992 \begin_inset Formula $\raisebox{4.5mm}{}$
26993 \end_inset
26994
26995
26996 \begin_inset ERT
26997 status collapsed
26998
26999 \begin_layout Plain Layout
27000
27001
27002 \backslash
27003 Large 
27004 \backslash
27005 textcircled{
27006 \backslash
27007 normalsize
27008 \backslash
27009 protect
27010 \backslash
27011 raisebox{-1.5pt}W}
27012 \end_layout
27013
27014 \end_inset
27015
27016
27017 \begin_inset Formula $\raisebox{-2mm}{}$
27018 \end_inset
27019
27020
27021 \end_layout
27022
27023 \end_inset
27024 </cell>
27025 </row>
27026 </lyxtabular>
27027
27028 \end_inset
27029
27030
27031 \end_layout
27032
27033 \begin_layout Standard
27034 Hay que tener cuidado que el carácter se ajuste al círculo.
27035  Por eso 
27036 \series bold
27037
27038 \backslash
27039 Large
27040 \begin_inset Foot
27041 status collapsed
27042
27043 \begin_layout Plain Layout
27044 véase 
27045 \begin_inset CommandInset ref
27046 LatexCommand ref
27047 reference "sub:Tamaños-de-tipografías"
27048
27049 \end_inset
27050
27051
27052 \end_layout
27053
27054 \end_inset
27055
27056
27057 \series default
27058  especifica el tamaño del círculo.
27059  Con ayuda de 
27060 \series bold
27061
27062 \backslash
27063 raisebox
27064 \begin_inset Foot
27065 status collapsed
27066
27067 \begin_layout Plain Layout
27068 véase 
27069 \begin_inset CommandInset ref
27070 LatexCommand ref
27071 reference "sub:Marcos-sin-bordes"
27072
27073 \end_inset
27074
27075
27076 \end_layout
27077
27078 \end_inset
27079
27080
27081 \series default
27082  se puede centrar el carácter.
27083 \end_layout
27084
27085 \begin_layout Subsection
27086 Números en estilo antiguo
27087 \begin_inset Index idx
27088 status collapsed
27089
27090 \begin_layout Plain Layout
27091 Numeros@Números ! en estilo antiguo
27092 \end_layout
27093
27094 \end_inset
27095
27096
27097 \end_layout
27098
27099 \begin_layout Standard
27100 Los números en estilo antiguo o elzevirianos se componen con el comando
27101  
27102 \series bold
27103
27104 \backslash
27105 oldstylenums
27106 \series default
27107
27108 \begin_inset Index idx
27109 status collapsed
27110
27111 \begin_layout Plain Layout
27112 Comandos ! O ! 
27113 \backslash
27114 oldstylenums
27115 \end_layout
27116
27117 \end_inset
27118
27119 .
27120  El comando se puede usar en ecuaciones y en modo TeX.
27121  Su esquema es:
27122 \end_layout
27123
27124 \begin_layout Standard
27125
27126 \series bold
27127
27128 \backslash
27129 oldstylenums{número}
27130 \end_layout
27131
27132 \begin_layout Standard
27133 El comando 
27134 \series bold
27135
27136 \backslash
27137 oldstylenums{0123456789}
27138 \series default
27139  genera: 
27140 \begin_inset Formula $\oldstylenums{0123456789}$
27141 \end_inset
27142
27143
27144 \end_layout
27145
27146 \begin_layout Section
27147 Estilos de ecuación
27148 \begin_inset CommandInset label
27149 LatexCommand label
27150 name "sec:Estilos-de-ecuación"
27151
27152 \end_inset
27153
27154
27155 \begin_inset Index idx
27156 status collapsed
27157
27158 \begin_layout Plain Layout
27159 Ecuación ! estilos de
27160 \end_layout
27161
27162 \end_inset
27163
27164
27165 \end_layout
27166
27167 \begin_layout Itemize
27168 Hay dos estilos diferentes de alineación:
27169 \end_layout
27170
27171 \begin_deeper
27172 \begin_layout Description
27173 Centrado es el estándar predefinido
27174 \end_layout
27175
27176 \begin_layout Description
27177 Sangrado para este estilo debe insertarse la opción de clase 
27178 \series bold
27179 fleqn
27180 \series default
27181  en el menú 
27182 \family sans
27183 Documento\SpecialChar \menuseparator
27184 Configuración
27185 \family default
27186  bajo 
27187 \family sans
27188 Clase de documento
27189 \end_layout
27190
27191 \begin_layout Standard
27192 Cuando se usa 
27193 \series bold
27194 Sangrado
27195 \series default
27196 , éste se puede ajustar con la longitud 
27197 \series bold
27198
27199 \backslash
27200 mathindent
27201 \series default
27202
27203 \begin_inset Index idx
27204 status collapsed
27205
27206 \begin_layout Plain Layout
27207 Comandos ! M ! 
27208 \backslash
27209 mathindent
27210 \end_layout
27211
27212 \end_inset
27213
27214 .
27215  Para 15
27216 \begin_inset space \thinspace{}
27217 \end_inset
27218
27219 mm, por ejemplo, se inserta esta línea de comando en el preámbulo LaTeX:
27220 \end_layout
27221
27222 \begin_layout Standard
27223
27224 \series bold
27225
27226 \backslash
27227 setlength{
27228 \backslash
27229 mathindent}{15mm}
27230 \end_layout
27231
27232 \begin_layout Standard
27233 Si no se especifica longitud se usa el valor predeterminado de 30
27234 \begin_inset space \thinspace{}
27235 \end_inset
27236
27237 pt.
27238 \end_layout
27239
27240 \end_deeper
27241 \begin_layout Itemize
27242 Y dos estilos diferentes de numeración:
27243 \end_layout
27244
27245 \begin_deeper
27246 \begin_layout Description
27247 Derecha es el estándar predefinido
27248 \end_layout
27249
27250 \begin_layout Description
27251 Izquierda para este estilo debe insertarse la opción de clase 
27252 \series bold
27253 leqno
27254 \series default
27255  en el menú 
27256 \family sans
27257 Documento\SpecialChar \menuseparator
27258 Configuración
27259 \family default
27260  bajo 
27261 \family sans
27262 Clase de documento
27263 \end_layout
27264
27265 \end_deeper
27266 \begin_layout Standard
27267
27268 \series bold
27269 fleqn
27270 \series default
27271  y 
27272 \series bold
27273 leqno
27274 \series default
27275  también se pueden usar juntos.
27276  En ese caso se insertan ambas opciones, separadas por una coma.
27277 \end_layout
27278
27279 \begin_layout Standard
27280 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
27281  documento.
27282  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
27283  estilo 
27284 \series bold
27285 Centrado
27286 \series default
27287  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
27288 \begin_inset CommandInset ref
27289 LatexCommand ref
27290 reference "sub:Entorno-flalign"
27291
27292 \end_inset
27293
27294 .
27295 \end_layout
27296
27297 \begin_layout Section
27298 Ecuaciones multilínea
27299 \begin_inset CommandInset label
27300 LatexCommand label
27301 name "sec:Ecuaciones-multilínea"
27302
27303 \end_inset
27304
27305
27306 \begin_inset Index idx
27307 status collapsed
27308
27309 \begin_layout Plain Layout
27310 Ecuación ! multilínea
27311 \end_layout
27312
27313 \end_inset
27314
27315
27316 \end_layout
27317
27318 \begin_layout Subsection
27319 General
27320 \end_layout
27321
27322 \begin_layout Standard
27323 En LyX se generan nuevas líneas en una ecuación con 
27324 \family sans
27325 \series bold
27326 Ctrl+Entrar
27327 \family default
27328 \series default
27329 .
27330  Esto crea un 
27331 \series bold
27332 entorno eqnarray
27333 \series default
27334 , que se describe en
27335 \begin_inset space ~
27336 \end_inset
27337
27338
27339 \begin_inset CommandInset ref
27340 LatexCommand ref
27341 reference "sub:Entorno-eqnarray"
27342
27343 \end_inset
27344
27345  o, si se ha marcado la opción 
27346 \family sans
27347 Usar
27348 \begin_inset space ~
27349 \end_inset
27350
27351 el
27352 \begin_inset space ~
27353 \end_inset
27354
27355 paquete
27356 \begin_inset space ~
27357 \end_inset
27358
27359 de
27360 \begin_inset space ~
27361 \end_inset
27362
27363 ecuaciones
27364 \begin_inset space ~
27365 \end_inset
27366
27367 AMS
27368 \family default
27369  en la configuración del documento
27370 \family sans
27371 , un 
27372 \series bold
27373 entorno
27374 \family default
27375 \series default
27376  
27377 \series bold
27378 align
27379 \series default
27380 , que se describe en
27381 \begin_inset space ~
27382 \end_inset
27383
27384
27385 \begin_inset CommandInset ref
27386 LatexCommand ref
27387 reference "sub:Entorno-align-estándar"
27388
27389 \end_inset
27390
27391 .
27392  Se recomienda el entorno align porque proporciona una salida tipográficamente
27393  correcta en cualquier caso.
27394 \end_layout
27395
27396 \begin_layout Standard
27397 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
27398  el menú 
27399 \family sans
27400 Insertar\SpecialChar \menuseparator
27401 Ecuación
27402 \family default
27403 .
27404  En las siguientes secciones se describen estos entornos.
27405 \end_layout
27406
27407 \begin_layout Standard
27408 En todos los entornos de ecuación multilínea la combinación 
27409 \family sans
27410 Ctrl+Entrar
27411 \family default
27412  genera una línea nueva.
27413  Para añadir o quitar líneas se pueden usar los botones 
27414 \begin_inset Graphics
27415         filename ../../images/tabular-feature_append-row.png
27416         scale 85
27417
27418 \end_inset
27419
27420  o 
27421 \begin_inset Graphics
27422         filename ../../images/tabular-feature_delete-row.png
27423         scale 85
27424
27425 \end_inset
27426
27427 de la barra de herramientas, respectivamente, o el menú 
27428 \family sans
27429 Editar\SpecialChar \menuseparator
27430 Filas y columnas
27431 \family default
27432 .
27433 \end_layout
27434
27435 \begin_layout Subsubsection
27436 Separación de líneas
27437 \begin_inset CommandInset label
27438 LatexCommand label
27439 name "sub:Separación-de-líneas"
27440
27441 \end_inset
27442
27443
27444 \begin_inset Index idx
27445 status collapsed
27446
27447 \begin_layout Plain Layout
27448 Ecuación ! multilínea ! separación de filas
27449 \end_layout
27450
27451 \end_inset
27452
27453
27454 \end_layout
27455
27456 \begin_layout Standard
27457 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
27458 \begin_inset Formula 
27459 \begin{eqnarray*}
27460 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}\\
27461 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
27462 \end{eqnarray*}
27463
27464 \end_inset
27465
27466 En LaTeX un espacio adicional para una línea se especifica como argumento
27467  opcional del comando de nueva línea.
27468  Esto aún no es posible en LYX,
27469 \begin_inset Foot
27470 status collapsed
27471
27472 \begin_layout Plain Layout
27473 véase 
27474 \begin_inset CommandInset href
27475 LatexCommand href
27476 name "LyX-bug #1505"
27477 target "http://www.lyx.org/trac/ticket/1505"
27478
27479 \end_inset
27480
27481
27482 \end_layout
27483
27484 \end_inset
27485
27486  por lo que toda la ecuación debe insertarse en modo TeX.
27487  Para añadir espacio en nuestro ejemplo se inserta el comando 
27488 \series bold
27489
27490 \backslash
27491
27492 \backslash
27493 [3mm]
27494 \series default
27495  al final de la primera línea.
27496  Así: 
27497 \begin_inset ERT
27498 status collapsed
27499
27500 \begin_layout Plain Layout
27501
27502
27503 \backslash
27504 begin{eqnarray*}
27505 \end_layout
27506
27507 \begin_layout Plain Layout
27508
27509 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27510  = & 
27511 \backslash
27512 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27513 \backslash
27514
27515 \backslash
27516 [3mm]
27517 \end_layout
27518
27519 \begin_layout Plain Layout
27520
27521 4x^{2}
27522 \backslash
27523 left(B^{2}+x_{0}^{2}
27524 \backslash
27525 right)+4x_{0}x
27526 \backslash
27527 left(D-B^{2}
27528 \backslash
27529 right)+B^{2}
27530 \backslash
27531 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27532 \backslash
27533 right) & = & 0
27534 \end_layout
27535
27536 \begin_layout Plain Layout
27537
27538
27539 \backslash
27540 end{eqnarray*}
27541 \end_layout
27542
27543 \end_inset
27544
27545
27546 \begin_inset VSpace bigskip
27547 \end_inset
27548
27549
27550 \end_layout
27551
27552 \begin_layout Standard
27553 Para obtener separación en todas las líneas hay que cambiar la longitud
27554  
27555 \series bold
27556
27557 \backslash
27558 jot
27559 \series default
27560
27561 \begin_inset Index idx
27562 status collapsed
27563
27564 \begin_layout Plain Layout
27565 Comandos ! J ! 
27566 \backslash
27567 jot
27568 \end_layout
27569
27570 \end_inset
27571
27572 .
27573  La definición es: 
27574 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
27575 \end_inset
27576
27577 .
27578  El valor predeterminado para 
27579 \series bold
27580
27581 \backslash
27582 jot
27583 \series default
27584  es 3
27585 \begin_inset space \thinspace{}
27586 \end_inset
27587
27588 pt.
27589  Para establecer una separación adicional de 3
27590 \begin_inset space \thinspace{}
27591 \end_inset
27592
27593 mm como en el ejemplo anterior, se inserta el comando
27594 \end_layout
27595
27596 \begin_layout Standard
27597
27598 \series bold
27599
27600 \backslash
27601 setlength{
27602 \backslash
27603 jot}{3mm+3pt}
27604 \end_layout
27605
27606 \begin_layout Standard
27607 en modo TeX antes de la ecuación.
27608  Es necesario cargar el paquete 
27609 \series bold
27610 calc
27611 \series default
27612
27613 \begin_inset Foot
27614 status collapsed
27615
27616 \begin_layout Plain Layout
27617
27618 \series bold
27619 calc
27620 \series default
27621  forma parte de toda instalación LaTeX estándar.
27622 \end_layout
27623
27624 \end_inset
27625
27626
27627 \begin_inset Index idx
27628 status collapsed
27629
27630 \begin_layout Plain Layout
27631 Paquetes ! calc
27632 \end_layout
27633
27634 \end_inset
27635
27636  en el preámbulo con la línea
27637 \end_layout
27638
27639 \begin_layout Standard
27640
27641 \series bold
27642
27643 \backslash
27644 usepackage{calc}
27645 \end_layout
27646
27647 \begin_layout Standard
27648 Se obtiene:
27649 \begin_inset ERT
27650 status collapsed
27651
27652 \begin_layout Plain Layout
27653
27654
27655 \backslash
27656 setlength{
27657 \backslash
27658 jot}{3mm+3pt}
27659 \end_layout
27660
27661 \end_inset
27662
27663
27664 \begin_inset Formula 
27665 \begin{eqnarray*}
27666 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}\\
27667 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
27668 \end{eqnarray*}
27669
27670 \end_inset
27671
27672
27673 \begin_inset ERT
27674 status collapsed
27675
27676 \begin_layout Plain Layout
27677
27678
27679 \backslash
27680 setlength{
27681 \backslash
27682 jot}{3pt}
27683 \end_layout
27684
27685 \end_inset
27686
27687  Para volver a la distancia predeterminada, 
27688 \series bold
27689
27690 \backslash
27691 jot
27692 \series default
27693  se establece en 3
27694 \begin_inset space \thinspace{}
27695 \end_inset
27696
27697 pt.
27698 \end_layout
27699
27700 \begin_layout Subsubsection
27701 Separación de columnas
27702 \begin_inset CommandInset label
27703 LatexCommand label
27704 name "sub:Separación-de-columnas"
27705
27706 \end_inset
27707
27708
27709 \begin_inset Index idx
27710 status collapsed
27711
27712 \begin_layout Plain Layout
27713 Ecuación ! multilínea !separación de columnas
27714 \end_layout
27715
27716 \end_inset
27717
27718
27719 \end_layout
27720
27721 \begin_layout Standard
27722 Una ecuación multilínea forma una matriz.
27723  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
27724  columnas.
27725  Cambiando la separación de columnas en este entorno se puede cambiar el
27726  espacio junto al signo de relación.
27727 \end_layout
27728
27729 \begin_layout Standard
27730 La separación de columnas se especifica con la longitud
27731 \series bold
27732  
27733 \backslash
27734 arraycolsep
27735 \series default
27736
27737 \begin_inset Index idx
27738 status collapsed
27739
27740 \begin_layout Plain Layout
27741 Comandos ! A ! 
27742 \backslash
27743 arraycolsep
27744 \end_layout
27745
27746 \end_inset
27747
27748  según:
27749 \begin_inset Newline newline
27750 \end_inset
27751
27752 separación de columnas = 2
27753 \begin_inset space \thinspace{}
27754 \end_inset
27755
27756
27757 \series bold
27758
27759 \backslash
27760 arraycolsep
27761 \series default
27762
27763 \begin_inset Newline newline
27764 \end_inset
27765
27766 Así, el comando en modo TeX
27767 \end_layout
27768
27769 \begin_layout Standard
27770
27771 \series bold
27772
27773 \backslash
27774 setlength{
27775 \backslash
27776 arraycolsep}{1cm}
27777 \end_layout
27778
27779 \begin_layout Standard
27780 establece para todas las ecuaciones siguientes una separación de columnas
27781  de 2
27782 \begin_inset space \thinspace{}
27783 \end_inset
27784
27785 cm.
27786  Para volver al valor predefinido, 
27787 \series bold
27788
27789 \backslash
27790 arraycolsep
27791 \series default
27792  se pone en 5
27793 \begin_inset space \thinspace{}
27794 \end_inset
27795
27796 pt.
27797 \end_layout
27798
27799 \begin_layout Standard
27800 Una ecuación con separación de 2
27801 \begin_inset space \thinspace{}
27802 \end_inset
27803
27804 cm entre columnas:
27805 \begin_inset ERT
27806 status collapsed
27807
27808 \begin_layout Plain Layout
27809
27810
27811 \backslash
27812 setlength{
27813 \backslash
27814 arraycolsep}{1cm}
27815 \end_layout
27816
27817 \end_inset
27818
27819
27820 \begin_inset Formula 
27821 \begin{eqnarray*}
27822 A & = & B\\
27823 C & \ne & A
27824 \end{eqnarray*}
27825
27826 \end_inset
27827
27828 Una ecuación con la separación predefinida para matrices, 10
27829 \begin_inset space \thinspace{}
27830 \end_inset
27831
27832 pt:
27833 \begin_inset ERT
27834 status collapsed
27835
27836 \begin_layout Plain Layout
27837
27838
27839 \backslash
27840 setlength{
27841 \backslash
27842 arraycolsep}{5pt}
27843 \end_layout
27844
27845 \end_inset
27846
27847
27848 \begin_inset Formula 
27849 \begin{eqnarray*}
27850 A & = & B\\
27851 C & \ne & A
27852 \end{eqnarray*}
27853
27854 \end_inset
27855
27856
27857 \end_layout
27858
27859 \begin_layout Subsubsection
27860 Ecuaciones largas
27861 \begin_inset Index idx
27862 status collapsed
27863
27864 \begin_layout Plain Layout
27865 Ecuación ! larga
27866 \end_layout
27867
27868 \end_inset
27869
27870
27871 \end_layout
27872
27873 \begin_layout Standard
27874 Se pueden componer ecuaciones largas mediante estos métodos:
27875 \end_layout
27876
27877 \begin_layout Itemize
27878 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
27879  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
27880 \begin_inset Formula 
27881 \begin{eqnarray}
27882 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 \\
27883  &  & -\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}
27884 \end{eqnarray}
27885
27886 \end_inset
27887
27888 El signo menos al principio de la segunda línea normalmente no aparece como
27889  operador porque es el primer carácter de la línea.
27890  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
27891  Para evitarlo se ha insertado 3
27892 \begin_inset space \thinspace{}
27893 \end_inset
27894
27895 pt de espacio detrás del menos con el comando 
27896 \series bold
27897
27898 \backslash
27899 hspace
27900 \series default
27901 .
27902 \begin_inset Foot
27903 status collapsed
27904
27905 \begin_layout Plain Layout
27906 véase más sobre 
27907 \series bold
27908
27909 \backslash
27910 hspace
27911 \series default
27912  en 
27913 \begin_inset CommandInset ref
27914 LatexCommand ref
27915 reference "sub:Espacio-variable"
27916
27917 \end_inset
27918
27919
27920 \end_layout
27921
27922 \end_inset
27923
27924
27925 \begin_inset Index idx
27926 status collapsed
27927
27928 \begin_layout Plain Layout
27929 Comandos ! H ! 
27930 \backslash
27931 hspace
27932 \end_layout
27933
27934 \end_inset
27935
27936
27937 \end_layout
27938
27939 \begin_layout Itemize
27940 Si ambos lados de la ecuación son demasiado largos se usa el comando 
27941 \series bold
27942
27943 \backslash
27944 lefteqn
27945 \series default
27946
27947 \begin_inset Index idx
27948 status collapsed
27949
27950 \begin_layout Plain Layout
27951 Comandos ! L ! 
27952 \backslash
27953 lefteqn
27954 \end_layout
27955
27956 \end_inset
27957
27958 .
27959  Se inserta en la primer columna de la primera línea y hace que todas las
27960  inserciones posteriores sobreescriban las columnas siguientes:
27961 \begin_inset Formula 
27962 \begin{eqnarray}
27963 \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 \\
27964  &  & -\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 \\
27965  &  & =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}
27966 \end{eqnarray}
27967
27968 \end_inset
27969
27970 Tras la inserción de 
27971 \series bold
27972
27973 \backslash
27974 lefteqn
27975 \series default
27976  el cursor está en un marco púrpura un poco a la izquierda del azul.
27977  La ecuación se inserta en éste.
27978 \begin_inset Newline newline
27979 \end_inset
27980
27981 El contenido de las restantes líneas se inserta en la segunda columna o
27982  en otra.
27983  A mayor número de columna donde se inserte, mayor sangrado.
27984 \begin_inset VSpace medskip
27985 \end_inset
27986
27987
27988 \begin_inset Newline newline
27989 \end_inset
27990
27991
27992 \begin_inset Note Greyedout
27993 status collapsed
27994
27995 \begin_layout Plain Layout
27996 Ten en cuenta lo siguiente si usas 
27997 \series bold
27998
27999 \backslash
28000 lefteqn
28001 \series default
28002 :
28003 \end_layout
28004
28005 \begin_layout Itemize
28006 La ecuación no usa la anchura total de la página.
28007  Cuando se añade, p.
28008 \begin_inset space \thinspace{}
28009 \end_inset
28010
28011 e., el término 
28012 \begin_inset Formula $-B^{2}$
28013 \end_inset
28014
28015  en la primera línea del ejemplo, debería estar fuera del margen.
28016  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
28017  principio de la primera línea.
28018 \end_layout
28019
28020 \begin_layout Itemize
28021 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
28022  primera línea.
28023 \begin_inset Foot
28024 status collapsed
28025
28026 \begin_layout Plain Layout
28027 \begin_inset CommandInset href
28028 LatexCommand href
28029 name "LyX-bug #1429"
28030 target "http://www.lyx.org/trac/ticket/1429"
28031
28032 \end_inset
28033
28034
28035 \end_layout
28036
28037 \end_inset
28038
28039  Sólo se puede poner el cursor al principio de la línea y moverlo con las
28040  teclas de flecha.
28041 \end_layout
28042
28043 \end_inset
28044
28045  
28046 \end_layout
28047
28048 \begin_layout Itemize
28049 Se describen otros métodos para escribir fórmulas largas en 
28050 \begin_inset CommandInset ref
28051 LatexCommand ref
28052 reference "sub:Entorno-multilínea"
28053
28054 \end_inset
28055
28056  y 
28057 \begin_inset CommandInset ref
28058 LatexCommand ref
28059 reference "sub:Partes-multilínea"
28060
28061 \end_inset
28062
28063 .
28064 \end_layout
28065
28066 \begin_layout Subsubsection
28067 Delimitadores multilínea
28068 \begin_inset CommandInset label
28069 LatexCommand label
28070 name "sub:Delimitadores-multilínea"
28071
28072 \end_inset
28073
28074
28075 \begin_inset Index idx
28076 status collapsed
28077
28078 \begin_layout Plain Layout
28079 Delimitadores ! para varias líneas
28080 \end_layout
28081
28082 \end_inset
28083
28084
28085 \end_layout
28086
28087 \begin_layout Standard
28088 Para poner delimitadores que cubran varias líneas hay un problema:
28089 \begin_inset Formula 
28090 \begin{eqnarray*}
28091 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28092  &  & \left.\cdots+B-D\right]
28093 \end{eqnarray*}
28094
28095 \end_inset
28096
28097 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
28098 res con tamaño variable no abarcan líneas múltiples.
28099 \end_layout
28100
28101 \begin_layout Standard
28102 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
28103  primera línea se finaliza con 
28104 \series bold
28105
28106 \backslash
28107 right.
28108 \series default
28109
28110 \begin_inset Index idx
28111 status collapsed
28112
28113 \begin_layout Plain Layout
28114 Comandos ! R ! 
28115 \backslash
28116 right
28117 \end_layout
28118
28119 \end_inset
28120
28121  y la segunda con 
28122 \series bold
28123
28124 \backslash
28125 left.
28126 \series default
28127 .
28128 \begin_inset Foot
28129 status collapsed
28130
28131 \begin_layout Plain Layout
28132 Más sobre 
28133 \series bold
28134
28135 \backslash
28136 left.
28137
28138 \series default
28139  y 
28140 \series bold
28141
28142 \backslash
28143 right.
28144
28145 \series default
28146  en 
28147 \begin_inset CommandInset ref
28148 LatexCommand ref
28149 reference "sub:Tamaño-automático-de"
28150
28151 \end_inset
28152
28153
28154 \end_layout
28155
28156 \end_inset
28157
28158
28159 \begin_inset Index idx
28160 status collapsed
28161
28162 \begin_layout Plain Layout
28163 Comandos ! L ! 
28164 \backslash
28165 left
28166 \end_layout
28167
28168 \end_inset
28169
28170  Después de 
28171 \series bold
28172
28173 \backslash
28174 left.
28175
28176 \series default
28177  se inserta el comando 
28178 \series bold
28179
28180 \backslash
28181 vphantom
28182 \series default
28183
28184 \begin_inset space \textvisiblespace{}
28185 \end_inset
28186
28187
28188 \series bold
28189
28190 \backslash
28191 prod
28192 \series default
28193 ^
28194 \begin_inset space \textvisiblespace{}
28195 \end_inset
28196
28197
28198 \series bold
28199
28200 \backslash
28201 infty
28202 \series default
28203
28204 \begin_inset space \textvisiblespace{}
28205 \end_inset
28206
28207
28208 \series bold
28209
28210 \begin_inset Formula $\downarrow$
28211 \end_inset
28212
28213 _R=1}
28214 \series default
28215
28216 \begin_inset Index idx
28217 status collapsed
28218
28219 \begin_layout Plain Layout
28220 Comandos ! V ! 
28221 \backslash
28222 vphantom
28223 \end_layout
28224
28225 \end_inset
28226
28227 , porque el operador de multiplicación con sus límites es el símbolo mayor
28228  en la primera línea y ese debería ser el tamaño para el delimitador en
28229  la segunda línea.
28230 \end_layout
28231
28232 \begin_layout Standard
28233 El resultado es: 
28234 \begin_inset Formula 
28235 \begin{eqnarray*}
28236 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28237  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28238 \end{eqnarray*}
28239
28240 \end_inset
28241
28242
28243 \end_layout
28244
28245 \begin_layout Subsection
28246 Entornos align
28247 \end_layout
28248
28249 \begin_layout Standard
28250 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
28251  Son especialmente apropiados para poner ecuaciones adosadas.
28252 \end_layout
28253
28254 \begin_layout Standard
28255 Los entornos align constan de columnas.
28256  Las columnas impares se alinean a la derecha, las pares a la izquierda.
28257  En un entorno align se puede numerar cada línea.
28258 \end_layout
28259
28260 \begin_layout Standard
28261 Los entornos align se crean con el menú 
28262 \family sans
28263 Insertar\SpecialChar \menuseparator
28264 Ecuación
28265 \family default
28266 .
28267  Una ecuación existente se puede convertir a align con el menú 
28268 \family sans
28269 Editar\SpecialChar \menuseparator
28270 Ecuación\SpecialChar \menuseparator
28271 Cambiar tipo de ecuación
28272 \family default
28273 .
28274 \end_layout
28275
28276 \begin_layout Standard
28277 Para añadir o quitar columnas se pueden usar los botones 
28278 \begin_inset Graphics
28279         filename ../../images/tabular-feature_append-row.png
28280         scale 85
28281
28282 \end_inset
28283
28284  o 
28285 \begin_inset Graphics
28286         filename ../../images/tabular-feature_delete-row.png
28287         scale 85
28288
28289 \end_inset
28290
28291  de la barra de ecuaciones o el menú 
28292 \family sans
28293 Editar\SpecialChar \menuseparator
28294 Filas y columnas
28295 \family default
28296 .
28297 \end_layout
28298
28299 \begin_layout Subsubsection
28300 Entorno align estándar
28301 \begin_inset CommandInset label
28302 LatexCommand label
28303 name "sub:Entorno-align-estándar"
28304
28305 \end_inset
28306
28307
28308 \begin_inset Index idx
28309 status collapsed
28310
28311 \begin_layout Plain Layout
28312 Ecuación ! multilínea ! entorno align
28313 \end_layout
28314
28315 \end_inset
28316
28317
28318 \end_layout
28319
28320 \begin_layout Standard
28321 Este entorno align se crea pulsando 
28322 \family sans
28323 Ctrl+Entrar
28324 \family default
28325  en una ecuación o con el menú 
28326 \family sans
28327 Insertar\SpecialChar \menuseparator
28328 Ecuación\SpecialChar \menuseparator
28329 Entorno AMS align
28330 \family default
28331 .
28332 \end_layout
28333
28334 \begin_layout Standard
28335 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
28336  align de cuatro columnas:
28337 \begin_inset Formula 
28338 \begin{align*}
28339 A & =\sen(B) & C & =D\\
28340 C & \neq A & B & \neq D
28341 \end{align*}
28342
28343 \end_inset
28344
28345 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
28346  un 
28347 \series bold
28348
28349 \backslash
28350 hfill
28351 \series default
28352
28353 \begin_inset Foot
28354 status collapsed
28355
28356 \begin_layout Plain Layout
28357 Más sobre 
28358 \series bold
28359
28360 \backslash
28361 hfill
28362 \series default
28363  en 
28364 \begin_inset CommandInset ref
28365 LatexCommand ref
28366 reference "sub:Espacio-variable"
28367
28368 \end_inset
28369
28370
28371 \end_layout
28372
28373 \end_inset
28374
28375  antes de la primera y detrás de cada columna par.
28376  Si se pone en estilo 
28377 \series bold
28378 Sangrado
28379 \series default
28380 ,
28381 \begin_inset Foot
28382 status collapsed
28383
28384 \begin_layout Plain Layout
28385 véase estilos de ecuación en 
28386 \begin_inset CommandInset ref
28387 LatexCommand ref
28388 reference "sec:Estilos-de-ecuación"
28389
28390 \end_inset
28391
28392
28393 \end_layout
28394
28395 \end_inset
28396
28397  la ecuación queda sin el 
28398 \series bold
28399
28400 \backslash
28401 hfill
28402 \series default
28403  ante la primera columna.
28404 \end_layout
28405
28406 \begin_layout Subsubsection
28407 Entorno alignat
28408 \begin_inset Index idx
28409 status collapsed
28410
28411 \begin_layout Plain Layout
28412 Ecuación ! multilínea ! entorno alignat
28413 \end_layout
28414
28415 \end_inset
28416
28417
28418 \end_layout
28419
28420 \begin_layout Standard
28421 El entorno alignat no tiene separación predefinida de columnas.
28422  Se puede insertar manualmente con los espacios descritos en 
28423 \begin_inset CommandInset ref
28424 LatexCommand ref
28425 reference "sec:Espacio"
28426
28427 \end_inset
28428
28429 .
28430 \end_layout
28431
28432 \begin_layout Standard
28433 El ejemplo anterior en el entorno alignat, con un espacio de 1
28434 \begin_inset space \thinspace{}
28435 \end_inset
28436
28437 cm al comienzo da la segunda ecuación:
28438 \begin_inset Formula 
28439 \begin{alignat*}{2}
28440 A & =\sen(B)\hspace{1cm} & C & =D\\
28441 C & \neq A & B & \neq D
28442 \end{alignat*}
28443
28444 \end_inset
28445
28446 Como cada columna puede tener un espacio diferente, este entorno es especialment
28447 e apropiado para poner tres o más ecuaciones adosadas.
28448 \end_layout
28449
28450 \begin_layout Subsubsection
28451 Entorno flalign
28452 \begin_inset CommandInset label
28453 LatexCommand label
28454 name "sub:Entorno-flalign"
28455
28456 \end_inset
28457
28458
28459 \begin_inset Index idx
28460 status collapsed
28461
28462 \begin_layout Plain Layout
28463 Ecuación ! multilínea ! entorno flalign
28464 \end_layout
28465
28466 \end_inset
28467
28468
28469 \end_layout
28470
28471 \begin_layout Standard
28472 En este entorno las dos primeras columnas están siempre tan a la izquierda
28473  como sea posible y las dos últimas a la derecha.
28474  Ejemplo:
28475 \begin_inset Formula 
28476 \begin{flalign*}
28477 A & =1 & B & =2 & C & =3\\
28478 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4
28479 \end{flalign*}
28480
28481 \end_inset
28482
28483 En un entorno flalign con un número impar de columnas, en la última de las
28484  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
28485  alineadas a la izquierda, aunque se use el estilo 
28486 \series bold
28487 Centrado
28488 \series default
28489 .
28490  Un ejemplo de fórmula sangrada 
28491 \begin_inset CommandInset ref
28492 LatexCommand eqref
28493 reference "eq:IntVol"
28494
28495 \end_inset
28496
28497 :
28498 \begin_inset Formula 
28499 \begin{flalign}
28500 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}
28501 \end{flalign}
28502
28503 \end_inset
28504
28505 Las dos primeras columnas contienen la fórmula.
28506  Para sangrarla como con el estilo 
28507 \series bold
28508 Sangrado
28509 \series default
28510 , se añade un espacio de 30
28511 \begin_inset space \thinspace{}
28512 \end_inset
28513
28514 pt al comienzo de la primera columna.
28515  
28516 \end_layout
28517
28518 \begin_layout Subsection
28519 Entorno eqnarray
28520 \begin_inset CommandInset label
28521 LatexCommand label
28522 name "sub:Entorno-eqnarray"
28523
28524 \end_inset
28525
28526
28527 \begin_inset Index idx
28528 status collapsed
28529
28530 \begin_layout Plain Layout
28531 Ecuación ! multilínea ! entorno eqnarray
28532 \end_layout
28533
28534 \end_inset
28535
28536
28537 \begin_inset Index idx
28538 status collapsed
28539
28540 \begin_layout Plain Layout
28541 Ecuación ! multilínea ! entorno eqnarray
28542 \end_layout
28543
28544 \end_inset
28545
28546
28547 \end_layout
28548
28549 \begin_layout Standard
28550 Al introducir este entorno aparecen tres marcos azules.
28551  El contenido del primero se alinea a la derecha, el del último a la izquierda.
28552  El contenido del marco central está centrado y algo más pequeño, porque
28553  está diseñado para insertar sólo caracteres de relación.
28554 \begin_inset Formula 
28555 \begin{eqnarray*}
28556 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28557 AB & AB & AB\\
28558 A & = & A
28559 \end{eqnarray*}
28560
28561 \end_inset
28562
28563
28564 \end_layout
28565
28566 \begin_layout Subsection
28567 Entorno gather
28568 \begin_inset Index idx
28569 status collapsed
28570
28571 \begin_layout Plain Layout
28572 Ecuación ! multilínea ! entorno gather
28573 \end_layout
28574
28575 \end_inset
28576
28577
28578 \end_layout
28579
28580 \begin_layout Standard
28581 Este entorno consta de una sola columna centrada.
28582  Se puede numerar cada línea.
28583 \begin_inset Formula 
28584 \begin{gather}
28585 A=1\\
28586 X=\mbox{-}1
28587 \end{gather}
28588
28589 \end_inset
28590
28591
28592 \end_layout
28593
28594 \begin_layout Subsection
28595 Entorno multilínea
28596 \begin_inset CommandInset label
28597 LatexCommand label
28598 name "sub:Entorno-multilínea"
28599
28600 \end_inset
28601
28602
28603 \begin_inset Index idx
28604 status collapsed
28605
28606 \begin_layout Plain Layout
28607 Ecuación ! multilínea ! entorno multilínea
28608 \end_layout
28609
28610 \end_inset
28611
28612
28613 \end_layout
28614
28615 \begin_layout Standard
28616 El entorno multilínea, como gather, consta de una sola columna.
28617  Pero la primera línea está alineada a la izquierda, la última a la derecha.
28618  Las demás están centradas.
28619  Por tanto este entorno es apropiado para ecuaciones largas.
28620  Como ejemplo, la ecuación
28621 \begin_inset space ~
28622 \end_inset
28623
28624
28625 \begin_inset CommandInset ref
28626 LatexCommand eqref
28627 reference "eq:lefteqn"
28628
28629 \end_inset
28630
28631  en entorno multilínea:
28632 \begin_inset Formula 
28633 \begin{multline}
28634 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}\\
28635 -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}\\
28636 =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}}
28637 \end{multline}
28638
28639 \end_inset
28640
28641 En la salida sólo aparece numerada la última (primera) línea si la numeración
28642  del documento es a la derecha (izquierda).
28643 \begin_inset Foot
28644 status collapsed
28645
28646 \begin_layout Plain Layout
28647 véanse los estilos de numeración en 
28648 \begin_inset CommandInset ref
28649 LatexCommand ref
28650 reference "sec:Estilos-de-ecuación"
28651
28652 \end_inset
28653
28654
28655 \end_layout
28656
28657 \end_inset
28658
28659
28660 \end_layout
28661
28662 \begin_layout Standard
28663 Con los comandos 
28664 \series bold
28665
28666 \backslash
28667 shoveright
28668 \series default
28669
28670 \begin_inset Index idx
28671 status collapsed
28672
28673 \begin_layout Plain Layout
28674 Comandos ! S ! 
28675 \backslash
28676 shoveright
28677 \end_layout
28678
28679 \end_inset
28680
28681  y 
28682 \series bold
28683
28684 \backslash
28685 shoveleft
28686 \series default
28687
28688 \begin_inset Index idx
28689 status collapsed
28690
28691 \begin_layout Plain Layout
28692 Comandos ! S ! 
28693 \backslash
28694 shoveleft
28695 \end_layout
28696
28697 \end_inset
28698
28699 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
28700 ente.
28701  Los comandos se usan como sigue:
28702 \end_layout
28703
28704 \begin_layout Standard
28705
28706 \series bold
28707
28708 \backslash
28709 shoveright{contenido de la línea}
28710 \series default
28711  y 
28712 \series bold
28713
28714 \backslash
28715 shoveleft{contenido de la línea}
28716 \end_layout
28717
28718 \begin_layout Standard
28719 \begin_inset VSpace medskip
28720 \end_inset
28721
28722
28723 \end_layout
28724
28725 \begin_layout Standard
28726 La longitud 
28727 \series bold
28728
28729 \backslash
28730 multlinegap
28731 \series default
28732
28733 \begin_inset Index idx
28734 status collapsed
28735
28736 \begin_layout Plain Layout
28737 Comandos ! M ! 
28738 \backslash
28739 multlinegap
28740 \end_layout
28741
28742 \end_inset
28743
28744  especifica la distancia de la primera línea desde el margen izquierdo de
28745  la página.
28746  Esta longitud es 0
28747 \begin_inset space \thinspace{}
28748 \end_inset
28749
28750 pt por omisión.
28751 \end_layout
28752
28753 \begin_layout Standard
28754 Como ejemplo la ecuación anterior con el comando
28755 \end_layout
28756
28757 \begin_layout Standard
28758
28759 \series bold
28760
28761 \backslash
28762 setlength{
28763 \backslash
28764 multlinegap}{2cm}
28765 \end_layout
28766
28767 \begin_layout Standard
28768 insertado previamente en modo TeX:
28769 \begin_inset ERT
28770 status collapsed
28771
28772 \begin_layout Plain Layout
28773
28774
28775 \backslash
28776 setlength{
28777 \backslash
28778 multlinegap}{2cm}
28779 \end_layout
28780
28781 \end_inset
28782
28783
28784 \begin_inset Formula 
28785 \begin{multline}
28786 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}\\
28787 \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}}\\
28788 =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}}
28789 \end{multline}
28790
28791 \end_inset
28792
28793
28794 \begin_inset ERT
28795 status collapsed
28796
28797 \begin_layout Plain Layout
28798
28799
28800 \backslash
28801 setlength{
28802 \backslash
28803 multlinegap}{0pt}
28804 \end_layout
28805
28806 \end_inset
28807
28808 La segunda línea se ha alineado a la izquierda con 
28809 \series bold
28810
28811 \backslash
28812 shoveleft
28813 \series default
28814 .
28815 \end_layout
28816
28817 \begin_layout Subsection
28818 Ecuación con partes multilínea
28819 \begin_inset CommandInset label
28820 LatexCommand label
28821 name "sub:Partes-multilínea"
28822
28823 \end_inset
28824
28825
28826 \begin_inset Index idx
28827 status collapsed
28828
28829 \begin_layout Plain Layout
28830 Ecuación ! multilínea ! solo parte
28831 \end_layout
28832
28833 \end_inset
28834
28835
28836 \end_layout
28837
28838 \begin_layout Standard
28839 Para mostrar solo partes de una ecuación en modo multilínea usa uno de los
28840  siguientes entornos: 
28841 \series bold
28842 aligned
28843 \series default
28844
28845 \series bold
28846 alignedat
28847 \series default
28848
28849 \series bold
28850 gathered
28851 \series default
28852  o 
28853 \series bold
28854 split
28855 \series default
28856 .
28857  Se pueden elegir en el menú 
28858 \family sans
28859 Insertar\SpecialChar \menuseparator
28860 Ecuación
28861 \family default
28862  o usando los comandos aquí descritos.
28863 \end_layout
28864
28865 \begin_layout Standard
28866 Los tres primeros tienen las mismas propiedades que los correspondientes
28867  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
28868  Un ejemplo:
28869 \begin_inset Formula 
28870 \[
28871 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28872 \Delta E\Delta t & \ge\frac{\hbar}{2}
28873 \end{aligned}
28874 \right\} \mbox{Relaciones de incertidumbre}
28875 \]
28876
28877 \end_inset
28878
28879 Para componer esta expresión se inserta una ecuación presentada y en ella
28880  se introduce el comando 
28881 \series bold
28882
28883 \backslash
28884 aligned
28885 \series default
28886
28887 \begin_inset Index idx
28888 status collapsed
28889
28890 \begin_layout Plain Layout
28891 Comandos ! A ! 
28892 \backslash
28893 aligned
28894 \end_layout
28895
28896 \end_inset
28897
28898 .
28899  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
28900  añadir filas y columnas.
28901  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
28902  como la llave.
28903 \end_layout
28904
28905 \begin_layout Standard
28906 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
28907  se alinean horizontalmente.
28908  Usar aligned en una ecuación presentada tiene la ventaja de que el número
28909  de ecuación se centra verticalmente con las líneas.
28910  Como ejemplo, la ecuación 
28911 \begin_inset CommandInset ref
28912 LatexCommand eqref
28913 reference "eq:cortolargo"
28914
28915 \end_inset
28916
28917  en entorno aligned: 
28918 \begin_inset Formula 
28919 \begin{equation}
28920 \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}|}\\
28921  & -\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}|}
28922 \end{aligned}
28923 \end{equation}
28924
28925 \end_inset
28926
28927 Para usar los entornos 
28928 \series bold
28929 alignedat
28930 \series default
28931
28932 \series bold
28933 gathered
28934 \series default
28935 , o 
28936 \series bold
28937 split
28938 \series default
28939 , se insertan respectivamente los comandos
28940 \series bold
28941  
28942 \backslash
28943 alignedat
28944 \series default
28945 ,
28946 \begin_inset Index idx
28947 status collapsed
28948
28949 \begin_layout Plain Layout
28950 Comandos ! A ! 
28951 \backslash
28952 alignedat
28953 \end_layout
28954
28955 \end_inset
28956
28957  
28958 \series bold
28959
28960 \backslash
28961 gathered
28962 \series default
28963
28964 \begin_inset Index idx
28965 status collapsed
28966
28967 \begin_layout Plain Layout
28968 Comandos ! G ! 
28969 \backslash
28970 gathered
28971 \end_layout
28972
28973 \end_inset
28974
28975 , o 
28976 \series bold
28977
28978 \backslash
28979 split
28980 \series default
28981
28982 \begin_inset Index idx
28983 status collapsed
28984
28985 \begin_layout Plain Layout
28986 Comandos ! S ! 
28987 \backslash
28988 split
28989 \end_layout
28990
28991 \end_inset
28992
28993 .
28994  El entorno split tiene las mismas propiedades que aligned pero sólo puede
28995  tener dos columnas.
28996 \end_layout
28997
28998 \begin_layout Subsection
28999 Texto en ecuaciones multilínea
29000 \begin_inset CommandInset label
29001 LatexCommand label
29002 name "sub:Texto-en-multilínea"
29003
29004 \end_inset
29005
29006
29007 \begin_inset Index idx
29008 status collapsed
29009
29010 \begin_layout Plain Layout
29011 Texto ! en ecuaciones
29012 \end_layout
29013
29014 \end_inset
29015
29016
29017 \begin_inset Index idx
29018 status collapsed
29019
29020 \begin_layout Plain Layout
29021 Ecuación ! multilínea ! texto en
29022 \end_layout
29023
29024 \end_inset
29025
29026
29027 \end_layout
29028
29029 \begin_layout Standard
29030 En los entornos align, multilínea y gather, se puede insertar texto que
29031  se mostrará en una línea separada y que no afecta la alineación de columna.
29032  Para esto se usa el comando 
29033 \series bold
29034
29035 \backslash
29036 intertext
29037 \series default
29038
29039 \begin_inset Index idx
29040 status collapsed
29041
29042 \begin_layout Plain Layout
29043 Comandos ! I ! 
29044 \backslash
29045 intertext
29046 \end_layout
29047
29048 \end_inset
29049
29050  con el siguiente esquema:
29051 \end_layout
29052
29053 \begin_layout Standard
29054
29055 \series bold
29056
29057 \backslash
29058 intertext{texto}
29059 \end_layout
29060
29061 \begin_layout Standard
29062 El texto no debería ocupar más de una línea porque no se puede partir con
29063  guión.
29064  Como LyX aún no soporta 
29065 \series bold
29066
29067 \backslash
29068 intertext
29069 \series default
29070  directamente, el texto se escribe como texto matemático.
29071  
29072 \series bold
29073
29074 \backslash
29075 intertext
29076 \series default
29077  debe por tanto estar al comienzo de una línea y en la salida se presenta
29078  sobre esta línea.
29079  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
29080 \begin_inset Formula 
29081 \begin{align}
29082 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29083 \intertext{\text{el integrando es simétrico para \ensuremath{\phi=\pi}, por tanto}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29084 \end{align}
29085
29086 \end_inset
29087
29088
29089 \end_layout
29090
29091 \begin_layout Standard
29092 \noindent
29093 \align center
29094 \begin_inset Newpage newpage
29095 \end_inset
29096
29097
29098 \end_layout
29099
29100 \begin_layout Section
29101 Numeración de ecuaciones
29102 \begin_inset Index idx
29103 status collapsed
29104
29105 \begin_layout Plain Layout
29106 Ecuación ! numeración|see
29107 \begin_inset ERT
29108 status collapsed
29109
29110 \begin_layout Plain Layout
29111
29112 {
29113 \end_layout
29114
29115 \end_inset
29116
29117 Numeración de ecuaciones
29118 \begin_inset ERT
29119 status collapsed
29120
29121 \begin_layout Plain Layout
29122
29123 }
29124 \end_layout
29125
29126 \end_inset
29127
29128
29129 \end_layout
29130
29131 \end_inset
29132
29133
29134 \begin_inset Index idx
29135 status collapsed
29136
29137 \begin_layout Plain Layout
29138 Numeración de ecuaciones
29139 \end_layout
29140
29141 \end_inset
29142
29143
29144 \end_layout
29145
29146 \begin_layout Subsection
29147 General
29148 \end_layout
29149
29150 \begin_layout Standard
29151 Las ecuaciones numeradas se insertan con el menú 
29152 \family sans
29153 Insertar\SpecialChar \menuseparator
29154 Ecuación
29155 \family default
29156  
29157 \family sans
29158 \SpecialChar \menuseparator
29159 Numerada
29160 \family default
29161  (atajo 
29162 \family sans
29163 Ctrl+Alt
29164 \begin_inset space ~
29165 \end_inset
29166
29167 N
29168 \family default
29169 ).
29170  Ecuaciones existentes se pueden numerar con el menú 
29171 \family sans
29172 Editar\SpecialChar \menuseparator
29173 Ecuación\SpecialChar \menuseparator
29174 Numerar la ecuación
29175 \family default
29176  (atajo
29177 \family sans
29178  Alt+M
29179 \begin_inset space ~
29180 \end_inset
29181
29182 N
29183 \family default
29184 ).
29185  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
29186  En la salida se muestra el número real.
29187 \end_layout
29188
29189 \begin_layout Standard
29190 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
29191  líneas.
29192  No obstante, la numeración se puede controlar en cada línea con el menú
29193  
29194 \family sans
29195 Editar\SpecialChar \menuseparator
29196 Ecuación\SpecialChar \menuseparator
29197 Numerar la línea
29198 \family default
29199  (atajo
29200 \family sans
29201  Alt+M
29202 \begin_inset space ~
29203 \end_inset
29204
29205 Mayúsculas+N
29206 \family default
29207 ).
29208 \end_layout
29209
29210 \begin_layout Standard
29211 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
29212  distintos, véase 
29213 \begin_inset CommandInset ref
29214 LatexCommand ref
29215 reference "sec:Estilos-de-ecuación"
29216
29217 \end_inset
29218
29219 .
29220 \end_layout
29221
29222 \begin_layout Subsection
29223 Referencias cruzadas
29224 \begin_inset Index idx
29225 status collapsed
29226
29227 \begin_layout Plain Layout
29228 Ecuación ! referencias cruzadas a
29229 \end_layout
29230
29231 \end_inset
29232
29233
29234 \end_layout
29235
29236 \begin_layout Standard
29237 Todas las ecuaciones con etiqueta se pueden referir.
29238  La etiqueta se añade con el menú 
29239 \family sans
29240 Insertar\SpecialChar \menuseparator
29241 Etiqueta
29242 \family default
29243  o con el botón 
29244 \begin_inset Graphics
29245         filename ../../images/label-insert.png
29246         scale 85
29247
29248 \end_inset
29249
29250  de la barra de herramientas.
29251  El cursor debe estar dentro de una ecuación en modo presentación.
29252  Como alternativa, se puede hacer clic derecha sobre la fórmula y elegir
29253  
29254 \family sans
29255 Etiqueta de ecuación
29256 \family default
29257 .
29258  Surge un diálogo con el prefijo 
29259 \series bold
29260 eq:
29261 \series default
29262 , detrás del cual se escribe el texto de la etiqueta.
29263  El prefijo significa 
29264 \begin_inset Quotes fld
29265 \end_inset
29266
29267 equation
29268 \begin_inset Quotes frd
29269 \end_inset
29270
29271  y hace más fácil encontrar etiquetas en documentos extensos porque así
29272  se distingue p.
29273 \begin_inset space \thinspace{}
29274 \end_inset
29275
29276 ej.
29277 \begin_inset space ~
29278 \end_inset
29279
29280 de las etiquetas de sección.
29281  Para cambiar una etiqueta se usa de nuevo el menú 
29282 \family sans
29283 Insertar\SpecialChar \menuseparator
29284 Etiqueta 
29285 \family default
29286 o la opción 
29287 \family sans
29288 Etiqueta de ecuación
29289 \family default
29290  al hacer clic derecha sobre una fórmula.
29291 \end_layout
29292
29293 \begin_layout Standard
29294 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
29295  ecuación.
29296  Una ecuación con etiqueta se numera siempre.
29297 \end_layout
29298
29299 \begin_layout Standard
29300 Las referencias cruzadas se insertan mediante el menú 
29301 \family sans
29302 Insertar\SpecialChar \menuseparator
29303 Referencia cruzada
29304 \family default
29305  o con el botón 
29306 \begin_inset Graphics
29307         filename ../../images/dialog-show-new-inset_ref.png
29308         scale 85
29309
29310 \end_inset
29311
29312 .
29313  Una referencia a una ecuación aparece en la salida con su número.
29314  Si en el diálogo de referencia cruzada se elige el formato 
29315 \series bold
29316 (<referencia>)
29317 \series default
29318 , la referencia se muestra en la salida entre paréntesis.
29319  
29320 \begin_inset Newline newline
29321 \end_inset
29322
29323 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
29324  a la ecuación de referencia.
29325 \end_layout
29326
29327 \begin_layout Standard
29328 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
29329  siguientes:
29330 \begin_inset Note Note
29331 status collapsed
29332
29333 \begin_layout Plain Layout
29334 Observa los distintos tipos de referencias cruzadas.
29335 \end_layout
29336
29337 \end_inset
29338
29339
29340 \end_layout
29341
29342 \begin_layout Standard
29343 Las ecuaciones 
29344 \begin_inset CommandInset ref
29345 LatexCommand eqref
29346 reference "eq:tag"
29347
29348 \end_inset
29349
29350  y 
29351 \begin_inset CommandInset ref
29352 LatexCommand eqref
29353 reference "eq:c"
29354
29355 \end_inset
29356
29357  son equivalentes.
29358  En (
29359 \begin_inset CommandInset ref
29360 LatexCommand ref
29361 reference "eq:Lat"
29362
29363 \end_inset
29364
29365 ) se usan mayúsculas latinas para la numeración, a diferencia de (
29366 \begin_inset CommandInset ref
29367 LatexCommand ref
29368 reference "eq:Rom"
29369
29370 \end_inset
29371
29372 ).
29373 \begin_inset VSpace medskip
29374 \end_inset
29375
29376
29377 \end_layout
29378
29379 \begin_layout Standard
29380 Si el argumento de 
29381 \series bold
29382
29383 \backslash
29384 tag
29385 \begin_inset Foot
29386 status collapsed
29387
29388 \begin_layout Plain Layout
29389
29390 \series bold
29391
29392 \backslash
29393 tag
29394 \series default
29395  se describe en 
29396 \begin_inset CommandInset ref
29397 LatexCommand ref
29398 reference "sub:Numeración-personalizada"
29399
29400 \end_inset
29401
29402
29403 \end_layout
29404
29405 \end_inset
29406
29407
29408 \series default
29409  contiene un marco, como se describe en la 
29410 \begin_inset CommandInset ref
29411 LatexCommand ref
29412 reference "sub:Marcos-de-párrafo"
29413
29414 \end_inset
29415
29416 , no se puede referir la ecuación.
29417 \end_layout
29418
29419 \begin_layout Subsection
29420 Subnumeración
29421 \begin_inset Index idx
29422 status collapsed
29423
29424 \begin_layout Plain Layout
29425 Numeración de ecuaciones ! subnumeración
29426 \end_layout
29427
29428 \end_inset
29429
29430
29431 \end_layout
29432
29433 \begin_layout Standard
29434 Con ayuda de los comandos 
29435 \series bold
29436
29437 \backslash
29438 begin{subequations}
29439 \series default
29440  y 
29441 \series bold
29442
29443 \backslash
29444 end{subequations}
29445 \series default
29446  en modo TeX se pueden subnumerar ecuaciones.
29447 \end_layout
29448
29449 \begin_layout Standard
29450 Ejemplo:
29451 \begin_inset Formula 
29452 \begin{equation}
29453 A=C-B\label{eq:a}
29454 \end{equation}
29455
29456 \end_inset
29457
29458
29459 \begin_inset ERT
29460 status collapsed
29461
29462 \begin_layout Plain Layout
29463
29464
29465 \backslash
29466 addtocounter{equation}{-1}
29467 \end_layout
29468
29469 \end_inset
29470
29471
29472 \begin_inset ERT
29473 status collapsed
29474
29475 \begin_layout Plain Layout
29476
29477
29478 \backslash
29479 begin{subequations}
29480 \end_layout
29481
29482 \end_inset
29483
29484
29485 \begin_inset VSpace -5mm
29486 \end_inset
29487
29488
29489 \begin_inset Formula 
29490 \begin{equation}
29491 B=C-A\label{eq:b}
29492 \end{equation}
29493
29494 \end_inset
29495
29496
29497 \begin_inset Formula 
29498 \begin{equation}
29499 C=A+B\label{eq:c}
29500 \end{equation}
29501
29502 \end_inset
29503
29504
29505 \end_layout
29506
29507 \begin_layout Standard
29508 \begin_inset ERT
29509 status collapsed
29510
29511 \begin_layout Plain Layout
29512
29513
29514 \backslash
29515 end{subequations}
29516 \end_layout
29517
29518 \end_inset
29519
29520
29521 \end_layout
29522
29523 \begin_layout Standard
29524 Para este ejemplo se ha hecho lo siguiente:
29525 \end_layout
29526
29527 \begin_layout Enumerate
29528 se inserta la primera ecuación
29529 \end_layout
29530
29531 \begin_layout Enumerate
29532 después de ella se inserta
29533 \series bold
29534
29535 \begin_inset Newline newline
29536 \end_inset
29537
29538
29539 \backslash
29540 addtocounter{equation}{-1} 
29541 \backslash
29542 begin{subequations}
29543 \begin_inset Index idx
29544 status collapsed
29545
29546 \begin_layout Plain Layout
29547 Comandos ! A ! 
29548 \backslash
29549 addtocounter
29550 \end_layout
29551
29552 \end_inset
29553
29554
29555 \end_layout
29556
29557 \begin_layout Enumerate
29558 se inserta la segunda ecuación
29559 \end_layout
29560
29561 \begin_layout Enumerate
29562 se inserta la tercera ecuación
29563 \end_layout
29564
29565 \begin_layout Enumerate
29566 se inserta 
29567 \series bold
29568
29569 \backslash
29570 end{subequations}
29571 \series default
29572  tras la tercera ecuación
29573 \end_layout
29574
29575 \begin_layout Standard
29576 Toda ecuación entre los comandos 
29577 \series bold
29578
29579 \backslash
29580 begin
29581 \series default
29582  y 
29583 \series bold
29584
29585 \backslash
29586 end
29587 \series default
29588  se subnumera con a, b, c\SpecialChar \ldots{}
29589  En ecuaciones multilínea se subnumerará cada línea.
29590  Todas las ecuaciones subnumeradas son tratadas como 
29591 \emph on
29592 una
29593 \emph default
29594  ecuación numerada.
29595  Pero como cada ecuación numerada aumenta el contador 
29596 \series bold
29597 equation
29598 \series default
29599  en uno, hay que disminuir el comando 
29600 \series bold
29601
29602 \backslash
29603 addtocounter
29604 \series default
29605 .
29606  De lo contrario, las ecuaciones 
29607 \begin_inset CommandInset ref
29608 LatexCommand eqref
29609 reference "eq:a"
29610
29611 \end_inset
29612
29613
29614 \begin_inset CommandInset ref
29615 LatexCommand eqref
29616 reference "eq:b"
29617
29618 \end_inset
29619
29620
29621 \begin_inset CommandInset ref
29622 LatexCommand eqref
29623 reference "eq:c"
29624
29625 \end_inset
29626
29627  se numerarían 
29628 \begin_inset CommandInset ref
29629 LatexCommand eqref
29630 reference "eq:a"
29631
29632 \end_inset
29633
29634
29635 \begin_inset CommandInset ref
29636 LatexCommand eqref
29637 reference "eq:d"
29638
29639 \end_inset
29640
29641
29642 \begin_inset CommandInset ref
29643 LatexCommand eqref
29644 reference "eq:f"
29645
29646 \end_inset
29647
29648 .
29649 \end_layout
29650
29651 \begin_layout Standard
29652 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
29653  ecuaciones.
29654  Para evitarlo se inserta ese espacio vertical de -5
29655 \begin_inset space \thinspace{}
29656 \end_inset
29657
29658 mm detrás del comando 
29659 \series bold
29660
29661 \backslash
29662 begin{subequations}
29663 \series default
29664 .
29665
29666 \series bold
29667  
29668 \series default
29669 Si se usa el estilo 
29670 \series bold
29671 Sangrado
29672 \series default
29673
29674 \begin_inset Foot
29675 status collapsed
29676
29677 \begin_layout Plain Layout
29678 véase estilos de ecuación en 
29679 \begin_inset CommandInset ref
29680 LatexCommand ref
29681 reference "sec:Estilos-de-ecuación"
29682
29683 \end_inset
29684
29685
29686 \end_layout
29687
29688 \end_inset
29689
29690 , entonces se inserta -7
29691 \begin_inset space \thinspace{}
29692 \end_inset
29693
29694 mm.
29695 \end_layout
29696
29697 \begin_layout Standard
29698 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
29699  de la segunda línea:
29700 \begin_inset ERT
29701 status collapsed
29702
29703 \begin_layout Plain Layout
29704
29705
29706 \backslash
29707 begin{subequations}
29708 \end_layout
29709
29710 \end_inset
29711
29712
29713 \begin_inset Formula 
29714 \begin{eqnarray}
29715 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29716  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29717  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29718 \end{eqnarray}
29719
29720 \end_inset
29721
29722
29723 \begin_inset ERT
29724 status collapsed
29725
29726 \begin_layout Plain Layout
29727
29728
29729 \backslash
29730 end{subequations}
29731 \end_layout
29732
29733 \end_inset
29734
29735
29736 \end_layout
29737
29738 \begin_layout Subsection
29739 Numeración definida por el usuario
29740 \begin_inset CommandInset label
29741 LatexCommand label
29742 name "sub:Numeración-personalizada"
29743
29744 \end_inset
29745
29746
29747 \begin_inset Index idx
29748 status collapsed
29749
29750 \begin_layout Plain Layout
29751 Numeración de ecuaciones ! personalizada
29752 \end_layout
29753
29754 \end_inset
29755
29756
29757 \end_layout
29758
29759 \begin_layout Standard
29760 Con la numeración estándar el número se coloca entre paréntesis.
29761  Para reemplazar los paréntesis con barras verticales, p.
29762 \begin_inset space \thinspace{}
29763 \end_inset
29764
29765 e., se añade al preámbulo LaTeX la línea: 
29766 \end_layout
29767
29768 \begin_layout Standard
29769
29770 \series bold
29771
29772 \backslash
29773 def
29774 \backslash
29775 tagform@#1{
29776 \backslash
29777 maketag@@@{|#1|}}
29778 \series default
29779
29780 \begin_inset Note Note
29781 status collapsed
29782
29783 \begin_layout Plain Layout
29784 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
29785  Para activarlo, quita el % del principio.
29786 \end_layout
29787
29788 \end_inset
29789
29790
29791 \end_layout
29792
29793 \begin_layout Standard
29794 Para usar otros caracteres, se reemplazan las barras al lado de 
29795 \series bold
29796 #1
29797 \series default
29798  por ellos.
29799  Para obtener sólo el número de ecuación se omiten las barras verticales.
29800 \begin_inset VSpace bigskip
29801 \end_inset
29802
29803
29804 \end_layout
29805
29806 \begin_layout Standard
29807 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
29808  consecutivo, se usa el comando 
29809 \series bold
29810
29811 \backslash
29812 tag
29813 \begin_inset Index idx
29814 status collapsed
29815
29816 \begin_layout Plain Layout
29817 Comandos ! T ! 
29818 \backslash
29819 tag
29820 \end_layout
29821
29822 \end_inset
29823
29824
29825 \series default
29826 :
29827 \begin_inset Formula 
29828 \begin{equation}
29829 A+B=C\tag{algo}\label{eq:tag}
29830 \end{equation}
29831
29832 \end_inset
29833
29834 En este ejemplo se ha insertado el comando
29835 \series bold
29836  
29837 \backslash
29838 tag
29839 \begin_inset space \textvisiblespace{}
29840 \end_inset
29841
29842 algo
29843 \series default
29844  en la ecuación.
29845 \end_layout
29846
29847 \begin_layout Standard
29848 Si se usa en su lugar el comando con asterisco 
29849 \series bold
29850
29851 \backslash
29852 tag*
29853 \begin_inset space \textvisiblespace{}
29854 \end_inset
29855
29856 algo
29857 \series default
29858  no se imprimen los paréntesis:
29859 \begin_inset Formula 
29860 \[
29861 A+B=C\tag*{algo}
29862 \]
29863
29864 \end_inset
29865
29866
29867 \end_layout
29868
29869 \begin_layout Standard
29870 \begin_inset VSpace bigskip
29871 \end_inset
29872
29873
29874 \end_layout
29875
29876 \begin_layout Standard
29877 Para reiniciar la numeración en nuevas partes o secciones del documento
29878  se usan los siguientes comandos:
29879 \end_layout
29880
29881 \begin_layout Standard
29882
29883 \series bold
29884
29885 \backslash
29886 @addtoreset{equation}{part}
29887 \series default
29888
29889 \begin_inset Index idx
29890 status collapsed
29891
29892 \begin_layout Plain Layout
29893 Comandos ! 
29894 \begin_inset ERT
29895 status collapsed
29896
29897 \begin_layout Plain Layout
29898
29899 "
29900 \end_layout
29901
29902 \end_inset
29903
29904 @
29905 \begin_inset ERT
29906 status collapsed
29907
29908 \begin_layout Plain Layout
29909
29910 "
29911 \end_layout
29912
29913 \end_inset
29914
29915  ! 
29916 \backslash
29917
29918 \begin_inset ERT
29919 status collapsed
29920
29921 \begin_layout Plain Layout
29922
29923 "
29924 \end_layout
29925
29926 \end_inset
29927
29928 @
29929 \begin_inset ERT
29930 status collapsed
29931
29932 \begin_layout Plain Layout
29933
29934 "
29935 \end_layout
29936
29937 \end_inset
29938
29939 addtoreset
29940 \end_layout
29941
29942 \end_inset
29943
29944
29945 \begin_inset Newline newline
29946 \end_inset
29947
29948
29949 \series bold
29950
29951 \backslash
29952 @addtoreset{equation}{section}
29953 \end_layout
29954
29955 \begin_layout Standard
29956 Pata poder usar estos comandos en modo TeX, el carácter 
29957 \begin_inset Quotes fld
29958 \end_inset
29959
29960 @
29961 \begin_inset Quotes frd
29962 \end_inset
29963
29964  debe 
29965 \begin_inset Quotes fld
29966 \end_inset
29967
29968 activarse
29969 \begin_inset Quotes frd
29970 \end_inset
29971
29972  para LaTeX con el comando 
29973 \series bold
29974
29975 \backslash
29976 makeatletter
29977 \series default
29978 .
29979  El comando 
29980 \series bold
29981
29982 \backslash
29983 makeatother
29984 \series default
29985  deshace esto.
29986  Así pues, la secuencia de comandos en modo TeX es:
29987 \end_layout
29988
29989 \begin_layout Standard
29990
29991 \series bold
29992
29993 \backslash
29994 makeatletter
29995 \begin_inset Newline newline
29996 \end_inset
29997
29998
29999 \backslash
30000 @addtoreset{equation}{section}
30001 \begin_inset Newline newline
30002 \end_inset
30003
30004
30005 \backslash
30006 makeatother
30007 \end_layout
30008
30009 \begin_layout Standard
30010 En el preámbulo LaTeX se pueden omitir 
30011 \series bold
30012
30013 \backslash
30014 makeatletter
30015 \series default
30016  y 
30017 \series bold
30018
30019 \backslash
30020 makeatother
30021 \series default
30022  pues son automáticamente insertados por LyX.
30023 \end_layout
30024
30025 \begin_layout Standard
30026 Para el comando 
30027 \series bold
30028
30029 \backslash
30030 @addtoreset
30031 \series default
30032 ,
30033 \series bold
30034  
30035 \series default
30036 hay que cargar en el preámbulo LaTeX el archivo 
30037 \series bold
30038 remreset.sty
30039 \series default
30040
30041 \begin_inset Foot
30042 status collapsed
30043
30044 \begin_layout Plain Layout
30045
30046 \series bold
30047 remreset
30048 \series default
30049  es parte del paquete LaTeX 
30050 \series bold
30051 carlisle
30052 \series default
30053
30054 \begin_inset Index idx
30055 status collapsed
30056
30057 \begin_layout Plain Layout
30058 Paquetes ! carlisle
30059 \end_layout
30060
30061 \end_inset
30062
30063 , incluido en las instalaciones estándar de LaTeX.
30064 \end_layout
30065
30066 \end_inset
30067
30068
30069 \begin_inset Index idx
30070 status collapsed
30071
30072 \begin_layout Plain Layout
30073 Paquetes ! remreset
30074 \end_layout
30075
30076 \end_inset
30077
30078  con la línea
30079 \end_layout
30080
30081 \begin_layout Standard
30082
30083 \series bold
30084
30085 \backslash
30086 usepackage{remreset}
30087 \end_layout
30088
30089 \begin_layout Standard
30090 Entonces se puede usar el comando 
30091 \series bold
30092
30093 \backslash
30094 @removefromreset
30095 \series default
30096
30097 \begin_inset Index idx
30098 status collapsed
30099
30100 \begin_layout Plain Layout
30101 Comandos ! 
30102 \begin_inset ERT
30103 status collapsed
30104
30105 \begin_layout Plain Layout
30106
30107 "
30108 \end_layout
30109
30110 \end_inset
30111
30112 @
30113 \begin_inset ERT
30114 status collapsed
30115
30116 \begin_layout Plain Layout
30117
30118 "
30119 \end_layout
30120
30121 \end_inset
30122
30123  ! 
30124 \backslash
30125
30126 \begin_inset ERT
30127 status collapsed
30128
30129 \begin_layout Plain Layout
30130
30131 "
30132 \end_layout
30133
30134 \end_inset
30135
30136 @
30137 \begin_inset ERT
30138 status collapsed
30139
30140 \begin_layout Plain Layout
30141
30142 "
30143 \end_layout
30144
30145 \end_inset
30146
30147 removefromreset
30148 \end_layout
30149
30150 \end_inset
30151
30152  con el mismo esquema que 
30153 \series bold
30154
30155 \backslash
30156 @addtoreset
30157 \series default
30158 .
30159 \begin_inset VSpace bigskip
30160 \end_inset
30161
30162
30163 \end_layout
30164
30165 \begin_layout Standard
30166 A veces las ecuaciones deberían numerarse de la siguiente manera:
30167 \end_layout
30168
30169 \begin_layout Standard
30170
30171 \family typewriter
30172 (número de sección.número de ecuación)
30173 \end_layout
30174
30175 \begin_layout Standard
30176 El número de ecuación empezaría con 
30177 \begin_inset Quotes fld
30178 \end_inset
30179
30180 1
30181 \begin_inset Quotes frd
30182 \end_inset
30183
30184  en cada sección.
30185 \end_layout
30186
30187 \begin_layout Standard
30188 Para este caso hay el comando 
30189 \series bold
30190
30191 \backslash
30192 numberwithin
30193 \series default
30194
30195 \begin_inset Index idx
30196 status collapsed
30197
30198 \begin_layout Plain Layout
30199 Comandos ! N ! 
30200 \backslash
30201 numberwithin
30202 \end_layout
30203
30204 \end_inset
30205
30206 , que se usa con el esquema:
30207 \end_layout
30208
30209 \begin_layout Standard
30210
30211 \series bold
30212
30213 \backslash
30214 numberwithin{counter}{sectioning}
30215 \end_layout
30216
30217 \begin_layout Standard
30218 \begin_inset Quotes fld
30219 \end_inset
30220
30221 counter
30222 \begin_inset Quotes frd
30223 \end_inset
30224
30225  indica qué clase de numeración es afectada, 
30226 \begin_inset Quotes fld
30227 \end_inset
30228
30229 sectioning
30230 \begin_inset Quotes frd
30231 \end_inset
30232
30233  indica qué número va delante del punto.
30234  
30235 \end_layout
30236
30237 \begin_layout Standard
30238 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
30239  en el preámbulo LaTeX:
30240 \end_layout
30241
30242 \begin_layout Standard
30243
30244 \series bold
30245
30246 \backslash
30247 numberwithin{equation}{section}
30248 \end_layout
30249
30250 \begin_layout Standard
30251 Este es el resultado::
30252 \begin_inset ERT
30253 status collapsed
30254
30255 \begin_layout Plain Layout
30256
30257
30258 \backslash
30259 numberwithin{equation}{section}
30260 \end_layout
30261
30262 \end_inset
30263
30264
30265 \begin_inset Formula 
30266 \begin{equation}
30267 A+B=C
30268 \end{equation}
30269
30270 \end_inset
30271
30272
30273 \end_layout
30274
30275 \begin_layout Standard
30276 Para numerar cuadros de modo que, p.
30277 \begin_inset space \thinspace{}
30278 \end_inset
30279
30280 ej., 
30281 \begin_inset Quotes fld
30282 \end_inset
30283
30284 sectioning
30285 \begin_inset Quotes frd
30286 \end_inset
30287
30288  sea el número de la parte se usa
30289 \begin_inset Newline newline
30290 \end_inset
30291
30292
30293 \series bold
30294
30295 \backslash
30296 numberwithin{table}{part}
30297 \end_layout
30298
30299 \begin_layout Standard
30300 Para volver a la numeración estándar o evitar esta clase numeración cuando
30301  es definida por la clase de documento, se inserta el siguiente comando
30302  en código TeX o en el preámbulo LaTeX:
30303 \end_layout
30304
30305 \begin_layout Standard
30306
30307 \series bold
30308
30309 \backslash
30310 renewcommand{
30311 \backslash
30312 theequation}{
30313 \backslash
30314 arabic{equation}}
30315 \begin_inset Index idx
30316 status collapsed
30317
30318 \begin_layout Plain Layout
30319 Comandos ! A ! 
30320 \backslash
30321 arabic
30322 \end_layout
30323
30324 \end_inset
30325
30326
30327 \series default
30328
30329 \begin_inset ERT
30330 status collapsed
30331
30332 \begin_layout Plain Layout
30333
30334
30335 \backslash
30336 renewcommand{
30337 \backslash
30338 theequation}{
30339 \backslash
30340 arabic{equation}}
30341 \end_layout
30342
30343 \end_inset
30344
30345
30346 \series bold
30347
30348 \begin_inset Newline newline
30349 \end_inset
30350
30351
30352 \series default
30353 o
30354 \series bold
30355
30356 \begin_inset Newline newline
30357 \end_inset
30358
30359
30360 \backslash
30361 renewcommand{
30362 \backslash
30363 thetable}{
30364 \backslash
30365 arabic{table}}
30366 \end_layout
30367
30368 \begin_layout Standard
30369
30370 \series bold
30371
30372 \backslash
30373 numberwithin
30374 \series default
30375  usa internamente el comando 
30376 \series bold
30377
30378 \backslash
30379 @addtoreset
30380 \series default
30381 , descrito arriba, que también debe ser restaurado.
30382 \begin_inset ERT
30383 status collapsed
30384
30385 \begin_layout Plain Layout
30386
30387
30388 \backslash
30389 makeatletter
30390 \end_layout
30391
30392 \begin_layout Plain Layout
30393
30394
30395 \backslash
30396 @removefromreset{equation}{section}
30397 \end_layout
30398
30399 \begin_layout Plain Layout
30400
30401
30402 \backslash
30403 makeatother
30404 \end_layout
30405
30406 \end_inset
30407
30408
30409 \end_layout
30410
30411 \begin_layout Subsection
30412 Numeración con números romanos y letras
30413 \begin_inset Index idx
30414 status collapsed
30415
30416 \begin_layout Plain Layout
30417 Numeración de ecuaciones ! con números romanos
30418 \end_layout
30419
30420 \end_inset
30421
30422
30423 \begin_inset Index idx
30424 status collapsed
30425
30426 \begin_layout Plain Layout
30427 Numeración de ecuaciones ! con letras
30428 \end_layout
30429
30430 \end_inset
30431
30432
30433 \end_layout
30434
30435 \begin_layout Standard
30436 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
30437  Por ejemplo, para numerar con romanos en minúscula,
30438 \begin_inset Foot
30439 status collapsed
30440
30441 \begin_layout Plain Layout
30442 Como en español no se usan romanos en minúscula, el estilo 
30443 \series bold
30444 spanish
30445 \series default
30446  del sistema 
30447 \series bold
30448 babel
30449 \series default
30450  redefine 
30451 \series bold
30452
30453 \backslash
30454 roman
30455 \series default
30456  para que los dé en versalitas.
30457  Véase 
30458 \begin_inset CommandInset citation
30459 LatexCommand cite
30460 key "spanish"
30461
30462 \end_inset
30463
30464  (
30465 \emph on
30466 N.
30467 \begin_inset space \thinspace{}
30468 \end_inset
30469
30470 del t
30471 \emph default
30472 ).
30473 \end_layout
30474
30475 \end_inset
30476
30477  se inserta el comando
30478 \end_layout
30479
30480 \begin_layout Standard
30481
30482 \series bold
30483
30484 \backslash
30485 renewcommand{
30486 \backslash
30487 theequation}{
30488 \backslash
30489 roman{equation}}
30490 \end_layout
30491
30492 \begin_layout Standard
30493 antes de la ecuación en modo TeX.
30494  
30495 \series bold
30496
30497 \backslash
30498 renewcommand
30499 \series default
30500
30501 \begin_inset Index idx
30502 status collapsed
30503
30504 \begin_layout Plain Layout
30505 Comandos ! R ! 
30506 \backslash
30507 renewcommand
30508 \end_layout
30509
30510 \end_inset
30511
30512  redefine el comando predefinido 
30513 \series bold
30514
30515 \backslash
30516 theequation
30517 \series default
30518  como 
30519 \series bold
30520
30521 \backslash
30522 roman{equation}
30523 \series default
30524 .
30525 \begin_inset Foot
30526 status collapsed
30527
30528 \begin_layout Plain Layout
30529 El comando 
30530 \series bold
30531
30532 \backslash
30533 renewcommand
30534 \series default
30535  tiene el mismo esquema que el comando 
30536 \series bold
30537
30538 \backslash
30539 newcommand
30540 \series default
30541 , descrito en 
30542 \begin_inset CommandInset ref
30543 LatexCommand ref
30544 reference "sub:El-comando-newcommand"
30545
30546 \end_inset
30547
30548 .
30549 \end_layout
30550
30551 \end_inset
30552
30553  
30554 \series bold
30555 equation
30556 \series default
30557  es el contador de ecuaciones.
30558  Si se usa el comando 
30559 \series bold
30560
30561 \backslash
30562 the
30563 \series default
30564  como prefijo de un contador, el valor del contador sale en números arábigos.
30565  Si una ecuación es numerada, LaTeX pone internamente el comando 
30566 \series bold
30567
30568 \backslash
30569 theequation
30570 \series default
30571  detrás de la ecuación.
30572  
30573 \series bold
30574
30575 \backslash
30576 roman{equation}
30577 \series default
30578
30579 \begin_inset Index idx
30580 status collapsed
30581
30582 \begin_layout Plain Layout
30583 Comandos ! R ! 
30584 \backslash
30585 roman
30586 \end_layout
30587
30588 \end_inset
30589
30590  pone el contador en romanos en minúscula.
30591 \end_layout
30592
30593 \begin_layout Standard
30594 Todas las ecuaciones siguientes a 
30595 \series bold
30596
30597 \backslash
30598 renew
30599 \series default
30600 c
30601 \series bold
30602 ommand
30603 \series default
30604  se numerarán en romanos.
30605  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
30606  cambiando 
30607 \series bold
30608
30609 \backslash
30610 roman
30611 \series default
30612  por 
30613 \series bold
30614
30615 \backslash
30616 Roman
30617 \series default
30618
30619 \begin_inset Index idx
30620 status collapsed
30621
30622 \begin_layout Plain Layout
30623 Comandos ! R ! 
30624 \backslash
30625 roman@
30626 \backslash
30627 Roman
30628 \end_layout
30629
30630 \end_inset
30631
30632 .
30633  Para 
30634 \begin_inset Quotes fld
30635 \end_inset
30636
30637 numerar
30638 \begin_inset Quotes frd
30639 \end_inset
30640
30641  con minúsculas latinas hay el comando 
30642 \series bold
30643
30644 \backslash
30645 alph
30646 \series default
30647
30648 \begin_inset Index idx
30649 status collapsed
30650
30651 \begin_layout Plain Layout
30652 Comandos ! A ! 
30653 \backslash
30654 alph
30655 \end_layout
30656
30657 \end_inset
30658
30659 , y para mayúsculas el comando 
30660 \series bold
30661
30662 \backslash
30663 Alph
30664 \series default
30665
30666 \begin_inset Index idx
30667 status collapsed
30668
30669 \begin_layout Plain Layout
30670 Comandos ! A ! 
30671 \backslash
30672 alph@
30673 \backslash
30674 Alph
30675 \end_layout
30676
30677 \end_inset
30678
30679 .
30680 \end_layout
30681
30682 \begin_layout Standard
30683 \begin_inset Note Greyedout
30684 status open
30685
30686 \begin_layout Plain Layout
30687
30688 \series bold
30689 \color none
30690 Nota:
30691 \series default
30692  Con letras latinas sólo se puede numerar hasta un máximo de 26
30693 \begin_inset space ~
30694 \end_inset
30695
30696 ecuaciones.
30697 \end_layout
30698
30699 \end_inset
30700
30701
30702 \end_layout
30703
30704 \begin_layout Standard
30705 \begin_inset ERT
30706 status collapsed
30707
30708 \begin_layout Plain Layout
30709
30710
30711 \backslash
30712 renewcommand{
30713 \backslash
30714 theequation}{
30715 \backslash
30716 roman{equation}}
30717 \end_layout
30718
30719 \end_inset
30720
30721
30722 \begin_inset Formula 
30723 \begin{equation}
30724 A=\textrm{romanos en minúscula}
30725 \end{equation}
30726
30727 \end_inset
30728
30729
30730 \begin_inset ERT
30731 status collapsed
30732
30733 \begin_layout Plain Layout
30734
30735
30736 \backslash
30737 renewcommand{
30738 \backslash
30739 theequation}{
30740 \backslash
30741 Roman{equation}}
30742 \end_layout
30743
30744 \end_inset
30745
30746
30747 \begin_inset Formula 
30748 \begin{equation}
30749 B=\textrm{romanos en mayúscula}\label{eq:Rom}
30750 \end{equation}
30751
30752 \end_inset
30753
30754
30755 \begin_inset ERT
30756 status collapsed
30757
30758 \begin_layout Plain Layout
30759
30760
30761 \backslash
30762 renewcommand{
30763 \backslash
30764 theequation}{
30765 \backslash
30766 alph{equation}}
30767 \end_layout
30768
30769 \end_inset
30770
30771
30772 \begin_inset Formula 
30773 \begin{equation}
30774 C=\textrm{latinas en minúscula}
30775 \end{equation}
30776
30777 \end_inset
30778
30779
30780 \begin_inset ERT
30781 status collapsed
30782
30783 \begin_layout Plain Layout
30784
30785
30786 \backslash
30787 renewcommand{
30788 \backslash
30789 theequation}{
30790 \backslash
30791 Alph{equation}}
30792 \end_layout
30793
30794 \end_inset
30795
30796
30797 \begin_inset Formula 
30798 \begin{equation}
30799 D=\textrm{latinas en mayúscula}\label{eq:Lat}
30800 \end{equation}
30801
30802 \end_inset
30803
30804
30805 \end_layout
30806
30807 \begin_layout Standard
30808 Para volver a la numeración por omisión se inserta el comando:
30809 \end_layout
30810
30811 \begin_layout Standard
30812
30813 \series bold
30814
30815 \backslash
30816 renewcommand{
30817 \backslash
30818 theequation}{
30819 \backslash
30820 arabic{equation}}
30821 \begin_inset Index idx
30822 status collapsed
30823
30824 \begin_layout Plain Layout
30825 Comandos ! A ! 
30826 \backslash
30827 arabic
30828 \end_layout
30829
30830 \end_inset
30831
30832
30833 \end_layout
30834
30835 \begin_layout Standard
30836 \begin_inset ERT
30837 status collapsed
30838
30839 \begin_layout Plain Layout
30840
30841
30842 \backslash
30843 renewcommand{
30844 \backslash
30845 theequation}{
30846 \backslash
30847 arabic{equation}}
30848 \end_layout
30849
30850 \end_inset
30851
30852
30853 \begin_inset Formula 
30854 \begin{equation}
30855 E=\mbox{arábigos}
30856 \end{equation}
30857
30858 \end_inset
30859
30860
30861 \end_layout
30862
30863 \begin_layout Standard
30864 \begin_inset VSpace medskip
30865 \end_inset
30866
30867
30868 \end_layout
30869
30870 \begin_layout Standard
30871 Como ves, las ecuaciones se numeran consecutivamente independientemente
30872  del estilo de numeración.
30873  Cuando la numeración haya de empezar con 
30874 \begin_inset Quotes fld
30875 \end_inset
30876
30877 1
30878 \begin_inset Quotes frd
30879 \end_inset
30880
30881  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
30882  Una descripción sobre esto se encuentra en el archivo 
30883 \begin_inset CommandInset href
30884 LatexCommand href
30885 name "Formula-numbering.lyx"
30886 target "run:Formula-numbering.lyx"
30887
30888 \end_inset
30889
30890 .
30891 \end_layout
30892
30893 \begin_layout Section
30894 Símbolos y ecuaciones químicas
30895 \begin_inset CommandInset label
30896 LatexCommand label
30897 name "sub:Símbolos-y-ecuaciones-químicas"
30898
30899 \end_inset
30900
30901
30902 \begin_inset Index idx
30903 status collapsed
30904
30905 \begin_layout Plain Layout
30906 Química ! símbolos
30907 \end_layout
30908
30909 \end_inset
30910
30911
30912 \begin_inset Index idx
30913 status collapsed
30914
30915 \begin_layout Plain Layout
30916 Química ! caracteres
30917 \end_layout
30918
30919 \end_inset
30920
30921
30922 \begin_inset Index idx
30923 status collapsed
30924
30925 \begin_layout Plain Layout
30926 Ecuación ! química|see
30927 \begin_inset ERT
30928 status collapsed
30929
30930 \begin_layout Plain Layout
30931
30932 {
30933 \end_layout
30934
30935 \end_inset
30936
30937 Química
30938 \begin_inset ERT
30939 status collapsed
30940
30941 \begin_layout Plain Layout
30942
30943 }
30944 \end_layout
30945
30946 \end_inset
30947
30948
30949 \end_layout
30950
30951 \end_inset
30952
30953
30954 \begin_inset Index idx
30955 status collapsed
30956
30957 \begin_layout Plain Layout
30958 Química ! iones
30959 \end_layout
30960
30961 \end_inset
30962
30963
30964 \begin_inset Index idx
30965 status collapsed
30966
30967 \begin_layout Plain Layout
30968 Iones|see
30969 \begin_inset ERT
30970 status collapsed
30971
30972 \begin_layout Plain Layout
30973
30974 {
30975 \end_layout
30976
30977 \end_inset
30978
30979 Química
30980 \begin_inset ERT
30981 status collapsed
30982
30983 \begin_layout Plain Layout
30984
30985 }
30986 \end_layout
30987
30988 \end_inset
30989
30990
30991 \end_layout
30992
30993 \end_inset
30994
30995
30996 \begin_inset Index idx
30997 status collapsed
30998
30999 \begin_layout Plain Layout
31000 Química ! reacción
31001 \end_layout
31002
31003 \end_inset
31004
31005
31006 \end_layout
31007
31008 \begin_layout Standard
31009 Un ejemplo de texto de química:
31010 \end_layout
31011
31012 \begin_layout Quote
31013 El ion 
31014 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31015 \end_inset
31016
31017  reacciona con dos iones 
31018 \begin_inset Formula $\mathrm{Na^{+}}$
31019 \end_inset
31020
31021  para dar sulfato de sodio 
31022 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
31023 \end_inset
31024
31025 .
31026  La ecuación química es:
31027 \begin_inset Formula 
31028 \begin{equation}
31029 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaccion-quimica}
31030 \end{equation}
31031
31032 \end_inset
31033
31034
31035 \end_layout
31036
31037 \begin_layout Standard
31038 Esta ecuación química puede componerse directamente en modo ecuación.
31039  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
31040  y con el atajo 
31041 \family sans
31042 Alt+C
31043 \begin_inset space ~
31044 \end_inset
31045
31046 R
31047 \family default
31048  se cambia en redonda.
31049 \begin_inset Foot
31050 status collapsed
31051
31052 \begin_layout Plain Layout
31053 véase estilos de tipografías en 
31054 \begin_inset CommandInset ref
31055 LatexCommand ref
31056 reference "sub:Estilos-de-tipografías"
31057
31058 \end_inset
31059
31060 .
31061 \end_layout
31062
31063 \end_inset
31064
31065
31066 \end_layout
31067
31068 \begin_layout Standard
31069 Para escribir ecuaciones químicas es más conveniente usar el comando 
31070 \series bold
31071
31072 \backslash
31073 ce
31074 \series default
31075
31076 \begin_inset Index idx
31077 status collapsed
31078
31079 \begin_layout Plain Layout
31080 Comandos ! C ! 
31081 \backslash
31082 ce
31083 \end_layout
31084
31085 \end_inset
31086
31087 , que está disponible si está instalado el paquete LaTeX 
31088 \series bold
31089 mhchem
31090 \series default
31091
31092 \begin_inset Index idx
31093 status collapsed
31094
31095 \begin_layout Plain Layout
31096 Paquetes ! mhchem
31097 \end_layout
31098
31099 \end_inset
31100
31101 .
31102  Al insertar 
31103 \series bold
31104
31105 \backslash
31106 ce
31107 \series default
31108  en modo matemático aparece un nuevo marco azul en el que se pueden escribir
31109  ecuaciones químicas de una forma intuitiva.
31110 \end_layout
31111
31112 \begin_layout Standard
31113 \align center
31114 \begin_inset Tabular
31115 <lyxtabular version="3" rows="9" columns="2">
31116 <features rotate="0" tabularvalignment="middle">
31117 <column alignment="center" valignment="top">
31118 <column alignment="center" valignment="top">
31119 <row>
31120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31121 \begin_inset Text
31122
31123 \begin_layout Plain Layout
31124 Comando
31125 \end_layout
31126
31127 \end_inset
31128 </cell>
31129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31130 \begin_inset Text
31131
31132 \begin_layout Plain Layout
31133 Resultado
31134 \begin_inset Note Note
31135 status collapsed
31136
31137 \begin_layout Plain Layout
31138
31139 \series bold
31140
31141 \backslash
31142 raisebox
31143 \series default
31144  se usa sólo como espaciador
31145 \end_layout
31146
31147 \end_inset
31148
31149
31150 \end_layout
31151
31152 \end_inset
31153 </cell>
31154 </row>
31155 <row>
31156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31157 \begin_inset Text
31158
31159 \begin_layout Plain Layout
31160
31161 \backslash
31162 ce
31163 \begin_inset space \textvisiblespace{}
31164 \end_inset
31165
31166 H2CO3
31167 \end_layout
31168
31169 \end_inset
31170 </cell>
31171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31172 \begin_inset Text
31173
31174 \begin_layout Plain Layout
31175 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31176 \end_inset
31177
31178
31179 \end_layout
31180
31181 \end_inset
31182 </cell>
31183 </row>
31184 <row>
31185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31186 \begin_inset Text
31187
31188 \begin_layout Plain Layout
31189
31190 \backslash
31191 ce
31192 \begin_inset space \textvisiblespace{}
31193 \end_inset
31194
31195 SO4^2-
31196 \end_layout
31197
31198 \end_inset
31199 </cell>
31200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31201 \begin_inset Text
31202
31203 \begin_layout Plain Layout
31204 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31205 \end_inset
31206
31207
31208 \end_layout
31209
31210 \end_inset
31211 </cell>
31212 </row>
31213 <row>
31214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31215 \begin_inset Text
31216
31217 \begin_layout Plain Layout
31218
31219 \backslash
31220 ce
31221 \begin_inset space \textvisiblespace{}
31222 \end_inset
31223
31224 (NH4)2S
31225 \end_layout
31226
31227 \end_inset
31228 </cell>
31229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31230 \begin_inset Text
31231
31232 \begin_layout Plain Layout
31233 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31234 \end_inset
31235
31236
31237 \end_layout
31238
31239 \end_inset
31240 </cell>
31241 </row>
31242 <row>
31243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31244 \begin_inset Text
31245
31246 \begin_layout Plain Layout
31247
31248 \backslash
31249 ce
31250 \begin_inset space \textvisiblespace{}
31251 \end_inset
31252
31253 KCr(SO4)2.12H2O
31254 \end_layout
31255
31256 \end_inset
31257 </cell>
31258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31259 \begin_inset Text
31260
31261 \begin_layout Plain Layout
31262 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31263 \end_inset
31264
31265
31266 \end_layout
31267
31268 \end_inset
31269 </cell>
31270 </row>
31271 <row>
31272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31273 \begin_inset Text
31274
31275 \begin_layout Plain Layout
31276
31277 \backslash
31278 ce
31279 \begin_inset space \textvisiblespace{}
31280 \end_inset
31281
31282 A-B
31283 \backslash
31284 dbond
31285 \begin_inset space \textvisiblespace{}
31286 \end_inset
31287
31288 C
31289 \backslash
31290 tbond
31291 \begin_inset space \textvisiblespace{}
31292 \end_inset
31293
31294 D
31295 \end_layout
31296
31297 \end_inset
31298 </cell>
31299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31300 \begin_inset Text
31301
31302 \begin_layout Plain Layout
31303 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31304 \end_inset
31305
31306
31307 \end_layout
31308
31309 \end_inset
31310 </cell>
31311 </row>
31312 <row>
31313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31314 \begin_inset Text
31315
31316 \begin_layout Plain Layout
31317
31318 \backslash
31319 ce
31320 \begin_inset space \textvisiblespace{}
31321 \end_inset
31322
31323 ^227
31324 \begin_inset Formula $\downarrow$
31325 \end_inset
31326
31327 _90
31328 \begin_inset Formula $\to$
31329 \end_inset
31330
31331 Th+
31332 \end_layout
31333
31334 \end_inset
31335 </cell>
31336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31337 \begin_inset Text
31338
31339 \begin_layout Plain Layout
31340 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31341 \end_inset
31342
31343
31344 \end_layout
31345
31346 \end_inset
31347 </cell>
31348 </row>
31349 <row>
31350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31351 \begin_inset Text
31352
31353 \begin_layout Plain Layout
31354
31355 \backslash
31356 ce
31357 \begin_inset space \textvisiblespace{}
31358 \end_inset
31359
31360 CO2
31361 \begin_inset space \textvisiblespace{}
31362 \end_inset
31363
31364 +
31365 \begin_inset space \textvisiblespace{}
31366 \end_inset
31367
31368 C
31369 \begin_inset space \textvisiblespace{}
31370 \end_inset
31371
31372 <=>
31373 \begin_inset space \textvisiblespace{}
31374 \end_inset
31375
31376 2CO
31377 \end_layout
31378
31379 \end_inset
31380 </cell>
31381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31382 \begin_inset Text
31383
31384 \begin_layout Plain Layout
31385 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31386 \end_inset
31387
31388
31389 \end_layout
31390
31391 \end_inset
31392 </cell>
31393 </row>
31394 <row>
31395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31396 \begin_inset Text
31397
31398 \begin_layout Plain Layout
31399
31400 \backslash
31401 ce
31402 \begin_inset space \textvisiblespace{}
31403 \end_inset
31404
31405 CO2
31406 \begin_inset space \textvisiblespace{}
31407 \end_inset
31408
31409 +
31410 \begin_inset space \textvisiblespace{}
31411 \end_inset
31412
31413 C
31414 \begin_inset space \textvisiblespace{}
31415 \end_inset
31416
31417 ->[
31418 \backslash
31419 alpha][
31420 \backslash
31421 beta]
31422 \begin_inset space \textvisiblespace{}
31423 \end_inset
31424
31425 2CO}
31426 \end_layout
31427
31428 \end_inset
31429 </cell>
31430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31431 \begin_inset Text
31432
31433 \begin_layout Plain Layout
31434 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31435 \end_inset
31436
31437
31438 \end_layout
31439
31440 \end_inset
31441 </cell>
31442 </row>
31443 </lyxtabular>
31444
31445 \end_inset
31446
31447
31448 \end_layout
31449
31450 \begin_layout Standard
31451 \begin_inset Note Greyedout
31452 status open
31453
31454 \begin_layout Plain Layout
31455
31456 \series bold
31457 \color none
31458 Nota:
31459 \series default
31460  Insertar modo matemático en un marco 
31461 \series bold
31462
31463 \backslash
31464 ce
31465 \series default
31466  provocará errores de LaTeX.
31467  En estos casos hay que usar código TeX, como en 
31468 \series bold
31469
31470 \backslash
31471 ce{$
31472 \backslash
31473 mu
31474 \backslash
31475 hyphen$Cl}
31476 \series default
31477
31478 \begin_inset ERT
31479 status collapsed
31480
31481 \begin_layout Plain Layout
31482
31483
31484 \backslash
31485 ce{$
31486 \backslash
31487 mu
31488 \backslash
31489 hyphen$Cl}
31490 \end_layout
31491
31492 \end_inset
31493
31494  
31495 \end_layout
31496
31497 \end_inset
31498
31499
31500 \end_layout
31501
31502 \begin_layout Standard
31503 \begin_inset Note Greyedout
31504 status collapsed
31505
31506 \begin_layout Plain Layout
31507
31508 \series bold
31509 Nota:
31510 \series default
31511  En LyX no es posible usar el carácter ^ para obtener una flecha hacia arriba,
31512  como se describe en el manual de 
31513 \series bold
31514 mhchem
31515 \series default
31516 .
31517  Como alternativa, inserta un espacio delgado negativo seguido por el comando
31518  
31519 \series bold
31520
31521 \backslash
31522 uparrow
31523 \series default
31524
31525 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31526 \end_inset
31527
31528
31529 \end_layout
31530
31531 \end_inset
31532
31533
31534 \end_layout
31535
31536 \begin_layout Standard
31537 El comando 
31538 \series bold
31539
31540 \backslash
31541 ce
31542 \series default
31543  para la 
31544 \begin_inset CommandInset ref
31545 LatexCommand ref
31546 reference "eq:reaccion-quimica"
31547
31548 \end_inset
31549
31550  es
31551 \begin_inset Newline newline
31552 \end_inset
31553
31554
31555 \series bold
31556  
31557 \backslash
31558 ce
31559 \begin_inset space \textvisiblespace{}
31560 \end_inset
31561
31562 2Na+
31563 \begin_inset space \textvisiblespace{}
31564 \end_inset
31565
31566 +
31567 \begin_inset space \textvisiblespace{}
31568 \end_inset
31569
31570 SO4^2-
31571 \begin_inset space \textvisiblespace{}
31572 \end_inset
31573
31574
31575 \begin_inset space \textvisiblespace{}
31576 \end_inset
31577
31578 ->
31579 \begin_inset space \textvisiblespace{}
31580 \end_inset
31581
31582 Na2SO4
31583 \end_layout
31584
31585 \begin_layout Standard
31586 Para componer ecuaciones químicas multilínea primero se crea una ecuación
31587  multilínea, tal como se describe en la 
31588 \begin_inset CommandInset ref
31589 LatexCommand ref
31590 reference "sec:Ecuaciones-multilínea"
31591
31592 \end_inset
31593
31594 .
31595  Después se utiliza el comando 
31596 \series bold
31597
31598 \backslash
31599 ce
31600 \series default
31601  en cada cuadrito azul de la ecuación.
31602  La 
31603 \begin_inset CommandInset ref
31604 LatexCommand ref
31605 reference "eq:TEOS-reac-1"
31606
31607 \end_inset
31608
31609  y la 
31610 \begin_inset CommandInset ref
31611 LatexCommand ref
31612 reference "eq:TEOS-reac-2"
31613
31614 \end_inset
31615
31616  son ejemplos de una reacción química en dos fases en la que cada ecuación
31617  tiene su propio número.
31618 \begin_inset Formula 
31619 \begin{eqnarray}
31620 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reac-1}\\
31621 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reac-2}
31622 \end{eqnarray}
31623
31624 \end_inset
31625
31626
31627 \end_layout
31628
31629 \begin_layout Standard
31630 Además de 
31631 \series bold
31632
31633 \backslash
31634 ce
31635 \series default
31636  el paquete 
31637 \series bold
31638 mhchem
31639 \series default
31640  suministra el comando 
31641 \series bold
31642
31643 \backslash
31644 cf
31645 \series default
31646
31647 \begin_inset Index idx
31648 status collapsed
31649
31650 \begin_layout Plain Layout
31651 Comandos ! C ! 
31652 \backslash
31653 cf
31654 \end_layout
31655
31656 \end_inset
31657
31658  que ha de utilizarse en casos especiales.
31659  Para más información sobre 
31660 \series bold
31661
31662 \backslash
31663 cf
31664 \series default
31665  y más ejemplos echa un vistazo a la documentación de 
31666 \series bold
31667 mhchem
31668 \series default
31669
31670 \begin_inset CommandInset citation
31671 LatexCommand cite
31672 key "mhchem"
31673
31674 \end_inset
31675
31676 .
31677 \end_layout
31678
31679 \begin_layout Section
31680 Diagramas
31681 \end_layout
31682
31683 \begin_layout Standard
31684 Lyx soporta dos tipos de diagramas conmutativos: 
31685 \series bold
31686 amscd
31687 \series default
31688  y 
31689 \series bold
31690 xymatrix
31691 \series default
31692 , que se explican a continuación.
31693 \end_layout
31694
31695 \begin_layout Subsection
31696 Diagramas amscd
31697 \begin_inset Index idx
31698 status collapsed
31699
31700 \begin_layout Plain Layout
31701 Diagramas ! amscd
31702 \end_layout
31703
31704 \end_inset
31705
31706
31707 \end_layout
31708
31709 \begin_layout Standard
31710 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
31711  verticales y horizontales:
31712 \begin_inset Formula 
31713 \[
31714 \begin{CD}A@)))B@)))C\\
31715 @AAA@.@VVV\\
31716 F@(((E@(((D
31717 \end{CD}
31718 \]
31719
31720 \end_inset
31721
31722 Para obtener el diagrama se inserta en la ecuación el comando 
31723 \series bold
31724
31725 \backslash
31726 CD
31727 \begin_inset Index idx
31728 status collapsed
31729
31730 \begin_layout Plain Layout
31731 Comandos ! C ! 
31732 \backslash
31733 CD
31734 \end_layout
31735
31736 \end_inset
31737
31738
31739 \series default
31740 .
31741  Surge un marco azul entre dos líneas de trazos en el que se insertan a
31742  continuación comandos.
31743  Con 
31744 \family sans
31745 Ctrl+Entrar
31746 \family default
31747  se inicia una nueva línea.
31748  En las líneas impares se insertan relaciones horizontales, en las pares
31749  verticales.
31750 \end_layout
31751
31752 \begin_layout Standard
31753 Para componer las relaciones hay los siguientes comandos:
31754 \begin_inset Foot
31755 status collapsed
31756
31757 \begin_layout Plain Layout
31758 \begin_inset CommandInset label
31759 LatexCommand label
31760 name "fn:sinónimos"
31761
31762 \end_inset
31763
31764 Los comandos con 
31765 \family sans
31766 '
31767 \series bold
31768 >
31769 \series default
31770 '
31771 \family default
31772  o 
31773 \family sans
31774 '
31775 \series bold
31776 <
31777 \series default
31778 '
31779 \family default
31780  pueden generar errores con el estilo 
31781 \series bold
31782 spanish
31783 \series default
31784  de 
31785 \series bold
31786 babel
31787 \series default
31788 .
31789  Para evitarlo se pueden sustituir por sus sinónimos 
31790 \family sans
31791 '
31792 \series bold
31793 )
31794 \series default
31795 '
31796 \family default
31797  y 
31798 \family sans
31799 '
31800 \series bold
31801 (
31802 \series default
31803 '
31804 \family default
31805  respectivamente.
31806  Véase 
31807 \begin_inset CommandInset citation
31808 LatexCommand cite
31809 key "spanish"
31810
31811 \end_inset
31812
31813 .
31814  (
31815 \emph on
31816 N.
31817 \begin_inset space \thinspace{}
31818 \end_inset
31819
31820 del t.
31821 \emph default
31822 )
31823 \end_layout
31824
31825 \end_inset
31826
31827
31828 \end_layout
31829
31830 \begin_layout Itemize
31831
31832 \series bold
31833 @<<<
31834 \series default
31835  genera una flecha hacia la izquierda, 
31836 \series bold
31837 @>>>
31838 \series default
31839  una hacia la derecha, y 
31840 \series bold
31841 @=
31842 \series default
31843  un signo igual largo
31844 \end_layout
31845
31846 \begin_layout Itemize
31847
31848 \series bold
31849 @AAA
31850 \series default
31851  genera una flecha hacia arriba, 
31852 \series bold
31853 @VVV
31854 \series default
31855  una hacia abajo, y 
31856 \series bold
31857 @|
31858 \series default
31859  un signo igual vertical
31860 \end_layout
31861
31862 \begin_layout Itemize
31863
31864 \series bold
31865 @.
31866
31867 \series default
31868  genera una ubicación vacía para relaciones inexistentes
31869 \end_layout
31870
31871 \begin_layout Standard
31872 Todas las flechas pueden etiquetarse como sigue:
31873 \end_layout
31874
31875 \begin_layout Itemize
31876 Si se inserta texto entre el primero y el segundo 
31877 \series bold
31878 <
31879 \series default
31880  o 
31881 \series bold
31882 >
31883 \series default
31884 , respectivamente, se muestra sobre la flecha.
31885  Si se inserta entre el segundo y el tercero, bajo la flecha.
31886 \end_layout
31887
31888 \begin_layout Itemize
31889 Para flechas verticales, si se inserta texto entre la primera y la segunda
31890  
31891 \series bold
31892 A
31893 \series default
31894  o 
31895 \series bold
31896 V
31897 \series default
31898 , respectivamente, se muestra al lado izquierdo de la flecha.
31899  Si se inserta entre la segunda y la tercera, al lado derecho.
31900  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
31901 \end_layout
31902
31903 \begin_layout Standard
31904 Como ejemplo un diagrama con todas las relaciones posibles:
31905 \begin_inset Formula 
31906 \[
31907 \begin{CD}A@)j))B@))k)C@=F\\
31908 @AmAA@.@VV{V}V@|\\
31909 D@((j\,(E@)k))F@=C
31910 \end{CD}
31911 \]
31912
31913 \end_inset
31914
31915 El comando para este diagrama es:
31916 \begin_inset Newline newline
31917 \end_inset
31918
31919
31920 \series bold
31921
31922 \backslash
31923 CD
31924 \begin_inset space \textvisiblespace{}
31925 \end_inset
31926
31927 A@>j>>B@>>k>C@=F Ctrl+Entrar
31928 \begin_inset Newline newline
31929 \end_inset
31930
31931
31932 \begin_inset Phantom HPhantom
31933 status open
31934
31935 \begin_layout Plain Layout
31936
31937 \series bold
31938
31939 \backslash
31940 CD
31941 \begin_inset space \textvisiblespace{}
31942 \end_inset
31943
31944
31945 \end_layout
31946
31947 \end_inset
31948
31949 @AmAA@.@VV
31950 \backslash
31951 {V
31952 \series default
31953
31954 \begin_inset Formula $\to$
31955 \end_inset
31956
31957
31958 \series bold
31959 V@| Ctrl+Entrar
31960 \begin_inset Newline newline
31961 \end_inset
31962
31963
31964 \begin_inset Phantom HPhantom
31965 status open
31966
31967 \begin_layout Plain Layout
31968
31969 \series bold
31970
31971 \backslash
31972 CD
31973 \begin_inset space \textvisiblespace{}
31974 \end_inset
31975
31976
31977 \end_layout
31978
31979 \end_inset
31980
31981 D@<<j<E@>k>>F@=C
31982 \end_layout
31983
31984 \begin_layout Subsection
31985 Diagramas xymatrix
31986 \begin_inset Index idx
31987 status collapsed
31988
31989 \begin_layout Plain Layout
31990 Diagramas ! xymatrix
31991 \end_layout
31992
31993 \end_inset
31994
31995
31996 \end_layout
31997
31998 \begin_layout Standard
31999 Para usar matrices xy debe estar instalado el paquete LaTeX 
32000 \series bold
32001 xypic
32002 \series default
32003 .
32004  Una matriz xy se crea insertando el comando 
32005 \series bold
32006
32007 \backslash
32008 xymatrix
32009 \series default
32010  en una ecuación.
32011  Después podrás añadir nuevas columnas y filas como en matrices normales,
32012  véase
32013 \begin_inset space ~
32014 \end_inset
32015
32016
32017 \begin_inset CommandInset ref
32018 LatexCommand ref
32019 reference "sec:Matrices"
32020
32021 \end_inset
32022
32023 .
32024 \end_layout
32025
32026 \begin_layout Standard
32027 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
32028  y curvadas, y mucho más.
32029  Todas las posibilidades para generar diagramas conmutativos y decoraciones
32030  se explican en el 
32031 \emph on
32032 Manual de XY-pic
32033 \emph default
32034  que se encuentra en el menú 
32035 \family sans
32036 Ayuda\SpecialChar \menuseparator
32037 Manuales
32038 \begin_inset space ~
32039 \end_inset
32040
32041 específicos
32042 \family default
32043 .
32044 \end_layout
32045
32046 \begin_layout Subsection
32047 Diagramas 
32048 \noun on
32049 Feynman
32050 \noun default
32051
32052 \begin_inset Index idx
32053 status collapsed
32054
32055 \begin_layout Plain Layout
32056 Diagramas ! Feynman
32057 \end_layout
32058
32059 \end_inset
32060
32061
32062 \end_layout
32063
32064 \begin_layout Standard
32065 Para usar diagramas 
32066 \noun on
32067 Feynman
32068 \noun default
32069  debe estar instalado el paquete LaTeX 
32070 \series bold
32071 feyn
32072 \series default
32073 .
32074  Un diagrama 
32075 \noun on
32076 Feynman
32077 \noun default
32078  se crea insertando el comando 
32079 \series bold
32080
32081 \backslash
32082 Diagram
32083 \series default
32084  en una ecuación.
32085  Después podrás añadir nuevas columnas y filas como en matrices normales,
32086  véase
32087 \begin_inset space ~
32088 \end_inset
32089
32090
32091 \begin_inset CommandInset ref
32092 LatexCommand ref
32093 reference "sec:Matrices"
32094
32095 \end_inset
32096
32097 .
32098 \end_layout
32099
32100 \begin_layout Standard
32101 En el 
32102 \emph on
32103 Manual de diagramas Feynman
32104 \emph default
32105 , disponible en 
32106 \family sans
32107 Ayuda\SpecialChar \menuseparator
32108 Manuales
32109 \begin_inset space ~
32110 \end_inset
32111
32112 específicos
32113 \family default
32114 , hay ejemplos de diagramas de este tipo.
32115 \end_layout
32116
32117 \begin_layout Section
32118 Comandos definidos por el usuario
32119 \begin_inset Index idx
32120 status collapsed
32121
32122 \begin_layout Plain Layout
32123 Comandos de usuario
32124 \end_layout
32125
32126 \end_inset
32127
32128
32129 \end_layout
32130
32131 \begin_layout Standard
32132 \begin_inset Note Greyedout
32133 status open
32134
32135 \begin_layout Plain Layout
32136
32137 \series bold
32138 Nota:
32139 \series default
32140  Los nombres de los comandos definidos por el usuario y macros solo pueden
32141  contener letras latinas.
32142 \end_layout
32143
32144 \end_inset
32145
32146
32147 \end_layout
32148
32149 \begin_layout Subsection
32150 El comando 
32151 \backslash
32152 newcommand
32153 \begin_inset CommandInset label
32154 LatexCommand label
32155 name "sub:El-comando-newcommand"
32156
32157 \end_inset
32158
32159
32160 \begin_inset Index idx
32161 status collapsed
32162
32163 \begin_layout Plain Layout
32164 Comandos de usuario ! 
32165 \backslash
32166 newcommand
32167 \end_layout
32168
32169 \end_inset
32170
32171
32172 \begin_inset Index idx
32173 status collapsed
32174
32175 \begin_layout Plain Layout
32176 Comandos ! N ! 
32177 \backslash
32178 newcommand
32179 \end_layout
32180
32181 \end_inset
32182
32183
32184 \end_layout
32185
32186 \begin_layout Standard
32187 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
32188  Pero es posible definir nuevos comandos más cortos con el comando 
32189 \series bold
32190
32191 \backslash
32192 newcommand
32193 \series default
32194 .
32195  
32196 \end_layout
32197
32198 \begin_layout Standard
32199 El esquema del comando 
32200 \series bold
32201
32202 \backslash
32203 newcommand
32204 \series default
32205  es:
32206 \end_layout
32207
32208 \begin_layout Standard
32209
32210 \series bold
32211
32212 \backslash
32213 newcommand{nombre nuevo de comando}[número de argumentos]
32214 \begin_inset Newline newline
32215 \end_inset
32216
32217
32218 \begin_inset Phantom HPhantom
32219 status open
32220
32221 \begin_layout Plain Layout
32222
32223 \series bold
32224
32225 \backslash
32226 newcommand
32227 \end_layout
32228
32229 \end_inset
32230
32231 [valor opcional]{definición de comando}
32232 \end_layout
32233
32234 \begin_layout Standard
32235 \begin_inset Note Greyedout
32236 status open
32237
32238 \begin_layout Plain Layout
32239
32240 \series bold
32241 Nota:
32242 \series default
32243  Asegúrate de que el nombre del nuevo comando no está definido ya en el
32244  documento o en paquetes LaTeX que uses.
32245  Por ejemplo, si defines el comando 
32246 \series bold
32247
32248 \backslash
32249 le
32250 \series default
32251  para 
32252 \series bold
32253
32254 \backslash
32255 Leftarrow,
32256 \series default
32257  se producirán errores porque 
32258 \series bold
32259
32260 \backslash
32261 le
32262 \series default
32263  ya existe para 
32264 \begin_inset Quotes fld
32265 \end_inset
32266
32267
32268 \begin_inset Formula $\le$
32269 \end_inset
32270
32271
32272 \begin_inset Quotes frd
32273 \end_inset
32274
32275 .
32276
32277 \series bold
32278  
32279 \end_layout
32280
32281 \end_inset
32282
32283
32284 \end_layout
32285
32286 \begin_layout Standard
32287 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
32288  argumentos debería tener el nuevo comando.
32289  Con el valor opcional se puede predefinir un valor para un argumento opcional.
32290  Cuando se hace esto, el 
32291 \emph on
32292 primer
32293 \emph default
32294  argumento del nuevo comando es automáticamente opcional.
32295 \end_layout
32296
32297 \begin_layout Standard
32298 \noindent
32299 \align center
32300 \begin_inset Newpage newpage
32301 \end_inset
32302
32303
32304 \end_layout
32305
32306 \begin_layout Standard
32307 Veamos unos ejemplos:
32308 \end_layout
32309
32310 \begin_layout Itemize
32311 Para definir el comando 
32312 \series bold
32313
32314 \backslash
32315 gr
32316 \series default
32317  para 
32318 \series bold
32319
32320 \backslash
32321 Longrightarrow
32322 \series default
32323 , la línea de preámbulo LaTeX es:
32324 \begin_inset VSpace medskip
32325 \end_inset
32326
32327
32328 \begin_inset Newline newline
32329 \end_inset
32330
32331
32332 \series bold
32333
32334 \backslash
32335 newcommand{
32336 \backslash
32337 gr}{
32338 \backslash
32339 Longrightarrow}
32340 \end_layout
32341
32342 \begin_layout Itemize
32343 Para definir el comando 
32344 \series bold
32345
32346 \backslash
32347 us
32348 \series default
32349  para 
32350 \series bold
32351
32352 \backslash
32353 underline
32354 \series default
32355 , el argumento (que sería subrayado) debe tenerse en cuenta.
32356  Para esto la línea de preámbulo es:
32357 \begin_inset VSpace medskip
32358 \end_inset
32359
32360
32361 \begin_inset Newline newline
32362 \end_inset
32363
32364
32365 \series bold
32366
32367 \backslash
32368 newcommand{
32369 \backslash
32370 us}[1]{
32371 \backslash
32372 underline{#1}}
32373 \series default
32374
32375 \begin_inset VSpace medskip
32376 \end_inset
32377
32378
32379 \begin_inset Newline newline
32380 \end_inset
32381
32382 El carácter 
32383 \series bold
32384 #
32385 \series default
32386  actúa como colocador del argumento, el 
32387 \series bold
32388 1
32389 \series default
32390  indica que es el colocador para el primer argumento.
32391 \end_layout
32392
32393 \begin_layout Itemize
32394 Para 
32395 \series bold
32396
32397 \backslash
32398 framebox
32399 \series default
32400  se puede definir, por ejemplo, el comando 
32401 \series bold
32402
32403 \backslash
32404 fb
32405 \series default
32406 :
32407 \begin_inset VSpace medskip
32408 \end_inset
32409
32410
32411 \begin_inset Newline newline
32412 \end_inset
32413
32414
32415 \series bold
32416
32417 \backslash
32418 newcommand{
32419 \backslash
32420 fb}[3]{
32421 \backslash
32422 framebox#1#2{$#3$}}
32423 \series default
32424
32425 \begin_inset VSpace medskip
32426 \end_inset
32427
32428
32429 \begin_inset Newline newline
32430 \end_inset
32431
32432 Los dos signos dólar generan la ecuación extra necesaria para 
32433 \series bold
32434
32435 \backslash
32436 framebox
32437 \series default
32438 , véase 
32439 \begin_inset CommandInset ref
32440 LatexCommand ref
32441 reference "sub:Marcos-con-bordes"
32442
32443 \end_inset
32444
32445 .
32446 \end_layout
32447
32448 \begin_layout Itemize
32449 Para crear un nuevo comando para 
32450 \series bold
32451
32452 \backslash
32453 fcolorbox
32454 \series default
32455  donde no es necesario especificar el color para el marco, el argumento
32456  para el color se define opcional:
32457 \begin_inset VSpace medskip
32458 \end_inset
32459
32460
32461 \begin_inset Newline newline
32462 \end_inset
32463
32464
32465 \series bold
32466
32467 \backslash
32468 newcommand{
32469 \backslash
32470 cb}[3][white]{
32471 \backslash
32472 fcolorbox{#2}{#1}{$#3$}}
32473 \series default
32474
32475 \begin_inset VSpace medskip
32476 \end_inset
32477
32478
32479 \begin_inset Newline newline
32480 \end_inset
32481
32482 Si el color no es especificado al usar 
32483 \series bold
32484
32485 \backslash
32486 cb
32487 \series default
32488 , se elige el color 
32489 \series bold
32490 white
32491 \series default
32492  predefinido.
32493 \end_layout
32494
32495 \begin_layout Standard
32496 Un ensayo con los nuevos comandos definidos:
32497 \end_layout
32498
32499 \begin_layout Standard
32500 \noindent
32501 \align center
32502 \begin_inset Tabular
32503 <lyxtabular version="3" rows="6" columns="2">
32504 <features rotate="0" tabularvalignment="middle">
32505 <column alignment="center" valignment="top">
32506 <column alignment="center" valignment="top">
32507 <row>
32508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32509 \begin_inset Text
32510
32511 \begin_layout Plain Layout
32512 Comando
32513 \end_layout
32514
32515 \end_inset
32516 </cell>
32517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32518 \begin_inset Text
32519
32520 \begin_layout Plain Layout
32521 Resultado
32522 \begin_inset Note Note
32523 status collapsed
32524
32525 \begin_layout Plain Layout
32526
32527 \series bold
32528
32529 \backslash
32530 raisebox
32531 \series default
32532  se usa sólo como espaciador
32533 \end_layout
32534
32535 \end_inset
32536
32537
32538 \end_layout
32539
32540 \end_inset
32541 </cell>
32542 </row>
32543 <row>
32544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32545 \begin_inset Text
32546
32547 \begin_layout Plain Layout
32548 A
32549 \backslash
32550 gr
32551 \begin_inset space \textvisiblespace{}
32552 \end_inset
32553
32554 B
32555 \end_layout
32556
32557 \end_inset
32558 </cell>
32559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32560 \begin_inset Text
32561
32562 \begin_layout Plain Layout
32563 \begin_inset Formula $A\gr B$
32564 \end_inset
32565
32566
32567 \end_layout
32568
32569 \end_inset
32570 </cell>
32571 </row>
32572 <row>
32573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32574 \begin_inset Text
32575
32576 \begin_layout Plain Layout
32577
32578 \backslash
32579 us{ABcd
32580 \end_layout
32581
32582 \end_inset
32583 </cell>
32584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32585 \begin_inset Text
32586
32587 \begin_layout Plain Layout
32588 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32589 \end_inset
32590
32591
32592 \end_layout
32593
32594 \end_inset
32595 </cell>
32596 </row>
32597 <row>
32598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32599 \begin_inset Text
32600
32601 \begin_layout Plain Layout
32602
32603 \backslash
32604 fb{[2cm]
32605 \begin_inset Formula $\to$
32606 \end_inset
32607
32608
32609 \backslash
32610 {
32611 \begin_inset Formula $\to$
32612 \end_inset
32613
32614
32615 \backslash
32616 {
32617 \backslash
32618 int
32619 \begin_inset space \textvisiblespace{}
32620 \end_inset
32621
32622 A=B
32623 \end_layout
32624
32625 \end_inset
32626 </cell>
32627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32628 \begin_inset Text
32629
32630 \begin_layout Plain Layout
32631 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32632 \end_inset
32633
32634
32635 \end_layout
32636
32637 \end_inset
32638 </cell>
32639 </row>
32640 <row>
32641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32642 \begin_inset Text
32643
32644 \begin_layout Plain Layout
32645
32646 \backslash
32647 cb{red
32648 \begin_inset Formula $\to$
32649 \end_inset
32650
32651
32652 \backslash
32653 {
32654 \backslash
32655 int
32656 \begin_inset space \textvisiblespace{}
32657 \end_inset
32658
32659 A=B
32660 \end_layout
32661
32662 \end_inset
32663 </cell>
32664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32665 \begin_inset Text
32666
32667 \begin_layout Plain Layout
32668 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32669 \end_inset
32670
32671
32672 \end_layout
32673
32674 \end_inset
32675 </cell>
32676 </row>
32677 <row>
32678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32679 \begin_inset Text
32680
32681 \begin_layout Plain Layout
32682
32683 \backslash
32684 cb[green]
32685 \backslash
32686 {red
32687 \begin_inset Formula $\to$
32688 \end_inset
32689
32690
32691 \backslash
32692 {
32693 \backslash
32694 int
32695 \begin_inset space \textvisiblespace{}
32696 \end_inset
32697
32698 A=B
32699 \end_layout
32700
32701 \end_inset
32702 </cell>
32703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32704 \begin_inset Text
32705
32706 \begin_layout Plain Layout
32707 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32708 \end_inset
32709
32710
32711 \end_layout
32712
32713 \end_inset
32714 </cell>
32715 </row>
32716 </lyxtabular>
32717
32718 \end_inset
32719
32720
32721 \end_layout
32722
32723 \begin_layout Subsection
32724 Macros de ecuaciones
32725 \begin_inset Index idx
32726 status collapsed
32727
32728 \begin_layout Plain Layout
32729 Comandos de usuario ! Macros de ecuaciones
32730 \end_layout
32731
32732 \end_inset
32733
32734
32735 \begin_inset Index idx
32736 status collapsed
32737
32738 \begin_layout Plain Layout
32739 Macros
32740 \end_layout
32741
32742 \end_inset
32743
32744
32745 \end_layout
32746
32747 \begin_layout Standard
32748 Los comandos definidos por el usuario son especialmente convenientes para
32749  expresiones complejas.
32750  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
32751  el mismo tipo de solución se repite varias veces.
32752  La forma general de una ecuación de segundo grado es:
32753 \begin_inset Formula 
32754 \[
32755 0=\lambda^{2}+p\lambda+q
32756 \]
32757
32758 \end_inset
32759
32760 La forma general de la solución es:
32761 \begin_inset Formula 
32762 \[
32763 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32764 \]
32765
32766 \end_inset
32767
32768
32769 \end_layout
32770
32771 \begin_layout Standard
32772 Para definir un comando para la ecuación de la solución, en donde solo hay
32773  que especificar los tres parámetros 
32774 \begin_inset Formula $\lambda$
32775 \end_inset
32776
32777
32778 \begin_inset Formula $p$
32779 \end_inset
32780
32781 , y 
32782 \begin_inset Formula $q$
32783 \end_inset
32784
32785 , y el índice de 
32786 \begin_inset Formula $\lambda$
32787 \end_inset
32788
32789  puede darse opcionalmente, la línea de preámbulo LaTeX es
32790 \begin_inset Newline newline
32791 \end_inset
32792
32793
32794 \series bold
32795
32796 \backslash
32797 newcommand{
32798 \backslash
32799 qG}[4][1,
32800 \backslash
32801 ,2]{#2_{#1}=-
32802 \backslash
32803 frac{#3}{2}
32804 \backslash
32805 pm
32806 \begin_inset Newline newline
32807 \end_inset
32808
32809
32810 \begin_inset Phantom HPhantom
32811 status open
32812
32813 \begin_layout Plain Layout
32814
32815 \series bold
32816
32817 \backslash
32818 newcommand
32819 \end_layout
32820
32821 \end_inset
32822
32823
32824 \backslash
32825 sqrt{
32826 \backslash
32827 frac{#3^{2}}{4}-#4}}
32828 \end_layout
32829
32830 \begin_layout Standard
32831 Para generar la solución se inserta el comando
32832 \begin_inset Newline newline
32833 \end_inset
32834
32835
32836 \series bold
32837
32838 \backslash
32839 qG{
32840 \backslash
32841 lambda
32842 \begin_inset Formula $\to$
32843 \end_inset
32844
32845
32846 \backslash
32847 {p
32848 \begin_inset Formula $\to$
32849 \end_inset
32850
32851
32852 \backslash
32853 {q
32854 \series default
32855  en una ecuación
32856 \series bold
32857 .
32858 \end_layout
32859
32860 \begin_layout Standard
32861 La definición del nuevo comando no es intuitiva porque hay que conocer los
32862  esquemas de todos los comandos LaTeX usados, por ejemplo, que una fracción
32863  se inserta en LaTeX como
32864 \series bold
32865  
32866 \backslash
32867 frac{numerador}{denominador}
32868 \series default
32869 .
32870  Además, uno puede olvidar fácilmente una llave en la definición y no puede
32871  ver en LyX lo que el nuevo comando está haciendo.
32872  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
32873  ecuación en vez del comando
32874 \series bold
32875  
32876 \backslash
32877 newcommand
32878 \series default
32879 .
32880 \end_layout
32881
32882 \begin_layout Standard
32883 Una macro de ecuación se crea con el menú 
32884 \family sans
32885 Insertar\SpecialChar \menuseparator
32886 Ecuación\SpecialChar \menuseparator
32887 Macro
32888 \family default
32889  o con el botón 
32890 \begin_inset Graphics
32891         filename ../../images/math-macro_newmacroname_newcommand.png
32892         scale 85
32893
32894 \end_inset
32895
32896  de la barra de herramientas.
32897  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
32898  como el siguiente donde se define la macro:
32899 \begin_inset Newline newline
32900 \end_inset
32901
32902
32903 \end_layout
32904
32905 \begin_layout Standard
32906 \begin_inset space \hspace*{\fill}
32907 \end_inset
32908
32909
32910 \begin_inset Graphics
32911         filename ../clipart/macrobox.png
32912
32913 \end_inset
32914
32915
32916 \begin_inset space \hspace*{\fill}
32917 \end_inset
32918
32919
32920 \begin_inset Newline newline
32921 \end_inset
32922
32923
32924 \begin_inset FormulaMacro
32925 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32926 \end_inset
32927
32928
32929 \backslash
32930 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
32931  En el primer marco azul se inserta la ecuación buscada.
32932  Con el comando 
32933 \series bold
32934
32935 \backslash
32936 #númerodeargumento
32937 \series default
32938 , , o con el botón 
32939 \begin_inset Graphics
32940         filename ../../images/math-macro-add-param.png
32941         scale 85
32942
32943 \end_inset
32944
32945  de la barra de herramientas de macros se inserta un colocador de argumento,
32946  p.
32947 \begin_inset space \thinspace{}
32948 \end_inset
32949
32950 e
32951 \begin_inset space \space{}
32952 \end_inset
32953
32954
32955 \series bold
32956
32957 \backslash
32958 #1
32959 \series default
32960 .
32961  Los colocadores de argumento se muestran en rojo.
32962  Se pueden poner 9
32963 \begin_inset space ~
32964 \end_inset
32965
32966 argumentos como máximo.
32967  Con el botón 
32968 \begin_inset Graphics
32969         filename ../../images/math-macro-add-optional-param.png
32970         scale 85
32971
32972 \end_inset
32973
32974  se crean argumentos opcionales.
32975  El primer argumento no opcional puede transformarse en opcional con el
32976  botón 
32977 \begin_inset Graphics
32978         filename ../../images/math-macro-make-optional.png
32979         scale 85
32980
32981 \end_inset
32982
32983 .
32984  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
32985  Normalmente quieres verlo tal como está definido, así que el recuadro se
32986  deja vacío.
32987  Pero si has creado una macro que necesita mucho espacio en la pantalla,
32988  en dicho recuadro puedes insertar, por ejemplo
32989 \begin_inset Newline newline
32990 \end_inset
32991
32992
32993 \series bold
32994 qG: 
32995 \backslash
32996 #1
32997 \series default
32998  
32999 \series bold
33000 ,
33001 \series default
33002  
33003 \series bold
33004
33005 \backslash
33006 #2
33007 \series default
33008  
33009 \series bold
33010 ,
33011 \series default
33012  
33013 \series bold
33014
33015 \backslash
33016 #3, 
33017 \backslash
33018 #4
33019 \begin_inset Newline newline
33020 \end_inset
33021
33022
33023 \series default
33024 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
33025  en LyX, lo que conlleva una visualización mejor.
33026  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
33027 \begin_inset Newline newline
33028 \end_inset
33029
33030 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
33031  macros individuales situando el cursor en la macro y usando el menú 
33032 \family sans
33033 Ver\SpecialChar \menuseparator
33034 (Des)plegar macro de ecuación.
33035 \end_layout
33036
33037 \begin_layout Standard
33038 Para usar una macro, se inserta el nombre de la misma como comando en una
33039  ecuación, en nuestro caso 
33040 \series bold
33041
33042 \backslash
33043 qG
33044 \series default
33045 .
33046  Nuestra macro se muestra en LyX así:
33047 \begin_inset Newline newline
33048 \end_inset
33049
33050
33051 \begin_inset space \hspace*{\fill}
33052 \end_inset
33053
33054
33055 \begin_inset Graphics
33056         filename ../clipart/macrouse.png
33057
33058 \end_inset
33059
33060
33061 \begin_inset space \hspace*{\fill}
33062 \end_inset
33063
33064
33065 \begin_inset Newline newline
33066 \end_inset
33067
33068 Aquí tenemos nuestro ejemplo de macro con los argumentos 
33069 \begin_inset Formula $x$
33070 \end_inset
33071
33072
33073 \begin_inset Formula $\ln(x)$
33074 \end_inset
33075
33076 , y 
33077 \begin_inset Formula $B$
33078 \end_inset
33079
33080 :
33081 \end_layout
33082
33083 \begin_layout Standard
33084 \begin_inset Formula 
33085 \[
33086 \qG x{\ln(x)}B
33087 \]
33088
33089 \end_inset
33090
33091
33092 \end_layout
33093
33094 \begin_layout Standard
33095 LyX ofrece en el menú 
33096 \family sans
33097 Herramientas
33098 \family default
33099 \SpecialChar \menuseparator
33100
33101 \family sans
33102 Preferencias\SpecialChar \menuseparator
33103 Edición\SpecialChar \menuseparator
33104 Control
33105 \family default
33106  diferentes estilos para editar macros.
33107  Para encontrar el estilo que más te convenga, elige un estilo y pon el
33108  cursor en una macro para ver la diferencia.
33109 \end_layout
33110
33111 \begin_layout Standard
33112 Una macro de ecuación se transforma internamente en un comando 
33113 \series bold
33114
33115 \backslash
33116 newcommand
33117 \series default
33118  cuando se exporta el documento.
33119  El comando creado 
33120 \series bold
33121
33122 \backslash
33123 newcommand
33124 \series default
33125  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
33126  usar en ecuaciones que estén en recuadros de definición de macros en el
33127  documento.
33128  
33129 \end_layout
33130
33131 \begin_layout Standard
33132 Las macros de ecuación también pueden crearse directamente a partir de un
33133  comando
33134 \series bold
33135  
33136 \backslash
33137 newcommand
33138 \series default
33139 .
33140  Por ejemplo, escribiendo el comando
33141 \begin_inset Newline newline
33142 \end_inset
33143
33144
33145 \series bold
33146
33147 \backslash
33148 newcommand{
33149 \backslash
33150 larrow}[2]{
33151 \backslash
33152 xleftarrow[#2]{#1}}
33153 \begin_inset Newline newline
33154 \end_inset
33155
33156
33157 \series default
33158 como texto normal en LyX, seleccionándolo completamente y usando a continuación
33159  el atajo 
33160 \family sans
33161 Ctrl+M
33162 \family default
33163 , el comando se transformará en una macro de ecuación.
33164  Al emplear este método debes tener cuidado en escribir correctamente el
33165  comando 
33166 \series bold
33167
33168 \backslash
33169 newcommand
33170 \series default
33171 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
33172  
33173 \end_layout
33174
33175 \begin_layout Standard
33176 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
33177  en definiciones de macros se manejan incorrectamente.
33178  Por eso el ejemplo 
33179 \series bold
33180
33181 \backslash
33182 fb
33183 \series default
33184  de 
33185 \begin_inset CommandInset ref
33186 LatexCommand ref
33187 reference "sub:El-comando-newcommand"
33188
33189 \end_inset
33190
33191  no puede crearse como macro.
33192 \end_layout
33193
33194 \begin_layout Standard
33195 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
33196  la barra de herramientas de macros:
33197 \end_layout
33198
33199 \begin_layout Standard
33200 \begin_inset VSpace defskip
33201 \end_inset
33202
33203
33204 \end_layout
33205
33206 \begin_layout Standard
33207 \begin_inset Graphics
33208         filename ../clipart/MacroToolbar.png
33209
33210 \end_inset
33211
33212
33213 \begin_inset Index idx
33214 status collapsed
33215
33216 \begin_layout Plain Layout
33217 Macros ! Barra de herramientas
33218 \end_layout
33219
33220 \end_inset
33221
33222
33223 \end_layout
33224
33225 \begin_layout Standard
33226 \begin_inset VSpace defskip
33227 \end_inset
33228
33229
33230 \end_layout
33231
33232 \begin_layout Standard
33233 La barra de herramientas de macros contiene los siguientes botones:
33234 \end_layout
33235
33236 \begin_layout Standard
33237 \begin_inset VSpace defskip
33238 \end_inset
33239
33240
33241 \end_layout
33242
33243 \begin_layout Standard
33244 \begin_inset Tabular
33245 <lyxtabular version="3" rows="9" columns="2">
33246 <features rotate="0" islongtable="true" longtabularalignment="center">
33247 <column alignment="left" valignment="top">
33248 <column alignment="left" valignment="top" width="85col%">
33249 <row interlinespace="2.5mm">
33250 <cell alignment="center" valignment="top" usebox="none">
33251 \begin_inset Text
33252
33253 \begin_layout Plain Layout
33254 \begin_inset Graphics
33255         filename ../../images/math-macro-remove-param.png
33256         rotateOrigin center
33257
33258 \end_inset
33259
33260
33261 \end_layout
33262
33263 \end_inset
33264 </cell>
33265 <cell alignment="center" valignment="top" usebox="none">
33266 \begin_inset Text
33267
33268 \begin_layout Plain Layout
33269
33270 \family sans
33271 Editar\SpecialChar \menuseparator
33272 Ecuación\SpecialChar \menuseparator
33273 Definición de macro\SpecialChar \menuseparator
33274 Quitar último argumento
33275 \end_layout
33276
33277 \end_inset
33278 </cell>
33279 </row>
33280 <row interlinespace="2.5mm">
33281 <cell alignment="center" valignment="top" usebox="none">
33282 \begin_inset Text
33283
33284 \begin_layout Plain Layout
33285 \begin_inset Graphics
33286         filename ../../images/math-macro-add-param.png
33287         rotateOrigin center
33288
33289 \end_inset
33290
33291
33292 \end_layout
33293
33294 \end_inset
33295 </cell>
33296 <cell alignment="center" valignment="top" usebox="none">
33297 \begin_inset Text
33298
33299 \begin_layout Plain Layout
33300
33301 \family sans
33302 Editar\SpecialChar \menuseparator
33303 Ecuación\SpecialChar \menuseparator
33304 Definición de macro\SpecialChar \menuseparator
33305 Añadir argumento
33306 \end_layout
33307
33308 \end_inset
33309 </cell>
33310 </row>
33311 <row interlinespace="2.5mm">
33312 <cell alignment="center" valignment="top" usebox="none">
33313 \begin_inset Text
33314
33315 \begin_layout Plain Layout
33316 \begin_inset Graphics
33317         filename ../../images/math-macro-make-optional.png
33318         rotateOrigin center
33319
33320 \end_inset
33321
33322
33323 \end_layout
33324
33325 \end_inset
33326 </cell>
33327 <cell alignment="center" valignment="top" usebox="none">
33328 \begin_inset Text
33329
33330 \begin_layout Plain Layout
33331
33332 \family sans
33333 Editar\SpecialChar \menuseparator
33334 Ecuación\SpecialChar \menuseparator
33335 Definición de macro\SpecialChar \menuseparator
33336 Hacer opcional el primer
33337 \begin_inset Newline newline
33338 \end_inset
33339
33340
33341 \begin_inset Phantom HPhantom
33342 status open
33343
33344 \begin_layout Plain Layout
33345
33346 \family sans
33347 Editar\SpecialChar \menuseparator
33348 Ecuación\SpecialChar \menuseparator
33349 Definición de macro\SpecialChar \menuseparator
33350
33351 \end_layout
33352
33353 \end_inset
33354
33355 argumento no opcional
33356 \end_layout
33357
33358 \end_inset
33359 </cell>
33360 </row>
33361 <row interlinespace="2.5mm">
33362 <cell alignment="center" valignment="top" usebox="none">
33363 \begin_inset Text
33364
33365 \begin_layout Plain Layout
33366 \begin_inset Graphics
33367         filename ../../images/math-macro-make-nonoptional.png
33368         rotateOrigin center
33369
33370 \end_inset
33371
33372
33373 \end_layout
33374
33375 \end_inset
33376 </cell>
33377 <cell alignment="center" valignment="top" usebox="none">
33378 \begin_inset Text
33379
33380 \begin_layout Plain Layout
33381
33382 \family sans
33383 Editar\SpecialChar \menuseparator
33384 Ecuación\SpecialChar \menuseparator
33385 Definición de macro\SpecialChar \menuseparator
33386 Hacer no opcional el primer
33387 \begin_inset Newline newline
33388 \end_inset
33389
33390
33391 \begin_inset Phantom HPhantom
33392 status open
33393
33394 \begin_layout Plain Layout
33395
33396 \family sans
33397 Editar\SpecialChar \menuseparator
33398 Ecuación\SpecialChar \menuseparator
33399 Definición de macro\SpecialChar \menuseparator
33400
33401 \end_layout
33402
33403 \end_inset
33404
33405 argumento opcional
33406 \end_layout
33407
33408 \end_inset
33409 </cell>
33410 </row>
33411 <row interlinespace="2.5mm">
33412 <cell alignment="center" valignment="top" usebox="none">
33413 \begin_inset Text
33414
33415 \begin_layout Plain Layout
33416 \begin_inset Graphics
33417         filename ../../images/math-macro-remove-optional-param.png
33418         rotateOrigin center
33419
33420 \end_inset
33421
33422
33423 \end_layout
33424
33425 \end_inset
33426 </cell>
33427 <cell alignment="center" valignment="top" usebox="none">
33428 \begin_inset Text
33429
33430 \begin_layout Plain Layout
33431
33432 \family sans
33433 Editar\SpecialChar \menuseparator
33434 Ecuación\SpecialChar \menuseparator
33435 Definición de macro\SpecialChar \menuseparator
33436 Quitar argumento opcional
33437 \end_layout
33438
33439 \end_inset
33440 </cell>
33441 </row>
33442 <row interlinespace="2.5mm">
33443 <cell alignment="center" valignment="top" usebox="none">
33444 \begin_inset Text
33445
33446 \begin_layout Plain Layout
33447 \begin_inset Graphics
33448         filename ../../images/math-macro-add-optional-param.png
33449         rotateOrigin center
33450
33451 \end_inset
33452
33453
33454 \end_layout
33455
33456 \end_inset
33457 </cell>
33458 <cell alignment="center" valignment="top" usebox="none">
33459 \begin_inset Text
33460
33461 \begin_layout Plain Layout
33462
33463 \family sans
33464 Editar\SpecialChar \menuseparator
33465 Ecuación\SpecialChar \menuseparator
33466 Definición de macro\SpecialChar \menuseparator
33467 Insertar argumento opcional
33468 \end_layout
33469
33470 \end_inset
33471 </cell>
33472 </row>
33473 <row interlinespace="2.5mm">
33474 <cell alignment="center" valignment="top" usebox="none">
33475 \begin_inset Text
33476
33477 \begin_layout Plain Layout
33478 \begin_inset Graphics
33479         filename ../../images/math-macro-remove-greedy-param.png
33480         rotateOrigin center
33481
33482 \end_inset
33483
33484
33485 \end_layout
33486
33487 \end_inset
33488 </cell>
33489 <cell alignment="center" valignment="top" usebox="none">
33490 \begin_inset Text
33491
33492 \begin_layout Plain Layout
33493
33494 \family sans
33495 Editar\SpecialChar \menuseparator
33496 Ecuación\SpecialChar \menuseparator
33497 Definición de macro\SpecialChar \menuseparator
33498 Quitar último argumento
33499 \begin_inset Newline newline
33500 \end_inset
33501
33502
33503 \begin_inset Phantom HPhantom
33504 status open
33505
33506 \begin_layout Plain Layout
33507
33508 \family sans
33509 Editar\SpecialChar \menuseparator
33510 Ecuación\SpecialChar \menuseparator
33511 Definición de macro\SpecialChar \menuseparator
33512
33513 \end_layout
33514
33515 \end_inset
33516
33517 yendo hacia la derecha
33518 \end_layout
33519
33520 \end_inset
33521 </cell>
33522 </row>
33523 <row interlinespace="2.5mm">
33524 <cell alignment="center" valignment="top" usebox="none">
33525 \begin_inset Text
33526
33527 \begin_layout Plain Layout
33528 \begin_inset Graphics
33529         filename ../../images/math-macro-append-greedy-param.png
33530         rotateOrigin center
33531
33532 \end_inset
33533
33534
33535 \end_layout
33536
33537 \end_inset
33538 </cell>
33539 <cell alignment="center" valignment="top" usebox="none">
33540 \begin_inset Text
33541
33542 \begin_layout Plain Layout
33543
33544 \family sans
33545 Editar\SpecialChar \menuseparator
33546 Ecuación\SpecialChar \menuseparator
33547 Definición de macro\SpecialChar \menuseparator
33548 Añadir argumento comiendo
33549 \begin_inset Newline newline
33550 \end_inset
33551
33552
33553 \begin_inset Phantom HPhantom
33554 status open
33555
33556 \begin_layout Plain Layout
33557
33558 \family sans
33559 Editar\SpecialChar \menuseparator
33560 Ecuación\SpecialChar \menuseparator
33561 Definición de macro\SpecialChar \menuseparator
33562
33563 \end_layout
33564
33565 \end_inset
33566
33567 desde la derecha
33568 \end_layout
33569
33570 \end_inset
33571 </cell>
33572 </row>
33573 <row interlinespace="2.5mm">
33574 <cell alignment="center" valignment="top" usebox="none">
33575 \begin_inset Text
33576
33577 \begin_layout Plain Layout
33578 \begin_inset Graphics
33579         filename ../../images/math-macro-add-greedy-optional-param.png
33580         rotateOrigin center
33581
33582 \end_inset
33583
33584
33585 \end_layout
33586
33587 \end_inset
33588 </cell>
33589 <cell alignment="center" valignment="top" usebox="none">
33590 \begin_inset Text
33591
33592 \begin_layout Plain Layout
33593
33594 \family sans
33595 Editar\SpecialChar \menuseparator
33596 Ecuación\SpecialChar \menuseparator
33597 Definición de macro\SpecialChar \menuseparator
33598 Añadir argumento opcional
33599 \begin_inset Newline newline
33600 \end_inset
33601
33602
33603 \begin_inset Phantom HPhantom
33604 status open
33605
33606 \begin_layout Plain Layout
33607
33608 \family sans
33609 Editar\SpecialChar \menuseparator
33610 Ecuación\SpecialChar \menuseparator
33611 Definición de macro\SpecialChar \menuseparator
33612
33613 \end_layout
33614
33615 \end_inset
33616
33617 comiendo desde la derecha
33618 \end_layout
33619
33620 \end_inset
33621 </cell>
33622 </row>
33623 </lyxtabular>
33624
33625 \end_inset
33626
33627
33628 \end_layout
33629
33630 \begin_layout Section
33631 Sistema algebraico computacional
33632 \end_layout
33633
33634 \begin_layout Standard
33635 LyX permite el intercambio entre expresiones matemáticas escritas con su
33636  editor de ecuaciones y aplicaciones externas o guiones definidos por el
33637  usuario.
33638  Las aplicaciones soportadas actualmente son 
33639 \family sans
33640 Maple
33641 \family default
33642
33643 \family sans
33644 Mathematica
33645 \family default
33646
33647 \family sans
33648 Maxima
33649 \family default
33650  y 
33651 \family sans
33652 Octave
33653 \family default
33654 .
33655  Hay que advertir que el conjunto de estructuras matemáticas soportadas
33656  se limita a casos muy simples.
33657 \end_layout
33658
33659 \begin_layout Subsection
33660 Utilización
33661 \end_layout
33662
33663 \begin_layout Standard
33664 Escribe alguna expresión en una ecuación, despliega el menú 
33665 \family sans
33666 Editar\SpecialChar \menuseparator
33667 Ecuación\SpecialChar \menuseparator
33668 Usar programa de álgebra
33669 \family default
33670  y elige la aplicación que esté instalada en tu ordenador.
33671  Después de eso el resultado de la computación debería mostrarse a la derecha
33672  de la expresión junto con el operador "=".
33673 \end_layout
33674
33675 \begin_layout Standard
33676 A continuación hay unos ejemplos sencillos (con resultados de 
33677 \family sans
33678 Maxima
33679 \family default
33680 ) que muestran qué tipos de computación se pueden realizar:
33681 \end_layout
33682
33683 \begin_layout Itemize
33684 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33685 \end_inset
33686
33687
33688 \end_layout
33689
33690 \begin_layout Itemize
33691 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33692 \end_inset
33693
33694
33695 \end_layout
33696
33697 \begin_layout Itemize
33698 \begin_inset Formula $\int_{1}^{2}\sen(x)dx=\cos1-\cos2$
33699 \end_inset
33700
33701
33702 \end_layout
33703
33704 \begin_layout Itemize
33705 \begin_inset Formula $\det\left[\begin{array}{ccc}
33706 1 & 6 & 7\\
33707 2 & 5 & 8\\
33708 3 & 4 & 17
33709 \end{array}\right]=-56$
33710 \end_inset
33711
33712
33713 \end_layout
33714
33715 \begin_layout Itemize
33716 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33717 \end_inset
33718
33719
33720 \end_layout
33721
33722 \begin_layout Subsection
33723 Atajos de teclado
33724 \end_layout
33725
33726 \begin_layout Standard
33727 Actualmente no hay atajos de teclado para ejecutar las aplicaciones de álgebra.
33728  Se puede vincular fácilmente una combinación de teclas a la función 
33729 \family sans
33730 math-extern
33731 \family default
33732  de Lyx (véase el manual 
33733 \emph on
33734 Funciones de LyX
33735 \emph default
33736 ).
33737  Por ejemplo, para vincular la tecla 
33738 \family sans
33739 Entrar
33740 \family default
33741  en el editor de ecuaciones a 
33742 \family sans
33743 Maxima
33744 \family default
33745  se podría usar este comando para definir el atajo de teclado:
33746 \end_layout
33747
33748 \begin_layout Standard
33749
33750 \series bold
33751 command-alternatives break-paragraph;math-extern maxima
33752 \end_layout
33753
33754 \begin_layout Section
33755 Consejos prácticos
33756 \begin_inset Index idx
33757 status collapsed
33758
33759 \begin_layout Plain Layout
33760 Consejos prácticos
33761 \end_layout
33762
33763 \end_inset
33764
33765
33766 \end_layout
33767
33768 \begin_layout Subsection
33769 Números negativos
33770 \begin_inset Index idx
33771 status collapsed
33772
33773 \begin_layout Plain Layout
33774 Numeros@Números ! negativos
33775 \end_layout
33776
33777 \end_inset
33778
33779
33780 \end_layout
33781
33782 \begin_layout Standard
33783 Los números negativos a veces se ven feos en las ecuaciones porque el signo
33784  menos delante del número tiene la misma longitud que el operador signo
33785  menos.
33786  Si se escribe el número negativo en texto normal el signo menos aparece
33787  correctamente.
33788 \end_layout
33789
33790 \begin_layout Standard
33791 Así pues, el problema desaparece si se convierte el signo menos a texto
33792  matemático.
33793 \end_layout
33794
33795 \begin_layout Standard
33796 Un ejemplo para visualizar el problema:
33797 \end_layout
33798
33799 \begin_layout Standard
33800 \noindent
33801 \align center
33802 \begin_inset Tabular
33803 <lyxtabular version="3" rows="3" columns="2">
33804 <features rotate="0" tabularvalignment="middle">
33805 <column alignment="center" valignment="top">
33806 <column alignment="center" valignment="top">
33807 <row>
33808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33809 \begin_inset Text
33810
33811 \begin_layout Plain Layout
33812 texto normal:
33813 \end_layout
33814
33815 \end_inset
33816 </cell>
33817 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33818 \begin_inset Text
33819
33820 \begin_layout Plain Layout
33821 x = -2
33822 \end_layout
33823
33824 \end_inset
33825 </cell>
33826 </row>
33827 <row>
33828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33829 \begin_inset Text
33830
33831 \begin_layout Plain Layout
33832 ecuación:
33833 \end_layout
33834
33835 \end_inset
33836 </cell>
33837 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33838 \begin_inset Text
33839
33840 \begin_layout Plain Layout
33841 \begin_inset Formula $x=-2$
33842 \end_inset
33843
33844
33845 \end_layout
33846
33847 \end_inset
33848 </cell>
33849 </row>
33850 <row>
33851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33852 \begin_inset Text
33853
33854 \begin_layout Plain Layout
33855 solución:
33856 \end_layout
33857
33858 \end_inset
33859 </cell>
33860 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33861 \begin_inset Text
33862
33863 \begin_layout Plain Layout
33864 \begin_inset Formula $x=\mbox{-}2$
33865 \end_inset
33866
33867
33868 \end_layout
33869
33870 \end_inset
33871 </cell>
33872 </row>
33873 </lyxtabular>
33874
33875 \end_inset
33876
33877
33878 \end_layout
33879
33880 \begin_layout Subsection
33881 Coma como separador decimal
33882 \begin_inset Index idx
33883 status collapsed
33884
33885 \begin_layout Plain Layout
33886 Coma decimal
33887 \end_layout
33888
33889 \end_inset
33890
33891
33892 \end_layout
33893
33894 \begin_layout Standard
33895 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
33896  de grupos numéricos.
33897  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
33898 \end_layout
33899
33900 \begin_layout Standard
33901 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
33902  
33903 \family sans
33904 Ctrl+M
33905 \family default
33906 ).
33907 \end_layout
33908
33909 \begin_layout Standard
33910 Para usar las comas en todas las fórmulas del documento como separador decimal,
33911  se carga el archivo 
33912 \series bold
33913 icomma.sty
33914 \series default
33915
33916 \begin_inset Foot
33917 status collapsed
33918
33919 \begin_layout Plain Layout
33920
33921 \series bold
33922 icomma
33923 \series default
33924  forma parte del paquete LaTeX 
33925 \series bold
33926 was
33927 \series default
33928
33929 \begin_inset Index idx
33930 status collapsed
33931
33932 \begin_layout Plain Layout
33933 Paquetes ! was
33934 \begin_inset ERT
33935 status collapsed
33936
33937 \begin_layout Plain Layout
33938
33939
33940 \backslash
33941 vspace{4mm}
33942 \end_layout
33943
33944 \end_inset
33945
33946
33947 \end_layout
33948
33949 \end_inset
33950
33951 .
33952 \end_layout
33953
33954 \end_inset
33955
33956
33957 \begin_inset Index idx
33958 status collapsed
33959
33960 \begin_layout Plain Layout
33961 Paquetes ! icomma
33962 \end_layout
33963
33964 \end_inset
33965
33966  en el preámbulo LaTeX con la línea: 
33967 \end_layout
33968
33969 \begin_layout Standard
33970
33971 \series bold
33972
33973 \backslash
33974 usepackage{icomma}
33975 \end_layout
33976
33977 \begin_layout Subsection
33978 Vectores cuánticos y notación bra-ket
33979 \begin_inset CommandInset label
33980 LatexCommand label
33981 name "sub:Vectores-cuánticos"
33982
33983 \end_inset
33984
33985
33986 \begin_inset Index idx
33987 status open
33988
33989 \begin_layout Plain Layout
33990 Vectores cuánticos
33991 \end_layout
33992
33993 \end_inset
33994
33995
33996 \begin_inset Index idx
33997 status open
33998
33999 \begin_layout Plain Layout
34000 Notación bra-ket
34001 \end_layout
34002
34003 \end_inset
34004
34005
34006 \end_layout
34007
34008 \begin_layout Standard
34009 El paquete LaTeX 
34010 \series bold
34011 braket
34012 \series default
34013
34014 \begin_inset Index idx
34015 status collapsed
34016
34017 \begin_layout Plain Layout
34018 Paquetes ! braket
34019 \end_layout
34020
34021 \end_inset
34022
34023  suministra comandos para escribir paréntesis angulares que se usan en mecánica
34024  cuántica: la notación 
34025 \begin_inset Quotes fld
34026 \end_inset
34027
34028 bra-ket
34029 \begin_inset Quotes frd
34030 \end_inset
34031
34032 ; se carga con la línea de preámbulo LaTeX:
34033 \end_layout
34034
34035 \begin_layout Standard
34036
34037 \series bold
34038
34039 \backslash
34040 usepackage{braket}
34041 \end_layout
34042
34043 \begin_layout Standard
34044 \begin_inset ERT
34045 status collapsed
34046
34047 \begin_layout Plain Layout
34048
34049
34050 \backslash
34051 ifbraket 
34052 \end_layout
34053
34054 \end_inset
34055
34056
34057 \begin_inset Note Note
34058 status open
34059
34060 \begin_layout Plain Layout
34061 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
34062 \series bold
34063 braket
34064 \series default
34065  está instalado.
34066 \end_layout
34067
34068 \end_inset
34069
34070
34071 \end_layout
34072
34073 \begin_layout Standard
34074 Están definidos los siguientes comandos:
34075 \end_layout
34076
34077 \begin_layout Standard
34078 \noindent
34079 \align center
34080 \begin_inset Tabular
34081 <lyxtabular version="3" rows="4" columns="2">
34082 <features rotate="0" tabularvalignment="middle">
34083 <column alignment="center" valignment="top">
34084 <column alignment="center" valignment="top">
34085 <row>
34086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34087 \begin_inset Text
34088
34089 \begin_layout Plain Layout
34090 Comando
34091 \end_layout
34092
34093 \end_inset
34094 </cell>
34095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34096 \begin_inset Text
34097
34098 \begin_layout Plain Layout
34099 Resultado
34100 \end_layout
34101
34102 \end_inset
34103 </cell>
34104 </row>
34105 <row>
34106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34107 \begin_inset Text
34108
34109 \begin_layout Plain Layout
34110
34111 \backslash
34112 Bra{
34113 \backslash
34114 psi
34115 \end_layout
34116
34117 \end_inset
34118 </cell>
34119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34120 \begin_inset Text
34121
34122 \begin_layout Plain Layout
34123 \begin_inset Formula $\Bra{\psi}$
34124 \end_inset
34125
34126
34127 \end_layout
34128
34129 \end_inset
34130 </cell>
34131 </row>
34132 <row>
34133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34134 \begin_inset Text
34135
34136 \begin_layout Plain Layout
34137
34138 \backslash
34139 Ket{
34140 \backslash
34141 psi
34142 \end_layout
34143
34144 \end_inset
34145 </cell>
34146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34147 \begin_inset Text
34148
34149 \begin_layout Plain Layout
34150 \begin_inset Formula $\Ket{\psi}$
34151 \end_inset
34152
34153
34154 \end_layout
34155
34156 \end_inset
34157 </cell>
34158 </row>
34159 <row>
34160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34161 \begin_inset Text
34162
34163 \begin_layout Plain Layout
34164
34165 \backslash
34166 Braket{
34167 \backslash
34168 psi|
34169 \backslash
34170 phi
34171 \end_layout
34172
34173 \end_inset
34174 </cell>
34175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34176 \begin_inset Text
34177
34178 \begin_layout Plain Layout
34179 \begin_inset Formula $\Braket{\psi|\phi}$
34180 \end_inset
34181
34182
34183 \end_layout
34184
34185 \end_inset
34186 </cell>
34187 </row>
34188 </lyxtabular>
34189
34190 \end_inset
34191
34192
34193 \end_layout
34194
34195 \begin_layout Standard
34196 El comando 
34197 \series bold
34198
34199 \backslash
34200 Braket
34201 \series default
34202  asegura que todas las barras verticales tienen el tamaño de los delimitadores
34203  circundantes:
34204 \begin_inset Formula 
34205 \[
34206 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
34207 \]
34208
34209 \end_inset
34210
34211
34212 \begin_inset ERT
34213 status collapsed
34214
34215 \begin_layout Plain Layout
34216
34217
34218 \backslash
34219 else
34220 \end_layout
34221
34222 \end_inset
34223
34224
34225 \begin_inset Note Note
34226 status open
34227
34228 \begin_layout Plain Layout
34229 Lo que sigue se verá en la salida si el paquete LaTeX 
34230 \series bold
34231 braket
34232 \series default
34233  no está instalado:
34234 \end_layout
34235
34236 \end_inset
34237
34238
34239 \end_layout
34240
34241 \begin_layout Standard
34242 Debes instalar el paquete LaTeX 
34243 \series bold
34244 braket
34245 \series default
34246  para ver en la salida el resto de esta subsección.
34247 \end_layout
34248
34249 \begin_layout Standard
34250 \begin_inset ERT
34251 status collapsed
34252
34253 \begin_layout Plain Layout
34254
34255
34256 \backslash
34257 fi
34258 \end_layout
34259
34260 \end_inset
34261
34262
34263 \end_layout
34264
34265 \begin_layout Standard
34266 El efecto de 
34267 \series bold
34268
34269 \backslash
34270 Braket
34271 \series default
34272  también se puede conseguir con el comando 
34273 \series bold
34274
34275 \backslash
34276 middle
34277 \series default
34278 , que se describe en 
34279 \begin_inset CommandInset ref
34280 LatexCommand ref
34281 reference "sub:Tamaño-automático-de"
34282
34283 \end_inset
34284
34285 .
34286 \end_layout
34287
34288 \begin_layout Subsection
34289 Fracciones definidas por el usuario
34290 \begin_inset CommandInset label
34291 LatexCommand label
34292 name "sub:Fracciones-personalizadas"
34293
34294 \end_inset
34295
34296
34297 \begin_inset Index idx
34298 status collapsed
34299
34300 \begin_layout Plain Layout
34301 Fracciones ! personalizadas
34302 \end_layout
34303
34304 \end_inset
34305
34306
34307 \end_layout
34308
34309 \begin_layout Standard
34310 Para definir comandos personalizados para fracciones, se usa el comando
34311  
34312 \series bold
34313
34314 \backslash
34315 genfrac
34316 \series default
34317
34318 \begin_inset Index idx
34319 status collapsed
34320
34321 \begin_layout Plain Layout
34322 Comandos ! G ! 
34323 \backslash
34324 genfrac
34325 \end_layout
34326
34327 \end_inset
34328
34329  con el siguiente esquema:
34330 \end_layout
34331
34332 \begin_layout Standard
34333
34334 \series bold
34335
34336 \backslash
34337 genfrac{delimitador izquierdo}{delimitador derecho}
34338 \begin_inset Newline newline
34339 \end_inset
34340
34341
34342 \begin_inset Phantom HPhantom
34343 status open
34344
34345 \begin_layout Plain Layout
34346
34347 \series bold
34348
34349 \backslash
34350 genfrac
34351 \end_layout
34352
34353 \end_inset
34354
34355 {grosor raya de fracción}{estilo}{numerador}{denominador}
34356 \end_layout
34357
34358 \begin_layout Standard
34359 El estilo es un número en el rango 0
34360 \begin_inset space \thinspace{}
34361 \end_inset
34362
34363 -
34364 \begin_inset space \thinspace{}
34365 \end_inset
34366
34367 3.
34368 \end_layout
34369
34370 \begin_layout Standard
34371 \align center
34372 \begin_inset Tabular
34373 <lyxtabular version="3" rows="5" columns="2">
34374 <features rotate="0" tabularvalignment="middle">
34375 <column alignment="center" valignment="top">
34376 <column alignment="center" valignment="top">
34377 <row>
34378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34379 \begin_inset Text
34380
34381 \begin_layout Plain Layout
34382 Número
34383 \end_layout
34384
34385 \end_inset
34386 </cell>
34387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34388 \begin_inset Text
34389
34390 \begin_layout Plain Layout
34391 Estilo (tamaño)
34392 \end_layout
34393
34394 \end_inset
34395 </cell>
34396 </row>
34397 <row>
34398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34399 \begin_inset Text
34400
34401 \begin_layout Plain Layout
34402 0
34403 \end_layout
34404
34405 \end_inset
34406 </cell>
34407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34408 \begin_inset Text
34409
34410 \begin_layout Plain Layout
34411 ecuación presentada
34412 \end_layout
34413
34414 \end_inset
34415 </cell>
34416 </row>
34417 <row>
34418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34419 \begin_inset Text
34420
34421 \begin_layout Plain Layout
34422 1
34423 \end_layout
34424
34425 \end_inset
34426 </cell>
34427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34428 \begin_inset Text
34429
34430 \begin_layout Plain Layout
34431 ecuación en línea
34432 \end_layout
34433
34434 \end_inset
34435 </cell>
34436 </row>
34437 <row>
34438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34439 \begin_inset Text
34440
34441 \begin_layout Plain Layout
34442 2
34443 \end_layout
34444
34445 \end_inset
34446 </cell>
34447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34448 \begin_inset Text
34449
34450 \begin_layout Plain Layout
34451 pequeño
34452 \end_layout
34453
34454 \end_inset
34455 </cell>
34456 </row>
34457 <row>
34458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34459 \begin_inset Text
34460
34461 \begin_layout Plain Layout
34462 3
34463 \end_layout
34464
34465 \end_inset
34466 </cell>
34467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34468 \begin_inset Text
34469
34470 \begin_layout Plain Layout
34471 muy pequeño
34472 \end_layout
34473
34474 \end_inset
34475 </cell>
34476 </row>
34477 </lyxtabular>
34478
34479 \end_inset
34480
34481
34482 \end_layout
34483
34484 \begin_layout Standard
34485 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
34486  
34487 \series bold
34488
34489 \backslash
34490 frac
34491 \series default
34492 .
34493 \end_layout
34494
34495 \begin_layout Standard
34496 Si no se pone grosor de la raya de fracción se usará el valor predefinido
34497  de 0.4
34498 \begin_inset space \thinspace{}
34499 \end_inset
34500
34501 pt.
34502 \end_layout
34503
34504 \begin_layout Standard
34505 Por ejemplo, los comandos 
34506 \series bold
34507
34508 \backslash
34509 dfrac
34510 \series default
34511  y 
34512 \series bold
34513
34514 \backslash
34515 tbinom
34516 \series default
34517  de la 
34518 \begin_inset CommandInset ref
34519 LatexCommand ref
34520 reference "sub:Fracciones"
34521
34522 \end_inset
34523
34524  se definen con los comandos:
34525 \end_layout
34526
34527 \begin_layout Standard
34528
34529 \series bold
34530
34531 \backslash
34532 newcommand{
34533 \backslash
34534 dfrac}[2]{
34535 \backslash
34536 genfrac{}{}{}{0}{#1}{#2}}
34537 \end_layout
34538
34539 \begin_layout Standard
34540 y
34541 \end_layout
34542
34543 \begin_layout Standard
34544
34545 \series bold
34546
34547 \backslash
34548 newcommand{
34549 \backslash
34550 tbinom}[2]{
34551 \backslash
34552 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34553 \end_layout
34554
34555 \begin_layout Standard
34556 \begin_inset VSpace medskip
34557 \end_inset
34558
34559
34560 \end_layout
34561
34562 \begin_layout Standard
34563 Para definir una fracción en la que el grosor de la raya se pueda definir
34564  como argumento opcional, se inserta la siguiente línea en el preámbulo
34565  LaTeX:
34566 \end_layout
34567
34568 \begin_layout Standard
34569
34570 \series bold
34571
34572 \backslash
34573 newcommand{
34574 \backslash
34575 fracS}[3][]{
34576 \backslash
34577 genfrac{}{}{#1}{}{#2}{#3}}
34578 \end_layout
34579
34580 \begin_layout Standard
34581 Un ensayo:
34582 \begin_inset Formula 
34583 \begin{align*}
34584 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34585 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34586 \end{align*}
34587
34588 \end_inset
34589
34590 Como se puede ver, la distancia del numerador y el denominador a la raya
34591  de fracción se redondea a unas tres veces el grosor de la raya.
34592 \end_layout
34593
34594 \begin_layout Subsection
34595 Ecuaciones canceladas
34596 \begin_inset Index idx
34597 status collapsed
34598
34599 \begin_layout Plain Layout
34600 Ecuación ! cancelada
34601 \end_layout
34602
34603 \end_inset
34604
34605
34606 \end_layout
34607
34608 \begin_layout Standard
34609 Hay cuatro formas de cancelar ecuaciones o partes de ellas:
34610 \end_layout
34611
34612 \begin_layout Standard
34613 \begin_inset ERT
34614 status collapsed
34615
34616 \begin_layout Plain Layout
34617
34618
34619 \backslash
34620 ifcancel 
34621 \end_layout
34622
34623 \end_inset
34624
34625
34626 \begin_inset Note Note
34627 status open
34628
34629 \begin_layout Plain Layout
34630 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
34631 \series bold
34632 cancel
34633 \series default
34634  está instalado.
34635 \end_layout
34636
34637 \end_inset
34638
34639
34640 \end_layout
34641
34642 \begin_layout Standard
34643 \align center
34644 \begin_inset Tabular
34645 <lyxtabular version="3" rows="5" columns="2">
34646 <features rotate="0" tabularvalignment="middle">
34647 <column alignment="center" valignment="top">
34648 <column alignment="center" valignment="top">
34649 <row>
34650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34651 \begin_inset Text
34652
34653 \begin_layout Plain Layout
34654 Comando
34655 \end_layout
34656
34657 \end_inset
34658 </cell>
34659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34660 \begin_inset Text
34661
34662 \begin_layout Plain Layout
34663 Resultado
34664 \begin_inset Note Note
34665 status collapsed
34666
34667 \begin_layout Plain Layout
34668 El
34669 \series bold
34670  
34671 \series default
34672 espacio y 
34673 \series bold
34674
34675 \backslash
34676 raisebox
34677 \series default
34678  se usa sólo como espaciador
34679 \end_layout
34680
34681 \end_inset
34682
34683
34684 \end_layout
34685
34686 \end_inset
34687 </cell>
34688 </row>
34689 <row>
34690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34691 \begin_inset Text
34692
34693 \begin_layout Plain Layout
34694
34695 \backslash
34696 cancel
34697 \begin_inset space \textvisiblespace{}
34698 \end_inset
34699
34700
34701 \backslash
34702 int
34703 \begin_inset space \textvisiblespace{}
34704 \end_inset
34705
34706 A=B
34707 \end_layout
34708
34709 \end_inset
34710 </cell>
34711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34712 \begin_inset Text
34713
34714 \begin_layout Plain Layout
34715 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34716 \end_inset
34717
34718
34719 \end_layout
34720
34721 \end_inset
34722 </cell>
34723 </row>
34724 <row>
34725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34726 \begin_inset Text
34727
34728 \begin_layout Plain Layout
34729
34730 \backslash
34731 bcancel
34732 \begin_inset space \textvisiblespace{}
34733 \end_inset
34734
34735
34736 \backslash
34737 int
34738 \begin_inset space \textvisiblespace{}
34739 \end_inset
34740
34741 A=B
34742 \end_layout
34743
34744 \end_inset
34745 </cell>
34746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34747 \begin_inset Text
34748
34749 \begin_layout Plain Layout
34750 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34751 \end_inset
34752
34753
34754 \end_layout
34755
34756 \end_inset
34757 </cell>
34758 </row>
34759 <row>
34760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34761 \begin_inset Text
34762
34763 \begin_layout Plain Layout
34764
34765 \backslash
34766 xcancel
34767 \begin_inset space \textvisiblespace{}
34768 \end_inset
34769
34770
34771 \backslash
34772 int
34773 \begin_inset space \textvisiblespace{}
34774 \end_inset
34775
34776 A=B
34777 \end_layout
34778
34779 \end_inset
34780 </cell>
34781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34782 \begin_inset Text
34783
34784 \begin_layout Plain Layout
34785 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34786 \end_inset
34787
34788
34789 \end_layout
34790
34791 \end_inset
34792 </cell>
34793 </row>
34794 <row>
34795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34796 \begin_inset Text
34797
34798 \begin_layout Plain Layout
34799
34800 \backslash
34801 cancelto
34802 \begin_inset space \textvisiblespace{}
34803 \end_inset
34804
34805
34806 \backslash
34807 int
34808 \begin_inset space \textvisiblespace{}
34809 \end_inset
34810
34811 A=B
34812 \begin_inset Formula $\to$
34813 \end_inset
34814
34815 1
34816 \end_layout
34817
34818 \end_inset
34819 </cell>
34820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34821 \begin_inset Text
34822
34823 \begin_layout Plain Layout
34824 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34825 \end_inset
34826
34827
34828 \end_layout
34829
34830 \end_inset
34831 </cell>
34832 </row>
34833 </lyxtabular>
34834
34835 \end_inset
34836
34837
34838 \end_layout
34839
34840 \begin_layout Standard
34841
34842 \series bold
34843
34844 \backslash
34845 cancelto
34846 \series default
34847  es especialmente apropiado para visualizar la simplificación de fracciones
34848  en una ecuación:
34849 \begin_inset Formula 
34850 \[
34851 \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}}}
34852 \]
34853
34854 \end_inset
34855
34856
34857 \end_layout
34858
34859 \begin_layout Standard
34860 Para cambiar el tamaño del valor subscrito por 
34861 \series bold
34862
34863 \backslash
34864 cancelto
34865 \series default
34866  se puede 
34867 \lang english
34868 add the LaTeX-preamble line
34869 \end_layout
34870
34871 \begin_layout Standard
34872
34873 \series bold
34874
34875 \backslash
34876 PassOptionsToPackage{option}{cancel}
34877 \end_layout
34878
34879 \begin_layout Standard
34880
34881 \lang english
34882 where 
34883 \series bold
34884 option
34885 \series default
34886  is either
34887 \lang spanish
34888  
34889 \series bold
34890 samesize
34891 \series default
34892 , que da el mismo tamaño que para el valor cancelado, o 
34893 \series bold
34894 Smaller
34895 \series default
34896 , que da un tamaño un poco más pequeño que normal.
34897 \end_layout
34898
34899 \begin_layout Standard
34900 Para colorear la raya de cancelación añade el siguiente comando en código
34901  TeX:
34902 \end_layout
34903
34904 \begin_layout Standard
34905
34906 \series bold
34907
34908 \backslash
34909 renewcommand{
34910 \backslash
34911 CancelColor}{
34912 \backslash
34913 color{red}}
34914 \end_layout
34915
34916 \begin_layout Standard
34917 donde 
34918 \series bold
34919 red
34920 \series default
34921  puede reemplazarse por el color deseado.
34922 \end_layout
34923
34924 \begin_layout Standard
34925 \begin_inset ERT
34926 status collapsed
34927
34928 \begin_layout Plain Layout
34929
34930
34931 \backslash
34932 renewcommand{
34933 \backslash
34934 CancelColor}{
34935 \backslash
34936 color{red}}
34937 \end_layout
34938
34939 \end_inset
34940
34941
34942 \end_layout
34943
34944 \begin_layout Standard
34945 \begin_inset Formula 
34946 \[
34947 \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}}}
34948 \]
34949
34950 \end_inset
34951
34952
34953 \end_layout
34954
34955 \begin_layout Standard
34956 \begin_inset ERT
34957 status collapsed
34958
34959 \begin_layout Plain Layout
34960
34961
34962 \backslash
34963 renewcommand{
34964 \backslash
34965 CancelColor}{
34966 \backslash
34967 color{black}}
34968 \end_layout
34969
34970 \end_inset
34971
34972
34973 \begin_inset Note Note
34974 status open
34975
34976 \begin_layout Plain Layout
34977 restablece el color
34978 \end_layout
34979
34980 \end_inset
34981
34982
34983 \end_layout
34984
34985 \begin_layout Standard
34986 Para otras posibilidades de personalización, véase la documentación del
34987  paquete
34988 \series bold
34989  cancel
34990 \series default
34991
34992 \begin_inset CommandInset citation
34993 LatexCommand cite
34994 key "cancel"
34995
34996 \end_inset
34997
34998 .
34999 \begin_inset Index idx
35000 status collapsed
35001
35002 \begin_layout Plain Layout
35003 Paquetes ! cancel
35004 \end_layout
35005
35006 \end_inset
35007
35008
35009 \end_layout
35010
35011 \begin_layout Standard
35012 \begin_inset ERT
35013 status collapsed
35014
35015 \begin_layout Plain Layout
35016
35017
35018 \backslash
35019 else
35020 \end_layout
35021
35022 \end_inset
35023
35024
35025 \begin_inset Note Note
35026 status open
35027
35028 \begin_layout Plain Layout
35029 Lo que sigue se verá en la salida si el paquete LaTeX 
35030 \series bold
35031 cancel
35032 \series default
35033  no está instalado:
35034 \end_layout
35035
35036 \end_inset
35037
35038
35039 \end_layout
35040
35041 \begin_layout Standard
35042 Debes instalar el paquete LaTeX 
35043 \series bold
35044 cancel
35045 \series default
35046  para ver en la salida el resto de esta subsección.
35047 \end_layout
35048
35049 \begin_layout Standard
35050 \begin_inset ERT
35051 status collapsed
35052
35053 \begin_layout Plain Layout
35054
35055
35056 \backslash
35057 fi
35058 \end_layout
35059
35060 \end_inset
35061
35062
35063 \end_layout
35064
35065 \begin_layout Subsection
35066 Ecuaciones en encabezados de sección
35067 \begin_inset CommandInset label
35068 LatexCommand label
35069 name "sub:Ecuaciones-en-encabezados"
35070
35071 \end_inset
35072
35073
35074 \begin_inset Index idx
35075 status collapsed
35076
35077 \begin_layout Plain Layout
35078 Ecuación ! en encabezados de sección
35079 \end_layout
35080
35081 \end_inset
35082
35083
35084 \end_layout
35085
35086 \begin_layout Standard
35087 Si se quiere poner una ecuación en un encabezado de sección hay que tener
35088  en cuenta lo siguiente:
35089 \end_layout
35090
35091 \begin_layout Standard
35092 \begin_inset Note Greyedout
35093 status open
35094
35095 \begin_layout Plain Layout
35096 Si el soporte para 
35097 \series bold
35098 hyperref
35099 \series default
35100
35101 \begin_inset Index idx
35102 status collapsed
35103
35104 \begin_layout Plain Layout
35105 Paquetes ! hyperref
35106 \end_layout
35107
35108 \end_inset
35109
35110  está activado en la configuración del documento, 
35111 \family sans
35112 Propiedades
35113 \begin_inset space ~
35114 \end_inset
35115
35116
35117 \family default
35118 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
35119  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
35120  texto del marcador, porque se infringen las convenciones PDF.
35121 \end_layout
35122
35123 \end_inset
35124
35125
35126 \end_layout
35127
35128 \begin_layout Standard
35129 Estos problemas se pueden solucionar insertando al final del encabezado
35130  un título breve con el menú 
35131 \family sans
35132 Insertar\SpecialChar \menuseparator
35133 Título
35134 \begin_inset space ~
35135 \end_inset
35136
35137 breve
35138 \family default
35139 .
35140  Los títulos breves se usan como alternativa para encabezados de sección
35141  con más de una línea para mantener el buen aspecto del índice.
35142  En éste sólo aparece el título breve y por tanto también en los marcadores.
35143 \end_layout
35144
35145 \begin_layout Standard
35146 Si hay que poner ecuaciones en el índice y se usa 
35147 \series bold
35148 hyperref
35149 \series default
35150 , se puede insertar el siguiente comando en modo TeX:
35151 \end_layout
35152
35153 \begin_layout Standard
35154
35155 \series bold
35156
35157 \backslash
35158 texorpdfstring{parte}{alternativa}
35159 \begin_inset Index idx
35160 status collapsed
35161
35162 \begin_layout Plain Layout
35163 Comandos ! T ! 
35164 \backslash
35165 texorpdfstring
35166 \end_layout
35167
35168 \end_inset
35169
35170
35171 \end_layout
35172
35173 \begin_layout Standard
35174 parte se refiere a la parte del encabezado que no debería aparecer en el
35175  marcador PDF.
35176  Pueden ser caracteres, ecuaciones, notas al pie y también referencias cruzadas.
35177  La alternativa se usa para el marcador en vez de la parte.
35178 \end_layout
35179
35180 \begin_layout Standard
35181 Aquí hay dos ejemplos de encabezados con ecuación:
35182 \end_layout
35183
35184 \begin_layout Standard
35185 \begin_inset VSpace -3mm
35186 \end_inset
35187
35188
35189 \end_layout
35190
35191 \begin_layout Standard
35192 \begin_inset ERT
35193 status collapsed
35194
35195 \begin_layout Plain Layout
35196
35197
35198 \backslash
35199 boldmath 
35200 \end_layout
35201
35202 \end_inset
35203
35204
35205 \end_layout
35206
35207 \begin_layout Subsubsection
35208 Encabezado sin ecuación en el índice 
35209 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35210 \end_inset
35211
35212
35213 \begin_inset Argument 1
35214 status collapsed
35215
35216 \begin_layout Plain Layout
35217 Encabezado sin ecuación en el índice
35218 \end_layout
35219
35220 \end_inset
35221
35222
35223 \end_layout
35224
35225 \begin_layout Subsubsection
35226 Encabezado con ecuación en el índice
35227 \begin_inset ERT
35228 status collapsed
35229
35230 \begin_layout Plain Layout
35231
35232
35233 \backslash
35234 texorpdfstring{
35235 \end_layout
35236
35237 \end_inset
35238
35239  
35240 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35241 \end_inset
35242
35243
35244 \begin_inset ERT
35245 status collapsed
35246
35247 \begin_layout Plain Layout
35248
35249 }{}
35250 \end_layout
35251
35252 \end_inset
35253
35254
35255 \end_layout
35256
35257 \begin_layout Standard
35258 \begin_inset ERT
35259 status collapsed
35260
35261 \begin_layout Plain Layout
35262
35263
35264 \backslash
35265 unboldmath 
35266 \end_layout
35267
35268 \end_inset
35269
35270 En el primer encabezado se ha puesto un título breve, en el segundo un 
35271 \series bold
35272
35273 \backslash
35274 texorpdfstring
35275 \series default
35276 .
35277 \end_layout
35278
35279 \begin_layout Standard
35280 Para obtener el mismo formato que en los demás encabezados se han puesto
35281  ambos en un entorno 
35282 \series bold
35283 boldmath
35284 \series default
35285 .
35286 \begin_inset Foot
35287 status collapsed
35288
35289 \begin_layout Plain Layout
35290 véase 
35291 \begin_inset CommandInset ref
35292 LatexCommand ref
35293 reference "sub:Ecuaciones-en-negrita"
35294
35295 \end_inset
35296
35297
35298 \end_layout
35299
35300 \end_inset
35301
35302
35303 \end_layout
35304
35305 \begin_layout Subsection
35306 Ecuaciones en texto multicolumna
35307 \begin_inset Index idx
35308 status collapsed
35309
35310 \begin_layout Plain Layout
35311 Ecuación ! en texto multicolumna
35312 \end_layout
35313
35314 \end_inset
35315
35316
35317 \end_layout
35318
35319 \begin_layout Standard
35320 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
35321  para ajustarse a la columna y entonces es preciso abarcar la anchura total
35322  de la página.
35323  Esto se hace usando el paquete LaTeX 
35324 \series bold
35325 multicol
35326 \series default
35327 ,
35328 \begin_inset Foot
35329 status collapsed
35330
35331 \begin_layout Plain Layout
35332
35333 \series bold
35334 multicol
35335 \series default
35336  forma parte de las distribuciones LaTeX estándar.
35337 \end_layout
35338
35339 \end_inset
35340
35341
35342 \begin_inset Index idx
35343 status collapsed
35344
35345 \begin_layout Plain Layout
35346 Paquetes ! multicol
35347 \end_layout
35348
35349 \end_inset
35350
35351  que se carga en el preámbulo LaTeX con la línea
35352 \end_layout
35353
35354 \begin_layout Standard
35355
35356 \series bold
35357
35358 \backslash
35359 usepackage{multicol}
35360 \end_layout
35361
35362 \begin_layout Standard
35363 \begin_inset Note Greyedout
35364 status open
35365
35366 \begin_layout Plain Layout
35367 Ten en cuenta que la opción 
35368 \family sans
35369 Documento
35370 \begin_inset space ~
35371 \end_inset
35372
35373 con
35374 \begin_inset space ~
35375 \end_inset
35376
35377 dos
35378 \begin_inset space ~
35379 \end_inset
35380
35381 caras
35382 \family default
35383 , bajo 
35384 \family sans
35385 Diseño
35386 \begin_inset space ~
35387 \end_inset
35388
35389 de
35390 \begin_inset space ~
35391 \end_inset
35392
35393 página 
35394 \family default
35395 en el menú 
35396 \family sans
35397 Documento\SpecialChar \menuseparator
35398 Configuración
35399 \family default
35400  
35401 \emph on
35402 debe
35403 \emph default
35404  estar desmarcada.
35405 \end_layout
35406
35407 \end_inset
35408
35409
35410 \end_layout
35411
35412 \begin_layout Standard
35413 Antes del texto multicolumna se inserta en modo TeX el comando
35414 \end_layout
35415
35416 \begin_layout Standard
35417
35418 \series bold
35419
35420 \backslash
35421 begin{multicols}{número de columnas}
35422 \end_layout
35423
35424 \begin_layout Standard
35425 El número de columnas está en el rango 2-10.
35426  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
35427  TeX el comando
35428 \end_layout
35429
35430 \begin_layout Standard
35431
35432 \series bold
35433
35434 \backslash
35435 end{multicols}
35436 \end_layout
35437
35438 \begin_layout Standard
35439 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
35440  Para quitarlo se inserta un espacio vertical de -6
35441 \begin_inset space \thinspace{}
35442 \end_inset
35443
35444 mm antes de la ecuación.
35445  Si se usa el estilo 
35446 \series bold
35447 Sangrado
35448 \series default
35449 ,
35450 \begin_inset Foot
35451 status collapsed
35452
35453 \begin_layout Plain Layout
35454 véase estilos de ecuación en 
35455 \begin_inset CommandInset ref
35456 LatexCommand ref
35457 reference "sec:Estilos-de-ecuación"
35458
35459 \end_inset
35460
35461
35462 \end_layout
35463
35464 \end_inset
35465
35466  se inserta un espacio de -9
35467 \begin_inset space \thinspace{}
35468 \end_inset
35469
35470 mm.
35471 \end_layout
35472
35473 \begin_layout Standard
35474 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
35475 \end_layout
35476
35477 \begin_layout Standard
35478
35479 \lang german
35480 \begin_inset ERT
35481 status collapsed
35482
35483 \begin_layout Plain Layout
35484
35485
35486 \backslash
35487 begin{multicols}{2}
35488 \end_layout
35489
35490 \end_inset
35491
35492 Das Spektrum wird fouriertransformiert.
35493  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35494 , Lösungsmittel) zu trennen.
35495  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35496  nun das Aussehen des Ausgangssignals.
35497  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35498  über alle Phasen integrieren muss.
35499  Sei nun 
35500 \begin_inset Formula $S$
35501 \end_inset
35502
35503  unser normiertes Ausgangssignal und 
35504 \begin_inset Formula $P$
35505 \end_inset
35506
35507  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35508 \begin_inset ERT
35509 status collapsed
35510
35511 \begin_layout Plain Layout
35512
35513
35514 \backslash
35515 end{multicols}
35516 \end_layout
35517
35518 \end_inset
35519
35520
35521 \begin_inset VSpace -6mm
35522 \end_inset
35523
35524
35525 \begin_inset Formula 
35526 \begin{equation}
35527 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35528 \end{equation}
35529
35530 \end_inset
35531
35532
35533 \begin_inset ERT
35534 status collapsed
35535
35536 \begin_layout Plain Layout
35537
35538
35539 \backslash
35540 begin{multicols}{2}
35541 \end_layout
35542
35543 \end_inset
35544
35545 wobei 
35546 \begin_inset Formula $S_{0}$
35547 \end_inset
35548
35549  das Signal ohne Gradient ist und die Normierungsbedingung 
35550 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35551 \end_inset
35552
35553  gilt.
35554  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35555  Direkt nach dem 
35556 \begin_inset Formula $\nicefrac{\pi}{2}$
35557 \end_inset
35558
35559
35560 \begin_inset space \thinspace{}
35561 \end_inset
35562
35563 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35564  das Signal zusätzlich abschwächt.
35565  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35566  
35567 \begin_inset Formula $T_{2}$
35568 \end_inset
35569
35570 -Zeit.
35571 \end_layout
35572
35573 \begin_layout Standard
35574
35575 \lang german
35576 \begin_inset ERT
35577 status collapsed
35578
35579 \begin_layout Plain Layout
35580
35581
35582 \backslash
35583 end{multicols}
35584 \end_layout
35585
35586 \end_inset
35587
35588
35589 \end_layout
35590
35591 \begin_layout Subsection
35592 Ecuaciones con descripción de variables
35593 \begin_inset Index idx
35594 status collapsed
35595
35596 \begin_layout Plain Layout
35597 Ecuación ! con descripción de variables
35598 \end_layout
35599
35600 \end_inset
35601
35602
35603 \end_layout
35604
35605 \begin_layout Standard
35606 Para describir variables en una ecuación, como en la fórmula 
35607 \begin_inset CommandInset ref
35608 LatexCommand eqref
35609 reference "eq:within"
35610
35611 \end_inset
35612
35613 , se inserta una matriz 2×
35614 \begin_inset Formula $n$
35615 \end_inset
35616
35617  con columnas alineadas a la izquierda para las 
35618 \emph on
35619
35620 \begin_inset Formula $n$
35621 \end_inset
35622
35623
35624 \emph default
35625  variables usadas.
35626 \begin_inset Foot
35627 status collapsed
35628
35629 \begin_layout Plain Layout
35630 véase matrices en 
35631 \begin_inset CommandInset ref
35632 LatexCommand ref
35633 reference "sec:Matrices"
35634
35635 \end_inset
35636
35637
35638 \end_layout
35639
35640 \end_inset
35641
35642  Para poner la descripción en tamaño más pequeño se inserta, por ejemplo,
35643  el comando 
35644 \series bold
35645
35646 \backslash
35647 footnotesize
35648 \series default
35649  antes de la matriz.
35650 \begin_inset Foot
35651 status collapsed
35652
35653 \begin_layout Plain Layout
35654 véase tamaños de tipografías en 
35655 \begin_inset CommandInset ref
35656 LatexCommand ref
35657 reference "sub:Tamaños-de-tipografías"
35658
35659 \end_inset
35660
35661 .
35662 \end_layout
35663
35664 \end_inset
35665
35666
35667 \end_layout
35668
35669 \begin_layout Standard
35670 Si se usa el estilo 
35671 \series bold
35672 Sangrado
35673 \series default
35674 ,
35675 \begin_inset Foot
35676 status collapsed
35677
35678 \begin_layout Plain Layout
35679 véase estilos de ecuación en 
35680 \begin_inset CommandInset ref
35681 LatexCommand ref
35682 reference "sec:Estilos-de-ecuación"
35683
35684 \end_inset
35685
35686
35687 \end_layout
35688
35689 \end_inset
35690
35691  se inserta un 
35692 \series bold
35693
35694 \backslash
35695 hfill
35696 \series default
35697
35698 \begin_inset Foot
35699 status collapsed
35700
35701 \begin_layout Plain Layout
35702
35703 \series bold
35704
35705 \backslash
35706 hfill
35707 \series default
35708  sólo funciona en ecuaciones en estilo 
35709 \series bold
35710 Sangrado
35711 \series default
35712 , véase 
35713 \begin_inset CommandInset ref
35714 LatexCommand ref
35715 reference "sub:Espacio-variable"
35716
35717 \end_inset
35718
35719
35720 \end_layout
35721
35722 \end_inset
35723
35724  delante y detrás de la matriz para que tenga la misma separación con la
35725  ecuación y con el margen.
35726 \end_layout
35727
35728 \begin_layout Standard
35729 Si se usa el estilo 
35730 \series bold
35731 Centrado
35732 \series default
35733  se emplea el método descrito en la 
35734 \begin_inset CommandInset ref
35735 LatexCommand ref
35736 reference "sub:Entorno-flalign"
35737
35738 \end_inset
35739
35740  para sangrar la ecuación.
35741  La ecuación 
35742 \begin_inset CommandInset ref
35743 LatexCommand eqref
35744 reference "eq:within"
35745
35746 \end_inset
35747
35748  consta de cinco columnas ya que las dos primeras contienen la fórmula,
35749  la tercera la matriz y la última una llave TeX vacía.
35750 \begin_inset Formula 
35751 \begin{flalign}
35752 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
35753 \rho & \mbox{densidad}\\
35754 V & \mbox{volumen}\\
35755 g & \mbox{aceleración gravitatoria}
35756 \end{array} &  & {}\label{eq:within}
35757 \end{flalign}
35758
35759 \end_inset
35760
35761
35762 \end_layout
35763
35764 \begin_layout Subsection
35765 Letras griegas minúsculas en redonda
35766 \begin_inset CommandInset label
35767 LatexCommand label
35768 name "sub:Griegas-en-redonda"
35769
35770 \end_inset
35771
35772
35773 \begin_inset Index idx
35774 status collapsed
35775
35776 \begin_layout Plain Layout
35777 Letras griegas ! en redonda
35778 \end_layout
35779
35780 \end_inset
35781
35782
35783 \end_layout
35784
35785 \begin_layout Standard
35786 La mayoría de las tipografías sólo suministran letras griegas minúsculas
35787  en cursiva.
35788  Pero para símbolos de partículas elementales como piones y neutrinos hacen
35789  falta letras griegas en redonda.
35790  El archivo 
35791 \series bold
35792 upgreek.sty
35793 \series default
35794
35795 \begin_inset Foot
35796 status collapsed
35797
35798 \begin_layout Plain Layout
35799
35800 \series bold
35801 upgreek
35802 \series default
35803  forma parte del paquete LaTeX 
35804 \series bold
35805 was
35806 \series default
35807
35808 \begin_inset Index idx
35809 status collapsed
35810
35811 \begin_layout Plain Layout
35812 Paquetes ! was
35813 \begin_inset ERT
35814 status collapsed
35815
35816 \begin_layout Plain Layout
35817
35818
35819 \backslash
35820 vspace{4mm}
35821 \end_layout
35822
35823 \end_inset
35824
35825
35826 \end_layout
35827
35828 \end_inset
35829
35830 .
35831 \end_layout
35832
35833 \end_inset
35834
35835
35836 \begin_inset Index idx
35837 status collapsed
35838
35839 \begin_layout Plain Layout
35840 Paquetes ! upgreek
35841 \end_layout
35842
35843 \end_inset
35844
35845 , que se carga en el preámbulo LaTeX con la línea
35846 \end_layout
35847
35848 \begin_layout Standard
35849
35850 \series bold
35851
35852 \backslash
35853 usepackage{upgreek}
35854 \end_layout
35855
35856 \begin_layout Standard
35857 las suministra.
35858  
35859 \begin_inset ERT
35860 status collapsed
35861
35862 \begin_layout Plain Layout
35863
35864
35865 \backslash
35866 ifupgreek 
35867 \end_layout
35868
35869 \end_inset
35870
35871
35872 \begin_inset Note Note
35873 status open
35874
35875 \begin_layout Plain Layout
35876 Lo siguiente sólo se podrá ver si está instalado el paquete LaTeX 
35877 \series bold
35878 upgreek
35879 \series default
35880 :
35881 \end_layout
35882
35883 \end_inset
35884
35885  Se imprimen con el comando de la letra correspondiente precedido de 
35886 \series bold
35887 up
35888 \series default
35889 .
35890  Por ejemplo, el comando 
35891 \series bold
35892
35893 \backslash
35894 uptau
35895 \series default
35896  genera: 
35897 \begin_inset Formula $\uptau$
35898 \end_inset
35899
35900
35901 \end_layout
35902
35903 \begin_layout Standard
35904 Con estos comandos se pueden escribir reacciones entre partículas elementales:
35905 \begin_inset Formula 
35906 \[
35907 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}
35908 \]
35909
35910 \end_inset
35911
35912
35913 \end_layout
35914
35915 \begin_layout Standard
35916 Las letras en redonda son más remarcadas y más grandes que las correspondientes
35917  en cursiva.
35918  Por tanto no deberían emplearse para unidades como 
35919 \begin_inset Quotes fld
35920 \end_inset
35921
35922 µm
35923 \begin_inset Quotes frd
35924 \end_inset
35925
35926 .
35927 \end_layout
35928
35929 \begin_layout Standard
35930 \begin_inset ERT
35931 status collapsed
35932
35933 \begin_layout Plain Layout
35934
35935
35936 \backslash
35937 else 
35938 \end_layout
35939
35940 \end_inset
35941
35942
35943 \begin_inset Note Note
35944 status open
35945
35946 \begin_layout Plain Layout
35947 Lo siguiente se mostrará si el paquete LaTeX 
35948 \series bold
35949 upgreek
35950 \series default
35951  no está instalado:
35952 \end_layout
35953
35954 \end_inset
35955
35956
35957 \end_layout
35958
35959 \begin_layout Standard
35960 Debes instalar el paquete LaTeX 
35961 \series bold
35962 upgreek
35963 \series default
35964  para ver en la salida el resto de esta subsección.
35965  
35966 \end_layout
35967
35968 \begin_layout Standard
35969 \begin_inset ERT
35970 status collapsed
35971
35972 \begin_layout Plain Layout
35973
35974
35975 \backslash
35976 fi
35977 \end_layout
35978
35979 \end_inset
35980
35981
35982 \end_layout
35983
35984 \begin_layout Standard
35985 \begin_inset Newpage newpage
35986 \end_inset
35987
35988
35989 \end_layout
35990
35991 \begin_layout Subsection
35992 Caracteres de texto en ecuaciones
35993 \begin_inset CommandInset label
35994 LatexCommand label
35995 name "sub:Caracteres-de-texto"
35996
35997 \end_inset
35998
35999
36000 \begin_inset Index idx
36001 status collapsed
36002
36003 \begin_layout Plain Layout
36004 Texto ! en ecuaciones
36005 \end_layout
36006
36007 \end_inset
36008
36009
36010 \end_layout
36011
36012 \begin_layout Standard
36013 En algunos casos podrías querer insertar caracteres de texto directamente
36014  en ecuaciones.
36015  Por ejemplo, cuando se usa con frecuencia el punto centrado 
36016 \begin_inset Formula $\cdot$
36017 \end_inset
36018
36019  en expresiones como 
36020 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
36021 \end_inset
36022
36023 , habría que insertar el comando 
36024 \series bold
36025
36026 \backslash
36027 cdot
36028 \series default
36029
36030 \begin_inset Foot
36031 status collapsed
36032
36033 \begin_layout Plain Layout
36034 véase 
36035 \begin_inset CommandInset ref
36036 LatexCommand ref
36037 reference "sub:Operadores-binarios"
36038
36039 \end_inset
36040
36041
36042 \end_layout
36043
36044 \end_inset
36045
36046  continuamente, porque este carácter está definido en todas las codificaciones
36047  como carácter de texto.
36048  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
36049 \end_layout
36050
36051 \begin_layout Standard
36052
36053 \series bold
36054
36055 \backslash
36056 Declare Inputtext{183}{
36057 \backslash
36058 ifmmode
36059 \backslash
36060 cdot
36061 \backslash
36062 else
36063 \backslash
36064 textperiodcentered
36065 \backslash
36066 f\SpecialChar \textcompwordmark{}
36067 i}
36068 \end_layout
36069
36070 \begin_layout Standard
36071 La codificación de caracteres (menú 
36072 \family sans
36073 Documento\SpecialChar \menuseparator
36074 Configuración\SpecialChar \menuseparator
36075 Idioma
36076 \family default
36077 ) especifica el carácter que se muestra al pulsar una tecla.
36078  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
36079  
36080 \series bold
36081
36082 \backslash
36083 textperiodcentered
36084 \series default
36085 .
36086  Pero este comando no está disponible en ecuaciones así que obtendrías errores
36087  de LaTeX.
36088  Con la codificación cambiada se escoge automáticamente el comando correcto,
36089  dependiendo de si el carácter se ha insertado en una ecuación o no.
36090 \end_layout
36091
36092 \begin_layout Standard
36093 La codificación de diversos caracteres se guarda en archivos de definición.
36094  Por ejemplo la codificación 
36095 \series bold
36096 latin9
36097 \series default
36098  se define en el archivo 
36099 \series bold
36100 latin9.def
36101 \series default
36102  que está en el directorio de LaTeX.
36103  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
36104  archivo de definición, de lo contrario nuestros documentos no podrían ser
36105  editados en otros ordenadores.
36106 \begin_inset VSpace medskip
36107 \end_inset
36108
36109
36110 \end_layout
36111
36112 \begin_layout Standard
36113 Además del punto centrado, en este documento se ha definido el símbolo grado
36114  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
36115  directamente en una fórmula:
36116 \end_layout
36117
36118 \begin_layout Standard
36119
36120 \series bold
36121
36122 \backslash
36123 DeclareInputtext{176}{
36124 \backslash
36125 ifmmode^
36126 \backslash
36127 circ
36128 \backslash
36129 else
36130 \backslash
36131 textdegree
36132 \backslash
36133 f\SpecialChar \textcompwordmark{}
36134 i}
36135 \begin_inset Newpage newpage
36136 \end_inset
36137
36138
36139 \end_layout
36140
36141 \begin_layout Section
36142 \start_of_appendix
36143 Notas sobre tipografía
36144 \begin_inset Index idx
36145 status collapsed
36146
36147 \begin_layout Plain Layout
36148 Tipografía, normas
36149 \end_layout
36150
36151 \end_inset
36152
36153
36154 \end_layout
36155
36156 \begin_layout Standard
36157 Esta sección es un resumen de las normas tipográficas ISO más importantes.
36158 \begin_inset Foot
36159 status collapsed
36160
36161 \begin_layout Plain Layout
36162 Este compendio se ha tomado parcialmente del diccionario semi-oficial alemán
36163  
36164 \begin_inset Quotes fld
36165 \end_inset
36166
36167 Duden
36168 \begin_inset Quotes frd
36169 \end_inset
36170
36171  
36172 \begin_inset CommandInset citation
36173 LatexCommand cite
36174 key "Duden"
36175
36176 \end_inset
36177
36178 , que incluye algunas de las normas ISO.
36179  
36180 \begin_inset Newline newline
36181 \end_inset
36182
36183 (
36184 \emph on
36185 N.
36186 \begin_inset space \thinspace{}
36187 \end_inset
36188
36189 del t.
36190 \emph default
36191 : Para documentación en español sobre el tema, véase 
36192 \begin_inset CommandInset citation
36193 LatexCommand cite
36194 key "Bezos"
36195
36196 \end_inset
36197
36198 .)
36199 \end_layout
36200
36201 \end_inset
36202
36203
36204 \end_layout
36205
36206 \begin_layout Itemize
36207 Las unidades físicas se escriben 
36208 \emph on
36209 siempre 
36210 \emph default
36211 en redonda
36212 \begin_inset Foot
36213 status collapsed
36214
36215 \begin_layout Plain Layout
36216 véase estilos de tipografías en 
36217 \begin_inset CommandInset ref
36218 LatexCommand ref
36219 reference "sub:Estilos-de-tipografías"
36220
36221 \end_inset
36222
36223
36224 \end_layout
36225
36226 \end_inset
36227
36228 , aunque aparezcan en un texto en cursiva: 30
36229 \begin_inset space \thinspace{}
36230 \end_inset
36231
36232 km/h
36233 \begin_inset Newline newline
36234 \end_inset
36235
36236 Entre el valor y la unidad hay un espacio delgado, véase 
36237 \begin_inset CommandInset ref
36238 LatexCommand ref
36239 reference "sub:Espacio-predefinido"
36240
36241 \end_inset
36242
36243 .
36244 \begin_inset Newline newline
36245 \end_inset
36246
36247 Esta norma la cumple automáticamente el comando 
36248 \series bold
36249
36250 \backslash
36251 unittwo
36252 \series default
36253 .
36254  Si se introduce en una fórmula aparecen dos marcos.
36255  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
36256  como antes, 
36257 \begin_inset Formula $\unit[30]{km/h}$
36258 \end_inset
36259
36260
36261 \begin_inset space \thinspace{}
36262 \end_inset
36263
36264 .
36265  Ten en cuenta que 
36266 \series bold
36267
36268 \backslash
36269 unittwo
36270 \series default
36271  no es un auténtico comando LaTeX, sino el comando 
36272 \series bold
36273
36274 \backslash
36275 unit[value]{unit}
36276 \series default
36277 , por tanto no lo puedes usar en código TeX.
36278 \end_layout
36279
36280 \begin_layout Itemize
36281 Los signos por ciento y por mil se escriben como las unidades físicas:
36282 \begin_inset Newline newline
36283 \end_inset
36284
36285 1,2
36286 \begin_inset space \thinspace{}
36287 \end_inset
36288
36289 ‰ de alcohol en sangre.
36290 \end_layout
36291
36292 \begin_layout Itemize
36293 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
36294  otra unidad: 15
36295 \begin_inset space \thinspace{}
36296 \end_inset
36297
36298 °C
36299 \end_layout
36300
36301 \begin_layout Itemize
36302 En números con más de cuatro dígitos se inserta un espacio delgado para
36303  separarlos en grupos de tres cifras: 18
36304 \begin_inset space \thinspace{}
36305 \end_inset
36306
36307 473
36308 \begin_inset space \thinspace{}
36309 \end_inset
36310
36311 588
36312 \end_layout
36313
36314 \begin_layout Itemize
36315 Para dimensiones como 120×90×40
36316 \begin_inset space \thinspace{}
36317 \end_inset
36318
36319 cm se usa el aspa de multiplicar 
36320 \begin_inset Quotes fld
36321 \end_inset
36322
36323 ×
36324 \begin_inset Quotes frd
36325 \end_inset
36326
36327 .
36328  Está disponible en el menú 
36329 \family sans
36330 Insertar\SpecialChar \menuseparator
36331 Carácter especial
36332 \family default
36333 \SpecialChar \menuseparator
36334
36335 \family sans
36336 Símbolos
36337 \family default
36338  o bien mediante el comando 
36339 \series bold
36340
36341 \backslash
36342 times
36343 \series default
36344 .
36345  Se puede insertar directamente con cierta combinación de teclas.
36346 \end_layout
36347
36348 \begin_layout Itemize
36349 Las funciones con nombres que constan de varias letras se escriben en redonda
36350  para evitar confusiones, véase 
36351 \begin_inset CommandInset ref
36352 LatexCommand ref
36353 reference "sub:Funciones-predefinidas"
36354
36355 \end_inset
36356
36357 .
36358 \end_layout
36359
36360 \begin_layout Itemize
36361 Los índices que constan de varias letras se escriben en redonda: 
36362 \begin_inset Formula $E_{\mathrm{cin}}$
36363 \end_inset
36364
36365
36366 \begin_inset Newline newline
36367 \end_inset
36368
36369 Los componentes de una matriz se escriben en cursiva: 
36370 \begin_inset Formula $\hat{H}_{kl}$
36371 \end_inset
36372
36373
36374 \end_layout
36375
36376 \begin_layout Itemize
36377 El operador de diferenciación/integración 'd', el número de Euler 'e' y
36378  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
36379 s con otras variables.
36380 \end_layout
36381
36382 \begin_layout Itemize
36383 El carácter que indica una transformación 
36384 \noun on
36385 Fourier
36386 \noun default
36387  se inserta con el comando 
36388 \series bold
36389
36390 \backslash
36391 mathscr
36392 \begin_inset space \textvisiblespace{}
36393 \end_inset
36394
36395 F
36396 \series default
36397  o mediante el menú
36398 \family sans
36399  Insertar\SpecialChar \menuseparator
36400 Carácter especial
36401 \family default
36402 \SpecialChar \menuseparator
36403
36404 \family sans
36405 Símbolos\SpecialChar \menuseparator
36406 Símbolos de letra
36407 \family default
36408
36409 \begin_inset Formula $\mathscr{F}$
36410 \end_inset
36411
36412
36413 \end_layout
36414
36415 \begin_layout Standard
36416 \begin_inset Newpage newpage
36417 \end_inset
36418
36419
36420 \end_layout
36421
36422 \begin_layout Section
36423 Sinónimos
36424 \begin_inset Index idx
36425 status collapsed
36426
36427 \begin_layout Plain Layout
36428 Sinónimos
36429 \end_layout
36430
36431 \end_inset
36432
36433
36434 \end_layout
36435
36436 \begin_layout Standard
36437 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
36438  como los que se recogen en esta lista:
36439 \begin_inset Foot
36440 status collapsed
36441
36442 \begin_layout Plain Layout
36443 véase también 
36444 \begin_inset CommandInset ref
36445 LatexCommand ref
36446 reference "fn:sinónimos"
36447
36448 \end_inset
36449
36450 .
36451 \end_layout
36452
36453 \end_inset
36454
36455
36456 \end_layout
36457
36458 \begin_layout Standard
36459 \begin_inset VSpace bigskip
36460 \end_inset
36461
36462
36463 \begin_inset space \hfill{}
36464 \end_inset
36465
36466
36467 \begin_inset Tabular
36468 <lyxtabular version="3" rows="12" columns="2">
36469 <features rotate="0" tabularvalignment="middle">
36470 <column alignment="center" valignment="top" width="0pt">
36471 <column alignment="center" valignment="top" width="0pt">
36472 <row>
36473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36474 \begin_inset Text
36475
36476 \begin_layout Plain Layout
36477 Comando
36478 \end_layout
36479
36480 \end_inset
36481 </cell>
36482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36483 \begin_inset Text
36484
36485 \begin_layout Plain Layout
36486 equivalente a
36487 \begin_inset Note Note
36488 status collapsed
36489
36490 \begin_layout Plain Layout
36491
36492 \series bold
36493
36494 \backslash
36495 raisebox
36496 \series default
36497  se usa sólo como espaciador
36498 \end_layout
36499
36500 \end_inset
36501
36502
36503 \end_layout
36504
36505 \end_inset
36506 </cell>
36507 </row>
36508 <row>
36509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36510 \begin_inset Text
36511
36512 \begin_layout Plain Layout
36513
36514 \backslash
36515 ast
36516 \end_layout
36517
36518 \end_inset
36519 </cell>
36520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36521 \begin_inset Text
36522
36523 \begin_layout Plain Layout
36524 \begin_inset ERT
36525 status collapsed
36526
36527 \begin_layout Plain Layout
36528
36529
36530 \backslash
36531 raisebox{-1.2mm}{
36532 \end_layout
36533
36534 \end_inset
36535
36536 *
36537 \begin_inset ERT
36538 status collapsed
36539
36540 \begin_layout Plain Layout
36541
36542 }
36543 \end_layout
36544
36545 \end_inset
36546
36547
36548 \end_layout
36549
36550 \end_inset
36551 </cell>
36552 </row>
36553 <row>
36554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36555 \begin_inset Text
36556
36557 \begin_layout Plain Layout
36558
36559 \backslash
36560 choose
36561 \end_layout
36562
36563 \end_inset
36564 </cell>
36565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36566 \begin_inset Text
36567
36568 \begin_layout Plain Layout
36569
36570 \backslash
36571 binom
36572 \end_layout
36573
36574 \end_inset
36575 </cell>
36576 </row>
36577 <row>
36578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36579 \begin_inset Text
36580
36581 \begin_layout Plain Layout
36582
36583 \backslash
36584 geq
36585 \end_layout
36586
36587 \end_inset
36588 </cell>
36589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36590 \begin_inset Text
36591
36592 \begin_layout Plain Layout
36593
36594 \backslash
36595 ge
36596 \end_layout
36597
36598 \end_inset
36599 </cell>
36600 </row>
36601 <row>
36602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36603 \begin_inset Text
36604
36605 \begin_layout Plain Layout
36606
36607 \backslash
36608 lbrace
36609 \end_layout
36610
36611 \end_inset
36612 </cell>
36613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36614 \begin_inset Text
36615
36616 \begin_layout Plain Layout
36617 {
36618 \end_layout
36619
36620 \end_inset
36621 </cell>
36622 </row>
36623 <row>
36624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36625 \begin_inset Text
36626
36627 \begin_layout Plain Layout
36628
36629 \backslash
36630 lbracket
36631 \end_layout
36632
36633 \end_inset
36634 </cell>
36635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36636 \begin_inset Text
36637
36638 \begin_layout Plain Layout
36639 [
36640 \end_layout
36641
36642 \end_inset
36643 </cell>
36644 </row>
36645 <row>
36646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36647 \begin_inset Text
36648
36649 \begin_layout Plain Layout
36650
36651 \backslash
36652 leftarrow
36653 \end_layout
36654
36655 \end_inset
36656 </cell>
36657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36658 \begin_inset Text
36659
36660 \begin_layout Plain Layout
36661
36662 \backslash
36663 gets
36664 \end_layout
36665
36666 \end_inset
36667 </cell>
36668 </row>
36669 <row>
36670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36671 \begin_inset Text
36672
36673 \begin_layout Plain Layout
36674
36675 \backslash
36676 leq
36677 \end_layout
36678
36679 \end_inset
36680 </cell>
36681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36682 \begin_inset Text
36683
36684 \begin_layout Plain Layout
36685
36686 \backslash
36687 le
36688 \end_layout
36689
36690 \end_inset
36691 </cell>
36692 </row>
36693 <row>
36694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36695 \begin_inset Text
36696
36697 \begin_layout Plain Layout
36698
36699 \backslash
36700 lor
36701 \end_layout
36702
36703 \end_inset
36704 </cell>
36705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36706 \begin_inset Text
36707
36708 \begin_layout Plain Layout
36709
36710 \backslash
36711 vee
36712 \end_layout
36713
36714 \end_inset
36715 </cell>
36716 </row>
36717 <row>
36718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36719 \begin_inset Text
36720
36721 \begin_layout Plain Layout
36722
36723 \backslash
36724 neq
36725 \end_layout
36726
36727 \end_inset
36728 </cell>
36729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36730 \begin_inset Text
36731
36732 \begin_layout Plain Layout
36733
36734 \backslash
36735 not=
36736 \end_layout
36737
36738 \end_inset
36739 </cell>
36740 </row>
36741 <row>
36742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36743 \begin_inset Text
36744
36745 \begin_layout Plain Layout
36746
36747 \backslash
36748 slash
36749 \end_layout
36750
36751 \end_inset
36752 </cell>
36753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36754 \begin_inset Text
36755
36756 \begin_layout Plain Layout
36757 /
36758 \end_layout
36759
36760 \end_inset
36761 </cell>
36762 </row>
36763 <row>
36764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36765 \begin_inset Text
36766
36767 \begin_layout Plain Layout
36768
36769 \backslash
36770 vert
36771 \end_layout
36772
36773 \end_inset
36774 </cell>
36775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36776 \begin_inset Text
36777
36778 \begin_layout Plain Layout
36779 |
36780 \end_layout
36781
36782 \end_inset
36783 </cell>
36784 </row>
36785 </lyxtabular>
36786
36787 \end_inset
36788
36789
36790 \begin_inset space \hfill{}
36791 \end_inset
36792
36793
36794 \begin_inset Tabular
36795 <lyxtabular version="3" rows="12" columns="2">
36796 <features rotate="0" tabularvalignment="middle">
36797 <column alignment="center" valignment="top" width="0pt">
36798 <column alignment="center" valignment="top" width="0pt">
36799 <row>
36800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36801 \begin_inset Text
36802
36803 \begin_layout Plain Layout
36804 Comando
36805 \end_layout
36806
36807 \end_inset
36808 </cell>
36809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36810 \begin_inset Text
36811
36812 \begin_layout Plain Layout
36813 equivalente a
36814 \end_layout
36815
36816 \end_inset
36817 </cell>
36818 </row>
36819 <row>
36820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36821 \begin_inset Text
36822
36823 \begin_layout Plain Layout
36824
36825 \backslash
36826 backslash
36827 \end_layout
36828
36829 \end_inset
36830 </cell>
36831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36832 \begin_inset Text
36833
36834 \begin_layout Plain Layout
36835
36836 \backslash
36837
36838 \backslash
36839
36840 \end_layout
36841
36842 \end_inset
36843 </cell>
36844 </row>
36845 <row>
36846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36847 \begin_inset Text
36848
36849 \begin_layout Plain Layout
36850
36851 \backslash
36852 dasharrow
36853 \end_layout
36854
36855 \end_inset
36856 </cell>
36857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36858 \begin_inset Text
36859
36860 \begin_layout Plain Layout
36861
36862 \backslash
36863 dashrightarrow
36864 \end_layout
36865
36866 \end_inset
36867 </cell>
36868 </row>
36869 <row>
36870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36871 \begin_inset Text
36872
36873 \begin_layout Plain Layout
36874
36875 \backslash
36876 land
36877 \end_layout
36878
36879 \end_inset
36880 </cell>
36881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36882 \begin_inset Text
36883
36884 \begin_layout Plain Layout
36885
36886 \backslash
36887 wedge
36888 \end_layout
36889
36890 \end_inset
36891 </cell>
36892 </row>
36893 <row>
36894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36895 \begin_inset Text
36896
36897 \begin_layout Plain Layout
36898
36899 \backslash
36900 rbrace
36901 \end_layout
36902
36903 \end_inset
36904 </cell>
36905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36906 \begin_inset Text
36907
36908 \begin_layout Plain Layout
36909 }
36910 \end_layout
36911
36912 \end_inset
36913 </cell>
36914 </row>
36915 <row>
36916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36917 \begin_inset Text
36918
36919 \begin_layout Plain Layout
36920
36921 \backslash
36922 rbracket
36923 \end_layout
36924
36925 \end_inset
36926 </cell>
36927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36928 \begin_inset Text
36929
36930 \begin_layout Plain Layout
36931 ]
36932 \end_layout
36933
36934 \end_inset
36935 </cell>
36936 </row>
36937 <row>
36938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36939 \begin_inset Text
36940
36941 \begin_layout Plain Layout
36942
36943 \backslash
36944 rightarrow
36945 \end_layout
36946
36947 \end_inset
36948 </cell>
36949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36950 \begin_inset Text
36951
36952 \begin_layout Plain Layout
36953
36954 \backslash
36955 to
36956 \end_layout
36957
36958 \end_inset
36959 </cell>
36960 </row>
36961 <row>
36962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36963 \begin_inset Text
36964
36965 \begin_layout Plain Layout
36966
36967 \backslash
36968 lnot
36969 \end_layout
36970
36971 \end_inset
36972 </cell>
36973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36974 \begin_inset Text
36975
36976 \begin_layout Plain Layout
36977
36978 \backslash
36979 neg
36980 \end_layout
36981
36982 \end_inset
36983 </cell>
36984 </row>
36985 <row>
36986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36987 \begin_inset Text
36988
36989 \begin_layout Plain Layout
36990
36991 \backslash
36992 ne
36993 \end_layout
36994
36995 \end_inset
36996 </cell>
36997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36998 \begin_inset Text
36999
37000 \begin_layout Plain Layout
37001
37002 \backslash
37003 not=
37004 \end_layout
37005
37006 \end_inset
37007 </cell>
37008 </row>
37009 <row>
37010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37011 \begin_inset Text
37012
37013 \begin_layout Plain Layout
37014
37015 \backslash
37016 owns
37017 \end_layout
37018
37019 \end_inset
37020 </cell>
37021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37022 \begin_inset Text
37023
37024 \begin_layout Plain Layout
37025
37026 \backslash
37027 ni
37028 \end_layout
37029
37030 \end_inset
37031 </cell>
37032 </row>
37033 <row>
37034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37035 \begin_inset Text
37036
37037 \begin_layout Plain Layout
37038
37039 \backslash
37040 square
37041 \end_layout
37042
37043 \end_inset
37044 </cell>
37045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37046 \begin_inset Text
37047
37048 \begin_layout Plain Layout
37049
37050 \backslash
37051 Box
37052 \end_layout
37053
37054 \end_inset
37055 </cell>
37056 </row>
37057 <row>
37058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37059 \begin_inset Text
37060
37061 \begin_layout Plain Layout
37062
37063 \backslash
37064 Vert
37065 \end_layout
37066
37067 \end_inset
37068 </cell>
37069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37070 \begin_inset Text
37071
37072 \begin_layout Plain Layout
37073
37074 \backslash
37075 |
37076 \end_layout
37077
37078 \end_inset
37079 </cell>
37080 </row>
37081 </lyxtabular>
37082
37083 \end_inset
37084
37085
37086 \begin_inset space \hfill{}
37087 \end_inset
37088
37089
37090 \end_layout
37091
37092 \begin_layout Standard
37093 \begin_inset Newpage newpage
37094 \end_inset
37095
37096
37097 \end_layout
37098
37099 \begin_layout Bibliography
37100 \begin_inset CommandInset bibitem
37101 LatexCommand bibitem
37102 key "TLC2"
37103
37104 \end_inset
37105
37106
37107 \shape smallcaps
37108 Mittelbach, F.
37109  ; Goossens, M.
37110 \shape default
37111
37112 \shape italic
37113 The LaTeX Companion
37114 \shape default
37115 .
37116  Addison Wesley, 2004
37117 \end_layout
37118
37119 \begin_layout Bibliography
37120 \begin_inset CommandInset bibitem
37121 LatexCommand bibitem
37122 key "Mathmode"
37123
37124 \end_inset
37125
37126
37127 \begin_inset CommandInset href
37128 LatexCommand href
37129 name "Descripción"
37130 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37131
37132 \end_inset
37133
37134  de habilidades matemáticas de LaTeX
37135 \end_layout
37136
37137 \begin_layout Bibliography
37138 \begin_inset CommandInset bibitem
37139 LatexCommand bibitem
37140 key "AMS"
37141
37142 \end_inset
37143
37144
37145 \begin_inset CommandInset href
37146 LatexCommand href
37147 name "Descripción"
37148 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37149
37150 \end_inset
37151
37152  de 
37153 \begin_inset ERT
37154 status collapsed
37155
37156 \begin_layout Plain Layout
37157
37158
37159 \backslash
37160 AmS
37161 \end_layout
37162
37163 \end_inset
37164
37165 -LaTeX
37166 \end_layout
37167
37168 \begin_layout Bibliography
37169 \begin_inset CommandInset bibitem
37170 LatexCommand bibitem
37171 key "Symbols"
37172
37173 \end_inset
37174
37175
37176 \begin_inset CommandInset href
37177 LatexCommand href
37178 name "Lista"
37179 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37180
37181 \end_inset
37182
37183  de todos los símbolos disponibles con paquetes LaTeX
37184 \end_layout
37185
37186 \begin_layout Bibliography
37187 \begin_inset CommandInset bibitem
37188 LatexCommand bibitem
37189 key "cancel"
37190
37191 \end_inset
37192
37193
37194 \begin_inset CommandInset href
37195 LatexCommand href
37196 name "Documentación"
37197 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37198
37199 \end_inset
37200
37201  del paquete LaTeX 
37202 \series bold
37203 cancel
37204 \series default
37205
37206 \begin_inset Index idx
37207 status collapsed
37208
37209 \begin_layout Plain Layout
37210 Paquetes ! cancel
37211 \end_layout
37212
37213 \end_inset
37214
37215
37216 \end_layout
37217
37218 \begin_layout Bibliography
37219 \begin_inset CommandInset bibitem
37220 LatexCommand bibitem
37221 key "hyperref"
37222
37223 \end_inset
37224
37225
37226 \begin_inset CommandInset href
37227 LatexCommand href
37228 name "Documentación"
37229 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37230
37231 \end_inset
37232
37233  del paquete LaTeX 
37234 \series bold
37235 hyperref
37236 \series default
37237
37238 \begin_inset Index idx
37239 status collapsed
37240
37241 \begin_layout Plain Layout
37242 Paquetes ! hyperref
37243 \end_layout
37244
37245 \end_inset
37246
37247
37248 \end_layout
37249
37250 \begin_layout Bibliography
37251 \begin_inset CommandInset bibitem
37252 LatexCommand bibitem
37253 key "mhchem"
37254
37255 \end_inset
37256
37257
37258 \begin_inset CommandInset href
37259 LatexCommand href
37260 name "Documentación"
37261 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37262
37263 \end_inset
37264
37265  del paquete LaTeX 
37266 \series bold
37267 mhchem
37268 \series default
37269
37270 \begin_inset Index idx
37271 status collapsed
37272
37273 \begin_layout Plain Layout
37274 Paquetes ! mhchem
37275 \end_layout
37276
37277 \end_inset
37278
37279
37280 \end_layout
37281
37282 \begin_layout Bibliography
37283 \begin_inset CommandInset bibitem
37284 LatexCommand bibitem
37285 key "Mathclap"
37286
37287 \end_inset
37288
37289
37290 \begin_inset CommandInset href
37291 LatexCommand href
37292 name "Descripción"
37293 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37294
37295 \end_inset
37296
37297  del comando 
37298 \series bold
37299
37300 \backslash
37301 mathclap
37302 \series default
37303 , descrito en 
37304 \begin_inset CommandInset ref
37305 LatexCommand ref
37306 reference "sub:Límites-de-operadores"
37307
37308 \end_inset
37309
37310
37311 \begin_inset Index idx
37312 status collapsed
37313
37314 \begin_layout Plain Layout
37315 Comandos ! M ! 
37316 \backslash
37317 mathclap
37318 \end_layout
37319
37320 \end_inset
37321
37322
37323 \end_layout
37324
37325 \begin_layout Bibliography
37326 \begin_inset CommandInset bibitem
37327 LatexCommand bibitem
37328 key "Duden"
37329
37330 \end_inset
37331
37332
37333 \emph on
37334 Duden Band 1
37335 \emph default
37336 .
37337  22.
37338  Auflage, Duden 2001
37339 \end_layout
37340
37341 \begin_layout Bibliography
37342 \begin_inset CommandInset bibitem
37343 LatexCommand bibitem
37344 key "spanish"
37345
37346 \end_inset
37347
37348
37349 \begin_inset CommandInset href
37350 LatexCommand href
37351 name "Página web"
37352 target "http://www.tex-tipografia.com/spanish.html"
37353
37354 \end_inset
37355
37356  del estilo 
37357 \series bold
37358 spanish
37359 \family sans
37360 \series default
37361  
37362 \family default
37363 incluido en el paquete 
37364 \series bold
37365 babel
37366 \end_layout
37367
37368 \begin_layout Bibliography
37369 \begin_inset CommandInset bibitem
37370 LatexCommand bibitem
37371 key "Bezos"
37372
37373 \end_inset
37374
37375
37376 \begin_inset CommandInset href
37377 LatexCommand href
37378 name "Documento"
37379 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
37380
37381 \end_inset
37382
37383  sobre ortotipografía y notaciones matemáticas en español
37384 \end_layout
37385
37386 \begin_layout Standard
37387 \begin_inset CommandInset index_print
37388 LatexCommand printindex
37389 type "idx"
37390
37391 \end_inset
37392
37393
37394 \end_layout
37395
37396 \end_body
37397 \end_document