]> git.lyx.org Git - lyx.git/blob - lib/doc/es/Math.lyx
Math.lyx: use inset-info instead of images for LyX-icons (part 2)
[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
96 % ------------------------------------
97 % used to check for needed LaTeX packages
98 \usepackage{ifthen}
99
100 % check for package undertilde
101 % used for the command \utilde
102 \newboolean{undertilde}
103 \IfFileExists{undertilde.sty}
104  {\usepackage{undertilde}
105   \setboolean{undertilde}{true}}
106  {\setboolean{undertilde}{false}}
107
108 % check for package eurosym
109 % used for the Euro symbol
110 \newboolean{eurosym}
111 \IfFileExists{eurosym.sty}
112  {\usepackage[gennarrow]{eurosym}
113   \setboolean{eurosym}{true}}
114  {\setboolean{eurosym}{false}}
115
116 % check for package braket
117 % used for physical vectors
118 \newboolean{braket}
119 \IfFileExists{braket.sty}
120  {\usepackage{braket}
121   \setboolean{braket}{true}}
122  {\setboolean{braket}{false}}
123
124 % check for package cancel
125 \newboolean{cancel}
126 \IfFileExists{cancel.sty}
127  {\usepackage{cancel}
128   \setboolean{cancel}{true}}
129  {\setboolean{cancel}{false}}
130
131 % check for package upgreek
132 \newboolean{upgreek}
133 \IfFileExists{upgreek.sty}
134  {\usepackage{upgreek}
135   \setboolean{upgreek}{true}}
136  {\setboolean{upgreek}{false}}
137 \end_preamble
138 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
139 \use_default_options false
140 \maintain_unincluded_children false
141 \language spanish
142 \language_package default
143 \inputencoding auto
144 \fontencoding global
145 \font_roman default
146 \font_sans default
147 \font_typewriter default
148 \font_math auto
149 \font_default_family default
150 \use_non_tex_fonts false
151 \font_sc false
152 \font_osf false
153 \font_sf_scale 100
154 \font_tt_scale 100
155 \graphics default
156 \default_output_format default
157 \output_sync 0
158 \bibtex_command default
159 \index_command default
160 \paperfontsize 12
161 \spacing single
162 \use_hyperref true
163 \pdf_title "Manual detallado de Matemáticas en LyX"
164 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
165 \pdf_subject "LyX-documentation about math"
166 \pdf_keywords "LyX, Mathed"
167 \pdf_bookmarks true
168 \pdf_bookmarksnumbered true
169 \pdf_bookmarksopen true
170 \pdf_bookmarksopenlevel 1
171 \pdf_breaklinks false
172 \pdf_pdfborder false
173 \pdf_colorlinks true
174 \pdf_backref false
175 \pdf_pdfusetitle false
176 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
177 \papersize a4paper
178 \use_geometry false
179 \use_package amsmath 2
180 \use_package amssymb 2
181 \use_package cancel 0
182 \use_package esint 1
183 \use_package mathdots 1
184 \use_package mathtools 1
185 \use_package mhchem 1
186 \use_package stackrel 0
187 \use_package stmaryrd 0
188 \use_package undertilde 0
189 \cite_engine basic
190 \cite_engine_type default
191 \biblio_style plain
192 \use_bibtopic false
193 \use_indices false
194 \paperorientation portrait
195 \suppress_date false
196 \justification true
197 \use_refstyle 0
198 \notefontcolor #0000ff
199 \index Índice
200 \shortcut idx
201 \color #008000
202 \end_index
203 \secnumdepth 4
204 \tocdepth 3
205 \paragraph_separation skip
206 \defskip medskip
207 \quotes_language french
208 \papercolumns 1
209 \papersides 2
210 \paperpagestyle plain
211 \bullet 1 0 6 -1
212 \bullet 2 2 35 -1
213 \bullet 3 2 7 -1
214 \tracking_changes false
215 \output_changes false
216 \html_math_output 0
217 \html_css_as_file 0
218 \html_be_strict false
219 \end_header
220
221 \begin_body
222
223 \begin_layout Title
224 Manual detallado de
225 \begin_inset Newline newline
226 \end_inset
227
228 Matemáticas en LyX
229 \end_layout
230
231 \begin_layout Author
232 por el Equipo LyX
233 \begin_inset Foot
234 status collapsed
235
236 \begin_layout Plain Layout
237 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
238  lista de correo de documentación de LyX
239 \family typewriter
240
241 \begin_inset CommandInset href
242 LatexCommand href
243 name "lyx-docs@lists.lyx.org"
244 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
245
246 \end_inset
247
248
249 \end_layout
250
251 \end_inset
252
253
254 \begin_inset Note Note
255 status collapsed
256
257 \begin_layout Plain Layout
258 autor: Uwe Stöhr, traducción: Ignacio García
259 \end_layout
260
261 \end_inset
262
263
264 \begin_inset Newline newline
265 \end_inset
266
267
268 \begin_inset Newline newline
269 \end_inset
270
271 Versión 2.1.x
272 \end_layout
273
274 \begin_layout Standard
275 \begin_inset CommandInset toc
276 LatexCommand tableofcontents
277
278 \end_inset
279
280
281 \end_layout
282
283 \begin_layout Standard
284 \begin_inset Note Note
285 status open
286
287 \begin_layout Plain Layout
288 Para exportar este documento a PDF, PS o DVI deberían estar instalados los
289  paquetes LaTeX 
290 \series bold
291 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
292 \series default
293  y 
294 \series bold
295 was
296 \series default
297 .
298  Si
299 \series bold
300  
301 \series default
302 no están instalados también puedes exportar el documento pero las secciones
303  en que se requieren dichos paquetes no aparecerán en la salida.
304  
305 \series bold
306 mhchem
307 \series default
308  es una excepción: si no está instalado no se puede exportar este archivo.
309 \end_layout
310
311 \begin_layout Plain Layout
312 La última versión PDF de este documento está disponible en:
313 \begin_inset Newline newline
314 \end_inset
315
316
317 \series bold
318 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
319 \end_layout
320
321 \end_inset
322
323
324 \begin_inset Newpage newpage
325 \end_inset
326
327
328 \end_layout
329
330 \begin_layout Section
331 Introducción
332 \end_layout
333
334 \begin_layout Standard
335 Este documento explica las características matemáticas de LyX y además es
336  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
337  Las explicaciones están diseñadas para el uso de comandos.
338  Por consiguiente es preciso que hayas leído la sección 
339 \emph on
340 Ecuaciones matemáticas
341 \emph default
342  de la 
343 \emph on
344 Guía del usuario
345 \emph default
346 .
347 \end_layout
348
349 \begin_layout Standard
350 La mayoría de caracteres y muchas estructuras explicadas en este manual
351  también son accesibles mediante el menú 
352 \family sans
353 Insertar\SpecialChar \menuseparator
354 Ecuación
355 \family default
356  o la barra de herramientas
357 \family sans
358  Ecuaciones
359 \family default
360 .
361  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
362  mucho más rápido usar comandos que la barra de herramientas.
363  Por tanto este manual está enfocado al uso de comandos, aunque también
364  se mencionan los botones correspondientes de las barras de herramientas
365  cuando están disponibles.
366 \end_layout
367
368 \begin_layout Standard
369 Si no se especifica lo contrario los comandos sólo están disponibles dentro
370  de las fórmulas.
371  Para poder usar todos los comandos explicados en este documento, debe usarse
372  la opción 
373 \family sans
374 Usar el paquete de ecuaciones AMS
375 \family default
376  en la configuración del documento (menú 
377 \family sans
378 Documento\SpecialChar \menuseparator
379 Configuración\SpecialChar \menuseparator
380 Opciones de ecuación
381 \family default
382 )
383 \begin_inset Foot
384 status collapsed
385
386 \begin_layout Plain Layout
387 La opción 
388 \family sans
389 Usar el paquete de ecuaciones AMS automáticamente
390 \family default
391  sólo usa ecuaciones 
392 \begin_inset ERT
393 status collapsed
394
395 \begin_layout Plain Layout
396
397
398 \backslash
399 AmS 
400 \end_layout
401
402 \end_inset
403
404
405 \begin_inset space ~
406 \end_inset
407
408  si las estructuras matemáticas son soportadas por LyX.
409 \end_layout
410
411 \end_inset
412
413 .
414 \end_layout
415
416 \begin_layout Standard
417 Este documento no recoge todos los comandos de ecuaciones 
418 \begin_inset ERT
419 status collapsed
420
421 \begin_layout Plain Layout
422
423
424 \backslash
425 AmS 
426 \end_layout
427
428 \end_inset
429
430
431 \begin_inset Foot
432 status collapsed
433
434 \begin_layout Plain Layout
435 En el archivo 
436 \family sans
437
438 \begin_inset CommandInset href
439 LatexCommand href
440 name "amsguide.ps"
441 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
442
443 \end_inset
444
445
446 \family default
447 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
448  lista con todos los comandos de ecuaciones 
449 \begin_inset ERT
450 status collapsed
451
452 \begin_layout Plain Layout
453
454
455 \backslash
456 AmS 
457 \end_layout
458
459 \end_inset
460
461 .
462 \end_layout
463
464 \end_inset
465
466  por razones de claridad.
467 \end_layout
468
469 \begin_layout Section
470 Instrucciones generales
471 \end_layout
472
473 \begin_layout Standard
474 Para crear una ecuación en línea
475 \begin_inset Index idx
476 status collapsed
477
478 \begin_layout Plain Layout
479 Ecuación ! en línea
480 \end_layout
481
482 \end_inset
483
484  insertada en una línea de texto, teclea una de las combinaciones 
485 \family sans
486 Ctrl+M, Alt+C M, Alt+M M
487 \family default
488  o pulsa el botón 
489 \begin_inset Info
490 type  "icon"
491 arg   "math-mode"
492 \end_inset
493
494  de la barra de herramientas.
495 \begin_inset Newline newline
496 \end_inset
497
498 Para crear una ecuación en estilo presentación
499 \begin_inset Index idx
500 status collapsed
501
502 \begin_layout Plain Layout
503 Ecuación ! presentada
504 \end_layout
505
506 \end_inset
507
508 , que se verá más grande y en su propio párrafo, teclea
509 \family sans
510  
511 \family default
512 una de estas combinaciones: 
513 \family sans
514 Ctrl+Mayúsculas+M, Alt+M D.
515 \end_layout
516
517 \begin_layout Standard
518 Para cambiar una ecuación presentada a ecuación en línea, pon el cursor
519  dentro de la ecuación y teclea
520 \family sans
521  Ctrl+M, Alt+C M, Alt+M M 
522 \family default
523 o usa el menú 
524 \family sans
525 Editar\SpecialChar \menuseparator
526 Ecuación\SpecialChar \menuseparator
527 Cambiar tipo de ecuación
528 \family default
529 .
530  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
531 \end_layout
532
533 \begin_layout Standard
534 Para mostrar partes de una ecuación en línea en el tamaño de una ecuación
535  presentada, escribe el comando 
536 \series bold
537
538 \backslash
539 displaystyle
540 \series default
541
542 \begin_inset Index idx
543 status collapsed
544
545 \begin_layout Plain Layout
546 Comandos ! D ! 
547 \backslash
548 displaystyle
549 \end_layout
550
551 \end_inset
552
553  en la ecuación y pulsa espacio.
554  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
555  de la ecuación.
556 \end_layout
557
558 \begin_layout Standard
559 En los cuadros sólo se permiten ecuaciones en línea.
560 \end_layout
561
562 \begin_layout Standard
563 Las barras 
564 \family sans
565 Ecuaciones
566 \family default
567  y 
568 \family sans
569 Paneles de ecuaciones 
570 \family default
571 se pueden visualizar mediante el menú 
572 \family sans
573 Ver\SpecialChar \menuseparator
574 Barras de herramientas
575 \family default
576 .
577  Si ahí pulsas en 
578 \begin_inset Quotes fld
579 \end_inset
580
581 Ecuaciones
582 \begin_inset Quotes frd
583 \end_inset
584
585  y/o en 
586 \begin_inset Quotes fld
587 \end_inset
588
589 Paneles de ecuaciones
590 \begin_inset Quotes frd
591 \end_inset
592
593 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
594  estado se visualiza en el menú de las barras de herramientas con una marca.
595  Si en este estado pulsas de nuevo sobre 
596 \begin_inset Quotes fld
597 \end_inset
598
599 Ecuaciones
600 \begin_inset Quotes frd
601 \end_inset
602
603  y/o 
604 \begin_inset Quotes fld
605 \end_inset
606
607 Paneles de ecuaciones
608 \begin_inset Quotes frd
609 \end_inset
610
611  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
612  de una ecuación; este estado se indica añadiendo a las entradas del menú
613  la palabra 
614 \begin_inset Quotes fld
615 \end_inset
616
617 (auto)
618 \begin_inset Quotes frd
619 \end_inset
620
621 .
622  
623 \end_layout
624
625 \begin_layout Standard
626 El modo TeX
627 \begin_inset Index idx
628 status collapsed
629
630 \begin_layout Plain Layout
631 T@TeX ! modo
632 \end_layout
633
634 \end_inset
635
636  se inicia pulsando el botón 
637 \begin_inset Info
638 type  "icon"
639 arg   "ert-insert"
640 \end_inset
641
642  de la barra de herramientas o con el menú 
643 \family sans
644 Insertar\SpecialChar \menuseparator
645 Código Te
646 \begin_inset ERT
647 status collapsed
648
649 \begin_layout Plain Layout
650
651 {}
652 \end_layout
653
654 \end_inset
655
656 X
657 \family default
658 , (atajo 
659 \family sans
660 Ctrl+L
661 \family default
662 ).
663 \begin_inset Note Note
664 status collapsed
665
666 \begin_layout Plain Layout
667 En LyX hay tres 
668 \begin_inset Quotes fld
669 \end_inset
670
671 nombres propios
672 \begin_inset Quotes frd
673 \end_inset
674
675  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
676  LaTeX y LyX.
677 \end_layout
678
679 \begin_layout Plain Layout
680 Para evitar que estas palabras sean reconocidas como tales nombres propios,
681  se inserta un par de llaves TeX.
682  
683 \end_layout
684
685 \end_inset
686
687
688 \end_layout
689
690 \begin_layout Standard
691 Para cambiar el preámbulo LaTeX
692 \begin_inset Index idx
693 status collapsed
694
695 \begin_layout Plain Layout
696 LaTeX, preámbulo
697 \end_layout
698
699 \end_inset
700
701 , usa el menú 
702 \family sans
703 Documento\SpecialChar \menuseparator
704 Configuración\SpecialChar \menuseparator
705 Preámbulo LaT
706 \begin_inset ERT
707 status collapsed
708
709 \begin_layout Plain Layout
710
711 {}
712 \end_layout
713
714 \end_inset
715
716 eX
717 \family default
718 .
719 \end_layout
720
721 \begin_layout Standard
722 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
723  multilínea, se pueden usar los menús 
724 \family sans
725 Editar\SpecialChar \menuseparator
726 Ecuación
727 \family default
728  y 
729 \family sans
730 Editar\SpecialChar \menuseparator
731 Filas y columnas
732 \family default
733  o la barra de herramientas de 
734 \family sans
735 Cuadro
736 \family default
737 .
738  Cuando las líneas y columnas se intercambian mediante el menú, la columna
739  o línea en la que está se cambia con la columna de la derecha o con la
740  línea de abajo, respectivamente.
741  Si el cursor está en la última columna o fila, el cambio se hace con la
742  columna de la izquierda o la línea de arriba.
743 \end_layout
744
745 \begin_layout Standard
746 Para escribir texto en fórmulas se usa 
747 \emph on
748 texto de ecuaciones
749 \emph default
750
751 \begin_inset Index idx
752 status collapsed
753
754 \begin_layout Plain Layout
755 Texto ! en ecuaciones
756 \end_layout
757
758 \end_inset
759
760 .
761 \begin_inset Foot
762 status collapsed
763
764 \begin_layout Plain Layout
765 Para ecuaciones multilínea se usa el comando 
766 \series bold
767
768 \backslash
769 intertext
770 \series default
771 , véase
772 \begin_inset space ~
773 \end_inset
774
775
776 \begin_inset CommandInset ref
777 LatexCommand ref
778 reference "sub:Texto-en-multilínea"
779
780 \end_inset
781
782 .
783 \end_layout
784
785 \end_inset
786
787  Este modo se inicia con el atajo 
788 \family sans
789 Alt+M
790 \begin_inset space ~
791 \end_inset
792
793 M
794 \family default
795  o
796 \family sans
797  Ctrl+M
798 \family default
799  o insertando el comando 
800 \series bold
801
802 \backslash
803 text
804 \series default
805
806 \begin_inset Index idx
807 status collapsed
808
809 \begin_layout Plain Layout
810 Comandos ! T ! 
811 \backslash
812 text
813 \end_layout
814
815 \end_inset
816
817 .
818  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
819  partes de la ecuación que se ven en azul.
820  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
821 a de otras partes de la fórmula.
822 \end_layout
823
824 \begin_layout Subsection*
825 Esquema de comandos
826 \end_layout
827
828 \begin_layout Standard
829 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
830  siguiente esquema:
831 \end_layout
832
833 \begin_layout Standard
834
835 \series bold
836
837 \backslash
838 nombre_del_comando[argumento opcional]{argumento requerido}
839 \end_layout
840
841 \begin_layout Standard
842 Un comando empieza siempre por una barra inversa, 
843 \begin_inset Quotes fld
844 \end_inset
845
846
847 \series bold
848
849 \backslash
850
851 \series default
852
853 \begin_inset Quotes frd
854 \end_inset
855
856 .
857  Para omitir argumentos opcionales, quita también los corchetes asociados.
858  En este documento, las llaves que encierran los argumentos requeridos se
859  denominan llaves TeX
860 \begin_inset Index idx
861 status collapsed
862
863 \begin_layout Plain Layout
864 T@TeX ! llaves
865 \end_layout
866
867 \end_inset
868
869 .
870  Si en una ecuación añades una llave de apertura al nombre de un comando,
871  LyX crea automáticamente una llave TeX.
872  En todos los demás casos las llaves TeX se crean en las ecuaciones con
873  el comando 
874 \series bold
875
876 \backslash
877 {
878 \series default
879 .
880  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
881  que se muestran en azul.
882  En modo TeX no hace falta comando para poner llaves TeX.
883  Las llaves TeX no aparecen en la salida.
884 \end_layout
885
886 \begin_layout Standard
887 En el caso de comandos sin argumentos, como los comandos para símbolos que
888  se introducen en modo TeX, 
889 \emph on
890 siempre
891 \emph default
892  debe teclearse un espacio tras el comando para finalizarlo.
893  Este espacio no aparece en la salida.
894  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
895  de un espacio protegido en texto normal.
896 \end_layout
897
898 \begin_layout Standard
899 Un espacio protegido se inserta con 
900 \family sans
901 Ctrl+Espacio
902 \family default
903 .
904 \end_layout
905
906 \begin_layout Subsection*
907 Explicación de la sintaxis
908 \end_layout
909
910 \begin_layout Itemize
911 El símbolo 
912 \begin_inset space \textvisiblespace{}
913 \end_inset
914
915  indica que hay que teclear un espacio.
916 \end_layout
917
918 \begin_layout Itemize
919 Una flecha como 
920 \begin_inset Formula $\rightarrow$
921 \end_inset
922
923  indica el uso de la correspondiente tecla de flecha.
924  La tecla 
925 \family sans
926 Tab
927 \family default
928  se puede usar a menudo en vez de 
929 \begin_inset Formula $\rightarrow$
930 \end_inset
931
932  y 
933 \begin_inset Formula $\downarrow$
934 \end_inset
935
936 , y 
937 \family sans
938 Mayús+Tab
939 \family default
940  en vez de 
941 \begin_inset Formula $\leftarrow$
942 \end_inset
943
944  y 
945 \begin_inset Formula $\uparrow$
946 \end_inset
947
948 .
949 \end_layout
950
951 \begin_layout Subsection*
952 Unidades disponibles
953 \end_layout
954
955 \begin_layout Standard
956 \align center
957 \begin_inset Float table
958 placement H
959 wide false
960 sideways false
961 status open
962
963 \begin_layout Plain Layout
964 \align center
965 \begin_inset Caption Standard
966
967 \begin_layout Plain Layout
968 \begin_inset CommandInset label
969 LatexCommand label
970 name "tab:Unidades-disponibles"
971
972 \end_inset
973
974 Unidades disponibles
975 \end_layout
976
977 \end_inset
978
979
980 \end_layout
981
982 \begin_layout Plain Layout
983 \align center
984 \begin_inset Tabular
985 <lyxtabular version="3" rows="13" columns="2">
986 <features rotate="0" tabularvalignment="middle">
987 <column alignment="center" valignment="top">
988 <column alignment="center" valignment="top">
989 <row>
990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
991 \begin_inset Text
992
993 \begin_layout Plain Layout
994 Unidad
995 \end_layout
996
997 \end_inset
998 </cell>
999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1000 \begin_inset Text
1001
1002 \begin_layout Plain Layout
1003 Nombre / Descripción
1004 \end_layout
1005
1006 \end_inset
1007 </cell>
1008 </row>
1009 <row>
1010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1011 \begin_inset Text
1012
1013 \begin_layout Plain Layout
1014 mm
1015 \end_layout
1016
1017 \end_inset
1018 </cell>
1019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1020 \begin_inset Text
1021
1022 \begin_layout Plain Layout
1023 Milímetro
1024 \end_layout
1025
1026 \end_inset
1027 </cell>
1028 </row>
1029 <row>
1030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1031 \begin_inset Text
1032
1033 \begin_layout Plain Layout
1034 cm
1035 \end_layout
1036
1037 \end_inset
1038 </cell>
1039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1040 \begin_inset Text
1041
1042 \begin_layout Plain Layout
1043 Centímetro
1044 \end_layout
1045
1046 \end_inset
1047 </cell>
1048 </row>
1049 <row>
1050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1051 \begin_inset Text
1052
1053 \begin_layout Plain Layout
1054 in
1055 \end_layout
1056
1057 \end_inset
1058 </cell>
1059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1060 \begin_inset Text
1061
1062 \begin_layout Plain Layout
1063 Pulgada (1
1064 \begin_inset space \thinspace{}
1065 \end_inset
1066
1067 in = 2,54
1068 \begin_inset space \thinspace{}
1069 \end_inset
1070
1071 cm)
1072 \end_layout
1073
1074 \end_inset
1075 </cell>
1076 </row>
1077 <row>
1078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1079 \begin_inset Text
1080
1081 \begin_layout Plain Layout
1082 pt
1083 \end_layout
1084
1085 \end_inset
1086 </cell>
1087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1088 \begin_inset Text
1089
1090 \begin_layout Plain Layout
1091 Punto (72.27
1092 \begin_inset space \thinspace{}
1093 \end_inset
1094
1095 pt = 1
1096 \begin_inset space \thinspace{}
1097 \end_inset
1098
1099 in)
1100 \end_layout
1101
1102 \end_inset
1103 </cell>
1104 </row>
1105 <row>
1106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1107 \begin_inset Text
1108
1109 \begin_layout Plain Layout
1110 pc
1111 \end_layout
1112
1113 \end_inset
1114 </cell>
1115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1116 \begin_inset Text
1117
1118 \begin_layout Plain Layout
1119 Pica (1
1120 \begin_inset space \thinspace{}
1121 \end_inset
1122
1123 pc = 12
1124 \begin_inset space \thinspace{}
1125 \end_inset
1126
1127 pt)
1128 \end_layout
1129
1130 \end_inset
1131 </cell>
1132 </row>
1133 <row>
1134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1135 \begin_inset Text
1136
1137 \begin_layout Plain Layout
1138 sp
1139 \end_layout
1140
1141 \end_inset
1142 </cell>
1143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1144 \begin_inset Text
1145
1146 \begin_layout Plain Layout
1147 Punto escalado (65536
1148 \begin_inset space \thinspace{}
1149 \end_inset
1150
1151 sp = 1
1152 \begin_inset space \thinspace{}
1153 \end_inset
1154
1155 pt)
1156 \end_layout
1157
1158 \end_inset
1159 </cell>
1160 </row>
1161 <row>
1162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1163 \begin_inset Text
1164
1165 \begin_layout Plain Layout
1166 bp
1167 \end_layout
1168
1169 \end_inset
1170 </cell>
1171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1172 \begin_inset Text
1173
1174 \begin_layout Plain Layout
1175 Punto grande (72
1176 \begin_inset space \thinspace{}
1177 \end_inset
1178
1179 bp = 1
1180 \begin_inset space \thinspace{}
1181 \end_inset
1182
1183 in)
1184 \end_layout
1185
1186 \end_inset
1187 </cell>
1188 </row>
1189 <row>
1190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1191 \begin_inset Text
1192
1193 \begin_layout Plain Layout
1194 dd
1195 \end_layout
1196
1197 \end_inset
1198 </cell>
1199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1200 \begin_inset Text
1201
1202 \begin_layout Plain Layout
1203 Didot (1
1204 \begin_inset space \thinspace{}
1205 \end_inset
1206
1207 dd 
1208 \begin_inset Formula $\approx$
1209 \end_inset
1210
1211  0.376
1212 \begin_inset space \thinspace{}
1213 \end_inset
1214
1215 mm)
1216 \end_layout
1217
1218 \end_inset
1219 </cell>
1220 </row>
1221 <row>
1222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1223 \begin_inset Text
1224
1225 \begin_layout Plain Layout
1226 cc
1227 \end_layout
1228
1229 \end_inset
1230 </cell>
1231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1232 \begin_inset Text
1233
1234 \begin_layout Plain Layout
1235 Cicero (1
1236 \begin_inset space \thinspace{}
1237 \end_inset
1238
1239 cc = 12
1240 \begin_inset space \thinspace{}
1241 \end_inset
1242
1243 dd)
1244 \end_layout
1245
1246 \end_inset
1247 </cell>
1248 </row>
1249 <row>
1250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1251 \begin_inset Text
1252
1253 \begin_layout Plain Layout
1254 ex
1255 \end_layout
1256
1257 \end_inset
1258 </cell>
1259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1260 \begin_inset Text
1261
1262 \begin_layout Plain Layout
1263 Altura de la letra 
1264 \begin_inset Quotes fld
1265 \end_inset
1266
1267
1268 \emph on
1269 x
1270 \emph default
1271
1272 \begin_inset Quotes frd
1273 \end_inset
1274
1275  en la tipografía actual
1276 \end_layout
1277
1278 \end_inset
1279 </cell>
1280 </row>
1281 <row>
1282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1283 \begin_inset Text
1284
1285 \begin_layout Plain Layout
1286 em
1287 \end_layout
1288
1289 \end_inset
1290 </cell>
1291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1292 \begin_inset Text
1293
1294 \begin_layout Plain Layout
1295 Anchura de la letra 
1296 \begin_inset Quotes fld
1297 \end_inset
1298
1299
1300 \emph on
1301 M
1302 \emph default
1303
1304 \begin_inset Quotes frd
1305 \end_inset
1306
1307  en la tipografía actual
1308 \end_layout
1309
1310 \end_inset
1311 </cell>
1312 </row>
1313 <row>
1314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1315 \begin_inset Text
1316
1317 \begin_layout Plain Layout
1318 mu
1319 \end_layout
1320
1321 \end_inset
1322 </cell>
1323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1324 \begin_inset Text
1325
1326 \begin_layout Plain Layout
1327 Unidad matemática (1
1328 \begin_inset space \thinspace{}
1329 \end_inset
1330
1331 mu = 
1332 \begin_inset Formula $\nicefrac{1}{18}$
1333 \end_inset
1334
1335
1336 \begin_inset space \thinspace{}
1337 \end_inset
1338
1339 em)
1340 \end_layout
1341
1342 \end_inset
1343 </cell>
1344 </row>
1345 </lyxtabular>
1346
1347 \end_inset
1348
1349
1350 \end_layout
1351
1352 \end_inset
1353
1354
1355 \end_layout
1356
1357 \begin_layout Standard
1358 \align center
1359 \begin_inset Newpage newpage
1360 \end_inset
1361
1362
1363 \end_layout
1364
1365 \begin_layout Section
1366 Funciones básicas
1367 \end_layout
1368
1369 \begin_layout Subsection
1370 Exponentes
1371 \begin_inset Index idx
1372 status collapsed
1373
1374 \begin_layout Plain Layout
1375 Exponentes
1376 \end_layout
1377
1378 \end_inset
1379
1380  e índices
1381 \begin_inset Index idx
1382 status collapsed
1383
1384 \begin_layout Plain Layout
1385 Indices@Índices
1386 \end_layout
1387
1388 \end_inset
1389
1390
1391 \begin_inset Index idx
1392 status collapsed
1393
1394 \begin_layout Plain Layout
1395 Superíndices|see
1396 \begin_inset ERT
1397 status collapsed
1398
1399 \begin_layout Plain Layout
1400
1401 {
1402 \end_layout
1403
1404 \end_inset
1405
1406 Exponentes
1407 \begin_inset ERT
1408 status collapsed
1409
1410 \begin_layout Plain Layout
1411
1412 }
1413 \end_layout
1414
1415 \end_inset
1416
1417
1418 \end_layout
1419
1420 \end_inset
1421
1422
1423 \begin_inset Index idx
1424 status collapsed
1425
1426 \begin_layout Plain Layout
1427 Subíndices|see
1428 \begin_inset ERT
1429 status collapsed
1430
1431 \begin_layout Plain Layout
1432
1433 {
1434 \end_layout
1435
1436 \end_inset
1437
1438 Índices
1439 \begin_inset ERT
1440 status collapsed
1441
1442 \begin_layout Plain Layout
1443
1444 }
1445 \end_layout
1446
1447 \end_inset
1448
1449
1450 \end_layout
1451
1452 \end_inset
1453
1454
1455 \end_layout
1456
1457 \begin_layout Standard
1458 Los subíndices se componen con un guión bajo 
1459 \begin_inset Quotes fld
1460 \end_inset
1461
1462 _
1463 \begin_inset Quotes frd
1464 \end_inset
1465
1466  o con el botón de la barra de herramientas de ecuaciones 
1467 \begin_inset Info
1468 type  "icon"
1469 arg   "math-subscript"
1470 \end_inset
1471
1472 , los superíndices con un circunflejo 
1473 \begin_inset Quotes fld
1474 \end_inset
1475
1476 ^
1477 \begin_inset Quotes frd
1478 \end_inset
1479
1480  o con el botón de la barra de herramientas de ecuaciones 
1481 \begin_inset Info
1482 type  "icon"
1483 arg   "math-superscript"
1484 \end_inset
1485
1486 .
1487 \end_layout
1488
1489 \begin_layout Standard
1490 \noindent
1491 \align center
1492 \begin_inset Tabular
1493 <lyxtabular version="3" rows="4" columns="2">
1494 <features rotate="0" tabularvalignment="middle">
1495 <column alignment="center" valignment="top">
1496 <column alignment="center" valignment="top">
1497 <row>
1498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1499 \begin_inset Text
1500
1501 \begin_layout Plain Layout
1502 Comando
1503 \end_layout
1504
1505 \end_inset
1506 </cell>
1507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1508 \begin_inset Text
1509
1510 \begin_layout Plain Layout
1511 Resultado
1512 \begin_inset Note Note
1513 status open
1514
1515 \begin_layout Plain Layout
1516
1517 \series bold
1518
1519 \backslash
1520 raisebox
1521 \series default
1522  sólo se usa como espaciador.
1523 \end_layout
1524
1525 \end_inset
1526
1527
1528 \end_layout
1529
1530 \end_inset
1531 </cell>
1532 </row>
1533 <row>
1534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1535 \begin_inset Text
1536
1537 \begin_layout Plain Layout
1538 B_V
1539 \end_layout
1540
1541 \end_inset
1542 </cell>
1543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1544 \begin_inset Text
1545
1546 \begin_layout Plain Layout
1547 \begin_inset Formula $B_{V}$
1548 \end_inset
1549
1550
1551 \end_layout
1552
1553 \end_inset
1554 </cell>
1555 </row>
1556 <row>
1557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1558 \begin_inset Text
1559
1560 \begin_layout Plain Layout
1561 B^V
1562 \end_layout
1563
1564 \end_inset
1565 </cell>
1566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1567 \begin_inset Text
1568
1569 \begin_layout Plain Layout
1570 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1571 \end_inset
1572
1573
1574 \end_layout
1575
1576 \end_inset
1577 </cell>
1578 </row>
1579 <row>
1580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1581 \begin_inset Text
1582
1583 \begin_layout Plain Layout
1584 B^
1585 \begin_inset space \textvisiblespace{}
1586 \end_inset
1587
1588 A
1589 \end_layout
1590
1591 \end_inset
1592 </cell>
1593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1594 \begin_inset Text
1595
1596 \begin_layout Plain Layout
1597 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1598 \end_inset
1599
1600
1601 \end_layout
1602
1603 \end_inset
1604 </cell>
1605 </row>
1606 </lyxtabular>
1607
1608 \end_inset
1609
1610
1611 \end_layout
1612
1613 \begin_layout Standard
1614 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1615  caso acentuará las vocales y no servirá para entrar en modo exponente.
1616 \begin_inset Foot
1617 status collapsed
1618
1619 \begin_layout Plain Layout
1620 Dependiendo de la configuración del teclado esto puede suceder también con
1621  otros caracteres además de las vocales.
1622 \end_layout
1623
1624 \end_inset
1625
1626  Para conseguir exponentes en estos casos debes pulsar 
1627 \family sans
1628 Espacio
1629 \family default
1630  tras el circunflejo, como en el último ejemplo, o dos circunflejos seguidos.
1631  
1632 \end_layout
1633
1634 \begin_layout Subsection
1635 Fracciones
1636 \begin_inset CommandInset label
1637 LatexCommand label
1638 name "sub:Fracciones"
1639
1640 \end_inset
1641
1642
1643 \begin_inset Index idx
1644 status collapsed
1645
1646 \begin_layout Plain Layout
1647 Fracciones
1648 \end_layout
1649
1650 \end_inset
1651
1652
1653 \end_layout
1654
1655 \begin_layout Standard
1656 Las fracciones se generan con el comando 
1657 \series bold
1658
1659 \backslash
1660 frac
1661 \series default
1662
1663 \begin_inset Index idx
1664 status collapsed
1665
1666 \begin_layout Plain Layout
1667 Comandos ! F ! 
1668 \backslash
1669 frac
1670 \end_layout
1671
1672 \end_inset
1673
1674  o con el botón 
1675 \begin_inset Info
1676 type  "icon"
1677 arg   "math-insert \\frac"
1678 \end_inset
1679
1680  de la barra de herramientas.
1681  El tamaño de tipografía se ajusta automáticamente, dependiendo de si la
1682  fracción está en línea o en estilo presentación.
1683  Con el botón 
1684 \begin_inset Info
1685 type  "icon"
1686 arg   "math-insert \\frac-square"
1687 \end_inset
1688
1689  de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1690  de fracciones.
1691 \end_layout
1692
1693 \begin_layout Standard
1694 Con el comando 
1695 \series bold
1696
1697 \backslash
1698 dfrac
1699 \series default
1700
1701 \begin_inset Index idx
1702 status collapsed
1703
1704 \begin_layout Plain Layout
1705 Comandos ! D ! 
1706 \backslash
1707 dfrac
1708 \end_layout
1709
1710 \end_inset
1711
1712  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1713  presentación.
1714  Con 
1715 \series bold
1716
1717 \backslash
1718 tfrac
1719 \series default
1720
1721 \begin_inset Index idx
1722 status collapsed
1723
1724 \begin_layout Plain Layout
1725 Comandos ! T ! 
1726 \backslash
1727 tfrac
1728 \end_layout
1729
1730 \end_inset
1731
1732  la fracción tiene siempre el tamaño del estilo en línea.
1733  Un ejemplo:
1734 \end_layout
1735
1736 \begin_layout Standard
1737 Una línea con la fracción 
1738 \begin_inset Formula $\frac{1}{2}$
1739 \end_inset
1740
1741  creada con el comando 
1742 \series bold
1743
1744 \backslash
1745 frac
1746 \series default
1747 .
1748  
1749 \end_layout
1750
1751 \begin_layout Standard
1752 Una línea con la fracción 
1753 \begin_inset Formula $\dfrac{1}{2}$
1754 \end_inset
1755
1756  creada con el comando 
1757 \series bold
1758
1759 \backslash
1760 dfrac
1761 \series default
1762 .
1763 \end_layout
1764
1765 \begin_layout Standard
1766 \noindent
1767 \align center
1768 \begin_inset Tabular
1769 <lyxtabular version="3" rows="4" columns="2">
1770 <features rotate="0" tabularvalignment="middle">
1771 <column alignment="center" valignment="top">
1772 <column alignment="center" valignment="top">
1773 <row>
1774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1775 \begin_inset Text
1776
1777 \begin_layout Plain Layout
1778 Comando
1779 \end_layout
1780
1781 \end_inset
1782 </cell>
1783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1784 \begin_inset Text
1785
1786 \begin_layout Plain Layout
1787 Resultado
1788 \begin_inset Note Note
1789 status collapsed
1790
1791 \begin_layout Plain Layout
1792
1793 \series bold
1794
1795 \backslash
1796 raisebox
1797 \series default
1798  se usa sólo como espaciador
1799 \end_layout
1800
1801 \end_inset
1802
1803
1804 \end_layout
1805
1806 \end_inset
1807 </cell>
1808 </row>
1809 <row>
1810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1811 \begin_inset Text
1812
1813 \begin_layout Plain Layout
1814
1815 \backslash
1816 frac
1817 \begin_inset space \textvisiblespace{}
1818 \end_inset
1819
1820 A
1821 \begin_inset Formula $\downarrow$
1822 \end_inset
1823
1824 B
1825 \end_layout
1826
1827 \end_inset
1828 </cell>
1829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1830 \begin_inset Text
1831
1832 \begin_layout Plain Layout
1833 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1834 \end_inset
1835
1836
1837 \end_layout
1838
1839 \end_inset
1840 </cell>
1841 </row>
1842 <row>
1843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1844 \begin_inset Text
1845
1846 \begin_layout Plain Layout
1847
1848 \backslash
1849 dfrac
1850 \begin_inset space \textvisiblespace{}
1851 \end_inset
1852
1853 A
1854 \begin_inset Formula $\downarrow$
1855 \end_inset
1856
1857 B
1858 \end_layout
1859
1860 \end_inset
1861 </cell>
1862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1863 \begin_inset Text
1864
1865 \begin_layout Plain Layout
1866 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1867 \end_inset
1868
1869
1870 \end_layout
1871
1872 \end_inset
1873 </cell>
1874 </row>
1875 <row>
1876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1877 \begin_inset Text
1878
1879 \begin_layout Plain Layout
1880
1881 \backslash
1882 dfrac
1883 \begin_inset space \textvisiblespace{}
1884 \end_inset
1885
1886 e^
1887 \backslash
1888 frac
1889 \begin_inset space \textvisiblespace{}
1890 \end_inset
1891
1892 1
1893 \begin_inset Formula $\downarrow$
1894 \end_inset
1895
1896 2
1897 \begin_inset Formula $\downarrow$
1898 \end_inset
1899
1900 3
1901 \end_layout
1902
1903 \end_inset
1904 </cell>
1905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1906 \begin_inset Text
1907
1908 \begin_layout Plain Layout
1909 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1910 \end_inset
1911
1912
1913 \end_layout
1914
1915 \end_inset
1916 </cell>
1917 </row>
1918 </lyxtabular>
1919
1920 \end_inset
1921
1922
1923 \begin_inset VSpace bigskip
1924 \end_inset
1925
1926
1927 \end_layout
1928
1929 \begin_layout Standard
1930 Para fracciones anidadas se puede usar el comando 
1931 \series bold
1932
1933 \backslash
1934 cfrac
1935 \series default
1936
1937 \begin_inset Index idx
1938 status collapsed
1939
1940 \begin_layout Plain Layout
1941 Comandos ! C ! 
1942 \backslash
1943 cfrac
1944 \end_layout
1945
1946 \end_inset
1947
1948 .
1949  Un ejemplo:
1950 \begin_inset VSpace -3mm
1951 \end_inset
1952
1953
1954 \end_layout
1955
1956 \begin_layout Standard
1957 \begin_inset Formula 
1958 \begin{align*}
1959 \textrm{creada con \textbf{\textbackslash frac}} &  & \textrm{creada con \textbf{\textbackslash cfrac}}\\
1960 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1961 \end{align*}
1962
1963 \end_inset
1964
1965
1966 \end_layout
1967
1968 \begin_layout Standard
1969 El comando para el ejemplo de arriba es:
1970 \end_layout
1971
1972 \begin_layout Standard
1973
1974 \series bold
1975
1976 \backslash
1977 cfrac
1978 \begin_inset space \textvisiblespace{}
1979 \end_inset
1980
1981 A
1982 \begin_inset Formula $\downarrow$
1983 \end_inset
1984
1985 B+
1986 \backslash
1987 cfrac
1988 \begin_inset space \textvisiblespace{}
1989 \end_inset
1990
1991 C+
1992 \backslash
1993 cfrac
1994 \begin_inset space \textvisiblespace{}
1995 \end_inset
1996
1997 E
1998 \begin_inset Formula $\downarrow$
1999 \end_inset
2000
2001 F
2002 \begin_inset Formula $\downarrow$
2003 \end_inset
2004
2005 D
2006 \end_layout
2007
2008 \begin_layout Standard
2009 \begin_inset VSpace medskip
2010 \end_inset
2011
2012
2013 \end_layout
2014
2015 \begin_layout Standard
2016
2017 \series bold
2018
2019 \backslash
2020 cfrac
2021 \series default
2022  compone la fracción siempre en el tamaño del estilo presentación, también
2023  cuando es parte de otra fracción.
2024 \end_layout
2025
2026 \begin_layout Standard
2027 Es posible especificar la alineación del numerador.
2028  El comando 
2029 \series bold
2030
2031 \backslash
2032 cfracleft
2033 \series default
2034  se usa para alinearlo a la izquierda, el comando 
2035 \series bold
2036
2037 \backslash
2038 cfracright
2039 \series default
2040  para alinearlo a la derecha, 
2041 \series bold
2042
2043 \backslash
2044 cfrac
2045 \series default
2046  centra el numerador.
2047 \end_layout
2048
2049 \begin_layout Standard
2050 Estas fracciones muestran las distintas alineaciones:
2051 \end_layout
2052
2053 \begin_layout Standard
2054
2055 \series bold
2056 \begin_inset Formula 
2057 \[
2058 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2059 \]
2060
2061 \end_inset
2062
2063
2064 \end_layout
2065
2066 \begin_layout Standard
2067 \noindent
2068 \begin_inset Note Greyedout
2069 status open
2070
2071 \begin_layout Plain Layout
2072
2073 \series bold
2074 Nota
2075 \series default
2076
2077 \series bold
2078
2079 \backslash
2080 cfracleft
2081 \series default
2082  y
2083 \series bold
2084  
2085 \backslash
2086 cfracright
2087 \series default
2088  no son comandos LaTeX reales sino sustituciones del comando 
2089 \series bold
2090
2091 \backslash
2092 cfrac[posición del numerador]{numerador}{denominador}
2093 \series default
2094  .
2095  Por tanto no puedes usarlos código TeX.
2096 \end_layout
2097
2098 \end_inset
2099
2100
2101 \begin_inset VSpace medskip
2102 \end_inset
2103
2104
2105 \end_layout
2106
2107 \begin_layout Standard
2108 Muchas veces es adecuado combinar 
2109 \series bold
2110
2111 \backslash
2112 cfrac
2113 \series default
2114  y 
2115 \series bold
2116
2117 \backslash
2118 frac
2119 \series default
2120 :
2121 \begin_inset Formula 
2122 \[
2123 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2124 \]
2125
2126 \end_inset
2127
2128
2129 \end_layout
2130
2131 \begin_layout Standard
2132 Para componer fracciones en línea con raya de fracción inclinada puedes
2133  usar el comando 
2134 \series bold
2135
2136 \backslash
2137 nicefrac
2138 \series default
2139
2140 \begin_inset Index idx
2141 status collapsed
2142
2143 \begin_layout Plain Layout
2144 Comandos ! N ! 
2145 \backslash
2146 nicefrac
2147 \end_layout
2148
2149 \end_inset
2150
2151
2152 \begin_inset Formula $\nicefrac{5}{31}$
2153 \end_inset
2154
2155  Hay además el comando 
2156 \series bold
2157
2158 \backslash
2159 unitfracthree
2160 \series default
2161  que permite escribir una fracción en combinación con un número: 
2162 \begin_inset Formula $\unitfrac[2]{1}{3}$
2163 \end_inset
2164
2165
2166 \end_layout
2167
2168 \begin_layout Standard
2169 \begin_inset Note Greyedout
2170 status open
2171
2172 \begin_layout Plain Layout
2173
2174 \series bold
2175 Nota
2176 \series default
2177
2178 \series bold
2179
2180 \backslash
2181 unitfracthree
2182 \series default
2183  no es un comando LaTeX auténtico, sino un equivalente al comando
2184 \begin_inset Newline newline
2185 \end_inset
2186
2187
2188 \series bold
2189
2190 \backslash
2191 unitfrac[número]{numerador}{denominador}
2192 \series default
2193  .
2194  Por tanto no puedes usarlo en código TeX.
2195 \end_layout
2196
2197 \end_inset
2198
2199
2200 \end_layout
2201
2202 \begin_layout Standard
2203 En la 
2204 \begin_inset CommandInset ref
2205 LatexCommand ref
2206 reference "sub:Fracciones-personalizadas"
2207
2208 \end_inset
2209
2210  se explica cómo componer fracciones personalizadas en las que la raya de
2211  fracción se puede cambiar.
2212 \end_layout
2213
2214 \begin_layout Standard
2215 \begin_inset Newpage newpage
2216 \end_inset
2217
2218
2219 \end_layout
2220
2221 \begin_layout Subsection
2222 Raíces
2223 \begin_inset Index idx
2224 status collapsed
2225
2226 \begin_layout Plain Layout
2227 Raíces
2228 \end_layout
2229
2230 \end_inset
2231
2232
2233 \end_layout
2234
2235 \begin_layout Standard
2236 Las raíces cuadradas se componen con 
2237 \series bold
2238
2239 \backslash
2240 sqrt
2241 \series default
2242
2243 \begin_inset Index idx
2244 status collapsed
2245
2246 \begin_layout Plain Layout
2247 Comandos ! S ! 
2248 \backslash
2249 sqrt
2250 \end_layout
2251
2252 \end_inset
2253
2254  o con el botón 
2255 \begin_inset Info
2256 type  "icon"
2257 arg   "math-insert \\sqrt"
2258 \end_inset
2259
2260  de la barra de ecuaciones; todas las demás raíces con el comando 
2261 \series bold
2262
2263 \backslash
2264 root
2265 \series default
2266
2267 \begin_inset Index idx
2268 status collapsed
2269
2270 \begin_layout Plain Layout
2271 Comandos ! R ! 
2272 \backslash
2273 root
2274 \end_layout
2275
2276 \end_inset
2277
2278  o con el botón 
2279 \begin_inset Info
2280 type  "icon"
2281 arg   "math-insert \\root"
2282 \end_inset
2283
2284 .
2285 \end_layout
2286
2287 \begin_layout Standard
2288 \noindent
2289 \align center
2290 \begin_inset Tabular
2291 <lyxtabular version="3" rows="3" columns="2">
2292 <features rotate="0" tabularvalignment="middle">
2293 <column alignment="center" valignment="top">
2294 <column alignment="center" valignment="top">
2295 <row>
2296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2297 \begin_inset Text
2298
2299 \begin_layout Plain Layout
2300 Comando
2301 \end_layout
2302
2303 \end_inset
2304 </cell>
2305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2306 \begin_inset Text
2307
2308 \begin_layout Plain Layout
2309 Resultado
2310 \begin_inset Note Note
2311 status collapsed
2312
2313 \begin_layout Plain Layout
2314
2315 \series bold
2316
2317 \backslash
2318 raisebox
2319 \series default
2320  se usa sólo como espaciador
2321 \end_layout
2322
2323 \end_inset
2324
2325
2326 \end_layout
2327
2328 \end_inset
2329 </cell>
2330 </row>
2331 <row>
2332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2333 \begin_inset Text
2334
2335 \begin_layout Plain Layout
2336
2337 \backslash
2338 sqrt
2339 \begin_inset space \textvisiblespace{}
2340 \end_inset
2341
2342 A-B
2343 \end_layout
2344
2345 \end_inset
2346 </cell>
2347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2348 \begin_inset Text
2349
2350 \begin_layout Plain Layout
2351 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2352 \end_inset
2353
2354
2355 \end_layout
2356
2357 \end_inset
2358 </cell>
2359 </row>
2360 <row>
2361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2362 \begin_inset Text
2363
2364 \begin_layout Plain Layout
2365
2366 \backslash
2367 root
2368 \begin_inset space \textvisiblespace{}
2369 \end_inset
2370
2371 3
2372 \begin_inset Formula $\downarrow$
2373 \end_inset
2374
2375 A-B
2376 \end_layout
2377
2378 \end_inset
2379 </cell>
2380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2381 \begin_inset Text
2382
2383 \begin_layout Plain Layout
2384 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2385 \end_inset
2386
2387
2388 \end_layout
2389
2390 \end_inset
2391 </cell>
2392 </row>
2393 </lyxtabular>
2394
2395 \end_inset
2396
2397
2398 \end_layout
2399
2400 \begin_layout Standard
2401 Una raíz cuadrada se compone también con 
2402 \series bold
2403
2404 \backslash
2405 root
2406 \series default
2407  dejando vacío el campo del índice.
2408 \end_layout
2409
2410 \begin_layout Standard
2411 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2412  la raíz: 
2413 \begin_inset Formula $\sqrt[\beta]{B}$
2414 \end_inset
2415
2416
2417 \begin_inset Newline newline
2418 \end_inset
2419
2420 La 
2421 \begin_inset Formula $\beta$
2422 \end_inset
2423
2424  toca la raíz.
2425  Para evitar esto se usan los comandos 
2426 \series bold
2427
2428 \backslash
2429 leftroot
2430 \series default
2431
2432 \begin_inset Index idx
2433 status collapsed
2434
2435 \begin_layout Plain Layout
2436 Comandos ! L ! 
2437 \backslash
2438 leftroot
2439 \end_layout
2440
2441 \end_inset
2442
2443  y 
2444 \series bold
2445
2446 \backslash
2447 uproot
2448 \series default
2449
2450 \begin_inset Index idx
2451 status collapsed
2452
2453 \begin_layout Plain Layout
2454 Comandos ! U ! 
2455 \backslash
2456 uproot
2457 \end_layout
2458
2459 \end_inset
2460
2461  con el esquema siguiente:
2462 \end_layout
2463
2464 \begin_layout Standard
2465
2466 \series bold
2467
2468 \backslash
2469 leftroot{distancia}
2470 \series default
2471  y 
2472 \series bold
2473
2474 \backslash
2475 uproot{distancia}
2476 \end_layout
2477
2478 \begin_layout Standard
2479 Distancia es el número de Puntos Grandes (
2480 \begin_inset Quotes fld
2481 \end_inset
2482
2483 Big Points
2484 \begin_inset Quotes frd
2485 \end_inset
2486
2487 , unidad bp; 
2488 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2489 \end_inset
2490
2491 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2492  Los comandos se escriben en el índice.
2493  Así, el comando:
2494 \begin_inset Newline newline
2495 \end_inset
2496
2497
2498 \series bold
2499
2500 \backslash
2501 root
2502 \backslash
2503 leftroot{-1
2504 \begin_inset Formula $\to$
2505 \end_inset
2506
2507
2508 \backslash
2509 uproot{2
2510 \begin_inset Formula $\to$
2511 \end_inset
2512
2513
2514 \backslash
2515 beta
2516 \begin_inset space \textvisiblespace{}
2517 \end_inset
2518
2519
2520 \begin_inset Formula $\to$
2521 \end_inset
2522
2523 B
2524 \begin_inset Newline newline
2525 \end_inset
2526
2527
2528 \series default
2529 genera una fórmula correctamente tipografiada: 
2530 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2531 \end_inset
2532
2533
2534 \end_layout
2535
2536 \begin_layout Subsection
2537 Coeficientes de un binomio
2538 \begin_inset Index idx
2539 status collapsed
2540
2541 \begin_layout Plain Layout
2542 Binomios
2543 \end_layout
2544
2545 \end_inset
2546
2547
2548 \end_layout
2549
2550 \begin_layout Standard
2551 Los coeficientes de un binomio se insertan con el comando 
2552 \series bold
2553
2554 \backslash
2555 binom
2556 \series default
2557
2558 \begin_inset Index idx
2559 status collapsed
2560
2561 \begin_layout Plain Layout
2562 Comandos ! B ! 
2563 \backslash
2564 binom
2565 \end_layout
2566
2567 \end_inset
2568
2569  o con el submenú del botón 
2570 \begin_inset Info
2571 type  "icon"
2572 arg   "math-insert \\frac-square"
2573 \end_inset
2574
2575  de la barra de herramientas de ecuaciones.
2576  Como en las fracciones, además de 
2577 \series bold
2578
2579 \backslash
2580 binom
2581 \series default
2582  hay los comandos 
2583 \series bold
2584
2585 \backslash
2586 dbinom
2587 \series default
2588
2589 \begin_inset Index idx
2590 status collapsed
2591
2592 \begin_layout Plain Layout
2593 Comandos ! D ! 
2594 \backslash
2595 dbinom
2596 \end_layout
2597
2598 \end_inset
2599
2600  y 
2601 \series bold
2602
2603 \backslash
2604 tbinom
2605 \series default
2606
2607 \begin_inset Index idx
2608 status collapsed
2609
2610 \begin_layout Plain Layout
2611 Comandos ! T ! 
2612 \backslash
2613 tbinom
2614 \end_layout
2615
2616 \end_inset
2617
2618 .
2619  Para otros delimitadores de coeficientes de un binomio hay los comandos
2620  
2621 \series bold
2622
2623 \backslash
2624 brace
2625 \series default
2626
2627 \begin_inset Index idx
2628 status collapsed
2629
2630 \begin_layout Plain Layout
2631 Comandos ! B ! 
2632 \backslash
2633 brace
2634 \end_layout
2635
2636 \end_inset
2637
2638  y 
2639 \series bold
2640
2641 \backslash
2642 brack
2643 \series default
2644
2645 \begin_inset Index idx
2646 status collapsed
2647
2648 \begin_layout Plain Layout
2649 Comandos ! B ! 
2650 \backslash
2651 brack
2652 \end_layout
2653
2654 \end_inset
2655
2656 .
2657 \end_layout
2658
2659 \begin_layout Standard
2660 \noindent
2661 \align center
2662 \begin_inset Tabular
2663 <lyxtabular version="3" rows="6" columns="2">
2664 <features rotate="0" tabularvalignment="middle">
2665 <column alignment="center" valignment="top">
2666 <column alignment="center" valignment="top">
2667 <row>
2668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2669 \begin_inset Text
2670
2671 \begin_layout Plain Layout
2672 Comando
2673 \end_layout
2674
2675 \end_inset
2676 </cell>
2677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2678 \begin_inset Text
2679
2680 \begin_layout Plain Layout
2681 Resultado
2682 \begin_inset Note Note
2683 status collapsed
2684
2685 \begin_layout Plain Layout
2686
2687 \series bold
2688
2689 \backslash
2690 raisebox
2691 \series default
2692  se usa sólo como espaciador
2693 \end_layout
2694
2695 \end_inset
2696
2697
2698 \end_layout
2699
2700 \end_inset
2701 </cell>
2702 </row>
2703 <row>
2704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2705 \begin_inset Text
2706
2707 \begin_layout Plain Layout
2708
2709 \backslash
2710 binom
2711 \begin_inset space \textvisiblespace{}
2712 \end_inset
2713
2714 A
2715 \begin_inset Formula $\downarrow$
2716 \end_inset
2717
2718 B
2719 \end_layout
2720
2721 \end_inset
2722 </cell>
2723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2724 \begin_inset Text
2725
2726 \begin_layout Plain Layout
2727 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2728 \end_inset
2729
2730
2731 \end_layout
2732
2733 \end_inset
2734 </cell>
2735 </row>
2736 <row>
2737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2738 \begin_inset Text
2739
2740 \begin_layout Plain Layout
2741
2742 \backslash
2743 dbinom
2744 \begin_inset space \textvisiblespace{}
2745 \end_inset
2746
2747 A
2748 \begin_inset Formula $\downarrow$
2749 \end_inset
2750
2751 B
2752 \end_layout
2753
2754 \end_inset
2755 </cell>
2756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2757 \begin_inset Text
2758
2759 \begin_layout Plain Layout
2760 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2761 \end_inset
2762
2763
2764 \end_layout
2765
2766 \end_inset
2767 </cell>
2768 </row>
2769 <row>
2770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2771 \begin_inset Text
2772
2773 \begin_layout Plain Layout
2774
2775 \backslash
2776 tbinom
2777 \begin_inset space \textvisiblespace{}
2778 \end_inset
2779
2780 A
2781 \begin_inset Formula $\downarrow$
2782 \end_inset
2783
2784 B
2785 \end_layout
2786
2787 \end_inset
2788 </cell>
2789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2790 \begin_inset Text
2791
2792 \begin_layout Plain Layout
2793 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2794 \end_inset
2795
2796
2797 \end_layout
2798
2799 \end_inset
2800 </cell>
2801 </row>
2802 <row>
2803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2804 \begin_inset Text
2805
2806 \begin_layout Plain Layout
2807
2808 \backslash
2809 brack
2810 \begin_inset space \textvisiblespace{}
2811 \end_inset
2812
2813 A
2814 \begin_inset Formula $\downarrow$
2815 \end_inset
2816
2817 B
2818 \end_layout
2819
2820 \end_inset
2821 </cell>
2822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2823 \begin_inset Text
2824
2825 \begin_layout Plain Layout
2826 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2827 \end_inset
2828
2829
2830 \end_layout
2831
2832 \end_inset
2833 </cell>
2834 </row>
2835 <row>
2836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2837 \begin_inset Text
2838
2839 \begin_layout Plain Layout
2840
2841 \backslash
2842 brace
2843 \begin_inset space \textvisiblespace{}
2844 \end_inset
2845
2846 A
2847 \begin_inset Formula $\downarrow$
2848 \end_inset
2849
2850 B
2851 \end_layout
2852
2853 \end_inset
2854 </cell>
2855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2856 \begin_inset Text
2857
2858 \begin_layout Plain Layout
2859 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2860 \end_inset
2861
2862
2863 \end_layout
2864
2865 \end_inset
2866 </cell>
2867 </row>
2868 </lyxtabular>
2869
2870 \end_inset
2871
2872
2873 \begin_inset Newpage newpage
2874 \end_inset
2875
2876
2877 \end_layout
2878
2879 \begin_layout Subsection
2880 Diferenciaciones de casos
2881 \begin_inset Index idx
2882 status collapsed
2883
2884 \begin_layout Plain Layout
2885 Casos
2886 \end_layout
2887
2888 \end_inset
2889
2890
2891 \end_layout
2892
2893 \begin_layout Standard
2894 \noindent
2895 \align center
2896 \begin_inset Tabular
2897 <lyxtabular version="3" rows="3" columns="2">
2898 <features rotate="0" tabularvalignment="middle">
2899 <column alignment="center" valignment="top">
2900 <column alignment="center" valignment="top">
2901 <row>
2902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2903 \begin_inset Text
2904
2905 \begin_layout Plain Layout
2906 Comando
2907 \end_layout
2908
2909 \end_inset
2910 </cell>
2911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2912 \begin_inset Text
2913
2914 \begin_layout Plain Layout
2915 Resultado
2916 \end_layout
2917
2918 \end_inset
2919 </cell>
2920 </row>
2921 <row>
2922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2923 \begin_inset Text
2924
2925 \begin_layout Plain Layout
2926
2927 \backslash
2928 cases
2929 \begin_inset space \textvisiblespace{}
2930 \end_inset
2931
2932 A
2933 \begin_inset Formula $\to$
2934 \end_inset
2935
2936 B>0
2937 \begin_inset Index idx
2938 status collapsed
2939
2940 \begin_layout Plain Layout
2941 Comandos ! C ! 
2942 \backslash
2943 cases
2944 \end_layout
2945
2946 \end_inset
2947
2948
2949 \end_layout
2950
2951 \end_inset
2952 </cell>
2953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2954 \begin_inset Text
2955
2956 \begin_layout Plain Layout
2957 \begin_inset Formula $\begin{cases}
2958 A & B>0\end{cases}$
2959 \end_inset
2960
2961
2962 \end_layout
2963
2964 \end_inset
2965 </cell>
2966 </row>
2967 <row>
2968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2969 \begin_inset Text
2970
2971 \begin_layout Plain Layout
2972
2973 \backslash
2974 cases
2975 \begin_inset space \textvisiblespace{}
2976 \end_inset
2977
2978
2979 \family sans
2980 Ctrl+Entrar
2981 \end_layout
2982
2983 \end_inset
2984 </cell>
2985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2986 \begin_inset Text
2987
2988 \begin_layout Plain Layout
2989 \begin_inset Formula $\begin{cases}
2990 A & \textrm{para }x>0\\
2991 B & \textrm{para }x=0
2992 \end{cases}$
2993 \end_inset
2994
2995
2996 \end_layout
2997
2998 \end_inset
2999 </cell>
3000 </row>
3001 </lyxtabular>
3002
3003 \end_inset
3004
3005
3006 \end_layout
3007
3008 \begin_layout Standard
3009 Después de insertar 
3010 \series bold
3011
3012 \backslash
3013 cases
3014 \series default
3015  o usar el botón 
3016 \begin_inset Info
3017 type  "icon"
3018 arg   "math-insert \\cases"
3019 \end_inset
3020
3021  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3022 \family sans
3023 Ctrl+Entrar
3024 \family default
3025  o con el botón
3026 \family sans
3027  
3028 \family default
3029
3030 \begin_inset Info
3031 type  "icon"
3032 arg   "inset-modify tabular append-row"
3033 \end_inset
3034
3035  de la barra de cuadros.
3036 \end_layout
3037
3038 \begin_layout Standard
3039 El comando 
3040 \series bold
3041
3042 \backslash
3043 cases
3044 \series default
3045  también está disponible en el menú 
3046 \family sans
3047 Insertar\SpecialChar \menuseparator
3048 Ecuación\SpecialChar \menuseparator
3049 Entorno casos
3050 \family default
3051 .
3052 \end_layout
3053
3054 \begin_layout Subsection
3055 Negaciones
3056 \begin_inset Index idx
3057 status collapsed
3058
3059 \begin_layout Plain Layout
3060 Negaciones
3061 \end_layout
3062
3063 \end_inset
3064
3065
3066 \end_layout
3067
3068 \begin_layout Standard
3069 Con el comando 
3070 \series bold
3071
3072 \backslash
3073 not
3074 \series default
3075
3076 \begin_inset Index idx
3077 status collapsed
3078
3079 \begin_layout Plain Layout
3080 Comandos ! N ! 
3081 \backslash
3082 not
3083 \end_layout
3084
3085 \end_inset
3086
3087  todo carácter se puede mostrar cancelado.
3088  Los caracteres son casi tachados con una barra inclinada.
3089 \end_layout
3090
3091 \begin_layout Standard
3092 \noindent
3093 \align center
3094 \begin_inset Tabular
3095 <lyxtabular version="3" rows="4" columns="2">
3096 <features rotate="0" tabularvalignment="middle">
3097 <column alignment="center" valignment="top">
3098 <column alignment="center" valignment="top">
3099 <row>
3100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3101 \begin_inset Text
3102
3103 \begin_layout Plain Layout
3104 Comando
3105 \end_layout
3106
3107 \end_inset
3108 </cell>
3109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3110 \begin_inset Text
3111
3112 \begin_layout Plain Layout
3113 Resultado
3114 \end_layout
3115
3116 \end_inset
3117 </cell>
3118 </row>
3119 <row>
3120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3121 \begin_inset Text
3122
3123 \begin_layout Plain Layout
3124
3125 \backslash
3126 not=
3127 \end_layout
3128
3129 \end_inset
3130 </cell>
3131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3132 \begin_inset Text
3133
3134 \begin_layout Plain Layout
3135 \begin_inset Formula $\not=$
3136 \end_inset
3137
3138
3139 \end_layout
3140
3141 \end_inset
3142 </cell>
3143 </row>
3144 <row>
3145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3146 \begin_inset Text
3147
3148 \begin_layout Plain Layout
3149
3150 \backslash
3151 not 
3152 \backslash
3153 le
3154 \end_layout
3155
3156 \end_inset
3157 </cell>
3158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3159 \begin_inset Text
3160
3161 \begin_layout Plain Layout
3162 \begin_inset Formula $\not\le$
3163 \end_inset
3164
3165
3166 \end_layout
3167
3168 \end_inset
3169 </cell>
3170 </row>
3171 <row>
3172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3173 \begin_inset Text
3174
3175 \begin_layout Plain Layout
3176
3177 \backslash
3178 not 
3179 \backslash
3180 parallel
3181 \end_layout
3182
3183 \end_inset
3184 </cell>
3185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3186 \begin_inset Text
3187
3188 \begin_layout Plain Layout
3189 \begin_inset Formula $\not\parallel$
3190 \end_inset
3191
3192
3193 \end_layout
3194
3195 \end_inset
3196 </cell>
3197 </row>
3198 </lyxtabular>
3199
3200 \end_inset
3201
3202
3203 \end_layout
3204
3205 \begin_layout Standard
3206 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3207  Por tanto para algunas negaciones hay comandos especiales (véase 
3208 \begin_inset CommandInset ref
3209 LatexCommand ref
3210 reference "sub:Símbolos-matemáticos"
3211
3212 \end_inset
3213
3214  y 
3215 \begin_inset CommandInset ref
3216 LatexCommand ref
3217 reference "sec:Relaciones"
3218
3219 \end_inset
3220
3221 ).
3222 \end_layout
3223
3224 \begin_layout Subsection
3225 Espacios reservados 
3226 \begin_inset CommandInset label
3227 LatexCommand label
3228 name "sub:Espacios-reservados"
3229
3230 \end_inset
3231
3232
3233 \begin_inset Index idx
3234 status collapsed
3235
3236 \begin_layout Plain Layout
3237 Espacios reservados
3238 \end_layout
3239
3240 \end_inset
3241
3242
3243 \begin_inset Index idx
3244 status collapsed
3245
3246 \begin_layout Plain Layout
3247 Química ! isótopos
3248 \end_layout
3249
3250 \end_inset
3251
3252
3253 \begin_inset Index idx
3254 status collapsed
3255
3256 \begin_layout Plain Layout
3257 Isótopos|see
3258 \begin_inset ERT
3259 status collapsed
3260
3261 \begin_layout Plain Layout
3262
3263 {
3264 \end_layout
3265
3266 \end_inset
3267
3268 Química
3269 \begin_inset ERT
3270 status collapsed
3271
3272 \begin_layout Plain Layout
3273
3274 }
3275 \end_layout
3276
3277 \end_inset
3278
3279
3280 \end_layout
3281
3282 \end_inset
3283
3284
3285 \end_layout
3286
3287 \begin_layout Standard
3288 En la presentación de, p.
3289 \begin_inset space \thinspace{}
3290 \end_inset
3291
3292 e., isótopos,
3293 \begin_inset Foot
3294 status collapsed
3295
3296 \begin_layout Plain Layout
3297 Más sobre símbolos químicos en 
3298 \begin_inset CommandInset ref
3299 LatexCommand ref
3300 reference "sub:Símbolos-y-ecuaciones-químicas"
3301
3302 \end_inset
3303
3304
3305 \end_layout
3306
3307 \end_inset
3308
3309  surge el problema siguiente:
3310 \end_layout
3311
3312 \begin_layout Standard
3313 \noindent
3314 \align center
3315 \begin_inset Tabular
3316 <lyxtabular version="3" rows="2" columns="2">
3317 <features rotate="0" tabularvalignment="middle">
3318 <column alignment="center" valignment="top">
3319 <column alignment="center" valignment="top">
3320 <row>
3321 <cell alignment="center" valignment="top" usebox="none">
3322 \begin_inset Text
3323
3324 \begin_layout Plain Layout
3325 Índices generados con sub- y superíndices:
3326 \end_layout
3327
3328 \end_inset
3329 </cell>
3330 <cell alignment="center" valignment="top" usebox="none">
3331 \begin_inset Text
3332
3333 \begin_layout Plain Layout
3334 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3335 \end_inset
3336
3337
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 </row>
3343 <row>
3344 <cell alignment="center" valignment="top" usebox="none">
3345 \begin_inset Text
3346
3347 \begin_layout Plain Layout
3348 Índices correctos:
3349 \end_layout
3350
3351 \end_inset
3352 </cell>
3353 <cell alignment="center" valignment="top" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3358 \end_inset
3359
3360
3361 \end_layout
3362
3363 \end_inset
3364 </cell>
3365 </row>
3366 </lyxtabular>
3367
3368 \end_inset
3369
3370
3371 \begin_inset Note Note
3372 status collapsed
3373
3374 \begin_layout Plain Layout
3375
3376 \series bold
3377
3378 \backslash
3379 raisebox
3380 \series default
3381  se usa sólo como espaciador
3382 \end_layout
3383
3384 \end_inset
3385
3386
3387 \end_layout
3388
3389 \begin_layout Standard
3390 Por omisión, el índice más corto se coloca sobre o bajo el primer carácter
3391  del índice más largo.
3392  Para evitarlo está el comando 
3393 \series bold
3394
3395 \backslash
3396 phantom
3397 \series default
3398
3399 \begin_inset Index idx
3400 status collapsed
3401
3402 \begin_layout Plain Layout
3403 Comandos ! P ! 
3404 \backslash
3405 phantom
3406 \end_layout
3407
3408 \end_inset
3409
3410  o el botón 
3411 \begin_inset space ~
3412 \end_inset
3413
3414
3415 \begin_inset Graphics
3416         filename ../../images/math/phantom.png
3417         scale 85
3418
3419 \end_inset
3420
3421  del submenú de espacios en ecuaciones
3422 \begin_inset Foot
3423 status collapsed
3424
3425 \begin_layout Plain Layout
3426 Botón 
3427 \begin_inset Info
3428 type  "icon"
3429 arg   "math-insert \\space"
3430 \end_inset
3431
3432  de la barra de ecuaciones
3433 \end_layout
3434
3435 \end_inset
3436
3437 , que genera uno o más espacios reservados.
3438  Al insertar 
3439 \series bold
3440
3441 \backslash
3442 phantom
3443 \series default
3444  aparece un pequeño marco azul con dos flechas rojas superpuestas
3445 \begin_inset Formula $\phantom{}$
3446 \end_inset
3447
3448 .
3449  Las flechas indican que se reservará un espacio equivalente a la anchura
3450  y altura totales del contenido del marco.
3451  Los espacios reservados son correspondientes al tamaño de los caracteres.
3452 \end_layout
3453
3454 \begin_layout Standard
3455 \noindent
3456 \align center
3457 \begin_inset Tabular
3458 <lyxtabular version="3" rows="4" columns="2">
3459 <features rotate="0" tabularvalignment="middle">
3460 <column alignment="center" valignment="top">
3461 <column alignment="center" valignment="top">
3462 <row>
3463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3464 \begin_inset Text
3465
3466 \begin_layout Plain Layout
3467 Comando
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Plain Layout
3476 Resultado
3477 \begin_inset Note Note
3478 status collapsed
3479
3480 \begin_layout Plain Layout
3481
3482 \series bold
3483
3484 \backslash
3485 raisebox
3486 \series default
3487  se usa sólo como espaciador
3488 \end_layout
3489
3490 \end_inset
3491
3492
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 </row>
3498 <row>
3499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Plain Layout
3503 ^19
3504 \begin_inset space \textvisiblespace{}
3505 \end_inset
3506
3507 _
3508 \backslash
3509 phantom
3510 \begin_inset space \textvisiblespace{}
3511 \end_inset
3512
3513 1
3514 \begin_inset Formula $\rightarrow$
3515 \end_inset
3516
3517 9
3518 \begin_inset space \textvisiblespace{}
3519 \end_inset
3520
3521 F
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3531 \end_inset
3532
3533
3534 \end_layout
3535
3536 \end_inset
3537 </cell>
3538 </row>
3539 <row>
3540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Plain Layout
3544 ^235
3545 \begin_inset space \textvisiblespace{}
3546 \end_inset
3547
3548 _
3549 \backslash
3550 phantom
3551 \begin_inset space \textvisiblespace{}
3552 \end_inset
3553
3554 23
3555 \begin_inset Formula $\rightarrow$
3556 \end_inset
3557
3558 9
3559 \begin_inset space \textvisiblespace{}
3560 \end_inset
3561
3562 F
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3568 \begin_inset Text
3569
3570 \begin_layout Plain Layout
3571 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3572 \end_inset
3573
3574
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 </row>
3580 <row>
3581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585
3586 \backslash
3587 Lambda^
3588 \begin_inset space \textvisiblespace{}
3589 \end_inset
3590
3591
3592 \backslash
3593 phantom
3594 \begin_inset space \textvisiblespace{}
3595 \end_inset
3596
3597 ii
3598 \begin_inset Formula $\rightarrow$
3599 \end_inset
3600
3601 t
3602 \begin_inset space \textvisiblespace{}
3603 \end_inset
3604
3605 _MMt
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3615 \end_inset
3616
3617
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 </row>
3623 </lyxtabular>
3624
3625 \end_inset
3626
3627
3628 \end_layout
3629
3630 \begin_layout Standard
3631 Además hay los comandos 
3632 \series bold
3633
3634 \backslash
3635 vphantom
3636 \series default
3637
3638 \begin_inset Index idx
3639 status collapsed
3640
3641 \begin_layout Plain Layout
3642 Comandos ! V ! 
3643 \backslash
3644 vphantom
3645 \end_layout
3646
3647 \end_inset
3648
3649  (botón 
3650 \begin_inset space ~
3651 \end_inset
3652
3653
3654 \begin_inset Graphics
3655         filename ../../images/math/vphantom.png
3656         scale 85
3657
3658 \end_inset
3659
3660 ) y 
3661 \series bold
3662
3663 \backslash
3664 hphantom
3665 \series default
3666
3667 \begin_inset Index idx
3668 status collapsed
3669
3670 \begin_layout Plain Layout
3671 Comandos ! H ! 
3672 \backslash
3673 hphantom
3674 \end_layout
3675
3676 \end_inset
3677
3678  (botón 
3679 \begin_inset space ~
3680 \end_inset
3681
3682
3683 \begin_inset Graphics
3684         filename ../../images/math/hphantom.png
3685         scale 85
3686
3687 \end_inset
3688
3689 ).
3690  
3691 \series bold
3692
3693 \backslash
3694 hphantom
3695 \series default
3696  genera espacio en el marco sólo para la altura máxima de los caracteres,
3697  no para su anchura.
3698  
3699 \series bold
3700
3701 \backslash
3702 vphantom
3703 \series default
3704  genera espacio sólo para la anchura del contenido del marco.
3705  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3706 \end_layout
3707
3708 \begin_layout Standard
3709 Por ejemplo, 
3710 \series bold
3711
3712 \backslash
3713 vphantom
3714 \series default
3715
3716 \begin_inset space \textvisiblespace{}
3717 \end_inset
3718
3719
3720 \series bold
3721 a
3722 \backslash
3723 int
3724 \series default
3725  genera espacio de la altura del signo de la integral,
3726 \begin_inset Foot
3727 status collapsed
3728
3729 \begin_layout Plain Layout
3730 El comando 
3731 \series bold
3732
3733 \backslash
3734 int
3735 \series default
3736  genera un signo de integral, véase 
3737 \begin_inset CommandInset ref
3738 LatexCommand ref
3739 reference "sub:Operadores-grandes"
3740
3741 \end_inset
3742
3743
3744 \end_layout
3745
3746 \end_inset
3747
3748  porque este es el carácter más largo.
3749  En la 
3750 \begin_inset CommandInset ref
3751 LatexCommand ref
3752 reference "sub:Delimitadores-multilínea"
3753
3754 \end_inset
3755
3756  hay un ejemplo de aplicación.
3757 \end_layout
3758
3759 \begin_layout Standard
3760 Los espacios reservados también se pueden usar para un texto cuando se insertan
3761  mediante el menú 
3762 \family sans
3763 Insertar\SpecialChar \menuseparator
3764 Formato\SpecialChar \menuseparator
3765 Fantasma
3766 \family default
3767 :
3768 \end_layout
3769
3770 \begin_layout Standard
3771 Esto es una frase.
3772 \begin_inset Newline newline
3773 \end_inset
3774
3775
3776 \begin_inset Phantom Phantom
3777 status open
3778
3779 \begin_layout Plain Layout
3780 Esto
3781 \end_layout
3782
3783 \end_inset
3784
3785  es una frase.
3786 \end_layout
3787
3788 \begin_layout Subsection
3789 Líneas
3790 \begin_inset Index idx
3791 status collapsed
3792
3793 \begin_layout Plain Layout
3794 Lineas@Líneas
3795 \end_layout
3796
3797 \end_inset
3798
3799
3800 \begin_inset Index idx
3801 status collapsed
3802
3803 \begin_layout Plain Layout
3804 Ecuación ! sub- o superrayada
3805 \end_layout
3806
3807 \end_inset
3808
3809
3810 \end_layout
3811
3812 \begin_layout Standard
3813 \noindent
3814 \align center
3815 \begin_inset Tabular
3816 <lyxtabular version="3" rows="4" columns="2">
3817 <features rotate="0" tabularvalignment="middle">
3818 <column alignment="center" valignment="top">
3819 <column alignment="center" valignment="top">
3820 <row>
3821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825 Comando
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834 Resultado
3835 \begin_inset Note Note
3836 status collapsed
3837
3838 \begin_layout Plain Layout
3839
3840 \series bold
3841
3842 \backslash
3843 raisebox
3844 \series default
3845  se usa sólo como espaciador
3846 \end_layout
3847
3848 \end_inset
3849
3850
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 </row>
3856 <row>
3857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3858 \begin_inset Text
3859
3860 \begin_layout Plain Layout
3861
3862 \backslash
3863 overline
3864 \begin_inset space \textvisiblespace{}
3865 \end_inset
3866
3867 A+B
3868 \begin_inset Index idx
3869 status collapsed
3870
3871 \begin_layout Plain Layout
3872 Comandos ! O ! 
3873 \backslash
3874 overline
3875 \end_layout
3876
3877 \end_inset
3878
3879
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3889 \end_inset
3890
3891
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 </row>
3897 <row>
3898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3899 \begin_inset Text
3900
3901 \begin_layout Plain Layout
3902
3903 \backslash
3904 underline
3905 \begin_inset space \textvisiblespace{}
3906 \end_inset
3907
3908 A+B
3909 \begin_inset Index idx
3910 status collapsed
3911
3912 \begin_layout Plain Layout
3913 Comandos ! U ! 
3914 \backslash
3915 underline
3916 \end_layout
3917
3918 \end_inset
3919
3920
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3930 \end_inset
3931
3932
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 </row>
3938 <row>
3939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3940 \begin_inset Text
3941
3942 \begin_layout Plain Layout
3943
3944 \backslash
3945 overline
3946 \begin_inset space \textvisiblespace{}
3947 \end_inset
3948
3949
3950 \backslash
3951 underline
3952 \begin_inset space \textvisiblespace{}
3953 \end_inset
3954
3955 A+B
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3961 \begin_inset Text
3962
3963 \begin_layout Plain Layout
3964 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
3965 \end_inset
3966
3967
3968 \end_layout
3969
3970 \end_inset
3971 </cell>
3972 </row>
3973 </lyxtabular>
3974
3975 \end_inset
3976
3977
3978 \end_layout
3979
3980 \begin_layout Standard
3981 En el último ejemplo es indiferente poner primero 
3982 \series bold
3983
3984 \backslash
3985 overline
3986 \series default
3987  o 
3988 \series bold
3989
3990 \backslash
3991 underline
3992 \series default
3993 .
3994 \end_layout
3995
3996 \begin_layout Standard
3997 Para poner doble subrayado, p.
3998 \begin_inset space \thinspace{}
3999 \end_inset
4000
4001 e.
4002  en resultados, se usa 
4003 \series bold
4004
4005 \backslash
4006 underline
4007 \series default
4008  dos veces.
4009 \end_layout
4010
4011 \begin_layout Standard
4012 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4013 \begin_inset VSpace bigskip
4014 \end_inset
4015
4016 Se pueden crear líneas personalizadas con el comando 
4017 \series bold
4018
4019 \backslash
4020 rule
4021 \series default
4022
4023 \begin_inset Index idx
4024 status collapsed
4025
4026 \begin_layout Plain Layout
4027 Comandos ! R ! 
4028 \backslash
4029 rule
4030 \end_layout
4031
4032 \end_inset
4033
4034  con el esquema siguiente:
4035 \end_layout
4036
4037 \begin_layout Standard
4038
4039 \series bold
4040
4041 \backslash
4042 rule[hueco vertical]{longitud}{grosor}
4043 \end_layout
4044
4045 \begin_layout Standard
4046 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4047  si el valor es negativo).
4048  Las unidades disponibles para los valores están listadas en
4049 \begin_inset space ~
4050 \end_inset
4051
4052
4053 \begin_inset CommandInset ref
4054 LatexCommand ref
4055 reference "tab:Unidades-disponibles"
4056
4057 \end_inset
4058
4059 .
4060  A continuación hay dos ejemplos de líneas creadas con los comandos
4061 \series bold
4062
4063 \begin_inset Newline newline
4064 \end_inset
4065
4066
4067 \backslash
4068 rule[-2ex]{3cm}{2pt}
4069 \series default
4070  y 
4071 \series bold
4072
4073 \backslash
4074 rule{2cm}{1pt}
4075 \series default
4076 :
4077 \end_layout
4078
4079 \begin_layout Standard
4080 Esto es una frase 
4081 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4082 \end_inset
4083
4084  con dos líneas.
4085 \end_layout
4086
4087 \begin_layout Standard
4088
4089 \series bold
4090
4091 \backslash
4092 rule
4093 \series default
4094  también se puede usar para texto insertando una línea mediante el menú
4095  
4096 \family sans
4097 Insertar\SpecialChar \menuseparator
4098 Formato\SpecialChar \menuseparator
4099 Línea horizontal
4100 \family default
4101 :
4102 \end_layout
4103
4104 \begin_layout Standard
4105 Esto es una frase 
4106 \begin_inset CommandInset line
4107 LatexCommand rule
4108 offset "0.5ex"
4109 width "3cm"
4110 height "1pt"
4111
4112 \end_inset
4113
4114  con una línea insertada.
4115 \end_layout
4116
4117 \begin_layout Subsection
4118 Puntos
4119 \begin_inset CommandInset label
4120 LatexCommand label
4121 name "sub:Puntos"
4122
4123 \end_inset
4124
4125
4126 \begin_inset Index idx
4127 status collapsed
4128
4129 \begin_layout Plain Layout
4130 Puntos
4131 \end_layout
4132
4133 \end_inset
4134
4135
4136 \end_layout
4137
4138 \begin_layout Standard
4139 Hay distintos tipos de puntos disponibles.
4140 \begin_inset Foot
4141 status collapsed
4142
4143 \begin_layout Plain Layout
4144 En la barra de herramientas de ecuaciones, en el panel del botón 
4145 \begin_inset Info
4146 type  "icon"
4147 arg   "math-insert \\ldots"
4148 \end_inset
4149
4150 .
4151 \end_layout
4152
4153 \end_inset
4154
4155  Para continuación en enumeraciones se usan puntos bajos, (
4156 \series bold
4157
4158 \backslash
4159 ldots
4160 \series default
4161
4162 \begin_inset Index idx
4163 status collapsed
4164
4165 \begin_layout Plain Layout
4166 Comandos ! L ! 
4167 \backslash
4168 ldots
4169 \end_layout
4170
4171 \end_inset
4172
4173 ), mientras que para operaciones se usan puntos centrados a la misma altura
4174  que los operadores, (
4175 \series bold
4176
4177 \backslash
4178 cdots
4179 \series default
4180
4181 \begin_inset Index idx
4182 status collapsed
4183
4184 \begin_layout Plain Layout
4185 Comandos ! C ! 
4186 \backslash
4187 cdots
4188 \end_layout
4189
4190 \end_inset
4191
4192 ).
4193  Si se usa el comando 
4194 \series bold
4195
4196 \backslash
4197 dots
4198 \series default
4199
4200 \begin_inset Index idx
4201 status collapsed
4202
4203 \begin_layout Plain Layout
4204 Comandos ! D ! 
4205 \backslash
4206 dots
4207 \end_layout
4208
4209 \end_inset
4210
4211 , LaTeX decide el tipo a usar en función del carácter siguiente.
4212 \end_layout
4213
4214 \begin_layout Standard
4215 \align center
4216 \begin_inset Tabular
4217 <lyxtabular version="3" rows="9" columns="2">
4218 <features rotate="0" tabularvalignment="middle">
4219 <column alignment="center" valignment="top" width="0pt">
4220 <column alignment="center" valignment="top" width="0pt">
4221 <row>
4222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Plain Layout
4226 Comando
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235 Resultado
4236 \end_layout
4237
4238 \end_inset
4239 </cell>
4240 </row>
4241 <row>
4242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246 A_1
4247 \begin_inset space \textvisiblespace{}
4248 \end_inset
4249
4250 ,
4251 \backslash
4252 dots
4253 \begin_inset space \textvisiblespace{}
4254 \end_inset
4255
4256 ,A_n
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 \begin_inset Formula $A_{1},\dots,A_{n}$
4266 \end_inset
4267
4268
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 </row>
4274 <row>
4275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279 A_1
4280 \begin_inset space \textvisiblespace{}
4281 \end_inset
4282
4283 +
4284 \backslash
4285 dots
4286 \begin_inset space \textvisiblespace{}
4287 \end_inset
4288
4289 +A_n
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298 \begin_inset Formula $A_{1}+\dots+A_{n}$
4299 \end_inset
4300
4301
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 </row>
4307 <row>
4308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312 A_1
4313 \begin_inset space \textvisiblespace{}
4314 \end_inset
4315
4316 ,
4317 \backslash
4318 ldots
4319 \begin_inset space \textvisiblespace{}
4320 \end_inset
4321
4322 ,A_n
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331 \begin_inset Formula $A_{1},\ldots,A_{n}$
4332 \end_inset
4333
4334
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 </row>
4340 <row>
4341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345 A_1
4346 \begin_inset space \textvisiblespace{}
4347 \end_inset
4348
4349 +
4350 \backslash
4351 cdots
4352 \begin_inset space \textvisiblespace{}
4353 \end_inset
4354
4355 +A_n
4356 \end_layout
4357
4358 \end_inset
4359 </cell>
4360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4361 \begin_inset Text
4362
4363 \begin_layout Plain Layout
4364 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4365 \end_inset
4366
4367
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 </row>
4373 <row>
4374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378
4379 \backslash
4380 vdots
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 \begin_inset Formula $\vdots$
4390 \end_inset
4391
4392
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 </row>
4398 <row>
4399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403
4404 \backslash
4405 ddots
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414 \begin_inset Formula $\ddots$
4415 \end_inset
4416
4417
4418 \end_layout
4419
4420 \end_inset
4421 </cell>
4422 </row>
4423 <row>
4424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Plain Layout
4428
4429 \backslash
4430 iddots
4431 \end_layout
4432
4433 \end_inset
4434 </cell>
4435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4436 \begin_inset Text
4437
4438 \begin_layout Plain Layout
4439 \begin_inset Formula $\iddots$
4440 \end_inset
4441
4442
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 </row>
4448 <row>
4449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453 Matriz
4454 \begin_inset space \thinspace{}
4455 \end_inset
4456
4457 3×3 con los distintos puntos
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466 \begin_inset Formula $\begin{array}{ccc}
4467 A_{11} & \cdots & A_{1m}\\
4468 \vdots & \ddots & \vdots\\
4469 A_{n1} & \cdots & A_{nm}
4470 \end{array}$
4471 \end_inset
4472
4473
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 </row>
4479 </lyxtabular>
4480
4481 \end_inset
4482
4483
4484 \end_layout
4485
4486 \begin_layout Standard
4487 Los puntos suspensivos disponibles en el menú 
4488 \family sans
4489 Insertar\SpecialChar \menuseparator
4490 Carácter especial
4491 \family default
4492  son 
4493 \series bold
4494
4495 \backslash
4496 ldots
4497 \series default
4498 .
4499 \end_layout
4500
4501 \begin_layout Standard
4502 \begin_inset VSpace medskip
4503 \end_inset
4504
4505
4506 \end_layout
4507
4508 \begin_layout Standard
4509 Para usar 
4510 \series bold
4511
4512 \backslash
4513 iddots
4514 \series default
4515 , hay que marcar una de las opciones 
4516 \family sans
4517 Usar paquete mathdots (automáticamente)
4518 \family default
4519  en las 
4520 \family sans
4521 Opciones de ecuación
4522 \family default
4523  de la configuración del documento.
4524 \begin_inset Newline newline
4525 \end_inset
4526
4527 La opción 
4528 \family sans
4529 Usar paquete mathdots
4530 \family default
4531  mejorará el aspecto de todos los puntos en los documentos si su estilo
4532  o tamaño de tipografía no son los predeterminados.
4533 \end_layout
4534
4535 \begin_layout Standard
4536 \begin_inset VSpace medskip
4537 \end_inset
4538
4539 Hay puntos específicos para matrices que se extienden por varias columnas.
4540  Se generan con el comando 
4541 \series bold
4542
4543 \backslash
4544 hdotsfor
4545 \series default
4546
4547 \begin_inset Index idx
4548 status collapsed
4549
4550 \begin_layout Plain Layout
4551 Comandos ! H ! 
4552 \backslash
4553 hdotsfor
4554 \end_layout
4555
4556 \end_inset
4557
4558 , que tiene el siguiente esquema:
4559 \end_layout
4560
4561 \begin_layout Standard
4562
4563 \series bold
4564
4565 \backslash
4566 hdotsfor[distancia]{número de columnas}
4567 \end_layout
4568
4569 \begin_layout Standard
4570 Número de columnas especifica cuántas columnas deben abarcarse.
4571  Distancia es un factor para la separación entre los puntos.
4572 \end_layout
4573
4574 \begin_layout Standard
4575 En la siguiente matriz se ha insertado el comando 
4576 \series bold
4577
4578 \backslash
4579 hdotsfor[2]{4}
4580 \series default
4581  en el primer recuadro de la segunda línea para obtener puntos separados
4582  una distancia equivalente a dos veces la del comando 
4583 \series bold
4584
4585 \backslash
4586 dots
4587 \series default
4588 .
4589 \begin_inset Formula 
4590 \[
4591 \left(\begin{array}{cccc}
4592 A & B & C & D\\
4593 \hdotsfor[2]{4}\\
4594 q & w & e & r
4595 \end{array}\right)
4596 \]
4597
4598 \end_inset
4599
4600
4601 \end_layout
4602
4603 \begin_layout Standard
4604 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
4605  de lo contrario se producen errores de LaTeX.
4606 \end_layout
4607
4608 \begin_layout Standard
4609 \begin_inset VSpace bigskip
4610 \end_inset
4611
4612
4613 \end_layout
4614
4615 \begin_layout Standard
4616 Además, con el comando 
4617 \series bold
4618
4619 \backslash
4620 dotfill
4621 \series default
4622
4623 \begin_inset Index idx
4624 status collapsed
4625
4626 \begin_layout Plain Layout
4627 Comandos ! D ! 
4628 \backslash
4629 dotfill
4630 \end_layout
4631
4632 \end_inset
4633
4634  puedes completar con puntos una línea.
4635  El efecto de este tipo de comandos es como el de 
4636 \series bold
4637
4638 \backslash
4639 hfill
4640 \series default
4641 , véase 
4642 \begin_inset CommandInset ref
4643 LatexCommand ref
4644 reference "sub:Espacio-variable"
4645
4646 \end_inset
4647
4648 .
4649 \end_layout
4650
4651 \begin_layout Standard
4652 Por ejemplo el comando 
4653 \series bold
4654 A
4655 \backslash
4656 dotfill
4657 \series default
4658
4659 \begin_inset space \textvisiblespace{}
4660 \end_inset
4661
4662
4663 \series bold
4664 B
4665 \series default
4666  genera
4667 \end_layout
4668
4669 \begin_layout Standard
4670 \begin_inset Formula $A\dotfill B$
4671 \end_inset
4672
4673
4674 \end_layout
4675
4676 \begin_layout Standard
4677 Un comando análogo a 
4678 \series bold
4679
4680 \backslash
4681 dotfill
4682 \series default
4683  para rellenar con una línea es 
4684 \series bold
4685
4686 \backslash
4687 hrulefill
4688 \series default
4689
4690 \begin_inset Index idx
4691 status collapsed
4692
4693 \begin_layout Plain Layout
4694 Comandos ! H ! 
4695 \backslash
4696 hrulefill
4697 \end_layout
4698
4699 \end_inset
4700
4701 :
4702 \end_layout
4703
4704 \begin_layout Standard
4705 \begin_inset Formula $A\hrulefill B$
4706 \end_inset
4707
4708
4709 \end_layout
4710
4711 \begin_layout Standard
4712 Para usar estos comandos en el texto, deben insertarse en modo TeX.
4713 \end_layout
4714
4715 \begin_layout Section
4716 Matrices
4717 \begin_inset CommandInset label
4718 LatexCommand label
4719 name "sec:Matrices"
4720
4721 \end_inset
4722
4723
4724 \begin_inset Index idx
4725 status collapsed
4726
4727 \begin_layout Plain Layout
4728 Matrices
4729 \end_layout
4730
4731 \end_inset
4732
4733
4734 \end_layout
4735
4736 \begin_layout Standard
4737 Se pueden insertar con el botón 
4738 \begin_inset Info
4739 type  "icon"
4740 arg   "dialog-show mathmatrix"
4741 \end_inset
4742
4743  de la barra de ecuaciones o con el menú 
4744 \family sans
4745 Insertar\SpecialChar \menuseparator
4746 Ecuación\SpecialChar \menuseparator
4747 Matriz
4748 \family default
4749 .
4750  Aparece una ventana en la que se pide el número de filas y columnas, la
4751  alineación y la decoración.
4752  La alineación vertical sólo es relevante para matrices en línea:
4753 \end_layout
4754
4755 \begin_layout Standard
4756 Esta primera matriz tiene alineación superior 
4757 \begin_inset Formula $\begin{array}[t]{cccc}
4758 A & D & G & J\\
4759 B & E & H & K\\
4760 D & F & I & L
4761 \end{array}$
4762 \end_inset
4763
4764  , la segunda alineación central 
4765 \begin_inset Formula $\begin{array}{cccc}
4766 A & D & G & J\\
4767 B & E & H & K\\
4768 D & F & I & L
4769 \end{array}$
4770 \end_inset
4771
4772  , y la tercera alineación inferior 
4773 \begin_inset Formula $\begin{array}[b]{cccc}
4774 A & D & G & J\\
4775 B & E & H & K\\
4776 D & F & I & L
4777 \end{array}$
4778 \end_inset
4779
4780 .
4781 \end_layout
4782
4783 \begin_layout Standard
4784 La alineación horizontal especifica cómo deben alinearse las entradas de
4785  la columna.
4786  Se determina mediante una letra para cada columna.
4787  
4788 \emph on
4789 l
4790 \emph default
4791  indica alineación a la izquierda, 
4792 \emph on
4793 c
4794 \emph default
4795  alineación centrada y 
4796 \emph on
4797 r
4798 \emph default
4799  alineación a la derecha.
4800  Por ejemplo, para componer una matriz
4801 \begin_inset space ~
4802 \end_inset
4803
4804 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
4805  centradas y la última a la derecha, se anota 
4806 \series bold
4807 lccr
4808 \series default
4809  en la alineación horizontal.
4810  Normalmente todas las columnas de una matriz están centradas, por tanto
4811  el valor por omisión es 
4812 \series bold
4813 c
4814 \series default
4815  para todas ellas.
4816 \end_layout
4817
4818 \begin_layout Standard
4819 Alineación horizontal:
4820 \end_layout
4821
4822 \begin_layout Standard
4823
4824 \series bold
4825 lll
4826 \series default
4827  : 
4828 \begin_inset Formula $\begin{array}{lll}
4829 10000 & D & G\\
4830 B & 10000 & H\\
4831 C & F & 10000
4832 \end{array}$
4833 \end_inset
4834
4835  , 
4836 \series bold
4837 ccc 
4838 \series default
4839
4840 \begin_inset Formula $\begin{array}{ccc}
4841 10000 & D & G\\
4842 B & 10000 & H\\
4843 C & F & 10000
4844 \end{array}$
4845 \end_inset
4846
4847  
4848 \series bold
4849 ,
4850 \series default
4851  
4852 \series bold
4853 rrr 
4854 \series default
4855
4856 \begin_inset Formula $\begin{array}{rrr}
4857 10000 & D & G\\
4858 B & 10000 & H\\
4859 C & F & 10000
4860 \end{array}$
4861 \end_inset
4862
4863
4864 \end_layout
4865
4866 \begin_layout Standard
4867 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
4868  botones 
4869 \begin_inset Info
4870 type  "icon"
4871 arg   "inset-modify tabular append-row"
4872 \end_inset
4873
4874
4875 \begin_inset Info
4876 type  "icon"
4877 arg   "inset-modify tabular delete-row"
4878 \end_inset
4879
4880 , etc.
4881  de la barra de ecuaciones o el menú 
4882 \family sans
4883 Editar\SpecialChar \menuseparator
4884 Filas y columnas
4885 \family default
4886 .
4887  También se pueden añadir filas nuevas con 
4888 \family sans
4889 Ctrl+Entrar
4890 \family default
4891 .
4892 \end_layout
4893
4894 \begin_layout Standard
4895 \begin_inset VSpace bigskip
4896 \end_inset
4897
4898
4899 \end_layout
4900
4901 \begin_layout Standard
4902 La 
4903 \family sans
4904 Decoración
4905 \family default
4906  añade paréntesis en el estilo seleccionado alrededor de la matriz.
4907  Alternativamente, se pueden generar paréntesis con los comandos 
4908 \series bold
4909
4910 \backslash
4911 left
4912 \series default
4913
4914 \begin_inset Index idx
4915 status collapsed
4916
4917 \begin_layout Plain Layout
4918 Comandos ! L ! 
4919 \backslash
4920 left
4921 \end_layout
4922
4923 \end_inset
4924
4925  y 
4926 \series bold
4927
4928 \backslash
4929 right
4930 \series default
4931
4932 \begin_inset Index idx
4933 status collapsed
4934
4935 \begin_layout Plain Layout
4936 Comandos ! R ! 
4937 \backslash
4938 right
4939 \end_layout
4940
4941 \end_inset
4942
4943  (atajo 
4944 \family sans
4945 Alt+M
4946 \begin_inset space ~
4947 \end_inset
4948
4949 Paréntesis
4950 \family default
4951 ), véase 
4952 \begin_inset CommandInset ref
4953 LatexCommand ref
4954 reference "sub:Tamaño-automático-de"
4955
4956 \end_inset
4957
4958 , o usando los comandos siguientes:
4959 \end_layout
4960
4961 \begin_layout Standard
4962 \begin_inset VSpace medskip
4963 \end_inset
4964
4965
4966 \end_layout
4967
4968 \begin_layout Standard
4969 \begin_inset space \hfill{}
4970 \end_inset
4971
4972
4973 \begin_inset Tabular
4974 <lyxtabular version="3" rows="4" columns="2">
4975 <features rotate="0" tabularvalignment="middle">
4976 <column alignment="center" valignment="top">
4977 <column alignment="center" valignment="top">
4978 <row>
4979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983 Comando
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992 Resultado
4993 \begin_inset Note Note
4994 status collapsed
4995
4996 \begin_layout Plain Layout
4997
4998 \series bold
4999
5000 \backslash
5001 raisebox
5002 \series default
5003  se usa sólo como espaciador
5004 \end_layout
5005
5006 \end_inset
5007
5008
5009 \end_layout
5010
5011 \end_inset
5012 </cell>
5013 </row>
5014 <row>
5015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5016 \begin_inset Text
5017
5018 \begin_layout Plain Layout
5019
5020 \backslash
5021 bmatrix
5022 \begin_inset space \textvisiblespace{}
5023 \end_inset
5024
5025 2
5026 \series bold
5027 ×
5028 \series default
5029 2
5030 \begin_inset space \thinspace{}
5031 \end_inset
5032
5033 matriz
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5043 0 & \textrm{-}\mathrm{i}\\
5044 \mathrm{i} & 0
5045 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5046 \end_inset
5047
5048
5049 \end_layout
5050
5051 \end_inset
5052 </cell>
5053 </row>
5054 <row>
5055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5056 \begin_inset Text
5057
5058 \begin_layout Plain Layout
5059
5060 \backslash
5061 Bmatrix
5062 \begin_inset space \textvisiblespace{}
5063 \end_inset
5064
5065 2×2
5066 \begin_inset space \thinspace{}
5067 \end_inset
5068
5069 matriz
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5079 0 & \textrm{-}\mathrm{i}\\
5080 \mathrm{i} & 0
5081 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5082 \end_inset
5083
5084
5085 \end_layout
5086
5087 \end_inset
5088 </cell>
5089 </row>
5090 <row>
5091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5092 \begin_inset Text
5093
5094 \begin_layout Plain Layout
5095
5096 \backslash
5097 pmatrix
5098 \begin_inset space \textvisiblespace{}
5099 \end_inset
5100
5101 2
5102 \series bold
5103 ×
5104 \series default
5105 2
5106 \begin_inset space \thinspace{}
5107 \end_inset
5108
5109 matriz
5110 \end_layout
5111
5112 \end_inset
5113 </cell>
5114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5115 \begin_inset Text
5116
5117 \begin_layout Plain Layout
5118 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5119 0 & \textrm{-}\mathrm{i}\\
5120 \mathrm{i} & 0
5121 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5122 \end_inset
5123
5124
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 </row>
5130 </lyxtabular>
5131
5132 \end_inset
5133
5134
5135 \begin_inset space \hfill{}
5136 \end_inset
5137
5138
5139 \begin_inset Tabular
5140 <lyxtabular version="3" rows="4" columns="2">
5141 <features rotate="0" tabularvalignment="middle">
5142 <column alignment="center" valignment="top">
5143 <column alignment="center" valignment="top">
5144 <row>
5145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5146 \begin_inset Text
5147
5148 \begin_layout Plain Layout
5149 Comando
5150 \end_layout
5151
5152 \end_inset
5153 </cell>
5154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5155 \begin_inset Text
5156
5157 \begin_layout Plain Layout
5158 Resultado
5159 \begin_inset Note Note
5160 status collapsed
5161
5162 \begin_layout Plain Layout
5163
5164 \series bold
5165
5166 \backslash
5167 raisebox
5168 \series default
5169  se usa sólo como espaciador
5170 \end_layout
5171
5172 \end_inset
5173
5174
5175 \end_layout
5176
5177 \end_inset
5178 </cell>
5179 </row>
5180 <row>
5181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5182 \begin_inset Text
5183
5184 \begin_layout Plain Layout
5185
5186 \backslash
5187 vmatrix
5188 \begin_inset space \textvisiblespace{}
5189 \end_inset
5190
5191 2
5192 \series bold
5193 ×
5194 \series default
5195 2
5196 \begin_inset space \thinspace{}
5197 \end_inset
5198
5199 matriz
5200 \end_layout
5201
5202 \end_inset
5203 </cell>
5204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5205 \begin_inset Text
5206
5207 \begin_layout Plain Layout
5208 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5209 0 & \textrm{-}\mathrm{i}\\
5210 \mathrm{i} & 0
5211 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5212 \end_inset
5213
5214
5215 \end_layout
5216
5217 \end_inset
5218 </cell>
5219 </row>
5220 <row>
5221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5222 \begin_inset Text
5223
5224 \begin_layout Plain Layout
5225
5226 \backslash
5227 Vmatrix
5228 \begin_inset space \textvisiblespace{}
5229 \end_inset
5230
5231 2
5232 \series bold
5233 ×
5234 \series default
5235 2
5236 \begin_inset space \thinspace{}
5237 \end_inset
5238
5239 matriz
5240 \end_layout
5241
5242 \end_inset
5243 </cell>
5244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5249 0 & \textrm{-}\mathrm{i}\\
5250 \mathrm{i} & 0
5251 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5252 \end_inset
5253
5254
5255 \end_layout
5256
5257 \end_inset
5258 </cell>
5259 </row>
5260 <row>
5261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5262 \begin_inset Text
5263
5264 \begin_layout Plain Layout
5265
5266 \backslash
5267 matrix
5268 \begin_inset space \textvisiblespace{}
5269 \end_inset
5270
5271 2
5272 \series bold
5273 ×
5274 \series default
5275 2
5276 \begin_inset space \thinspace{}
5277 \end_inset
5278
5279 matriz
5280 \end_layout
5281
5282 \end_inset
5283 </cell>
5284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5285 \begin_inset Text
5286
5287 \begin_layout Plain Layout
5288 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5289 0 & \textrm{-}\mathrm{i}\\
5290 \mathrm{i} & 0
5291 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5292 \end_inset
5293
5294
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 </row>
5300 </lyxtabular>
5301
5302 \end_inset
5303
5304
5305 \begin_inset space \hfill{}
5306 \end_inset
5307
5308
5309 \end_layout
5310
5311 \begin_layout Standard
5312 \begin_inset VSpace medskip
5313 \end_inset
5314
5315
5316 \end_layout
5317
5318 \begin_layout Standard
5319 Cuando se inserta p.
5320 \begin_inset space \thinspace{}
5321 \end_inset
5322
5323 e.
5324 \begin_inset space ~
5325 \end_inset
5326
5327
5328 \series bold
5329
5330 \backslash
5331 vmatrix
5332 \series default
5333 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5334  la matriz.
5335 \begin_inset Newline newline
5336 \end_inset
5337
5338 Hay que tener en cuenta que las matrices decoradas ignoran el alineamiento
5339  vertical.
5340 \end_layout
5341
5342 \begin_layout Standard
5343 \begin_inset VSpace bigskip
5344 \end_inset
5345
5346
5347 \end_layout
5348
5349 \begin_layout Standard
5350 Como todas las ecuaciones multilínea son matrices, la longitud 
5351 \series bold
5352
5353 \backslash
5354 arraycolsep
5355 \series default
5356
5357 \begin_inset Index idx
5358 status collapsed
5359
5360 \begin_layout Plain Layout
5361 Comandos ! A ! 
5362 \backslash
5363 arraycolsep
5364 \end_layout
5365
5366 \end_inset
5367
5368 , que se describe en 
5369 \begin_inset CommandInset ref
5370 LatexCommand ref
5371 reference "sub:Separación-de-columnas"
5372
5373 \end_inset
5374
5375 , también se puede usar para cambiar la separación de las columnas en una
5376  matriz.
5377  Para cambiar la separación de las filas, se usa el comando 
5378 \series bold
5379
5380 \backslash
5381 arraystretch
5382 \series default
5383
5384 \begin_inset Index idx
5385 status collapsed
5386
5387 \begin_layout Plain Layout
5388 Comandos ! A ! 
5389 \backslash
5390 arraystretch
5391 \end_layout
5392
5393 \end_inset
5394
5395  de la siguiente manera:
5396 \end_layout
5397
5398 \begin_layout Standard
5399
5400 \series bold
5401
5402 \backslash
5403 renewcommand{
5404 \backslash
5405 arraystretch}{factor de separación}
5406 \begin_inset Index idx
5407 status collapsed
5408
5409 \begin_layout Plain Layout
5410 Comandos ! R ! 
5411 \backslash
5412 renewcommand
5413 \end_layout
5414
5415 \end_inset
5416
5417
5418 \end_layout
5419
5420 \begin_layout Standard
5421 El comando 
5422 \series bold
5423
5424 \backslash
5425 renewcommand
5426 \series default
5427  asigna el factor de separación al comando predefinido 
5428 \series bold
5429
5430 \backslash
5431 arraystretch
5432 \series default
5433 .
5434  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5435  Además, éste se usa para todas las matrices siguientes.
5436  Para volver a la separación original, asigna factor 1 a 
5437 \series bold
5438
5439 \backslash
5440 arraystretch
5441 \series default
5442 .
5443 \end_layout
5444
5445 \begin_layout Standard
5446 Para poner matrices en línea se usa el comando 
5447 \series bold
5448
5449 \backslash
5450 smallmatrix
5451 \series default
5452
5453 \begin_inset Index idx
5454 status collapsed
5455
5456 \begin_layout Plain Layout
5457 Comandos ! S ! 
5458 \backslash
5459 smallmatrix
5460 \end_layout
5461
5462 \end_inset
5463
5464 .
5465  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5466  se inserta la matriz.
5467  
5468 \end_layout
5469
5470 \begin_layout Standard
5471 Esto es una matriz 
5472 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5473 C & D
5474 \end{smallmatrix}\right)$
5475 \end_inset
5476
5477  en línea.
5478 \end_layout
5479
5480 \begin_layout Section
5481 Delimitadores
5482 \begin_inset Index idx
5483 status collapsed
5484
5485 \begin_layout Plain Layout
5486 Delimitadores
5487 \end_layout
5488
5489 \end_inset
5490
5491
5492 \end_layout
5493
5494 \begin_layout Subsection
5495 Delimitadores verticales
5496 \begin_inset Index idx
5497 status collapsed
5498
5499 \begin_layout Plain Layout
5500 Delimitadores ! verticales
5501 \end_layout
5502
5503 \end_inset
5504
5505
5506 \end_layout
5507
5508 \begin_layout Standard
5509 \begin_inset space \hfill{}
5510 \end_inset
5511
5512
5513 \begin_inset Tabular
5514 <lyxtabular version="3" rows="9" columns="2">
5515 <features rotate="0" tabularvalignment="middle">
5516 <column alignment="center" valignment="top" width="0pt">
5517 <column alignment="center" valignment="top" width="0pt">
5518 <row>
5519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5520 \begin_inset Text
5521
5522 \begin_layout Plain Layout
5523 Comando
5524 \end_layout
5525
5526 \end_inset
5527 </cell>
5528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5529 \begin_inset Text
5530
5531 \begin_layout Plain Layout
5532 Resultado
5533 \end_layout
5534
5535 \end_inset
5536 </cell>
5537 </row>
5538 <row>
5539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5540 \begin_inset Text
5541
5542 \begin_layout Plain Layout
5543 (
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5549 \begin_inset Text
5550
5551 \begin_layout Plain Layout
5552 \begin_inset Formula $($
5553 \end_inset
5554
5555
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 </row>
5561 <row>
5562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5563 \begin_inset Text
5564
5565 \begin_layout Plain Layout
5566 {
5567 \end_layout
5568
5569 \end_inset
5570 </cell>
5571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5572 \begin_inset Text
5573
5574 \begin_layout Plain Layout
5575 \begin_inset Formula $\{$
5576 \end_inset
5577
5578
5579 \end_layout
5580
5581 \end_inset
5582 </cell>
5583 </row>
5584 <row>
5585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5586 \begin_inset Text
5587
5588 \begin_layout Plain Layout
5589 [
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598 \begin_inset Formula $[$
5599 \end_inset
5600
5601
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 </row>
5607 <row>
5608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Plain Layout
5612
5613 \backslash
5614 langle
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623 \begin_inset Formula $\langle$
5624 \end_inset
5625
5626
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 </row>
5632 <row>
5633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5634 \begin_inset Text
5635
5636 \begin_layout Plain Layout
5637
5638 \backslash
5639 lceil
5640 \end_layout
5641
5642 \end_inset
5643 </cell>
5644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5645 \begin_inset Text
5646
5647 \begin_layout Plain Layout
5648 \begin_inset Formula $\lceil$
5649 \end_inset
5650
5651
5652 \end_layout
5653
5654 \end_inset
5655 </cell>
5656 </row>
5657 <row>
5658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5659 \begin_inset Text
5660
5661 \begin_layout Plain Layout
5662
5663 \backslash
5664 lfloor
5665 \end_layout
5666
5667 \end_inset
5668 </cell>
5669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5670 \begin_inset Text
5671
5672 \begin_layout Plain Layout
5673 \begin_inset Formula $\lfloor$
5674 \end_inset
5675
5676
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 </row>
5682 <row>
5683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Plain Layout
5687 /
5688 \end_layout
5689
5690 \end_inset
5691 </cell>
5692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Plain Layout
5696 \begin_inset Formula $/$
5697 \end_inset
5698
5699
5700 \end_layout
5701
5702 \end_inset
5703 </cell>
5704 </row>
5705 <row>
5706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5707 \begin_inset Text
5708
5709 \begin_layout Plain Layout
5710 |
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5716 \begin_inset Text
5717
5718 \begin_layout Plain Layout
5719 \begin_inset Formula $|$
5720 \end_inset
5721
5722
5723 \end_layout
5724
5725 \end_inset
5726 </cell>
5727 </row>
5728 </lyxtabular>
5729
5730 \end_inset
5731
5732
5733 \begin_inset space \hfill{}
5734 \end_inset
5735
5736
5737 \begin_inset Tabular
5738 <lyxtabular version="3" rows="9" columns="2">
5739 <features rotate="0" tabularvalignment="middle">
5740 <column alignment="center" valignment="top" width="0pt">
5741 <column alignment="center" valignment="top" width="0pt">
5742 <row>
5743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5744 \begin_inset Text
5745
5746 \begin_layout Plain Layout
5747 Comando
5748 \end_layout
5749
5750 \end_inset
5751 </cell>
5752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756 Resultado
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 </row>
5762 <row>
5763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Plain Layout
5767 )
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776 \begin_inset Formula $)$
5777 \end_inset
5778
5779
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 </row>
5785 <row>
5786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5787 \begin_inset Text
5788
5789 \begin_layout Plain Layout
5790 }
5791 \end_layout
5792
5793 \end_inset
5794 </cell>
5795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Plain Layout
5799 \begin_inset Formula $\}$
5800 \end_inset
5801
5802
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 </row>
5808 <row>
5809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 ]
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 \begin_inset Formula $]$
5823 \end_inset
5824
5825
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 </row>
5831 <row>
5832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5833 \begin_inset Text
5834
5835 \begin_layout Plain Layout
5836
5837 \backslash
5838 rangle
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Plain Layout
5847 \begin_inset Formula $\rangle$
5848 \end_inset
5849
5850
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 </row>
5856 <row>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861
5862 \backslash
5863 rceil
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872 \begin_inset Formula $\rceil$
5873 \end_inset
5874
5875
5876 \end_layout
5877
5878 \end_inset
5879 </cell>
5880 </row>
5881 <row>
5882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886
5887 \backslash
5888 rfloor
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 \begin_inset Formula $\rfloor$
5898 \end_inset
5899
5900
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 </row>
5906 <row>
5907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Plain Layout
5911
5912 \backslash
5913
5914 \backslash
5915
5916 \end_layout
5917
5918 \end_inset
5919 </cell>
5920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5921 \begin_inset Text
5922
5923 \begin_layout Plain Layout
5924 \begin_inset Formula $\backslash$
5925 \end_inset
5926
5927
5928 \end_layout
5929
5930 \end_inset
5931 </cell>
5932 </row>
5933 <row>
5934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5935 \begin_inset Text
5936
5937 \begin_layout Plain Layout
5938
5939 \backslash
5940 |
5941 \end_layout
5942
5943 \end_inset
5944 </cell>
5945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5946 \begin_inset Text
5947
5948 \begin_layout Plain Layout
5949 \begin_inset Formula $\|$
5950 \end_inset
5951
5952
5953 \end_layout
5954
5955 \end_inset
5956 </cell>
5957 </row>
5958 </lyxtabular>
5959
5960 \end_inset
5961
5962
5963 \begin_inset space \hfill{}
5964 \end_inset
5965
5966
5967 \end_layout
5968
5969 \begin_layout Standard
5970 \begin_inset Note Greyedout
5971 status open
5972
5973 \begin_layout Plain Layout
5974
5975 \series bold
5976 Nota
5977 \series default
5978 : En modo TeX hay que usar el comando 
5979 \series bold
5980
5981 \backslash
5982 textbackslash
5983 \series default
5984
5985 \begin_inset Index idx
5986 status collapsed
5987
5988 \begin_layout Plain Layout
5989 Comandos ! T ! 
5990 \backslash
5991 textbackslash
5992 \end_layout
5993
5994 \end_inset
5995
5996  para la barra invertida, porque si no el comando 
5997 \series bold
5998
5999 \backslash
6000
6001 \backslash
6002
6003 \series default
6004  genera un salto de línea.
6005 \end_layout
6006
6007 \end_inset
6008
6009
6010 \end_layout
6011
6012 \begin_layout Standard
6013 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6014  descritos en las dos subsecciones siguientes.
6015  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6016  < y > en vez de los comandos 
6017 \series bold
6018
6019 \backslash
6020 langle
6021 \series default
6022  y 
6023 \series bold
6024
6025 \backslash
6026 rangle
6027 \series default
6028 .
6029  
6030 \end_layout
6031
6032 \begin_layout Subsubsection
6033 Tamaño manual de los delimitadores
6034 \begin_inset CommandInset label
6035 LatexCommand label
6036 name "sub:Tamaño-manual-de"
6037
6038 \end_inset
6039
6040
6041 \begin_inset Index idx
6042 status collapsed
6043
6044 \begin_layout Plain Layout
6045 Delimitadores ! tamaño manual
6046 \end_layout
6047
6048 \end_inset
6049
6050
6051 \end_layout
6052
6053 \begin_layout Standard
6054 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6055  LaTeX 
6056 \series bold
6057
6058 \backslash
6059 big
6060 \series default
6061
6062 \begin_inset Index idx
6063 status collapsed
6064
6065 \begin_layout Plain Layout
6066 Comandos ! B ! 
6067 \backslash
6068 big
6069 \end_layout
6070
6071 \end_inset
6072
6073
6074 \series bold
6075
6076 \backslash
6077 Big
6078 \series default
6079
6080 \series bold
6081
6082 \backslash
6083 bigg
6084 \series default
6085 , y 
6086 \series bold
6087
6088 \backslash
6089 Bigg
6090 \series default
6091 .
6092  
6093 \series bold
6094
6095 \backslash
6096 big
6097 \series default
6098  indica el tamaño menor y 
6099 \series bold
6100
6101 \backslash
6102 Bigg
6103 \series default
6104  el mayor.
6105 \end_layout
6106
6107 \begin_layout Standard
6108 Estos comandos se usan para resaltar niveles de delimitación:
6109 \end_layout
6110
6111 \begin_layout Standard
6112 \noindent
6113 \align center
6114 \begin_inset Tabular
6115 <lyxtabular version="3" rows="2" columns="2">
6116 <features rotate="0" tabularvalignment="middle">
6117 <column alignment="center" valignment="top">
6118 <column alignment="center" valignment="top">
6119 <row>
6120 <cell alignment="center" valignment="top" usebox="none">
6121 \begin_inset Text
6122
6123 \begin_layout Plain Layout
6124 todos los delimitadores de igual tamaño:
6125 \end_layout
6126
6127 \end_inset
6128 </cell>
6129 <cell alignment="center" valignment="top" usebox="none">
6130 \begin_inset Text
6131
6132 \begin_layout Plain Layout
6133 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6134 \end_inset
6135
6136
6137 \end_layout
6138
6139 \end_inset
6140 </cell>
6141 </row>
6142 <row>
6143 <cell alignment="center" valignment="top" usebox="none">
6144 \begin_inset Text
6145
6146 \begin_layout Plain Layout
6147 así tiene mejor aspecto:
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 <cell alignment="center" valignment="top" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6157 \end_inset
6158
6159
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 </row>
6165 </lyxtabular>
6166
6167 \end_inset
6168
6169
6170 \begin_inset Note Note
6171 status collapsed
6172
6173 \begin_layout Plain Layout
6174
6175 \series bold
6176
6177 \backslash
6178 raisebox
6179 \series default
6180  se usa sólo como espaciador
6181 \end_layout
6182
6183 \end_inset
6184
6185
6186 \end_layout
6187
6188 \begin_layout Standard
6189 Para la segunda expresión se ha empleado el comando 
6190 \series bold
6191
6192 \backslash
6193 Big((A+B)(A-B)
6194 \backslash
6195 Big)^
6196 \series default
6197
6198 \begin_inset space \textvisiblespace{}
6199 \end_inset
6200
6201
6202 \series bold
6203 C
6204 \series default
6205 .
6206 \end_layout
6207
6208 \begin_layout Standard
6209 He aquí una visión conjunta de todos los tamaños y delimitadores:
6210 \end_layout
6211
6212 \begin_layout Standard
6213 \noindent
6214 \align center
6215
6216 \backslash
6217 Bigg(
6218 \backslash
6219 exp
6220 \backslash
6221 bigg<
6222 \backslash
6223 Big[
6224 \backslash
6225 big{
6226 \backslash
6227 ln(3x)
6228 \backslash
6229 big}^2
6230 \begin_inset space \textvisiblespace{}
6231 \end_inset
6232
6233
6234 \backslash
6235 sen(x)
6236 \backslash
6237 Big]^
6238 \begin_inset space \textvisiblespace{}
6239 \end_inset
6240
6241 A
6242 \begin_inset space \textvisiblespace{}
6243 \end_inset
6244
6245
6246 \backslash
6247 bigg>
6248 \backslash
6249 Bigg)^0,5
6250 \begin_inset Formula 
6251 \[
6252 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}
6253 \]
6254
6255 \end_inset
6256
6257
6258 \end_layout
6259
6260 \begin_layout Standard
6261 Además de los comandos 
6262 \series bold
6263
6264 \backslash
6265 big
6266 \series default
6267  hay la variante 
6268 \series bold
6269
6270 \backslash
6271 bigm
6272 \series default
6273
6274 \begin_inset Index idx
6275 status collapsed
6276
6277 \begin_layout Plain Layout
6278 Comandos ! B ! 
6279 \backslash
6280 bigm
6281 \end_layout
6282
6283 \end_inset
6284
6285 , que añade un poco más de espacio entre el delimitador y su contenido,
6286  y la variante 
6287 \series bold
6288
6289 \backslash
6290 bigl
6291 \series default
6292 -
6293 \series bold
6294
6295 \backslash
6296 bigr
6297 \series default
6298
6299 \begin_inset Index idx
6300 status collapsed
6301
6302 \begin_layout Plain Layout
6303 Comandos ! B ! 
6304 \backslash
6305 bigl - 
6306 \backslash
6307 bigr
6308 \end_layout
6309
6310 \end_inset
6311
6312 , que no añade espacio adicional.
6313  La 
6314 \emph on
6315 l
6316 \emph default
6317  al final del comando 
6318 \series bold
6319
6320 \backslash
6321 bigl 
6322 \series default
6323 es para el delimitador izquierdo, la 
6324 \emph on
6325 r
6326 \emph default
6327  es para el delimitador derecho.
6328  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6329  apertura o de cierre.
6330 \end_layout
6331
6332 \begin_layout Standard
6333 En el siguiente cuadro hay una comparación de las variantes:
6334 \end_layout
6335
6336 \begin_layout Standard
6337 \noindent
6338 \align center
6339 \begin_inset Tabular
6340 <lyxtabular version="3" rows="5" columns="2">
6341 <features rotate="0" tabularvalignment="middle">
6342 <column alignment="center" valignment="top">
6343 <column alignment="center" valignment="top">
6344 <row>
6345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6346 \begin_inset Text
6347
6348 \begin_layout Plain Layout
6349 Comando
6350 \end_layout
6351
6352 \end_inset
6353 </cell>
6354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6355 \begin_inset Text
6356
6357 \begin_layout Plain Layout
6358 Resultado
6359 \begin_inset Note Note
6360 status collapsed
6361
6362 \begin_layout Plain Layout
6363
6364 \series bold
6365
6366 \backslash
6367 raisebox
6368 \series default
6369  se usa sólo como espaciador
6370 \end_layout
6371
6372 \end_inset
6373
6374
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 </row>
6380 <row>
6381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6382 \begin_inset Text
6383
6384 \begin_layout Plain Layout
6385
6386 \backslash
6387 Bigm(
6388 \backslash
6389 bigm(
6390 \backslash
6391 ln(3x)
6392 \backslash
6393 bigm)^2
6394 \series bold
6395
6396 \begin_inset space \textvisiblespace{}
6397 \end_inset
6398
6399
6400 \series default
6401
6402 \backslash
6403 Bigm)
6404 \end_layout
6405
6406 \end_inset
6407 </cell>
6408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6413 \end_inset
6414
6415
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 </row>
6421 <row>
6422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6423 \begin_inset Text
6424
6425 \begin_layout Plain Layout
6426
6427 \backslash
6428 Big(
6429 \backslash
6430 big(
6431 \backslash
6432 ln(3x)
6433 \backslash
6434 big)^2
6435 \series bold
6436
6437 \begin_inset space \textvisiblespace{}
6438 \end_inset
6439
6440
6441 \series default
6442
6443 \backslash
6444 Big)
6445 \end_layout
6446
6447 \end_inset
6448 </cell>
6449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6450 \begin_inset Text
6451
6452 \begin_layout Plain Layout
6453 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6454 \end_inset
6455
6456
6457 \end_layout
6458
6459 \end_inset
6460 </cell>
6461 </row>
6462 <row>
6463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6464 \begin_inset Text
6465
6466 \begin_layout Plain Layout
6467
6468 \backslash
6469 Bigl(
6470 \backslash
6471 bigl(
6472 \backslash
6473 ln(3x)
6474 \backslash
6475 bigr)^2
6476 \series bold
6477
6478 \begin_inset space \textvisiblespace{}
6479 \end_inset
6480
6481
6482 \series default
6483
6484 \backslash
6485 Bigr)
6486 \end_layout
6487
6488 \end_inset
6489 </cell>
6490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6491 \begin_inset Text
6492
6493 \begin_layout Plain Layout
6494 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
6495 \end_inset
6496
6497
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 </row>
6503 <row>
6504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6505 \begin_inset Text
6506
6507 \begin_layout Plain Layout
6508
6509 \backslash
6510 bigl)
6511 \backslash
6512 ln(3x)
6513 \backslash
6514 bigr(
6515 \end_layout
6516
6517 \end_inset
6518 </cell>
6519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6520 \begin_inset Text
6521
6522 \begin_layout Plain Layout
6523 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6524 \end_inset
6525
6526
6527 \end_layout
6528
6529 \end_inset
6530 </cell>
6531 </row>
6532 </lyxtabular>
6533
6534 \end_inset
6535
6536
6537 \end_layout
6538
6539 \begin_layout Subsubsection
6540 Tamaño automático de los delimitadores
6541 \begin_inset CommandInset label
6542 LatexCommand label
6543 name "sub:Tamaño-automático-de"
6544
6545 \end_inset
6546
6547
6548 \begin_inset Index idx
6549 status collapsed
6550
6551 \begin_layout Plain Layout
6552 Delimitadores ! tamaño automático
6553 \end_layout
6554
6555 \end_inset
6556
6557
6558 \end_layout
6559
6560 \begin_layout Standard
6561 Se pueden insertar delimitadores de tamaño variable con los comandos 
6562 \series bold
6563
6564 \backslash
6565 left
6566 \series default
6567
6568 \begin_inset Index idx
6569 status collapsed
6570
6571 \begin_layout Plain Layout
6572 Comandos ! L ! 
6573 \backslash
6574 left
6575 \end_layout
6576
6577 \end_inset
6578
6579  y 
6580 \series bold
6581
6582 \backslash
6583 right
6584 \series default
6585
6586 \begin_inset Index idx
6587 status collapsed
6588
6589 \begin_layout Plain Layout
6590 Comandos ! R ! 
6591 \backslash
6592 right
6593 \end_layout
6594
6595 \end_inset
6596
6597  o con el botón de la barra de ecuaciones 
6598 \begin_inset Info
6599 type  "icon"
6600 arg   "dialog-show mathdelimiter"
6601 \end_inset
6602
6603 .
6604  El delimitador deseado se debe insertar directamente detrás de 
6605 \series bold
6606
6607 \backslash
6608 left
6609 \series default
6610  y 
6611 \series bold
6612
6613 \backslash
6614 right
6615 \series default
6616 .
6617  El tamaño se calculará automáticamente después para la salida.
6618  
6619 \end_layout
6620
6621 \begin_layout Standard
6622 \noindent
6623 \align center
6624 delimitador normal: El comando 
6625 \series bold
6626
6627 \backslash
6628 ln(
6629 \backslash
6630 frac
6631 \series default
6632
6633 \begin_inset space \textvisiblespace{}
6634 \end_inset
6635
6636
6637 \series bold
6638 A
6639 \begin_inset Formula $\downarrow$
6640 \end_inset
6641
6642 C
6643 \series default
6644
6645 \begin_inset space \textvisiblespace{}
6646 \end_inset
6647
6648
6649 \series bold
6650 )
6651 \series default
6652  genera
6653 \begin_inset Formula 
6654 \[
6655 \ln(\frac{A}{C})
6656 \]
6657
6658 \end_inset
6659
6660
6661 \end_layout
6662
6663 \begin_layout Standard
6664 \noindent
6665 \align center
6666 delimitador multilínea: El comando 
6667 \series bold
6668
6669 \backslash
6670 ln
6671 \backslash
6672 left(
6673 \backslash
6674 frac
6675 \series default
6676
6677 \begin_inset space \textvisiblespace{}
6678 \end_inset
6679
6680
6681 \series bold
6682 A
6683 \begin_inset Formula $\downarrow$
6684 \end_inset
6685
6686 C
6687 \series default
6688
6689 \begin_inset space \textvisiblespace{}
6690 \end_inset
6691
6692
6693 \series bold
6694
6695 \backslash
6696 right)
6697 \series default
6698  genera
6699 \begin_inset Formula 
6700 \[
6701 \ln\left(\frac{A}{C}\right)
6702 \]
6703
6704 \end_inset
6705
6706
6707 \end_layout
6708
6709 \begin_layout Standard
6710 En lugar de 
6711 \series bold
6712
6713 \backslash
6714 left
6715 \series default
6716  y 
6717 \series bold
6718
6719 \backslash
6720 right
6721 \series default
6722  se puede usar el atajo 
6723 \family sans
6724 Alt+M
6725 \begin_inset space ~
6726 \end_inset
6727
6728 Corchete
6729 \family default
6730 .
6731  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
6732  real del delimitador y además se genera el correspondiente delimitador
6733  de cierre.
6734 \begin_inset Newline newline
6735 \end_inset
6736
6737 El comando para el último ejemplo sería 
6738 \series bold
6739
6740 \backslash
6741 ln Alt+M
6742 \series default
6743  
6744 \series bold
6745 (
6746 \backslash
6747 frac
6748 \begin_inset space \textvisiblespace{}
6749 \end_inset
6750
6751 A
6752 \begin_inset Formula $\downarrow$
6753 \end_inset
6754
6755
6756 \end_layout
6757
6758 \begin_layout Standard
6759 Para omitir uno de los dos delimitadores se inserta un punto.
6760  Por ejemplo, el comando 
6761 \series bold
6762
6763 \backslash
6764 left.
6765 \backslash
6766 frac
6767 \series default
6768
6769 \begin_inset space \textvisiblespace{}
6770 \end_inset
6771
6772
6773 \series bold
6774 A
6775 \begin_inset Formula $\downarrow$
6776 \end_inset
6777
6778 B
6779 \series default
6780
6781 \begin_inset space \textvisiblespace{}
6782 \end_inset
6783
6784
6785 \series bold
6786
6787 \backslash
6788 right}
6789 \series default
6790  da lugar a:
6791 \begin_inset Formula 
6792 \[
6793 \left.\frac{A}{B}\right\} 
6794 \]
6795
6796 \end_inset
6797
6798
6799 \end_layout
6800
6801 \begin_layout Standard
6802 LyX convertirá los comandos 
6803 \series bold
6804
6805 \backslash
6806 left
6807 \series default
6808  y 
6809 \series bold
6810
6811 \backslash
6812 right
6813 \series default
6814  a su tamaño adecuado cuando el documento sea recargado y el delimitador
6815  omitido aparecerá como línea de trazos.
6816  
6817 \begin_inset VSpace bigskip
6818 \end_inset
6819
6820
6821 \end_layout
6822
6823 \begin_layout Standard
6824 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
6825  de LaTeX, el comando 
6826 \series bold
6827
6828 \backslash
6829 middle
6830 \series default
6831
6832 \begin_inset Index idx
6833 status collapsed
6834
6835 \begin_layout Plain Layout
6836 Comandos ! M ! 
6837 \backslash
6838 middle
6839 \end_layout
6840
6841 \end_inset
6842
6843  está también disponible para todos los delimitadores y límites.
6844  Con este comando la altura del siguiente carácter se adapta a la de los
6845  delimitadores circundantes, lo que es necesario, p.
6846 \begin_inset space \thinspace{}
6847 \end_inset
6848
6849 e., para vectores cuánticos: 
6850 \begin_inset Formula 
6851 \[
6852 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6853 \]
6854
6855 \end_inset
6856
6857
6858 \end_layout
6859
6860 \begin_layout Standard
6861 Para este tipo de vectores hay un paquete LaTeX específico que se describe
6862  en
6863 \begin_inset space ~
6864 \end_inset
6865
6866
6867 \begin_inset CommandInset ref
6868 LatexCommand ref
6869 reference "sub:Vectores-cuánticos"
6870
6871 \end_inset
6872
6873 .
6874 \end_layout
6875
6876 \begin_layout Subsection
6877 Delimitadores horizontales
6878 \begin_inset Index idx
6879 status collapsed
6880
6881 \begin_layout Plain Layout
6882 Delimitadores ! horizontales
6883 \end_layout
6884
6885 \end_inset
6886
6887
6888 \end_layout
6889
6890 \begin_layout Standard
6891 \noindent
6892 \align center
6893 \begin_inset Tabular
6894 <lyxtabular version="3" rows="4" columns="2">
6895 <features rotate="0" tabularvalignment="middle">
6896 <column alignment="center" valignment="top">
6897 <column alignment="center" valignment="top">
6898 <row>
6899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6900 \begin_inset Text
6901
6902 \begin_layout Plain Layout
6903 Comando
6904 \begin_inset Note Note
6905 status collapsed
6906
6907 \begin_layout Plain Layout
6908
6909 \series bold
6910
6911 \backslash
6912 raisebox
6913 \series default
6914  se usa sólo como espaciador
6915 \end_layout
6916
6917 \end_inset
6918
6919
6920 \end_layout
6921
6922 \end_inset
6923 </cell>
6924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6925 \begin_inset Text
6926
6927 \begin_layout Plain Layout
6928 Resultado
6929 \end_layout
6930
6931 \end_inset
6932 </cell>
6933 </row>
6934 <row>
6935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939 \begin_inset ERT
6940 status collapsed
6941
6942 \begin_layout Plain Layout
6943
6944
6945 \backslash
6946 raisebox{2.3mm}{
6947 \end_layout
6948
6949 \end_inset
6950
6951
6952 \backslash
6953 overbrace
6954 \begin_inset space \textvisiblespace{}
6955 \end_inset
6956
6957 A+B
6958 \begin_inset space \textvisiblespace{}
6959 \end_inset
6960
6961 ^
6962 \begin_inset space \textvisiblespace{}
6963 \end_inset
6964
6965 3
6966 \begin_inset ERT
6967 status collapsed
6968
6969 \begin_layout Plain Layout
6970
6971 }
6972 \end_layout
6973
6974 \end_inset
6975
6976
6977 \begin_inset Index idx
6978 status collapsed
6979
6980 \begin_layout Plain Layout
6981 Comandos ! O ! 
6982 \backslash
6983 overbrace
6984 \end_layout
6985
6986 \end_inset
6987
6988
6989 \end_layout
6990
6991 \end_inset
6992 </cell>
6993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6994 \begin_inset Text
6995
6996 \begin_layout Plain Layout
6997 \begin_inset Formula $\overbrace{A+B}^{3}$
6998 \end_inset
6999
7000
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 </row>
7006 <row>
7007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011 \begin_inset ERT
7012 status collapsed
7013
7014 \begin_layout Plain Layout
7015
7016
7017 \backslash
7018 raisebox{-2.2mm}{
7019 \end_layout
7020
7021 \end_inset
7022
7023
7024 \backslash
7025 underbrace
7026 \begin_inset space \textvisiblespace{}
7027 \end_inset
7028
7029 A+B
7030 \begin_inset space \textvisiblespace{}
7031 \end_inset
7032
7033 _5
7034 \begin_inset ERT
7035 status collapsed
7036
7037 \begin_layout Plain Layout
7038
7039 }
7040 \end_layout
7041
7042 \end_inset
7043
7044
7045 \begin_inset Index idx
7046 status collapsed
7047
7048 \begin_layout Plain Layout
7049 Comandos ! U ! 
7050 \backslash
7051 underbrace
7052 \end_layout
7053
7054 \end_inset
7055
7056
7057 \end_layout
7058
7059 \end_inset
7060 </cell>
7061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Plain Layout
7065 \begin_inset Formula $\underbrace{A+B}_{5}$
7066 \end_inset
7067
7068
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 </row>
7074 <row>
7075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Plain Layout
7079
7080 \backslash
7081 overbrace
7082 \begin_inset space \textvisiblespace{}
7083 \end_inset
7084
7085
7086 \backslash
7087 underbrace
7088 \begin_inset space \textvisiblespace{}
7089 \end_inset
7090
7091 A+B_w
7092 \begin_inset space \textvisiblespace{}
7093 \end_inset
7094
7095
7096 \begin_inset space \textvisiblespace{}
7097 \end_inset
7098
7099 _7
7100 \begin_inset space \textvisiblespace{}
7101 \end_inset
7102
7103
7104 \begin_inset space \textvisiblespace{}
7105 \end_inset
7106
7107 ^
7108 \begin_inset space \textvisiblespace{}
7109 \end_inset
7110
7111 C
7112 \end_layout
7113
7114 \end_inset
7115 </cell>
7116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7117 \begin_inset Text
7118
7119 \begin_layout Plain Layout
7120 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7121 \end_inset
7122
7123
7124 \end_layout
7125
7126 \end_inset
7127 </cell>
7128 </row>
7129 </lyxtabular>
7130
7131 \end_inset
7132
7133
7134 \end_layout
7135
7136 \begin_layout Standard
7137 En el último ejemplo no importa en qué orden se introducen los comandos
7138  
7139 \series bold
7140
7141 \backslash
7142 overbrace
7143 \series default
7144  y 
7145 \series bold
7146
7147 \backslash
7148 underbrace
7149 \series default
7150 .
7151 \begin_inset VSpace bigskip
7152 \end_inset
7153
7154
7155 \end_layout
7156
7157 \begin_layout Standard
7158 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7159  multilínea, como se describe en
7160 \begin_inset space ~
7161 \end_inset
7162
7163
7164 \begin_inset CommandInset ref
7165 LatexCommand ref
7166 reference "sec:Ecuaciones-multilínea"
7167
7168 \end_inset
7169
7170 :
7171 \begin_inset Formula 
7172 \begin{eqnarray*}
7173 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7174  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7175 \end{eqnarray*}
7176
7177 \end_inset
7178
7179 En la primera fila se insertan la ecuación y la primera llave.
7180  Aquí es importante insertar el comando de espacio
7181 \begin_inset Foot
7182 status collapsed
7183
7184 \begin_layout Plain Layout
7185 Los comandos para espacios se explican en 
7186 \begin_inset CommandInset ref
7187 LatexCommand ref
7188 reference "sub:Espacio-predefinido"
7189
7190 \end_inset
7191
7192
7193 \end_layout
7194
7195 \end_inset
7196
7197  
7198 \series bold
7199
7200 \backslash
7201 :
7202 \series default
7203  antes de la primera
7204 \series bold
7205  
7206 \series default
7207
7208 \begin_inset Formula $d$
7209 \end_inset
7210
7211 , porque la llave que termina detrás de 
7212 \begin_inset Formula $q$
7213 \end_inset
7214
7215  impide que el siguiente 
7216 \begin_inset Quotes fld
7217 \end_inset
7218
7219 +
7220 \begin_inset Quotes frd
7221 \end_inset
7222
7223  esté rodeado de espacio.
7224 \begin_inset Foot
7225 status collapsed
7226
7227 \begin_layout Plain Layout
7228 Debido a que la llave no es considerada como carácter, véase 
7229 \begin_inset CommandInset ref
7230 LatexCommand ref
7231 reference "sub:Operadores-binarios"
7232
7233 \end_inset
7234
7235
7236 \end_layout
7237
7238 \end_inset
7239
7240  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7241  de 
7242 \begin_inset Formula $b$
7243 \end_inset
7244
7245  se inserta antes el comando 
7246 \series bold
7247
7248 \backslash
7249 hphantom{gggg+
7250 \backslash
7251 :}
7252 \series default
7253 .
7254 \begin_inset Foot
7255 status collapsed
7256
7257 \begin_layout Plain Layout
7258 Más sobre 
7259 \series bold
7260
7261 \backslash
7262 hphantom
7263 \series default
7264  en 
7265 \begin_inset CommandInset ref
7266 LatexCommand ref
7267 reference "sub:Espacios-reservados"
7268
7269 \end_inset
7270
7271
7272 \end_layout
7273
7274 \end_inset
7275
7276  Ese espacio es necesario porque el signo 
7277 \begin_inset Quotes fld
7278 \end_inset
7279
7280 +
7281 \begin_inset Quotes frd
7282 \end_inset
7283
7284  va seguido de un espacio en la ecuación.
7285  La llave se coloca bajo el comando 
7286 \series bold
7287
7288 \backslash
7289 hphantom{bbqq+dddd}
7290 \series default
7291 .
7292  
7293 \end_layout
7294
7295 \begin_layout Standard
7296 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7297  ejemplo:
7298 \begin_inset ERT
7299 status collapsed
7300
7301 \begin_layout Plain Layout
7302
7303
7304 \backslash
7305 setlength{
7306 \backslash
7307 jot}{-6pt}
7308 \end_layout
7309
7310 \end_inset
7311
7312
7313 \begin_inset Formula 
7314 \begin{eqnarray*}
7315  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7316 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7317 \end{eqnarray*}
7318
7319 \end_inset
7320
7321
7322 \begin_inset ERT
7323 status collapsed
7324
7325 \begin_layout Plain Layout
7326
7327
7328 \backslash
7329 setlength{
7330 \backslash
7331 jot}{3pt}
7332 \end_layout
7333
7334 \end_inset
7335
7336 La primera fila de la ecuación es igual que la segunda fila del ejemplo
7337  anterior, con la diferencia de que la llave está encima.
7338  La segunda fila contiene la ecuación junto con la segunda llave.
7339  Para evitar que haya demasiado espacio entre la llave superior en la primera
7340  fila y la ecuación hay que reducirlo.
7341  Esto no es fácil de hacer debido a un fallo de LyX.
7342 \begin_inset Foot
7343 status collapsed
7344
7345 \begin_layout Plain Layout
7346 \begin_inset CommandInset href
7347 LatexCommand href
7348 name "LyX-bug #1505"
7349 target "http://www.lyx.org/trac/ticket/1505"
7350
7351 \end_inset
7352
7353
7354 \end_layout
7355
7356 \end_inset
7357
7358  Una solución es cambiar la separación global de filas en la ecuación, 
7359 \series bold
7360
7361 \backslash
7362 jot
7363 \series default
7364
7365 \begin_inset Index idx
7366 status collapsed
7367
7368 \begin_layout Plain Layout
7369 Comandos ! J ! 
7370 \backslash
7371 jot
7372 \end_layout
7373
7374 \end_inset
7375
7376 , en -6
7377 \begin_inset space \thinspace{}
7378 \end_inset
7379
7380 pt insertando antes de la ecuación el comando 
7381 \series bold
7382
7383 \backslash
7384 setlength{
7385 \backslash
7386 jot}{-6pt}
7387 \series default
7388  en modo TeX.
7389  Después de la ecuación se vuelve al valor normal 3
7390 \begin_inset space \thinspace{}
7391 \end_inset
7392
7393 pt de 
7394 \series bold
7395
7396 \backslash
7397 jot
7398 \series default
7399  usando el mismo comando.
7400  Más información sobre separación de filas en ecuaciones en
7401 \begin_inset space ~
7402 \end_inset
7403
7404
7405 \begin_inset CommandInset ref
7406 LatexCommand ref
7407 reference "sub:Separación-de-líneas"
7408
7409 \end_inset
7410
7411 .
7412 \end_layout
7413
7414 \begin_layout Section
7415 Flechas
7416 \begin_inset Index idx
7417 status collapsed
7418
7419 \begin_layout Plain Layout
7420 Flechas
7421 \end_layout
7422
7423 \end_inset
7424
7425
7426 \end_layout
7427
7428 \begin_layout Standard
7429 Las flechas se pueden insertar con el botón 
7430 \begin_inset Info
7431 type  "icon"
7432 arg   "math-insert \\leftarrow"
7433 \end_inset
7434
7435  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
7436  siguientes.
7437 \end_layout
7438
7439 \begin_layout Subsection
7440 Flechas horizontales
7441 \begin_inset Index idx
7442 status collapsed
7443
7444 \begin_layout Plain Layout
7445 Flechas ! horizontales
7446 \end_layout
7447
7448 \end_inset
7449
7450
7451 \end_layout
7452
7453 \begin_layout Standard
7454 \begin_inset space \hfill{}
7455 \end_inset
7456
7457
7458 \begin_inset Tabular
7459 <lyxtabular version="3" rows="8" columns="2">
7460 <features rotate="0" tabularvalignment="middle">
7461 <column alignment="center" valignment="top" width="0pt">
7462 <column alignment="center" valignment="top" width="0pt">
7463 <row>
7464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7465 \begin_inset Text
7466
7467 \begin_layout Plain Layout
7468 Comando
7469 \end_layout
7470
7471 \end_inset
7472 </cell>
7473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7474 \begin_inset Text
7475
7476 \begin_layout Plain Layout
7477 Resultado
7478 \end_layout
7479
7480 \end_inset
7481 </cell>
7482 </row>
7483 <row>
7484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7485 \begin_inset Text
7486
7487 \begin_layout Plain Layout
7488
7489 \backslash
7490 gets
7491 \end_layout
7492
7493 \end_inset
7494 </cell>
7495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7496 \begin_inset Text
7497
7498 \begin_layout Plain Layout
7499 \begin_inset Formula $\gets$
7500 \end_inset
7501
7502
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 </row>
7508 <row>
7509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7510 \begin_inset Text
7511
7512 \begin_layout Plain Layout
7513
7514 \backslash
7515 Leftarrow
7516 \end_layout
7517
7518 \end_inset
7519 </cell>
7520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7521 \begin_inset Text
7522
7523 \begin_layout Plain Layout
7524 \begin_inset Formula $\Leftarrow$
7525 \end_inset
7526
7527
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 </row>
7533 <row>
7534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Plain Layout
7538
7539 \backslash
7540 longleftarrow
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549 \begin_inset Formula $\longleftarrow$
7550 \end_inset
7551
7552
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 </row>
7558 <row>
7559 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7560 \begin_inset Text
7561
7562 \begin_layout Plain Layout
7563
7564 \backslash
7565 Longleftarrow
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7571 \begin_inset Text
7572
7573 \begin_layout Plain Layout
7574 \begin_inset Formula $\Longleftarrow$
7575 \end_inset
7576
7577
7578 \end_layout
7579
7580 \end_inset
7581 </cell>
7582 </row>
7583 <row>
7584 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7585 \begin_inset Text
7586
7587 \begin_layout Plain Layout
7588
7589 \backslash
7590 leftharpoonup
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7596 \begin_inset Text
7597
7598 \begin_layout Plain Layout
7599 \begin_inset Formula $\leftharpoonup$
7600 \end_inset
7601
7602
7603 \end_layout
7604
7605 \end_inset
7606 </cell>
7607 </row>
7608 <row>
7609 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7610 \begin_inset Text
7611
7612 \begin_layout Plain Layout
7613
7614 \backslash
7615 leftharpoondown
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7621 \begin_inset Text
7622
7623 \begin_layout Plain Layout
7624 \begin_inset Formula $\leftharpoondown$
7625 \end_inset
7626
7627
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 </row>
7633 <row>
7634 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7635 \begin_inset Text
7636
7637 \begin_layout Plain Layout
7638
7639 \backslash
7640 hookleftarrow
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7646 \begin_inset Text
7647
7648 \begin_layout Plain Layout
7649 \begin_inset Formula $\hookleftarrow$
7650 \end_inset
7651
7652
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 </row>
7658 </lyxtabular>
7659
7660 \end_inset
7661
7662
7663 \begin_inset space \hfill{}
7664 \end_inset
7665
7666
7667 \begin_inset Tabular
7668 <lyxtabular version="3" rows="8" columns="2">
7669 <features rotate="0" tabularvalignment="middle">
7670 <column alignment="center" valignment="top" width="0pt">
7671 <column alignment="center" valignment="top" width="0pt">
7672 <row>
7673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677 Comando
7678 \end_layout
7679
7680 \end_inset
7681 </cell>
7682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Plain Layout
7686 Resultado
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 </row>
7692 <row>
7693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Plain Layout
7697
7698 \backslash
7699 to
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708 \begin_inset Formula $\to$
7709 \end_inset
7710
7711
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 </row>
7717 <row>
7718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722
7723 \backslash
7724 Rightarrow
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733 \begin_inset Formula $\Rightarrow$
7734 \end_inset
7735
7736
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 </row>
7742 <row>
7743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747
7748 \backslash
7749 longrightarrow
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7755 \begin_inset Text
7756
7757 \begin_layout Plain Layout
7758 \begin_inset Formula $\longrightarrow$
7759 \end_inset
7760
7761
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 </row>
7767 <row>
7768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7769 \begin_inset Text
7770
7771 \begin_layout Plain Layout
7772
7773 \backslash
7774 Longrightarrow
7775 \end_layout
7776
7777 \end_inset
7778 </cell>
7779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7780 \begin_inset Text
7781
7782 \begin_layout Plain Layout
7783 \begin_inset Formula $\Longrightarrow$
7784 \end_inset
7785
7786
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 </row>
7792 <row>
7793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7794 \begin_inset Text
7795
7796 \begin_layout Plain Layout
7797
7798 \backslash
7799 rightharpoonup
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7805 \begin_inset Text
7806
7807 \begin_layout Plain Layout
7808 \begin_inset Formula $\rightharpoonup$
7809 \end_inset
7810
7811
7812 \end_layout
7813
7814 \end_inset
7815 </cell>
7816 </row>
7817 <row>
7818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Plain Layout
7822
7823 \backslash
7824 rightharpoondown
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833 \begin_inset Formula $\rightharpoondown$
7834 \end_inset
7835
7836
7837 \end_layout
7838
7839 \end_inset
7840 </cell>
7841 </row>
7842 <row>
7843 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847
7848 \backslash
7849 hookrightarrow
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7855 \begin_inset Text
7856
7857 \begin_layout Plain Layout
7858 \begin_inset Formula $\hookrightarrow$
7859 \end_inset
7860
7861
7862 \end_layout
7863
7864 \end_inset
7865 </cell>
7866 </row>
7867 </lyxtabular>
7868
7869 \end_inset
7870
7871
7872 \begin_inset space \hfill{}
7873 \end_inset
7874
7875
7876 \end_layout
7877
7878 \begin_layout Standard
7879 \begin_inset space \hfill{}
7880 \end_inset
7881
7882
7883 \begin_inset Tabular
7884 <lyxtabular version="3" rows="6" columns="2">
7885 <features rotate="0" tabularvalignment="middle">
7886 <column alignment="center" valignment="top" width="0pt">
7887 <column alignment="center" valignment="top" width="0pt">
7888 <row>
7889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Plain Layout
7893 Comando
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902 Resultado
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 </row>
7908 <row>
7909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913
7914 \backslash
7915 leftrightarrow
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924 \begin_inset Formula $\leftrightarrow$
7925 \end_inset
7926
7927
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 </row>
7933 <row>
7934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938
7939 \backslash
7940 Leftrightarrow
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949 \begin_inset Formula $\Leftrightarrow$
7950 \end_inset
7951
7952
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 </row>
7958 <row>
7959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Plain Layout
7963
7964 \backslash
7965 longleftrightarrow
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Plain Layout
7974 \begin_inset Formula $\longleftrightarrow$
7975 \end_inset
7976
7977
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 </row>
7983 <row>
7984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988
7989 \backslash
7990 Longleftrightarrow
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Plain Layout
7999 \begin_inset Formula $\Longleftrightarrow$
8000 \end_inset
8001
8002
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 </row>
8008 <row>
8009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013
8014 \backslash
8015 rightleftharpoons
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024 \begin_inset Formula $\rightleftharpoons$
8025 \end_inset
8026
8027
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 </row>
8033 </lyxtabular>
8034
8035 \end_inset
8036
8037
8038 \begin_inset space \hspace{}
8039 \length 25pt
8040 \end_inset
8041
8042
8043 \begin_inset space \hfill{}
8044 \end_inset
8045
8046
8047 \begin_inset Tabular
8048 <lyxtabular version="3" rows="5" columns="2">
8049 <features rotate="0" tabularvalignment="middle">
8050 <column alignment="center" valignment="top" width="0pt">
8051 <column alignment="center" valignment="top" width="0pt">
8052 <row>
8053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057 Comando
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066 Resultado
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 </row>
8072 <row>
8073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077
8078 \backslash
8079 mapsto
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088 \begin_inset Formula $\mapsto$
8089 \end_inset
8090
8091
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 </row>
8097 <row>
8098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102
8103 \backslash
8104 longmapsto
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113 \begin_inset Formula $\longmapsto$
8114 \end_inset
8115
8116
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 </row>
8122 <row>
8123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127
8128 \backslash
8129 leadsto
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138 \begin_inset Formula $\leadsto$
8139 \end_inset
8140
8141
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 </row>
8147 <row>
8148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152
8153 \backslash
8154 dasharrow
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163 \begin_inset Formula $\dasharrow$
8164 \end_inset
8165
8166
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 </row>
8172 </lyxtabular>
8173
8174 \end_inset
8175
8176
8177 \begin_inset space \hfill{}
8178 \end_inset
8179
8180
8181 \begin_inset VSpace medskip
8182 \end_inset
8183
8184
8185 \end_layout
8186
8187 \begin_layout Standard
8188 Las flechas que se utilizan como acentos, p.
8189 \begin_inset space \thinspace{}
8190 \end_inset
8191
8192 e.
8193  en vectores, se describen en 
8194 \begin_inset CommandInset ref
8195 LatexCommand ref
8196 reference "sec:Acentos"
8197
8198 \end_inset
8199
8200 .
8201  
8202 \begin_inset VSpace bigskip
8203 \end_inset
8204
8205
8206 \end_layout
8207
8208 \begin_layout Standard
8209 Además hay las flechas etiquetadas
8210 \begin_inset Index idx
8211 status collapsed
8212
8213 \begin_layout Plain Layout
8214 Flechas ! etiquetadas
8215 \end_layout
8216
8217 \end_inset
8218
8219  
8220 \series bold
8221
8222 \backslash
8223 xleftarrow
8224 \series default
8225
8226 \begin_inset Index idx
8227 status collapsed
8228
8229 \begin_layout Plain Layout
8230 Comandos ! X ! 
8231 \backslash
8232 xleftarrow
8233 \end_layout
8234
8235 \end_inset
8236
8237  y 
8238 \series bold
8239
8240 \backslash
8241 xrightarrow
8242 \series default
8243
8244 \begin_inset Index idx
8245 status collapsed
8246
8247 \begin_layout Plain Layout
8248 Comandos ! X ! 
8249 \backslash
8250 xrightarrow
8251 \begin_inset ERT
8252 status collapsed
8253
8254 \begin_layout Plain Layout
8255
8256
8257 \backslash
8258 vspace{4mm}
8259 \end_layout
8260
8261 \end_inset
8262
8263
8264 \end_layout
8265
8266 \end_inset
8267
8268 .
8269  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8270  con dos marcos azules donde se puede insertar la etiqueta.
8271  La longitud de la flecha se adapta a la anchura de la etiqueta.
8272 \end_layout
8273
8274 \begin_layout Standard
8275 \noindent
8276 \align center
8277 \begin_inset Tabular
8278 <lyxtabular version="3" rows="3" columns="2">
8279 <features rotate="0" tabularvalignment="middle">
8280 <column alignment="center" valignment="top">
8281 <column alignment="center" valignment="top">
8282 <row>
8283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 Comando
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296 Resultado
8297 \begin_inset Note Note
8298 status collapsed
8299
8300 \begin_layout Plain Layout
8301
8302 \series bold
8303
8304 \backslash
8305 raisebox
8306 \series default
8307  se usa sólo como espaciador
8308 \end_layout
8309
8310 \end_inset
8311
8312
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 </row>
8318 <row>
8319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 F(a)
8324 \backslash
8325 xleftarrow
8326 \begin_inset space \textvisiblespace{}
8327 \end_inset
8328
8329 x=a
8330 \begin_inset Formula $\downarrow$
8331 \end_inset
8332
8333 x>0
8334 \begin_inset Formula $\to$
8335 \end_inset
8336
8337 F(x)
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8347 \end_inset
8348
8349
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 </row>
8355 <row>
8356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360 F(x)
8361 \backslash
8362 xrightarrow
8363 \begin_inset space \textvisiblespace{}
8364 \end_inset
8365
8366 x=a
8367 \begin_inset Formula $\downarrow$
8368 \end_inset
8369
8370 x>0
8371 \begin_inset Formula $\to$
8372 \end_inset
8373
8374 F(a)
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8384 \end_inset
8385
8386
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 </row>
8392 </lyxtabular>
8393
8394 \end_inset
8395
8396
8397 \end_layout
8398
8399 \begin_layout Subsection
8400 Flechas verticales y diagonales
8401 \begin_inset Index idx
8402 status collapsed
8403
8404 \begin_layout Plain Layout
8405 Flechas ! diagonales
8406 \end_layout
8407
8408 \end_inset
8409
8410
8411 \begin_inset Index idx
8412 status collapsed
8413
8414 \begin_layout Plain Layout
8415 Flechas ! verticales
8416 \end_layout
8417
8418 \end_inset
8419
8420
8421 \end_layout
8422
8423 \begin_layout Standard
8424 \begin_inset space \hfill{}
8425 \end_inset
8426
8427
8428 \begin_inset Tabular
8429 <lyxtabular version="3" rows="7" columns="2">
8430 <features rotate="0" tabularvalignment="middle">
8431 <column alignment="center" valignment="top" width="0pt">
8432 <column alignment="center" valignment="top" width="0pt">
8433 <row>
8434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438 Comando
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447 Resultado
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 </row>
8453 <row>
8454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458
8459 \backslash
8460 uparrow
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8466 \begin_inset Text
8467
8468 \begin_layout Plain Layout
8469 \begin_inset Formula $\uparrow$
8470 \end_inset
8471
8472
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 </row>
8478 <row>
8479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483
8484 \backslash
8485 Uparrow
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494 \begin_inset Formula $\Uparrow$
8495 \end_inset
8496
8497
8498 \end_layout
8499
8500 \end_inset
8501 </cell>
8502 </row>
8503 <row>
8504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508
8509 \backslash
8510 updownarrow
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519 \begin_inset Formula $\updownarrow$
8520 \end_inset
8521
8522
8523 \end_layout
8524
8525 \end_inset
8526 </cell>
8527 </row>
8528 <row>
8529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533
8534 \backslash
8535 Updownarrow
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544 \begin_inset Formula $\Updownarrow$
8545 \end_inset
8546
8547
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 </row>
8553 <row>
8554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558
8559 \backslash
8560 Downarrow
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Plain Layout
8569 \begin_inset Formula $\Downarrow$
8570 \end_inset
8571
8572
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 </row>
8578 <row>
8579 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583
8584 \backslash
8585 downarrow
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594 \begin_inset Formula $\downarrow$
8595 \end_inset
8596
8597
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 </row>
8603 </lyxtabular>
8604
8605 \end_inset
8606
8607
8608 \begin_inset space \hfill{}
8609 \end_inset
8610
8611
8612 \begin_inset Tabular
8613 <lyxtabular version="3" rows="5" columns="2">
8614 <features rotate="0" tabularvalignment="middle">
8615 <column alignment="center" valignment="top" width="0pt">
8616 <column alignment="center" valignment="top" width="0pt">
8617 <row>
8618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622 Comando
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631 Resultado
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 </row>
8637 <row>
8638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642
8643 \backslash
8644 nearrow
8645 \end_layout
8646
8647 \end_inset
8648 </cell>
8649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653 \begin_inset Formula $\nearrow$
8654 \end_inset
8655
8656
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 </row>
8662 <row>
8663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667
8668 \backslash
8669 searrow
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678 \begin_inset Formula $\searrow$
8679 \end_inset
8680
8681
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 </row>
8687 <row>
8688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8689 \begin_inset Text
8690
8691 \begin_layout Plain Layout
8692
8693 \backslash
8694 swarrow
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703 \begin_inset Formula $\swarrow$
8704 \end_inset
8705
8706
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 </row>
8712 <row>
8713 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717
8718 \backslash
8719 nwarrow
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728 \begin_inset Formula $\nwarrow$
8729 \end_inset
8730
8731
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 </row>
8737 </lyxtabular>
8738
8739 \end_inset
8740
8741
8742 \begin_inset space \hfill{}
8743 \end_inset
8744
8745
8746 \end_layout
8747
8748 \begin_layout Standard
8749 \begin_inset VSpace medskip
8750 \end_inset
8751
8752
8753 \end_layout
8754
8755 \begin_layout Standard
8756 Las flechas verticales también se pueden usar como delimitadores junto con
8757  los comandos descritos en
8758 \begin_inset space ~
8759 \end_inset
8760
8761
8762 \begin_inset CommandInset ref
8763 LatexCommand ref
8764 reference "sub:Tamaño-manual-de"
8765
8766 \end_inset
8767
8768  y 
8769 \begin_inset CommandInset ref
8770 LatexCommand ref
8771 reference "sub:Tamaño-automático-de"
8772
8773 \end_inset
8774
8775 .
8776 \end_layout
8777
8778 \begin_layout Standard
8779 \noindent
8780 \align center
8781 \begin_inset Newpage newpage
8782 \end_inset
8783
8784
8785 \end_layout
8786
8787 \begin_layout Section
8788 Acentos
8789 \begin_inset CommandInset label
8790 LatexCommand label
8791 name "sec:Acentos"
8792
8793 \end_inset
8794
8795
8796 \begin_inset Index idx
8797 status collapsed
8798
8799 \begin_layout Plain Layout
8800 Acentos
8801 \end_layout
8802
8803 \end_inset
8804
8805
8806 \end_layout
8807
8808 \begin_layout Standard
8809 Los acentos se pueden insertar con el botón 
8810 \begin_inset Info
8811 type  "icon"
8812 arg   "math-insert \\hat"
8813 \end_inset
8814
8815  o mediante los comandos listados en las siguientes subsecciones.
8816 \end_layout
8817
8818 \begin_layout Subsection
8819 Acentos para un carácter
8820 \begin_inset ERT
8821 status collapsed
8822
8823 \begin_layout Plain Layout
8824
8825
8826 \backslash
8827 texorpdfstring{
8828 \end_layout
8829
8830 \end_inset
8831
8832
8833 \begin_inset Foot
8834 status collapsed
8835
8836 \begin_layout Plain Layout
8837 Para acentos en texto, véase 
8838 \begin_inset CommandInset ref
8839 LatexCommand ref
8840 reference "sub:Acentos-en-texto"
8841
8842 \end_inset
8843
8844
8845 \end_layout
8846
8847 \end_inset
8848
8849
8850 \begin_inset ERT
8851 status collapsed
8852
8853 \begin_layout Plain Layout
8854
8855 }{}
8856 \end_layout
8857
8858 \end_inset
8859
8860
8861 \begin_inset Note Note
8862 status collapsed
8863
8864 \begin_layout Plain Layout
8865
8866 \series bold
8867
8868 \backslash
8869 texorpdfstring
8870 \series default
8871  se usa para evitar que la nota al pie aparezca en los marcadores PDF.
8872 \end_layout
8873
8874 \begin_layout Plain Layout
8875 Más sobre 
8876 \series bold
8877
8878 \backslash
8879 texorpdfstring
8880 \series default
8881  en la sección 
8882 \begin_inset CommandInset ref
8883 LatexCommand ref
8884 reference "sub:Ecuaciones-en-encabezados"
8885
8886 \end_inset
8887
8888 .
8889 \end_layout
8890
8891 \end_inset
8892
8893
8894 \begin_inset CommandInset label
8895 LatexCommand label
8896 name "sub:Acentos-para-un"
8897
8898 \end_inset
8899
8900
8901 \begin_inset Index idx
8902 status collapsed
8903
8904 \begin_layout Plain Layout
8905 Acentos ! para un carácter
8906 \end_layout
8907
8908 \end_inset
8909
8910
8911 \end_layout
8912
8913 \begin_layout Standard
8914 \begin_inset space \hfill{}
8915 \end_inset
8916
8917
8918 \begin_inset Tabular
8919 <lyxtabular version="3" rows="8" columns="2">
8920 <features rotate="0" tabularvalignment="middle">
8921 <column alignment="center" valignment="top" width="0pt">
8922 <column alignment="center" valignment="top" width="0pt">
8923 <row>
8924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928 Comando
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937 Resultado
8938 \begin_inset Note Note
8939 status collapsed
8940
8941 \begin_layout Plain Layout
8942
8943 \series bold
8944
8945 \backslash
8946 raisebox
8947 \series default
8948  se usa sólo como espaciador
8949 \end_layout
8950
8951 \end_inset
8952
8953
8954 \end_layout
8955
8956 \end_inset
8957 </cell>
8958 </row>
8959 <row>
8960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964
8965 \backslash
8966 dot
8967 \begin_inset space \textvisiblespace{}
8968 \end_inset
8969
8970 A
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
8980 \end_inset
8981
8982
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 </row>
8988 <row>
8989 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993
8994 \backslash
8995 ddot
8996 \begin_inset space \textvisiblespace{}
8997 \end_inset
8998
8999 A
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9009 \end_inset
9010
9011
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 </row>
9017 <row>
9018 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022
9023 \backslash
9024 dddot
9025 \begin_inset space \textvisiblespace{}
9026 \end_inset
9027
9028 A
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9038 \end_inset
9039
9040
9041 \end_layout
9042
9043 \end_inset
9044 </cell>
9045 </row>
9046 <row>
9047 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051
9052 \backslash
9053 ddddot
9054 \begin_inset space \textvisiblespace{}
9055 \end_inset
9056
9057 A
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9067 \end_inset
9068
9069
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 </row>
9075 <row>
9076 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080
9081 \backslash
9082 vec
9083 \begin_inset space \textvisiblespace{}
9084 \end_inset
9085
9086 A
9087 \begin_inset Index idx
9088 status collapsed
9089
9090 \begin_layout Plain Layout
9091 Vectores
9092 \end_layout
9093
9094 \end_inset
9095
9096
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9102 \begin_inset Text
9103
9104 \begin_layout Plain Layout
9105 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9106 \end_inset
9107
9108
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 </row>
9114 <row>
9115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Plain Layout
9119
9120 \backslash
9121 bar
9122 \begin_inset space \textvisiblespace{}
9123 \end_inset
9124
9125 A
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9135 \end_inset
9136
9137
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 </row>
9143 <row>
9144 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148
9149 \backslash
9150 mathring
9151 \begin_inset space \textvisiblespace{}
9152 \end_inset
9153
9154 A
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9164 \end_inset
9165
9166
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 </row>
9172 </lyxtabular>
9173
9174 \end_inset
9175
9176
9177 \begin_inset space \hfill{}
9178 \end_inset
9179
9180
9181 \begin_inset Tabular
9182 <lyxtabular version="3" rows="7" columns="2">
9183 <features rotate="0" tabularvalignment="middle">
9184 <column alignment="center" valignment="top" width="0pt">
9185 <column alignment="center" valignment="top" width="0pt">
9186 <row>
9187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191 Comando
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200 Resultado
9201 \begin_inset Note Note
9202 status collapsed
9203
9204 \begin_layout Plain Layout
9205
9206 \series bold
9207
9208 \backslash
9209 raisebox
9210 \series default
9211  se usa sólo como espaciador
9212 \end_layout
9213
9214 \end_inset
9215
9216
9217 \end_layout
9218
9219 \end_inset
9220 </cell>
9221 </row>
9222 <row>
9223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227
9228 \backslash
9229 tilde
9230 \begin_inset space \textvisiblespace{}
9231 \end_inset
9232
9233 A
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Plain Layout
9242 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9243 \end_inset
9244
9245
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 </row>
9251 <row>
9252 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9253 \begin_inset Text
9254
9255 \begin_layout Plain Layout
9256
9257 \backslash
9258 hat
9259 \begin_inset space \textvisiblespace{}
9260 \end_inset
9261
9262 A
9263 \end_layout
9264
9265 \end_inset
9266 </cell>
9267 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9268 \begin_inset Text
9269
9270 \begin_layout Plain Layout
9271 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9272 \end_inset
9273
9274
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 </row>
9280 <row>
9281 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285
9286 \backslash
9287 check
9288 \begin_inset space \textvisiblespace{}
9289 \end_inset
9290
9291 A
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9301 \end_inset
9302
9303
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 </row>
9309 <row>
9310 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Plain Layout
9314
9315 \backslash
9316 acute
9317 \begin_inset space \textvisiblespace{}
9318 \end_inset
9319
9320 A
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Plain Layout
9329 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9330 \end_inset
9331
9332
9333 \end_layout
9334
9335 \end_inset
9336 </cell>
9337 </row>
9338 <row>
9339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9340 \begin_inset Text
9341
9342 \begin_layout Plain Layout
9343
9344 \backslash
9345 grave
9346 \begin_inset space \textvisiblespace{}
9347 \end_inset
9348
9349 A
9350 \end_layout
9351
9352 \end_inset
9353 </cell>
9354 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9355 \begin_inset Text
9356
9357 \begin_layout Plain Layout
9358 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9359 \end_inset
9360
9361
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 </row>
9367 <row>
9368 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Plain Layout
9372
9373 \backslash
9374 breve
9375 \begin_inset space \textvisiblespace{}
9376 \end_inset
9377
9378 A
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9388 \end_inset
9389
9390
9391 \end_layout
9392
9393 \end_inset
9394 </cell>
9395 </row>
9396 </lyxtabular>
9397
9398 \end_inset
9399
9400
9401 \begin_inset space \hfill{}
9402 \end_inset
9403
9404
9405 \end_layout
9406
9407 \begin_layout Standard
9408 \begin_inset VSpace bigskip
9409 \end_inset
9410
9411
9412 \end_layout
9413
9414 \begin_layout Standard
9415 En ecuaciones se pueden insertar acentos como 
9416 \begin_inset Quotes fld
9417 \end_inset
9418
9419 é
9420 \begin_inset Quotes frd
9421 \end_inset
9422
9423  directamente.
9424  LyX los transformará al comando de acento correspondiente.
9425  Para poner diéresis
9426 \begin_inset Index idx
9427 status collapsed
9428
9429 \begin_layout Plain Layout
9430 Dieresis@Diéresis
9431 \end_layout
9432
9433 \end_inset
9434
9435  es mejor insertar comillas antes de la vocal.
9436  Estos dos caracteres son considerados por LaTeX como 
9437 \emph on
9438 un solo
9439 \emph default
9440  carácter si la parte de la ecuación con la diéresis se marca en idioma
9441  alemán.
9442 \begin_inset Foot
9443 status collapsed
9444
9445 \begin_layout Plain Layout
9446 O algún otro idioma que use acentos, p.
9447 \begin_inset space \thinspace{}
9448 \end_inset
9449
9450 e.
9451  catalán.
9452  Aunque esto no funciona en español por algún conflicto con el estilo 
9453 \series bold
9454 spanish
9455 \series default
9456  de 
9457 \series bold
9458 babel
9459 \series default
9460 , no es necesario: se puede escribir 
9461 \begin_inset Formula $ï$
9462 \end_inset
9463
9464  en una ecuación igual que se hace en texto normal, ï.
9465  (
9466 \emph on
9467 N.
9468 \begin_inset space \thinspace{}
9469 \end_inset
9470
9471 del t.
9472 \emph default
9473 )
9474 \end_layout
9475
9476 \end_inset
9477
9478  A diferencia de 
9479 \series bold
9480
9481 \backslash
9482 ddot
9483 \series default
9484 , con este método se generan diéresis 
9485 \begin_inset Quotes fld
9486 \end_inset
9487
9488 reales
9489 \begin_inset Quotes frd
9490 \end_inset
9491
9492 , como se demuestra en el siguiente ejemplo:
9493 \begin_inset VSpace -2mm
9494 \end_inset
9495
9496
9497 \end_layout
9498
9499 \begin_layout Standard
9500 \noindent
9501 \align center
9502 \begin_inset Tabular
9503 <lyxtabular version="3" rows="3" columns="2">
9504 <features rotate="0" tabularvalignment="middle">
9505 <column alignment="center" valignment="top">
9506 <column alignment="center" valignment="top">
9507 <row>
9508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9509 \begin_inset Text
9510
9511 \begin_layout Plain Layout
9512 Comando
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Plain Layout
9521 Resultado
9522 \begin_inset Note Note
9523 status collapsed
9524
9525 \begin_layout Plain Layout
9526
9527 \series bold
9528
9529 \backslash
9530 raisebox
9531 \series default
9532  se usa sólo como espaciador.
9533 \end_layout
9534
9535 \end_inset
9536
9537
9538 \end_layout
9539
9540 \end_inset
9541 </cell>
9542 </row>
9543 <row>
9544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9545 \begin_inset Text
9546
9547 \begin_layout Plain Layout
9548 ï
9549 \end_layout
9550
9551 \end_inset
9552 </cell>
9553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9554 \begin_inset Text
9555
9556 \begin_layout Plain Layout
9557 \begin_inset Formula $ï$
9558 \end_inset
9559
9560
9561 \end_layout
9562
9563 \end_inset
9564 </cell>
9565 </row>
9566 <row>
9567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9568 \begin_inset Text
9569
9570 \begin_layout Plain Layout
9571
9572 \backslash
9573 ddot
9574 \begin_inset space \textvisiblespace{}
9575 \end_inset
9576
9577 i
9578 \end_layout
9579
9580 \end_inset
9581 </cell>
9582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9587 \end_inset
9588
9589
9590 \end_layout
9591
9592 \end_inset
9593 </cell>
9594 </row>
9595 </lyxtabular>
9596
9597 \end_inset
9598
9599
9600 \end_layout
9601
9602 \begin_layout Standard
9603 Otra ventaja frente a 
9604 \series bold
9605
9606 \backslash
9607 ddot
9608 \series default
9609  es que la diéresis puede convertirse directamente a texto matemático, porque
9610  los anteriores comandos para acentos 
9611 \emph on
9612 no están permitidos en texto matemático
9613 \emph default
9614 .
9615  Para convertir un carácter acentuado a texto matemático, se debe convertir
9616  sólo el carácter bajo el acento.
9617  Esto también se aplica para otras conversiones, p.
9618 \begin_inset space \thinspace{}
9619 \end_inset
9620
9621 e.
9622 \begin_inset space ~
9623 \end_inset
9624
9625 cursiva o negrita.
9626 \end_layout
9627
9628 \begin_layout Standard
9629 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
9630 \end_layout
9631
9632 \begin_layout Standard
9633 \begin_inset VSpace bigskip
9634 \end_inset
9635
9636
9637 \end_layout
9638
9639 \begin_layout Standard
9640
9641 \lang english
9642 LyX also supports a tilde under the character if the LaTeX-package
9643 \lang spanish
9644  
9645 \series bold
9646 undertilde
9647 \series default
9648
9649 \begin_inset Index idx
9650 status collapsed
9651
9652 \begin_layout Plain Layout
9653 Paquetes ! undertilde
9654 \end_layout
9655
9656 \end_inset
9657
9658  
9659 \lang english
9660 is installed on your system:
9661 \end_layout
9662
9663 \begin_layout Standard
9664 \begin_inset ERT
9665 status collapsed
9666
9667 \begin_layout Plain Layout
9668
9669
9670 \backslash
9671 ifundertilde 
9672 \end_layout
9673
9674 \end_inset
9675
9676
9677 \begin_inset Note Note
9678 status open
9679
9680 \begin_layout Plain Layout
9681 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
9682 \series bold
9683 undertilde
9684 \series default
9685  está instalado.
9686 \end_layout
9687
9688 \end_inset
9689
9690
9691 \end_layout
9692
9693 \begin_layout Standard
9694 \noindent
9695 \align center
9696 \begin_inset Tabular
9697 <lyxtabular version="3" rows="2" columns="2">
9698 <features rotate="0" tabularvalignment="middle">
9699 <column alignment="center" valignment="top" width="0pt">
9700 <column alignment="center" valignment="top" width="0pt">
9701 <row>
9702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9703 \begin_inset Text
9704
9705 \begin_layout Plain Layout
9706 Comando
9707 \end_layout
9708
9709 \end_inset
9710 </cell>
9711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9712 \begin_inset Text
9713
9714 \begin_layout Plain Layout
9715 Resultado
9716 \end_layout
9717
9718 \end_inset
9719 </cell>
9720 </row>
9721 <row>
9722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9723 \begin_inset Text
9724
9725 \begin_layout Plain Layout
9726
9727 \backslash
9728 utilde
9729 \begin_inset space \textvisiblespace{}
9730 \end_inset
9731
9732 A
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
9742 \end_inset
9743
9744
9745 \end_layout
9746
9747 \end_inset
9748 </cell>
9749 </row>
9750 </lyxtabular>
9751
9752 \end_inset
9753
9754
9755 \end_layout
9756
9757 \begin_layout Standard
9758 \begin_inset ERT
9759 status collapsed
9760
9761 \begin_layout Plain Layout
9762
9763
9764 \backslash
9765 else
9766 \end_layout
9767
9768 \end_inset
9769
9770
9771 \begin_inset Note Note
9772 status open
9773
9774 \begin_layout Plain Layout
9775 Lo que sigue se verá en la salida si el paquete LaTeX 
9776 \series bold
9777 undertilde
9778 \series default
9779  no está instalado:
9780 \end_layout
9781
9782 \end_inset
9783
9784
9785 \end_layout
9786
9787 \begin_layout Standard
9788 Debes instalar el paquete LaTeX 
9789 \series bold
9790 undertilde
9791 \series default
9792  para ver en la salida el resto de esta subsección.
9793 \end_layout
9794
9795 \begin_layout Standard
9796 \begin_inset ERT
9797 status collapsed
9798
9799 \begin_layout Plain Layout
9800
9801
9802 \backslash
9803 fi
9804 \end_layout
9805
9806 \end_inset
9807
9808
9809 \end_layout
9810
9811 \begin_layout Subsection
9812 Acentos para varios caracteres
9813 \begin_inset Index idx
9814 status collapsed
9815
9816 \begin_layout Plain Layout
9817 Acentos ! en varios caracteres
9818 \end_layout
9819
9820 \end_inset
9821
9822
9823 \end_layout
9824
9825 \begin_layout Standard
9826 \begin_inset space \hfill{}
9827 \end_inset
9828
9829
9830 \begin_inset Tabular
9831 <lyxtabular version="3" rows="5" columns="2">
9832 <features rotate="0" tabularvalignment="middle">
9833 <column alignment="center" valignment="top" width="0pt">
9834 <column alignment="center" valignment="top" width="0pt">
9835 <row>
9836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9837 \begin_inset Text
9838
9839 \begin_layout Plain Layout
9840 Comando
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849 Resultado
9850 \begin_inset Note Note
9851 status collapsed
9852
9853 \begin_layout Plain Layout
9854
9855 \series bold
9856
9857 \backslash
9858 raisebox
9859 \series default
9860  se usa sólo como espaciador
9861 \end_layout
9862
9863 \end_inset
9864
9865
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 </row>
9871 <row>
9872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876
9877 \backslash
9878 overleftarrow
9879 \begin_inset space \textvisiblespace{}
9880 \end_inset
9881
9882 A=B
9883 \end_layout
9884
9885 \end_inset
9886 </cell>
9887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Plain Layout
9891 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
9892 \end_inset
9893
9894
9895 \end_layout
9896
9897 \end_inset
9898 </cell>
9899 </row>
9900 <row>
9901 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905
9906 \backslash
9907 underleftarrow
9908 \begin_inset space \textvisiblespace{}
9909 \end_inset
9910
9911 A=B
9912 \end_layout
9913
9914 \end_inset
9915 </cell>
9916 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9917 \begin_inset Text
9918
9919 \begin_layout Plain Layout
9920 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
9921 \end_inset
9922
9923
9924 \end_layout
9925
9926 \end_inset
9927 </cell>
9928 </row>
9929 <row>
9930 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Plain Layout
9934
9935 \backslash
9936 overleftrightarrow
9937 \begin_inset space \textvisiblespace{}
9938 \end_inset
9939
9940 A=B
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9946 \begin_inset Text
9947
9948 \begin_layout Plain Layout
9949 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9950 \end_inset
9951
9952
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 </row>
9958 <row>
9959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9960 \begin_inset Text
9961
9962 \begin_layout Plain Layout
9963
9964 \backslash
9965 underleftrightarrow
9966 \begin_inset space \textvisiblespace{}
9967 \end_inset
9968
9969 A=B
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
9979 \end_inset
9980
9981
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 </row>
9987 </lyxtabular>
9988
9989 \end_inset
9990
9991
9992 \begin_inset space \hfill{}
9993 \end_inset
9994
9995
9996 \begin_inset Tabular
9997 <lyxtabular version="3" rows="5" columns="2">
9998 <features rotate="0" tabularvalignment="middle">
9999 <column alignment="center" valignment="top" width="0pt">
10000 <column alignment="center" valignment="top" width="0pt">
10001 <row>
10002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10003 \begin_inset Text
10004
10005 \begin_layout Plain Layout
10006 Comando
10007 \end_layout
10008
10009 \end_inset
10010 </cell>
10011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015 Resultado
10016 \begin_inset Note Note
10017 status collapsed
10018
10019 \begin_layout Plain Layout
10020
10021 \series bold
10022
10023 \backslash
10024 raisebox
10025 \series default
10026  se usa sólo como espaciador
10027 \end_layout
10028
10029 \end_inset
10030
10031
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 </row>
10037 <row>
10038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10039 \begin_inset Text
10040
10041 \begin_layout Plain Layout
10042
10043 \backslash
10044 overrightarrow
10045 \begin_inset space \textvisiblespace{}
10046 \end_inset
10047
10048 A=B
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10058 \end_inset
10059
10060
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 </row>
10066 <row>
10067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071
10072 \backslash
10073 underrightarrow
10074 \begin_inset space \textvisiblespace{}
10075 \end_inset
10076
10077 A=B
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Plain Layout
10086 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10087 \end_inset
10088
10089
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 </row>
10095 <row>
10096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100
10101 \backslash
10102 widetilde
10103 \begin_inset space \textvisiblespace{}
10104 \end_inset
10105
10106 A=B
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Plain Layout
10115 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10116 \end_inset
10117
10118
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 </row>
10124 <row>
10125 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Plain Layout
10129
10130 \backslash
10131 widehat
10132 \begin_inset space \textvisiblespace{}
10133 \end_inset
10134
10135 A=B
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10145 \end_inset
10146
10147
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 </row>
10153 </lyxtabular>
10154
10155 \end_inset
10156
10157
10158 \begin_inset space \hfill{}
10159 \end_inset
10160
10161
10162 \end_layout
10163
10164 \begin_layout Standard
10165 \begin_inset VSpace medskip
10166 \end_inset
10167
10168
10169 \end_layout
10170
10171 \begin_layout Standard
10172 Con estos comandos se pueden acentuar tantos caracteres como quieras.
10173  Pero los acentos 
10174 \series bold
10175
10176 \backslash
10177 widetilde
10178 \series default
10179  y 
10180 \series bold
10181
10182 \backslash
10183 widehat
10184 \series default
10185  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
10186  ejemplo:
10187 \begin_inset Formula 
10188 \[
10189 \widetilde{A+B=C-D}
10190 \]
10191
10192 \end_inset
10193
10194
10195 \end_layout
10196
10197 \begin_layout Standard
10198 Con los comandos 
10199 \series bold
10200
10201 \backslash
10202 overset
10203 \series default
10204
10205 \begin_inset Index idx
10206 status collapsed
10207
10208 \begin_layout Plain Layout
10209 Comandos ! O ! 
10210 \backslash
10211 overset
10212 \end_layout
10213
10214 \end_inset
10215
10216  y 
10217 \series bold
10218
10219 \backslash
10220 underset
10221 \series default
10222
10223 \begin_inset Index idx
10224 status collapsed
10225
10226 \begin_layout Plain Layout
10227 Comandos ! U ! 
10228 \backslash
10229 underset
10230 \end_layout
10231
10232 \end_inset
10233
10234 , descritos en la subsección anterior, también se pueden acentuar varios
10235  caracteres.
10236  El comando 
10237 \series bold
10238
10239 \backslash
10240 underset
10241 \begin_inset space \textvisiblespace{}
10242 \end_inset
10243
10244 A=B
10245 \begin_inset Formula $\downarrow$
10246 \end_inset
10247
10248 ***
10249 \series default
10250  da:
10251 \begin_inset Formula 
10252 \[
10253 \underset{***}{A=B}
10254 \]
10255
10256 \end_inset
10257
10258
10259 \end_layout
10260
10261 \begin_layout Section
10262 Espacios
10263 \begin_inset CommandInset label
10264 LatexCommand label
10265 name "sec:Espacio"
10266
10267 \end_inset
10268
10269
10270 \begin_inset Index idx
10271 status collapsed
10272
10273 \begin_layout Plain Layout
10274 Espacio ! horizontal
10275 \end_layout
10276
10277 \end_inset
10278
10279
10280 \end_layout
10281
10282 \begin_layout Subsection
10283 Espacio predefinido
10284 \begin_inset CommandInset label
10285 LatexCommand label
10286 name "sub:Espacio-predefinido"
10287
10288 \end_inset
10289
10290
10291 \begin_inset Index idx
10292 status collapsed
10293
10294 \begin_layout Plain Layout
10295 Espacio ! horizontal ! predefinido
10296 \end_layout
10297
10298 \end_inset
10299
10300
10301 \end_layout
10302
10303 \begin_layout Standard
10304 A veces es necesario insertar espacio horizontal en una ecuación.
10305  Esto se hace insertando un espacio protegido (atajo 
10306 \family sans
10307 Ctrl+Espacio
10308 \family default
10309 ).
10310  Aparece un 
10311 \begin_inset Quotes fld
10312 \end_inset
10313
10314
10315 \color black
10316
10317 \begin_inset space \textvisiblespace{}
10318 \end_inset
10319
10320
10321 \color inherit
10322
10323 \begin_inset Quotes frd
10324 \end_inset
10325
10326 , y pulsando 
10327 \family sans
10328 Espacio
10329 \family default
10330  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
10331  espacio.
10332  También se pueden insertar espacios mediante el botón 
10333 \begin_inset Info
10334 type  "icon"
10335 arg   "math-insert \\space"
10336 \end_inset
10337
10338  de la barra de ecuaciones o con comandos especiales.
10339  Independientemente del comando insertado, se puede seleccionar un nuevo
10340  tamaño pulsando acto seguido 
10341 \family sans
10342 Espacio.
10343  
10344 \end_layout
10345
10346 \begin_layout Standard
10347 \noindent
10348 \align center
10349 \begin_inset Tabular
10350 <lyxtabular version="3" rows="6" columns="3">
10351 <features rotate="0" tabularvalignment="middle">
10352 <column alignment="center" valignment="top">
10353 <column alignment="center" valignment="top" width="14col%">
10354 <column alignment="center" valignment="top">
10355 <row>
10356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360 Comando
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10366 \begin_inset Text
10367
10368 \begin_layout Plain Layout
10369 Número de pulsaciones de 
10370 \family sans
10371 Espacio
10372 \end_layout
10373
10374 \end_inset
10375 </cell>
10376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10377 \begin_inset Text
10378
10379 \begin_layout Plain Layout
10380 Resultado
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 </row>
10386 <row>
10387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10388 \begin_inset Text
10389
10390 \begin_layout Plain Layout
10391
10392 \backslash
10393 ,
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402 0
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411 \begin_inset Formula $A\, B$
10412 \end_inset
10413
10414
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 </row>
10420 <row>
10421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425
10426 \backslash
10427 :
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436 1
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445 \begin_inset Formula $A\: B$
10446 \end_inset
10447
10448
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 </row>
10454 <row>
10455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459
10460 \backslash
10461 ;
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470 2
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10476 \begin_inset Text
10477
10478 \begin_layout Plain Layout
10479 \begin_inset Formula $A\; B$
10480 \end_inset
10481
10482
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 </row>
10488 <row>
10489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10490 \begin_inset Text
10491
10492 \begin_layout Plain Layout
10493
10494 \backslash
10495 quad
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504 3
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Plain Layout
10513 \begin_inset Formula $A\quad B$
10514 \end_inset
10515
10516
10517 \end_layout
10518
10519 \end_inset
10520 </cell>
10521 </row>
10522 <row>
10523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527
10528 \backslash
10529 qquad
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 4
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547 \begin_inset Formula $A\qquad B$
10548 \end_inset
10549
10550
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 </row>
10556 </lyxtabular>
10557
10558 \end_inset
10559
10560
10561 \begin_inset space \hfill{}
10562 \end_inset
10563
10564
10565 \begin_inset Tabular
10566 <lyxtabular version="3" rows="6" columns="3">
10567 <features rotate="0" tabularvalignment="middle">
10568 <column alignment="center" valignment="top">
10569 <column alignment="center" valignment="top" width="14col%">
10570 <column alignment="center" valignment="top">
10571 <row>
10572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576 Comando
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585 Número de pulsaciones de 
10586 \family sans
10587 Espacio
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596 Resultado
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 </row>
10602 <row>
10603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607
10608 \backslash
10609 hfill
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Plain Layout
10618 5
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627 \begin_inset Formula $A\hfill B$
10628 \end_inset
10629
10630
10631 \end_layout
10632
10633 \end_inset
10634 </cell>
10635 </row>
10636 <row>
10637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10638 \begin_inset Text
10639
10640 \begin_layout Plain Layout
10641
10642 \backslash
10643 hspace*{1em}
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Plain Layout
10652 6
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Plain Layout
10661 \begin_inset Formula $A\hspace*{1em}B$
10662 \end_inset
10663
10664
10665 \end_layout
10666
10667 \end_inset
10668 </cell>
10669 </row>
10670 <row>
10671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10672 \begin_inset Text
10673
10674 \begin_layout Plain Layout
10675
10676 \backslash
10677 hspace{1em}
10678 \end_layout
10679
10680 \end_inset
10681 </cell>
10682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10683 \begin_inset Text
10684
10685 \begin_layout Plain Layout
10686 7
10687 \end_layout
10688
10689 \end_inset
10690 </cell>
10691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10692 \begin_inset Text
10693
10694 \begin_layout Plain Layout
10695 \begin_inset Formula $A\hspace{1em}B$
10696 \end_inset
10697
10698
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 </row>
10704 <row>
10705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709
10710 \backslash
10711
10712 \begin_inset space \textvisiblespace{}
10713 \end_inset
10714
10715
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 8
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733 \begin_inset Formula $A\ B$
10734 \end_inset
10735
10736
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 </row>
10742 <row>
10743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10744 \begin_inset Text
10745
10746 \begin_layout Plain Layout
10747
10748 \backslash
10749 !
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10755 \begin_inset Text
10756
10757 \begin_layout Plain Layout
10758 9
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767 \begin_inset Formula $A\! B$
10768 \end_inset
10769
10770
10771 \end_layout
10772
10773 \end_inset
10774 </cell>
10775 </row>
10776 </lyxtabular>
10777
10778 \end_inset
10779
10780
10781 \end_layout
10782
10783 \begin_layout Standard
10784
10785 \lang english
10786 Space
10787 \begin_inset space ~
10788 \end_inset
10789
10790 5
10791 \begin_inset space \thinspace{}
10792 \end_inset
10793
10794 --
10795 \begin_inset space \thinspace{}
10796 \end_inset
10797
10798 7 are variable spaces which are explained in
10799 \lang spanish
10800  
10801 \begin_inset CommandInset ref
10802 LatexCommand ref
10803 reference "sub:Espacio-variable"
10804
10805 \end_inset
10806
10807 .
10808  El tamaño
10809 \begin_inset space ~
10810 \end_inset
10811
10812 9 parece no generar espacio.
10813  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
10814  negativo.
10815  Hay otros dos espacios negativos:
10816 \end_layout
10817
10818 \begin_layout Standard
10819 \align center
10820 \begin_inset Tabular
10821 <lyxtabular version="3" rows="3" columns="3">
10822 <features rotate="0" tabularvalignment="middle">
10823 <column alignment="center" valignment="middle" width="6.8cm">
10824 <column alignment="center" valignment="top" width="0pt">
10825 <column alignment="center" valignment="top" width="0pt">
10826 <row>
10827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831 Comando
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840
10841 \backslash
10842 negmedspace
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10848 \begin_inset Text
10849
10850 \begin_layout Plain Layout
10851
10852 \backslash
10853 negthickspace
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 </row>
10859 <row>
10860 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 Número de pulsaciones de 
10865 \family sans
10866 Espacio
10867 \family default
10868  tras insertar el espacio protegido
10869 \end_layout
10870
10871 \end_inset
10872 </cell>
10873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10874 \begin_inset Text
10875
10876 \begin_layout Plain Layout
10877 10
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886 11
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 </row>
10892 <row>
10893 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897 Resultado
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906 \begin_inset Formula $A\negmedspace B$
10907 \end_inset
10908
10909
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918 \begin_inset Formula $A\negthickspace B$
10919 \end_inset
10920
10921
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 </row>
10927 </lyxtabular>
10928
10929 \end_inset
10930
10931
10932 \end_layout
10933
10934 \begin_layout Standard
10935 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
10936  Así, se pueden usar para forzar ligaduras, lo que es apropiado, por ejemplo,
10937  para operadores suma: 
10938 \end_layout
10939
10940 \begin_layout Standard
10941 \noindent
10942 \align center
10943 \begin_inset Tabular
10944 <lyxtabular version="3" rows="3" columns="2">
10945 <features rotate="0" tabularvalignment="middle">
10946 <column alignment="center" valignment="top">
10947 <column alignment="center" valignment="top">
10948 <row>
10949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953 Comando
10954 \end_layout
10955
10956 \end_inset
10957 </cell>
10958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10959 \begin_inset Text
10960
10961 \begin_layout Plain Layout
10962 Resultado
10963 \begin_inset Note Note
10964 status collapsed
10965
10966 \begin_layout Plain Layout
10967
10968 \series bold
10969
10970 \backslash
10971 raisebox
10972 \series default
10973  se usa sólo como espaciador
10974 \end_layout
10975
10976 \end_inset
10977
10978
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 </row>
10984 <row>
10985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989
10990 \backslash
10991 sum
10992 \backslash
10993 sum
10994 \begin_inset space \textvisiblespace{}
10995 \end_inset
10996
10997 f_kl
10998 \end_layout
10999
11000 \end_inset
11001 </cell>
11002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11007 \end_inset
11008
11009
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 </row>
11015 <row>
11016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020
11021 \backslash
11022 sum
11023 \backslash
11024 negmedspace
11025 \backslash
11026 sum
11027 \begin_inset space \textvisiblespace{}
11028 \end_inset
11029
11030 f_kl
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11040 \end_inset
11041
11042
11043 \end_layout
11044
11045 \end_inset
11046 </cell>
11047 </row>
11048 </lyxtabular>
11049
11050 \end_inset
11051
11052
11053 \end_layout
11054
11055 \begin_layout Standard
11056 \noindent
11057 \begin_inset VSpace medskip
11058 \end_inset
11059
11060
11061 \end_layout
11062
11063 \begin_layout Standard
11064 \noindent
11065 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11066  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11067  El siguiente ejemplo lo ilustra:
11068 \end_layout
11069
11070 \begin_layout Standard
11071 \noindent
11072 \align center
11073 \begin_inset Tabular
11074 <lyxtabular version="3" rows="2" columns="2">
11075 <features rotate="0" tabularvalignment="middle">
11076 <column alignment="center" valignment="top">
11077 <column alignment="center" valignment="top">
11078 <row>
11079 <cell alignment="center" valignment="top" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083 ecuación normal
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 <cell alignment="center" valignment="top" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092 \begin_inset Formula $A=B$
11093 \end_inset
11094
11095
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 </row>
11101 <row>
11102 <cell alignment="center" valignment="top" usebox="none">
11103 \begin_inset Text
11104
11105 \begin_layout Plain Layout
11106 \begin_inset Note Note
11107 status collapsed
11108
11109 \begin_layout Plain Layout
11110
11111 \series bold
11112
11113 \backslash
11114 raisebox
11115 \series default
11116  se usa sólo como espaciador
11117 \end_layout
11118
11119 \end_inset
11120
11121
11122 \begin_inset Formula $\raisebox{5mm}{}$
11123 \end_inset
11124
11125 ecuación sin espacio
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 <cell alignment="center" valignment="top" usebox="none">
11131 \begin_inset Text
11132
11133 \begin_layout Plain Layout
11134 \begin_inset Formula $A{=}B$
11135 \end_inset
11136
11137
11138 \end_layout
11139
11140 \end_inset
11141 </cell>
11142 </row>
11143 </lyxtabular>
11144
11145 \end_inset
11146
11147
11148 \end_layout
11149
11150 \begin_layout Standard
11151 El comando para la segunda ecuación es: 
11152 \series bold
11153 A
11154 \backslash
11155 {=
11156 \begin_inset Formula $\rightarrow$
11157 \end_inset
11158
11159 B
11160 \series default
11161  
11162 \begin_inset VSpace bigskip
11163 \end_inset
11164
11165
11166 \end_layout
11167
11168 \begin_layout Standard
11169 Para las unidades físicas hacen falta espacios, porque entre el valor y
11170  su unidad se pone un espacio más pequeño que el normal.
11171  Para unidades en el texto se inserta con el menú 
11172 \family sans
11173 Insertar\SpecialChar \menuseparator
11174 Formato\SpecialChar \menuseparator
11175 Espacio
11176 \begin_inset space ~
11177 \end_inset
11178
11179 delgado
11180 \family default
11181  (atajo 
11182 \family sans
11183 Ctrl+Mayúscula+Espacio
11184 \family default
11185 ).
11186 \end_layout
11187
11188 \begin_layout Standard
11189 Un ejemplo para visualizar la diferencia:
11190 \end_layout
11191
11192 \begin_layout Standard
11193 \begin_inset Tabular
11194 <lyxtabular version="3" rows="2" columns="2">
11195 <features rotate="0" tabularvalignment="middle">
11196 <column alignment="center" valignment="top">
11197 <column alignment="left" valignment="top">
11198 <row>
11199 <cell alignment="center" valignment="top" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203 24 kW
11204 \begin_inset Formula $\cdot$
11205 \end_inset
11206
11207 h
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 <cell alignment="center" valignment="top" usebox="none">
11213 \begin_inset Text
11214
11215 \begin_layout Plain Layout
11216 espacio entre valor y unidad 
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 </row>
11222 <row>
11223 <cell alignment="center" valignment="top" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227 24
11228 \begin_inset space \thinspace{}
11229 \end_inset
11230
11231 kW
11232 \begin_inset Formula $\cdot$
11233 \end_inset
11234
11235 h
11236 \end_layout
11237
11238 \end_inset
11239 </cell>
11240 <cell alignment="center" valignment="top" usebox="none">
11241 \begin_inset Text
11242
11243 \begin_layout Plain Layout
11244 espacio delgado entre valor y unidad
11245 \end_layout
11246
11247 \end_inset
11248 </cell>
11249 </row>
11250 </lyxtabular>
11251
11252 \end_inset
11253
11254
11255 \end_layout
11256
11257 \begin_layout Subsection
11258 Espacio variable
11259 \begin_inset ERT
11260 status collapsed
11261
11262 \begin_layout Plain Layout
11263
11264
11265 \backslash
11266 texorpdfstring{
11267 \end_layout
11268
11269 \end_inset
11270
11271
11272 \begin_inset Foot
11273 status collapsed
11274
11275 \begin_layout Plain Layout
11276 Para espacio vertical en ecuaciones véase 
11277 \begin_inset CommandInset ref
11278 LatexCommand ref
11279 reference "sub:Separación-de-líneas"
11280
11281 \end_inset
11282
11283
11284 \end_layout
11285
11286 \end_inset
11287
11288
11289 \begin_inset ERT
11290 status collapsed
11291
11292 \begin_layout Plain Layout
11293
11294 }{}
11295 \end_layout
11296
11297 \end_inset
11298
11299
11300 \begin_inset Note Note
11301 status collapsed
11302
11303 \begin_layout Plain Layout
11304
11305 \backslash
11306 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
11307  PDF.
11308 \end_layout
11309
11310 \begin_layout Plain Layout
11311 Más sobre 
11312 \backslash
11313 texorpdfstring en la sección 
11314 \begin_inset CommandInset ref
11315 LatexCommand ref
11316 reference "sub:Ecuaciones-en-encabezados"
11317
11318 \end_inset
11319
11320 .
11321 \end_layout
11322
11323 \end_inset
11324
11325
11326 \begin_inset CommandInset label
11327 LatexCommand label
11328 name "sub:Espacio-variable"
11329
11330 \end_inset
11331
11332
11333 \begin_inset Index idx
11334 status collapsed
11335
11336 \begin_layout Plain Layout
11337 Espacio ! horizontal ! variable
11338 \end_layout
11339
11340 \end_inset
11341
11342
11343 \end_layout
11344
11345 \begin_layout Standard
11346 En LyX se puede insertar espacio con una longitud definida con el comando
11347  
11348 \series bold
11349
11350 \backslash
11351 hspace
11352 \series default
11353
11354 \begin_inset Index idx
11355 status collapsed
11356
11357 \begin_layout Plain Layout
11358 Comandos ! H ! 
11359 \backslash
11360 hspace
11361 \end_layout
11362
11363 \end_inset
11364
11365 .
11366  Aparece un 
11367 \begin_inset Quotes fld
11368 \end_inset
11369
11370
11371 \color black
11372
11373 \begin_inset space \textvisiblespace{}
11374 \end_inset
11375
11376
11377 \color inherit
11378
11379 \begin_inset Quotes frd
11380 \end_inset
11381
11382  largo.
11383  La longitud se puede ajustar haciendo clic izquierdo sobre el 
11384 \begin_inset Quotes fld
11385 \end_inset
11386
11387
11388 \color black
11389
11390 \begin_inset space \textvisiblespace{}
11391 \end_inset
11392
11393
11394 \color inherit
11395
11396 \begin_inset Quotes frd
11397 \end_inset
11398
11399 .
11400  La longitud también puede ser negativa.
11401  
11402 \lang english
11403 When a space would be the first character in a line it would be omitted.
11404  To force its output use the command 
11405 \series bold
11406
11407 \backslash
11408 hspace*
11409 \series default
11410  instead of 
11411 \series bold
11412
11413 \backslash
11414 hspace
11415 \series default
11416  or left-click on the 
11417 \begin_inset Quotes eld
11418 \end_inset
11419
11420
11421 \color blue
11422
11423 \begin_inset space \textvisiblespace{}
11424 \end_inset
11425
11426
11427 \color inherit
11428
11429 \begin_inset Quotes erd
11430 \end_inset
11431
11432  and check the option 
11433 \family sans
11434 Protect
11435 \family default
11436 .
11437 \lang spanish
11438
11439 \begin_inset Newline newline
11440 \end_inset
11441
11442 Para insertar en una ecuación tanto espacio como esté disponible se usa
11443  el comando 
11444 \series bold
11445
11446 \backslash
11447 hfill
11448 \series default
11449
11450 \begin_inset Index idx
11451 status collapsed
11452
11453 \begin_layout Plain Layout
11454 Comandos ! H ! 
11455 \backslash
11456 hfill
11457 \end_layout
11458
11459 \end_inset
11460
11461 .
11462 \begin_inset VSpace -1mm
11463 \end_inset
11464
11465
11466 \end_layout
11467
11468 \begin_layout Standard
11469 \noindent
11470 \align center
11471 \begin_inset Tabular
11472 <lyxtabular version="3" rows="4" columns="2">
11473 <features rotate="0" tabularvalignment="middle">
11474 <column alignment="center" valignment="top">
11475 <column alignment="center" valignment="top">
11476 <row>
11477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11478 \begin_inset Text
11479
11480 \begin_layout Plain Layout
11481 Comando (
11482 \backslash
11483 hspace longitud)
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11489 \begin_inset Text
11490
11491 \begin_layout Plain Layout
11492 Resultado
11493 \end_layout
11494
11495 \end_inset
11496 </cell>
11497 </row>
11498 <row>
11499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11500 \begin_inset Text
11501
11502 \begin_layout Plain Layout
11503 A=B
11504 \backslash
11505 hspace
11506 \begin_inset space \textvisiblespace{}
11507 \end_inset
11508
11509 A
11510 \backslash
11511 not=C (3
11512 \begin_inset space \thinspace{}
11513 \end_inset
11514
11515 cm)
11516 \end_layout
11517
11518 \end_inset
11519 </cell>
11520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11521 \begin_inset Text
11522
11523 \begin_layout Plain Layout
11524 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11525 \end_inset
11526
11527
11528 \end_layout
11529
11530 \end_inset
11531 </cell>
11532 </row>
11533 <row>
11534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11535 \begin_inset Text
11536
11537 \begin_layout Plain Layout
11538 A
11539 \backslash
11540 hspace
11541 \begin_inset space \textvisiblespace{}
11542 \end_inset
11543
11544 A
11545 \backslash
11546 not=A (-1
11547 \begin_inset space \thinspace{}
11548 \end_inset
11549
11550 mm)
11551 \end_layout
11552
11553 \end_inset
11554 </cell>
11555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11556 \begin_inset Text
11557
11558 \begin_layout Plain Layout
11559 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11560 \end_inset
11561
11562
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 </row>
11568 <row>
11569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11570 \begin_inset Text
11571
11572 \begin_layout Plain Layout
11573 A=A
11574 \backslash
11575 hfill
11576 \begin_inset space \textvisiblespace{}
11577 \end_inset
11578
11579 B=B
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11585 \begin_inset Text
11586
11587 \begin_layout Plain Layout
11588 \begin_inset Formula $A=A\hfill B=B$
11589 \end_inset
11590
11591
11592 \end_layout
11593
11594 \end_inset
11595 </cell>
11596 </row>
11597 </lyxtabular>
11598
11599 \end_inset
11600
11601
11602 \end_layout
11603
11604 \begin_layout Standard
11605 En el último ejemplo el espacio disponible viene dado por la entrada más
11606  larga de columna en el cuadro.
11607  En una ecuación en línea el espacio depende de la longitud de la línea
11608  en la que se inserta 
11609 \series bold
11610
11611 \backslash
11612 hfill
11613 \series default
11614 .
11615  Así, cuando la línea ocupa toda la anchura no se creará espacio.
11616  
11617 \series bold
11618
11619 \backslash
11620 hfill
11621 \series default
11622  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
11623 \series bold
11624 Sangrado
11625 \series default
11626 .
11627  (Los estilos de ecuaciones se explican en
11628 \begin_inset space ~
11629 \end_inset
11630
11631
11632 \begin_inset CommandInset ref
11633 LatexCommand ref
11634 reference "sec:Estilos-de-ecuación"
11635
11636 \end_inset
11637
11638 ).
11639 \end_layout
11640
11641 \begin_layout Standard
11642 Además de 
11643 \series bold
11644
11645 \backslash
11646 hfill
11647 \series default
11648  hay los comandos 
11649 \series bold
11650
11651 \backslash
11652 dotfill
11653 \series default
11654  y 
11655 \series bold
11656
11657 \backslash
11658 hrulefill
11659 \series default
11660  que llenan el espacio con un patrón, véase un ejemplo en
11661 \begin_inset space ~
11662 \end_inset
11663
11664
11665 \begin_inset CommandInset ref
11666 LatexCommand ref
11667 reference "sub:Puntos"
11668
11669 \end_inset
11670
11671 .
11672 \end_layout
11673
11674 \begin_layout Standard
11675 Para texto se puede insertar espacio variable con el menú 
11676 \family sans
11677 Insertar\SpecialChar \menuseparator
11678 Formato\SpecialChar \menuseparator
11679 Espacio
11680 \begin_inset space ~
11681 \end_inset
11682
11683 horizontal
11684 \family default
11685 :
11686 \end_layout
11687
11688 \begin_layout Standard
11689 En esta línea hay un espacio
11690 \begin_inset space \hspace{}
11691 \length 2cm
11692 \end_inset
11693
11694 de 2
11695 \begin_inset space \thinspace{}
11696 \end_inset
11697
11698 cm.
11699 \end_layout
11700
11701 \begin_layout Standard
11702 En esta línea hay un
11703 \begin_inset space \hfill{}
11704 \end_inset
11705
11706 espacio máximo.
11707 \end_layout
11708
11709 \begin_layout Subsection
11710 Espacio adicional en ecuaciones en línea
11711 \begin_inset Index idx
11712 status collapsed
11713
11714 \begin_layout Plain Layout
11715 Espacio ! adicional en línea
11716 \end_layout
11717
11718 \end_inset
11719
11720
11721 \end_layout
11722
11723 \begin_layout Standard
11724 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
11725  
11726 \series bold
11727
11728 \backslash
11729 mathsurround
11730 \series default
11731
11732 \begin_inset Index idx
11733 status collapsed
11734
11735 \begin_layout Plain Layout
11736 Comandos ! M ! 
11737 \backslash
11738 mathsurround
11739 \end_layout
11740
11741 \end_inset
11742
11743 .
11744  El valor de una longitud se establece con el comando 
11745 \series bold
11746
11747 \backslash
11748 setlength
11749 \series default
11750
11751 \begin_inset Index idx
11752 status collapsed
11753
11754 \begin_layout Plain Layout
11755 Comandos ! S ! 
11756 \backslash
11757 setlength
11758 \end_layout
11759
11760 \end_inset
11761
11762  según el siguiente esquema:
11763 \end_layout
11764
11765 \begin_layout Standard
11766
11767 \series bold
11768
11769 \backslash
11770 setlength{nombre de la longitud}{valor}
11771 \end_layout
11772
11773 \begin_layout Standard
11774 Para poner a 
11775 \series bold
11776
11777 \backslash
11778 mathsurround
11779 \series default
11780  un valor de 5
11781 \begin_inset space \thinspace{}
11782 \end_inset
11783
11784 mm, se inserta el comando
11785 \end_layout
11786
11787 \begin_layout Standard
11788
11789 \series bold
11790
11791 \backslash
11792 setlength{
11793 \backslash
11794 mathsurround}{5mm}
11795 \end_layout
11796
11797 \begin_layout Standard
11798 en modo TeX.
11799  Se establecerá un espacio de 5
11800 \begin_inset space \thinspace{}
11801 \end_inset
11802
11803 mm alrededor de todas las ecuaciones en línea:
11804 \begin_inset ERT
11805 status collapsed
11806
11807 \begin_layout Plain Layout
11808
11809
11810 \backslash
11811 setlength{
11812 \backslash
11813 mathsurround}{5mm}
11814 \end_layout
11815
11816 \end_inset
11817
11818
11819 \end_layout
11820
11821 \begin_layout Standard
11822 En esta línea hay una ecuación 
11823 \begin_inset Formula $A=B$
11824 \end_inset
11825
11826  rodeada por espacios de 5
11827 \begin_inset space \thinspace{}
11828 \end_inset
11829
11830 mm.
11831 \begin_inset ERT
11832 status collapsed
11833
11834 \begin_layout Plain Layout
11835
11836
11837 \backslash
11838 setlength{
11839 \backslash
11840 mathsurround}{0mm}
11841 \end_layout
11842
11843 \end_inset
11844
11845
11846 \end_layout
11847
11848 \begin_layout Standard
11849 Para volver al espacio predeterminado, 
11850 \series bold
11851
11852 \backslash
11853 mathsurround
11854 \series default
11855  se restablece al valor 0
11856 \begin_inset space \thinspace{}
11857 \end_inset
11858
11859 pt.
11860 \end_layout
11861
11862 \begin_layout Section
11863 Marcos y bordes
11864 \begin_inset Index idx
11865 status collapsed
11866
11867 \begin_layout Plain Layout
11868 Marcos
11869 \end_layout
11870
11871 \end_inset
11872
11873
11874 \end_layout
11875
11876 \begin_layout Standard
11877 Los marcos para texto se describen en el capítulo 
11878 \emph on
11879 Marcos
11880 \emph default
11881  del manual 
11882 \emph on
11883 Objetos insertados
11884 \emph default
11885 .
11886 \end_layout
11887
11888 \begin_layout Subsection
11889 Marcos con bordes
11890 \begin_inset CommandInset label
11891 LatexCommand label
11892 name "sub:Marcos-con-bordes"
11893
11894 \end_inset
11895
11896
11897 \begin_inset Index idx
11898 status collapsed
11899
11900 \begin_layout Plain Layout
11901 Marcos ! con bordes
11902 \end_layout
11903
11904 \end_inset
11905
11906
11907 \end_layout
11908
11909 \begin_layout Standard
11910 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
11911 \series bold
11912
11913 \backslash
11914 fbox
11915 \series default
11916
11917 \begin_inset Index idx
11918 status collapsed
11919
11920 \begin_layout Plain Layout
11921 Comandos ! F ! 
11922 \backslash
11923 fbox
11924 \end_layout
11925
11926 \end_inset
11927
11928  y 
11929 \series bold
11930
11931 \backslash
11932 boxed
11933 \series default
11934
11935 \begin_inset Index idx
11936 status collapsed
11937
11938 \begin_layout Plain Layout
11939 Comandos ! B ! 
11940 \backslash
11941 boxed
11942 \end_layout
11943
11944 \end_inset
11945
11946 .
11947 \end_layout
11948
11949 \begin_layout Standard
11950 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
11951  azul en un marco donde se introducen partes de una ecuación.
11952  Para 
11953 \series bold
11954
11955 \backslash
11956 fbox
11957 \series default
11958  hay que generar una ecuación adicional con 
11959 \family sans
11960 Ctrl+M
11961 \family default
11962  dentro del recuadro, porque si no el contenido del mismo sería considerado
11963  texto matemático.
11964  Si se usa 
11965 \series bold
11966
11967 \backslash
11968 boxed
11969 \series default
11970  la nueva ecuación se genera automáticamente dentro del marco.
11971 \end_layout
11972
11973 \begin_layout Standard
11974 El comando 
11975 \series bold
11976
11977 \backslash
11978 fbox
11979 \series default
11980  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
11981  ecuación tendría siempre el tamaño del texto.
11982  Por otra parte, 
11983 \series bold
11984
11985 \backslash
11986 fboxed
11987 \series default
11988  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
11989  siempre el tamaño de una ecuación presentada.
11990 \end_layout
11991
11992 \begin_layout Standard
11993 El comando 
11994 \series bold
11995
11996 \backslash
11997 framebox
11998 \series default
11999
12000 \begin_inset Index idx
12001 status collapsed
12002
12003 \begin_layout Plain Layout
12004 Comandos ! F ! 
12005 \backslash
12006 framebox
12007 \end_layout
12008
12009 \end_inset
12010
12011  es una extensión de 
12012 \series bold
12013
12014 \backslash
12015 fbox
12016 \series default
12017 , que permite especificar además la anchura del marco y la alineación.
12018  
12019 \series bold
12020
12021 \backslash
12022 framebox
12023 \series default
12024  se usa con el siguiente esquema: 
12025 \end_layout
12026
12027 \begin_layout Standard
12028
12029 \series bold
12030
12031 \backslash
12032 framebox[anchura del marco][posición]{contenido del cuadro}
12033 \end_layout
12034
12035 \begin_layout Standard
12036 La posición puede ser 
12037 \emph on
12038 l
12039 \emph default
12040  o 
12041 \emph on
12042 r
12043 \emph default
12044
12045 \emph on
12046 l
12047 \emph default
12048  alinea la ecuación a la izquierda del marcro, 
12049 \emph on
12050 r
12051 \emph default
12052  la alinea a la derecha.
12053  Si no se da posición la ecuación será centrada.
12054 \begin_inset Newline newline
12055 \end_inset
12056
12057 Si no se pone anchura tampoco puede darse posición.
12058  En este caso la anchura del borde se ajusta al contenido del cuadro, como
12059  con 
12060 \series bold
12061
12062 \backslash
12063 fbox
12064 \series default
12065 .
12066  
12067 \end_layout
12068
12069 \begin_layout Standard
12070 Cuando se inserta el comando 
12071 \series bold
12072
12073 \backslash
12074 framebox
12075 \series default
12076  aparece un recuadro con tres marcos azules.
12077  Los dos primeros marcos están encerrados entre corchetes e indican los
12078  dos argumentos opcionales.
12079  El tercer marco es para partes de la ecuación, como para 
12080 \series bold
12081
12082 \backslash
12083 fbox
12084 \series default
12085 .
12086 \end_layout
12087
12088 \begin_layout Standard
12089 \noindent
12090 \align center
12091 \begin_inset Tabular
12092 <lyxtabular version="3" rows="5" columns="2">
12093 <features rotate="0" tabularvalignment="middle">
12094 <column alignment="center" valignment="top">
12095 <column alignment="center" valignment="top">
12096 <row>
12097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12098 \begin_inset Text
12099
12100 \begin_layout Plain Layout
12101 Comando
12102 \end_layout
12103
12104 \end_inset
12105 </cell>
12106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12107 \begin_inset Text
12108
12109 \begin_layout Plain Layout
12110 Resultado
12111 \begin_inset Note Note
12112 status collapsed
12113
12114 \begin_layout Plain Layout
12115
12116 \series bold
12117
12118 \backslash
12119 raisebox
12120 \series default
12121  se usa sólo como espaciador
12122 \end_layout
12123
12124 \end_inset
12125
12126
12127 \end_layout
12128
12129 \end_inset
12130 </cell>
12131 </row>
12132 <row>
12133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12134 \begin_inset Text
12135
12136 \begin_layout Plain Layout
12137
12138 \backslash
12139 fbox
12140 \begin_inset space \textvisiblespace{}
12141 \end_inset
12142
12143
12144 \family sans
12145 Ctrl+M
12146 \family default
12147  
12148 \backslash
12149 int
12150 \begin_inset space \textvisiblespace{}
12151 \end_inset
12152
12153 A=B
12154 \end_layout
12155
12156 \end_inset
12157 </cell>
12158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12159 \begin_inset Text
12160
12161 \begin_layout Plain Layout
12162 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12163 \end_inset
12164
12165
12166 \end_layout
12167
12168 \end_inset
12169 </cell>
12170 </row>
12171 <row>
12172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12173 \begin_inset Text
12174
12175 \begin_layout Plain Layout
12176
12177 \backslash
12178 boxed
12179 \begin_inset space \textvisiblespace{}
12180 \end_inset
12181
12182
12183 \backslash
12184 int
12185 \begin_inset space \textvisiblespace{}
12186 \end_inset
12187
12188 A=B
12189 \end_layout
12190
12191 \end_inset
12192 </cell>
12193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12194 \begin_inset Text
12195
12196 \begin_layout Plain Layout
12197 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12198 \end_inset
12199
12200
12201 \end_layout
12202
12203 \end_inset
12204 </cell>
12205 </row>
12206 <row>
12207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12208 \begin_inset Text
12209
12210 \begin_layout Plain Layout
12211 A+
12212 \backslash
12213 fbox
12214 \begin_inset space \textvisiblespace{}
12215 \end_inset
12216
12217 B
12218 \end_layout
12219
12220 \end_inset
12221 </cell>
12222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12223 \begin_inset Text
12224
12225 \begin_layout Plain Layout
12226 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12227 \end_inset
12228
12229
12230 \end_layout
12231
12232 \end_inset
12233 </cell>
12234 </row>
12235 <row>
12236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12237 \begin_inset Text
12238
12239 \begin_layout Plain Layout
12240
12241 \backslash
12242 framebox
12243 \begin_inset space \textvisiblespace{}
12244 \end_inset
12245
12246 20mm
12247 \begin_inset Formula $\to$
12248 \end_inset
12249
12250
12251 \begin_inset Formula $\to$
12252 \end_inset
12253
12254
12255 \family sans
12256 Ctrl+M
12257 \family default
12258  
12259 \backslash
12260 frac
12261 \begin_inset space \textvisiblespace{}
12262 \end_inset
12263
12264 A
12265 \begin_inset Formula $\downarrow$
12266 \end_inset
12267
12268 B
12269 \end_layout
12270
12271 \end_inset
12272 </cell>
12273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12274 \begin_inset Text
12275
12276 \begin_layout Plain Layout
12277 \begin_inset Formula $\raisebox{6mm}{}$
12278 \end_inset
12279
12280
12281 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12282 \end_inset
12283
12284
12285 \begin_inset Formula $\raisebox{-4mm}{}$
12286 \end_inset
12287
12288
12289 \end_layout
12290
12291 \end_inset
12292 </cell>
12293 </row>
12294 </lyxtabular>
12295
12296 \end_inset
12297
12298
12299 \end_layout
12300
12301 \begin_layout Standard
12302 El grosor del borde también se puede ajustar.
12303  Para ello hay que insertar los siguientes comandos en modo TeX antes de
12304  la fórmula:
12305 \end_layout
12306
12307 \begin_layout Standard
12308
12309 \series bold
12310
12311 \backslash
12312 fboxrule
12313 \series default
12314  
12315 \series bold
12316
12317 \begin_inset Quotes fld
12318 \end_inset
12319
12320 grosor
12321 \begin_inset Quotes frd
12322 \end_inset
12323
12324
12325 \series default
12326  
12327 \series bold
12328
12329 \backslash
12330 fboxsep
12331 \series default
12332  
12333 \series bold
12334
12335 \begin_inset Quotes fld
12336 \end_inset
12337
12338 distancia
12339 \begin_inset Quotes frd
12340 \end_inset
12341
12342
12343 \end_layout
12344
12345 \begin_layout Standard
12346 \begin_inset Quotes fld
12347 \end_inset
12348
12349 distancia
12350 \begin_inset Quotes frd
12351 \end_inset
12352
12353  especifica la distancia mínima entre el borde y el primer carácter en el
12354  cuadro.
12355  Un ejemplo de esto es la siguiente ecuación enmarcada:
12356 \begin_inset ERT
12357 status collapsed
12358
12359 \begin_layout Plain Layout
12360
12361
12362 \backslash
12363 fboxrule 2mm 
12364 \backslash
12365 fboxsep 3mm
12366 \end_layout
12367
12368 \end_inset
12369
12370
12371 \begin_inset Formula 
12372 \[
12373 \boxed{A+B=C}
12374 \]
12375
12376 \end_inset
12377
12378
12379 \end_layout
12380
12381 \begin_layout Standard
12382 Delante de esta ecuación se han insertado los comandos
12383 \end_layout
12384
12385 \begin_layout Standard
12386
12387 \series bold
12388
12389 \backslash
12390 fboxrule
12391 \series default
12392  
12393 \series bold
12394 2mm
12395 \series default
12396  
12397 \series bold
12398
12399 \backslash
12400 fboxsep
12401 \series default
12402  
12403 \series bold
12404 3mm
12405 \end_layout
12406
12407 \begin_layout Standard
12408 en modo TeX.
12409  Los valores dados se usan para todos los marcos siguientes.
12410 \end_layout
12411
12412 \begin_layout Standard
12413 Para volver al tamaño estándar del marco se inserta el comando
12414 \end_layout
12415
12416 \begin_layout Standard
12417
12418 \series bold
12419
12420 \backslash
12421 fboxrule
12422 \series default
12423  
12424 \series bold
12425 0.4pt
12426 \series default
12427  
12428 \series bold
12429
12430 \backslash
12431 fboxsep
12432 \series default
12433  
12434 \series bold
12435 3pt
12436 \series default
12437
12438 \begin_inset ERT
12439 status collapsed
12440
12441 \begin_layout Plain Layout
12442
12443
12444 \backslash
12445 fboxrule 0.4pt 
12446 \backslash
12447 fboxsep 3pt
12448 \end_layout
12449
12450 \end_inset
12451
12452
12453 \end_layout
12454
12455 \begin_layout Standard
12456 en modo TeX antes de la ecuación siguiente.
12457 \end_layout
12458
12459 \begin_layout Subsection
12460 Marcos sin bordes
12461 \begin_inset CommandInset label
12462 LatexCommand label
12463 name "sub:Marcos-sin-bordes"
12464
12465 \end_inset
12466
12467
12468 \begin_inset Index idx
12469 status collapsed
12470
12471 \begin_layout Plain Layout
12472 Marcos ! sin borde
12473 \end_layout
12474
12475 \end_inset
12476
12477
12478 \end_layout
12479
12480 \begin_layout Standard
12481 Para marcos sin borde hay los comandos: 
12482 \series bold
12483
12484 \backslash
12485 mbox
12486 \series default
12487
12488 \begin_inset Index idx
12489 status collapsed
12490
12491 \begin_layout Plain Layout
12492 Comandos ! M ! 
12493 \backslash
12494 mbox
12495 \end_layout
12496
12497 \end_inset
12498
12499
12500 \series bold
12501
12502 \backslash
12503 makebox
12504 \series default
12505
12506 \begin_inset Index idx
12507 status collapsed
12508
12509 \begin_layout Plain Layout
12510 Comandos ! M ! 
12511 \backslash
12512 makebox
12513 \end_layout
12514
12515 \end_inset
12516
12517  y 
12518 \series bold
12519
12520 \backslash
12521 raisebox
12522 \series default
12523
12524 \begin_inset Index idx
12525 status collapsed
12526
12527 \begin_layout Plain Layout
12528 Comandos ! R ! 
12529 \backslash
12530 raisebox
12531 \end_layout
12532
12533 \end_inset
12534
12535 .
12536 \end_layout
12537
12538 \begin_layout Standard
12539 Con 
12540 \series bold
12541
12542 \backslash
12543 raisebox
12544 \series default
12545  se puede poner un marco subíndice o superíndice, pero a diferencia de los
12546  normales, los caracteres en el marco mantienen su tamaño de tipografía.
12547  
12548 \series bold
12549
12550 \backslash
12551 raisebox
12552 \series default
12553  se usa con el siguiente esquema: 
12554 \end_layout
12555
12556 \begin_layout Standard
12557
12558 \series bold
12559
12560 \backslash
12561 raisebox{altura}{contenido del marco}
12562 \end_layout
12563
12564 \begin_layout Standard
12565 Cuando el marco tenga que contener una ecuación, hace falta una ecuación
12566  extra, como con 
12567 \series bold
12568
12569 \backslash
12570 fbox
12571 \series default
12572 .
12573  
12574 \begin_inset Note Greyedout
12575 status open
12576
12577 \begin_layout Plain Layout
12578
12579 \series bold
12580 Nota
12581 \series default
12582 : Para
12583 \series bold
12584  
12585 \backslash
12586 raisebox
12587 \series default
12588  se ha creado esta ecuación extra tecleando 
12589 \family sans
12590 Ctrl+M
12591 \family default
12592  dos veces en vez de una porque LyX aún no soporta 
12593 \series bold
12594
12595 \backslash
12596 raisebox
12597 \series default
12598  directamente.
12599 \end_layout
12600
12601 \end_inset
12602
12603
12604 \end_layout
12605
12606 \begin_layout Standard
12607 \align center
12608 \begin_inset Tabular
12609 <lyxtabular version="3" rows="4" columns="2">
12610 <features rotate="0" tabularvalignment="middle">
12611 <column alignment="center" valignment="top">
12612 <column alignment="center" valignment="top">
12613 <row>
12614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12615 \begin_inset Text
12616
12617 \begin_layout Plain Layout
12618 Comando
12619 \end_layout
12620
12621 \end_inset
12622 </cell>
12623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12624 \begin_inset Text
12625
12626 \begin_layout Plain Layout
12627 Resultado
12628 \end_layout
12629
12630 \end_inset
12631 </cell>
12632 </row>
12633 <row>
12634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12635 \begin_inset Text
12636
12637 \begin_layout Plain Layout
12638 H
12639 \backslash
12640 raisebox{2mm
12641 \begin_inset Formula $\to$
12642 \end_inset
12643
12644
12645 \backslash
12646 {al
12647 \begin_inset Formula $\to$
12648 \end_inset
12649
12650  lo
12651 \end_layout
12652
12653 \end_inset
12654 </cell>
12655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12656 \begin_inset Text
12657
12658 \begin_layout Plain Layout
12659 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12660 \end_inset
12661
12662
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 </row>
12668 <row>
12669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12670 \begin_inset Text
12671
12672 \begin_layout Plain Layout
12673 H
12674 \backslash
12675 raisebox{-2mm
12676 \begin_inset Formula $\to$
12677 \end_inset
12678
12679
12680 \backslash
12681 {al
12682 \begin_inset Formula $\to$
12683 \end_inset
12684
12685 lo
12686 \end_layout
12687
12688 \end_inset
12689 </cell>
12690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12691 \begin_inset Text
12692
12693 \begin_layout Plain Layout
12694 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12695 \end_inset
12696
12697
12698 \end_layout
12699
12700 \end_inset
12701 </cell>
12702 </row>
12703 <row>
12704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12705 \begin_inset Text
12706
12707 \begin_layout Plain Layout
12708 A=
12709 \backslash
12710 raisebox{-2mm
12711 \begin_inset Formula $\to$
12712 \end_inset
12713
12714
12715 \backslash
12716 {
12717 \family sans
12718 Ctrl+M Ctrl+M
12719 \family default
12720  
12721 \backslash
12722 sqrt
12723 \begin_inset space \textvisiblespace{}
12724 \end_inset
12725
12726
12727 \end_layout
12728
12729 \end_inset
12730 </cell>
12731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12732 \begin_inset Text
12733
12734 \begin_layout Plain Layout
12735 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12736 \end_inset
12737
12738
12739 \end_layout
12740
12741 \end_inset
12742 </cell>
12743 </row>
12744 </lyxtabular>
12745
12746 \end_inset
12747
12748
12749 \end_layout
12750
12751 \begin_layout Standard
12752 El comando 
12753 \series bold
12754
12755 \backslash
12756 mbox
12757 \series default
12758  es equivalente a 
12759 \series bold
12760
12761 \backslash
12762 fbox
12763 \series default
12764  y 
12765 \series bold
12766
12767 \backslash
12768 makebox
12769 \series default
12770  es equivalente a 
12771 \series bold
12772
12773 \backslash
12774 framebox
12775 \series default
12776 , con la diferencia de que no hay marco.
12777 \end_layout
12778
12779 \begin_layout Subsection
12780 Marcos coloreados
12781 \begin_inset CommandInset label
12782 LatexCommand label
12783 name "sub:Marcos-coloreados"
12784
12785 \end_inset
12786
12787
12788 \begin_inset Index idx
12789 status collapsed
12790
12791 \begin_layout Plain Layout
12792 Marcos ! coloreados
12793 \end_layout
12794
12795 \end_inset
12796
12797
12798 \end_layout
12799
12800 \begin_layout Standard
12801 Para poder usar todos los comandos explicados en esta sección hay que cargar
12802  en el preámbulo LaTeX el paquete LaTeX 
12803 \series bold
12804 color
12805 \series default
12806
12807 \begin_inset Foot
12808 status collapsed
12809
12810 \begin_layout Plain Layout
12811 El paquete LaTeX 
12812 \series bold
12813 color
12814 \series default
12815  forma parte de toda distribución LaTeX estándar.
12816 \end_layout
12817
12818 \end_inset
12819
12820
12821 \begin_inset Index idx
12822 status collapsed
12823
12824 \begin_layout Plain Layout
12825 Paquetes ! color
12826 \end_layout
12827
12828 \end_inset
12829
12830 , con la línea
12831 \begin_inset Foot
12832 status collapsed
12833
12834 \begin_layout Plain Layout
12835 Cuando hay texto coloreado con un color predefinido en alguna parte del
12836  documento, LyX carga automáticamente el paquete LaTeX 
12837 \series bold
12838 color
12839 \series default
12840 .
12841  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
12842  origina problemas.
12843 \end_layout
12844
12845 \end_inset
12846
12847
12848 \begin_inset Note Note
12849 status collapsed
12850
12851 \begin_layout Plain Layout
12852 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
12853  en el preámbulo LaTeX.
12854 \end_layout
12855
12856 \end_inset
12857
12858
12859 \end_layout
12860
12861 \begin_layout Standard
12862
12863 \series bold
12864
12865 \backslash
12866 usepackage{color}
12867 \begin_inset VSpace medskip
12868 \end_inset
12869
12870
12871 \end_layout
12872
12873 \begin_layout Standard
12874 Para colorear marcos se usa el comando 
12875 \series bold
12876
12877 \backslash
12878 colorbox
12879 \series default
12880
12881 \begin_inset Index idx
12882 status collapsed
12883
12884 \begin_layout Plain Layout
12885 Comandos ! C ! 
12886 \backslash
12887 colorbox
12888 \end_layout
12889
12890 \end_inset
12891
12892  con el siguiente esquema:
12893 \end_layout
12894
12895 \begin_layout Standard
12896
12897 \series bold
12898
12899 \backslash
12900 colorbox{color}{contenido del marco}
12901 \end_layout
12902
12903 \begin_layout Standard
12904 El contenido del marco puede ser otro marco, y también un 
12905 \backslash
12906
12907 \series bold
12908 colorbox
12909 \series default
12910  puede ser parte de otro marco (véanse los ejemplos 2º y 3º).
12911  Si el marco debe contener una ecuación debe crearse una ecuación extra,
12912  como con 
12913 \series bold
12914
12915 \backslash
12916 raisebox
12917 \series default
12918 .
12919 \begin_inset Foot
12920 status collapsed
12921
12922 \begin_layout Plain Layout
12923 Esto también se aplica para el comando 
12924 \series bold
12925
12926 \backslash
12927 fcolorbox
12928 \series default
12929 .
12930 \end_layout
12931
12932 \end_inset
12933
12934  
12935 \end_layout
12936
12937 \begin_layout Standard
12938 Se puede elegir uno de los siguientes colores predefinidos:
12939 \end_layout
12940
12941 \begin_layout Standard
12942
12943 \series bold
12944 black
12945 \series default
12946
12947 \series bold
12948 blue
12949 \series default
12950
12951 \series bold
12952 cyan
12953 \series default
12954
12955 \series bold
12956 green
12957 \series default
12958
12959 \series bold
12960 magenta
12961 \series default
12962
12963 \series bold
12964 red
12965 \series default
12966
12967 \series bold
12968 white
12969 \series default
12970
12971 \series bold
12972 yellow
12973 \end_layout
12974
12975 \begin_layout Standard
12976 \align center
12977 \begin_inset Tabular
12978 <lyxtabular version="3" rows="4" columns="2">
12979 <features rotate="0" tabularvalignment="middle">
12980 <column alignment="center" valignment="top">
12981 <column alignment="center" valignment="top">
12982 <row>
12983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12984 \begin_inset Text
12985
12986 \begin_layout Plain Layout
12987 Comando
12988 \end_layout
12989
12990 \end_inset
12991 </cell>
12992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12993 \begin_inset Text
12994
12995 \begin_layout Plain Layout
12996 Resultado
12997 \begin_inset Note Note
12998 status collapsed
12999
13000 \begin_layout Plain Layout
13001
13002 \series bold
13003
13004 \backslash
13005 raisebox
13006 \series default
13007  se usa sólo como espaciador
13008 \end_layout
13009
13010 \end_inset
13011
13012
13013 \end_layout
13014
13015 \end_inset
13016 </cell>
13017 </row>
13018 <row>
13019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13020 \begin_inset Text
13021
13022 \begin_layout Plain Layout
13023
13024 \backslash
13025 colorbox{yellow
13026 \begin_inset Formula $\to$
13027 \end_inset
13028
13029
13030 \backslash
13031 {A=B
13032 \end_layout
13033
13034 \end_inset
13035 </cell>
13036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13037 \begin_inset Text
13038
13039 \begin_layout Plain Layout
13040 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13041 \end_inset
13042
13043
13044 \end_layout
13045
13046 \end_inset
13047 </cell>
13048 </row>
13049 <row>
13050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13051 \begin_inset Text
13052
13053 \begin_layout Plain Layout
13054
13055 \backslash
13056 colorbox{green
13057 \begin_inset Formula $\to$
13058 \end_inset
13059
13060
13061 \backslash
13062 {
13063 \backslash
13064 fbox
13065 \begin_inset space \textvisiblespace{}
13066 \end_inset
13067
13068 A=B
13069 \end_layout
13070
13071 \end_inset
13072 </cell>
13073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13074 \begin_inset Text
13075
13076 \begin_layout Plain Layout
13077 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13078 \end_inset
13079
13080
13081 \end_layout
13082
13083 \end_inset
13084 </cell>
13085 </row>
13086 <row>
13087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13088 \begin_inset Text
13089
13090 \begin_layout Plain Layout
13091
13092 \backslash
13093 fbox
13094 \begin_inset space \textvisiblespace{}
13095 \end_inset
13096
13097
13098 \backslash
13099 colorbox{green
13100 \begin_inset Formula $\to$
13101 \end_inset
13102
13103
13104 \backslash
13105 {
13106 \family sans
13107 Ctrl+M Ctrl+M
13108 \family default
13109  
13110 \backslash
13111 int
13112 \begin_inset space \textvisiblespace{}
13113 \end_inset
13114
13115 C=D
13116 \end_layout
13117
13118 \end_inset
13119 </cell>
13120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13121 \begin_inset Text
13122
13123 \begin_layout Plain Layout
13124 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13125 \end_inset
13126
13127
13128 \end_layout
13129
13130 \end_inset
13131 </cell>
13132 </row>
13133 </lyxtabular>
13134
13135 \end_inset
13136
13137
13138 \end_layout
13139
13140 \begin_layout Standard
13141
13142 \series bold
13143
13144 \backslash
13145 colorbox
13146 \series default
13147  sólo colorea el marco pero no los caracteres.
13148  Para colorear todos los caracteres se selecciona toda la ecuación y se
13149  elige un color en el diálogo 
13150 \family sans
13151 Estilo
13152 \begin_inset space ~
13153 \end_inset
13154
13155 del
13156 \begin_inset space ~
13157 \end_inset
13158
13159 texto
13160 \family default
13161 .
13162  El diálogo puede abrirse con el botón 
13163 \begin_inset Info
13164 type  "icon"
13165 arg   "dialog-show character"
13166 \end_inset
13167
13168  de la barra de herramientas o con el menú 
13169 \family sans
13170 Editar\SpecialChar \menuseparator
13171 Estilo
13172 \begin_inset space ~
13173 \end_inset
13174
13175 del
13176 \begin_inset space ~
13177 \end_inset
13178
13179 texto\SpecialChar \menuseparator
13180 Personalizado
13181 \family default
13182 .
13183  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
13184  Si el número de la ecuación debe tener otro color que el de los caracteres
13185  de la ecuación, el color debe cambiarse dentro de la ecuación.
13186 \end_layout
13187
13188 \begin_layout Standard
13189 Un ejemplo:
13190 \color red
13191
13192 \begin_inset Formula 
13193 \begin{equation}
13194 {\color{red}\int A=B}\label{eq:rojo}
13195 \end{equation}
13196
13197 \end_inset
13198
13199
13200 \color green
13201
13202 \begin_inset Formula 
13203 \begin{equation}
13204 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}
13205 \end{equation}
13206
13207 \end_inset
13208
13209
13210 \end_layout
13211
13212 \begin_layout Standard
13213 La ecuación 
13214 \begin_inset CommandInset ref
13215 LatexCommand eqref
13216 reference "eq:rojo"
13217
13218 \end_inset
13219
13220  está toda coloreada en rojo.
13221 \begin_inset Newline newline
13222 \end_inset
13223
13224 La ecuación 
13225 \begin_inset CommandInset ref
13226 LatexCommand eqref
13227 reference "eq:rojoverde"
13228
13229 \end_inset
13230
13231  se ha coloreado en primer lugar toda en verde para colorear el número de
13232  la ecuación.
13233  Posteriormente se han coloreado en rojo los caracteres.
13234 \family sans
13235
13236 \begin_inset VSpace bigskip
13237 \end_inset
13238
13239
13240 \end_layout
13241
13242 \begin_layout Standard
13243 Para colorear diferente el borde y el marcose usa el comando 
13244 \series bold
13245
13246 \backslash
13247 fcolorbox
13248 \series default
13249
13250 \begin_inset Index idx
13251 status collapsed
13252
13253 \begin_layout Plain Layout
13254 Comandos ! F ! 
13255 \backslash
13256 fcolorbox
13257 \end_layout
13258
13259 \end_inset
13260
13261  con el siguiente esquema:
13262 \end_layout
13263
13264 \begin_layout Standard
13265
13266 \series bold
13267
13268 \backslash
13269 fcolorbox{color del borde}{color}{contenido del marco}
13270 \end_layout
13271
13272 \begin_layout Standard
13273 Así pues 
13274 \series bold
13275
13276 \backslash
13277 fcolorbox
13278 \series default
13279  es una extensión del comando 
13280 \series bold
13281
13282 \backslash
13283 colorbox
13284 \series default
13285 .
13286  La anchura del borde se establece, como para 
13287 \series bold
13288
13289 \backslash
13290 framebox
13291 \series default
13292 , con 
13293 \series bold
13294
13295 \backslash
13296 fboxrule
13297 \series default
13298  y 
13299 \series bold
13300
13301 \backslash
13302 fboxsep
13303 \series default
13304 .
13305  Un ejemplo:
13306 \begin_inset ERT
13307 status collapsed
13308
13309 \begin_layout Plain Layout
13310
13311
13312 \backslash
13313 fboxrule 1mm 
13314 \backslash
13315 fboxsep 1mm
13316 \end_layout
13317
13318 \end_inset
13319
13320
13321 \begin_inset Formula 
13322 \[
13323 \fcolorbox{cyan}{magenta}{A=B}
13324 \]
13325
13326 \end_inset
13327
13328
13329 \end_layout
13330
13331 \begin_layout Standard
13332 \begin_inset ERT
13333 status collapsed
13334
13335 \begin_layout Plain Layout
13336
13337
13338 \backslash
13339 fboxrule 0.4pt 
13340 \backslash
13341 fboxsep 3pt
13342 \end_layout
13343
13344 \end_inset
13345
13346
13347 \end_layout
13348
13349 \begin_layout Standard
13350 Esta ecuación se ha compuesto con el comando
13351 \begin_inset Newline newline
13352 \end_inset
13353
13354
13355 \series bold
13356
13357 \backslash
13358 fcolorbox{cyan
13359 \begin_inset Formula $\to$
13360 \end_inset
13361
13362
13363 \backslash
13364 {magenta
13365 \begin_inset Formula $\to$
13366 \end_inset
13367
13368
13369 \backslash
13370 {A=B
13371 \end_layout
13372
13373 \begin_layout Standard
13374 \begin_inset VSpace bigskip
13375 \end_inset
13376
13377
13378 \end_layout
13379
13380 \begin_layout Standard
13381 Para usar colores distintos de los predefinidos deben ser definidos previamente.
13382 \end_layout
13383
13384 \begin_layout Standard
13385 Por ejemplo, se puede definir el color 
13386 \begin_inset Quotes fld
13387 \end_inset
13388
13389
13390 \series bold
13391 verdeoscuro
13392 \series default
13393
13394 \begin_inset Quotes frd
13395 \end_inset
13396
13397  con la línea de preámbulo LaTeX:
13398 \end_layout
13399
13400 \begin_layout Standard
13401
13402 \series bold
13403
13404 \backslash
13405 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
13406 \series default
13407
13408 \begin_inset Index idx
13409 status collapsed
13410
13411 \begin_layout Plain Layout
13412 Comandos ! D ! 
13413 \backslash
13414 definecolor
13415 \end_layout
13416
13417 \end_inset
13418
13419
13420 \end_layout
13421
13422 \begin_layout Standard
13423
13424 \series bold
13425 cmyk
13426 \series default
13427  es el espacio de color referido a los colores 
13428 \series bold
13429 cyan
13430 \series default
13431
13432 \series bold
13433 magenta
13434 \series default
13435
13436 \series bold
13437 yellow
13438 \series default
13439  y 
13440 \series bold
13441 black
13442 \series default
13443 .
13444  Los cuatro números separados por coma son el factor de cuota para los colores
13445  correspondientes del espacio de color.
13446  Los factores pueden estar en el rango 0-1.
13447  En vez de 
13448 \series bold
13449 cmyk
13450 \series default
13451  se puede usar el espacio de color 
13452 \series bold
13453 rgb
13454 \series default
13455 , que se refiere a 
13456 \series bold
13457 red
13458 \series default
13459
13460 \series bold
13461 green
13462 \series default
13463  y 
13464 \series bold
13465 blue
13466 \series default
13467 , así pues en este caso hay tres factores de cuota para los correspondientes
13468  colores.
13469  Además hay el espacio de color 
13470 \series bold
13471 gray
13472 \series default
13473  con un factor de cuota para el valor gris.
13474 \end_layout
13475
13476 \begin_layout Standard
13477 Como ejemplo he aquí un marco con el nuevo color definido 
13478 \series bold
13479 verdeoscuro
13480 \series default
13481  y los caracteres en color amarillo:
13482 \color black
13483
13484 \begin_inset Formula 
13485 \begin{equation}
13486 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}
13487 \end{equation}
13488
13489 \end_inset
13490
13491
13492 \end_layout
13493
13494 \begin_layout Standard
13495 Los colores personalizados también se pueden usar para texto con la ayuda
13496  del comando 
13497 \series bold
13498
13499 \backslash
13500 textcolor
13501 \series default
13502
13503 \begin_inset Index idx
13504 status collapsed
13505
13506 \begin_layout Plain Layout
13507 Texto ! coloreado
13508 \end_layout
13509
13510 \end_inset
13511
13512
13513 \end_layout
13514
13515 \begin_layout Standard
13516 \begin_inset ERT
13517 status collapsed
13518
13519 \begin_layout Plain Layout
13520
13521
13522 \backslash
13523 textcolor{verdeoscuro}{
13524 \end_layout
13525
13526 \end_inset
13527
13528 Esta frase en 
13529 \begin_inset Quotes fld
13530 \end_inset
13531
13532 verdeoscuro
13533 \begin_inset Quotes frd
13534 \end_inset
13535
13536 .
13537 \begin_inset ERT
13538 status collapsed
13539
13540 \begin_layout Plain Layout
13541
13542 }
13543 \end_layout
13544
13545 \end_inset
13546
13547
13548 \end_layout
13549
13550 \begin_layout Standard
13551
13552 \series bold
13553
13554 \backslash
13555 textcolor
13556 \series default
13557
13558 \begin_inset Index idx
13559 status collapsed
13560
13561 \begin_layout Plain Layout
13562 Comandos ! T ! 
13563 \backslash
13564 textcolor
13565 \end_layout
13566
13567 \end_inset
13568
13569  se usa con el esquema 
13570 \series bold
13571
13572 \backslash
13573 textcolor{color}{caracteres a colorear}
13574 \series default
13575 .
13576 \end_layout
13577
13578 \begin_layout Subsection
13579 Marcos de párrafo
13580 \begin_inset CommandInset label
13581 LatexCommand label
13582 name "sub:Marcos-de-párrafo"
13583
13584 \end_inset
13585
13586
13587 \begin_inset Index idx
13588 status collapsed
13589
13590 \begin_layout Plain Layout
13591 Marcos ! para párrafos
13592 \end_layout
13593
13594 \end_inset
13595
13596
13597 \end_layout
13598
13599 \begin_layout Standard
13600 Un marco que puede contener varias líneas y párrafos, denominado marco de
13601  párrafo (parbox), se puede generar con el menú 
13602 \family sans
13603 Insertar\SpecialChar \menuseparator
13604 Marco
13605 \family default
13606  o con el botón 
13607 \begin_inset Info
13608 type  "icon"
13609 arg   "box-insert"
13610 \end_inset
13611
13612  de la barra de herramientas.
13613 \end_layout
13614
13615 \begin_layout Standard
13616 El siguiente ejemplo muestra un marco de párrafo en línea:
13617 \begin_inset VSpace medskip
13618 \end_inset
13619
13620 Esta línea contiene 
13621 \begin_inset Box Boxed
13622 position "c"
13623 hor_pos "c"
13624 has_inner_box 1
13625 inner_pos "c"
13626 use_parbox 1
13627 use_makebox 0
13628 width "5cm"
13629 special "none"
13630 height "1in"
13631 height_special "totalheight"
13632 status collapsed
13633
13634 \begin_layout Plain Layout
13635 Esto es un marco de párrafo.
13636  Tiene exactamente 5
13637 \begin_inset space \thinspace{}
13638 \end_inset
13639
13640 cm de largo y además puede contener ecuaciones: 
13641 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13642 \end_inset
13643
13644
13645 \end_layout
13646
13647 \end_inset
13648
13649
13650 \begin_inset space ~
13651 \end_inset
13652
13653  un marco de párrafo.
13654 \begin_inset VSpace medskip
13655 \end_inset
13656
13657 Ese marco se compone haciendo clic derecho sobre el rectángulo gris insertado.
13658  Surge un diálogo con las propiedades del marco.
13659  En este caso: 
13660 \emph on
13661 Decoración
13662 \emph default
13663 : Marco rectangular, 
13664 \emph on
13665 marco interior
13666 \emph default
13667 : Párrafo, 
13668 \emph on
13669 Ancho
13670 \emph default
13671 : 5
13672 \begin_inset space \thinspace{}
13673 \end_inset
13674
13675 cm, 
13676 \emph on
13677 Alineación Vertical
13678 \emph default
13679  
13680 \emph on
13681 marco
13682 \emph default
13683 : Medio.
13684 \end_layout
13685
13686 \begin_layout Standard
13687 \begin_inset VSpace medskip
13688 \end_inset
13689
13690 En LaTeX, un marco de párrafo se inserta con el comando 
13691 \series bold
13692
13693 \backslash
13694 parbox
13695 \series default
13696
13697 \begin_inset Index idx
13698 status collapsed
13699
13700 \begin_layout Plain Layout
13701 Comandos ! P ! 
13702 \backslash
13703 parbox
13704 \end_layout
13705
13706 \end_inset
13707
13708  con el esquema siguiente:
13709 \end_layout
13710
13711 \begin_layout Standard
13712
13713 \series bold
13714
13715 \backslash
13716 parbox[posición]{anchura}{contenido}
13717 \end_layout
13718
13719 \begin_layout Standard
13720 Son posibles las posiciones 
13721 \emph on
13722 b
13723 \emph default
13724  y 
13725 \emph on
13726 t
13727 \emph default
13728
13729 \emph on
13730 b
13731 \emph default
13732  por 
13733 \begin_inset Quotes fld
13734 \end_inset
13735
13736 bottom
13737 \begin_inset Quotes frd
13738 \end_inset
13739
13740  (abajo), que alinea la última línea del marco con el texto de alrededor.
13741  Con 
13742 \emph on
13743 t
13744 \emph default
13745 , por 
13746 \begin_inset Quotes fld
13747 \end_inset
13748
13749 top
13750 \begin_inset Quotes frd
13751 \end_inset
13752
13753  (arriba), la alineación se hace con la primera línea.
13754  Si no se da posición, el marco se centrará verticalmente, véase la sección
13755  
13756 \emph on
13757 Marcos
13758 \emph default
13759  del manual 
13760 \emph on
13761 Objetos insertados
13762 \emph default
13763  para ejemplos.
13764 \end_layout
13765
13766 \begin_layout Standard
13767 \begin_inset VSpace bigskip
13768 \end_inset
13769
13770 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
13771  ponerse en un marco de párrafo.
13772  Para ello se inserta el comando
13773 \begin_inset Newline newline
13774 \end_inset
13775
13776
13777 \series bold
13778
13779 \backslash
13780 fbox{
13781 \backslash
13782 parbox{
13783 \backslash
13784 linewidth-2
13785 \backslash
13786 fboxsep-2
13787 \backslash
13788 fboxrule}{
13789 \begin_inset Newline newline
13790 \end_inset
13791
13792
13793 \series default
13794 en modo TeX delante de la ecuación.
13795  Aquí 
13796 \series bold
13797
13798 \backslash
13799 linewidth
13800 \series default
13801
13802 \begin_inset Index idx
13803 status collapsed
13804
13805 \begin_layout Plain Layout
13806 Comandos ! L ! 
13807 \backslash
13808 linewidth
13809 \begin_inset ERT
13810 status open
13811
13812 \begin_layout Plain Layout
13813
13814
13815 \backslash
13816 vspace{5mm}
13817 \end_layout
13818
13819 \end_inset
13820
13821
13822 \end_layout
13823
13824 \end_inset
13825
13826  es la anchura de línea establecida para el documento.
13827  Como el marco está por fuera del marco de párrafo, hay que restar de dicha
13828  anchura dos veces la separación del marco y el grosor.
13829  Como LyX no lo hace automáticamente debido a un fallo,
13830 \begin_inset Foot
13831 status collapsed
13832
13833 \begin_layout Plain Layout
13834 \begin_inset CommandInset href
13835 LatexCommand href
13836 name "LyX-bug #4483"
13837 target "http://www.lyx.org/trac/ticket/4483"
13838
13839 \end_inset
13840
13841
13842 \end_layout
13843
13844 \end_inset
13845
13846  hay que usar modo TeX.
13847  Para poder multiplicar y restar en los argumentos hay que cargar en el
13848  preámbulo LaTeX el paquete LaTeX 
13849 \series bold
13850 calc
13851 \series default
13852 ,
13853 \begin_inset Foot
13854 status collapsed
13855
13856 \begin_layout Plain Layout
13857
13858 \series bold
13859 calc
13860 \series default
13861  es parte de toda instalación LaTeX estándar.
13862 \end_layout
13863
13864 \end_inset
13865
13866
13867 \begin_inset Index idx
13868 status collapsed
13869
13870 \begin_layout Plain Layout
13871 Paquetes ! calc
13872 \end_layout
13873
13874 \end_inset
13875
13876  con la línea
13877 \end_layout
13878
13879 \begin_layout Standard
13880
13881 \series bold
13882
13883 \backslash
13884 usepackage{calc}
13885 \end_layout
13886
13887 \begin_layout Standard
13888 Detrás de la ecuación se cierran ambos marcos con 
13889 \series bold
13890 }}
13891 \series default
13892  en modo TeX.
13893  Aquí hay un ejemplo:
13894 \begin_inset ERT
13895 status collapsed
13896
13897 \begin_layout Plain Layout
13898
13899
13900 \backslash
13901 fboxsep 5mm 
13902 \backslash
13903 fboxrule 5mm
13904 \end_layout
13905
13906 \end_inset
13907
13908
13909 \end_layout
13910
13911 \begin_layout Standard
13912 \begin_inset ERT
13913 status collapsed
13914
13915 \begin_layout Plain Layout
13916
13917
13918 \backslash
13919 fbox{
13920 \backslash
13921 parbox{
13922 \backslash
13923 linewidth-2
13924 \backslash
13925 fboxsep-2
13926 \backslash
13927 fboxrule}{
13928 \end_layout
13929
13930 \end_inset
13931
13932
13933 \begin_inset Formula 
13934 \begin{equation}
13935 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
13936 \end{equation}
13937
13938 \end_inset
13939
13940
13941 \end_layout
13942
13943 \begin_layout Standard
13944 \begin_inset ERT
13945 status collapsed
13946
13947 \begin_layout Plain Layout
13948
13949 }}
13950 \end_layout
13951
13952 \end_inset
13953
13954
13955 \begin_inset ERT
13956 status collapsed
13957
13958 \begin_layout Plain Layout
13959
13960
13961 \backslash
13962 fboxrule 0.4pt 
13963 \backslash
13964 fboxsep 3pt
13965 \end_layout
13966
13967 \end_inset
13968
13969
13970 \end_layout
13971
13972 \begin_layout Standard
13973 \begin_inset VSpace medskip
13974 \end_inset
13975
13976
13977 \end_layout
13978
13979 \begin_layout Standard
13980 Como se ha usado el marco de párrafo como argumento de 
13981 \series bold
13982
13983 \backslash
13984 fbox
13985 \series default
13986 , en este caso no hay diferencia entre 
13987 \series bold
13988
13989 \backslash
13990 fbox
13991 \series default
13992  y 
13993 \series bold
13994
13995 \backslash
13996 boxed
13997 \series default
13998 .
13999  
14000 \end_layout
14001
14002 \begin_layout Standard
14003 \begin_inset VSpace bigskip
14004 \end_inset
14005
14006
14007 \end_layout
14008
14009 \begin_layout Standard
14010 Los marcos de párrafo son muy útiles para comentar ecuaciones directamente.
14011  Para hacerlo, se usa 
14012 \series bold
14013
14014 \backslash
14015 parbox
14016 \series default
14017  en combinación con el comando 
14018 \series bold
14019
14020 \backslash
14021 tag
14022 \series default
14023 .
14024  (Véase más sobre 
14025 \series bold
14026
14027 \backslash
14028 tag
14029 \series default
14030  en 
14031 \begin_inset CommandInset ref
14032 LatexCommand ref
14033 reference "sub:Numeración-personalizada"
14034
14035 \end_inset
14036
14037 ).
14038 \end_layout
14039
14040 \begin_layout Standard
14041 Un ejemplo de ecuación comentada con 
14042 \series bold
14043
14044 \backslash
14045 parbox
14046 \series default
14047 :
14048 \end_layout
14049
14050 \begin_layout Standard
14051 \begin_inset ERT
14052 status collapsed
14053
14054 \begin_layout Plain Layout
14055
14056
14057 \backslash
14058 [5x-7b=3b
14059 \backslash
14060 tag*{
14061 \backslash
14062 parbox{5cm}{
14063 \end_layout
14064
14065 \end_inset
14066
14067 Esto es una descripción.
14068  Está claramente separada de la ecuación y es multilínea.
14069 \begin_inset ERT
14070 status collapsed
14071
14072 \begin_layout Plain Layout
14073
14074 }}
14075 \backslash
14076 ]
14077 \end_layout
14078
14079 \end_inset
14080
14081
14082 \end_layout
14083
14084 \begin_layout Standard
14085 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
14086  no soporta el comando 
14087 \series bold
14088
14089 \backslash
14090 parbox
14091 \series default
14092  en ecuaciones.
14093  La ecuación se compone con la siguiente secuencia de comandos:
14094 \end_layout
14095
14096 \begin_layout Standard
14097 El comando 
14098 \series bold
14099
14100 \backslash
14101 [5x-7b=3b
14102 \backslash
14103 tag*
14104 \backslash
14105 {
14106 \backslash
14107 parbox{5cm}{
14108 \series default
14109  se inserta en modo TeX.
14110 \begin_inset Foot
14111 status collapsed
14112
14113 \begin_layout Plain Layout
14114 Si se usa el estilo de ecuación 
14115 \series bold
14116 Sangrado
14117 \series default
14118
14119 \series bold
14120
14121 \backslash
14122 tag*
14123 \backslash
14124
14125 \series default
14126  se puede reemplazar por 
14127 \series bold
14128
14129 \backslash
14130 hfill
14131 \series default
14132 .
14133  (Véanse los estilos de ecuación en 
14134 \begin_inset CommandInset ref
14135 LatexCommand ref
14136 reference "sec:Estilos-de-ecuación"
14137
14138 \end_inset
14139
14140 ).
14141 \end_layout
14142
14143 \end_inset
14144
14145  Después sigue la descripción en texto normal, y por último 
14146 \series bold
14147 }}
14148 \backslash
14149 ]
14150 \series default
14151  en modo TeX.
14152  Aquí los comandos 
14153 \series bold
14154
14155 \backslash
14156 [
14157 \series default
14158  y 
14159 \series bold
14160
14161 \backslash
14162 ]
14163 \series default
14164  crean una ecuación presentada.
14165 \end_layout
14166
14167 \begin_layout Standard
14168 Las ventajas de 
14169 \series bold
14170
14171 \backslash
14172 parbox
14173 \series default
14174  pueden verse en este ejemplo que se ha 
14175 \begin_inset Quotes fld
14176 \end_inset
14177
14178 comentado
14179 \begin_inset Quotes frd
14180 \end_inset
14181
14182  usando el modo texto matemático:
14183 \begin_inset Formula 
14184 \[
14185 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}
14186 \]
14187
14188 \end_inset
14189
14190
14191 \end_layout
14192
14193 \begin_layout Section
14194 Operadores
14195 \begin_inset Index idx
14196 status collapsed
14197
14198 \begin_layout Plain Layout
14199 Operadores
14200 \end_layout
14201
14202 \end_inset
14203
14204
14205 \end_layout
14206
14207 \begin_layout Subsection
14208 Operadores grandes
14209 \begin_inset CommandInset label
14210 LatexCommand label
14211 name "sub:Operadores-grandes"
14212
14213 \end_inset
14214
14215
14216 \begin_inset Index idx
14217 status collapsed
14218
14219 \begin_layout Plain Layout
14220 Operadores ! grandes
14221 \end_layout
14222
14223 \end_inset
14224
14225
14226 \begin_inset Index idx
14227 status collapsed
14228
14229 \begin_layout Plain Layout
14230 Sumatorios
14231 \end_layout
14232
14233 \end_inset
14234
14235
14236 \begin_inset Index idx
14237 status collapsed
14238
14239 \begin_layout Plain Layout
14240 Integrales
14241 \end_layout
14242
14243 \end_inset
14244
14245
14246 \end_layout
14247
14248 \begin_layout Standard
14249 Para poder usar todos los comandos de integrales listados aquí, debe estar
14250  marcada la opción 
14251 \family sans
14252 Usar paquete esint automáticamente
14253 \family default
14254  en el apartado 
14255 \family sans
14256 Opciones de ecuación
14257 \family default
14258  de la configuración del documento.
14259  
14260 \end_layout
14261
14262 \begin_layout Standard
14263 \begin_inset space \hfill{}
14264 \end_inset
14265
14266
14267 \begin_inset Tabular
14268 <lyxtabular version="3" rows="11" columns="2">
14269 <features rotate="0" tabularvalignment="middle">
14270 <column alignment="center" valignment="top" width="0pt">
14271 <column alignment="center" valignment="top" width="0pt">
14272 <row>
14273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14274 \begin_inset Text
14275
14276 \begin_layout Plain Layout
14277 Comando
14278 \end_layout
14279
14280 \end_inset
14281 </cell>
14282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14283 \begin_inset Text
14284
14285 \begin_layout Plain Layout
14286 Resultado
14287 \end_layout
14288
14289 \end_inset
14290 </cell>
14291 </row>
14292 <row>
14293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14294 \begin_inset Text
14295
14296 \begin_layout Plain Layout
14297
14298 \backslash
14299 int
14300 \begin_inset Index idx
14301 status collapsed
14302
14303 \begin_layout Plain Layout
14304 Comandos ! I ! 
14305 \backslash
14306 int
14307 \end_layout
14308
14309 \end_inset
14310
14311
14312 \end_layout
14313
14314 \end_inset
14315 </cell>
14316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14317 \begin_inset Text
14318
14319 \begin_layout Plain Layout
14320 \begin_inset Formula $\int$
14321 \end_inset
14322
14323
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 </row>
14329 <row>
14330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14331 \begin_inset Text
14332
14333 \begin_layout Plain Layout
14334
14335 \backslash
14336 oint
14337 \end_layout
14338
14339 \end_inset
14340 </cell>
14341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14342 \begin_inset Text
14343
14344 \begin_layout Plain Layout
14345 \begin_inset Formula $\oint$
14346 \end_inset
14347
14348
14349 \end_layout
14350
14351 \end_inset
14352 </cell>
14353 </row>
14354 <row>
14355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14356 \begin_inset Text
14357
14358 \begin_layout Plain Layout
14359
14360 \backslash
14361 ointctrclockwise
14362 \end_layout
14363
14364 \end_inset
14365 </cell>
14366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14367 \begin_inset Text
14368
14369 \begin_layout Plain Layout
14370 \begin_inset Formula $\ointctrclockwise$
14371 \end_inset
14372
14373
14374 \end_layout
14375
14376 \end_inset
14377 </cell>
14378 </row>
14379 <row>
14380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14381 \begin_inset Text
14382
14383 \begin_layout Plain Layout
14384
14385 \backslash
14386 ointclockwise
14387 \end_layout
14388
14389 \end_inset
14390 </cell>
14391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14392 \begin_inset Text
14393
14394 \begin_layout Plain Layout
14395 \begin_inset Formula $\ointclockwise$
14396 \end_inset
14397
14398
14399 \end_layout
14400
14401 \end_inset
14402 </cell>
14403 </row>
14404 <row>
14405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14406 \begin_inset Text
14407
14408 \begin_layout Plain Layout
14409
14410 \backslash
14411 sqint
14412 \end_layout
14413
14414 \end_inset
14415 </cell>
14416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14417 \begin_inset Text
14418
14419 \begin_layout Plain Layout
14420 \begin_inset Formula $\sqint$
14421 \end_inset
14422
14423
14424 \end_layout
14425
14426 \end_inset
14427 </cell>
14428 </row>
14429 <row>
14430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14431 \begin_inset Text
14432
14433 \begin_layout Plain Layout
14434
14435 \backslash
14436 fint
14437 \end_layout
14438
14439 \end_inset
14440 </cell>
14441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14442 \begin_inset Text
14443
14444 \begin_layout Plain Layout
14445  
14446 \begin_inset Formula $\fint$
14447 \end_inset
14448
14449
14450 \end_layout
14451
14452 \end_inset
14453 </cell>
14454 </row>
14455 <row>
14456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Plain Layout
14460
14461 \backslash
14462 landupint
14463 \end_layout
14464
14465 \end_inset
14466 </cell>
14467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14468 \begin_inset Text
14469
14470 \begin_layout Plain Layout
14471  
14472 \begin_inset Formula $\landupint$
14473 \end_inset
14474
14475
14476 \end_layout
14477
14478 \end_inset
14479 </cell>
14480 </row>
14481 <row>
14482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14483 \begin_inset Text
14484
14485 \begin_layout Plain Layout
14486
14487 \backslash
14488 landdownint
14489 \end_layout
14490
14491 \end_inset
14492 </cell>
14493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14494 \begin_inset Text
14495
14496 \begin_layout Plain Layout
14497  
14498 \begin_inset Formula $\landdownint$
14499 \end_inset
14500
14501
14502 \end_layout
14503
14504 \end_inset
14505 </cell>
14506 </row>
14507 <row>
14508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14509 \begin_inset Text
14510
14511 \begin_layout Plain Layout
14512
14513 \backslash
14514 bigcap
14515 \end_layout
14516
14517 \end_inset
14518 </cell>
14519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14520 \begin_inset Text
14521
14522 \begin_layout Plain Layout
14523 \begin_inset Formula $\bigcap$
14524 \end_inset
14525
14526
14527 \end_layout
14528
14529 \end_inset
14530 </cell>
14531 </row>
14532 <row>
14533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14534 \begin_inset Text
14535
14536 \begin_layout Plain Layout
14537
14538 \backslash
14539 bigcup
14540 \end_layout
14541
14542 \end_inset
14543 </cell>
14544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14545 \begin_inset Text
14546
14547 \begin_layout Plain Layout
14548 \begin_inset Formula $\bigcup$
14549 \end_inset
14550
14551
14552 \end_layout
14553
14554 \end_inset
14555 </cell>
14556 </row>
14557 </lyxtabular>
14558
14559 \end_inset
14560
14561
14562 \begin_inset space \hfill{}
14563 \end_inset
14564
14565
14566 \begin_inset Tabular
14567 <lyxtabular version="3" rows="11" columns="2">
14568 <features rotate="0" tabularvalignment="middle">
14569 <column alignment="center" valignment="top" width="0pt">
14570 <column alignment="center" valignment="top" width="0pt">
14571 <row>
14572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14573 \begin_inset Text
14574
14575 \begin_layout Plain Layout
14576 Comando
14577 \end_layout
14578
14579 \end_inset
14580 </cell>
14581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14582 \begin_inset Text
14583
14584 \begin_layout Plain Layout
14585 Resultado
14586 \end_layout
14587
14588 \end_inset
14589 </cell>
14590 </row>
14591 <row>
14592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14593 \begin_inset Text
14594
14595 \begin_layout Plain Layout
14596
14597 \backslash
14598 sum
14599 \begin_inset Index idx
14600 status collapsed
14601
14602 \begin_layout Plain Layout
14603 Comandos ! S ! 
14604 \backslash
14605 sum
14606 \end_layout
14607
14608 \end_inset
14609
14610
14611 \end_layout
14612
14613 \end_inset
14614 </cell>
14615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14616 \begin_inset Text
14617
14618 \begin_layout Plain Layout
14619 \begin_inset Formula $\sum$
14620 \end_inset
14621
14622
14623 \end_layout
14624
14625 \end_inset
14626 </cell>
14627 </row>
14628 <row>
14629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14630 \begin_inset Text
14631
14632 \begin_layout Plain Layout
14633
14634 \backslash
14635 prod
14636 \begin_inset Index idx
14637 status collapsed
14638
14639 \begin_layout Plain Layout
14640 Comandos ! P ! 
14641 \backslash
14642 prod
14643 \end_layout
14644
14645 \end_inset
14646
14647
14648 \end_layout
14649
14650 \end_inset
14651 </cell>
14652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14653 \begin_inset Text
14654
14655 \begin_layout Plain Layout
14656 \begin_inset Formula $\prod$
14657 \end_inset
14658
14659
14660 \end_layout
14661
14662 \end_inset
14663 </cell>
14664 </row>
14665 <row>
14666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14667 \begin_inset Text
14668
14669 \begin_layout Plain Layout
14670
14671 \backslash
14672 coprod
14673 \end_layout
14674
14675 \end_inset
14676 </cell>
14677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14678 \begin_inset Text
14679
14680 \begin_layout Plain Layout
14681 \begin_inset Formula $\coprod$
14682 \end_inset
14683
14684
14685 \end_layout
14686
14687 \end_inset
14688 </cell>
14689 </row>
14690 <row>
14691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14692 \begin_inset Text
14693
14694 \begin_layout Plain Layout
14695
14696 \backslash
14697 bigodot
14698 \end_layout
14699
14700 \end_inset
14701 </cell>
14702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14703 \begin_inset Text
14704
14705 \begin_layout Plain Layout
14706 \begin_inset Formula $\bigodot$
14707 \end_inset
14708
14709
14710 \end_layout
14711
14712 \end_inset
14713 </cell>
14714 </row>
14715 <row>
14716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14717 \begin_inset Text
14718
14719 \begin_layout Plain Layout
14720
14721 \backslash
14722 bigotimes
14723 \end_layout
14724
14725 \end_inset
14726 </cell>
14727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14728 \begin_inset Text
14729
14730 \begin_layout Plain Layout
14731 \begin_inset Formula $\bigotimes$
14732 \end_inset
14733
14734
14735 \end_layout
14736
14737 \end_inset
14738 </cell>
14739 </row>
14740 <row>
14741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14742 \begin_inset Text
14743
14744 \begin_layout Plain Layout
14745
14746 \backslash
14747 bigoplus
14748 \end_layout
14749
14750 \end_inset
14751 </cell>
14752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14753 \begin_inset Text
14754
14755 \begin_layout Plain Layout
14756 \begin_inset Formula $\bigoplus$
14757 \end_inset
14758
14759
14760 \end_layout
14761
14762 \end_inset
14763 </cell>
14764 </row>
14765 <row>
14766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14767 \begin_inset Text
14768
14769 \begin_layout Plain Layout
14770
14771 \backslash
14772 bigwedge
14773 \end_layout
14774
14775 \end_inset
14776 </cell>
14777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14778 \begin_inset Text
14779
14780 \begin_layout Plain Layout
14781 \begin_inset Formula $\bigwedge$
14782 \end_inset
14783
14784
14785 \end_layout
14786
14787 \end_inset
14788 </cell>
14789 </row>
14790 <row>
14791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14792 \begin_inset Text
14793
14794 \begin_layout Plain Layout
14795
14796 \backslash
14797 bigvee
14798 \end_layout
14799
14800 \end_inset
14801 </cell>
14802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14803 \begin_inset Text
14804
14805 \begin_layout Plain Layout
14806 \begin_inset Formula $\bigvee$
14807 \end_inset
14808
14809
14810 \end_layout
14811
14812 \end_inset
14813 </cell>
14814 </row>
14815 <row>
14816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14817 \begin_inset Text
14818
14819 \begin_layout Plain Layout
14820
14821 \backslash
14822 bigsqcup
14823 \end_layout
14824
14825 \end_inset
14826 </cell>
14827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14828 \begin_inset Text
14829
14830 \begin_layout Plain Layout
14831 \begin_inset Formula $\bigsqcup$
14832 \end_inset
14833
14834
14835 \end_layout
14836
14837 \end_inset
14838 </cell>
14839 </row>
14840 <row>
14841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14842 \begin_inset Text
14843
14844 \begin_layout Plain Layout
14845
14846 \backslash
14847 biguplus
14848 \end_layout
14849
14850 \end_inset
14851 </cell>
14852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14853 \begin_inset Text
14854
14855 \begin_layout Plain Layout
14856 \begin_inset Formula $\biguplus$
14857 \end_inset
14858
14859
14860 \end_layout
14861
14862 \end_inset
14863 </cell>
14864 </row>
14865 </lyxtabular>
14866
14867 \end_inset
14868
14869
14870 \begin_inset space \hfill{}
14871 \end_inset
14872
14873
14874 \end_layout
14875
14876 \begin_layout Standard
14877 Todos los operadores grandes se pueden insertar con el botón 
14878 \begin_inset Info
14879 type  "icon"
14880 arg   "math-insert \\intop"
14881 \end_inset
14882
14883  de la barra de ecuaciones.
14884 \end_layout
14885
14886 \begin_layout Standard
14887 Estos operadores son llamados grandes porque son mayores que los operadores
14888  binarios de aspecto semejante.
14889  Todos los operadores grandes pueden tener límites, como se describe en
14890  la subsección siguiente.
14891 \end_layout
14892
14893 \begin_layout Standard
14894 Para todos los operadores de integral hay una segunda versión disponible,
14895  terminando en 
14896 \series bold
14897 op
14898 \series default
14899
14900 \series bold
14901
14902 \backslash
14903 intop
14904 \series default
14905
14906 \series bold
14907
14908 \backslash
14909 ointop
14910 \series default
14911  etc.
14912  Estos operadores difieren de 
14913 \series bold
14914
14915 \backslash
14916 int
14917 \series default
14918 , etc., en el estilo en que se presentan los límites, véase
14919 \series bold
14920  
14921 \series default
14922
14923 \begin_inset CommandInset ref
14924 LatexCommand ref
14925 reference "sub:Límites-de-operadores"
14926
14927 \end_inset
14928
14929 .
14930 \end_layout
14931
14932 \begin_layout Subsubsection*
14933 Sugerencias para las integrales
14934 \end_layout
14935
14936 \begin_layout Standard
14937 La letra 
14938 \emph on
14939 d
14940 \emph default
14941  en una integral es un operador, por consiguiente debe escribirse en redonda.
14942  Esto se hace resaltando la 
14943 \emph on
14944 d
14945 \emph default
14946  y usando el atajo de teclado 
14947 \family sans
14948 Alt+C
14949 \begin_inset space ~
14950 \end_inset
14951
14952 R
14953 \family default
14954 .
14955 \begin_inset Foot
14956 status collapsed
14957
14958 \begin_layout Plain Layout
14959 véase estilos de letras en 
14960 \begin_inset CommandInset ref
14961 LatexCommand ref
14962 reference "sub:Estilos-de-tipografías"
14963
14964 \end_inset
14965
14966  
14967 \end_layout
14968
14969 \end_inset
14970
14971  Delante de la 
14972 \emph on
14973 d
14974 \emph default
14975  se inserta un espacio delgado, como es habitual en los operadores.
14976  Un ejemplo:
14977 \end_layout
14978
14979 \begin_layout Standard
14980 incorrecto: 
14981 \begin_inset Formula $\int A(x)dx$
14982 \end_inset
14983
14984
14985 \begin_inset Newline newline
14986 \end_inset
14987
14988
14989 \begin_inset Phantom HPhantom
14990 status open
14991
14992 \begin_layout Plain Layout
14993 in
14994 \end_layout
14995
14996 \end_inset
14997
14998 correcto: 
14999 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15000 \end_inset
15001
15002
15003 \end_layout
15004
15005 \begin_layout Standard
15006 Para integrales múltiples hay los siguientes comandos:
15007 \begin_inset VSpace medskip
15008 \end_inset
15009
15010
15011 \end_layout
15012
15013 \begin_layout Standard
15014 \begin_inset space \hfill{}
15015 \end_inset
15016
15017
15018 \begin_inset Tabular
15019 <lyxtabular version="3" rows="4" columns="2">
15020 <features rotate="0" tabularvalignment="middle">
15021 <column alignment="center" valignment="top">
15022 <column alignment="center" valignment="top">
15023 <row>
15024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15025 \begin_inset Text
15026
15027 \begin_layout Plain Layout
15028 Comando
15029 \end_layout
15030
15031 \end_inset
15032 </cell>
15033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15034 \begin_inset Text
15035
15036 \begin_layout Plain Layout
15037 Resultado
15038 \begin_inset Note Note
15039 status collapsed
15040
15041 \begin_layout Plain Layout
15042
15043 \series bold
15044
15045 \backslash
15046 raisebox
15047 \series default
15048  se usa sólo como espaciador
15049 \end_layout
15050
15051 \end_inset
15052
15053
15054 \end_layout
15055
15056 \end_inset
15057 </cell>
15058 </row>
15059 <row>
15060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15061 \begin_inset Text
15062
15063 \begin_layout Plain Layout
15064
15065 \backslash
15066 iint
15067 \end_layout
15068
15069 \end_inset
15070 </cell>
15071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15072 \begin_inset Text
15073
15074 \begin_layout Plain Layout
15075 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15076 \end_inset
15077
15078
15079 \end_layout
15080
15081 \end_inset
15082 </cell>
15083 </row>
15084 <row>
15085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15086 \begin_inset Text
15087
15088 \begin_layout Plain Layout
15089
15090 \backslash
15091 oiint
15092 \end_layout
15093
15094 \end_inset
15095 </cell>
15096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15097 \begin_inset Text
15098
15099 \begin_layout Plain Layout
15100 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15101 \end_inset
15102
15103
15104 \end_layout
15105
15106 \end_inset
15107 </cell>
15108 </row>
15109 <row>
15110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15111 \begin_inset Text
15112
15113 \begin_layout Plain Layout
15114
15115 \backslash
15116 sqiint
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15126 \end_inset
15127
15128
15129 \end_layout
15130
15131 \end_inset
15132 </cell>
15133 </row>
15134 </lyxtabular>
15135
15136 \end_inset
15137
15138
15139 \begin_inset space \hfill{}
15140 \end_inset
15141
15142
15143 \begin_inset Tabular
15144 <lyxtabular version="3" rows="4" columns="2">
15145 <features rotate="0" tabularvalignment="middle">
15146 <column alignment="center" valignment="top">
15147 <column alignment="center" valignment="top">
15148 <row>
15149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15150 \begin_inset Text
15151
15152 \begin_layout Plain Layout
15153 Comando
15154 \end_layout
15155
15156 \end_inset
15157 </cell>
15158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15159 \begin_inset Text
15160
15161 \begin_layout Plain Layout
15162 Resultado
15163 \begin_inset Note Note
15164 status collapsed
15165
15166 \begin_layout Plain Layout
15167
15168 \series bold
15169
15170 \backslash
15171 raisebox
15172 \series default
15173  se usa sólo como espaciador
15174 \end_layout
15175
15176 \end_inset
15177
15178
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 </row>
15184 <row>
15185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15186 \begin_inset Text
15187
15188 \begin_layout Plain Layout
15189
15190 \backslash
15191 iiint
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15197 \begin_inset Text
15198
15199 \begin_layout Plain Layout
15200 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15201 \end_inset
15202
15203
15204 \end_layout
15205
15206 \end_inset
15207 </cell>
15208 </row>
15209 <row>
15210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15211 \begin_inset Text
15212
15213 \begin_layout Plain Layout
15214
15215 \backslash
15216 iiiint
15217 \end_layout
15218
15219 \end_inset
15220 </cell>
15221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15222 \begin_inset Text
15223
15224 \begin_layout Plain Layout
15225 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15226 \end_inset
15227
15228
15229 \end_layout
15230
15231 \end_inset
15232 </cell>
15233 </row>
15234 <row>
15235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15236 \begin_inset Text
15237
15238 \begin_layout Plain Layout
15239
15240 \backslash
15241 dotsint
15242 \end_layout
15243
15244 \end_inset
15245 </cell>
15246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15247 \begin_inset Text
15248
15249 \begin_layout Plain Layout
15250 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15251 \end_inset
15252
15253
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 </row>
15259 </lyxtabular>
15260
15261 \end_inset
15262
15263
15264 \begin_inset space \hfill{}
15265 \end_inset
15266
15267
15268 \end_layout
15269
15270 \begin_layout Subsection
15271 Límites de operadores
15272 \begin_inset CommandInset label
15273 LatexCommand label
15274 name "sub:Límites-de-operadores"
15275
15276 \end_inset
15277
15278
15279 \begin_inset Index idx
15280 status collapsed
15281
15282 \begin_layout Plain Layout
15283 Operadores ! límites de
15284 \end_layout
15285
15286 \end_inset
15287
15288
15289 \end_layout
15290
15291 \begin_layout Standard
15292 Los límites se crean mediante superíndices y subíndices:
15293 \end_layout
15294
15295 \begin_layout Standard
15296 \noindent
15297 \align center
15298 \begin_inset Tabular
15299 <lyxtabular version="3" rows="2" columns="2">
15300 <features rotate="0" tabularvalignment="middle">
15301 <column alignment="center" valignment="top">
15302 <column alignment="center" valignment="top">
15303 <row>
15304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15305 \begin_inset Text
15306
15307 \begin_layout Plain Layout
15308 Comando
15309 \end_layout
15310
15311 \end_inset
15312 </cell>
15313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15314 \begin_inset Text
15315
15316 \begin_layout Plain Layout
15317 Resultado
15318 \begin_inset Note Note
15319 status collapsed
15320
15321 \begin_layout Plain Layout
15322
15323 \series bold
15324
15325 \backslash
15326 raisebox
15327 \series default
15328  se usa sólo como espaciador
15329 \end_layout
15330
15331 \end_inset
15332
15333
15334 \end_layout
15335
15336 \end_inset
15337 </cell>
15338 </row>
15339 <row>
15340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15341 \begin_inset Text
15342
15343 \begin_layout Plain Layout
15344
15345 \backslash
15346 prod^
15347 \backslash
15348 infty
15349 \begin_inset space \textvisiblespace{}
15350 \end_inset
15351
15352
15353 \begin_inset Formula $\to$
15354 \end_inset
15355
15356 _0
15357 \begin_inset Formula $\to$
15358 \end_inset
15359
15360 A(x)
15361 \end_layout
15362
15363 \end_inset
15364 </cell>
15365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15366 \begin_inset Text
15367
15368 \begin_layout Plain Layout
15369 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15370 \end_inset
15371
15372
15373 \end_layout
15374
15375 \end_inset
15376 </cell>
15377 </row>
15378 </lyxtabular>
15379
15380 \end_inset
15381
15382
15383 \end_layout
15384
15385 \begin_layout Standard
15386 En ecuaciones en línea los límites se colocan al lado derecho del operador.
15387  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
15388 \end_layout
15389
15390 \begin_layout Standard
15391 Para forzar que los límites se coloquen junto al operador, se pone el cursor
15392  directamente detrás del operador y se elige 
15393 \series bold
15394 Alineado
15395 \series default
15396  en el menú 
15397 \family sans
15398 Editar\SpecialChar \menuseparator
15399 Ecuación\SpecialChar \menuseparator
15400 Cambiar tipo de límites
15401 \family default
15402  (atajo 
15403 \family sans
15404 Alt+M
15405 \begin_inset space ~
15406 \end_inset
15407
15408 L
15409 \family default
15410 ).
15411  Un ejemplo:
15412 \end_layout
15413
15414 \begin_layout Standard
15415 El tipo de límites por omisión es:
15416 \begin_inset Formula 
15417 \[
15418 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15419 \]
15420
15421 \end_inset
15422
15423
15424 \end_layout
15425
15426 \begin_layout Standard
15427 Así se ven si se cambia el tipo de límites a 
15428 \series bold
15429 Alineado
15430 \series default
15431 :
15432 \begin_inset Formula 
15433 \[
15434 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15435 \]
15436
15437 \end_inset
15438
15439
15440 \end_layout
15441
15442 \begin_layout Standard
15443 En integrales, excepto las que terminan en 
15444 \series bold
15445 op
15446 \series default
15447  como 
15448 \series bold
15449
15450 \backslash
15451 intop
15452 \series default
15453
15454 \series bold
15455
15456 \backslash
15457 ointop
15458 \series default
15459 , etc., los límites se colocan por omisión junto al operador.
15460  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
15461  operador.
15462  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
15463 \series bold
15464 Presentado
15465 \series default
15466  para poner el límite debajo:
15467 \begin_inset Formula 
15468 \begin{equation}
15469 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}
15470 \end{equation}
15471
15472 \end_inset
15473
15474
15475 \begin_inset VSpace medskip
15476 \end_inset
15477
15478 Para especificar condiciones en los límites se usan los comandos 
15479 \series bold
15480
15481 \backslash
15482 subarray
15483 \series default
15484
15485 \begin_inset Index idx
15486 status collapsed
15487
15488 \begin_layout Plain Layout
15489 Comandos ! S ! 
15490 \backslash
15491 subarray
15492 \end_layout
15493
15494 \end_inset
15495
15496  y 
15497 \series bold
15498
15499 \backslash
15500 substack
15501 \series default
15502
15503 \begin_inset Index idx
15504 status collapsed
15505
15506 \begin_layout Plain Layout
15507 Comandos ! S ! 
15508 \backslash
15509 substack
15510 \end_layout
15511
15512 \end_inset
15513
15514 .
15515  Por ejemplo, para componer la expresión
15516 \begin_inset Formula 
15517 \begin{equation}
15518 \sum_{\begin{subarray}{c}
15519 0<k<1000\\
15520 \\
15521 k\,\in\,\mathbb{N}
15522 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15523 \end{equation}
15524
15525 \end_inset
15526
15527 se ha hecho lo siguiente: primero se escribe el comando 
15528 \series bold
15529
15530 \backslash
15531 sum^n
15532 \series default
15533
15534 \begin_inset space \textvisiblespace{}
15535 \end_inset
15536
15537
15538 \series bold
15539 _
15540 \series default
15541 .
15542  Ahora el cursor está en un marco azul bajo el operador sumatorio y ahí
15543  se inserta el comando 
15544 \series bold
15545
15546 \backslash
15547 subarray
15548 \series default
15549
15550 \begin_inset space \textvisiblespace{}
15551 \end_inset
15552
15553 .
15554  Ahora el marco azul está en un marco púrpura donde pueden escribirse líneas
15555  distintas.
15556  Cada línea nueva se crea con un salto de línea (
15557 \family sans
15558 Ctrl+Entrar
15559 \family default
15560 ).
15561  Si ahora se teclea en ella
15562 \begin_inset Newline newline
15563 \end_inset
15564
15565
15566 \series bold
15567 0<k<1000 Ctrl+Entrar
15568 \begin_inset Newline newline
15569 \end_inset
15570
15571
15572 \series default
15573 aparece debajo un nuevo marco para la línea nueva.
15574 \end_layout
15575
15576 \begin_layout Standard
15577 La alineación de las líneas puede cambiarse a la izquierda con la 
15578 \family sans
15579 barra de herramientas de cuadros
15580 \family default
15581  o con el menú 
15582 \family sans
15583 Editar\SpecialChar \menuseparator
15584 Filas y columnas
15585 \family default
15586 .
15587  Para obtener alineación derecha se inserta 
15588 \series bold
15589
15590 \backslash
15591 hfill
15592 \series default
15593
15594 \begin_inset space \textvisiblespace{}
15595 \end_inset
15596
15597  al principio de la línea.
15598 \end_layout
15599
15600 \begin_layout Standard
15601 El comando 
15602 \series bold
15603
15604 \backslash
15605 substack
15606 \series default
15607  es equivalente a 
15608 \series bold
15609
15610 \backslash
15611 subarray
15612 \series default
15613  con la diferencia de que las líneas están siempre centradas.
15614 \begin_inset VSpace bigskip
15615 \end_inset
15616
15617
15618 \end_layout
15619
15620 \begin_layout Standard
15621 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
15622  siguientes, como en la ecuación 
15623 \begin_inset CommandInset ref
15624 LatexCommand eqref
15625 reference "eq:substack"
15626
15627 \end_inset
15628
15629 , porque éstos se colocan junto a los límites.
15630  Para evitarlo se puede usar comando 
15631 \series bold
15632
15633 \backslash
15634 mathclap
15635 \series default
15636
15637 \begin_inset Index idx
15638 status collapsed
15639
15640 \begin_layout Plain Layout
15641 Comandos ! M ! 
15642 \backslash
15643 mathclap
15644 \end_layout
15645
15646 \end_inset
15647
15648  que 
15649 \lang english
15650 sets the width of its content to
15651 \lang spanish
15652  0
15653 \begin_inset space \thinspace{}
15654 \end_inset
15655
15656 pt.
15657 \begin_inset Newline newline
15658 \end_inset
15659
15660 Aplicado en la ecuación 
15661 \begin_inset CommandInset ref
15662 LatexCommand eqref
15663 reference "eq:substack"
15664
15665 \end_inset
15666
15667  se usa el comando
15668 \end_layout
15669
15670 \begin_layout Standard
15671
15672 \series bold
15673
15674 \backslash
15675 sum_
15676 \backslash
15677 mathclap
15678 \backslash
15679 substack
15680 \begin_inset space \textvisiblespace{}
15681 \end_inset
15682
15683 0<k<1000 Ctrl+Entrar
15684 \end_layout
15685
15686 \begin_layout Standard
15687 para componer el límite inferior.
15688  Ahora el sumando está junto al sumatorio:
15689 \begin_inset Formula 
15690 \[
15691 \sum_{\mathclap{\substack{0<k<1000\\
15692 \\
15693 k\,\in\,\mathbb{N}
15694 }
15695 }}^{n}k^{-2}
15696 \]
15697
15698 \end_inset
15699
15700
15701 \end_layout
15702
15703 \begin_layout Standard
15704 \begin_inset VSpace bigskip
15705 \end_inset
15706
15707
15708 \end_layout
15709
15710 \begin_layout Standard
15711
15712 \lang english
15713 When several consecutive operators have limits the typesetting of the limits
15714  looks often imperfect in the output, see this example:
15715 \lang spanish
15716
15717 \begin_inset Formula 
15718 \[
15719 \text{a)}\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\limsup_{n\to\infty}\max_{p\ge n}
15720 \]
15721
15722 \end_inset
15723
15724
15725 \lang english
15726 To improve the typesetting set in the document settings under 
15727 \family sans
15728 Math
15729 \begin_inset space ~
15730 \end_inset
15731
15732 Options
15733 \family default
15734  for the package
15735 \lang spanish
15736  
15737 \series bold
15738 mathtools
15739 \series default
15740
15741 \begin_inset Index idx
15742 status collapsed
15743
15744 \begin_layout Plain Layout
15745 Paquetes ! mathtools
15746 \end_layout
15747
15748 \end_inset
15749
15750  
15751 \lang english
15752 the option 
15753 \family sans
15754 Load
15755 \begin_inset space ~
15756 \end_inset
15757
15758 always
15759 \family default
15760 .
15761  Then insert into your formula the command 
15762 \series bold
15763 \lang spanish
15764
15765 \backslash
15766 adjustlimits
15767 \series default
15768
15769 \begin_inset Index idx
15770 status collapsed
15771
15772 \begin_layout Plain Layout
15773 Comandos ! A ! 
15774 \backslash
15775 adjustlimits
15776 \end_layout
15777
15778 \end_inset
15779
15780  
15781 \lang english
15782 directly before the first operator.
15783  The example will then look like this:
15784 \lang spanish
15785
15786 \begin_inset Formula 
15787 \[
15788 \text{a)}\adjustlimits\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\adjustlimits\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\adjustlimits\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\adjustlimits\limsup_{n\to\infty}\max_{p\ge n}
15789 \]
15790
15791 \end_inset
15792
15793
15794 \end_layout
15795
15796 \begin_layout Standard
15797 \begin_inset VSpace bigskip
15798 \end_inset
15799
15800 Cómo utilizar un límite para varios operadores se describe en la 
15801 \begin_inset CommandInset ref
15802 LatexCommand ref
15803 reference "sub:Operadores-de-usuario"
15804
15805 \end_inset
15806
15807 .
15808 \end_layout
15809
15810 \begin_layout Subsection
15811 Decoración para operadores
15812 \begin_inset Index idx
15813 status collapsed
15814
15815 \begin_layout Plain Layout
15816 Operadores ! Decoración
15817 \end_layout
15818
15819 \end_inset
15820
15821
15822 \end_layout
15823
15824 \begin_layout Standard
15825 Con los comandos 
15826 \series bold
15827
15828 \backslash
15829 overset
15830 \series default
15831
15832 \begin_inset Index idx
15833 status collapsed
15834
15835 \begin_layout Plain Layout
15836 Comandos ! O ! 
15837 \backslash
15838 overset
15839 \end_layout
15840
15841 \end_inset
15842
15843  y 
15844 \series bold
15845
15846 \backslash
15847 underset
15848 \series default
15849
15850 \begin_inset Index idx
15851 status collapsed
15852
15853 \begin_layout Plain Layout
15854 Comandos ! U ! 
15855 \backslash
15856 underset
15857 \end_layout
15858
15859 \end_inset
15860
15861  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
15862  Con el comando 
15863 \series bold
15864
15865 \backslash
15866 sideset
15867 \series default
15868
15869 \begin_inset Index idx
15870 status collapsed
15871
15872 \begin_layout Plain Layout
15873 Comandos ! S ! 
15874 \backslash
15875 sideset
15876 \end_layout
15877
15878 \end_inset
15879
15880  se pueden poner caracteres delante y detrás de un operador grande.
15881 \end_layout
15882
15883 \begin_layout Standard
15884
15885 \lang english
15886 There are 4
15887 \begin_inset space ~
15888 \end_inset
15889
15890 variants of 
15891 \series bold
15892
15893 \backslash
15894 sideset
15895 \series default
15896 :
15897 \end_layout
15898
15899 \begin_layout Itemize
15900
15901 \series bold
15902 \lang english
15903
15904 \backslash
15905 sideset
15906 \series default
15907  is used to set characters at the corners of the operator
15908 \end_layout
15909
15910 \begin_layout Itemize
15911
15912 \series bold
15913 \lang english
15914
15915 \backslash
15916 sidesetn
15917 \series default
15918  is used to set characters before and/or behind the operator (this variant
15919  represents LaTeX's original 
15920 \series bold
15921
15922 \backslash
15923 sideset
15924 \series default
15925  command)
15926 \end_layout
15927
15928 \begin_layout Itemize
15929
15930 \series bold
15931 \lang english
15932
15933 \backslash
15934 sidesetl
15935 \series default
15936  is used to set characters at the left corners and/or behind the operator
15937 \end_layout
15938
15939 \begin_layout Itemize
15940
15941 \series bold
15942 \lang english
15943
15944 \backslash
15945 sidesetr
15946 \series default
15947  is used to set characters at the right corners and/or before the operator
15948 \end_layout
15949
15950 \begin_layout Standard
15951 Por ejemplo, el comando 
15952 \series bold
15953
15954 \backslash
15955 sidesetn
15956 \begin_inset space \textvisiblespace{}
15957 \end_inset
15958
15959
15960 \backslash
15961 sum
15962 \begin_inset space \textvisiblespace{}
15963 \end_inset
15964
15965
15966 \begin_inset Formula $\to$
15967 \end_inset
15968
15969 '
15970 \begin_inset Formula $\to$
15971 \end_inset
15972
15973 _k=1
15974 \begin_inset space \textvisiblespace{}
15975 \end_inset
15976
15977
15978 \series default
15979 ^
15980 \series bold
15981 n
15982 \series default
15983  genera:
15984 \begin_inset Formula 
15985 \[
15986 \sideset{}{'}\sum_{k=1}^{n}
15987 \]
15988
15989 \end_inset
15990
15991
15992 \end_layout
15993
15994 \begin_layout Standard
15995 \begin_inset Note Greyedout
15996 status open
15997
15998 \begin_layout Plain Layout
15999
16000 \series bold
16001 Nota: 
16002 \backslash
16003 sideset
16004 \series default
16005  sólo se puede usar para decorar operadores grandes, no permite operadores
16006  binarios.
16007 \end_layout
16008
16009 \end_inset
16010
16011
16012 \end_layout
16013
16014 \begin_layout Standard
16015 Con 
16016 \series bold
16017
16018 \backslash
16019 overset
16020 \series default
16021  y 
16022 \series bold
16023
16024 \backslash
16025 underset
16026 \series default
16027  también se pueden decorar símbolos y caracteres.
16028  Por ejemplo el comando 
16029 \series bold
16030
16031 \backslash
16032 overset
16033 \begin_inset space \textvisiblespace{}
16034 \end_inset
16035
16036
16037 \backslash
16038 maltese
16039 \begin_inset space \textvisiblespace{}
16040 \end_inset
16041
16042
16043 \series default
16044
16045 \begin_inset Formula $\uparrow$
16046 \end_inset
16047
16048
16049 \series bold
16050 a
16051 \series default
16052  genera:
16053 \begin_inset Formula 
16054 \[
16055 \overset{a}{\maltese}
16056 \]
16057
16058 \end_inset
16059
16060
16061 \end_layout
16062
16063 \begin_layout Subsection
16064 Operadores binarios
16065 \begin_inset CommandInset label
16066 LatexCommand label
16067 name "sub:Operadores-binarios"
16068
16069 \end_inset
16070
16071
16072 \begin_inset Index idx
16073 status collapsed
16074
16075 \begin_layout Plain Layout
16076 Operadores ! binarios
16077 \end_layout
16078
16079 \end_inset
16080
16081
16082 \end_layout
16083
16084 \begin_layout Standard
16085 Los operadores binarios se rodean por espacios si llevan un carácter delante
16086  o detrás.
16087 \begin_inset VSpace medskip
16088 \end_inset
16089
16090
16091 \end_layout
16092
16093 \begin_layout Standard
16094 \begin_inset space \hfill{}
16095 \end_inset
16096
16097
16098 \begin_inset Tabular
16099 <lyxtabular version="3" rows="13" columns="2">
16100 <features rotate="0" tabularvalignment="middle">
16101 <column alignment="center" valignment="top" width="0pt">
16102 <column alignment="center" valignment="top" width="0pt">
16103 <row>
16104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16105 \begin_inset Text
16106
16107 \begin_layout Plain Layout
16108 Comando
16109 \begin_inset Note Note
16110 status collapsed
16111
16112 \begin_layout Plain Layout
16113
16114 \series bold
16115
16116 \backslash
16117 raisebox
16118 \series default
16119  se usa sólo como espaciador
16120 \end_layout
16121
16122 \end_inset
16123
16124
16125 \end_layout
16126
16127 \end_inset
16128 </cell>
16129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16130 \begin_inset Text
16131
16132 \begin_layout Plain Layout
16133 Operador
16134 \end_layout
16135
16136 \end_inset
16137 </cell>
16138 </row>
16139 <row>
16140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16141 \begin_inset Text
16142
16143 \begin_layout Plain Layout
16144 +
16145 \end_layout
16146
16147 \end_inset
16148 </cell>
16149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16150 \begin_inset Text
16151
16152 \begin_layout Plain Layout
16153 \begin_inset Formula $+$
16154 \end_inset
16155
16156
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 </row>
16162 <row>
16163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16164 \begin_inset Text
16165
16166 \begin_layout Plain Layout
16167 -
16168 \end_layout
16169
16170 \end_inset
16171 </cell>
16172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16173 \begin_inset Text
16174
16175 \begin_layout Plain Layout
16176 \begin_inset Formula $-$
16177 \end_inset
16178
16179
16180 \end_layout
16181
16182 \end_inset
16183 </cell>
16184 </row>
16185 <row>
16186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16187 \begin_inset Text
16188
16189 \begin_layout Plain Layout
16190
16191 \backslash
16192 pm
16193 \end_layout
16194
16195 \end_inset
16196 </cell>
16197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16198 \begin_inset Text
16199
16200 \begin_layout Plain Layout
16201 \begin_inset Formula $\pm$
16202 \end_inset
16203
16204
16205 \end_layout
16206
16207 \end_inset
16208 </cell>
16209 </row>
16210 <row>
16211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16212 \begin_inset Text
16213
16214 \begin_layout Plain Layout
16215
16216 \backslash
16217 mp
16218 \end_layout
16219
16220 \end_inset
16221 </cell>
16222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16223 \begin_inset Text
16224
16225 \begin_layout Plain Layout
16226 \begin_inset Formula $\mp$
16227 \end_inset
16228
16229
16230 \end_layout
16231
16232 \end_inset
16233 </cell>
16234 </row>
16235 <row>
16236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16237 \begin_inset Text
16238
16239 \begin_layout Plain Layout
16240
16241 \backslash
16242 cdot
16243 \end_layout
16244
16245 \end_inset
16246 </cell>
16247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16248 \begin_inset Text
16249
16250 \begin_layout Plain Layout
16251 \begin_inset Formula $\cdot$
16252 \end_inset
16253
16254
16255 \end_layout
16256
16257 \end_inset
16258 </cell>
16259 </row>
16260 <row>
16261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16262 \begin_inset Text
16263
16264 \begin_layout Plain Layout
16265
16266 \backslash
16267 times
16268 \end_layout
16269
16270 \end_inset
16271 </cell>
16272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16273 \begin_inset Text
16274
16275 \begin_layout Plain Layout
16276 \begin_inset Formula $\times$
16277 \end_inset
16278
16279
16280 \end_layout
16281
16282 \end_inset
16283 </cell>
16284 </row>
16285 <row>
16286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16287 \begin_inset Text
16288
16289 \begin_layout Plain Layout
16290
16291 \backslash
16292 div
16293 \end_layout
16294
16295 \end_inset
16296 </cell>
16297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16298 \begin_inset Text
16299
16300 \begin_layout Plain Layout
16301 \begin_inset Formula $\div$
16302 \end_inset
16303
16304
16305 \end_layout
16306
16307 \end_inset
16308 </cell>
16309 </row>
16310 <row>
16311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16312 \begin_inset Text
16313
16314 \begin_layout Plain Layout
16315 \begin_inset ERT
16316 status collapsed
16317
16318 \begin_layout Plain Layout
16319
16320
16321 \backslash
16322 raisebox{-1.2mm}{
16323 \end_layout
16324
16325 \end_inset
16326
16327 *
16328 \begin_inset ERT
16329 status collapsed
16330
16331 \begin_layout Plain Layout
16332
16333 }
16334 \end_layout
16335
16336 \end_inset
16337
16338
16339 \end_layout
16340
16341 \end_inset
16342 </cell>
16343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16344 \begin_inset Text
16345
16346 \begin_layout Plain Layout
16347 \begin_inset Formula $*$
16348 \end_inset
16349
16350
16351 \end_layout
16352
16353 \end_inset
16354 </cell>
16355 </row>
16356 <row>
16357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16358 \begin_inset Text
16359
16360 \begin_layout Plain Layout
16361
16362 \backslash
16363 star
16364 \end_layout
16365
16366 \end_inset
16367 </cell>
16368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16369 \begin_inset Text
16370
16371 \begin_layout Plain Layout
16372 \begin_inset Formula $\star$
16373 \end_inset
16374
16375
16376 \end_layout
16377
16378 \end_inset
16379 </cell>
16380 </row>
16381 <row>
16382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Plain Layout
16386
16387 \backslash
16388 circ
16389 \end_layout
16390
16391 \end_inset
16392 </cell>
16393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16394 \begin_inset Text
16395
16396 \begin_layout Plain Layout
16397 \begin_inset Formula $\circ$
16398 \end_inset
16399
16400
16401 \end_layout
16402
16403 \end_inset
16404 </cell>
16405 </row>
16406 <row>
16407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16408 \begin_inset Text
16409
16410 \begin_layout Plain Layout
16411
16412 \backslash
16413 diamond
16414 \end_layout
16415
16416 \end_inset
16417 </cell>
16418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16419 \begin_inset Text
16420
16421 \begin_layout Plain Layout
16422 \begin_inset Formula $\diamond$
16423 \end_inset
16424
16425
16426 \end_layout
16427
16428 \end_inset
16429 </cell>
16430 </row>
16431 <row>
16432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16433 \begin_inset Text
16434
16435 \begin_layout Plain Layout
16436
16437 \backslash
16438 bullet
16439 \end_layout
16440
16441 \end_inset
16442 </cell>
16443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16444 \begin_inset Text
16445
16446 \begin_layout Plain Layout
16447 \begin_inset Formula $\bullet$
16448 \end_inset
16449
16450
16451 \end_layout
16452
16453 \end_inset
16454 </cell>
16455 </row>
16456 </lyxtabular>
16457
16458 \end_inset
16459
16460
16461 \begin_inset space \hfill{}
16462 \end_inset
16463
16464
16465 \begin_inset Tabular
16466 <lyxtabular version="3" rows="13" columns="2">
16467 <features rotate="0" tabularvalignment="middle">
16468 <column alignment="center" valignment="top" width="0pt">
16469 <column alignment="center" valignment="top" width="0pt">
16470 <row>
16471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16472 \begin_inset Text
16473
16474 \begin_layout Plain Layout
16475 Comando
16476 \end_layout
16477
16478 \end_inset
16479 </cell>
16480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16481 \begin_inset Text
16482
16483 \begin_layout Plain Layout
16484 Operador
16485 \end_layout
16486
16487 \end_inset
16488 </cell>
16489 </row>
16490 <row>
16491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Plain Layout
16495
16496 \backslash
16497 nabla
16498 \end_layout
16499
16500 \end_inset
16501 </cell>
16502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16503 \begin_inset Text
16504
16505 \begin_layout Plain Layout
16506 \begin_inset Formula $\nabla$
16507 \end_inset
16508
16509
16510 \end_layout
16511
16512 \end_inset
16513 </cell>
16514 </row>
16515 <row>
16516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16517 \begin_inset Text
16518
16519 \begin_layout Plain Layout
16520
16521 \backslash
16522 bigtriangledown
16523 \end_layout
16524
16525 \end_inset
16526 </cell>
16527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16528 \begin_inset Text
16529
16530 \begin_layout Plain Layout
16531 \begin_inset Formula $\bigtriangledown$
16532 \end_inset
16533
16534
16535 \end_layout
16536
16537 \end_inset
16538 </cell>
16539 </row>
16540 <row>
16541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545
16546 \backslash
16547 bigtriangleup
16548 \end_layout
16549
16550 \end_inset
16551 </cell>
16552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16553 \begin_inset Text
16554
16555 \begin_layout Plain Layout
16556 \begin_inset Formula $\bigtriangleup$
16557 \end_inset
16558
16559
16560 \end_layout
16561
16562 \end_inset
16563 </cell>
16564 </row>
16565 <row>
16566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Plain Layout
16570
16571 \backslash
16572 Box
16573 \end_layout
16574
16575 \end_inset
16576 </cell>
16577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16578 \begin_inset Text
16579
16580 \begin_layout Plain Layout
16581 \begin_inset Formula $\Box$
16582 \end_inset
16583
16584
16585 \end_layout
16586
16587 \end_inset
16588 </cell>
16589 </row>
16590 <row>
16591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595
16596 \backslash
16597 cap 
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16603 \begin_inset Text
16604
16605 \begin_layout Plain Layout
16606 \begin_inset Formula $\cap$
16607 \end_inset
16608
16609
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 </row>
16615 <row>
16616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620
16621 \backslash
16622 cup
16623 \end_layout
16624
16625 \end_inset
16626 </cell>
16627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16628 \begin_inset Text
16629
16630 \begin_layout Plain Layout
16631 \begin_inset Formula $\cup$
16632 \end_inset
16633
16634
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 </row>
16640 <row>
16641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645
16646 \backslash
16647 dagger
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16653 \begin_inset Text
16654
16655 \begin_layout Plain Layout
16656 \begin_inset Formula $\dagger$
16657 \end_inset
16658
16659
16660 \end_layout
16661
16662 \end_inset
16663 </cell>
16664 </row>
16665 <row>
16666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16667 \begin_inset Text
16668
16669 \begin_layout Plain Layout
16670
16671 \backslash
16672 ddagger
16673 \end_layout
16674
16675 \end_inset
16676 </cell>
16677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16678 \begin_inset Text
16679
16680 \begin_layout Plain Layout
16681 \begin_inset Formula $\ddagger$
16682 \end_inset
16683
16684
16685 \end_layout
16686
16687 \end_inset
16688 </cell>
16689 </row>
16690 <row>
16691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16692 \begin_inset Text
16693
16694 \begin_layout Plain Layout
16695
16696 \backslash
16697 wr
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16703 \begin_inset Text
16704
16705 \begin_layout Plain Layout
16706 \begin_inset Formula $\wr$
16707 \end_inset
16708
16709
16710 \end_layout
16711
16712 \end_inset
16713 </cell>
16714 </row>
16715 <row>
16716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16717 \begin_inset Text
16718
16719 \begin_layout Plain Layout
16720
16721 \backslash
16722 bigcirc
16723 \end_layout
16724
16725 \end_inset
16726 </cell>
16727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16728 \begin_inset Text
16729
16730 \begin_layout Plain Layout
16731 \begin_inset Formula $\bigcirc$
16732 \end_inset
16733
16734
16735 \end_layout
16736
16737 \end_inset
16738 </cell>
16739 </row>
16740 <row>
16741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16742 \begin_inset Text
16743
16744 \begin_layout Plain Layout
16745
16746 \backslash
16747 wedge
16748 \end_layout
16749
16750 \end_inset
16751 </cell>
16752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16753 \begin_inset Text
16754
16755 \begin_layout Plain Layout
16756 \begin_inset Formula $\wedge$
16757 \end_inset
16758
16759
16760 \end_layout
16761
16762 \end_inset
16763 </cell>
16764 </row>
16765 <row>
16766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16767 \begin_inset Text
16768
16769 \begin_layout Plain Layout
16770
16771 \backslash
16772 vee
16773 \end_layout
16774
16775 \end_inset
16776 </cell>
16777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16778 \begin_inset Text
16779
16780 \begin_layout Plain Layout
16781 \begin_inset Formula $\vee$
16782 \end_inset
16783
16784
16785 \end_layout
16786
16787 \end_inset
16788 </cell>
16789 </row>
16790 </lyxtabular>
16791
16792 \end_inset
16793
16794
16795 \begin_inset space \hfill{}
16796 \end_inset
16797
16798
16799 \begin_inset Tabular
16800 <lyxtabular version="3" rows="13" columns="2">
16801 <features rotate="0" tabularvalignment="middle">
16802 <column alignment="center" valignment="top" width="0pt">
16803 <column alignment="center" valignment="top" width="0pt">
16804 <row>
16805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16806 \begin_inset Text
16807
16808 \begin_layout Plain Layout
16809 Comando
16810 \end_layout
16811
16812 \end_inset
16813 </cell>
16814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Plain Layout
16818 Operador
16819 \end_layout
16820
16821 \end_inset
16822 </cell>
16823 </row>
16824 <row>
16825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16826 \begin_inset Text
16827
16828 \begin_layout Plain Layout
16829
16830 \backslash
16831 oplus
16832 \end_layout
16833
16834 \end_inset
16835 </cell>
16836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Plain Layout
16840 \begin_inset Formula $\oplus$
16841 \end_inset
16842
16843
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 </row>
16849 <row>
16850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16851 \begin_inset Text
16852
16853 \begin_layout Plain Layout
16854
16855 \backslash
16856 ominus
16857 \end_layout
16858
16859 \end_inset
16860 </cell>
16861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16862 \begin_inset Text
16863
16864 \begin_layout Plain Layout
16865 \begin_inset Formula $\ominus$
16866 \end_inset
16867
16868
16869 \end_layout
16870
16871 \end_inset
16872 </cell>
16873 </row>
16874 <row>
16875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Plain Layout
16879
16880 \backslash
16881 otimes
16882 \end_layout
16883
16884 \end_inset
16885 </cell>
16886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Plain Layout
16890 \begin_inset Formula $\otimes$
16891 \end_inset
16892
16893
16894 \end_layout
16895
16896 \end_inset
16897 </cell>
16898 </row>
16899 <row>
16900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Plain Layout
16904
16905 \backslash
16906 oslash
16907 \end_layout
16908
16909 \end_inset
16910 </cell>
16911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16912 \begin_inset Text
16913
16914 \begin_layout Plain Layout
16915 \begin_inset Formula $\oslash$
16916 \end_inset
16917
16918
16919 \end_layout
16920
16921 \end_inset
16922 </cell>
16923 </row>
16924 <row>
16925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16926 \begin_inset Text
16927
16928 \begin_layout Plain Layout
16929
16930 \backslash
16931 odot
16932 \end_layout
16933
16934 \end_inset
16935 </cell>
16936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16937 \begin_inset Text
16938
16939 \begin_layout Plain Layout
16940 \begin_inset Formula $\odot$
16941 \end_inset
16942
16943
16944 \end_layout
16945
16946 \end_inset
16947 </cell>
16948 </row>
16949 <row>
16950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954
16955 \backslash
16956 amalg
16957 \end_layout
16958
16959 \end_inset
16960 </cell>
16961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Plain Layout
16965 \begin_inset Formula $\amalg$
16966 \end_inset
16967
16968
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 </row>
16974 <row>
16975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979
16980 \backslash
16981 uplus
16982 \end_layout
16983
16984 \end_inset
16985 </cell>
16986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16987 \begin_inset Text
16988
16989 \begin_layout Plain Layout
16990 \begin_inset Formula $\uplus$
16991 \end_inset
16992
16993
16994 \end_layout
16995
16996 \end_inset
16997 </cell>
16998 </row>
16999 <row>
17000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004
17005 \backslash
17006 setminus
17007 \end_layout
17008
17009 \end_inset
17010 </cell>
17011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17012 \begin_inset Text
17013
17014 \begin_layout Plain Layout
17015 \begin_inset Formula $\setminus$
17016 \end_inset
17017
17018
17019 \end_layout
17020
17021 \end_inset
17022 </cell>
17023 </row>
17024 <row>
17025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Plain Layout
17029
17030 \backslash
17031 sqcap
17032 \end_layout
17033
17034 \end_inset
17035 </cell>
17036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17037 \begin_inset Text
17038
17039 \begin_layout Plain Layout
17040 \begin_inset Formula $\sqcap$
17041 \end_inset
17042
17043
17044 \end_layout
17045
17046 \end_inset
17047 </cell>
17048 </row>
17049 <row>
17050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17051 \begin_inset Text
17052
17053 \begin_layout Plain Layout
17054
17055 \backslash
17056 sqcup
17057 \end_layout
17058
17059 \end_inset
17060 </cell>
17061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17062 \begin_inset Text
17063
17064 \begin_layout Plain Layout
17065 \begin_inset Formula $\sqcup$
17066 \end_inset
17067
17068
17069 \end_layout
17070
17071 \end_inset
17072 </cell>
17073 </row>
17074 <row>
17075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17076 \begin_inset Text
17077
17078 \begin_layout Plain Layout
17079
17080 \backslash
17081 triangleleft
17082 \end_layout
17083
17084 \end_inset
17085 </cell>
17086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17087 \begin_inset Text
17088
17089 \begin_layout Plain Layout
17090 \begin_inset Formula $\triangleleft$
17091 \end_inset
17092
17093
17094 \end_layout
17095
17096 \end_inset
17097 </cell>
17098 </row>
17099 <row>
17100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17101 \begin_inset Text
17102
17103 \begin_layout Plain Layout
17104
17105 \backslash
17106 triangleright
17107 \end_layout
17108
17109 \end_inset
17110 </cell>
17111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17112 \begin_inset Text
17113
17114 \begin_layout Plain Layout
17115 \begin_inset Formula $\triangleright$
17116 \end_inset
17117
17118
17119 \end_layout
17120
17121 \end_inset
17122 </cell>
17123 </row>
17124 </lyxtabular>
17125
17126 \end_inset
17127
17128
17129 \begin_inset space \hfill{}
17130 \end_inset
17131
17132
17133 \end_layout
17134
17135 \begin_layout Standard
17136 Todos los operadores binarios se pueden insertar también con el botón 
17137 \begin_inset Info
17138 type  "icon"
17139 arg   "math-insert \\pm"
17140 \end_inset
17141
17142  de la barra de ecuaciones.
17143 \end_layout
17144
17145 \begin_layout Standard
17146 Para imprimir el operador Laplace se pueden usar 
17147 \series bold
17148
17149 \backslash
17150 Delta
17151 \series default
17152  o 
17153 \series bold
17154
17155 \backslash
17156 nabla
17157 \series default
17158 ^
17159 \series bold
17160 2
17161 \series default
17162  (
17163 \begin_inset Formula $\nabla^{2}$
17164 \end_inset
17165
17166 ) en vez de 
17167 \series bold
17168
17169 \backslash
17170 bigtriangleup
17171 \series default
17172 .
17173 \end_layout
17174
17175 \begin_layout Standard
17176 El carácter 
17177 \family sans
17178 Separador de menú
17179 \family default
17180  del menú 
17181 \family sans
17182 Insertar\SpecialChar \menuseparator
17183 Carácter especial
17184 \family default
17185  es el operador 
17186 \series bold
17187
17188 \backslash
17189 triangleright
17190 \series default
17191 .
17192 \end_layout
17193
17194 \begin_layout Subsection
17195 Operadores definidos por el usuario
17196 \begin_inset CommandInset label
17197 LatexCommand label
17198 name "sub:Operadores-de-usuario"
17199
17200 \end_inset
17201
17202
17203 \begin_inset Index idx
17204 status collapsed
17205
17206 \begin_layout Plain Layout
17207 Operadores ! personalizados
17208 \end_layout
17209
17210 \end_inset
17211
17212
17213 \end_layout
17214
17215 \begin_layout Standard
17216 Con ayuda del comando 
17217 \series bold
17218
17219 \backslash
17220 DeclareMathOperator
17221 \series default
17222
17223 \begin_inset Index idx
17224 status collapsed
17225
17226 \begin_layout Plain Layout
17227 Comandos ! D ! 
17228 \backslash
17229 dbinom@
17230 \backslash
17231 DeclareMathOperator
17232 \end_layout
17233
17234 \end_inset
17235
17236  se pueden definir operadores personalizados en el preámbulo LaTeX.
17237  Su esquema es:
17238 \end_layout
17239
17240 \begin_layout Standard
17241
17242 \series bold
17243
17244 \backslash
17245 DeclareMathOperator{comando nuevo}{presentación}
17246 \end_layout
17247
17248 \begin_layout Standard
17249 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17250  en la salida.
17251  Para definir un operador grande hay que añadirle un * detrás.
17252  Todos los operadores grandes personalizados pueden tener límites como se
17253  describe en 
17254 \begin_inset CommandInset ref
17255 LatexCommand ref
17256 reference "sub:Límites-de-operadores"
17257
17258 \end_inset
17259
17260 .
17261 \end_layout
17262
17263 \begin_layout Standard
17264 Por ejemplo, la línea en el preámbulo LaTeX
17265 \end_layout
17266
17267 \begin_layout Standard
17268
17269 \series bold
17270
17271 \backslash
17272 DeclareMathOperator*{
17273 \backslash
17274 Lozenge}{
17275 \backslash
17276 blacklozenge}
17277 \end_layout
17278
17279 \begin_layout Standard
17280 define el comando 
17281 \series bold
17282
17283 \backslash
17284 Lozenge
17285 \series default
17286 , que inserta un operador grande que es el símbolo blacklozenge de la 
17287 \begin_inset CommandInset ref
17288 LatexCommand ref
17289 reference "sub:Símbolos-misceláneos"
17290
17291 \end_inset
17292
17293 .
17294 \begin_inset Formula 
17295 \[
17296 \Lozenge_{n=1}^{\infty}
17297 \]
17298
17299 \end_inset
17300
17301 El comando para esta expresión es: 
17302 \series bold
17303
17304 \backslash
17305 Lozenge^
17306 \backslash
17307 infty
17308 \begin_inset Formula $\rightarrow$
17309 \end_inset
17310
17311 _n=1
17312 \begin_inset VSpace bigskip
17313 \end_inset
17314
17315
17316 \end_layout
17317
17318 \begin_layout Standard
17319 Si los operadores personalizados no se van a usar varias veces en el documento,
17320  se pueden también definir con los comandos 
17321 \series bold
17322
17323 \backslash
17324 mathop
17325 \series default
17326
17327 \begin_inset Index idx
17328 status collapsed
17329
17330 \begin_layout Plain Layout
17331 Comandos ! M ! 
17332 \backslash
17333 mathop
17334 \end_layout
17335
17336 \end_inset
17337
17338  y 
17339 \series bold
17340
17341 \backslash
17342 mathbin
17343 \series default
17344
17345 \begin_inset Index idx
17346 status collapsed
17347
17348 \begin_layout Plain Layout
17349 Comandos ! M ! 
17350 \backslash
17351 mathbin
17352 \end_layout
17353
17354 \end_inset
17355
17356 , con el siguiente esquema:
17357 \end_layout
17358
17359 \begin_layout Standard
17360
17361 \series bold
17362
17363 \backslash
17364 mathop{presentación}
17365 \series default
17366  y 
17367 \series bold
17368
17369 \backslash
17370 mathbin{presentación}
17371 \end_layout
17372
17373 \begin_layout Standard
17374
17375 \series bold
17376
17377 \backslash
17378 mathop
17379 \series default
17380  define operadores grandes, 
17381 \series bold
17382
17383 \backslash
17384 mathbin
17385 \series default
17386  operadores binarios.
17387 \end_layout
17388
17389 \begin_layout Standard
17390
17391 \series bold
17392
17393 \backslash
17394 mathop
17395 \series default
17396  se puede usar, p.e., para poner un límite a varios operadores:
17397 \begin_inset Formula 
17398 \[
17399 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17400 \]
17401
17402 \end_inset
17403
17404
17405 \end_layout
17406
17407 \begin_layout Standard
17408 El comando para la expresión anterior es:
17409 \begin_inset Newline newline
17410 \end_inset
17411
17412
17413 \series bold
17414
17415 \backslash
17416 mathop{
17417 \backslash
17418 sum
17419 \backslash
17420 negmedspace
17421 \backslash
17422 sum
17423 \series default
17424
17425 \begin_inset space \textvisiblespace{}
17426 \end_inset
17427
17428
17429 \series bold
17430
17431 \begin_inset Formula $\to$
17432 \end_inset
17433
17434 ^N
17435 \series default
17436
17437 \begin_inset space \textvisiblespace{}
17438 \end_inset
17439
17440
17441 \series bold
17442 _i,j=1
17443 \end_layout
17444
17445 \begin_layout Standard
17446 \begin_inset Newpage newpage
17447 \end_inset
17448
17449
17450 \end_layout
17451
17452 \begin_layout Section
17453 Tipografías
17454 \begin_inset Index idx
17455 status collapsed
17456
17457 \begin_layout Plain Layout
17458 Tipografías
17459 \end_layout
17460
17461 \end_inset
17462
17463
17464 \end_layout
17465
17466 \begin_layout Subsection
17467 Estilos de tipografías
17468 \begin_inset CommandInset label
17469 LatexCommand label
17470 name "sub:Estilos-de-tipografías"
17471
17472 \end_inset
17473
17474
17475 \begin_inset Index idx
17476 status collapsed
17477
17478 \begin_layout Plain Layout
17479 Tipografías ! estilos de
17480 \end_layout
17481
17482 \end_inset
17483
17484
17485 \end_layout
17486
17487 \begin_layout Standard
17488 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
17489  estilos:
17490 \end_layout
17491
17492 \begin_layout Standard
17493 \begin_inset VSpace -2mm
17494 \end_inset
17495
17496
17497 \end_layout
17498
17499 \begin_layout Standard
17500 \align center
17501 \begin_inset Tabular
17502 <lyxtabular version="3" rows="7" columns="3">
17503 <features rotate="0" tabularvalignment="middle">
17504 <column alignment="center" valignment="top">
17505 <column alignment="center" valignment="top">
17506 <column alignment="center" valignment="top">
17507 <row>
17508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17509 \begin_inset Text
17510
17511 \begin_layout Plain Layout
17512 Comando
17513 \end_layout
17514
17515 \end_inset
17516 </cell>
17517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17518 \begin_inset Text
17519
17520 \begin_layout Plain Layout
17521 Resultado
17522 \end_layout
17523
17524 \end_inset
17525 </cell>
17526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17527 \begin_inset Text
17528
17529 \begin_layout Plain Layout
17530 atajo
17531 \end_layout
17532
17533 \end_inset
17534 </cell>
17535 </row>
17536 <row>
17537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17538 \begin_inset Text
17539
17540 \begin_layout Plain Layout
17541
17542 \backslash
17543 mathbb
17544 \series bold
17545
17546 \begin_inset space \textvisiblespace{}
17547 \end_inset
17548
17549
17550 \series default
17551 ABC
17552 \end_layout
17553
17554 \end_inset
17555 </cell>
17556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17557 \begin_inset Text
17558
17559 \begin_layout Plain Layout
17560 \begin_inset Formula $\mathbb{ABC}$
17561 \end_inset
17562
17563
17564 \end_layout
17565
17566 \end_inset
17567 </cell>
17568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17569 \begin_inset Text
17570
17571 \begin_layout Plain Layout
17572
17573 \family sans
17574 Alt+C C
17575 \end_layout
17576
17577 \end_inset
17578 </cell>
17579 </row>
17580 <row>
17581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17582 \begin_inset Text
17583
17584 \begin_layout Plain Layout
17585
17586 \backslash
17587 mathbf
17588 \series bold
17589
17590 \begin_inset space \textvisiblespace{}
17591 \end_inset
17592
17593
17594 \series default
17595 AbC
17596 \end_layout
17597
17598 \end_inset
17599 </cell>
17600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17601 \begin_inset Text
17602
17603 \begin_layout Plain Layout
17604 \begin_inset Formula $\mathbf{AbC}$
17605 \end_inset
17606
17607
17608 \end_layout
17609
17610 \end_inset
17611 </cell>
17612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17613 \begin_inset Text
17614
17615 \begin_layout Plain Layout
17616
17617 \family sans
17618 Ctrl+B
17619 \end_layout
17620
17621 \end_inset
17622 </cell>
17623 </row>
17624 <row>
17625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17626 \begin_inset Text
17627
17628 \begin_layout Plain Layout
17629
17630 \backslash
17631 boldsymbol
17632 \series bold
17633
17634 \begin_inset space \textvisiblespace{}
17635 \end_inset
17636
17637
17638 \series default
17639 AbC
17640 \end_layout
17641
17642 \end_inset
17643 </cell>
17644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17645 \begin_inset Text
17646
17647 \begin_layout Plain Layout
17648 \begin_inset Formula $\boldsymbol{AbC}$
17649 \end_inset
17650
17651
17652 \end_layout
17653
17654 \end_inset
17655 </cell>
17656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17657 \begin_inset Text
17658
17659 \begin_layout Plain Layout
17660
17661 \family sans
17662 Ctrl+Alt+B , Alt+C B
17663 \end_layout
17664
17665 \end_inset
17666 </cell>
17667 </row>
17668 <row>
17669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17670 \begin_inset Text
17671
17672 \begin_layout Plain Layout
17673
17674 \backslash
17675 mathcal
17676 \series bold
17677
17678 \begin_inset space \textvisiblespace{}
17679 \end_inset
17680
17681
17682 \series default
17683 ABC
17684 \end_layout
17685
17686 \end_inset
17687 </cell>
17688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17689 \begin_inset Text
17690
17691 \begin_layout Plain Layout
17692 \begin_inset Formula $\mathcal{ABC}$
17693 \end_inset
17694
17695
17696 \end_layout
17697
17698 \end_inset
17699 </cell>
17700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17701 \begin_inset Text
17702
17703 \begin_layout Plain Layout
17704
17705 \family sans
17706 Ctrl+E , Alt+C E
17707 \end_layout
17708
17709 \end_inset
17710 </cell>
17711 </row>
17712 <row>
17713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17714 \begin_inset Text
17715
17716 \begin_layout Plain Layout
17717
17718 \backslash
17719 mathfrak
17720 \series bold
17721
17722 \begin_inset space \textvisiblespace{}
17723 \end_inset
17724
17725
17726 \series default
17727 AbC
17728 \end_layout
17729
17730 \end_inset
17731 </cell>
17732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17733 \begin_inset Text
17734
17735 \begin_layout Plain Layout
17736 \begin_inset Formula $\mathfrak{AbC}$
17737 \end_inset
17738
17739
17740 \end_layout
17741
17742 \end_inset
17743 </cell>
17744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17745 \begin_inset Text
17746
17747 \begin_layout Plain Layout
17748 -
17749 \end_layout
17750
17751 \end_inset
17752 </cell>
17753 </row>
17754 <row>
17755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17756 \begin_inset Text
17757
17758 \begin_layout Plain Layout
17759
17760 \backslash
17761 mathscr
17762 \series bold
17763
17764 \begin_inset space \textvisiblespace{}
17765 \end_inset
17766
17767
17768 \series default
17769 AbC
17770 \end_layout
17771
17772 \end_inset
17773 </cell>
17774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17775 \begin_inset Text
17776
17777 \begin_layout Plain Layout
17778 \begin_inset Formula $\mathscr{AbC}$
17779 \end_inset
17780
17781
17782 \end_layout
17783
17784 \end_inset
17785 </cell>
17786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17787 \begin_inset Text
17788
17789 \begin_layout Plain Layout
17790 -
17791 \end_layout
17792
17793 \end_inset
17794 </cell>
17795 </row>
17796 </lyxtabular>
17797
17798 \end_inset
17799
17800
17801 \end_layout
17802
17803 \begin_layout Standard
17804 \align center
17805 \begin_inset Tabular
17806 <lyxtabular version="3" rows="5" columns="3">
17807 <features rotate="0" tabularvalignment="middle">
17808 <column alignment="center" valignment="top">
17809 <column alignment="center" valignment="top">
17810 <column alignment="center" valignment="top">
17811 <row>
17812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17813 \begin_inset Text
17814
17815 \begin_layout Plain Layout
17816 Comando
17817 \end_layout
17818
17819 \end_inset
17820 </cell>
17821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17822 \begin_inset Text
17823
17824 \begin_layout Plain Layout
17825 Resultado
17826 \end_layout
17827
17828 \end_inset
17829 </cell>
17830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17831 \begin_inset Text
17832
17833 \begin_layout Plain Layout
17834 atajo
17835 \end_layout
17836
17837 \end_inset
17838 </cell>
17839 </row>
17840 <row>
17841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17842 \begin_inset Text
17843
17844 \begin_layout Plain Layout
17845
17846 \backslash
17847 mathit
17848 \series bold
17849
17850 \begin_inset space \textvisiblespace{}
17851 \end_inset
17852
17853
17854 \series default
17855 AbC
17856 \end_layout
17857
17858 \end_inset
17859 </cell>
17860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17861 \begin_inset Text
17862
17863 \begin_layout Plain Layout
17864 \begin_inset Formula $\mathit{AbC}$
17865 \end_inset
17866
17867
17868 \end_layout
17869
17870 \end_inset
17871 </cell>
17872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17873 \begin_inset Text
17874
17875 \begin_layout Plain Layout
17876 -
17877 \end_layout
17878
17879 \end_inset
17880 </cell>
17881 </row>
17882 <row>
17883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17884 \begin_inset Text
17885
17886 \begin_layout Plain Layout
17887
17888 \backslash
17889 mathrm
17890 \series bold
17891
17892 \begin_inset space \textvisiblespace{}
17893 \end_inset
17894
17895
17896 \series default
17897 AbC
17898 \end_layout
17899
17900 \end_inset
17901 </cell>
17902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17903 \begin_inset Text
17904
17905 \begin_layout Plain Layout
17906 \begin_inset Formula $\mathrm{AbC}$
17907 \end_inset
17908
17909
17910 \end_layout
17911
17912 \end_inset
17913 </cell>
17914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17915 \begin_inset Text
17916
17917 \begin_layout Plain Layout
17918
17919 \family sans
17920 Alt+C R
17921 \end_layout
17922
17923 \end_inset
17924 </cell>
17925 </row>
17926 <row>
17927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17928 \begin_inset Text
17929
17930 \begin_layout Plain Layout
17931
17932 \backslash
17933 mathsf
17934 \series bold
17935
17936 \begin_inset space \textvisiblespace{}
17937 \end_inset
17938
17939
17940 \series default
17941 AbC
17942 \end_layout
17943
17944 \end_inset
17945 </cell>
17946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17947 \begin_inset Text
17948
17949 \begin_layout Plain Layout
17950 \begin_inset Formula $\mathsf{AbC}$
17951 \end_inset
17952
17953
17954 \end_layout
17955
17956 \end_inset
17957 </cell>
17958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17959 \begin_inset Text
17960
17961 \begin_layout Plain Layout
17962
17963 \family sans
17964 Alt+C S
17965 \end_layout
17966
17967 \end_inset
17968 </cell>
17969 </row>
17970 <row>
17971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17972 \begin_inset Text
17973
17974 \begin_layout Plain Layout
17975
17976 \backslash
17977 mathtt
17978 \series bold
17979
17980 \begin_inset space \textvisiblespace{}
17981 \end_inset
17982
17983
17984 \series default
17985 AbC
17986 \end_layout
17987
17988 \end_inset
17989 </cell>
17990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17991 \begin_inset Text
17992
17993 \begin_layout Plain Layout
17994 \begin_inset Formula $\mathtt{AbC}$
17995 \end_inset
17996
17997
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18003 \begin_inset Text
18004
18005 \begin_layout Plain Layout
18006
18007 \family sans
18008 Ctrl+Mayúsculas+P
18009 \end_layout
18010
18011 \end_inset
18012 </cell>
18013 </row>
18014 </lyxtabular>
18015
18016 \end_inset
18017
18018
18019 \end_layout
18020
18021 \begin_layout Standard
18022 \begin_inset Note Greyedout
18023 status open
18024
18025 \begin_layout Plain Layout
18026
18027 \series bold
18028 Nota
18029 \series default
18030 : Los estilos 
18031 \series bold
18032
18033 \backslash
18034 mathbb
18035 \series default
18036  y 
18037 \series bold
18038
18039 \backslash
18040 mathcal
18041 \series default
18042  sólo se aplican a letras mayúsculas.
18043 \end_layout
18044
18045 \end_inset
18046
18047
18048 \end_layout
18049
18050 \begin_layout Standard
18051 El estilo predeterminado es 
18052 \series bold
18053
18054 \backslash
18055 mathnormal
18056 \series default
18057 .
18058 \end_layout
18059
18060 \begin_layout Standard
18061 Los comandos de estilo funcionan también en estructuras matemáticas:
18062 \begin_inset Formula 
18063 \[
18064 \mathfrak{A=\frac{b}{C}}
18065 \]
18066
18067 \end_inset
18068
18069
18070 \end_layout
18071
18072 \begin_layout Standard
18073 Los caracteres en texto matemático no aparecen en un estilo tipográfico
18074  de ecuaciones sino en el estilo tipográfico de texto 
18075 \series bold
18076
18077 \backslash
18078 textrm
18079 \series default
18080 .
18081  Este estilo no se puede poner correctamente con el diálogo de estilo de
18082  texto por un fallo de LyX.
18083 \begin_inset Foot
18084 status collapsed
18085
18086 \begin_layout Plain Layout
18087 \begin_inset CommandInset href
18088 LatexCommand href
18089 name "LyX-bug #4629"
18090 target "http://www.lyx.org/trac/ticket/4629"
18091
18092 \end_inset
18093
18094
18095 \end_layout
18096
18097 \end_inset
18098
18099
18100 \end_layout
18101
18102 \begin_layout Standard
18103 En vez de comandos se puede usar el menú 
18104 \family sans
18105 Editar\SpecialChar \menuseparator
18106 Ecuación\SpecialChar \menuseparator
18107 Estilo del texto
18108 \family default
18109  o el botón 
18110 \begin_inset Info
18111 type  "icon"
18112 arg   "math-insert \\font"
18113 \end_inset
18114
18115 .
18116 \end_layout
18117
18118 \begin_layout Subsection
18119 Ecuaciones en negrita
18120 \begin_inset CommandInset label
18121 LatexCommand label
18122 name "sub:Ecuaciones-en-negrita"
18123
18124 \end_inset
18125
18126
18127 \begin_inset Index idx
18128 status collapsed
18129
18130 \begin_layout Plain Layout
18131 Ecuación ! en negrita
18132 \end_layout
18133
18134 \end_inset
18135
18136
18137 \end_layout
18138
18139 \begin_layout Standard
18140 Para poner en negrita una ecuación completa no se puede usar el comando
18141  
18142 \series bold
18143
18144 \backslash
18145 mathbf
18146 \series default
18147 , porque no funciona con minúsculas griegas.
18148  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18149 \begin_inset Formula 
18150 \[
18151 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}
18152 \]
18153
18154 \end_inset
18155
18156
18157 \end_layout
18158
18159 \begin_layout Standard
18160 Para presentar la ecuación correctamente se usa el comando 
18161 \series bold
18162 boldsymbol
18163 \series default
18164 :
18165 \begin_inset Formula 
18166 \[
18167 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}
18168 \]
18169
18170 \end_inset
18171
18172
18173 \end_layout
18174
18175 \begin_layout Standard
18176 También es posible poner la fórmula en un 
18177 \series bold
18178 entorno boldmath
18179 \series default
18180 , que se inserta con el comando 
18181 \series bold
18182
18183 \backslash
18184 boldmath
18185 \series default
18186
18187 \begin_inset Index idx
18188 status collapsed
18189
18190 \begin_layout Plain Layout
18191 Comandos ! B ! 
18192 \backslash
18193 boldmath
18194 \end_layout
18195
18196 \end_inset
18197
18198  en modo TeX.
18199  Para finalizar el entorno se usa el comando 
18200 \series bold
18201
18202 \backslash
18203 unboldmath
18204 \series default
18205
18206 \begin_inset Index idx
18207 status collapsed
18208
18209 \begin_layout Plain Layout
18210 Comandos ! U ! 
18211 \backslash
18212 unboldmath
18213 \end_layout
18214
18215 \end_inset
18216
18217  en modo TeX.
18218 \begin_inset ERT
18219 status collapsed
18220
18221 \begin_layout Plain Layout
18222
18223
18224 \backslash
18225 boldmath
18226 \end_layout
18227
18228 \end_inset
18229
18230
18231 \begin_inset Formula 
18232 \[
18233 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}
18234 \]
18235
18236 \end_inset
18237
18238
18239 \end_layout
18240
18241 \begin_layout Standard
18242 \begin_inset ERT
18243 status collapsed
18244
18245 \begin_layout Plain Layout
18246
18247
18248 \backslash
18249 unboldmath
18250 \end_layout
18251
18252 \end_inset
18253
18254
18255 \end_layout
18256
18257 \begin_layout Subsection
18258 Ecuaciones coloreadas
18259 \begin_inset Index idx
18260 status collapsed
18261
18262 \begin_layout Plain Layout
18263 Ecuación ! coloreada
18264 \end_layout
18265
18266 \end_inset
18267
18268
18269 \end_layout
18270
18271 \begin_layout Standard
18272 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
18273  o una parte de una ecuación y usa el diálogo 
18274 \family sans
18275 Estilo del texto
18276 \family default
18277 .
18278  Aquí hay una ecuación en magenta:
18279 \begin_inset Formula 
18280 \[
18281 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18282 \]
18283
18284 \end_inset
18285
18286 También puedes definir tus propios colores como se describe en
18287 \begin_inset space ~
18288 \end_inset
18289
18290
18291 \begin_inset CommandInset ref
18292 LatexCommand ref
18293 reference "sub:Marcos-coloreados"
18294
18295 \end_inset
18296
18297 .
18298  Pueden usarse con el comando en código TeX 
18299 \series bold
18300
18301 \backslash
18302 textcolor
18303 \series default
18304
18305 \begin_inset Index idx
18306 status collapsed
18307
18308 \begin_layout Plain Layout
18309 Comandos ! T ! 
18310 \backslash
18311 textcolor
18312 \end_layout
18313
18314 \end_inset
18315
18316  según el esquema
18317 \end_layout
18318
18319 \begin_layout Standard
18320
18321 \series bold
18322
18323 \backslash
18324 textcolor{color}{caracteres o ecuación}
18325 \end_layout
18326
18327 \begin_layout Standard
18328 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
18329 e en rojo:
18330 \end_layout
18331
18332 \begin_layout Standard
18333 \begin_inset ERT
18334 status collapsed
18335
18336 \begin_layout Plain Layout
18337
18338
18339 \backslash
18340 textcolor{verdeoscuro}{
18341 \end_layout
18342
18343 \end_inset
18344
18345
18346 \begin_inset Formula 
18347 \[
18348 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18349 \]
18350
18351 \end_inset
18352
18353
18354 \begin_inset ERT
18355 status collapsed
18356
18357 \begin_layout Plain Layout
18358
18359 }
18360 \end_layout
18361
18362 \end_inset
18363
18364
18365 \end_layout
18366
18367 \begin_layout Standard
18368 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
18369  a ecuaciones completas.
18370 \begin_inset Foot
18371 status collapsed
18372
18373 \begin_layout Plain Layout
18374 \begin_inset CommandInset href
18375 LatexCommand href
18376 name "LyX-bug #5269"
18377 target "http://www.lyx.org/trac/ticket/5269"
18378
18379 \end_inset
18380
18381
18382 \end_layout
18383
18384 \end_inset
18385
18386
18387 \end_layout
18388
18389 \begin_layout Subsection
18390 Tamaños de tipografías
18391 \begin_inset CommandInset label
18392 LatexCommand label
18393 name "sub:Tamaños-de-tipografías"
18394
18395 \end_inset
18396
18397
18398 \begin_inset Index idx
18399 status collapsed
18400
18401 \begin_layout Plain Layout
18402 Tipografías ! tamaño
18403 \end_layout
18404
18405 \end_inset
18406
18407
18408 \end_layout
18409
18410 \begin_layout Standard
18411 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
18412  siguientes comandos de tamaño:
18413 \end_layout
18414
18415 \begin_layout Standard
18416
18417 \series bold
18418
18419 \backslash
18420 Huge
18421 \series default
18422
18423 \series bold
18424
18425 \backslash
18426 huge
18427 \series default
18428
18429 \series bold
18430
18431 \backslash
18432 LARGE
18433 \series default
18434
18435 \series bold
18436
18437 \backslash
18438 Large
18439 \series default
18440
18441 \series bold
18442
18443 \backslash
18444 large
18445 \series default
18446
18447 \series bold
18448
18449 \backslash
18450 normalsize
18451 \series default
18452
18453 \series bold
18454
18455 \backslash
18456 small
18457 \series default
18458 ,
18459 \begin_inset Newline newline
18460 \end_inset
18461
18462
18463 \series bold
18464
18465 \backslash
18466 footnotesize
18467 \series default
18468
18469 \series bold
18470
18471 \backslash
18472 scriptsize
18473 \series default
18474 , y 
18475 \series bold
18476
18477 \backslash
18478 tiny
18479 \end_layout
18480
18481 \begin_layout Standard
18482 El tamaño dado por los comandos depende del tamaño base de la tipografía
18483  en el documento, dado por el comando 
18484 \series bold
18485
18486 \backslash
18487 normalsize
18488 \series default
18489 .
18490  Los demás comandos producen tamaños menores o mayores que 
18491 \series bold
18492
18493 \backslash
18494 normalsize
18495 \series default
18496 .
18497  No obstante, puede que el tamaño de tipografía no exceda de cierto valor.
18498  Si, por ejemplo, la tipografía del documento es de 12
18499 \begin_inset space \thinspace{}
18500 \end_inset
18501
18502 pt, el comando 
18503 \series bold
18504
18505 \backslash
18506 Huge
18507 \series default
18508  da el mismo tamaño que 
18509 \series bold
18510
18511 \backslash
18512 huge
18513 \series default
18514 .
18515 \end_layout
18516
18517 \begin_layout Standard
18518 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
18519  a todas las ecuaciones y texto siguientes.
18520  Para volver al tamaño anterior hay que insertar el comando 
18521 \series bold
18522
18523 \backslash
18524 normalsize
18525 \series default
18526  en modo TeX detrás de la ecuación.
18527 \end_layout
18528
18529 \begin_layout Standard
18530 Dentro de una ecuación, el tamaño se puede cambiar usando los siguientes
18531  comandos de tamaño:
18532 \end_layout
18533
18534 \begin_layout Standard
18535 \noindent
18536 \align center
18537 \begin_inset Tabular
18538 <lyxtabular version="3" rows="5" columns="2">
18539 <features rotate="0" tabularvalignment="middle">
18540 <column alignment="center" valignment="top">
18541 <column alignment="center" valignment="top">
18542 <row>
18543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18544 \begin_inset Text
18545
18546 \begin_layout Plain Layout
18547 Comando
18548 \end_layout
18549
18550 \end_inset
18551 </cell>
18552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18553 \begin_inset Text
18554
18555 \begin_layout Plain Layout
18556 Resultado
18557 \begin_inset Note Note
18558 status collapsed
18559
18560 \begin_layout Plain Layout
18561
18562 \series bold
18563
18564 \backslash
18565 raisebox
18566 \series default
18567  se usa sólo como espaciador
18568 \end_layout
18569
18570 \end_inset
18571
18572
18573 \end_layout
18574
18575 \end_inset
18576 </cell>
18577 </row>
18578 <row>
18579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18580 \begin_inset Text
18581
18582 \begin_layout Plain Layout
18583
18584 \backslash
18585 displaystyle
18586 \begin_inset Index idx
18587 status collapsed
18588
18589 \begin_layout Plain Layout
18590 Comandos ! D ! 
18591 \backslash
18592 displaystyle
18593 \end_layout
18594
18595 \end_inset
18596
18597
18598 \end_layout
18599
18600 \end_inset
18601 </cell>
18602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18603 \begin_inset Text
18604
18605 \begin_layout Plain Layout
18606 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18607 \end_inset
18608
18609
18610 \end_layout
18611
18612 \end_inset
18613 </cell>
18614 </row>
18615 <row>
18616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18617 \begin_inset Text
18618
18619 \begin_layout Plain Layout
18620
18621 \backslash
18622 textstyle
18623 \end_layout
18624
18625 \end_inset
18626 </cell>
18627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18628 \begin_inset Text
18629
18630 \begin_layout Plain Layout
18631 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18632 \end_inset
18633
18634
18635 \end_layout
18636
18637 \end_inset
18638 </cell>
18639 </row>
18640 <row>
18641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18642 \begin_inset Text
18643
18644 \begin_layout Plain Layout
18645
18646 \backslash
18647 scriptstyle
18648 \end_layout
18649
18650 \end_inset
18651 </cell>
18652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18657 \end_inset
18658
18659
18660 \end_layout
18661
18662 \end_inset
18663 </cell>
18664 </row>
18665 <row>
18666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18667 \begin_inset Text
18668
18669 \begin_layout Plain Layout
18670
18671 \backslash
18672 scriptscriptstyle
18673 \end_layout
18674
18675 \end_inset
18676 </cell>
18677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18678 \begin_inset Text
18679
18680 \begin_layout Plain Layout
18681 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18682 \end_inset
18683
18684
18685 \end_layout
18686
18687 \end_inset
18688 </cell>
18689 </row>
18690 </lyxtabular>
18691
18692 \end_inset
18693
18694
18695 \end_layout
18696
18697 \begin_layout Standard
18698 Después de introducir estos comandos, aparece un marco azul en el que se
18699  insertan las partes de la fórmula.
18700 \end_layout
18701
18702 \begin_layout Standard
18703 Hay un método más para cambiar el tamaño de tipografía, aunque solo funciona
18704  para símbolos o letras en texto matemático.
18705  Para usarlo se inserta en texto matemático uno de los comandos de tamaño
18706  de texto anteriores.
18707  Todos los caracteres siguientes, hasta el final del texto matemático o
18708  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
18709  Dos ejemplos:
18710 \begin_inset VSpace -2mm
18711 \end_inset
18712
18713
18714 \end_layout
18715
18716 \begin_layout Standard
18717 \begin_inset ERT
18718 status collapsed
18719
18720 \begin_layout Plain Layout
18721
18722
18723 \backslash
18724 huge
18725 \end_layout
18726
18727 \end_inset
18728
18729
18730 \begin_inset Formula 
18731 \[
18732 A=\frac{B}{c}\cdot\maltese
18733 \]
18734
18735 \end_inset
18736
18737
18738 \begin_inset Formula 
18739 \[
18740 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18741 \]
18742
18743 \end_inset
18744
18745
18746 \end_layout
18747
18748 \begin_layout Standard
18749 \begin_inset ERT
18750 status collapsed
18751
18752 \begin_layout Plain Layout
18753
18754
18755 \backslash
18756 normalsize
18757 \end_layout
18758
18759 \end_inset
18760
18761
18762 \begin_inset VSpace medskip
18763 \end_inset
18764
18765
18766 \end_layout
18767
18768 \begin_layout Standard
18769 Antes de las ecuaciones se ha insertado el comando 
18770 \series bold
18771
18772 \backslash
18773 huge
18774 \series default
18775 .
18776  Para la segunda ecuación el comando es:
18777 \begin_inset Newline newline
18778 \end_inset
18779
18780
18781 \series bold
18782
18783 \backslash
18784 maltese
18785 \begin_inset space \textvisiblespace{}
18786 \end_inset
18787
18788 A Alt+M M 
18789 \backslash
18790 Large
18791 \begin_inset space \textvisiblespace{}
18792 \end_inset
18793
18794
18795 \backslash
18796 maltese
18797 \begin_inset space \textvisiblespace{}
18798 \end_inset
18799
18800
18801 \backslash
18802 textit
18803 \begin_inset space \textvisiblespace{}
18804 \end_inset
18805
18806 A
18807 \begin_inset Formula $\to$
18808 \end_inset
18809
18810
18811 \begin_inset Formula $\to$
18812 \end_inset
18813
18814
18815 \begin_inset Newline newline
18816 \end_inset
18817
18818
18819 \begin_inset space \hspace*{}
18820 \length 1cm
18821 \end_inset
18822
18823 Alt+M M 
18824 \backslash
18825 tiny
18826 \begin_inset space \textvisiblespace{}
18827 \end_inset
18828
18829
18830 \backslash
18831 maltese
18832 \begin_inset space \textvisiblespace{}
18833 \end_inset
18834
18835
18836 \backslash
18837 textit
18838 \begin_inset space \textvisiblespace{}
18839 \end_inset
18840
18841 A
18842 \end_layout
18843
18844 \begin_layout Standard
18845 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
18846  el tamaño por omisión.
18847 \end_layout
18848
18849 \begin_layout Section
18850 Letras griegas
18851 \begin_inset Index idx
18852 status collapsed
18853
18854 \begin_layout Plain Layout
18855 Letras griegas
18856 \end_layout
18857
18858 \end_inset
18859
18860
18861 \end_layout
18862
18863 \begin_layout Standard
18864 Las letras griegas se pueden insertar además mediante el botón 
18865 \begin_inset Info
18866 type  "icon"
18867 arg   "math-insert \\alpha"
18868 \end_inset
18869
18870  de la barra de ecuaciones.
18871  Las normas internacionales de tipografía proponen que las letras griegas
18872  en ecuaciones deben escribirse en cursiva/inclinada.
18873  No obstante, en algunos idiomas, como francés o ruso, a veces se escriben
18874  en redonda.
18875  Para las normas en español, véase
18876 \begin_inset space ~
18877 \end_inset
18878
18879
18880 \begin_inset CommandInset citation
18881 LatexCommand cite
18882 key "Bezos"
18883
18884 \end_inset
18885
18886 .
18887 \end_layout
18888
18889 \begin_layout Subsection
18890 Minúsculas
18891 \begin_inset Index idx
18892 status collapsed
18893
18894 \begin_layout Plain Layout
18895 Letras griegas ! minúsculas
18896 \end_layout
18897
18898 \end_inset
18899
18900
18901 \end_layout
18902
18903 \begin_layout Standard
18904 \begin_inset space \hfill{}
18905 \end_inset
18906
18907
18908 \begin_inset Tabular
18909 <lyxtabular version="3" rows="11" columns="2">
18910 <features rotate="0" tabularvalignment="middle">
18911 <column alignment="center" valignment="top" width="0pt">
18912 <column alignment="center" valignment="top" width="0pt">
18913 <row>
18914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18915 \begin_inset Text
18916
18917 \begin_layout Plain Layout
18918 Comando
18919 \end_layout
18920
18921 \end_inset
18922 </cell>
18923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18924 \begin_inset Text
18925
18926 \begin_layout Plain Layout
18927 Símbolo
18928 \end_layout
18929
18930 \end_inset
18931 </cell>
18932 </row>
18933 <row>
18934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18935 \begin_inset Text
18936
18937 \begin_layout Plain Layout
18938
18939 \backslash
18940 alpha
18941 \end_layout
18942
18943 \end_inset
18944 </cell>
18945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18946 \begin_inset Text
18947
18948 \begin_layout Plain Layout
18949 \begin_inset Formula $\alpha$
18950 \end_inset
18951
18952
18953 \end_layout
18954
18955 \end_inset
18956 </cell>
18957 </row>
18958 <row>
18959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18960 \begin_inset Text
18961
18962 \begin_layout Plain Layout
18963
18964 \backslash
18965 beta
18966 \end_layout
18967
18968 \end_inset
18969 </cell>
18970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18971 \begin_inset Text
18972
18973 \begin_layout Plain Layout
18974 \begin_inset Formula $\beta$
18975 \end_inset
18976
18977
18978 \end_layout
18979
18980 \end_inset
18981 </cell>
18982 </row>
18983 <row>
18984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18985 \begin_inset Text
18986
18987 \begin_layout Plain Layout
18988
18989 \backslash
18990 gamma
18991 \end_layout
18992
18993 \end_inset
18994 </cell>
18995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18996 \begin_inset Text
18997
18998 \begin_layout Plain Layout
18999 \begin_inset Formula $\gamma$
19000 \end_inset
19001
19002
19003 \end_layout
19004
19005 \end_inset
19006 </cell>
19007 </row>
19008 <row>
19009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19010 \begin_inset Text
19011
19012 \begin_layout Plain Layout
19013
19014 \backslash
19015 delta
19016 \end_layout
19017
19018 \end_inset
19019 </cell>
19020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19021 \begin_inset Text
19022
19023 \begin_layout Plain Layout
19024 \begin_inset Formula $\delta$
19025 \end_inset
19026
19027
19028 \end_layout
19029
19030 \end_inset
19031 </cell>
19032 </row>
19033 <row>
19034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19035 \begin_inset Text
19036
19037 \begin_layout Plain Layout
19038
19039 \backslash
19040 epsilon
19041 \end_layout
19042
19043 \end_inset
19044 </cell>
19045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19046 \begin_inset Text
19047
19048 \begin_layout Plain Layout
19049 \begin_inset Formula $\epsilon$
19050 \end_inset
19051
19052
19053 \end_layout
19054
19055 \end_inset
19056 </cell>
19057 </row>
19058 <row>
19059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19060 \begin_inset Text
19061
19062 \begin_layout Plain Layout
19063
19064 \backslash
19065 varepsilon
19066 \end_layout
19067
19068 \end_inset
19069 </cell>
19070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19071 \begin_inset Text
19072
19073 \begin_layout Plain Layout
19074 \begin_inset Formula $\varepsilon$
19075 \end_inset
19076
19077
19078 \end_layout
19079
19080 \end_inset
19081 </cell>
19082 </row>
19083 <row>
19084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19085 \begin_inset Text
19086
19087 \begin_layout Plain Layout
19088
19089 \backslash
19090 zeta
19091 \end_layout
19092
19093 \end_inset
19094 </cell>
19095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19096 \begin_inset Text
19097
19098 \begin_layout Plain Layout
19099 \begin_inset Formula $\zeta$
19100 \end_inset
19101
19102
19103 \end_layout
19104
19105 \end_inset
19106 </cell>
19107 </row>
19108 <row>
19109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19110 \begin_inset Text
19111
19112 \begin_layout Plain Layout
19113
19114 \backslash
19115 eta
19116 \end_layout
19117
19118 \end_inset
19119 </cell>
19120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19121 \begin_inset Text
19122
19123 \begin_layout Plain Layout
19124 \begin_inset Formula $\eta$
19125 \end_inset
19126
19127
19128 \end_layout
19129
19130 \end_inset
19131 </cell>
19132 </row>
19133 <row>
19134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19135 \begin_inset Text
19136
19137 \begin_layout Plain Layout
19138
19139 \backslash
19140 theta
19141 \end_layout
19142
19143 \end_inset
19144 </cell>
19145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19146 \begin_inset Text
19147
19148 \begin_layout Plain Layout
19149 \begin_inset Formula $\theta$
19150 \end_inset
19151
19152
19153 \end_layout
19154
19155 \end_inset
19156 </cell>
19157 </row>
19158 <row>
19159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19160 \begin_inset Text
19161
19162 \begin_layout Plain Layout
19163
19164 \backslash
19165 vartheta
19166 \end_layout
19167
19168 \end_inset
19169 </cell>
19170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174 \begin_inset Formula $\vartheta$
19175 \end_inset
19176
19177
19178 \end_layout
19179
19180 \end_inset
19181 </cell>
19182 </row>
19183 </lyxtabular>
19184
19185 \end_inset
19186
19187
19188 \begin_inset space \hfill{}
19189 \end_inset
19190
19191
19192 \begin_inset Tabular
19193 <lyxtabular version="3" rows="12" columns="2">
19194 <features rotate="0" tabularvalignment="middle">
19195 <column alignment="center" valignment="top" width="0pt">
19196 <column alignment="center" valignment="top" width="0pt">
19197 <row>
19198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19199 \begin_inset Text
19200
19201 \begin_layout Plain Layout
19202 Comando
19203 \end_layout
19204
19205 \end_inset
19206 </cell>
19207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19208 \begin_inset Text
19209
19210 \begin_layout Plain Layout
19211 Símbolo
19212 \end_layout
19213
19214 \end_inset
19215 </cell>
19216 </row>
19217 <row>
19218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19219 \begin_inset Text
19220
19221 \begin_layout Plain Layout
19222
19223 \backslash
19224 iota
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19230 \begin_inset Text
19231
19232 \begin_layout Plain Layout
19233 \begin_inset Formula $\iota$
19234 \end_inset
19235
19236
19237 \end_layout
19238
19239 \end_inset
19240 </cell>
19241 </row>
19242 <row>
19243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19244 \begin_inset Text
19245
19246 \begin_layout Plain Layout
19247
19248 \backslash
19249 kappa
19250 \end_layout
19251
19252 \end_inset
19253 </cell>
19254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19255 \begin_inset Text
19256
19257 \begin_layout Plain Layout
19258 \begin_inset Formula $\kappa$
19259 \end_inset
19260
19261
19262 \end_layout
19263
19264 \end_inset
19265 </cell>
19266 </row>
19267 <row>
19268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19269 \begin_inset Text
19270
19271 \begin_layout Plain Layout
19272
19273 \backslash
19274 varkappa
19275 \end_layout
19276
19277 \end_inset
19278 </cell>
19279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283 \begin_inset Formula $\varkappa$
19284 \end_inset
19285
19286
19287 \end_layout
19288
19289 \end_inset
19290 </cell>
19291 </row>
19292 <row>
19293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297
19298 \backslash
19299 lambda
19300 \end_layout
19301
19302 \end_inset
19303 </cell>
19304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19305 \begin_inset Text
19306
19307 \begin_layout Plain Layout
19308 \begin_inset Formula $\lambda$
19309 \end_inset
19310
19311
19312 \end_layout
19313
19314 \end_inset
19315 </cell>
19316 </row>
19317 <row>
19318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19319 \begin_inset Text
19320
19321 \begin_layout Plain Layout
19322
19323 \backslash
19324 mu
19325 \end_layout
19326
19327 \end_inset
19328 </cell>
19329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19330 \begin_inset Text
19331
19332 \begin_layout Plain Layout
19333 \begin_inset Formula $\mu$
19334 \end_inset
19335
19336
19337 \end_layout
19338
19339 \end_inset
19340 </cell>
19341 </row>
19342 <row>
19343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19344 \begin_inset Text
19345
19346 \begin_layout Plain Layout
19347
19348 \backslash
19349 nu
19350 \end_layout
19351
19352 \end_inset
19353 </cell>
19354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19355 \begin_inset Text
19356
19357 \begin_layout Plain Layout
19358 \begin_inset Formula $\nu$
19359 \end_inset
19360
19361
19362 \end_layout
19363
19364 \end_inset
19365 </cell>
19366 </row>
19367 <row>
19368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19369 \begin_inset Text
19370
19371 \begin_layout Plain Layout
19372
19373 \backslash
19374 xi
19375 \end_layout
19376
19377 \end_inset
19378 </cell>
19379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19380 \begin_inset Text
19381
19382 \begin_layout Plain Layout
19383 \begin_inset Formula $\xi$
19384 \end_inset
19385
19386
19387 \end_layout
19388
19389 \end_inset
19390 </cell>
19391 </row>
19392 <row>
19393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout Plain Layout
19397 o
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19403 \begin_inset Text
19404
19405 \begin_layout Plain Layout
19406 \begin_inset Formula $o$
19407 \end_inset
19408
19409
19410 \end_layout
19411
19412 \end_inset
19413 </cell>
19414 </row>
19415 <row>
19416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19417 \begin_inset Text
19418
19419 \begin_layout Plain Layout
19420
19421 \backslash
19422 pi
19423 \end_layout
19424
19425 \end_inset
19426 </cell>
19427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19428 \begin_inset Text
19429
19430 \begin_layout Plain Layout
19431 \begin_inset Formula $\pi$
19432 \end_inset
19433
19434
19435 \end_layout
19436
19437 \end_inset
19438 </cell>
19439 </row>
19440 <row>
19441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19442 \begin_inset Text
19443
19444 \begin_layout Plain Layout
19445
19446 \backslash
19447 varpi
19448 \end_layout
19449
19450 \end_inset
19451 </cell>
19452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19453 \begin_inset Text
19454
19455 \begin_layout Plain Layout
19456 \begin_inset Formula $\varpi$
19457 \end_inset
19458
19459
19460 \end_layout
19461
19462 \end_inset
19463 </cell>
19464 </row>
19465 <row>
19466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19467 \begin_inset Text
19468
19469 \begin_layout Plain Layout
19470
19471 \backslash
19472 rho
19473 \end_layout
19474
19475 \end_inset
19476 </cell>
19477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19478 \begin_inset Text
19479
19480 \begin_layout Plain Layout
19481 \begin_inset Formula $\rho$
19482 \end_inset
19483
19484
19485 \end_layout
19486
19487 \end_inset
19488 </cell>
19489 </row>
19490 </lyxtabular>
19491
19492 \end_inset
19493
19494
19495 \begin_inset space \hfill{}
19496 \end_inset
19497
19498
19499 \begin_inset Tabular
19500 <lyxtabular version="3" rows="11" columns="2">
19501 <features rotate="0" tabularvalignment="middle">
19502 <column alignment="center" valignment="top" width="0pt">
19503 <column alignment="center" valignment="top" width="0pt">
19504 <row>
19505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19506 \begin_inset Text
19507
19508 \begin_layout Plain Layout
19509 Comando
19510 \end_layout
19511
19512 \end_inset
19513 </cell>
19514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19515 \begin_inset Text
19516
19517 \begin_layout Plain Layout
19518 Símbolo
19519 \end_layout
19520
19521 \end_inset
19522 </cell>
19523 </row>
19524 <row>
19525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19526 \begin_inset Text
19527
19528 \begin_layout Plain Layout
19529
19530 \backslash
19531 varrho
19532 \end_layout
19533
19534 \end_inset
19535 </cell>
19536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19537 \begin_inset Text
19538
19539 \begin_layout Plain Layout
19540 \begin_inset Formula $\varrho$
19541 \end_inset
19542
19543
19544 \end_layout
19545
19546 \end_inset
19547 </cell>
19548 </row>
19549 <row>
19550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19551 \begin_inset Text
19552
19553 \begin_layout Plain Layout
19554
19555 \backslash
19556 sigma
19557 \end_layout
19558
19559 \end_inset
19560 </cell>
19561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19562 \begin_inset Text
19563
19564 \begin_layout Plain Layout
19565 \begin_inset Formula $\sigma$
19566 \end_inset
19567
19568
19569 \end_layout
19570
19571 \end_inset
19572 </cell>
19573 </row>
19574 <row>
19575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19576 \begin_inset Text
19577
19578 \begin_layout Plain Layout
19579
19580 \backslash
19581 varsigma
19582 \end_layout
19583
19584 \end_inset
19585 </cell>
19586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19587 \begin_inset Text
19588
19589 \begin_layout Plain Layout
19590 \begin_inset Formula $\varsigma$
19591 \end_inset
19592
19593
19594 \end_layout
19595
19596 \end_inset
19597 </cell>
19598 </row>
19599 <row>
19600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19601 \begin_inset Text
19602
19603 \begin_layout Plain Layout
19604
19605 \backslash
19606 tau
19607 \end_layout
19608
19609 \end_inset
19610 </cell>
19611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19612 \begin_inset Text
19613
19614 \begin_layout Plain Layout
19615 \begin_inset Formula $\tau$
19616 \end_inset
19617
19618
19619 \end_layout
19620
19621 \end_inset
19622 </cell>
19623 </row>
19624 <row>
19625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19626 \begin_inset Text
19627
19628 \begin_layout Plain Layout
19629
19630 \backslash
19631 upsilon
19632 \end_layout
19633
19634 \end_inset
19635 </cell>
19636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19637 \begin_inset Text
19638
19639 \begin_layout Plain Layout
19640 \begin_inset Formula $\upsilon$
19641 \end_inset
19642
19643
19644 \end_layout
19645
19646 \end_inset
19647 </cell>
19648 </row>
19649 <row>
19650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19651 \begin_inset Text
19652
19653 \begin_layout Plain Layout
19654
19655 \backslash
19656 phi
19657 \end_layout
19658
19659 \end_inset
19660 </cell>
19661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19662 \begin_inset Text
19663
19664 \begin_layout Plain Layout
19665 \begin_inset Formula $\phi$
19666 \end_inset
19667
19668
19669 \end_layout
19670
19671 \end_inset
19672 </cell>
19673 </row>
19674 <row>
19675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19676 \begin_inset Text
19677
19678 \begin_layout Plain Layout
19679
19680 \backslash
19681 varphi
19682 \end_layout
19683
19684 \end_inset
19685 </cell>
19686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19687 \begin_inset Text
19688
19689 \begin_layout Plain Layout
19690 \begin_inset Formula $\varphi$
19691 \end_inset
19692
19693
19694 \end_layout
19695
19696 \end_inset
19697 </cell>
19698 </row>
19699 <row>
19700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19701 \begin_inset Text
19702
19703 \begin_layout Plain Layout
19704
19705 \backslash
19706 chi
19707 \end_layout
19708
19709 \end_inset
19710 </cell>
19711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19712 \begin_inset Text
19713
19714 \begin_layout Plain Layout
19715 \begin_inset Formula $\chi$
19716 \end_inset
19717
19718
19719 \end_layout
19720
19721 \end_inset
19722 </cell>
19723 </row>
19724 <row>
19725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19726 \begin_inset Text
19727
19728 \begin_layout Plain Layout
19729
19730 \backslash
19731 psi
19732 \end_layout
19733
19734 \end_inset
19735 </cell>
19736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19737 \begin_inset Text
19738
19739 \begin_layout Plain Layout
19740 \begin_inset Formula $\psi$
19741 \end_inset
19742
19743
19744 \end_layout
19745
19746 \end_inset
19747 </cell>
19748 </row>
19749 <row>
19750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19751 \begin_inset Text
19752
19753 \begin_layout Plain Layout
19754
19755 \backslash
19756 omega
19757 \end_layout
19758
19759 \end_inset
19760 </cell>
19761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19762 \begin_inset Text
19763
19764 \begin_layout Plain Layout
19765 \begin_inset Formula $\omega$
19766 \end_inset
19767
19768
19769 \end_layout
19770
19771 \end_inset
19772 </cell>
19773 </row>
19774 </lyxtabular>
19775
19776 \end_inset
19777
19778
19779 \begin_inset space \hfill{}
19780 \end_inset
19781
19782
19783 \end_layout
19784
19785 \begin_layout Standard
19786 \begin_inset VSpace medskip
19787 \end_inset
19788
19789
19790 \end_layout
19791
19792 \begin_layout Standard
19793 Cómo escribir letras griegas especiales en redonda se explica en 
19794 \begin_inset CommandInset ref
19795 LatexCommand ref
19796 reference "sub:Griegas-en-redonda"
19797
19798 \end_inset
19799
19800 .
19801 \end_layout
19802
19803 \begin_layout Subsection
19804 Mayúsculas
19805 \begin_inset Index idx
19806 status collapsed
19807
19808 \begin_layout Plain Layout
19809 Letras griegas ! mayúsculas
19810 \end_layout
19811
19812 \end_inset
19813
19814
19815 \end_layout
19816
19817 \begin_layout Standard
19818 \begin_inset space \hfill{}
19819 \end_inset
19820
19821
19822 \begin_inset Tabular
19823 <lyxtabular version="3" rows="7" columns="2">
19824 <features rotate="0" tabularvalignment="middle">
19825 <column alignment="center" valignment="top" width="0pt">
19826 <column alignment="center" valignment="top" width="0pt">
19827 <row>
19828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19829 \begin_inset Text
19830
19831 \begin_layout Plain Layout
19832 Comando
19833 \end_layout
19834
19835 \end_inset
19836 </cell>
19837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19838 \begin_inset Text
19839
19840 \begin_layout Plain Layout
19841 Símbolo
19842 \end_layout
19843
19844 \end_inset
19845 </cell>
19846 </row>
19847 <row>
19848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19849 \begin_inset Text
19850
19851 \begin_layout Plain Layout
19852
19853 \backslash
19854 Gamma
19855 \end_layout
19856
19857 \end_inset
19858 </cell>
19859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19860 \begin_inset Text
19861
19862 \begin_layout Plain Layout
19863 \begin_inset Formula $\Gamma$
19864 \end_inset
19865
19866
19867 \end_layout
19868
19869 \end_inset
19870 </cell>
19871 </row>
19872 <row>
19873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19874 \begin_inset Text
19875
19876 \begin_layout Plain Layout
19877
19878 \backslash
19879 Delta
19880 \end_layout
19881
19882 \end_inset
19883 </cell>
19884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19885 \begin_inset Text
19886
19887 \begin_layout Plain Layout
19888 \begin_inset Formula $\Delta$
19889 \end_inset
19890
19891
19892 \end_layout
19893
19894 \end_inset
19895 </cell>
19896 </row>
19897 <row>
19898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19899 \begin_inset Text
19900
19901 \begin_layout Plain Layout
19902
19903 \backslash
19904 Theta
19905 \end_layout
19906
19907 \end_inset
19908 </cell>
19909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19910 \begin_inset Text
19911
19912 \begin_layout Plain Layout
19913 \begin_inset Formula $\Theta$
19914 \end_inset
19915
19916
19917 \end_layout
19918
19919 \end_inset
19920 </cell>
19921 </row>
19922 <row>
19923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19924 \begin_inset Text
19925
19926 \begin_layout Plain Layout
19927
19928 \backslash
19929 Lambda
19930 \end_layout
19931
19932 \end_inset
19933 </cell>
19934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19935 \begin_inset Text
19936
19937 \begin_layout Plain Layout
19938 \begin_inset Formula $\Lambda$
19939 \end_inset
19940
19941
19942 \end_layout
19943
19944 \end_inset
19945 </cell>
19946 </row>
19947 <row>
19948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19949 \begin_inset Text
19950
19951 \begin_layout Plain Layout
19952
19953 \backslash
19954 Xi
19955 \end_layout
19956
19957 \end_inset
19958 </cell>
19959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19960 \begin_inset Text
19961
19962 \begin_layout Plain Layout
19963 \begin_inset Formula $\Xi$
19964 \end_inset
19965
19966
19967 \end_layout
19968
19969 \end_inset
19970 </cell>
19971 </row>
19972 <row>
19973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19974 \begin_inset Text
19975
19976 \begin_layout Plain Layout
19977
19978 \backslash
19979 Pi
19980 \end_layout
19981
19982 \end_inset
19983 </cell>
19984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19985 \begin_inset Text
19986
19987 \begin_layout Plain Layout
19988 \begin_inset Formula $\Pi$
19989 \end_inset
19990
19991
19992 \end_layout
19993
19994 \end_inset
19995 </cell>
19996 </row>
19997 </lyxtabular>
19998
19999 \end_inset
20000
20001
20002 \begin_inset space \hfill{}
20003 \end_inset
20004
20005
20006 \begin_inset Tabular
20007 <lyxtabular version="3" rows="6" columns="2">
20008 <features rotate="0" tabularvalignment="middle">
20009 <column alignment="center" valignment="top" width="0pt">
20010 <column alignment="center" valignment="top" width="0pt">
20011 <row>
20012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20013 \begin_inset Text
20014
20015 \begin_layout Plain Layout
20016 Comando
20017 \end_layout
20018
20019 \end_inset
20020 </cell>
20021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20022 \begin_inset Text
20023
20024 \begin_layout Plain Layout
20025 Símbolo
20026 \end_layout
20027
20028 \end_inset
20029 </cell>
20030 </row>
20031 <row>
20032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20033 \begin_inset Text
20034
20035 \begin_layout Plain Layout
20036
20037 \backslash
20038 Sigma
20039 \end_layout
20040
20041 \end_inset
20042 </cell>
20043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20044 \begin_inset Text
20045
20046 \begin_layout Plain Layout
20047 \begin_inset Formula $\Sigma$
20048 \end_inset
20049
20050
20051 \end_layout
20052
20053 \end_inset
20054 </cell>
20055 </row>
20056 <row>
20057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20058 \begin_inset Text
20059
20060 \begin_layout Plain Layout
20061
20062 \backslash
20063 Upsilon
20064 \end_layout
20065
20066 \end_inset
20067 </cell>
20068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20069 \begin_inset Text
20070
20071 \begin_layout Plain Layout
20072 \begin_inset Formula $\Upsilon$
20073 \end_inset
20074
20075
20076 \end_layout
20077
20078 \end_inset
20079 </cell>
20080 </row>
20081 <row>
20082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20083 \begin_inset Text
20084
20085 \begin_layout Plain Layout
20086
20087 \backslash
20088 Phi
20089 \end_layout
20090
20091 \end_inset
20092 </cell>
20093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20094 \begin_inset Text
20095
20096 \begin_layout Plain Layout
20097 \begin_inset Formula $\Phi$
20098 \end_inset
20099
20100
20101 \end_layout
20102
20103 \end_inset
20104 </cell>
20105 </row>
20106 <row>
20107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20108 \begin_inset Text
20109
20110 \begin_layout Plain Layout
20111
20112 \backslash
20113 Psi
20114 \end_layout
20115
20116 \end_inset
20117 </cell>
20118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20119 \begin_inset Text
20120
20121 \begin_layout Plain Layout
20122 \begin_inset Formula $\Psi$
20123 \end_inset
20124
20125
20126 \end_layout
20127
20128 \end_inset
20129 </cell>
20130 </row>
20131 <row>
20132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20133 \begin_inset Text
20134
20135 \begin_layout Plain Layout
20136
20137 \backslash
20138 Omega
20139 \end_layout
20140
20141 \end_inset
20142 </cell>
20143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20144 \begin_inset Text
20145
20146 \begin_layout Plain Layout
20147 \begin_inset Formula $\Omega$
20148 \end_inset
20149
20150
20151 \end_layout
20152
20153 \end_inset
20154 </cell>
20155 </row>
20156 </lyxtabular>
20157
20158 \end_inset
20159
20160
20161 \begin_inset space \hfill{}
20162 \end_inset
20163
20164
20165 \end_layout
20166
20167 \begin_layout Standard
20168 \begin_inset VSpace medskip
20169 \end_inset
20170
20171
20172 \end_layout
20173
20174 \begin_layout Standard
20175 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
20176  cuando se desarrolló TeX.
20177  Para obtener mayúsculas en cursiva, inicia cada comando con 
20178 \series bold
20179 var
20180 \series default
20181 .
20182  Por ejemplo, el comando 
20183 \series bold
20184
20185 \backslash
20186 varGamma
20187 \series default
20188  genera 
20189 \begin_inset Formula $\varGamma$
20190 \end_inset
20191
20192 .
20193  Otra forma es cargar el paquete 
20194 \series bold
20195 fixmath
20196 \series default
20197
20198 \begin_inset Foot
20199 status collapsed
20200
20201 \begin_layout Plain Layout
20202
20203 \series bold
20204 fixmath
20205 \series default
20206  forma parte del paquete LaTeX 
20207 \series bold
20208 was
20209 \series default
20210
20211 \begin_inset Index idx
20212 status collapsed
20213
20214 \begin_layout Plain Layout
20215 Paquetes ! was
20216 \begin_inset ERT
20217 status collapsed
20218
20219 \begin_layout Plain Layout
20220
20221
20222 \backslash
20223 vspace{4mm}
20224 \end_layout
20225
20226 \end_inset
20227
20228
20229 \end_layout
20230
20231 \end_inset
20232
20233 .
20234 \end_layout
20235
20236 \end_inset
20237
20238
20239 \begin_inset Index idx
20240 status collapsed
20241
20242 \begin_layout Plain Layout
20243 Paquetes ! fixmath
20244 \end_layout
20245
20246 \end_inset
20247
20248  con la línea siguiente en el preámbulo LaTeX
20249 \end_layout
20250
20251 \begin_layout Standard
20252
20253 \series bold
20254
20255 \backslash
20256 usepackage{fixmath}
20257 \end_layout
20258
20259 \begin_layout Standard
20260 Entonces, todas las mayúsculas griegas en el documento se imprimirán automáticam
20261 ente en cursiva.
20262 \end_layout
20263
20264 \begin_layout Subsection
20265 Letras en negrita
20266 \begin_inset Index idx
20267 status collapsed
20268
20269 \begin_layout Plain Layout
20270 Letras griegas ! en negrita
20271 \end_layout
20272
20273 \end_inset
20274
20275
20276 \end_layout
20277
20278 \begin_layout Standard
20279 Las letras griegas no admiten diferentes estilos de letra como las latinas.
20280  Sólo se pueden poner en negrita con el comando 
20281 \series bold
20282
20283 \backslash
20284 boldsymbol
20285 \series default
20286
20287 \begin_inset Index idx
20288 status collapsed
20289
20290 \begin_layout Plain Layout
20291 Comandos ! B ! 
20292 \backslash
20293 boldsymbol
20294 \end_layout
20295
20296 \end_inset
20297
20298 .
20299 \end_layout
20300
20301 \begin_layout Standard
20302 \align center
20303 \begin_inset Tabular
20304 <lyxtabular version="3" rows="3" columns="2">
20305 <features rotate="0" tabularvalignment="middle">
20306 <column alignment="center" valignment="top">
20307 <column alignment="center" valignment="top">
20308 <row>
20309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20310 \begin_inset Text
20311
20312 \begin_layout Plain Layout
20313 Comando
20314 \end_layout
20315
20316 \end_inset
20317 </cell>
20318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20319 \begin_inset Text
20320
20321 \begin_layout Plain Layout
20322 Símbolo
20323 \end_layout
20324
20325 \end_inset
20326 </cell>
20327 </row>
20328 <row>
20329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20330 \begin_inset Text
20331
20332 \begin_layout Plain Layout
20333
20334 \backslash
20335 Upsilon
20336 \backslash
20337 boldsymbol
20338 \backslash
20339 Upsilon
20340 \end_layout
20341
20342 \end_inset
20343 </cell>
20344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20345 \begin_inset Text
20346
20347 \begin_layout Plain Layout
20348 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20349 \end_inset
20350
20351
20352 \end_layout
20353
20354 \end_inset
20355 </cell>
20356 </row>
20357 <row>
20358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20359 \begin_inset Text
20360
20361 \begin_layout Plain Layout
20362
20363 \backslash
20364 theta
20365 \backslash
20366 boldsymbol
20367 \backslash
20368 theta
20369 \end_layout
20370
20371 \end_inset
20372 </cell>
20373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20374 \begin_inset Text
20375
20376 \begin_layout Plain Layout
20377 \begin_inset Formula $\theta\boldsymbol{\theta}$
20378 \end_inset
20379
20380
20381 \end_layout
20382
20383 \end_inset
20384 </cell>
20385 </row>
20386 </lyxtabular>
20387
20388 \end_inset
20389
20390
20391 \end_layout
20392
20393 \begin_layout Section
20394 Símbolos
20395 \begin_inset ERT
20396 status collapsed
20397
20398 \begin_layout Plain Layout
20399
20400
20401 \backslash
20402 texorpdfstring{
20403 \end_layout
20404
20405 \end_inset
20406
20407
20408 \begin_inset Foot
20409 status collapsed
20410
20411 \begin_layout Plain Layout
20412 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
20413  LaTeX en 
20414 \begin_inset CommandInset citation
20415 LatexCommand cite
20416 key "Symbols"
20417
20418 \end_inset
20419
20420 .
20421 \end_layout
20422
20423 \end_inset
20424
20425
20426 \begin_inset ERT
20427 status collapsed
20428
20429 \begin_layout Plain Layout
20430
20431 }{}
20432 \end_layout
20433
20434 \end_inset
20435
20436
20437 \begin_inset Note Note
20438 status collapsed
20439
20440 \begin_layout Plain Layout
20441
20442 \backslash
20443 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
20444  PDF.
20445 \end_layout
20446
20447 \begin_layout Plain Layout
20448 Más sobre 
20449 \backslash
20450 texorpdfstring en la sección 
20451 \begin_inset CommandInset ref
20452 LatexCommand ref
20453 reference "sub:Ecuaciones-en-encabezados"
20454
20455 \end_inset
20456
20457 .
20458 \end_layout
20459
20460 \end_inset
20461
20462
20463 \begin_inset Index idx
20464 status collapsed
20465
20466 \begin_layout Plain Layout
20467 Símbolos
20468 \end_layout
20469
20470 \end_inset
20471
20472
20473 \end_layout
20474
20475 \begin_layout Standard
20476 Muchos de los símbolos listados en esta sección se pueden insertar además
20477  mediante los botones 
20478 \begin_inset Info
20479 type  "icon"
20480 arg   "math-insert \\nabla"
20481 \end_inset
20482
20483  y 
20484 \begin_inset Info
20485 type  "icon"
20486 arg   "math-insert \\digamma"
20487 \end_inset
20488
20489  de la barra de ecuaciones.
20490 \end_layout
20491
20492 \begin_layout Subsection
20493 Símbolos matemáticos
20494 \begin_inset CommandInset label
20495 LatexCommand label
20496 name "sub:Símbolos-matemáticos"
20497
20498 \end_inset
20499
20500
20501 \begin_inset Index idx
20502 status collapsed
20503
20504 \begin_layout Plain Layout
20505 Símbolos ! matemáticos
20506 \end_layout
20507
20508 \end_inset
20509
20510
20511 \end_layout
20512
20513 \begin_layout Standard
20514 \begin_inset space \hfill{}
20515 \end_inset
20516
20517
20518 \begin_inset Tabular
20519 <lyxtabular version="3" rows="10" columns="2">
20520 <features rotate="0" tabularvalignment="middle">
20521 <column alignment="center" valignment="top" width="0pt">
20522 <column alignment="center" valignment="top" width="0pt">
20523 <row>
20524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20525 \begin_inset Text
20526
20527 \begin_layout Plain Layout
20528 Comando
20529 \end_layout
20530
20531 \end_inset
20532 </cell>
20533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20534 \begin_inset Text
20535
20536 \begin_layout Plain Layout
20537 Símbolo
20538 \end_layout
20539
20540 \end_inset
20541 </cell>
20542 </row>
20543 <row>
20544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20545 \begin_inset Text
20546
20547 \begin_layout Plain Layout
20548
20549 \backslash
20550 neg
20551 \end_layout
20552
20553 \end_inset
20554 </cell>
20555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20556 \begin_inset Text
20557
20558 \begin_layout Plain Layout
20559 \begin_inset Formula $\neg$
20560 \end_inset
20561
20562
20563 \end_layout
20564
20565 \end_inset
20566 </cell>
20567 </row>
20568 <row>
20569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20570 \begin_inset Text
20571
20572 \begin_layout Plain Layout
20573
20574 \backslash
20575 Im
20576 \end_layout
20577
20578 \end_inset
20579 </cell>
20580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20581 \begin_inset Text
20582
20583 \begin_layout Plain Layout
20584 \begin_inset Formula $\Im$
20585 \end_inset
20586
20587
20588 \end_layout
20589
20590 \end_inset
20591 </cell>
20592 </row>
20593 <row>
20594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20595 \begin_inset Text
20596
20597 \begin_layout Plain Layout
20598
20599 \backslash
20600 Re
20601 \end_layout
20602
20603 \end_inset
20604 </cell>
20605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20606 \begin_inset Text
20607
20608 \begin_layout Plain Layout
20609 \begin_inset Formula $\Re$
20610 \end_inset
20611
20612
20613 \end_layout
20614
20615 \end_inset
20616 </cell>
20617 </row>
20618 <row>
20619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20620 \begin_inset Text
20621
20622 \begin_layout Plain Layout
20623
20624 \backslash
20625 aleph
20626 \end_layout
20627
20628 \end_inset
20629 </cell>
20630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20631 \begin_inset Text
20632
20633 \begin_layout Plain Layout
20634 \begin_inset Formula $\aleph$
20635 \end_inset
20636
20637
20638 \end_layout
20639
20640 \end_inset
20641 </cell>
20642 </row>
20643 <row>
20644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20645 \begin_inset Text
20646
20647 \begin_layout Plain Layout
20648
20649 \backslash
20650 partial
20651 \end_layout
20652
20653 \end_inset
20654 </cell>
20655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20656 \begin_inset Text
20657
20658 \begin_layout Plain Layout
20659 \begin_inset Formula $\partial$
20660 \end_inset
20661
20662
20663 \end_layout
20664
20665 \end_inset
20666 </cell>
20667 </row>
20668 <row>
20669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20670 \begin_inset Text
20671
20672 \begin_layout Plain Layout
20673
20674 \backslash
20675 infty
20676 \end_layout
20677
20678 \end_inset
20679 </cell>
20680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20681 \begin_inset Text
20682
20683 \begin_layout Plain Layout
20684 \begin_inset Formula $\infty$
20685 \end_inset
20686
20687
20688 \end_layout
20689
20690 \end_inset
20691 </cell>
20692 </row>
20693 <row>
20694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20695 \begin_inset Text
20696
20697 \begin_layout Plain Layout
20698
20699 \backslash
20700 wp
20701 \end_layout
20702
20703 \end_inset
20704 </cell>
20705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20706 \begin_inset Text
20707
20708 \begin_layout Plain Layout
20709 \begin_inset Formula $\wp$
20710 \end_inset
20711
20712
20713 \end_layout
20714
20715 \end_inset
20716 </cell>
20717 </row>
20718 <row>
20719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20720 \begin_inset Text
20721
20722 \begin_layout Plain Layout
20723
20724 \backslash
20725 imath
20726 \end_layout
20727
20728 \end_inset
20729 </cell>
20730 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20731 \begin_inset Text
20732
20733 \begin_layout Plain Layout
20734 \begin_inset Formula $\imath$
20735 \end_inset
20736
20737
20738 \end_layout
20739
20740 \end_inset
20741 </cell>
20742 </row>
20743 <row>
20744 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20745 \begin_inset Text
20746
20747 \begin_layout Plain Layout
20748
20749 \backslash
20750 jmath
20751 \end_layout
20752
20753 \end_inset
20754 </cell>
20755 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20756 \begin_inset Text
20757
20758 \begin_layout Plain Layout
20759 \begin_inset Formula $\jmath$
20760 \end_inset
20761
20762
20763 \end_layout
20764
20765 \end_inset
20766 </cell>
20767 </row>
20768 </lyxtabular>
20769
20770 \end_inset
20771
20772
20773 \begin_inset space \hfill{}
20774 \end_inset
20775
20776
20777 \begin_inset Tabular
20778 <lyxtabular version="3" rows="10" columns="2">
20779 <features rotate="0" tabularvalignment="middle">
20780 <column alignment="center" valignment="top" width="0pt">
20781 <column alignment="center" valignment="top" width="0pt">
20782 <row>
20783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20784 \begin_inset Text
20785
20786 \begin_layout Plain Layout
20787 Comando
20788 \end_layout
20789
20790 \end_inset
20791 </cell>
20792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20793 \begin_inset Text
20794
20795 \begin_layout Plain Layout
20796 Símbolo
20797 \begin_inset Note Note
20798 status collapsed
20799
20800 \begin_layout Plain Layout
20801
20802 \series bold
20803
20804 \backslash
20805 raisebox
20806 \series default
20807  se usa sólo como espaciador
20808 \end_layout
20809
20810 \end_inset
20811
20812
20813 \end_layout
20814
20815 \end_inset
20816 </cell>
20817 </row>
20818 <row>
20819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20820 \begin_inset Text
20821
20822 \begin_layout Plain Layout
20823
20824 \backslash
20825 forall
20826 \end_layout
20827
20828 \end_inset
20829 </cell>
20830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20831 \begin_inset Text
20832
20833 \begin_layout Plain Layout
20834 \begin_inset Formula $\forall$
20835 \end_inset
20836
20837
20838 \end_layout
20839
20840 \end_inset
20841 </cell>
20842 </row>
20843 <row>
20844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20845 \begin_inset Text
20846
20847 \begin_layout Plain Layout
20848
20849 \backslash
20850 exists
20851 \end_layout
20852
20853 \end_inset
20854 </cell>
20855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20856 \begin_inset Text
20857
20858 \begin_layout Plain Layout
20859 \begin_inset Formula $\exists$
20860 \end_inset
20861
20862
20863 \end_layout
20864
20865 \end_inset
20866 </cell>
20867 </row>
20868 <row>
20869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20870 \begin_inset Text
20871
20872 \begin_layout Plain Layout
20873
20874 \backslash
20875 nexists
20876 \end_layout
20877
20878 \end_inset
20879 </cell>
20880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20881 \begin_inset Text
20882
20883 \begin_layout Plain Layout
20884 \begin_inset Formula $\nexists$
20885 \end_inset
20886
20887
20888 \end_layout
20889
20890 \end_inset
20891 </cell>
20892 </row>
20893 <row>
20894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20895 \begin_inset Text
20896
20897 \begin_layout Plain Layout
20898
20899 \backslash
20900 emptyset
20901 \end_layout
20902
20903 \end_inset
20904 </cell>
20905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20906 \begin_inset Text
20907
20908 \begin_layout Plain Layout
20909 \begin_inset Formula $\emptyset$
20910 \end_inset
20911
20912
20913 \end_layout
20914
20915 \end_inset
20916 </cell>
20917 </row>
20918 <row>
20919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20920 \begin_inset Text
20921
20922 \begin_layout Plain Layout
20923
20924 \backslash
20925 varnothing
20926 \end_layout
20927
20928 \end_inset
20929 </cell>
20930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20931 \begin_inset Text
20932
20933 \begin_layout Plain Layout
20934 \begin_inset Formula $\varnothing$
20935 \end_inset
20936
20937
20938 \end_layout
20939
20940 \end_inset
20941 </cell>
20942 </row>
20943 <row>
20944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20945 \begin_inset Text
20946
20947 \begin_layout Plain Layout
20948
20949 \backslash
20950 dag
20951 \end_layout
20952
20953 \end_inset
20954 </cell>
20955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20956 \begin_inset Text
20957
20958 \begin_layout Plain Layout
20959 \begin_inset Formula $\dag$
20960 \end_inset
20961
20962
20963 \end_layout
20964
20965 \end_inset
20966 </cell>
20967 </row>
20968 <row>
20969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20970 \begin_inset Text
20971
20972 \begin_layout Plain Layout
20973
20974 \backslash
20975 ddag
20976 \end_layout
20977
20978 \end_inset
20979 </cell>
20980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20981 \begin_inset Text
20982
20983 \begin_layout Plain Layout
20984 \begin_inset Formula $\ddag$
20985 \end_inset
20986
20987
20988 \end_layout
20989
20990 \end_inset
20991 </cell>
20992 </row>
20993 <row>
20994 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20995 \begin_inset Text
20996
20997 \begin_layout Plain Layout
20998
20999 \backslash
21000 complement
21001 \end_layout
21002
21003 \end_inset
21004 </cell>
21005 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21006 \begin_inset Text
21007
21008 \begin_layout Plain Layout
21009 \begin_inset ERT
21010 status collapsed
21011
21012 \begin_layout Plain Layout
21013
21014
21015 \backslash
21016 raisebox{-0.8mm}{
21017 \end_layout
21018
21019 \end_inset
21020
21021
21022 \begin_inset Formula $\complement$
21023 \end_inset
21024
21025
21026 \begin_inset ERT
21027 status collapsed
21028
21029 \begin_layout Plain Layout
21030
21031 }
21032 \end_layout
21033
21034 \end_inset
21035
21036
21037 \end_layout
21038
21039 \end_inset
21040 </cell>
21041 </row>
21042 <row>
21043 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21044 \begin_inset Text
21045
21046 \begin_layout Plain Layout
21047
21048 \backslash
21049 Bbbk
21050 \end_layout
21051
21052 \end_inset
21053 </cell>
21054 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21055 \begin_inset Text
21056
21057 \begin_layout Plain Layout
21058 \begin_inset Formula $\Bbbk$
21059 \end_inset
21060
21061
21062 \end_layout
21063
21064 \end_inset
21065 </cell>
21066 </row>
21067 </lyxtabular>
21068
21069 \end_inset
21070
21071
21072 \begin_inset space \hfill{}
21073 \end_inset
21074
21075
21076 \begin_inset Tabular
21077 <lyxtabular version="3" rows="10" columns="2">
21078 <features rotate="0" tabularvalignment="middle">
21079 <column alignment="center" valignment="top" width="0pt">
21080 <column alignment="center" valignment="top" width="0pt">
21081 <row>
21082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21083 \begin_inset Text
21084
21085 \begin_layout Plain Layout
21086 Comando
21087 \end_layout
21088
21089 \end_inset
21090 </cell>
21091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21092 \begin_inset Text
21093
21094 \begin_layout Plain Layout
21095 Símbolo
21096 \end_layout
21097
21098 \end_inset
21099 </cell>
21100 </row>
21101 <row>
21102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21103 \begin_inset Text
21104
21105 \begin_layout Plain Layout
21106
21107 \backslash
21108 prime
21109 \end_layout
21110
21111 \end_inset
21112 </cell>
21113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21114 \begin_inset Text
21115
21116 \begin_layout Plain Layout
21117 \begin_inset Formula $\prime$
21118 \end_inset
21119
21120
21121 \end_layout
21122
21123 \end_inset
21124 </cell>
21125 </row>
21126 <row>
21127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21128 \begin_inset Text
21129
21130 \begin_layout Plain Layout
21131
21132 \backslash
21133 backprime
21134 \end_layout
21135
21136 \end_inset
21137 </cell>
21138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21139 \begin_inset Text
21140
21141 \begin_layout Plain Layout
21142 \begin_inset Formula $\backprime$
21143 \end_inset
21144
21145
21146 \end_layout
21147
21148 \end_inset
21149 </cell>
21150 </row>
21151 <row>
21152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21153 \begin_inset Text
21154
21155 \begin_layout Plain Layout
21156
21157 \backslash
21158 mho
21159 \end_layout
21160
21161 \end_inset
21162 </cell>
21163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21164 \begin_inset Text
21165
21166 \begin_layout Plain Layout
21167 \begin_inset Formula $\mho$
21168 \end_inset
21169
21170
21171 \end_layout
21172
21173 \end_inset
21174 </cell>
21175 </row>
21176 <row>
21177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21178 \begin_inset Text
21179
21180 \begin_layout Plain Layout
21181
21182 \backslash
21183 triangle
21184 \end_layout
21185
21186 \end_inset
21187 </cell>
21188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21189 \begin_inset Text
21190
21191 \begin_layout Plain Layout
21192 \begin_inset Formula $\triangle$
21193 \end_inset
21194
21195
21196 \end_layout
21197
21198 \end_inset
21199 </cell>
21200 </row>
21201 <row>
21202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21203 \begin_inset Text
21204
21205 \begin_layout Plain Layout
21206
21207 \backslash
21208 angle
21209 \end_layout
21210
21211 \end_inset
21212 </cell>
21213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21214 \begin_inset Text
21215
21216 \begin_layout Plain Layout
21217 \begin_inset Formula $\angle$
21218 \end_inset
21219
21220
21221 \end_layout
21222
21223 \end_inset
21224 </cell>
21225 </row>
21226 <row>
21227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21228 \begin_inset Text
21229
21230 \begin_layout Plain Layout
21231
21232 \backslash
21233 measuredangle
21234 \end_layout
21235
21236 \end_inset
21237 </cell>
21238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21239 \begin_inset Text
21240
21241 \begin_layout Plain Layout
21242 \begin_inset Formula $\measuredangle$
21243 \end_inset
21244
21245
21246 \end_layout
21247
21248 \end_inset
21249 </cell>
21250 </row>
21251 <row>
21252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21253 \begin_inset Text
21254
21255 \begin_layout Plain Layout
21256
21257 \backslash
21258 sphericalangle
21259 \end_layout
21260
21261 \end_inset
21262 </cell>
21263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21264 \begin_inset Text
21265
21266 \begin_layout Plain Layout
21267 \begin_inset Formula $\sphericalangle$
21268 \end_inset
21269
21270
21271 \end_layout
21272
21273 \end_inset
21274 </cell>
21275 </row>
21276 <row>
21277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21278 \begin_inset Text
21279
21280 \begin_layout Plain Layout
21281
21282 \backslash
21283 top
21284 \end_layout
21285
21286 \end_inset
21287 </cell>
21288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21289 \begin_inset Text
21290
21291 \begin_layout Plain Layout
21292 \begin_inset Formula $\top$
21293 \end_inset
21294
21295
21296 \end_layout
21297
21298 \end_inset
21299 </cell>
21300 </row>
21301 <row>
21302 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21303 \begin_inset Text
21304
21305 \begin_layout Plain Layout
21306
21307 \backslash
21308 bot
21309 \end_layout
21310
21311 \end_inset
21312 </cell>
21313 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21314 \begin_inset Text
21315
21316 \begin_layout Plain Layout
21317 \begin_inset Formula $\bot$
21318 \end_inset
21319
21320
21321 \end_layout
21322
21323 \end_inset
21324 </cell>
21325 </row>
21326 </lyxtabular>
21327
21328 \end_inset
21329
21330
21331 \begin_inset space \hfill{}
21332 \end_inset
21333
21334
21335 \end_layout
21336
21337 \begin_layout Standard
21338 \noindent
21339 \align center
21340 \begin_inset Newpage newpage
21341 \end_inset
21342
21343
21344 \end_layout
21345
21346 \begin_layout Subsection
21347 Símbolos misceláneos
21348 \begin_inset CommandInset label
21349 LatexCommand label
21350 name "sub:Símbolos-misceláneos"
21351
21352 \end_inset
21353
21354
21355 \begin_inset Index idx
21356 status collapsed
21357
21358 \begin_layout Plain Layout
21359 Símbolos ! misceláneos
21360 \end_layout
21361
21362 \end_inset
21363
21364
21365 \end_layout
21366
21367 \begin_layout Standard
21368 \noindent
21369 \align center
21370 \begin_inset Tabular
21371 <lyxtabular version="3" rows="10" columns="2">
21372 <features rotate="0" tabularvalignment="middle">
21373 <column alignment="center" valignment="top" width="0pt">
21374 <column alignment="center" valignment="top" width="0pt">
21375 <row>
21376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21377 \begin_inset Text
21378
21379 \begin_layout Plain Layout
21380 Comando
21381 \end_layout
21382
21383 \end_inset
21384 </cell>
21385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21386 \begin_inset Text
21387
21388 \begin_layout Plain Layout
21389 Símbolo
21390 \end_layout
21391
21392 \end_inset
21393 </cell>
21394 </row>
21395 <row>
21396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21397 \begin_inset Text
21398
21399 \begin_layout Plain Layout
21400
21401 \backslash
21402 flat
21403 \end_layout
21404
21405 \end_inset
21406 </cell>
21407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21408 \begin_inset Text
21409
21410 \begin_layout Plain Layout
21411 \begin_inset Formula $\flat$
21412 \end_inset
21413
21414
21415 \end_layout
21416
21417 \end_inset
21418 </cell>
21419 </row>
21420 <row>
21421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21422 \begin_inset Text
21423
21424 \begin_layout Plain Layout
21425
21426 \backslash
21427 natural
21428 \end_layout
21429
21430 \end_inset
21431 </cell>
21432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21433 \begin_inset Text
21434
21435 \begin_layout Plain Layout
21436 \begin_inset Formula $\natural$
21437 \end_inset
21438
21439
21440 \end_layout
21441
21442 \end_inset
21443 </cell>
21444 </row>
21445 <row>
21446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21447 \begin_inset Text
21448
21449 \begin_layout Plain Layout
21450
21451 \backslash
21452 sharp
21453 \end_layout
21454
21455 \end_inset
21456 </cell>
21457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21458 \begin_inset Text
21459
21460 \begin_layout Plain Layout
21461 \begin_inset Formula $\sharp$
21462 \end_inset
21463
21464
21465 \end_layout
21466
21467 \end_inset
21468 </cell>
21469 </row>
21470 <row>
21471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21472 \begin_inset Text
21473
21474 \begin_layout Plain Layout
21475
21476 \backslash
21477 surd
21478 \end_layout
21479
21480 \end_inset
21481 </cell>
21482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21483 \begin_inset Text
21484
21485 \begin_layout Plain Layout
21486 \begin_inset Formula $\surd$
21487 \end_inset
21488
21489
21490 \end_layout
21491
21492 \end_inset
21493 </cell>
21494 </row>
21495 <row>
21496 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21497 \begin_inset Text
21498
21499 \begin_layout Plain Layout
21500
21501 \backslash
21502 checkmark
21503 \end_layout
21504
21505 \end_inset
21506 </cell>
21507 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21508 \begin_inset Text
21509
21510 \begin_layout Plain Layout
21511 \begin_inset Formula $\checkmark$
21512 \end_inset
21513
21514
21515 \end_layout
21516
21517 \end_inset
21518 </cell>
21519 </row>
21520 <row>
21521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21522 \begin_inset Text
21523
21524 \begin_layout Plain Layout
21525
21526 \backslash
21527 yen
21528 \end_layout
21529
21530 \end_inset
21531 </cell>
21532 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21533 \begin_inset Text
21534
21535 \begin_layout Plain Layout
21536 \begin_inset Formula $\yen$
21537 \end_inset
21538
21539
21540 \end_layout
21541
21542 \end_inset
21543 </cell>
21544 </row>
21545 <row>
21546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21547 \begin_inset Text
21548
21549 \begin_layout Plain Layout
21550
21551 \backslash
21552 pounds
21553 \end_layout
21554
21555 \end_inset
21556 </cell>
21557 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21558 \begin_inset Text
21559
21560 \begin_layout Plain Layout
21561 \begin_inset Formula $\pounds$
21562 \end_inset
21563
21564
21565 \end_layout
21566
21567 \end_inset
21568 </cell>
21569 </row>
21570 <row>
21571 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21572 \begin_inset Text
21573
21574 \begin_layout Plain Layout
21575 $
21576 \end_layout
21577
21578 \end_inset
21579 </cell>
21580 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21581 \begin_inset Text
21582
21583 \begin_layout Plain Layout
21584 \begin_inset Formula $\$$
21585 \end_inset
21586
21587
21588 \end_layout
21589
21590 \end_inset
21591 </cell>
21592 </row>
21593 <row>
21594 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21595 \begin_inset Text
21596
21597 \begin_layout Plain Layout
21598 §
21599 \end_layout
21600
21601 \end_inset
21602 </cell>
21603 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21604 \begin_inset Text
21605
21606 \begin_layout Plain Layout
21607 \begin_inset Formula $§$
21608 \end_inset
21609
21610
21611 \end_layout
21612
21613 \end_inset
21614 </cell>
21615 </row>
21616 </lyxtabular>
21617
21618 \end_inset
21619
21620
21621 \begin_inset Tabular
21622 <lyxtabular version="3" rows="10" columns="2">
21623 <features rotate="0" tabularvalignment="middle">
21624 <column alignment="center" valignment="top">
21625 <column alignment="center" valignment="top">
21626 <row>
21627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21628 \begin_inset Text
21629
21630 \begin_layout Plain Layout
21631 Comando
21632 \end_layout
21633
21634 \end_inset
21635 </cell>
21636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21637 \begin_inset Text
21638
21639 \begin_layout Plain Layout
21640 Símbolo
21641 \end_layout
21642
21643 \end_inset
21644 </cell>
21645 </row>
21646 <row>
21647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21648 \begin_inset Text
21649
21650 \begin_layout Plain Layout
21651
21652 \backslash
21653 hbar
21654 \end_layout
21655
21656 \end_inset
21657 </cell>
21658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662 \begin_inset Formula $\hbar$
21663 \end_inset
21664
21665
21666 \end_layout
21667
21668 \end_inset
21669 </cell>
21670 </row>
21671 <row>
21672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21673 \begin_inset Text
21674
21675 \begin_layout Plain Layout
21676
21677 \backslash
21678 hslash
21679 \end_layout
21680
21681 \end_inset
21682 </cell>
21683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687 \begin_inset Formula $\hslash$
21688 \end_inset
21689
21690
21691 \end_layout
21692
21693 \end_inset
21694 </cell>
21695 </row>
21696 <row>
21697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21698 \begin_inset Text
21699
21700 \begin_layout Plain Layout
21701
21702 \backslash
21703 clubsuit
21704 \end_layout
21705
21706 \end_inset
21707 </cell>
21708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21709 \begin_inset Text
21710
21711 \begin_layout Plain Layout
21712 \begin_inset Formula $\clubsuit$
21713 \end_inset
21714
21715
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 </row>
21721 <row>
21722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21723 \begin_inset Text
21724
21725 \begin_layout Plain Layout
21726
21727 \backslash
21728 spadesuit
21729 \end_layout
21730
21731 \end_inset
21732 </cell>
21733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21734 \begin_inset Text
21735
21736 \begin_layout Plain Layout
21737 \begin_inset Formula $\spadesuit$
21738 \end_inset
21739
21740
21741 \end_layout
21742
21743 \end_inset
21744 </cell>
21745 </row>
21746 <row>
21747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751
21752 \backslash
21753 bigstar
21754 \end_layout
21755
21756 \end_inset
21757 </cell>
21758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762 \begin_inset Formula $\bigstar$
21763 \end_inset
21764
21765
21766 \end_layout
21767
21768 \end_inset
21769 </cell>
21770 </row>
21771 <row>
21772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21773 \begin_inset Text
21774
21775 \begin_layout Plain Layout
21776
21777 \backslash
21778 blacklozenge
21779 \end_layout
21780
21781 \end_inset
21782 </cell>
21783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21784 \begin_inset Text
21785
21786 \begin_layout Plain Layout
21787 \begin_inset Formula $\blacklozenge$
21788 \end_inset
21789
21790
21791 \end_layout
21792
21793 \end_inset
21794 </cell>
21795 </row>
21796 <row>
21797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21798 \begin_inset Text
21799
21800 \begin_layout Plain Layout
21801
21802 \backslash
21803 blacktriangle
21804 \end_layout
21805
21806 \end_inset
21807 </cell>
21808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21809 \begin_inset Text
21810
21811 \begin_layout Plain Layout
21812 \begin_inset Formula $\blacktriangle$
21813 \end_inset
21814
21815
21816 \end_layout
21817
21818 \end_inset
21819 </cell>
21820 </row>
21821 <row>
21822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21823 \begin_inset Text
21824
21825 \begin_layout Plain Layout
21826
21827 \backslash
21828 blacktiangledown
21829 \end_layout
21830
21831 \end_inset
21832 </cell>
21833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21834 \begin_inset Text
21835
21836 \begin_layout Plain Layout
21837 \begin_inset Formula $\blacktriangledown$
21838 \end_inset
21839
21840
21841 \end_layout
21842
21843 \end_inset
21844 </cell>
21845 </row>
21846 <row>
21847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21848 \begin_inset Text
21849
21850 \begin_layout Plain Layout
21851
21852 \backslash
21853 bullet
21854 \end_layout
21855
21856 \end_inset
21857 </cell>
21858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21859 \begin_inset Text
21860
21861 \begin_layout Plain Layout
21862 \begin_inset Formula $\bullet$
21863 \end_inset
21864
21865
21866 \end_layout
21867
21868 \end_inset
21869 </cell>
21870 </row>
21871 </lyxtabular>
21872
21873 \end_inset
21874
21875
21876 \begin_inset Tabular
21877 <lyxtabular version="3" rows="10" columns="2">
21878 <features rotate="0" tabularvalignment="middle">
21879 <column alignment="center" valignment="top" width="0pt">
21880 <column alignment="center" valignment="top" width="0pt">
21881 <row>
21882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21883 \begin_inset Text
21884
21885 \begin_layout Plain Layout
21886 Comando
21887 \end_layout
21888
21889 \end_inset
21890 </cell>
21891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout Plain Layout
21895 Símbolo
21896 \end_layout
21897
21898 \end_inset
21899 </cell>
21900 </row>
21901 <row>
21902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21903 \begin_inset Text
21904
21905 \begin_layout Plain Layout
21906
21907 \backslash
21908 diamondsuit
21909 \end_layout
21910
21911 \end_inset
21912 </cell>
21913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21914 \begin_inset Text
21915
21916 \begin_layout Plain Layout
21917 \begin_inset Formula $\diamondsuit$
21918 \end_inset
21919
21920
21921 \end_layout
21922
21923 \end_inset
21924 </cell>
21925 </row>
21926 <row>
21927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21928 \begin_inset Text
21929
21930 \begin_layout Plain Layout
21931
21932 \backslash
21933 Diamond
21934 \end_layout
21935
21936 \end_inset
21937 </cell>
21938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21939 \begin_inset Text
21940
21941 \begin_layout Plain Layout
21942 \begin_inset Formula $\Diamond$
21943 \end_inset
21944
21945
21946 \end_layout
21947
21948 \end_inset
21949 </cell>
21950 </row>
21951 <row>
21952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21953 \begin_inset Text
21954
21955 \begin_layout Plain Layout
21956
21957 \backslash
21958 heartsuit
21959 \end_layout
21960
21961 \end_inset
21962 </cell>
21963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21964 \begin_inset Text
21965
21966 \begin_layout Plain Layout
21967 \begin_inset Formula $\heartsuit$
21968 \end_inset
21969
21970
21971 \end_layout
21972
21973 \end_inset
21974 </cell>
21975 </row>
21976 <row>
21977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21978 \begin_inset Text
21979
21980 \begin_layout Plain Layout
21981
21982 \backslash
21983 P
21984 \end_layout
21985
21986 \end_inset
21987 </cell>
21988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21989 \begin_inset Text
21990
21991 \begin_layout Plain Layout
21992 \begin_inset Formula $\P$
21993 \end_inset
21994
21995
21996 \end_layout
21997
21998 \end_inset
21999 </cell>
22000 </row>
22001 <row>
22002 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22003 \begin_inset Text
22004
22005 \begin_layout Plain Layout
22006
22007 \backslash
22008 copyright
22009 \end_layout
22010
22011 \end_inset
22012 </cell>
22013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22014 \begin_inset Text
22015
22016 \begin_layout Plain Layout
22017 \begin_inset Formula $\copyright$
22018 \end_inset
22019
22020
22021 \end_layout
22022
22023 \end_inset
22024 </cell>
22025 </row>
22026 <row>
22027 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22028 \begin_inset Text
22029
22030 \begin_layout Plain Layout
22031
22032 \backslash
22033 circledR
22034 \end_layout
22035
22036 \end_inset
22037 </cell>
22038 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22039 \begin_inset Text
22040
22041 \begin_layout Plain Layout
22042 \begin_inset Formula $\circledR$
22043 \end_inset
22044
22045
22046 \end_layout
22047
22048 \end_inset
22049 </cell>
22050 </row>
22051 <row>
22052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22053 \begin_inset Text
22054
22055 \begin_layout Plain Layout
22056
22057 \backslash
22058 maltese
22059 \end_layout
22060
22061 \end_inset
22062 </cell>
22063 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22064 \begin_inset Text
22065
22066 \begin_layout Plain Layout
22067 \begin_inset Formula $\maltese$
22068 \end_inset
22069
22070
22071 \end_layout
22072
22073 \end_inset
22074 </cell>
22075 </row>
22076 <row>
22077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22078 \begin_inset Text
22079
22080 \begin_layout Plain Layout
22081
22082 \backslash
22083 diagup
22084 \end_layout
22085
22086 \end_inset
22087 </cell>
22088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22089 \begin_inset Text
22090
22091 \begin_layout Plain Layout
22092 \begin_inset Formula $\diagup$
22093 \end_inset
22094
22095
22096 \end_layout
22097
22098 \end_inset
22099 </cell>
22100 </row>
22101 <row>
22102 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22103 \begin_inset Text
22104
22105 \begin_layout Plain Layout
22106
22107 \backslash
22108 diagdown
22109 \end_layout
22110
22111 \end_inset
22112 </cell>
22113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22114 \begin_inset Text
22115
22116 \begin_layout Plain Layout
22117 \begin_inset Formula $\diagdown$
22118 \end_inset
22119
22120
22121 \end_layout
22122
22123 \end_inset
22124 </cell>
22125 </row>
22126 </lyxtabular>
22127
22128 \end_inset
22129
22130
22131 \end_layout
22132
22133 \begin_layout Standard
22134 \begin_inset VSpace medskip
22135 \end_inset
22136
22137
22138 \end_layout
22139
22140 \begin_layout Standard
22141 Algunos símbolos pueden presentarse en distintos tamaños, véase 
22142 \begin_inset CommandInset ref
22143 LatexCommand ref
22144 reference "sub:Tamaños-de-tipografías"
22145
22146 \end_inset
22147
22148
22149 \end_layout
22150
22151 \begin_layout Subsection
22152 El símbolo del euro, €
22153 \begin_inset Index idx
22154 status collapsed
22155
22156 \begin_layout Plain Layout
22157 Símbolos ! euro
22158 \end_layout
22159
22160 \end_inset
22161
22162
22163 \begin_inset Index idx
22164 status collapsed
22165
22166 \begin_layout Plain Layout
22167
22168 \backslash
22169 @
22170 \begin_inset ERT
22171 status collapsed
22172
22173 \begin_layout Plain Layout
22174
22175
22176 \backslash
22177 officialeuro
22178 \end_layout
22179
22180 \end_inset
22181
22182
22183 \end_layout
22184
22185 \end_inset
22186
22187
22188 \end_layout
22189
22190 \begin_layout Standard
22191 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
22192  LaTeX 
22193 \series bold
22194 eurosym
22195 \series default
22196
22197 \begin_inset Index idx
22198 status collapsed
22199
22200 \begin_layout Plain Layout
22201 Paquetes ! eurosym
22202 \end_layout
22203
22204 \end_inset
22205
22206 , y cargado en el preámbulo LaTeX con la línea
22207 \end_layout
22208
22209 \begin_layout Standard
22210
22211 \series bold
22212
22213 \backslash
22214 usepackage[gennarrow]{eurosym}
22215 \end_layout
22216
22217 \begin_layout Standard
22218 Actualmente también se puede insertar con el comando 
22219 \series bold
22220
22221 \backslash
22222 euro
22223 \series default
22224
22225 \begin_inset Index idx
22226 status collapsed
22227
22228 \begin_layout Plain Layout
22229 Comandos ! E ! 
22230 \backslash
22231 euro
22232 \end_layout
22233
22234 \end_inset
22235
22236 .
22237 \end_layout
22238
22239 \begin_layout Standard
22240 El símbolo del euro puede insertarse directamente con la tecla € en texto
22241  matemático sin tener 
22242 \series bold
22243 eurosym
22244 \series default
22245  instalado.
22246  Si 
22247 \series bold
22248 eurosym
22249 \series default
22250  está instalado, se puede insertar 
22251 \series bold
22252
22253 \backslash
22254 euro
22255 \series default
22256  en modo TeX.
22257  El símbolo oficial de la moneda se puede insertar con el comando 
22258 \series bold
22259
22260 \backslash
22261 officialeuro
22262 \series default
22263
22264 \begin_inset Index idx
22265 status collapsed
22266
22267 \begin_layout Plain Layout
22268 Comandos ! O ! 
22269 \backslash
22270 officialeuro
22271 \end_layout
22272
22273 \end_inset
22274
22275 , que sólo está disponible en modo TeX.
22276 \end_layout
22277
22278 \begin_layout Standard
22279 \begin_inset ERT
22280 status collapsed
22281
22282 \begin_layout Plain Layout
22283
22284
22285 \backslash
22286 ifeurosym
22287 \end_layout
22288
22289 \end_inset
22290
22291
22292 \begin_inset Note Note
22293 status collapsed
22294
22295 \begin_layout Plain Layout
22296 El cuadro siguiente sólo se mostrará si está instalado el paquete LaTeX
22297  
22298 \series bold
22299 eurosym
22300 \series default
22301 .
22302 \end_layout
22303
22304 \end_inset
22305
22306
22307 \end_layout
22308
22309 \begin_layout Standard
22310 Un vistazo a los diferentes símbolos del euro.
22311 \end_layout
22312
22313 \begin_layout Standard
22314 \noindent
22315 \align center
22316 \begin_inset Tabular
22317 <lyxtabular version="3" rows="4" columns="3">
22318 <features rotate="0" tabularvalignment="middle">
22319 <column alignment="center" valignment="top">
22320 <column alignment="center" valignment="top">
22321 <column alignment="center" valignment="top">
22322 <row>
22323 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22324 \begin_inset Text
22325
22326 \begin_layout Plain Layout
22327
22328 \end_layout
22329
22330 \end_inset
22331 </cell>
22332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22333 \begin_inset Text
22334
22335 \begin_layout Plain Layout
22336 Comando
22337 \end_layout
22338
22339 \end_inset
22340 </cell>
22341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22342 \begin_inset Text
22343
22344 \begin_layout Plain Layout
22345 Símbolo
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
22350 </row>
22351 <row>
22352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22353 \begin_inset Text
22354
22355 \begin_layout Plain Layout
22356 ecuación
22357 \end_layout
22358
22359 \end_inset
22360 </cell>
22361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22362 \begin_inset Text
22363
22364 \begin_layout Plain Layout
22365
22366 \backslash
22367 euro
22368 \end_layout
22369
22370 \end_inset
22371 </cell>
22372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22373 \begin_inset Text
22374
22375 \begin_layout Plain Layout
22376 \begin_inset Formula $\euro$
22377 \end_inset
22378
22379
22380 \end_layout
22381
22382 \end_inset
22383 </cell>
22384 </row>
22385 <row>
22386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22387 \begin_inset Text
22388
22389 \begin_layout Plain Layout
22390 texto matemático
22391 \end_layout
22392
22393 \end_inset
22394 </cell>
22395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22396 \begin_inset Text
22397
22398 \begin_layout Plain Layout
22399
22400 \end_layout
22401
22402 \end_inset
22403 </cell>
22404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22405 \begin_inset Text
22406
22407 \begin_layout Plain Layout
22408 \begin_inset Formula $\mbox{€}$
22409 \end_inset
22410
22411
22412 \end_layout
22413
22414 \end_inset
22415 </cell>
22416 </row>
22417 <row>
22418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22419 \begin_inset Text
22420
22421 \begin_layout Plain Layout
22422 modo TeX
22423 \end_layout
22424
22425 \end_inset
22426 </cell>
22427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22428 \begin_inset Text
22429
22430 \begin_layout Plain Layout
22431
22432 \backslash
22433 officialeuro
22434 \end_layout
22435
22436 \end_inset
22437 </cell>
22438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22439 \begin_inset Text
22440
22441 \begin_layout Plain Layout
22442 \begin_inset ERT
22443 status collapsed
22444
22445 \begin_layout Plain Layout
22446
22447
22448 \backslash
22449 officialeuro
22450 \end_layout
22451
22452 \end_inset
22453
22454
22455 \end_layout
22456
22457 \end_inset
22458 </cell>
22459 </row>
22460 </lyxtabular>
22461
22462 \end_inset
22463
22464
22465 \end_layout
22466
22467 \begin_layout Standard
22468 \begin_inset ERT
22469 status collapsed
22470
22471 \begin_layout Plain Layout
22472
22473
22474 \backslash
22475 else
22476 \end_layout
22477
22478 \end_inset
22479
22480
22481 \begin_inset Note Note
22482 status collapsed
22483
22484 \begin_layout Plain Layout
22485 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
22486 \series bold
22487 eurosym
22488 \series default
22489 :
22490 \end_layout
22491
22492 \end_inset
22493
22494
22495 \end_layout
22496
22497 \begin_layout Standard
22498 Para ver la salida completa de esta subsección debe estar instalado el paquete
22499  LaTeX 
22500 \series bold
22501 eurosym
22502 \series default
22503 .
22504 \end_layout
22505
22506 \begin_layout Standard
22507 \begin_inset ERT
22508 status collapsed
22509
22510 \begin_layout Plain Layout
22511
22512
22513 \backslash
22514 fi
22515 \end_layout
22516
22517 \end_inset
22518
22519
22520 \end_layout
22521
22522 \begin_layout Section
22523 Relaciones
22524 \begin_inset CommandInset label
22525 LatexCommand label
22526 name "sec:Relaciones"
22527
22528 \end_inset
22529
22530
22531 \begin_inset Index idx
22532 status collapsed
22533
22534 \begin_layout Plain Layout
22535 Relaciones
22536 \end_layout
22537
22538 \end_inset
22539
22540
22541 \begin_inset Index idx
22542 status collapsed
22543
22544 \begin_layout Plain Layout
22545 Comparaciones|see
22546 \begin_inset ERT
22547 status collapsed
22548
22549 \begin_layout Plain Layout
22550
22551 {
22552 \end_layout
22553
22554 \end_inset
22555
22556 Relaciones
22557 \begin_inset ERT
22558 status collapsed
22559
22560 \begin_layout Plain Layout
22561
22562 }
22563 \end_layout
22564
22565 \end_inset
22566
22567
22568 \end_layout
22569
22570 \end_inset
22571
22572
22573 \end_layout
22574
22575 \begin_layout Standard
22576 Todas las relaciones siguientes se pueden insertar también con el botón
22577  
22578 \begin_inset Info
22579 type  "icon"
22580 arg   "math-insert \\leq"
22581 \end_inset
22582
22583  de la barra de ecuaciones.
22584 \end_layout
22585
22586 \begin_layout Standard
22587 \begin_inset space \hfill{}
22588 \end_inset
22589
22590
22591 \begin_inset Tabular
22592 <lyxtabular version="3" rows="17" columns="2">
22593 <features rotate="0" tabularvalignment="middle">
22594 <column alignment="center" valignment="top" width="0pt">
22595 <column alignment="center" valignment="top" width="0pt">
22596 <row>
22597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22598 \begin_inset Text
22599
22600 \begin_layout Plain Layout
22601 Comando
22602 \end_layout
22603
22604 \end_inset
22605 </cell>
22606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22607 \begin_inset Text
22608
22609 \begin_layout Plain Layout
22610 Relación
22611 \end_layout
22612
22613 \end_inset
22614 </cell>
22615 </row>
22616 <row>
22617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22618 \begin_inset Text
22619
22620 \begin_layout Plain Layout
22621 <
22622 \end_layout
22623
22624 \end_inset
22625 </cell>
22626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22627 \begin_inset Text
22628
22629 \begin_layout Plain Layout
22630 \begin_inset Formula $<$
22631 \end_inset
22632
22633
22634 \end_layout
22635
22636 \end_inset
22637 </cell>
22638 </row>
22639 <row>
22640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22641 \begin_inset Text
22642
22643 \begin_layout Plain Layout
22644
22645 \backslash
22646 le
22647 \end_layout
22648
22649 \end_inset
22650 </cell>
22651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22652 \begin_inset Text
22653
22654 \begin_layout Plain Layout
22655 \begin_inset Formula $\le$
22656 \end_inset
22657
22658
22659 \end_layout
22660
22661 \end_inset
22662 </cell>
22663 </row>
22664 <row>
22665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22666 \begin_inset Text
22667
22668 \begin_layout Plain Layout
22669
22670 \backslash
22671 ll
22672 \end_layout
22673
22674 \end_inset
22675 </cell>
22676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680 \begin_inset Formula $\ll$
22681 \end_inset
22682
22683
22684 \end_layout
22685
22686 \end_inset
22687 </cell>
22688 </row>
22689 <row>
22690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22691 \begin_inset Text
22692
22693 \begin_layout Plain Layout
22694
22695 \backslash
22696 prec
22697 \end_layout
22698
22699 \end_inset
22700 </cell>
22701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Plain Layout
22705 \begin_inset Formula $\prec$
22706 \end_inset
22707
22708
22709 \end_layout
22710
22711 \end_inset
22712 </cell>
22713 </row>
22714 <row>
22715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22716 \begin_inset Text
22717
22718 \begin_layout Plain Layout
22719
22720 \backslash
22721 preceq
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22727 \begin_inset Text
22728
22729 \begin_layout Plain Layout
22730 \begin_inset Formula $\preceq$
22731 \end_inset
22732
22733
22734 \end_layout
22735
22736 \end_inset
22737 </cell>
22738 </row>
22739 <row>
22740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22741 \begin_inset Text
22742
22743 \begin_layout Plain Layout
22744
22745 \backslash
22746 subset
22747 \end_layout
22748
22749 \end_inset
22750 </cell>
22751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22752 \begin_inset Text
22753
22754 \begin_layout Plain Layout
22755 \begin_inset Formula $\subset$
22756 \end_inset
22757
22758
22759 \end_layout
22760
22761 \end_inset
22762 </cell>
22763 </row>
22764 <row>
22765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22766 \begin_inset Text
22767
22768 \begin_layout Plain Layout
22769
22770 \backslash
22771 subseteq
22772 \end_layout
22773
22774 \end_inset
22775 </cell>
22776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22777 \begin_inset Text
22778
22779 \begin_layout Plain Layout
22780 \begin_inset Formula $\subseteq$
22781 \end_inset
22782
22783
22784 \end_layout
22785
22786 \end_inset
22787 </cell>
22788 </row>
22789 <row>
22790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22791 \begin_inset Text
22792
22793 \begin_layout Plain Layout
22794
22795 \backslash
22796 sqsubseteq
22797 \end_layout
22798
22799 \end_inset
22800 </cell>
22801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22802 \begin_inset Text
22803
22804 \begin_layout Plain Layout
22805 \begin_inset Formula $\sqsubseteq$
22806 \end_inset
22807
22808
22809 \end_layout
22810
22811 \end_inset
22812 </cell>
22813 </row>
22814 <row>
22815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22816 \begin_inset Text
22817
22818 \begin_layout Plain Layout
22819
22820 \backslash
22821 in
22822 \end_layout
22823
22824 \end_inset
22825 </cell>
22826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22827 \begin_inset Text
22828
22829 \begin_layout Plain Layout
22830 \begin_inset Formula $\in$
22831 \end_inset
22832
22833
22834 \end_layout
22835
22836 \end_inset
22837 </cell>
22838 </row>
22839 <row>
22840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22841 \begin_inset Text
22842
22843 \begin_layout Plain Layout
22844
22845 \backslash
22846 vdash
22847 \end_layout
22848
22849 \end_inset
22850 </cell>
22851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22852 \begin_inset Text
22853
22854 \begin_layout Plain Layout
22855 \begin_inset Formula $\vdash$
22856 \end_inset
22857
22858
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 </row>
22864 <row>
22865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22866 \begin_inset Text
22867
22868 \begin_layout Plain Layout
22869
22870 \backslash
22871 smile
22872 \end_layout
22873
22874 \end_inset
22875 </cell>
22876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22877 \begin_inset Text
22878
22879 \begin_layout Plain Layout
22880 \begin_inset Formula $\smile$
22881 \end_inset
22882
22883
22884 \end_layout
22885
22886 \end_inset
22887 </cell>
22888 </row>
22889 <row>
22890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22891 \begin_inset Text
22892
22893 \begin_layout Plain Layout
22894
22895 \backslash
22896 lhd
22897 \end_layout
22898
22899 \end_inset
22900 </cell>
22901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22902 \begin_inset Text
22903
22904 \begin_layout Plain Layout
22905 \begin_inset Formula $\lhd$
22906 \end_inset
22907
22908
22909 \end_layout
22910
22911 \end_inset
22912 </cell>
22913 </row>
22914 <row>
22915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22916 \begin_inset Text
22917
22918 \begin_layout Plain Layout
22919
22920 \backslash
22921 unlhd
22922 \end_layout
22923
22924 \end_inset
22925 </cell>
22926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22927 \begin_inset Text
22928
22929 \begin_layout Plain Layout
22930 \begin_inset Formula $\unlhd$
22931 \end_inset
22932
22933
22934 \end_layout
22935
22936 \end_inset
22937 </cell>
22938 </row>
22939 <row>
22940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22941 \begin_inset Text
22942
22943 \begin_layout Plain Layout
22944
22945 \backslash
22946 gtrless
22947 \end_layout
22948
22949 \end_inset
22950 </cell>
22951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22952 \begin_inset Text
22953
22954 \begin_layout Plain Layout
22955 \begin_inset Formula $\gtrless$
22956 \end_inset
22957
22958
22959 \end_layout
22960
22961 \end_inset
22962 </cell>
22963 </row>
22964 <row>
22965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22966 \begin_inset Text
22967
22968 \begin_layout Plain Layout
22969
22970 \backslash
22971 mid
22972 \end_layout
22973
22974 \end_inset
22975 </cell>
22976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22977 \begin_inset Text
22978
22979 \begin_layout Plain Layout
22980 \begin_inset Formula $\mid$
22981 \end_inset
22982
22983
22984 \end_layout
22985
22986 \end_inset
22987 </cell>
22988 </row>
22989 <row>
22990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22991 \begin_inset Text
22992
22993 \begin_layout Plain Layout
22994
22995 \backslash
22996 nmid
22997 \end_layout
22998
22999 \end_inset
23000 </cell>
23001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23002 \begin_inset Text
23003
23004 \begin_layout Plain Layout
23005 \begin_inset Formula $\nmid$
23006 \end_inset
23007
23008
23009 \end_layout
23010
23011 \end_inset
23012 </cell>
23013 </row>
23014 </lyxtabular>
23015
23016 \end_inset
23017
23018
23019 \begin_inset space \hfill{}
23020 \end_inset
23021
23022
23023 \begin_inset Tabular
23024 <lyxtabular version="3" rows="17" columns="2">
23025 <features rotate="0" tabularvalignment="middle">
23026 <column alignment="center" valignment="top" width="0pt">
23027 <column alignment="center" valignment="top" width="0pt">
23028 <row>
23029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23030 \begin_inset Text
23031
23032 \begin_layout Plain Layout
23033 Comando
23034 \end_layout
23035
23036 \end_inset
23037 </cell>
23038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23039 \begin_inset Text
23040
23041 \begin_layout Plain Layout
23042 Relación
23043 \end_layout
23044
23045 \end_inset
23046 </cell>
23047 </row>
23048 <row>
23049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23050 \begin_inset Text
23051
23052 \begin_layout Plain Layout
23053 =
23054 \end_layout
23055
23056 \end_inset
23057 </cell>
23058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23059 \begin_inset Text
23060
23061 \begin_layout Plain Layout
23062 \begin_inset Formula $=$
23063 \end_inset
23064
23065
23066 \end_layout
23067
23068 \end_inset
23069 </cell>
23070 </row>
23071 <row>
23072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23073 \begin_inset Text
23074
23075 \begin_layout Plain Layout
23076
23077 \backslash
23078 not=
23079 \end_layout
23080
23081 \end_inset
23082 </cell>
23083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23084 \begin_inset Text
23085
23086 \begin_layout Plain Layout
23087 \begin_inset Formula $\not=$
23088 \end_inset
23089
23090
23091 \end_layout
23092
23093 \end_inset
23094 </cell>
23095 </row>
23096 <row>
23097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23098 \begin_inset Text
23099
23100 \begin_layout Plain Layout
23101
23102 \backslash
23103 equiv
23104 \end_layout
23105
23106 \end_inset
23107 </cell>
23108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23109 \begin_inset Text
23110
23111 \begin_layout Plain Layout
23112 \begin_inset Formula $\equiv$
23113 \end_inset
23114
23115
23116 \end_layout
23117
23118 \end_inset
23119 </cell>
23120 </row>
23121 <row>
23122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23123 \begin_inset Text
23124
23125 \begin_layout Plain Layout
23126
23127 \backslash
23128 sim
23129 \end_layout
23130
23131 \end_inset
23132 </cell>
23133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137 \begin_inset Formula $\sim$
23138 \end_inset
23139
23140
23141 \end_layout
23142
23143 \end_inset
23144 </cell>
23145 </row>
23146 <row>
23147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23148 \begin_inset Text
23149
23150 \begin_layout Plain Layout
23151
23152 \backslash
23153 simeq
23154 \end_layout
23155
23156 \end_inset
23157 </cell>
23158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23159 \begin_inset Text
23160
23161 \begin_layout Plain Layout
23162 \begin_inset Formula $\simeq$
23163 \end_inset
23164
23165
23166 \end_layout
23167
23168 \end_inset
23169 </cell>
23170 </row>
23171 <row>
23172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23173 \begin_inset Text
23174
23175 \begin_layout Plain Layout
23176
23177 \backslash
23178 approx
23179 \end_layout
23180
23181 \end_inset
23182 </cell>
23183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23184 \begin_inset Text
23185
23186 \begin_layout Plain Layout
23187 \begin_inset Formula $\approx$
23188 \end_inset
23189
23190
23191 \end_layout
23192
23193 \end_inset
23194 </cell>
23195 </row>
23196 <row>
23197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23198 \begin_inset Text
23199
23200 \begin_layout Plain Layout
23201
23202 \backslash
23203 cong
23204 \end_layout
23205
23206 \end_inset
23207 </cell>
23208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23209 \begin_inset Text
23210
23211 \begin_layout Plain Layout
23212 \begin_inset Formula $\cong$
23213 \end_inset
23214
23215
23216 \end_layout
23217
23218 \end_inset
23219 </cell>
23220 </row>
23221 <row>
23222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23223 \begin_inset Text
23224
23225 \begin_layout Plain Layout
23226
23227 \backslash
23228 bowtie
23229 \end_layout
23230
23231 \end_inset
23232 </cell>
23233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Plain Layout
23237 \begin_inset Formula $\bowtie$
23238 \end_inset
23239
23240
23241 \end_layout
23242
23243 \end_inset
23244 </cell>
23245 </row>
23246 <row>
23247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23248 \begin_inset Text
23249
23250 \begin_layout Plain Layout
23251
23252 \backslash
23253 notin
23254 \end_layout
23255
23256 \end_inset
23257 </cell>
23258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23259 \begin_inset Text
23260
23261 \begin_layout Plain Layout
23262 \begin_inset Formula $\notin$
23263 \end_inset
23264
23265
23266 \end_layout
23267
23268 \end_inset
23269 </cell>
23270 </row>
23271 <row>
23272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23273 \begin_inset Text
23274
23275 \begin_layout Plain Layout
23276
23277 \backslash
23278 perp
23279 \end_layout
23280
23281 \end_inset
23282 </cell>
23283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23284 \begin_inset Text
23285
23286 \begin_layout Plain Layout
23287 \begin_inset Formula $\perp$
23288 \end_inset
23289
23290
23291 \end_layout
23292
23293 \end_inset
23294 </cell>
23295 </row>
23296 <row>
23297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23298 \begin_inset Text
23299
23300 \begin_layout Plain Layout
23301
23302 \backslash
23303 propto
23304 \end_layout
23305
23306 \end_inset
23307 </cell>
23308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23309 \begin_inset Text
23310
23311 \begin_layout Plain Layout
23312 \begin_inset Formula $\propto$
23313 \end_inset
23314
23315
23316 \end_layout
23317
23318 \end_inset
23319 </cell>
23320 </row>
23321 <row>
23322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23323 \begin_inset Text
23324
23325 \begin_layout Plain Layout
23326
23327 \backslash
23328 asymp
23329 \end_layout
23330
23331 \end_inset
23332 </cell>
23333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23334 \begin_inset Text
23335
23336 \begin_layout Plain Layout
23337 \begin_inset Formula $\asymp$
23338 \end_inset
23339
23340
23341 \end_layout
23342
23343 \end_inset
23344 </cell>
23345 </row>
23346 <row>
23347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23348 \begin_inset Text
23349
23350 \begin_layout Plain Layout
23351
23352 \backslash
23353 doteq
23354 \end_layout
23355
23356 \end_inset
23357 </cell>
23358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23359 \begin_inset Text
23360
23361 \begin_layout Plain Layout
23362 \begin_inset Formula $\doteq$
23363 \end_inset
23364
23365
23366 \end_layout
23367
23368 \end_inset
23369 </cell>
23370 </row>
23371 <row>
23372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23373 \begin_inset Text
23374
23375 \begin_layout Plain Layout
23376
23377 \backslash
23378 circeq
23379 \end_layout
23380
23381 \end_inset
23382 </cell>
23383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23384 \begin_inset Text
23385
23386 \begin_layout Plain Layout
23387 \begin_inset Formula $\circeq$
23388 \end_inset
23389
23390
23391 \end_layout
23392
23393 \end_inset
23394 </cell>
23395 </row>
23396 <row>
23397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23398 \begin_inset Text
23399
23400 \begin_layout Plain Layout
23401
23402 \backslash
23403 models
23404 \end_layout
23405
23406 \end_inset
23407 </cell>
23408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23409 \begin_inset Text
23410
23411 \begin_layout Plain Layout
23412 \begin_inset Formula $\models$
23413 \end_inset
23414
23415
23416 \end_layout
23417
23418 \end_inset
23419 </cell>
23420 </row>
23421 <row>
23422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23423 \begin_inset Text
23424
23425 \begin_layout Plain Layout
23426
23427 \backslash
23428 widehat=
23429 \end_layout
23430
23431 \end_inset
23432 </cell>
23433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23434 \begin_inset Text
23435
23436 \begin_layout Plain Layout
23437 \begin_inset Formula $\widehat{=}$
23438 \end_inset
23439
23440
23441 \end_layout
23442
23443 \end_inset
23444 </cell>
23445 </row>
23446 </lyxtabular>
23447
23448 \end_inset
23449
23450
23451 \begin_inset space \hfill{}
23452 \end_inset
23453
23454
23455 \begin_inset Tabular
23456 <lyxtabular version="3" rows="17" columns="2">
23457 <features rotate="0" tabularvalignment="middle">
23458 <column alignment="center" valignment="top" width="0pt">
23459 <column alignment="center" valignment="top" width="0pt">
23460 <row>
23461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23462 \begin_inset Text
23463
23464 \begin_layout Plain Layout
23465 Comando
23466 \end_layout
23467
23468 \end_inset
23469 </cell>
23470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23471 \begin_inset Text
23472
23473 \begin_layout Plain Layout
23474 Relación
23475 \end_layout
23476
23477 \end_inset
23478 </cell>
23479 </row>
23480 <row>
23481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23482 \begin_inset Text
23483
23484 \begin_layout Plain Layout
23485 >
23486 \end_layout
23487
23488 \end_inset
23489 </cell>
23490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23491 \begin_inset Text
23492
23493 \begin_layout Plain Layout
23494 \begin_inset Formula $>$
23495 \end_inset
23496
23497
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 </row>
23503 <row>
23504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23505 \begin_inset Text
23506
23507 \begin_layout Plain Layout
23508
23509 \backslash
23510 ge
23511 \end_layout
23512
23513 \end_inset
23514 </cell>
23515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23516 \begin_inset Text
23517
23518 \begin_layout Plain Layout
23519 \begin_inset Formula $\ge$
23520 \end_inset
23521
23522
23523 \end_layout
23524
23525 \end_inset
23526 </cell>
23527 </row>
23528 <row>
23529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23530 \begin_inset Text
23531
23532 \begin_layout Plain Layout
23533
23534 \backslash
23535 gg
23536 \end_layout
23537
23538 \end_inset
23539 </cell>
23540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544 \begin_inset Formula $\gg$
23545 \end_inset
23546
23547
23548 \end_layout
23549
23550 \end_inset
23551 </cell>
23552 </row>
23553 <row>
23554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23555 \begin_inset Text
23556
23557 \begin_layout Plain Layout
23558
23559 \backslash
23560 succ
23561 \end_layout
23562
23563 \end_inset
23564 </cell>
23565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23566 \begin_inset Text
23567
23568 \begin_layout Plain Layout
23569 \begin_inset Formula $\succ$
23570 \end_inset
23571
23572
23573 \end_layout
23574
23575 \end_inset
23576 </cell>
23577 </row>
23578 <row>
23579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23580 \begin_inset Text
23581
23582 \begin_layout Plain Layout
23583
23584 \backslash
23585 succeq
23586 \end_layout
23587
23588 \end_inset
23589 </cell>
23590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23591 \begin_inset Text
23592
23593 \begin_layout Plain Layout
23594 \begin_inset Formula $\succeq$
23595 \end_inset
23596
23597
23598 \end_layout
23599
23600 \end_inset
23601 </cell>
23602 </row>
23603 <row>
23604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23605 \begin_inset Text
23606
23607 \begin_layout Plain Layout
23608
23609 \backslash
23610 supset
23611 \end_layout
23612
23613 \end_inset
23614 </cell>
23615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23616 \begin_inset Text
23617
23618 \begin_layout Plain Layout
23619 \begin_inset Formula $\supset$
23620 \end_inset
23621
23622
23623 \end_layout
23624
23625 \end_inset
23626 </cell>
23627 </row>
23628 <row>
23629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23630 \begin_inset Text
23631
23632 \begin_layout Plain Layout
23633
23634 \backslash
23635 supseteq
23636 \end_layout
23637
23638 \end_inset
23639 </cell>
23640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23641 \begin_inset Text
23642
23643 \begin_layout Plain Layout
23644 \begin_inset Formula $\supseteq$
23645 \end_inset
23646
23647
23648 \end_layout
23649
23650 \end_inset
23651 </cell>
23652 </row>
23653 <row>
23654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23655 \begin_inset Text
23656
23657 \begin_layout Plain Layout
23658
23659 \backslash
23660 sqsupseteq
23661 \end_layout
23662
23663 \end_inset
23664 </cell>
23665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23666 \begin_inset Text
23667
23668 \begin_layout Plain Layout
23669 \begin_inset Formula $\sqsupseteq$
23670 \end_inset
23671
23672
23673 \end_layout
23674
23675 \end_inset
23676 </cell>
23677 </row>
23678 <row>
23679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23680 \begin_inset Text
23681
23682 \begin_layout Plain Layout
23683
23684 \backslash
23685 ni
23686 \end_layout
23687
23688 \end_inset
23689 </cell>
23690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23691 \begin_inset Text
23692
23693 \begin_layout Plain Layout
23694 \begin_inset Formula $\ni$
23695 \end_inset
23696
23697
23698 \end_layout
23699
23700 \end_inset
23701 </cell>
23702 </row>
23703 <row>
23704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23705 \begin_inset Text
23706
23707 \begin_layout Plain Layout
23708
23709 \backslash
23710 dashv
23711 \end_layout
23712
23713 \end_inset
23714 </cell>
23715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23716 \begin_inset Text
23717
23718 \begin_layout Plain Layout
23719 \begin_inset Formula $\dashv$
23720 \end_inset
23721
23722
23723 \end_layout
23724
23725 \end_inset
23726 </cell>
23727 </row>
23728 <row>
23729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23730 \begin_inset Text
23731
23732 \begin_layout Plain Layout
23733
23734 \backslash
23735 frown
23736 \end_layout
23737
23738 \end_inset
23739 </cell>
23740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23741 \begin_inset Text
23742
23743 \begin_layout Plain Layout
23744 \begin_inset Formula $\frown$
23745 \end_inset
23746
23747
23748 \end_layout
23749
23750 \end_inset
23751 </cell>
23752 </row>
23753 <row>
23754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23755 \begin_inset Text
23756
23757 \begin_layout Plain Layout
23758
23759 \backslash
23760 rhd
23761 \end_layout
23762
23763 \end_inset
23764 </cell>
23765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23766 \begin_inset Text
23767
23768 \begin_layout Plain Layout
23769 \begin_inset Formula $\rhd$
23770 \end_inset
23771
23772
23773 \end_layout
23774
23775 \end_inset
23776 </cell>
23777 </row>
23778 <row>
23779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23780 \begin_inset Text
23781
23782 \begin_layout Plain Layout
23783
23784 \backslash
23785 unrhd
23786 \end_layout
23787
23788 \end_inset
23789 </cell>
23790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23791 \begin_inset Text
23792
23793 \begin_layout Plain Layout
23794 \begin_inset Formula $\unrhd$
23795 \end_inset
23796
23797
23798 \end_layout
23799
23800 \end_inset
23801 </cell>
23802 </row>
23803 <row>
23804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23805 \begin_inset Text
23806
23807 \begin_layout Plain Layout
23808
23809 \backslash
23810 lessgtr
23811 \end_layout
23812
23813 \end_inset
23814 </cell>
23815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23816 \begin_inset Text
23817
23818 \begin_layout Plain Layout
23819 \begin_inset Formula $\lessgtr$
23820 \end_inset
23821
23822
23823 \end_layout
23824
23825 \end_inset
23826 </cell>
23827 </row>
23828 <row>
23829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23830 \begin_inset Text
23831
23832 \begin_layout Plain Layout
23833
23834 \backslash
23835 parallel
23836 \end_layout
23837
23838 \end_inset
23839 </cell>
23840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23841 \begin_inset Text
23842
23843 \begin_layout Plain Layout
23844 \begin_inset Formula $\parallel$
23845 \end_inset
23846
23847
23848 \end_layout
23849
23850 \end_inset
23851 </cell>
23852 </row>
23853 <row>
23854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23855 \begin_inset Text
23856
23857 \begin_layout Plain Layout
23858
23859 \backslash
23860 nparallel
23861 \end_layout
23862
23863 \end_inset
23864 </cell>
23865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23866 \begin_inset Text
23867
23868 \begin_layout Plain Layout
23869 \begin_inset Formula $\nparallel$
23870 \end_inset
23871
23872
23873 \end_layout
23874
23875 \end_inset
23876 </cell>
23877 </row>
23878 </lyxtabular>
23879
23880 \end_inset
23881
23882
23883 \begin_inset space \hfill{}
23884 \end_inset
23885
23886
23887 \end_layout
23888
23889 \begin_layout Standard
23890 \begin_inset VSpace medskip
23891 \end_inset
23892
23893
23894 \end_layout
23895
23896 \begin_layout Standard
23897 Los caracteres 
23898 \series bold
23899
23900 \backslash
23901 lhd
23902 \series default
23903  y 
23904 \series bold
23905
23906 \backslash
23907 rhd
23908 \series default
23909  son mayores que los operadores de aspecto similar 
23910 \series bold
23911
23912 \backslash
23913 triangleleft
23914 \series default
23915  y 
23916 \series bold
23917
23918 \backslash
23919 triangleright
23920 \series default
23921 , respectivamente.
23922 \end_layout
23923
23924 \begin_layout Standard
23925
23926 \lang english
23927 LyX supports also many special relations.
23928  Use the toolbar button
23929 \lang spanish
23930  
23931 \begin_inset Info
23932 type  "icon"
23933 arg   "math-insert \\leqq"
23934 \end_inset
23935
23936  
23937 \lang english
23938 to see a list of these relations.
23939 \end_layout
23940
23941 \begin_layout Standard
23942 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
23943 \end_layout
23944
23945 \begin_layout Standard
23946 Se pueden componer relaciones con etiquetas con el comando 
23947 \series bold
23948
23949 \backslash
23950 stackrel
23951 \series default
23952
23953 \begin_inset Index idx
23954 status collapsed
23955
23956 \begin_layout Plain Layout
23957 Comandos ! S ! 
23958 \backslash
23959 stackrel
23960 \end_layout
23961
23962 \end_inset
23963
23964 :
23965 \end_layout
23966
23967 \begin_layout Standard
23968 \align center
23969 \begin_inset Tabular
23970 <lyxtabular version="3" rows="2" columns="2">
23971 <features rotate="0" tabularvalignment="middle">
23972 <column alignment="center" valignment="top">
23973 <column alignment="center" valignment="top">
23974 <row>
23975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23976 \begin_inset Text
23977
23978 \begin_layout Plain Layout
23979 Comando
23980 \end_layout
23981
23982 \end_inset
23983 </cell>
23984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23985 \begin_inset Text
23986
23987 \begin_layout Plain Layout
23988 Resultado
23989 \begin_inset Note Note
23990 status collapsed
23991
23992 \begin_layout Plain Layout
23993
23994 \series bold
23995
23996 \backslash
23997 raisebox
23998 \series default
23999  se usa sólo como espaciador
24000 \end_layout
24001
24002 \end_inset
24003
24004
24005 \end_layout
24006
24007 \end_inset
24008 </cell>
24009 </row>
24010 <row>
24011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24012 \begin_inset Text
24013
24014 \begin_layout Plain Layout
24015 A(r)
24016 \backslash
24017 stackrel
24018 \begin_inset space \textvisiblespace{}
24019 \end_inset
24020
24021 r
24022 \backslash
24023 to
24024 \backslash
24025 infty
24026 \begin_inset space \textvisiblespace{}
24027 \end_inset
24028
24029
24030 \begin_inset Formula $\downarrow$
24031 \end_inset
24032
24033
24034 \backslash
24035 approx
24036 \begin_inset space \textvisiblespace{}
24037 \end_inset
24038
24039
24040 \begin_inset space \textvisiblespace{}
24041 \end_inset
24042
24043 B
24044 \end_layout
24045
24046 \end_inset
24047 </cell>
24048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24049 \begin_inset Text
24050
24051 \begin_layout Plain Layout
24052 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24053 \end_inset
24054
24055
24056 \end_layout
24057
24058 \end_inset
24059 </cell>
24060 </row>
24061 </lyxtabular>
24062
24063 \end_inset
24064
24065
24066 \end_layout
24067
24068 \begin_layout Section
24069 Funciones
24070 \end_layout
24071
24072 \begin_layout Subsection
24073 Funciones predefinidas
24074 \begin_inset CommandInset label
24075 LatexCommand label
24076 name "sub:Funciones-predefinidas"
24077
24078 \end_inset
24079
24080
24081 \begin_inset Index idx
24082 status collapsed
24083
24084 \begin_layout Plain Layout
24085 Funciones ! predefinidas
24086 \end_layout
24087
24088 \end_inset
24089
24090
24091 \begin_inset Index idx
24092 status collapsed
24093
24094 \begin_layout Plain Layout
24095 Funciones ! en español
24096 \end_layout
24097
24098 \end_inset
24099
24100
24101 \end_layout
24102
24103 \begin_layout Standard
24104 En general las variables se escriben en 
24105 \emph on
24106 cursiva
24107 \emph default
24108  en expresiones matemáticas, pero no los nombres de las funciones, porque
24109  
24110 \begin_inset Formula $sen$
24111 \end_inset
24112
24113  podría confundirse con 
24114 \begin_inset Formula $s\cdot e\cdot n$
24115 \end_inset
24116
24117 .
24118  Por eso hay funciones predefinidas, que además se separan un poco del factor
24119  precedente.
24120  Se insertan como comandos con una barra inversa delante de su nombre.
24121 \end_layout
24122
24123 \begin_layout Standard
24124 \align center
24125 \begin_inset Tabular
24126 <lyxtabular version="3" rows="2" columns="4">
24127 <features rotate="0" tabularvalignment="middle">
24128 <column alignment="center" valignment="top" width="0pt">
24129 <column alignment="center" valignment="top" width="0pt">
24130 <column alignment="center" valignment="top" width="0pt">
24131 <column alignment="center" valignment="top" width="0pt">
24132 <row>
24133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24134 \begin_inset Text
24135
24136 \begin_layout Plain Layout
24137 Comando
24138 \end_layout
24139
24140 \end_inset
24141 </cell>
24142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24143 \begin_inset Text
24144
24145 \begin_layout Plain Layout
24146 Resultado
24147 \end_layout
24148
24149 \end_inset
24150 </cell>
24151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24152 \begin_inset Text
24153
24154 \begin_layout Plain Layout
24155 Comando
24156 \end_layout
24157
24158 \end_inset
24159 </cell>
24160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24161 \begin_inset Text
24162
24163 \begin_layout Plain Layout
24164 Resultado
24165 \end_layout
24166
24167 \end_inset
24168 </cell>
24169 </row>
24170 <row>
24171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24172 \begin_inset Text
24173
24174 \begin_layout Plain Layout
24175 Asen(x)+B
24176 \end_layout
24177
24178 \end_inset
24179 </cell>
24180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24181 \begin_inset Text
24182
24183 \begin_layout Plain Layout
24184 \begin_inset Formula $Asen(x)+B$
24185 \end_inset
24186
24187
24188 \end_layout
24189
24190 \end_inset
24191 </cell>
24192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24193 \begin_inset Text
24194
24195 \begin_layout Plain Layout
24196 A
24197 \backslash
24198 sen(x)+B
24199 \end_layout
24200
24201 \end_inset
24202 </cell>
24203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24204 \begin_inset Text
24205
24206 \begin_layout Plain Layout
24207 \begin_inset Formula $A\sen(x)+B$
24208 \end_inset
24209
24210
24211 \end_layout
24212
24213 \end_inset
24214 </cell>
24215 </row>
24216 </lyxtabular>
24217
24218 \end_inset
24219
24220
24221 \end_layout
24222
24223 \begin_layout Standard
24224 Las funciones siguientes están predefinidas:
24225 \begin_inset Foot
24226 status collapsed
24227
24228 \begin_layout Plain Layout
24229 Se han añadido los comandos equivalentes proporcionados por el estilo 
24230 \series bold
24231 spanish
24232 \series default
24233  de 
24234 \series bold
24235 babel
24236 \series default
24237 .
24238  (Estos no están disponibles en el panel de funciones).
24239  Además, en su caso, las funciones serán acentuadas automáticamente en la
24240  salida, p.
24241 \begin_inset space \thinspace{}
24242 \end_inset
24243
24244 e.
24245  
24246 \begin_inset Quotes fld
24247 \end_inset
24248
24249 lím
24250 \begin_inset Quotes frd
24251 \end_inset
24252
24253  o 
24254 \begin_inset Quotes fld
24255 \end_inset
24256
24257 máx
24258 \begin_inset Quotes frd
24259 \end_inset
24260
24261 .
24262  Más información en 
24263 \begin_inset CommandInset citation
24264 LatexCommand cite
24265 key "spanish"
24266
24267 \end_inset
24268
24269 .
24270  (
24271 \emph on
24272 N.
24273 \begin_inset space \thinspace{}
24274 \end_inset
24275
24276 del t.
24277 \emph default
24278 )
24279 \end_layout
24280
24281 \end_inset
24282
24283
24284 \end_layout
24285
24286 \begin_layout Standard
24287 \begin_inset VSpace -2mm
24288 \end_inset
24289
24290
24291 \end_layout
24292
24293 \begin_layout Standard
24294 \align center
24295 \begin_inset Tabular
24296 <lyxtabular version="3" rows="9" columns="7">
24297 <features rotate="0" tabularvalignment="middle">
24298 <column alignment="center" valignment="top" width="0pt">
24299 <column alignment="center" valignment="top" width="0pt">
24300 <column alignment="center" valignment="top" width="0pt">
24301 <column alignment="center" valignment="top" width="0pt">
24302 <column alignment="center" valignment="top" width="0pt">
24303 <column alignment="center" valignment="top" width="0pt">
24304 <column alignment="center" valignment="top" width="0pt">
24305 <row>
24306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24307 \begin_inset Text
24308
24309 \begin_layout Plain Layout
24310 Comando
24311 \end_layout
24312
24313 \end_inset
24314 </cell>
24315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24316 \begin_inset Text
24317
24318 \begin_layout Plain Layout
24319 español
24320 \end_layout
24321
24322 \end_inset
24323 </cell>
24324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24325 \begin_inset Text
24326
24327 \begin_layout Plain Layout
24328 Comando
24329 \end_layout
24330
24331 \end_inset
24332 </cell>
24333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24334 \begin_inset Text
24335
24336 \begin_layout Plain Layout
24337 español
24338 \end_layout
24339
24340 \end_inset
24341 </cell>
24342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24343 \begin_inset Text
24344
24345 \begin_layout Plain Layout
24346 Comando
24347 \end_layout
24348
24349 \end_inset
24350 </cell>
24351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24352 \begin_inset Text
24353
24354 \begin_layout Plain Layout
24355 español
24356 \end_layout
24357
24358 \end_inset
24359 </cell>
24360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24361 \begin_inset Text
24362
24363 \begin_layout Plain Layout
24364 Comando
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 </row>
24370 <row>
24371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24372 \begin_inset Text
24373
24374 \begin_layout Plain Layout
24375
24376 \backslash
24377 sin
24378 \end_layout
24379
24380 \end_inset
24381 </cell>
24382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24383 \begin_inset Text
24384
24385 \begin_layout Plain Layout
24386
24387 \backslash
24388 sen
24389 \end_layout
24390
24391 \end_inset
24392 </cell>
24393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24394 \begin_inset Text
24395
24396 \begin_layout Plain Layout
24397
24398 \backslash
24399 sinh
24400 \end_layout
24401
24402 \end_inset
24403 </cell>
24404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24405 \begin_inset Text
24406
24407 \begin_layout Plain Layout
24408
24409 \backslash
24410 senh
24411 \end_layout
24412
24413 \end_inset
24414 </cell>
24415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24416 \begin_inset Text
24417
24418 \begin_layout Plain Layout
24419
24420 \backslash
24421 arcsin
24422 \end_layout
24423
24424 \end_inset
24425 </cell>
24426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24427 \begin_inset Text
24428
24429 \begin_layout Plain Layout
24430
24431 \backslash
24432 arcsen
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 \backslash
24443 sup
24444 \end_layout
24445
24446 \end_inset
24447 </cell>
24448 </row>
24449 <row>
24450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24451 \begin_inset Text
24452
24453 \begin_layout Plain Layout
24454
24455 \backslash
24456 cos
24457 \end_layout
24458
24459 \end_inset
24460 </cell>
24461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24462 \begin_inset Text
24463
24464 \begin_layout Plain Layout
24465
24466 \end_layout
24467
24468 \end_inset
24469 </cell>
24470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24471 \begin_inset Text
24472
24473 \begin_layout Plain Layout
24474
24475 \backslash
24476 cosh
24477 \end_layout
24478
24479 \end_inset
24480 </cell>
24481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24482 \begin_inset Text
24483
24484 \begin_layout Plain Layout
24485
24486 \end_layout
24487
24488 \end_inset
24489 </cell>
24490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24491 \begin_inset Text
24492
24493 \begin_layout Plain Layout
24494
24495 \backslash
24496 arccos
24497 \end_layout
24498
24499 \end_inset
24500 </cell>
24501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24502 \begin_inset Text
24503
24504 \begin_layout Plain Layout
24505
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 inf
24517 \end_layout
24518
24519 \end_inset
24520 </cell>
24521 </row>
24522 <row>
24523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24524 \begin_inset Text
24525
24526 \begin_layout Plain Layout
24527
24528 \backslash
24529 tan
24530 \end_layout
24531
24532 \end_inset
24533 </cell>
24534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24535 \begin_inset Text
24536
24537 \begin_layout Plain Layout
24538
24539 \backslash
24540 tg
24541 \end_layout
24542
24543 \end_inset
24544 </cell>
24545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24546 \begin_inset Text
24547
24548 \begin_layout Plain Layout
24549
24550 \backslash
24551 tanh
24552 \end_layout
24553
24554 \end_inset
24555 </cell>
24556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24557 \begin_inset Text
24558
24559 \begin_layout Plain Layout
24560
24561 \backslash
24562 tgh
24563 \end_layout
24564
24565 \end_inset
24566 </cell>
24567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24568 \begin_inset Text
24569
24570 \begin_layout Plain Layout
24571
24572 \backslash
24573 arctan
24574 \end_layout
24575
24576 \end_inset
24577 </cell>
24578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24579 \begin_inset Text
24580
24581 \begin_layout Plain Layout
24582
24583 \backslash
24584 arctg
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 lim
24596 \end_layout
24597
24598 \end_inset
24599 </cell>
24600 </row>
24601 <row>
24602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24603 \begin_inset Text
24604
24605 \begin_layout Plain Layout
24606
24607 \backslash
24608 cot
24609 \end_layout
24610
24611 \end_inset
24612 </cell>
24613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24614 \begin_inset Text
24615
24616 \begin_layout Plain Layout
24617
24618 \backslash
24619 cotg
24620 \end_layout
24621
24622 \end_inset
24623 </cell>
24624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24625 \begin_inset Text
24626
24627 \begin_layout Plain Layout
24628
24629 \backslash
24630 coth
24631 \end_layout
24632
24633 \end_inset
24634 </cell>
24635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24636 \begin_inset Text
24637
24638 \begin_layout Plain Layout
24639
24640 \end_layout
24641
24642 \end_inset
24643 </cell>
24644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24645 \begin_inset Text
24646
24647 \begin_layout Plain Layout
24648
24649 \backslash
24650 arg
24651 \end_layout
24652
24653 \end_inset
24654 </cell>
24655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24656 \begin_inset Text
24657
24658 \begin_layout Plain Layout
24659
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 \backslash
24670 liminf
24671 \end_layout
24672
24673 \end_inset
24674 </cell>
24675 </row>
24676 <row>
24677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24678 \begin_inset Text
24679
24680 \begin_layout Plain Layout
24681
24682 \backslash
24683 sec
24684 \end_layout
24685
24686 \end_inset
24687 </cell>
24688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24689 \begin_inset Text
24690
24691 \begin_layout Plain Layout
24692
24693 \end_layout
24694
24695 \end_inset
24696 </cell>
24697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24698 \begin_inset Text
24699
24700 \begin_layout Plain Layout
24701
24702 \backslash
24703 min
24704 \end_layout
24705
24706 \end_inset
24707 </cell>
24708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24709 \begin_inset Text
24710
24711 \begin_layout Plain Layout
24712
24713 \end_layout
24714
24715 \end_inset
24716 </cell>
24717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24718 \begin_inset Text
24719
24720 \begin_layout Plain Layout
24721
24722 \backslash
24723 deg
24724 \end_layout
24725
24726 \end_inset
24727 </cell>
24728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24729 \begin_inset Text
24730
24731 \begin_layout Plain Layout
24732
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 limsup
24744 \end_layout
24745
24746 \end_inset
24747 </cell>
24748 </row>
24749 <row>
24750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24751 \begin_inset Text
24752
24753 \begin_layout Plain Layout
24754
24755 \backslash
24756 csc
24757 \end_layout
24758
24759 \end_inset
24760 </cell>
24761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24762 \begin_inset Text
24763
24764 \begin_layout Plain Layout
24765
24766 \backslash
24767 cosec
24768 \end_layout
24769
24770 \end_inset
24771 </cell>
24772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24773 \begin_inset Text
24774
24775 \begin_layout Plain Layout
24776
24777 \backslash
24778 max
24779 \end_layout
24780
24781 \end_inset
24782 </cell>
24783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24784 \begin_inset Text
24785
24786 \begin_layout Plain Layout
24787
24788 \end_layout
24789
24790 \end_inset
24791 </cell>
24792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24793 \begin_inset Text
24794
24795 \begin_layout Plain Layout
24796
24797 \backslash
24798 det
24799 \end_layout
24800
24801 \end_inset
24802 </cell>
24803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24804 \begin_inset Text
24805
24806 \begin_layout Plain Layout
24807
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 \backslash
24818 Pr
24819 \end_layout
24820
24821 \end_inset
24822 </cell>
24823 </row>
24824 <row>
24825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24826 \begin_inset Text
24827
24828 \begin_layout Plain Layout
24829
24830 \backslash
24831 ln
24832 \end_layout
24833
24834 \end_inset
24835 </cell>
24836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24837 \begin_inset Text
24838
24839 \begin_layout Plain Layout
24840
24841 \end_layout
24842
24843 \end_inset
24844 </cell>
24845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24846 \begin_inset Text
24847
24848 \begin_layout Plain Layout
24849
24850 \backslash
24851 exp
24852 \end_layout
24853
24854 \end_inset
24855 </cell>
24856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24857 \begin_inset Text
24858
24859 \begin_layout Plain Layout
24860
24861 \end_layout
24862
24863 \end_inset
24864 </cell>
24865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24866 \begin_inset Text
24867
24868 \begin_layout Plain Layout
24869
24870 \backslash
24871 dim
24872 \end_layout
24873
24874 \end_inset
24875 </cell>
24876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24877 \begin_inset Text
24878
24879 \begin_layout Plain Layout
24880
24881 \end_layout
24882
24883 \end_inset
24884 </cell>
24885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24886 \begin_inset Text
24887
24888 \begin_layout Plain Layout
24889
24890 \backslash
24891 hom
24892 \end_layout
24893
24894 \end_inset
24895 </cell>
24896 </row>
24897 <row>
24898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24899 \begin_inset Text
24900
24901 \begin_layout Plain Layout
24902
24903 \backslash
24904 lg
24905 \end_layout
24906
24907 \end_inset
24908 </cell>
24909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24910 \begin_inset Text
24911
24912 \begin_layout Plain Layout
24913
24914 \end_layout
24915
24916 \end_inset
24917 </cell>
24918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24919 \begin_inset Text
24920
24921 \begin_layout Plain Layout
24922
24923 \backslash
24924 log
24925 \end_layout
24926
24927 \end_inset
24928 </cell>
24929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24930 \begin_inset Text
24931
24932 \begin_layout Plain Layout
24933
24934 \end_layout
24935
24936 \end_inset
24937 </cell>
24938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24939 \begin_inset Text
24940
24941 \begin_layout Plain Layout
24942
24943 \backslash
24944 ker
24945 \end_layout
24946
24947 \end_inset
24948 </cell>
24949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24950 \begin_inset Text
24951
24952 \begin_layout Plain Layout
24953
24954 \end_layout
24955
24956 \end_inset
24957 </cell>
24958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24959 \begin_inset Text
24960
24961 \begin_layout Plain Layout
24962
24963 \backslash
24964 gcd
24965 \end_layout
24966
24967 \end_inset
24968 </cell>
24969 </row>
24970 </lyxtabular>
24971
24972 \end_inset
24973
24974
24975 \end_layout
24976
24977 \begin_layout Standard
24978 También se pueden insertar con el botón 
24979 \begin_inset Graphics
24980         filename ../../images/math/functions.png
24981         scale 85
24982
24983 \end_inset
24984
24985  de la barra de ecuaciones.
24986 \end_layout
24987
24988 \begin_layout Subsection
24989 Funciones definidas por el usuario
24990 \begin_inset Index idx
24991 status collapsed
24992
24993 \begin_layout Plain Layout
24994 Funciones ! personalizadas
24995 \end_layout
24996
24997 \end_inset
24998
24999
25000 \end_layout
25001
25002 \begin_layout Standard
25003 Para usar una función no predefinida, como por ejemplo la función signo,
25004  sgn(x), hay dos posibilidades:
25005 \end_layout
25006
25007 \begin_layout Itemize
25008 Define la función añadiendo al preámbulo LaTeX la línea
25009 \begin_inset Foot
25010 status collapsed
25011
25012 \begin_layout Plain Layout
25013 Más sobre 
25014 \series bold
25015
25016 \backslash
25017 DeclareMathOperator
25018 \series default
25019  en 
25020 \begin_inset CommandInset ref
25021 LatexCommand ref
25022 reference "sub:Operadores-de-usuario"
25023
25024 \end_inset
25025
25026
25027 \end_layout
25028
25029 \end_inset
25030
25031
25032 \begin_inset Newline newline
25033 \end_inset
25034
25035
25036 \begin_inset VSpace -3mm
25037 \end_inset
25038
25039
25040 \begin_inset Newline newline
25041 \end_inset
25042
25043
25044 \series bold
25045
25046 \backslash
25047 DeclareMathOperator{
25048 \backslash
25049 sgn}{sgn}
25050 \series default
25051
25052 \begin_inset Index idx
25053 status collapsed
25054
25055 \begin_layout Plain Layout
25056 Comandos ! D ! 
25057 \backslash
25058 dbinom@
25059 \backslash
25060 DeclareMathOperator
25061 \end_layout
25062
25063 \end_inset
25064
25065
25066 \begin_inset Newline newline
25067 \end_inset
25068
25069
25070 \begin_inset VSpace -2mm
25071 \end_inset
25072
25073
25074 \begin_inset Newline newline
25075 \end_inset
25076
25077 Ahora la función recién definida se puede obtener con el comando 
25078 \series bold
25079
25080 \backslash
25081 sgn
25082 \series default
25083 .
25084 \end_layout
25085
25086 \begin_layout Itemize
25087 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25088  en nuestro ejemplo las letras 
25089 \emph on
25090 sgn
25091 \emph default
25092 , y cámbialo a texto matemático.
25093  Entre el factor precedente y la función se inserta un espacio.
25094 \end_layout
25095
25096 \begin_layout Standard
25097 El resultado con ambos métodos es el mismo que con una función predefinida:
25098 \begin_inset Foot
25099 status collapsed
25100
25101 \begin_layout Plain Layout
25102 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
25103  negro.
25104 \end_layout
25105
25106 \end_inset
25107
25108
25109 \end_layout
25110
25111 \begin_layout Standard
25112 \align center
25113 \begin_inset Tabular
25114 <lyxtabular version="3" rows="3" columns="2">
25115 <features rotate="0" tabularvalignment="middle">
25116 <column alignment="center" valignment="top" width="0pt">
25117 <column alignment="center" valignment="top" width="0pt">
25118 <row>
25119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25120 \begin_inset Text
25121
25122 \begin_layout Plain Layout
25123 Comando
25124 \end_layout
25125
25126 \end_inset
25127 </cell>
25128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25129 \begin_inset Text
25130
25131 \begin_layout Plain Layout
25132 Resultado
25133 \end_layout
25134
25135 \end_inset
25136 </cell>
25137 </row>
25138 <row>
25139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25140 \begin_inset Text
25141
25142 \begin_layout Plain Layout
25143 A
25144 \backslash
25145 sgn(x)+B
25146 \end_layout
25147
25148 \end_inset
25149 </cell>
25150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25151 \begin_inset Text
25152
25153 \begin_layout Plain Layout
25154 \begin_inset Formula $A\sgn(x)+B$
25155 \end_inset
25156
25157
25158 \end_layout
25159
25160 \end_inset
25161 </cell>
25162 </row>
25163 <row>
25164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25165 \begin_inset Text
25166
25167 \begin_layout Plain Layout
25168 A
25169 \backslash
25170 ,
25171 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\mathsf{Alt+M\, M}}$
25172 \end_inset
25173
25174 (x)+B
25175 \end_layout
25176
25177 \end_inset
25178 </cell>
25179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25180 \begin_inset Text
25181
25182 \begin_layout Plain Layout
25183 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
25184 \end_inset
25185
25186
25187 \end_layout
25188
25189 \end_inset
25190 </cell>
25191 </row>
25192 </lyxtabular>
25193
25194 \end_inset
25195
25196
25197 \end_layout
25198
25199 \begin_layout Standard
25200 El primer método es preferible si la función se va a usar varias veces.
25201 \end_layout
25202
25203 \begin_layout Standard
25204 \noindent
25205 \align center
25206 \begin_inset Newpage newpage
25207 \end_inset
25208
25209
25210 \end_layout
25211
25212 \begin_layout Subsection
25213 Límites
25214 \begin_inset Index idx
25215 status collapsed
25216
25217 \begin_layout Plain Layout
25218 Limites@Límites
25219 \end_layout
25220
25221 \end_inset
25222
25223
25224 \end_layout
25225
25226 \begin_layout Standard
25227 Para límites, además de 
25228 \series bold
25229
25230 \backslash
25231 lim
25232 \series default
25233
25234 \begin_inset Index idx
25235 status collapsed
25236
25237 \begin_layout Plain Layout
25238 Comandos ! L ! 
25239 \backslash
25240 lim
25241 \end_layout
25242
25243 \end_inset
25244
25245
25246 \series bold
25247
25248 \backslash
25249 liminf
25250 \series default
25251  y 
25252 \series bold
25253
25254 \backslash
25255 limsup
25256 \series default
25257  están definidas las siguientes funciones:
25258 \series bold
25259  
25260 \end_layout
25261
25262 \begin_layout Standard
25263 \noindent
25264 \align center
25265 \begin_inset Tabular
25266 <lyxtabular version="3" rows="5" columns="2">
25267 <features rotate="0" tabularvalignment="middle">
25268 <column alignment="center" valignment="top">
25269 <column alignment="center" valignment="top">
25270 <row>
25271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25272 \begin_inset Text
25273
25274 \begin_layout Plain Layout
25275 Comando
25276 \end_layout
25277
25278 \end_inset
25279 </cell>
25280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25281 \begin_inset Text
25282
25283 \begin_layout Plain Layout
25284 Resultado
25285 \begin_inset Note Note
25286 status collapsed
25287
25288 \begin_layout Plain Layout
25289
25290 \series bold
25291
25292 \backslash
25293 raisebox
25294 \series default
25295  se usa sólo como espaciador
25296 \end_layout
25297
25298 \end_inset
25299
25300
25301 \end_layout
25302
25303 \end_inset
25304 </cell>
25305 </row>
25306 <row>
25307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25308 \begin_inset Text
25309
25310 \begin_layout Plain Layout
25311
25312 \backslash
25313 varliminf
25314 \end_layout
25315
25316 \end_inset
25317 </cell>
25318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25319 \begin_inset Text
25320
25321 \begin_layout Plain Layout
25322 \begin_inset Formula $\varliminf$
25323 \end_inset
25324
25325
25326 \end_layout
25327
25328 \end_inset
25329 </cell>
25330 </row>
25331 <row>
25332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25333 \begin_inset Text
25334
25335 \begin_layout Plain Layout
25336
25337 \backslash
25338 varlimsup
25339 \end_layout
25340
25341 \end_inset
25342 </cell>
25343 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25344 \begin_inset Text
25345
25346 \begin_layout Plain Layout
25347 \begin_inset Formula $\varlimsup$
25348 \end_inset
25349
25350
25351 \end_layout
25352
25353 \end_inset
25354 </cell>
25355 </row>
25356 <row>
25357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25358 \begin_inset Text
25359
25360 \begin_layout Plain Layout
25361
25362 \backslash
25363 varprojlim
25364 \end_layout
25365
25366 \end_inset
25367 </cell>
25368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25369 \begin_inset Text
25370
25371 \begin_layout Plain Layout
25372 \begin_inset Formula $\varprojlim$
25373 \end_inset
25374
25375
25376 \end_layout
25377
25378 \end_inset
25379 </cell>
25380 </row>
25381 <row>
25382 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25383 \begin_inset Text
25384
25385 \begin_layout Plain Layout
25386
25387 \backslash
25388 varinjlim
25389 \end_layout
25390
25391 \end_inset
25392 </cell>
25393 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25394 \begin_inset Text
25395
25396 \begin_layout Plain Layout
25397 \begin_inset Formula $\varinjlim$
25398 \end_inset
25399
25400
25401 \begin_inset Formula $\raisebox{-2.5mm}{}$
25402 \end_inset
25403
25404
25405 \end_layout
25406
25407 \end_inset
25408 </cell>
25409 </row>
25410 </lyxtabular>
25411
25412 \end_inset
25413
25414
25415 \end_layout
25416
25417 \begin_layout Standard
25418 \begin_inset VSpace medskip
25419 \end_inset
25420
25421
25422 \end_layout
25423
25424 \begin_layout Standard
25425 El límite se crea insertando un subíndice.
25426  Se imprime a la derecha junto a la función en una fórmula en línea:
25427 \end_layout
25428
25429 \begin_layout Standard
25430 \noindent
25431 \align center
25432 \begin_inset Tabular
25433 <lyxtabular version="3" rows="2" columns="2">
25434 <features rotate="0" tabularvalignment="middle">
25435 <column alignment="center" valignment="top" width="0pt">
25436 <column alignment="center" valignment="top" width="0pt">
25437 <row>
25438 <cell alignment="center" valignment="top" usebox="none">
25439 \begin_inset Text
25440
25441 \begin_layout Plain Layout
25442 Comando
25443 \end_layout
25444
25445 \end_inset
25446 </cell>
25447 <cell alignment="center" valignment="top" usebox="none">
25448 \begin_inset Text
25449
25450 \begin_layout Plain Layout
25451 \begin_inset space \hspace{}
25452 \length 1cm
25453 \end_inset
25454
25455 Resultado
25456 \begin_inset Note Note
25457 status collapsed
25458
25459 \begin_layout Plain Layout
25460
25461 \series bold
25462
25463 \backslash
25464 raisebox
25465 \series default
25466  se usa sólo como espaciador
25467 \end_layout
25468
25469 \end_inset
25470
25471
25472 \end_layout
25473
25474 \end_inset
25475 </cell>
25476 </row>
25477 <row>
25478 <cell alignment="center" valignment="top" usebox="none">
25479 \begin_inset Text
25480
25481 \begin_layout Plain Layout
25482
25483 \backslash
25484 lim_x
25485 \backslash
25486 to
25487 \begin_inset space \textvisiblespace{}
25488 \end_inset
25489
25490 A
25491 \begin_inset space \textvisiblespace{}
25492 \end_inset
25493
25494 x=B
25495 \end_layout
25496
25497 \end_inset
25498 </cell>
25499 <cell alignment="center" valignment="top" usebox="none">
25500 \begin_inset Text
25501
25502 \begin_layout Plain Layout
25503 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
25504 \end_inset
25505
25506
25507 \end_layout
25508
25509 \end_inset
25510 </cell>
25511 </row>
25512 </lyxtabular>
25513
25514 \end_inset
25515
25516
25517 \end_layout
25518
25519 \begin_layout Standard
25520 En una ecuación presentada el límite se imprime debajo, como es habitual:
25521 \begin_inset Formula 
25522 \[
25523 \lim\limits _{x\rightarrow A}=B
25524 \]
25525
25526 \end_inset
25527
25528
25529 \end_layout
25530
25531 \begin_layout Standard
25532 \begin_inset VSpace medskip
25533 \end_inset
25534
25535
25536 \end_layout
25537
25538 \begin_layout Standard
25539
25540 \lang english
25541 How to adjust the typesetting of the limits see
25542 \lang spanish
25543  
25544 \begin_inset CommandInset ref
25545 LatexCommand ref
25546 reference "sub:Límites-de-operadores"
25547
25548 \end_inset
25549
25550 .
25551 \end_layout
25552
25553 \begin_layout Subsection
25554 Función módulo
25555 \begin_inset Index idx
25556 status collapsed
25557
25558 \begin_layout Plain Layout
25559 Funciones ! módulo
25560 \end_layout
25561
25562 \end_inset
25563
25564
25565 \end_layout
25566
25567 \begin_layout Standard
25568 La función módulo es especial, porque existe en cuatro variantes.
25569 \end_layout
25570
25571 \begin_layout Standard
25572 En una ecuación presentada:
25573 \begin_inset Formula 
25574 \begin{align*}
25575 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
25576 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25577 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25578 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25579 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25580 \end{align*}
25581
25582 \end_inset
25583
25584 En una ecuación en línea se pone menos espacio delante del nombre de la
25585  función para todas las variantes.
25586  Por omisión, las funciones módulo solo tienen en cuenta el primer carácter
25587  siguente.
25588  Para aplicarlas a más de un carácter hay que poner estos entre llaves TeX:
25589 \begin_inset Formula 
25590 \begin{align*}
25591 \underline{\textrm{Comando}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Resultado}}\\
25592 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25593 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25594 \end{align*}
25595
25596 \end_inset
25597
25598
25599 \end_layout
25600
25601 \begin_layout Section
25602 Caracteres especiales
25603 \begin_inset Index idx
25604 status collapsed
25605
25606 \begin_layout Plain Layout
25607 Caracteres especiales
25608 \end_layout
25609
25610 \end_inset
25611
25612
25613 \end_layout
25614
25615 \begin_layout Subsection
25616 Caracteres especiales en texto matemático
25617 \end_layout
25618
25619 \begin_layout Standard
25620 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
25621  TeX:
25622 \end_layout
25623
25624 \begin_layout Standard
25625 \begin_inset space \hfill{}
25626 \end_inset
25627
25628
25629 \begin_inset Tabular
25630 <lyxtabular version="3" rows="8" columns="2">
25631 <features rotate="0" tabularvalignment="middle">
25632 <column alignment="block" valignment="top">
25633 <column alignment="block" valignment="top">
25634 <row>
25635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25636 \begin_inset Text
25637
25638 \begin_layout Plain Layout
25639 Comando
25640 \end_layout
25641
25642 \end_inset
25643 </cell>
25644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25645 \begin_inset Text
25646
25647 \begin_layout Plain Layout
25648 Resultado
25649 \end_layout
25650
25651 \end_inset
25652 </cell>
25653 </row>
25654 <row>
25655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25656 \begin_inset Text
25657
25658 \begin_layout Plain Layout
25659
25660 \backslash
25661 oe
25662 \end_layout
25663
25664 \end_inset
25665 </cell>
25666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25667 \begin_inset Text
25668
25669 \begin_layout Plain Layout
25670 \begin_inset Formula $\textrm{œ}$
25671 \end_inset
25672
25673
25674 \end_layout
25675
25676 \end_inset
25677 </cell>
25678 </row>
25679 <row>
25680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25681 \begin_inset Text
25682
25683 \begin_layout Plain Layout
25684
25685 \backslash
25686 OE
25687 \end_layout
25688
25689 \end_inset
25690 </cell>
25691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25692 \begin_inset Text
25693
25694 \begin_layout Plain Layout
25695 \begin_inset Formula $\textrm{Œ}$
25696 \end_inset
25697
25698
25699 \end_layout
25700
25701 \end_inset
25702 </cell>
25703 </row>
25704 <row>
25705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25706 \begin_inset Text
25707
25708 \begin_layout Plain Layout
25709
25710 \backslash
25711 ae
25712 \end_layout
25713
25714 \end_inset
25715 </cell>
25716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25717 \begin_inset Text
25718
25719 \begin_layout Plain Layout
25720 \begin_inset Formula $\textrm{æ}$
25721 \end_inset
25722
25723
25724 \end_layout
25725
25726 \end_inset
25727 </cell>
25728 </row>
25729 <row>
25730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25731 \begin_inset Text
25732
25733 \begin_layout Plain Layout
25734
25735 \backslash
25736 AE
25737 \end_layout
25738
25739 \end_inset
25740 </cell>
25741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25742 \begin_inset Text
25743
25744 \begin_layout Plain Layout
25745 \begin_inset Formula $\textrm{Æ}$
25746 \end_inset
25747
25748
25749 \end_layout
25750
25751 \end_inset
25752 </cell>
25753 </row>
25754 <row>
25755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25756 \begin_inset Text
25757
25758 \begin_layout Plain Layout
25759
25760 \backslash
25761 aa
25762 \end_layout
25763
25764 \end_inset
25765 </cell>
25766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25767 \begin_inset Text
25768
25769 \begin_layout Plain Layout
25770 \begin_inset Formula $\textrm{\aa}$
25771 \end_inset
25772
25773
25774 \end_layout
25775
25776 \end_inset
25777 </cell>
25778 </row>
25779 <row>
25780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25781 \begin_inset Text
25782
25783 \begin_layout Plain Layout
25784
25785 \backslash
25786 AA
25787 \begin_inset Index idx
25788 status collapsed
25789
25790 \begin_layout Plain Layout
25791
25792 \backslash
25793 @
25794 \begin_inset ERT
25795 status collapsed
25796
25797 \begin_layout Plain Layout
25798
25799
25800 \backslash
25801 textrm{
25802 \backslash
25803 AA}
25804 \end_layout
25805
25806 \end_inset
25807
25808
25809 \end_layout
25810
25811 \end_inset
25812
25813
25814 \end_layout
25815
25816 \end_inset
25817 </cell>
25818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25819 \begin_inset Text
25820
25821 \begin_layout Plain Layout
25822 \begin_inset Formula $\textrm{Å}$
25823 \end_inset
25824
25825
25826 \end_layout
25827
25828 \end_inset
25829 </cell>
25830 </row>
25831 <row>
25832 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25833 \begin_inset Text
25834
25835 \begin_layout Plain Layout
25836
25837 \backslash
25838 i
25839 \end_layout
25840
25841 \end_inset
25842 </cell>
25843 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25844 \begin_inset Text
25845
25846 \begin_layout Plain Layout
25847 \begin_inset Formula $\textrm{ı}$
25848 \end_inset
25849
25850
25851 \end_layout
25852
25853 \end_inset
25854 </cell>
25855 </row>
25856 </lyxtabular>
25857
25858 \end_inset
25859
25860
25861 \begin_inset space \hfill{}
25862 \end_inset
25863
25864
25865 \begin_inset Tabular
25866 <lyxtabular version="3" rows="8" columns="2">
25867 <features rotate="0" tabularvalignment="middle">
25868 <column alignment="block" valignment="top">
25869 <column alignment="center" valignment="top">
25870 <row>
25871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25872 \begin_inset Text
25873
25874 \begin_layout Plain Layout
25875 Comando
25876 \begin_inset Note Note
25877 status collapsed
25878
25879 \begin_layout Plain Layout
25880
25881 \series bold
25882
25883 \backslash
25884 raisebox
25885 \series default
25886  se usa sólo como espaciador
25887 \end_layout
25888
25889 \end_inset
25890
25891
25892 \end_layout
25893
25894 \end_inset
25895 </cell>
25896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25897 \begin_inset Text
25898
25899 \begin_layout Plain Layout
25900 Resultado
25901 \end_layout
25902
25903 \end_inset
25904 </cell>
25905 </row>
25906 <row>
25907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25908 \begin_inset Text
25909
25910 \begin_layout Plain Layout
25911
25912 \backslash
25913 o
25914 \end_layout
25915
25916 \end_inset
25917 </cell>
25918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25919 \begin_inset Text
25920
25921 \begin_layout Plain Layout
25922 \begin_inset Formula $\textrm{ø}$
25923 \end_inset
25924
25925
25926 \end_layout
25927
25928 \end_inset
25929 </cell>
25930 </row>
25931 <row>
25932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25933 \begin_inset Text
25934
25935 \begin_layout Plain Layout
25936
25937 \backslash
25938 O
25939 \end_layout
25940
25941 \end_inset
25942 </cell>
25943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25944 \begin_inset Text
25945
25946 \begin_layout Plain Layout
25947 \begin_inset Formula $\textrm{Ø}$
25948 \end_inset
25949
25950
25951 \end_layout
25952
25953 \end_inset
25954 </cell>
25955 </row>
25956 <row>
25957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25958 \begin_inset Text
25959
25960 \begin_layout Plain Layout
25961
25962 \backslash
25963 l
25964 \end_layout
25965
25966 \end_inset
25967 </cell>
25968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25969 \begin_inset Text
25970
25971 \begin_layout Plain Layout
25972 \begin_inset Formula $\textrm{ł}$
25973 \end_inset
25974
25975
25976 \end_layout
25977
25978 \end_inset
25979 </cell>
25980 </row>
25981 <row>
25982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25983 \begin_inset Text
25984
25985 \begin_layout Plain Layout
25986
25987 \backslash
25988 L
25989 \end_layout
25990
25991 \end_inset
25992 </cell>
25993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25994 \begin_inset Text
25995
25996 \begin_layout Plain Layout
25997 \begin_inset Formula $\textrm{Ł}$
25998 \end_inset
25999
26000
26001 \end_layout
26002
26003 \end_inset
26004 </cell>
26005 </row>
26006 <row>
26007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26008 \begin_inset Text
26009
26010 \begin_layout Plain Layout
26011 !
26012 \begin_inset space \hspace{}
26013 \length 0mm
26014 \end_inset
26015
26016 `
26017 \begin_inset space \textvisiblespace{}
26018 \end_inset
26019
26020
26021 \end_layout
26022
26023 \end_inset
26024 </cell>
26025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26026 \begin_inset Text
26027
26028 \begin_layout Plain Layout
26029 \begin_inset Formula $\textrm{!`}$
26030 \end_inset
26031
26032
26033 \end_layout
26034
26035 \end_inset
26036 </cell>
26037 </row>
26038 <row>
26039 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26040 \begin_inset Text
26041
26042 \begin_layout Plain Layout
26043 ?
26044 \begin_inset space \hspace{}
26045 \length 0mm
26046 \end_inset
26047
26048 `
26049 \begin_inset space \textvisiblespace{}
26050 \end_inset
26051
26052
26053 \end_layout
26054
26055 \end_inset
26056 </cell>
26057 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26058 \begin_inset Text
26059
26060 \begin_layout Plain Layout
26061 \begin_inset Formula $\textrm{?`}$
26062 \end_inset
26063
26064
26065 \end_layout
26066
26067 \end_inset
26068 </cell>
26069 </row>
26070 <row>
26071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26072 \begin_inset Text
26073
26074 \begin_layout Plain Layout
26075
26076 \backslash
26077 j
26078 \end_layout
26079
26080 \end_inset
26081 </cell>
26082 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26083 \begin_inset Text
26084
26085 \begin_layout Plain Layout
26086 \begin_inset Formula $\textrm{ȷ}$
26087 \end_inset
26088
26089
26090 \end_layout
26091
26092 \end_inset
26093 </cell>
26094 </row>
26095 </lyxtabular>
26096
26097 \end_inset
26098
26099
26100 \begin_inset space \hfill{}
26101 \end_inset
26102
26103
26104 \end_layout
26105
26106 \begin_layout Standard
26107 Los caracteres 
26108 \begin_inset Formula $\textrm{\textrm{Å}}$
26109 \end_inset
26110
26111  y 
26112 \begin_inset Formula $\textrm{\textrm{Ø}}$
26113 \end_inset
26114
26115  también se pueden insertar mediante el botón 
26116 \begin_inset Graphics
26117         filename ../../images/math/digamma.png
26118         scale 85
26119
26120 \end_inset
26121
26122  de la barra de ecuaciones.
26123 \end_layout
26124
26125 \begin_layout Standard
26126 Los comandos 
26127 \series bold
26128 !
26129 \begin_inset space \hspace{}
26130 \length 0mm
26131 \end_inset
26132
26133 `
26134 \series default
26135  y 
26136 \series bold
26137 ?
26138 \begin_inset space \hspace{}
26139 \length 0mm
26140 \end_inset
26141
26142 `
26143 \series default
26144  son una excepción porque se pueden insertar directamente a texto en LyX.
26145  
26146 \end_layout
26147
26148 \begin_layout Subsection
26149 Acentos en texto
26150 \begin_inset CommandInset label
26151 LatexCommand label
26152 name "sub:Acentos-en-texto"
26153
26154 \end_inset
26155
26156
26157 \begin_inset Index idx
26158 status collapsed
26159
26160 \begin_layout Plain Layout
26161 Acentos ! en texto
26162 \end_layout
26163
26164 \end_inset
26165
26166
26167 \end_layout
26168
26169 \begin_layout Standard
26170 Con los siguientes comandos se pueden acentuar todas las letras.
26171  Los comandos deben ponerse en modo TeX.
26172 \end_layout
26173
26174 \begin_layout Standard
26175 \begin_inset space \hfill{}
26176 \end_inset
26177
26178
26179 \begin_inset Tabular
26180 <lyxtabular version="3" rows="8" columns="2">
26181 <features rotate="0" tabularvalignment="middle">
26182 <column alignment="block" valignment="top">
26183 <column alignment="block" valignment="top">
26184 <row>
26185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26186 \begin_inset Text
26187
26188 \begin_layout Plain Layout
26189 Comando
26190 \end_layout
26191
26192 \end_inset
26193 </cell>
26194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26195 \begin_inset Text
26196
26197 \begin_layout Plain Layout
26198 Resultado
26199 \end_layout
26200
26201 \end_inset
26202 </cell>
26203 </row>
26204 <row>
26205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26206 \begin_inset Text
26207
26208 \begin_layout Plain Layout
26209
26210 \backslash
26211
26212 \begin_inset Quotes grd
26213 \end_inset
26214
26215 e
26216 \end_layout
26217
26218 \end_inset
26219 </cell>
26220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26221 \begin_inset Text
26222
26223 \begin_layout Plain Layout
26224 \begin_inset ERT
26225 status collapsed
26226
26227 \begin_layout Plain Layout
26228
26229
26230 \backslash
26231 "e
26232 \end_layout
26233
26234 \end_inset
26235
26236
26237 \end_layout
26238
26239 \end_inset
26240 </cell>
26241 </row>
26242 <row>
26243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26244 \begin_inset Text
26245
26246 \begin_layout Plain Layout
26247
26248 \backslash
26249 `e
26250 \end_layout
26251
26252 \end_inset
26253 </cell>
26254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26255 \begin_inset Text
26256
26257 \begin_layout Plain Layout
26258 \begin_inset ERT
26259 status collapsed
26260
26261 \begin_layout Plain Layout
26262
26263
26264 \backslash
26265 `e
26266 \end_layout
26267
26268 \end_inset
26269
26270
26271 \end_layout
26272
26273 \end_inset
26274 </cell>
26275 </row>
26276 <row>
26277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26278 \begin_inset Text
26279
26280 \begin_layout Plain Layout
26281
26282 \backslash
26283 ^
26284 \begin_inset space \textvisiblespace{}
26285 \end_inset
26286
26287 e
26288 \end_layout
26289
26290 \end_inset
26291 </cell>
26292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26293 \begin_inset Text
26294
26295 \begin_layout Plain Layout
26296 \begin_inset ERT
26297 status collapsed
26298
26299 \begin_layout Plain Layout
26300
26301
26302 \backslash
26303 ^e
26304 \end_layout
26305
26306 \end_inset
26307
26308
26309 \end_layout
26310
26311 \end_inset
26312 </cell>
26313 </row>
26314 <row>
26315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26316 \begin_inset Text
26317
26318 \begin_layout Plain Layout
26319
26320 \backslash
26321 =e
26322 \end_layout
26323
26324 \end_inset
26325 </cell>
26326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26327 \begin_inset Text
26328
26329 \begin_layout Plain Layout
26330 \begin_inset ERT
26331 status collapsed
26332
26333 \begin_layout Plain Layout
26334
26335
26336 \backslash
26337 =e
26338 \end_layout
26339
26340 \end_inset
26341
26342
26343 \end_layout
26344
26345 \end_inset
26346 </cell>
26347 </row>
26348 <row>
26349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26350 \begin_inset Text
26351
26352 \begin_layout Plain Layout
26353
26354 \backslash
26355 u
26356 \begin_inset space \textvisiblespace{}
26357 \end_inset
26358
26359 e
26360 \end_layout
26361
26362 \end_inset
26363 </cell>
26364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26365 \begin_inset Text
26366
26367 \begin_layout Plain Layout
26368 \begin_inset ERT
26369 status collapsed
26370
26371 \begin_layout Plain Layout
26372
26373
26374 \backslash
26375 u e
26376 \end_layout
26377
26378 \end_inset
26379
26380
26381 \end_layout
26382
26383 \end_inset
26384 </cell>
26385 </row>
26386 <row>
26387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26388 \begin_inset Text
26389
26390 \begin_layout Plain Layout
26391
26392 \backslash
26393 b
26394 \begin_inset space \textvisiblespace{}
26395 \end_inset
26396
26397 e
26398 \end_layout
26399
26400 \end_inset
26401 </cell>
26402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26403 \begin_inset Text
26404
26405 \begin_layout Plain Layout
26406 \begin_inset ERT
26407 status collapsed
26408
26409 \begin_layout Plain Layout
26410
26411
26412 \backslash
26413 b e
26414 \end_layout
26415
26416 \end_inset
26417
26418
26419 \end_layout
26420
26421 \end_inset
26422 </cell>
26423 </row>
26424 <row>
26425 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26426 \begin_inset Text
26427
26428 \begin_layout Plain Layout
26429
26430 \backslash
26431 t
26432 \begin_inset space \textvisiblespace{}
26433 \end_inset
26434
26435 ee
26436 \end_layout
26437
26438 \end_inset
26439 </cell>
26440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26441 \begin_inset Text
26442
26443 \begin_layout Plain Layout
26444 \begin_inset ERT
26445 status collapsed
26446
26447 \begin_layout Plain Layout
26448
26449
26450 \backslash
26451 t ee
26452 \end_layout
26453
26454 \end_inset
26455
26456
26457 \end_layout
26458
26459 \end_inset
26460 </cell>
26461 </row>
26462 </lyxtabular>
26463
26464 \end_inset
26465
26466
26467 \begin_inset space \hfill{}
26468 \end_inset
26469
26470
26471 \begin_inset Tabular
26472 <lyxtabular version="3" rows="8" columns="2">
26473 <features rotate="0" tabularvalignment="middle">
26474 <column alignment="block" valignment="top">
26475 <column alignment="center" valignment="top">
26476 <row>
26477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26478 \begin_inset Text
26479
26480 \begin_layout Plain Layout
26481 Comando
26482 \end_layout
26483
26484 \end_inset
26485 </cell>
26486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26487 \begin_inset Text
26488
26489 \begin_layout Plain Layout
26490 Resultado
26491 \end_layout
26492
26493 \end_inset
26494 </cell>
26495 </row>
26496 <row>
26497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26498 \begin_inset Text
26499
26500 \begin_layout Plain Layout
26501
26502 \backslash
26503 H
26504 \begin_inset space \textvisiblespace{}
26505 \end_inset
26506
26507 e
26508 \end_layout
26509
26510 \end_inset
26511 </cell>
26512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26513 \begin_inset Text
26514
26515 \begin_layout Plain Layout
26516 \begin_inset ERT
26517 status collapsed
26518
26519 \begin_layout Plain Layout
26520
26521
26522 \backslash
26523 H e
26524 \end_layout
26525
26526 \end_inset
26527
26528
26529 \end_layout
26530
26531 \end_inset
26532 </cell>
26533 </row>
26534 <row>
26535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26536 \begin_inset Text
26537
26538 \begin_layout Plain Layout
26539
26540 \backslash
26541 'e
26542 \end_layout
26543
26544 \end_inset
26545 </cell>
26546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26547 \begin_inset Text
26548
26549 \begin_layout Plain Layout
26550 \begin_inset ERT
26551 status collapsed
26552
26553 \begin_layout Plain Layout
26554
26555
26556 \backslash
26557 'e
26558 \end_layout
26559
26560 \end_inset
26561
26562
26563 \end_layout
26564
26565 \end_inset
26566 </cell>
26567 </row>
26568 <row>
26569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26570 \begin_inset Text
26571
26572 \begin_layout Plain Layout
26573
26574 \backslash
26575 ~e
26576 \begin_inset Index idx
26577 status collapsed
26578
26579 \begin_layout Plain Layout
26580 Tilde
26581 \end_layout
26582
26583 \end_inset
26584
26585
26586 \end_layout
26587
26588 \end_inset
26589 </cell>
26590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26591 \begin_inset Text
26592
26593 \begin_layout Plain Layout
26594 \begin_inset ERT
26595 status collapsed
26596
26597 \begin_layout Plain Layout
26598
26599
26600 \backslash
26601 ~e
26602 \end_layout
26603
26604 \end_inset
26605
26606
26607 \end_layout
26608
26609 \end_inset
26610 </cell>
26611 </row>
26612 <row>
26613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26614 \begin_inset Text
26615
26616 \begin_layout Plain Layout
26617
26618 \backslash
26619 .e
26620 \end_layout
26621
26622 \end_inset
26623 </cell>
26624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26625 \begin_inset Text
26626
26627 \begin_layout Plain Layout
26628 \begin_inset ERT
26629 status collapsed
26630
26631 \begin_layout Plain Layout
26632
26633
26634 \backslash
26635 .e
26636 \end_layout
26637
26638 \end_inset
26639
26640
26641 \end_layout
26642
26643 \end_inset
26644 </cell>
26645 </row>
26646 <row>
26647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26648 \begin_inset Text
26649
26650 \begin_layout Plain Layout
26651
26652 \backslash
26653 v
26654 \begin_inset space \textvisiblespace{}
26655 \end_inset
26656
26657 e
26658 \end_layout
26659
26660 \end_inset
26661 </cell>
26662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26663 \begin_inset Text
26664
26665 \begin_layout Plain Layout
26666 \begin_inset ERT
26667 status collapsed
26668
26669 \begin_layout Plain Layout
26670
26671
26672 \backslash
26673 v e
26674 \end_layout
26675
26676 \end_inset
26677
26678
26679 \end_layout
26680
26681 \end_inset
26682 </cell>
26683 </row>
26684 <row>
26685 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26686 \begin_inset Text
26687
26688 \begin_layout Plain Layout
26689
26690 \backslash
26691 d
26692 \begin_inset space \textvisiblespace{}
26693 \end_inset
26694
26695 e
26696 \end_layout
26697
26698 \end_inset
26699 </cell>
26700 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26701 \begin_inset Text
26702
26703 \begin_layout Plain Layout
26704 \begin_inset ERT
26705 status collapsed
26706
26707 \begin_layout Plain Layout
26708
26709
26710 \backslash
26711 d e
26712 \end_layout
26713
26714 \end_inset
26715
26716
26717 \end_layout
26718
26719 \end_inset
26720 </cell>
26721 </row>
26722 <row>
26723 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26724 \begin_inset Text
26725
26726 \begin_layout Plain Layout
26727
26728 \backslash
26729 c
26730 \begin_inset space \textvisiblespace{}
26731 \end_inset
26732
26733 e
26734 \end_layout
26735
26736 \end_inset
26737 </cell>
26738 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26739 \begin_inset Text
26740
26741 \begin_layout Plain Layout
26742 \begin_inset ERT
26743 status collapsed
26744
26745 \begin_layout Plain Layout
26746
26747
26748 \backslash
26749 c e
26750 \end_layout
26751
26752 \end_inset
26753
26754
26755 \end_layout
26756
26757 \end_inset
26758 </cell>
26759 </row>
26760 </lyxtabular>
26761
26762 \end_inset
26763
26764
26765 \begin_inset space \hfill{}
26766 \end_inset
26767
26768
26769 \end_layout
26770
26771 \begin_layout Standard
26772 \begin_inset VSpace medskip
26773 \end_inset
26774
26775
26776 \end_layout
26777
26778 \begin_layout Standard
26779 Con el comando 
26780 \series bold
26781
26782 \backslash
26783 t
26784 \series default
26785  también se pueden acentuar dos caracteres distintos.
26786  El comando 
26787 \series bold
26788
26789 \backslash
26790 t
26791 \begin_inset space \textvisiblespace{}
26792 \end_inset
26793
26794 sz
26795 \series default
26796  genera 
26797 \begin_inset ERT
26798 status collapsed
26799
26800 \begin_layout Plain Layout
26801
26802
26803 \backslash
26804 t sz
26805 \end_layout
26806
26807 \end_inset
26808
26809
26810 \end_layout
26811
26812 \begin_layout Standard
26813 Los acentos 
26814 \series bold
26815 `
26816 \series default
26817  , 
26818 \series bold
26819 '
26820 \series default
26821  y 
26822 \series bold
26823 ^
26824 \series default
26825  se pueden insertar directamente con el teclado sobre vocales sin usar modo
26826  TeX.
26827  Lo mismo se aplica a la tilde
26828 \begin_inset Foot
26829 status collapsed
26830
26831 \begin_layout Plain Layout
26832 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
26833 \end_layout
26834
26835 \end_inset
26836
26837  con 
26838 \emph on
26839 a
26840 \emph default
26841
26842 \emph on
26843 o
26844 \emph default
26845  y 
26846 \emph on
26847 n.
26848 \end_layout
26849
26850 \begin_layout Standard
26851 Los comandos 
26852 \series bold
26853
26854 \backslash
26855 b
26856 \series default
26857  , 
26858 \series bold
26859
26860 \backslash
26861 c
26862 \series default
26863  , 
26864 \series bold
26865
26866 \backslash
26867 d
26868 \series default
26869  , 
26870 \series bold
26871
26872 \backslash
26873 H
26874 \series default
26875  , 
26876 \series bold
26877
26878 \backslash
26879 t
26880 \series default
26881  , 
26882 \series bold
26883
26884 \backslash
26885 u
26886 \series default
26887  , 
26888 \series bold
26889
26890 \backslash
26891 v
26892 \series default
26893 , y acentos insertados directamente con el teclado también están disponibles
26894  en texto matemático.
26895  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
26896  
26897 \begin_inset CommandInset ref
26898 LatexCommand ref
26899 reference "sub:Acentos-para-un"
26900
26901 \end_inset
26902
26903 .
26904 \end_layout
26905
26906 \begin_layout Standard
26907 \begin_inset VSpace bigskip
26908 \end_inset
26909
26910
26911 \end_layout
26912
26913 \begin_layout Standard
26914 Además, con el comando 
26915 \series bold
26916
26917 \backslash
26918 textcircled
26919 \series default
26920
26921 \begin_inset Index idx
26922 status collapsed
26923
26924 \begin_layout Plain Layout
26925 Comandos ! T ! 
26926 \backslash
26927 textcircled
26928 \end_layout
26929
26930 \end_inset
26931
26932  se pueden insertar en un círculo todos los números y letras, de forma parecida
26933  al símbolo copyright.
26934 \end_layout
26935
26936 \begin_layout Standard
26937 \noindent
26938 \align center
26939 \begin_inset Tabular
26940 <lyxtabular version="3" rows="3" columns="2">
26941 <features rotate="0" tabularvalignment="middle">
26942 <column alignment="center" valignment="top">
26943 <column alignment="center" valignment="top">
26944 <row>
26945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26946 \begin_inset Text
26947
26948 \begin_layout Plain Layout
26949 Comando
26950 \end_layout
26951
26952 \end_inset
26953 </cell>
26954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26955 \begin_inset Text
26956
26957 \begin_layout Plain Layout
26958 Resultado
26959 \begin_inset Note Note
26960 status collapsed
26961
26962 \begin_layout Plain Layout
26963
26964 \series bold
26965
26966 \backslash
26967 raisebox
26968 \series default
26969  se usa sólo como espaciador
26970 \end_layout
26971
26972 \end_inset
26973
26974
26975 \end_layout
26976
26977 \end_inset
26978 </cell>
26979 </row>
26980 <row>
26981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26982 \begin_inset Text
26983
26984 \begin_layout Plain Layout
26985
26986 \backslash
26987 textcircled{w}
26988 \end_layout
26989
26990 \end_inset
26991 </cell>
26992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26993 \begin_inset Text
26994
26995 \begin_layout Plain Layout
26996 \begin_inset ERT
26997 status collapsed
26998
26999 \begin_layout Plain Layout
27000
27001
27002 \backslash
27003 textcircled{w}
27004 \end_layout
27005
27006 \end_inset
27007
27008
27009 \end_layout
27010
27011 \end_inset
27012 </cell>
27013 </row>
27014 <row>
27015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27016 \begin_inset Text
27017
27018 \begin_layout Plain Layout
27019
27020 \backslash
27021 Large 
27022 \backslash
27023 textcircled{
27024 \backslash
27025 normalsize
27026 \backslash
27027 protect
27028 \backslash
27029 raisebox{-1.5pt}{W}}
27030 \end_layout
27031
27032 \end_inset
27033 </cell>
27034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27035 \begin_inset Text
27036
27037 \begin_layout Plain Layout
27038 \begin_inset Formula $\raisebox{4.5mm}{}$
27039 \end_inset
27040
27041
27042 \begin_inset ERT
27043 status collapsed
27044
27045 \begin_layout Plain Layout
27046
27047
27048 \backslash
27049 Large 
27050 \backslash
27051 textcircled{
27052 \backslash
27053 normalsize
27054 \backslash
27055 protect
27056 \backslash
27057 raisebox{-1.5pt}W}
27058 \end_layout
27059
27060 \end_inset
27061
27062
27063 \begin_inset Formula $\raisebox{-2mm}{}$
27064 \end_inset
27065
27066
27067 \end_layout
27068
27069 \end_inset
27070 </cell>
27071 </row>
27072 </lyxtabular>
27073
27074 \end_inset
27075
27076
27077 \end_layout
27078
27079 \begin_layout Standard
27080 Hay que tener cuidado que el carácter se ajuste al círculo.
27081  Por eso 
27082 \series bold
27083
27084 \backslash
27085 Large
27086 \begin_inset Foot
27087 status collapsed
27088
27089 \begin_layout Plain Layout
27090 véase 
27091 \begin_inset CommandInset ref
27092 LatexCommand ref
27093 reference "sub:Tamaños-de-tipografías"
27094
27095 \end_inset
27096
27097
27098 \end_layout
27099
27100 \end_inset
27101
27102
27103 \series default
27104  especifica el tamaño del círculo.
27105  Con ayuda de 
27106 \series bold
27107
27108 \backslash
27109 raisebox
27110 \begin_inset Foot
27111 status collapsed
27112
27113 \begin_layout Plain Layout
27114 véase 
27115 \begin_inset CommandInset ref
27116 LatexCommand ref
27117 reference "sub:Marcos-sin-bordes"
27118
27119 \end_inset
27120
27121
27122 \end_layout
27123
27124 \end_inset
27125
27126
27127 \series default
27128  se puede centrar el carácter.
27129 \end_layout
27130
27131 \begin_layout Subsection
27132 Números en estilo antiguo
27133 \begin_inset Index idx
27134 status collapsed
27135
27136 \begin_layout Plain Layout
27137 Numeros@Números ! en estilo antiguo
27138 \end_layout
27139
27140 \end_inset
27141
27142
27143 \end_layout
27144
27145 \begin_layout Standard
27146 Los números en estilo antiguo o elzevirianos se componen con el comando
27147  
27148 \series bold
27149
27150 \backslash
27151 oldstylenums
27152 \series default
27153
27154 \begin_inset Index idx
27155 status collapsed
27156
27157 \begin_layout Plain Layout
27158 Comandos ! O ! 
27159 \backslash
27160 oldstylenums
27161 \end_layout
27162
27163 \end_inset
27164
27165 .
27166  El comando se puede usar en ecuaciones y en modo TeX.
27167  Su esquema es:
27168 \end_layout
27169
27170 \begin_layout Standard
27171
27172 \series bold
27173
27174 \backslash
27175 oldstylenums{número}
27176 \end_layout
27177
27178 \begin_layout Standard
27179 El comando 
27180 \series bold
27181
27182 \backslash
27183 oldstylenums{0123456789}
27184 \series default
27185  genera: 
27186 \begin_inset Formula $\oldstylenums{0123456789}$
27187 \end_inset
27188
27189
27190 \end_layout
27191
27192 \begin_layout Section
27193 Estilos de ecuación
27194 \begin_inset CommandInset label
27195 LatexCommand label
27196 name "sec:Estilos-de-ecuación"
27197
27198 \end_inset
27199
27200
27201 \begin_inset Index idx
27202 status collapsed
27203
27204 \begin_layout Plain Layout
27205 Ecuación ! estilos de
27206 \end_layout
27207
27208 \end_inset
27209
27210
27211 \end_layout
27212
27213 \begin_layout Itemize
27214 Hay dos estilos diferentes de alineación:
27215 \end_layout
27216
27217 \begin_deeper
27218 \begin_layout Description
27219 Centrado es el estándar predefinido
27220 \end_layout
27221
27222 \begin_layout Description
27223 Sangrado para este estilo debe insertarse la opción de clase 
27224 \series bold
27225 fleqn
27226 \series default
27227  en el menú 
27228 \family sans
27229 Documento\SpecialChar \menuseparator
27230 Configuración
27231 \family default
27232  bajo 
27233 \family sans
27234 Clase de documento
27235 \end_layout
27236
27237 \begin_layout Standard
27238 Cuando se usa 
27239 \series bold
27240 Sangrado
27241 \series default
27242 , éste se puede ajustar con la longitud 
27243 \series bold
27244
27245 \backslash
27246 mathindent
27247 \series default
27248
27249 \begin_inset Index idx
27250 status collapsed
27251
27252 \begin_layout Plain Layout
27253 Comandos ! M ! 
27254 \backslash
27255 mathindent
27256 \end_layout
27257
27258 \end_inset
27259
27260 .
27261  Para 15
27262 \begin_inset space \thinspace{}
27263 \end_inset
27264
27265 mm, por ejemplo, se inserta esta línea de comando en el preámbulo LaTeX:
27266 \end_layout
27267
27268 \begin_layout Standard
27269
27270 \series bold
27271
27272 \backslash
27273 setlength{
27274 \backslash
27275 mathindent}{15mm}
27276 \end_layout
27277
27278 \begin_layout Standard
27279 Si no se especifica longitud se usa el valor predeterminado de 30
27280 \begin_inset space \thinspace{}
27281 \end_inset
27282
27283 pt.
27284 \end_layout
27285
27286 \end_deeper
27287 \begin_layout Itemize
27288 Y dos estilos diferentes de numeración:
27289 \end_layout
27290
27291 \begin_deeper
27292 \begin_layout Description
27293 Derecha es el estándar predefinido
27294 \end_layout
27295
27296 \begin_layout Description
27297 Izquierda para este estilo debe insertarse la opción de clase 
27298 \series bold
27299 leqno
27300 \series default
27301  en el menú 
27302 \family sans
27303 Documento\SpecialChar \menuseparator
27304 Configuración
27305 \family default
27306  bajo 
27307 \family sans
27308 Clase de documento
27309 \end_layout
27310
27311 \end_deeper
27312 \begin_layout Standard
27313
27314 \series bold
27315 fleqn
27316 \series default
27317  y 
27318 \series bold
27319 leqno
27320 \series default
27321  también se pueden usar juntos.
27322  En ese caso se insertan ambas opciones, separadas por una coma.
27323 \end_layout
27324
27325 \begin_layout Standard
27326 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
27327  documento.
27328  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
27329  estilo 
27330 \series bold
27331 Centrado
27332 \series default
27333  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
27334 \begin_inset CommandInset ref
27335 LatexCommand ref
27336 reference "sub:Entorno-flalign"
27337
27338 \end_inset
27339
27340 .
27341 \end_layout
27342
27343 \begin_layout Section
27344 Ecuaciones multilínea
27345 \begin_inset CommandInset label
27346 LatexCommand label
27347 name "sec:Ecuaciones-multilínea"
27348
27349 \end_inset
27350
27351
27352 \begin_inset Index idx
27353 status collapsed
27354
27355 \begin_layout Plain Layout
27356 Ecuación ! multilínea
27357 \end_layout
27358
27359 \end_inset
27360
27361
27362 \end_layout
27363
27364 \begin_layout Subsection
27365 General
27366 \end_layout
27367
27368 \begin_layout Standard
27369 En LyX se generan nuevas líneas en una ecuación con 
27370 \family sans
27371 \series bold
27372 Ctrl+Entrar
27373 \family default
27374 \series default
27375 .
27376  Esto crea un 
27377 \series bold
27378 entorno eqnarray
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-eqnarray"
27388
27389 \end_inset
27390
27391  o, si se ha marcado la opción 
27392 \family sans
27393 Usar
27394 \begin_inset space ~
27395 \end_inset
27396
27397 el
27398 \begin_inset space ~
27399 \end_inset
27400
27401 paquete
27402 \begin_inset space ~
27403 \end_inset
27404
27405 de
27406 \begin_inset space ~
27407 \end_inset
27408
27409 ecuaciones
27410 \begin_inset space ~
27411 \end_inset
27412
27413 AMS
27414 \family default
27415  en la configuración del documento
27416 \family sans
27417 , un 
27418 \series bold
27419 entorno
27420 \family default
27421 \series default
27422  
27423 \series bold
27424 align
27425 \series default
27426 , que se describe en
27427 \begin_inset space ~
27428 \end_inset
27429
27430
27431 \begin_inset CommandInset ref
27432 LatexCommand ref
27433 reference "sub:Entorno-align-estándar"
27434
27435 \end_inset
27436
27437 .
27438  Se recomienda el entorno align porque proporciona una salida tipográficamente
27439  correcta en cualquier caso.
27440 \end_layout
27441
27442 \begin_layout Standard
27443 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
27444  el menú 
27445 \family sans
27446 Insertar\SpecialChar \menuseparator
27447 Ecuación
27448 \family default
27449 .
27450  En las siguientes secciones se describen estos entornos.
27451 \end_layout
27452
27453 \begin_layout Standard
27454 En todos los entornos de ecuación multilínea la combinación 
27455 \family sans
27456 Ctrl+Entrar
27457 \family default
27458  genera una línea nueva.
27459  Para añadir o quitar líneas se pueden usar los botones 
27460 \begin_inset Graphics
27461         filename ../../images/tabular-feature_append-row.png
27462         scale 85
27463
27464 \end_inset
27465
27466  o 
27467 \begin_inset Graphics
27468         filename ../../images/tabular-feature_delete-row.png
27469         scale 85
27470
27471 \end_inset
27472
27473 de la barra de herramientas, respectivamente, o el menú 
27474 \family sans
27475 Editar\SpecialChar \menuseparator
27476 Filas y columnas
27477 \family default
27478 .
27479 \end_layout
27480
27481 \begin_layout Subsubsection
27482 Separación de líneas
27483 \begin_inset CommandInset label
27484 LatexCommand label
27485 name "sub:Separación-de-líneas"
27486
27487 \end_inset
27488
27489
27490 \begin_inset Index idx
27491 status collapsed
27492
27493 \begin_layout Plain Layout
27494 Ecuación ! multilínea ! separación de filas
27495 \end_layout
27496
27497 \end_inset
27498
27499
27500 \end_layout
27501
27502 \begin_layout Standard
27503 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
27504 \begin_inset Formula 
27505 \begin{eqnarray*}
27506 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}\\
27507 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
27508 \end{eqnarray*}
27509
27510 \end_inset
27511
27512 En LaTeX un espacio adicional para una línea se especifica como argumento
27513  opcional del comando de nueva línea.
27514  Esto aún no es posible en LYX,
27515 \begin_inset Foot
27516 status collapsed
27517
27518 \begin_layout Plain Layout
27519 véase 
27520 \begin_inset CommandInset href
27521 LatexCommand href
27522 name "LyX-bug #1505"
27523 target "http://www.lyx.org/trac/ticket/1505"
27524
27525 \end_inset
27526
27527
27528 \end_layout
27529
27530 \end_inset
27531
27532  por lo que toda la ecuación debe insertarse en modo TeX.
27533  Para añadir espacio en nuestro ejemplo se inserta el comando 
27534 \series bold
27535
27536 \backslash
27537
27538 \backslash
27539 [3mm]
27540 \series default
27541  al final de la primera línea.
27542  Así: 
27543 \begin_inset ERT
27544 status collapsed
27545
27546 \begin_layout Plain Layout
27547
27548
27549 \backslash
27550 begin{eqnarray*}
27551 \end_layout
27552
27553 \begin_layout Plain Layout
27554
27555 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27556  = & 
27557 \backslash
27558 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27559 \backslash
27560
27561 \backslash
27562 [3mm]
27563 \end_layout
27564
27565 \begin_layout Plain Layout
27566
27567 4x^{2}
27568 \backslash
27569 left(B^{2}+x_{0}^{2}
27570 \backslash
27571 right)+4x_{0}x
27572 \backslash
27573 left(D-B^{2}
27574 \backslash
27575 right)+B^{2}
27576 \backslash
27577 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27578 \backslash
27579 right) & = & 0
27580 \end_layout
27581
27582 \begin_layout Plain Layout
27583
27584
27585 \backslash
27586 end{eqnarray*}
27587 \end_layout
27588
27589 \end_inset
27590
27591
27592 \begin_inset VSpace bigskip
27593 \end_inset
27594
27595
27596 \end_layout
27597
27598 \begin_layout Standard
27599 Para obtener separación en todas las líneas hay que cambiar la longitud
27600  
27601 \series bold
27602
27603 \backslash
27604 jot
27605 \series default
27606
27607 \begin_inset Index idx
27608 status collapsed
27609
27610 \begin_layout Plain Layout
27611 Comandos ! J ! 
27612 \backslash
27613 jot
27614 \end_layout
27615
27616 \end_inset
27617
27618 .
27619  La definición es: 
27620 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
27621 \end_inset
27622
27623 .
27624  El valor predeterminado para 
27625 \series bold
27626
27627 \backslash
27628 jot
27629 \series default
27630  es 3
27631 \begin_inset space \thinspace{}
27632 \end_inset
27633
27634 pt.
27635  Para establecer una separación adicional de 3
27636 \begin_inset space \thinspace{}
27637 \end_inset
27638
27639 mm como en el ejemplo anterior, se inserta el comando
27640 \end_layout
27641
27642 \begin_layout Standard
27643
27644 \series bold
27645
27646 \backslash
27647 setlength{
27648 \backslash
27649 jot}{3mm+3pt}
27650 \end_layout
27651
27652 \begin_layout Standard
27653 en modo TeX antes de la ecuación.
27654  Es necesario cargar el paquete 
27655 \series bold
27656 calc
27657 \series default
27658
27659 \begin_inset Foot
27660 status collapsed
27661
27662 \begin_layout Plain Layout
27663
27664 \series bold
27665 calc
27666 \series default
27667  forma parte de toda instalación LaTeX estándar.
27668 \end_layout
27669
27670 \end_inset
27671
27672
27673 \begin_inset Index idx
27674 status collapsed
27675
27676 \begin_layout Plain Layout
27677 Paquetes ! calc
27678 \end_layout
27679
27680 \end_inset
27681
27682  en el preámbulo con la línea
27683 \end_layout
27684
27685 \begin_layout Standard
27686
27687 \series bold
27688
27689 \backslash
27690 usepackage{calc}
27691 \end_layout
27692
27693 \begin_layout Standard
27694 Se obtiene:
27695 \begin_inset ERT
27696 status collapsed
27697
27698 \begin_layout Plain Layout
27699
27700
27701 \backslash
27702 setlength{
27703 \backslash
27704 jot}{3mm+3pt}
27705 \end_layout
27706
27707 \end_inset
27708
27709
27710 \begin_inset Formula 
27711 \begin{eqnarray*}
27712 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}\\
27713 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
27714 \end{eqnarray*}
27715
27716 \end_inset
27717
27718
27719 \begin_inset ERT
27720 status collapsed
27721
27722 \begin_layout Plain Layout
27723
27724
27725 \backslash
27726 setlength{
27727 \backslash
27728 jot}{3pt}
27729 \end_layout
27730
27731 \end_inset
27732
27733  Para volver a la distancia predeterminada, 
27734 \series bold
27735
27736 \backslash
27737 jot
27738 \series default
27739  se establece en 3
27740 \begin_inset space \thinspace{}
27741 \end_inset
27742
27743 pt.
27744 \end_layout
27745
27746 \begin_layout Subsubsection
27747 Separación de columnas
27748 \begin_inset CommandInset label
27749 LatexCommand label
27750 name "sub:Separación-de-columnas"
27751
27752 \end_inset
27753
27754
27755 \begin_inset Index idx
27756 status collapsed
27757
27758 \begin_layout Plain Layout
27759 Ecuación ! multilínea !separación de columnas
27760 \end_layout
27761
27762 \end_inset
27763
27764
27765 \end_layout
27766
27767 \begin_layout Standard
27768 Una ecuación multilínea forma una matriz.
27769  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
27770  columnas.
27771  Cambiando la separación de columnas en este entorno se puede cambiar el
27772  espacio junto al signo de relación.
27773 \end_layout
27774
27775 \begin_layout Standard
27776 La separación de columnas se especifica con la longitud
27777 \series bold
27778  
27779 \backslash
27780 arraycolsep
27781 \series default
27782
27783 \begin_inset Index idx
27784 status collapsed
27785
27786 \begin_layout Plain Layout
27787 Comandos ! A ! 
27788 \backslash
27789 arraycolsep
27790 \end_layout
27791
27792 \end_inset
27793
27794  según:
27795 \begin_inset Newline newline
27796 \end_inset
27797
27798 separación de columnas = 2
27799 \begin_inset space \thinspace{}
27800 \end_inset
27801
27802
27803 \series bold
27804
27805 \backslash
27806 arraycolsep
27807 \series default
27808
27809 \begin_inset Newline newline
27810 \end_inset
27811
27812 Así, el comando en modo TeX
27813 \end_layout
27814
27815 \begin_layout Standard
27816
27817 \series bold
27818
27819 \backslash
27820 setlength{
27821 \backslash
27822 arraycolsep}{1cm}
27823 \end_layout
27824
27825 \begin_layout Standard
27826 establece para todas las ecuaciones siguientes una separación de columnas
27827  de 2
27828 \begin_inset space \thinspace{}
27829 \end_inset
27830
27831 cm.
27832  Para volver al valor predefinido, 
27833 \series bold
27834
27835 \backslash
27836 arraycolsep
27837 \series default
27838  se pone en 5
27839 \begin_inset space \thinspace{}
27840 \end_inset
27841
27842 pt.
27843 \end_layout
27844
27845 \begin_layout Standard
27846 Una ecuación con separación de 2
27847 \begin_inset space \thinspace{}
27848 \end_inset
27849
27850 cm entre columnas:
27851 \begin_inset ERT
27852 status collapsed
27853
27854 \begin_layout Plain Layout
27855
27856
27857 \backslash
27858 setlength{
27859 \backslash
27860 arraycolsep}{1cm}
27861 \end_layout
27862
27863 \end_inset
27864
27865
27866 \begin_inset Formula 
27867 \begin{eqnarray*}
27868 A & = & B\\
27869 C & \ne & A
27870 \end{eqnarray*}
27871
27872 \end_inset
27873
27874 Una ecuación con la separación predefinida para matrices, 10
27875 \begin_inset space \thinspace{}
27876 \end_inset
27877
27878 pt:
27879 \begin_inset ERT
27880 status collapsed
27881
27882 \begin_layout Plain Layout
27883
27884
27885 \backslash
27886 setlength{
27887 \backslash
27888 arraycolsep}{5pt}
27889 \end_layout
27890
27891 \end_inset
27892
27893
27894 \begin_inset Formula 
27895 \begin{eqnarray*}
27896 A & = & B\\
27897 C & \ne & A
27898 \end{eqnarray*}
27899
27900 \end_inset
27901
27902
27903 \end_layout
27904
27905 \begin_layout Subsubsection
27906 Ecuaciones largas
27907 \begin_inset Index idx
27908 status collapsed
27909
27910 \begin_layout Plain Layout
27911 Ecuación ! larga
27912 \end_layout
27913
27914 \end_inset
27915
27916
27917 \end_layout
27918
27919 \begin_layout Standard
27920 Se pueden componer ecuaciones largas mediante estos métodos:
27921 \end_layout
27922
27923 \begin_layout Itemize
27924 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
27925  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
27926 \begin_inset Formula 
27927 \begin{eqnarray}
27928 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 \\
27929  &  & -\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}
27930 \end{eqnarray}
27931
27932 \end_inset
27933
27934 El signo menos al principio de la segunda línea normalmente no aparece como
27935  operador porque es el primer carácter de la línea.
27936  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
27937  Para evitarlo se ha insertado 3
27938 \begin_inset space \thinspace{}
27939 \end_inset
27940
27941 pt de espacio detrás del menos con el comando 
27942 \series bold
27943
27944 \backslash
27945 hspace
27946 \series default
27947 .
27948 \begin_inset Foot
27949 status collapsed
27950
27951 \begin_layout Plain Layout
27952 véase más sobre 
27953 \series bold
27954
27955 \backslash
27956 hspace
27957 \series default
27958  en 
27959 \begin_inset CommandInset ref
27960 LatexCommand ref
27961 reference "sub:Espacio-variable"
27962
27963 \end_inset
27964
27965
27966 \end_layout
27967
27968 \end_inset
27969
27970
27971 \begin_inset Index idx
27972 status collapsed
27973
27974 \begin_layout Plain Layout
27975 Comandos ! H ! 
27976 \backslash
27977 hspace
27978 \end_layout
27979
27980 \end_inset
27981
27982
27983 \end_layout
27984
27985 \begin_layout Itemize
27986 Si ambos lados de la ecuación son demasiado largos se usa el comando 
27987 \series bold
27988
27989 \backslash
27990 lefteqn
27991 \series default
27992
27993 \begin_inset Index idx
27994 status collapsed
27995
27996 \begin_layout Plain Layout
27997 Comandos ! L ! 
27998 \backslash
27999 lefteqn
28000 \end_layout
28001
28002 \end_inset
28003
28004 .
28005  Se inserta en la primer columna de la primera línea y hace que todas las
28006  inserciones posteriores sobreescriban las columnas siguientes:
28007 \begin_inset Formula 
28008 \begin{eqnarray}
28009 \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 \\
28010  &  & -\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 \\
28011  &  & =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}
28012 \end{eqnarray}
28013
28014 \end_inset
28015
28016 Tras la inserción de 
28017 \series bold
28018
28019 \backslash
28020 lefteqn
28021 \series default
28022  el cursor está en un marco púrpura un poco a la izquierda del azul.
28023  La ecuación se inserta en éste.
28024 \begin_inset Newline newline
28025 \end_inset
28026
28027 El contenido de las restantes líneas se inserta en la segunda columna o
28028  en otra.
28029  A mayor número de columna donde se inserte, mayor sangrado.
28030 \begin_inset VSpace medskip
28031 \end_inset
28032
28033
28034 \begin_inset Newline newline
28035 \end_inset
28036
28037
28038 \begin_inset Note Greyedout
28039 status collapsed
28040
28041 \begin_layout Plain Layout
28042 Ten en cuenta lo siguiente si usas 
28043 \series bold
28044
28045 \backslash
28046 lefteqn
28047 \series default
28048 :
28049 \end_layout
28050
28051 \begin_layout Itemize
28052 La ecuación no usa la anchura total de la página.
28053  Cuando se añade, p.
28054 \begin_inset space \thinspace{}
28055 \end_inset
28056
28057 e., el término 
28058 \begin_inset Formula $-B^{2}$
28059 \end_inset
28060
28061  en la primera línea del ejemplo, debería estar fuera del margen.
28062  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
28063  principio de la primera línea.
28064 \end_layout
28065
28066 \begin_layout Itemize
28067 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
28068  primera línea.
28069 \begin_inset Foot
28070 status collapsed
28071
28072 \begin_layout Plain Layout
28073 \begin_inset CommandInset href
28074 LatexCommand href
28075 name "LyX-bug #1429"
28076 target "http://www.lyx.org/trac/ticket/1429"
28077
28078 \end_inset
28079
28080
28081 \end_layout
28082
28083 \end_inset
28084
28085  Sólo se puede poner el cursor al principio de la línea y moverlo con las
28086  teclas de flecha.
28087 \end_layout
28088
28089 \end_inset
28090
28091  
28092 \end_layout
28093
28094 \begin_layout Itemize
28095 Se describen otros métodos para escribir fórmulas largas en 
28096 \begin_inset CommandInset ref
28097 LatexCommand ref
28098 reference "sub:Entorno-multilínea"
28099
28100 \end_inset
28101
28102  y 
28103 \begin_inset CommandInset ref
28104 LatexCommand ref
28105 reference "sub:Partes-multilínea"
28106
28107 \end_inset
28108
28109 .
28110 \end_layout
28111
28112 \begin_layout Subsubsection
28113 Delimitadores multilínea
28114 \begin_inset CommandInset label
28115 LatexCommand label
28116 name "sub:Delimitadores-multilínea"
28117
28118 \end_inset
28119
28120
28121 \begin_inset Index idx
28122 status collapsed
28123
28124 \begin_layout Plain Layout
28125 Delimitadores ! para varias líneas
28126 \end_layout
28127
28128 \end_inset
28129
28130
28131 \end_layout
28132
28133 \begin_layout Standard
28134 Para poner delimitadores que cubran varias líneas hay un problema:
28135 \begin_inset Formula 
28136 \begin{eqnarray*}
28137 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28138  &  & \left.\cdots+B-D\right]
28139 \end{eqnarray*}
28140
28141 \end_inset
28142
28143 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
28144 res con tamaño variable no abarcan líneas múltiples.
28145 \end_layout
28146
28147 \begin_layout Standard
28148 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
28149  primera línea se finaliza con 
28150 \series bold
28151
28152 \backslash
28153 right.
28154 \series default
28155
28156 \begin_inset Index idx
28157 status collapsed
28158
28159 \begin_layout Plain Layout
28160 Comandos ! R ! 
28161 \backslash
28162 right
28163 \end_layout
28164
28165 \end_inset
28166
28167  y la segunda con 
28168 \series bold
28169
28170 \backslash
28171 left.
28172 \series default
28173 .
28174 \begin_inset Foot
28175 status collapsed
28176
28177 \begin_layout Plain Layout
28178 Más sobre 
28179 \series bold
28180
28181 \backslash
28182 left.
28183
28184 \series default
28185  y 
28186 \series bold
28187
28188 \backslash
28189 right.
28190
28191 \series default
28192  en 
28193 \begin_inset CommandInset ref
28194 LatexCommand ref
28195 reference "sub:Tamaño-automático-de"
28196
28197 \end_inset
28198
28199
28200 \end_layout
28201
28202 \end_inset
28203
28204
28205 \begin_inset Index idx
28206 status collapsed
28207
28208 \begin_layout Plain Layout
28209 Comandos ! L ! 
28210 \backslash
28211 left
28212 \end_layout
28213
28214 \end_inset
28215
28216  Después de 
28217 \series bold
28218
28219 \backslash
28220 left.
28221
28222 \series default
28223  se inserta el comando 
28224 \series bold
28225
28226 \backslash
28227 vphantom
28228 \series default
28229
28230 \begin_inset space \textvisiblespace{}
28231 \end_inset
28232
28233
28234 \series bold
28235
28236 \backslash
28237 prod
28238 \series default
28239 ^
28240 \begin_inset space \textvisiblespace{}
28241 \end_inset
28242
28243
28244 \series bold
28245
28246 \backslash
28247 infty
28248 \series default
28249
28250 \begin_inset space \textvisiblespace{}
28251 \end_inset
28252
28253
28254 \series bold
28255
28256 \begin_inset Formula $\downarrow$
28257 \end_inset
28258
28259 _R=1}
28260 \series default
28261
28262 \begin_inset Index idx
28263 status collapsed
28264
28265 \begin_layout Plain Layout
28266 Comandos ! V ! 
28267 \backslash
28268 vphantom
28269 \end_layout
28270
28271 \end_inset
28272
28273 , porque el operador de multiplicación con sus límites es el símbolo mayor
28274  en la primera línea y ese debería ser el tamaño para el delimitador en
28275  la segunda línea.
28276 \end_layout
28277
28278 \begin_layout Standard
28279 El resultado es: 
28280 \begin_inset Formula 
28281 \begin{eqnarray*}
28282 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28283  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28284 \end{eqnarray*}
28285
28286 \end_inset
28287
28288
28289 \end_layout
28290
28291 \begin_layout Subsection
28292 Entornos align
28293 \end_layout
28294
28295 \begin_layout Standard
28296 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
28297  Son especialmente apropiados para poner ecuaciones adosadas.
28298 \end_layout
28299
28300 \begin_layout Standard
28301 Los entornos align constan de columnas.
28302  Las columnas impares se alinean a la derecha, las pares a la izquierda.
28303  En un entorno align se puede numerar cada línea.
28304 \end_layout
28305
28306 \begin_layout Standard
28307 Los entornos align se crean con el menú 
28308 \family sans
28309 Insertar\SpecialChar \menuseparator
28310 Ecuación
28311 \family default
28312 .
28313  Una ecuación existente se puede convertir a align con el menú 
28314 \family sans
28315 Editar\SpecialChar \menuseparator
28316 Ecuación\SpecialChar \menuseparator
28317 Cambiar tipo de ecuación
28318 \family default
28319 .
28320 \end_layout
28321
28322 \begin_layout Standard
28323 Para añadir o quitar columnas se pueden usar los botones 
28324 \begin_inset Graphics
28325         filename ../../images/tabular-feature_append-row.png
28326         scale 85
28327
28328 \end_inset
28329
28330  o 
28331 \begin_inset Graphics
28332         filename ../../images/tabular-feature_delete-row.png
28333         scale 85
28334
28335 \end_inset
28336
28337  de la barra de ecuaciones o el menú 
28338 \family sans
28339 Editar\SpecialChar \menuseparator
28340 Filas y columnas
28341 \family default
28342 .
28343 \end_layout
28344
28345 \begin_layout Subsubsection
28346 Entorno align estándar
28347 \begin_inset CommandInset label
28348 LatexCommand label
28349 name "sub:Entorno-align-estándar"
28350
28351 \end_inset
28352
28353
28354 \begin_inset Index idx
28355 status collapsed
28356
28357 \begin_layout Plain Layout
28358 Ecuación ! multilínea ! entorno align
28359 \end_layout
28360
28361 \end_inset
28362
28363
28364 \end_layout
28365
28366 \begin_layout Standard
28367 Este entorno align se crea pulsando 
28368 \family sans
28369 Ctrl+Entrar
28370 \family default
28371  en una ecuación o con el menú 
28372 \family sans
28373 Insertar\SpecialChar \menuseparator
28374 Ecuación\SpecialChar \menuseparator
28375 Entorno AMS align
28376 \family default
28377 .
28378 \end_layout
28379
28380 \begin_layout Standard
28381 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
28382  align de cuatro columnas:
28383 \begin_inset Formula 
28384 \begin{align*}
28385 A & =\sen(B) & C & =D\\
28386 C & \neq A & B & \neq D
28387 \end{align*}
28388
28389 \end_inset
28390
28391 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
28392  un 
28393 \series bold
28394
28395 \backslash
28396 hfill
28397 \series default
28398
28399 \begin_inset Foot
28400 status collapsed
28401
28402 \begin_layout Plain Layout
28403 Más sobre 
28404 \series bold
28405
28406 \backslash
28407 hfill
28408 \series default
28409  en 
28410 \begin_inset CommandInset ref
28411 LatexCommand ref
28412 reference "sub:Espacio-variable"
28413
28414 \end_inset
28415
28416
28417 \end_layout
28418
28419 \end_inset
28420
28421  antes de la primera y detrás de cada columna par.
28422  Si se pone en estilo 
28423 \series bold
28424 Sangrado
28425 \series default
28426 ,
28427 \begin_inset Foot
28428 status collapsed
28429
28430 \begin_layout Plain Layout
28431 véase estilos de ecuación en 
28432 \begin_inset CommandInset ref
28433 LatexCommand ref
28434 reference "sec:Estilos-de-ecuación"
28435
28436 \end_inset
28437
28438
28439 \end_layout
28440
28441 \end_inset
28442
28443  la ecuación queda sin el 
28444 \series bold
28445
28446 \backslash
28447 hfill
28448 \series default
28449  ante la primera columna.
28450 \end_layout
28451
28452 \begin_layout Subsubsection
28453 Entorno alignat
28454 \begin_inset Index idx
28455 status collapsed
28456
28457 \begin_layout Plain Layout
28458 Ecuación ! multilínea ! entorno alignat
28459 \end_layout
28460
28461 \end_inset
28462
28463
28464 \end_layout
28465
28466 \begin_layout Standard
28467 El entorno alignat no tiene separación predefinida de columnas.
28468  Se puede insertar manualmente con los espacios descritos en 
28469 \begin_inset CommandInset ref
28470 LatexCommand ref
28471 reference "sec:Espacio"
28472
28473 \end_inset
28474
28475 .
28476 \end_layout
28477
28478 \begin_layout Standard
28479 El ejemplo anterior en el entorno alignat, con un espacio de 1
28480 \begin_inset space \thinspace{}
28481 \end_inset
28482
28483 cm al comienzo da la segunda ecuación:
28484 \begin_inset Formula 
28485 \begin{alignat*}{2}
28486 A & =\sen(B)\hspace{1cm} & C & =D\\
28487 C & \neq A & B & \neq D
28488 \end{alignat*}
28489
28490 \end_inset
28491
28492 Como cada columna puede tener un espacio diferente, este entorno es especialment
28493 e apropiado para poner tres o más ecuaciones adosadas.
28494 \end_layout
28495
28496 \begin_layout Subsubsection
28497 Entorno flalign
28498 \begin_inset CommandInset label
28499 LatexCommand label
28500 name "sub:Entorno-flalign"
28501
28502 \end_inset
28503
28504
28505 \begin_inset Index idx
28506 status collapsed
28507
28508 \begin_layout Plain Layout
28509 Ecuación ! multilínea ! entorno flalign
28510 \end_layout
28511
28512 \end_inset
28513
28514
28515 \end_layout
28516
28517 \begin_layout Standard
28518 En este entorno las dos primeras columnas están siempre tan a la izquierda
28519  como sea posible y las dos últimas a la derecha.
28520  Ejemplo:
28521 \begin_inset Formula 
28522 \begin{flalign*}
28523 A & =1 & B & =2 & C & =3\\
28524 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4
28525 \end{flalign*}
28526
28527 \end_inset
28528
28529 En un entorno flalign con un número impar de columnas, en la última de las
28530  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
28531  alineadas a la izquierda, aunque se use el estilo 
28532 \series bold
28533 Centrado
28534 \series default
28535 .
28536  Un ejemplo de fórmula sangrada 
28537 \begin_inset CommandInset ref
28538 LatexCommand eqref
28539 reference "eq:IntVol"
28540
28541 \end_inset
28542
28543 :
28544 \begin_inset Formula 
28545 \begin{flalign}
28546 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}
28547 \end{flalign}
28548
28549 \end_inset
28550
28551 Las dos primeras columnas contienen la fórmula.
28552  Para sangrarla como con el estilo 
28553 \series bold
28554 Sangrado
28555 \series default
28556 , se añade un espacio de 30
28557 \begin_inset space \thinspace{}
28558 \end_inset
28559
28560 pt al comienzo de la primera columna.
28561  
28562 \end_layout
28563
28564 \begin_layout Subsection
28565 Entorno eqnarray
28566 \begin_inset CommandInset label
28567 LatexCommand label
28568 name "sub:Entorno-eqnarray"
28569
28570 \end_inset
28571
28572
28573 \begin_inset Index idx
28574 status collapsed
28575
28576 \begin_layout Plain Layout
28577 Ecuación ! multilínea ! entorno eqnarray
28578 \end_layout
28579
28580 \end_inset
28581
28582
28583 \begin_inset Index idx
28584 status collapsed
28585
28586 \begin_layout Plain Layout
28587 Ecuación ! multilínea ! entorno eqnarray
28588 \end_layout
28589
28590 \end_inset
28591
28592
28593 \end_layout
28594
28595 \begin_layout Standard
28596 Al introducir este entorno aparecen tres marcos azules.
28597  El contenido del primero se alinea a la derecha, el del último a la izquierda.
28598  El contenido del marco central está centrado y algo más pequeño, porque
28599  está diseñado para insertar sólo caracteres de relación.
28600 \begin_inset Formula 
28601 \begin{eqnarray*}
28602 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28603 AB & AB & AB\\
28604 A & = & A
28605 \end{eqnarray*}
28606
28607 \end_inset
28608
28609
28610 \end_layout
28611
28612 \begin_layout Subsection
28613 Entorno gather
28614 \begin_inset Index idx
28615 status collapsed
28616
28617 \begin_layout Plain Layout
28618 Ecuación ! multilínea ! entorno gather
28619 \end_layout
28620
28621 \end_inset
28622
28623
28624 \end_layout
28625
28626 \begin_layout Standard
28627 Este entorno consta de una sola columna centrada.
28628  Se puede numerar cada línea.
28629 \begin_inset Formula 
28630 \begin{gather}
28631 A=1\\
28632 X=\mbox{-}1
28633 \end{gather}
28634
28635 \end_inset
28636
28637
28638 \end_layout
28639
28640 \begin_layout Subsection
28641 Entorno multilínea
28642 \begin_inset CommandInset label
28643 LatexCommand label
28644 name "sub:Entorno-multilínea"
28645
28646 \end_inset
28647
28648
28649 \begin_inset Index idx
28650 status collapsed
28651
28652 \begin_layout Plain Layout
28653 Ecuación ! multilínea ! entorno multilínea
28654 \end_layout
28655
28656 \end_inset
28657
28658
28659 \end_layout
28660
28661 \begin_layout Standard
28662 El entorno multilínea, como gather, consta de una sola columna.
28663  Pero la primera línea está alineada a la izquierda, la última a la derecha.
28664  Las demás están centradas.
28665  Por tanto este entorno es apropiado para ecuaciones largas.
28666  Como ejemplo, la ecuación
28667 \begin_inset space ~
28668 \end_inset
28669
28670
28671 \begin_inset CommandInset ref
28672 LatexCommand eqref
28673 reference "eq:lefteqn"
28674
28675 \end_inset
28676
28677  en entorno multilínea:
28678 \begin_inset Formula 
28679 \begin{multline}
28680 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}\\
28681 -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}\\
28682 =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}}
28683 \end{multline}
28684
28685 \end_inset
28686
28687 En la salida sólo aparece numerada la última (primera) línea si la numeración
28688  del documento es a la derecha (izquierda).
28689 \begin_inset Foot
28690 status collapsed
28691
28692 \begin_layout Plain Layout
28693 véanse los estilos de numeración en 
28694 \begin_inset CommandInset ref
28695 LatexCommand ref
28696 reference "sec:Estilos-de-ecuación"
28697
28698 \end_inset
28699
28700
28701 \end_layout
28702
28703 \end_inset
28704
28705
28706 \end_layout
28707
28708 \begin_layout Standard
28709 Con los comandos 
28710 \series bold
28711
28712 \backslash
28713 shoveright
28714 \series default
28715
28716 \begin_inset Index idx
28717 status collapsed
28718
28719 \begin_layout Plain Layout
28720 Comandos ! S ! 
28721 \backslash
28722 shoveright
28723 \end_layout
28724
28725 \end_inset
28726
28727  y 
28728 \series bold
28729
28730 \backslash
28731 shoveleft
28732 \series default
28733
28734 \begin_inset Index idx
28735 status collapsed
28736
28737 \begin_layout Plain Layout
28738 Comandos ! S ! 
28739 \backslash
28740 shoveleft
28741 \end_layout
28742
28743 \end_inset
28744
28745 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
28746 ente.
28747  Los comandos se usan como sigue:
28748 \end_layout
28749
28750 \begin_layout Standard
28751
28752 \series bold
28753
28754 \backslash
28755 shoveright{contenido de la línea}
28756 \series default
28757  y 
28758 \series bold
28759
28760 \backslash
28761 shoveleft{contenido de la línea}
28762 \end_layout
28763
28764 \begin_layout Standard
28765 \begin_inset VSpace medskip
28766 \end_inset
28767
28768
28769 \end_layout
28770
28771 \begin_layout Standard
28772 La longitud 
28773 \series bold
28774
28775 \backslash
28776 multlinegap
28777 \series default
28778
28779 \begin_inset Index idx
28780 status collapsed
28781
28782 \begin_layout Plain Layout
28783 Comandos ! M ! 
28784 \backslash
28785 multlinegap
28786 \end_layout
28787
28788 \end_inset
28789
28790  especifica la distancia de la primera línea desde el margen izquierdo de
28791  la página.
28792  Esta longitud es 0
28793 \begin_inset space \thinspace{}
28794 \end_inset
28795
28796 pt por omisión.
28797 \end_layout
28798
28799 \begin_layout Standard
28800 Como ejemplo la ecuación anterior con el comando
28801 \end_layout
28802
28803 \begin_layout Standard
28804
28805 \series bold
28806
28807 \backslash
28808 setlength{
28809 \backslash
28810 multlinegap}{2cm}
28811 \end_layout
28812
28813 \begin_layout Standard
28814 insertado previamente en modo TeX:
28815 \begin_inset ERT
28816 status collapsed
28817
28818 \begin_layout Plain Layout
28819
28820
28821 \backslash
28822 setlength{
28823 \backslash
28824 multlinegap}{2cm}
28825 \end_layout
28826
28827 \end_inset
28828
28829
28830 \begin_inset Formula 
28831 \begin{multline}
28832 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}\\
28833 \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}}\\
28834 =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}}
28835 \end{multline}
28836
28837 \end_inset
28838
28839
28840 \begin_inset ERT
28841 status collapsed
28842
28843 \begin_layout Plain Layout
28844
28845
28846 \backslash
28847 setlength{
28848 \backslash
28849 multlinegap}{0pt}
28850 \end_layout
28851
28852 \end_inset
28853
28854 La segunda línea se ha alineado a la izquierda con 
28855 \series bold
28856
28857 \backslash
28858 shoveleft
28859 \series default
28860 .
28861 \end_layout
28862
28863 \begin_layout Subsection
28864 Ecuación con partes multilínea
28865 \begin_inset CommandInset label
28866 LatexCommand label
28867 name "sub:Partes-multilínea"
28868
28869 \end_inset
28870
28871
28872 \begin_inset Index idx
28873 status collapsed
28874
28875 \begin_layout Plain Layout
28876 Ecuación ! multilínea ! solo parte
28877 \end_layout
28878
28879 \end_inset
28880
28881
28882 \end_layout
28883
28884 \begin_layout Standard
28885 Para mostrar solo partes de una ecuación en modo multilínea usa uno de los
28886  siguientes entornos: 
28887 \series bold
28888 aligned
28889 \series default
28890
28891 \series bold
28892 alignedat
28893 \series default
28894
28895 \series bold
28896 gathered
28897 \series default
28898  o 
28899 \series bold
28900 split
28901 \series default
28902 .
28903  Se pueden elegir en el menú 
28904 \family sans
28905 Insertar\SpecialChar \menuseparator
28906 Ecuación
28907 \family default
28908  o usando los comandos aquí descritos.
28909 \end_layout
28910
28911 \begin_layout Standard
28912 Los tres primeros tienen las mismas propiedades que los correspondientes
28913  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
28914  Un ejemplo:
28915 \begin_inset Formula 
28916 \[
28917 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28918 \Delta E\Delta t & \ge\frac{\hbar}{2}
28919 \end{aligned}
28920 \right\} \mbox{Relaciones de incertidumbre}
28921 \]
28922
28923 \end_inset
28924
28925 Para componer esta expresión se inserta una ecuación presentada y en ella
28926  se introduce el comando 
28927 \series bold
28928
28929 \backslash
28930 aligned
28931 \series default
28932
28933 \begin_inset Index idx
28934 status collapsed
28935
28936 \begin_layout Plain Layout
28937 Comandos ! A ! 
28938 \backslash
28939 aligned
28940 \end_layout
28941
28942 \end_inset
28943
28944 .
28945  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
28946  añadir filas y columnas.
28947  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
28948  como la llave.
28949 \end_layout
28950
28951 \begin_layout Standard
28952 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
28953  se alinean horizontalmente.
28954  Usar aligned en una ecuación presentada tiene la ventaja de que el número
28955  de ecuación se centra verticalmente con las líneas.
28956  Como ejemplo, la ecuación 
28957 \begin_inset CommandInset ref
28958 LatexCommand eqref
28959 reference "eq:cortolargo"
28960
28961 \end_inset
28962
28963  en entorno aligned: 
28964 \begin_inset Formula 
28965 \begin{equation}
28966 \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}|}\\
28967  & -\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}|}
28968 \end{aligned}
28969 \end{equation}
28970
28971 \end_inset
28972
28973 Para usar los entornos 
28974 \series bold
28975 alignedat
28976 \series default
28977
28978 \series bold
28979 gathered
28980 \series default
28981 , o 
28982 \series bold
28983 split
28984 \series default
28985 , se insertan respectivamente los comandos
28986 \series bold
28987  
28988 \backslash
28989 alignedat
28990 \series default
28991 ,
28992 \begin_inset Index idx
28993 status collapsed
28994
28995 \begin_layout Plain Layout
28996 Comandos ! A ! 
28997 \backslash
28998 alignedat
28999 \end_layout
29000
29001 \end_inset
29002
29003  
29004 \series bold
29005
29006 \backslash
29007 gathered
29008 \series default
29009
29010 \begin_inset Index idx
29011 status collapsed
29012
29013 \begin_layout Plain Layout
29014 Comandos ! G ! 
29015 \backslash
29016 gathered
29017 \end_layout
29018
29019 \end_inset
29020
29021 , o 
29022 \series bold
29023
29024 \backslash
29025 split
29026 \series default
29027
29028 \begin_inset Index idx
29029 status collapsed
29030
29031 \begin_layout Plain Layout
29032 Comandos ! S ! 
29033 \backslash
29034 split
29035 \end_layout
29036
29037 \end_inset
29038
29039 .
29040  El entorno split tiene las mismas propiedades que aligned pero sólo puede
29041  tener dos columnas.
29042 \end_layout
29043
29044 \begin_layout Subsection
29045 Texto en ecuaciones multilínea
29046 \begin_inset CommandInset label
29047 LatexCommand label
29048 name "sub:Texto-en-multilínea"
29049
29050 \end_inset
29051
29052
29053 \begin_inset Index idx
29054 status collapsed
29055
29056 \begin_layout Plain Layout
29057 Texto ! en ecuaciones
29058 \end_layout
29059
29060 \end_inset
29061
29062
29063 \begin_inset Index idx
29064 status collapsed
29065
29066 \begin_layout Plain Layout
29067 Ecuación ! multilínea ! texto en
29068 \end_layout
29069
29070 \end_inset
29071
29072
29073 \end_layout
29074
29075 \begin_layout Standard
29076 En los entornos align, multilínea y gather, se puede insertar texto que
29077  se mostrará en una línea separada y que no afecta la alineación de columna.
29078  Para esto se usa el comando 
29079 \series bold
29080
29081 \backslash
29082 intertext
29083 \series default
29084
29085 \begin_inset Index idx
29086 status collapsed
29087
29088 \begin_layout Plain Layout
29089 Comandos ! I ! 
29090 \backslash
29091 intertext
29092 \end_layout
29093
29094 \end_inset
29095
29096  con el siguiente esquema:
29097 \end_layout
29098
29099 \begin_layout Standard
29100
29101 \series bold
29102
29103 \backslash
29104 intertext{texto}
29105 \end_layout
29106
29107 \begin_layout Standard
29108 El texto no debería ocupar más de una línea porque no se puede partir con
29109  guión.
29110  Como LyX aún no soporta 
29111 \series bold
29112
29113 \backslash
29114 intertext
29115 \series default
29116  directamente, el texto se escribe como texto matemático.
29117  
29118 \series bold
29119
29120 \backslash
29121 intertext
29122 \series default
29123  debe por tanto estar al comienzo de una línea y en la salida se presenta
29124  sobre esta línea.
29125  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
29126 \begin_inset Formula 
29127 \begin{align}
29128 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29129 \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
29130 \end{align}
29131
29132 \end_inset
29133
29134
29135 \end_layout
29136
29137 \begin_layout Standard
29138 \noindent
29139 \align center
29140 \begin_inset Newpage newpage
29141 \end_inset
29142
29143
29144 \end_layout
29145
29146 \begin_layout Section
29147 Numeración de ecuaciones
29148 \begin_inset Index idx
29149 status collapsed
29150
29151 \begin_layout Plain Layout
29152 Ecuación ! numeración|see
29153 \begin_inset ERT
29154 status collapsed
29155
29156 \begin_layout Plain Layout
29157
29158 {
29159 \end_layout
29160
29161 \end_inset
29162
29163 Numeración de ecuaciones
29164 \begin_inset ERT
29165 status collapsed
29166
29167 \begin_layout Plain Layout
29168
29169 }
29170 \end_layout
29171
29172 \end_inset
29173
29174
29175 \end_layout
29176
29177 \end_inset
29178
29179
29180 \begin_inset Index idx
29181 status collapsed
29182
29183 \begin_layout Plain Layout
29184 Numeración de ecuaciones
29185 \end_layout
29186
29187 \end_inset
29188
29189
29190 \end_layout
29191
29192 \begin_layout Subsection
29193 General
29194 \end_layout
29195
29196 \begin_layout Standard
29197 Las ecuaciones numeradas se insertan con el menú 
29198 \family sans
29199 Insertar\SpecialChar \menuseparator
29200 Ecuación
29201 \family default
29202  
29203 \family sans
29204 \SpecialChar \menuseparator
29205 Numerada
29206 \family default
29207  (atajo 
29208 \family sans
29209 Ctrl+Alt
29210 \begin_inset space ~
29211 \end_inset
29212
29213 N
29214 \family default
29215 ).
29216  Ecuaciones existentes se pueden numerar con el menú 
29217 \family sans
29218 Editar\SpecialChar \menuseparator
29219 Ecuación\SpecialChar \menuseparator
29220 Numerar la ecuación
29221 \family default
29222  (atajo
29223 \family sans
29224  Alt+M
29225 \begin_inset space ~
29226 \end_inset
29227
29228 N
29229 \family default
29230 ).
29231  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
29232  En la salida se muestra el número real.
29233 \end_layout
29234
29235 \begin_layout Standard
29236 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
29237  líneas.
29238  No obstante, la numeración se puede controlar en cada línea con el menú
29239  
29240 \family sans
29241 Editar\SpecialChar \menuseparator
29242 Ecuación\SpecialChar \menuseparator
29243 Numerar la línea
29244 \family default
29245  (atajo
29246 \family sans
29247  Alt+M
29248 \begin_inset space ~
29249 \end_inset
29250
29251 Mayúsculas+N
29252 \family default
29253 ).
29254 \end_layout
29255
29256 \begin_layout Standard
29257 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
29258  distintos, véase 
29259 \begin_inset CommandInset ref
29260 LatexCommand ref
29261 reference "sec:Estilos-de-ecuación"
29262
29263 \end_inset
29264
29265 .
29266 \end_layout
29267
29268 \begin_layout Subsection
29269 Referencias cruzadas
29270 \begin_inset Index idx
29271 status collapsed
29272
29273 \begin_layout Plain Layout
29274 Ecuación ! referencias cruzadas a
29275 \end_layout
29276
29277 \end_inset
29278
29279
29280 \end_layout
29281
29282 \begin_layout Standard
29283 Todas las ecuaciones con etiqueta se pueden referir.
29284  La etiqueta se añade con el menú 
29285 \family sans
29286 Insertar\SpecialChar \menuseparator
29287 Etiqueta
29288 \family default
29289  o con el botón 
29290 \begin_inset Graphics
29291         filename ../../images/label-insert.png
29292         scale 85
29293
29294 \end_inset
29295
29296  de la barra de herramientas.
29297  El cursor debe estar dentro de una ecuación en modo presentación.
29298  Como alternativa, se puede hacer clic derecha sobre la fórmula y elegir
29299  
29300 \family sans
29301 Etiqueta de ecuación
29302 \family default
29303 .
29304  Surge un diálogo con el prefijo 
29305 \series bold
29306 eq:
29307 \series default
29308 , detrás del cual se escribe el texto de la etiqueta.
29309  El prefijo significa 
29310 \begin_inset Quotes fld
29311 \end_inset
29312
29313 equation
29314 \begin_inset Quotes frd
29315 \end_inset
29316
29317  y hace más fácil encontrar etiquetas en documentos extensos porque así
29318  se distingue p.
29319 \begin_inset space \thinspace{}
29320 \end_inset
29321
29322 ej.
29323 \begin_inset space ~
29324 \end_inset
29325
29326 de las etiquetas de sección.
29327  Para cambiar una etiqueta se usa de nuevo el menú 
29328 \family sans
29329 Insertar\SpecialChar \menuseparator
29330 Etiqueta 
29331 \family default
29332 o la opción 
29333 \family sans
29334 Etiqueta de ecuación
29335 \family default
29336  al hacer clic derecha sobre una fórmula.
29337 \end_layout
29338
29339 \begin_layout Standard
29340 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
29341  ecuación.
29342  Una ecuación con etiqueta se numera siempre.
29343 \end_layout
29344
29345 \begin_layout Standard
29346 Las referencias cruzadas se insertan mediante el menú 
29347 \family sans
29348 Insertar\SpecialChar \menuseparator
29349 Referencia cruzada
29350 \family default
29351  o con el botón 
29352 \begin_inset Graphics
29353         filename ../../images/dialog-show-new-inset_ref.png
29354         scale 85
29355
29356 \end_inset
29357
29358 .
29359  Una referencia a una ecuación aparece en la salida con su número.
29360  Si en el diálogo de referencia cruzada se elige el formato 
29361 \series bold
29362 (<referencia>)
29363 \series default
29364 , la referencia se muestra en la salida entre paréntesis.
29365  
29366 \begin_inset Newline newline
29367 \end_inset
29368
29369 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
29370  a la ecuación de referencia.
29371 \end_layout
29372
29373 \begin_layout Standard
29374 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
29375  siguientes:
29376 \begin_inset Note Note
29377 status collapsed
29378
29379 \begin_layout Plain Layout
29380 Observa los distintos tipos de referencias cruzadas.
29381 \end_layout
29382
29383 \end_inset
29384
29385
29386 \end_layout
29387
29388 \begin_layout Standard
29389 Las ecuaciones 
29390 \begin_inset CommandInset ref
29391 LatexCommand eqref
29392 reference "eq:tag"
29393
29394 \end_inset
29395
29396  y 
29397 \begin_inset CommandInset ref
29398 LatexCommand eqref
29399 reference "eq:c"
29400
29401 \end_inset
29402
29403  son equivalentes.
29404  En (
29405 \begin_inset CommandInset ref
29406 LatexCommand ref
29407 reference "eq:Lat"
29408
29409 \end_inset
29410
29411 ) se usan mayúsculas latinas para la numeración, a diferencia de (
29412 \begin_inset CommandInset ref
29413 LatexCommand ref
29414 reference "eq:Rom"
29415
29416 \end_inset
29417
29418 ).
29419 \begin_inset VSpace medskip
29420 \end_inset
29421
29422
29423 \end_layout
29424
29425 \begin_layout Standard
29426 Si el argumento de 
29427 \series bold
29428
29429 \backslash
29430 tag
29431 \begin_inset Foot
29432 status collapsed
29433
29434 \begin_layout Plain Layout
29435
29436 \series bold
29437
29438 \backslash
29439 tag
29440 \series default
29441  se describe en 
29442 \begin_inset CommandInset ref
29443 LatexCommand ref
29444 reference "sub:Numeración-personalizada"
29445
29446 \end_inset
29447
29448
29449 \end_layout
29450
29451 \end_inset
29452
29453
29454 \series default
29455  contiene un marco, como se describe en la 
29456 \begin_inset CommandInset ref
29457 LatexCommand ref
29458 reference "sub:Marcos-de-párrafo"
29459
29460 \end_inset
29461
29462 , no se puede referir la ecuación.
29463 \end_layout
29464
29465 \begin_layout Subsection
29466 Subnumeración
29467 \begin_inset Index idx
29468 status collapsed
29469
29470 \begin_layout Plain Layout
29471 Numeración de ecuaciones ! subnumeración
29472 \end_layout
29473
29474 \end_inset
29475
29476
29477 \end_layout
29478
29479 \begin_layout Standard
29480 Con ayuda de los comandos 
29481 \series bold
29482
29483 \backslash
29484 begin{subequations}
29485 \series default
29486  y 
29487 \series bold
29488
29489 \backslash
29490 end{subequations}
29491 \series default
29492  en modo TeX se pueden subnumerar ecuaciones.
29493 \end_layout
29494
29495 \begin_layout Standard
29496 Ejemplo:
29497 \begin_inset Formula 
29498 \begin{equation}
29499 A=C-B\label{eq:a}
29500 \end{equation}
29501
29502 \end_inset
29503
29504
29505 \begin_inset ERT
29506 status collapsed
29507
29508 \begin_layout Plain Layout
29509
29510
29511 \backslash
29512 addtocounter{equation}{-1}
29513 \end_layout
29514
29515 \end_inset
29516
29517
29518 \begin_inset ERT
29519 status collapsed
29520
29521 \begin_layout Plain Layout
29522
29523
29524 \backslash
29525 begin{subequations}
29526 \end_layout
29527
29528 \end_inset
29529
29530
29531 \begin_inset VSpace -5mm
29532 \end_inset
29533
29534
29535 \begin_inset Formula 
29536 \begin{equation}
29537 B=C-A\label{eq:b}
29538 \end{equation}
29539
29540 \end_inset
29541
29542
29543 \begin_inset Formula 
29544 \begin{equation}
29545 C=A+B\label{eq:c}
29546 \end{equation}
29547
29548 \end_inset
29549
29550
29551 \end_layout
29552
29553 \begin_layout Standard
29554 \begin_inset ERT
29555 status collapsed
29556
29557 \begin_layout Plain Layout
29558
29559
29560 \backslash
29561 end{subequations}
29562 \end_layout
29563
29564 \end_inset
29565
29566
29567 \end_layout
29568
29569 \begin_layout Standard
29570 Para este ejemplo se ha hecho lo siguiente:
29571 \end_layout
29572
29573 \begin_layout Enumerate
29574 se inserta la primera ecuación
29575 \end_layout
29576
29577 \begin_layout Enumerate
29578 después de ella se inserta
29579 \series bold
29580
29581 \begin_inset Newline newline
29582 \end_inset
29583
29584
29585 \backslash
29586 addtocounter{equation}{-1} 
29587 \backslash
29588 begin{subequations}
29589 \begin_inset Index idx
29590 status collapsed
29591
29592 \begin_layout Plain Layout
29593 Comandos ! A ! 
29594 \backslash
29595 addtocounter
29596 \end_layout
29597
29598 \end_inset
29599
29600
29601 \end_layout
29602
29603 \begin_layout Enumerate
29604 se inserta la segunda ecuación
29605 \end_layout
29606
29607 \begin_layout Enumerate
29608 se inserta la tercera ecuación
29609 \end_layout
29610
29611 \begin_layout Enumerate
29612 se inserta 
29613 \series bold
29614
29615 \backslash
29616 end{subequations}
29617 \series default
29618  tras la tercera ecuación
29619 \end_layout
29620
29621 \begin_layout Standard
29622 Toda ecuación entre los comandos 
29623 \series bold
29624
29625 \backslash
29626 begin
29627 \series default
29628  y 
29629 \series bold
29630
29631 \backslash
29632 end
29633 \series default
29634  se subnumera con a, b, c\SpecialChar \ldots{}
29635  En ecuaciones multilínea se subnumerará cada línea.
29636  Todas las ecuaciones subnumeradas son tratadas como 
29637 \emph on
29638 una
29639 \emph default
29640  ecuación numerada.
29641  Pero como cada ecuación numerada aumenta el contador 
29642 \series bold
29643 equation
29644 \series default
29645  en uno, hay que disminuir el comando 
29646 \series bold
29647
29648 \backslash
29649 addtocounter
29650 \series default
29651 .
29652  De lo contrario, las ecuaciones 
29653 \begin_inset CommandInset ref
29654 LatexCommand eqref
29655 reference "eq:a"
29656
29657 \end_inset
29658
29659
29660 \begin_inset CommandInset ref
29661 LatexCommand eqref
29662 reference "eq:b"
29663
29664 \end_inset
29665
29666
29667 \begin_inset CommandInset ref
29668 LatexCommand eqref
29669 reference "eq:c"
29670
29671 \end_inset
29672
29673  se numerarían 
29674 \begin_inset CommandInset ref
29675 LatexCommand eqref
29676 reference "eq:a"
29677
29678 \end_inset
29679
29680
29681 \begin_inset CommandInset ref
29682 LatexCommand eqref
29683 reference "eq:d"
29684
29685 \end_inset
29686
29687
29688 \begin_inset CommandInset ref
29689 LatexCommand eqref
29690 reference "eq:f"
29691
29692 \end_inset
29693
29694 .
29695 \end_layout
29696
29697 \begin_layout Standard
29698 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
29699  ecuaciones.
29700  Para evitarlo se inserta ese espacio vertical de -5
29701 \begin_inset space \thinspace{}
29702 \end_inset
29703
29704 mm detrás del comando 
29705 \series bold
29706
29707 \backslash
29708 begin{subequations}
29709 \series default
29710 .
29711
29712 \series bold
29713  
29714 \series default
29715 Si se usa el estilo 
29716 \series bold
29717 Sangrado
29718 \series default
29719
29720 \begin_inset Foot
29721 status collapsed
29722
29723 \begin_layout Plain Layout
29724 véase estilos de ecuación en 
29725 \begin_inset CommandInset ref
29726 LatexCommand ref
29727 reference "sec:Estilos-de-ecuación"
29728
29729 \end_inset
29730
29731
29732 \end_layout
29733
29734 \end_inset
29735
29736 , entonces se inserta -7
29737 \begin_inset space \thinspace{}
29738 \end_inset
29739
29740 mm.
29741 \end_layout
29742
29743 \begin_layout Standard
29744 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
29745  de la segunda línea:
29746 \begin_inset ERT
29747 status collapsed
29748
29749 \begin_layout Plain Layout
29750
29751
29752 \backslash
29753 begin{subequations}
29754 \end_layout
29755
29756 \end_inset
29757
29758
29759 \begin_inset Formula 
29760 \begin{eqnarray}
29761 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29762  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29763  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29764 \end{eqnarray}
29765
29766 \end_inset
29767
29768
29769 \begin_inset ERT
29770 status collapsed
29771
29772 \begin_layout Plain Layout
29773
29774
29775 \backslash
29776 end{subequations}
29777 \end_layout
29778
29779 \end_inset
29780
29781
29782 \end_layout
29783
29784 \begin_layout Subsection
29785 Numeración definida por el usuario
29786 \begin_inset CommandInset label
29787 LatexCommand label
29788 name "sub:Numeración-personalizada"
29789
29790 \end_inset
29791
29792
29793 \begin_inset Index idx
29794 status collapsed
29795
29796 \begin_layout Plain Layout
29797 Numeración de ecuaciones ! personalizada
29798 \end_layout
29799
29800 \end_inset
29801
29802
29803 \end_layout
29804
29805 \begin_layout Standard
29806 Con la numeración estándar el número se coloca entre paréntesis.
29807  Para reemplazar los paréntesis con barras verticales, p.
29808 \begin_inset space \thinspace{}
29809 \end_inset
29810
29811 e., se añade al preámbulo LaTeX la línea: 
29812 \end_layout
29813
29814 \begin_layout Standard
29815
29816 \series bold
29817
29818 \backslash
29819 def
29820 \backslash
29821 tagform@#1{
29822 \backslash
29823 maketag@@@{|#1|}}
29824 \series default
29825
29826 \begin_inset Note Note
29827 status collapsed
29828
29829 \begin_layout Plain Layout
29830 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
29831  Para activarlo, quita el % del principio.
29832 \end_layout
29833
29834 \end_inset
29835
29836
29837 \end_layout
29838
29839 \begin_layout Standard
29840 Para usar otros caracteres, se reemplazan las barras al lado de 
29841 \series bold
29842 #1
29843 \series default
29844  por ellos.
29845  Para obtener sólo el número de ecuación se omiten las barras verticales.
29846 \begin_inset VSpace bigskip
29847 \end_inset
29848
29849
29850 \end_layout
29851
29852 \begin_layout Standard
29853 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
29854  consecutivo, se usa el comando 
29855 \series bold
29856
29857 \backslash
29858 tag
29859 \begin_inset Index idx
29860 status collapsed
29861
29862 \begin_layout Plain Layout
29863 Comandos ! T ! 
29864 \backslash
29865 tag
29866 \end_layout
29867
29868 \end_inset
29869
29870
29871 \series default
29872 :
29873 \begin_inset Formula 
29874 \begin{equation}
29875 A+B=C\tag{algo}\label{eq:tag}
29876 \end{equation}
29877
29878 \end_inset
29879
29880 En este ejemplo se ha insertado el comando
29881 \series bold
29882  
29883 \backslash
29884 tag
29885 \begin_inset space \textvisiblespace{}
29886 \end_inset
29887
29888 algo
29889 \series default
29890  en la ecuación.
29891 \end_layout
29892
29893 \begin_layout Standard
29894 Si se usa en su lugar el comando con asterisco 
29895 \series bold
29896
29897 \backslash
29898 tag*
29899 \begin_inset space \textvisiblespace{}
29900 \end_inset
29901
29902 algo
29903 \series default
29904  no se imprimen los paréntesis:
29905 \begin_inset Formula 
29906 \[
29907 A+B=C\tag*{algo}
29908 \]
29909
29910 \end_inset
29911
29912
29913 \end_layout
29914
29915 \begin_layout Standard
29916 \begin_inset VSpace bigskip
29917 \end_inset
29918
29919
29920 \end_layout
29921
29922 \begin_layout Standard
29923 Para reiniciar la numeración en nuevas partes o secciones del documento
29924  se usan los siguientes comandos:
29925 \end_layout
29926
29927 \begin_layout Standard
29928
29929 \series bold
29930
29931 \backslash
29932 @addtoreset{equation}{part}
29933 \series default
29934
29935 \begin_inset Index idx
29936 status collapsed
29937
29938 \begin_layout Plain Layout
29939 Comandos ! 
29940 \begin_inset ERT
29941 status collapsed
29942
29943 \begin_layout Plain Layout
29944
29945 "
29946 \end_layout
29947
29948 \end_inset
29949
29950 @
29951 \begin_inset ERT
29952 status collapsed
29953
29954 \begin_layout Plain Layout
29955
29956 "
29957 \end_layout
29958
29959 \end_inset
29960
29961  ! 
29962 \backslash
29963
29964 \begin_inset ERT
29965 status collapsed
29966
29967 \begin_layout Plain Layout
29968
29969 "
29970 \end_layout
29971
29972 \end_inset
29973
29974 @
29975 \begin_inset ERT
29976 status collapsed
29977
29978 \begin_layout Plain Layout
29979
29980 "
29981 \end_layout
29982
29983 \end_inset
29984
29985 addtoreset
29986 \end_layout
29987
29988 \end_inset
29989
29990
29991 \begin_inset Newline newline
29992 \end_inset
29993
29994
29995 \series bold
29996
29997 \backslash
29998 @addtoreset{equation}{section}
29999 \end_layout
30000
30001 \begin_layout Standard
30002 Pata poder usar estos comandos en modo TeX, el carácter 
30003 \begin_inset Quotes fld
30004 \end_inset
30005
30006 @
30007 \begin_inset Quotes frd
30008 \end_inset
30009
30010  debe 
30011 \begin_inset Quotes fld
30012 \end_inset
30013
30014 activarse
30015 \begin_inset Quotes frd
30016 \end_inset
30017
30018  para LaTeX con el comando 
30019 \series bold
30020
30021 \backslash
30022 makeatletter
30023 \series default
30024 .
30025  El comando 
30026 \series bold
30027
30028 \backslash
30029 makeatother
30030 \series default
30031  deshace esto.
30032  Así pues, la secuencia de comandos en modo TeX es:
30033 \end_layout
30034
30035 \begin_layout Standard
30036
30037 \series bold
30038
30039 \backslash
30040 makeatletter
30041 \begin_inset Newline newline
30042 \end_inset
30043
30044
30045 \backslash
30046 @addtoreset{equation}{section}
30047 \begin_inset Newline newline
30048 \end_inset
30049
30050
30051 \backslash
30052 makeatother
30053 \end_layout
30054
30055 \begin_layout Standard
30056 En el preámbulo LaTeX se pueden omitir 
30057 \series bold
30058
30059 \backslash
30060 makeatletter
30061 \series default
30062  y 
30063 \series bold
30064
30065 \backslash
30066 makeatother
30067 \series default
30068  pues son automáticamente insertados por LyX.
30069 \end_layout
30070
30071 \begin_layout Standard
30072 Para el comando 
30073 \series bold
30074
30075 \backslash
30076 @addtoreset
30077 \series default
30078 ,
30079 \series bold
30080  
30081 \series default
30082 hay que cargar en el preámbulo LaTeX el archivo 
30083 \series bold
30084 remreset.sty
30085 \series default
30086
30087 \begin_inset Foot
30088 status collapsed
30089
30090 \begin_layout Plain Layout
30091
30092 \series bold
30093 remreset
30094 \series default
30095  es parte del paquete LaTeX 
30096 \series bold
30097 carlisle
30098 \series default
30099
30100 \begin_inset Index idx
30101 status collapsed
30102
30103 \begin_layout Plain Layout
30104 Paquetes ! carlisle
30105 \end_layout
30106
30107 \end_inset
30108
30109 , incluido en las instalaciones estándar de LaTeX.
30110 \end_layout
30111
30112 \end_inset
30113
30114
30115 \begin_inset Index idx
30116 status collapsed
30117
30118 \begin_layout Plain Layout
30119 Paquetes ! remreset
30120 \end_layout
30121
30122 \end_inset
30123
30124  con la línea
30125 \end_layout
30126
30127 \begin_layout Standard
30128
30129 \series bold
30130
30131 \backslash
30132 usepackage{remreset}
30133 \end_layout
30134
30135 \begin_layout Standard
30136 Entonces se puede usar el comando 
30137 \series bold
30138
30139 \backslash
30140 @removefromreset
30141 \series default
30142
30143 \begin_inset Index idx
30144 status collapsed
30145
30146 \begin_layout Plain Layout
30147 Comandos ! 
30148 \begin_inset ERT
30149 status collapsed
30150
30151 \begin_layout Plain Layout
30152
30153 "
30154 \end_layout
30155
30156 \end_inset
30157
30158 @
30159 \begin_inset ERT
30160 status collapsed
30161
30162 \begin_layout Plain Layout
30163
30164 "
30165 \end_layout
30166
30167 \end_inset
30168
30169  ! 
30170 \backslash
30171
30172 \begin_inset ERT
30173 status collapsed
30174
30175 \begin_layout Plain Layout
30176
30177 "
30178 \end_layout
30179
30180 \end_inset
30181
30182 @
30183 \begin_inset ERT
30184 status collapsed
30185
30186 \begin_layout Plain Layout
30187
30188 "
30189 \end_layout
30190
30191 \end_inset
30192
30193 removefromreset
30194 \end_layout
30195
30196 \end_inset
30197
30198  con el mismo esquema que 
30199 \series bold
30200
30201 \backslash
30202 @addtoreset
30203 \series default
30204 .
30205 \begin_inset VSpace bigskip
30206 \end_inset
30207
30208
30209 \end_layout
30210
30211 \begin_layout Standard
30212 A veces las ecuaciones deberían numerarse de la siguiente manera:
30213 \end_layout
30214
30215 \begin_layout Standard
30216
30217 \family typewriter
30218 (número de sección.número de ecuación)
30219 \end_layout
30220
30221 \begin_layout Standard
30222 El número de ecuación empezaría con 
30223 \begin_inset Quotes fld
30224 \end_inset
30225
30226 1
30227 \begin_inset Quotes frd
30228 \end_inset
30229
30230  en cada sección.
30231 \end_layout
30232
30233 \begin_layout Standard
30234 Para este caso hay el comando 
30235 \series bold
30236
30237 \backslash
30238 numberwithin
30239 \series default
30240
30241 \begin_inset Index idx
30242 status collapsed
30243
30244 \begin_layout Plain Layout
30245 Comandos ! N ! 
30246 \backslash
30247 numberwithin
30248 \end_layout
30249
30250 \end_inset
30251
30252 , que se usa con el esquema:
30253 \end_layout
30254
30255 \begin_layout Standard
30256
30257 \series bold
30258
30259 \backslash
30260 numberwithin{counter}{sectioning}
30261 \end_layout
30262
30263 \begin_layout Standard
30264 \begin_inset Quotes fld
30265 \end_inset
30266
30267 counter
30268 \begin_inset Quotes frd
30269 \end_inset
30270
30271  indica qué clase de numeración es afectada, 
30272 \begin_inset Quotes fld
30273 \end_inset
30274
30275 sectioning
30276 \begin_inset Quotes frd
30277 \end_inset
30278
30279  indica qué número va delante del punto.
30280  
30281 \end_layout
30282
30283 \begin_layout Standard
30284 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
30285  en el preámbulo LaTeX:
30286 \end_layout
30287
30288 \begin_layout Standard
30289
30290 \series bold
30291
30292 \backslash
30293 numberwithin{equation}{section}
30294 \end_layout
30295
30296 \begin_layout Standard
30297 Este es el resultado::
30298 \begin_inset ERT
30299 status collapsed
30300
30301 \begin_layout Plain Layout
30302
30303
30304 \backslash
30305 numberwithin{equation}{section}
30306 \end_layout
30307
30308 \end_inset
30309
30310
30311 \begin_inset Formula 
30312 \begin{equation}
30313 A+B=C
30314 \end{equation}
30315
30316 \end_inset
30317
30318
30319 \end_layout
30320
30321 \begin_layout Standard
30322 Para numerar cuadros de modo que, p.
30323 \begin_inset space \thinspace{}
30324 \end_inset
30325
30326 ej., 
30327 \begin_inset Quotes fld
30328 \end_inset
30329
30330 sectioning
30331 \begin_inset Quotes frd
30332 \end_inset
30333
30334  sea el número de la parte se usa
30335 \begin_inset Newline newline
30336 \end_inset
30337
30338
30339 \series bold
30340
30341 \backslash
30342 numberwithin{table}{part}
30343 \end_layout
30344
30345 \begin_layout Standard
30346 Para volver a la numeración estándar o evitar esta clase numeración cuando
30347  es definida por la clase de documento, se inserta el siguiente comando
30348  en código TeX o en el preámbulo LaTeX:
30349 \end_layout
30350
30351 \begin_layout Standard
30352
30353 \series bold
30354
30355 \backslash
30356 renewcommand{
30357 \backslash
30358 theequation}{
30359 \backslash
30360 arabic{equation}}
30361 \begin_inset Index idx
30362 status collapsed
30363
30364 \begin_layout Plain Layout
30365 Comandos ! A ! 
30366 \backslash
30367 arabic
30368 \end_layout
30369
30370 \end_inset
30371
30372
30373 \series default
30374
30375 \begin_inset ERT
30376 status collapsed
30377
30378 \begin_layout Plain Layout
30379
30380
30381 \backslash
30382 renewcommand{
30383 \backslash
30384 theequation}{
30385 \backslash
30386 arabic{equation}}
30387 \end_layout
30388
30389 \end_inset
30390
30391
30392 \series bold
30393
30394 \begin_inset Newline newline
30395 \end_inset
30396
30397
30398 \series default
30399 o
30400 \series bold
30401
30402 \begin_inset Newline newline
30403 \end_inset
30404
30405
30406 \backslash
30407 renewcommand{
30408 \backslash
30409 thetable}{
30410 \backslash
30411 arabic{table}}
30412 \end_layout
30413
30414 \begin_layout Standard
30415
30416 \series bold
30417
30418 \backslash
30419 numberwithin
30420 \series default
30421  usa internamente el comando 
30422 \series bold
30423
30424 \backslash
30425 @addtoreset
30426 \series default
30427 , descrito arriba, que también debe ser restaurado.
30428 \begin_inset ERT
30429 status collapsed
30430
30431 \begin_layout Plain Layout
30432
30433
30434 \backslash
30435 makeatletter
30436 \end_layout
30437
30438 \begin_layout Plain Layout
30439
30440
30441 \backslash
30442 @removefromreset{equation}{section}
30443 \end_layout
30444
30445 \begin_layout Plain Layout
30446
30447
30448 \backslash
30449 makeatother
30450 \end_layout
30451
30452 \end_inset
30453
30454
30455 \end_layout
30456
30457 \begin_layout Subsection
30458 Numeración con números romanos y letras
30459 \begin_inset Index idx
30460 status collapsed
30461
30462 \begin_layout Plain Layout
30463 Numeración de ecuaciones ! con números romanos
30464 \end_layout
30465
30466 \end_inset
30467
30468
30469 \begin_inset Index idx
30470 status collapsed
30471
30472 \begin_layout Plain Layout
30473 Numeración de ecuaciones ! con letras
30474 \end_layout
30475
30476 \end_inset
30477
30478
30479 \end_layout
30480
30481 \begin_layout Standard
30482 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
30483  Por ejemplo, para numerar con romanos en minúscula,
30484 \begin_inset Foot
30485 status collapsed
30486
30487 \begin_layout Plain Layout
30488 Como en español no se usan romanos en minúscula, el estilo 
30489 \series bold
30490 spanish
30491 \series default
30492  del sistema 
30493 \series bold
30494 babel
30495 \series default
30496  redefine 
30497 \series bold
30498
30499 \backslash
30500 roman
30501 \series default
30502  para que los dé en versalitas.
30503  Véase 
30504 \begin_inset CommandInset citation
30505 LatexCommand cite
30506 key "spanish"
30507
30508 \end_inset
30509
30510  (
30511 \emph on
30512 N.
30513 \begin_inset space \thinspace{}
30514 \end_inset
30515
30516 del t
30517 \emph default
30518 ).
30519 \end_layout
30520
30521 \end_inset
30522
30523  se inserta el comando
30524 \end_layout
30525
30526 \begin_layout Standard
30527
30528 \series bold
30529
30530 \backslash
30531 renewcommand{
30532 \backslash
30533 theequation}{
30534 \backslash
30535 roman{equation}}
30536 \end_layout
30537
30538 \begin_layout Standard
30539 antes de la ecuación en modo TeX.
30540  
30541 \series bold
30542
30543 \backslash
30544 renewcommand
30545 \series default
30546
30547 \begin_inset Index idx
30548 status collapsed
30549
30550 \begin_layout Plain Layout
30551 Comandos ! R ! 
30552 \backslash
30553 renewcommand
30554 \end_layout
30555
30556 \end_inset
30557
30558  redefine el comando predefinido 
30559 \series bold
30560
30561 \backslash
30562 theequation
30563 \series default
30564  como 
30565 \series bold
30566
30567 \backslash
30568 roman{equation}
30569 \series default
30570 .
30571 \begin_inset Foot
30572 status collapsed
30573
30574 \begin_layout Plain Layout
30575 El comando 
30576 \series bold
30577
30578 \backslash
30579 renewcommand
30580 \series default
30581  tiene el mismo esquema que el comando 
30582 \series bold
30583
30584 \backslash
30585 newcommand
30586 \series default
30587 , descrito en 
30588 \begin_inset CommandInset ref
30589 LatexCommand ref
30590 reference "sub:El-comando-newcommand"
30591
30592 \end_inset
30593
30594 .
30595 \end_layout
30596
30597 \end_inset
30598
30599  
30600 \series bold
30601 equation
30602 \series default
30603  es el contador de ecuaciones.
30604  Si se usa el comando 
30605 \series bold
30606
30607 \backslash
30608 the
30609 \series default
30610  como prefijo de un contador, el valor del contador sale en números arábigos.
30611  Si una ecuación es numerada, LaTeX pone internamente el comando 
30612 \series bold
30613
30614 \backslash
30615 theequation
30616 \series default
30617  detrás de la ecuación.
30618  
30619 \series bold
30620
30621 \backslash
30622 roman{equation}
30623 \series default
30624
30625 \begin_inset Index idx
30626 status collapsed
30627
30628 \begin_layout Plain Layout
30629 Comandos ! R ! 
30630 \backslash
30631 roman
30632 \end_layout
30633
30634 \end_inset
30635
30636  pone el contador en romanos en minúscula.
30637 \end_layout
30638
30639 \begin_layout Standard
30640 Todas las ecuaciones siguientes a 
30641 \series bold
30642
30643 \backslash
30644 renew
30645 \series default
30646 c
30647 \series bold
30648 ommand
30649 \series default
30650  se numerarán en romanos.
30651  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
30652  cambiando 
30653 \series bold
30654
30655 \backslash
30656 roman
30657 \series default
30658  por 
30659 \series bold
30660
30661 \backslash
30662 Roman
30663 \series default
30664
30665 \begin_inset Index idx
30666 status collapsed
30667
30668 \begin_layout Plain Layout
30669 Comandos ! R ! 
30670 \backslash
30671 roman@
30672 \backslash
30673 Roman
30674 \end_layout
30675
30676 \end_inset
30677
30678 .
30679  Para 
30680 \begin_inset Quotes fld
30681 \end_inset
30682
30683 numerar
30684 \begin_inset Quotes frd
30685 \end_inset
30686
30687  con minúsculas latinas hay el comando 
30688 \series bold
30689
30690 \backslash
30691 alph
30692 \series default
30693
30694 \begin_inset Index idx
30695 status collapsed
30696
30697 \begin_layout Plain Layout
30698 Comandos ! A ! 
30699 \backslash
30700 alph
30701 \end_layout
30702
30703 \end_inset
30704
30705 , y para mayúsculas el comando 
30706 \series bold
30707
30708 \backslash
30709 Alph
30710 \series default
30711
30712 \begin_inset Index idx
30713 status collapsed
30714
30715 \begin_layout Plain Layout
30716 Comandos ! A ! 
30717 \backslash
30718 alph@
30719 \backslash
30720 Alph
30721 \end_layout
30722
30723 \end_inset
30724
30725 .
30726 \end_layout
30727
30728 \begin_layout Standard
30729 \begin_inset Note Greyedout
30730 status open
30731
30732 \begin_layout Plain Layout
30733
30734 \series bold
30735 \color none
30736 Nota:
30737 \series default
30738  Con letras latinas sólo se puede numerar hasta un máximo de 26
30739 \begin_inset space ~
30740 \end_inset
30741
30742 ecuaciones.
30743 \end_layout
30744
30745 \end_inset
30746
30747
30748 \end_layout
30749
30750 \begin_layout Standard
30751 \begin_inset ERT
30752 status collapsed
30753
30754 \begin_layout Plain Layout
30755
30756
30757 \backslash
30758 renewcommand{
30759 \backslash
30760 theequation}{
30761 \backslash
30762 roman{equation}}
30763 \end_layout
30764
30765 \end_inset
30766
30767
30768 \begin_inset Formula 
30769 \begin{equation}
30770 A=\textrm{romanos en minúscula}
30771 \end{equation}
30772
30773 \end_inset
30774
30775
30776 \begin_inset ERT
30777 status collapsed
30778
30779 \begin_layout Plain Layout
30780
30781
30782 \backslash
30783 renewcommand{
30784 \backslash
30785 theequation}{
30786 \backslash
30787 Roman{equation}}
30788 \end_layout
30789
30790 \end_inset
30791
30792
30793 \begin_inset Formula 
30794 \begin{equation}
30795 B=\textrm{romanos en mayúscula}\label{eq:Rom}
30796 \end{equation}
30797
30798 \end_inset
30799
30800
30801 \begin_inset ERT
30802 status collapsed
30803
30804 \begin_layout Plain Layout
30805
30806
30807 \backslash
30808 renewcommand{
30809 \backslash
30810 theequation}{
30811 \backslash
30812 alph{equation}}
30813 \end_layout
30814
30815 \end_inset
30816
30817
30818 \begin_inset Formula 
30819 \begin{equation}
30820 C=\textrm{latinas en minúscula}
30821 \end{equation}
30822
30823 \end_inset
30824
30825
30826 \begin_inset ERT
30827 status collapsed
30828
30829 \begin_layout Plain Layout
30830
30831
30832 \backslash
30833 renewcommand{
30834 \backslash
30835 theequation}{
30836 \backslash
30837 Alph{equation}}
30838 \end_layout
30839
30840 \end_inset
30841
30842
30843 \begin_inset Formula 
30844 \begin{equation}
30845 D=\textrm{latinas en mayúscula}\label{eq:Lat}
30846 \end{equation}
30847
30848 \end_inset
30849
30850
30851 \end_layout
30852
30853 \begin_layout Standard
30854 Para volver a la numeración por omisión se inserta el comando:
30855 \end_layout
30856
30857 \begin_layout Standard
30858
30859 \series bold
30860
30861 \backslash
30862 renewcommand{
30863 \backslash
30864 theequation}{
30865 \backslash
30866 arabic{equation}}
30867 \begin_inset Index idx
30868 status collapsed
30869
30870 \begin_layout Plain Layout
30871 Comandos ! A ! 
30872 \backslash
30873 arabic
30874 \end_layout
30875
30876 \end_inset
30877
30878
30879 \end_layout
30880
30881 \begin_layout Standard
30882 \begin_inset ERT
30883 status collapsed
30884
30885 \begin_layout Plain Layout
30886
30887
30888 \backslash
30889 renewcommand{
30890 \backslash
30891 theequation}{
30892 \backslash
30893 arabic{equation}}
30894 \end_layout
30895
30896 \end_inset
30897
30898
30899 \begin_inset Formula 
30900 \begin{equation}
30901 E=\mbox{arábigos}
30902 \end{equation}
30903
30904 \end_inset
30905
30906
30907 \end_layout
30908
30909 \begin_layout Standard
30910 \begin_inset VSpace medskip
30911 \end_inset
30912
30913
30914 \end_layout
30915
30916 \begin_layout Standard
30917 Como ves, las ecuaciones se numeran consecutivamente independientemente
30918  del estilo de numeración.
30919  Cuando la numeración haya de empezar con 
30920 \begin_inset Quotes fld
30921 \end_inset
30922
30923 1
30924 \begin_inset Quotes frd
30925 \end_inset
30926
30927  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
30928  Una descripción sobre esto se encuentra en el archivo 
30929 \begin_inset CommandInset href
30930 LatexCommand href
30931 name "Formula-numbering.lyx"
30932 target "run:Formula-numbering.lyx"
30933
30934 \end_inset
30935
30936 .
30937 \end_layout
30938
30939 \begin_layout Section
30940 Símbolos y ecuaciones químicas
30941 \begin_inset CommandInset label
30942 LatexCommand label
30943 name "sub:Símbolos-y-ecuaciones-químicas"
30944
30945 \end_inset
30946
30947
30948 \begin_inset Index idx
30949 status collapsed
30950
30951 \begin_layout Plain Layout
30952 Química ! símbolos
30953 \end_layout
30954
30955 \end_inset
30956
30957
30958 \begin_inset Index idx
30959 status collapsed
30960
30961 \begin_layout Plain Layout
30962 Química ! caracteres
30963 \end_layout
30964
30965 \end_inset
30966
30967
30968 \begin_inset Index idx
30969 status collapsed
30970
30971 \begin_layout Plain Layout
30972 Ecuación ! química|see
30973 \begin_inset ERT
30974 status collapsed
30975
30976 \begin_layout Plain Layout
30977
30978 {
30979 \end_layout
30980
30981 \end_inset
30982
30983 Química
30984 \begin_inset ERT
30985 status collapsed
30986
30987 \begin_layout Plain Layout
30988
30989 }
30990 \end_layout
30991
30992 \end_inset
30993
30994
30995 \end_layout
30996
30997 \end_inset
30998
30999
31000 \begin_inset Index idx
31001 status collapsed
31002
31003 \begin_layout Plain Layout
31004 Química ! iones
31005 \end_layout
31006
31007 \end_inset
31008
31009
31010 \begin_inset Index idx
31011 status collapsed
31012
31013 \begin_layout Plain Layout
31014 Iones|see
31015 \begin_inset ERT
31016 status collapsed
31017
31018 \begin_layout Plain Layout
31019
31020 {
31021 \end_layout
31022
31023 \end_inset
31024
31025 Química
31026 \begin_inset ERT
31027 status collapsed
31028
31029 \begin_layout Plain Layout
31030
31031 }
31032 \end_layout
31033
31034 \end_inset
31035
31036
31037 \end_layout
31038
31039 \end_inset
31040
31041
31042 \begin_inset Index idx
31043 status collapsed
31044
31045 \begin_layout Plain Layout
31046 Química ! reacción
31047 \end_layout
31048
31049 \end_inset
31050
31051
31052 \end_layout
31053
31054 \begin_layout Standard
31055 Un ejemplo de texto de química:
31056 \end_layout
31057
31058 \begin_layout Quote
31059 El ion 
31060 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31061 \end_inset
31062
31063  reacciona con dos iones 
31064 \begin_inset Formula $\mathrm{Na^{+}}$
31065 \end_inset
31066
31067  para dar sulfato de sodio 
31068 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
31069 \end_inset
31070
31071 .
31072  La ecuación química es:
31073 \begin_inset Formula 
31074 \begin{equation}
31075 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaccion-quimica}
31076 \end{equation}
31077
31078 \end_inset
31079
31080
31081 \end_layout
31082
31083 \begin_layout Standard
31084 Esta ecuación química puede componerse directamente en modo ecuación.
31085  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
31086  y con el atajo 
31087 \family sans
31088 Alt+C
31089 \begin_inset space ~
31090 \end_inset
31091
31092 R
31093 \family default
31094  se cambia en redonda.
31095 \begin_inset Foot
31096 status collapsed
31097
31098 \begin_layout Plain Layout
31099 véase estilos de tipografías en 
31100 \begin_inset CommandInset ref
31101 LatexCommand ref
31102 reference "sub:Estilos-de-tipografías"
31103
31104 \end_inset
31105
31106 .
31107 \end_layout
31108
31109 \end_inset
31110
31111
31112 \end_layout
31113
31114 \begin_layout Standard
31115 Para escribir ecuaciones químicas es más conveniente usar el comando 
31116 \series bold
31117
31118 \backslash
31119 ce
31120 \series default
31121
31122 \begin_inset Index idx
31123 status collapsed
31124
31125 \begin_layout Plain Layout
31126 Comandos ! C ! 
31127 \backslash
31128 ce
31129 \end_layout
31130
31131 \end_inset
31132
31133 , que está disponible si está instalado el paquete LaTeX 
31134 \series bold
31135 mhchem
31136 \series default
31137
31138 \begin_inset Index idx
31139 status collapsed
31140
31141 \begin_layout Plain Layout
31142 Paquetes ! mhchem
31143 \end_layout
31144
31145 \end_inset
31146
31147 .
31148  Al insertar 
31149 \series bold
31150
31151 \backslash
31152 ce
31153 \series default
31154  en modo matemático aparece un nuevo marco azul en el que se pueden escribir
31155  ecuaciones químicas de una forma intuitiva.
31156 \end_layout
31157
31158 \begin_layout Standard
31159 \align center
31160 \begin_inset Tabular
31161 <lyxtabular version="3" rows="9" columns="2">
31162 <features rotate="0" tabularvalignment="middle">
31163 <column alignment="center" valignment="top">
31164 <column alignment="center" valignment="top">
31165 <row>
31166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31167 \begin_inset Text
31168
31169 \begin_layout Plain Layout
31170 Comando
31171 \end_layout
31172
31173 \end_inset
31174 </cell>
31175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31176 \begin_inset Text
31177
31178 \begin_layout Plain Layout
31179 Resultado
31180 \begin_inset Note Note
31181 status collapsed
31182
31183 \begin_layout Plain Layout
31184
31185 \series bold
31186
31187 \backslash
31188 raisebox
31189 \series default
31190  se usa sólo como espaciador
31191 \end_layout
31192
31193 \end_inset
31194
31195
31196 \end_layout
31197
31198 \end_inset
31199 </cell>
31200 </row>
31201 <row>
31202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31203 \begin_inset Text
31204
31205 \begin_layout Plain Layout
31206
31207 \backslash
31208 ce
31209 \begin_inset space \textvisiblespace{}
31210 \end_inset
31211
31212 H2CO3
31213 \end_layout
31214
31215 \end_inset
31216 </cell>
31217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31218 \begin_inset Text
31219
31220 \begin_layout Plain Layout
31221 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31222 \end_inset
31223
31224
31225 \end_layout
31226
31227 \end_inset
31228 </cell>
31229 </row>
31230 <row>
31231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31232 \begin_inset Text
31233
31234 \begin_layout Plain Layout
31235
31236 \backslash
31237 ce
31238 \begin_inset space \textvisiblespace{}
31239 \end_inset
31240
31241 SO4^2-
31242 \end_layout
31243
31244 \end_inset
31245 </cell>
31246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31247 \begin_inset Text
31248
31249 \begin_layout Plain Layout
31250 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31251 \end_inset
31252
31253
31254 \end_layout
31255
31256 \end_inset
31257 </cell>
31258 </row>
31259 <row>
31260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31261 \begin_inset Text
31262
31263 \begin_layout Plain Layout
31264
31265 \backslash
31266 ce
31267 \begin_inset space \textvisiblespace{}
31268 \end_inset
31269
31270 (NH4)2S
31271 \end_layout
31272
31273 \end_inset
31274 </cell>
31275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31276 \begin_inset Text
31277
31278 \begin_layout Plain Layout
31279 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31280 \end_inset
31281
31282
31283 \end_layout
31284
31285 \end_inset
31286 </cell>
31287 </row>
31288 <row>
31289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31290 \begin_inset Text
31291
31292 \begin_layout Plain Layout
31293
31294 \backslash
31295 ce
31296 \begin_inset space \textvisiblespace{}
31297 \end_inset
31298
31299 KCr(SO4)2.12H2O
31300 \end_layout
31301
31302 \end_inset
31303 </cell>
31304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31305 \begin_inset Text
31306
31307 \begin_layout Plain Layout
31308 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31309 \end_inset
31310
31311
31312 \end_layout
31313
31314 \end_inset
31315 </cell>
31316 </row>
31317 <row>
31318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31319 \begin_inset Text
31320
31321 \begin_layout Plain Layout
31322
31323 \backslash
31324 ce
31325 \begin_inset space \textvisiblespace{}
31326 \end_inset
31327
31328 A-B
31329 \backslash
31330 dbond
31331 \begin_inset space \textvisiblespace{}
31332 \end_inset
31333
31334 C
31335 \backslash
31336 tbond
31337 \begin_inset space \textvisiblespace{}
31338 \end_inset
31339
31340 D
31341 \end_layout
31342
31343 \end_inset
31344 </cell>
31345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31346 \begin_inset Text
31347
31348 \begin_layout Plain Layout
31349 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31350 \end_inset
31351
31352
31353 \end_layout
31354
31355 \end_inset
31356 </cell>
31357 </row>
31358 <row>
31359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31360 \begin_inset Text
31361
31362 \begin_layout Plain Layout
31363
31364 \backslash
31365 ce
31366 \begin_inset space \textvisiblespace{}
31367 \end_inset
31368
31369 ^227
31370 \begin_inset Formula $\downarrow$
31371 \end_inset
31372
31373 _90
31374 \begin_inset Formula $\to$
31375 \end_inset
31376
31377 Th+
31378 \end_layout
31379
31380 \end_inset
31381 </cell>
31382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31383 \begin_inset Text
31384
31385 \begin_layout Plain Layout
31386 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31387 \end_inset
31388
31389
31390 \end_layout
31391
31392 \end_inset
31393 </cell>
31394 </row>
31395 <row>
31396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31397 \begin_inset Text
31398
31399 \begin_layout Plain Layout
31400
31401 \backslash
31402 ce
31403 \begin_inset space \textvisiblespace{}
31404 \end_inset
31405
31406 CO2
31407 \begin_inset space \textvisiblespace{}
31408 \end_inset
31409
31410 +
31411 \begin_inset space \textvisiblespace{}
31412 \end_inset
31413
31414 C
31415 \begin_inset space \textvisiblespace{}
31416 \end_inset
31417
31418 <=>
31419 \begin_inset space \textvisiblespace{}
31420 \end_inset
31421
31422 2CO
31423 \end_layout
31424
31425 \end_inset
31426 </cell>
31427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31428 \begin_inset Text
31429
31430 \begin_layout Plain Layout
31431 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31432 \end_inset
31433
31434
31435 \end_layout
31436
31437 \end_inset
31438 </cell>
31439 </row>
31440 <row>
31441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31442 \begin_inset Text
31443
31444 \begin_layout Plain Layout
31445
31446 \backslash
31447 ce
31448 \begin_inset space \textvisiblespace{}
31449 \end_inset
31450
31451 CO2
31452 \begin_inset space \textvisiblespace{}
31453 \end_inset
31454
31455 +
31456 \begin_inset space \textvisiblespace{}
31457 \end_inset
31458
31459 C
31460 \begin_inset space \textvisiblespace{}
31461 \end_inset
31462
31463 ->[
31464 \backslash
31465 alpha][
31466 \backslash
31467 beta]
31468 \begin_inset space \textvisiblespace{}
31469 \end_inset
31470
31471 2CO}
31472 \end_layout
31473
31474 \end_inset
31475 </cell>
31476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31477 \begin_inset Text
31478
31479 \begin_layout Plain Layout
31480 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31481 \end_inset
31482
31483
31484 \end_layout
31485
31486 \end_inset
31487 </cell>
31488 </row>
31489 </lyxtabular>
31490
31491 \end_inset
31492
31493
31494 \end_layout
31495
31496 \begin_layout Standard
31497 \begin_inset Note Greyedout
31498 status open
31499
31500 \begin_layout Plain Layout
31501
31502 \series bold
31503 \color none
31504 Nota:
31505 \series default
31506  Insertar modo matemático en un marco 
31507 \series bold
31508
31509 \backslash
31510 ce
31511 \series default
31512  provocará errores de LaTeX.
31513  En estos casos hay que usar código TeX, como en 
31514 \series bold
31515
31516 \backslash
31517 ce{$
31518 \backslash
31519 mu
31520 \backslash
31521 hyphen$Cl}
31522 \series default
31523
31524 \begin_inset ERT
31525 status collapsed
31526
31527 \begin_layout Plain Layout
31528
31529
31530 \backslash
31531 ce{$
31532 \backslash
31533 mu
31534 \backslash
31535 hyphen$Cl}
31536 \end_layout
31537
31538 \end_inset
31539
31540  
31541 \end_layout
31542
31543 \end_inset
31544
31545
31546 \end_layout
31547
31548 \begin_layout Standard
31549 \begin_inset Note Greyedout
31550 status collapsed
31551
31552 \begin_layout Plain Layout
31553
31554 \series bold
31555 Nota:
31556 \series default
31557  En LyX no es posible usar el carácter ^ para obtener una flecha hacia arriba,
31558  como se describe en el manual de 
31559 \series bold
31560 mhchem
31561 \series default
31562 .
31563  Como alternativa, inserta un espacio delgado negativo seguido por el comando
31564  
31565 \series bold
31566
31567 \backslash
31568 uparrow
31569 \series default
31570
31571 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31572 \end_inset
31573
31574
31575 \end_layout
31576
31577 \end_inset
31578
31579
31580 \end_layout
31581
31582 \begin_layout Standard
31583 El comando 
31584 \series bold
31585
31586 \backslash
31587 ce
31588 \series default
31589  para la 
31590 \begin_inset CommandInset ref
31591 LatexCommand ref
31592 reference "eq:reaccion-quimica"
31593
31594 \end_inset
31595
31596  es
31597 \begin_inset Newline newline
31598 \end_inset
31599
31600
31601 \series bold
31602  
31603 \backslash
31604 ce
31605 \begin_inset space \textvisiblespace{}
31606 \end_inset
31607
31608 2Na+
31609 \begin_inset space \textvisiblespace{}
31610 \end_inset
31611
31612 +
31613 \begin_inset space \textvisiblespace{}
31614 \end_inset
31615
31616 SO4^2-
31617 \begin_inset space \textvisiblespace{}
31618 \end_inset
31619
31620
31621 \begin_inset space \textvisiblespace{}
31622 \end_inset
31623
31624 ->
31625 \begin_inset space \textvisiblespace{}
31626 \end_inset
31627
31628 Na2SO4
31629 \end_layout
31630
31631 \begin_layout Standard
31632 Para componer ecuaciones químicas multilínea primero se crea una ecuación
31633  multilínea, tal como se describe en la 
31634 \begin_inset CommandInset ref
31635 LatexCommand ref
31636 reference "sec:Ecuaciones-multilínea"
31637
31638 \end_inset
31639
31640 .
31641  Después se utiliza el comando 
31642 \series bold
31643
31644 \backslash
31645 ce
31646 \series default
31647  en cada cuadrito azul de la ecuación.
31648  La 
31649 \begin_inset CommandInset ref
31650 LatexCommand ref
31651 reference "eq:TEOS-reac-1"
31652
31653 \end_inset
31654
31655  y la 
31656 \begin_inset CommandInset ref
31657 LatexCommand ref
31658 reference "eq:TEOS-reac-2"
31659
31660 \end_inset
31661
31662  son ejemplos de una reacción química en dos fases en la que cada ecuación
31663  tiene su propio número.
31664 \begin_inset Formula 
31665 \begin{eqnarray}
31666 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reac-1}\\
31667 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reac-2}
31668 \end{eqnarray}
31669
31670 \end_inset
31671
31672
31673 \end_layout
31674
31675 \begin_layout Standard
31676 Además de 
31677 \series bold
31678
31679 \backslash
31680 ce
31681 \series default
31682  el paquete 
31683 \series bold
31684 mhchem
31685 \series default
31686  suministra el comando 
31687 \series bold
31688
31689 \backslash
31690 cf
31691 \series default
31692
31693 \begin_inset Index idx
31694 status collapsed
31695
31696 \begin_layout Plain Layout
31697 Comandos ! C ! 
31698 \backslash
31699 cf
31700 \end_layout
31701
31702 \end_inset
31703
31704  que ha de utilizarse en casos especiales.
31705  Para más información sobre 
31706 \series bold
31707
31708 \backslash
31709 cf
31710 \series default
31711  y más ejemplos echa un vistazo a la documentación de 
31712 \series bold
31713 mhchem
31714 \series default
31715
31716 \begin_inset CommandInset citation
31717 LatexCommand cite
31718 key "mhchem"
31719
31720 \end_inset
31721
31722 .
31723 \end_layout
31724
31725 \begin_layout Section
31726 Diagramas
31727 \end_layout
31728
31729 \begin_layout Standard
31730 Lyx soporta dos tipos de diagramas conmutativos: 
31731 \series bold
31732 amscd
31733 \series default
31734  y 
31735 \series bold
31736 xymatrix
31737 \series default
31738 , que se explican a continuación.
31739 \end_layout
31740
31741 \begin_layout Subsection
31742 Diagramas amscd
31743 \begin_inset Index idx
31744 status collapsed
31745
31746 \begin_layout Plain Layout
31747 Diagramas ! amscd
31748 \end_layout
31749
31750 \end_inset
31751
31752
31753 \end_layout
31754
31755 \begin_layout Standard
31756 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
31757  verticales y horizontales:
31758 \begin_inset Formula 
31759 \[
31760 \begin{CD}A@)))B@)))C\\
31761 @AAA@.@VVV\\
31762 F@(((E@(((D
31763 \end{CD}
31764 \]
31765
31766 \end_inset
31767
31768 Para obtener el diagrama se inserta en la ecuación el comando 
31769 \series bold
31770
31771 \backslash
31772 CD
31773 \begin_inset Index idx
31774 status collapsed
31775
31776 \begin_layout Plain Layout
31777 Comandos ! C ! 
31778 \backslash
31779 CD
31780 \end_layout
31781
31782 \end_inset
31783
31784
31785 \series default
31786 .
31787  Surge un marco azul entre dos líneas de trazos en el que se insertan a
31788  continuación comandos.
31789  Con 
31790 \family sans
31791 Ctrl+Entrar
31792 \family default
31793  se inicia una nueva línea.
31794  En las líneas impares se insertan relaciones horizontales, en las pares
31795  verticales.
31796 \end_layout
31797
31798 \begin_layout Standard
31799 Para componer las relaciones hay los siguientes comandos:
31800 \begin_inset Foot
31801 status collapsed
31802
31803 \begin_layout Plain Layout
31804 \begin_inset CommandInset label
31805 LatexCommand label
31806 name "fn:sinónimos"
31807
31808 \end_inset
31809
31810 Los comandos con 
31811 \family sans
31812 '
31813 \series bold
31814 >
31815 \series default
31816 '
31817 \family default
31818  o 
31819 \family sans
31820 '
31821 \series bold
31822 <
31823 \series default
31824 '
31825 \family default
31826  pueden generar errores con el estilo 
31827 \series bold
31828 spanish
31829 \series default
31830  de 
31831 \series bold
31832 babel
31833 \series default
31834 .
31835  Para evitarlo se pueden sustituir por sus sinónimos 
31836 \family sans
31837 '
31838 \series bold
31839 )
31840 \series default
31841 '
31842 \family default
31843  y 
31844 \family sans
31845 '
31846 \series bold
31847 (
31848 \series default
31849 '
31850 \family default
31851  respectivamente.
31852  Véase 
31853 \begin_inset CommandInset citation
31854 LatexCommand cite
31855 key "spanish"
31856
31857 \end_inset
31858
31859 .
31860  (
31861 \emph on
31862 N.
31863 \begin_inset space \thinspace{}
31864 \end_inset
31865
31866 del t.
31867 \emph default
31868 )
31869 \end_layout
31870
31871 \end_inset
31872
31873
31874 \end_layout
31875
31876 \begin_layout Itemize
31877
31878 \series bold
31879 @<<<
31880 \series default
31881  genera una flecha hacia la izquierda, 
31882 \series bold
31883 @>>>
31884 \series default
31885  una hacia la derecha, y 
31886 \series bold
31887 @=
31888 \series default
31889  un signo igual largo
31890 \end_layout
31891
31892 \begin_layout Itemize
31893
31894 \series bold
31895 @AAA
31896 \series default
31897  genera una flecha hacia arriba, 
31898 \series bold
31899 @VVV
31900 \series default
31901  una hacia abajo, y 
31902 \series bold
31903 @|
31904 \series default
31905  un signo igual vertical
31906 \end_layout
31907
31908 \begin_layout Itemize
31909
31910 \series bold
31911 @.
31912
31913 \series default
31914  genera una ubicación vacía para relaciones inexistentes
31915 \end_layout
31916
31917 \begin_layout Standard
31918 Todas las flechas pueden etiquetarse como sigue:
31919 \end_layout
31920
31921 \begin_layout Itemize
31922 Si se inserta texto entre el primero y el segundo 
31923 \series bold
31924 <
31925 \series default
31926  o 
31927 \series bold
31928 >
31929 \series default
31930 , respectivamente, se muestra sobre la flecha.
31931  Si se inserta entre el segundo y el tercero, bajo la flecha.
31932 \end_layout
31933
31934 \begin_layout Itemize
31935 Para flechas verticales, si se inserta texto entre la primera y la segunda
31936  
31937 \series bold
31938 A
31939 \series default
31940  o 
31941 \series bold
31942 V
31943 \series default
31944 , respectivamente, se muestra al lado izquierdo de la flecha.
31945  Si se inserta entre la segunda y la tercera, al lado derecho.
31946  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
31947 \end_layout
31948
31949 \begin_layout Standard
31950 Como ejemplo un diagrama con todas las relaciones posibles:
31951 \begin_inset Formula 
31952 \[
31953 \begin{CD}A@)j))B@))k)C@=F\\
31954 @AmAA@.@VV{V}V@|\\
31955 D@((j\,(E@)k))F@=C
31956 \end{CD}
31957 \]
31958
31959 \end_inset
31960
31961 El comando para este diagrama es:
31962 \begin_inset Newline newline
31963 \end_inset
31964
31965
31966 \series bold
31967
31968 \backslash
31969 CD
31970 \begin_inset space \textvisiblespace{}
31971 \end_inset
31972
31973 A@>j>>B@>>k>C@=F Ctrl+Entrar
31974 \begin_inset Newline newline
31975 \end_inset
31976
31977
31978 \begin_inset Phantom HPhantom
31979 status open
31980
31981 \begin_layout Plain Layout
31982
31983 \series bold
31984
31985 \backslash
31986 CD
31987 \begin_inset space \textvisiblespace{}
31988 \end_inset
31989
31990
31991 \end_layout
31992
31993 \end_inset
31994
31995 @AmAA@.@VV
31996 \backslash
31997 {V
31998 \series default
31999
32000 \begin_inset Formula $\to$
32001 \end_inset
32002
32003
32004 \series bold
32005 V@| Ctrl+Entrar
32006 \begin_inset Newline newline
32007 \end_inset
32008
32009
32010 \begin_inset Phantom HPhantom
32011 status open
32012
32013 \begin_layout Plain Layout
32014
32015 \series bold
32016
32017 \backslash
32018 CD
32019 \begin_inset space \textvisiblespace{}
32020 \end_inset
32021
32022
32023 \end_layout
32024
32025 \end_inset
32026
32027 D@<<j<E@>k>>F@=C
32028 \end_layout
32029
32030 \begin_layout Subsection
32031 Diagramas xymatrix
32032 \begin_inset Index idx
32033 status collapsed
32034
32035 \begin_layout Plain Layout
32036 Diagramas ! xymatrix
32037 \end_layout
32038
32039 \end_inset
32040
32041
32042 \end_layout
32043
32044 \begin_layout Standard
32045 Para usar matrices xy debe estar instalado el paquete LaTeX 
32046 \series bold
32047 xypic
32048 \series default
32049 .
32050  Una matriz xy se crea insertando el comando 
32051 \series bold
32052
32053 \backslash
32054 xymatrix
32055 \series default
32056  en una ecuación.
32057  Después podrás añadir nuevas columnas y filas como en matrices normales,
32058  véase
32059 \begin_inset space ~
32060 \end_inset
32061
32062
32063 \begin_inset CommandInset ref
32064 LatexCommand ref
32065 reference "sec:Matrices"
32066
32067 \end_inset
32068
32069 .
32070 \end_layout
32071
32072 \begin_layout Standard
32073 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
32074  y curvadas, y mucho más.
32075  Todas las posibilidades para generar diagramas conmutativos y decoraciones
32076  se explican en el 
32077 \emph on
32078 Manual de XY-pic
32079 \emph default
32080  que se encuentra en el menú 
32081 \family sans
32082 Ayuda\SpecialChar \menuseparator
32083 Manuales
32084 \begin_inset space ~
32085 \end_inset
32086
32087 específicos
32088 \family default
32089 .
32090 \end_layout
32091
32092 \begin_layout Subsection
32093 Diagramas 
32094 \noun on
32095 Feynman
32096 \noun default
32097
32098 \begin_inset Index idx
32099 status collapsed
32100
32101 \begin_layout Plain Layout
32102 Diagramas ! Feynman
32103 \end_layout
32104
32105 \end_inset
32106
32107
32108 \end_layout
32109
32110 \begin_layout Standard
32111 Para usar diagramas 
32112 \noun on
32113 Feynman
32114 \noun default
32115  debe estar instalado el paquete LaTeX 
32116 \series bold
32117 feyn
32118 \series default
32119 .
32120  Un diagrama 
32121 \noun on
32122 Feynman
32123 \noun default
32124  se crea insertando el comando 
32125 \series bold
32126
32127 \backslash
32128 Diagram
32129 \series default
32130  en una ecuación.
32131  Después podrás añadir nuevas columnas y filas como en matrices normales,
32132  véase
32133 \begin_inset space ~
32134 \end_inset
32135
32136
32137 \begin_inset CommandInset ref
32138 LatexCommand ref
32139 reference "sec:Matrices"
32140
32141 \end_inset
32142
32143 .
32144 \end_layout
32145
32146 \begin_layout Standard
32147 En el 
32148 \emph on
32149 Manual de diagramas Feynman
32150 \emph default
32151 , disponible en 
32152 \family sans
32153 Ayuda\SpecialChar \menuseparator
32154 Manuales
32155 \begin_inset space ~
32156 \end_inset
32157
32158 específicos
32159 \family default
32160 , hay ejemplos de diagramas de este tipo.
32161 \end_layout
32162
32163 \begin_layout Section
32164 Comandos definidos por el usuario
32165 \begin_inset Index idx
32166 status collapsed
32167
32168 \begin_layout Plain Layout
32169 Comandos de usuario
32170 \end_layout
32171
32172 \end_inset
32173
32174
32175 \end_layout
32176
32177 \begin_layout Standard
32178 \begin_inset Note Greyedout
32179 status open
32180
32181 \begin_layout Plain Layout
32182
32183 \series bold
32184 Nota:
32185 \series default
32186  Los nombres de los comandos definidos por el usuario y macros solo pueden
32187  contener letras latinas.
32188 \end_layout
32189
32190 \end_inset
32191
32192
32193 \end_layout
32194
32195 \begin_layout Subsection
32196 El comando 
32197 \backslash
32198 newcommand
32199 \begin_inset CommandInset label
32200 LatexCommand label
32201 name "sub:El-comando-newcommand"
32202
32203 \end_inset
32204
32205
32206 \begin_inset Index idx
32207 status collapsed
32208
32209 \begin_layout Plain Layout
32210 Comandos de usuario ! 
32211 \backslash
32212 newcommand
32213 \end_layout
32214
32215 \end_inset
32216
32217
32218 \begin_inset Index idx
32219 status collapsed
32220
32221 \begin_layout Plain Layout
32222 Comandos ! N ! 
32223 \backslash
32224 newcommand
32225 \end_layout
32226
32227 \end_inset
32228
32229
32230 \end_layout
32231
32232 \begin_layout Standard
32233 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
32234  Pero es posible definir nuevos comandos más cortos con el comando 
32235 \series bold
32236
32237 \backslash
32238 newcommand
32239 \series default
32240 .
32241  
32242 \end_layout
32243
32244 \begin_layout Standard
32245 El esquema del comando 
32246 \series bold
32247
32248 \backslash
32249 newcommand
32250 \series default
32251  es:
32252 \end_layout
32253
32254 \begin_layout Standard
32255
32256 \series bold
32257
32258 \backslash
32259 newcommand{nombre nuevo de comando}[número de argumentos]
32260 \begin_inset Newline newline
32261 \end_inset
32262
32263
32264 \begin_inset Phantom HPhantom
32265 status open
32266
32267 \begin_layout Plain Layout
32268
32269 \series bold
32270
32271 \backslash
32272 newcommand
32273 \end_layout
32274
32275 \end_inset
32276
32277 [valor opcional]{definición de comando}
32278 \end_layout
32279
32280 \begin_layout Standard
32281 \begin_inset Note Greyedout
32282 status open
32283
32284 \begin_layout Plain Layout
32285
32286 \series bold
32287 Nota:
32288 \series default
32289  Asegúrate de que el nombre del nuevo comando no está definido ya en el
32290  documento o en paquetes LaTeX que uses.
32291  Por ejemplo, si defines el comando 
32292 \series bold
32293
32294 \backslash
32295 le
32296 \series default
32297  para 
32298 \series bold
32299
32300 \backslash
32301 Leftarrow,
32302 \series default
32303  se producirán errores porque 
32304 \series bold
32305
32306 \backslash
32307 le
32308 \series default
32309  ya existe para 
32310 \begin_inset Quotes fld
32311 \end_inset
32312
32313
32314 \begin_inset Formula $\le$
32315 \end_inset
32316
32317
32318 \begin_inset Quotes frd
32319 \end_inset
32320
32321 .
32322
32323 \series bold
32324  
32325 \end_layout
32326
32327 \end_inset
32328
32329
32330 \end_layout
32331
32332 \begin_layout Standard
32333 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
32334  argumentos debería tener el nuevo comando.
32335  Con el valor opcional se puede predefinir un valor para un argumento opcional.
32336  Cuando se hace esto, el 
32337 \emph on
32338 primer
32339 \emph default
32340  argumento del nuevo comando es automáticamente opcional.
32341 \end_layout
32342
32343 \begin_layout Standard
32344 \noindent
32345 \align center
32346 \begin_inset Newpage newpage
32347 \end_inset
32348
32349
32350 \end_layout
32351
32352 \begin_layout Standard
32353 Veamos unos ejemplos:
32354 \end_layout
32355
32356 \begin_layout Itemize
32357 Para definir el comando 
32358 \series bold
32359
32360 \backslash
32361 gr
32362 \series default
32363  para 
32364 \series bold
32365
32366 \backslash
32367 Longrightarrow
32368 \series default
32369 , la línea de preámbulo LaTeX es:
32370 \begin_inset VSpace medskip
32371 \end_inset
32372
32373
32374 \begin_inset Newline newline
32375 \end_inset
32376
32377
32378 \series bold
32379
32380 \backslash
32381 newcommand{
32382 \backslash
32383 gr}{
32384 \backslash
32385 Longrightarrow}
32386 \end_layout
32387
32388 \begin_layout Itemize
32389 Para definir el comando 
32390 \series bold
32391
32392 \backslash
32393 us
32394 \series default
32395  para 
32396 \series bold
32397
32398 \backslash
32399 underline
32400 \series default
32401 , el argumento (que sería subrayado) debe tenerse en cuenta.
32402  Para esto la línea de preámbulo es:
32403 \begin_inset VSpace medskip
32404 \end_inset
32405
32406
32407 \begin_inset Newline newline
32408 \end_inset
32409
32410
32411 \series bold
32412
32413 \backslash
32414 newcommand{
32415 \backslash
32416 us}[1]{
32417 \backslash
32418 underline{#1}}
32419 \series default
32420
32421 \begin_inset VSpace medskip
32422 \end_inset
32423
32424
32425 \begin_inset Newline newline
32426 \end_inset
32427
32428 El carácter 
32429 \series bold
32430 #
32431 \series default
32432  actúa como colocador del argumento, el 
32433 \series bold
32434 1
32435 \series default
32436  indica que es el colocador para el primer argumento.
32437 \end_layout
32438
32439 \begin_layout Itemize
32440 Para 
32441 \series bold
32442
32443 \backslash
32444 framebox
32445 \series default
32446  se puede definir, por ejemplo, el comando 
32447 \series bold
32448
32449 \backslash
32450 fb
32451 \series default
32452 :
32453 \begin_inset VSpace medskip
32454 \end_inset
32455
32456
32457 \begin_inset Newline newline
32458 \end_inset
32459
32460
32461 \series bold
32462
32463 \backslash
32464 newcommand{
32465 \backslash
32466 fb}[3]{
32467 \backslash
32468 framebox#1#2{$#3$}}
32469 \series default
32470
32471 \begin_inset VSpace medskip
32472 \end_inset
32473
32474
32475 \begin_inset Newline newline
32476 \end_inset
32477
32478 Los dos signos dólar generan la ecuación extra necesaria para 
32479 \series bold
32480
32481 \backslash
32482 framebox
32483 \series default
32484 , véase 
32485 \begin_inset CommandInset ref
32486 LatexCommand ref
32487 reference "sub:Marcos-con-bordes"
32488
32489 \end_inset
32490
32491 .
32492 \end_layout
32493
32494 \begin_layout Itemize
32495 Para crear un nuevo comando para 
32496 \series bold
32497
32498 \backslash
32499 fcolorbox
32500 \series default
32501  donde no es necesario especificar el color para el marco, el argumento
32502  para el color se define opcional:
32503 \begin_inset VSpace medskip
32504 \end_inset
32505
32506
32507 \begin_inset Newline newline
32508 \end_inset
32509
32510
32511 \series bold
32512
32513 \backslash
32514 newcommand{
32515 \backslash
32516 cb}[3][white]{
32517 \backslash
32518 fcolorbox{#2}{#1}{$#3$}}
32519 \series default
32520
32521 \begin_inset VSpace medskip
32522 \end_inset
32523
32524
32525 \begin_inset Newline newline
32526 \end_inset
32527
32528 Si el color no es especificado al usar 
32529 \series bold
32530
32531 \backslash
32532 cb
32533 \series default
32534 , se elige el color 
32535 \series bold
32536 white
32537 \series default
32538  predefinido.
32539 \end_layout
32540
32541 \begin_layout Standard
32542 Un ensayo con los nuevos comandos definidos:
32543 \end_layout
32544
32545 \begin_layout Standard
32546 \noindent
32547 \align center
32548 \begin_inset Tabular
32549 <lyxtabular version="3" rows="6" columns="2">
32550 <features rotate="0" tabularvalignment="middle">
32551 <column alignment="center" valignment="top">
32552 <column alignment="center" valignment="top">
32553 <row>
32554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32555 \begin_inset Text
32556
32557 \begin_layout Plain Layout
32558 Comando
32559 \end_layout
32560
32561 \end_inset
32562 </cell>
32563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32564 \begin_inset Text
32565
32566 \begin_layout Plain Layout
32567 Resultado
32568 \begin_inset Note Note
32569 status collapsed
32570
32571 \begin_layout Plain Layout
32572
32573 \series bold
32574
32575 \backslash
32576 raisebox
32577 \series default
32578  se usa sólo como espaciador
32579 \end_layout
32580
32581 \end_inset
32582
32583
32584 \end_layout
32585
32586 \end_inset
32587 </cell>
32588 </row>
32589 <row>
32590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32591 \begin_inset Text
32592
32593 \begin_layout Plain Layout
32594 A
32595 \backslash
32596 gr
32597 \begin_inset space \textvisiblespace{}
32598 \end_inset
32599
32600 B
32601 \end_layout
32602
32603 \end_inset
32604 </cell>
32605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32606 \begin_inset Text
32607
32608 \begin_layout Plain Layout
32609 \begin_inset Formula $A\gr B$
32610 \end_inset
32611
32612
32613 \end_layout
32614
32615 \end_inset
32616 </cell>
32617 </row>
32618 <row>
32619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32620 \begin_inset Text
32621
32622 \begin_layout Plain Layout
32623
32624 \backslash
32625 us{ABcd
32626 \end_layout
32627
32628 \end_inset
32629 </cell>
32630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32631 \begin_inset Text
32632
32633 \begin_layout Plain Layout
32634 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32635 \end_inset
32636
32637
32638 \end_layout
32639
32640 \end_inset
32641 </cell>
32642 </row>
32643 <row>
32644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32645 \begin_inset Text
32646
32647 \begin_layout Plain Layout
32648
32649 \backslash
32650 fb{[2cm]
32651 \begin_inset Formula $\to$
32652 \end_inset
32653
32654
32655 \backslash
32656 {
32657 \begin_inset Formula $\to$
32658 \end_inset
32659
32660
32661 \backslash
32662 {
32663 \backslash
32664 int
32665 \begin_inset space \textvisiblespace{}
32666 \end_inset
32667
32668 A=B
32669 \end_layout
32670
32671 \end_inset
32672 </cell>
32673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32674 \begin_inset Text
32675
32676 \begin_layout Plain Layout
32677 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32678 \end_inset
32679
32680
32681 \end_layout
32682
32683 \end_inset
32684 </cell>
32685 </row>
32686 <row>
32687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32688 \begin_inset Text
32689
32690 \begin_layout Plain Layout
32691
32692 \backslash
32693 cb{red
32694 \begin_inset Formula $\to$
32695 \end_inset
32696
32697
32698 \backslash
32699 {
32700 \backslash
32701 int
32702 \begin_inset space \textvisiblespace{}
32703 \end_inset
32704
32705 A=B
32706 \end_layout
32707
32708 \end_inset
32709 </cell>
32710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32711 \begin_inset Text
32712
32713 \begin_layout Plain Layout
32714 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32715 \end_inset
32716
32717
32718 \end_layout
32719
32720 \end_inset
32721 </cell>
32722 </row>
32723 <row>
32724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32725 \begin_inset Text
32726
32727 \begin_layout Plain Layout
32728
32729 \backslash
32730 cb[green]
32731 \backslash
32732 {red
32733 \begin_inset Formula $\to$
32734 \end_inset
32735
32736
32737 \backslash
32738 {
32739 \backslash
32740 int
32741 \begin_inset space \textvisiblespace{}
32742 \end_inset
32743
32744 A=B
32745 \end_layout
32746
32747 \end_inset
32748 </cell>
32749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32750 \begin_inset Text
32751
32752 \begin_layout Plain Layout
32753 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32754 \end_inset
32755
32756
32757 \end_layout
32758
32759 \end_inset
32760 </cell>
32761 </row>
32762 </lyxtabular>
32763
32764 \end_inset
32765
32766
32767 \end_layout
32768
32769 \begin_layout Subsection
32770 Macros de ecuaciones
32771 \begin_inset Index idx
32772 status collapsed
32773
32774 \begin_layout Plain Layout
32775 Comandos de usuario ! Macros de ecuaciones
32776 \end_layout
32777
32778 \end_inset
32779
32780
32781 \begin_inset Index idx
32782 status collapsed
32783
32784 \begin_layout Plain Layout
32785 Macros
32786 \end_layout
32787
32788 \end_inset
32789
32790
32791 \end_layout
32792
32793 \begin_layout Standard
32794 Los comandos definidos por el usuario son especialmente convenientes para
32795  expresiones complejas.
32796  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
32797  el mismo tipo de solución se repite varias veces.
32798  La forma general de una ecuación de segundo grado es:
32799 \begin_inset Formula 
32800 \[
32801 0=\lambda^{2}+p\lambda+q
32802 \]
32803
32804 \end_inset
32805
32806 La forma general de la solución es:
32807 \begin_inset Formula 
32808 \[
32809 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32810 \]
32811
32812 \end_inset
32813
32814
32815 \end_layout
32816
32817 \begin_layout Standard
32818 Para definir un comando para la ecuación de la solución, en donde solo hay
32819  que especificar los tres parámetros 
32820 \begin_inset Formula $\lambda$
32821 \end_inset
32822
32823
32824 \begin_inset Formula $p$
32825 \end_inset
32826
32827 , y 
32828 \begin_inset Formula $q$
32829 \end_inset
32830
32831 , y el índice de 
32832 \begin_inset Formula $\lambda$
32833 \end_inset
32834
32835  puede darse opcionalmente, la línea de preámbulo LaTeX es
32836 \begin_inset Newline newline
32837 \end_inset
32838
32839
32840 \series bold
32841
32842 \backslash
32843 newcommand{
32844 \backslash
32845 qG}[4][1,
32846 \backslash
32847 ,2]{#2_{#1}=-
32848 \backslash
32849 frac{#3}{2}
32850 \backslash
32851 pm
32852 \begin_inset Newline newline
32853 \end_inset
32854
32855
32856 \begin_inset Phantom HPhantom
32857 status open
32858
32859 \begin_layout Plain Layout
32860
32861 \series bold
32862
32863 \backslash
32864 newcommand
32865 \end_layout
32866
32867 \end_inset
32868
32869
32870 \backslash
32871 sqrt{
32872 \backslash
32873 frac{#3^{2}}{4}-#4}}
32874 \end_layout
32875
32876 \begin_layout Standard
32877 Para generar la solución se inserta el comando
32878 \begin_inset Newline newline
32879 \end_inset
32880
32881
32882 \series bold
32883
32884 \backslash
32885 qG{
32886 \backslash
32887 lambda
32888 \begin_inset Formula $\to$
32889 \end_inset
32890
32891
32892 \backslash
32893 {p
32894 \begin_inset Formula $\to$
32895 \end_inset
32896
32897
32898 \backslash
32899 {q
32900 \series default
32901  en una ecuación
32902 \series bold
32903 .
32904 \end_layout
32905
32906 \begin_layout Standard
32907 La definición del nuevo comando no es intuitiva porque hay que conocer los
32908  esquemas de todos los comandos LaTeX usados, por ejemplo, que una fracción
32909  se inserta en LaTeX como
32910 \series bold
32911  
32912 \backslash
32913 frac{numerador}{denominador}
32914 \series default
32915 .
32916  Además, uno puede olvidar fácilmente una llave en la definición y no puede
32917  ver en LyX lo que el nuevo comando está haciendo.
32918  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
32919  ecuación en vez del comando
32920 \series bold
32921  
32922 \backslash
32923 newcommand
32924 \series default
32925 .
32926 \end_layout
32927
32928 \begin_layout Standard
32929 Una macro de ecuación se crea con el menú 
32930 \family sans
32931 Insertar\SpecialChar \menuseparator
32932 Ecuación\SpecialChar \menuseparator
32933 Macro
32934 \family default
32935  o con el botón 
32936 \begin_inset Graphics
32937         filename ../../images/math-macro_newmacroname_newcommand.png
32938         scale 85
32939
32940 \end_inset
32941
32942  de la barra de herramientas.
32943  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
32944  como el siguiente donde se define la macro:
32945 \begin_inset Newline newline
32946 \end_inset
32947
32948
32949 \end_layout
32950
32951 \begin_layout Standard
32952 \begin_inset space \hspace*{\fill}
32953 \end_inset
32954
32955
32956 \begin_inset Graphics
32957         filename ../clipart/macrobox.png
32958
32959 \end_inset
32960
32961
32962 \begin_inset space \hspace*{\fill}
32963 \end_inset
32964
32965
32966 \begin_inset Newline newline
32967 \end_inset
32968
32969
32970 \begin_inset FormulaMacro
32971 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32972 \end_inset
32973
32974
32975 \backslash
32976 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
32977  En el primer marco azul se inserta la ecuación buscada.
32978  Con el comando 
32979 \series bold
32980
32981 \backslash
32982 #númerodeargumento
32983 \series default
32984 , , o con el botón 
32985 \begin_inset Graphics
32986         filename ../../images/math-macro-add-param.png
32987         scale 85
32988
32989 \end_inset
32990
32991  de la barra de herramientas de macros se inserta un colocador de argumento,
32992  p.
32993 \begin_inset space \thinspace{}
32994 \end_inset
32995
32996 e
32997 \begin_inset space \space{}
32998 \end_inset
32999
33000
33001 \series bold
33002
33003 \backslash
33004 #1
33005 \series default
33006 .
33007  Los colocadores de argumento se muestran en rojo.
33008  Se pueden poner 9
33009 \begin_inset space ~
33010 \end_inset
33011
33012 argumentos como máximo.
33013  Con el botón 
33014 \begin_inset Graphics
33015         filename ../../images/math-macro-add-optional-param.png
33016         scale 85
33017
33018 \end_inset
33019
33020  se crean argumentos opcionales.
33021  El primer argumento no opcional puede transformarse en opcional con el
33022  botón 
33023 \begin_inset Graphics
33024         filename ../../images/math-macro-make-optional.png
33025         scale 85
33026
33027 \end_inset
33028
33029 .
33030  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
33031  Normalmente quieres verlo tal como está definido, así que el recuadro se
33032  deja vacío.
33033  Pero si has creado una macro que necesita mucho espacio en la pantalla,
33034  en dicho recuadro puedes insertar, por ejemplo
33035 \begin_inset Newline newline
33036 \end_inset
33037
33038
33039 \series bold
33040 qG: 
33041 \backslash
33042 #1
33043 \series default
33044  
33045 \series bold
33046 ,
33047 \series default
33048  
33049 \series bold
33050
33051 \backslash
33052 #2
33053 \series default
33054  
33055 \series bold
33056 ,
33057 \series default
33058  
33059 \series bold
33060
33061 \backslash
33062 #3, 
33063 \backslash
33064 #4
33065 \begin_inset Newline newline
33066 \end_inset
33067
33068
33069 \series default
33070 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
33071  en LyX, lo que conlleva una visualización mejor.
33072  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
33073 \begin_inset Newline newline
33074 \end_inset
33075
33076 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
33077  macros individuales situando el cursor en la macro y usando el menú 
33078 \family sans
33079 Ver\SpecialChar \menuseparator
33080 (Des)plegar macro de ecuación.
33081 \end_layout
33082
33083 \begin_layout Standard
33084 Para usar una macro, se inserta el nombre de la misma como comando en una
33085  ecuación, en nuestro caso 
33086 \series bold
33087
33088 \backslash
33089 qG
33090 \series default
33091 .
33092  Nuestra macro se muestra en LyX así:
33093 \begin_inset Newline newline
33094 \end_inset
33095
33096
33097 \begin_inset space \hspace*{\fill}
33098 \end_inset
33099
33100
33101 \begin_inset Graphics
33102         filename ../clipart/macrouse.png
33103
33104 \end_inset
33105
33106
33107 \begin_inset space \hspace*{\fill}
33108 \end_inset
33109
33110
33111 \begin_inset Newline newline
33112 \end_inset
33113
33114 Aquí tenemos nuestro ejemplo de macro con los argumentos 
33115 \begin_inset Formula $x$
33116 \end_inset
33117
33118
33119 \begin_inset Formula $\ln(x)$
33120 \end_inset
33121
33122 , y 
33123 \begin_inset Formula $B$
33124 \end_inset
33125
33126 :
33127 \end_layout
33128
33129 \begin_layout Standard
33130 \begin_inset Formula 
33131 \[
33132 \qG x{\ln(x)}B
33133 \]
33134
33135 \end_inset
33136
33137
33138 \end_layout
33139
33140 \begin_layout Standard
33141 LyX ofrece en el menú 
33142 \family sans
33143 Herramientas
33144 \family default
33145 \SpecialChar \menuseparator
33146
33147 \family sans
33148 Preferencias\SpecialChar \menuseparator
33149 Edición\SpecialChar \menuseparator
33150 Control
33151 \family default
33152  diferentes estilos para editar macros.
33153  Para encontrar el estilo que más te convenga, elige un estilo y pon el
33154  cursor en una macro para ver la diferencia.
33155 \end_layout
33156
33157 \begin_layout Standard
33158 Una macro de ecuación se transforma internamente en un comando 
33159 \series bold
33160
33161 \backslash
33162 newcommand
33163 \series default
33164  cuando se exporta el documento.
33165  El comando creado 
33166 \series bold
33167
33168 \backslash
33169 newcommand
33170 \series default
33171  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
33172  usar en ecuaciones que estén en recuadros de definición de macros en el
33173  documento.
33174  
33175 \end_layout
33176
33177 \begin_layout Standard
33178 Las macros de ecuación también pueden crearse directamente a partir de un
33179  comando
33180 \series bold
33181  
33182 \backslash
33183 newcommand
33184 \series default
33185 .
33186  Por ejemplo, escribiendo el comando
33187 \begin_inset Newline newline
33188 \end_inset
33189
33190
33191 \series bold
33192
33193 \backslash
33194 newcommand{
33195 \backslash
33196 larrow}[2]{
33197 \backslash
33198 xleftarrow[#2]{#1}}
33199 \begin_inset Newline newline
33200 \end_inset
33201
33202
33203 \series default
33204 como texto normal en LyX, seleccionándolo completamente y usando a continuación
33205  el atajo 
33206 \family sans
33207 Ctrl+M
33208 \family default
33209 , el comando se transformará en una macro de ecuación.
33210  Al emplear este método debes tener cuidado en escribir correctamente el
33211  comando 
33212 \series bold
33213
33214 \backslash
33215 newcommand
33216 \series default
33217 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
33218  
33219 \end_layout
33220
33221 \begin_layout Standard
33222 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
33223  en definiciones de macros se manejan incorrectamente.
33224  Por eso el ejemplo 
33225 \series bold
33226
33227 \backslash
33228 fb
33229 \series default
33230  de 
33231 \begin_inset CommandInset ref
33232 LatexCommand ref
33233 reference "sub:El-comando-newcommand"
33234
33235 \end_inset
33236
33237  no puede crearse como macro.
33238 \end_layout
33239
33240 \begin_layout Standard
33241 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
33242  la barra de herramientas de macros:
33243 \end_layout
33244
33245 \begin_layout Standard
33246 \begin_inset VSpace defskip
33247 \end_inset
33248
33249
33250 \end_layout
33251
33252 \begin_layout Standard
33253 \begin_inset Graphics
33254         filename ../clipart/MacroToolbar.png
33255
33256 \end_inset
33257
33258
33259 \begin_inset Index idx
33260 status collapsed
33261
33262 \begin_layout Plain Layout
33263 Macros ! Barra de herramientas
33264 \end_layout
33265
33266 \end_inset
33267
33268
33269 \end_layout
33270
33271 \begin_layout Standard
33272 \begin_inset VSpace defskip
33273 \end_inset
33274
33275
33276 \end_layout
33277
33278 \begin_layout Standard
33279 La barra de herramientas de macros contiene los siguientes botones:
33280 \end_layout
33281
33282 \begin_layout Standard
33283 \begin_inset VSpace defskip
33284 \end_inset
33285
33286
33287 \end_layout
33288
33289 \begin_layout Standard
33290 \begin_inset Tabular
33291 <lyxtabular version="3" rows="9" columns="2">
33292 <features rotate="0" islongtable="true" longtabularalignment="center">
33293 <column alignment="left" valignment="top">
33294 <column alignment="left" valignment="top" width="85col%">
33295 <row interlinespace="2.5mm">
33296 <cell alignment="center" valignment="top" usebox="none">
33297 \begin_inset Text
33298
33299 \begin_layout Plain Layout
33300 \begin_inset Graphics
33301         filename ../../images/math-macro-remove-param.png
33302         rotateOrigin center
33303
33304 \end_inset
33305
33306
33307 \end_layout
33308
33309 \end_inset
33310 </cell>
33311 <cell alignment="center" valignment="top" usebox="none">
33312 \begin_inset Text
33313
33314 \begin_layout Plain Layout
33315
33316 \family sans
33317 Editar\SpecialChar \menuseparator
33318 Ecuación\SpecialChar \menuseparator
33319 Definición de macro\SpecialChar \menuseparator
33320 Quitar último argumento
33321 \end_layout
33322
33323 \end_inset
33324 </cell>
33325 </row>
33326 <row interlinespace="2.5mm">
33327 <cell alignment="center" valignment="top" usebox="none">
33328 \begin_inset Text
33329
33330 \begin_layout Plain Layout
33331 \begin_inset Graphics
33332         filename ../../images/math-macro-add-param.png
33333         rotateOrigin center
33334
33335 \end_inset
33336
33337
33338 \end_layout
33339
33340 \end_inset
33341 </cell>
33342 <cell alignment="center" valignment="top" usebox="none">
33343 \begin_inset Text
33344
33345 \begin_layout Plain Layout
33346
33347 \family sans
33348 Editar\SpecialChar \menuseparator
33349 Ecuación\SpecialChar \menuseparator
33350 Definición de macro\SpecialChar \menuseparator
33351 Añadir argumento
33352 \end_layout
33353
33354 \end_inset
33355 </cell>
33356 </row>
33357 <row interlinespace="2.5mm">
33358 <cell alignment="center" valignment="top" usebox="none">
33359 \begin_inset Text
33360
33361 \begin_layout Plain Layout
33362 \begin_inset Graphics
33363         filename ../../images/math-macro-make-optional.png
33364         rotateOrigin center
33365
33366 \end_inset
33367
33368
33369 \end_layout
33370
33371 \end_inset
33372 </cell>
33373 <cell alignment="center" valignment="top" usebox="none">
33374 \begin_inset Text
33375
33376 \begin_layout Plain Layout
33377
33378 \family sans
33379 Editar\SpecialChar \menuseparator
33380 Ecuación\SpecialChar \menuseparator
33381 Definición de macro\SpecialChar \menuseparator
33382 Hacer opcional el primer
33383 \begin_inset Newline newline
33384 \end_inset
33385
33386
33387 \begin_inset Phantom HPhantom
33388 status open
33389
33390 \begin_layout Plain Layout
33391
33392 \family sans
33393 Editar\SpecialChar \menuseparator
33394 Ecuación\SpecialChar \menuseparator
33395 Definición de macro\SpecialChar \menuseparator
33396
33397 \end_layout
33398
33399 \end_inset
33400
33401 argumento no opcional
33402 \end_layout
33403
33404 \end_inset
33405 </cell>
33406 </row>
33407 <row interlinespace="2.5mm">
33408 <cell alignment="center" valignment="top" usebox="none">
33409 \begin_inset Text
33410
33411 \begin_layout Plain Layout
33412 \begin_inset Graphics
33413         filename ../../images/math-macro-make-nonoptional.png
33414         rotateOrigin center
33415
33416 \end_inset
33417
33418
33419 \end_layout
33420
33421 \end_inset
33422 </cell>
33423 <cell alignment="center" valignment="top" usebox="none">
33424 \begin_inset Text
33425
33426 \begin_layout Plain Layout
33427
33428 \family sans
33429 Editar\SpecialChar \menuseparator
33430 Ecuación\SpecialChar \menuseparator
33431 Definición de macro\SpecialChar \menuseparator
33432 Hacer no opcional el primer
33433 \begin_inset Newline newline
33434 \end_inset
33435
33436
33437 \begin_inset Phantom HPhantom
33438 status open
33439
33440 \begin_layout Plain Layout
33441
33442 \family sans
33443 Editar\SpecialChar \menuseparator
33444 Ecuación\SpecialChar \menuseparator
33445 Definición de macro\SpecialChar \menuseparator
33446
33447 \end_layout
33448
33449 \end_inset
33450
33451 argumento opcional
33452 \end_layout
33453
33454 \end_inset
33455 </cell>
33456 </row>
33457 <row interlinespace="2.5mm">
33458 <cell alignment="center" valignment="top" usebox="none">
33459 \begin_inset Text
33460
33461 \begin_layout Plain Layout
33462 \begin_inset Graphics
33463         filename ../../images/math-macro-remove-optional-param.png
33464         rotateOrigin center
33465
33466 \end_inset
33467
33468
33469 \end_layout
33470
33471 \end_inset
33472 </cell>
33473 <cell alignment="center" valignment="top" usebox="none">
33474 \begin_inset Text
33475
33476 \begin_layout Plain Layout
33477
33478 \family sans
33479 Editar\SpecialChar \menuseparator
33480 Ecuación\SpecialChar \menuseparator
33481 Definición de macro\SpecialChar \menuseparator
33482 Quitar argumento opcional
33483 \end_layout
33484
33485 \end_inset
33486 </cell>
33487 </row>
33488 <row interlinespace="2.5mm">
33489 <cell alignment="center" valignment="top" usebox="none">
33490 \begin_inset Text
33491
33492 \begin_layout Plain Layout
33493 \begin_inset Graphics
33494         filename ../../images/math-macro-add-optional-param.png
33495         rotateOrigin center
33496
33497 \end_inset
33498
33499
33500 \end_layout
33501
33502 \end_inset
33503 </cell>
33504 <cell alignment="center" valignment="top" usebox="none">
33505 \begin_inset Text
33506
33507 \begin_layout Plain Layout
33508
33509 \family sans
33510 Editar\SpecialChar \menuseparator
33511 Ecuación\SpecialChar \menuseparator
33512 Definición de macro\SpecialChar \menuseparator
33513 Insertar argumento opcional
33514 \end_layout
33515
33516 \end_inset
33517 </cell>
33518 </row>
33519 <row interlinespace="2.5mm">
33520 <cell alignment="center" valignment="top" usebox="none">
33521 \begin_inset Text
33522
33523 \begin_layout Plain Layout
33524 \begin_inset Graphics
33525         filename ../../images/math-macro-remove-greedy-param.png
33526         rotateOrigin center
33527
33528 \end_inset
33529
33530
33531 \end_layout
33532
33533 \end_inset
33534 </cell>
33535 <cell alignment="center" valignment="top" usebox="none">
33536 \begin_inset Text
33537
33538 \begin_layout Plain Layout
33539
33540 \family sans
33541 Editar\SpecialChar \menuseparator
33542 Ecuación\SpecialChar \menuseparator
33543 Definición de macro\SpecialChar \menuseparator
33544 Quitar último argumento
33545 \begin_inset Newline newline
33546 \end_inset
33547
33548
33549 \begin_inset Phantom HPhantom
33550 status open
33551
33552 \begin_layout Plain Layout
33553
33554 \family sans
33555 Editar\SpecialChar \menuseparator
33556 Ecuación\SpecialChar \menuseparator
33557 Definición de macro\SpecialChar \menuseparator
33558
33559 \end_layout
33560
33561 \end_inset
33562
33563 yendo hacia la derecha
33564 \end_layout
33565
33566 \end_inset
33567 </cell>
33568 </row>
33569 <row interlinespace="2.5mm">
33570 <cell alignment="center" valignment="top" usebox="none">
33571 \begin_inset Text
33572
33573 \begin_layout Plain Layout
33574 \begin_inset Graphics
33575         filename ../../images/math-macro-append-greedy-param.png
33576         rotateOrigin center
33577
33578 \end_inset
33579
33580
33581 \end_layout
33582
33583 \end_inset
33584 </cell>
33585 <cell alignment="center" valignment="top" usebox="none">
33586 \begin_inset Text
33587
33588 \begin_layout Plain Layout
33589
33590 \family sans
33591 Editar\SpecialChar \menuseparator
33592 Ecuación\SpecialChar \menuseparator
33593 Definición de macro\SpecialChar \menuseparator
33594 Añadir argumento comiendo
33595 \begin_inset Newline newline
33596 \end_inset
33597
33598
33599 \begin_inset Phantom HPhantom
33600 status open
33601
33602 \begin_layout Plain Layout
33603
33604 \family sans
33605 Editar\SpecialChar \menuseparator
33606 Ecuación\SpecialChar \menuseparator
33607 Definición de macro\SpecialChar \menuseparator
33608
33609 \end_layout
33610
33611 \end_inset
33612
33613 desde la derecha
33614 \end_layout
33615
33616 \end_inset
33617 </cell>
33618 </row>
33619 <row interlinespace="2.5mm">
33620 <cell alignment="center" valignment="top" usebox="none">
33621 \begin_inset Text
33622
33623 \begin_layout Plain Layout
33624 \begin_inset Graphics
33625         filename ../../images/math-macro-add-greedy-optional-param.png
33626         rotateOrigin center
33627
33628 \end_inset
33629
33630
33631 \end_layout
33632
33633 \end_inset
33634 </cell>
33635 <cell alignment="center" valignment="top" usebox="none">
33636 \begin_inset Text
33637
33638 \begin_layout Plain Layout
33639
33640 \family sans
33641 Editar\SpecialChar \menuseparator
33642 Ecuación\SpecialChar \menuseparator
33643 Definición de macro\SpecialChar \menuseparator
33644 Añadir argumento opcional
33645 \begin_inset Newline newline
33646 \end_inset
33647
33648
33649 \begin_inset Phantom HPhantom
33650 status open
33651
33652 \begin_layout Plain Layout
33653
33654 \family sans
33655 Editar\SpecialChar \menuseparator
33656 Ecuación\SpecialChar \menuseparator
33657 Definición de macro\SpecialChar \menuseparator
33658
33659 \end_layout
33660
33661 \end_inset
33662
33663 comiendo desde la derecha
33664 \end_layout
33665
33666 \end_inset
33667 </cell>
33668 </row>
33669 </lyxtabular>
33670
33671 \end_inset
33672
33673
33674 \end_layout
33675
33676 \begin_layout Section
33677 Sistema algebraico computacional
33678 \end_layout
33679
33680 \begin_layout Standard
33681 LyX permite el intercambio entre expresiones matemáticas escritas con su
33682  editor de ecuaciones y aplicaciones externas o guiones definidos por el
33683  usuario.
33684  Las aplicaciones soportadas actualmente son 
33685 \family sans
33686 Maple
33687 \family default
33688
33689 \family sans
33690 Mathematica
33691 \family default
33692
33693 \family sans
33694 Maxima
33695 \family default
33696  y 
33697 \family sans
33698 Octave
33699 \family default
33700 .
33701  Hay que advertir que el conjunto de estructuras matemáticas soportadas
33702  se limita a casos muy simples.
33703 \end_layout
33704
33705 \begin_layout Subsection
33706 Utilización
33707 \end_layout
33708
33709 \begin_layout Standard
33710 Escribe alguna expresión en una ecuación, despliega el menú 
33711 \family sans
33712 Editar\SpecialChar \menuseparator
33713 Ecuación\SpecialChar \menuseparator
33714 Usar programa de álgebra
33715 \family default
33716  y elige la aplicación que esté instalada en tu ordenador.
33717  Después de eso el resultado de la computación debería mostrarse a la derecha
33718  de la expresión junto con el operador "=".
33719 \end_layout
33720
33721 \begin_layout Standard
33722 A continuación hay unos ejemplos sencillos (con resultados de 
33723 \family sans
33724 Maxima
33725 \family default
33726 ) que muestran qué tipos de computación se pueden realizar:
33727 \end_layout
33728
33729 \begin_layout Itemize
33730 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33731 \end_inset
33732
33733
33734 \end_layout
33735
33736 \begin_layout Itemize
33737 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33738 \end_inset
33739
33740
33741 \end_layout
33742
33743 \begin_layout Itemize
33744 \begin_inset Formula $\int_{1}^{2}\sen(x)dx=\cos1-\cos2$
33745 \end_inset
33746
33747
33748 \end_layout
33749
33750 \begin_layout Itemize
33751 \begin_inset Formula $\det\left[\begin{array}{ccc}
33752 1 & 6 & 7\\
33753 2 & 5 & 8\\
33754 3 & 4 & 17
33755 \end{array}\right]=-56$
33756 \end_inset
33757
33758
33759 \end_layout
33760
33761 \begin_layout Itemize
33762 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33763 \end_inset
33764
33765
33766 \end_layout
33767
33768 \begin_layout Subsection
33769 Atajos de teclado
33770 \end_layout
33771
33772 \begin_layout Standard
33773 Actualmente no hay atajos de teclado para ejecutar las aplicaciones de álgebra.
33774  Se puede vincular fácilmente una combinación de teclas a la función 
33775 \family sans
33776 math-extern
33777 \family default
33778  de Lyx (véase el manual 
33779 \emph on
33780 Funciones de LyX
33781 \emph default
33782 ).
33783  Por ejemplo, para vincular la tecla 
33784 \family sans
33785 Entrar
33786 \family default
33787  en el editor de ecuaciones a 
33788 \family sans
33789 Maxima
33790 \family default
33791  se podría usar este comando para definir el atajo de teclado:
33792 \end_layout
33793
33794 \begin_layout Standard
33795
33796 \series bold
33797 command-alternatives break-paragraph;math-extern maxima
33798 \end_layout
33799
33800 \begin_layout Section
33801 Consejos prácticos
33802 \begin_inset Index idx
33803 status collapsed
33804
33805 \begin_layout Plain Layout
33806 Consejos prácticos
33807 \end_layout
33808
33809 \end_inset
33810
33811
33812 \end_layout
33813
33814 \begin_layout Subsection
33815 Números negativos
33816 \begin_inset Index idx
33817 status collapsed
33818
33819 \begin_layout Plain Layout
33820 Numeros@Números ! negativos
33821 \end_layout
33822
33823 \end_inset
33824
33825
33826 \end_layout
33827
33828 \begin_layout Standard
33829 Los números negativos a veces se ven feos en las ecuaciones porque el signo
33830  menos delante del número tiene la misma longitud que el operador signo
33831  menos.
33832  Si se escribe el número negativo en texto normal el signo menos aparece
33833  correctamente.
33834 \end_layout
33835
33836 \begin_layout Standard
33837 Así pues, el problema desaparece si se convierte el signo menos a texto
33838  matemático.
33839 \end_layout
33840
33841 \begin_layout Standard
33842 Un ejemplo para visualizar el problema:
33843 \end_layout
33844
33845 \begin_layout Standard
33846 \noindent
33847 \align center
33848 \begin_inset Tabular
33849 <lyxtabular version="3" rows="3" columns="2">
33850 <features rotate="0" tabularvalignment="middle">
33851 <column alignment="center" valignment="top">
33852 <column alignment="center" valignment="top">
33853 <row>
33854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33855 \begin_inset Text
33856
33857 \begin_layout Plain Layout
33858 texto normal:
33859 \end_layout
33860
33861 \end_inset
33862 </cell>
33863 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33864 \begin_inset Text
33865
33866 \begin_layout Plain Layout
33867 x = -2
33868 \end_layout
33869
33870 \end_inset
33871 </cell>
33872 </row>
33873 <row>
33874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33875 \begin_inset Text
33876
33877 \begin_layout Plain Layout
33878 ecuación:
33879 \end_layout
33880
33881 \end_inset
33882 </cell>
33883 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33884 \begin_inset Text
33885
33886 \begin_layout Plain Layout
33887 \begin_inset Formula $x=-2$
33888 \end_inset
33889
33890
33891 \end_layout
33892
33893 \end_inset
33894 </cell>
33895 </row>
33896 <row>
33897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33898 \begin_inset Text
33899
33900 \begin_layout Plain Layout
33901 solución:
33902 \end_layout
33903
33904 \end_inset
33905 </cell>
33906 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33907 \begin_inset Text
33908
33909 \begin_layout Plain Layout
33910 \begin_inset Formula $x=\mbox{-}2$
33911 \end_inset
33912
33913
33914 \end_layout
33915
33916 \end_inset
33917 </cell>
33918 </row>
33919 </lyxtabular>
33920
33921 \end_inset
33922
33923
33924 \end_layout
33925
33926 \begin_layout Subsection
33927 Coma como separador decimal
33928 \begin_inset Index idx
33929 status collapsed
33930
33931 \begin_layout Plain Layout
33932 Coma decimal
33933 \end_layout
33934
33935 \end_inset
33936
33937
33938 \end_layout
33939
33940 \begin_layout Standard
33941 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
33942  de grupos numéricos.
33943  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
33944 \end_layout
33945
33946 \begin_layout Standard
33947 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
33948  
33949 \family sans
33950 Ctrl+M
33951 \family default
33952 ).
33953 \end_layout
33954
33955 \begin_layout Standard
33956 Para usar las comas en todas las fórmulas del documento como separador decimal,
33957  se carga el archivo 
33958 \series bold
33959 icomma.sty
33960 \series default
33961
33962 \begin_inset Foot
33963 status collapsed
33964
33965 \begin_layout Plain Layout
33966
33967 \series bold
33968 icomma
33969 \series default
33970  forma parte del paquete LaTeX 
33971 \series bold
33972 was
33973 \series default
33974
33975 \begin_inset Index idx
33976 status collapsed
33977
33978 \begin_layout Plain Layout
33979 Paquetes ! was
33980 \begin_inset ERT
33981 status collapsed
33982
33983 \begin_layout Plain Layout
33984
33985
33986 \backslash
33987 vspace{4mm}
33988 \end_layout
33989
33990 \end_inset
33991
33992
33993 \end_layout
33994
33995 \end_inset
33996
33997 .
33998 \end_layout
33999
34000 \end_inset
34001
34002
34003 \begin_inset Index idx
34004 status collapsed
34005
34006 \begin_layout Plain Layout
34007 Paquetes ! icomma
34008 \end_layout
34009
34010 \end_inset
34011
34012  en el preámbulo LaTeX con la línea: 
34013 \end_layout
34014
34015 \begin_layout Standard
34016
34017 \series bold
34018
34019 \backslash
34020 usepackage{icomma}
34021 \end_layout
34022
34023 \begin_layout Subsection
34024 Vectores cuánticos y notación bra-ket
34025 \begin_inset CommandInset label
34026 LatexCommand label
34027 name "sub:Vectores-cuánticos"
34028
34029 \end_inset
34030
34031
34032 \begin_inset Index idx
34033 status collapsed
34034
34035 \begin_layout Plain Layout
34036 Vectores cuánticos
34037 \end_layout
34038
34039 \end_inset
34040
34041
34042 \begin_inset Index idx
34043 status collapsed
34044
34045 \begin_layout Plain Layout
34046 Notación bra-ket
34047 \end_layout
34048
34049 \end_inset
34050
34051
34052 \end_layout
34053
34054 \begin_layout Standard
34055 El paquete LaTeX 
34056 \series bold
34057 braket
34058 \series default
34059
34060 \begin_inset Index idx
34061 status collapsed
34062
34063 \begin_layout Plain Layout
34064 Paquetes ! braket
34065 \end_layout
34066
34067 \end_inset
34068
34069  suministra comandos para escribir paréntesis angulares que se usan en mecánica
34070  cuántica: la notación 
34071 \begin_inset Quotes fld
34072 \end_inset
34073
34074 bra-ket
34075 \begin_inset Quotes frd
34076 \end_inset
34077
34078 ; se carga con la línea de preámbulo LaTeX:
34079 \end_layout
34080
34081 \begin_layout Standard
34082
34083 \series bold
34084
34085 \backslash
34086 usepackage{braket}
34087 \end_layout
34088
34089 \begin_layout Standard
34090 \begin_inset ERT
34091 status collapsed
34092
34093 \begin_layout Plain Layout
34094
34095
34096 \backslash
34097 ifbraket 
34098 \end_layout
34099
34100 \end_inset
34101
34102
34103 \begin_inset Note Note
34104 status open
34105
34106 \begin_layout Plain Layout
34107 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
34108 \series bold
34109 braket
34110 \series default
34111  está instalado.
34112 \end_layout
34113
34114 \end_inset
34115
34116
34117 \end_layout
34118
34119 \begin_layout Standard
34120 Están definidos los siguientes comandos:
34121 \end_layout
34122
34123 \begin_layout Standard
34124 \noindent
34125 \align center
34126 \begin_inset Tabular
34127 <lyxtabular version="3" rows="4" columns="2">
34128 <features rotate="0" tabularvalignment="middle">
34129 <column alignment="center" valignment="top">
34130 <column alignment="center" valignment="top">
34131 <row>
34132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34133 \begin_inset Text
34134
34135 \begin_layout Plain Layout
34136 Comando
34137 \end_layout
34138
34139 \end_inset
34140 </cell>
34141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34142 \begin_inset Text
34143
34144 \begin_layout Plain Layout
34145 Resultado
34146 \end_layout
34147
34148 \end_inset
34149 </cell>
34150 </row>
34151 <row>
34152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34153 \begin_inset Text
34154
34155 \begin_layout Plain Layout
34156
34157 \backslash
34158 Bra{
34159 \backslash
34160 psi
34161 \end_layout
34162
34163 \end_inset
34164 </cell>
34165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34166 \begin_inset Text
34167
34168 \begin_layout Plain Layout
34169 \begin_inset Formula $\Bra{\psi}$
34170 \end_inset
34171
34172
34173 \end_layout
34174
34175 \end_inset
34176 </cell>
34177 </row>
34178 <row>
34179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34180 \begin_inset Text
34181
34182 \begin_layout Plain Layout
34183
34184 \backslash
34185 Ket{
34186 \backslash
34187 psi
34188 \end_layout
34189
34190 \end_inset
34191 </cell>
34192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34193 \begin_inset Text
34194
34195 \begin_layout Plain Layout
34196 \begin_inset Formula $\Ket{\psi}$
34197 \end_inset
34198
34199
34200 \end_layout
34201
34202 \end_inset
34203 </cell>
34204 </row>
34205 <row>
34206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34207 \begin_inset Text
34208
34209 \begin_layout Plain Layout
34210
34211 \backslash
34212 Braket{
34213 \backslash
34214 psi|
34215 \backslash
34216 phi
34217 \end_layout
34218
34219 \end_inset
34220 </cell>
34221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34222 \begin_inset Text
34223
34224 \begin_layout Plain Layout
34225 \begin_inset Formula $\Braket{\psi|\phi}$
34226 \end_inset
34227
34228
34229 \end_layout
34230
34231 \end_inset
34232 </cell>
34233 </row>
34234 </lyxtabular>
34235
34236 \end_inset
34237
34238
34239 \end_layout
34240
34241 \begin_layout Standard
34242 El comando 
34243 \series bold
34244
34245 \backslash
34246 Braket
34247 \series default
34248  asegura que todas las barras verticales tienen el tamaño de los delimitadores
34249  circundantes:
34250 \begin_inset Formula 
34251 \[
34252 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
34253 \]
34254
34255 \end_inset
34256
34257
34258 \begin_inset ERT
34259 status collapsed
34260
34261 \begin_layout Plain Layout
34262
34263
34264 \backslash
34265 else
34266 \end_layout
34267
34268 \end_inset
34269
34270
34271 \begin_inset Note Note
34272 status open
34273
34274 \begin_layout Plain Layout
34275 Lo que sigue se verá en la salida si el paquete LaTeX 
34276 \series bold
34277 braket
34278 \series default
34279  no está instalado:
34280 \end_layout
34281
34282 \end_inset
34283
34284
34285 \end_layout
34286
34287 \begin_layout Standard
34288 Debes instalar el paquete LaTeX 
34289 \series bold
34290 braket
34291 \series default
34292  para ver en la salida el resto de esta subsección.
34293 \end_layout
34294
34295 \begin_layout Standard
34296 \begin_inset ERT
34297 status collapsed
34298
34299 \begin_layout Plain Layout
34300
34301
34302 \backslash
34303 fi
34304 \end_layout
34305
34306 \end_inset
34307
34308
34309 \end_layout
34310
34311 \begin_layout Standard
34312 El efecto de 
34313 \series bold
34314
34315 \backslash
34316 Braket
34317 \series default
34318  también se puede conseguir con el comando 
34319 \series bold
34320
34321 \backslash
34322 middle
34323 \series default
34324 , que se describe en 
34325 \begin_inset CommandInset ref
34326 LatexCommand ref
34327 reference "sub:Tamaño-automático-de"
34328
34329 \end_inset
34330
34331 .
34332 \end_layout
34333
34334 \begin_layout Subsection
34335 Fracciones definidas por el usuario
34336 \begin_inset CommandInset label
34337 LatexCommand label
34338 name "sub:Fracciones-personalizadas"
34339
34340 \end_inset
34341
34342
34343 \begin_inset Index idx
34344 status collapsed
34345
34346 \begin_layout Plain Layout
34347 Fracciones ! personalizadas
34348 \end_layout
34349
34350 \end_inset
34351
34352
34353 \end_layout
34354
34355 \begin_layout Standard
34356 Para definir comandos personalizados para fracciones, se usa el comando
34357  
34358 \series bold
34359
34360 \backslash
34361 genfrac
34362 \series default
34363
34364 \begin_inset Index idx
34365 status collapsed
34366
34367 \begin_layout Plain Layout
34368 Comandos ! G ! 
34369 \backslash
34370 genfrac
34371 \end_layout
34372
34373 \end_inset
34374
34375  con el siguiente esquema:
34376 \end_layout
34377
34378 \begin_layout Standard
34379
34380 \series bold
34381
34382 \backslash
34383 genfrac{delimitador izquierdo}{delimitador derecho}
34384 \begin_inset Newline newline
34385 \end_inset
34386
34387
34388 \begin_inset Phantom HPhantom
34389 status open
34390
34391 \begin_layout Plain Layout
34392
34393 \series bold
34394
34395 \backslash
34396 genfrac
34397 \end_layout
34398
34399 \end_inset
34400
34401 {grosor raya de fracción}{estilo}{numerador}{denominador}
34402 \end_layout
34403
34404 \begin_layout Standard
34405 El estilo es un número en el rango 0
34406 \begin_inset space \thinspace{}
34407 \end_inset
34408
34409 -
34410 \begin_inset space \thinspace{}
34411 \end_inset
34412
34413 3.
34414 \end_layout
34415
34416 \begin_layout Standard
34417 \align center
34418 \begin_inset Tabular
34419 <lyxtabular version="3" rows="5" columns="2">
34420 <features rotate="0" tabularvalignment="middle">
34421 <column alignment="center" valignment="top">
34422 <column alignment="center" valignment="top">
34423 <row>
34424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34425 \begin_inset Text
34426
34427 \begin_layout Plain Layout
34428 Número
34429 \end_layout
34430
34431 \end_inset
34432 </cell>
34433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34434 \begin_inset Text
34435
34436 \begin_layout Plain Layout
34437 Estilo (tamaño)
34438 \end_layout
34439
34440 \end_inset
34441 </cell>
34442 </row>
34443 <row>
34444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34445 \begin_inset Text
34446
34447 \begin_layout Plain Layout
34448 0
34449 \end_layout
34450
34451 \end_inset
34452 </cell>
34453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34454 \begin_inset Text
34455
34456 \begin_layout Plain Layout
34457 ecuación presentada
34458 \end_layout
34459
34460 \end_inset
34461 </cell>
34462 </row>
34463 <row>
34464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34465 \begin_inset Text
34466
34467 \begin_layout Plain Layout
34468 1
34469 \end_layout
34470
34471 \end_inset
34472 </cell>
34473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34474 \begin_inset Text
34475
34476 \begin_layout Plain Layout
34477 ecuación en línea
34478 \end_layout
34479
34480 \end_inset
34481 </cell>
34482 </row>
34483 <row>
34484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34485 \begin_inset Text
34486
34487 \begin_layout Plain Layout
34488 2
34489 \end_layout
34490
34491 \end_inset
34492 </cell>
34493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34494 \begin_inset Text
34495
34496 \begin_layout Plain Layout
34497 pequeño
34498 \end_layout
34499
34500 \end_inset
34501 </cell>
34502 </row>
34503 <row>
34504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34505 \begin_inset Text
34506
34507 \begin_layout Plain Layout
34508 3
34509 \end_layout
34510
34511 \end_inset
34512 </cell>
34513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34514 \begin_inset Text
34515
34516 \begin_layout Plain Layout
34517 muy pequeño
34518 \end_layout
34519
34520 \end_inset
34521 </cell>
34522 </row>
34523 </lyxtabular>
34524
34525 \end_inset
34526
34527
34528 \end_layout
34529
34530 \begin_layout Standard
34531 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
34532  
34533 \series bold
34534
34535 \backslash
34536 frac
34537 \series default
34538 .
34539 \end_layout
34540
34541 \begin_layout Standard
34542 Si no se pone grosor de la raya de fracción se usará el valor predefinido
34543  de 0.4
34544 \begin_inset space \thinspace{}
34545 \end_inset
34546
34547 pt.
34548 \end_layout
34549
34550 \begin_layout Standard
34551 Por ejemplo, los comandos 
34552 \series bold
34553
34554 \backslash
34555 dfrac
34556 \series default
34557  y 
34558 \series bold
34559
34560 \backslash
34561 tbinom
34562 \series default
34563  de la 
34564 \begin_inset CommandInset ref
34565 LatexCommand ref
34566 reference "sub:Fracciones"
34567
34568 \end_inset
34569
34570  se definen con los comandos:
34571 \end_layout
34572
34573 \begin_layout Standard
34574
34575 \series bold
34576
34577 \backslash
34578 newcommand{
34579 \backslash
34580 dfrac}[2]{
34581 \backslash
34582 genfrac{}{}{}{0}{#1}{#2}}
34583 \end_layout
34584
34585 \begin_layout Standard
34586 y
34587 \end_layout
34588
34589 \begin_layout Standard
34590
34591 \series bold
34592
34593 \backslash
34594 newcommand{
34595 \backslash
34596 tbinom}[2]{
34597 \backslash
34598 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34599 \end_layout
34600
34601 \begin_layout Standard
34602 \begin_inset VSpace medskip
34603 \end_inset
34604
34605
34606 \end_layout
34607
34608 \begin_layout Standard
34609 Para definir una fracción en la que el grosor de la raya se pueda definir
34610  como argumento opcional, se inserta la siguiente línea en el preámbulo
34611  LaTeX:
34612 \end_layout
34613
34614 \begin_layout Standard
34615
34616 \series bold
34617
34618 \backslash
34619 newcommand{
34620 \backslash
34621 fracS}[3][]{
34622 \backslash
34623 genfrac{}{}{#1}{}{#2}{#3}}
34624 \end_layout
34625
34626 \begin_layout Standard
34627 Un ensayo:
34628 \begin_inset Formula 
34629 \begin{align*}
34630 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34631 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34632 \end{align*}
34633
34634 \end_inset
34635
34636 Como se puede ver, la distancia del numerador y el denominador a la raya
34637  de fracción se redondea a unas tres veces el grosor de la raya.
34638 \end_layout
34639
34640 \begin_layout Subsection
34641 Ecuaciones canceladas
34642 \begin_inset Index idx
34643 status collapsed
34644
34645 \begin_layout Plain Layout
34646 Ecuación ! cancelada
34647 \end_layout
34648
34649 \end_inset
34650
34651
34652 \end_layout
34653
34654 \begin_layout Standard
34655 Hay cuatro formas de cancelar ecuaciones o partes de ellas:
34656 \end_layout
34657
34658 \begin_layout Standard
34659 \begin_inset ERT
34660 status collapsed
34661
34662 \begin_layout Plain Layout
34663
34664
34665 \backslash
34666 ifcancel 
34667 \end_layout
34668
34669 \end_inset
34670
34671
34672 \begin_inset Note Note
34673 status open
34674
34675 \begin_layout Plain Layout
34676 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
34677 \series bold
34678 cancel
34679 \series default
34680  está instalado.
34681 \end_layout
34682
34683 \end_inset
34684
34685
34686 \end_layout
34687
34688 \begin_layout Standard
34689 \align center
34690 \begin_inset Tabular
34691 <lyxtabular version="3" rows="5" columns="2">
34692 <features rotate="0" tabularvalignment="middle">
34693 <column alignment="center" valignment="top">
34694 <column alignment="center" valignment="top">
34695 <row>
34696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34697 \begin_inset Text
34698
34699 \begin_layout Plain Layout
34700 Comando
34701 \end_layout
34702
34703 \end_inset
34704 </cell>
34705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34706 \begin_inset Text
34707
34708 \begin_layout Plain Layout
34709 Resultado
34710 \begin_inset Note Note
34711 status collapsed
34712
34713 \begin_layout Plain Layout
34714 El
34715 \series bold
34716  
34717 \series default
34718 espacio y 
34719 \series bold
34720
34721 \backslash
34722 raisebox
34723 \series default
34724  se usa sólo como espaciador
34725 \end_layout
34726
34727 \end_inset
34728
34729
34730 \end_layout
34731
34732 \end_inset
34733 </cell>
34734 </row>
34735 <row>
34736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34737 \begin_inset Text
34738
34739 \begin_layout Plain Layout
34740
34741 \backslash
34742 cancel
34743 \begin_inset space \textvisiblespace{}
34744 \end_inset
34745
34746
34747 \backslash
34748 int
34749 \begin_inset space \textvisiblespace{}
34750 \end_inset
34751
34752 A=B
34753 \end_layout
34754
34755 \end_inset
34756 </cell>
34757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34758 \begin_inset Text
34759
34760 \begin_layout Plain Layout
34761 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34762 \end_inset
34763
34764
34765 \end_layout
34766
34767 \end_inset
34768 </cell>
34769 </row>
34770 <row>
34771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34772 \begin_inset Text
34773
34774 \begin_layout Plain Layout
34775
34776 \backslash
34777 bcancel
34778 \begin_inset space \textvisiblespace{}
34779 \end_inset
34780
34781
34782 \backslash
34783 int
34784 \begin_inset space \textvisiblespace{}
34785 \end_inset
34786
34787 A=B
34788 \end_layout
34789
34790 \end_inset
34791 </cell>
34792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34793 \begin_inset Text
34794
34795 \begin_layout Plain Layout
34796 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34797 \end_inset
34798
34799
34800 \end_layout
34801
34802 \end_inset
34803 </cell>
34804 </row>
34805 <row>
34806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34807 \begin_inset Text
34808
34809 \begin_layout Plain Layout
34810
34811 \backslash
34812 xcancel
34813 \begin_inset space \textvisiblespace{}
34814 \end_inset
34815
34816
34817 \backslash
34818 int
34819 \begin_inset space \textvisiblespace{}
34820 \end_inset
34821
34822 A=B
34823 \end_layout
34824
34825 \end_inset
34826 </cell>
34827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34828 \begin_inset Text
34829
34830 \begin_layout Plain Layout
34831 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34832 \end_inset
34833
34834
34835 \end_layout
34836
34837 \end_inset
34838 </cell>
34839 </row>
34840 <row>
34841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34842 \begin_inset Text
34843
34844 \begin_layout Plain Layout
34845
34846 \backslash
34847 cancelto
34848 \begin_inset space \textvisiblespace{}
34849 \end_inset
34850
34851
34852 \backslash
34853 int
34854 \begin_inset space \textvisiblespace{}
34855 \end_inset
34856
34857 A=B
34858 \begin_inset Formula $\to$
34859 \end_inset
34860
34861 1
34862 \end_layout
34863
34864 \end_inset
34865 </cell>
34866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34867 \begin_inset Text
34868
34869 \begin_layout Plain Layout
34870 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34871 \end_inset
34872
34873
34874 \end_layout
34875
34876 \end_inset
34877 </cell>
34878 </row>
34879 </lyxtabular>
34880
34881 \end_inset
34882
34883
34884 \end_layout
34885
34886 \begin_layout Standard
34887
34888 \series bold
34889
34890 \backslash
34891 cancelto
34892 \series default
34893  es especialmente apropiado para visualizar la simplificación de fracciones
34894  en una ecuación:
34895 \begin_inset Formula 
34896 \[
34897 \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}}}
34898 \]
34899
34900 \end_inset
34901
34902
34903 \end_layout
34904
34905 \begin_layout Standard
34906 Para cambiar el tamaño del valor subscrito por 
34907 \series bold
34908
34909 \backslash
34910 cancelto
34911 \series default
34912  se puede 
34913 \lang english
34914 add the LaTeX-preamble line
34915 \end_layout
34916
34917 \begin_layout Standard
34918
34919 \series bold
34920
34921 \backslash
34922 PassOptionsToPackage{option}{cancel}
34923 \end_layout
34924
34925 \begin_layout Standard
34926
34927 \lang english
34928 where 
34929 \series bold
34930 option
34931 \series default
34932  is either
34933 \lang spanish
34934  
34935 \series bold
34936 samesize
34937 \series default
34938 , que da el mismo tamaño que para el valor cancelado, o 
34939 \series bold
34940 Smaller
34941 \series default
34942 , que da un tamaño un poco más pequeño que normal.
34943 \end_layout
34944
34945 \begin_layout Standard
34946 Para colorear la raya de cancelación añade el siguiente comando en código
34947  TeX:
34948 \end_layout
34949
34950 \begin_layout Standard
34951
34952 \series bold
34953
34954 \backslash
34955 renewcommand{
34956 \backslash
34957 CancelColor}{
34958 \backslash
34959 color{red}}
34960 \end_layout
34961
34962 \begin_layout Standard
34963 donde 
34964 \series bold
34965 red
34966 \series default
34967  puede reemplazarse por el color deseado.
34968 \end_layout
34969
34970 \begin_layout Standard
34971 \begin_inset ERT
34972 status collapsed
34973
34974 \begin_layout Plain Layout
34975
34976
34977 \backslash
34978 renewcommand{
34979 \backslash
34980 CancelColor}{
34981 \backslash
34982 color{red}}
34983 \end_layout
34984
34985 \end_inset
34986
34987
34988 \end_layout
34989
34990 \begin_layout Standard
34991 \begin_inset Formula 
34992 \[
34993 \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}}}
34994 \]
34995
34996 \end_inset
34997
34998
34999 \end_layout
35000
35001 \begin_layout Standard
35002 \begin_inset ERT
35003 status collapsed
35004
35005 \begin_layout Plain Layout
35006
35007
35008 \backslash
35009 renewcommand{
35010 \backslash
35011 CancelColor}{
35012 \backslash
35013 color{black}}
35014 \end_layout
35015
35016 \end_inset
35017
35018
35019 \begin_inset Note Note
35020 status open
35021
35022 \begin_layout Plain Layout
35023 restablece el color
35024 \end_layout
35025
35026 \end_inset
35027
35028
35029 \end_layout
35030
35031 \begin_layout Standard
35032 Para otras posibilidades de personalización, véase la documentación del
35033  paquete
35034 \series bold
35035  cancel
35036 \series default
35037
35038 \begin_inset CommandInset citation
35039 LatexCommand cite
35040 key "cancel"
35041
35042 \end_inset
35043
35044 .
35045 \begin_inset Index idx
35046 status collapsed
35047
35048 \begin_layout Plain Layout
35049 Paquetes ! cancel
35050 \end_layout
35051
35052 \end_inset
35053
35054
35055 \end_layout
35056
35057 \begin_layout Standard
35058 \begin_inset ERT
35059 status collapsed
35060
35061 \begin_layout Plain Layout
35062
35063
35064 \backslash
35065 else
35066 \end_layout
35067
35068 \end_inset
35069
35070
35071 \begin_inset Note Note
35072 status open
35073
35074 \begin_layout Plain Layout
35075 Lo que sigue se verá en la salida si el paquete LaTeX 
35076 \series bold
35077 cancel
35078 \series default
35079  no está instalado:
35080 \end_layout
35081
35082 \end_inset
35083
35084
35085 \end_layout
35086
35087 \begin_layout Standard
35088 Debes instalar el paquete LaTeX 
35089 \series bold
35090 cancel
35091 \series default
35092  para ver en la salida el resto de esta subsección.
35093 \end_layout
35094
35095 \begin_layout Standard
35096 \begin_inset ERT
35097 status collapsed
35098
35099 \begin_layout Plain Layout
35100
35101
35102 \backslash
35103 fi
35104 \end_layout
35105
35106 \end_inset
35107
35108
35109 \end_layout
35110
35111 \begin_layout Subsection
35112 Ecuaciones en encabezados de sección
35113 \begin_inset CommandInset label
35114 LatexCommand label
35115 name "sub:Ecuaciones-en-encabezados"
35116
35117 \end_inset
35118
35119
35120 \begin_inset Index idx
35121 status collapsed
35122
35123 \begin_layout Plain Layout
35124 Ecuación ! en encabezados de sección
35125 \end_layout
35126
35127 \end_inset
35128
35129
35130 \end_layout
35131
35132 \begin_layout Standard
35133 Si se quiere poner una ecuación en un encabezado de sección hay que tener
35134  en cuenta lo siguiente:
35135 \end_layout
35136
35137 \begin_layout Standard
35138 \begin_inset Note Greyedout
35139 status open
35140
35141 \begin_layout Plain Layout
35142 Si el soporte para 
35143 \series bold
35144 hyperref
35145 \series default
35146
35147 \begin_inset Index idx
35148 status collapsed
35149
35150 \begin_layout Plain Layout
35151 Paquetes ! hyperref
35152 \end_layout
35153
35154 \end_inset
35155
35156  está activado en la configuración del documento, 
35157 \family sans
35158 Propiedades
35159 \begin_inset space ~
35160 \end_inset
35161
35162
35163 \family default
35164 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
35165  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
35166  texto del marcador, porque se infringen las convenciones PDF.
35167 \end_layout
35168
35169 \end_inset
35170
35171
35172 \end_layout
35173
35174 \begin_layout Standard
35175 Estos problemas se pueden solucionar insertando al final del encabezado
35176  un título breve con el menú 
35177 \family sans
35178 Insertar\SpecialChar \menuseparator
35179 Título
35180 \begin_inset space ~
35181 \end_inset
35182
35183 breve
35184 \family default
35185 .
35186  Los títulos breves se usan como alternativa para encabezados de sección
35187  con más de una línea para mantener el buen aspecto del índice.
35188  En éste sólo aparece el título breve y por tanto también en los marcadores.
35189 \end_layout
35190
35191 \begin_layout Standard
35192 Si hay que poner ecuaciones en el índice y se usa 
35193 \series bold
35194 hyperref
35195 \series default
35196 , se puede insertar el siguiente comando en modo TeX:
35197 \end_layout
35198
35199 \begin_layout Standard
35200
35201 \series bold
35202
35203 \backslash
35204 texorpdfstring{parte}{alternativa}
35205 \begin_inset Index idx
35206 status collapsed
35207
35208 \begin_layout Plain Layout
35209 Comandos ! T ! 
35210 \backslash
35211 texorpdfstring
35212 \end_layout
35213
35214 \end_inset
35215
35216
35217 \end_layout
35218
35219 \begin_layout Standard
35220 parte se refiere a la parte del encabezado que no debería aparecer en el
35221  marcador PDF.
35222  Pueden ser caracteres, ecuaciones, notas al pie y también referencias cruzadas.
35223  La alternativa se usa para el marcador en vez de la parte.
35224 \end_layout
35225
35226 \begin_layout Standard
35227 Aquí hay dos ejemplos de encabezados con ecuación:
35228 \end_layout
35229
35230 \begin_layout Standard
35231 \begin_inset VSpace -3mm
35232 \end_inset
35233
35234
35235 \end_layout
35236
35237 \begin_layout Standard
35238 \begin_inset ERT
35239 status collapsed
35240
35241 \begin_layout Plain Layout
35242
35243
35244 \backslash
35245 boldmath 
35246 \end_layout
35247
35248 \end_inset
35249
35250
35251 \end_layout
35252
35253 \begin_layout Subsubsection
35254 Encabezado sin ecuación en el índice 
35255 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35256 \end_inset
35257
35258
35259 \begin_inset Argument 1
35260 status collapsed
35261
35262 \begin_layout Plain Layout
35263 Encabezado sin ecuación en el índice
35264 \end_layout
35265
35266 \end_inset
35267
35268
35269 \end_layout
35270
35271 \begin_layout Subsubsection
35272 Encabezado con ecuación en el índice
35273 \begin_inset ERT
35274 status collapsed
35275
35276 \begin_layout Plain Layout
35277
35278
35279 \backslash
35280 texorpdfstring{
35281 \end_layout
35282
35283 \end_inset
35284
35285  
35286 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35287 \end_inset
35288
35289
35290 \begin_inset ERT
35291 status collapsed
35292
35293 \begin_layout Plain Layout
35294
35295 }{}
35296 \end_layout
35297
35298 \end_inset
35299
35300
35301 \end_layout
35302
35303 \begin_layout Standard
35304 \begin_inset ERT
35305 status collapsed
35306
35307 \begin_layout Plain Layout
35308
35309
35310 \backslash
35311 unboldmath 
35312 \end_layout
35313
35314 \end_inset
35315
35316 En el primer encabezado se ha puesto un título breve, en el segundo un 
35317 \series bold
35318
35319 \backslash
35320 texorpdfstring
35321 \series default
35322 .
35323 \end_layout
35324
35325 \begin_layout Standard
35326 Para obtener el mismo formato que en los demás encabezados se han puesto
35327  ambos en un entorno 
35328 \series bold
35329 boldmath
35330 \series default
35331 .
35332 \begin_inset Foot
35333 status collapsed
35334
35335 \begin_layout Plain Layout
35336 véase 
35337 \begin_inset CommandInset ref
35338 LatexCommand ref
35339 reference "sub:Ecuaciones-en-negrita"
35340
35341 \end_inset
35342
35343
35344 \end_layout
35345
35346 \end_inset
35347
35348
35349 \end_layout
35350
35351 \begin_layout Subsection
35352 Ecuaciones en texto multicolumna
35353 \begin_inset Index idx
35354 status collapsed
35355
35356 \begin_layout Plain Layout
35357 Ecuación ! en texto multicolumna
35358 \end_layout
35359
35360 \end_inset
35361
35362
35363 \end_layout
35364
35365 \begin_layout Standard
35366 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
35367  para ajustarse a la columna y entonces es preciso abarcar la anchura total
35368  de la página.
35369  Esto se hace usando el paquete LaTeX 
35370 \series bold
35371 multicol
35372 \series default
35373 ,
35374 \begin_inset Foot
35375 status collapsed
35376
35377 \begin_layout Plain Layout
35378
35379 \series bold
35380 multicol
35381 \series default
35382  forma parte de las distribuciones LaTeX estándar.
35383 \end_layout
35384
35385 \end_inset
35386
35387
35388 \begin_inset Index idx
35389 status collapsed
35390
35391 \begin_layout Plain Layout
35392 Paquetes ! multicol
35393 \end_layout
35394
35395 \end_inset
35396
35397  que se carga en el preámbulo LaTeX con la línea
35398 \end_layout
35399
35400 \begin_layout Standard
35401
35402 \series bold
35403
35404 \backslash
35405 usepackage{multicol}
35406 \end_layout
35407
35408 \begin_layout Standard
35409 \begin_inset Note Greyedout
35410 status open
35411
35412 \begin_layout Plain Layout
35413 Ten en cuenta que la opción 
35414 \family sans
35415 Documento
35416 \begin_inset space ~
35417 \end_inset
35418
35419 con
35420 \begin_inset space ~
35421 \end_inset
35422
35423 dos
35424 \begin_inset space ~
35425 \end_inset
35426
35427 caras
35428 \family default
35429 , bajo 
35430 \family sans
35431 Diseño
35432 \begin_inset space ~
35433 \end_inset
35434
35435 de
35436 \begin_inset space ~
35437 \end_inset
35438
35439 página 
35440 \family default
35441 en el menú 
35442 \family sans
35443 Documento\SpecialChar \menuseparator
35444 Configuración
35445 \family default
35446  
35447 \emph on
35448 debe
35449 \emph default
35450  estar desmarcada.
35451 \end_layout
35452
35453 \end_inset
35454
35455
35456 \end_layout
35457
35458 \begin_layout Standard
35459 Antes del texto multicolumna se inserta en modo TeX el comando
35460 \end_layout
35461
35462 \begin_layout Standard
35463
35464 \series bold
35465
35466 \backslash
35467 begin{multicols}{número de columnas}
35468 \end_layout
35469
35470 \begin_layout Standard
35471 El número de columnas está en el rango 2-10.
35472  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
35473  TeX el comando
35474 \end_layout
35475
35476 \begin_layout Standard
35477
35478 \series bold
35479
35480 \backslash
35481 end{multicols}
35482 \end_layout
35483
35484 \begin_layout Standard
35485 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
35486  Para quitarlo se inserta un espacio vertical de -6
35487 \begin_inset space \thinspace{}
35488 \end_inset
35489
35490 mm antes de la ecuación.
35491  Si se usa el estilo 
35492 \series bold
35493 Sangrado
35494 \series default
35495 ,
35496 \begin_inset Foot
35497 status collapsed
35498
35499 \begin_layout Plain Layout
35500 véase estilos de ecuación en 
35501 \begin_inset CommandInset ref
35502 LatexCommand ref
35503 reference "sec:Estilos-de-ecuación"
35504
35505 \end_inset
35506
35507
35508 \end_layout
35509
35510 \end_inset
35511
35512  se inserta un espacio de -9
35513 \begin_inset space \thinspace{}
35514 \end_inset
35515
35516 mm.
35517 \end_layout
35518
35519 \begin_layout Standard
35520 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
35521 \end_layout
35522
35523 \begin_layout Standard
35524
35525 \lang german
35526 \begin_inset ERT
35527 status collapsed
35528
35529 \begin_layout Plain Layout
35530
35531
35532 \backslash
35533 begin{multicols}{2}
35534 \end_layout
35535
35536 \end_inset
35537
35538 Das Spektrum wird fouriertransformiert.
35539  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35540 , Lösungsmittel) zu trennen.
35541  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35542  nun das Aussehen des Ausgangssignals.
35543  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35544  über alle Phasen integrieren muss.
35545  Sei nun 
35546 \begin_inset Formula $S$
35547 \end_inset
35548
35549  unser normiertes Ausgangssignal und 
35550 \begin_inset Formula $P$
35551 \end_inset
35552
35553  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35554 \begin_inset ERT
35555 status collapsed
35556
35557 \begin_layout Plain Layout
35558
35559
35560 \backslash
35561 end{multicols}
35562 \end_layout
35563
35564 \end_inset
35565
35566
35567 \begin_inset VSpace -6mm
35568 \end_inset
35569
35570
35571 \begin_inset Formula 
35572 \begin{equation}
35573 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35574 \end{equation}
35575
35576 \end_inset
35577
35578
35579 \begin_inset ERT
35580 status collapsed
35581
35582 \begin_layout Plain Layout
35583
35584
35585 \backslash
35586 begin{multicols}{2}
35587 \end_layout
35588
35589 \end_inset
35590
35591 wobei 
35592 \begin_inset Formula $S_{0}$
35593 \end_inset
35594
35595  das Signal ohne Gradient ist und die Normierungsbedingung 
35596 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35597 \end_inset
35598
35599  gilt.
35600  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35601  Direkt nach dem 
35602 \begin_inset Formula $\nicefrac{\pi}{2}$
35603 \end_inset
35604
35605
35606 \begin_inset space \thinspace{}
35607 \end_inset
35608
35609 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35610  das Signal zusätzlich abschwächt.
35611  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35612  
35613 \begin_inset Formula $T_{2}$
35614 \end_inset
35615
35616 -Zeit.
35617 \end_layout
35618
35619 \begin_layout Standard
35620
35621 \lang german
35622 \begin_inset ERT
35623 status collapsed
35624
35625 \begin_layout Plain Layout
35626
35627
35628 \backslash
35629 end{multicols}
35630 \end_layout
35631
35632 \end_inset
35633
35634
35635 \end_layout
35636
35637 \begin_layout Subsection
35638 Ecuaciones con descripción de variables
35639 \begin_inset Index idx
35640 status collapsed
35641
35642 \begin_layout Plain Layout
35643 Ecuación ! con descripción de variables
35644 \end_layout
35645
35646 \end_inset
35647
35648
35649 \end_layout
35650
35651 \begin_layout Standard
35652 Para describir variables en una ecuación, como en la fórmula 
35653 \begin_inset CommandInset ref
35654 LatexCommand eqref
35655 reference "eq:within"
35656
35657 \end_inset
35658
35659 , se inserta una matriz 2×
35660 \begin_inset Formula $n$
35661 \end_inset
35662
35663  con columnas alineadas a la izquierda para las 
35664 \emph on
35665
35666 \begin_inset Formula $n$
35667 \end_inset
35668
35669
35670 \emph default
35671  variables usadas.
35672 \begin_inset Foot
35673 status collapsed
35674
35675 \begin_layout Plain Layout
35676 véase matrices en 
35677 \begin_inset CommandInset ref
35678 LatexCommand ref
35679 reference "sec:Matrices"
35680
35681 \end_inset
35682
35683
35684 \end_layout
35685
35686 \end_inset
35687
35688  Para poner la descripción en tamaño más pequeño se inserta, por ejemplo,
35689  el comando 
35690 \series bold
35691
35692 \backslash
35693 footnotesize
35694 \series default
35695  antes de la matriz.
35696 \begin_inset Foot
35697 status collapsed
35698
35699 \begin_layout Plain Layout
35700 véase tamaños de tipografías en 
35701 \begin_inset CommandInset ref
35702 LatexCommand ref
35703 reference "sub:Tamaños-de-tipografías"
35704
35705 \end_inset
35706
35707 .
35708 \end_layout
35709
35710 \end_inset
35711
35712
35713 \end_layout
35714
35715 \begin_layout Standard
35716 Si se usa el estilo 
35717 \series bold
35718 Sangrado
35719 \series default
35720 ,
35721 \begin_inset Foot
35722 status collapsed
35723
35724 \begin_layout Plain Layout
35725 véase estilos de ecuación en 
35726 \begin_inset CommandInset ref
35727 LatexCommand ref
35728 reference "sec:Estilos-de-ecuación"
35729
35730 \end_inset
35731
35732
35733 \end_layout
35734
35735 \end_inset
35736
35737  se inserta un 
35738 \series bold
35739
35740 \backslash
35741 hfill
35742 \series default
35743
35744 \begin_inset Foot
35745 status collapsed
35746
35747 \begin_layout Plain Layout
35748
35749 \series bold
35750
35751 \backslash
35752 hfill
35753 \series default
35754  sólo funciona en ecuaciones en estilo 
35755 \series bold
35756 Sangrado
35757 \series default
35758 , véase 
35759 \begin_inset CommandInset ref
35760 LatexCommand ref
35761 reference "sub:Espacio-variable"
35762
35763 \end_inset
35764
35765
35766 \end_layout
35767
35768 \end_inset
35769
35770  delante y detrás de la matriz para que tenga la misma separación con la
35771  ecuación y con el margen.
35772 \end_layout
35773
35774 \begin_layout Standard
35775 Si se usa el estilo 
35776 \series bold
35777 Centrado
35778 \series default
35779  se emplea el método descrito en la 
35780 \begin_inset CommandInset ref
35781 LatexCommand ref
35782 reference "sub:Entorno-flalign"
35783
35784 \end_inset
35785
35786  para sangrar la ecuación.
35787  La ecuación 
35788 \begin_inset CommandInset ref
35789 LatexCommand eqref
35790 reference "eq:within"
35791
35792 \end_inset
35793
35794  consta de cinco columnas ya que las dos primeras contienen la fórmula,
35795  la tercera la matriz y la última una llave TeX vacía.
35796 \begin_inset Formula 
35797 \begin{flalign}
35798 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
35799 \rho & \mbox{densidad}\\
35800 V & \mbox{volumen}\\
35801 g & \mbox{aceleración gravitatoria}
35802 \end{array} &  & {}\label{eq:within}
35803 \end{flalign}
35804
35805 \end_inset
35806
35807
35808 \end_layout
35809
35810 \begin_layout Subsection
35811 Letras griegas minúsculas en redonda
35812 \begin_inset CommandInset label
35813 LatexCommand label
35814 name "sub:Griegas-en-redonda"
35815
35816 \end_inset
35817
35818
35819 \begin_inset Index idx
35820 status collapsed
35821
35822 \begin_layout Plain Layout
35823 Letras griegas ! en redonda
35824 \end_layout
35825
35826 \end_inset
35827
35828
35829 \end_layout
35830
35831 \begin_layout Standard
35832 La mayoría de las tipografías sólo suministran letras griegas minúsculas
35833  en cursiva.
35834  Pero para símbolos de partículas elementales como piones y neutrinos hacen
35835  falta letras griegas en redonda.
35836  El archivo 
35837 \series bold
35838 upgreek.sty
35839 \series default
35840
35841 \begin_inset Foot
35842 status collapsed
35843
35844 \begin_layout Plain Layout
35845
35846 \series bold
35847 upgreek
35848 \series default
35849  forma parte del paquete LaTeX 
35850 \series bold
35851 was
35852 \series default
35853
35854 \begin_inset Index idx
35855 status collapsed
35856
35857 \begin_layout Plain Layout
35858 Paquetes ! was
35859 \begin_inset ERT
35860 status collapsed
35861
35862 \begin_layout Plain Layout
35863
35864
35865 \backslash
35866 vspace{4mm}
35867 \end_layout
35868
35869 \end_inset
35870
35871
35872 \end_layout
35873
35874 \end_inset
35875
35876 .
35877 \end_layout
35878
35879 \end_inset
35880
35881
35882 \begin_inset Index idx
35883 status collapsed
35884
35885 \begin_layout Plain Layout
35886 Paquetes ! upgreek
35887 \end_layout
35888
35889 \end_inset
35890
35891 , que se carga en el preámbulo LaTeX con la línea
35892 \end_layout
35893
35894 \begin_layout Standard
35895
35896 \series bold
35897
35898 \backslash
35899 usepackage{upgreek}
35900 \end_layout
35901
35902 \begin_layout Standard
35903 las suministra.
35904  
35905 \begin_inset ERT
35906 status collapsed
35907
35908 \begin_layout Plain Layout
35909
35910
35911 \backslash
35912 ifupgreek 
35913 \end_layout
35914
35915 \end_inset
35916
35917
35918 \begin_inset Note Note
35919 status open
35920
35921 \begin_layout Plain Layout
35922 Lo siguiente sólo se podrá ver si está instalado el paquete LaTeX 
35923 \series bold
35924 upgreek
35925 \series default
35926 :
35927 \end_layout
35928
35929 \end_inset
35930
35931  Se imprimen con el comando de la letra correspondiente precedido de 
35932 \series bold
35933 up
35934 \series default
35935 .
35936  Por ejemplo, el comando 
35937 \series bold
35938
35939 \backslash
35940 uptau
35941 \series default
35942  genera: 
35943 \begin_inset Formula $\uptau$
35944 \end_inset
35945
35946
35947 \end_layout
35948
35949 \begin_layout Standard
35950 Con estos comandos se pueden escribir reacciones entre partículas elementales:
35951 \begin_inset Formula 
35952 \[
35953 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}
35954 \]
35955
35956 \end_inset
35957
35958
35959 \end_layout
35960
35961 \begin_layout Standard
35962 Las letras en redonda son más remarcadas y más grandes que las correspondientes
35963  en cursiva.
35964  Por tanto no deberían emplearse para unidades como 
35965 \begin_inset Quotes fld
35966 \end_inset
35967
35968 µm
35969 \begin_inset Quotes frd
35970 \end_inset
35971
35972 .
35973 \end_layout
35974
35975 \begin_layout Standard
35976 \begin_inset ERT
35977 status collapsed
35978
35979 \begin_layout Plain Layout
35980
35981
35982 \backslash
35983 else 
35984 \end_layout
35985
35986 \end_inset
35987
35988
35989 \begin_inset Note Note
35990 status open
35991
35992 \begin_layout Plain Layout
35993 Lo siguiente se mostrará si el paquete LaTeX 
35994 \series bold
35995 upgreek
35996 \series default
35997  no está instalado:
35998 \end_layout
35999
36000 \end_inset
36001
36002
36003 \end_layout
36004
36005 \begin_layout Standard
36006 Debes instalar el paquete LaTeX 
36007 \series bold
36008 upgreek
36009 \series default
36010  para ver en la salida el resto de esta subsección.
36011  
36012 \end_layout
36013
36014 \begin_layout Standard
36015 \begin_inset ERT
36016 status collapsed
36017
36018 \begin_layout Plain Layout
36019
36020
36021 \backslash
36022 fi
36023 \end_layout
36024
36025 \end_inset
36026
36027
36028 \end_layout
36029
36030 \begin_layout Standard
36031 \begin_inset Newpage newpage
36032 \end_inset
36033
36034
36035 \end_layout
36036
36037 \begin_layout Subsection
36038 Caracteres de texto en ecuaciones
36039 \begin_inset CommandInset label
36040 LatexCommand label
36041 name "sub:Caracteres-de-texto"
36042
36043 \end_inset
36044
36045
36046 \begin_inset Index idx
36047 status collapsed
36048
36049 \begin_layout Plain Layout
36050 Texto ! en ecuaciones
36051 \end_layout
36052
36053 \end_inset
36054
36055
36056 \end_layout
36057
36058 \begin_layout Standard
36059 En algunos casos podrías querer insertar caracteres de texto directamente
36060  en ecuaciones.
36061  Por ejemplo, cuando se usa con frecuencia el punto centrado 
36062 \begin_inset Formula $\cdot$
36063 \end_inset
36064
36065  en expresiones como 
36066 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
36067 \end_inset
36068
36069 , habría que insertar el comando 
36070 \series bold
36071
36072 \backslash
36073 cdot
36074 \series default
36075
36076 \begin_inset Foot
36077 status collapsed
36078
36079 \begin_layout Plain Layout
36080 véase 
36081 \begin_inset CommandInset ref
36082 LatexCommand ref
36083 reference "sub:Operadores-binarios"
36084
36085 \end_inset
36086
36087
36088 \end_layout
36089
36090 \end_inset
36091
36092  continuamente, porque este carácter está definido en todas las codificaciones
36093  como carácter de texto.
36094  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
36095 \end_layout
36096
36097 \begin_layout Standard
36098
36099 \series bold
36100
36101 \backslash
36102 Declare Inputtext{183}{
36103 \backslash
36104 ifmmode
36105 \backslash
36106 cdot
36107 \backslash
36108 else
36109 \backslash
36110 textperiodcentered
36111 \backslash
36112 f\SpecialChar \textcompwordmark{}
36113 i}
36114 \end_layout
36115
36116 \begin_layout Standard
36117 La codificación de caracteres (menú 
36118 \family sans
36119 Documento\SpecialChar \menuseparator
36120 Configuración\SpecialChar \menuseparator
36121 Idioma
36122 \family default
36123 ) especifica el carácter que se muestra al pulsar una tecla.
36124  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
36125  
36126 \series bold
36127
36128 \backslash
36129 textperiodcentered
36130 \series default
36131 .
36132  Pero este comando no está disponible en ecuaciones así que obtendrías errores
36133  de LaTeX.
36134  Con la codificación cambiada se escoge automáticamente el comando correcto,
36135  dependiendo de si el carácter se ha insertado en una ecuación o no.
36136 \end_layout
36137
36138 \begin_layout Standard
36139 La codificación de diversos caracteres se guarda en archivos de definición.
36140  Por ejemplo la codificación 
36141 \series bold
36142 latin9
36143 \series default
36144  se define en el archivo 
36145 \series bold
36146 latin9.def
36147 \series default
36148  que está en el directorio de LaTeX.
36149  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
36150  archivo de definición, de lo contrario nuestros documentos no podrían ser
36151  editados en otros ordenadores.
36152 \begin_inset VSpace medskip
36153 \end_inset
36154
36155
36156 \end_layout
36157
36158 \begin_layout Standard
36159 Además del punto centrado, en este documento se ha definido el símbolo grado
36160  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
36161  directamente en una fórmula:
36162 \end_layout
36163
36164 \begin_layout Standard
36165
36166 \series bold
36167
36168 \backslash
36169 DeclareInputtext{176}{
36170 \backslash
36171 ifmmode^
36172 \backslash
36173 circ
36174 \backslash
36175 else
36176 \backslash
36177 textdegree
36178 \backslash
36179 f\SpecialChar \textcompwordmark{}
36180 i}
36181 \begin_inset Newpage newpage
36182 \end_inset
36183
36184
36185 \end_layout
36186
36187 \begin_layout Section
36188 \start_of_appendix
36189 Notas sobre tipografía
36190 \begin_inset Index idx
36191 status collapsed
36192
36193 \begin_layout Plain Layout
36194 Tipografía, normas
36195 \end_layout
36196
36197 \end_inset
36198
36199
36200 \end_layout
36201
36202 \begin_layout Standard
36203 Esta sección es un resumen de las normas tipográficas ISO más importantes.
36204 \begin_inset Foot
36205 status collapsed
36206
36207 \begin_layout Plain Layout
36208 Este compendio se ha tomado parcialmente del diccionario semi-oficial alemán
36209  
36210 \begin_inset Quotes fld
36211 \end_inset
36212
36213 Duden
36214 \begin_inset Quotes frd
36215 \end_inset
36216
36217  
36218 \begin_inset CommandInset citation
36219 LatexCommand cite
36220 key "Duden"
36221
36222 \end_inset
36223
36224 , que incluye algunas de las normas ISO.
36225  
36226 \begin_inset Newline newline
36227 \end_inset
36228
36229 (
36230 \emph on
36231 N.
36232 \begin_inset space \thinspace{}
36233 \end_inset
36234
36235 del t.
36236 \emph default
36237 : Para documentación en español sobre el tema, véase 
36238 \begin_inset CommandInset citation
36239 LatexCommand cite
36240 key "Bezos"
36241
36242 \end_inset
36243
36244 .)
36245 \end_layout
36246
36247 \end_inset
36248
36249
36250 \end_layout
36251
36252 \begin_layout Itemize
36253 Las unidades físicas se escriben 
36254 \emph on
36255 siempre 
36256 \emph default
36257 en redonda
36258 \begin_inset Foot
36259 status collapsed
36260
36261 \begin_layout Plain Layout
36262 véase estilos de tipografías en 
36263 \begin_inset CommandInset ref
36264 LatexCommand ref
36265 reference "sub:Estilos-de-tipografías"
36266
36267 \end_inset
36268
36269
36270 \end_layout
36271
36272 \end_inset
36273
36274 , aunque aparezcan en un texto en cursiva: 30
36275 \begin_inset space \thinspace{}
36276 \end_inset
36277
36278 km/h
36279 \begin_inset Newline newline
36280 \end_inset
36281
36282 Entre el valor y la unidad hay un espacio delgado, véase 
36283 \begin_inset CommandInset ref
36284 LatexCommand ref
36285 reference "sub:Espacio-predefinido"
36286
36287 \end_inset
36288
36289 .
36290 \begin_inset Newline newline
36291 \end_inset
36292
36293 Esta norma la cumple automáticamente el comando 
36294 \series bold
36295
36296 \backslash
36297 unittwo
36298 \series default
36299 .
36300  Si se introduce en una fórmula aparecen dos marcos.
36301  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
36302  como antes, 
36303 \begin_inset Formula $\unit[30]{km/h}$
36304 \end_inset
36305
36306
36307 \begin_inset space \thinspace{}
36308 \end_inset
36309
36310 .
36311  Ten en cuenta que 
36312 \series bold
36313
36314 \backslash
36315 unittwo
36316 \series default
36317  no es un auténtico comando LaTeX, sino el comando 
36318 \series bold
36319
36320 \backslash
36321 unit[value]{unit}
36322 \series default
36323 , por tanto no lo puedes usar en código TeX.
36324 \end_layout
36325
36326 \begin_layout Itemize
36327 Los signos por ciento y por mil se escriben como las unidades físicas:
36328 \begin_inset Newline newline
36329 \end_inset
36330
36331 1,2
36332 \begin_inset space \thinspace{}
36333 \end_inset
36334
36335 ‰ de alcohol en sangre.
36336 \end_layout
36337
36338 \begin_layout Itemize
36339 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
36340  otra unidad: 15
36341 \begin_inset space \thinspace{}
36342 \end_inset
36343
36344 °C
36345 \end_layout
36346
36347 \begin_layout Itemize
36348 En números con más de cuatro dígitos se inserta un espacio delgado para
36349  separarlos en grupos de tres cifras: 18
36350 \begin_inset space \thinspace{}
36351 \end_inset
36352
36353 473
36354 \begin_inset space \thinspace{}
36355 \end_inset
36356
36357 588
36358 \end_layout
36359
36360 \begin_layout Itemize
36361 Para dimensiones como 120×90×40
36362 \begin_inset space \thinspace{}
36363 \end_inset
36364
36365 cm se usa el aspa de multiplicar 
36366 \begin_inset Quotes fld
36367 \end_inset
36368
36369 ×
36370 \begin_inset Quotes frd
36371 \end_inset
36372
36373 .
36374  Está disponible en el menú 
36375 \family sans
36376 Insertar\SpecialChar \menuseparator
36377 Carácter especial
36378 \family default
36379 \SpecialChar \menuseparator
36380
36381 \family sans
36382 Símbolos
36383 \family default
36384  o bien mediante el comando 
36385 \series bold
36386
36387 \backslash
36388 times
36389 \series default
36390 .
36391  Se puede insertar directamente con cierta combinación de teclas.
36392 \end_layout
36393
36394 \begin_layout Itemize
36395 Las funciones con nombres que constan de varias letras se escriben en redonda
36396  para evitar confusiones, véase 
36397 \begin_inset CommandInset ref
36398 LatexCommand ref
36399 reference "sub:Funciones-predefinidas"
36400
36401 \end_inset
36402
36403 .
36404 \end_layout
36405
36406 \begin_layout Itemize
36407 Los índices que constan de varias letras se escriben en redonda: 
36408 \begin_inset Formula $E_{\mathrm{cin}}$
36409 \end_inset
36410
36411
36412 \begin_inset Newline newline
36413 \end_inset
36414
36415 Los componentes de una matriz se escriben en cursiva: 
36416 \begin_inset Formula $\hat{H}_{kl}$
36417 \end_inset
36418
36419
36420 \end_layout
36421
36422 \begin_layout Itemize
36423 El operador de diferenciación/integración 'd', el número de Euler 'e' y
36424  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
36425 s con otras variables.
36426 \end_layout
36427
36428 \begin_layout Itemize
36429 El carácter que indica una transformación 
36430 \noun on
36431 Fourier
36432 \noun default
36433  se inserta con el comando 
36434 \series bold
36435
36436 \backslash
36437 mathscr
36438 \begin_inset space \textvisiblespace{}
36439 \end_inset
36440
36441 F
36442 \series default
36443  o mediante el menú
36444 \family sans
36445  Insertar\SpecialChar \menuseparator
36446 Carácter especial
36447 \family default
36448 \SpecialChar \menuseparator
36449
36450 \family sans
36451 Símbolos\SpecialChar \menuseparator
36452 Símbolos de letra
36453 \family default
36454
36455 \begin_inset Formula $\mathscr{F}$
36456 \end_inset
36457
36458
36459 \end_layout
36460
36461 \begin_layout Standard
36462 \begin_inset Newpage newpage
36463 \end_inset
36464
36465
36466 \end_layout
36467
36468 \begin_layout Section
36469 Sinónimos
36470 \begin_inset Index idx
36471 status collapsed
36472
36473 \begin_layout Plain Layout
36474 Sinónimos
36475 \end_layout
36476
36477 \end_inset
36478
36479
36480 \end_layout
36481
36482 \begin_layout Standard
36483 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
36484  como los que se recogen en esta lista:
36485 \begin_inset Foot
36486 status collapsed
36487
36488 \begin_layout Plain Layout
36489 véase también 
36490 \begin_inset CommandInset ref
36491 LatexCommand ref
36492 reference "fn:sinónimos"
36493
36494 \end_inset
36495
36496 .
36497 \end_layout
36498
36499 \end_inset
36500
36501
36502 \end_layout
36503
36504 \begin_layout Standard
36505 \begin_inset VSpace bigskip
36506 \end_inset
36507
36508
36509 \begin_inset space \hfill{}
36510 \end_inset
36511
36512
36513 \begin_inset Tabular
36514 <lyxtabular version="3" rows="12" columns="2">
36515 <features rotate="0" tabularvalignment="middle">
36516 <column alignment="center" valignment="top" width="0pt">
36517 <column alignment="center" valignment="top" width="0pt">
36518 <row>
36519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36520 \begin_inset Text
36521
36522 \begin_layout Plain Layout
36523 Comando
36524 \end_layout
36525
36526 \end_inset
36527 </cell>
36528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36529 \begin_inset Text
36530
36531 \begin_layout Plain Layout
36532 equivalente a
36533 \begin_inset Note Note
36534 status collapsed
36535
36536 \begin_layout Plain Layout
36537
36538 \series bold
36539
36540 \backslash
36541 raisebox
36542 \series default
36543  se usa sólo como espaciador
36544 \end_layout
36545
36546 \end_inset
36547
36548
36549 \end_layout
36550
36551 \end_inset
36552 </cell>
36553 </row>
36554 <row>
36555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36556 \begin_inset Text
36557
36558 \begin_layout Plain Layout
36559
36560 \backslash
36561 ast
36562 \end_layout
36563
36564 \end_inset
36565 </cell>
36566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36567 \begin_inset Text
36568
36569 \begin_layout Plain Layout
36570 \begin_inset ERT
36571 status collapsed
36572
36573 \begin_layout Plain Layout
36574
36575
36576 \backslash
36577 raisebox{-1.2mm}{
36578 \end_layout
36579
36580 \end_inset
36581
36582 *
36583 \begin_inset ERT
36584 status collapsed
36585
36586 \begin_layout Plain Layout
36587
36588 }
36589 \end_layout
36590
36591 \end_inset
36592
36593
36594 \end_layout
36595
36596 \end_inset
36597 </cell>
36598 </row>
36599 <row>
36600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36601 \begin_inset Text
36602
36603 \begin_layout Plain Layout
36604
36605 \backslash
36606 choose
36607 \end_layout
36608
36609 \end_inset
36610 </cell>
36611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36612 \begin_inset Text
36613
36614 \begin_layout Plain Layout
36615
36616 \backslash
36617 binom
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 geq
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 \backslash
36641 ge
36642 \end_layout
36643
36644 \end_inset
36645 </cell>
36646 </row>
36647 <row>
36648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36649 \begin_inset Text
36650
36651 \begin_layout Plain Layout
36652
36653 \backslash
36654 lbrace
36655 \end_layout
36656
36657 \end_inset
36658 </cell>
36659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36660 \begin_inset Text
36661
36662 \begin_layout Plain Layout
36663 {
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 lbracket
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 \end_layout
36687
36688 \end_inset
36689 </cell>
36690 </row>
36691 <row>
36692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36693 \begin_inset Text
36694
36695 \begin_layout Plain Layout
36696
36697 \backslash
36698 leftarrow
36699 \end_layout
36700
36701 \end_inset
36702 </cell>
36703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36704 \begin_inset Text
36705
36706 \begin_layout Plain Layout
36707
36708 \backslash
36709 gets
36710 \end_layout
36711
36712 \end_inset
36713 </cell>
36714 </row>
36715 <row>
36716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36717 \begin_inset Text
36718
36719 \begin_layout Plain Layout
36720
36721 \backslash
36722 leq
36723 \end_layout
36724
36725 \end_inset
36726 </cell>
36727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36728 \begin_inset Text
36729
36730 \begin_layout Plain Layout
36731
36732 \backslash
36733 le
36734 \end_layout
36735
36736 \end_inset
36737 </cell>
36738 </row>
36739 <row>
36740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36741 \begin_inset Text
36742
36743 \begin_layout Plain Layout
36744
36745 \backslash
36746 lor
36747 \end_layout
36748
36749 \end_inset
36750 </cell>
36751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36752 \begin_inset Text
36753
36754 \begin_layout Plain Layout
36755
36756 \backslash
36757 vee
36758 \end_layout
36759
36760 \end_inset
36761 </cell>
36762 </row>
36763 <row>
36764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36765 \begin_inset Text
36766
36767 \begin_layout Plain Layout
36768
36769 \backslash
36770 neq
36771 \end_layout
36772
36773 \end_inset
36774 </cell>
36775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36776 \begin_inset Text
36777
36778 \begin_layout Plain Layout
36779
36780 \backslash
36781 not=
36782 \end_layout
36783
36784 \end_inset
36785 </cell>
36786 </row>
36787 <row>
36788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36789 \begin_inset Text
36790
36791 \begin_layout Plain Layout
36792
36793 \backslash
36794 slash
36795 \end_layout
36796
36797 \end_inset
36798 </cell>
36799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36800 \begin_inset Text
36801
36802 \begin_layout Plain Layout
36803 /
36804 \end_layout
36805
36806 \end_inset
36807 </cell>
36808 </row>
36809 <row>
36810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36811 \begin_inset Text
36812
36813 \begin_layout Plain Layout
36814
36815 \backslash
36816 vert
36817 \end_layout
36818
36819 \end_inset
36820 </cell>
36821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36822 \begin_inset Text
36823
36824 \begin_layout Plain Layout
36825 |
36826 \end_layout
36827
36828 \end_inset
36829 </cell>
36830 </row>
36831 </lyxtabular>
36832
36833 \end_inset
36834
36835
36836 \begin_inset space \hfill{}
36837 \end_inset
36838
36839
36840 \begin_inset Tabular
36841 <lyxtabular version="3" rows="12" columns="2">
36842 <features rotate="0" tabularvalignment="middle">
36843 <column alignment="center" valignment="top" width="0pt">
36844 <column alignment="center" valignment="top" width="0pt">
36845 <row>
36846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36847 \begin_inset Text
36848
36849 \begin_layout Plain Layout
36850 Comando
36851 \end_layout
36852
36853 \end_inset
36854 </cell>
36855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36856 \begin_inset Text
36857
36858 \begin_layout Plain Layout
36859 equivalente a
36860 \end_layout
36861
36862 \end_inset
36863 </cell>
36864 </row>
36865 <row>
36866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36867 \begin_inset Text
36868
36869 \begin_layout Plain Layout
36870
36871 \backslash
36872 backslash
36873 \end_layout
36874
36875 \end_inset
36876 </cell>
36877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36878 \begin_inset Text
36879
36880 \begin_layout Plain Layout
36881
36882 \backslash
36883
36884 \backslash
36885
36886 \end_layout
36887
36888 \end_inset
36889 </cell>
36890 </row>
36891 <row>
36892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36893 \begin_inset Text
36894
36895 \begin_layout Plain Layout
36896
36897 \backslash
36898 dasharrow
36899 \end_layout
36900
36901 \end_inset
36902 </cell>
36903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36904 \begin_inset Text
36905
36906 \begin_layout Plain Layout
36907
36908 \backslash
36909 dashrightarrow
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 land
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 \backslash
36933 wedge
36934 \end_layout
36935
36936 \end_inset
36937 </cell>
36938 </row>
36939 <row>
36940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36941 \begin_inset Text
36942
36943 \begin_layout Plain Layout
36944
36945 \backslash
36946 rbrace
36947 \end_layout
36948
36949 \end_inset
36950 </cell>
36951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36952 \begin_inset Text
36953
36954 \begin_layout Plain Layout
36955 }
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 rbracket
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 \end_layout
36979
36980 \end_inset
36981 </cell>
36982 </row>
36983 <row>
36984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36985 \begin_inset Text
36986
36987 \begin_layout Plain Layout
36988
36989 \backslash
36990 rightarrow
36991 \end_layout
36992
36993 \end_inset
36994 </cell>
36995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36996 \begin_inset Text
36997
36998 \begin_layout Plain Layout
36999
37000 \backslash
37001 to
37002 \end_layout
37003
37004 \end_inset
37005 </cell>
37006 </row>
37007 <row>
37008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37009 \begin_inset Text
37010
37011 \begin_layout Plain Layout
37012
37013 \backslash
37014 lnot
37015 \end_layout
37016
37017 \end_inset
37018 </cell>
37019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37020 \begin_inset Text
37021
37022 \begin_layout Plain Layout
37023
37024 \backslash
37025 neg
37026 \end_layout
37027
37028 \end_inset
37029 </cell>
37030 </row>
37031 <row>
37032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37033 \begin_inset Text
37034
37035 \begin_layout Plain Layout
37036
37037 \backslash
37038 ne
37039 \end_layout
37040
37041 \end_inset
37042 </cell>
37043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37044 \begin_inset Text
37045
37046 \begin_layout Plain Layout
37047
37048 \backslash
37049 not=
37050 \end_layout
37051
37052 \end_inset
37053 </cell>
37054 </row>
37055 <row>
37056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37057 \begin_inset Text
37058
37059 \begin_layout Plain Layout
37060
37061 \backslash
37062 owns
37063 \end_layout
37064
37065 \end_inset
37066 </cell>
37067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37068 \begin_inset Text
37069
37070 \begin_layout Plain Layout
37071
37072 \backslash
37073 ni
37074 \end_layout
37075
37076 \end_inset
37077 </cell>
37078 </row>
37079 <row>
37080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37081 \begin_inset Text
37082
37083 \begin_layout Plain Layout
37084
37085 \backslash
37086 square
37087 \end_layout
37088
37089 \end_inset
37090 </cell>
37091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37092 \begin_inset Text
37093
37094 \begin_layout Plain Layout
37095
37096 \backslash
37097 Box
37098 \end_layout
37099
37100 \end_inset
37101 </cell>
37102 </row>
37103 <row>
37104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37105 \begin_inset Text
37106
37107 \begin_layout Plain Layout
37108
37109 \backslash
37110 Vert
37111 \end_layout
37112
37113 \end_inset
37114 </cell>
37115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37116 \begin_inset Text
37117
37118 \begin_layout Plain Layout
37119
37120 \backslash
37121 |
37122 \end_layout
37123
37124 \end_inset
37125 </cell>
37126 </row>
37127 </lyxtabular>
37128
37129 \end_inset
37130
37131
37132 \begin_inset space \hfill{}
37133 \end_inset
37134
37135
37136 \end_layout
37137
37138 \begin_layout Standard
37139 \begin_inset Newpage newpage
37140 \end_inset
37141
37142
37143 \end_layout
37144
37145 \begin_layout Bibliography
37146 \begin_inset CommandInset bibitem
37147 LatexCommand bibitem
37148 key "TLC2"
37149
37150 \end_inset
37151
37152
37153 \shape smallcaps
37154 Mittelbach, F.
37155  ; Goossens, M.
37156 \shape default
37157
37158 \shape italic
37159 The LaTeX Companion
37160 \shape default
37161 .
37162  Addison Wesley, 2004
37163 \end_layout
37164
37165 \begin_layout Bibliography
37166 \begin_inset CommandInset bibitem
37167 LatexCommand bibitem
37168 key "Mathmode"
37169
37170 \end_inset
37171
37172
37173 \begin_inset CommandInset href
37174 LatexCommand href
37175 name "Descripción"
37176 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37177
37178 \end_inset
37179
37180  de habilidades matemáticas de LaTeX
37181 \end_layout
37182
37183 \begin_layout Bibliography
37184 \begin_inset CommandInset bibitem
37185 LatexCommand bibitem
37186 key "AMS"
37187
37188 \end_inset
37189
37190
37191 \begin_inset CommandInset href
37192 LatexCommand href
37193 name "Descripción"
37194 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37195
37196 \end_inset
37197
37198  de 
37199 \begin_inset ERT
37200 status collapsed
37201
37202 \begin_layout Plain Layout
37203
37204
37205 \backslash
37206 AmS
37207 \end_layout
37208
37209 \end_inset
37210
37211 -LaTeX
37212 \end_layout
37213
37214 \begin_layout Bibliography
37215 \begin_inset CommandInset bibitem
37216 LatexCommand bibitem
37217 key "Symbols"
37218
37219 \end_inset
37220
37221
37222 \begin_inset CommandInset href
37223 LatexCommand href
37224 name "Lista"
37225 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37226
37227 \end_inset
37228
37229  de todos los símbolos disponibles con paquetes LaTeX
37230 \end_layout
37231
37232 \begin_layout Bibliography
37233 \begin_inset CommandInset bibitem
37234 LatexCommand bibitem
37235 key "cancel"
37236
37237 \end_inset
37238
37239
37240 \begin_inset CommandInset href
37241 LatexCommand href
37242 name "Documentación"
37243 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37244
37245 \end_inset
37246
37247  del paquete LaTeX 
37248 \series bold
37249 cancel
37250 \series default
37251
37252 \begin_inset Index idx
37253 status collapsed
37254
37255 \begin_layout Plain Layout
37256 Paquetes ! cancel
37257 \end_layout
37258
37259 \end_inset
37260
37261
37262 \end_layout
37263
37264 \begin_layout Bibliography
37265 \begin_inset CommandInset bibitem
37266 LatexCommand bibitem
37267 key "hyperref"
37268
37269 \end_inset
37270
37271
37272 \begin_inset CommandInset href
37273 LatexCommand href
37274 name "Documentación"
37275 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37276
37277 \end_inset
37278
37279  del paquete LaTeX 
37280 \series bold
37281 hyperref
37282 \series default
37283
37284 \begin_inset Index idx
37285 status collapsed
37286
37287 \begin_layout Plain Layout
37288 Paquetes ! hyperref
37289 \end_layout
37290
37291 \end_inset
37292
37293
37294 \end_layout
37295
37296 \begin_layout Bibliography
37297 \begin_inset CommandInset bibitem
37298 LatexCommand bibitem
37299 key "mhchem"
37300
37301 \end_inset
37302
37303
37304 \begin_inset CommandInset href
37305 LatexCommand href
37306 name "Documentación"
37307 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37308
37309 \end_inset
37310
37311  del paquete LaTeX 
37312 \series bold
37313 mhchem
37314 \series default
37315
37316 \begin_inset Index idx
37317 status collapsed
37318
37319 \begin_layout Plain Layout
37320 Paquetes ! mhchem
37321 \end_layout
37322
37323 \end_inset
37324
37325
37326 \end_layout
37327
37328 \begin_layout Bibliography
37329 \begin_inset CommandInset bibitem
37330 LatexCommand bibitem
37331 key "Mathclap"
37332
37333 \end_inset
37334
37335
37336 \begin_inset CommandInset href
37337 LatexCommand href
37338 name "Descripción"
37339 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37340
37341 \end_inset
37342
37343  del comando 
37344 \series bold
37345
37346 \backslash
37347 mathclap
37348 \series default
37349 , descrito en 
37350 \begin_inset CommandInset ref
37351 LatexCommand ref
37352 reference "sub:Límites-de-operadores"
37353
37354 \end_inset
37355
37356
37357 \begin_inset Index idx
37358 status collapsed
37359
37360 \begin_layout Plain Layout
37361 Comandos ! M ! 
37362 \backslash
37363 mathclap
37364 \end_layout
37365
37366 \end_inset
37367
37368
37369 \end_layout
37370
37371 \begin_layout Bibliography
37372 \begin_inset CommandInset bibitem
37373 LatexCommand bibitem
37374 key "Duden"
37375
37376 \end_inset
37377
37378
37379 \emph on
37380 Duden Band 1
37381 \emph default
37382 .
37383  22.
37384  Auflage, Duden 2001
37385 \end_layout
37386
37387 \begin_layout Bibliography
37388 \begin_inset CommandInset bibitem
37389 LatexCommand bibitem
37390 key "spanish"
37391
37392 \end_inset
37393
37394
37395 \begin_inset CommandInset href
37396 LatexCommand href
37397 name "Página web"
37398 target "http://www.tex-tipografia.com/spanish.html"
37399
37400 \end_inset
37401
37402  del estilo 
37403 \series bold
37404 spanish
37405 \family sans
37406 \series default
37407  
37408 \family default
37409 incluido en el paquete 
37410 \series bold
37411 babel
37412 \end_layout
37413
37414 \begin_layout Bibliography
37415 \begin_inset CommandInset bibitem
37416 LatexCommand bibitem
37417 key "Bezos"
37418
37419 \end_inset
37420
37421
37422 \begin_inset CommandInset href
37423 LatexCommand href
37424 name "Documento"
37425 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
37426
37427 \end_inset
37428
37429  sobre ortotipografía y notaciones matemáticas en español
37430 \end_layout
37431
37432 \begin_layout Standard
37433 \begin_inset CommandInset index_print
37434 LatexCommand printindex
37435 type "idx"
37436
37437 \end_inset
37438
37439
37440 \end_layout
37441
37442 \end_body
37443 \end_document