]> git.lyx.org Git - lyx.git/blob - lib/doc/es/Math.lyx
Math.lyx: describe mathtool's \xarrow commands
[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
2216 \lang english
2217 Multiline fractions are explained in
2218 \lang spanish
2219  
2220 \begin_inset CommandInset ref
2221 LatexCommand ref
2222 reference "sub:Fracciones-multilínea"
2223
2224 \end_inset
2225
2226 .
2227 \end_layout
2228
2229 \begin_layout Subsection
2230 Raíces
2231 \begin_inset Index idx
2232 status collapsed
2233
2234 \begin_layout Plain Layout
2235 Raíces
2236 \end_layout
2237
2238 \end_inset
2239
2240
2241 \end_layout
2242
2243 \begin_layout Standard
2244 Las raíces cuadradas se componen con 
2245 \series bold
2246
2247 \backslash
2248 sqrt
2249 \series default
2250
2251 \begin_inset Index idx
2252 status collapsed
2253
2254 \begin_layout Plain Layout
2255 Comandos ! S ! 
2256 \backslash
2257 sqrt
2258 \end_layout
2259
2260 \end_inset
2261
2262  o con el botón 
2263 \begin_inset Info
2264 type  "icon"
2265 arg   "math-insert \\sqrt"
2266 \end_inset
2267
2268  de la barra de ecuaciones; todas las demás raíces con el comando 
2269 \series bold
2270
2271 \backslash
2272 root
2273 \series default
2274
2275 \begin_inset Index idx
2276 status collapsed
2277
2278 \begin_layout Plain Layout
2279 Comandos ! R ! 
2280 \backslash
2281 root
2282 \end_layout
2283
2284 \end_inset
2285
2286  o con el botón 
2287 \begin_inset Info
2288 type  "icon"
2289 arg   "math-insert \\root"
2290 \end_inset
2291
2292 .
2293 \end_layout
2294
2295 \begin_layout Standard
2296 \noindent
2297 \align center
2298 \begin_inset Tabular
2299 <lyxtabular version="3" rows="3" columns="2">
2300 <features rotate="0" tabularvalignment="middle">
2301 <column alignment="center" valignment="top">
2302 <column alignment="center" valignment="top">
2303 <row>
2304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2305 \begin_inset Text
2306
2307 \begin_layout Plain Layout
2308 Comando
2309 \end_layout
2310
2311 \end_inset
2312 </cell>
2313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2314 \begin_inset Text
2315
2316 \begin_layout Plain Layout
2317 Resultado
2318 \begin_inset Note Note
2319 status collapsed
2320
2321 \begin_layout Plain Layout
2322
2323 \series bold
2324
2325 \backslash
2326 raisebox
2327 \series default
2328  se usa sólo como espaciador
2329 \end_layout
2330
2331 \end_inset
2332
2333
2334 \end_layout
2335
2336 \end_inset
2337 </cell>
2338 </row>
2339 <row>
2340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2341 \begin_inset Text
2342
2343 \begin_layout Plain Layout
2344
2345 \backslash
2346 sqrt
2347 \begin_inset space \textvisiblespace{}
2348 \end_inset
2349
2350 A-B
2351 \end_layout
2352
2353 \end_inset
2354 </cell>
2355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2356 \begin_inset Text
2357
2358 \begin_layout Plain Layout
2359 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2360 \end_inset
2361
2362
2363 \end_layout
2364
2365 \end_inset
2366 </cell>
2367 </row>
2368 <row>
2369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2370 \begin_inset Text
2371
2372 \begin_layout Plain Layout
2373
2374 \backslash
2375 root
2376 \begin_inset space \textvisiblespace{}
2377 \end_inset
2378
2379 3
2380 \begin_inset Formula $\downarrow$
2381 \end_inset
2382
2383 A-B
2384 \end_layout
2385
2386 \end_inset
2387 </cell>
2388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2389 \begin_inset Text
2390
2391 \begin_layout Plain Layout
2392 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2393 \end_inset
2394
2395
2396 \end_layout
2397
2398 \end_inset
2399 </cell>
2400 </row>
2401 </lyxtabular>
2402
2403 \end_inset
2404
2405
2406 \end_layout
2407
2408 \begin_layout Standard
2409 Una raíz cuadrada se compone también con 
2410 \series bold
2411
2412 \backslash
2413 root
2414 \series default
2415  dejando vacío el campo del índice.
2416 \end_layout
2417
2418 \begin_layout Standard
2419 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2420  la raíz: 
2421 \begin_inset Formula $\sqrt[\beta]{B}$
2422 \end_inset
2423
2424
2425 \begin_inset Newline newline
2426 \end_inset
2427
2428 La 
2429 \begin_inset Formula $\beta$
2430 \end_inset
2431
2432  toca la raíz.
2433  Para evitar esto se usan los comandos 
2434 \series bold
2435
2436 \backslash
2437 leftroot
2438 \series default
2439
2440 \begin_inset Index idx
2441 status collapsed
2442
2443 \begin_layout Plain Layout
2444 Comandos ! L ! 
2445 \backslash
2446 leftroot
2447 \end_layout
2448
2449 \end_inset
2450
2451  y 
2452 \series bold
2453
2454 \backslash
2455 uproot
2456 \series default
2457
2458 \begin_inset Index idx
2459 status collapsed
2460
2461 \begin_layout Plain Layout
2462 Comandos ! U ! 
2463 \backslash
2464 uproot
2465 \end_layout
2466
2467 \end_inset
2468
2469  con el esquema siguiente:
2470 \end_layout
2471
2472 \begin_layout Standard
2473
2474 \series bold
2475
2476 \backslash
2477 leftroot{distancia}
2478 \series default
2479  y 
2480 \series bold
2481
2482 \backslash
2483 uproot{distancia}
2484 \end_layout
2485
2486 \begin_layout Standard
2487 Distancia es el número de Puntos Grandes (
2488 \begin_inset Quotes fld
2489 \end_inset
2490
2491 Big Points
2492 \begin_inset Quotes frd
2493 \end_inset
2494
2495 , unidad bp; 
2496 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2497 \end_inset
2498
2499 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2500  Los comandos se escriben en el índice.
2501  Así, el comando:
2502 \begin_inset Newline newline
2503 \end_inset
2504
2505
2506 \series bold
2507
2508 \backslash
2509 root
2510 \backslash
2511 leftroot{-1
2512 \begin_inset Formula $\to$
2513 \end_inset
2514
2515
2516 \backslash
2517 uproot{2
2518 \begin_inset Formula $\to$
2519 \end_inset
2520
2521
2522 \backslash
2523 beta
2524 \begin_inset space \textvisiblespace{}
2525 \end_inset
2526
2527
2528 \begin_inset Formula $\to$
2529 \end_inset
2530
2531 B
2532 \begin_inset Newline newline
2533 \end_inset
2534
2535
2536 \series default
2537 genera una fórmula correctamente tipografiada: 
2538 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2539 \end_inset
2540
2541
2542 \end_layout
2543
2544 \begin_layout Subsection
2545 Coeficientes de un binomio
2546 \begin_inset Index idx
2547 status collapsed
2548
2549 \begin_layout Plain Layout
2550 Binomios
2551 \end_layout
2552
2553 \end_inset
2554
2555
2556 \end_layout
2557
2558 \begin_layout Standard
2559 Los coeficientes de un binomio se insertan con el comando 
2560 \series bold
2561
2562 \backslash
2563 binom
2564 \series default
2565
2566 \begin_inset Index idx
2567 status collapsed
2568
2569 \begin_layout Plain Layout
2570 Comandos ! B ! 
2571 \backslash
2572 binom
2573 \end_layout
2574
2575 \end_inset
2576
2577  o con el submenú del botón 
2578 \begin_inset Info
2579 type  "icon"
2580 arg   "math-insert \\frac-square"
2581 \end_inset
2582
2583  de la barra de herramientas de ecuaciones.
2584  Como en las fracciones, además de 
2585 \series bold
2586
2587 \backslash
2588 binom
2589 \series default
2590  hay los comandos 
2591 \series bold
2592
2593 \backslash
2594 dbinom
2595 \series default
2596
2597 \begin_inset Index idx
2598 status collapsed
2599
2600 \begin_layout Plain Layout
2601 Comandos ! D ! 
2602 \backslash
2603 dbinom
2604 \end_layout
2605
2606 \end_inset
2607
2608  y 
2609 \series bold
2610
2611 \backslash
2612 tbinom
2613 \series default
2614
2615 \begin_inset Index idx
2616 status collapsed
2617
2618 \begin_layout Plain Layout
2619 Comandos ! T ! 
2620 \backslash
2621 tbinom
2622 \end_layout
2623
2624 \end_inset
2625
2626 .
2627  Para otros delimitadores de coeficientes de un binomio hay los comandos
2628  
2629 \series bold
2630
2631 \backslash
2632 brace
2633 \series default
2634
2635 \begin_inset Index idx
2636 status collapsed
2637
2638 \begin_layout Plain Layout
2639 Comandos ! B ! 
2640 \backslash
2641 brace
2642 \end_layout
2643
2644 \end_inset
2645
2646  y 
2647 \series bold
2648
2649 \backslash
2650 brack
2651 \series default
2652
2653 \begin_inset Index idx
2654 status collapsed
2655
2656 \begin_layout Plain Layout
2657 Comandos ! B ! 
2658 \backslash
2659 brack
2660 \end_layout
2661
2662 \end_inset
2663
2664 .
2665 \end_layout
2666
2667 \begin_layout Standard
2668 \noindent
2669 \align center
2670 \begin_inset Tabular
2671 <lyxtabular version="3" rows="6" columns="2">
2672 <features rotate="0" tabularvalignment="middle">
2673 <column alignment="center" valignment="top">
2674 <column alignment="center" valignment="top">
2675 <row>
2676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2677 \begin_inset Text
2678
2679 \begin_layout Plain Layout
2680 Comando
2681 \end_layout
2682
2683 \end_inset
2684 </cell>
2685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2686 \begin_inset Text
2687
2688 \begin_layout Plain Layout
2689 Resultado
2690 \begin_inset Note Note
2691 status collapsed
2692
2693 \begin_layout Plain Layout
2694
2695 \series bold
2696
2697 \backslash
2698 raisebox
2699 \series default
2700  se usa sólo como espaciador
2701 \end_layout
2702
2703 \end_inset
2704
2705
2706 \end_layout
2707
2708 \end_inset
2709 </cell>
2710 </row>
2711 <row>
2712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2713 \begin_inset Text
2714
2715 \begin_layout Plain Layout
2716
2717 \backslash
2718 binom
2719 \begin_inset space \textvisiblespace{}
2720 \end_inset
2721
2722 A
2723 \begin_inset Formula $\downarrow$
2724 \end_inset
2725
2726 B
2727 \end_layout
2728
2729 \end_inset
2730 </cell>
2731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2732 \begin_inset Text
2733
2734 \begin_layout Plain Layout
2735 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2736 \end_inset
2737
2738
2739 \end_layout
2740
2741 \end_inset
2742 </cell>
2743 </row>
2744 <row>
2745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2746 \begin_inset Text
2747
2748 \begin_layout Plain Layout
2749
2750 \backslash
2751 dbinom
2752 \begin_inset space \textvisiblespace{}
2753 \end_inset
2754
2755 A
2756 \begin_inset Formula $\downarrow$
2757 \end_inset
2758
2759 B
2760 \end_layout
2761
2762 \end_inset
2763 </cell>
2764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2765 \begin_inset Text
2766
2767 \begin_layout Plain Layout
2768 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2769 \end_inset
2770
2771
2772 \end_layout
2773
2774 \end_inset
2775 </cell>
2776 </row>
2777 <row>
2778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2779 \begin_inset Text
2780
2781 \begin_layout Plain Layout
2782
2783 \backslash
2784 tbinom
2785 \begin_inset space \textvisiblespace{}
2786 \end_inset
2787
2788 A
2789 \begin_inset Formula $\downarrow$
2790 \end_inset
2791
2792 B
2793 \end_layout
2794
2795 \end_inset
2796 </cell>
2797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2798 \begin_inset Text
2799
2800 \begin_layout Plain Layout
2801 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2802 \end_inset
2803
2804
2805 \end_layout
2806
2807 \end_inset
2808 </cell>
2809 </row>
2810 <row>
2811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2812 \begin_inset Text
2813
2814 \begin_layout Plain Layout
2815
2816 \backslash
2817 brack
2818 \begin_inset space \textvisiblespace{}
2819 \end_inset
2820
2821 A
2822 \begin_inset Formula $\downarrow$
2823 \end_inset
2824
2825 B
2826 \end_layout
2827
2828 \end_inset
2829 </cell>
2830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2831 \begin_inset Text
2832
2833 \begin_layout Plain Layout
2834 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2835 \end_inset
2836
2837
2838 \end_layout
2839
2840 \end_inset
2841 </cell>
2842 </row>
2843 <row>
2844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2845 \begin_inset Text
2846
2847 \begin_layout Plain Layout
2848
2849 \backslash
2850 brace
2851 \begin_inset space \textvisiblespace{}
2852 \end_inset
2853
2854 A
2855 \begin_inset Formula $\downarrow$
2856 \end_inset
2857
2858 B
2859 \end_layout
2860
2861 \end_inset
2862 </cell>
2863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2864 \begin_inset Text
2865
2866 \begin_layout Plain Layout
2867 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2868 \end_inset
2869
2870
2871 \end_layout
2872
2873 \end_inset
2874 </cell>
2875 </row>
2876 </lyxtabular>
2877
2878 \end_inset
2879
2880
2881 \begin_inset Newpage newpage
2882 \end_inset
2883
2884
2885 \end_layout
2886
2887 \begin_layout Subsection
2888 Diferenciaciones de casos
2889 \begin_inset Index idx
2890 status collapsed
2891
2892 \begin_layout Plain Layout
2893 Casos
2894 \end_layout
2895
2896 \end_inset
2897
2898
2899 \end_layout
2900
2901 \begin_layout Standard
2902 \noindent
2903 \align center
2904 \begin_inset Tabular
2905 <lyxtabular version="3" rows="3" columns="2">
2906 <features rotate="0" tabularvalignment="middle">
2907 <column alignment="center" valignment="top">
2908 <column alignment="center" valignment="top">
2909 <row>
2910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2911 \begin_inset Text
2912
2913 \begin_layout Plain Layout
2914 Comando
2915 \end_layout
2916
2917 \end_inset
2918 </cell>
2919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2920 \begin_inset Text
2921
2922 \begin_layout Plain Layout
2923 Resultado
2924 \end_layout
2925
2926 \end_inset
2927 </cell>
2928 </row>
2929 <row>
2930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2931 \begin_inset Text
2932
2933 \begin_layout Plain Layout
2934
2935 \backslash
2936 cases
2937 \begin_inset space \textvisiblespace{}
2938 \end_inset
2939
2940 A
2941 \begin_inset Formula $\to$
2942 \end_inset
2943
2944 B>0
2945 \begin_inset Index idx
2946 status collapsed
2947
2948 \begin_layout Plain Layout
2949 Comandos ! C ! 
2950 \backslash
2951 cases
2952 \end_layout
2953
2954 \end_inset
2955
2956
2957 \end_layout
2958
2959 \end_inset
2960 </cell>
2961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2962 \begin_inset Text
2963
2964 \begin_layout Plain Layout
2965 \begin_inset Formula $\begin{cases}
2966 A & B>0\end{cases}$
2967 \end_inset
2968
2969
2970 \end_layout
2971
2972 \end_inset
2973 </cell>
2974 </row>
2975 <row>
2976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2977 \begin_inset Text
2978
2979 \begin_layout Plain Layout
2980
2981 \backslash
2982 cases
2983 \begin_inset space \textvisiblespace{}
2984 \end_inset
2985
2986
2987 \family sans
2988 Ctrl+Entrar
2989 \end_layout
2990
2991 \end_inset
2992 </cell>
2993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2994 \begin_inset Text
2995
2996 \begin_layout Plain Layout
2997 \begin_inset Formula $\begin{cases}
2998 A & \textrm{para }x>0\\
2999 B & \textrm{para }x=0
3000 \end{cases}$
3001 \end_inset
3002
3003
3004 \end_layout
3005
3006 \end_inset
3007 </cell>
3008 </row>
3009 </lyxtabular>
3010
3011 \end_inset
3012
3013
3014 \end_layout
3015
3016 \begin_layout Standard
3017 Después de insertar 
3018 \series bold
3019
3020 \backslash
3021 cases
3022 \series default
3023  o usar el botón 
3024 \begin_inset Info
3025 type  "icon"
3026 arg   "math-insert \\cases"
3027 \end_inset
3028
3029  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3030 \family sans
3031 Ctrl+Entrar
3032 \family default
3033  o con el botón
3034 \family sans
3035  
3036 \family default
3037
3038 \begin_inset Info
3039 type  "icon"
3040 arg   "inset-modify tabular append-row"
3041 \end_inset
3042
3043  de la barra de cuadros.
3044 \end_layout
3045
3046 \begin_layout Standard
3047 El comando 
3048 \series bold
3049
3050 \backslash
3051 cases
3052 \series default
3053  también está disponible en el menú 
3054 \family sans
3055 Insertar\SpecialChar \menuseparator
3056 Ecuación\SpecialChar \menuseparator
3057 Entorno casos
3058 \family default
3059 .
3060 \end_layout
3061
3062 \begin_layout Subsection
3063 Negaciones
3064 \begin_inset Index idx
3065 status collapsed
3066
3067 \begin_layout Plain Layout
3068 Negaciones
3069 \end_layout
3070
3071 \end_inset
3072
3073
3074 \end_layout
3075
3076 \begin_layout Standard
3077 Con el comando 
3078 \series bold
3079
3080 \backslash
3081 not
3082 \series default
3083
3084 \begin_inset Index idx
3085 status collapsed
3086
3087 \begin_layout Plain Layout
3088 Comandos ! N ! 
3089 \backslash
3090 not
3091 \end_layout
3092
3093 \end_inset
3094
3095  todo carácter se puede mostrar cancelado.
3096  Los caracteres son casi tachados con una barra inclinada.
3097 \end_layout
3098
3099 \begin_layout Standard
3100 \noindent
3101 \align center
3102 \begin_inset Tabular
3103 <lyxtabular version="3" rows="4" columns="2">
3104 <features rotate="0" tabularvalignment="middle">
3105 <column alignment="center" valignment="top">
3106 <column alignment="center" valignment="top">
3107 <row>
3108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3109 \begin_inset Text
3110
3111 \begin_layout Plain Layout
3112 Comando
3113 \end_layout
3114
3115 \end_inset
3116 </cell>
3117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3118 \begin_inset Text
3119
3120 \begin_layout Plain Layout
3121 Resultado
3122 \end_layout
3123
3124 \end_inset
3125 </cell>
3126 </row>
3127 <row>
3128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3129 \begin_inset Text
3130
3131 \begin_layout Plain Layout
3132
3133 \backslash
3134 not=
3135 \end_layout
3136
3137 \end_inset
3138 </cell>
3139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3140 \begin_inset Text
3141
3142 \begin_layout Plain Layout
3143 \begin_inset Formula $\not=$
3144 \end_inset
3145
3146
3147 \end_layout
3148
3149 \end_inset
3150 </cell>
3151 </row>
3152 <row>
3153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3154 \begin_inset Text
3155
3156 \begin_layout Plain Layout
3157
3158 \backslash
3159 not 
3160 \backslash
3161 le
3162 \end_layout
3163
3164 \end_inset
3165 </cell>
3166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3167 \begin_inset Text
3168
3169 \begin_layout Plain Layout
3170 \begin_inset Formula $\not\le$
3171 \end_inset
3172
3173
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 </row>
3179 <row>
3180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3181 \begin_inset Text
3182
3183 \begin_layout Plain Layout
3184
3185 \backslash
3186 not 
3187 \backslash
3188 parallel
3189 \end_layout
3190
3191 \end_inset
3192 </cell>
3193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3194 \begin_inset Text
3195
3196 \begin_layout Plain Layout
3197 \begin_inset Formula $\not\parallel$
3198 \end_inset
3199
3200
3201 \end_layout
3202
3203 \end_inset
3204 </cell>
3205 </row>
3206 </lyxtabular>
3207
3208 \end_inset
3209
3210
3211 \end_layout
3212
3213 \begin_layout Standard
3214 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3215  Por tanto para algunas negaciones hay comandos especiales (véase 
3216 \begin_inset CommandInset ref
3217 LatexCommand ref
3218 reference "sub:Símbolos-matemáticos"
3219
3220 \end_inset
3221
3222  y 
3223 \begin_inset CommandInset ref
3224 LatexCommand ref
3225 reference "sec:Relaciones"
3226
3227 \end_inset
3228
3229 ).
3230 \end_layout
3231
3232 \begin_layout Subsection
3233 Espacios reservados 
3234 \begin_inset CommandInset label
3235 LatexCommand label
3236 name "sub:Espacios-reservados"
3237
3238 \end_inset
3239
3240
3241 \begin_inset Index idx
3242 status collapsed
3243
3244 \begin_layout Plain Layout
3245 Espacios reservados
3246 \end_layout
3247
3248 \end_inset
3249
3250
3251 \begin_inset Index idx
3252 status collapsed
3253
3254 \begin_layout Plain Layout
3255 Química ! isótopos
3256 \end_layout
3257
3258 \end_inset
3259
3260
3261 \begin_inset Index idx
3262 status collapsed
3263
3264 \begin_layout Plain Layout
3265 Isótopos|see
3266 \begin_inset ERT
3267 status collapsed
3268
3269 \begin_layout Plain Layout
3270
3271 {
3272 \end_layout
3273
3274 \end_inset
3275
3276 Química
3277 \begin_inset ERT
3278 status collapsed
3279
3280 \begin_layout Plain Layout
3281
3282 }
3283 \end_layout
3284
3285 \end_inset
3286
3287
3288 \end_layout
3289
3290 \end_inset
3291
3292
3293 \end_layout
3294
3295 \begin_layout Standard
3296 En la presentación de, p.
3297 \begin_inset space \thinspace{}
3298 \end_inset
3299
3300 e., isótopos,
3301 \begin_inset Foot
3302 status collapsed
3303
3304 \begin_layout Plain Layout
3305 Más sobre símbolos químicos en 
3306 \begin_inset CommandInset ref
3307 LatexCommand ref
3308 reference "sub:Símbolos-y-ecuaciones-químicas"
3309
3310 \end_inset
3311
3312
3313 \end_layout
3314
3315 \end_inset
3316
3317  surge el problema siguiente:
3318 \end_layout
3319
3320 \begin_layout Standard
3321 \noindent
3322 \align center
3323 \begin_inset Tabular
3324 <lyxtabular version="3" rows="2" columns="2">
3325 <features rotate="0" tabularvalignment="middle">
3326 <column alignment="center" valignment="top">
3327 <column alignment="center" valignment="top">
3328 <row>
3329 <cell alignment="center" valignment="top" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Plain Layout
3333 Índices generados con sub- y superíndices:
3334 \end_layout
3335
3336 \end_inset
3337 </cell>
3338 <cell alignment="center" valignment="top" usebox="none">
3339 \begin_inset Text
3340
3341 \begin_layout Plain Layout
3342 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3343 \end_inset
3344
3345
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 </row>
3351 <row>
3352 <cell alignment="center" valignment="top" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Plain Layout
3356 Índices correctos:
3357 \end_layout
3358
3359 \end_inset
3360 </cell>
3361 <cell alignment="center" valignment="top" usebox="none">
3362 \begin_inset Text
3363
3364 \begin_layout Plain Layout
3365 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3366 \end_inset
3367
3368
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 </row>
3374 </lyxtabular>
3375
3376 \end_inset
3377
3378
3379 \begin_inset Note Note
3380 status collapsed
3381
3382 \begin_layout Plain Layout
3383
3384 \series bold
3385
3386 \backslash
3387 raisebox
3388 \series default
3389  se usa sólo como espaciador
3390 \end_layout
3391
3392 \end_inset
3393
3394
3395 \end_layout
3396
3397 \begin_layout Standard
3398 Por omisión, el índice más corto se coloca sobre o bajo el primer carácter
3399  del índice más largo.
3400  Para evitarlo está el comando 
3401 \series bold
3402
3403 \backslash
3404 phantom
3405 \series default
3406
3407 \begin_inset Index idx
3408 status collapsed
3409
3410 \begin_layout Plain Layout
3411 Comandos ! P ! 
3412 \backslash
3413 phantom
3414 \end_layout
3415
3416 \end_inset
3417
3418  o el botón 
3419 \begin_inset space ~
3420 \end_inset
3421
3422
3423 \begin_inset Graphics
3424         filename ../../images/math/phantom.png
3425         scale 85
3426
3427 \end_inset
3428
3429  del submenú de espacios en ecuaciones
3430 \begin_inset Foot
3431 status collapsed
3432
3433 \begin_layout Plain Layout
3434 Botón 
3435 \begin_inset Info
3436 type  "icon"
3437 arg   "math-insert \\space"
3438 \end_inset
3439
3440  de la barra de ecuaciones
3441 \end_layout
3442
3443 \end_inset
3444
3445 , que genera uno o más espacios reservados.
3446  Al insertar 
3447 \series bold
3448
3449 \backslash
3450 phantom
3451 \series default
3452  aparece un pequeño marco azul con dos flechas rojas superpuestas
3453 \begin_inset Formula $\phantom{}$
3454 \end_inset
3455
3456 .
3457  Las flechas indican que se reservará un espacio equivalente a la anchura
3458  y altura totales del contenido del marco.
3459  Los espacios reservados son correspondientes al tamaño de los caracteres.
3460 \end_layout
3461
3462 \begin_layout Standard
3463 \noindent
3464 \align center
3465 \begin_inset Tabular
3466 <lyxtabular version="3" rows="4" columns="2">
3467 <features rotate="0" tabularvalignment="middle">
3468 <column alignment="center" valignment="top">
3469 <column alignment="center" valignment="top">
3470 <row>
3471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475 Comando
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484 Resultado
3485 \begin_inset Note Note
3486 status collapsed
3487
3488 \begin_layout Plain Layout
3489
3490 \series bold
3491
3492 \backslash
3493 raisebox
3494 \series default
3495  se usa sólo como espaciador
3496 \end_layout
3497
3498 \end_inset
3499
3500
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 </row>
3506 <row>
3507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3508 \begin_inset Text
3509
3510 \begin_layout Plain Layout
3511 ^19
3512 \begin_inset space \textvisiblespace{}
3513 \end_inset
3514
3515 _
3516 \backslash
3517 phantom
3518 \begin_inset space \textvisiblespace{}
3519 \end_inset
3520
3521 1
3522 \begin_inset Formula $\rightarrow$
3523 \end_inset
3524
3525 9
3526 \begin_inset space \textvisiblespace{}
3527 \end_inset
3528
3529 F
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3539 \end_inset
3540
3541
3542 \end_layout
3543
3544 \end_inset
3545 </cell>
3546 </row>
3547 <row>
3548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3549 \begin_inset Text
3550
3551 \begin_layout Plain Layout
3552 ^235
3553 \begin_inset space \textvisiblespace{}
3554 \end_inset
3555
3556 _
3557 \backslash
3558 phantom
3559 \begin_inset space \textvisiblespace{}
3560 \end_inset
3561
3562 23
3563 \begin_inset Formula $\rightarrow$
3564 \end_inset
3565
3566 9
3567 \begin_inset space \textvisiblespace{}
3568 \end_inset
3569
3570 F
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3580 \end_inset
3581
3582
3583 \end_layout
3584
3585 \end_inset
3586 </cell>
3587 </row>
3588 <row>
3589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3590 \begin_inset Text
3591
3592 \begin_layout Plain Layout
3593
3594 \backslash
3595 Lambda^
3596 \begin_inset space \textvisiblespace{}
3597 \end_inset
3598
3599
3600 \backslash
3601 phantom
3602 \begin_inset space \textvisiblespace{}
3603 \end_inset
3604
3605 ii
3606 \begin_inset Formula $\rightarrow$
3607 \end_inset
3608
3609 t
3610 \begin_inset space \textvisiblespace{}
3611 \end_inset
3612
3613 _MMt
3614 \end_layout
3615
3616 \end_inset
3617 </cell>
3618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3619 \begin_inset Text
3620
3621 \begin_layout Plain Layout
3622 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3623 \end_inset
3624
3625
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 </row>
3631 </lyxtabular>
3632
3633 \end_inset
3634
3635
3636 \end_layout
3637
3638 \begin_layout Standard
3639 Además hay los comandos 
3640 \series bold
3641
3642 \backslash
3643 vphantom
3644 \series default
3645
3646 \begin_inset Index idx
3647 status collapsed
3648
3649 \begin_layout Plain Layout
3650 Comandos ! V ! 
3651 \backslash
3652 vphantom
3653 \end_layout
3654
3655 \end_inset
3656
3657  (botón 
3658 \begin_inset space ~
3659 \end_inset
3660
3661
3662 \begin_inset Graphics
3663         filename ../../images/math/vphantom.png
3664         scale 85
3665
3666 \end_inset
3667
3668 ) y 
3669 \series bold
3670
3671 \backslash
3672 hphantom
3673 \series default
3674
3675 \begin_inset Index idx
3676 status collapsed
3677
3678 \begin_layout Plain Layout
3679 Comandos ! H ! 
3680 \backslash
3681 hphantom
3682 \end_layout
3683
3684 \end_inset
3685
3686  (botón 
3687 \begin_inset space ~
3688 \end_inset
3689
3690
3691 \begin_inset Graphics
3692         filename ../../images/math/hphantom.png
3693         scale 85
3694
3695 \end_inset
3696
3697 ).
3698  
3699 \series bold
3700
3701 \backslash
3702 hphantom
3703 \series default
3704  genera espacio en el marco sólo para la altura máxima de los caracteres,
3705  no para su anchura.
3706  
3707 \series bold
3708
3709 \backslash
3710 vphantom
3711 \series default
3712  genera espacio sólo para la anchura del contenido del marco.
3713  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3714 \end_layout
3715
3716 \begin_layout Standard
3717 Por ejemplo, 
3718 \series bold
3719
3720 \backslash
3721 vphantom
3722 \series default
3723
3724 \begin_inset space \textvisiblespace{}
3725 \end_inset
3726
3727
3728 \series bold
3729 a
3730 \backslash
3731 int
3732 \series default
3733  genera espacio de la altura del signo de la integral,
3734 \begin_inset Foot
3735 status collapsed
3736
3737 \begin_layout Plain Layout
3738 El comando 
3739 \series bold
3740
3741 \backslash
3742 int
3743 \series default
3744  genera un signo de integral, véase 
3745 \begin_inset CommandInset ref
3746 LatexCommand ref
3747 reference "sub:Operadores-grandes"
3748
3749 \end_inset
3750
3751
3752 \end_layout
3753
3754 \end_inset
3755
3756  porque este es el carácter más largo.
3757  En la 
3758 \begin_inset CommandInset ref
3759 LatexCommand ref
3760 reference "sub:Delimitadores-multilínea"
3761
3762 \end_inset
3763
3764  hay un ejemplo de aplicación.
3765 \end_layout
3766
3767 \begin_layout Standard
3768 Los espacios reservados también se pueden usar para un texto cuando se insertan
3769  mediante el menú 
3770 \family sans
3771 Insertar\SpecialChar \menuseparator
3772 Formato\SpecialChar \menuseparator
3773 Fantasma
3774 \family default
3775 :
3776 \end_layout
3777
3778 \begin_layout Standard
3779 Esto es una frase.
3780 \begin_inset Newline newline
3781 \end_inset
3782
3783
3784 \begin_inset Phantom Phantom
3785 status open
3786
3787 \begin_layout Plain Layout
3788 Esto
3789 \end_layout
3790
3791 \end_inset
3792
3793  es una frase.
3794 \end_layout
3795
3796 \begin_layout Subsection
3797 Líneas
3798 \begin_inset Index idx
3799 status collapsed
3800
3801 \begin_layout Plain Layout
3802 Lineas@Líneas
3803 \end_layout
3804
3805 \end_inset
3806
3807
3808 \begin_inset Index idx
3809 status collapsed
3810
3811 \begin_layout Plain Layout
3812 Ecuación ! sub- o superrayada
3813 \end_layout
3814
3815 \end_inset
3816
3817
3818 \end_layout
3819
3820 \begin_layout Standard
3821 \noindent
3822 \align center
3823 \begin_inset Tabular
3824 <lyxtabular version="3" rows="4" columns="2">
3825 <features rotate="0" tabularvalignment="middle">
3826 <column alignment="center" valignment="top">
3827 <column alignment="center" valignment="top">
3828 <row>
3829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833 Comando
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842 Resultado
3843 \begin_inset Note Note
3844 status collapsed
3845
3846 \begin_layout Plain Layout
3847
3848 \series bold
3849
3850 \backslash
3851 raisebox
3852 \series default
3853  se usa sólo como espaciador
3854 \end_layout
3855
3856 \end_inset
3857
3858
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 </row>
3864 <row>
3865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869
3870 \backslash
3871 overline
3872 \begin_inset space \textvisiblespace{}
3873 \end_inset
3874
3875 A+B
3876 \begin_inset Index idx
3877 status collapsed
3878
3879 \begin_layout Plain Layout
3880 Comandos ! O ! 
3881 \backslash
3882 overline
3883 \end_layout
3884
3885 \end_inset
3886
3887
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3897 \end_inset
3898
3899
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 </row>
3905 <row>
3906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910
3911 \backslash
3912 underline
3913 \begin_inset space \textvisiblespace{}
3914 \end_inset
3915
3916 A+B
3917 \begin_inset Index idx
3918 status collapsed
3919
3920 \begin_layout Plain Layout
3921 Comandos ! U ! 
3922 \backslash
3923 underline
3924 \end_layout
3925
3926 \end_inset
3927
3928
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3938 \end_inset
3939
3940
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 </row>
3946 <row>
3947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951
3952 \backslash
3953 overline
3954 \begin_inset space \textvisiblespace{}
3955 \end_inset
3956
3957
3958 \backslash
3959 underline
3960 \begin_inset space \textvisiblespace{}
3961 \end_inset
3962
3963 A+B
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
3973 \end_inset
3974
3975
3976 \end_layout
3977
3978 \end_inset
3979 </cell>
3980 </row>
3981 </lyxtabular>
3982
3983 \end_inset
3984
3985
3986 \end_layout
3987
3988 \begin_layout Standard
3989 En el último ejemplo es indiferente poner primero 
3990 \series bold
3991
3992 \backslash
3993 overline
3994 \series default
3995  o 
3996 \series bold
3997
3998 \backslash
3999 underline
4000 \series default
4001 .
4002 \end_layout
4003
4004 \begin_layout Standard
4005 Para poner doble subrayado, p.
4006 \begin_inset space \thinspace{}
4007 \end_inset
4008
4009 e.
4010  en resultados, se usa 
4011 \series bold
4012
4013 \backslash
4014 underline
4015 \series default
4016  dos veces.
4017 \end_layout
4018
4019 \begin_layout Standard
4020 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4021 \begin_inset VSpace bigskip
4022 \end_inset
4023
4024 Se pueden crear líneas personalizadas con el comando 
4025 \series bold
4026
4027 \backslash
4028 rule
4029 \series default
4030
4031 \begin_inset Index idx
4032 status collapsed
4033
4034 \begin_layout Plain Layout
4035 Comandos ! R ! 
4036 \backslash
4037 rule
4038 \end_layout
4039
4040 \end_inset
4041
4042  con el esquema siguiente:
4043 \end_layout
4044
4045 \begin_layout Standard
4046
4047 \series bold
4048
4049 \backslash
4050 rule[hueco vertical]{longitud}{grosor}
4051 \end_layout
4052
4053 \begin_layout Standard
4054 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4055  si el valor es negativo).
4056  Las unidades disponibles para los valores están listadas en
4057 \begin_inset space ~
4058 \end_inset
4059
4060
4061 \begin_inset CommandInset ref
4062 LatexCommand ref
4063 reference "tab:Unidades-disponibles"
4064
4065 \end_inset
4066
4067 .
4068  A continuación hay dos ejemplos de líneas creadas con los comandos
4069 \series bold
4070
4071 \begin_inset Newline newline
4072 \end_inset
4073
4074
4075 \backslash
4076 rule[-2ex]{3cm}{2pt}
4077 \series default
4078  y 
4079 \series bold
4080
4081 \backslash
4082 rule{2cm}{1pt}
4083 \series default
4084 :
4085 \end_layout
4086
4087 \begin_layout Standard
4088 Esto es una frase 
4089 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4090 \end_inset
4091
4092  con dos líneas.
4093 \end_layout
4094
4095 \begin_layout Standard
4096
4097 \series bold
4098
4099 \backslash
4100 rule
4101 \series default
4102  también se puede usar para texto insertando una línea mediante el menú
4103  
4104 \family sans
4105 Insertar\SpecialChar \menuseparator
4106 Formato\SpecialChar \menuseparator
4107 Línea horizontal
4108 \family default
4109 :
4110 \end_layout
4111
4112 \begin_layout Standard
4113 Esto es una frase 
4114 \begin_inset CommandInset line
4115 LatexCommand rule
4116 offset "0.5ex"
4117 width "3cm"
4118 height "1pt"
4119
4120 \end_inset
4121
4122  con una línea insertada.
4123 \end_layout
4124
4125 \begin_layout Subsection
4126 Puntos
4127 \begin_inset CommandInset label
4128 LatexCommand label
4129 name "sub:Puntos"
4130
4131 \end_inset
4132
4133
4134 \begin_inset Index idx
4135 status collapsed
4136
4137 \begin_layout Plain Layout
4138 Puntos
4139 \end_layout
4140
4141 \end_inset
4142
4143
4144 \end_layout
4145
4146 \begin_layout Standard
4147 Hay distintos tipos de puntos disponibles.
4148 \begin_inset Foot
4149 status collapsed
4150
4151 \begin_layout Plain Layout
4152 En la barra de herramientas de ecuaciones, en el panel del botón 
4153 \begin_inset Info
4154 type  "icon"
4155 arg   "math-insert \\ldots"
4156 \end_inset
4157
4158 .
4159 \end_layout
4160
4161 \end_inset
4162
4163  Para continuación en enumeraciones se usan puntos bajos, (
4164 \series bold
4165
4166 \backslash
4167 ldots
4168 \series default
4169
4170 \begin_inset Index idx
4171 status collapsed
4172
4173 \begin_layout Plain Layout
4174 Comandos ! L ! 
4175 \backslash
4176 ldots
4177 \end_layout
4178
4179 \end_inset
4180
4181 ), mientras que para operaciones se usan puntos centrados a la misma altura
4182  que los operadores, (
4183 \series bold
4184
4185 \backslash
4186 cdots
4187 \series default
4188
4189 \begin_inset Index idx
4190 status collapsed
4191
4192 \begin_layout Plain Layout
4193 Comandos ! C ! 
4194 \backslash
4195 cdots
4196 \end_layout
4197
4198 \end_inset
4199
4200 ).
4201  Si se usa el comando 
4202 \series bold
4203
4204 \backslash
4205 dots
4206 \series default
4207
4208 \begin_inset Index idx
4209 status collapsed
4210
4211 \begin_layout Plain Layout
4212 Comandos ! D ! 
4213 \backslash
4214 dots
4215 \end_layout
4216
4217 \end_inset
4218
4219 , LaTeX decide el tipo a usar en función del carácter siguiente.
4220 \end_layout
4221
4222 \begin_layout Standard
4223 \align center
4224 \begin_inset Tabular
4225 <lyxtabular version="3" rows="9" columns="2">
4226 <features rotate="0" tabularvalignment="middle">
4227 <column alignment="center" valignment="top" width="0pt">
4228 <column alignment="center" valignment="top" width="0pt">
4229 <row>
4230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 Comando
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243 Resultado
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 </row>
4249 <row>
4250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254 A_1
4255 \begin_inset space \textvisiblespace{}
4256 \end_inset
4257
4258 ,
4259 \backslash
4260 dots
4261 \begin_inset space \textvisiblespace{}
4262 \end_inset
4263
4264 ,A_n
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273 \begin_inset Formula $A_{1},\dots,A_{n}$
4274 \end_inset
4275
4276
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 </row>
4282 <row>
4283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 A_1
4288 \begin_inset space \textvisiblespace{}
4289 \end_inset
4290
4291 +
4292 \backslash
4293 dots
4294 \begin_inset space \textvisiblespace{}
4295 \end_inset
4296
4297 +A_n
4298 \end_layout
4299
4300 \end_inset
4301 </cell>
4302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4303 \begin_inset Text
4304
4305 \begin_layout Plain Layout
4306 \begin_inset Formula $A_{1}+\dots+A_{n}$
4307 \end_inset
4308
4309
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 </row>
4315 <row>
4316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320 A_1
4321 \begin_inset space \textvisiblespace{}
4322 \end_inset
4323
4324 ,
4325 \backslash
4326 ldots
4327 \begin_inset space \textvisiblespace{}
4328 \end_inset
4329
4330 ,A_n
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4336 \begin_inset Text
4337
4338 \begin_layout Plain Layout
4339 \begin_inset Formula $A_{1},\ldots,A_{n}$
4340 \end_inset
4341
4342
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 </row>
4348 <row>
4349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353 A_1
4354 \begin_inset space \textvisiblespace{}
4355 \end_inset
4356
4357 +
4358 \backslash
4359 cdots
4360 \begin_inset space \textvisiblespace{}
4361 \end_inset
4362
4363 +A_n
4364 \end_layout
4365
4366 \end_inset
4367 </cell>
4368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4373 \end_inset
4374
4375
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 </row>
4381 <row>
4382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4383 \begin_inset Text
4384
4385 \begin_layout Plain Layout
4386
4387 \backslash
4388 vdots
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397 \begin_inset Formula $\vdots$
4398 \end_inset
4399
4400
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 </row>
4406 <row>
4407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411
4412 \backslash
4413 ddots
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422 \begin_inset Formula $\ddots$
4423 \end_inset
4424
4425
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 </row>
4431 <row>
4432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436
4437 \backslash
4438 iddots
4439 \end_layout
4440
4441 \end_inset
4442 </cell>
4443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447 \begin_inset Formula $\iddots$
4448 \end_inset
4449
4450
4451 \end_layout
4452
4453 \end_inset
4454 </cell>
4455 </row>
4456 <row>
4457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4458 \begin_inset Text
4459
4460 \begin_layout Plain Layout
4461 Matriz
4462 \begin_inset space \thinspace{}
4463 \end_inset
4464
4465 3×3 con los distintos puntos
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474 \begin_inset Formula $\begin{array}{ccc}
4475 A_{11} & \cdots & A_{1m}\\
4476 \vdots & \ddots & \vdots\\
4477 A_{n1} & \cdots & A_{nm}
4478 \end{array}$
4479 \end_inset
4480
4481
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 </row>
4487 </lyxtabular>
4488
4489 \end_inset
4490
4491
4492 \end_layout
4493
4494 \begin_layout Standard
4495 Los puntos suspensivos disponibles en el menú 
4496 \family sans
4497 Insertar\SpecialChar \menuseparator
4498 Carácter especial
4499 \family default
4500  son 
4501 \series bold
4502
4503 \backslash
4504 ldots
4505 \series default
4506 .
4507 \end_layout
4508
4509 \begin_layout Standard
4510 \begin_inset VSpace medskip
4511 \end_inset
4512
4513
4514 \end_layout
4515
4516 \begin_layout Standard
4517 Para usar 
4518 \series bold
4519
4520 \backslash
4521 iddots
4522 \series default
4523 , hay que marcar una de las opciones 
4524 \family sans
4525 Usar paquete mathdots (automáticamente)
4526 \family default
4527  en las 
4528 \family sans
4529 Opciones de ecuación
4530 \family default
4531  de la configuración del documento.
4532 \begin_inset Newline newline
4533 \end_inset
4534
4535 La opción 
4536 \family sans
4537 Usar paquete mathdots
4538 \family default
4539  mejorará el aspecto de todos los puntos en los documentos si su estilo
4540  o tamaño de tipografía no son los predeterminados.
4541 \end_layout
4542
4543 \begin_layout Standard
4544 \begin_inset VSpace medskip
4545 \end_inset
4546
4547 Hay puntos específicos para matrices que se extienden por varias columnas.
4548  Se generan con el comando 
4549 \series bold
4550
4551 \backslash
4552 hdotsfor
4553 \series default
4554
4555 \begin_inset Index idx
4556 status collapsed
4557
4558 \begin_layout Plain Layout
4559 Comandos ! H ! 
4560 \backslash
4561 hdotsfor
4562 \end_layout
4563
4564 \end_inset
4565
4566 , que tiene el siguiente esquema:
4567 \end_layout
4568
4569 \begin_layout Standard
4570
4571 \series bold
4572
4573 \backslash
4574 hdotsfor[distancia]{número de columnas}
4575 \end_layout
4576
4577 \begin_layout Standard
4578 Número de columnas especifica cuántas columnas deben abarcarse.
4579  Distancia es un factor para la separación entre los puntos.
4580 \end_layout
4581
4582 \begin_layout Standard
4583 En la siguiente matriz se ha insertado el comando 
4584 \series bold
4585
4586 \backslash
4587 hdotsfor[2]{4}
4588 \series default
4589  en el primer recuadro de la segunda línea para obtener puntos separados
4590  una distancia equivalente a dos veces la del comando 
4591 \series bold
4592
4593 \backslash
4594 dots
4595 \series default
4596 .
4597 \begin_inset Formula 
4598 \[
4599 \left(\begin{array}{cccc}
4600 A & B & C & D\\
4601 \hdotsfor[2]{4}\\
4602 q & w & e & r
4603 \end{array}\right)
4604 \]
4605
4606 \end_inset
4607
4608
4609 \end_layout
4610
4611 \begin_layout Standard
4612 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
4613  de lo contrario se producen errores de LaTeX.
4614 \end_layout
4615
4616 \begin_layout Standard
4617 \begin_inset VSpace bigskip
4618 \end_inset
4619
4620
4621 \end_layout
4622
4623 \begin_layout Standard
4624 Además, con el comando 
4625 \series bold
4626
4627 \backslash
4628 dotfill
4629 \series default
4630
4631 \begin_inset Index idx
4632 status collapsed
4633
4634 \begin_layout Plain Layout
4635 Comandos ! D ! 
4636 \backslash
4637 dotfill
4638 \end_layout
4639
4640 \end_inset
4641
4642  puedes completar con puntos una línea.
4643  El efecto de este tipo de comandos es como el de 
4644 \series bold
4645
4646 \backslash
4647 hfill
4648 \series default
4649 , véase 
4650 \begin_inset CommandInset ref
4651 LatexCommand ref
4652 reference "sub:Espacio-variable"
4653
4654 \end_inset
4655
4656 .
4657 \end_layout
4658
4659 \begin_layout Standard
4660 Por ejemplo el comando 
4661 \series bold
4662 A
4663 \backslash
4664 dotfill
4665 \series default
4666
4667 \begin_inset space \textvisiblespace{}
4668 \end_inset
4669
4670
4671 \series bold
4672 B
4673 \series default
4674  genera
4675 \end_layout
4676
4677 \begin_layout Standard
4678 \begin_inset Formula $A\dotfill B$
4679 \end_inset
4680
4681
4682 \end_layout
4683
4684 \begin_layout Standard
4685 Un comando análogo a 
4686 \series bold
4687
4688 \backslash
4689 dotfill
4690 \series default
4691  para rellenar con una línea es 
4692 \series bold
4693
4694 \backslash
4695 hrulefill
4696 \series default
4697
4698 \begin_inset Index idx
4699 status collapsed
4700
4701 \begin_layout Plain Layout
4702 Comandos ! H ! 
4703 \backslash
4704 hrulefill
4705 \end_layout
4706
4707 \end_inset
4708
4709 :
4710 \end_layout
4711
4712 \begin_layout Standard
4713 \begin_inset Formula $A\hrulefill B$
4714 \end_inset
4715
4716
4717 \end_layout
4718
4719 \begin_layout Standard
4720 Para usar estos comandos en el texto, deben insertarse en modo TeX.
4721 \end_layout
4722
4723 \begin_layout Section
4724 Matrices
4725 \begin_inset CommandInset label
4726 LatexCommand label
4727 name "sec:Matrices"
4728
4729 \end_inset
4730
4731
4732 \begin_inset Index idx
4733 status collapsed
4734
4735 \begin_layout Plain Layout
4736 Matrices
4737 \end_layout
4738
4739 \end_inset
4740
4741
4742 \end_layout
4743
4744 \begin_layout Standard
4745 Se pueden insertar con el botón 
4746 \begin_inset Info
4747 type  "icon"
4748 arg   "dialog-show mathmatrix"
4749 \end_inset
4750
4751  de la barra de ecuaciones o con el menú 
4752 \family sans
4753 Insertar\SpecialChar \menuseparator
4754 Ecuación\SpecialChar \menuseparator
4755 Matriz
4756 \family default
4757 .
4758  Aparece una ventana en la que se pide el número de filas y columnas, la
4759  alineación y la decoración.
4760  La alineación vertical sólo es relevante para matrices en línea:
4761 \end_layout
4762
4763 \begin_layout Standard
4764 Esta primera matriz tiene alineación superior 
4765 \begin_inset Formula $\begin{array}[t]{cccc}
4766 A & D & G & J\\
4767 B & E & H & K\\
4768 D & F & I & L
4769 \end{array}$
4770 \end_inset
4771
4772  , la segunda alineación central 
4773 \begin_inset Formula $\begin{array}{cccc}
4774 A & D & G & J\\
4775 B & E & H & K\\
4776 D & F & I & L
4777 \end{array}$
4778 \end_inset
4779
4780  , y la tercera alineación inferior 
4781 \begin_inset Formula $\begin{array}[b]{cccc}
4782 A & D & G & J\\
4783 B & E & H & K\\
4784 D & F & I & L
4785 \end{array}$
4786 \end_inset
4787
4788 .
4789 \end_layout
4790
4791 \begin_layout Standard
4792 La alineación horizontal especifica cómo deben alinearse las entradas de
4793  la columna.
4794  Se determina mediante una letra para cada columna.
4795  
4796 \emph on
4797 l
4798 \emph default
4799  indica alineación a la izquierda, 
4800 \emph on
4801 c
4802 \emph default
4803  alineación centrada y 
4804 \emph on
4805 r
4806 \emph default
4807  alineación a la derecha.
4808  Por ejemplo, para componer una matriz
4809 \begin_inset space ~
4810 \end_inset
4811
4812 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
4813  centradas y la última a la derecha, se anota 
4814 \series bold
4815 lccr
4816 \series default
4817  en la alineación horizontal.
4818  Normalmente todas las columnas de una matriz están centradas, por tanto
4819  el valor por omisión es 
4820 \series bold
4821 c
4822 \series default
4823  para todas ellas.
4824 \end_layout
4825
4826 \begin_layout Standard
4827 Alineación horizontal:
4828 \end_layout
4829
4830 \begin_layout Standard
4831
4832 \series bold
4833 lll
4834 \series default
4835  : 
4836 \begin_inset Formula $\begin{array}{lll}
4837 10000 & D & G\\
4838 B & 10000 & H\\
4839 C & F & 10000
4840 \end{array}$
4841 \end_inset
4842
4843  , 
4844 \series bold
4845 ccc 
4846 \series default
4847
4848 \begin_inset Formula $\begin{array}{ccc}
4849 10000 & D & G\\
4850 B & 10000 & H\\
4851 C & F & 10000
4852 \end{array}$
4853 \end_inset
4854
4855  
4856 \series bold
4857 ,
4858 \series default
4859  
4860 \series bold
4861 rrr 
4862 \series default
4863
4864 \begin_inset Formula $\begin{array}{rrr}
4865 10000 & D & G\\
4866 B & 10000 & H\\
4867 C & F & 10000
4868 \end{array}$
4869 \end_inset
4870
4871
4872 \end_layout
4873
4874 \begin_layout Standard
4875 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
4876  botones 
4877 \begin_inset Info
4878 type  "icon"
4879 arg   "inset-modify tabular append-row"
4880 \end_inset
4881
4882
4883 \begin_inset Info
4884 type  "icon"
4885 arg   "inset-modify tabular delete-row"
4886 \end_inset
4887
4888 , etc.
4889  de la barra de ecuaciones o el menú 
4890 \family sans
4891 Editar\SpecialChar \menuseparator
4892 Filas y columnas
4893 \family default
4894 .
4895  También se pueden añadir filas nuevas con 
4896 \family sans
4897 Ctrl+Entrar
4898 \family default
4899 .
4900 \end_layout
4901
4902 \begin_layout Standard
4903 \begin_inset VSpace bigskip
4904 \end_inset
4905
4906
4907 \end_layout
4908
4909 \begin_layout Standard
4910 La 
4911 \family sans
4912 Decoración
4913 \family default
4914  añade paréntesis en el estilo seleccionado alrededor de la matriz.
4915  Alternativamente, se pueden generar paréntesis con los comandos 
4916 \series bold
4917
4918 \backslash
4919 left
4920 \series default
4921
4922 \begin_inset Index idx
4923 status collapsed
4924
4925 \begin_layout Plain Layout
4926 Comandos ! L ! 
4927 \backslash
4928 left
4929 \end_layout
4930
4931 \end_inset
4932
4933  y 
4934 \series bold
4935
4936 \backslash
4937 right
4938 \series default
4939
4940 \begin_inset Index idx
4941 status collapsed
4942
4943 \begin_layout Plain Layout
4944 Comandos ! R ! 
4945 \backslash
4946 right
4947 \end_layout
4948
4949 \end_inset
4950
4951  (atajo 
4952 \family sans
4953 Alt+M
4954 \begin_inset space ~
4955 \end_inset
4956
4957 Paréntesis
4958 \family default
4959 ), véase 
4960 \begin_inset CommandInset ref
4961 LatexCommand ref
4962 reference "sub:Tamaño-automático-de"
4963
4964 \end_inset
4965
4966 , o usando los comandos siguientes:
4967 \end_layout
4968
4969 \begin_layout Standard
4970 \begin_inset VSpace medskip
4971 \end_inset
4972
4973
4974 \end_layout
4975
4976 \begin_layout Standard
4977 \begin_inset space \hfill{}
4978 \end_inset
4979
4980
4981 \begin_inset Tabular
4982 <lyxtabular version="3" rows="4" columns="2">
4983 <features rotate="0" tabularvalignment="middle">
4984 <column alignment="center" valignment="top">
4985 <column alignment="center" valignment="top">
4986 <row>
4987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Plain Layout
4991 Comando
4992 \end_layout
4993
4994 \end_inset
4995 </cell>
4996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000 Resultado
5001 \begin_inset Note Note
5002 status collapsed
5003
5004 \begin_layout Plain Layout
5005
5006 \series bold
5007
5008 \backslash
5009 raisebox
5010 \series default
5011  se usa sólo como espaciador
5012 \end_layout
5013
5014 \end_inset
5015
5016
5017 \end_layout
5018
5019 \end_inset
5020 </cell>
5021 </row>
5022 <row>
5023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5024 \begin_inset Text
5025
5026 \begin_layout Plain Layout
5027
5028 \backslash
5029 bmatrix
5030 \begin_inset space \textvisiblespace{}
5031 \end_inset
5032
5033 2
5034 \series bold
5035 ×
5036 \series default
5037 2
5038 \begin_inset space \thinspace{}
5039 \end_inset
5040
5041 matriz
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5047 \begin_inset Text
5048
5049 \begin_layout Plain Layout
5050 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5051 0 & \textrm{-}\mathrm{i}\\
5052 \mathrm{i} & 0
5053 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5054 \end_inset
5055
5056
5057 \end_layout
5058
5059 \end_inset
5060 </cell>
5061 </row>
5062 <row>
5063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5064 \begin_inset Text
5065
5066 \begin_layout Plain Layout
5067
5068 \backslash
5069 Bmatrix
5070 \begin_inset space \textvisiblespace{}
5071 \end_inset
5072
5073 2×2
5074 \begin_inset space \thinspace{}
5075 \end_inset
5076
5077 matriz
5078 \end_layout
5079
5080 \end_inset
5081 </cell>
5082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5087 0 & \textrm{-}\mathrm{i}\\
5088 \mathrm{i} & 0
5089 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5090 \end_inset
5091
5092
5093 \end_layout
5094
5095 \end_inset
5096 </cell>
5097 </row>
5098 <row>
5099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5100 \begin_inset Text
5101
5102 \begin_layout Plain Layout
5103
5104 \backslash
5105 pmatrix
5106 \begin_inset space \textvisiblespace{}
5107 \end_inset
5108
5109 2
5110 \series bold
5111 ×
5112 \series default
5113 2
5114 \begin_inset space \thinspace{}
5115 \end_inset
5116
5117 matriz
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Plain Layout
5126 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5127 0 & \textrm{-}\mathrm{i}\\
5128 \mathrm{i} & 0
5129 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5130 \end_inset
5131
5132
5133 \end_layout
5134
5135 \end_inset
5136 </cell>
5137 </row>
5138 </lyxtabular>
5139
5140 \end_inset
5141
5142
5143 \begin_inset space \hfill{}
5144 \end_inset
5145
5146
5147 \begin_inset Tabular
5148 <lyxtabular version="3" rows="4" columns="2">
5149 <features rotate="0" tabularvalignment="middle">
5150 <column alignment="center" valignment="top">
5151 <column alignment="center" valignment="top">
5152 <row>
5153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157 Comando
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166 Resultado
5167 \begin_inset Note Note
5168 status collapsed
5169
5170 \begin_layout Plain Layout
5171
5172 \series bold
5173
5174 \backslash
5175 raisebox
5176 \series default
5177  se usa sólo como espaciador
5178 \end_layout
5179
5180 \end_inset
5181
5182
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 </row>
5188 <row>
5189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5190 \begin_inset Text
5191
5192 \begin_layout Plain Layout
5193
5194 \backslash
5195 vmatrix
5196 \begin_inset space \textvisiblespace{}
5197 \end_inset
5198
5199 2
5200 \series bold
5201 ×
5202 \series default
5203 2
5204 \begin_inset space \thinspace{}
5205 \end_inset
5206
5207 matriz
5208 \end_layout
5209
5210 \end_inset
5211 </cell>
5212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5213 \begin_inset Text
5214
5215 \begin_layout Plain Layout
5216 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5217 0 & \textrm{-}\mathrm{i}\\
5218 \mathrm{i} & 0
5219 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5220 \end_inset
5221
5222
5223 \end_layout
5224
5225 \end_inset
5226 </cell>
5227 </row>
5228 <row>
5229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5230 \begin_inset Text
5231
5232 \begin_layout Plain Layout
5233
5234 \backslash
5235 Vmatrix
5236 \begin_inset space \textvisiblespace{}
5237 \end_inset
5238
5239 2
5240 \series bold
5241 ×
5242 \series default
5243 2
5244 \begin_inset space \thinspace{}
5245 \end_inset
5246
5247 matriz
5248 \end_layout
5249
5250 \end_inset
5251 </cell>
5252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5253 \begin_inset Text
5254
5255 \begin_layout Plain Layout
5256 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5257 0 & \textrm{-}\mathrm{i}\\
5258 \mathrm{i} & 0
5259 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5260 \end_inset
5261
5262
5263 \end_layout
5264
5265 \end_inset
5266 </cell>
5267 </row>
5268 <row>
5269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5270 \begin_inset Text
5271
5272 \begin_layout Plain Layout
5273
5274 \backslash
5275 matrix
5276 \begin_inset space \textvisiblespace{}
5277 \end_inset
5278
5279 2
5280 \series bold
5281 ×
5282 \series default
5283 2
5284 \begin_inset space \thinspace{}
5285 \end_inset
5286
5287 matriz
5288 \end_layout
5289
5290 \end_inset
5291 </cell>
5292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5293 \begin_inset Text
5294
5295 \begin_layout Plain Layout
5296 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5297 0 & \textrm{-}\mathrm{i}\\
5298 \mathrm{i} & 0
5299 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5300 \end_inset
5301
5302
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 </row>
5308 </lyxtabular>
5309
5310 \end_inset
5311
5312
5313 \begin_inset space \hfill{}
5314 \end_inset
5315
5316
5317 \end_layout
5318
5319 \begin_layout Standard
5320 \begin_inset VSpace medskip
5321 \end_inset
5322
5323
5324 \end_layout
5325
5326 \begin_layout Standard
5327 Cuando se inserta p.
5328 \begin_inset space \thinspace{}
5329 \end_inset
5330
5331 e.
5332 \begin_inset space ~
5333 \end_inset
5334
5335
5336 \series bold
5337
5338 \backslash
5339 vmatrix
5340 \series default
5341 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5342  la matriz.
5343 \begin_inset Newline newline
5344 \end_inset
5345
5346 Hay que tener en cuenta que las matrices decoradas ignoran el alineamiento
5347  vertical.
5348 \end_layout
5349
5350 \begin_layout Standard
5351 \begin_inset VSpace bigskip
5352 \end_inset
5353
5354
5355 \end_layout
5356
5357 \begin_layout Standard
5358 Como todas las ecuaciones multilínea son matrices, la longitud 
5359 \series bold
5360
5361 \backslash
5362 arraycolsep
5363 \series default
5364
5365 \begin_inset Index idx
5366 status collapsed
5367
5368 \begin_layout Plain Layout
5369 Comandos ! A ! 
5370 \backslash
5371 arraycolsep
5372 \end_layout
5373
5374 \end_inset
5375
5376 , que se describe en 
5377 \begin_inset CommandInset ref
5378 LatexCommand ref
5379 reference "sub:Separación-de-columnas"
5380
5381 \end_inset
5382
5383 , también se puede usar para cambiar la separación de las columnas en una
5384  matriz.
5385  Para cambiar la separación de las filas, se usa el comando 
5386 \series bold
5387
5388 \backslash
5389 arraystretch
5390 \series default
5391
5392 \begin_inset Index idx
5393 status collapsed
5394
5395 \begin_layout Plain Layout
5396 Comandos ! A ! 
5397 \backslash
5398 arraystretch
5399 \end_layout
5400
5401 \end_inset
5402
5403  de la siguiente manera:
5404 \end_layout
5405
5406 \begin_layout Standard
5407
5408 \series bold
5409
5410 \backslash
5411 renewcommand{
5412 \backslash
5413 arraystretch}{factor de separación}
5414 \begin_inset Index idx
5415 status collapsed
5416
5417 \begin_layout Plain Layout
5418 Comandos ! R ! 
5419 \backslash
5420 renewcommand
5421 \end_layout
5422
5423 \end_inset
5424
5425
5426 \end_layout
5427
5428 \begin_layout Standard
5429 El comando 
5430 \series bold
5431
5432 \backslash
5433 renewcommand
5434 \series default
5435  asigna el factor de separación al comando predefinido 
5436 \series bold
5437
5438 \backslash
5439 arraystretch
5440 \series default
5441 .
5442  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5443  Además, éste se usa para todas las matrices siguientes.
5444  Para volver a la separación original, asigna factor 1 a 
5445 \series bold
5446
5447 \backslash
5448 arraystretch
5449 \series default
5450 .
5451 \end_layout
5452
5453 \begin_layout Standard
5454 Para poner matrices en línea se usa el comando 
5455 \series bold
5456
5457 \backslash
5458 smallmatrix
5459 \series default
5460
5461 \begin_inset Index idx
5462 status collapsed
5463
5464 \begin_layout Plain Layout
5465 Comandos ! S ! 
5466 \backslash
5467 smallmatrix
5468 \end_layout
5469
5470 \end_inset
5471
5472 .
5473  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5474  se inserta la matriz.
5475  
5476 \end_layout
5477
5478 \begin_layout Standard
5479 Esto es una matriz 
5480 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5481 C & D
5482 \end{smallmatrix}\right)$
5483 \end_inset
5484
5485  en línea.
5486 \end_layout
5487
5488 \begin_layout Section
5489 Delimitadores
5490 \begin_inset Index idx
5491 status collapsed
5492
5493 \begin_layout Plain Layout
5494 Delimitadores
5495 \end_layout
5496
5497 \end_inset
5498
5499
5500 \end_layout
5501
5502 \begin_layout Subsection
5503 Delimitadores verticales
5504 \begin_inset Index idx
5505 status collapsed
5506
5507 \begin_layout Plain Layout
5508 Delimitadores ! verticales
5509 \end_layout
5510
5511 \end_inset
5512
5513
5514 \end_layout
5515
5516 \begin_layout Standard
5517 \begin_inset space \hfill{}
5518 \end_inset
5519
5520
5521 \begin_inset Tabular
5522 <lyxtabular version="3" rows="9" columns="2">
5523 <features rotate="0" tabularvalignment="middle">
5524 <column alignment="center" valignment="top" width="0pt">
5525 <column alignment="center" valignment="top" width="0pt">
5526 <row>
5527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5528 \begin_inset Text
5529
5530 \begin_layout Plain Layout
5531 Comando
5532 \end_layout
5533
5534 \end_inset
5535 </cell>
5536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5537 \begin_inset Text
5538
5539 \begin_layout Plain Layout
5540 Resultado
5541 \end_layout
5542
5543 \end_inset
5544 </cell>
5545 </row>
5546 <row>
5547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551 (
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5557 \begin_inset Text
5558
5559 \begin_layout Plain Layout
5560 \begin_inset Formula $($
5561 \end_inset
5562
5563
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 </row>
5569 <row>
5570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5571 \begin_inset Text
5572
5573 \begin_layout Plain Layout
5574 {
5575 \end_layout
5576
5577 \end_inset
5578 </cell>
5579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5580 \begin_inset Text
5581
5582 \begin_layout Plain Layout
5583 \begin_inset Formula $\{$
5584 \end_inset
5585
5586
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 </row>
5592 <row>
5593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5594 \begin_inset Text
5595
5596 \begin_layout Plain Layout
5597 [
5598 \end_layout
5599
5600 \end_inset
5601 </cell>
5602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5603 \begin_inset Text
5604
5605 \begin_layout Plain Layout
5606 \begin_inset Formula $[$
5607 \end_inset
5608
5609
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 </row>
5615 <row>
5616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Plain Layout
5620
5621 \backslash
5622 langle
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631 \begin_inset Formula $\langle$
5632 \end_inset
5633
5634
5635 \end_layout
5636
5637 \end_inset
5638 </cell>
5639 </row>
5640 <row>
5641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5642 \begin_inset Text
5643
5644 \begin_layout Plain Layout
5645
5646 \backslash
5647 lceil
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Plain Layout
5656 \begin_inset Formula $\lceil$
5657 \end_inset
5658
5659
5660 \end_layout
5661
5662 \end_inset
5663 </cell>
5664 </row>
5665 <row>
5666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670
5671 \backslash
5672 lfloor
5673 \end_layout
5674
5675 \end_inset
5676 </cell>
5677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5678 \begin_inset Text
5679
5680 \begin_layout Plain Layout
5681 \begin_inset Formula $\lfloor$
5682 \end_inset
5683
5684
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 </row>
5690 <row>
5691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5692 \begin_inset Text
5693
5694 \begin_layout Plain Layout
5695 /
5696 \end_layout
5697
5698 \end_inset
5699 </cell>
5700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704 \begin_inset Formula $/$
5705 \end_inset
5706
5707
5708 \end_layout
5709
5710 \end_inset
5711 </cell>
5712 </row>
5713 <row>
5714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718 |
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727 \begin_inset Formula $|$
5728 \end_inset
5729
5730
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 </row>
5736 </lyxtabular>
5737
5738 \end_inset
5739
5740
5741 \begin_inset space \hfill{}
5742 \end_inset
5743
5744
5745 \begin_inset Tabular
5746 <lyxtabular version="3" rows="9" columns="2">
5747 <features rotate="0" tabularvalignment="middle">
5748 <column alignment="center" valignment="top" width="0pt">
5749 <column alignment="center" valignment="top" width="0pt">
5750 <row>
5751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5752 \begin_inset Text
5753
5754 \begin_layout Plain Layout
5755 Comando
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764 Resultado
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 </row>
5770 <row>
5771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5772 \begin_inset Text
5773
5774 \begin_layout Plain Layout
5775 )
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5781 \begin_inset Text
5782
5783 \begin_layout Plain Layout
5784 \begin_inset Formula $)$
5785 \end_inset
5786
5787
5788 \end_layout
5789
5790 \end_inset
5791 </cell>
5792 </row>
5793 <row>
5794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798 }
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5804 \begin_inset Text
5805
5806 \begin_layout Plain Layout
5807 \begin_inset Formula $\}$
5808 \end_inset
5809
5810
5811 \end_layout
5812
5813 \end_inset
5814 </cell>
5815 </row>
5816 <row>
5817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Plain Layout
5821 ]
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 \begin_inset Formula $]$
5831 \end_inset
5832
5833
5834 \end_layout
5835
5836 \end_inset
5837 </cell>
5838 </row>
5839 <row>
5840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Plain Layout
5844
5845 \backslash
5846 rangle
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855 \begin_inset Formula $\rangle$
5856 \end_inset
5857
5858
5859 \end_layout
5860
5861 \end_inset
5862 </cell>
5863 </row>
5864 <row>
5865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869
5870 \backslash
5871 rceil
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5877 \begin_inset Text
5878
5879 \begin_layout Plain Layout
5880 \begin_inset Formula $\rceil$
5881 \end_inset
5882
5883
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 </row>
5889 <row>
5890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894
5895 \backslash
5896 rfloor
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5902 \begin_inset Text
5903
5904 \begin_layout Plain Layout
5905 \begin_inset Formula $\rfloor$
5906 \end_inset
5907
5908
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 </row>
5914 <row>
5915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Plain Layout
5919
5920 \backslash
5921
5922 \backslash
5923
5924 \end_layout
5925
5926 \end_inset
5927 </cell>
5928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932 \begin_inset Formula $\backslash$
5933 \end_inset
5934
5935
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 </row>
5941 <row>
5942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Plain Layout
5946
5947 \backslash
5948 |
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5954 \begin_inset Text
5955
5956 \begin_layout Plain Layout
5957 \begin_inset Formula $\|$
5958 \end_inset
5959
5960
5961 \end_layout
5962
5963 \end_inset
5964 </cell>
5965 </row>
5966 </lyxtabular>
5967
5968 \end_inset
5969
5970
5971 \begin_inset space \hfill{}
5972 \end_inset
5973
5974
5975 \end_layout
5976
5977 \begin_layout Standard
5978 \begin_inset Note Greyedout
5979 status open
5980
5981 \begin_layout Plain Layout
5982
5983 \series bold
5984 Nota
5985 \series default
5986 : En modo TeX hay que usar el comando 
5987 \series bold
5988
5989 \backslash
5990 textbackslash
5991 \series default
5992
5993 \begin_inset Index idx
5994 status collapsed
5995
5996 \begin_layout Plain Layout
5997 Comandos ! T ! 
5998 \backslash
5999 textbackslash
6000 \end_layout
6001
6002 \end_inset
6003
6004  para la barra invertida, porque si no el comando 
6005 \series bold
6006
6007 \backslash
6008
6009 \backslash
6010
6011 \series default
6012  genera un salto de línea.
6013 \end_layout
6014
6015 \end_inset
6016
6017
6018 \end_layout
6019
6020 \begin_layout Standard
6021 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6022  descritos en las dos subsecciones siguientes.
6023  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6024  < y > en vez de los comandos 
6025 \series bold
6026
6027 \backslash
6028 langle
6029 \series default
6030  y 
6031 \series bold
6032
6033 \backslash
6034 rangle
6035 \series default
6036 .
6037  
6038 \end_layout
6039
6040 \begin_layout Subsubsection
6041 Tamaño manual de los delimitadores
6042 \begin_inset CommandInset label
6043 LatexCommand label
6044 name "sub:Tamaño-manual-de"
6045
6046 \end_inset
6047
6048
6049 \begin_inset Index idx
6050 status collapsed
6051
6052 \begin_layout Plain Layout
6053 Delimitadores ! tamaño manual
6054 \end_layout
6055
6056 \end_inset
6057
6058
6059 \end_layout
6060
6061 \begin_layout Standard
6062 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6063  LaTeX 
6064 \series bold
6065
6066 \backslash
6067 big
6068 \series default
6069
6070 \begin_inset Index idx
6071 status collapsed
6072
6073 \begin_layout Plain Layout
6074 Comandos ! B ! 
6075 \backslash
6076 big
6077 \end_layout
6078
6079 \end_inset
6080
6081
6082 \series bold
6083
6084 \backslash
6085 Big
6086 \series default
6087
6088 \series bold
6089
6090 \backslash
6091 bigg
6092 \series default
6093 , y 
6094 \series bold
6095
6096 \backslash
6097 Bigg
6098 \series default
6099 .
6100  
6101 \series bold
6102
6103 \backslash
6104 big
6105 \series default
6106  indica el tamaño menor y 
6107 \series bold
6108
6109 \backslash
6110 Bigg
6111 \series default
6112  el mayor.
6113 \end_layout
6114
6115 \begin_layout Standard
6116 Estos comandos se usan para resaltar niveles de delimitación:
6117 \end_layout
6118
6119 \begin_layout Standard
6120 \noindent
6121 \align center
6122 \begin_inset Tabular
6123 <lyxtabular version="3" rows="2" columns="2">
6124 <features rotate="0" tabularvalignment="middle">
6125 <column alignment="center" valignment="top">
6126 <column alignment="center" valignment="top">
6127 <row>
6128 <cell alignment="center" valignment="top" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Plain Layout
6132 todos los delimitadores de igual tamaño:
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 <cell alignment="center" valignment="top" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6142 \end_inset
6143
6144
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 </row>
6150 <row>
6151 <cell alignment="center" valignment="top" usebox="none">
6152 \begin_inset Text
6153
6154 \begin_layout Plain Layout
6155 así tiene mejor aspecto:
6156 \end_layout
6157
6158 \end_inset
6159 </cell>
6160 <cell alignment="center" valignment="top" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Plain Layout
6164 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6165 \end_inset
6166
6167
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 </row>
6173 </lyxtabular>
6174
6175 \end_inset
6176
6177
6178 \begin_inset Note Note
6179 status collapsed
6180
6181 \begin_layout Plain Layout
6182
6183 \series bold
6184
6185 \backslash
6186 raisebox
6187 \series default
6188  se usa sólo como espaciador
6189 \end_layout
6190
6191 \end_inset
6192
6193
6194 \end_layout
6195
6196 \begin_layout Standard
6197 Para la segunda expresión se ha empleado el comando 
6198 \series bold
6199
6200 \backslash
6201 Big((A+B)(A-B)
6202 \backslash
6203 Big)^
6204 \series default
6205
6206 \begin_inset space \textvisiblespace{}
6207 \end_inset
6208
6209
6210 \series bold
6211 C
6212 \series default
6213 .
6214 \end_layout
6215
6216 \begin_layout Standard
6217 He aquí una visión conjunta de todos los tamaños y delimitadores:
6218 \end_layout
6219
6220 \begin_layout Standard
6221 \noindent
6222 \align center
6223
6224 \backslash
6225 Bigg(
6226 \backslash
6227 exp
6228 \backslash
6229 bigg<
6230 \backslash
6231 Big[
6232 \backslash
6233 big{
6234 \backslash
6235 ln(3x)
6236 \backslash
6237 big}^2
6238 \begin_inset space \textvisiblespace{}
6239 \end_inset
6240
6241
6242 \backslash
6243 sen(x)
6244 \backslash
6245 Big]^
6246 \begin_inset space \textvisiblespace{}
6247 \end_inset
6248
6249 A
6250 \begin_inset space \textvisiblespace{}
6251 \end_inset
6252
6253
6254 \backslash
6255 bigg>
6256 \backslash
6257 Bigg)^0,5
6258 \begin_inset Formula 
6259 \[
6260 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}
6261 \]
6262
6263 \end_inset
6264
6265
6266 \end_layout
6267
6268 \begin_layout Standard
6269 Además de los comandos 
6270 \series bold
6271
6272 \backslash
6273 big
6274 \series default
6275  hay la variante 
6276 \series bold
6277
6278 \backslash
6279 bigm
6280 \series default
6281
6282 \begin_inset Index idx
6283 status collapsed
6284
6285 \begin_layout Plain Layout
6286 Comandos ! B ! 
6287 \backslash
6288 bigm
6289 \end_layout
6290
6291 \end_inset
6292
6293 , que añade un poco más de espacio entre el delimitador y su contenido,
6294  y la variante 
6295 \series bold
6296
6297 \backslash
6298 bigl
6299 \series default
6300 -
6301 \series bold
6302
6303 \backslash
6304 bigr
6305 \series default
6306
6307 \begin_inset Index idx
6308 status collapsed
6309
6310 \begin_layout Plain Layout
6311 Comandos ! B ! 
6312 \backslash
6313 bigl - 
6314 \backslash
6315 bigr
6316 \end_layout
6317
6318 \end_inset
6319
6320 , que no añade espacio adicional.
6321  La 
6322 \emph on
6323 l
6324 \emph default
6325  al final del comando 
6326 \series bold
6327
6328 \backslash
6329 bigl 
6330 \series default
6331 es para el delimitador izquierdo, la 
6332 \emph on
6333 r
6334 \emph default
6335  es para el delimitador derecho.
6336  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6337  apertura o de cierre.
6338 \end_layout
6339
6340 \begin_layout Standard
6341 En el siguiente cuadro hay una comparación de las variantes:
6342 \end_layout
6343
6344 \begin_layout Standard
6345 \noindent
6346 \align center
6347 \begin_inset Tabular
6348 <lyxtabular version="3" rows="5" columns="2">
6349 <features rotate="0" tabularvalignment="middle">
6350 <column alignment="center" valignment="top">
6351 <column alignment="center" valignment="top">
6352 <row>
6353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6354 \begin_inset Text
6355
6356 \begin_layout Plain Layout
6357 Comando
6358 \end_layout
6359
6360 \end_inset
6361 </cell>
6362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6363 \begin_inset Text
6364
6365 \begin_layout Plain Layout
6366 Resultado
6367 \begin_inset Note Note
6368 status collapsed
6369
6370 \begin_layout Plain Layout
6371
6372 \series bold
6373
6374 \backslash
6375 raisebox
6376 \series default
6377  se usa sólo como espaciador
6378 \end_layout
6379
6380 \end_inset
6381
6382
6383 \end_layout
6384
6385 \end_inset
6386 </cell>
6387 </row>
6388 <row>
6389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6390 \begin_inset Text
6391
6392 \begin_layout Plain Layout
6393
6394 \backslash
6395 Bigm(
6396 \backslash
6397 bigm(
6398 \backslash
6399 ln(3x)
6400 \backslash
6401 bigm)^2
6402 \series bold
6403
6404 \begin_inset space \textvisiblespace{}
6405 \end_inset
6406
6407
6408 \series default
6409
6410 \backslash
6411 Bigm)
6412 \end_layout
6413
6414 \end_inset
6415 </cell>
6416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6417 \begin_inset Text
6418
6419 \begin_layout Plain Layout
6420 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6421 \end_inset
6422
6423
6424 \end_layout
6425
6426 \end_inset
6427 </cell>
6428 </row>
6429 <row>
6430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434
6435 \backslash
6436 Big(
6437 \backslash
6438 big(
6439 \backslash
6440 ln(3x)
6441 \backslash
6442 big)^2
6443 \series bold
6444
6445 \begin_inset space \textvisiblespace{}
6446 \end_inset
6447
6448
6449 \series default
6450
6451 \backslash
6452 Big)
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6458 \begin_inset Text
6459
6460 \begin_layout Plain Layout
6461 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6462 \end_inset
6463
6464
6465 \end_layout
6466
6467 \end_inset
6468 </cell>
6469 </row>
6470 <row>
6471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6472 \begin_inset Text
6473
6474 \begin_layout Plain Layout
6475
6476 \backslash
6477 Bigl(
6478 \backslash
6479 bigl(
6480 \backslash
6481 ln(3x)
6482 \backslash
6483 bigr)^2
6484 \series bold
6485
6486 \begin_inset space \textvisiblespace{}
6487 \end_inset
6488
6489
6490 \series default
6491
6492 \backslash
6493 Bigr)
6494 \end_layout
6495
6496 \end_inset
6497 </cell>
6498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6499 \begin_inset Text
6500
6501 \begin_layout Plain Layout
6502 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
6503 \end_inset
6504
6505
6506 \end_layout
6507
6508 \end_inset
6509 </cell>
6510 </row>
6511 <row>
6512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6513 \begin_inset Text
6514
6515 \begin_layout Plain Layout
6516
6517 \backslash
6518 bigl)
6519 \backslash
6520 ln(3x)
6521 \backslash
6522 bigr(
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6528 \begin_inset Text
6529
6530 \begin_layout Plain Layout
6531 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6532 \end_inset
6533
6534
6535 \end_layout
6536
6537 \end_inset
6538 </cell>
6539 </row>
6540 </lyxtabular>
6541
6542 \end_inset
6543
6544
6545 \end_layout
6546
6547 \begin_layout Subsubsection
6548 Tamaño automático de los delimitadores
6549 \begin_inset CommandInset label
6550 LatexCommand label
6551 name "sub:Tamaño-automático-de"
6552
6553 \end_inset
6554
6555
6556 \begin_inset Index idx
6557 status collapsed
6558
6559 \begin_layout Plain Layout
6560 Delimitadores ! tamaño automático
6561 \end_layout
6562
6563 \end_inset
6564
6565
6566 \end_layout
6567
6568 \begin_layout Standard
6569 Se pueden insertar delimitadores de tamaño variable con los comandos 
6570 \series bold
6571
6572 \backslash
6573 left
6574 \series default
6575
6576 \begin_inset Index idx
6577 status collapsed
6578
6579 \begin_layout Plain Layout
6580 Comandos ! L ! 
6581 \backslash
6582 left
6583 \end_layout
6584
6585 \end_inset
6586
6587  y 
6588 \series bold
6589
6590 \backslash
6591 right
6592 \series default
6593
6594 \begin_inset Index idx
6595 status collapsed
6596
6597 \begin_layout Plain Layout
6598 Comandos ! R ! 
6599 \backslash
6600 right
6601 \end_layout
6602
6603 \end_inset
6604
6605  o con el botón de la barra de ecuaciones 
6606 \begin_inset Info
6607 type  "icon"
6608 arg   "dialog-show mathdelimiter"
6609 \end_inset
6610
6611 .
6612  El delimitador deseado se debe insertar directamente detrás de 
6613 \series bold
6614
6615 \backslash
6616 left
6617 \series default
6618  y 
6619 \series bold
6620
6621 \backslash
6622 right
6623 \series default
6624 .
6625  El tamaño se calculará automáticamente después para la salida.
6626  
6627 \end_layout
6628
6629 \begin_layout Standard
6630 \noindent
6631 \align center
6632 delimitador normal: El comando 
6633 \series bold
6634
6635 \backslash
6636 ln(
6637 \backslash
6638 frac
6639 \series default
6640
6641 \begin_inset space \textvisiblespace{}
6642 \end_inset
6643
6644
6645 \series bold
6646 A
6647 \begin_inset Formula $\downarrow$
6648 \end_inset
6649
6650 C
6651 \series default
6652
6653 \begin_inset space \textvisiblespace{}
6654 \end_inset
6655
6656
6657 \series bold
6658 )
6659 \series default
6660  genera
6661 \begin_inset Formula 
6662 \[
6663 \ln(\frac{A}{C})
6664 \]
6665
6666 \end_inset
6667
6668
6669 \end_layout
6670
6671 \begin_layout Standard
6672 \noindent
6673 \align center
6674 delimitador multilínea: El comando 
6675 \series bold
6676
6677 \backslash
6678 ln
6679 \backslash
6680 left(
6681 \backslash
6682 frac
6683 \series default
6684
6685 \begin_inset space \textvisiblespace{}
6686 \end_inset
6687
6688
6689 \series bold
6690 A
6691 \begin_inset Formula $\downarrow$
6692 \end_inset
6693
6694 C
6695 \series default
6696
6697 \begin_inset space \textvisiblespace{}
6698 \end_inset
6699
6700
6701 \series bold
6702
6703 \backslash
6704 right)
6705 \series default
6706  genera
6707 \begin_inset Formula 
6708 \[
6709 \ln\left(\frac{A}{C}\right)
6710 \]
6711
6712 \end_inset
6713
6714
6715 \end_layout
6716
6717 \begin_layout Standard
6718 En lugar de 
6719 \series bold
6720
6721 \backslash
6722 left
6723 \series default
6724  y 
6725 \series bold
6726
6727 \backslash
6728 right
6729 \series default
6730  se puede usar el atajo 
6731 \family sans
6732 Alt+M
6733 \begin_inset space ~
6734 \end_inset
6735
6736 Corchete
6737 \family default
6738 .
6739  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
6740  real del delimitador y además se genera el correspondiente delimitador
6741  de cierre.
6742 \begin_inset Newline newline
6743 \end_inset
6744
6745 El comando para el último ejemplo sería 
6746 \series bold
6747
6748 \backslash
6749 ln Alt+M
6750 \series default
6751  
6752 \series bold
6753 (
6754 \backslash
6755 frac
6756 \begin_inset space \textvisiblespace{}
6757 \end_inset
6758
6759 A
6760 \begin_inset Formula $\downarrow$
6761 \end_inset
6762
6763
6764 \end_layout
6765
6766 \begin_layout Standard
6767 Para omitir uno de los dos delimitadores se inserta un punto.
6768  Por ejemplo, el comando 
6769 \series bold
6770
6771 \backslash
6772 left.
6773 \backslash
6774 frac
6775 \series default
6776
6777 \begin_inset space \textvisiblespace{}
6778 \end_inset
6779
6780
6781 \series bold
6782 A
6783 \begin_inset Formula $\downarrow$
6784 \end_inset
6785
6786 B
6787 \series default
6788
6789 \begin_inset space \textvisiblespace{}
6790 \end_inset
6791
6792
6793 \series bold
6794
6795 \backslash
6796 right}
6797 \series default
6798  da lugar a:
6799 \begin_inset Formula 
6800 \[
6801 \left.\frac{A}{B}\right\} 
6802 \]
6803
6804 \end_inset
6805
6806
6807 \end_layout
6808
6809 \begin_layout Standard
6810 LyX convertirá los comandos 
6811 \series bold
6812
6813 \backslash
6814 left
6815 \series default
6816  y 
6817 \series bold
6818
6819 \backslash
6820 right
6821 \series default
6822  a su tamaño adecuado cuando el documento sea recargado y el delimitador
6823  omitido aparecerá como línea de trazos.
6824  
6825 \begin_inset VSpace bigskip
6826 \end_inset
6827
6828
6829 \end_layout
6830
6831 \begin_layout Standard
6832 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
6833  de LaTeX, el comando 
6834 \series bold
6835
6836 \backslash
6837 middle
6838 \series default
6839
6840 \begin_inset Index idx
6841 status collapsed
6842
6843 \begin_layout Plain Layout
6844 Comandos ! M ! 
6845 \backslash
6846 middle
6847 \end_layout
6848
6849 \end_inset
6850
6851  está también disponible para todos los delimitadores y límites.
6852  Con este comando la altura del siguiente carácter se adapta a la de los
6853  delimitadores circundantes, lo que es necesario, p.
6854 \begin_inset space \thinspace{}
6855 \end_inset
6856
6857 e., para vectores cuánticos: 
6858 \begin_inset Formula 
6859 \[
6860 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6861 \]
6862
6863 \end_inset
6864
6865
6866 \end_layout
6867
6868 \begin_layout Standard
6869 Para este tipo de vectores hay un paquete LaTeX específico que se describe
6870  en
6871 \begin_inset space ~
6872 \end_inset
6873
6874
6875 \begin_inset CommandInset ref
6876 LatexCommand ref
6877 reference "sub:Vectores-cuánticos"
6878
6879 \end_inset
6880
6881 .
6882 \end_layout
6883
6884 \begin_layout Subsection
6885 Delimitadores horizontales
6886 \begin_inset Index idx
6887 status collapsed
6888
6889 \begin_layout Plain Layout
6890 Delimitadores ! horizontales
6891 \end_layout
6892
6893 \end_inset
6894
6895
6896 \end_layout
6897
6898 \begin_layout Standard
6899 \noindent
6900 \align center
6901 \begin_inset Tabular
6902 <lyxtabular version="3" rows="4" columns="2">
6903 <features rotate="0" tabularvalignment="middle">
6904 <column alignment="center" valignment="top">
6905 <column alignment="center" valignment="top">
6906 <row>
6907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6908 \begin_inset Text
6909
6910 \begin_layout Plain Layout
6911 Comando
6912 \begin_inset Note Note
6913 status collapsed
6914
6915 \begin_layout Plain Layout
6916
6917 \series bold
6918
6919 \backslash
6920 raisebox
6921 \series default
6922  se usa sólo como espaciador
6923 \end_layout
6924
6925 \end_inset
6926
6927
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6933 \begin_inset Text
6934
6935 \begin_layout Plain Layout
6936 Resultado
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 </row>
6942 <row>
6943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947 \begin_inset ERT
6948 status collapsed
6949
6950 \begin_layout Plain Layout
6951
6952
6953 \backslash
6954 raisebox{2.3mm}{
6955 \end_layout
6956
6957 \end_inset
6958
6959
6960 \backslash
6961 overbrace
6962 \begin_inset space \textvisiblespace{}
6963 \end_inset
6964
6965 A+B
6966 \begin_inset space \textvisiblespace{}
6967 \end_inset
6968
6969 ^
6970 \begin_inset space \textvisiblespace{}
6971 \end_inset
6972
6973 3
6974 \begin_inset ERT
6975 status collapsed
6976
6977 \begin_layout Plain Layout
6978
6979 }
6980 \end_layout
6981
6982 \end_inset
6983
6984
6985 \begin_inset Index idx
6986 status collapsed
6987
6988 \begin_layout Plain Layout
6989 Comandos ! O ! 
6990 \backslash
6991 overbrace
6992 \end_layout
6993
6994 \end_inset
6995
6996
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Plain Layout
7005 \begin_inset Formula $\overbrace{A+B}^{3}$
7006 \end_inset
7007
7008
7009 \end_layout
7010
7011 \end_inset
7012 </cell>
7013 </row>
7014 <row>
7015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7016 \begin_inset Text
7017
7018 \begin_layout Plain Layout
7019 \begin_inset ERT
7020 status collapsed
7021
7022 \begin_layout Plain Layout
7023
7024
7025 \backslash
7026 raisebox{-2.2mm}{
7027 \end_layout
7028
7029 \end_inset
7030
7031
7032 \backslash
7033 underbrace
7034 \begin_inset space \textvisiblespace{}
7035 \end_inset
7036
7037 A+B
7038 \begin_inset space \textvisiblespace{}
7039 \end_inset
7040
7041 _5
7042 \begin_inset ERT
7043 status collapsed
7044
7045 \begin_layout Plain Layout
7046
7047 }
7048 \end_layout
7049
7050 \end_inset
7051
7052
7053 \begin_inset Index idx
7054 status collapsed
7055
7056 \begin_layout Plain Layout
7057 Comandos ! U ! 
7058 \backslash
7059 underbrace
7060 \end_layout
7061
7062 \end_inset
7063
7064
7065 \end_layout
7066
7067 \end_inset
7068 </cell>
7069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7070 \begin_inset Text
7071
7072 \begin_layout Plain Layout
7073 \begin_inset Formula $\underbrace{A+B}_{5}$
7074 \end_inset
7075
7076
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 </row>
7082 <row>
7083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087
7088 \backslash
7089 overbrace
7090 \begin_inset space \textvisiblespace{}
7091 \end_inset
7092
7093
7094 \backslash
7095 underbrace
7096 \begin_inset space \textvisiblespace{}
7097 \end_inset
7098
7099 A+B_w
7100 \begin_inset space \textvisiblespace{}
7101 \end_inset
7102
7103
7104 \begin_inset space \textvisiblespace{}
7105 \end_inset
7106
7107 _7
7108 \begin_inset space \textvisiblespace{}
7109 \end_inset
7110
7111
7112 \begin_inset space \textvisiblespace{}
7113 \end_inset
7114
7115 ^
7116 \begin_inset space \textvisiblespace{}
7117 \end_inset
7118
7119 C
7120 \end_layout
7121
7122 \end_inset
7123 </cell>
7124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7125 \begin_inset Text
7126
7127 \begin_layout Plain Layout
7128 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7129 \end_inset
7130
7131
7132 \end_layout
7133
7134 \end_inset
7135 </cell>
7136 </row>
7137 </lyxtabular>
7138
7139 \end_inset
7140
7141
7142 \end_layout
7143
7144 \begin_layout Standard
7145 En el último ejemplo no importa en qué orden se introducen los comandos
7146  
7147 \series bold
7148
7149 \backslash
7150 overbrace
7151 \series default
7152  y 
7153 \series bold
7154
7155 \backslash
7156 underbrace
7157 \series default
7158 .
7159 \begin_inset VSpace bigskip
7160 \end_inset
7161
7162
7163 \end_layout
7164
7165 \begin_layout Standard
7166 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7167  multilínea, como se describe en
7168 \begin_inset space ~
7169 \end_inset
7170
7171
7172 \begin_inset CommandInset ref
7173 LatexCommand ref
7174 reference "sec:Ecuaciones-multilínea"
7175
7176 \end_inset
7177
7178 :
7179 \begin_inset Formula 
7180 \begin{eqnarray*}
7181 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7182  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7183 \end{eqnarray*}
7184
7185 \end_inset
7186
7187 En la primera fila se insertan la ecuación y la primera llave.
7188  Aquí es importante insertar el comando de espacio
7189 \begin_inset Foot
7190 status collapsed
7191
7192 \begin_layout Plain Layout
7193 Los comandos para espacios se explican en 
7194 \begin_inset CommandInset ref
7195 LatexCommand ref
7196 reference "sub:Espacio-predefinido"
7197
7198 \end_inset
7199
7200
7201 \end_layout
7202
7203 \end_inset
7204
7205  
7206 \series bold
7207
7208 \backslash
7209 :
7210 \series default
7211  antes de la primera
7212 \series bold
7213  
7214 \series default
7215
7216 \begin_inset Formula $d$
7217 \end_inset
7218
7219 , porque la llave que termina detrás de 
7220 \begin_inset Formula $q$
7221 \end_inset
7222
7223  impide que el siguiente 
7224 \begin_inset Quotes fld
7225 \end_inset
7226
7227 +
7228 \begin_inset Quotes frd
7229 \end_inset
7230
7231  esté rodeado de espacio.
7232 \begin_inset Foot
7233 status collapsed
7234
7235 \begin_layout Plain Layout
7236 Debido a que la llave no es considerada como carácter, véase 
7237 \begin_inset CommandInset ref
7238 LatexCommand ref
7239 reference "sub:Operadores-binarios"
7240
7241 \end_inset
7242
7243
7244 \end_layout
7245
7246 \end_inset
7247
7248  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7249  de 
7250 \begin_inset Formula $b$
7251 \end_inset
7252
7253  se inserta antes el comando 
7254 \series bold
7255
7256 \backslash
7257 hphantom{gggg+
7258 \backslash
7259 :}
7260 \series default
7261 .
7262 \begin_inset Foot
7263 status collapsed
7264
7265 \begin_layout Plain Layout
7266 Más sobre 
7267 \series bold
7268
7269 \backslash
7270 hphantom
7271 \series default
7272  en 
7273 \begin_inset CommandInset ref
7274 LatexCommand ref
7275 reference "sub:Espacios-reservados"
7276
7277 \end_inset
7278
7279
7280 \end_layout
7281
7282 \end_inset
7283
7284  Ese espacio es necesario porque el signo 
7285 \begin_inset Quotes fld
7286 \end_inset
7287
7288 +
7289 \begin_inset Quotes frd
7290 \end_inset
7291
7292  va seguido de un espacio en la ecuación.
7293  La llave se coloca bajo el comando 
7294 \series bold
7295
7296 \backslash
7297 hphantom{bbqq+dddd}
7298 \series default
7299 .
7300  
7301 \end_layout
7302
7303 \begin_layout Standard
7304 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7305  ejemplo:
7306 \begin_inset ERT
7307 status collapsed
7308
7309 \begin_layout Plain Layout
7310
7311
7312 \backslash
7313 setlength{
7314 \backslash
7315 jot}{-6pt}
7316 \end_layout
7317
7318 \end_inset
7319
7320
7321 \begin_inset Formula 
7322 \begin{eqnarray*}
7323  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7324 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7325 \end{eqnarray*}
7326
7327 \end_inset
7328
7329
7330 \begin_inset ERT
7331 status collapsed
7332
7333 \begin_layout Plain Layout
7334
7335
7336 \backslash
7337 setlength{
7338 \backslash
7339 jot}{3pt}
7340 \end_layout
7341
7342 \end_inset
7343
7344 La primera fila de la ecuación es igual que la segunda fila del ejemplo
7345  anterior, con la diferencia de que la llave está encima.
7346  La segunda fila contiene la ecuación junto con la segunda llave.
7347  Para evitar que haya demasiado espacio entre la llave superior en la primera
7348  fila y la ecuación hay que reducirlo.
7349  Esto no es fácil de hacer debido a un fallo de LyX.
7350 \begin_inset Foot
7351 status collapsed
7352
7353 \begin_layout Plain Layout
7354 \begin_inset CommandInset href
7355 LatexCommand href
7356 name "LyX-bug #1505"
7357 target "http://www.lyx.org/trac/ticket/1505"
7358
7359 \end_inset
7360
7361
7362 \end_layout
7363
7364 \end_inset
7365
7366  Una solución es cambiar la separación global de filas en la ecuación, 
7367 \series bold
7368
7369 \backslash
7370 jot
7371 \series default
7372
7373 \begin_inset Index idx
7374 status collapsed
7375
7376 \begin_layout Plain Layout
7377 Comandos ! J ! 
7378 \backslash
7379 jot
7380 \end_layout
7381
7382 \end_inset
7383
7384 , en -6
7385 \begin_inset space \thinspace{}
7386 \end_inset
7387
7388 pt insertando antes de la ecuación el comando 
7389 \series bold
7390
7391 \backslash
7392 setlength{
7393 \backslash
7394 jot}{-6pt}
7395 \series default
7396  en modo TeX.
7397  Después de la ecuación se vuelve al valor normal 3
7398 \begin_inset space \thinspace{}
7399 \end_inset
7400
7401 pt de 
7402 \series bold
7403
7404 \backslash
7405 jot
7406 \series default
7407  usando el mismo comando.
7408  Más información sobre separación de filas en ecuaciones en
7409 \begin_inset space ~
7410 \end_inset
7411
7412
7413 \begin_inset CommandInset ref
7414 LatexCommand ref
7415 reference "sub:Separación-de-líneas"
7416
7417 \end_inset
7418
7419 .
7420 \end_layout
7421
7422 \begin_layout Section
7423 Flechas
7424 \begin_inset Index idx
7425 status collapsed
7426
7427 \begin_layout Plain Layout
7428 Flechas
7429 \end_layout
7430
7431 \end_inset
7432
7433
7434 \end_layout
7435
7436 \begin_layout Standard
7437 Las flechas se pueden insertar con el botón 
7438 \begin_inset Info
7439 type  "icon"
7440 arg   "math-insert \\leftarrow"
7441 \end_inset
7442
7443  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
7444  siguientes.
7445 \end_layout
7446
7447 \begin_layout Subsection
7448 Flechas horizontales
7449 \begin_inset Index idx
7450 status collapsed
7451
7452 \begin_layout Plain Layout
7453 Flechas ! horizontales
7454 \end_layout
7455
7456 \end_inset
7457
7458
7459 \end_layout
7460
7461 \begin_layout Standard
7462 \begin_inset space \hfill{}
7463 \end_inset
7464
7465
7466 \begin_inset Tabular
7467 <lyxtabular version="3" rows="8" columns="2">
7468 <features rotate="0" tabularvalignment="middle">
7469 <column alignment="center" valignment="top" width="0pt">
7470 <column alignment="center" valignment="top" width="0pt">
7471 <row>
7472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7473 \begin_inset Text
7474
7475 \begin_layout Plain Layout
7476 Comando
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485 Resultado
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 </row>
7491 <row>
7492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496
7497 \backslash
7498 gets
7499 \end_layout
7500
7501 \end_inset
7502 </cell>
7503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7504 \begin_inset Text
7505
7506 \begin_layout Plain Layout
7507 \begin_inset Formula $\gets$
7508 \end_inset
7509
7510
7511 \end_layout
7512
7513 \end_inset
7514 </cell>
7515 </row>
7516 <row>
7517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7518 \begin_inset Text
7519
7520 \begin_layout Plain Layout
7521
7522 \backslash
7523 Leftarrow
7524 \end_layout
7525
7526 \end_inset
7527 </cell>
7528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7529 \begin_inset Text
7530
7531 \begin_layout Plain Layout
7532 \begin_inset Formula $\Leftarrow$
7533 \end_inset
7534
7535
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 </row>
7541 <row>
7542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7543 \begin_inset Text
7544
7545 \begin_layout Plain Layout
7546
7547 \backslash
7548 longleftarrow
7549 \end_layout
7550
7551 \end_inset
7552 </cell>
7553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7554 \begin_inset Text
7555
7556 \begin_layout Plain Layout
7557 \begin_inset Formula $\longleftarrow$
7558 \end_inset
7559
7560
7561 \end_layout
7562
7563 \end_inset
7564 </cell>
7565 </row>
7566 <row>
7567 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7568 \begin_inset Text
7569
7570 \begin_layout Plain Layout
7571
7572 \backslash
7573 Longleftarrow
7574 \end_layout
7575
7576 \end_inset
7577 </cell>
7578 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7579 \begin_inset Text
7580
7581 \begin_layout Plain Layout
7582 \begin_inset Formula $\Longleftarrow$
7583 \end_inset
7584
7585
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 </row>
7591 <row>
7592 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7593 \begin_inset Text
7594
7595 \begin_layout Plain Layout
7596
7597 \backslash
7598 leftharpoonup
7599 \end_layout
7600
7601 \end_inset
7602 </cell>
7603 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7604 \begin_inset Text
7605
7606 \begin_layout Plain Layout
7607 \begin_inset Formula $\leftharpoonup$
7608 \end_inset
7609
7610
7611 \end_layout
7612
7613 \end_inset
7614 </cell>
7615 </row>
7616 <row>
7617 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Plain Layout
7621
7622 \backslash
7623 leftharpoondown
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632 \begin_inset Formula $\leftharpoondown$
7633 \end_inset
7634
7635
7636 \end_layout
7637
7638 \end_inset
7639 </cell>
7640 </row>
7641 <row>
7642 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646
7647 \backslash
7648 hookleftarrow
7649 \end_layout
7650
7651 \end_inset
7652 </cell>
7653 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7654 \begin_inset Text
7655
7656 \begin_layout Plain Layout
7657 \begin_inset Formula $\hookleftarrow$
7658 \end_inset
7659
7660
7661 \end_layout
7662
7663 \end_inset
7664 </cell>
7665 </row>
7666 </lyxtabular>
7667
7668 \end_inset
7669
7670
7671 \begin_inset space \hfill{}
7672 \end_inset
7673
7674
7675 \begin_inset Tabular
7676 <lyxtabular version="3" rows="8" columns="2">
7677 <features rotate="0" tabularvalignment="middle">
7678 <column alignment="center" valignment="top" width="0pt">
7679 <column alignment="center" valignment="top" width="0pt">
7680 <row>
7681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Plain Layout
7685 Comando
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Plain Layout
7694 Resultado
7695 \end_layout
7696
7697 \end_inset
7698 </cell>
7699 </row>
7700 <row>
7701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7702 \begin_inset Text
7703
7704 \begin_layout Plain Layout
7705
7706 \backslash
7707 to
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Plain Layout
7716 \begin_inset Formula $\to$
7717 \end_inset
7718
7719
7720 \end_layout
7721
7722 \end_inset
7723 </cell>
7724 </row>
7725 <row>
7726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7727 \begin_inset Text
7728
7729 \begin_layout Plain Layout
7730
7731 \backslash
7732 Rightarrow
7733 \end_layout
7734
7735 \end_inset
7736 </cell>
7737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7738 \begin_inset Text
7739
7740 \begin_layout Plain Layout
7741 \begin_inset Formula $\Rightarrow$
7742 \end_inset
7743
7744
7745 \end_layout
7746
7747 \end_inset
7748 </cell>
7749 </row>
7750 <row>
7751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7752 \begin_inset Text
7753
7754 \begin_layout Plain Layout
7755
7756 \backslash
7757 longrightarrow
7758 \end_layout
7759
7760 \end_inset
7761 </cell>
7762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7763 \begin_inset Text
7764
7765 \begin_layout Plain Layout
7766 \begin_inset Formula $\longrightarrow$
7767 \end_inset
7768
7769
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 </row>
7775 <row>
7776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Plain Layout
7780
7781 \backslash
7782 Longrightarrow
7783 \end_layout
7784
7785 \end_inset
7786 </cell>
7787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Plain Layout
7791 \begin_inset Formula $\Longrightarrow$
7792 \end_inset
7793
7794
7795 \end_layout
7796
7797 \end_inset
7798 </cell>
7799 </row>
7800 <row>
7801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7802 \begin_inset Text
7803
7804 \begin_layout Plain Layout
7805
7806 \backslash
7807 rightharpoonup
7808 \end_layout
7809
7810 \end_inset
7811 </cell>
7812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7813 \begin_inset Text
7814
7815 \begin_layout Plain Layout
7816 \begin_inset Formula $\rightharpoonup$
7817 \end_inset
7818
7819
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 </row>
7825 <row>
7826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Plain Layout
7830
7831 \backslash
7832 rightharpoondown
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841 \begin_inset Formula $\rightharpoondown$
7842 \end_inset
7843
7844
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 </row>
7850 <row>
7851 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855
7856 \backslash
7857 hookrightarrow
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866 \begin_inset Formula $\hookrightarrow$
7867 \end_inset
7868
7869
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 </row>
7875 </lyxtabular>
7876
7877 \end_inset
7878
7879
7880 \begin_inset space \hfill{}
7881 \end_inset
7882
7883
7884 \end_layout
7885
7886 \begin_layout Standard
7887 \begin_inset space \hfill{}
7888 \end_inset
7889
7890
7891 \begin_inset Tabular
7892 <lyxtabular version="3" rows="6" columns="2">
7893 <features rotate="0" tabularvalignment="middle">
7894 <column alignment="center" valignment="top" width="0pt">
7895 <column alignment="center" valignment="top" width="0pt">
7896 <row>
7897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7898 \begin_inset Text
7899
7900 \begin_layout Plain Layout
7901 Comando
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910 Resultado
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 </row>
7916 <row>
7917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921
7922 \backslash
7923 leftrightarrow
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932 \begin_inset Formula $\leftrightarrow$
7933 \end_inset
7934
7935
7936 \end_layout
7937
7938 \end_inset
7939 </cell>
7940 </row>
7941 <row>
7942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946
7947 \backslash
7948 Leftrightarrow
7949 \end_layout
7950
7951 \end_inset
7952 </cell>
7953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Plain Layout
7957 \begin_inset Formula $\Leftrightarrow$
7958 \end_inset
7959
7960
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 </row>
7966 <row>
7967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971
7972 \backslash
7973 longleftrightarrow
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982 \begin_inset Formula $\longleftrightarrow$
7983 \end_inset
7984
7985
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 </row>
7991 <row>
7992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996
7997 \backslash
7998 Longleftrightarrow
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007 \begin_inset Formula $\Longleftrightarrow$
8008 \end_inset
8009
8010
8011 \end_layout
8012
8013 \end_inset
8014 </cell>
8015 </row>
8016 <row>
8017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8018 \begin_inset Text
8019
8020 \begin_layout Plain Layout
8021
8022 \backslash
8023 rightleftharpoons
8024 \end_layout
8025
8026 \end_inset
8027 </cell>
8028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8029 \begin_inset Text
8030
8031 \begin_layout Plain Layout
8032 \begin_inset Formula $\rightleftharpoons$
8033 \end_inset
8034
8035
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 </row>
8041 </lyxtabular>
8042
8043 \end_inset
8044
8045
8046 \begin_inset space \hspace{}
8047 \length 25pt
8048 \end_inset
8049
8050
8051 \begin_inset space \hfill{}
8052 \end_inset
8053
8054
8055 \begin_inset Tabular
8056 <lyxtabular version="3" rows="5" columns="2">
8057 <features rotate="0" tabularvalignment="middle">
8058 <column alignment="center" valignment="top" width="0pt">
8059 <column alignment="center" valignment="top" width="0pt">
8060 <row>
8061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065 Comando
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074 Resultado
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 </row>
8080 <row>
8081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085
8086 \backslash
8087 mapsto
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096 \begin_inset Formula $\mapsto$
8097 \end_inset
8098
8099
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 </row>
8105 <row>
8106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110
8111 \backslash
8112 longmapsto
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121 \begin_inset Formula $\longmapsto$
8122 \end_inset
8123
8124
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 </row>
8130 <row>
8131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135
8136 \backslash
8137 leadsto
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146 \begin_inset Formula $\leadsto$
8147 \end_inset
8148
8149
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 </row>
8155 <row>
8156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160
8161 \backslash
8162 dasharrow
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171 \begin_inset Formula $\dasharrow$
8172 \end_inset
8173
8174
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 </row>
8180 </lyxtabular>
8181
8182 \end_inset
8183
8184
8185 \begin_inset space \hfill{}
8186 \end_inset
8187
8188
8189 \begin_inset VSpace medskip
8190 \end_inset
8191
8192
8193 \end_layout
8194
8195 \begin_layout Standard
8196 Las flechas que se utilizan como acentos, p.
8197 \begin_inset space \thinspace{}
8198 \end_inset
8199
8200 e.
8201  en vectores, se describen en 
8202 \begin_inset CommandInset ref
8203 LatexCommand ref
8204 reference "sec:Acentos"
8205
8206 \end_inset
8207
8208 .
8209  
8210 \begin_inset VSpace bigskip
8211 \end_inset
8212
8213
8214 \end_layout
8215
8216 \begin_layout Standard
8217 Además hay las flechas etiquetadas
8218 \begin_inset Index idx
8219 status collapsed
8220
8221 \begin_layout Plain Layout
8222 Flechas ! etiquetadas
8223 \end_layout
8224
8225 \end_inset
8226
8227  
8228 \series bold
8229
8230 \backslash
8231 xleftarrow
8232 \series default
8233
8234 \begin_inset Index idx
8235 status collapsed
8236
8237 \begin_layout Plain Layout
8238 Comandos ! X ! 
8239 \backslash
8240 xleftarrow
8241 \end_layout
8242
8243 \end_inset
8244
8245  y 
8246 \series bold
8247
8248 \backslash
8249 xrightarrow
8250 \series default
8251
8252 \begin_inset Index idx
8253 status collapsed
8254
8255 \begin_layout Plain Layout
8256 Comandos ! X ! 
8257 \backslash
8258 xrightarrow
8259 \begin_inset ERT
8260 status collapsed
8261
8262 \begin_layout Plain Layout
8263
8264
8265 \backslash
8266 vspace{4mm}
8267 \end_layout
8268
8269 \end_inset
8270
8271
8272 \end_layout
8273
8274 \end_inset
8275
8276 .
8277  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8278  con dos marcos azules donde se puede insertar la etiqueta.
8279  La longitud de la flecha se adapta a la anchura de la etiqueta.
8280 \end_layout
8281
8282 \begin_layout Standard
8283 \noindent
8284 \align center
8285 \begin_inset Tabular
8286 <lyxtabular version="3" rows="3" columns="2">
8287 <features rotate="0" tabularvalignment="middle">
8288 <column alignment="center" valignment="top">
8289 <column alignment="center" valignment="top">
8290 <row>
8291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295 Comando
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304 Resultado
8305 \begin_inset Note Note
8306 status collapsed
8307
8308 \begin_layout Plain Layout
8309
8310 \series bold
8311
8312 \backslash
8313 raisebox
8314 \series default
8315  se usa sólo como espaciador
8316 \end_layout
8317
8318 \end_inset
8319
8320
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 </row>
8326 <row>
8327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331 F(a)
8332 \backslash
8333 xleftarrow
8334 \begin_inset space \textvisiblespace{}
8335 \end_inset
8336
8337 x=a
8338 \begin_inset Formula $\downarrow$
8339 \end_inset
8340
8341 x>0
8342 \begin_inset Formula $\to$
8343 \end_inset
8344
8345 F(x)
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 \begin_inset Formula $\raisebox{5.5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8355 \end_inset
8356
8357
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 </row>
8363 <row>
8364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368 F(x)
8369 \backslash
8370 xrightarrow
8371 \begin_inset space \textvisiblespace{}
8372 \end_inset
8373
8374 x=a
8375 \begin_inset Formula $\downarrow$
8376 \end_inset
8377
8378 x>0
8379 \begin_inset Formula $\to$
8380 \end_inset
8381
8382 F(a)
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391 \begin_inset Formula $\raisebox{5.5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8392 \end_inset
8393
8394
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 </row>
8400 </lyxtabular>
8401
8402 \end_inset
8403
8404
8405 \end_layout
8406
8407 \begin_layout Standard
8408 \begin_inset VSpace medskip
8409 \end_inset
8410
8411
8412 \end_layout
8413
8414 \begin_layout Standard
8415
8416 \lang english
8417 If you set in the document settings under 
8418 \family sans
8419 Math
8420 \begin_inset space ~
8421 \end_inset
8422
8423 Options
8424 \family default
8425  for the package
8426 \lang spanish
8427  
8428 \series bold
8429 mathtools
8430 \series default
8431
8432 \begin_inset Index idx
8433 status collapsed
8434
8435 \begin_layout Plain Layout
8436 Paquetes ! mathtools
8437 \end_layout
8438
8439 \end_inset
8440
8441  
8442 \lang english
8443 the option 
8444 \family sans
8445 Load
8446 \begin_inset space ~
8447 \end_inset
8448
8449 always
8450 \family default
8451 , you have access to the following labeled arrows:
8452 \end_layout
8453
8454 \begin_layout Standard
8455 \align center
8456 \begin_inset space \hspace*{\fill}
8457 \end_inset
8458
8459
8460 \begin_inset Tabular
8461 <lyxtabular version="3" rows="7" columns="2">
8462 <features rotate="0" tabularvalignment="middle">
8463 <column alignment="center" valignment="top" width="0pt">
8464 <column alignment="center" valignment="top" width="0pt">
8465 <row>
8466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470 Comando
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479 Ejemplo
8480 \begin_inset Note Note
8481 status collapsed
8482
8483 \begin_layout Plain Layout
8484
8485 \series bold
8486 \lang english
8487
8488 \backslash
8489 raisebox
8490 \series default
8491  is only used as spacer.
8492 \end_layout
8493
8494 \end_inset
8495
8496
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 </row>
8502 <row>
8503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507
8508 \backslash
8509 xleftrightarrow
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518 \begin_inset Formula $\raisebox{6mm}{}\xleftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
8519 \end_inset
8520
8521
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 </row>
8527 <row>
8528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532
8533 \backslash
8534 xLeftarrow
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543 \begin_inset Formula $\raisebox{6mm}{}\xLeftarrow[x=a]{x>0}\raisebox{-4mm}{}$
8544 \end_inset
8545
8546
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 </row>
8552 <row>
8553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557
8558 \backslash
8559 xRightarrow
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568 \begin_inset Formula $\raisebox{6mm}{}\xRightarrow[x=a]{x>0}\raisebox{-4mm}{}$
8569 \end_inset
8570
8571
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 </row>
8577 <row>
8578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582
8583 \backslash
8584 xLeftrightarrow
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593 \begin_inset Formula $\raisebox{6mm}{}\xLeftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
8594 \end_inset
8595
8596
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 </row>
8602 <row>
8603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607
8608 \backslash
8609 xhookleftarrow
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618 \begin_inset Formula $\raisebox{6mm}{}\xhookleftarrow[x=a]{x>0}\raisebox{-4mm}{}$
8619 \end_inset
8620
8621
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 </row>
8627 <row>
8628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632
8633 \backslash
8634 xhookrightarrow
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643 \begin_inset Formula $\raisebox{6mm}{}\xhookrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
8644 \end_inset
8645
8646
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 </row>
8652 </lyxtabular>
8653
8654 \end_inset
8655
8656
8657 \begin_inset space \hspace*{\fill}
8658 \end_inset
8659
8660
8661 \begin_inset Tabular
8662 <lyxtabular version="3" rows="7" columns="2">
8663 <features rotate="0" tabularvalignment="middle">
8664 <column alignment="center" valignment="top" width="0pt">
8665 <column alignment="center" valignment="top" width="0pt">
8666 <row>
8667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671 Comando
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680 Ejemplo
8681 \begin_inset Note Note
8682 status collapsed
8683
8684 \begin_layout Plain Layout
8685
8686 \series bold
8687 \lang english
8688
8689 \backslash
8690 raisebox
8691 \series default
8692  is only used as spacer.
8693 \end_layout
8694
8695 \end_inset
8696
8697
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 </row>
8703 <row>
8704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708
8709 \backslash
8710 xleftharpoondown
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
8720 \end_inset
8721
8722
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 </row>
8728 <row>
8729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733
8734 \backslash
8735 xleftharpoonup
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
8745 \end_inset
8746
8747
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 </row>
8753 <row>
8754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758
8759 \backslash
8760 xrightharpoondown
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
8770 \end_inset
8771
8772
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 </row>
8778 <row>
8779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783
8784 \backslash
8785 xrightharpoonup
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
8795 \end_inset
8796
8797
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 </row>
8803 <row>
8804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Plain Layout
8808
8809 \backslash
8810 xleftrightharpoons
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8816 \begin_inset Text
8817
8818 \begin_layout Plain Layout
8819 \begin_inset Formula $\raisebox{6mm}{}\xleftrightharpoons[x=a]{x>0}\raisebox{-4mm}{}$
8820 \end_inset
8821
8822
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 </row>
8828 <row>
8829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833
8834 \backslash
8835 xrightleftharpoons
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844 \begin_inset Formula $\raisebox{6mm}{}\xrightleftharpoons[x=a]{x>0}\raisebox{-4mm}{}$
8845 \end_inset
8846
8847
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 </row>
8853 </lyxtabular>
8854
8855 \end_inset
8856
8857
8858 \begin_inset space \hspace*{\fill}
8859 \end_inset
8860
8861
8862 \end_layout
8863
8864 \begin_layout Standard
8865
8866 \lang english
8867 The command scheme is for all these arrows:
8868 \end_layout
8869
8870 \begin_layout Standard
8871 \align center
8872 \begin_inset Tabular
8873 <lyxtabular version="3" rows="2" columns="2">
8874 <features rotate="0" tabularvalignment="middle">
8875 <column alignment="center" valignment="top" width="0pt">
8876 <column alignment="center" valignment="top" width="0pt">
8877 <row>
8878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882 Comando
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891 Resultado
8892 \begin_inset Note Note
8893 status collapsed
8894
8895 \begin_layout Plain Layout
8896
8897 \series bold
8898 \lang english
8899
8900 \backslash
8901 raisebox
8902 \series default
8903  is only used as spacer.
8904 \end_layout
8905
8906 \end_inset
8907
8908
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 </row>
8914 <row>
8915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8916 \begin_inset Text
8917
8918 \begin_layout Plain Layout
8919 F(a)
8920 \backslash
8921 xleftrightarrow[x=a]
8922 \backslash
8923 {x>0
8924 \begin_inset Formula $\to$
8925 \end_inset
8926
8927 F(x)
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 \begin_inset Formula $\raisebox{6mm}{}F(a)\xleftrightarrow[x=a]{x>0}F(x)\raisebox{-4mm}{}$
8937 \end_inset
8938
8939
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 </row>
8945 </lyxtabular>
8946
8947 \end_inset
8948
8949
8950 \end_layout
8951
8952 \begin_layout Subsection
8953 Flechas verticales y diagonales
8954 \begin_inset Index idx
8955 status collapsed
8956
8957 \begin_layout Plain Layout
8958 Flechas ! diagonales
8959 \end_layout
8960
8961 \end_inset
8962
8963
8964 \begin_inset Index idx
8965 status collapsed
8966
8967 \begin_layout Plain Layout
8968 Flechas ! verticales
8969 \end_layout
8970
8971 \end_inset
8972
8973
8974 \end_layout
8975
8976 \begin_layout Standard
8977 \begin_inset space \hfill{}
8978 \end_inset
8979
8980
8981 \begin_inset Tabular
8982 <lyxtabular version="3" rows="7" columns="2">
8983 <features rotate="0" tabularvalignment="middle">
8984 <column alignment="center" valignment="top" width="0pt">
8985 <column alignment="center" valignment="top" width="0pt">
8986 <row>
8987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991 Comando
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000 Resultado
9001 \end_layout
9002
9003 \end_inset
9004 </cell>
9005 </row>
9006 <row>
9007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011
9012 \backslash
9013 uparrow
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022 \begin_inset Formula $\uparrow$
9023 \end_inset
9024
9025
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 </row>
9031 <row>
9032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036
9037 \backslash
9038 Uparrow
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047 \begin_inset Formula $\Uparrow$
9048 \end_inset
9049
9050
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 </row>
9056 <row>
9057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061
9062 \backslash
9063 updownarrow
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072 \begin_inset Formula $\updownarrow$
9073 \end_inset
9074
9075
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 </row>
9081 <row>
9082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086
9087 \backslash
9088 Updownarrow
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097 \begin_inset Formula $\Updownarrow$
9098 \end_inset
9099
9100
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 </row>
9106 <row>
9107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111
9112 \backslash
9113 Downarrow
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 \begin_inset Formula $\Downarrow$
9123 \end_inset
9124
9125
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 </row>
9131 <row>
9132 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9133 \begin_inset Text
9134
9135 \begin_layout Plain Layout
9136
9137 \backslash
9138 downarrow
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147 \begin_inset Formula $\downarrow$
9148 \end_inset
9149
9150
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 </row>
9156 </lyxtabular>
9157
9158 \end_inset
9159
9160
9161 \begin_inset space \hfill{}
9162 \end_inset
9163
9164
9165 \begin_inset Tabular
9166 <lyxtabular version="3" rows="5" columns="2">
9167 <features rotate="0" tabularvalignment="middle">
9168 <column alignment="center" valignment="top" width="0pt">
9169 <column alignment="center" valignment="top" width="0pt">
9170 <row>
9171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 Comando
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 Resultado
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 </row>
9190 <row>
9191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9192 \begin_inset Text
9193
9194 \begin_layout Plain Layout
9195
9196 \backslash
9197 nearrow
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206 \begin_inset Formula $\nearrow$
9207 \end_inset
9208
9209
9210 \end_layout
9211
9212 \end_inset
9213 </cell>
9214 </row>
9215 <row>
9216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220
9221 \backslash
9222 searrow
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Plain Layout
9231 \begin_inset Formula $\searrow$
9232 \end_inset
9233
9234
9235 \end_layout
9236
9237 \end_inset
9238 </cell>
9239 </row>
9240 <row>
9241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245
9246 \backslash
9247 swarrow
9248 \end_layout
9249
9250 \end_inset
9251 </cell>
9252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9253 \begin_inset Text
9254
9255 \begin_layout Plain Layout
9256 \begin_inset Formula $\swarrow$
9257 \end_inset
9258
9259
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 </row>
9265 <row>
9266 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270
9271 \backslash
9272 nwarrow
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281 \begin_inset Formula $\nwarrow$
9282 \end_inset
9283
9284
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 </row>
9290 </lyxtabular>
9291
9292 \end_inset
9293
9294
9295 \begin_inset space \hfill{}
9296 \end_inset
9297
9298
9299 \end_layout
9300
9301 \begin_layout Standard
9302 \begin_inset VSpace medskip
9303 \end_inset
9304
9305
9306 \end_layout
9307
9308 \begin_layout Standard
9309 Las flechas verticales también se pueden usar como delimitadores junto con
9310  los comandos descritos en
9311 \begin_inset space ~
9312 \end_inset
9313
9314
9315 \begin_inset CommandInset ref
9316 LatexCommand ref
9317 reference "sub:Tamaño-manual-de"
9318
9319 \end_inset
9320
9321  y 
9322 \begin_inset CommandInset ref
9323 LatexCommand ref
9324 reference "sub:Tamaño-automático-de"
9325
9326 \end_inset
9327
9328 .
9329 \end_layout
9330
9331 \begin_layout Section
9332 Acentos
9333 \begin_inset CommandInset label
9334 LatexCommand label
9335 name "sec:Acentos"
9336
9337 \end_inset
9338
9339
9340 \begin_inset Index idx
9341 status collapsed
9342
9343 \begin_layout Plain Layout
9344 Acentos
9345 \end_layout
9346
9347 \end_inset
9348
9349
9350 \end_layout
9351
9352 \begin_layout Standard
9353 Los acentos se pueden insertar con el botón 
9354 \begin_inset Info
9355 type  "icon"
9356 arg   "math-insert \\hat"
9357 \end_inset
9358
9359  o mediante los comandos listados en las siguientes subsecciones.
9360 \end_layout
9361
9362 \begin_layout Subsection
9363 Acentos para un carácter
9364 \begin_inset ERT
9365 status collapsed
9366
9367 \begin_layout Plain Layout
9368
9369
9370 \backslash
9371 texorpdfstring{
9372 \end_layout
9373
9374 \end_inset
9375
9376
9377 \begin_inset Foot
9378 status collapsed
9379
9380 \begin_layout Plain Layout
9381 Para acentos en texto, véase 
9382 \begin_inset CommandInset ref
9383 LatexCommand ref
9384 reference "sub:Acentos-en-texto"
9385
9386 \end_inset
9387
9388
9389 \end_layout
9390
9391 \end_inset
9392
9393
9394 \begin_inset ERT
9395 status collapsed
9396
9397 \begin_layout Plain Layout
9398
9399 }{}
9400 \end_layout
9401
9402 \end_inset
9403
9404
9405 \begin_inset Note Note
9406 status collapsed
9407
9408 \begin_layout Plain Layout
9409
9410 \series bold
9411
9412 \backslash
9413 texorpdfstring
9414 \series default
9415  se usa para evitar que la nota al pie aparezca en los marcadores PDF.
9416 \end_layout
9417
9418 \begin_layout Plain Layout
9419 Más sobre 
9420 \series bold
9421
9422 \backslash
9423 texorpdfstring
9424 \series default
9425  en la sección 
9426 \begin_inset CommandInset ref
9427 LatexCommand ref
9428 reference "sub:Ecuaciones-en-encabezados"
9429
9430 \end_inset
9431
9432 .
9433 \end_layout
9434
9435 \end_inset
9436
9437
9438 \begin_inset CommandInset label
9439 LatexCommand label
9440 name "sub:Acentos-para-un"
9441
9442 \end_inset
9443
9444
9445 \begin_inset Index idx
9446 status collapsed
9447
9448 \begin_layout Plain Layout
9449 Acentos ! para un carácter
9450 \end_layout
9451
9452 \end_inset
9453
9454
9455 \end_layout
9456
9457 \begin_layout Standard
9458 \begin_inset space \hfill{}
9459 \end_inset
9460
9461
9462 \begin_inset Tabular
9463 <lyxtabular version="3" rows="8" columns="2">
9464 <features rotate="0" tabularvalignment="middle">
9465 <column alignment="center" valignment="top" width="0pt">
9466 <column alignment="center" valignment="top" width="0pt">
9467 <row>
9468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Plain Layout
9472 Comando
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481 Resultado
9482 \begin_inset Note Note
9483 status collapsed
9484
9485 \begin_layout Plain Layout
9486
9487 \series bold
9488
9489 \backslash
9490 raisebox
9491 \series default
9492  se usa sólo como espaciador
9493 \end_layout
9494
9495 \end_inset
9496
9497
9498 \end_layout
9499
9500 \end_inset
9501 </cell>
9502 </row>
9503 <row>
9504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9505 \begin_inset Text
9506
9507 \begin_layout Plain Layout
9508
9509 \backslash
9510 dot
9511 \begin_inset space \textvisiblespace{}
9512 \end_inset
9513
9514 A
9515 \end_layout
9516
9517 \end_inset
9518 </cell>
9519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9520 \begin_inset Text
9521
9522 \begin_layout Plain Layout
9523 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9524 \end_inset
9525
9526
9527 \end_layout
9528
9529 \end_inset
9530 </cell>
9531 </row>
9532 <row>
9533 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9534 \begin_inset Text
9535
9536 \begin_layout Plain Layout
9537
9538 \backslash
9539 ddot
9540 \begin_inset space \textvisiblespace{}
9541 \end_inset
9542
9543 A
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9549 \begin_inset Text
9550
9551 \begin_layout Plain Layout
9552 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9553 \end_inset
9554
9555
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 </row>
9561 <row>
9562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566
9567 \backslash
9568 dddot
9569 \begin_inset space \textvisiblespace{}
9570 \end_inset
9571
9572 A
9573 \end_layout
9574
9575 \end_inset
9576 </cell>
9577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9578 \begin_inset Text
9579
9580 \begin_layout Plain Layout
9581 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9582 \end_inset
9583
9584
9585 \end_layout
9586
9587 \end_inset
9588 </cell>
9589 </row>
9590 <row>
9591 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Plain Layout
9595
9596 \backslash
9597 ddddot
9598 \begin_inset space \textvisiblespace{}
9599 \end_inset
9600
9601 A
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9611 \end_inset
9612
9613
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 </row>
9619 <row>
9620 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9621 \begin_inset Text
9622
9623 \begin_layout Plain Layout
9624
9625 \backslash
9626 vec
9627 \begin_inset space \textvisiblespace{}
9628 \end_inset
9629
9630 A
9631 \begin_inset Index idx
9632 status collapsed
9633
9634 \begin_layout Plain Layout
9635 Vectores
9636 \end_layout
9637
9638 \end_inset
9639
9640
9641 \end_layout
9642
9643 \end_inset
9644 </cell>
9645 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9646 \begin_inset Text
9647
9648 \begin_layout Plain Layout
9649 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9650 \end_inset
9651
9652
9653 \end_layout
9654
9655 \end_inset
9656 </cell>
9657 </row>
9658 <row>
9659 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9660 \begin_inset Text
9661
9662 \begin_layout Plain Layout
9663
9664 \backslash
9665 bar
9666 \begin_inset space \textvisiblespace{}
9667 \end_inset
9668
9669 A
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9679 \end_inset
9680
9681
9682 \end_layout
9683
9684 \end_inset
9685 </cell>
9686 </row>
9687 <row>
9688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692
9693 \backslash
9694 mathring
9695 \begin_inset space \textvisiblespace{}
9696 \end_inset
9697
9698 A
9699 \end_layout
9700
9701 \end_inset
9702 </cell>
9703 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9704 \begin_inset Text
9705
9706 \begin_layout Plain Layout
9707 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9708 \end_inset
9709
9710
9711 \end_layout
9712
9713 \end_inset
9714 </cell>
9715 </row>
9716 </lyxtabular>
9717
9718 \end_inset
9719
9720
9721 \begin_inset space \hfill{}
9722 \end_inset
9723
9724
9725 \begin_inset Tabular
9726 <lyxtabular version="3" rows="7" columns="2">
9727 <features rotate="0" tabularvalignment="middle">
9728 <column alignment="center" valignment="top" width="0pt">
9729 <column alignment="center" valignment="top" width="0pt">
9730 <row>
9731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9732 \begin_inset Text
9733
9734 \begin_layout Plain Layout
9735 Comando
9736 \end_layout
9737
9738 \end_inset
9739 </cell>
9740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9741 \begin_inset Text
9742
9743 \begin_layout Plain Layout
9744 Resultado
9745 \begin_inset Note Note
9746 status collapsed
9747
9748 \begin_layout Plain Layout
9749
9750 \series bold
9751
9752 \backslash
9753 raisebox
9754 \series default
9755  se usa sólo como espaciador
9756 \end_layout
9757
9758 \end_inset
9759
9760
9761 \end_layout
9762
9763 \end_inset
9764 </cell>
9765 </row>
9766 <row>
9767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Plain Layout
9771
9772 \backslash
9773 tilde
9774 \begin_inset space \textvisiblespace{}
9775 \end_inset
9776
9777 A
9778 \end_layout
9779
9780 \end_inset
9781 </cell>
9782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9783 \begin_inset Text
9784
9785 \begin_layout Plain Layout
9786 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9787 \end_inset
9788
9789
9790 \end_layout
9791
9792 \end_inset
9793 </cell>
9794 </row>
9795 <row>
9796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9797 \begin_inset Text
9798
9799 \begin_layout Plain Layout
9800
9801 \backslash
9802 hat
9803 \begin_inset space \textvisiblespace{}
9804 \end_inset
9805
9806 A
9807 \end_layout
9808
9809 \end_inset
9810 </cell>
9811 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9812 \begin_inset Text
9813
9814 \begin_layout Plain Layout
9815 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9816 \end_inset
9817
9818
9819 \end_layout
9820
9821 \end_inset
9822 </cell>
9823 </row>
9824 <row>
9825 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9826 \begin_inset Text
9827
9828 \begin_layout Plain Layout
9829
9830 \backslash
9831 check
9832 \begin_inset space \textvisiblespace{}
9833 \end_inset
9834
9835 A
9836 \end_layout
9837
9838 \end_inset
9839 </cell>
9840 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9841 \begin_inset Text
9842
9843 \begin_layout Plain Layout
9844 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9845 \end_inset
9846
9847
9848 \end_layout
9849
9850 \end_inset
9851 </cell>
9852 </row>
9853 <row>
9854 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9855 \begin_inset Text
9856
9857 \begin_layout Plain Layout
9858
9859 \backslash
9860 acute
9861 \begin_inset space \textvisiblespace{}
9862 \end_inset
9863
9864 A
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9870 \begin_inset Text
9871
9872 \begin_layout Plain Layout
9873 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9874 \end_inset
9875
9876
9877 \end_layout
9878
9879 \end_inset
9880 </cell>
9881 </row>
9882 <row>
9883 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9884 \begin_inset Text
9885
9886 \begin_layout Plain Layout
9887
9888 \backslash
9889 grave
9890 \begin_inset space \textvisiblespace{}
9891 \end_inset
9892
9893 A
9894 \end_layout
9895
9896 \end_inset
9897 </cell>
9898 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Plain Layout
9902 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9903 \end_inset
9904
9905
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 </row>
9911 <row>
9912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916
9917 \backslash
9918 breve
9919 \begin_inset space \textvisiblespace{}
9920 \end_inset
9921
9922 A
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9928 \begin_inset Text
9929
9930 \begin_layout Plain Layout
9931 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9932 \end_inset
9933
9934
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 </row>
9940 </lyxtabular>
9941
9942 \end_inset
9943
9944
9945 \begin_inset space \hfill{}
9946 \end_inset
9947
9948
9949 \end_layout
9950
9951 \begin_layout Standard
9952 \begin_inset VSpace bigskip
9953 \end_inset
9954
9955
9956 \end_layout
9957
9958 \begin_layout Standard
9959 En ecuaciones se pueden insertar acentos como 
9960 \begin_inset Quotes fld
9961 \end_inset
9962
9963 é
9964 \begin_inset Quotes frd
9965 \end_inset
9966
9967  directamente.
9968  LyX los transformará al comando de acento correspondiente.
9969  Para poner diéresis
9970 \begin_inset Index idx
9971 status collapsed
9972
9973 \begin_layout Plain Layout
9974 Dieresis@Diéresis
9975 \end_layout
9976
9977 \end_inset
9978
9979  es mejor insertar comillas antes de la vocal.
9980  Estos dos caracteres son considerados por LaTeX como 
9981 \emph on
9982 un solo
9983 \emph default
9984  carácter si la parte de la ecuación con la diéresis se marca en idioma
9985  alemán.
9986 \begin_inset Foot
9987 status collapsed
9988
9989 \begin_layout Plain Layout
9990 O algún otro idioma que use acentos, p.
9991 \begin_inset space \thinspace{}
9992 \end_inset
9993
9994 e.
9995  catalán.
9996  Aunque esto no funciona en español por algún conflicto con el estilo 
9997 \series bold
9998 spanish
9999 \series default
10000  de 
10001 \series bold
10002 babel
10003 \series default
10004 , no es necesario: se puede escribir 
10005 \begin_inset Formula $ï$
10006 \end_inset
10007
10008  en una ecuación igual que se hace en texto normal, ï.
10009  (
10010 \emph on
10011 N.
10012 \begin_inset space \thinspace{}
10013 \end_inset
10014
10015 del t.
10016 \emph default
10017 )
10018 \end_layout
10019
10020 \end_inset
10021
10022  A diferencia de 
10023 \series bold
10024
10025 \backslash
10026 ddot
10027 \series default
10028 , con este método se generan diéresis 
10029 \begin_inset Quotes fld
10030 \end_inset
10031
10032 reales
10033 \begin_inset Quotes frd
10034 \end_inset
10035
10036 , como se demuestra en el siguiente ejemplo:
10037 \begin_inset VSpace -2mm
10038 \end_inset
10039
10040
10041 \end_layout
10042
10043 \begin_layout Standard
10044 \noindent
10045 \align center
10046 \begin_inset Tabular
10047 <lyxtabular version="3" rows="3" columns="2">
10048 <features rotate="0" tabularvalignment="middle">
10049 <column alignment="center" valignment="top">
10050 <column alignment="center" valignment="top">
10051 <row>
10052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056 Comando
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065 Resultado
10066 \begin_inset Note Note
10067 status collapsed
10068
10069 \begin_layout Plain Layout
10070
10071 \series bold
10072
10073 \backslash
10074 raisebox
10075 \series default
10076  se usa sólo como espaciador.
10077 \end_layout
10078
10079 \end_inset
10080
10081
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 </row>
10087 <row>
10088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092 ï
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101 \begin_inset Formula $ï$
10102 \end_inset
10103
10104
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 </row>
10110 <row>
10111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Plain Layout
10115
10116 \backslash
10117 ddot
10118 \begin_inset space \textvisiblespace{}
10119 \end_inset
10120
10121 i
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10127 \begin_inset Text
10128
10129 \begin_layout Plain Layout
10130 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10131 \end_inset
10132
10133
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 </row>
10139 </lyxtabular>
10140
10141 \end_inset
10142
10143
10144 \end_layout
10145
10146 \begin_layout Standard
10147 Otra ventaja frente a 
10148 \series bold
10149
10150 \backslash
10151 ddot
10152 \series default
10153  es que la diéresis puede convertirse directamente a texto matemático, porque
10154  los anteriores comandos para acentos 
10155 \emph on
10156 no están permitidos en texto matemático
10157 \emph default
10158 .
10159  Para convertir un carácter acentuado a texto matemático, se debe convertir
10160  sólo el carácter bajo el acento.
10161  Esto también se aplica para otras conversiones, p.
10162 \begin_inset space \thinspace{}
10163 \end_inset
10164
10165 e.
10166 \begin_inset space ~
10167 \end_inset
10168
10169 cursiva o negrita.
10170 \end_layout
10171
10172 \begin_layout Standard
10173 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10174 \end_layout
10175
10176 \begin_layout Standard
10177 \begin_inset VSpace bigskip
10178 \end_inset
10179
10180
10181 \end_layout
10182
10183 \begin_layout Standard
10184
10185 \lang english
10186 LyX also supports a tilde under the character if the LaTeX-package
10187 \lang spanish
10188  
10189 \series bold
10190 undertilde
10191 \series default
10192
10193 \begin_inset Index idx
10194 status collapsed
10195
10196 \begin_layout Plain Layout
10197 Paquetes ! undertilde
10198 \end_layout
10199
10200 \end_inset
10201
10202  
10203 \lang english
10204 is installed on your system:
10205 \end_layout
10206
10207 \begin_layout Standard
10208 \begin_inset ERT
10209 status collapsed
10210
10211 \begin_layout Plain Layout
10212
10213
10214 \backslash
10215 ifundertilde 
10216 \end_layout
10217
10218 \end_inset
10219
10220
10221 \begin_inset Note Note
10222 status open
10223
10224 \begin_layout Plain Layout
10225 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
10226 \series bold
10227 undertilde
10228 \series default
10229  está instalado.
10230 \end_layout
10231
10232 \end_inset
10233
10234
10235 \end_layout
10236
10237 \begin_layout Standard
10238 \noindent
10239 \align center
10240 \begin_inset Tabular
10241 <lyxtabular version="3" rows="2" columns="2">
10242 <features rotate="0" tabularvalignment="middle">
10243 <column alignment="center" valignment="top" width="0pt">
10244 <column alignment="center" valignment="top" width="0pt">
10245 <row>
10246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250 Comando
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259 Resultado
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 </row>
10265 <row>
10266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270
10271 \backslash
10272 utilde
10273 \begin_inset space \textvisiblespace{}
10274 \end_inset
10275
10276 A
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
10286 \end_inset
10287
10288
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 </row>
10294 </lyxtabular>
10295
10296 \end_inset
10297
10298
10299 \end_layout
10300
10301 \begin_layout Standard
10302 \begin_inset ERT
10303 status collapsed
10304
10305 \begin_layout Plain Layout
10306
10307
10308 \backslash
10309 else
10310 \end_layout
10311
10312 \end_inset
10313
10314
10315 \begin_inset Note Note
10316 status open
10317
10318 \begin_layout Plain Layout
10319 Lo que sigue se verá en la salida si el paquete LaTeX 
10320 \series bold
10321 undertilde
10322 \series default
10323  no está instalado:
10324 \end_layout
10325
10326 \end_inset
10327
10328
10329 \end_layout
10330
10331 \begin_layout Standard
10332 Debes instalar el paquete LaTeX 
10333 \series bold
10334 undertilde
10335 \series default
10336  para ver en la salida el resto de esta subsección.
10337 \end_layout
10338
10339 \begin_layout Standard
10340 \begin_inset ERT
10341 status collapsed
10342
10343 \begin_layout Plain Layout
10344
10345
10346 \backslash
10347 fi
10348 \end_layout
10349
10350 \end_inset
10351
10352
10353 \end_layout
10354
10355 \begin_layout Subsection
10356 Acentos para varios caracteres
10357 \begin_inset Index idx
10358 status collapsed
10359
10360 \begin_layout Plain Layout
10361 Acentos ! en varios caracteres
10362 \end_layout
10363
10364 \end_inset
10365
10366
10367 \end_layout
10368
10369 \begin_layout Standard
10370 \begin_inset space \hfill{}
10371 \end_inset
10372
10373
10374 \begin_inset Tabular
10375 <lyxtabular version="3" rows="5" columns="2">
10376 <features rotate="0" tabularvalignment="middle">
10377 <column alignment="center" valignment="top" width="0pt">
10378 <column alignment="center" valignment="top" width="0pt">
10379 <row>
10380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384 Comando
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393 Resultado
10394 \begin_inset Note Note
10395 status collapsed
10396
10397 \begin_layout Plain Layout
10398
10399 \series bold
10400
10401 \backslash
10402 raisebox
10403 \series default
10404  se usa sólo como espaciador
10405 \end_layout
10406
10407 \end_inset
10408
10409
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 </row>
10415 <row>
10416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10417 \begin_inset Text
10418
10419 \begin_layout Plain Layout
10420
10421 \backslash
10422 overleftarrow
10423 \begin_inset space \textvisiblespace{}
10424 \end_inset
10425
10426 A=B
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10436 \end_inset
10437
10438
10439 \end_layout
10440
10441 \end_inset
10442 </cell>
10443 </row>
10444 <row>
10445 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10446 \begin_inset Text
10447
10448 \begin_layout Plain Layout
10449
10450 \backslash
10451 underleftarrow
10452 \begin_inset space \textvisiblespace{}
10453 \end_inset
10454
10455 A=B
10456 \end_layout
10457
10458 \end_inset
10459 </cell>
10460 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10465 \end_inset
10466
10467
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 </row>
10473 <row>
10474 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478
10479 \backslash
10480 overleftrightarrow
10481 \begin_inset space \textvisiblespace{}
10482 \end_inset
10483
10484 A=B
10485 \end_layout
10486
10487 \end_inset
10488 </cell>
10489 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10490 \begin_inset Text
10491
10492 \begin_layout Plain Layout
10493 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10494 \end_inset
10495
10496
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 </row>
10502 <row>
10503 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507
10508 \backslash
10509 underleftrightarrow
10510 \begin_inset space \textvisiblespace{}
10511 \end_inset
10512
10513 A=B
10514 \end_layout
10515
10516 \end_inset
10517 </cell>
10518 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10523 \end_inset
10524
10525
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 </row>
10531 </lyxtabular>
10532
10533 \end_inset
10534
10535
10536 \begin_inset space \hfill{}
10537 \end_inset
10538
10539
10540 \begin_inset Tabular
10541 <lyxtabular version="3" rows="5" columns="2">
10542 <features rotate="0" tabularvalignment="middle">
10543 <column alignment="center" valignment="top" width="0pt">
10544 <column alignment="center" valignment="top" width="0pt">
10545 <row>
10546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550 Comando
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559 Resultado
10560 \begin_inset Note Note
10561 status collapsed
10562
10563 \begin_layout Plain Layout
10564
10565 \series bold
10566
10567 \backslash
10568 raisebox
10569 \series default
10570  se usa sólo como espaciador
10571 \end_layout
10572
10573 \end_inset
10574
10575
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 </row>
10581 <row>
10582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586
10587 \backslash
10588 overrightarrow
10589 \begin_inset space \textvisiblespace{}
10590 \end_inset
10591
10592 A=B
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10602 \end_inset
10603
10604
10605 \end_layout
10606
10607 \end_inset
10608 </cell>
10609 </row>
10610 <row>
10611 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615
10616 \backslash
10617 underrightarrow
10618 \begin_inset space \textvisiblespace{}
10619 \end_inset
10620
10621 A=B
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10631 \end_inset
10632
10633
10634 \end_layout
10635
10636 \end_inset
10637 </cell>
10638 </row>
10639 <row>
10640 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10641 \begin_inset Text
10642
10643 \begin_layout Plain Layout
10644
10645 \backslash
10646 widetilde
10647 \begin_inset space \textvisiblespace{}
10648 \end_inset
10649
10650 A=B
10651 \end_layout
10652
10653 \end_inset
10654 </cell>
10655 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10656 \begin_inset Text
10657
10658 \begin_layout Plain Layout
10659 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10660 \end_inset
10661
10662
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 </row>
10668 <row>
10669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673
10674 \backslash
10675 widehat
10676 \begin_inset space \textvisiblespace{}
10677 \end_inset
10678
10679 A=B
10680 \end_layout
10681
10682 \end_inset
10683 </cell>
10684 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10685 \begin_inset Text
10686
10687 \begin_layout Plain Layout
10688 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10689 \end_inset
10690
10691
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 </row>
10697 </lyxtabular>
10698
10699 \end_inset
10700
10701
10702 \begin_inset space \hfill{}
10703 \end_inset
10704
10705
10706 \end_layout
10707
10708 \begin_layout Standard
10709 \begin_inset VSpace medskip
10710 \end_inset
10711
10712
10713 \end_layout
10714
10715 \begin_layout Standard
10716 Con estos comandos se pueden acentuar tantos caracteres como quieras.
10717  Pero los acentos 
10718 \series bold
10719
10720 \backslash
10721 widetilde
10722 \series default
10723  y 
10724 \series bold
10725
10726 \backslash
10727 widehat
10728 \series default
10729  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
10730  ejemplo:
10731 \begin_inset Formula 
10732 \[
10733 \widetilde{A+B=C-D}
10734 \]
10735
10736 \end_inset
10737
10738
10739 \end_layout
10740
10741 \begin_layout Standard
10742 Con los comandos 
10743 \series bold
10744
10745 \backslash
10746 overset
10747 \series default
10748
10749 \begin_inset Index idx
10750 status collapsed
10751
10752 \begin_layout Plain Layout
10753 Comandos ! O ! 
10754 \backslash
10755 overset
10756 \end_layout
10757
10758 \end_inset
10759
10760  y 
10761 \series bold
10762
10763 \backslash
10764 underset
10765 \series default
10766
10767 \begin_inset Index idx
10768 status collapsed
10769
10770 \begin_layout Plain Layout
10771 Comandos ! U ! 
10772 \backslash
10773 underset
10774 \end_layout
10775
10776 \end_inset
10777
10778 , descritos en la subsección anterior, también se pueden acentuar varios
10779  caracteres.
10780  El comando 
10781 \series bold
10782
10783 \backslash
10784 underset
10785 \begin_inset space \textvisiblespace{}
10786 \end_inset
10787
10788 A=B
10789 \begin_inset Formula $\downarrow$
10790 \end_inset
10791
10792 ***
10793 \series default
10794  da:
10795 \begin_inset Formula 
10796 \[
10797 \underset{***}{A=B}
10798 \]
10799
10800 \end_inset
10801
10802
10803 \end_layout
10804
10805 \begin_layout Section
10806 Espacios
10807 \begin_inset CommandInset label
10808 LatexCommand label
10809 name "sec:Espacio"
10810
10811 \end_inset
10812
10813
10814 \begin_inset Index idx
10815 status collapsed
10816
10817 \begin_layout Plain Layout
10818 Espacio ! horizontal
10819 \end_layout
10820
10821 \end_inset
10822
10823
10824 \end_layout
10825
10826 \begin_layout Subsection
10827 Espacio predefinido
10828 \begin_inset CommandInset label
10829 LatexCommand label
10830 name "sub:Espacio-predefinido"
10831
10832 \end_inset
10833
10834
10835 \begin_inset Index idx
10836 status collapsed
10837
10838 \begin_layout Plain Layout
10839 Espacio ! horizontal ! predefinido
10840 \end_layout
10841
10842 \end_inset
10843
10844
10845 \end_layout
10846
10847 \begin_layout Standard
10848 A veces es necesario insertar espacio horizontal en una ecuación.
10849  Esto se hace insertando un espacio protegido (atajo 
10850 \family sans
10851 Ctrl+Espacio
10852 \family default
10853 ).
10854  Aparece un 
10855 \begin_inset Quotes fld
10856 \end_inset
10857
10858
10859 \color black
10860
10861 \begin_inset space \textvisiblespace{}
10862 \end_inset
10863
10864
10865 \color inherit
10866
10867 \begin_inset Quotes frd
10868 \end_inset
10869
10870 , y pulsando 
10871 \family sans
10872 Espacio
10873 \family default
10874  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
10875  espacio.
10876  También se pueden insertar espacios mediante el botón 
10877 \begin_inset Info
10878 type  "icon"
10879 arg   "math-insert \\space"
10880 \end_inset
10881
10882  de la barra de ecuaciones o con comandos especiales.
10883  Independientemente del comando insertado, se puede seleccionar un nuevo
10884  tamaño pulsando acto seguido 
10885 \family sans
10886 Espacio.
10887  
10888 \end_layout
10889
10890 \begin_layout Standard
10891 \noindent
10892 \align center
10893 \begin_inset Tabular
10894 <lyxtabular version="3" rows="6" columns="3">
10895 <features rotate="0" tabularvalignment="middle">
10896 <column alignment="center" valignment="top">
10897 <column alignment="center" valignment="top" width="14col%">
10898 <column alignment="center" valignment="top">
10899 <row>
10900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10901 \begin_inset Text
10902
10903 \begin_layout Plain Layout
10904 Comando
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913 Número de pulsaciones de 
10914 \family sans
10915 Espacio
10916 \end_layout
10917
10918 \end_inset
10919 </cell>
10920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10921 \begin_inset Text
10922
10923 \begin_layout Plain Layout
10924 Resultado
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 </row>
10930 <row>
10931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10932 \begin_inset Text
10933
10934 \begin_layout Plain Layout
10935
10936 \backslash
10937 ,
10938 \end_layout
10939
10940 \end_inset
10941 </cell>
10942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946 0
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10952 \begin_inset Text
10953
10954 \begin_layout Plain Layout
10955 \begin_inset Formula $A\, B$
10956 \end_inset
10957
10958
10959 \end_layout
10960
10961 \end_inset
10962 </cell>
10963 </row>
10964 <row>
10965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969
10970 \backslash
10971 :
10972 \end_layout
10973
10974 \end_inset
10975 </cell>
10976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10977 \begin_inset Text
10978
10979 \begin_layout Plain Layout
10980 1
10981 \end_layout
10982
10983 \end_inset
10984 </cell>
10985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989 \begin_inset Formula $A\: B$
10990 \end_inset
10991
10992
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 </row>
10998 <row>
10999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003
11004 \backslash
11005 ;
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014 2
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11020 \begin_inset Text
11021
11022 \begin_layout Plain Layout
11023 \begin_inset Formula $A\; B$
11024 \end_inset
11025
11026
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 </row>
11032 <row>
11033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037
11038 \backslash
11039 quad
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048 3
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057 \begin_inset Formula $A\quad B$
11058 \end_inset
11059
11060
11061 \end_layout
11062
11063 \end_inset
11064 </cell>
11065 </row>
11066 <row>
11067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11068 \begin_inset Text
11069
11070 \begin_layout Plain Layout
11071
11072 \backslash
11073 qquad
11074 \end_layout
11075
11076 \end_inset
11077 </cell>
11078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082 4
11083 \end_layout
11084
11085 \end_inset
11086 </cell>
11087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11088 \begin_inset Text
11089
11090 \begin_layout Plain Layout
11091 \begin_inset Formula $A\qquad B$
11092 \end_inset
11093
11094
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 </row>
11100 </lyxtabular>
11101
11102 \end_inset
11103
11104
11105 \begin_inset space \hfill{}
11106 \end_inset
11107
11108
11109 \begin_inset Tabular
11110 <lyxtabular version="3" rows="6" columns="3">
11111 <features rotate="0" tabularvalignment="middle">
11112 <column alignment="center" valignment="top">
11113 <column alignment="center" valignment="top" width="14col%">
11114 <column alignment="center" valignment="top">
11115 <row>
11116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120 Comando
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11126 \begin_inset Text
11127
11128 \begin_layout Plain Layout
11129 Número de pulsaciones de 
11130 \family sans
11131 Espacio
11132 \end_layout
11133
11134 \end_inset
11135 </cell>
11136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11137 \begin_inset Text
11138
11139 \begin_layout Plain Layout
11140 Resultado
11141 \end_layout
11142
11143 \end_inset
11144 </cell>
11145 </row>
11146 <row>
11147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11148 \begin_inset Text
11149
11150 \begin_layout Plain Layout
11151
11152 \backslash
11153 hfill
11154 \end_layout
11155
11156 \end_inset
11157 </cell>
11158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11159 \begin_inset Text
11160
11161 \begin_layout Plain Layout
11162 5
11163 \end_layout
11164
11165 \end_inset
11166 </cell>
11167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11168 \begin_inset Text
11169
11170 \begin_layout Plain Layout
11171 \begin_inset Formula $A\hfill B$
11172 \end_inset
11173
11174
11175 \end_layout
11176
11177 \end_inset
11178 </cell>
11179 </row>
11180 <row>
11181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185
11186 \backslash
11187 hspace*{1em}
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196 6
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205 \begin_inset Formula $A\hspace*{1em}B$
11206 \end_inset
11207
11208
11209 \end_layout
11210
11211 \end_inset
11212 </cell>
11213 </row>
11214 <row>
11215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11216 \begin_inset Text
11217
11218 \begin_layout Plain Layout
11219
11220 \backslash
11221 hspace{1em}
11222 \end_layout
11223
11224 \end_inset
11225 </cell>
11226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11227 \begin_inset Text
11228
11229 \begin_layout Plain Layout
11230 7
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Plain Layout
11239 \begin_inset Formula $A\hspace{1em}B$
11240 \end_inset
11241
11242
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 </row>
11248 <row>
11249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253
11254 \backslash
11255
11256 \begin_inset space \textvisiblespace{}
11257 \end_inset
11258
11259
11260 \end_layout
11261
11262 \end_inset
11263 </cell>
11264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268 8
11269 \end_layout
11270
11271 \end_inset
11272 </cell>
11273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11274 \begin_inset Text
11275
11276 \begin_layout Plain Layout
11277 \begin_inset Formula $A\ B$
11278 \end_inset
11279
11280
11281 \end_layout
11282
11283 \end_inset
11284 </cell>
11285 </row>
11286 <row>
11287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11288 \begin_inset Text
11289
11290 \begin_layout Plain Layout
11291
11292 \backslash
11293 !
11294 \end_layout
11295
11296 \end_inset
11297 </cell>
11298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302 9
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311 \begin_inset Formula $A\! B$
11312 \end_inset
11313
11314
11315 \end_layout
11316
11317 \end_inset
11318 </cell>
11319 </row>
11320 </lyxtabular>
11321
11322 \end_inset
11323
11324
11325 \end_layout
11326
11327 \begin_layout Standard
11328
11329 \lang english
11330 Space
11331 \begin_inset space ~
11332 \end_inset
11333
11334 5
11335 \begin_inset space \thinspace{}
11336 \end_inset
11337
11338 --
11339 \begin_inset space \thinspace{}
11340 \end_inset
11341
11342 7 are variable spaces which are explained in
11343 \lang spanish
11344  
11345 \begin_inset CommandInset ref
11346 LatexCommand ref
11347 reference "sub:Espacio-variable"
11348
11349 \end_inset
11350
11351 .
11352  El tamaño
11353 \begin_inset space ~
11354 \end_inset
11355
11356 9 parece no generar espacio.
11357  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
11358  negativo.
11359  Hay otros dos espacios negativos:
11360 \end_layout
11361
11362 \begin_layout Standard
11363 \align center
11364 \begin_inset Tabular
11365 <lyxtabular version="3" rows="3" columns="3">
11366 <features rotate="0" tabularvalignment="middle">
11367 <column alignment="center" valignment="middle" width="6.8cm">
11368 <column alignment="center" valignment="top" width="0pt">
11369 <column alignment="center" valignment="top" width="0pt">
11370 <row>
11371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375 Comando
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11381 \begin_inset Text
11382
11383 \begin_layout Plain Layout
11384
11385 \backslash
11386 negmedspace
11387 \end_layout
11388
11389 \end_inset
11390 </cell>
11391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11392 \begin_inset Text
11393
11394 \begin_layout Plain Layout
11395
11396 \backslash
11397 negthickspace
11398 \end_layout
11399
11400 \end_inset
11401 </cell>
11402 </row>
11403 <row>
11404 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11405 \begin_inset Text
11406
11407 \begin_layout Plain Layout
11408 Número de pulsaciones de 
11409 \family sans
11410 Espacio
11411 \family default
11412  tras insertar el espacio protegido
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Plain Layout
11421 10
11422 \end_layout
11423
11424 \end_inset
11425 </cell>
11426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11427 \begin_inset Text
11428
11429 \begin_layout Plain Layout
11430 11
11431 \end_layout
11432
11433 \end_inset
11434 </cell>
11435 </row>
11436 <row>
11437 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441 Resultado
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450 \begin_inset Formula $A\negmedspace B$
11451 \end_inset
11452
11453
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11459 \begin_inset Text
11460
11461 \begin_layout Plain Layout
11462 \begin_inset Formula $A\negthickspace B$
11463 \end_inset
11464
11465
11466 \end_layout
11467
11468 \end_inset
11469 </cell>
11470 </row>
11471 </lyxtabular>
11472
11473 \end_inset
11474
11475
11476 \end_layout
11477
11478 \begin_layout Standard
11479 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
11480  Así, se pueden usar para forzar ligaduras, lo que es apropiado, por ejemplo,
11481  para operadores suma: 
11482 \end_layout
11483
11484 \begin_layout Standard
11485 \noindent
11486 \align center
11487 \begin_inset Tabular
11488 <lyxtabular version="3" rows="3" columns="2">
11489 <features rotate="0" tabularvalignment="middle">
11490 <column alignment="center" valignment="top">
11491 <column alignment="center" valignment="top">
11492 <row>
11493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11494 \begin_inset Text
11495
11496 \begin_layout Plain Layout
11497 Comando
11498 \end_layout
11499
11500 \end_inset
11501 </cell>
11502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11503 \begin_inset Text
11504
11505 \begin_layout Plain Layout
11506 Resultado
11507 \begin_inset Note Note
11508 status collapsed
11509
11510 \begin_layout Plain Layout
11511
11512 \series bold
11513
11514 \backslash
11515 raisebox
11516 \series default
11517  se usa sólo como espaciador
11518 \end_layout
11519
11520 \end_inset
11521
11522
11523 \end_layout
11524
11525 \end_inset
11526 </cell>
11527 </row>
11528 <row>
11529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533
11534 \backslash
11535 sum
11536 \backslash
11537 sum
11538 \begin_inset space \textvisiblespace{}
11539 \end_inset
11540
11541 f_kl
11542 \end_layout
11543
11544 \end_inset
11545 </cell>
11546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11547 \begin_inset Text
11548
11549 \begin_layout Plain Layout
11550 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11551 \end_inset
11552
11553
11554 \end_layout
11555
11556 \end_inset
11557 </cell>
11558 </row>
11559 <row>
11560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11561 \begin_inset Text
11562
11563 \begin_layout Plain Layout
11564
11565 \backslash
11566 sum
11567 \backslash
11568 negmedspace
11569 \backslash
11570 sum
11571 \begin_inset space \textvisiblespace{}
11572 \end_inset
11573
11574 f_kl
11575 \end_layout
11576
11577 \end_inset
11578 </cell>
11579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11580 \begin_inset Text
11581
11582 \begin_layout Plain Layout
11583 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11584 \end_inset
11585
11586
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 </row>
11592 </lyxtabular>
11593
11594 \end_inset
11595
11596
11597 \end_layout
11598
11599 \begin_layout Standard
11600 \noindent
11601 \begin_inset VSpace medskip
11602 \end_inset
11603
11604
11605 \end_layout
11606
11607 \begin_layout Standard
11608 \noindent
11609 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11610  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11611  El siguiente ejemplo lo ilustra:
11612 \end_layout
11613
11614 \begin_layout Standard
11615 \noindent
11616 \align center
11617 \begin_inset Tabular
11618 <lyxtabular version="3" rows="2" columns="2">
11619 <features rotate="0" tabularvalignment="middle">
11620 <column alignment="center" valignment="top">
11621 <column alignment="center" valignment="top">
11622 <row>
11623 <cell alignment="center" valignment="top" usebox="none">
11624 \begin_inset Text
11625
11626 \begin_layout Plain Layout
11627 ecuación normal
11628 \end_layout
11629
11630 \end_inset
11631 </cell>
11632 <cell alignment="center" valignment="top" usebox="none">
11633 \begin_inset Text
11634
11635 \begin_layout Plain Layout
11636 \begin_inset Formula $A=B$
11637 \end_inset
11638
11639
11640 \end_layout
11641
11642 \end_inset
11643 </cell>
11644 </row>
11645 <row>
11646 <cell alignment="center" valignment="top" usebox="none">
11647 \begin_inset Text
11648
11649 \begin_layout Plain Layout
11650 \begin_inset Note Note
11651 status collapsed
11652
11653 \begin_layout Plain Layout
11654
11655 \series bold
11656
11657 \backslash
11658 raisebox
11659 \series default
11660  se usa sólo como espaciador
11661 \end_layout
11662
11663 \end_inset
11664
11665
11666 \begin_inset Formula $\raisebox{5mm}{}$
11667 \end_inset
11668
11669 ecuación sin espacio
11670 \end_layout
11671
11672 \end_inset
11673 </cell>
11674 <cell alignment="center" valignment="top" usebox="none">
11675 \begin_inset Text
11676
11677 \begin_layout Plain Layout
11678 \begin_inset Formula $A{=}B$
11679 \end_inset
11680
11681
11682 \end_layout
11683
11684 \end_inset
11685 </cell>
11686 </row>
11687 </lyxtabular>
11688
11689 \end_inset
11690
11691
11692 \end_layout
11693
11694 \begin_layout Standard
11695 El comando para la segunda ecuación es: 
11696 \series bold
11697 A
11698 \backslash
11699 {=
11700 \begin_inset Formula $\rightarrow$
11701 \end_inset
11702
11703 B
11704 \series default
11705  
11706 \begin_inset VSpace bigskip
11707 \end_inset
11708
11709
11710 \end_layout
11711
11712 \begin_layout Standard
11713 Para las unidades físicas hacen falta espacios, porque entre el valor y
11714  su unidad se pone un espacio más pequeño que el normal.
11715  Para unidades en el texto se inserta con el menú 
11716 \family sans
11717 Insertar\SpecialChar \menuseparator
11718 Formato\SpecialChar \menuseparator
11719 Espacio
11720 \begin_inset space ~
11721 \end_inset
11722
11723 delgado
11724 \family default
11725  (atajo 
11726 \family sans
11727 Ctrl+Mayúscula+Espacio
11728 \family default
11729 ).
11730 \end_layout
11731
11732 \begin_layout Standard
11733 Un ejemplo para visualizar la diferencia:
11734 \end_layout
11735
11736 \begin_layout Standard
11737 \begin_inset Tabular
11738 <lyxtabular version="3" rows="2" columns="2">
11739 <features rotate="0" tabularvalignment="middle">
11740 <column alignment="center" valignment="top">
11741 <column alignment="left" valignment="top">
11742 <row>
11743 <cell alignment="center" valignment="top" usebox="none">
11744 \begin_inset Text
11745
11746 \begin_layout Plain Layout
11747 24 kW
11748 \begin_inset Formula $\cdot$
11749 \end_inset
11750
11751 h
11752 \end_layout
11753
11754 \end_inset
11755 </cell>
11756 <cell alignment="center" valignment="top" usebox="none">
11757 \begin_inset Text
11758
11759 \begin_layout Plain Layout
11760 espacio entre valor y unidad 
11761 \end_layout
11762
11763 \end_inset
11764 </cell>
11765 </row>
11766 <row>
11767 <cell alignment="center" valignment="top" usebox="none">
11768 \begin_inset Text
11769
11770 \begin_layout Plain Layout
11771 24
11772 \begin_inset space \thinspace{}
11773 \end_inset
11774
11775 kW
11776 \begin_inset Formula $\cdot$
11777 \end_inset
11778
11779 h
11780 \end_layout
11781
11782 \end_inset
11783 </cell>
11784 <cell alignment="center" valignment="top" usebox="none">
11785 \begin_inset Text
11786
11787 \begin_layout Plain Layout
11788 espacio delgado entre valor y unidad
11789 \end_layout
11790
11791 \end_inset
11792 </cell>
11793 </row>
11794 </lyxtabular>
11795
11796 \end_inset
11797
11798
11799 \end_layout
11800
11801 \begin_layout Subsection
11802 Espacio variable
11803 \begin_inset ERT
11804 status collapsed
11805
11806 \begin_layout Plain Layout
11807
11808
11809 \backslash
11810 texorpdfstring{
11811 \end_layout
11812
11813 \end_inset
11814
11815
11816 \begin_inset Foot
11817 status collapsed
11818
11819 \begin_layout Plain Layout
11820 Para espacio vertical en ecuaciones véase 
11821 \begin_inset CommandInset ref
11822 LatexCommand ref
11823 reference "sub:Separación-de-líneas"
11824
11825 \end_inset
11826
11827
11828 \end_layout
11829
11830 \end_inset
11831
11832
11833 \begin_inset ERT
11834 status collapsed
11835
11836 \begin_layout Plain Layout
11837
11838 }{}
11839 \end_layout
11840
11841 \end_inset
11842
11843
11844 \begin_inset Note Note
11845 status collapsed
11846
11847 \begin_layout Plain Layout
11848
11849 \backslash
11850 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
11851  PDF.
11852 \end_layout
11853
11854 \begin_layout Plain Layout
11855 Más sobre 
11856 \backslash
11857 texorpdfstring en la sección 
11858 \begin_inset CommandInset ref
11859 LatexCommand ref
11860 reference "sub:Ecuaciones-en-encabezados"
11861
11862 \end_inset
11863
11864 .
11865 \end_layout
11866
11867 \end_inset
11868
11869
11870 \begin_inset CommandInset label
11871 LatexCommand label
11872 name "sub:Espacio-variable"
11873
11874 \end_inset
11875
11876
11877 \begin_inset Index idx
11878 status collapsed
11879
11880 \begin_layout Plain Layout
11881 Espacio ! horizontal ! variable
11882 \end_layout
11883
11884 \end_inset
11885
11886
11887 \end_layout
11888
11889 \begin_layout Standard
11890 En LyX se puede insertar espacio con una longitud definida con el comando
11891  
11892 \series bold
11893
11894 \backslash
11895 hspace
11896 \series default
11897
11898 \begin_inset Index idx
11899 status collapsed
11900
11901 \begin_layout Plain Layout
11902 Comandos ! H ! 
11903 \backslash
11904 hspace
11905 \end_layout
11906
11907 \end_inset
11908
11909 .
11910  Aparece un 
11911 \begin_inset Quotes fld
11912 \end_inset
11913
11914
11915 \color black
11916
11917 \begin_inset space \textvisiblespace{}
11918 \end_inset
11919
11920
11921 \color inherit
11922
11923 \begin_inset Quotes frd
11924 \end_inset
11925
11926  largo.
11927  La longitud se puede ajustar haciendo clic izquierdo sobre el 
11928 \begin_inset Quotes fld
11929 \end_inset
11930
11931
11932 \color black
11933
11934 \begin_inset space \textvisiblespace{}
11935 \end_inset
11936
11937
11938 \color inherit
11939
11940 \begin_inset Quotes frd
11941 \end_inset
11942
11943 .
11944  La longitud también puede ser negativa.
11945  
11946 \lang english
11947 When a space would be the first character in a line it would be omitted.
11948  To force its output use the command 
11949 \series bold
11950
11951 \backslash
11952 hspace*
11953 \series default
11954  instead of 
11955 \series bold
11956
11957 \backslash
11958 hspace
11959 \series default
11960  or left-click on the 
11961 \begin_inset Quotes eld
11962 \end_inset
11963
11964
11965 \color blue
11966
11967 \begin_inset space \textvisiblespace{}
11968 \end_inset
11969
11970
11971 \color inherit
11972
11973 \begin_inset Quotes erd
11974 \end_inset
11975
11976  and check the option 
11977 \family sans
11978 Protect
11979 \family default
11980 .
11981 \lang spanish
11982
11983 \begin_inset Newline newline
11984 \end_inset
11985
11986 Para insertar en una ecuación tanto espacio como esté disponible se usa
11987  el comando 
11988 \series bold
11989
11990 \backslash
11991 hfill
11992 \series default
11993
11994 \begin_inset Index idx
11995 status collapsed
11996
11997 \begin_layout Plain Layout
11998 Comandos ! H ! 
11999 \backslash
12000 hfill
12001 \end_layout
12002
12003 \end_inset
12004
12005 .
12006 \begin_inset VSpace -1mm
12007 \end_inset
12008
12009
12010 \end_layout
12011
12012 \begin_layout Standard
12013 \noindent
12014 \align center
12015 \begin_inset Tabular
12016 <lyxtabular version="3" rows="4" columns="2">
12017 <features rotate="0" tabularvalignment="middle">
12018 <column alignment="center" valignment="top">
12019 <column alignment="center" valignment="top">
12020 <row>
12021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12022 \begin_inset Text
12023
12024 \begin_layout Plain Layout
12025 Comando (
12026 \backslash
12027 hspace longitud)
12028 \end_layout
12029
12030 \end_inset
12031 </cell>
12032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12033 \begin_inset Text
12034
12035 \begin_layout Plain Layout
12036 Resultado
12037 \end_layout
12038
12039 \end_inset
12040 </cell>
12041 </row>
12042 <row>
12043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12044 \begin_inset Text
12045
12046 \begin_layout Plain Layout
12047 A=B
12048 \backslash
12049 hspace
12050 \begin_inset space \textvisiblespace{}
12051 \end_inset
12052
12053 A
12054 \backslash
12055 not=C (3
12056 \begin_inset space \thinspace{}
12057 \end_inset
12058
12059 cm)
12060 \end_layout
12061
12062 \end_inset
12063 </cell>
12064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12065 \begin_inset Text
12066
12067 \begin_layout Plain Layout
12068 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12069 \end_inset
12070
12071
12072 \end_layout
12073
12074 \end_inset
12075 </cell>
12076 </row>
12077 <row>
12078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12079 \begin_inset Text
12080
12081 \begin_layout Plain Layout
12082 A
12083 \backslash
12084 hspace
12085 \begin_inset space \textvisiblespace{}
12086 \end_inset
12087
12088 A
12089 \backslash
12090 not=A (-1
12091 \begin_inset space \thinspace{}
12092 \end_inset
12093
12094 mm)
12095 \end_layout
12096
12097 \end_inset
12098 </cell>
12099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12100 \begin_inset Text
12101
12102 \begin_layout Plain Layout
12103 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12104 \end_inset
12105
12106
12107 \end_layout
12108
12109 \end_inset
12110 </cell>
12111 </row>
12112 <row>
12113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12114 \begin_inset Text
12115
12116 \begin_layout Plain Layout
12117 A=A
12118 \backslash
12119 hfill
12120 \begin_inset space \textvisiblespace{}
12121 \end_inset
12122
12123 B=B
12124 \end_layout
12125
12126 \end_inset
12127 </cell>
12128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12129 \begin_inset Text
12130
12131 \begin_layout Plain Layout
12132 \begin_inset Formula $A=A\hfill B=B$
12133 \end_inset
12134
12135
12136 \end_layout
12137
12138 \end_inset
12139 </cell>
12140 </row>
12141 </lyxtabular>
12142
12143 \end_inset
12144
12145
12146 \end_layout
12147
12148 \begin_layout Standard
12149 En el último ejemplo el espacio disponible viene dado por la entrada más
12150  larga de columna en el cuadro.
12151  En una ecuación en línea el espacio depende de la longitud de la línea
12152  en la que se inserta 
12153 \series bold
12154
12155 \backslash
12156 hfill
12157 \series default
12158 .
12159  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12160  
12161 \series bold
12162
12163 \backslash
12164 hfill
12165 \series default
12166  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12167 \series bold
12168 Sangrado
12169 \series default
12170 .
12171  (Los estilos de ecuaciones se explican en
12172 \begin_inset space ~
12173 \end_inset
12174
12175
12176 \begin_inset CommandInset ref
12177 LatexCommand ref
12178 reference "sec:Estilos-de-ecuación"
12179
12180 \end_inset
12181
12182 ).
12183 \end_layout
12184
12185 \begin_layout Standard
12186 Además de 
12187 \series bold
12188
12189 \backslash
12190 hfill
12191 \series default
12192  hay los comandos 
12193 \series bold
12194
12195 \backslash
12196 dotfill
12197 \series default
12198  y 
12199 \series bold
12200
12201 \backslash
12202 hrulefill
12203 \series default
12204  que llenan el espacio con un patrón, véase un ejemplo en
12205 \begin_inset space ~
12206 \end_inset
12207
12208
12209 \begin_inset CommandInset ref
12210 LatexCommand ref
12211 reference "sub:Puntos"
12212
12213 \end_inset
12214
12215 .
12216 \end_layout
12217
12218 \begin_layout Standard
12219 Para texto se puede insertar espacio variable con el menú 
12220 \family sans
12221 Insertar\SpecialChar \menuseparator
12222 Formato\SpecialChar \menuseparator
12223 Espacio
12224 \begin_inset space ~
12225 \end_inset
12226
12227 horizontal
12228 \family default
12229 :
12230 \end_layout
12231
12232 \begin_layout Standard
12233 En esta línea hay un espacio
12234 \begin_inset space \hspace{}
12235 \length 2cm
12236 \end_inset
12237
12238 de 2
12239 \begin_inset space \thinspace{}
12240 \end_inset
12241
12242 cm.
12243 \end_layout
12244
12245 \begin_layout Standard
12246 En esta línea hay un
12247 \begin_inset space \hfill{}
12248 \end_inset
12249
12250 espacio máximo.
12251 \end_layout
12252
12253 \begin_layout Subsection
12254 Espacio adicional en ecuaciones en línea
12255 \begin_inset Index idx
12256 status collapsed
12257
12258 \begin_layout Plain Layout
12259 Espacio ! adicional en línea
12260 \end_layout
12261
12262 \end_inset
12263
12264
12265 \end_layout
12266
12267 \begin_layout Standard
12268 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12269  
12270 \series bold
12271
12272 \backslash
12273 mathsurround
12274 \series default
12275
12276 \begin_inset Index idx
12277 status collapsed
12278
12279 \begin_layout Plain Layout
12280 Comandos ! M ! 
12281 \backslash
12282 mathsurround
12283 \end_layout
12284
12285 \end_inset
12286
12287 .
12288  El valor de una longitud se establece con el comando 
12289 \series bold
12290
12291 \backslash
12292 setlength
12293 \series default
12294
12295 \begin_inset Index idx
12296 status collapsed
12297
12298 \begin_layout Plain Layout
12299 Comandos ! S ! 
12300 \backslash
12301 setlength
12302 \end_layout
12303
12304 \end_inset
12305
12306  según el siguiente esquema:
12307 \end_layout
12308
12309 \begin_layout Standard
12310
12311 \series bold
12312
12313 \backslash
12314 setlength{nombre de la longitud}{valor}
12315 \end_layout
12316
12317 \begin_layout Standard
12318 Para poner a 
12319 \series bold
12320
12321 \backslash
12322 mathsurround
12323 \series default
12324  un valor de 5
12325 \begin_inset space \thinspace{}
12326 \end_inset
12327
12328 mm, se inserta el comando
12329 \end_layout
12330
12331 \begin_layout Standard
12332
12333 \series bold
12334
12335 \backslash
12336 setlength{
12337 \backslash
12338 mathsurround}{5mm}
12339 \end_layout
12340
12341 \begin_layout Standard
12342 en modo TeX.
12343  Se establecerá un espacio de 5
12344 \begin_inset space \thinspace{}
12345 \end_inset
12346
12347 mm alrededor de todas las ecuaciones en línea:
12348 \begin_inset ERT
12349 status collapsed
12350
12351 \begin_layout Plain Layout
12352
12353
12354 \backslash
12355 setlength{
12356 \backslash
12357 mathsurround}{5mm}
12358 \end_layout
12359
12360 \end_inset
12361
12362
12363 \end_layout
12364
12365 \begin_layout Standard
12366 En esta línea hay una ecuación 
12367 \begin_inset Formula $A=B$
12368 \end_inset
12369
12370  rodeada por espacios de 5
12371 \begin_inset space \thinspace{}
12372 \end_inset
12373
12374 mm.
12375 \begin_inset ERT
12376 status collapsed
12377
12378 \begin_layout Plain Layout
12379
12380
12381 \backslash
12382 setlength{
12383 \backslash
12384 mathsurround}{0mm}
12385 \end_layout
12386
12387 \end_inset
12388
12389
12390 \end_layout
12391
12392 \begin_layout Standard
12393 Para volver al espacio predeterminado, 
12394 \series bold
12395
12396 \backslash
12397 mathsurround
12398 \series default
12399  se restablece al valor 0
12400 \begin_inset space \thinspace{}
12401 \end_inset
12402
12403 pt.
12404 \end_layout
12405
12406 \begin_layout Section
12407 Marcos y bordes
12408 \begin_inset Index idx
12409 status collapsed
12410
12411 \begin_layout Plain Layout
12412 Marcos
12413 \end_layout
12414
12415 \end_inset
12416
12417
12418 \end_layout
12419
12420 \begin_layout Standard
12421 Los marcos para texto se describen en el capítulo 
12422 \emph on
12423 Marcos
12424 \emph default
12425  del manual 
12426 \emph on
12427 Objetos insertados
12428 \emph default
12429 .
12430 \end_layout
12431
12432 \begin_layout Subsection
12433 Marcos con bordes
12434 \begin_inset CommandInset label
12435 LatexCommand label
12436 name "sub:Marcos-con-bordes"
12437
12438 \end_inset
12439
12440
12441 \begin_inset Index idx
12442 status collapsed
12443
12444 \begin_layout Plain Layout
12445 Marcos ! con bordes
12446 \end_layout
12447
12448 \end_inset
12449
12450
12451 \end_layout
12452
12453 \begin_layout Standard
12454 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12455 \series bold
12456
12457 \backslash
12458 fbox
12459 \series default
12460
12461 \begin_inset Index idx
12462 status collapsed
12463
12464 \begin_layout Plain Layout
12465 Comandos ! F ! 
12466 \backslash
12467 fbox
12468 \end_layout
12469
12470 \end_inset
12471
12472  y 
12473 \series bold
12474
12475 \backslash
12476 boxed
12477 \series default
12478
12479 \begin_inset Index idx
12480 status collapsed
12481
12482 \begin_layout Plain Layout
12483 Comandos ! B ! 
12484 \backslash
12485 boxed
12486 \end_layout
12487
12488 \end_inset
12489
12490 .
12491 \end_layout
12492
12493 \begin_layout Standard
12494 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12495  azul en un marco donde se introducen partes de una ecuación.
12496  Para 
12497 \series bold
12498
12499 \backslash
12500 fbox
12501 \series default
12502  hay que generar una ecuación adicional con 
12503 \family sans
12504 Ctrl+M
12505 \family default
12506  dentro del recuadro, porque si no el contenido del mismo sería considerado
12507  texto matemático.
12508  Si se usa 
12509 \series bold
12510
12511 \backslash
12512 boxed
12513 \series default
12514  la nueva ecuación se genera automáticamente dentro del marco.
12515 \end_layout
12516
12517 \begin_layout Standard
12518 El comando 
12519 \series bold
12520
12521 \backslash
12522 fbox
12523 \series default
12524  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12525  ecuación tendría siempre el tamaño del texto.
12526  Por otra parte, 
12527 \series bold
12528
12529 \backslash
12530 fboxed
12531 \series default
12532  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12533  siempre el tamaño de una ecuación presentada.
12534 \end_layout
12535
12536 \begin_layout Standard
12537 El comando 
12538 \series bold
12539
12540 \backslash
12541 framebox
12542 \series default
12543
12544 \begin_inset Index idx
12545 status collapsed
12546
12547 \begin_layout Plain Layout
12548 Comandos ! F ! 
12549 \backslash
12550 framebox
12551 \end_layout
12552
12553 \end_inset
12554
12555  es una extensión de 
12556 \series bold
12557
12558 \backslash
12559 fbox
12560 \series default
12561 , que permite especificar además la anchura del marco y la alineación.
12562  
12563 \series bold
12564
12565 \backslash
12566 framebox
12567 \series default
12568  se usa con el siguiente esquema: 
12569 \end_layout
12570
12571 \begin_layout Standard
12572
12573 \series bold
12574
12575 \backslash
12576 framebox[anchura del marco][posición]{contenido del cuadro}
12577 \end_layout
12578
12579 \begin_layout Standard
12580 La posición puede ser 
12581 \emph on
12582 l
12583 \emph default
12584  o 
12585 \emph on
12586 r
12587 \emph default
12588
12589 \emph on
12590 l
12591 \emph default
12592  alinea la ecuación a la izquierda del marcro, 
12593 \emph on
12594 r
12595 \emph default
12596  la alinea a la derecha.
12597  Si no se da posición la ecuación será centrada.
12598 \begin_inset Newline newline
12599 \end_inset
12600
12601 Si no se pone anchura tampoco puede darse posición.
12602  En este caso la anchura del borde se ajusta al contenido del cuadro, como
12603  con 
12604 \series bold
12605
12606 \backslash
12607 fbox
12608 \series default
12609 .
12610  
12611 \end_layout
12612
12613 \begin_layout Standard
12614 Cuando se inserta el comando 
12615 \series bold
12616
12617 \backslash
12618 framebox
12619 \series default
12620  aparece un recuadro con tres marcos azules.
12621  Los dos primeros marcos están encerrados entre corchetes e indican los
12622  dos argumentos opcionales.
12623  El tercer marco es para partes de la ecuación, como para 
12624 \series bold
12625
12626 \backslash
12627 fbox
12628 \series default
12629 .
12630 \end_layout
12631
12632 \begin_layout Standard
12633 \noindent
12634 \align center
12635 \begin_inset Tabular
12636 <lyxtabular version="3" rows="5" columns="2">
12637 <features rotate="0" tabularvalignment="middle">
12638 <column alignment="center" valignment="top">
12639 <column alignment="center" valignment="top">
12640 <row>
12641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12642 \begin_inset Text
12643
12644 \begin_layout Plain Layout
12645 Comando
12646 \end_layout
12647
12648 \end_inset
12649 </cell>
12650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12651 \begin_inset Text
12652
12653 \begin_layout Plain Layout
12654 Resultado
12655 \begin_inset Note Note
12656 status collapsed
12657
12658 \begin_layout Plain Layout
12659
12660 \series bold
12661
12662 \backslash
12663 raisebox
12664 \series default
12665  se usa sólo como espaciador
12666 \end_layout
12667
12668 \end_inset
12669
12670
12671 \end_layout
12672
12673 \end_inset
12674 </cell>
12675 </row>
12676 <row>
12677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12678 \begin_inset Text
12679
12680 \begin_layout Plain Layout
12681
12682 \backslash
12683 fbox
12684 \begin_inset space \textvisiblespace{}
12685 \end_inset
12686
12687
12688 \family sans
12689 Ctrl+M
12690 \family default
12691  
12692 \backslash
12693 int
12694 \begin_inset space \textvisiblespace{}
12695 \end_inset
12696
12697 A=B
12698 \end_layout
12699
12700 \end_inset
12701 </cell>
12702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12703 \begin_inset Text
12704
12705 \begin_layout Plain Layout
12706 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12707 \end_inset
12708
12709
12710 \end_layout
12711
12712 \end_inset
12713 </cell>
12714 </row>
12715 <row>
12716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12717 \begin_inset Text
12718
12719 \begin_layout Plain Layout
12720
12721 \backslash
12722 boxed
12723 \begin_inset space \textvisiblespace{}
12724 \end_inset
12725
12726
12727 \backslash
12728 int
12729 \begin_inset space \textvisiblespace{}
12730 \end_inset
12731
12732 A=B
12733 \end_layout
12734
12735 \end_inset
12736 </cell>
12737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12738 \begin_inset Text
12739
12740 \begin_layout Plain Layout
12741 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12742 \end_inset
12743
12744
12745 \end_layout
12746
12747 \end_inset
12748 </cell>
12749 </row>
12750 <row>
12751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12752 \begin_inset Text
12753
12754 \begin_layout Plain Layout
12755 A+
12756 \backslash
12757 fbox
12758 \begin_inset space \textvisiblespace{}
12759 \end_inset
12760
12761 B
12762 \end_layout
12763
12764 \end_inset
12765 </cell>
12766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12767 \begin_inset Text
12768
12769 \begin_layout Plain Layout
12770 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12771 \end_inset
12772
12773
12774 \end_layout
12775
12776 \end_inset
12777 </cell>
12778 </row>
12779 <row>
12780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12781 \begin_inset Text
12782
12783 \begin_layout Plain Layout
12784
12785 \backslash
12786 framebox
12787 \begin_inset space \textvisiblespace{}
12788 \end_inset
12789
12790 20mm
12791 \begin_inset Formula $\to$
12792 \end_inset
12793
12794
12795 \begin_inset Formula $\to$
12796 \end_inset
12797
12798
12799 \family sans
12800 Ctrl+M
12801 \family default
12802  
12803 \backslash
12804 frac
12805 \begin_inset space \textvisiblespace{}
12806 \end_inset
12807
12808 A
12809 \begin_inset Formula $\downarrow$
12810 \end_inset
12811
12812 B
12813 \end_layout
12814
12815 \end_inset
12816 </cell>
12817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12818 \begin_inset Text
12819
12820 \begin_layout Plain Layout
12821 \begin_inset Formula $\raisebox{6mm}{}$
12822 \end_inset
12823
12824
12825 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12826 \end_inset
12827
12828
12829 \begin_inset Formula $\raisebox{-4mm}{}$
12830 \end_inset
12831
12832
12833 \end_layout
12834
12835 \end_inset
12836 </cell>
12837 </row>
12838 </lyxtabular>
12839
12840 \end_inset
12841
12842
12843 \end_layout
12844
12845 \begin_layout Standard
12846 El grosor del borde también se puede ajustar.
12847  Para ello hay que insertar los siguientes comandos en modo TeX antes de
12848  la fórmula:
12849 \end_layout
12850
12851 \begin_layout Standard
12852
12853 \series bold
12854
12855 \backslash
12856 fboxrule
12857 \series default
12858  
12859 \series bold
12860
12861 \begin_inset Quotes fld
12862 \end_inset
12863
12864 grosor
12865 \begin_inset Quotes frd
12866 \end_inset
12867
12868
12869 \series default
12870  
12871 \series bold
12872
12873 \backslash
12874 fboxsep
12875 \series default
12876  
12877 \series bold
12878
12879 \begin_inset Quotes fld
12880 \end_inset
12881
12882 distancia
12883 \begin_inset Quotes frd
12884 \end_inset
12885
12886
12887 \end_layout
12888
12889 \begin_layout Standard
12890 \begin_inset Quotes fld
12891 \end_inset
12892
12893 distancia
12894 \begin_inset Quotes frd
12895 \end_inset
12896
12897  especifica la distancia mínima entre el borde y el primer carácter en el
12898  cuadro.
12899  Un ejemplo de esto es la siguiente ecuación enmarcada:
12900 \begin_inset ERT
12901 status collapsed
12902
12903 \begin_layout Plain Layout
12904
12905
12906 \backslash
12907 fboxrule 2mm 
12908 \backslash
12909 fboxsep 3mm
12910 \end_layout
12911
12912 \end_inset
12913
12914
12915 \begin_inset Formula 
12916 \[
12917 \boxed{A+B=C}
12918 \]
12919
12920 \end_inset
12921
12922
12923 \end_layout
12924
12925 \begin_layout Standard
12926 Delante de esta ecuación se han insertado los comandos
12927 \end_layout
12928
12929 \begin_layout Standard
12930
12931 \series bold
12932
12933 \backslash
12934 fboxrule
12935 \series default
12936  
12937 \series bold
12938 2mm
12939 \series default
12940  
12941 \series bold
12942
12943 \backslash
12944 fboxsep
12945 \series default
12946  
12947 \series bold
12948 3mm
12949 \end_layout
12950
12951 \begin_layout Standard
12952 en modo TeX.
12953  Los valores dados se usan para todos los marcos siguientes.
12954 \end_layout
12955
12956 \begin_layout Standard
12957 Para volver al tamaño estándar del marco se inserta el comando
12958 \end_layout
12959
12960 \begin_layout Standard
12961
12962 \series bold
12963
12964 \backslash
12965 fboxrule
12966 \series default
12967  
12968 \series bold
12969 0.4pt
12970 \series default
12971  
12972 \series bold
12973
12974 \backslash
12975 fboxsep
12976 \series default
12977  
12978 \series bold
12979 3pt
12980 \series default
12981
12982 \begin_inset ERT
12983 status collapsed
12984
12985 \begin_layout Plain Layout
12986
12987
12988 \backslash
12989 fboxrule 0.4pt 
12990 \backslash
12991 fboxsep 3pt
12992 \end_layout
12993
12994 \end_inset
12995
12996
12997 \end_layout
12998
12999 \begin_layout Standard
13000 en modo TeX antes de la ecuación siguiente.
13001 \end_layout
13002
13003 \begin_layout Subsection
13004 Marcos sin bordes
13005 \begin_inset CommandInset label
13006 LatexCommand label
13007 name "sub:Marcos-sin-bordes"
13008
13009 \end_inset
13010
13011
13012 \begin_inset Index idx
13013 status collapsed
13014
13015 \begin_layout Plain Layout
13016 Marcos ! sin borde
13017 \end_layout
13018
13019 \end_inset
13020
13021
13022 \end_layout
13023
13024 \begin_layout Standard
13025 Para marcos sin borde hay los comandos: 
13026 \series bold
13027
13028 \backslash
13029 mbox
13030 \series default
13031
13032 \begin_inset Index idx
13033 status collapsed
13034
13035 \begin_layout Plain Layout
13036 Comandos ! M ! 
13037 \backslash
13038 mbox
13039 \end_layout
13040
13041 \end_inset
13042
13043
13044 \series bold
13045
13046 \backslash
13047 makebox
13048 \series default
13049
13050 \begin_inset Index idx
13051 status collapsed
13052
13053 \begin_layout Plain Layout
13054 Comandos ! M ! 
13055 \backslash
13056 makebox
13057 \end_layout
13058
13059 \end_inset
13060
13061  y 
13062 \series bold
13063
13064 \backslash
13065 raisebox
13066 \series default
13067
13068 \begin_inset Index idx
13069 status collapsed
13070
13071 \begin_layout Plain Layout
13072 Comandos ! R ! 
13073 \backslash
13074 raisebox
13075 \end_layout
13076
13077 \end_inset
13078
13079 .
13080 \end_layout
13081
13082 \begin_layout Standard
13083 Con 
13084 \series bold
13085
13086 \backslash
13087 raisebox
13088 \series default
13089  se puede poner un marco subíndice o superíndice, pero a diferencia de los
13090  normales, los caracteres en el marco mantienen su tamaño de tipografía.
13091  
13092 \series bold
13093
13094 \backslash
13095 raisebox
13096 \series default
13097  se usa con el siguiente esquema: 
13098 \end_layout
13099
13100 \begin_layout Standard
13101
13102 \series bold
13103
13104 \backslash
13105 raisebox{altura}{contenido del marco}
13106 \end_layout
13107
13108 \begin_layout Standard
13109 Cuando el marco tenga que contener una ecuación, hace falta una ecuación
13110  extra, como con 
13111 \series bold
13112
13113 \backslash
13114 fbox
13115 \series default
13116 .
13117  
13118 \begin_inset Note Greyedout
13119 status open
13120
13121 \begin_layout Plain Layout
13122
13123 \series bold
13124 Nota
13125 \series default
13126 : Para
13127 \series bold
13128  
13129 \backslash
13130 raisebox
13131 \series default
13132  se ha creado esta ecuación extra tecleando 
13133 \family sans
13134 Ctrl+M
13135 \family default
13136  dos veces en vez de una porque LyX aún no soporta 
13137 \series bold
13138
13139 \backslash
13140 raisebox
13141 \series default
13142  directamente.
13143 \end_layout
13144
13145 \end_inset
13146
13147
13148 \end_layout
13149
13150 \begin_layout Standard
13151 \align center
13152 \begin_inset Tabular
13153 <lyxtabular version="3" rows="4" columns="2">
13154 <features rotate="0" tabularvalignment="middle">
13155 <column alignment="center" valignment="top">
13156 <column alignment="center" valignment="top">
13157 <row>
13158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13159 \begin_inset Text
13160
13161 \begin_layout Plain Layout
13162 Comando
13163 \end_layout
13164
13165 \end_inset
13166 </cell>
13167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13168 \begin_inset Text
13169
13170 \begin_layout Plain Layout
13171 Resultado
13172 \end_layout
13173
13174 \end_inset
13175 </cell>
13176 </row>
13177 <row>
13178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13179 \begin_inset Text
13180
13181 \begin_layout Plain Layout
13182 H
13183 \backslash
13184 raisebox{2mm
13185 \begin_inset Formula $\to$
13186 \end_inset
13187
13188
13189 \backslash
13190 {al
13191 \begin_inset Formula $\to$
13192 \end_inset
13193
13194  lo
13195 \end_layout
13196
13197 \end_inset
13198 </cell>
13199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13200 \begin_inset Text
13201
13202 \begin_layout Plain Layout
13203 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13204 \end_inset
13205
13206
13207 \end_layout
13208
13209 \end_inset
13210 </cell>
13211 </row>
13212 <row>
13213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13214 \begin_inset Text
13215
13216 \begin_layout Plain Layout
13217 H
13218 \backslash
13219 raisebox{-2mm
13220 \begin_inset Formula $\to$
13221 \end_inset
13222
13223
13224 \backslash
13225 {al
13226 \begin_inset Formula $\to$
13227 \end_inset
13228
13229 lo
13230 \end_layout
13231
13232 \end_inset
13233 </cell>
13234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13235 \begin_inset Text
13236
13237 \begin_layout Plain Layout
13238 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13239 \end_inset
13240
13241
13242 \end_layout
13243
13244 \end_inset
13245 </cell>
13246 </row>
13247 <row>
13248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13249 \begin_inset Text
13250
13251 \begin_layout Plain Layout
13252 A=
13253 \backslash
13254 raisebox{-2mm
13255 \begin_inset Formula $\to$
13256 \end_inset
13257
13258
13259 \backslash
13260 {
13261 \family sans
13262 Ctrl+M Ctrl+M
13263 \family default
13264  
13265 \backslash
13266 sqrt
13267 \begin_inset space \textvisiblespace{}
13268 \end_inset
13269
13270
13271 \end_layout
13272
13273 \end_inset
13274 </cell>
13275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13276 \begin_inset Text
13277
13278 \begin_layout Plain Layout
13279 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13280 \end_inset
13281
13282
13283 \end_layout
13284
13285 \end_inset
13286 </cell>
13287 </row>
13288 </lyxtabular>
13289
13290 \end_inset
13291
13292
13293 \end_layout
13294
13295 \begin_layout Standard
13296 El comando 
13297 \series bold
13298
13299 \backslash
13300 mbox
13301 \series default
13302  es equivalente a 
13303 \series bold
13304
13305 \backslash
13306 fbox
13307 \series default
13308  y 
13309 \series bold
13310
13311 \backslash
13312 makebox
13313 \series default
13314  es equivalente a 
13315 \series bold
13316
13317 \backslash
13318 framebox
13319 \series default
13320 , con la diferencia de que no hay marco.
13321 \end_layout
13322
13323 \begin_layout Subsection
13324 Marcos coloreados
13325 \begin_inset CommandInset label
13326 LatexCommand label
13327 name "sub:Marcos-coloreados"
13328
13329 \end_inset
13330
13331
13332 \begin_inset Index idx
13333 status collapsed
13334
13335 \begin_layout Plain Layout
13336 Marcos ! coloreados
13337 \end_layout
13338
13339 \end_inset
13340
13341
13342 \end_layout
13343
13344 \begin_layout Standard
13345 Para poder usar todos los comandos explicados en esta sección hay que cargar
13346  en el preámbulo LaTeX el paquete LaTeX 
13347 \series bold
13348 color
13349 \series default
13350
13351 \begin_inset Foot
13352 status collapsed
13353
13354 \begin_layout Plain Layout
13355 El paquete LaTeX 
13356 \series bold
13357 color
13358 \series default
13359  forma parte de toda distribución LaTeX estándar.
13360 \end_layout
13361
13362 \end_inset
13363
13364
13365 \begin_inset Index idx
13366 status collapsed
13367
13368 \begin_layout Plain Layout
13369 Paquetes ! color
13370 \end_layout
13371
13372 \end_inset
13373
13374 , con la línea
13375 \begin_inset Foot
13376 status collapsed
13377
13378 \begin_layout Plain Layout
13379 Cuando hay texto coloreado con un color predefinido en alguna parte del
13380  documento, LyX carga automáticamente el paquete LaTeX 
13381 \series bold
13382 color
13383 \series default
13384 .
13385  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13386  origina problemas.
13387 \end_layout
13388
13389 \end_inset
13390
13391
13392 \begin_inset Note Note
13393 status collapsed
13394
13395 \begin_layout Plain Layout
13396 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13397  en el preámbulo LaTeX.
13398 \end_layout
13399
13400 \end_inset
13401
13402
13403 \end_layout
13404
13405 \begin_layout Standard
13406
13407 \series bold
13408
13409 \backslash
13410 usepackage{color}
13411 \begin_inset VSpace medskip
13412 \end_inset
13413
13414
13415 \end_layout
13416
13417 \begin_layout Standard
13418 Para colorear marcos se usa el comando 
13419 \series bold
13420
13421 \backslash
13422 colorbox
13423 \series default
13424
13425 \begin_inset Index idx
13426 status collapsed
13427
13428 \begin_layout Plain Layout
13429 Comandos ! C ! 
13430 \backslash
13431 colorbox
13432 \end_layout
13433
13434 \end_inset
13435
13436  con el siguiente esquema:
13437 \end_layout
13438
13439 \begin_layout Standard
13440
13441 \series bold
13442
13443 \backslash
13444 colorbox{color}{contenido del marco}
13445 \end_layout
13446
13447 \begin_layout Standard
13448 El contenido del marco puede ser otro marco, y también un 
13449 \backslash
13450
13451 \series bold
13452 colorbox
13453 \series default
13454  puede ser parte de otro marco (véanse los ejemplos 2º y 3º).
13455  Si el marco debe contener una ecuación debe crearse una ecuación extra,
13456  como con 
13457 \series bold
13458
13459 \backslash
13460 raisebox
13461 \series default
13462 .
13463 \begin_inset Foot
13464 status collapsed
13465
13466 \begin_layout Plain Layout
13467 Esto también se aplica para el comando 
13468 \series bold
13469
13470 \backslash
13471 fcolorbox
13472 \series default
13473 .
13474 \end_layout
13475
13476 \end_inset
13477
13478  
13479 \end_layout
13480
13481 \begin_layout Standard
13482 Se puede elegir uno de los siguientes colores predefinidos:
13483 \end_layout
13484
13485 \begin_layout Standard
13486
13487 \series bold
13488 black
13489 \series default
13490
13491 \series bold
13492 blue
13493 \series default
13494
13495 \series bold
13496 cyan
13497 \series default
13498
13499 \series bold
13500 green
13501 \series default
13502
13503 \series bold
13504 magenta
13505 \series default
13506
13507 \series bold
13508 red
13509 \series default
13510
13511 \series bold
13512 white
13513 \series default
13514
13515 \series bold
13516 yellow
13517 \end_layout
13518
13519 \begin_layout Standard
13520 \align center
13521 \begin_inset Tabular
13522 <lyxtabular version="3" rows="4" columns="2">
13523 <features rotate="0" tabularvalignment="middle">
13524 <column alignment="center" valignment="top">
13525 <column alignment="center" valignment="top">
13526 <row>
13527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13528 \begin_inset Text
13529
13530 \begin_layout Plain Layout
13531 Comando
13532 \end_layout
13533
13534 \end_inset
13535 </cell>
13536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13537 \begin_inset Text
13538
13539 \begin_layout Plain Layout
13540 Resultado
13541 \begin_inset Note Note
13542 status collapsed
13543
13544 \begin_layout Plain Layout
13545
13546 \series bold
13547
13548 \backslash
13549 raisebox
13550 \series default
13551  se usa sólo como espaciador
13552 \end_layout
13553
13554 \end_inset
13555
13556
13557 \end_layout
13558
13559 \end_inset
13560 </cell>
13561 </row>
13562 <row>
13563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13564 \begin_inset Text
13565
13566 \begin_layout Plain Layout
13567
13568 \backslash
13569 colorbox{yellow
13570 \begin_inset Formula $\to$
13571 \end_inset
13572
13573
13574 \backslash
13575 {A=B
13576 \end_layout
13577
13578 \end_inset
13579 </cell>
13580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13581 \begin_inset Text
13582
13583 \begin_layout Plain Layout
13584 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13585 \end_inset
13586
13587
13588 \end_layout
13589
13590 \end_inset
13591 </cell>
13592 </row>
13593 <row>
13594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13595 \begin_inset Text
13596
13597 \begin_layout Plain Layout
13598
13599 \backslash
13600 colorbox{green
13601 \begin_inset Formula $\to$
13602 \end_inset
13603
13604
13605 \backslash
13606 {
13607 \backslash
13608 fbox
13609 \begin_inset space \textvisiblespace{}
13610 \end_inset
13611
13612 A=B
13613 \end_layout
13614
13615 \end_inset
13616 </cell>
13617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13618 \begin_inset Text
13619
13620 \begin_layout Plain Layout
13621 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13622 \end_inset
13623
13624
13625 \end_layout
13626
13627 \end_inset
13628 </cell>
13629 </row>
13630 <row>
13631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13632 \begin_inset Text
13633
13634 \begin_layout Plain Layout
13635
13636 \backslash
13637 fbox
13638 \begin_inset space \textvisiblespace{}
13639 \end_inset
13640
13641
13642 \backslash
13643 colorbox{green
13644 \begin_inset Formula $\to$
13645 \end_inset
13646
13647
13648 \backslash
13649 {
13650 \family sans
13651 Ctrl+M Ctrl+M
13652 \family default
13653  
13654 \backslash
13655 int
13656 \begin_inset space \textvisiblespace{}
13657 \end_inset
13658
13659 C=D
13660 \end_layout
13661
13662 \end_inset
13663 </cell>
13664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13665 \begin_inset Text
13666
13667 \begin_layout Plain Layout
13668 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13669 \end_inset
13670
13671
13672 \end_layout
13673
13674 \end_inset
13675 </cell>
13676 </row>
13677 </lyxtabular>
13678
13679 \end_inset
13680
13681
13682 \end_layout
13683
13684 \begin_layout Standard
13685
13686 \series bold
13687
13688 \backslash
13689 colorbox
13690 \series default
13691  sólo colorea el marco pero no los caracteres.
13692  Para colorear todos los caracteres se selecciona toda la ecuación y se
13693  elige un color en el diálogo 
13694 \family sans
13695 Estilo
13696 \begin_inset space ~
13697 \end_inset
13698
13699 del
13700 \begin_inset space ~
13701 \end_inset
13702
13703 texto
13704 \family default
13705 .
13706  El diálogo puede abrirse con el botón 
13707 \begin_inset Info
13708 type  "icon"
13709 arg   "dialog-show character"
13710 \end_inset
13711
13712  de la barra de herramientas o con el menú 
13713 \family sans
13714 Editar\SpecialChar \menuseparator
13715 Estilo
13716 \begin_inset space ~
13717 \end_inset
13718
13719 del
13720 \begin_inset space ~
13721 \end_inset
13722
13723 texto\SpecialChar \menuseparator
13724 Personalizado
13725 \family default
13726 .
13727  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
13728  Si el número de la ecuación debe tener otro color que el de los caracteres
13729  de la ecuación, el color debe cambiarse dentro de la ecuación.
13730 \end_layout
13731
13732 \begin_layout Standard
13733 Un ejemplo:
13734 \color red
13735
13736 \begin_inset Formula 
13737 \begin{equation}
13738 {\color{red}\int A=B}\label{eq:rojo}
13739 \end{equation}
13740
13741 \end_inset
13742
13743
13744 \color green
13745
13746 \begin_inset Formula 
13747 \begin{equation}
13748 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}
13749 \end{equation}
13750
13751 \end_inset
13752
13753
13754 \end_layout
13755
13756 \begin_layout Standard
13757 La ecuación 
13758 \begin_inset CommandInset ref
13759 LatexCommand eqref
13760 reference "eq:rojo"
13761
13762 \end_inset
13763
13764  está toda coloreada en rojo.
13765 \begin_inset Newline newline
13766 \end_inset
13767
13768 La ecuación 
13769 \begin_inset CommandInset ref
13770 LatexCommand eqref
13771 reference "eq:rojoverde"
13772
13773 \end_inset
13774
13775  se ha coloreado en primer lugar toda en verde para colorear el número de
13776  la ecuación.
13777  Posteriormente se han coloreado en rojo los caracteres.
13778 \family sans
13779
13780 \begin_inset VSpace bigskip
13781 \end_inset
13782
13783
13784 \end_layout
13785
13786 \begin_layout Standard
13787 Para colorear diferente el borde y el marcose usa el comando 
13788 \series bold
13789
13790 \backslash
13791 fcolorbox
13792 \series default
13793
13794 \begin_inset Index idx
13795 status collapsed
13796
13797 \begin_layout Plain Layout
13798 Comandos ! F ! 
13799 \backslash
13800 fcolorbox
13801 \end_layout
13802
13803 \end_inset
13804
13805  con el siguiente esquema:
13806 \end_layout
13807
13808 \begin_layout Standard
13809
13810 \series bold
13811
13812 \backslash
13813 fcolorbox{color del borde}{color}{contenido del marco}
13814 \end_layout
13815
13816 \begin_layout Standard
13817 Así pues 
13818 \series bold
13819
13820 \backslash
13821 fcolorbox
13822 \series default
13823  es una extensión del comando 
13824 \series bold
13825
13826 \backslash
13827 colorbox
13828 \series default
13829 .
13830  La anchura del borde se establece, como para 
13831 \series bold
13832
13833 \backslash
13834 framebox
13835 \series default
13836 , con 
13837 \series bold
13838
13839 \backslash
13840 fboxrule
13841 \series default
13842  y 
13843 \series bold
13844
13845 \backslash
13846 fboxsep
13847 \series default
13848 .
13849  Un ejemplo:
13850 \begin_inset ERT
13851 status collapsed
13852
13853 \begin_layout Plain Layout
13854
13855
13856 \backslash
13857 fboxrule 1mm 
13858 \backslash
13859 fboxsep 1mm
13860 \end_layout
13861
13862 \end_inset
13863
13864
13865 \begin_inset Formula 
13866 \[
13867 \fcolorbox{cyan}{magenta}{A=B}
13868 \]
13869
13870 \end_inset
13871
13872
13873 \end_layout
13874
13875 \begin_layout Standard
13876 \begin_inset ERT
13877 status collapsed
13878
13879 \begin_layout Plain Layout
13880
13881
13882 \backslash
13883 fboxrule 0.4pt 
13884 \backslash
13885 fboxsep 3pt
13886 \end_layout
13887
13888 \end_inset
13889
13890
13891 \end_layout
13892
13893 \begin_layout Standard
13894 Esta ecuación se ha compuesto con el comando
13895 \begin_inset Newline newline
13896 \end_inset
13897
13898
13899 \series bold
13900
13901 \backslash
13902 fcolorbox{cyan
13903 \begin_inset Formula $\to$
13904 \end_inset
13905
13906
13907 \backslash
13908 {magenta
13909 \begin_inset Formula $\to$
13910 \end_inset
13911
13912
13913 \backslash
13914 {A=B
13915 \end_layout
13916
13917 \begin_layout Standard
13918 \begin_inset VSpace bigskip
13919 \end_inset
13920
13921
13922 \end_layout
13923
13924 \begin_layout Standard
13925 Para usar colores distintos de los predefinidos deben ser definidos previamente.
13926 \end_layout
13927
13928 \begin_layout Standard
13929 Por ejemplo, se puede definir el color 
13930 \begin_inset Quotes fld
13931 \end_inset
13932
13933
13934 \series bold
13935 verdeoscuro
13936 \series default
13937
13938 \begin_inset Quotes frd
13939 \end_inset
13940
13941  con la línea de preámbulo LaTeX:
13942 \end_layout
13943
13944 \begin_layout Standard
13945
13946 \series bold
13947
13948 \backslash
13949 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
13950 \series default
13951
13952 \begin_inset Index idx
13953 status collapsed
13954
13955 \begin_layout Plain Layout
13956 Comandos ! D ! 
13957 \backslash
13958 definecolor
13959 \end_layout
13960
13961 \end_inset
13962
13963
13964 \end_layout
13965
13966 \begin_layout Standard
13967
13968 \series bold
13969 cmyk
13970 \series default
13971  es el espacio de color referido a los colores 
13972 \series bold
13973 cyan
13974 \series default
13975
13976 \series bold
13977 magenta
13978 \series default
13979
13980 \series bold
13981 yellow
13982 \series default
13983  y 
13984 \series bold
13985 black
13986 \series default
13987 .
13988  Los cuatro números separados por coma son el factor de cuota para los colores
13989  correspondientes del espacio de color.
13990  Los factores pueden estar en el rango 0-1.
13991  En vez de 
13992 \series bold
13993 cmyk
13994 \series default
13995  se puede usar el espacio de color 
13996 \series bold
13997 rgb
13998 \series default
13999 , que se refiere a 
14000 \series bold
14001 red
14002 \series default
14003
14004 \series bold
14005 green
14006 \series default
14007  y 
14008 \series bold
14009 blue
14010 \series default
14011 , así pues en este caso hay tres factores de cuota para los correspondientes
14012  colores.
14013  Además hay el espacio de color 
14014 \series bold
14015 gray
14016 \series default
14017  con un factor de cuota para el valor gris.
14018 \end_layout
14019
14020 \begin_layout Standard
14021 Como ejemplo he aquí un marco con el nuevo color definido 
14022 \series bold
14023 verdeoscuro
14024 \series default
14025  y los caracteres en color amarillo:
14026 \color black
14027
14028 \begin_inset Formula 
14029 \begin{equation}
14030 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}
14031 \end{equation}
14032
14033 \end_inset
14034
14035
14036 \end_layout
14037
14038 \begin_layout Standard
14039 Los colores personalizados también se pueden usar para texto con la ayuda
14040  del comando 
14041 \series bold
14042
14043 \backslash
14044 textcolor
14045 \series default
14046
14047 \begin_inset Index idx
14048 status collapsed
14049
14050 \begin_layout Plain Layout
14051 Texto ! coloreado
14052 \end_layout
14053
14054 \end_inset
14055
14056
14057 \end_layout
14058
14059 \begin_layout Standard
14060 \begin_inset ERT
14061 status collapsed
14062
14063 \begin_layout Plain Layout
14064
14065
14066 \backslash
14067 textcolor{verdeoscuro}{
14068 \end_layout
14069
14070 \end_inset
14071
14072 Esta frase en 
14073 \begin_inset Quotes fld
14074 \end_inset
14075
14076 verdeoscuro
14077 \begin_inset Quotes frd
14078 \end_inset
14079
14080 .
14081 \begin_inset ERT
14082 status collapsed
14083
14084 \begin_layout Plain Layout
14085
14086 }
14087 \end_layout
14088
14089 \end_inset
14090
14091
14092 \end_layout
14093
14094 \begin_layout Standard
14095
14096 \series bold
14097
14098 \backslash
14099 textcolor
14100 \series default
14101
14102 \begin_inset Index idx
14103 status collapsed
14104
14105 \begin_layout Plain Layout
14106 Comandos ! T ! 
14107 \backslash
14108 textcolor
14109 \end_layout
14110
14111 \end_inset
14112
14113  se usa con el esquema 
14114 \series bold
14115
14116 \backslash
14117 textcolor{color}{caracteres a colorear}
14118 \series default
14119 .
14120 \end_layout
14121
14122 \begin_layout Subsection
14123 Marcos de párrafo
14124 \begin_inset CommandInset label
14125 LatexCommand label
14126 name "sub:Marcos-de-párrafo"
14127
14128 \end_inset
14129
14130
14131 \begin_inset Index idx
14132 status collapsed
14133
14134 \begin_layout Plain Layout
14135 Marcos ! para párrafos
14136 \end_layout
14137
14138 \end_inset
14139
14140
14141 \end_layout
14142
14143 \begin_layout Standard
14144 Un marco que puede contener varias líneas y párrafos, denominado marco de
14145  párrafo (parbox), se puede generar con el menú 
14146 \family sans
14147 Insertar\SpecialChar \menuseparator
14148 Marco
14149 \family default
14150  o con el botón 
14151 \begin_inset Info
14152 type  "icon"
14153 arg   "box-insert"
14154 \end_inset
14155
14156  de la barra de herramientas.
14157 \end_layout
14158
14159 \begin_layout Standard
14160 El siguiente ejemplo muestra un marco de párrafo en línea:
14161 \begin_inset VSpace medskip
14162 \end_inset
14163
14164 Esta línea contiene 
14165 \begin_inset Box Boxed
14166 position "c"
14167 hor_pos "c"
14168 has_inner_box 1
14169 inner_pos "c"
14170 use_parbox 1
14171 use_makebox 0
14172 width "5cm"
14173 special "none"
14174 height "1in"
14175 height_special "totalheight"
14176 status collapsed
14177
14178 \begin_layout Plain Layout
14179 Esto es un marco de párrafo.
14180  Tiene exactamente 5
14181 \begin_inset space \thinspace{}
14182 \end_inset
14183
14184 cm de largo y además puede contener ecuaciones: 
14185 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14186 \end_inset
14187
14188
14189 \end_layout
14190
14191 \end_inset
14192
14193
14194 \begin_inset space ~
14195 \end_inset
14196
14197  un marco de párrafo.
14198 \begin_inset VSpace medskip
14199 \end_inset
14200
14201 Ese marco se compone haciendo clic derecho sobre el rectángulo gris insertado.
14202  Surge un diálogo con las propiedades del marco.
14203  En este caso: 
14204 \emph on
14205 Decoración
14206 \emph default
14207 : Marco rectangular, 
14208 \emph on
14209 marco interior
14210 \emph default
14211 : Párrafo, 
14212 \emph on
14213 Ancho
14214 \emph default
14215 : 5
14216 \begin_inset space \thinspace{}
14217 \end_inset
14218
14219 cm, 
14220 \emph on
14221 Alineación Vertical
14222 \emph default
14223  
14224 \emph on
14225 marco
14226 \emph default
14227 : Medio.
14228 \end_layout
14229
14230 \begin_layout Standard
14231 \begin_inset VSpace medskip
14232 \end_inset
14233
14234 En LaTeX, un marco de párrafo se inserta con el comando 
14235 \series bold
14236
14237 \backslash
14238 parbox
14239 \series default
14240
14241 \begin_inset Index idx
14242 status collapsed
14243
14244 \begin_layout Plain Layout
14245 Comandos ! P ! 
14246 \backslash
14247 parbox
14248 \end_layout
14249
14250 \end_inset
14251
14252  con el esquema siguiente:
14253 \end_layout
14254
14255 \begin_layout Standard
14256
14257 \series bold
14258
14259 \backslash
14260 parbox[posición]{anchura}{contenido}
14261 \end_layout
14262
14263 \begin_layout Standard
14264 Son posibles las posiciones 
14265 \emph on
14266 b
14267 \emph default
14268  y 
14269 \emph on
14270 t
14271 \emph default
14272
14273 \emph on
14274 b
14275 \emph default
14276  por 
14277 \begin_inset Quotes fld
14278 \end_inset
14279
14280 bottom
14281 \begin_inset Quotes frd
14282 \end_inset
14283
14284  (abajo), que alinea la última línea del marco con el texto de alrededor.
14285  Con 
14286 \emph on
14287 t
14288 \emph default
14289 , por 
14290 \begin_inset Quotes fld
14291 \end_inset
14292
14293 top
14294 \begin_inset Quotes frd
14295 \end_inset
14296
14297  (arriba), la alineación se hace con la primera línea.
14298  Si no se da posición, el marco se centrará verticalmente, véase la sección
14299  
14300 \emph on
14301 Marcos
14302 \emph default
14303  del manual 
14304 \emph on
14305 Objetos insertados
14306 \emph default
14307  para ejemplos.
14308 \end_layout
14309
14310 \begin_layout Standard
14311 \begin_inset VSpace bigskip
14312 \end_inset
14313
14314 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14315  ponerse en un marco de párrafo.
14316  Para ello se inserta el comando
14317 \begin_inset Newline newline
14318 \end_inset
14319
14320
14321 \series bold
14322
14323 \backslash
14324 fbox{
14325 \backslash
14326 parbox{
14327 \backslash
14328 linewidth-2
14329 \backslash
14330 fboxsep-2
14331 \backslash
14332 fboxrule}{
14333 \begin_inset Newline newline
14334 \end_inset
14335
14336
14337 \series default
14338 en modo TeX delante de la ecuación.
14339  Aquí 
14340 \series bold
14341
14342 \backslash
14343 linewidth
14344 \series default
14345
14346 \begin_inset Index idx
14347 status collapsed
14348
14349 \begin_layout Plain Layout
14350 Comandos ! L ! 
14351 \backslash
14352 linewidth
14353 \begin_inset ERT
14354 status open
14355
14356 \begin_layout Plain Layout
14357
14358
14359 \backslash
14360 vspace{5mm}
14361 \end_layout
14362
14363 \end_inset
14364
14365
14366 \end_layout
14367
14368 \end_inset
14369
14370  es la anchura de línea establecida para el documento.
14371  Como el marco está por fuera del marco de párrafo, hay que restar de dicha
14372  anchura dos veces la separación del marco y el grosor.
14373  Como LyX no lo hace automáticamente debido a un fallo,
14374 \begin_inset Foot
14375 status collapsed
14376
14377 \begin_layout Plain Layout
14378 \begin_inset CommandInset href
14379 LatexCommand href
14380 name "LyX-bug #4483"
14381 target "http://www.lyx.org/trac/ticket/4483"
14382
14383 \end_inset
14384
14385
14386 \end_layout
14387
14388 \end_inset
14389
14390  hay que usar modo TeX.
14391  Para poder multiplicar y restar en los argumentos hay que cargar en el
14392  preámbulo LaTeX el paquete LaTeX 
14393 \series bold
14394 calc
14395 \series default
14396 ,
14397 \begin_inset Foot
14398 status collapsed
14399
14400 \begin_layout Plain Layout
14401
14402 \series bold
14403 calc
14404 \series default
14405  es parte de toda instalación LaTeX estándar.
14406 \end_layout
14407
14408 \end_inset
14409
14410
14411 \begin_inset Index idx
14412 status collapsed
14413
14414 \begin_layout Plain Layout
14415 Paquetes ! calc
14416 \end_layout
14417
14418 \end_inset
14419
14420  con la línea
14421 \end_layout
14422
14423 \begin_layout Standard
14424
14425 \series bold
14426
14427 \backslash
14428 usepackage{calc}
14429 \end_layout
14430
14431 \begin_layout Standard
14432 Detrás de la ecuación se cierran ambos marcos con 
14433 \series bold
14434 }}
14435 \series default
14436  en modo TeX.
14437  Aquí hay un ejemplo:
14438 \begin_inset ERT
14439 status collapsed
14440
14441 \begin_layout Plain Layout
14442
14443
14444 \backslash
14445 fboxsep 5mm 
14446 \backslash
14447 fboxrule 5mm
14448 \end_layout
14449
14450 \end_inset
14451
14452
14453 \end_layout
14454
14455 \begin_layout Standard
14456 \begin_inset ERT
14457 status collapsed
14458
14459 \begin_layout Plain Layout
14460
14461
14462 \backslash
14463 fbox{
14464 \backslash
14465 parbox{
14466 \backslash
14467 linewidth-2
14468 \backslash
14469 fboxsep-2
14470 \backslash
14471 fboxrule}{
14472 \end_layout
14473
14474 \end_inset
14475
14476
14477 \begin_inset Formula 
14478 \begin{equation}
14479 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14480 \end{equation}
14481
14482 \end_inset
14483
14484
14485 \end_layout
14486
14487 \begin_layout Standard
14488 \begin_inset ERT
14489 status collapsed
14490
14491 \begin_layout Plain Layout
14492
14493 }}
14494 \end_layout
14495
14496 \end_inset
14497
14498
14499 \begin_inset ERT
14500 status collapsed
14501
14502 \begin_layout Plain Layout
14503
14504
14505 \backslash
14506 fboxrule 0.4pt 
14507 \backslash
14508 fboxsep 3pt
14509 \end_layout
14510
14511 \end_inset
14512
14513
14514 \end_layout
14515
14516 \begin_layout Standard
14517 \begin_inset VSpace medskip
14518 \end_inset
14519
14520
14521 \end_layout
14522
14523 \begin_layout Standard
14524 Como se ha usado el marco de párrafo como argumento de 
14525 \series bold
14526
14527 \backslash
14528 fbox
14529 \series default
14530 , en este caso no hay diferencia entre 
14531 \series bold
14532
14533 \backslash
14534 fbox
14535 \series default
14536  y 
14537 \series bold
14538
14539 \backslash
14540 boxed
14541 \series default
14542 .
14543  
14544 \end_layout
14545
14546 \begin_layout Standard
14547 \begin_inset VSpace bigskip
14548 \end_inset
14549
14550
14551 \end_layout
14552
14553 \begin_layout Standard
14554 Los marcos de párrafo son muy útiles para comentar ecuaciones directamente.
14555  Para hacerlo, se usa 
14556 \series bold
14557
14558 \backslash
14559 parbox
14560 \series default
14561  en combinación con el comando 
14562 \series bold
14563
14564 \backslash
14565 tag
14566 \series default
14567 .
14568  (Véase más sobre 
14569 \series bold
14570
14571 \backslash
14572 tag
14573 \series default
14574  en 
14575 \begin_inset CommandInset ref
14576 LatexCommand ref
14577 reference "sub:Numeración-personalizada"
14578
14579 \end_inset
14580
14581 ).
14582 \end_layout
14583
14584 \begin_layout Standard
14585 Un ejemplo de ecuación comentada con 
14586 \series bold
14587
14588 \backslash
14589 parbox
14590 \series default
14591 :
14592 \end_layout
14593
14594 \begin_layout Standard
14595 \begin_inset ERT
14596 status collapsed
14597
14598 \begin_layout Plain Layout
14599
14600
14601 \backslash
14602 [5x-7b=3b
14603 \backslash
14604 tag*{
14605 \backslash
14606 parbox{5cm}{
14607 \end_layout
14608
14609 \end_inset
14610
14611 Esto es una descripción.
14612  Está claramente separada de la ecuación y es multilínea.
14613 \begin_inset ERT
14614 status collapsed
14615
14616 \begin_layout Plain Layout
14617
14618 }}
14619 \backslash
14620 ]
14621 \end_layout
14622
14623 \end_inset
14624
14625
14626 \end_layout
14627
14628 \begin_layout Standard
14629 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
14630  no soporta el comando 
14631 \series bold
14632
14633 \backslash
14634 parbox
14635 \series default
14636  en ecuaciones.
14637  La ecuación se compone con la siguiente secuencia de comandos:
14638 \end_layout
14639
14640 \begin_layout Standard
14641 El comando 
14642 \series bold
14643
14644 \backslash
14645 [5x-7b=3b
14646 \backslash
14647 tag*
14648 \backslash
14649 {
14650 \backslash
14651 parbox{5cm}{
14652 \series default
14653  se inserta en modo TeX.
14654 \begin_inset Foot
14655 status collapsed
14656
14657 \begin_layout Plain Layout
14658 Si se usa el estilo de ecuación 
14659 \series bold
14660 Sangrado
14661 \series default
14662
14663 \series bold
14664
14665 \backslash
14666 tag*
14667 \backslash
14668
14669 \series default
14670  se puede reemplazar por 
14671 \series bold
14672
14673 \backslash
14674 hfill
14675 \series default
14676 .
14677  (Véanse los estilos de ecuación en 
14678 \begin_inset CommandInset ref
14679 LatexCommand ref
14680 reference "sec:Estilos-de-ecuación"
14681
14682 \end_inset
14683
14684 ).
14685 \end_layout
14686
14687 \end_inset
14688
14689  Después sigue la descripción en texto normal, y por último 
14690 \series bold
14691 }}
14692 \backslash
14693 ]
14694 \series default
14695  en modo TeX.
14696  Aquí los comandos 
14697 \series bold
14698
14699 \backslash
14700 [
14701 \series default
14702  y 
14703 \series bold
14704
14705 \backslash
14706 ]
14707 \series default
14708  crean una ecuación presentada.
14709 \end_layout
14710
14711 \begin_layout Standard
14712 Las ventajas de 
14713 \series bold
14714
14715 \backslash
14716 parbox
14717 \series default
14718  pueden verse en este ejemplo que se ha 
14719 \begin_inset Quotes fld
14720 \end_inset
14721
14722 comentado
14723 \begin_inset Quotes frd
14724 \end_inset
14725
14726  usando el modo texto matemático:
14727 \begin_inset Formula 
14728 \[
14729 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}
14730 \]
14731
14732 \end_inset
14733
14734
14735 \end_layout
14736
14737 \begin_layout Section
14738 Operadores
14739 \begin_inset Index idx
14740 status collapsed
14741
14742 \begin_layout Plain Layout
14743 Operadores
14744 \end_layout
14745
14746 \end_inset
14747
14748
14749 \end_layout
14750
14751 \begin_layout Subsection
14752 Operadores grandes
14753 \begin_inset CommandInset label
14754 LatexCommand label
14755 name "sub:Operadores-grandes"
14756
14757 \end_inset
14758
14759
14760 \begin_inset Index idx
14761 status collapsed
14762
14763 \begin_layout Plain Layout
14764 Operadores ! grandes
14765 \end_layout
14766
14767 \end_inset
14768
14769
14770 \begin_inset Index idx
14771 status collapsed
14772
14773 \begin_layout Plain Layout
14774 Sumatorios
14775 \end_layout
14776
14777 \end_inset
14778
14779
14780 \begin_inset Index idx
14781 status collapsed
14782
14783 \begin_layout Plain Layout
14784 Integrales
14785 \end_layout
14786
14787 \end_inset
14788
14789
14790 \end_layout
14791
14792 \begin_layout Standard
14793 Para poder usar todos los comandos de integrales listados aquí, debe estar
14794  marcada la opción 
14795 \family sans
14796 Usar paquete esint automáticamente
14797 \family default
14798  en el apartado 
14799 \family sans
14800 Opciones de ecuación
14801 \family default
14802  de la configuración del documento.
14803  
14804 \end_layout
14805
14806 \begin_layout Standard
14807 \begin_inset space \hfill{}
14808 \end_inset
14809
14810
14811 \begin_inset Tabular
14812 <lyxtabular version="3" rows="11" columns="2">
14813 <features rotate="0" tabularvalignment="middle">
14814 <column alignment="center" valignment="top" width="0pt">
14815 <column alignment="center" valignment="top" width="0pt">
14816 <row>
14817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14818 \begin_inset Text
14819
14820 \begin_layout Plain Layout
14821 Comando
14822 \end_layout
14823
14824 \end_inset
14825 </cell>
14826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14827 \begin_inset Text
14828
14829 \begin_layout Plain Layout
14830 Resultado
14831 \end_layout
14832
14833 \end_inset
14834 </cell>
14835 </row>
14836 <row>
14837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14838 \begin_inset Text
14839
14840 \begin_layout Plain Layout
14841
14842 \backslash
14843 int
14844 \begin_inset Index idx
14845 status collapsed
14846
14847 \begin_layout Plain Layout
14848 Comandos ! I ! 
14849 \backslash
14850 int
14851 \end_layout
14852
14853 \end_inset
14854
14855
14856 \end_layout
14857
14858 \end_inset
14859 </cell>
14860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14861 \begin_inset Text
14862
14863 \begin_layout Plain Layout
14864 \begin_inset Formula $\int$
14865 \end_inset
14866
14867
14868 \end_layout
14869
14870 \end_inset
14871 </cell>
14872 </row>
14873 <row>
14874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14875 \begin_inset Text
14876
14877 \begin_layout Plain Layout
14878
14879 \backslash
14880 oint
14881 \end_layout
14882
14883 \end_inset
14884 </cell>
14885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14886 \begin_inset Text
14887
14888 \begin_layout Plain Layout
14889 \begin_inset Formula $\oint$
14890 \end_inset
14891
14892
14893 \end_layout
14894
14895 \end_inset
14896 </cell>
14897 </row>
14898 <row>
14899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14900 \begin_inset Text
14901
14902 \begin_layout Plain Layout
14903
14904 \backslash
14905 ointctrclockwise
14906 \end_layout
14907
14908 \end_inset
14909 </cell>
14910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14911 \begin_inset Text
14912
14913 \begin_layout Plain Layout
14914 \begin_inset Formula $\ointctrclockwise$
14915 \end_inset
14916
14917
14918 \end_layout
14919
14920 \end_inset
14921 </cell>
14922 </row>
14923 <row>
14924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14925 \begin_inset Text
14926
14927 \begin_layout Plain Layout
14928
14929 \backslash
14930 ointclockwise
14931 \end_layout
14932
14933 \end_inset
14934 </cell>
14935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14936 \begin_inset Text
14937
14938 \begin_layout Plain Layout
14939 \begin_inset Formula $\ointclockwise$
14940 \end_inset
14941
14942
14943 \end_layout
14944
14945 \end_inset
14946 </cell>
14947 </row>
14948 <row>
14949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14950 \begin_inset Text
14951
14952 \begin_layout Plain Layout
14953
14954 \backslash
14955 sqint
14956 \end_layout
14957
14958 \end_inset
14959 </cell>
14960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14961 \begin_inset Text
14962
14963 \begin_layout Plain Layout
14964 \begin_inset Formula $\sqint$
14965 \end_inset
14966
14967
14968 \end_layout
14969
14970 \end_inset
14971 </cell>
14972 </row>
14973 <row>
14974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14975 \begin_inset Text
14976
14977 \begin_layout Plain Layout
14978
14979 \backslash
14980 fint
14981 \end_layout
14982
14983 \end_inset
14984 </cell>
14985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14986 \begin_inset Text
14987
14988 \begin_layout Plain Layout
14989  
14990 \begin_inset Formula $\fint$
14991 \end_inset
14992
14993
14994 \end_layout
14995
14996 \end_inset
14997 </cell>
14998 </row>
14999 <row>
15000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15001 \begin_inset Text
15002
15003 \begin_layout Plain Layout
15004
15005 \backslash
15006 landupint
15007 \end_layout
15008
15009 \end_inset
15010 </cell>
15011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15012 \begin_inset Text
15013
15014 \begin_layout Plain Layout
15015  
15016 \begin_inset Formula $\landupint$
15017 \end_inset
15018
15019
15020 \end_layout
15021
15022 \end_inset
15023 </cell>
15024 </row>
15025 <row>
15026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030
15031 \backslash
15032 landdownint
15033 \end_layout
15034
15035 \end_inset
15036 </cell>
15037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15038 \begin_inset Text
15039
15040 \begin_layout Plain Layout
15041  
15042 \begin_inset Formula $\landdownint$
15043 \end_inset
15044
15045
15046 \end_layout
15047
15048 \end_inset
15049 </cell>
15050 </row>
15051 <row>
15052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Plain Layout
15056
15057 \backslash
15058 bigcap
15059 \end_layout
15060
15061 \end_inset
15062 </cell>
15063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15064 \begin_inset Text
15065
15066 \begin_layout Plain Layout
15067 \begin_inset Formula $\bigcap$
15068 \end_inset
15069
15070
15071 \end_layout
15072
15073 \end_inset
15074 </cell>
15075 </row>
15076 <row>
15077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15078 \begin_inset Text
15079
15080 \begin_layout Plain Layout
15081
15082 \backslash
15083 bigcup
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15089 \begin_inset Text
15090
15091 \begin_layout Plain Layout
15092 \begin_inset Formula $\bigcup$
15093 \end_inset
15094
15095
15096 \end_layout
15097
15098 \end_inset
15099 </cell>
15100 </row>
15101 </lyxtabular>
15102
15103 \end_inset
15104
15105
15106 \begin_inset space \hfill{}
15107 \end_inset
15108
15109
15110 \begin_inset Tabular
15111 <lyxtabular version="3" rows="11" columns="2">
15112 <features rotate="0" tabularvalignment="middle">
15113 <column alignment="center" valignment="top" width="0pt">
15114 <column alignment="center" valignment="top" width="0pt">
15115 <row>
15116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15117 \begin_inset Text
15118
15119 \begin_layout Plain Layout
15120 Comando
15121 \end_layout
15122
15123 \end_inset
15124 </cell>
15125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15126 \begin_inset Text
15127
15128 \begin_layout Plain Layout
15129 Resultado
15130 \end_layout
15131
15132 \end_inset
15133 </cell>
15134 </row>
15135 <row>
15136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15137 \begin_inset Text
15138
15139 \begin_layout Plain Layout
15140
15141 \backslash
15142 sum
15143 \begin_inset Index idx
15144 status collapsed
15145
15146 \begin_layout Plain Layout
15147 Comandos ! S ! 
15148 \backslash
15149 sum
15150 \end_layout
15151
15152 \end_inset
15153
15154
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163 \begin_inset Formula $\sum$
15164 \end_inset
15165
15166
15167 \end_layout
15168
15169 \end_inset
15170 </cell>
15171 </row>
15172 <row>
15173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15174 \begin_inset Text
15175
15176 \begin_layout Plain Layout
15177
15178 \backslash
15179 prod
15180 \begin_inset Index idx
15181 status collapsed
15182
15183 \begin_layout Plain Layout
15184 Comandos ! P ! 
15185 \backslash
15186 prod
15187 \end_layout
15188
15189 \end_inset
15190
15191
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 $\prod$
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 coprod
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 $\coprod$
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" leftline="true" usebox="none">
15236 \begin_inset Text
15237
15238 \begin_layout Plain Layout
15239
15240 \backslash
15241 bigodot
15242 \end_layout
15243
15244 \end_inset
15245 </cell>
15246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15247 \begin_inset Text
15248
15249 \begin_layout Plain Layout
15250 \begin_inset Formula $\bigodot$
15251 \end_inset
15252
15253
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 </row>
15259 <row>
15260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15261 \begin_inset Text
15262
15263 \begin_layout Plain Layout
15264
15265 \backslash
15266 bigotimes
15267 \end_layout
15268
15269 \end_inset
15270 </cell>
15271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15272 \begin_inset Text
15273
15274 \begin_layout Plain Layout
15275 \begin_inset Formula $\bigotimes$
15276 \end_inset
15277
15278
15279 \end_layout
15280
15281 \end_inset
15282 </cell>
15283 </row>
15284 <row>
15285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15286 \begin_inset Text
15287
15288 \begin_layout Plain Layout
15289
15290 \backslash
15291 bigoplus
15292 \end_layout
15293
15294 \end_inset
15295 </cell>
15296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15297 \begin_inset Text
15298
15299 \begin_layout Plain Layout
15300 \begin_inset Formula $\bigoplus$
15301 \end_inset
15302
15303
15304 \end_layout
15305
15306 \end_inset
15307 </cell>
15308 </row>
15309 <row>
15310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15311 \begin_inset Text
15312
15313 \begin_layout Plain Layout
15314
15315 \backslash
15316 bigwedge
15317 \end_layout
15318
15319 \end_inset
15320 </cell>
15321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15322 \begin_inset Text
15323
15324 \begin_layout Plain Layout
15325 \begin_inset Formula $\bigwedge$
15326 \end_inset
15327
15328
15329 \end_layout
15330
15331 \end_inset
15332 </cell>
15333 </row>
15334 <row>
15335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15336 \begin_inset Text
15337
15338 \begin_layout Plain Layout
15339
15340 \backslash
15341 bigvee
15342 \end_layout
15343
15344 \end_inset
15345 </cell>
15346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15347 \begin_inset Text
15348
15349 \begin_layout Plain Layout
15350 \begin_inset Formula $\bigvee$
15351 \end_inset
15352
15353
15354 \end_layout
15355
15356 \end_inset
15357 </cell>
15358 </row>
15359 <row>
15360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15361 \begin_inset Text
15362
15363 \begin_layout Plain Layout
15364
15365 \backslash
15366 bigsqcup
15367 \end_layout
15368
15369 \end_inset
15370 </cell>
15371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15372 \begin_inset Text
15373
15374 \begin_layout Plain Layout
15375 \begin_inset Formula $\bigsqcup$
15376 \end_inset
15377
15378
15379 \end_layout
15380
15381 \end_inset
15382 </cell>
15383 </row>
15384 <row>
15385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15386 \begin_inset Text
15387
15388 \begin_layout Plain Layout
15389
15390 \backslash
15391 biguplus
15392 \end_layout
15393
15394 \end_inset
15395 </cell>
15396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15397 \begin_inset Text
15398
15399 \begin_layout Plain Layout
15400 \begin_inset Formula $\biguplus$
15401 \end_inset
15402
15403
15404 \end_layout
15405
15406 \end_inset
15407 </cell>
15408 </row>
15409 </lyxtabular>
15410
15411 \end_inset
15412
15413
15414 \begin_inset space \hfill{}
15415 \end_inset
15416
15417
15418 \end_layout
15419
15420 \begin_layout Standard
15421 Todos los operadores grandes se pueden insertar con el botón 
15422 \begin_inset Info
15423 type  "icon"
15424 arg   "math-insert \\intop"
15425 \end_inset
15426
15427  de la barra de ecuaciones.
15428 \end_layout
15429
15430 \begin_layout Standard
15431 Estos operadores son llamados grandes porque son mayores que los operadores
15432  binarios de aspecto semejante.
15433  Todos los operadores grandes pueden tener límites, como se describe en
15434  la subsección siguiente.
15435 \end_layout
15436
15437 \begin_layout Standard
15438 Para todos los operadores de integral hay una segunda versión disponible,
15439  terminando en 
15440 \series bold
15441 op
15442 \series default
15443
15444 \series bold
15445
15446 \backslash
15447 intop
15448 \series default
15449
15450 \series bold
15451
15452 \backslash
15453 ointop
15454 \series default
15455  etc.
15456  Estos operadores difieren de 
15457 \series bold
15458
15459 \backslash
15460 int
15461 \series default
15462 , etc., en el estilo en que se presentan los límites, véase
15463 \series bold
15464  
15465 \series default
15466
15467 \begin_inset CommandInset ref
15468 LatexCommand ref
15469 reference "sub:Límites-de-operadores"
15470
15471 \end_inset
15472
15473 .
15474 \end_layout
15475
15476 \begin_layout Subsubsection*
15477 Sugerencias para las integrales
15478 \end_layout
15479
15480 \begin_layout Standard
15481 La letra 
15482 \emph on
15483 d
15484 \emph default
15485  en una integral es un operador, por consiguiente debe escribirse en redonda.
15486  Esto se hace resaltando la 
15487 \emph on
15488 d
15489 \emph default
15490  y usando el atajo de teclado 
15491 \family sans
15492 Alt+C
15493 \begin_inset space ~
15494 \end_inset
15495
15496 R
15497 \family default
15498 .
15499 \begin_inset Foot
15500 status collapsed
15501
15502 \begin_layout Plain Layout
15503 véase estilos de letras en 
15504 \begin_inset CommandInset ref
15505 LatexCommand ref
15506 reference "sub:Estilos-de-tipografías"
15507
15508 \end_inset
15509
15510  
15511 \end_layout
15512
15513 \end_inset
15514
15515  Delante de la 
15516 \emph on
15517 d
15518 \emph default
15519  se inserta un espacio delgado, como es habitual en los operadores.
15520  Un ejemplo:
15521 \end_layout
15522
15523 \begin_layout Standard
15524 incorrecto: 
15525 \begin_inset Formula $\int A(x)dx$
15526 \end_inset
15527
15528
15529 \begin_inset Newline newline
15530 \end_inset
15531
15532
15533 \begin_inset Phantom HPhantom
15534 status open
15535
15536 \begin_layout Plain Layout
15537 in
15538 \end_layout
15539
15540 \end_inset
15541
15542 correcto: 
15543 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15544 \end_inset
15545
15546
15547 \end_layout
15548
15549 \begin_layout Standard
15550 Para integrales múltiples hay los siguientes comandos:
15551 \begin_inset VSpace medskip
15552 \end_inset
15553
15554
15555 \end_layout
15556
15557 \begin_layout Standard
15558 \begin_inset space \hfill{}
15559 \end_inset
15560
15561
15562 \begin_inset Tabular
15563 <lyxtabular version="3" rows="4" columns="2">
15564 <features rotate="0" tabularvalignment="middle">
15565 <column alignment="center" valignment="top">
15566 <column alignment="center" valignment="top">
15567 <row>
15568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15569 \begin_inset Text
15570
15571 \begin_layout Plain Layout
15572 Comando
15573 \end_layout
15574
15575 \end_inset
15576 </cell>
15577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15578 \begin_inset Text
15579
15580 \begin_layout Plain Layout
15581 Resultado
15582 \begin_inset Note Note
15583 status collapsed
15584
15585 \begin_layout Plain Layout
15586
15587 \series bold
15588
15589 \backslash
15590 raisebox
15591 \series default
15592  se usa sólo como espaciador
15593 \end_layout
15594
15595 \end_inset
15596
15597
15598 \end_layout
15599
15600 \end_inset
15601 </cell>
15602 </row>
15603 <row>
15604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15605 \begin_inset Text
15606
15607 \begin_layout Plain Layout
15608
15609 \backslash
15610 iint
15611 \end_layout
15612
15613 \end_inset
15614 </cell>
15615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15616 \begin_inset Text
15617
15618 \begin_layout Plain Layout
15619 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15620 \end_inset
15621
15622
15623 \end_layout
15624
15625 \end_inset
15626 </cell>
15627 </row>
15628 <row>
15629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15630 \begin_inset Text
15631
15632 \begin_layout Plain Layout
15633
15634 \backslash
15635 oiint
15636 \end_layout
15637
15638 \end_inset
15639 </cell>
15640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15641 \begin_inset Text
15642
15643 \begin_layout Plain Layout
15644 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15645 \end_inset
15646
15647
15648 \end_layout
15649
15650 \end_inset
15651 </cell>
15652 </row>
15653 <row>
15654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15655 \begin_inset Text
15656
15657 \begin_layout Plain Layout
15658
15659 \backslash
15660 sqiint
15661 \end_layout
15662
15663 \end_inset
15664 </cell>
15665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15666 \begin_inset Text
15667
15668 \begin_layout Plain Layout
15669 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15670 \end_inset
15671
15672
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 </row>
15678 </lyxtabular>
15679
15680 \end_inset
15681
15682
15683 \begin_inset space \hfill{}
15684 \end_inset
15685
15686
15687 \begin_inset Tabular
15688 <lyxtabular version="3" rows="4" columns="2">
15689 <features rotate="0" tabularvalignment="middle">
15690 <column alignment="center" valignment="top">
15691 <column alignment="center" valignment="top">
15692 <row>
15693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15694 \begin_inset Text
15695
15696 \begin_layout Plain Layout
15697 Comando
15698 \end_layout
15699
15700 \end_inset
15701 </cell>
15702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15703 \begin_inset Text
15704
15705 \begin_layout Plain Layout
15706 Resultado
15707 \begin_inset Note Note
15708 status collapsed
15709
15710 \begin_layout Plain Layout
15711
15712 \series bold
15713
15714 \backslash
15715 raisebox
15716 \series default
15717  se usa sólo como espaciador
15718 \end_layout
15719
15720 \end_inset
15721
15722
15723 \end_layout
15724
15725 \end_inset
15726 </cell>
15727 </row>
15728 <row>
15729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15730 \begin_inset Text
15731
15732 \begin_layout Plain Layout
15733
15734 \backslash
15735 iiint
15736 \end_layout
15737
15738 \end_inset
15739 </cell>
15740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15741 \begin_inset Text
15742
15743 \begin_layout Plain Layout
15744 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15745 \end_inset
15746
15747
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 </row>
15753 <row>
15754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758
15759 \backslash
15760 iiiint
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15770 \end_inset
15771
15772
15773 \end_layout
15774
15775 \end_inset
15776 </cell>
15777 </row>
15778 <row>
15779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15780 \begin_inset Text
15781
15782 \begin_layout Plain Layout
15783
15784 \backslash
15785 dotsint
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15791 \begin_inset Text
15792
15793 \begin_layout Plain Layout
15794 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15795 \end_inset
15796
15797
15798 \end_layout
15799
15800 \end_inset
15801 </cell>
15802 </row>
15803 </lyxtabular>
15804
15805 \end_inset
15806
15807
15808 \begin_inset space \hfill{}
15809 \end_inset
15810
15811
15812 \end_layout
15813
15814 \begin_layout Subsection
15815 Límites de operadores
15816 \begin_inset CommandInset label
15817 LatexCommand label
15818 name "sub:Límites-de-operadores"
15819
15820 \end_inset
15821
15822
15823 \begin_inset Index idx
15824 status collapsed
15825
15826 \begin_layout Plain Layout
15827 Operadores ! límites de
15828 \end_layout
15829
15830 \end_inset
15831
15832
15833 \end_layout
15834
15835 \begin_layout Standard
15836 Los límites se crean mediante superíndices y subíndices:
15837 \end_layout
15838
15839 \begin_layout Standard
15840 \noindent
15841 \align center
15842 \begin_inset Tabular
15843 <lyxtabular version="3" rows="2" columns="2">
15844 <features rotate="0" tabularvalignment="middle">
15845 <column alignment="center" valignment="top">
15846 <column alignment="center" valignment="top">
15847 <row>
15848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852 Comando
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861 Resultado
15862 \begin_inset Note Note
15863 status collapsed
15864
15865 \begin_layout Plain Layout
15866
15867 \series bold
15868
15869 \backslash
15870 raisebox
15871 \series default
15872  se usa sólo como espaciador
15873 \end_layout
15874
15875 \end_inset
15876
15877
15878 \end_layout
15879
15880 \end_inset
15881 </cell>
15882 </row>
15883 <row>
15884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15885 \begin_inset Text
15886
15887 \begin_layout Plain Layout
15888
15889 \backslash
15890 prod^
15891 \backslash
15892 infty
15893 \begin_inset space \textvisiblespace{}
15894 \end_inset
15895
15896
15897 \begin_inset Formula $\to$
15898 \end_inset
15899
15900 _0
15901 \begin_inset Formula $\to$
15902 \end_inset
15903
15904 A(x)
15905 \end_layout
15906
15907 \end_inset
15908 </cell>
15909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15910 \begin_inset Text
15911
15912 \begin_layout Plain Layout
15913 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15914 \end_inset
15915
15916
15917 \end_layout
15918
15919 \end_inset
15920 </cell>
15921 </row>
15922 </lyxtabular>
15923
15924 \end_inset
15925
15926
15927 \end_layout
15928
15929 \begin_layout Standard
15930 En ecuaciones en línea los límites se colocan al lado derecho del operador.
15931  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
15932 \end_layout
15933
15934 \begin_layout Standard
15935 Para forzar que los límites se coloquen junto al operador, se pone el cursor
15936  directamente detrás del operador y se elige 
15937 \series bold
15938 Alineado
15939 \series default
15940  en el menú 
15941 \family sans
15942 Editar\SpecialChar \menuseparator
15943 Ecuación\SpecialChar \menuseparator
15944 Cambiar tipo de límites
15945 \family default
15946  (atajo 
15947 \family sans
15948 Alt+M
15949 \begin_inset space ~
15950 \end_inset
15951
15952 L
15953 \family default
15954 ).
15955  Un ejemplo:
15956 \end_layout
15957
15958 \begin_layout Standard
15959 El tipo de límites por omisión es:
15960 \begin_inset Formula 
15961 \[
15962 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15963 \]
15964
15965 \end_inset
15966
15967
15968 \end_layout
15969
15970 \begin_layout Standard
15971 Así se ven si se cambia el tipo de límites a 
15972 \series bold
15973 Alineado
15974 \series default
15975 :
15976 \begin_inset Formula 
15977 \[
15978 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15979 \]
15980
15981 \end_inset
15982
15983
15984 \end_layout
15985
15986 \begin_layout Standard
15987 En integrales, excepto las que terminan en 
15988 \series bold
15989 op
15990 \series default
15991  como 
15992 \series bold
15993
15994 \backslash
15995 intop
15996 \series default
15997
15998 \series bold
15999
16000 \backslash
16001 ointop
16002 \series default
16003 , etc., los límites se colocan por omisión junto al operador.
16004  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
16005  operador.
16006  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
16007 \series bold
16008 Presentado
16009 \series default
16010  para poner el límite debajo:
16011 \begin_inset Formula 
16012 \begin{equation}
16013 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}
16014 \end{equation}
16015
16016 \end_inset
16017
16018
16019 \begin_inset VSpace medskip
16020 \end_inset
16021
16022 Para especificar condiciones en los límites se usan los comandos 
16023 \series bold
16024
16025 \backslash
16026 subarray
16027 \series default
16028
16029 \begin_inset Index idx
16030 status collapsed
16031
16032 \begin_layout Plain Layout
16033 Comandos ! S ! 
16034 \backslash
16035 subarray
16036 \end_layout
16037
16038 \end_inset
16039
16040  y 
16041 \series bold
16042
16043 \backslash
16044 substack
16045 \series default
16046
16047 \begin_inset Index idx
16048 status collapsed
16049
16050 \begin_layout Plain Layout
16051 Comandos ! S ! 
16052 \backslash
16053 substack
16054 \end_layout
16055
16056 \end_inset
16057
16058 .
16059  Por ejemplo, para componer la expresión
16060 \begin_inset Formula 
16061 \begin{equation}
16062 \sum_{\begin{subarray}{c}
16063 0<k<1000\\
16064 \\
16065 k\,\in\,\mathbb{N}
16066 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16067 \end{equation}
16068
16069 \end_inset
16070
16071 se ha hecho lo siguiente: primero se escribe el comando 
16072 \series bold
16073
16074 \backslash
16075 sum^n
16076 \series default
16077
16078 \begin_inset space \textvisiblespace{}
16079 \end_inset
16080
16081
16082 \series bold
16083 _
16084 \series default
16085 .
16086  Ahora el cursor está en un marco azul bajo el operador sumatorio y ahí
16087  se inserta el comando 
16088 \series bold
16089
16090 \backslash
16091 subarray
16092 \series default
16093
16094 \begin_inset space \textvisiblespace{}
16095 \end_inset
16096
16097 .
16098  Ahora el marco azul está en un marco púrpura donde pueden escribirse líneas
16099  distintas.
16100  Cada línea nueva se crea con un salto de línea (
16101 \family sans
16102 Ctrl+Entrar
16103 \family default
16104 ).
16105  Si ahora se teclea en ella
16106 \begin_inset Newline newline
16107 \end_inset
16108
16109
16110 \series bold
16111 0<k<1000 Ctrl+Entrar
16112 \begin_inset Newline newline
16113 \end_inset
16114
16115
16116 \series default
16117 aparece debajo un nuevo marco para la línea nueva.
16118 \end_layout
16119
16120 \begin_layout Standard
16121 La alineación de las líneas puede cambiarse a la izquierda con la 
16122 \family sans
16123 barra de herramientas de cuadros
16124 \family default
16125  o con el menú 
16126 \family sans
16127 Editar\SpecialChar \menuseparator
16128 Filas y columnas
16129 \family default
16130 .
16131  Para obtener alineación derecha se inserta 
16132 \series bold
16133
16134 \backslash
16135 hfill
16136 \series default
16137
16138 \begin_inset space \textvisiblespace{}
16139 \end_inset
16140
16141  al principio de la línea.
16142 \end_layout
16143
16144 \begin_layout Standard
16145 El comando 
16146 \series bold
16147
16148 \backslash
16149 substack
16150 \series default
16151  es equivalente a 
16152 \series bold
16153
16154 \backslash
16155 subarray
16156 \series default
16157  con la diferencia de que las líneas están siempre centradas.
16158 \begin_inset VSpace bigskip
16159 \end_inset
16160
16161
16162 \end_layout
16163
16164 \begin_layout Standard
16165 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16166  siguientes, como en la ecuación 
16167 \begin_inset CommandInset ref
16168 LatexCommand eqref
16169 reference "eq:substack"
16170
16171 \end_inset
16172
16173 , porque éstos se colocan junto a los límites.
16174  Para evitarlo se puede usar comando 
16175 \series bold
16176
16177 \backslash
16178 mathclap
16179 \series default
16180
16181 \begin_inset Index idx
16182 status collapsed
16183
16184 \begin_layout Plain Layout
16185 Comandos ! M ! 
16186 \backslash
16187 mathclap
16188 \end_layout
16189
16190 \end_inset
16191
16192  que 
16193 \lang english
16194 sets the width of its content to
16195 \lang spanish
16196  0
16197 \begin_inset space \thinspace{}
16198 \end_inset
16199
16200 pt.
16201 \begin_inset Newline newline
16202 \end_inset
16203
16204 Aplicado en la ecuación 
16205 \begin_inset CommandInset ref
16206 LatexCommand eqref
16207 reference "eq:substack"
16208
16209 \end_inset
16210
16211  se usa el comando
16212 \end_layout
16213
16214 \begin_layout Standard
16215
16216 \series bold
16217
16218 \backslash
16219 sum_
16220 \backslash
16221 mathclap
16222 \backslash
16223 substack
16224 \begin_inset space \textvisiblespace{}
16225 \end_inset
16226
16227 0<k<1000 Ctrl+Entrar
16228 \end_layout
16229
16230 \begin_layout Standard
16231 para componer el límite inferior.
16232  Ahora el sumando está junto al sumatorio:
16233 \begin_inset Formula 
16234 \[
16235 \sum_{\mathclap{\substack{0<k<1000\\
16236 \\
16237 k\,\in\,\mathbb{N}
16238 }
16239 }}^{n}k^{-2}
16240 \]
16241
16242 \end_inset
16243
16244
16245 \end_layout
16246
16247 \begin_layout Standard
16248 \begin_inset VSpace bigskip
16249 \end_inset
16250
16251
16252 \end_layout
16253
16254 \begin_layout Standard
16255
16256 \lang english
16257 When several consecutive operators have limits the typesetting of the limits
16258  looks often imperfect in the output, see this example:
16259 \lang spanish
16260
16261 \begin_inset Formula 
16262 \[
16263 \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}
16264 \]
16265
16266 \end_inset
16267
16268
16269 \lang english
16270 To improve the typesetting set in the document settings under 
16271 \family sans
16272 Math
16273 \begin_inset space ~
16274 \end_inset
16275
16276 Options
16277 \family default
16278  for the package
16279 \lang spanish
16280  
16281 \series bold
16282 mathtools
16283 \series default
16284
16285 \begin_inset Index idx
16286 status collapsed
16287
16288 \begin_layout Plain Layout
16289 Paquetes ! mathtools
16290 \end_layout
16291
16292 \end_inset
16293
16294  
16295 \lang english
16296 the option 
16297 \family sans
16298 Load
16299 \begin_inset space ~
16300 \end_inset
16301
16302 always
16303 \family default
16304 .
16305  Then insert into your formula the command 
16306 \series bold
16307 \lang spanish
16308
16309 \backslash
16310 adjustlimits
16311 \series default
16312
16313 \begin_inset Index idx
16314 status collapsed
16315
16316 \begin_layout Plain Layout
16317 Comandos ! A ! 
16318 \backslash
16319 adjustlimits
16320 \end_layout
16321
16322 \end_inset
16323
16324  
16325 \lang english
16326 directly before the first operator.
16327  The example will then look like this:
16328 \lang spanish
16329
16330 \begin_inset Formula 
16331 \[
16332 \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}
16333 \]
16334
16335 \end_inset
16336
16337
16338 \end_layout
16339
16340 \begin_layout Standard
16341 \begin_inset VSpace bigskip
16342 \end_inset
16343
16344 Cómo utilizar un límite para varios operadores se describe en la 
16345 \begin_inset CommandInset ref
16346 LatexCommand ref
16347 reference "sub:Operadores-de-usuario"
16348
16349 \end_inset
16350
16351 .
16352 \end_layout
16353
16354 \begin_layout Subsection
16355 Decoración para operadores
16356 \begin_inset Index idx
16357 status collapsed
16358
16359 \begin_layout Plain Layout
16360 Operadores ! Decoración
16361 \end_layout
16362
16363 \end_inset
16364
16365
16366 \end_layout
16367
16368 \begin_layout Standard
16369 Con los comandos 
16370 \series bold
16371
16372 \backslash
16373 overset
16374 \series default
16375
16376 \begin_inset Index idx
16377 status collapsed
16378
16379 \begin_layout Plain Layout
16380 Comandos ! O ! 
16381 \backslash
16382 overset
16383 \end_layout
16384
16385 \end_inset
16386
16387  y 
16388 \series bold
16389
16390 \backslash
16391 underset
16392 \series default
16393
16394 \begin_inset Index idx
16395 status collapsed
16396
16397 \begin_layout Plain Layout
16398 Comandos ! U ! 
16399 \backslash
16400 underset
16401 \end_layout
16402
16403 \end_inset
16404
16405  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
16406  Con el comando 
16407 \series bold
16408
16409 \backslash
16410 sideset
16411 \series default
16412
16413 \begin_inset Index idx
16414 status collapsed
16415
16416 \begin_layout Plain Layout
16417 Comandos ! S ! 
16418 \backslash
16419 sideset
16420 \end_layout
16421
16422 \end_inset
16423
16424  se pueden poner caracteres delante y detrás de un operador grande.
16425 \end_layout
16426
16427 \begin_layout Standard
16428
16429 \lang english
16430 There are 4
16431 \begin_inset space ~
16432 \end_inset
16433
16434 variants of 
16435 \series bold
16436
16437 \backslash
16438 sideset
16439 \series default
16440 :
16441 \end_layout
16442
16443 \begin_layout Itemize
16444
16445 \series bold
16446 \lang english
16447
16448 \backslash
16449 sideset
16450 \series default
16451  is used to set characters at the corners of the operator
16452 \end_layout
16453
16454 \begin_layout Itemize
16455
16456 \series bold
16457 \lang english
16458
16459 \backslash
16460 sidesetn
16461 \series default
16462  is used to set characters before and/or behind the operator (this variant
16463  represents LaTeX's original 
16464 \series bold
16465
16466 \backslash
16467 sideset
16468 \series default
16469  command)
16470 \end_layout
16471
16472 \begin_layout Itemize
16473
16474 \series bold
16475 \lang english
16476
16477 \backslash
16478 sidesetl
16479 \series default
16480  is used to set characters at the left corners and/or behind the operator
16481 \end_layout
16482
16483 \begin_layout Itemize
16484
16485 \series bold
16486 \lang english
16487
16488 \backslash
16489 sidesetr
16490 \series default
16491  is used to set characters at the right corners and/or before the operator
16492 \end_layout
16493
16494 \begin_layout Standard
16495 Por ejemplo, el comando 
16496 \series bold
16497
16498 \backslash
16499 sidesetn
16500 \begin_inset space \textvisiblespace{}
16501 \end_inset
16502
16503
16504 \backslash
16505 sum
16506 \begin_inset space \textvisiblespace{}
16507 \end_inset
16508
16509
16510 \begin_inset Formula $\to$
16511 \end_inset
16512
16513 '
16514 \begin_inset Formula $\to$
16515 \end_inset
16516
16517 _k=1
16518 \begin_inset space \textvisiblespace{}
16519 \end_inset
16520
16521
16522 \series default
16523 ^
16524 \series bold
16525 n
16526 \series default
16527  genera:
16528 \begin_inset Formula 
16529 \[
16530 \sideset{}{'}\sum_{k=1}^{n}
16531 \]
16532
16533 \end_inset
16534
16535
16536 \end_layout
16537
16538 \begin_layout Standard
16539 \begin_inset Note Greyedout
16540 status open
16541
16542 \begin_layout Plain Layout
16543
16544 \series bold
16545 Nota: 
16546 \backslash
16547 sideset
16548 \series default
16549  sólo se puede usar para decorar operadores grandes, no permite operadores
16550  binarios.
16551 \end_layout
16552
16553 \end_inset
16554
16555
16556 \end_layout
16557
16558 \begin_layout Standard
16559 Con 
16560 \series bold
16561
16562 \backslash
16563 overset
16564 \series default
16565  y 
16566 \series bold
16567
16568 \backslash
16569 underset
16570 \series default
16571  también se pueden decorar símbolos y caracteres.
16572  Por ejemplo el comando 
16573 \series bold
16574
16575 \backslash
16576 overset
16577 \begin_inset space \textvisiblespace{}
16578 \end_inset
16579
16580
16581 \backslash
16582 maltese
16583 \begin_inset space \textvisiblespace{}
16584 \end_inset
16585
16586
16587 \series default
16588
16589 \begin_inset Formula $\uparrow$
16590 \end_inset
16591
16592
16593 \series bold
16594 a
16595 \series default
16596  genera:
16597 \begin_inset Formula 
16598 \[
16599 \overset{a}{\maltese}
16600 \]
16601
16602 \end_inset
16603
16604
16605 \end_layout
16606
16607 \begin_layout Subsection
16608 Operadores binarios
16609 \begin_inset CommandInset label
16610 LatexCommand label
16611 name "sub:Operadores-binarios"
16612
16613 \end_inset
16614
16615
16616 \begin_inset Index idx
16617 status collapsed
16618
16619 \begin_layout Plain Layout
16620 Operadores ! binarios
16621 \end_layout
16622
16623 \end_inset
16624
16625
16626 \end_layout
16627
16628 \begin_layout Standard
16629 Los operadores binarios se rodean por espacios si llevan un carácter delante
16630  o detrás.
16631 \begin_inset VSpace medskip
16632 \end_inset
16633
16634
16635 \end_layout
16636
16637 \begin_layout Standard
16638 \begin_inset space \hfill{}
16639 \end_inset
16640
16641
16642 \begin_inset Tabular
16643 <lyxtabular version="3" rows="13" columns="2">
16644 <features rotate="0" tabularvalignment="middle">
16645 <column alignment="center" valignment="top" width="0pt">
16646 <column alignment="center" valignment="top" width="0pt">
16647 <row>
16648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16649 \begin_inset Text
16650
16651 \begin_layout Plain Layout
16652 Comando
16653 \begin_inset Note Note
16654 status collapsed
16655
16656 \begin_layout Plain Layout
16657
16658 \series bold
16659
16660 \backslash
16661 raisebox
16662 \series default
16663  se usa sólo como espaciador
16664 \end_layout
16665
16666 \end_inset
16667
16668
16669 \end_layout
16670
16671 \end_inset
16672 </cell>
16673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Plain Layout
16677 Operador
16678 \end_layout
16679
16680 \end_inset
16681 </cell>
16682 </row>
16683 <row>
16684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16685 \begin_inset Text
16686
16687 \begin_layout Plain Layout
16688 +
16689 \end_layout
16690
16691 \end_inset
16692 </cell>
16693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Plain Layout
16697 \begin_inset Formula $+$
16698 \end_inset
16699
16700
16701 \end_layout
16702
16703 \end_inset
16704 </cell>
16705 </row>
16706 <row>
16707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16708 \begin_inset Text
16709
16710 \begin_layout Plain Layout
16711 -
16712 \end_layout
16713
16714 \end_inset
16715 </cell>
16716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16717 \begin_inset Text
16718
16719 \begin_layout Plain Layout
16720 \begin_inset Formula $-$
16721 \end_inset
16722
16723
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 </row>
16729 <row>
16730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16731 \begin_inset Text
16732
16733 \begin_layout Plain Layout
16734
16735 \backslash
16736 pm
16737 \end_layout
16738
16739 \end_inset
16740 </cell>
16741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16742 \begin_inset Text
16743
16744 \begin_layout Plain Layout
16745 \begin_inset Formula $\pm$
16746 \end_inset
16747
16748
16749 \end_layout
16750
16751 \end_inset
16752 </cell>
16753 </row>
16754 <row>
16755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16756 \begin_inset Text
16757
16758 \begin_layout Plain Layout
16759
16760 \backslash
16761 mp
16762 \end_layout
16763
16764 \end_inset
16765 </cell>
16766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16767 \begin_inset Text
16768
16769 \begin_layout Plain Layout
16770 \begin_inset Formula $\mp$
16771 \end_inset
16772
16773
16774 \end_layout
16775
16776 \end_inset
16777 </cell>
16778 </row>
16779 <row>
16780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16781 \begin_inset Text
16782
16783 \begin_layout Plain Layout
16784
16785 \backslash
16786 cdot
16787 \end_layout
16788
16789 \end_inset
16790 </cell>
16791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16792 \begin_inset Text
16793
16794 \begin_layout Plain Layout
16795 \begin_inset Formula $\cdot$
16796 \end_inset
16797
16798
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 </row>
16804 <row>
16805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16806 \begin_inset Text
16807
16808 \begin_layout Plain Layout
16809
16810 \backslash
16811 times
16812 \end_layout
16813
16814 \end_inset
16815 </cell>
16816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Plain Layout
16820 \begin_inset Formula $\times$
16821 \end_inset
16822
16823
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 </row>
16829 <row>
16830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16831 \begin_inset Text
16832
16833 \begin_layout Plain Layout
16834
16835 \backslash
16836 div
16837 \end_layout
16838
16839 \end_inset
16840 </cell>
16841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16842 \begin_inset Text
16843
16844 \begin_layout Plain Layout
16845 \begin_inset Formula $\div$
16846 \end_inset
16847
16848
16849 \end_layout
16850
16851 \end_inset
16852 </cell>
16853 </row>
16854 <row>
16855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16856 \begin_inset Text
16857
16858 \begin_layout Plain Layout
16859 \begin_inset ERT
16860 status collapsed
16861
16862 \begin_layout Plain Layout
16863
16864
16865 \backslash
16866 raisebox{-1.2mm}{
16867 \end_layout
16868
16869 \end_inset
16870
16871 *
16872 \begin_inset ERT
16873 status collapsed
16874
16875 \begin_layout Plain Layout
16876
16877 }
16878 \end_layout
16879
16880 \end_inset
16881
16882
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16888 \begin_inset Text
16889
16890 \begin_layout Plain Layout
16891 \begin_inset Formula $*$
16892 \end_inset
16893
16894
16895 \end_layout
16896
16897 \end_inset
16898 </cell>
16899 </row>
16900 <row>
16901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16902 \begin_inset Text
16903
16904 \begin_layout Plain Layout
16905
16906 \backslash
16907 star
16908 \end_layout
16909
16910 \end_inset
16911 </cell>
16912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16913 \begin_inset Text
16914
16915 \begin_layout Plain Layout
16916 \begin_inset Formula $\star$
16917 \end_inset
16918
16919
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 </row>
16925 <row>
16926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16927 \begin_inset Text
16928
16929 \begin_layout Plain Layout
16930
16931 \backslash
16932 circ
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941 \begin_inset Formula $\circ$
16942 \end_inset
16943
16944
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 </row>
16950 <row>
16951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16952 \begin_inset Text
16953
16954 \begin_layout Plain Layout
16955
16956 \backslash
16957 diamond
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966 \begin_inset Formula $\diamond$
16967 \end_inset
16968
16969
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 </row>
16975 <row>
16976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16977 \begin_inset Text
16978
16979 \begin_layout Plain Layout
16980
16981 \backslash
16982 bullet
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16988 \begin_inset Text
16989
16990 \begin_layout Plain Layout
16991 \begin_inset Formula $\bullet$
16992 \end_inset
16993
16994
16995 \end_layout
16996
16997 \end_inset
16998 </cell>
16999 </row>
17000 </lyxtabular>
17001
17002 \end_inset
17003
17004
17005 \begin_inset space \hfill{}
17006 \end_inset
17007
17008
17009 \begin_inset Tabular
17010 <lyxtabular version="3" rows="13" columns="2">
17011 <features rotate="0" tabularvalignment="middle">
17012 <column alignment="center" valignment="top" width="0pt">
17013 <column alignment="center" valignment="top" width="0pt">
17014 <row>
17015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17016 \begin_inset Text
17017
17018 \begin_layout Plain Layout
17019 Comando
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028 Operador
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 </row>
17034 <row>
17035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039
17040 \backslash
17041 nabla
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050 \begin_inset Formula $\nabla$
17051 \end_inset
17052
17053
17054 \end_layout
17055
17056 \end_inset
17057 </cell>
17058 </row>
17059 <row>
17060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17061 \begin_inset Text
17062
17063 \begin_layout Plain Layout
17064
17065 \backslash
17066 bigtriangledown
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17072 \begin_inset Text
17073
17074 \begin_layout Plain Layout
17075 \begin_inset Formula $\bigtriangledown$
17076 \end_inset
17077
17078
17079 \end_layout
17080
17081 \end_inset
17082 </cell>
17083 </row>
17084 <row>
17085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17086 \begin_inset Text
17087
17088 \begin_layout Plain Layout
17089
17090 \backslash
17091 bigtriangleup
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Plain Layout
17100 \begin_inset Formula $\bigtriangleup$
17101 \end_inset
17102
17103
17104 \end_layout
17105
17106 \end_inset
17107 </cell>
17108 </row>
17109 <row>
17110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17111 \begin_inset Text
17112
17113 \begin_layout Plain Layout
17114
17115 \backslash
17116 Box
17117 \end_layout
17118
17119 \end_inset
17120 </cell>
17121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17122 \begin_inset Text
17123
17124 \begin_layout Plain Layout
17125 \begin_inset Formula $\Box$
17126 \end_inset
17127
17128
17129 \end_layout
17130
17131 \end_inset
17132 </cell>
17133 </row>
17134 <row>
17135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17136 \begin_inset Text
17137
17138 \begin_layout Plain Layout
17139
17140 \backslash
17141 cap 
17142 \end_layout
17143
17144 \end_inset
17145 </cell>
17146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17147 \begin_inset Text
17148
17149 \begin_layout Plain Layout
17150 \begin_inset Formula $\cap$
17151 \end_inset
17152
17153
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 </row>
17159 <row>
17160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17161 \begin_inset Text
17162
17163 \begin_layout Plain Layout
17164
17165 \backslash
17166 cup
17167 \end_layout
17168
17169 \end_inset
17170 </cell>
17171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17172 \begin_inset Text
17173
17174 \begin_layout Plain Layout
17175 \begin_inset Formula $\cup$
17176 \end_inset
17177
17178
17179 \end_layout
17180
17181 \end_inset
17182 </cell>
17183 </row>
17184 <row>
17185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17186 \begin_inset Text
17187
17188 \begin_layout Plain Layout
17189
17190 \backslash
17191 dagger
17192 \end_layout
17193
17194 \end_inset
17195 </cell>
17196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17197 \begin_inset Text
17198
17199 \begin_layout Plain Layout
17200 \begin_inset Formula $\dagger$
17201 \end_inset
17202
17203
17204 \end_layout
17205
17206 \end_inset
17207 </cell>
17208 </row>
17209 <row>
17210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17211 \begin_inset Text
17212
17213 \begin_layout Plain Layout
17214
17215 \backslash
17216 ddagger
17217 \end_layout
17218
17219 \end_inset
17220 </cell>
17221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17222 \begin_inset Text
17223
17224 \begin_layout Plain Layout
17225 \begin_inset Formula $\ddagger$
17226 \end_inset
17227
17228
17229 \end_layout
17230
17231 \end_inset
17232 </cell>
17233 </row>
17234 <row>
17235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17236 \begin_inset Text
17237
17238 \begin_layout Plain Layout
17239
17240 \backslash
17241 wr
17242 \end_layout
17243
17244 \end_inset
17245 </cell>
17246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17247 \begin_inset Text
17248
17249 \begin_layout Plain Layout
17250 \begin_inset Formula $\wr$
17251 \end_inset
17252
17253
17254 \end_layout
17255
17256 \end_inset
17257 </cell>
17258 </row>
17259 <row>
17260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17261 \begin_inset Text
17262
17263 \begin_layout Plain Layout
17264
17265 \backslash
17266 bigcirc
17267 \end_layout
17268
17269 \end_inset
17270 </cell>
17271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17272 \begin_inset Text
17273
17274 \begin_layout Plain Layout
17275 \begin_inset Formula $\bigcirc$
17276 \end_inset
17277
17278
17279 \end_layout
17280
17281 \end_inset
17282 </cell>
17283 </row>
17284 <row>
17285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17286 \begin_inset Text
17287
17288 \begin_layout Plain Layout
17289
17290 \backslash
17291 wedge
17292 \end_layout
17293
17294 \end_inset
17295 </cell>
17296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17297 \begin_inset Text
17298
17299 \begin_layout Plain Layout
17300 \begin_inset Formula $\wedge$
17301 \end_inset
17302
17303
17304 \end_layout
17305
17306 \end_inset
17307 </cell>
17308 </row>
17309 <row>
17310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17311 \begin_inset Text
17312
17313 \begin_layout Plain Layout
17314
17315 \backslash
17316 vee
17317 \end_layout
17318
17319 \end_inset
17320 </cell>
17321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17322 \begin_inset Text
17323
17324 \begin_layout Plain Layout
17325 \begin_inset Formula $\vee$
17326 \end_inset
17327
17328
17329 \end_layout
17330
17331 \end_inset
17332 </cell>
17333 </row>
17334 </lyxtabular>
17335
17336 \end_inset
17337
17338
17339 \begin_inset space \hfill{}
17340 \end_inset
17341
17342
17343 \begin_inset Tabular
17344 <lyxtabular version="3" rows="13" columns="2">
17345 <features rotate="0" tabularvalignment="middle">
17346 <column alignment="center" valignment="top" width="0pt">
17347 <column alignment="center" valignment="top" width="0pt">
17348 <row>
17349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17350 \begin_inset Text
17351
17352 \begin_layout Plain Layout
17353 Comando
17354 \end_layout
17355
17356 \end_inset
17357 </cell>
17358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17359 \begin_inset Text
17360
17361 \begin_layout Plain Layout
17362 Operador
17363 \end_layout
17364
17365 \end_inset
17366 </cell>
17367 </row>
17368 <row>
17369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17370 \begin_inset Text
17371
17372 \begin_layout Plain Layout
17373
17374 \backslash
17375 oplus
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384 \begin_inset Formula $\oplus$
17385 \end_inset
17386
17387
17388 \end_layout
17389
17390 \end_inset
17391 </cell>
17392 </row>
17393 <row>
17394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17395 \begin_inset Text
17396
17397 \begin_layout Plain Layout
17398
17399 \backslash
17400 ominus
17401 \end_layout
17402
17403 \end_inset
17404 </cell>
17405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17406 \begin_inset Text
17407
17408 \begin_layout Plain Layout
17409 \begin_inset Formula $\ominus$
17410 \end_inset
17411
17412
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 </row>
17418 <row>
17419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17420 \begin_inset Text
17421
17422 \begin_layout Plain Layout
17423
17424 \backslash
17425 otimes
17426 \end_layout
17427
17428 \end_inset
17429 </cell>
17430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17431 \begin_inset Text
17432
17433 \begin_layout Plain Layout
17434 \begin_inset Formula $\otimes$
17435 \end_inset
17436
17437
17438 \end_layout
17439
17440 \end_inset
17441 </cell>
17442 </row>
17443 <row>
17444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17445 \begin_inset Text
17446
17447 \begin_layout Plain Layout
17448
17449 \backslash
17450 oslash
17451 \end_layout
17452
17453 \end_inset
17454 </cell>
17455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17456 \begin_inset Text
17457
17458 \begin_layout Plain Layout
17459 \begin_inset Formula $\oslash$
17460 \end_inset
17461
17462
17463 \end_layout
17464
17465 \end_inset
17466 </cell>
17467 </row>
17468 <row>
17469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17470 \begin_inset Text
17471
17472 \begin_layout Plain Layout
17473
17474 \backslash
17475 odot
17476 \end_layout
17477
17478 \end_inset
17479 </cell>
17480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17481 \begin_inset Text
17482
17483 \begin_layout Plain Layout
17484 \begin_inset Formula $\odot$
17485 \end_inset
17486
17487
17488 \end_layout
17489
17490 \end_inset
17491 </cell>
17492 </row>
17493 <row>
17494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17495 \begin_inset Text
17496
17497 \begin_layout Plain Layout
17498
17499 \backslash
17500 amalg
17501 \end_layout
17502
17503 \end_inset
17504 </cell>
17505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17506 \begin_inset Text
17507
17508 \begin_layout Plain Layout
17509 \begin_inset Formula $\amalg$
17510 \end_inset
17511
17512
17513 \end_layout
17514
17515 \end_inset
17516 </cell>
17517 </row>
17518 <row>
17519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17520 \begin_inset Text
17521
17522 \begin_layout Plain Layout
17523
17524 \backslash
17525 uplus
17526 \end_layout
17527
17528 \end_inset
17529 </cell>
17530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17531 \begin_inset Text
17532
17533 \begin_layout Plain Layout
17534 \begin_inset Formula $\uplus$
17535 \end_inset
17536
17537
17538 \end_layout
17539
17540 \end_inset
17541 </cell>
17542 </row>
17543 <row>
17544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17545 \begin_inset Text
17546
17547 \begin_layout Plain Layout
17548
17549 \backslash
17550 setminus
17551 \end_layout
17552
17553 \end_inset
17554 </cell>
17555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17556 \begin_inset Text
17557
17558 \begin_layout Plain Layout
17559 \begin_inset Formula $\setminus$
17560 \end_inset
17561
17562
17563 \end_layout
17564
17565 \end_inset
17566 </cell>
17567 </row>
17568 <row>
17569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17570 \begin_inset Text
17571
17572 \begin_layout Plain Layout
17573
17574 \backslash
17575 sqcap
17576 \end_layout
17577
17578 \end_inset
17579 </cell>
17580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17581 \begin_inset Text
17582
17583 \begin_layout Plain Layout
17584 \begin_inset Formula $\sqcap$
17585 \end_inset
17586
17587
17588 \end_layout
17589
17590 \end_inset
17591 </cell>
17592 </row>
17593 <row>
17594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17595 \begin_inset Text
17596
17597 \begin_layout Plain Layout
17598
17599 \backslash
17600 sqcup
17601 \end_layout
17602
17603 \end_inset
17604 </cell>
17605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17606 \begin_inset Text
17607
17608 \begin_layout Plain Layout
17609 \begin_inset Formula $\sqcup$
17610 \end_inset
17611
17612
17613 \end_layout
17614
17615 \end_inset
17616 </cell>
17617 </row>
17618 <row>
17619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17620 \begin_inset Text
17621
17622 \begin_layout Plain Layout
17623
17624 \backslash
17625 triangleleft
17626 \end_layout
17627
17628 \end_inset
17629 </cell>
17630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17631 \begin_inset Text
17632
17633 \begin_layout Plain Layout
17634 \begin_inset Formula $\triangleleft$
17635 \end_inset
17636
17637
17638 \end_layout
17639
17640 \end_inset
17641 </cell>
17642 </row>
17643 <row>
17644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17645 \begin_inset Text
17646
17647 \begin_layout Plain Layout
17648
17649 \backslash
17650 triangleright
17651 \end_layout
17652
17653 \end_inset
17654 </cell>
17655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17656 \begin_inset Text
17657
17658 \begin_layout Plain Layout
17659 \begin_inset Formula $\triangleright$
17660 \end_inset
17661
17662
17663 \end_layout
17664
17665 \end_inset
17666 </cell>
17667 </row>
17668 </lyxtabular>
17669
17670 \end_inset
17671
17672
17673 \begin_inset space \hfill{}
17674 \end_inset
17675
17676
17677 \end_layout
17678
17679 \begin_layout Standard
17680 Todos los operadores binarios se pueden insertar también con el botón 
17681 \begin_inset Info
17682 type  "icon"
17683 arg   "math-insert \\pm"
17684 \end_inset
17685
17686  de la barra de ecuaciones.
17687 \end_layout
17688
17689 \begin_layout Standard
17690 Para imprimir el operador Laplace se pueden usar 
17691 \series bold
17692
17693 \backslash
17694 Delta
17695 \series default
17696  o 
17697 \series bold
17698
17699 \backslash
17700 nabla
17701 \series default
17702 ^
17703 \series bold
17704 2
17705 \series default
17706  (
17707 \begin_inset Formula $\nabla^{2}$
17708 \end_inset
17709
17710 ) en vez de 
17711 \series bold
17712
17713 \backslash
17714 bigtriangleup
17715 \series default
17716 .
17717 \end_layout
17718
17719 \begin_layout Standard
17720 El carácter 
17721 \family sans
17722 Separador de menú
17723 \family default
17724  del menú 
17725 \family sans
17726 Insertar\SpecialChar \menuseparator
17727 Carácter especial
17728 \family default
17729  es el operador 
17730 \series bold
17731
17732 \backslash
17733 triangleright
17734 \series default
17735 .
17736 \end_layout
17737
17738 \begin_layout Subsection
17739 Operadores definidos por el usuario
17740 \begin_inset CommandInset label
17741 LatexCommand label
17742 name "sub:Operadores-de-usuario"
17743
17744 \end_inset
17745
17746
17747 \begin_inset Index idx
17748 status collapsed
17749
17750 \begin_layout Plain Layout
17751 Operadores ! personalizados
17752 \end_layout
17753
17754 \end_inset
17755
17756
17757 \end_layout
17758
17759 \begin_layout Standard
17760 Con ayuda del comando 
17761 \series bold
17762
17763 \backslash
17764 DeclareMathOperator
17765 \series default
17766
17767 \begin_inset Index idx
17768 status collapsed
17769
17770 \begin_layout Plain Layout
17771 Comandos ! D ! 
17772 \backslash
17773 dbinom@
17774 \backslash
17775 DeclareMathOperator
17776 \end_layout
17777
17778 \end_inset
17779
17780  se pueden definir operadores personalizados en el preámbulo LaTeX.
17781  Su esquema es:
17782 \end_layout
17783
17784 \begin_layout Standard
17785
17786 \series bold
17787
17788 \backslash
17789 DeclareMathOperator{comando nuevo}{presentación}
17790 \end_layout
17791
17792 \begin_layout Standard
17793 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17794  en la salida.
17795  Para definir un operador grande hay que añadirle un * detrás.
17796  Todos los operadores grandes personalizados pueden tener límites como se
17797  describe en 
17798 \begin_inset CommandInset ref
17799 LatexCommand ref
17800 reference "sub:Límites-de-operadores"
17801
17802 \end_inset
17803
17804 .
17805 \end_layout
17806
17807 \begin_layout Standard
17808 Por ejemplo, la línea en el preámbulo LaTeX
17809 \end_layout
17810
17811 \begin_layout Standard
17812
17813 \series bold
17814
17815 \backslash
17816 DeclareMathOperator*{
17817 \backslash
17818 Lozenge}{
17819 \backslash
17820 blacklozenge}
17821 \end_layout
17822
17823 \begin_layout Standard
17824 define el comando 
17825 \series bold
17826
17827 \backslash
17828 Lozenge
17829 \series default
17830 , que inserta un operador grande que es el símbolo blacklozenge de la 
17831 \begin_inset CommandInset ref
17832 LatexCommand ref
17833 reference "sub:Símbolos-misceláneos"
17834
17835 \end_inset
17836
17837 .
17838 \begin_inset Formula 
17839 \[
17840 \Lozenge_{n=1}^{\infty}
17841 \]
17842
17843 \end_inset
17844
17845 El comando para esta expresión es: 
17846 \series bold
17847
17848 \backslash
17849 Lozenge^
17850 \backslash
17851 infty
17852 \begin_inset Formula $\rightarrow$
17853 \end_inset
17854
17855 _n=1
17856 \begin_inset VSpace bigskip
17857 \end_inset
17858
17859
17860 \end_layout
17861
17862 \begin_layout Standard
17863 Si los operadores personalizados no se van a usar varias veces en el documento,
17864  se pueden también definir con los comandos 
17865 \series bold
17866
17867 \backslash
17868 mathop
17869 \series default
17870
17871 \begin_inset Index idx
17872 status collapsed
17873
17874 \begin_layout Plain Layout
17875 Comandos ! M ! 
17876 \backslash
17877 mathop
17878 \end_layout
17879
17880 \end_inset
17881
17882  y 
17883 \series bold
17884
17885 \backslash
17886 mathbin
17887 \series default
17888
17889 \begin_inset Index idx
17890 status collapsed
17891
17892 \begin_layout Plain Layout
17893 Comandos ! M ! 
17894 \backslash
17895 mathbin
17896 \end_layout
17897
17898 \end_inset
17899
17900 , con el siguiente esquema:
17901 \end_layout
17902
17903 \begin_layout Standard
17904
17905 \series bold
17906
17907 \backslash
17908 mathop{presentación}
17909 \series default
17910  y 
17911 \series bold
17912
17913 \backslash
17914 mathbin{presentación}
17915 \end_layout
17916
17917 \begin_layout Standard
17918
17919 \series bold
17920
17921 \backslash
17922 mathop
17923 \series default
17924  define operadores grandes, 
17925 \series bold
17926
17927 \backslash
17928 mathbin
17929 \series default
17930  operadores binarios.
17931 \end_layout
17932
17933 \begin_layout Standard
17934
17935 \series bold
17936
17937 \backslash
17938 mathop
17939 \series default
17940  se puede usar, p.e., para poner un límite a varios operadores:
17941 \begin_inset Formula 
17942 \[
17943 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17944 \]
17945
17946 \end_inset
17947
17948
17949 \end_layout
17950
17951 \begin_layout Standard
17952 El comando para la expresión anterior es:
17953 \begin_inset Newline newline
17954 \end_inset
17955
17956
17957 \series bold
17958
17959 \backslash
17960 mathop{
17961 \backslash
17962 sum
17963 \backslash
17964 negmedspace
17965 \backslash
17966 sum
17967 \series default
17968
17969 \begin_inset space \textvisiblespace{}
17970 \end_inset
17971
17972
17973 \series bold
17974
17975 \begin_inset Formula $\to$
17976 \end_inset
17977
17978 ^N
17979 \series default
17980
17981 \begin_inset space \textvisiblespace{}
17982 \end_inset
17983
17984
17985 \series bold
17986 _i,j=1
17987 \end_layout
17988
17989 \begin_layout Standard
17990 \begin_inset Newpage newpage
17991 \end_inset
17992
17993
17994 \end_layout
17995
17996 \begin_layout Section
17997 Tipografías
17998 \begin_inset Index idx
17999 status collapsed
18000
18001 \begin_layout Plain Layout
18002 Tipografías
18003 \end_layout
18004
18005 \end_inset
18006
18007
18008 \end_layout
18009
18010 \begin_layout Subsection
18011 Estilos de tipografías
18012 \begin_inset CommandInset label
18013 LatexCommand label
18014 name "sub:Estilos-de-tipografías"
18015
18016 \end_inset
18017
18018
18019 \begin_inset Index idx
18020 status collapsed
18021
18022 \begin_layout Plain Layout
18023 Tipografías ! estilos de
18024 \end_layout
18025
18026 \end_inset
18027
18028
18029 \end_layout
18030
18031 \begin_layout Standard
18032 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
18033  estilos:
18034 \end_layout
18035
18036 \begin_layout Standard
18037 \begin_inset VSpace -2mm
18038 \end_inset
18039
18040
18041 \end_layout
18042
18043 \begin_layout Standard
18044 \align center
18045 \begin_inset Tabular
18046 <lyxtabular version="3" rows="7" columns="3">
18047 <features rotate="0" tabularvalignment="middle">
18048 <column alignment="center" valignment="top">
18049 <column alignment="center" valignment="top">
18050 <column alignment="center" valignment="top">
18051 <row>
18052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18053 \begin_inset Text
18054
18055 \begin_layout Plain Layout
18056 Comando
18057 \end_layout
18058
18059 \end_inset
18060 </cell>
18061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Plain Layout
18065 Resultado
18066 \end_layout
18067
18068 \end_inset
18069 </cell>
18070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18071 \begin_inset Text
18072
18073 \begin_layout Plain Layout
18074 atajo
18075 \end_layout
18076
18077 \end_inset
18078 </cell>
18079 </row>
18080 <row>
18081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18082 \begin_inset Text
18083
18084 \begin_layout Plain Layout
18085
18086 \backslash
18087 mathbb
18088 \series bold
18089
18090 \begin_inset space \textvisiblespace{}
18091 \end_inset
18092
18093
18094 \series default
18095 ABC
18096 \end_layout
18097
18098 \end_inset
18099 </cell>
18100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18101 \begin_inset Text
18102
18103 \begin_layout Plain Layout
18104 \begin_inset Formula $\mathbb{ABC}$
18105 \end_inset
18106
18107
18108 \end_layout
18109
18110 \end_inset
18111 </cell>
18112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18113 \begin_inset Text
18114
18115 \begin_layout Plain Layout
18116
18117 \family sans
18118 Alt+C C
18119 \end_layout
18120
18121 \end_inset
18122 </cell>
18123 </row>
18124 <row>
18125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18126 \begin_inset Text
18127
18128 \begin_layout Plain Layout
18129
18130 \backslash
18131 mathbf
18132 \series bold
18133
18134 \begin_inset space \textvisiblespace{}
18135 \end_inset
18136
18137
18138 \series default
18139 AbC
18140 \end_layout
18141
18142 \end_inset
18143 </cell>
18144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18145 \begin_inset Text
18146
18147 \begin_layout Plain Layout
18148 \begin_inset Formula $\mathbf{AbC}$
18149 \end_inset
18150
18151
18152 \end_layout
18153
18154 \end_inset
18155 </cell>
18156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18157 \begin_inset Text
18158
18159 \begin_layout Plain Layout
18160
18161 \family sans
18162 Ctrl+B
18163 \end_layout
18164
18165 \end_inset
18166 </cell>
18167 </row>
18168 <row>
18169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18170 \begin_inset Text
18171
18172 \begin_layout Plain Layout
18173
18174 \backslash
18175 boldsymbol
18176 \series bold
18177
18178 \begin_inset space \textvisiblespace{}
18179 \end_inset
18180
18181
18182 \series default
18183 AbC
18184 \end_layout
18185
18186 \end_inset
18187 </cell>
18188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18189 \begin_inset Text
18190
18191 \begin_layout Plain Layout
18192 \begin_inset Formula $\boldsymbol{AbC}$
18193 \end_inset
18194
18195
18196 \end_layout
18197
18198 \end_inset
18199 </cell>
18200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18201 \begin_inset Text
18202
18203 \begin_layout Plain Layout
18204
18205 \family sans
18206 Ctrl+Alt+B , Alt+C B
18207 \end_layout
18208
18209 \end_inset
18210 </cell>
18211 </row>
18212 <row>
18213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18214 \begin_inset Text
18215
18216 \begin_layout Plain Layout
18217
18218 \backslash
18219 mathcal
18220 \series bold
18221
18222 \begin_inset space \textvisiblespace{}
18223 \end_inset
18224
18225
18226 \series default
18227 ABC
18228 \end_layout
18229
18230 \end_inset
18231 </cell>
18232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18233 \begin_inset Text
18234
18235 \begin_layout Plain Layout
18236 \begin_inset Formula $\mathcal{ABC}$
18237 \end_inset
18238
18239
18240 \end_layout
18241
18242 \end_inset
18243 </cell>
18244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18245 \begin_inset Text
18246
18247 \begin_layout Plain Layout
18248
18249 \family sans
18250 Ctrl+E , Alt+C E
18251 \end_layout
18252
18253 \end_inset
18254 </cell>
18255 </row>
18256 <row>
18257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18258 \begin_inset Text
18259
18260 \begin_layout Plain Layout
18261
18262 \backslash
18263 mathfrak
18264 \series bold
18265
18266 \begin_inset space \textvisiblespace{}
18267 \end_inset
18268
18269
18270 \series default
18271 AbC
18272 \end_layout
18273
18274 \end_inset
18275 </cell>
18276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18277 \begin_inset Text
18278
18279 \begin_layout Plain Layout
18280 \begin_inset Formula $\mathfrak{AbC}$
18281 \end_inset
18282
18283
18284 \end_layout
18285
18286 \end_inset
18287 </cell>
18288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18289 \begin_inset Text
18290
18291 \begin_layout Plain Layout
18292 -
18293 \end_layout
18294
18295 \end_inset
18296 </cell>
18297 </row>
18298 <row>
18299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18300 \begin_inset Text
18301
18302 \begin_layout Plain Layout
18303
18304 \backslash
18305 mathscr
18306 \series bold
18307
18308 \begin_inset space \textvisiblespace{}
18309 \end_inset
18310
18311
18312 \series default
18313 AbC
18314 \end_layout
18315
18316 \end_inset
18317 </cell>
18318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18319 \begin_inset Text
18320
18321 \begin_layout Plain Layout
18322 \begin_inset Formula $\mathscr{AbC}$
18323 \end_inset
18324
18325
18326 \end_layout
18327
18328 \end_inset
18329 </cell>
18330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18331 \begin_inset Text
18332
18333 \begin_layout Plain Layout
18334 -
18335 \end_layout
18336
18337 \end_inset
18338 </cell>
18339 </row>
18340 </lyxtabular>
18341
18342 \end_inset
18343
18344
18345 \end_layout
18346
18347 \begin_layout Standard
18348 \align center
18349 \begin_inset Tabular
18350 <lyxtabular version="3" rows="5" columns="3">
18351 <features rotate="0" tabularvalignment="middle">
18352 <column alignment="center" valignment="top">
18353 <column alignment="center" valignment="top">
18354 <column alignment="center" valignment="top">
18355 <row>
18356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18357 \begin_inset Text
18358
18359 \begin_layout Plain Layout
18360 Comando
18361 \end_layout
18362
18363 \end_inset
18364 </cell>
18365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18366 \begin_inset Text
18367
18368 \begin_layout Plain Layout
18369 Resultado
18370 \end_layout
18371
18372 \end_inset
18373 </cell>
18374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18375 \begin_inset Text
18376
18377 \begin_layout Plain Layout
18378 atajo
18379 \end_layout
18380
18381 \end_inset
18382 </cell>
18383 </row>
18384 <row>
18385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18386 \begin_inset Text
18387
18388 \begin_layout Plain Layout
18389
18390 \backslash
18391 mathit
18392 \series bold
18393
18394 \begin_inset space \textvisiblespace{}
18395 \end_inset
18396
18397
18398 \series default
18399 AbC
18400 \end_layout
18401
18402 \end_inset
18403 </cell>
18404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18405 \begin_inset Text
18406
18407 \begin_layout Plain Layout
18408 \begin_inset Formula $\mathit{AbC}$
18409 \end_inset
18410
18411
18412 \end_layout
18413
18414 \end_inset
18415 </cell>
18416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18417 \begin_inset Text
18418
18419 \begin_layout Plain Layout
18420 -
18421 \end_layout
18422
18423 \end_inset
18424 </cell>
18425 </row>
18426 <row>
18427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18428 \begin_inset Text
18429
18430 \begin_layout Plain Layout
18431
18432 \backslash
18433 mathrm
18434 \series bold
18435
18436 \begin_inset space \textvisiblespace{}
18437 \end_inset
18438
18439
18440 \series default
18441 AbC
18442 \end_layout
18443
18444 \end_inset
18445 </cell>
18446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18447 \begin_inset Text
18448
18449 \begin_layout Plain Layout
18450 \begin_inset Formula $\mathrm{AbC}$
18451 \end_inset
18452
18453
18454 \end_layout
18455
18456 \end_inset
18457 </cell>
18458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18459 \begin_inset Text
18460
18461 \begin_layout Plain Layout
18462
18463 \family sans
18464 Alt+C R
18465 \end_layout
18466
18467 \end_inset
18468 </cell>
18469 </row>
18470 <row>
18471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18472 \begin_inset Text
18473
18474 \begin_layout Plain Layout
18475
18476 \backslash
18477 mathsf
18478 \series bold
18479
18480 \begin_inset space \textvisiblespace{}
18481 \end_inset
18482
18483
18484 \series default
18485 AbC
18486 \end_layout
18487
18488 \end_inset
18489 </cell>
18490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18491 \begin_inset Text
18492
18493 \begin_layout Plain Layout
18494 \begin_inset Formula $\mathsf{AbC}$
18495 \end_inset
18496
18497
18498 \end_layout
18499
18500 \end_inset
18501 </cell>
18502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18503 \begin_inset Text
18504
18505 \begin_layout Plain Layout
18506
18507 \family sans
18508 Alt+C S
18509 \end_layout
18510
18511 \end_inset
18512 </cell>
18513 </row>
18514 <row>
18515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18516 \begin_inset Text
18517
18518 \begin_layout Plain Layout
18519
18520 \backslash
18521 mathtt
18522 \series bold
18523
18524 \begin_inset space \textvisiblespace{}
18525 \end_inset
18526
18527
18528 \series default
18529 AbC
18530 \end_layout
18531
18532 \end_inset
18533 </cell>
18534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18535 \begin_inset Text
18536
18537 \begin_layout Plain Layout
18538 \begin_inset Formula $\mathtt{AbC}$
18539 \end_inset
18540
18541
18542 \end_layout
18543
18544 \end_inset
18545 </cell>
18546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18547 \begin_inset Text
18548
18549 \begin_layout Plain Layout
18550
18551 \family sans
18552 Ctrl+Mayúsculas+P
18553 \end_layout
18554
18555 \end_inset
18556 </cell>
18557 </row>
18558 </lyxtabular>
18559
18560 \end_inset
18561
18562
18563 \end_layout
18564
18565 \begin_layout Standard
18566 \begin_inset Note Greyedout
18567 status open
18568
18569 \begin_layout Plain Layout
18570
18571 \series bold
18572 Nota
18573 \series default
18574 : Los estilos 
18575 \series bold
18576
18577 \backslash
18578 mathbb
18579 \series default
18580  y 
18581 \series bold
18582
18583 \backslash
18584 mathcal
18585 \series default
18586  sólo se aplican a letras mayúsculas.
18587 \end_layout
18588
18589 \end_inset
18590
18591
18592 \end_layout
18593
18594 \begin_layout Standard
18595 El estilo predeterminado es 
18596 \series bold
18597
18598 \backslash
18599 mathnormal
18600 \series default
18601 .
18602 \end_layout
18603
18604 \begin_layout Standard
18605 Los comandos de estilo funcionan también en estructuras matemáticas:
18606 \begin_inset Formula 
18607 \[
18608 \mathfrak{A=\frac{b}{C}}
18609 \]
18610
18611 \end_inset
18612
18613
18614 \end_layout
18615
18616 \begin_layout Standard
18617 Los caracteres en texto matemático no aparecen en un estilo tipográfico
18618  de ecuaciones sino en el estilo tipográfico de texto 
18619 \series bold
18620
18621 \backslash
18622 textrm
18623 \series default
18624 .
18625  Este estilo no se puede poner correctamente con el diálogo de estilo de
18626  texto por un fallo de LyX.
18627 \begin_inset Foot
18628 status collapsed
18629
18630 \begin_layout Plain Layout
18631 \begin_inset CommandInset href
18632 LatexCommand href
18633 name "LyX-bug #4629"
18634 target "http://www.lyx.org/trac/ticket/4629"
18635
18636 \end_inset
18637
18638
18639 \end_layout
18640
18641 \end_inset
18642
18643
18644 \end_layout
18645
18646 \begin_layout Standard
18647 En vez de comandos se puede usar el menú 
18648 \family sans
18649 Editar\SpecialChar \menuseparator
18650 Ecuación\SpecialChar \menuseparator
18651 Estilo del texto
18652 \family default
18653  o el botón 
18654 \begin_inset Info
18655 type  "icon"
18656 arg   "math-insert \\font"
18657 \end_inset
18658
18659 .
18660 \end_layout
18661
18662 \begin_layout Subsection
18663 Ecuaciones en negrita
18664 \begin_inset CommandInset label
18665 LatexCommand label
18666 name "sub:Ecuaciones-en-negrita"
18667
18668 \end_inset
18669
18670
18671 \begin_inset Index idx
18672 status collapsed
18673
18674 \begin_layout Plain Layout
18675 Ecuación ! en negrita
18676 \end_layout
18677
18678 \end_inset
18679
18680
18681 \end_layout
18682
18683 \begin_layout Standard
18684 Para poner en negrita una ecuación completa no se puede usar el comando
18685  
18686 \series bold
18687
18688 \backslash
18689 mathbf
18690 \series default
18691 , porque no funciona con minúsculas griegas.
18692  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18693 \begin_inset Formula 
18694 \[
18695 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}
18696 \]
18697
18698 \end_inset
18699
18700
18701 \end_layout
18702
18703 \begin_layout Standard
18704 Para presentar la ecuación correctamente se usa el comando 
18705 \series bold
18706 boldsymbol
18707 \series default
18708 :
18709 \begin_inset Formula 
18710 \[
18711 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}
18712 \]
18713
18714 \end_inset
18715
18716
18717 \end_layout
18718
18719 \begin_layout Standard
18720 También es posible poner la fórmula en un 
18721 \series bold
18722 entorno boldmath
18723 \series default
18724 , que se inserta con el comando 
18725 \series bold
18726
18727 \backslash
18728 boldmath
18729 \series default
18730
18731 \begin_inset Index idx
18732 status collapsed
18733
18734 \begin_layout Plain Layout
18735 Comandos ! B ! 
18736 \backslash
18737 boldmath
18738 \end_layout
18739
18740 \end_inset
18741
18742  en modo TeX.
18743  Para finalizar el entorno se usa el comando 
18744 \series bold
18745
18746 \backslash
18747 unboldmath
18748 \series default
18749
18750 \begin_inset Index idx
18751 status collapsed
18752
18753 \begin_layout Plain Layout
18754 Comandos ! U ! 
18755 \backslash
18756 unboldmath
18757 \end_layout
18758
18759 \end_inset
18760
18761  en modo TeX.
18762 \begin_inset ERT
18763 status collapsed
18764
18765 \begin_layout Plain Layout
18766
18767
18768 \backslash
18769 boldmath
18770 \end_layout
18771
18772 \end_inset
18773
18774
18775 \begin_inset Formula 
18776 \[
18777 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}
18778 \]
18779
18780 \end_inset
18781
18782
18783 \end_layout
18784
18785 \begin_layout Standard
18786 \begin_inset ERT
18787 status collapsed
18788
18789 \begin_layout Plain Layout
18790
18791
18792 \backslash
18793 unboldmath
18794 \end_layout
18795
18796 \end_inset
18797
18798
18799 \end_layout
18800
18801 \begin_layout Subsection
18802 Ecuaciones coloreadas
18803 \begin_inset Index idx
18804 status collapsed
18805
18806 \begin_layout Plain Layout
18807 Ecuación ! coloreada
18808 \end_layout
18809
18810 \end_inset
18811
18812
18813 \end_layout
18814
18815 \begin_layout Standard
18816 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
18817  o una parte de una ecuación y usa el diálogo 
18818 \family sans
18819 Estilo del texto
18820 \family default
18821 .
18822  Aquí hay una ecuación en magenta:
18823 \begin_inset Formula 
18824 \[
18825 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18826 \]
18827
18828 \end_inset
18829
18830 También puedes definir tus propios colores como se describe en
18831 \begin_inset space ~
18832 \end_inset
18833
18834
18835 \begin_inset CommandInset ref
18836 LatexCommand ref
18837 reference "sub:Marcos-coloreados"
18838
18839 \end_inset
18840
18841 .
18842  Pueden usarse con el comando en código TeX 
18843 \series bold
18844
18845 \backslash
18846 textcolor
18847 \series default
18848
18849 \begin_inset Index idx
18850 status collapsed
18851
18852 \begin_layout Plain Layout
18853 Comandos ! T ! 
18854 \backslash
18855 textcolor
18856 \end_layout
18857
18858 \end_inset
18859
18860  según el esquema
18861 \end_layout
18862
18863 \begin_layout Standard
18864
18865 \series bold
18866
18867 \backslash
18868 textcolor{color}{caracteres o ecuación}
18869 \end_layout
18870
18871 \begin_layout Standard
18872 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
18873 e en rojo:
18874 \end_layout
18875
18876 \begin_layout Standard
18877 \begin_inset ERT
18878 status collapsed
18879
18880 \begin_layout Plain Layout
18881
18882
18883 \backslash
18884 textcolor{verdeoscuro}{
18885 \end_layout
18886
18887 \end_inset
18888
18889
18890 \begin_inset Formula 
18891 \[
18892 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18893 \]
18894
18895 \end_inset
18896
18897
18898 \begin_inset ERT
18899 status collapsed
18900
18901 \begin_layout Plain Layout
18902
18903 }
18904 \end_layout
18905
18906 \end_inset
18907
18908
18909 \end_layout
18910
18911 \begin_layout Standard
18912 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
18913  a ecuaciones completas.
18914 \begin_inset Foot
18915 status collapsed
18916
18917 \begin_layout Plain Layout
18918 \begin_inset CommandInset href
18919 LatexCommand href
18920 name "LyX-bug #5269"
18921 target "http://www.lyx.org/trac/ticket/5269"
18922
18923 \end_inset
18924
18925
18926 \end_layout
18927
18928 \end_inset
18929
18930
18931 \end_layout
18932
18933 \begin_layout Subsection
18934 Tamaños de tipografías
18935 \begin_inset CommandInset label
18936 LatexCommand label
18937 name "sub:Tamaños-de-tipografías"
18938
18939 \end_inset
18940
18941
18942 \begin_inset Index idx
18943 status collapsed
18944
18945 \begin_layout Plain Layout
18946 Tipografías ! tamaño
18947 \end_layout
18948
18949 \end_inset
18950
18951
18952 \end_layout
18953
18954 \begin_layout Standard
18955 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
18956  siguientes comandos de tamaño:
18957 \end_layout
18958
18959 \begin_layout Standard
18960
18961 \series bold
18962
18963 \backslash
18964 Huge
18965 \series default
18966
18967 \series bold
18968
18969 \backslash
18970 huge
18971 \series default
18972
18973 \series bold
18974
18975 \backslash
18976 LARGE
18977 \series default
18978
18979 \series bold
18980
18981 \backslash
18982 Large
18983 \series default
18984
18985 \series bold
18986
18987 \backslash
18988 large
18989 \series default
18990
18991 \series bold
18992
18993 \backslash
18994 normalsize
18995 \series default
18996
18997 \series bold
18998
18999 \backslash
19000 small
19001 \series default
19002 ,
19003 \begin_inset Newline newline
19004 \end_inset
19005
19006
19007 \series bold
19008
19009 \backslash
19010 footnotesize
19011 \series default
19012
19013 \series bold
19014
19015 \backslash
19016 scriptsize
19017 \series default
19018 , y 
19019 \series bold
19020
19021 \backslash
19022 tiny
19023 \end_layout
19024
19025 \begin_layout Standard
19026 El tamaño dado por los comandos depende del tamaño base de la tipografía
19027  en el documento, dado por el comando 
19028 \series bold
19029
19030 \backslash
19031 normalsize
19032 \series default
19033 .
19034  Los demás comandos producen tamaños menores o mayores que 
19035 \series bold
19036
19037 \backslash
19038 normalsize
19039 \series default
19040 .
19041  No obstante, puede que el tamaño de tipografía no exceda de cierto valor.
19042  Si, por ejemplo, la tipografía del documento es de 12
19043 \begin_inset space \thinspace{}
19044 \end_inset
19045
19046 pt, el comando 
19047 \series bold
19048
19049 \backslash
19050 Huge
19051 \series default
19052  da el mismo tamaño que 
19053 \series bold
19054
19055 \backslash
19056 huge
19057 \series default
19058 .
19059 \end_layout
19060
19061 \begin_layout Standard
19062 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
19063  a todas las ecuaciones y texto siguientes.
19064  Para volver al tamaño anterior hay que insertar el comando 
19065 \series bold
19066
19067 \backslash
19068 normalsize
19069 \series default
19070  en modo TeX detrás de la ecuación.
19071 \end_layout
19072
19073 \begin_layout Standard
19074 Dentro de una ecuación, el tamaño se puede cambiar usando los siguientes
19075  comandos de tamaño o el botón 
19076 \begin_inset Info
19077 type  "icon"
19078 arg   "math-insert \\style"
19079 \end_inset
19080
19081 :
19082 \end_layout
19083
19084 \begin_layout Standard
19085 \noindent
19086 \align center
19087 \begin_inset Tabular
19088 <lyxtabular version="3" rows="5" columns="2">
19089 <features rotate="0" tabularvalignment="middle">
19090 <column alignment="center" valignment="top">
19091 <column alignment="center" valignment="top">
19092 <row>
19093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19094 \begin_inset Text
19095
19096 \begin_layout Plain Layout
19097 Comando
19098 \end_layout
19099
19100 \end_inset
19101 </cell>
19102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19103 \begin_inset Text
19104
19105 \begin_layout Plain Layout
19106 Resultado
19107 \begin_inset Note Note
19108 status collapsed
19109
19110 \begin_layout Plain Layout
19111
19112 \series bold
19113
19114 \backslash
19115 raisebox
19116 \series default
19117  se usa sólo como espaciador
19118 \end_layout
19119
19120 \end_inset
19121
19122
19123 \end_layout
19124
19125 \end_inset
19126 </cell>
19127 </row>
19128 <row>
19129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19130 \begin_inset Text
19131
19132 \begin_layout Plain Layout
19133
19134 \backslash
19135 displaystyle
19136 \begin_inset Index idx
19137 status collapsed
19138
19139 \begin_layout Plain Layout
19140 Comandos ! D ! 
19141 \backslash
19142 displaystyle
19143 \end_layout
19144
19145 \end_inset
19146
19147
19148 \end_layout
19149
19150 \end_inset
19151 </cell>
19152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19153 \begin_inset Text
19154
19155 \begin_layout Plain Layout
19156 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19157 \end_inset
19158
19159
19160 \end_layout
19161
19162 \end_inset
19163 </cell>
19164 </row>
19165 <row>
19166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19167 \begin_inset Text
19168
19169 \begin_layout Plain Layout
19170
19171 \backslash
19172 textstyle
19173 \end_layout
19174
19175 \end_inset
19176 </cell>
19177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19178 \begin_inset Text
19179
19180 \begin_layout Plain Layout
19181 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19182 \end_inset
19183
19184
19185 \end_layout
19186
19187 \end_inset
19188 </cell>
19189 </row>
19190 <row>
19191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19192 \begin_inset Text
19193
19194 \begin_layout Plain Layout
19195
19196 \backslash
19197 scriptstyle
19198 \end_layout
19199
19200 \end_inset
19201 </cell>
19202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19203 \begin_inset Text
19204
19205 \begin_layout Plain Layout
19206 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19207 \end_inset
19208
19209
19210 \end_layout
19211
19212 \end_inset
19213 </cell>
19214 </row>
19215 <row>
19216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19217 \begin_inset Text
19218
19219 \begin_layout Plain Layout
19220
19221 \backslash
19222 scriptscriptstyle
19223 \end_layout
19224
19225 \end_inset
19226 </cell>
19227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19228 \begin_inset Text
19229
19230 \begin_layout Plain Layout
19231 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19232 \end_inset
19233
19234
19235 \end_layout
19236
19237 \end_inset
19238 </cell>
19239 </row>
19240 </lyxtabular>
19241
19242 \end_inset
19243
19244
19245 \end_layout
19246
19247 \begin_layout Standard
19248 Después de introducir estos comandos, aparece un marco azul en el que se
19249  insertan las partes de la fórmula.
19250 \end_layout
19251
19252 \begin_layout Standard
19253 Hay un método más para cambiar el tamaño de tipografía, aunque solo funciona
19254  para símbolos o letras en texto matemático.
19255  Para usarlo se inserta en texto matemático uno de los comandos de tamaño
19256  de texto anteriores.
19257  Todos los caracteres siguientes, hasta el final del texto matemático o
19258  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
19259  Dos ejemplos:
19260 \begin_inset VSpace -2mm
19261 \end_inset
19262
19263
19264 \end_layout
19265
19266 \begin_layout Standard
19267 \begin_inset ERT
19268 status collapsed
19269
19270 \begin_layout Plain Layout
19271
19272
19273 \backslash
19274 huge
19275 \end_layout
19276
19277 \end_inset
19278
19279
19280 \begin_inset Formula 
19281 \[
19282 A=\frac{B}{c}\cdot\maltese
19283 \]
19284
19285 \end_inset
19286
19287
19288 \begin_inset Formula 
19289 \[
19290 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19291 \]
19292
19293 \end_inset
19294
19295
19296 \end_layout
19297
19298 \begin_layout Standard
19299 \begin_inset ERT
19300 status collapsed
19301
19302 \begin_layout Plain Layout
19303
19304
19305 \backslash
19306 normalsize
19307 \end_layout
19308
19309 \end_inset
19310
19311
19312 \begin_inset VSpace medskip
19313 \end_inset
19314
19315
19316 \end_layout
19317
19318 \begin_layout Standard
19319 Antes de las ecuaciones se ha insertado el comando 
19320 \series bold
19321
19322 \backslash
19323 huge
19324 \series default
19325 .
19326  Para la segunda ecuación el comando es:
19327 \begin_inset Newline newline
19328 \end_inset
19329
19330
19331 \series bold
19332
19333 \backslash
19334 maltese
19335 \begin_inset space \textvisiblespace{}
19336 \end_inset
19337
19338 A Alt+M M 
19339 \backslash
19340 Large
19341 \begin_inset space \textvisiblespace{}
19342 \end_inset
19343
19344
19345 \backslash
19346 maltese
19347 \begin_inset space \textvisiblespace{}
19348 \end_inset
19349
19350
19351 \backslash
19352 textit
19353 \begin_inset space \textvisiblespace{}
19354 \end_inset
19355
19356 A
19357 \begin_inset Formula $\to$
19358 \end_inset
19359
19360
19361 \begin_inset Formula $\to$
19362 \end_inset
19363
19364
19365 \begin_inset Newline newline
19366 \end_inset
19367
19368
19369 \begin_inset space \hspace*{}
19370 \length 1cm
19371 \end_inset
19372
19373 Alt+M M 
19374 \backslash
19375 tiny
19376 \begin_inset space \textvisiblespace{}
19377 \end_inset
19378
19379
19380 \backslash
19381 maltese
19382 \begin_inset space \textvisiblespace{}
19383 \end_inset
19384
19385
19386 \backslash
19387 textit
19388 \begin_inset space \textvisiblespace{}
19389 \end_inset
19390
19391 A
19392 \end_layout
19393
19394 \begin_layout Standard
19395 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
19396  el tamaño por omisión.
19397 \end_layout
19398
19399 \begin_layout Section
19400 Letras griegas
19401 \begin_inset Index idx
19402 status collapsed
19403
19404 \begin_layout Plain Layout
19405 Letras griegas
19406 \end_layout
19407
19408 \end_inset
19409
19410
19411 \end_layout
19412
19413 \begin_layout Standard
19414 Las letras griegas se pueden insertar además mediante el botón 
19415 \begin_inset Info
19416 type  "icon"
19417 arg   "math-insert \\alpha"
19418 \end_inset
19419
19420  de la barra de ecuaciones.
19421  Las normas internacionales de tipografía proponen que las letras griegas
19422  en ecuaciones deben escribirse en cursiva/inclinada.
19423  No obstante, en algunos idiomas, como francés o ruso, a veces se escriben
19424  en redonda.
19425  Para las normas en español, véase
19426 \begin_inset space ~
19427 \end_inset
19428
19429
19430 \begin_inset CommandInset citation
19431 LatexCommand cite
19432 key "Bezos"
19433
19434 \end_inset
19435
19436 .
19437 \end_layout
19438
19439 \begin_layout Subsection
19440 Minúsculas
19441 \begin_inset Index idx
19442 status collapsed
19443
19444 \begin_layout Plain Layout
19445 Letras griegas ! minúsculas
19446 \end_layout
19447
19448 \end_inset
19449
19450
19451 \end_layout
19452
19453 \begin_layout Standard
19454 \begin_inset space \hfill{}
19455 \end_inset
19456
19457
19458 \begin_inset Tabular
19459 <lyxtabular version="3" rows="11" columns="2">
19460 <features rotate="0" tabularvalignment="middle">
19461 <column alignment="center" valignment="top" width="0pt">
19462 <column alignment="center" valignment="top" width="0pt">
19463 <row>
19464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19465 \begin_inset Text
19466
19467 \begin_layout Plain Layout
19468 Comando
19469 \end_layout
19470
19471 \end_inset
19472 </cell>
19473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19474 \begin_inset Text
19475
19476 \begin_layout Plain Layout
19477 Símbolo
19478 \end_layout
19479
19480 \end_inset
19481 </cell>
19482 </row>
19483 <row>
19484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19485 \begin_inset Text
19486
19487 \begin_layout Plain Layout
19488
19489 \backslash
19490 alpha
19491 \end_layout
19492
19493 \end_inset
19494 </cell>
19495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19496 \begin_inset Text
19497
19498 \begin_layout Plain Layout
19499 \begin_inset Formula $\alpha$
19500 \end_inset
19501
19502
19503 \end_layout
19504
19505 \end_inset
19506 </cell>
19507 </row>
19508 <row>
19509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19510 \begin_inset Text
19511
19512 \begin_layout Plain Layout
19513
19514 \backslash
19515 beta
19516 \end_layout
19517
19518 \end_inset
19519 </cell>
19520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19521 \begin_inset Text
19522
19523 \begin_layout Plain Layout
19524 \begin_inset Formula $\beta$
19525 \end_inset
19526
19527
19528 \end_layout
19529
19530 \end_inset
19531 </cell>
19532 </row>
19533 <row>
19534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19535 \begin_inset Text
19536
19537 \begin_layout Plain Layout
19538
19539 \backslash
19540 gamma
19541 \end_layout
19542
19543 \end_inset
19544 </cell>
19545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19546 \begin_inset Text
19547
19548 \begin_layout Plain Layout
19549 \begin_inset Formula $\gamma$
19550 \end_inset
19551
19552
19553 \end_layout
19554
19555 \end_inset
19556 </cell>
19557 </row>
19558 <row>
19559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19560 \begin_inset Text
19561
19562 \begin_layout Plain Layout
19563
19564 \backslash
19565 delta
19566 \end_layout
19567
19568 \end_inset
19569 </cell>
19570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19571 \begin_inset Text
19572
19573 \begin_layout Plain Layout
19574 \begin_inset Formula $\delta$
19575 \end_inset
19576
19577
19578 \end_layout
19579
19580 \end_inset
19581 </cell>
19582 </row>
19583 <row>
19584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19585 \begin_inset Text
19586
19587 \begin_layout Plain Layout
19588
19589 \backslash
19590 epsilon
19591 \end_layout
19592
19593 \end_inset
19594 </cell>
19595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19596 \begin_inset Text
19597
19598 \begin_layout Plain Layout
19599 \begin_inset Formula $\epsilon$
19600 \end_inset
19601
19602
19603 \end_layout
19604
19605 \end_inset
19606 </cell>
19607 </row>
19608 <row>
19609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19610 \begin_inset Text
19611
19612 \begin_layout Plain Layout
19613
19614 \backslash
19615 varepsilon
19616 \end_layout
19617
19618 \end_inset
19619 </cell>
19620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19621 \begin_inset Text
19622
19623 \begin_layout Plain Layout
19624 \begin_inset Formula $\varepsilon$
19625 \end_inset
19626
19627
19628 \end_layout
19629
19630 \end_inset
19631 </cell>
19632 </row>
19633 <row>
19634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19635 \begin_inset Text
19636
19637 \begin_layout Plain Layout
19638
19639 \backslash
19640 zeta
19641 \end_layout
19642
19643 \end_inset
19644 </cell>
19645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19646 \begin_inset Text
19647
19648 \begin_layout Plain Layout
19649 \begin_inset Formula $\zeta$
19650 \end_inset
19651
19652
19653 \end_layout
19654
19655 \end_inset
19656 </cell>
19657 </row>
19658 <row>
19659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19660 \begin_inset Text
19661
19662 \begin_layout Plain Layout
19663
19664 \backslash
19665 eta
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19671 \begin_inset Text
19672
19673 \begin_layout Plain Layout
19674 \begin_inset Formula $\eta$
19675 \end_inset
19676
19677
19678 \end_layout
19679
19680 \end_inset
19681 </cell>
19682 </row>
19683 <row>
19684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19685 \begin_inset Text
19686
19687 \begin_layout Plain Layout
19688
19689 \backslash
19690 theta
19691 \end_layout
19692
19693 \end_inset
19694 </cell>
19695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19696 \begin_inset Text
19697
19698 \begin_layout Plain Layout
19699 \begin_inset Formula $\theta$
19700 \end_inset
19701
19702
19703 \end_layout
19704
19705 \end_inset
19706 </cell>
19707 </row>
19708 <row>
19709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19710 \begin_inset Text
19711
19712 \begin_layout Plain Layout
19713
19714 \backslash
19715 vartheta
19716 \end_layout
19717
19718 \end_inset
19719 </cell>
19720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19721 \begin_inset Text
19722
19723 \begin_layout Plain Layout
19724 \begin_inset Formula $\vartheta$
19725 \end_inset
19726
19727
19728 \end_layout
19729
19730 \end_inset
19731 </cell>
19732 </row>
19733 </lyxtabular>
19734
19735 \end_inset
19736
19737
19738 \begin_inset space \hfill{}
19739 \end_inset
19740
19741
19742 \begin_inset Tabular
19743 <lyxtabular version="3" rows="12" columns="2">
19744 <features rotate="0" tabularvalignment="middle">
19745 <column alignment="center" valignment="top" width="0pt">
19746 <column alignment="center" valignment="top" width="0pt">
19747 <row>
19748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19749 \begin_inset Text
19750
19751 \begin_layout Plain Layout
19752 Comando
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19758 \begin_inset Text
19759
19760 \begin_layout Plain Layout
19761 Símbolo
19762 \end_layout
19763
19764 \end_inset
19765 </cell>
19766 </row>
19767 <row>
19768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19769 \begin_inset Text
19770
19771 \begin_layout Plain Layout
19772
19773 \backslash
19774 iota
19775 \end_layout
19776
19777 \end_inset
19778 </cell>
19779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19780 \begin_inset Text
19781
19782 \begin_layout Plain Layout
19783 \begin_inset Formula $\iota$
19784 \end_inset
19785
19786
19787 \end_layout
19788
19789 \end_inset
19790 </cell>
19791 </row>
19792 <row>
19793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19794 \begin_inset Text
19795
19796 \begin_layout Plain Layout
19797
19798 \backslash
19799 kappa
19800 \end_layout
19801
19802 \end_inset
19803 </cell>
19804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19805 \begin_inset Text
19806
19807 \begin_layout Plain Layout
19808 \begin_inset Formula $\kappa$
19809 \end_inset
19810
19811
19812 \end_layout
19813
19814 \end_inset
19815 </cell>
19816 </row>
19817 <row>
19818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19819 \begin_inset Text
19820
19821 \begin_layout Plain Layout
19822
19823 \backslash
19824 varkappa
19825 \end_layout
19826
19827 \end_inset
19828 </cell>
19829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19830 \begin_inset Text
19831
19832 \begin_layout Plain Layout
19833 \begin_inset Formula $\varkappa$
19834 \end_inset
19835
19836
19837 \end_layout
19838
19839 \end_inset
19840 </cell>
19841 </row>
19842 <row>
19843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19844 \begin_inset Text
19845
19846 \begin_layout Plain Layout
19847
19848 \backslash
19849 lambda
19850 \end_layout
19851
19852 \end_inset
19853 </cell>
19854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19855 \begin_inset Text
19856
19857 \begin_layout Plain Layout
19858 \begin_inset Formula $\lambda$
19859 \end_inset
19860
19861
19862 \end_layout
19863
19864 \end_inset
19865 </cell>
19866 </row>
19867 <row>
19868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19869 \begin_inset Text
19870
19871 \begin_layout Plain Layout
19872
19873 \backslash
19874 mu
19875 \end_layout
19876
19877 \end_inset
19878 </cell>
19879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19880 \begin_inset Text
19881
19882 \begin_layout Plain Layout
19883 \begin_inset Formula $\mu$
19884 \end_inset
19885
19886
19887 \end_layout
19888
19889 \end_inset
19890 </cell>
19891 </row>
19892 <row>
19893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19894 \begin_inset Text
19895
19896 \begin_layout Plain Layout
19897
19898 \backslash
19899 nu
19900 \end_layout
19901
19902 \end_inset
19903 </cell>
19904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19905 \begin_inset Text
19906
19907 \begin_layout Plain Layout
19908 \begin_inset Formula $\nu$
19909 \end_inset
19910
19911
19912 \end_layout
19913
19914 \end_inset
19915 </cell>
19916 </row>
19917 <row>
19918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19919 \begin_inset Text
19920
19921 \begin_layout Plain Layout
19922
19923 \backslash
19924 xi
19925 \end_layout
19926
19927 \end_inset
19928 </cell>
19929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19930 \begin_inset Text
19931
19932 \begin_layout Plain Layout
19933 \begin_inset Formula $\xi$
19934 \end_inset
19935
19936
19937 \end_layout
19938
19939 \end_inset
19940 </cell>
19941 </row>
19942 <row>
19943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19944 \begin_inset Text
19945
19946 \begin_layout Plain Layout
19947 o
19948 \end_layout
19949
19950 \end_inset
19951 </cell>
19952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19953 \begin_inset Text
19954
19955 \begin_layout Plain Layout
19956 \begin_inset Formula $o$
19957 \end_inset
19958
19959
19960 \end_layout
19961
19962 \end_inset
19963 </cell>
19964 </row>
19965 <row>
19966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19967 \begin_inset Text
19968
19969 \begin_layout Plain Layout
19970
19971 \backslash
19972 pi
19973 \end_layout
19974
19975 \end_inset
19976 </cell>
19977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19978 \begin_inset Text
19979
19980 \begin_layout Plain Layout
19981 \begin_inset Formula $\pi$
19982 \end_inset
19983
19984
19985 \end_layout
19986
19987 \end_inset
19988 </cell>
19989 </row>
19990 <row>
19991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19992 \begin_inset Text
19993
19994 \begin_layout Plain Layout
19995
19996 \backslash
19997 varpi
19998 \end_layout
19999
20000 \end_inset
20001 </cell>
20002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20003 \begin_inset Text
20004
20005 \begin_layout Plain Layout
20006 \begin_inset Formula $\varpi$
20007 \end_inset
20008
20009
20010 \end_layout
20011
20012 \end_inset
20013 </cell>
20014 </row>
20015 <row>
20016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20017 \begin_inset Text
20018
20019 \begin_layout Plain Layout
20020
20021 \backslash
20022 rho
20023 \end_layout
20024
20025 \end_inset
20026 </cell>
20027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20028 \begin_inset Text
20029
20030 \begin_layout Plain Layout
20031 \begin_inset Formula $\rho$
20032 \end_inset
20033
20034
20035 \end_layout
20036
20037 \end_inset
20038 </cell>
20039 </row>
20040 </lyxtabular>
20041
20042 \end_inset
20043
20044
20045 \begin_inset space \hfill{}
20046 \end_inset
20047
20048
20049 \begin_inset Tabular
20050 <lyxtabular version="3" rows="11" columns="2">
20051 <features rotate="0" tabularvalignment="middle">
20052 <column alignment="center" valignment="top" width="0pt">
20053 <column alignment="center" valignment="top" width="0pt">
20054 <row>
20055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20056 \begin_inset Text
20057
20058 \begin_layout Plain Layout
20059 Comando
20060 \end_layout
20061
20062 \end_inset
20063 </cell>
20064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20065 \begin_inset Text
20066
20067 \begin_layout Plain Layout
20068 Símbolo
20069 \end_layout
20070
20071 \end_inset
20072 </cell>
20073 </row>
20074 <row>
20075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20076 \begin_inset Text
20077
20078 \begin_layout Plain Layout
20079
20080 \backslash
20081 varrho
20082 \end_layout
20083
20084 \end_inset
20085 </cell>
20086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20087 \begin_inset Text
20088
20089 \begin_layout Plain Layout
20090 \begin_inset Formula $\varrho$
20091 \end_inset
20092
20093
20094 \end_layout
20095
20096 \end_inset
20097 </cell>
20098 </row>
20099 <row>
20100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20101 \begin_inset Text
20102
20103 \begin_layout Plain Layout
20104
20105 \backslash
20106 sigma
20107 \end_layout
20108
20109 \end_inset
20110 </cell>
20111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20112 \begin_inset Text
20113
20114 \begin_layout Plain Layout
20115 \begin_inset Formula $\sigma$
20116 \end_inset
20117
20118
20119 \end_layout
20120
20121 \end_inset
20122 </cell>
20123 </row>
20124 <row>
20125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20126 \begin_inset Text
20127
20128 \begin_layout Plain Layout
20129
20130 \backslash
20131 varsigma
20132 \end_layout
20133
20134 \end_inset
20135 </cell>
20136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20137 \begin_inset Text
20138
20139 \begin_layout Plain Layout
20140 \begin_inset Formula $\varsigma$
20141 \end_inset
20142
20143
20144 \end_layout
20145
20146 \end_inset
20147 </cell>
20148 </row>
20149 <row>
20150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20151 \begin_inset Text
20152
20153 \begin_layout Plain Layout
20154
20155 \backslash
20156 tau
20157 \end_layout
20158
20159 \end_inset
20160 </cell>
20161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20162 \begin_inset Text
20163
20164 \begin_layout Plain Layout
20165 \begin_inset Formula $\tau$
20166 \end_inset
20167
20168
20169 \end_layout
20170
20171 \end_inset
20172 </cell>
20173 </row>
20174 <row>
20175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20176 \begin_inset Text
20177
20178 \begin_layout Plain Layout
20179
20180 \backslash
20181 upsilon
20182 \end_layout
20183
20184 \end_inset
20185 </cell>
20186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20187 \begin_inset Text
20188
20189 \begin_layout Plain Layout
20190 \begin_inset Formula $\upsilon$
20191 \end_inset
20192
20193
20194 \end_layout
20195
20196 \end_inset
20197 </cell>
20198 </row>
20199 <row>
20200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20201 \begin_inset Text
20202
20203 \begin_layout Plain Layout
20204
20205 \backslash
20206 phi
20207 \end_layout
20208
20209 \end_inset
20210 </cell>
20211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20212 \begin_inset Text
20213
20214 \begin_layout Plain Layout
20215 \begin_inset Formula $\phi$
20216 \end_inset
20217
20218
20219 \end_layout
20220
20221 \end_inset
20222 </cell>
20223 </row>
20224 <row>
20225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20226 \begin_inset Text
20227
20228 \begin_layout Plain Layout
20229
20230 \backslash
20231 varphi
20232 \end_layout
20233
20234 \end_inset
20235 </cell>
20236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20237 \begin_inset Text
20238
20239 \begin_layout Plain Layout
20240 \begin_inset Formula $\varphi$
20241 \end_inset
20242
20243
20244 \end_layout
20245
20246 \end_inset
20247 </cell>
20248 </row>
20249 <row>
20250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20251 \begin_inset Text
20252
20253 \begin_layout Plain Layout
20254
20255 \backslash
20256 chi
20257 \end_layout
20258
20259 \end_inset
20260 </cell>
20261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20262 \begin_inset Text
20263
20264 \begin_layout Plain Layout
20265 \begin_inset Formula $\chi$
20266 \end_inset
20267
20268
20269 \end_layout
20270
20271 \end_inset
20272 </cell>
20273 </row>
20274 <row>
20275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20276 \begin_inset Text
20277
20278 \begin_layout Plain Layout
20279
20280 \backslash
20281 psi
20282 \end_layout
20283
20284 \end_inset
20285 </cell>
20286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20287 \begin_inset Text
20288
20289 \begin_layout Plain Layout
20290 \begin_inset Formula $\psi$
20291 \end_inset
20292
20293
20294 \end_layout
20295
20296 \end_inset
20297 </cell>
20298 </row>
20299 <row>
20300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20301 \begin_inset Text
20302
20303 \begin_layout Plain Layout
20304
20305 \backslash
20306 omega
20307 \end_layout
20308
20309 \end_inset
20310 </cell>
20311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20312 \begin_inset Text
20313
20314 \begin_layout Plain Layout
20315 \begin_inset Formula $\omega$
20316 \end_inset
20317
20318
20319 \end_layout
20320
20321 \end_inset
20322 </cell>
20323 </row>
20324 </lyxtabular>
20325
20326 \end_inset
20327
20328
20329 \begin_inset space \hfill{}
20330 \end_inset
20331
20332
20333 \end_layout
20334
20335 \begin_layout Standard
20336 \begin_inset VSpace medskip
20337 \end_inset
20338
20339
20340 \end_layout
20341
20342 \begin_layout Standard
20343 Cómo escribir letras griegas especiales en redonda se explica en 
20344 \begin_inset CommandInset ref
20345 LatexCommand ref
20346 reference "sub:Griegas-en-redonda"
20347
20348 \end_inset
20349
20350 .
20351 \end_layout
20352
20353 \begin_layout Subsection
20354 Mayúsculas
20355 \begin_inset Index idx
20356 status collapsed
20357
20358 \begin_layout Plain Layout
20359 Letras griegas ! mayúsculas
20360 \end_layout
20361
20362 \end_inset
20363
20364
20365 \end_layout
20366
20367 \begin_layout Standard
20368 \begin_inset space \hfill{}
20369 \end_inset
20370
20371
20372 \begin_inset Tabular
20373 <lyxtabular version="3" rows="7" columns="2">
20374 <features rotate="0" tabularvalignment="middle">
20375 <column alignment="center" valignment="top" width="0pt">
20376 <column alignment="center" valignment="top" width="0pt">
20377 <row>
20378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20379 \begin_inset Text
20380
20381 \begin_layout Plain Layout
20382 Comando
20383 \end_layout
20384
20385 \end_inset
20386 </cell>
20387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20388 \begin_inset Text
20389
20390 \begin_layout Plain Layout
20391 Símbolo
20392 \end_layout
20393
20394 \end_inset
20395 </cell>
20396 </row>
20397 <row>
20398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20399 \begin_inset Text
20400
20401 \begin_layout Plain Layout
20402
20403 \backslash
20404 Gamma
20405 \end_layout
20406
20407 \end_inset
20408 </cell>
20409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20410 \begin_inset Text
20411
20412 \begin_layout Plain Layout
20413 \begin_inset Formula $\Gamma$
20414 \end_inset
20415
20416
20417 \end_layout
20418
20419 \end_inset
20420 </cell>
20421 </row>
20422 <row>
20423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20424 \begin_inset Text
20425
20426 \begin_layout Plain Layout
20427
20428 \backslash
20429 Delta
20430 \end_layout
20431
20432 \end_inset
20433 </cell>
20434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20435 \begin_inset Text
20436
20437 \begin_layout Plain Layout
20438 \begin_inset Formula $\Delta$
20439 \end_inset
20440
20441
20442 \end_layout
20443
20444 \end_inset
20445 </cell>
20446 </row>
20447 <row>
20448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20449 \begin_inset Text
20450
20451 \begin_layout Plain Layout
20452
20453 \backslash
20454 Theta
20455 \end_layout
20456
20457 \end_inset
20458 </cell>
20459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20460 \begin_inset Text
20461
20462 \begin_layout Plain Layout
20463 \begin_inset Formula $\Theta$
20464 \end_inset
20465
20466
20467 \end_layout
20468
20469 \end_inset
20470 </cell>
20471 </row>
20472 <row>
20473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20474 \begin_inset Text
20475
20476 \begin_layout Plain Layout
20477
20478 \backslash
20479 Lambda
20480 \end_layout
20481
20482 \end_inset
20483 </cell>
20484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20485 \begin_inset Text
20486
20487 \begin_layout Plain Layout
20488 \begin_inset Formula $\Lambda$
20489 \end_inset
20490
20491
20492 \end_layout
20493
20494 \end_inset
20495 </cell>
20496 </row>
20497 <row>
20498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20499 \begin_inset Text
20500
20501 \begin_layout Plain Layout
20502
20503 \backslash
20504 Xi
20505 \end_layout
20506
20507 \end_inset
20508 </cell>
20509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20510 \begin_inset Text
20511
20512 \begin_layout Plain Layout
20513 \begin_inset Formula $\Xi$
20514 \end_inset
20515
20516
20517 \end_layout
20518
20519 \end_inset
20520 </cell>
20521 </row>
20522 <row>
20523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20524 \begin_inset Text
20525
20526 \begin_layout Plain Layout
20527
20528 \backslash
20529 Pi
20530 \end_layout
20531
20532 \end_inset
20533 </cell>
20534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20535 \begin_inset Text
20536
20537 \begin_layout Plain Layout
20538 \begin_inset Formula $\Pi$
20539 \end_inset
20540
20541
20542 \end_layout
20543
20544 \end_inset
20545 </cell>
20546 </row>
20547 </lyxtabular>
20548
20549 \end_inset
20550
20551
20552 \begin_inset space \hfill{}
20553 \end_inset
20554
20555
20556 \begin_inset Tabular
20557 <lyxtabular version="3" rows="6" columns="2">
20558 <features rotate="0" tabularvalignment="middle">
20559 <column alignment="center" valignment="top" width="0pt">
20560 <column alignment="center" valignment="top" width="0pt">
20561 <row>
20562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20563 \begin_inset Text
20564
20565 \begin_layout Plain Layout
20566 Comando
20567 \end_layout
20568
20569 \end_inset
20570 </cell>
20571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20572 \begin_inset Text
20573
20574 \begin_layout Plain Layout
20575 Símbolo
20576 \end_layout
20577
20578 \end_inset
20579 </cell>
20580 </row>
20581 <row>
20582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20583 \begin_inset Text
20584
20585 \begin_layout Plain Layout
20586
20587 \backslash
20588 Sigma
20589 \end_layout
20590
20591 \end_inset
20592 </cell>
20593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20594 \begin_inset Text
20595
20596 \begin_layout Plain Layout
20597 \begin_inset Formula $\Sigma$
20598 \end_inset
20599
20600
20601 \end_layout
20602
20603 \end_inset
20604 </cell>
20605 </row>
20606 <row>
20607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20608 \begin_inset Text
20609
20610 \begin_layout Plain Layout
20611
20612 \backslash
20613 Upsilon
20614 \end_layout
20615
20616 \end_inset
20617 </cell>
20618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20619 \begin_inset Text
20620
20621 \begin_layout Plain Layout
20622 \begin_inset Formula $\Upsilon$
20623 \end_inset
20624
20625
20626 \end_layout
20627
20628 \end_inset
20629 </cell>
20630 </row>
20631 <row>
20632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20633 \begin_inset Text
20634
20635 \begin_layout Plain Layout
20636
20637 \backslash
20638 Phi
20639 \end_layout
20640
20641 \end_inset
20642 </cell>
20643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20644 \begin_inset Text
20645
20646 \begin_layout Plain Layout
20647 \begin_inset Formula $\Phi$
20648 \end_inset
20649
20650
20651 \end_layout
20652
20653 \end_inset
20654 </cell>
20655 </row>
20656 <row>
20657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20658 \begin_inset Text
20659
20660 \begin_layout Plain Layout
20661
20662 \backslash
20663 Psi
20664 \end_layout
20665
20666 \end_inset
20667 </cell>
20668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20669 \begin_inset Text
20670
20671 \begin_layout Plain Layout
20672 \begin_inset Formula $\Psi$
20673 \end_inset
20674
20675
20676 \end_layout
20677
20678 \end_inset
20679 </cell>
20680 </row>
20681 <row>
20682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20683 \begin_inset Text
20684
20685 \begin_layout Plain Layout
20686
20687 \backslash
20688 Omega
20689 \end_layout
20690
20691 \end_inset
20692 </cell>
20693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20694 \begin_inset Text
20695
20696 \begin_layout Plain Layout
20697 \begin_inset Formula $\Omega$
20698 \end_inset
20699
20700
20701 \end_layout
20702
20703 \end_inset
20704 </cell>
20705 </row>
20706 </lyxtabular>
20707
20708 \end_inset
20709
20710
20711 \begin_inset space \hfill{}
20712 \end_inset
20713
20714
20715 \end_layout
20716
20717 \begin_layout Standard
20718 \begin_inset VSpace medskip
20719 \end_inset
20720
20721
20722 \end_layout
20723
20724 \begin_layout Standard
20725 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
20726  cuando se desarrolló TeX.
20727  Para obtener mayúsculas en cursiva, inicia cada comando con 
20728 \series bold
20729 var
20730 \series default
20731 .
20732  Por ejemplo, el comando 
20733 \series bold
20734
20735 \backslash
20736 varGamma
20737 \series default
20738  genera 
20739 \begin_inset Formula $\varGamma$
20740 \end_inset
20741
20742 .
20743  Otra forma es cargar el paquete 
20744 \series bold
20745 fixmath
20746 \series default
20747
20748 \begin_inset Foot
20749 status collapsed
20750
20751 \begin_layout Plain Layout
20752
20753 \series bold
20754 fixmath
20755 \series default
20756  forma parte del paquete LaTeX 
20757 \series bold
20758 was
20759 \series default
20760
20761 \begin_inset Index idx
20762 status collapsed
20763
20764 \begin_layout Plain Layout
20765 Paquetes ! was
20766 \begin_inset ERT
20767 status collapsed
20768
20769 \begin_layout Plain Layout
20770
20771
20772 \backslash
20773 vspace{4mm}
20774 \end_layout
20775
20776 \end_inset
20777
20778
20779 \end_layout
20780
20781 \end_inset
20782
20783 .
20784 \end_layout
20785
20786 \end_inset
20787
20788
20789 \begin_inset Index idx
20790 status collapsed
20791
20792 \begin_layout Plain Layout
20793 Paquetes ! fixmath
20794 \end_layout
20795
20796 \end_inset
20797
20798  con la línea siguiente en el preámbulo LaTeX
20799 \end_layout
20800
20801 \begin_layout Standard
20802
20803 \series bold
20804
20805 \backslash
20806 usepackage{fixmath}
20807 \end_layout
20808
20809 \begin_layout Standard
20810 Entonces, todas las mayúsculas griegas en el documento se imprimirán automáticam
20811 ente en cursiva.
20812 \end_layout
20813
20814 \begin_layout Subsection
20815 Letras en negrita
20816 \begin_inset Index idx
20817 status collapsed
20818
20819 \begin_layout Plain Layout
20820 Letras griegas ! en negrita
20821 \end_layout
20822
20823 \end_inset
20824
20825
20826 \end_layout
20827
20828 \begin_layout Standard
20829 Las letras griegas no admiten diferentes estilos de letra como las latinas.
20830  Sólo se pueden poner en negrita con el comando 
20831 \series bold
20832
20833 \backslash
20834 boldsymbol
20835 \series default
20836
20837 \begin_inset Index idx
20838 status collapsed
20839
20840 \begin_layout Plain Layout
20841 Comandos ! B ! 
20842 \backslash
20843 boldsymbol
20844 \end_layout
20845
20846 \end_inset
20847
20848 .
20849 \end_layout
20850
20851 \begin_layout Standard
20852 \align center
20853 \begin_inset Tabular
20854 <lyxtabular version="3" rows="3" columns="2">
20855 <features rotate="0" tabularvalignment="middle">
20856 <column alignment="center" valignment="top">
20857 <column alignment="center" valignment="top">
20858 <row>
20859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20860 \begin_inset Text
20861
20862 \begin_layout Plain Layout
20863 Comando
20864 \end_layout
20865
20866 \end_inset
20867 </cell>
20868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20869 \begin_inset Text
20870
20871 \begin_layout Plain Layout
20872 Símbolo
20873 \end_layout
20874
20875 \end_inset
20876 </cell>
20877 </row>
20878 <row>
20879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20880 \begin_inset Text
20881
20882 \begin_layout Plain Layout
20883
20884 \backslash
20885 Upsilon
20886 \backslash
20887 boldsymbol
20888 \backslash
20889 Upsilon
20890 \end_layout
20891
20892 \end_inset
20893 </cell>
20894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20895 \begin_inset Text
20896
20897 \begin_layout Plain Layout
20898 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20899 \end_inset
20900
20901
20902 \end_layout
20903
20904 \end_inset
20905 </cell>
20906 </row>
20907 <row>
20908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20909 \begin_inset Text
20910
20911 \begin_layout Plain Layout
20912
20913 \backslash
20914 theta
20915 \backslash
20916 boldsymbol
20917 \backslash
20918 theta
20919 \end_layout
20920
20921 \end_inset
20922 </cell>
20923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20924 \begin_inset Text
20925
20926 \begin_layout Plain Layout
20927 \begin_inset Formula $\theta\boldsymbol{\theta}$
20928 \end_inset
20929
20930
20931 \end_layout
20932
20933 \end_inset
20934 </cell>
20935 </row>
20936 </lyxtabular>
20937
20938 \end_inset
20939
20940
20941 \end_layout
20942
20943 \begin_layout Section
20944 Símbolos
20945 \begin_inset ERT
20946 status collapsed
20947
20948 \begin_layout Plain Layout
20949
20950
20951 \backslash
20952 texorpdfstring{
20953 \end_layout
20954
20955 \end_inset
20956
20957
20958 \begin_inset Foot
20959 status collapsed
20960
20961 \begin_layout Plain Layout
20962 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
20963  LaTeX en 
20964 \begin_inset CommandInset citation
20965 LatexCommand cite
20966 key "Symbols"
20967
20968 \end_inset
20969
20970 .
20971 \end_layout
20972
20973 \end_inset
20974
20975
20976 \begin_inset ERT
20977 status collapsed
20978
20979 \begin_layout Plain Layout
20980
20981 }{}
20982 \end_layout
20983
20984 \end_inset
20985
20986
20987 \begin_inset Note Note
20988 status collapsed
20989
20990 \begin_layout Plain Layout
20991
20992 \backslash
20993 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
20994  PDF.
20995 \end_layout
20996
20997 \begin_layout Plain Layout
20998 Más sobre 
20999 \backslash
21000 texorpdfstring en la sección 
21001 \begin_inset CommandInset ref
21002 LatexCommand ref
21003 reference "sub:Ecuaciones-en-encabezados"
21004
21005 \end_inset
21006
21007 .
21008 \end_layout
21009
21010 \end_inset
21011
21012
21013 \begin_inset Index idx
21014 status collapsed
21015
21016 \begin_layout Plain Layout
21017 Símbolos
21018 \end_layout
21019
21020 \end_inset
21021
21022
21023 \end_layout
21024
21025 \begin_layout Standard
21026 Muchos de los símbolos listados en esta sección se pueden insertar además
21027  mediante los botones 
21028 \begin_inset Info
21029 type  "icon"
21030 arg   "math-insert \\nabla"
21031 \end_inset
21032
21033  y 
21034 \begin_inset Info
21035 type  "icon"
21036 arg   "math-insert \\digamma"
21037 \end_inset
21038
21039  de la barra de ecuaciones.
21040 \end_layout
21041
21042 \begin_layout Subsection
21043 Símbolos matemáticos
21044 \begin_inset CommandInset label
21045 LatexCommand label
21046 name "sub:Símbolos-matemáticos"
21047
21048 \end_inset
21049
21050
21051 \begin_inset Index idx
21052 status collapsed
21053
21054 \begin_layout Plain Layout
21055 Símbolos ! matemáticos
21056 \end_layout
21057
21058 \end_inset
21059
21060
21061 \end_layout
21062
21063 \begin_layout Standard
21064 \begin_inset space \hfill{}
21065 \end_inset
21066
21067
21068 \begin_inset Tabular
21069 <lyxtabular version="3" rows="10" columns="2">
21070 <features rotate="0" tabularvalignment="middle">
21071 <column alignment="center" valignment="top" width="0pt">
21072 <column alignment="center" valignment="top" width="0pt">
21073 <row>
21074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21075 \begin_inset Text
21076
21077 \begin_layout Plain Layout
21078 Comando
21079 \end_layout
21080
21081 \end_inset
21082 </cell>
21083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21084 \begin_inset Text
21085
21086 \begin_layout Plain Layout
21087 Símbolo
21088 \end_layout
21089
21090 \end_inset
21091 </cell>
21092 </row>
21093 <row>
21094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21095 \begin_inset Text
21096
21097 \begin_layout Plain Layout
21098
21099 \backslash
21100 neg
21101 \end_layout
21102
21103 \end_inset
21104 </cell>
21105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21106 \begin_inset Text
21107
21108 \begin_layout Plain Layout
21109 \begin_inset Formula $\neg$
21110 \end_inset
21111
21112
21113 \end_layout
21114
21115 \end_inset
21116 </cell>
21117 </row>
21118 <row>
21119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21120 \begin_inset Text
21121
21122 \begin_layout Plain Layout
21123
21124 \backslash
21125 Im
21126 \end_layout
21127
21128 \end_inset
21129 </cell>
21130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21131 \begin_inset Text
21132
21133 \begin_layout Plain Layout
21134 \begin_inset Formula $\Im$
21135 \end_inset
21136
21137
21138 \end_layout
21139
21140 \end_inset
21141 </cell>
21142 </row>
21143 <row>
21144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21145 \begin_inset Text
21146
21147 \begin_layout Plain Layout
21148
21149 \backslash
21150 Re
21151 \end_layout
21152
21153 \end_inset
21154 </cell>
21155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21156 \begin_inset Text
21157
21158 \begin_layout Plain Layout
21159 \begin_inset Formula $\Re$
21160 \end_inset
21161
21162
21163 \end_layout
21164
21165 \end_inset
21166 </cell>
21167 </row>
21168 <row>
21169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21170 \begin_inset Text
21171
21172 \begin_layout Plain Layout
21173
21174 \backslash
21175 aleph
21176 \end_layout
21177
21178 \end_inset
21179 </cell>
21180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21181 \begin_inset Text
21182
21183 \begin_layout Plain Layout
21184 \begin_inset Formula $\aleph$
21185 \end_inset
21186
21187
21188 \end_layout
21189
21190 \end_inset
21191 </cell>
21192 </row>
21193 <row>
21194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21195 \begin_inset Text
21196
21197 \begin_layout Plain Layout
21198
21199 \backslash
21200 partial
21201 \end_layout
21202
21203 \end_inset
21204 </cell>
21205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21206 \begin_inset Text
21207
21208 \begin_layout Plain Layout
21209 \begin_inset Formula $\partial$
21210 \end_inset
21211
21212
21213 \end_layout
21214
21215 \end_inset
21216 </cell>
21217 </row>
21218 <row>
21219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21220 \begin_inset Text
21221
21222 \begin_layout Plain Layout
21223
21224 \backslash
21225 infty
21226 \end_layout
21227
21228 \end_inset
21229 </cell>
21230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21231 \begin_inset Text
21232
21233 \begin_layout Plain Layout
21234 \begin_inset Formula $\infty$
21235 \end_inset
21236
21237
21238 \end_layout
21239
21240 \end_inset
21241 </cell>
21242 </row>
21243 <row>
21244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21245 \begin_inset Text
21246
21247 \begin_layout Plain Layout
21248
21249 \backslash
21250 wp
21251 \end_layout
21252
21253 \end_inset
21254 </cell>
21255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21256 \begin_inset Text
21257
21258 \begin_layout Plain Layout
21259 \begin_inset Formula $\wp$
21260 \end_inset
21261
21262
21263 \end_layout
21264
21265 \end_inset
21266 </cell>
21267 </row>
21268 <row>
21269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21270 \begin_inset Text
21271
21272 \begin_layout Plain Layout
21273
21274 \backslash
21275 imath
21276 \end_layout
21277
21278 \end_inset
21279 </cell>
21280 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21281 \begin_inset Text
21282
21283 \begin_layout Plain Layout
21284 \begin_inset Formula $\imath$
21285 \end_inset
21286
21287
21288 \end_layout
21289
21290 \end_inset
21291 </cell>
21292 </row>
21293 <row>
21294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298
21299 \backslash
21300 jmath
21301 \end_layout
21302
21303 \end_inset
21304 </cell>
21305 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21306 \begin_inset Text
21307
21308 \begin_layout Plain Layout
21309 \begin_inset Formula $\jmath$
21310 \end_inset
21311
21312
21313 \end_layout
21314
21315 \end_inset
21316 </cell>
21317 </row>
21318 </lyxtabular>
21319
21320 \end_inset
21321
21322
21323 \begin_inset space \hfill{}
21324 \end_inset
21325
21326
21327 \begin_inset Tabular
21328 <lyxtabular version="3" rows="10" columns="2">
21329 <features rotate="0" tabularvalignment="middle">
21330 <column alignment="center" valignment="top" width="0pt">
21331 <column alignment="center" valignment="top" width="0pt">
21332 <row>
21333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21334 \begin_inset Text
21335
21336 \begin_layout Plain Layout
21337 Comando
21338 \end_layout
21339
21340 \end_inset
21341 </cell>
21342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21343 \begin_inset Text
21344
21345 \begin_layout Plain Layout
21346 Símbolo
21347 \begin_inset Note Note
21348 status collapsed
21349
21350 \begin_layout Plain Layout
21351
21352 \series bold
21353
21354 \backslash
21355 raisebox
21356 \series default
21357  se usa sólo como espaciador
21358 \end_layout
21359
21360 \end_inset
21361
21362
21363 \end_layout
21364
21365 \end_inset
21366 </cell>
21367 </row>
21368 <row>
21369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21370 \begin_inset Text
21371
21372 \begin_layout Plain Layout
21373
21374 \backslash
21375 forall
21376 \end_layout
21377
21378 \end_inset
21379 </cell>
21380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21381 \begin_inset Text
21382
21383 \begin_layout Plain Layout
21384 \begin_inset Formula $\forall$
21385 \end_inset
21386
21387
21388 \end_layout
21389
21390 \end_inset
21391 </cell>
21392 </row>
21393 <row>
21394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21395 \begin_inset Text
21396
21397 \begin_layout Plain Layout
21398
21399 \backslash
21400 exists
21401 \end_layout
21402
21403 \end_inset
21404 </cell>
21405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21406 \begin_inset Text
21407
21408 \begin_layout Plain Layout
21409 \begin_inset Formula $\exists$
21410 \end_inset
21411
21412
21413 \end_layout
21414
21415 \end_inset
21416 </cell>
21417 </row>
21418 <row>
21419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21420 \begin_inset Text
21421
21422 \begin_layout Plain Layout
21423
21424 \backslash
21425 nexists
21426 \end_layout
21427
21428 \end_inset
21429 </cell>
21430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21431 \begin_inset Text
21432
21433 \begin_layout Plain Layout
21434 \begin_inset Formula $\nexists$
21435 \end_inset
21436
21437
21438 \end_layout
21439
21440 \end_inset
21441 </cell>
21442 </row>
21443 <row>
21444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21445 \begin_inset Text
21446
21447 \begin_layout Plain Layout
21448
21449 \backslash
21450 emptyset
21451 \end_layout
21452
21453 \end_inset
21454 </cell>
21455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21456 \begin_inset Text
21457
21458 \begin_layout Plain Layout
21459 \begin_inset Formula $\emptyset$
21460 \end_inset
21461
21462
21463 \end_layout
21464
21465 \end_inset
21466 </cell>
21467 </row>
21468 <row>
21469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21470 \begin_inset Text
21471
21472 \begin_layout Plain Layout
21473
21474 \backslash
21475 varnothing
21476 \end_layout
21477
21478 \end_inset
21479 </cell>
21480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21481 \begin_inset Text
21482
21483 \begin_layout Plain Layout
21484 \begin_inset Formula $\varnothing$
21485 \end_inset
21486
21487
21488 \end_layout
21489
21490 \end_inset
21491 </cell>
21492 </row>
21493 <row>
21494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21495 \begin_inset Text
21496
21497 \begin_layout Plain Layout
21498
21499 \backslash
21500 dag
21501 \end_layout
21502
21503 \end_inset
21504 </cell>
21505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21506 \begin_inset Text
21507
21508 \begin_layout Plain Layout
21509 \begin_inset Formula $\dag$
21510 \end_inset
21511
21512
21513 \end_layout
21514
21515 \end_inset
21516 </cell>
21517 </row>
21518 <row>
21519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21520 \begin_inset Text
21521
21522 \begin_layout Plain Layout
21523
21524 \backslash
21525 ddag
21526 \end_layout
21527
21528 \end_inset
21529 </cell>
21530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21531 \begin_inset Text
21532
21533 \begin_layout Plain Layout
21534 \begin_inset Formula $\ddag$
21535 \end_inset
21536
21537
21538 \end_layout
21539
21540 \end_inset
21541 </cell>
21542 </row>
21543 <row>
21544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21545 \begin_inset Text
21546
21547 \begin_layout Plain Layout
21548
21549 \backslash
21550 complement
21551 \end_layout
21552
21553 \end_inset
21554 </cell>
21555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21556 \begin_inset Text
21557
21558 \begin_layout Plain Layout
21559 \begin_inset ERT
21560 status collapsed
21561
21562 \begin_layout Plain Layout
21563
21564
21565 \backslash
21566 raisebox{-0.8mm}{
21567 \end_layout
21568
21569 \end_inset
21570
21571
21572 \begin_inset Formula $\complement$
21573 \end_inset
21574
21575
21576 \begin_inset ERT
21577 status collapsed
21578
21579 \begin_layout Plain Layout
21580
21581 }
21582 \end_layout
21583
21584 \end_inset
21585
21586
21587 \end_layout
21588
21589 \end_inset
21590 </cell>
21591 </row>
21592 <row>
21593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21594 \begin_inset Text
21595
21596 \begin_layout Plain Layout
21597
21598 \backslash
21599 Bbbk
21600 \end_layout
21601
21602 \end_inset
21603 </cell>
21604 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21605 \begin_inset Text
21606
21607 \begin_layout Plain Layout
21608 \begin_inset Formula $\Bbbk$
21609 \end_inset
21610
21611
21612 \end_layout
21613
21614 \end_inset
21615 </cell>
21616 </row>
21617 </lyxtabular>
21618
21619 \end_inset
21620
21621
21622 \begin_inset space \hfill{}
21623 \end_inset
21624
21625
21626 \begin_inset Tabular
21627 <lyxtabular version="3" rows="10" columns="2">
21628 <features rotate="0" tabularvalignment="middle">
21629 <column alignment="center" valignment="top" width="0pt">
21630 <column alignment="center" valignment="top" width="0pt">
21631 <row>
21632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21633 \begin_inset Text
21634
21635 \begin_layout Plain Layout
21636 Comando
21637 \end_layout
21638
21639 \end_inset
21640 </cell>
21641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21642 \begin_inset Text
21643
21644 \begin_layout Plain Layout
21645 Símbolo
21646 \end_layout
21647
21648 \end_inset
21649 </cell>
21650 </row>
21651 <row>
21652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21653 \begin_inset Text
21654
21655 \begin_layout Plain Layout
21656
21657 \backslash
21658 prime
21659 \end_layout
21660
21661 \end_inset
21662 </cell>
21663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21664 \begin_inset Text
21665
21666 \begin_layout Plain Layout
21667 \begin_inset Formula $\prime$
21668 \end_inset
21669
21670
21671 \end_layout
21672
21673 \end_inset
21674 </cell>
21675 </row>
21676 <row>
21677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21678 \begin_inset Text
21679
21680 \begin_layout Plain Layout
21681
21682 \backslash
21683 backprime
21684 \end_layout
21685
21686 \end_inset
21687 </cell>
21688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21689 \begin_inset Text
21690
21691 \begin_layout Plain Layout
21692 \begin_inset Formula $\backprime$
21693 \end_inset
21694
21695
21696 \end_layout
21697
21698 \end_inset
21699 </cell>
21700 </row>
21701 <row>
21702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21703 \begin_inset Text
21704
21705 \begin_layout Plain Layout
21706
21707 \backslash
21708 mho
21709 \end_layout
21710
21711 \end_inset
21712 </cell>
21713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21714 \begin_inset Text
21715
21716 \begin_layout Plain Layout
21717 \begin_inset Formula $\mho$
21718 \end_inset
21719
21720
21721 \end_layout
21722
21723 \end_inset
21724 </cell>
21725 </row>
21726 <row>
21727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21728 \begin_inset Text
21729
21730 \begin_layout Plain Layout
21731
21732 \backslash
21733 triangle
21734 \end_layout
21735
21736 \end_inset
21737 </cell>
21738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21739 \begin_inset Text
21740
21741 \begin_layout Plain Layout
21742 \begin_inset Formula $\triangle$
21743 \end_inset
21744
21745
21746 \end_layout
21747
21748 \end_inset
21749 </cell>
21750 </row>
21751 <row>
21752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21753 \begin_inset Text
21754
21755 \begin_layout Plain Layout
21756
21757 \backslash
21758 angle
21759 \end_layout
21760
21761 \end_inset
21762 </cell>
21763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21764 \begin_inset Text
21765
21766 \begin_layout Plain Layout
21767 \begin_inset Formula $\angle$
21768 \end_inset
21769
21770
21771 \end_layout
21772
21773 \end_inset
21774 </cell>
21775 </row>
21776 <row>
21777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21778 \begin_inset Text
21779
21780 \begin_layout Plain Layout
21781
21782 \backslash
21783 measuredangle
21784 \end_layout
21785
21786 \end_inset
21787 </cell>
21788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21789 \begin_inset Text
21790
21791 \begin_layout Plain Layout
21792 \begin_inset Formula $\measuredangle$
21793 \end_inset
21794
21795
21796 \end_layout
21797
21798 \end_inset
21799 </cell>
21800 </row>
21801 <row>
21802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21803 \begin_inset Text
21804
21805 \begin_layout Plain Layout
21806
21807 \backslash
21808 sphericalangle
21809 \end_layout
21810
21811 \end_inset
21812 </cell>
21813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21814 \begin_inset Text
21815
21816 \begin_layout Plain Layout
21817 \begin_inset Formula $\sphericalangle$
21818 \end_inset
21819
21820
21821 \end_layout
21822
21823 \end_inset
21824 </cell>
21825 </row>
21826 <row>
21827 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21828 \begin_inset Text
21829
21830 \begin_layout Plain Layout
21831
21832 \backslash
21833 top
21834 \end_layout
21835
21836 \end_inset
21837 </cell>
21838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21839 \begin_inset Text
21840
21841 \begin_layout Plain Layout
21842 \begin_inset Formula $\top$
21843 \end_inset
21844
21845
21846 \end_layout
21847
21848 \end_inset
21849 </cell>
21850 </row>
21851 <row>
21852 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21853 \begin_inset Text
21854
21855 \begin_layout Plain Layout
21856
21857 \backslash
21858 bot
21859 \end_layout
21860
21861 \end_inset
21862 </cell>
21863 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21864 \begin_inset Text
21865
21866 \begin_layout Plain Layout
21867 \begin_inset Formula $\bot$
21868 \end_inset
21869
21870
21871 \end_layout
21872
21873 \end_inset
21874 </cell>
21875 </row>
21876 </lyxtabular>
21877
21878 \end_inset
21879
21880
21881 \begin_inset space \hfill{}
21882 \end_inset
21883
21884
21885 \end_layout
21886
21887 \begin_layout Standard
21888 \noindent
21889 \align center
21890 \begin_inset Newpage newpage
21891 \end_inset
21892
21893
21894 \end_layout
21895
21896 \begin_layout Subsection
21897 Símbolos misceláneos
21898 \begin_inset CommandInset label
21899 LatexCommand label
21900 name "sub:Símbolos-misceláneos"
21901
21902 \end_inset
21903
21904
21905 \begin_inset Index idx
21906 status collapsed
21907
21908 \begin_layout Plain Layout
21909 Símbolos ! misceláneos
21910 \end_layout
21911
21912 \end_inset
21913
21914
21915 \end_layout
21916
21917 \begin_layout Standard
21918 \noindent
21919 \align center
21920 \begin_inset Tabular
21921 <lyxtabular version="3" rows="10" columns="2">
21922 <features rotate="0" tabularvalignment="middle">
21923 <column alignment="center" valignment="top" width="0pt">
21924 <column alignment="center" valignment="top" width="0pt">
21925 <row>
21926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21927 \begin_inset Text
21928
21929 \begin_layout Plain Layout
21930 Comando
21931 \end_layout
21932
21933 \end_inset
21934 </cell>
21935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21936 \begin_inset Text
21937
21938 \begin_layout Plain Layout
21939 Símbolo
21940 \end_layout
21941
21942 \end_inset
21943 </cell>
21944 </row>
21945 <row>
21946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21947 \begin_inset Text
21948
21949 \begin_layout Plain Layout
21950
21951 \backslash
21952 flat
21953 \end_layout
21954
21955 \end_inset
21956 </cell>
21957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21958 \begin_inset Text
21959
21960 \begin_layout Plain Layout
21961 \begin_inset Formula $\flat$
21962 \end_inset
21963
21964
21965 \end_layout
21966
21967 \end_inset
21968 </cell>
21969 </row>
21970 <row>
21971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21972 \begin_inset Text
21973
21974 \begin_layout Plain Layout
21975
21976 \backslash
21977 natural
21978 \end_layout
21979
21980 \end_inset
21981 </cell>
21982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21983 \begin_inset Text
21984
21985 \begin_layout Plain Layout
21986 \begin_inset Formula $\natural$
21987 \end_inset
21988
21989
21990 \end_layout
21991
21992 \end_inset
21993 </cell>
21994 </row>
21995 <row>
21996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21997 \begin_inset Text
21998
21999 \begin_layout Plain Layout
22000
22001 \backslash
22002 sharp
22003 \end_layout
22004
22005 \end_inset
22006 </cell>
22007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22008 \begin_inset Text
22009
22010 \begin_layout Plain Layout
22011 \begin_inset Formula $\sharp$
22012 \end_inset
22013
22014
22015 \end_layout
22016
22017 \end_inset
22018 </cell>
22019 </row>
22020 <row>
22021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22022 \begin_inset Text
22023
22024 \begin_layout Plain Layout
22025
22026 \backslash
22027 surd
22028 \end_layout
22029
22030 \end_inset
22031 </cell>
22032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22033 \begin_inset Text
22034
22035 \begin_layout Plain Layout
22036 \begin_inset Formula $\surd$
22037 \end_inset
22038
22039
22040 \end_layout
22041
22042 \end_inset
22043 </cell>
22044 </row>
22045 <row>
22046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22047 \begin_inset Text
22048
22049 \begin_layout Plain Layout
22050
22051 \backslash
22052 checkmark
22053 \end_layout
22054
22055 \end_inset
22056 </cell>
22057 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22058 \begin_inset Text
22059
22060 \begin_layout Plain Layout
22061 \begin_inset Formula $\checkmark$
22062 \end_inset
22063
22064
22065 \end_layout
22066
22067 \end_inset
22068 </cell>
22069 </row>
22070 <row>
22071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22072 \begin_inset Text
22073
22074 \begin_layout Plain Layout
22075
22076 \backslash
22077 yen
22078 \end_layout
22079
22080 \end_inset
22081 </cell>
22082 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22083 \begin_inset Text
22084
22085 \begin_layout Plain Layout
22086 \begin_inset Formula $\yen$
22087 \end_inset
22088
22089
22090 \end_layout
22091
22092 \end_inset
22093 </cell>
22094 </row>
22095 <row>
22096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22097 \begin_inset Text
22098
22099 \begin_layout Plain Layout
22100
22101 \backslash
22102 pounds
22103 \end_layout
22104
22105 \end_inset
22106 </cell>
22107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22108 \begin_inset Text
22109
22110 \begin_layout Plain Layout
22111 \begin_inset Formula $\pounds$
22112 \end_inset
22113
22114
22115 \end_layout
22116
22117 \end_inset
22118 </cell>
22119 </row>
22120 <row>
22121 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22122 \begin_inset Text
22123
22124 \begin_layout Plain Layout
22125 $
22126 \end_layout
22127
22128 \end_inset
22129 </cell>
22130 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22131 \begin_inset Text
22132
22133 \begin_layout Plain Layout
22134 \begin_inset Formula $\$$
22135 \end_inset
22136
22137
22138 \end_layout
22139
22140 \end_inset
22141 </cell>
22142 </row>
22143 <row>
22144 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22145 \begin_inset Text
22146
22147 \begin_layout Plain Layout
22148 §
22149 \end_layout
22150
22151 \end_inset
22152 </cell>
22153 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22154 \begin_inset Text
22155
22156 \begin_layout Plain Layout
22157 \begin_inset Formula $§$
22158 \end_inset
22159
22160
22161 \end_layout
22162
22163 \end_inset
22164 </cell>
22165 </row>
22166 </lyxtabular>
22167
22168 \end_inset
22169
22170
22171 \begin_inset Tabular
22172 <lyxtabular version="3" rows="10" columns="2">
22173 <features rotate="0" tabularvalignment="middle">
22174 <column alignment="center" valignment="top">
22175 <column alignment="center" valignment="top">
22176 <row>
22177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22178 \begin_inset Text
22179
22180 \begin_layout Plain Layout
22181 Comando
22182 \end_layout
22183
22184 \end_inset
22185 </cell>
22186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22187 \begin_inset Text
22188
22189 \begin_layout Plain Layout
22190 Símbolo
22191 \end_layout
22192
22193 \end_inset
22194 </cell>
22195 </row>
22196 <row>
22197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22198 \begin_inset Text
22199
22200 \begin_layout Plain Layout
22201
22202 \backslash
22203 hbar
22204 \end_layout
22205
22206 \end_inset
22207 </cell>
22208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22209 \begin_inset Text
22210
22211 \begin_layout Plain Layout
22212 \begin_inset Formula $\hbar$
22213 \end_inset
22214
22215
22216 \end_layout
22217
22218 \end_inset
22219 </cell>
22220 </row>
22221 <row>
22222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22223 \begin_inset Text
22224
22225 \begin_layout Plain Layout
22226
22227 \backslash
22228 hslash
22229 \end_layout
22230
22231 \end_inset
22232 </cell>
22233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22234 \begin_inset Text
22235
22236 \begin_layout Plain Layout
22237 \begin_inset Formula $\hslash$
22238 \end_inset
22239
22240
22241 \end_layout
22242
22243 \end_inset
22244 </cell>
22245 </row>
22246 <row>
22247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22248 \begin_inset Text
22249
22250 \begin_layout Plain Layout
22251
22252 \backslash
22253 clubsuit
22254 \end_layout
22255
22256 \end_inset
22257 </cell>
22258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22259 \begin_inset Text
22260
22261 \begin_layout Plain Layout
22262 \begin_inset Formula $\clubsuit$
22263 \end_inset
22264
22265
22266 \end_layout
22267
22268 \end_inset
22269 </cell>
22270 </row>
22271 <row>
22272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22273 \begin_inset Text
22274
22275 \begin_layout Plain Layout
22276
22277 \backslash
22278 spadesuit
22279 \end_layout
22280
22281 \end_inset
22282 </cell>
22283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22284 \begin_inset Text
22285
22286 \begin_layout Plain Layout
22287 \begin_inset Formula $\spadesuit$
22288 \end_inset
22289
22290
22291 \end_layout
22292
22293 \end_inset
22294 </cell>
22295 </row>
22296 <row>
22297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22298 \begin_inset Text
22299
22300 \begin_layout Plain Layout
22301
22302 \backslash
22303 bigstar
22304 \end_layout
22305
22306 \end_inset
22307 </cell>
22308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22309 \begin_inset Text
22310
22311 \begin_layout Plain Layout
22312 \begin_inset Formula $\bigstar$
22313 \end_inset
22314
22315
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 </row>
22321 <row>
22322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22323 \begin_inset Text
22324
22325 \begin_layout Plain Layout
22326
22327 \backslash
22328 blacklozenge
22329 \end_layout
22330
22331 \end_inset
22332 </cell>
22333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22334 \begin_inset Text
22335
22336 \begin_layout Plain Layout
22337 \begin_inset Formula $\blacklozenge$
22338 \end_inset
22339
22340
22341 \end_layout
22342
22343 \end_inset
22344 </cell>
22345 </row>
22346 <row>
22347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22348 \begin_inset Text
22349
22350 \begin_layout Plain Layout
22351
22352 \backslash
22353 blacktriangle
22354 \end_layout
22355
22356 \end_inset
22357 </cell>
22358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22359 \begin_inset Text
22360
22361 \begin_layout Plain Layout
22362 \begin_inset Formula $\blacktriangle$
22363 \end_inset
22364
22365
22366 \end_layout
22367
22368 \end_inset
22369 </cell>
22370 </row>
22371 <row>
22372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22373 \begin_inset Text
22374
22375 \begin_layout Plain Layout
22376
22377 \backslash
22378 blacktiangledown
22379 \end_layout
22380
22381 \end_inset
22382 </cell>
22383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22384 \begin_inset Text
22385
22386 \begin_layout Plain Layout
22387 \begin_inset Formula $\blacktriangledown$
22388 \end_inset
22389
22390
22391 \end_layout
22392
22393 \end_inset
22394 </cell>
22395 </row>
22396 <row>
22397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22398 \begin_inset Text
22399
22400 \begin_layout Plain Layout
22401
22402 \backslash
22403 bullet
22404 \end_layout
22405
22406 \end_inset
22407 </cell>
22408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22409 \begin_inset Text
22410
22411 \begin_layout Plain Layout
22412 \begin_inset Formula $\bullet$
22413 \end_inset
22414
22415
22416 \end_layout
22417
22418 \end_inset
22419 </cell>
22420 </row>
22421 </lyxtabular>
22422
22423 \end_inset
22424
22425
22426 \begin_inset Tabular
22427 <lyxtabular version="3" rows="10" columns="2">
22428 <features rotate="0" tabularvalignment="middle">
22429 <column alignment="center" valignment="top" width="0pt">
22430 <column alignment="center" valignment="top" width="0pt">
22431 <row>
22432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436 Comando
22437 \end_layout
22438
22439 \end_inset
22440 </cell>
22441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22442 \begin_inset Text
22443
22444 \begin_layout Plain Layout
22445 Símbolo
22446 \end_layout
22447
22448 \end_inset
22449 </cell>
22450 </row>
22451 <row>
22452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22453 \begin_inset Text
22454
22455 \begin_layout Plain Layout
22456
22457 \backslash
22458 diamondsuit
22459 \end_layout
22460
22461 \end_inset
22462 </cell>
22463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22464 \begin_inset Text
22465
22466 \begin_layout Plain Layout
22467 \begin_inset Formula $\diamondsuit$
22468 \end_inset
22469
22470
22471 \end_layout
22472
22473 \end_inset
22474 </cell>
22475 </row>
22476 <row>
22477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22478 \begin_inset Text
22479
22480 \begin_layout Plain Layout
22481
22482 \backslash
22483 Diamond
22484 \end_layout
22485
22486 \end_inset
22487 </cell>
22488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22489 \begin_inset Text
22490
22491 \begin_layout Plain Layout
22492 \begin_inset Formula $\Diamond$
22493 \end_inset
22494
22495
22496 \end_layout
22497
22498 \end_inset
22499 </cell>
22500 </row>
22501 <row>
22502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22503 \begin_inset Text
22504
22505 \begin_layout Plain Layout
22506
22507 \backslash
22508 heartsuit
22509 \end_layout
22510
22511 \end_inset
22512 </cell>
22513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22514 \begin_inset Text
22515
22516 \begin_layout Plain Layout
22517 \begin_inset Formula $\heartsuit$
22518 \end_inset
22519
22520
22521 \end_layout
22522
22523 \end_inset
22524 </cell>
22525 </row>
22526 <row>
22527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22528 \begin_inset Text
22529
22530 \begin_layout Plain Layout
22531
22532 \backslash
22533 P
22534 \end_layout
22535
22536 \end_inset
22537 </cell>
22538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22539 \begin_inset Text
22540
22541 \begin_layout Plain Layout
22542 \begin_inset Formula $\P$
22543 \end_inset
22544
22545
22546 \end_layout
22547
22548 \end_inset
22549 </cell>
22550 </row>
22551 <row>
22552 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556
22557 \backslash
22558 copyright
22559 \end_layout
22560
22561 \end_inset
22562 </cell>
22563 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22564 \begin_inset Text
22565
22566 \begin_layout Plain Layout
22567 \begin_inset Formula $\copyright$
22568 \end_inset
22569
22570
22571 \end_layout
22572
22573 \end_inset
22574 </cell>
22575 </row>
22576 <row>
22577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22578 \begin_inset Text
22579
22580 \begin_layout Plain Layout
22581
22582 \backslash
22583 circledR
22584 \end_layout
22585
22586 \end_inset
22587 </cell>
22588 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22589 \begin_inset Text
22590
22591 \begin_layout Plain Layout
22592 \begin_inset Formula $\circledR$
22593 \end_inset
22594
22595
22596 \end_layout
22597
22598 \end_inset
22599 </cell>
22600 </row>
22601 <row>
22602 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22603 \begin_inset Text
22604
22605 \begin_layout Plain Layout
22606
22607 \backslash
22608 maltese
22609 \end_layout
22610
22611 \end_inset
22612 </cell>
22613 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22614 \begin_inset Text
22615
22616 \begin_layout Plain Layout
22617 \begin_inset Formula $\maltese$
22618 \end_inset
22619
22620
22621 \end_layout
22622
22623 \end_inset
22624 </cell>
22625 </row>
22626 <row>
22627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Plain Layout
22631
22632 \backslash
22633 diagup
22634 \end_layout
22635
22636 \end_inset
22637 </cell>
22638 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22639 \begin_inset Text
22640
22641 \begin_layout Plain Layout
22642 \begin_inset Formula $\diagup$
22643 \end_inset
22644
22645
22646 \end_layout
22647
22648 \end_inset
22649 </cell>
22650 </row>
22651 <row>
22652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22653 \begin_inset Text
22654
22655 \begin_layout Plain Layout
22656
22657 \backslash
22658 diagdown
22659 \end_layout
22660
22661 \end_inset
22662 </cell>
22663 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22664 \begin_inset Text
22665
22666 \begin_layout Plain Layout
22667 \begin_inset Formula $\diagdown$
22668 \end_inset
22669
22670
22671 \end_layout
22672
22673 \end_inset
22674 </cell>
22675 </row>
22676 </lyxtabular>
22677
22678 \end_inset
22679
22680
22681 \end_layout
22682
22683 \begin_layout Standard
22684 \begin_inset VSpace medskip
22685 \end_inset
22686
22687
22688 \end_layout
22689
22690 \begin_layout Standard
22691 Algunos símbolos pueden presentarse en distintos tamaños, véase 
22692 \begin_inset CommandInset ref
22693 LatexCommand ref
22694 reference "sub:Tamaños-de-tipografías"
22695
22696 \end_inset
22697
22698
22699 \end_layout
22700
22701 \begin_layout Subsection
22702 El símbolo del euro, €
22703 \begin_inset Index idx
22704 status collapsed
22705
22706 \begin_layout Plain Layout
22707 Símbolos ! euro
22708 \end_layout
22709
22710 \end_inset
22711
22712
22713 \begin_inset Index idx
22714 status collapsed
22715
22716 \begin_layout Plain Layout
22717
22718 \backslash
22719 @
22720 \begin_inset ERT
22721 status collapsed
22722
22723 \begin_layout Plain Layout
22724
22725
22726 \backslash
22727 officialeuro
22728 \end_layout
22729
22730 \end_inset
22731
22732
22733 \end_layout
22734
22735 \end_inset
22736
22737
22738 \end_layout
22739
22740 \begin_layout Standard
22741 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
22742  LaTeX 
22743 \series bold
22744 eurosym
22745 \series default
22746
22747 \begin_inset Index idx
22748 status collapsed
22749
22750 \begin_layout Plain Layout
22751 Paquetes ! eurosym
22752 \end_layout
22753
22754 \end_inset
22755
22756 , y cargado en el preámbulo LaTeX con la línea
22757 \end_layout
22758
22759 \begin_layout Standard
22760
22761 \series bold
22762
22763 \backslash
22764 usepackage[gennarrow]{eurosym}
22765 \end_layout
22766
22767 \begin_layout Standard
22768 Actualmente también se puede insertar con el comando 
22769 \series bold
22770
22771 \backslash
22772 euro
22773 \series default
22774
22775 \begin_inset Index idx
22776 status collapsed
22777
22778 \begin_layout Plain Layout
22779 Comandos ! E ! 
22780 \backslash
22781 euro
22782 \end_layout
22783
22784 \end_inset
22785
22786 .
22787 \end_layout
22788
22789 \begin_layout Standard
22790 El símbolo del euro puede insertarse directamente con la tecla € en texto
22791  matemático sin tener 
22792 \series bold
22793 eurosym
22794 \series default
22795  instalado.
22796  Si 
22797 \series bold
22798 eurosym
22799 \series default
22800  está instalado, se puede insertar 
22801 \series bold
22802
22803 \backslash
22804 euro
22805 \series default
22806  en modo TeX.
22807  El símbolo oficial de la moneda se puede insertar con el comando 
22808 \series bold
22809
22810 \backslash
22811 officialeuro
22812 \series default
22813
22814 \begin_inset Index idx
22815 status collapsed
22816
22817 \begin_layout Plain Layout
22818 Comandos ! O ! 
22819 \backslash
22820 officialeuro
22821 \end_layout
22822
22823 \end_inset
22824
22825 , que sólo está disponible en modo TeX.
22826 \end_layout
22827
22828 \begin_layout Standard
22829 \begin_inset ERT
22830 status collapsed
22831
22832 \begin_layout Plain Layout
22833
22834
22835 \backslash
22836 ifeurosym
22837 \end_layout
22838
22839 \end_inset
22840
22841
22842 \begin_inset Note Note
22843 status collapsed
22844
22845 \begin_layout Plain Layout
22846 El cuadro siguiente sólo se mostrará si está instalado el paquete LaTeX
22847  
22848 \series bold
22849 eurosym
22850 \series default
22851 .
22852 \end_layout
22853
22854 \end_inset
22855
22856
22857 \end_layout
22858
22859 \begin_layout Standard
22860 Un vistazo a los diferentes símbolos del euro.
22861 \end_layout
22862
22863 \begin_layout Standard
22864 \noindent
22865 \align center
22866 \begin_inset Tabular
22867 <lyxtabular version="3" rows="4" columns="3">
22868 <features rotate="0" tabularvalignment="middle">
22869 <column alignment="center" valignment="top">
22870 <column alignment="center" valignment="top">
22871 <column alignment="center" valignment="top">
22872 <row>
22873 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22874 \begin_inset Text
22875
22876 \begin_layout Plain Layout
22877
22878 \end_layout
22879
22880 \end_inset
22881 </cell>
22882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22883 \begin_inset Text
22884
22885 \begin_layout Plain Layout
22886 Comando
22887 \end_layout
22888
22889 \end_inset
22890 </cell>
22891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22892 \begin_inset Text
22893
22894 \begin_layout Plain Layout
22895 Símbolo
22896 \end_layout
22897
22898 \end_inset
22899 </cell>
22900 </row>
22901 <row>
22902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22903 \begin_inset Text
22904
22905 \begin_layout Plain Layout
22906 ecuación
22907 \end_layout
22908
22909 \end_inset
22910 </cell>
22911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22912 \begin_inset Text
22913
22914 \begin_layout Plain Layout
22915
22916 \backslash
22917 euro
22918 \end_layout
22919
22920 \end_inset
22921 </cell>
22922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22923 \begin_inset Text
22924
22925 \begin_layout Plain Layout
22926 \begin_inset Formula $\euro$
22927 \end_inset
22928
22929
22930 \end_layout
22931
22932 \end_inset
22933 </cell>
22934 </row>
22935 <row>
22936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22937 \begin_inset Text
22938
22939 \begin_layout Plain Layout
22940 texto matemático
22941 \end_layout
22942
22943 \end_inset
22944 </cell>
22945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22946 \begin_inset Text
22947
22948 \begin_layout Plain Layout
22949
22950 \end_layout
22951
22952 \end_inset
22953 </cell>
22954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22955 \begin_inset Text
22956
22957 \begin_layout Plain Layout
22958 \begin_inset Formula $\mbox{€}$
22959 \end_inset
22960
22961
22962 \end_layout
22963
22964 \end_inset
22965 </cell>
22966 </row>
22967 <row>
22968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22969 \begin_inset Text
22970
22971 \begin_layout Plain Layout
22972 modo TeX
22973 \end_layout
22974
22975 \end_inset
22976 </cell>
22977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22978 \begin_inset Text
22979
22980 \begin_layout Plain Layout
22981
22982 \backslash
22983 officialeuro
22984 \end_layout
22985
22986 \end_inset
22987 </cell>
22988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22989 \begin_inset Text
22990
22991 \begin_layout Plain Layout
22992 \begin_inset ERT
22993 status collapsed
22994
22995 \begin_layout Plain Layout
22996
22997
22998 \backslash
22999 officialeuro
23000 \end_layout
23001
23002 \end_inset
23003
23004
23005 \end_layout
23006
23007 \end_inset
23008 </cell>
23009 </row>
23010 </lyxtabular>
23011
23012 \end_inset
23013
23014
23015 \end_layout
23016
23017 \begin_layout Standard
23018 \begin_inset ERT
23019 status collapsed
23020
23021 \begin_layout Plain Layout
23022
23023
23024 \backslash
23025 else
23026 \end_layout
23027
23028 \end_inset
23029
23030
23031 \begin_inset Note Note
23032 status collapsed
23033
23034 \begin_layout Plain Layout
23035 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
23036 \series bold
23037 eurosym
23038 \series default
23039 :
23040 \end_layout
23041
23042 \end_inset
23043
23044
23045 \end_layout
23046
23047 \begin_layout Standard
23048 Para ver la salida completa de esta subsección debe estar instalado el paquete
23049  LaTeX 
23050 \series bold
23051 eurosym
23052 \series default
23053 .
23054 \end_layout
23055
23056 \begin_layout Standard
23057 \begin_inset ERT
23058 status collapsed
23059
23060 \begin_layout Plain Layout
23061
23062
23063 \backslash
23064 fi
23065 \end_layout
23066
23067 \end_inset
23068
23069
23070 \end_layout
23071
23072 \begin_layout Section
23073 Relaciones
23074 \begin_inset CommandInset label
23075 LatexCommand label
23076 name "sec:Relaciones"
23077
23078 \end_inset
23079
23080
23081 \begin_inset Index idx
23082 status collapsed
23083
23084 \begin_layout Plain Layout
23085 Relaciones
23086 \end_layout
23087
23088 \end_inset
23089
23090
23091 \begin_inset Index idx
23092 status collapsed
23093
23094 \begin_layout Plain Layout
23095 Comparaciones|see
23096 \begin_inset ERT
23097 status collapsed
23098
23099 \begin_layout Plain Layout
23100
23101 {
23102 \end_layout
23103
23104 \end_inset
23105
23106 Relaciones
23107 \begin_inset ERT
23108 status collapsed
23109
23110 \begin_layout Plain Layout
23111
23112 }
23113 \end_layout
23114
23115 \end_inset
23116
23117
23118 \end_layout
23119
23120 \end_inset
23121
23122
23123 \end_layout
23124
23125 \begin_layout Standard
23126 Todas las relaciones siguientes se pueden insertar también con el botón
23127  
23128 \begin_inset Info
23129 type  "icon"
23130 arg   "math-insert \\leq"
23131 \end_inset
23132
23133  de la barra de ecuaciones.
23134 \end_layout
23135
23136 \begin_layout Standard
23137 \begin_inset space \hfill{}
23138 \end_inset
23139
23140
23141 \begin_inset Tabular
23142 <lyxtabular version="3" rows="17" columns="2">
23143 <features rotate="0" tabularvalignment="middle">
23144 <column alignment="center" valignment="top" width="0pt">
23145 <column alignment="center" valignment="top" width="0pt">
23146 <row>
23147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23148 \begin_inset Text
23149
23150 \begin_layout Plain Layout
23151 Comando
23152 \end_layout
23153
23154 \end_inset
23155 </cell>
23156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23157 \begin_inset Text
23158
23159 \begin_layout Plain Layout
23160 Relación
23161 \end_layout
23162
23163 \end_inset
23164 </cell>
23165 </row>
23166 <row>
23167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171 <
23172 \end_layout
23173
23174 \end_inset
23175 </cell>
23176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23177 \begin_inset Text
23178
23179 \begin_layout Plain Layout
23180 \begin_inset Formula $<$
23181 \end_inset
23182
23183
23184 \end_layout
23185
23186 \end_inset
23187 </cell>
23188 </row>
23189 <row>
23190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23191 \begin_inset Text
23192
23193 \begin_layout Plain Layout
23194
23195 \backslash
23196 le
23197 \end_layout
23198
23199 \end_inset
23200 </cell>
23201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23202 \begin_inset Text
23203
23204 \begin_layout Plain Layout
23205 \begin_inset Formula $\le$
23206 \end_inset
23207
23208
23209 \end_layout
23210
23211 \end_inset
23212 </cell>
23213 </row>
23214 <row>
23215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23216 \begin_inset Text
23217
23218 \begin_layout Plain Layout
23219
23220 \backslash
23221 ll
23222 \end_layout
23223
23224 \end_inset
23225 </cell>
23226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23227 \begin_inset Text
23228
23229 \begin_layout Plain Layout
23230 \begin_inset Formula $\ll$
23231 \end_inset
23232
23233
23234 \end_layout
23235
23236 \end_inset
23237 </cell>
23238 </row>
23239 <row>
23240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23241 \begin_inset Text
23242
23243 \begin_layout Plain Layout
23244
23245 \backslash
23246 prec
23247 \end_layout
23248
23249 \end_inset
23250 </cell>
23251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23252 \begin_inset Text
23253
23254 \begin_layout Plain Layout
23255 \begin_inset Formula $\prec$
23256 \end_inset
23257
23258
23259 \end_layout
23260
23261 \end_inset
23262 </cell>
23263 </row>
23264 <row>
23265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23266 \begin_inset Text
23267
23268 \begin_layout Plain Layout
23269
23270 \backslash
23271 preceq
23272 \end_layout
23273
23274 \end_inset
23275 </cell>
23276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23277 \begin_inset Text
23278
23279 \begin_layout Plain Layout
23280 \begin_inset Formula $\preceq$
23281 \end_inset
23282
23283
23284 \end_layout
23285
23286 \end_inset
23287 </cell>
23288 </row>
23289 <row>
23290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23291 \begin_inset Text
23292
23293 \begin_layout Plain Layout
23294
23295 \backslash
23296 subset
23297 \end_layout
23298
23299 \end_inset
23300 </cell>
23301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23302 \begin_inset Text
23303
23304 \begin_layout Plain Layout
23305 \begin_inset Formula $\subset$
23306 \end_inset
23307
23308
23309 \end_layout
23310
23311 \end_inset
23312 </cell>
23313 </row>
23314 <row>
23315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23316 \begin_inset Text
23317
23318 \begin_layout Plain Layout
23319
23320 \backslash
23321 subseteq
23322 \end_layout
23323
23324 \end_inset
23325 </cell>
23326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23327 \begin_inset Text
23328
23329 \begin_layout Plain Layout
23330 \begin_inset Formula $\subseteq$
23331 \end_inset
23332
23333
23334 \end_layout
23335
23336 \end_inset
23337 </cell>
23338 </row>
23339 <row>
23340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344
23345 \backslash
23346 sqsubseteq
23347 \end_layout
23348
23349 \end_inset
23350 </cell>
23351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23352 \begin_inset Text
23353
23354 \begin_layout Plain Layout
23355 \begin_inset Formula $\sqsubseteq$
23356 \end_inset
23357
23358
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 </row>
23364 <row>
23365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369
23370 \backslash
23371 in
23372 \end_layout
23373
23374 \end_inset
23375 </cell>
23376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23377 \begin_inset Text
23378
23379 \begin_layout Plain Layout
23380 \begin_inset Formula $\in$
23381 \end_inset
23382
23383
23384 \end_layout
23385
23386 \end_inset
23387 </cell>
23388 </row>
23389 <row>
23390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23391 \begin_inset Text
23392
23393 \begin_layout Plain Layout
23394
23395 \backslash
23396 vdash
23397 \end_layout
23398
23399 \end_inset
23400 </cell>
23401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23402 \begin_inset Text
23403
23404 \begin_layout Plain Layout
23405 \begin_inset Formula $\vdash$
23406 \end_inset
23407
23408
23409 \end_layout
23410
23411 \end_inset
23412 </cell>
23413 </row>
23414 <row>
23415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23416 \begin_inset Text
23417
23418 \begin_layout Plain Layout
23419
23420 \backslash
23421 smile
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23427 \begin_inset Text
23428
23429 \begin_layout Plain Layout
23430 \begin_inset Formula $\smile$
23431 \end_inset
23432
23433
23434 \end_layout
23435
23436 \end_inset
23437 </cell>
23438 </row>
23439 <row>
23440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444
23445 \backslash
23446 lhd
23447 \end_layout
23448
23449 \end_inset
23450 </cell>
23451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23452 \begin_inset Text
23453
23454 \begin_layout Plain Layout
23455 \begin_inset Formula $\lhd$
23456 \end_inset
23457
23458
23459 \end_layout
23460
23461 \end_inset
23462 </cell>
23463 </row>
23464 <row>
23465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23466 \begin_inset Text
23467
23468 \begin_layout Plain Layout
23469
23470 \backslash
23471 unlhd
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23477 \begin_inset Text
23478
23479 \begin_layout Plain Layout
23480 \begin_inset Formula $\unlhd$
23481 \end_inset
23482
23483
23484 \end_layout
23485
23486 \end_inset
23487 </cell>
23488 </row>
23489 <row>
23490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23491 \begin_inset Text
23492
23493 \begin_layout Plain Layout
23494
23495 \backslash
23496 gtrless
23497 \end_layout
23498
23499 \end_inset
23500 </cell>
23501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23502 \begin_inset Text
23503
23504 \begin_layout Plain Layout
23505 \begin_inset Formula $\gtrless$
23506 \end_inset
23507
23508
23509 \end_layout
23510
23511 \end_inset
23512 </cell>
23513 </row>
23514 <row>
23515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23516 \begin_inset Text
23517
23518 \begin_layout Plain Layout
23519
23520 \backslash
23521 mid
23522 \end_layout
23523
23524 \end_inset
23525 </cell>
23526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23527 \begin_inset Text
23528
23529 \begin_layout Plain Layout
23530 \begin_inset Formula $\mid$
23531 \end_inset
23532
23533
23534 \end_layout
23535
23536 \end_inset
23537 </cell>
23538 </row>
23539 <row>
23540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544
23545 \backslash
23546 nmid
23547 \end_layout
23548
23549 \end_inset
23550 </cell>
23551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23552 \begin_inset Text
23553
23554 \begin_layout Plain Layout
23555 \begin_inset Formula $\nmid$
23556 \end_inset
23557
23558
23559 \end_layout
23560
23561 \end_inset
23562 </cell>
23563 </row>
23564 </lyxtabular>
23565
23566 \end_inset
23567
23568
23569 \begin_inset space \hfill{}
23570 \end_inset
23571
23572
23573 \begin_inset Tabular
23574 <lyxtabular version="3" rows="17" columns="2">
23575 <features rotate="0" tabularvalignment="middle">
23576 <column alignment="center" valignment="top" width="0pt">
23577 <column alignment="center" valignment="top" width="0pt">
23578 <row>
23579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23580 \begin_inset Text
23581
23582 \begin_layout Plain Layout
23583 Comando
23584 \end_layout
23585
23586 \end_inset
23587 </cell>
23588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23589 \begin_inset Text
23590
23591 \begin_layout Plain Layout
23592 Relación
23593 \end_layout
23594
23595 \end_inset
23596 </cell>
23597 </row>
23598 <row>
23599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603 =
23604 \end_layout
23605
23606 \end_inset
23607 </cell>
23608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612 \begin_inset Formula $=$
23613 \end_inset
23614
23615
23616 \end_layout
23617
23618 \end_inset
23619 </cell>
23620 </row>
23621 <row>
23622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23623 \begin_inset Text
23624
23625 \begin_layout Plain Layout
23626
23627 \backslash
23628 not=
23629 \end_layout
23630
23631 \end_inset
23632 </cell>
23633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23634 \begin_inset Text
23635
23636 \begin_layout Plain Layout
23637 \begin_inset Formula $\not=$
23638 \end_inset
23639
23640
23641 \end_layout
23642
23643 \end_inset
23644 </cell>
23645 </row>
23646 <row>
23647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23648 \begin_inset Text
23649
23650 \begin_layout Plain Layout
23651
23652 \backslash
23653 equiv
23654 \end_layout
23655
23656 \end_inset
23657 </cell>
23658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23659 \begin_inset Text
23660
23661 \begin_layout Plain Layout
23662 \begin_inset Formula $\equiv$
23663 \end_inset
23664
23665
23666 \end_layout
23667
23668 \end_inset
23669 </cell>
23670 </row>
23671 <row>
23672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23673 \begin_inset Text
23674
23675 \begin_layout Plain Layout
23676
23677 \backslash
23678 sim
23679 \end_layout
23680
23681 \end_inset
23682 </cell>
23683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23684 \begin_inset Text
23685
23686 \begin_layout Plain Layout
23687 \begin_inset Formula $\sim$
23688 \end_inset
23689
23690
23691 \end_layout
23692
23693 \end_inset
23694 </cell>
23695 </row>
23696 <row>
23697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23698 \begin_inset Text
23699
23700 \begin_layout Plain Layout
23701
23702 \backslash
23703 simeq
23704 \end_layout
23705
23706 \end_inset
23707 </cell>
23708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23709 \begin_inset Text
23710
23711 \begin_layout Plain Layout
23712 \begin_inset Formula $\simeq$
23713 \end_inset
23714
23715
23716 \end_layout
23717
23718 \end_inset
23719 </cell>
23720 </row>
23721 <row>
23722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23723 \begin_inset Text
23724
23725 \begin_layout Plain Layout
23726
23727 \backslash
23728 approx
23729 \end_layout
23730
23731 \end_inset
23732 </cell>
23733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23734 \begin_inset Text
23735
23736 \begin_layout Plain Layout
23737 \begin_inset Formula $\approx$
23738 \end_inset
23739
23740
23741 \end_layout
23742
23743 \end_inset
23744 </cell>
23745 </row>
23746 <row>
23747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23748 \begin_inset Text
23749
23750 \begin_layout Plain Layout
23751
23752 \backslash
23753 cong
23754 \end_layout
23755
23756 \end_inset
23757 </cell>
23758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23759 \begin_inset Text
23760
23761 \begin_layout Plain Layout
23762 \begin_inset Formula $\cong$
23763 \end_inset
23764
23765
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 </row>
23771 <row>
23772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23773 \begin_inset Text
23774
23775 \begin_layout Plain Layout
23776
23777 \backslash
23778 bowtie
23779 \end_layout
23780
23781 \end_inset
23782 </cell>
23783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23784 \begin_inset Text
23785
23786 \begin_layout Plain Layout
23787 \begin_inset Formula $\bowtie$
23788 \end_inset
23789
23790
23791 \end_layout
23792
23793 \end_inset
23794 </cell>
23795 </row>
23796 <row>
23797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23798 \begin_inset Text
23799
23800 \begin_layout Plain Layout
23801
23802 \backslash
23803 notin
23804 \end_layout
23805
23806 \end_inset
23807 </cell>
23808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23809 \begin_inset Text
23810
23811 \begin_layout Plain Layout
23812 \begin_inset Formula $\notin$
23813 \end_inset
23814
23815
23816 \end_layout
23817
23818 \end_inset
23819 </cell>
23820 </row>
23821 <row>
23822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23823 \begin_inset Text
23824
23825 \begin_layout Plain Layout
23826
23827 \backslash
23828 perp
23829 \end_layout
23830
23831 \end_inset
23832 </cell>
23833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23834 \begin_inset Text
23835
23836 \begin_layout Plain Layout
23837 \begin_inset Formula $\perp$
23838 \end_inset
23839
23840
23841 \end_layout
23842
23843 \end_inset
23844 </cell>
23845 </row>
23846 <row>
23847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23848 \begin_inset Text
23849
23850 \begin_layout Plain Layout
23851
23852 \backslash
23853 propto
23854 \end_layout
23855
23856 \end_inset
23857 </cell>
23858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23859 \begin_inset Text
23860
23861 \begin_layout Plain Layout
23862 \begin_inset Formula $\propto$
23863 \end_inset
23864
23865
23866 \end_layout
23867
23868 \end_inset
23869 </cell>
23870 </row>
23871 <row>
23872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23873 \begin_inset Text
23874
23875 \begin_layout Plain Layout
23876
23877 \backslash
23878 asymp
23879 \end_layout
23880
23881 \end_inset
23882 </cell>
23883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23884 \begin_inset Text
23885
23886 \begin_layout Plain Layout
23887 \begin_inset Formula $\asymp$
23888 \end_inset
23889
23890
23891 \end_layout
23892
23893 \end_inset
23894 </cell>
23895 </row>
23896 <row>
23897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23898 \begin_inset Text
23899
23900 \begin_layout Plain Layout
23901
23902 \backslash
23903 doteq
23904 \end_layout
23905
23906 \end_inset
23907 </cell>
23908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23909 \begin_inset Text
23910
23911 \begin_layout Plain Layout
23912 \begin_inset Formula $\doteq$
23913 \end_inset
23914
23915
23916 \end_layout
23917
23918 \end_inset
23919 </cell>
23920 </row>
23921 <row>
23922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23923 \begin_inset Text
23924
23925 \begin_layout Plain Layout
23926
23927 \backslash
23928 circeq
23929 \end_layout
23930
23931 \end_inset
23932 </cell>
23933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23934 \begin_inset Text
23935
23936 \begin_layout Plain Layout
23937 \begin_inset Formula $\circeq$
23938 \end_inset
23939
23940
23941 \end_layout
23942
23943 \end_inset
23944 </cell>
23945 </row>
23946 <row>
23947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23948 \begin_inset Text
23949
23950 \begin_layout Plain Layout
23951
23952 \backslash
23953 models
23954 \end_layout
23955
23956 \end_inset
23957 </cell>
23958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23959 \begin_inset Text
23960
23961 \begin_layout Plain Layout
23962 \begin_inset Formula $\models$
23963 \end_inset
23964
23965
23966 \end_layout
23967
23968 \end_inset
23969 </cell>
23970 </row>
23971 <row>
23972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23973 \begin_inset Text
23974
23975 \begin_layout Plain Layout
23976
23977 \backslash
23978 widehat=
23979 \end_layout
23980
23981 \end_inset
23982 </cell>
23983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23984 \begin_inset Text
23985
23986 \begin_layout Plain Layout
23987 \begin_inset Formula $\widehat{=}$
23988 \end_inset
23989
23990
23991 \end_layout
23992
23993 \end_inset
23994 </cell>
23995 </row>
23996 </lyxtabular>
23997
23998 \end_inset
23999
24000
24001 \begin_inset space \hfill{}
24002 \end_inset
24003
24004
24005 \begin_inset Tabular
24006 <lyxtabular version="3" rows="17" columns="2">
24007 <features rotate="0" tabularvalignment="middle">
24008 <column alignment="center" valignment="top" width="0pt">
24009 <column alignment="center" valignment="top" width="0pt">
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 Comando
24016 \end_layout
24017
24018 \end_inset
24019 </cell>
24020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24021 \begin_inset Text
24022
24023 \begin_layout Plain Layout
24024 Relación
24025 \end_layout
24026
24027 \end_inset
24028 </cell>
24029 </row>
24030 <row>
24031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24032 \begin_inset Text
24033
24034 \begin_layout Plain Layout
24035 >
24036 \end_layout
24037
24038 \end_inset
24039 </cell>
24040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24041 \begin_inset Text
24042
24043 \begin_layout Plain Layout
24044 \begin_inset Formula $>$
24045 \end_inset
24046
24047
24048 \end_layout
24049
24050 \end_inset
24051 </cell>
24052 </row>
24053 <row>
24054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24055 \begin_inset Text
24056
24057 \begin_layout Plain Layout
24058
24059 \backslash
24060 ge
24061 \end_layout
24062
24063 \end_inset
24064 </cell>
24065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24066 \begin_inset Text
24067
24068 \begin_layout Plain Layout
24069 \begin_inset Formula $\ge$
24070 \end_inset
24071
24072
24073 \end_layout
24074
24075 \end_inset
24076 </cell>
24077 </row>
24078 <row>
24079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24080 \begin_inset Text
24081
24082 \begin_layout Plain Layout
24083
24084 \backslash
24085 gg
24086 \end_layout
24087
24088 \end_inset
24089 </cell>
24090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24091 \begin_inset Text
24092
24093 \begin_layout Plain Layout
24094 \begin_inset Formula $\gg$
24095 \end_inset
24096
24097
24098 \end_layout
24099
24100 \end_inset
24101 </cell>
24102 </row>
24103 <row>
24104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24105 \begin_inset Text
24106
24107 \begin_layout Plain Layout
24108
24109 \backslash
24110 succ
24111 \end_layout
24112
24113 \end_inset
24114 </cell>
24115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24116 \begin_inset Text
24117
24118 \begin_layout Plain Layout
24119 \begin_inset Formula $\succ$
24120 \end_inset
24121
24122
24123 \end_layout
24124
24125 \end_inset
24126 </cell>
24127 </row>
24128 <row>
24129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24130 \begin_inset Text
24131
24132 \begin_layout Plain Layout
24133
24134 \backslash
24135 succeq
24136 \end_layout
24137
24138 \end_inset
24139 </cell>
24140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24141 \begin_inset Text
24142
24143 \begin_layout Plain Layout
24144 \begin_inset Formula $\succeq$
24145 \end_inset
24146
24147
24148 \end_layout
24149
24150 \end_inset
24151 </cell>
24152 </row>
24153 <row>
24154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24155 \begin_inset Text
24156
24157 \begin_layout Plain Layout
24158
24159 \backslash
24160 supset
24161 \end_layout
24162
24163 \end_inset
24164 </cell>
24165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24166 \begin_inset Text
24167
24168 \begin_layout Plain Layout
24169 \begin_inset Formula $\supset$
24170 \end_inset
24171
24172
24173 \end_layout
24174
24175 \end_inset
24176 </cell>
24177 </row>
24178 <row>
24179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24180 \begin_inset Text
24181
24182 \begin_layout Plain Layout
24183
24184 \backslash
24185 supseteq
24186 \end_layout
24187
24188 \end_inset
24189 </cell>
24190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24191 \begin_inset Text
24192
24193 \begin_layout Plain Layout
24194 \begin_inset Formula $\supseteq$
24195 \end_inset
24196
24197
24198 \end_layout
24199
24200 \end_inset
24201 </cell>
24202 </row>
24203 <row>
24204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24205 \begin_inset Text
24206
24207 \begin_layout Plain Layout
24208
24209 \backslash
24210 sqsupseteq
24211 \end_layout
24212
24213 \end_inset
24214 </cell>
24215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24216 \begin_inset Text
24217
24218 \begin_layout Plain Layout
24219 \begin_inset Formula $\sqsupseteq$
24220 \end_inset
24221
24222
24223 \end_layout
24224
24225 \end_inset
24226 </cell>
24227 </row>
24228 <row>
24229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24230 \begin_inset Text
24231
24232 \begin_layout Plain Layout
24233
24234 \backslash
24235 ni
24236 \end_layout
24237
24238 \end_inset
24239 </cell>
24240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24241 \begin_inset Text
24242
24243 \begin_layout Plain Layout
24244 \begin_inset Formula $\ni$
24245 \end_inset
24246
24247
24248 \end_layout
24249
24250 \end_inset
24251 </cell>
24252 </row>
24253 <row>
24254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24255 \begin_inset Text
24256
24257 \begin_layout Plain Layout
24258
24259 \backslash
24260 dashv
24261 \end_layout
24262
24263 \end_inset
24264 </cell>
24265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24266 \begin_inset Text
24267
24268 \begin_layout Plain Layout
24269 \begin_inset Formula $\dashv$
24270 \end_inset
24271
24272
24273 \end_layout
24274
24275 \end_inset
24276 </cell>
24277 </row>
24278 <row>
24279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24280 \begin_inset Text
24281
24282 \begin_layout Plain Layout
24283
24284 \backslash
24285 frown
24286 \end_layout
24287
24288 \end_inset
24289 </cell>
24290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24291 \begin_inset Text
24292
24293 \begin_layout Plain Layout
24294 \begin_inset Formula $\frown$
24295 \end_inset
24296
24297
24298 \end_layout
24299
24300 \end_inset
24301 </cell>
24302 </row>
24303 <row>
24304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24305 \begin_inset Text
24306
24307 \begin_layout Plain Layout
24308
24309 \backslash
24310 rhd
24311 \end_layout
24312
24313 \end_inset
24314 </cell>
24315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24316 \begin_inset Text
24317
24318 \begin_layout Plain Layout
24319 \begin_inset Formula $\rhd$
24320 \end_inset
24321
24322
24323 \end_layout
24324
24325 \end_inset
24326 </cell>
24327 </row>
24328 <row>
24329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24330 \begin_inset Text
24331
24332 \begin_layout Plain Layout
24333
24334 \backslash
24335 unrhd
24336 \end_layout
24337
24338 \end_inset
24339 </cell>
24340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Plain Layout
24344 \begin_inset Formula $\unrhd$
24345 \end_inset
24346
24347
24348 \end_layout
24349
24350 \end_inset
24351 </cell>
24352 </row>
24353 <row>
24354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24355 \begin_inset Text
24356
24357 \begin_layout Plain Layout
24358
24359 \backslash
24360 lessgtr
24361 \end_layout
24362
24363 \end_inset
24364 </cell>
24365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24366 \begin_inset Text
24367
24368 \begin_layout Plain Layout
24369 \begin_inset Formula $\lessgtr$
24370 \end_inset
24371
24372
24373 \end_layout
24374
24375 \end_inset
24376 </cell>
24377 </row>
24378 <row>
24379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24380 \begin_inset Text
24381
24382 \begin_layout Plain Layout
24383
24384 \backslash
24385 parallel
24386 \end_layout
24387
24388 \end_inset
24389 </cell>
24390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24391 \begin_inset Text
24392
24393 \begin_layout Plain Layout
24394 \begin_inset Formula $\parallel$
24395 \end_inset
24396
24397
24398 \end_layout
24399
24400 \end_inset
24401 </cell>
24402 </row>
24403 <row>
24404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24405 \begin_inset Text
24406
24407 \begin_layout Plain Layout
24408
24409 \backslash
24410 nparallel
24411 \end_layout
24412
24413 \end_inset
24414 </cell>
24415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24416 \begin_inset Text
24417
24418 \begin_layout Plain Layout
24419 \begin_inset Formula $\nparallel$
24420 \end_inset
24421
24422
24423 \end_layout
24424
24425 \end_inset
24426 </cell>
24427 </row>
24428 </lyxtabular>
24429
24430 \end_inset
24431
24432
24433 \begin_inset space \hfill{}
24434 \end_inset
24435
24436
24437 \end_layout
24438
24439 \begin_layout Standard
24440 \begin_inset VSpace medskip
24441 \end_inset
24442
24443
24444 \end_layout
24445
24446 \begin_layout Standard
24447 Los caracteres 
24448 \series bold
24449
24450 \backslash
24451 lhd
24452 \series default
24453  y 
24454 \series bold
24455
24456 \backslash
24457 rhd
24458 \series default
24459  son mayores que los operadores de aspecto similar 
24460 \series bold
24461
24462 \backslash
24463 triangleleft
24464 \series default
24465  y 
24466 \series bold
24467
24468 \backslash
24469 triangleright
24470 \series default
24471 , respectivamente.
24472 \end_layout
24473
24474 \begin_layout Standard
24475
24476 \lang english
24477 LyX supports also many special relations.
24478  Use the toolbar button
24479 \lang spanish
24480  
24481 \begin_inset Info
24482 type  "icon"
24483 arg   "math-insert \\leqq"
24484 \end_inset
24485
24486  
24487 \lang english
24488 to see a list of these relations.
24489 \end_layout
24490
24491 \begin_layout Standard
24492 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
24493 \end_layout
24494
24495 \begin_layout Standard
24496 Se pueden componer relaciones con etiquetas con el comando 
24497 \series bold
24498
24499 \backslash
24500 stackrel
24501 \series default
24502
24503 \begin_inset Index idx
24504 status collapsed
24505
24506 \begin_layout Plain Layout
24507 Comandos ! S ! 
24508 \backslash
24509 stackrel
24510 \end_layout
24511
24512 \end_inset
24513
24514 :
24515 \end_layout
24516
24517 \begin_layout Standard
24518 \align center
24519 \begin_inset Tabular
24520 <lyxtabular version="3" rows="2" columns="2">
24521 <features rotate="0" tabularvalignment="middle">
24522 <column alignment="center" valignment="top">
24523 <column alignment="center" valignment="top">
24524 <row>
24525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24526 \begin_inset Text
24527
24528 \begin_layout Plain Layout
24529 Comando
24530 \end_layout
24531
24532 \end_inset
24533 </cell>
24534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24535 \begin_inset Text
24536
24537 \begin_layout Plain Layout
24538 Resultado
24539 \begin_inset Note Note
24540 status collapsed
24541
24542 \begin_layout Plain Layout
24543
24544 \series bold
24545
24546 \backslash
24547 raisebox
24548 \series default
24549  se usa sólo como espaciador
24550 \end_layout
24551
24552 \end_inset
24553
24554
24555 \end_layout
24556
24557 \end_inset
24558 </cell>
24559 </row>
24560 <row>
24561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24562 \begin_inset Text
24563
24564 \begin_layout Plain Layout
24565 A(r)
24566 \backslash
24567 stackrel
24568 \begin_inset space \textvisiblespace{}
24569 \end_inset
24570
24571 r
24572 \backslash
24573 to
24574 \backslash
24575 infty
24576 \begin_inset space \textvisiblespace{}
24577 \end_inset
24578
24579
24580 \begin_inset Formula $\downarrow$
24581 \end_inset
24582
24583
24584 \backslash
24585 approx
24586 \begin_inset space \textvisiblespace{}
24587 \end_inset
24588
24589
24590 \begin_inset space \textvisiblespace{}
24591 \end_inset
24592
24593 B
24594 \end_layout
24595
24596 \end_inset
24597 </cell>
24598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24599 \begin_inset Text
24600
24601 \begin_layout Plain Layout
24602 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24603 \end_inset
24604
24605
24606 \end_layout
24607
24608 \end_inset
24609 </cell>
24610 </row>
24611 </lyxtabular>
24612
24613 \end_inset
24614
24615
24616 \end_layout
24617
24618 \begin_layout Section
24619 Funciones
24620 \end_layout
24621
24622 \begin_layout Subsection
24623 Funciones predefinidas
24624 \begin_inset CommandInset label
24625 LatexCommand label
24626 name "sub:Funciones-predefinidas"
24627
24628 \end_inset
24629
24630
24631 \begin_inset Index idx
24632 status collapsed
24633
24634 \begin_layout Plain Layout
24635 Funciones ! predefinidas
24636 \end_layout
24637
24638 \end_inset
24639
24640
24641 \begin_inset Index idx
24642 status collapsed
24643
24644 \begin_layout Plain Layout
24645 Funciones ! en español
24646 \end_layout
24647
24648 \end_inset
24649
24650
24651 \end_layout
24652
24653 \begin_layout Standard
24654 En general las variables se escriben en 
24655 \emph on
24656 cursiva
24657 \emph default
24658  en expresiones matemáticas, pero no los nombres de las funciones, porque
24659  
24660 \begin_inset Formula $sen$
24661 \end_inset
24662
24663  podría confundirse con 
24664 \begin_inset Formula $s\cdot e\cdot n$
24665 \end_inset
24666
24667 .
24668  Por eso hay funciones predefinidas, que además se separan un poco del factor
24669  precedente.
24670  Se insertan como comandos con una barra inversa delante de su nombre.
24671 \end_layout
24672
24673 \begin_layout Standard
24674 \align center
24675 \begin_inset Tabular
24676 <lyxtabular version="3" rows="2" columns="4">
24677 <features rotate="0" tabularvalignment="middle">
24678 <column alignment="center" valignment="top" width="0pt">
24679 <column alignment="center" valignment="top" width="0pt">
24680 <column alignment="center" valignment="top" width="0pt">
24681 <column alignment="center" valignment="top" width="0pt">
24682 <row>
24683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24684 \begin_inset Text
24685
24686 \begin_layout Plain Layout
24687 Comando
24688 \end_layout
24689
24690 \end_inset
24691 </cell>
24692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24693 \begin_inset Text
24694
24695 \begin_layout Plain Layout
24696 Resultado
24697 \end_layout
24698
24699 \end_inset
24700 </cell>
24701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24702 \begin_inset Text
24703
24704 \begin_layout Plain Layout
24705 Comando
24706 \end_layout
24707
24708 \end_inset
24709 </cell>
24710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24711 \begin_inset Text
24712
24713 \begin_layout Plain Layout
24714 Resultado
24715 \end_layout
24716
24717 \end_inset
24718 </cell>
24719 </row>
24720 <row>
24721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24722 \begin_inset Text
24723
24724 \begin_layout Plain Layout
24725 Asen(x)+B
24726 \end_layout
24727
24728 \end_inset
24729 </cell>
24730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24731 \begin_inset Text
24732
24733 \begin_layout Plain Layout
24734 \begin_inset Formula $Asen(x)+B$
24735 \end_inset
24736
24737
24738 \end_layout
24739
24740 \end_inset
24741 </cell>
24742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24743 \begin_inset Text
24744
24745 \begin_layout Plain Layout
24746 A
24747 \backslash
24748 sen(x)+B
24749 \end_layout
24750
24751 \end_inset
24752 </cell>
24753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24754 \begin_inset Text
24755
24756 \begin_layout Plain Layout
24757 \begin_inset Formula $A\sen(x)+B$
24758 \end_inset
24759
24760
24761 \end_layout
24762
24763 \end_inset
24764 </cell>
24765 </row>
24766 </lyxtabular>
24767
24768 \end_inset
24769
24770
24771 \end_layout
24772
24773 \begin_layout Standard
24774 Las funciones siguientes están predefinidas:
24775 \begin_inset Foot
24776 status collapsed
24777
24778 \begin_layout Plain Layout
24779 Se han añadido los comandos equivalentes proporcionados por el estilo 
24780 \series bold
24781 spanish
24782 \series default
24783  de 
24784 \series bold
24785 babel
24786 \series default
24787 .
24788  (Estos no están disponibles en el panel de funciones).
24789  Además, en su caso, las funciones serán acentuadas automáticamente en la
24790  salida, p.
24791 \begin_inset space \thinspace{}
24792 \end_inset
24793
24794 e.
24795  
24796 \begin_inset Quotes fld
24797 \end_inset
24798
24799 lím
24800 \begin_inset Quotes frd
24801 \end_inset
24802
24803  o 
24804 \begin_inset Quotes fld
24805 \end_inset
24806
24807 máx
24808 \begin_inset Quotes frd
24809 \end_inset
24810
24811 .
24812  Más información en 
24813 \begin_inset CommandInset citation
24814 LatexCommand cite
24815 key "spanish"
24816
24817 \end_inset
24818
24819 .
24820  (
24821 \emph on
24822 N.
24823 \begin_inset space \thinspace{}
24824 \end_inset
24825
24826 del t.
24827 \emph default
24828 )
24829 \end_layout
24830
24831 \end_inset
24832
24833
24834 \end_layout
24835
24836 \begin_layout Standard
24837 \begin_inset VSpace -2mm
24838 \end_inset
24839
24840
24841 \end_layout
24842
24843 \begin_layout Standard
24844 \align center
24845 \begin_inset Tabular
24846 <lyxtabular version="3" rows="9" columns="7">
24847 <features rotate="0" tabularvalignment="middle">
24848 <column alignment="center" valignment="top" width="0pt">
24849 <column alignment="center" valignment="top" width="0pt">
24850 <column alignment="center" valignment="top" width="0pt">
24851 <column alignment="center" valignment="top" width="0pt">
24852 <column alignment="center" valignment="top" width="0pt">
24853 <column alignment="center" valignment="top" width="0pt">
24854 <column alignment="center" valignment="top" width="0pt">
24855 <row>
24856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24857 \begin_inset Text
24858
24859 \begin_layout Plain Layout
24860 Comando
24861 \end_layout
24862
24863 \end_inset
24864 </cell>
24865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24866 \begin_inset Text
24867
24868 \begin_layout Plain Layout
24869 español
24870 \end_layout
24871
24872 \end_inset
24873 </cell>
24874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24875 \begin_inset Text
24876
24877 \begin_layout Plain Layout
24878 Comando
24879 \end_layout
24880
24881 \end_inset
24882 </cell>
24883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24884 \begin_inset Text
24885
24886 \begin_layout Plain Layout
24887 español
24888 \end_layout
24889
24890 \end_inset
24891 </cell>
24892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24893 \begin_inset Text
24894
24895 \begin_layout Plain Layout
24896 Comando
24897 \end_layout
24898
24899 \end_inset
24900 </cell>
24901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24902 \begin_inset Text
24903
24904 \begin_layout Plain Layout
24905 español
24906 \end_layout
24907
24908 \end_inset
24909 </cell>
24910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24911 \begin_inset Text
24912
24913 \begin_layout Plain Layout
24914 Comando
24915 \end_layout
24916
24917 \end_inset
24918 </cell>
24919 </row>
24920 <row>
24921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24922 \begin_inset Text
24923
24924 \begin_layout Plain Layout
24925
24926 \backslash
24927 sin
24928 \end_layout
24929
24930 \end_inset
24931 </cell>
24932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24933 \begin_inset Text
24934
24935 \begin_layout Plain Layout
24936
24937 \backslash
24938 sen
24939 \end_layout
24940
24941 \end_inset
24942 </cell>
24943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24944 \begin_inset Text
24945
24946 \begin_layout Plain Layout
24947
24948 \backslash
24949 sinh
24950 \end_layout
24951
24952 \end_inset
24953 </cell>
24954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24955 \begin_inset Text
24956
24957 \begin_layout Plain Layout
24958
24959 \backslash
24960 senh
24961 \end_layout
24962
24963 \end_inset
24964 </cell>
24965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24966 \begin_inset Text
24967
24968 \begin_layout Plain Layout
24969
24970 \backslash
24971 arcsin
24972 \end_layout
24973
24974 \end_inset
24975 </cell>
24976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24977 \begin_inset Text
24978
24979 \begin_layout Plain Layout
24980
24981 \backslash
24982 arcsen
24983 \end_layout
24984
24985 \end_inset
24986 </cell>
24987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24988 \begin_inset Text
24989
24990 \begin_layout Plain Layout
24991
24992 \backslash
24993 sup
24994 \end_layout
24995
24996 \end_inset
24997 </cell>
24998 </row>
24999 <row>
25000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25001 \begin_inset Text
25002
25003 \begin_layout Plain Layout
25004
25005 \backslash
25006 cos
25007 \end_layout
25008
25009 \end_inset
25010 </cell>
25011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25012 \begin_inset Text
25013
25014 \begin_layout Plain Layout
25015
25016 \end_layout
25017
25018 \end_inset
25019 </cell>
25020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25021 \begin_inset Text
25022
25023 \begin_layout Plain Layout
25024
25025 \backslash
25026 cosh
25027 \end_layout
25028
25029 \end_inset
25030 </cell>
25031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25032 \begin_inset Text
25033
25034 \begin_layout Plain Layout
25035
25036 \end_layout
25037
25038 \end_inset
25039 </cell>
25040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25041 \begin_inset Text
25042
25043 \begin_layout Plain Layout
25044
25045 \backslash
25046 arccos
25047 \end_layout
25048
25049 \end_inset
25050 </cell>
25051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25052 \begin_inset Text
25053
25054 \begin_layout Plain Layout
25055
25056 \end_layout
25057
25058 \end_inset
25059 </cell>
25060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25061 \begin_inset Text
25062
25063 \begin_layout Plain Layout
25064
25065 \backslash
25066 inf
25067 \end_layout
25068
25069 \end_inset
25070 </cell>
25071 </row>
25072 <row>
25073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25074 \begin_inset Text
25075
25076 \begin_layout Plain Layout
25077
25078 \backslash
25079 tan
25080 \end_layout
25081
25082 \end_inset
25083 </cell>
25084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25085 \begin_inset Text
25086
25087 \begin_layout Plain Layout
25088
25089 \backslash
25090 tg
25091 \end_layout
25092
25093 \end_inset
25094 </cell>
25095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25096 \begin_inset Text
25097
25098 \begin_layout Plain Layout
25099
25100 \backslash
25101 tanh
25102 \end_layout
25103
25104 \end_inset
25105 </cell>
25106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25107 \begin_inset Text
25108
25109 \begin_layout Plain Layout
25110
25111 \backslash
25112 tgh
25113 \end_layout
25114
25115 \end_inset
25116 </cell>
25117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25118 \begin_inset Text
25119
25120 \begin_layout Plain Layout
25121
25122 \backslash
25123 arctan
25124 \end_layout
25125
25126 \end_inset
25127 </cell>
25128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25129 \begin_inset Text
25130
25131 \begin_layout Plain Layout
25132
25133 \backslash
25134 arctg
25135 \end_layout
25136
25137 \end_inset
25138 </cell>
25139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25140 \begin_inset Text
25141
25142 \begin_layout Plain Layout
25143
25144 \backslash
25145 lim
25146 \end_layout
25147
25148 \end_inset
25149 </cell>
25150 </row>
25151 <row>
25152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25153 \begin_inset Text
25154
25155 \begin_layout Plain Layout
25156
25157 \backslash
25158 cot
25159 \end_layout
25160
25161 \end_inset
25162 </cell>
25163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25164 \begin_inset Text
25165
25166 \begin_layout Plain Layout
25167
25168 \backslash
25169 cotg
25170 \end_layout
25171
25172 \end_inset
25173 </cell>
25174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25175 \begin_inset Text
25176
25177 \begin_layout Plain Layout
25178
25179 \backslash
25180 coth
25181 \end_layout
25182
25183 \end_inset
25184 </cell>
25185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25186 \begin_inset Text
25187
25188 \begin_layout Plain Layout
25189
25190 \end_layout
25191
25192 \end_inset
25193 </cell>
25194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25195 \begin_inset Text
25196
25197 \begin_layout Plain Layout
25198
25199 \backslash
25200 arg
25201 \end_layout
25202
25203 \end_inset
25204 </cell>
25205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25206 \begin_inset Text
25207
25208 \begin_layout Plain Layout
25209
25210 \end_layout
25211
25212 \end_inset
25213 </cell>
25214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25215 \begin_inset Text
25216
25217 \begin_layout Plain Layout
25218
25219 \backslash
25220 liminf
25221 \end_layout
25222
25223 \end_inset
25224 </cell>
25225 </row>
25226 <row>
25227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25228 \begin_inset Text
25229
25230 \begin_layout Plain Layout
25231
25232 \backslash
25233 sec
25234 \end_layout
25235
25236 \end_inset
25237 </cell>
25238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25239 \begin_inset Text
25240
25241 \begin_layout Plain Layout
25242
25243 \end_layout
25244
25245 \end_inset
25246 </cell>
25247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25248 \begin_inset Text
25249
25250 \begin_layout Plain Layout
25251
25252 \backslash
25253 min
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25259 \begin_inset Text
25260
25261 \begin_layout Plain Layout
25262
25263 \end_layout
25264
25265 \end_inset
25266 </cell>
25267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25268 \begin_inset Text
25269
25270 \begin_layout Plain Layout
25271
25272 \backslash
25273 deg
25274 \end_layout
25275
25276 \end_inset
25277 </cell>
25278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25279 \begin_inset Text
25280
25281 \begin_layout Plain Layout
25282
25283 \end_layout
25284
25285 \end_inset
25286 </cell>
25287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25288 \begin_inset Text
25289
25290 \begin_layout Plain Layout
25291
25292 \backslash
25293 limsup
25294 \end_layout
25295
25296 \end_inset
25297 </cell>
25298 </row>
25299 <row>
25300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25301 \begin_inset Text
25302
25303 \begin_layout Plain Layout
25304
25305 \backslash
25306 csc
25307 \end_layout
25308
25309 \end_inset
25310 </cell>
25311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25312 \begin_inset Text
25313
25314 \begin_layout Plain Layout
25315
25316 \backslash
25317 cosec
25318 \end_layout
25319
25320 \end_inset
25321 </cell>
25322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25323 \begin_inset Text
25324
25325 \begin_layout Plain Layout
25326
25327 \backslash
25328 max
25329 \end_layout
25330
25331 \end_inset
25332 </cell>
25333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25334 \begin_inset Text
25335
25336 \begin_layout Plain Layout
25337
25338 \end_layout
25339
25340 \end_inset
25341 </cell>
25342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25343 \begin_inset Text
25344
25345 \begin_layout Plain Layout
25346
25347 \backslash
25348 det
25349 \end_layout
25350
25351 \end_inset
25352 </cell>
25353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25354 \begin_inset Text
25355
25356 \begin_layout Plain Layout
25357
25358 \end_layout
25359
25360 \end_inset
25361 </cell>
25362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25363 \begin_inset Text
25364
25365 \begin_layout Plain Layout
25366
25367 \backslash
25368 Pr
25369 \end_layout
25370
25371 \end_inset
25372 </cell>
25373 </row>
25374 <row>
25375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25376 \begin_inset Text
25377
25378 \begin_layout Plain Layout
25379
25380 \backslash
25381 ln
25382 \end_layout
25383
25384 \end_inset
25385 </cell>
25386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25387 \begin_inset Text
25388
25389 \begin_layout Plain Layout
25390
25391 \end_layout
25392
25393 \end_inset
25394 </cell>
25395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25396 \begin_inset Text
25397
25398 \begin_layout Plain Layout
25399
25400 \backslash
25401 exp
25402 \end_layout
25403
25404 \end_inset
25405 </cell>
25406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25407 \begin_inset Text
25408
25409 \begin_layout Plain Layout
25410
25411 \end_layout
25412
25413 \end_inset
25414 </cell>
25415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25416 \begin_inset Text
25417
25418 \begin_layout Plain Layout
25419
25420 \backslash
25421 dim
25422 \end_layout
25423
25424 \end_inset
25425 </cell>
25426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25427 \begin_inset Text
25428
25429 \begin_layout Plain Layout
25430
25431 \end_layout
25432
25433 \end_inset
25434 </cell>
25435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25436 \begin_inset Text
25437
25438 \begin_layout Plain Layout
25439
25440 \backslash
25441 hom
25442 \end_layout
25443
25444 \end_inset
25445 </cell>
25446 </row>
25447 <row>
25448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25449 \begin_inset Text
25450
25451 \begin_layout Plain Layout
25452
25453 \backslash
25454 lg
25455 \end_layout
25456
25457 \end_inset
25458 </cell>
25459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25460 \begin_inset Text
25461
25462 \begin_layout Plain Layout
25463
25464 \end_layout
25465
25466 \end_inset
25467 </cell>
25468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25469 \begin_inset Text
25470
25471 \begin_layout Plain Layout
25472
25473 \backslash
25474 log
25475 \end_layout
25476
25477 \end_inset
25478 </cell>
25479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25480 \begin_inset Text
25481
25482 \begin_layout Plain Layout
25483
25484 \end_layout
25485
25486 \end_inset
25487 </cell>
25488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25489 \begin_inset Text
25490
25491 \begin_layout Plain Layout
25492
25493 \backslash
25494 ker
25495 \end_layout
25496
25497 \end_inset
25498 </cell>
25499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25500 \begin_inset Text
25501
25502 \begin_layout Plain Layout
25503
25504 \end_layout
25505
25506 \end_inset
25507 </cell>
25508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25509 \begin_inset Text
25510
25511 \begin_layout Plain Layout
25512
25513 \backslash
25514 gcd
25515 \end_layout
25516
25517 \end_inset
25518 </cell>
25519 </row>
25520 </lyxtabular>
25521
25522 \end_inset
25523
25524
25525 \end_layout
25526
25527 \begin_layout Standard
25528 También se pueden insertar con el botón 
25529 \begin_inset Info
25530 type  "icon"
25531 arg   "math-insert \\functions"
25532 \end_inset
25533
25534  de la barra de ecuaciones.
25535 \end_layout
25536
25537 \begin_layout Subsection
25538 Funciones definidas por el usuario
25539 \begin_inset Index idx
25540 status collapsed
25541
25542 \begin_layout Plain Layout
25543 Funciones ! personalizadas
25544 \end_layout
25545
25546 \end_inset
25547
25548
25549 \end_layout
25550
25551 \begin_layout Standard
25552 Para usar una función no predefinida, como por ejemplo la función signo,
25553  sgn(x), hay dos posibilidades:
25554 \end_layout
25555
25556 \begin_layout Itemize
25557 Define la función añadiendo al preámbulo LaTeX la línea
25558 \begin_inset Foot
25559 status collapsed
25560
25561 \begin_layout Plain Layout
25562 Más sobre 
25563 \series bold
25564
25565 \backslash
25566 DeclareMathOperator
25567 \series default
25568  en 
25569 \begin_inset CommandInset ref
25570 LatexCommand ref
25571 reference "sub:Operadores-de-usuario"
25572
25573 \end_inset
25574
25575
25576 \end_layout
25577
25578 \end_inset
25579
25580
25581 \begin_inset Newline newline
25582 \end_inset
25583
25584
25585 \begin_inset VSpace -3mm
25586 \end_inset
25587
25588
25589 \begin_inset Newline newline
25590 \end_inset
25591
25592
25593 \series bold
25594
25595 \backslash
25596 DeclareMathOperator{
25597 \backslash
25598 sgn}{sgn}
25599 \series default
25600
25601 \begin_inset Index idx
25602 status collapsed
25603
25604 \begin_layout Plain Layout
25605 Comandos ! D ! 
25606 \backslash
25607 dbinom@
25608 \backslash
25609 DeclareMathOperator
25610 \end_layout
25611
25612 \end_inset
25613
25614
25615 \begin_inset Newline newline
25616 \end_inset
25617
25618
25619 \begin_inset VSpace -2mm
25620 \end_inset
25621
25622
25623 \begin_inset Newline newline
25624 \end_inset
25625
25626 Ahora la función recién definida se puede obtener con el comando 
25627 \series bold
25628
25629 \backslash
25630 sgn
25631 \series default
25632 .
25633 \end_layout
25634
25635 \begin_layout Itemize
25636 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25637  en nuestro ejemplo las letras 
25638 \emph on
25639 sgn
25640 \emph default
25641 , y cámbialo a texto matemático.
25642  Entre el factor precedente y la función se inserta un espacio.
25643 \end_layout
25644
25645 \begin_layout Standard
25646 El resultado con ambos métodos es el mismo que con una función predefinida:
25647 \begin_inset Foot
25648 status collapsed
25649
25650 \begin_layout Plain Layout
25651 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
25652  negro.
25653 \end_layout
25654
25655 \end_inset
25656
25657
25658 \end_layout
25659
25660 \begin_layout Standard
25661 \align center
25662 \begin_inset Tabular
25663 <lyxtabular version="3" rows="3" columns="2">
25664 <features rotate="0" tabularvalignment="middle">
25665 <column alignment="center" valignment="top" width="0pt">
25666 <column alignment="center" valignment="top" width="0pt">
25667 <row>
25668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25669 \begin_inset Text
25670
25671 \begin_layout Plain Layout
25672 Comando
25673 \end_layout
25674
25675 \end_inset
25676 </cell>
25677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25678 \begin_inset Text
25679
25680 \begin_layout Plain Layout
25681 Resultado
25682 \end_layout
25683
25684 \end_inset
25685 </cell>
25686 </row>
25687 <row>
25688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25689 \begin_inset Text
25690
25691 \begin_layout Plain Layout
25692 A
25693 \backslash
25694 sgn(x)+B
25695 \end_layout
25696
25697 \end_inset
25698 </cell>
25699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25700 \begin_inset Text
25701
25702 \begin_layout Plain Layout
25703 \begin_inset Formula $A\sgn(x)+B$
25704 \end_inset
25705
25706
25707 \end_layout
25708
25709 \end_inset
25710 </cell>
25711 </row>
25712 <row>
25713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25714 \begin_inset Text
25715
25716 \begin_layout Plain Layout
25717 A
25718 \backslash
25719 ,
25720 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\mathsf{Alt+M\, M}}$
25721 \end_inset
25722
25723 (x)+B
25724 \end_layout
25725
25726 \end_inset
25727 </cell>
25728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25729 \begin_inset Text
25730
25731 \begin_layout Plain Layout
25732 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
25733 \end_inset
25734
25735
25736 \end_layout
25737
25738 \end_inset
25739 </cell>
25740 </row>
25741 </lyxtabular>
25742
25743 \end_inset
25744
25745
25746 \end_layout
25747
25748 \begin_layout Standard
25749 El primer método es preferible si la función se va a usar varias veces.
25750 \end_layout
25751
25752 \begin_layout Standard
25753 \noindent
25754 \align center
25755 \begin_inset Newpage newpage
25756 \end_inset
25757
25758
25759 \end_layout
25760
25761 \begin_layout Subsection
25762 Límites
25763 \begin_inset Index idx
25764 status collapsed
25765
25766 \begin_layout Plain Layout
25767 Limites@Límites
25768 \end_layout
25769
25770 \end_inset
25771
25772
25773 \end_layout
25774
25775 \begin_layout Standard
25776 Para límites, además de 
25777 \series bold
25778
25779 \backslash
25780 lim
25781 \series default
25782
25783 \begin_inset Index idx
25784 status collapsed
25785
25786 \begin_layout Plain Layout
25787 Comandos ! L ! 
25788 \backslash
25789 lim
25790 \end_layout
25791
25792 \end_inset
25793
25794
25795 \series bold
25796
25797 \backslash
25798 liminf
25799 \series default
25800  y 
25801 \series bold
25802
25803 \backslash
25804 limsup
25805 \series default
25806  están definidas las siguientes funciones:
25807 \series bold
25808  
25809 \end_layout
25810
25811 \begin_layout Standard
25812 \noindent
25813 \align center
25814 \begin_inset Tabular
25815 <lyxtabular version="3" rows="5" columns="2">
25816 <features rotate="0" tabularvalignment="middle">
25817 <column alignment="center" valignment="top">
25818 <column alignment="center" valignment="top">
25819 <row>
25820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25821 \begin_inset Text
25822
25823 \begin_layout Plain Layout
25824 Comando
25825 \end_layout
25826
25827 \end_inset
25828 </cell>
25829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25830 \begin_inset Text
25831
25832 \begin_layout Plain Layout
25833 Resultado
25834 \begin_inset Note Note
25835 status collapsed
25836
25837 \begin_layout Plain Layout
25838
25839 \series bold
25840
25841 \backslash
25842 raisebox
25843 \series default
25844  se usa sólo como espaciador
25845 \end_layout
25846
25847 \end_inset
25848
25849
25850 \end_layout
25851
25852 \end_inset
25853 </cell>
25854 </row>
25855 <row>
25856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25857 \begin_inset Text
25858
25859 \begin_layout Plain Layout
25860
25861 \backslash
25862 varliminf
25863 \end_layout
25864
25865 \end_inset
25866 </cell>
25867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25868 \begin_inset Text
25869
25870 \begin_layout Plain Layout
25871 \begin_inset Formula $\varliminf$
25872 \end_inset
25873
25874
25875 \end_layout
25876
25877 \end_inset
25878 </cell>
25879 </row>
25880 <row>
25881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25882 \begin_inset Text
25883
25884 \begin_layout Plain Layout
25885
25886 \backslash
25887 varlimsup
25888 \end_layout
25889
25890 \end_inset
25891 </cell>
25892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25893 \begin_inset Text
25894
25895 \begin_layout Plain Layout
25896 \begin_inset Formula $\varlimsup$
25897 \end_inset
25898
25899
25900 \end_layout
25901
25902 \end_inset
25903 </cell>
25904 </row>
25905 <row>
25906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25907 \begin_inset Text
25908
25909 \begin_layout Plain Layout
25910
25911 \backslash
25912 varprojlim
25913 \end_layout
25914
25915 \end_inset
25916 </cell>
25917 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25918 \begin_inset Text
25919
25920 \begin_layout Plain Layout
25921 \begin_inset Formula $\varprojlim$
25922 \end_inset
25923
25924
25925 \end_layout
25926
25927 \end_inset
25928 </cell>
25929 </row>
25930 <row>
25931 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25932 \begin_inset Text
25933
25934 \begin_layout Plain Layout
25935
25936 \backslash
25937 varinjlim
25938 \end_layout
25939
25940 \end_inset
25941 </cell>
25942 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25943 \begin_inset Text
25944
25945 \begin_layout Plain Layout
25946 \begin_inset Formula $\varinjlim$
25947 \end_inset
25948
25949
25950 \begin_inset Formula $\raisebox{-2.5mm}{}$
25951 \end_inset
25952
25953
25954 \end_layout
25955
25956 \end_inset
25957 </cell>
25958 </row>
25959 </lyxtabular>
25960
25961 \end_inset
25962
25963
25964 \end_layout
25965
25966 \begin_layout Standard
25967 \begin_inset VSpace medskip
25968 \end_inset
25969
25970
25971 \end_layout
25972
25973 \begin_layout Standard
25974 El límite se crea insertando un subíndice.
25975  Se imprime a la derecha junto a la función en una fórmula en línea:
25976 \end_layout
25977
25978 \begin_layout Standard
25979 \noindent
25980 \align center
25981 \begin_inset Tabular
25982 <lyxtabular version="3" rows="2" columns="2">
25983 <features rotate="0" tabularvalignment="middle">
25984 <column alignment="center" valignment="top" width="0pt">
25985 <column alignment="center" valignment="top" width="0pt">
25986 <row>
25987 <cell alignment="center" valignment="top" usebox="none">
25988 \begin_inset Text
25989
25990 \begin_layout Plain Layout
25991 Comando
25992 \end_layout
25993
25994 \end_inset
25995 </cell>
25996 <cell alignment="center" valignment="top" usebox="none">
25997 \begin_inset Text
25998
25999 \begin_layout Plain Layout
26000 \begin_inset space \hspace{}
26001 \length 1cm
26002 \end_inset
26003
26004 Resultado
26005 \begin_inset Note Note
26006 status collapsed
26007
26008 \begin_layout Plain Layout
26009
26010 \series bold
26011
26012 \backslash
26013 raisebox
26014 \series default
26015  se usa sólo como espaciador
26016 \end_layout
26017
26018 \end_inset
26019
26020
26021 \end_layout
26022
26023 \end_inset
26024 </cell>
26025 </row>
26026 <row>
26027 <cell alignment="center" valignment="top" usebox="none">
26028 \begin_inset Text
26029
26030 \begin_layout Plain Layout
26031
26032 \backslash
26033 lim_x
26034 \backslash
26035 to
26036 \begin_inset space \textvisiblespace{}
26037 \end_inset
26038
26039 A
26040 \begin_inset space \textvisiblespace{}
26041 \end_inset
26042
26043 x=B
26044 \end_layout
26045
26046 \end_inset
26047 </cell>
26048 <cell alignment="center" valignment="top" usebox="none">
26049 \begin_inset Text
26050
26051 \begin_layout Plain Layout
26052 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
26053 \end_inset
26054
26055
26056 \end_layout
26057
26058 \end_inset
26059 </cell>
26060 </row>
26061 </lyxtabular>
26062
26063 \end_inset
26064
26065
26066 \end_layout
26067
26068 \begin_layout Standard
26069 En una ecuación presentada el límite se imprime debajo, como es habitual:
26070 \begin_inset Formula 
26071 \[
26072 \lim\limits _{x\rightarrow A}=B
26073 \]
26074
26075 \end_inset
26076
26077
26078 \end_layout
26079
26080 \begin_layout Standard
26081 \begin_inset VSpace medskip
26082 \end_inset
26083
26084
26085 \end_layout
26086
26087 \begin_layout Standard
26088
26089 \lang english
26090 How to adjust the typesetting of the limits see
26091 \lang spanish
26092  
26093 \begin_inset CommandInset ref
26094 LatexCommand ref
26095 reference "sub:Límites-de-operadores"
26096
26097 \end_inset
26098
26099 .
26100 \end_layout
26101
26102 \begin_layout Subsection
26103 Función módulo
26104 \begin_inset Index idx
26105 status collapsed
26106
26107 \begin_layout Plain Layout
26108 Funciones ! módulo
26109 \end_layout
26110
26111 \end_inset
26112
26113
26114 \end_layout
26115
26116 \begin_layout Standard
26117 La función módulo es especial, porque existe en cuatro variantes.
26118 \end_layout
26119
26120 \begin_layout Standard
26121 En una ecuación presentada:
26122 \begin_inset Formula 
26123 \begin{align*}
26124 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
26125 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
26126 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
26127 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
26128 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
26129 \end{align*}
26130
26131 \end_inset
26132
26133 En una ecuación en línea se pone menos espacio delante del nombre de la
26134  función para todas las variantes.
26135  Por omisión, las funciones módulo solo tienen en cuenta el primer carácter
26136  siguente.
26137  Para aplicarlas a más de un carácter hay que poner estos entre llaves TeX:
26138 \begin_inset Formula 
26139 \begin{align*}
26140 \underline{\textrm{Comando}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Resultado}}\\
26141 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
26142 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26143 \end{align*}
26144
26145 \end_inset
26146
26147
26148 \end_layout
26149
26150 \begin_layout Section
26151 Caracteres especiales
26152 \begin_inset Index idx
26153 status collapsed
26154
26155 \begin_layout Plain Layout
26156 Caracteres especiales
26157 \end_layout
26158
26159 \end_inset
26160
26161
26162 \end_layout
26163
26164 \begin_layout Subsection
26165 Caracteres especiales en texto matemático
26166 \end_layout
26167
26168 \begin_layout Standard
26169 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
26170  TeX:
26171 \end_layout
26172
26173 \begin_layout Standard
26174 \begin_inset space \hfill{}
26175 \end_inset
26176
26177
26178 \begin_inset Tabular
26179 <lyxtabular version="3" rows="8" columns="2">
26180 <features rotate="0" tabularvalignment="middle">
26181 <column alignment="block" valignment="top">
26182 <column alignment="block" valignment="top">
26183 <row>
26184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26185 \begin_inset Text
26186
26187 \begin_layout Plain Layout
26188 Comando
26189 \end_layout
26190
26191 \end_inset
26192 </cell>
26193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26194 \begin_inset Text
26195
26196 \begin_layout Plain Layout
26197 Resultado
26198 \end_layout
26199
26200 \end_inset
26201 </cell>
26202 </row>
26203 <row>
26204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26205 \begin_inset Text
26206
26207 \begin_layout Plain Layout
26208
26209 \backslash
26210 oe
26211 \end_layout
26212
26213 \end_inset
26214 </cell>
26215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26216 \begin_inset Text
26217
26218 \begin_layout Plain Layout
26219 \begin_inset Formula $\textrm{œ}$
26220 \end_inset
26221
26222
26223 \end_layout
26224
26225 \end_inset
26226 </cell>
26227 </row>
26228 <row>
26229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26230 \begin_inset Text
26231
26232 \begin_layout Plain Layout
26233
26234 \backslash
26235 OE
26236 \end_layout
26237
26238 \end_inset
26239 </cell>
26240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26241 \begin_inset Text
26242
26243 \begin_layout Plain Layout
26244 \begin_inset Formula $\textrm{Œ}$
26245 \end_inset
26246
26247
26248 \end_layout
26249
26250 \end_inset
26251 </cell>
26252 </row>
26253 <row>
26254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26255 \begin_inset Text
26256
26257 \begin_layout Plain Layout
26258
26259 \backslash
26260 ae
26261 \end_layout
26262
26263 \end_inset
26264 </cell>
26265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26266 \begin_inset Text
26267
26268 \begin_layout Plain Layout
26269 \begin_inset Formula $\textrm{æ}$
26270 \end_inset
26271
26272
26273 \end_layout
26274
26275 \end_inset
26276 </cell>
26277 </row>
26278 <row>
26279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26280 \begin_inset Text
26281
26282 \begin_layout Plain Layout
26283
26284 \backslash
26285 AE
26286 \end_layout
26287
26288 \end_inset
26289 </cell>
26290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26291 \begin_inset Text
26292
26293 \begin_layout Plain Layout
26294 \begin_inset Formula $\textrm{Æ}$
26295 \end_inset
26296
26297
26298 \end_layout
26299
26300 \end_inset
26301 </cell>
26302 </row>
26303 <row>
26304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26305 \begin_inset Text
26306
26307 \begin_layout Plain Layout
26308
26309 \backslash
26310 aa
26311 \end_layout
26312
26313 \end_inset
26314 </cell>
26315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26316 \begin_inset Text
26317
26318 \begin_layout Plain Layout
26319 \begin_inset Formula $\textrm{\aa}$
26320 \end_inset
26321
26322
26323 \end_layout
26324
26325 \end_inset
26326 </cell>
26327 </row>
26328 <row>
26329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26330 \begin_inset Text
26331
26332 \begin_layout Plain Layout
26333
26334 \backslash
26335 AA
26336 \begin_inset Index idx
26337 status collapsed
26338
26339 \begin_layout Plain Layout
26340
26341 \backslash
26342 @
26343 \begin_inset ERT
26344 status collapsed
26345
26346 \begin_layout Plain Layout
26347
26348
26349 \backslash
26350 textrm{
26351 \backslash
26352 AA}
26353 \end_layout
26354
26355 \end_inset
26356
26357
26358 \end_layout
26359
26360 \end_inset
26361
26362
26363 \end_layout
26364
26365 \end_inset
26366 </cell>
26367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26368 \begin_inset Text
26369
26370 \begin_layout Plain Layout
26371 \begin_inset Formula $\textrm{Å}$
26372 \end_inset
26373
26374
26375 \end_layout
26376
26377 \end_inset
26378 </cell>
26379 </row>
26380 <row>
26381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26382 \begin_inset Text
26383
26384 \begin_layout Plain Layout
26385
26386 \backslash
26387 i
26388 \end_layout
26389
26390 \end_inset
26391 </cell>
26392 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26393 \begin_inset Text
26394
26395 \begin_layout Plain Layout
26396 \begin_inset Formula $\textrm{ı}$
26397 \end_inset
26398
26399
26400 \end_layout
26401
26402 \end_inset
26403 </cell>
26404 </row>
26405 </lyxtabular>
26406
26407 \end_inset
26408
26409
26410 \begin_inset space \hfill{}
26411 \end_inset
26412
26413
26414 \begin_inset Tabular
26415 <lyxtabular version="3" rows="8" columns="2">
26416 <features rotate="0" tabularvalignment="middle">
26417 <column alignment="block" valignment="top">
26418 <column alignment="center" valignment="top">
26419 <row>
26420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26421 \begin_inset Text
26422
26423 \begin_layout Plain Layout
26424 Comando
26425 \begin_inset Note Note
26426 status collapsed
26427
26428 \begin_layout Plain Layout
26429
26430 \series bold
26431
26432 \backslash
26433 raisebox
26434 \series default
26435  se usa sólo como espaciador
26436 \end_layout
26437
26438 \end_inset
26439
26440
26441 \end_layout
26442
26443 \end_inset
26444 </cell>
26445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26446 \begin_inset Text
26447
26448 \begin_layout Plain Layout
26449 Resultado
26450 \end_layout
26451
26452 \end_inset
26453 </cell>
26454 </row>
26455 <row>
26456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26457 \begin_inset Text
26458
26459 \begin_layout Plain Layout
26460
26461 \backslash
26462 o
26463 \end_layout
26464
26465 \end_inset
26466 </cell>
26467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26468 \begin_inset Text
26469
26470 \begin_layout Plain Layout
26471 \begin_inset Formula $\textrm{ø}$
26472 \end_inset
26473
26474
26475 \end_layout
26476
26477 \end_inset
26478 </cell>
26479 </row>
26480 <row>
26481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26482 \begin_inset Text
26483
26484 \begin_layout Plain Layout
26485
26486 \backslash
26487 O
26488 \end_layout
26489
26490 \end_inset
26491 </cell>
26492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26493 \begin_inset Text
26494
26495 \begin_layout Plain Layout
26496 \begin_inset Formula $\textrm{Ø}$
26497 \end_inset
26498
26499
26500 \end_layout
26501
26502 \end_inset
26503 </cell>
26504 </row>
26505 <row>
26506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26507 \begin_inset Text
26508
26509 \begin_layout Plain Layout
26510
26511 \backslash
26512 l
26513 \end_layout
26514
26515 \end_inset
26516 </cell>
26517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26518 \begin_inset Text
26519
26520 \begin_layout Plain Layout
26521 \begin_inset Formula $\textrm{ł}$
26522 \end_inset
26523
26524
26525 \end_layout
26526
26527 \end_inset
26528 </cell>
26529 </row>
26530 <row>
26531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26532 \begin_inset Text
26533
26534 \begin_layout Plain Layout
26535
26536 \backslash
26537 L
26538 \end_layout
26539
26540 \end_inset
26541 </cell>
26542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26543 \begin_inset Text
26544
26545 \begin_layout Plain Layout
26546 \begin_inset Formula $\textrm{Ł}$
26547 \end_inset
26548
26549
26550 \end_layout
26551
26552 \end_inset
26553 </cell>
26554 </row>
26555 <row>
26556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26557 \begin_inset Text
26558
26559 \begin_layout Plain Layout
26560 !
26561 \begin_inset space \hspace{}
26562 \length 0mm
26563 \end_inset
26564
26565 `
26566 \begin_inset space \textvisiblespace{}
26567 \end_inset
26568
26569
26570 \end_layout
26571
26572 \end_inset
26573 </cell>
26574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26575 \begin_inset Text
26576
26577 \begin_layout Plain Layout
26578 \begin_inset Formula $\textrm{!`}$
26579 \end_inset
26580
26581
26582 \end_layout
26583
26584 \end_inset
26585 </cell>
26586 </row>
26587 <row>
26588 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26589 \begin_inset Text
26590
26591 \begin_layout Plain Layout
26592 ?
26593 \begin_inset space \hspace{}
26594 \length 0mm
26595 \end_inset
26596
26597 `
26598 \begin_inset space \textvisiblespace{}
26599 \end_inset
26600
26601
26602 \end_layout
26603
26604 \end_inset
26605 </cell>
26606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26607 \begin_inset Text
26608
26609 \begin_layout Plain Layout
26610 \begin_inset Formula $\textrm{?`}$
26611 \end_inset
26612
26613
26614 \end_layout
26615
26616 \end_inset
26617 </cell>
26618 </row>
26619 <row>
26620 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26621 \begin_inset Text
26622
26623 \begin_layout Plain Layout
26624
26625 \backslash
26626 j
26627 \end_layout
26628
26629 \end_inset
26630 </cell>
26631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26632 \begin_inset Text
26633
26634 \begin_layout Plain Layout
26635 \begin_inset Formula $\textrm{ȷ}$
26636 \end_inset
26637
26638
26639 \end_layout
26640
26641 \end_inset
26642 </cell>
26643 </row>
26644 </lyxtabular>
26645
26646 \end_inset
26647
26648
26649 \begin_inset space \hfill{}
26650 \end_inset
26651
26652
26653 \end_layout
26654
26655 \begin_layout Standard
26656 Los caracteres 
26657 \begin_inset Formula $\textrm{\textrm{Å}}$
26658 \end_inset
26659
26660  y 
26661 \begin_inset Formula $\textrm{\textrm{Ø}}$
26662 \end_inset
26663
26664  también se pueden insertar mediante el botón 
26665 \begin_inset Info
26666 type  "icon"
26667 arg   "math-insert \\digamma"
26668 \end_inset
26669
26670  de la barra de ecuaciones.
26671 \end_layout
26672
26673 \begin_layout Standard
26674 Los comandos 
26675 \series bold
26676 !
26677 \begin_inset space \hspace{}
26678 \length 0mm
26679 \end_inset
26680
26681 `
26682 \series default
26683  y 
26684 \series bold
26685 ?
26686 \begin_inset space \hspace{}
26687 \length 0mm
26688 \end_inset
26689
26690 `
26691 \series default
26692  son una excepción porque se pueden insertar directamente a texto en LyX.
26693  
26694 \end_layout
26695
26696 \begin_layout Subsection
26697 Acentos en texto
26698 \begin_inset CommandInset label
26699 LatexCommand label
26700 name "sub:Acentos-en-texto"
26701
26702 \end_inset
26703
26704
26705 \begin_inset Index idx
26706 status collapsed
26707
26708 \begin_layout Plain Layout
26709 Acentos ! en texto
26710 \end_layout
26711
26712 \end_inset
26713
26714
26715 \end_layout
26716
26717 \begin_layout Standard
26718 Con los siguientes comandos se pueden acentuar todas las letras.
26719  Los comandos deben ponerse en modo TeX.
26720 \end_layout
26721
26722 \begin_layout Standard
26723 \begin_inset space \hfill{}
26724 \end_inset
26725
26726
26727 \begin_inset Tabular
26728 <lyxtabular version="3" rows="8" columns="2">
26729 <features rotate="0" tabularvalignment="middle">
26730 <column alignment="block" valignment="top">
26731 <column alignment="block" valignment="top">
26732 <row>
26733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26734 \begin_inset Text
26735
26736 \begin_layout Plain Layout
26737 Comando
26738 \end_layout
26739
26740 \end_inset
26741 </cell>
26742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26743 \begin_inset Text
26744
26745 \begin_layout Plain Layout
26746 Resultado
26747 \end_layout
26748
26749 \end_inset
26750 </cell>
26751 </row>
26752 <row>
26753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26754 \begin_inset Text
26755
26756 \begin_layout Plain Layout
26757
26758 \backslash
26759
26760 \begin_inset Quotes grd
26761 \end_inset
26762
26763 e
26764 \end_layout
26765
26766 \end_inset
26767 </cell>
26768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26769 \begin_inset Text
26770
26771 \begin_layout Plain Layout
26772 \begin_inset ERT
26773 status collapsed
26774
26775 \begin_layout Plain Layout
26776
26777
26778 \backslash
26779 "e
26780 \end_layout
26781
26782 \end_inset
26783
26784
26785 \end_layout
26786
26787 \end_inset
26788 </cell>
26789 </row>
26790 <row>
26791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26792 \begin_inset Text
26793
26794 \begin_layout Plain Layout
26795
26796 \backslash
26797 `e
26798 \end_layout
26799
26800 \end_inset
26801 </cell>
26802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26803 \begin_inset Text
26804
26805 \begin_layout Plain Layout
26806 \begin_inset ERT
26807 status collapsed
26808
26809 \begin_layout Plain Layout
26810
26811
26812 \backslash
26813 `e
26814 \end_layout
26815
26816 \end_inset
26817
26818
26819 \end_layout
26820
26821 \end_inset
26822 </cell>
26823 </row>
26824 <row>
26825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26826 \begin_inset Text
26827
26828 \begin_layout Plain Layout
26829
26830 \backslash
26831 ^
26832 \begin_inset space \textvisiblespace{}
26833 \end_inset
26834
26835 e
26836 \end_layout
26837
26838 \end_inset
26839 </cell>
26840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26841 \begin_inset Text
26842
26843 \begin_layout Plain Layout
26844 \begin_inset ERT
26845 status collapsed
26846
26847 \begin_layout Plain Layout
26848
26849
26850 \backslash
26851 ^e
26852 \end_layout
26853
26854 \end_inset
26855
26856
26857 \end_layout
26858
26859 \end_inset
26860 </cell>
26861 </row>
26862 <row>
26863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26864 \begin_inset Text
26865
26866 \begin_layout Plain Layout
26867
26868 \backslash
26869 =e
26870 \end_layout
26871
26872 \end_inset
26873 </cell>
26874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26875 \begin_inset Text
26876
26877 \begin_layout Plain Layout
26878 \begin_inset ERT
26879 status collapsed
26880
26881 \begin_layout Plain Layout
26882
26883
26884 \backslash
26885 =e
26886 \end_layout
26887
26888 \end_inset
26889
26890
26891 \end_layout
26892
26893 \end_inset
26894 </cell>
26895 </row>
26896 <row>
26897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26898 \begin_inset Text
26899
26900 \begin_layout Plain Layout
26901
26902 \backslash
26903 u
26904 \begin_inset space \textvisiblespace{}
26905 \end_inset
26906
26907 e
26908 \end_layout
26909
26910 \end_inset
26911 </cell>
26912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26913 \begin_inset Text
26914
26915 \begin_layout Plain Layout
26916 \begin_inset ERT
26917 status collapsed
26918
26919 \begin_layout Plain Layout
26920
26921
26922 \backslash
26923 u e
26924 \end_layout
26925
26926 \end_inset
26927
26928
26929 \end_layout
26930
26931 \end_inset
26932 </cell>
26933 </row>
26934 <row>
26935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26936 \begin_inset Text
26937
26938 \begin_layout Plain Layout
26939
26940 \backslash
26941 b
26942 \begin_inset space \textvisiblespace{}
26943 \end_inset
26944
26945 e
26946 \end_layout
26947
26948 \end_inset
26949 </cell>
26950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26951 \begin_inset Text
26952
26953 \begin_layout Plain Layout
26954 \begin_inset ERT
26955 status collapsed
26956
26957 \begin_layout Plain Layout
26958
26959
26960 \backslash
26961 b e
26962 \end_layout
26963
26964 \end_inset
26965
26966
26967 \end_layout
26968
26969 \end_inset
26970 </cell>
26971 </row>
26972 <row>
26973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26974 \begin_inset Text
26975
26976 \begin_layout Plain Layout
26977
26978 \backslash
26979 t
26980 \begin_inset space \textvisiblespace{}
26981 \end_inset
26982
26983 ee
26984 \end_layout
26985
26986 \end_inset
26987 </cell>
26988 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26989 \begin_inset Text
26990
26991 \begin_layout Plain Layout
26992 \begin_inset ERT
26993 status collapsed
26994
26995 \begin_layout Plain Layout
26996
26997
26998 \backslash
26999 t ee
27000 \end_layout
27001
27002 \end_inset
27003
27004
27005 \end_layout
27006
27007 \end_inset
27008 </cell>
27009 </row>
27010 </lyxtabular>
27011
27012 \end_inset
27013
27014
27015 \begin_inset space \hfill{}
27016 \end_inset
27017
27018
27019 \begin_inset Tabular
27020 <lyxtabular version="3" rows="8" columns="2">
27021 <features rotate="0" tabularvalignment="middle">
27022 <column alignment="block" valignment="top">
27023 <column alignment="center" valignment="top">
27024 <row>
27025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27026 \begin_inset Text
27027
27028 \begin_layout Plain Layout
27029 Comando
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 Resultado
27039 \end_layout
27040
27041 \end_inset
27042 </cell>
27043 </row>
27044 <row>
27045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27046 \begin_inset Text
27047
27048 \begin_layout Plain Layout
27049
27050 \backslash
27051 H
27052 \begin_inset space \textvisiblespace{}
27053 \end_inset
27054
27055 e
27056 \end_layout
27057
27058 \end_inset
27059 </cell>
27060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27061 \begin_inset Text
27062
27063 \begin_layout Plain Layout
27064 \begin_inset ERT
27065 status collapsed
27066
27067 \begin_layout Plain Layout
27068
27069
27070 \backslash
27071 H e
27072 \end_layout
27073
27074 \end_inset
27075
27076
27077 \end_layout
27078
27079 \end_inset
27080 </cell>
27081 </row>
27082 <row>
27083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27084 \begin_inset Text
27085
27086 \begin_layout Plain Layout
27087
27088 \backslash
27089 'e
27090 \end_layout
27091
27092 \end_inset
27093 </cell>
27094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27095 \begin_inset Text
27096
27097 \begin_layout Plain Layout
27098 \begin_inset ERT
27099 status collapsed
27100
27101 \begin_layout Plain Layout
27102
27103
27104 \backslash
27105 'e
27106 \end_layout
27107
27108 \end_inset
27109
27110
27111 \end_layout
27112
27113 \end_inset
27114 </cell>
27115 </row>
27116 <row>
27117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27118 \begin_inset Text
27119
27120 \begin_layout Plain Layout
27121
27122 \backslash
27123 ~e
27124 \begin_inset Index idx
27125 status collapsed
27126
27127 \begin_layout Plain Layout
27128 Tilde
27129 \end_layout
27130
27131 \end_inset
27132
27133
27134 \end_layout
27135
27136 \end_inset
27137 </cell>
27138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27139 \begin_inset Text
27140
27141 \begin_layout Plain Layout
27142 \begin_inset ERT
27143 status collapsed
27144
27145 \begin_layout Plain Layout
27146
27147
27148 \backslash
27149 ~e
27150 \end_layout
27151
27152 \end_inset
27153
27154
27155 \end_layout
27156
27157 \end_inset
27158 </cell>
27159 </row>
27160 <row>
27161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27162 \begin_inset Text
27163
27164 \begin_layout Plain Layout
27165
27166 \backslash
27167 .e
27168 \end_layout
27169
27170 \end_inset
27171 </cell>
27172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27173 \begin_inset Text
27174
27175 \begin_layout Plain Layout
27176 \begin_inset ERT
27177 status collapsed
27178
27179 \begin_layout Plain Layout
27180
27181
27182 \backslash
27183 .e
27184 \end_layout
27185
27186 \end_inset
27187
27188
27189 \end_layout
27190
27191 \end_inset
27192 </cell>
27193 </row>
27194 <row>
27195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27196 \begin_inset Text
27197
27198 \begin_layout Plain Layout
27199
27200 \backslash
27201 v
27202 \begin_inset space \textvisiblespace{}
27203 \end_inset
27204
27205 e
27206 \end_layout
27207
27208 \end_inset
27209 </cell>
27210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27211 \begin_inset Text
27212
27213 \begin_layout Plain Layout
27214 \begin_inset ERT
27215 status collapsed
27216
27217 \begin_layout Plain Layout
27218
27219
27220 \backslash
27221 v e
27222 \end_layout
27223
27224 \end_inset
27225
27226
27227 \end_layout
27228
27229 \end_inset
27230 </cell>
27231 </row>
27232 <row>
27233 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27234 \begin_inset Text
27235
27236 \begin_layout Plain Layout
27237
27238 \backslash
27239 d
27240 \begin_inset space \textvisiblespace{}
27241 \end_inset
27242
27243 e
27244 \end_layout
27245
27246 \end_inset
27247 </cell>
27248 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27249 \begin_inset Text
27250
27251 \begin_layout Plain Layout
27252 \begin_inset ERT
27253 status collapsed
27254
27255 \begin_layout Plain Layout
27256
27257
27258 \backslash
27259 d e
27260 \end_layout
27261
27262 \end_inset
27263
27264
27265 \end_layout
27266
27267 \end_inset
27268 </cell>
27269 </row>
27270 <row>
27271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27272 \begin_inset Text
27273
27274 \begin_layout Plain Layout
27275
27276 \backslash
27277 c
27278 \begin_inset space \textvisiblespace{}
27279 \end_inset
27280
27281 e
27282 \end_layout
27283
27284 \end_inset
27285 </cell>
27286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27287 \begin_inset Text
27288
27289 \begin_layout Plain Layout
27290 \begin_inset ERT
27291 status collapsed
27292
27293 \begin_layout Plain Layout
27294
27295
27296 \backslash
27297 c e
27298 \end_layout
27299
27300 \end_inset
27301
27302
27303 \end_layout
27304
27305 \end_inset
27306 </cell>
27307 </row>
27308 </lyxtabular>
27309
27310 \end_inset
27311
27312
27313 \begin_inset space \hfill{}
27314 \end_inset
27315
27316
27317 \end_layout
27318
27319 \begin_layout Standard
27320 \begin_inset VSpace medskip
27321 \end_inset
27322
27323
27324 \end_layout
27325
27326 \begin_layout Standard
27327 Con el comando 
27328 \series bold
27329
27330 \backslash
27331 t
27332 \series default
27333  también se pueden acentuar dos caracteres distintos.
27334  El comando 
27335 \series bold
27336
27337 \backslash
27338 t
27339 \begin_inset space \textvisiblespace{}
27340 \end_inset
27341
27342 sz
27343 \series default
27344  genera 
27345 \begin_inset ERT
27346 status collapsed
27347
27348 \begin_layout Plain Layout
27349
27350
27351 \backslash
27352 t sz
27353 \end_layout
27354
27355 \end_inset
27356
27357
27358 \end_layout
27359
27360 \begin_layout Standard
27361 Los acentos 
27362 \series bold
27363 `
27364 \series default
27365  , 
27366 \series bold
27367 '
27368 \series default
27369  y 
27370 \series bold
27371 ^
27372 \series default
27373  se pueden insertar directamente con el teclado sobre vocales sin usar modo
27374  TeX.
27375  Lo mismo se aplica a la tilde
27376 \begin_inset Foot
27377 status collapsed
27378
27379 \begin_layout Plain Layout
27380 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
27381 \end_layout
27382
27383 \end_inset
27384
27385  con 
27386 \emph on
27387 a
27388 \emph default
27389
27390 \emph on
27391 o
27392 \emph default
27393  y 
27394 \emph on
27395 n.
27396 \end_layout
27397
27398 \begin_layout Standard
27399 Los comandos 
27400 \series bold
27401
27402 \backslash
27403 b
27404 \series default
27405  , 
27406 \series bold
27407
27408 \backslash
27409 c
27410 \series default
27411  , 
27412 \series bold
27413
27414 \backslash
27415 d
27416 \series default
27417  , 
27418 \series bold
27419
27420 \backslash
27421 H
27422 \series default
27423  , 
27424 \series bold
27425
27426 \backslash
27427 t
27428 \series default
27429  , 
27430 \series bold
27431
27432 \backslash
27433 u
27434 \series default
27435  , 
27436 \series bold
27437
27438 \backslash
27439 v
27440 \series default
27441 , y acentos insertados directamente con el teclado también están disponibles
27442  en texto matemático.
27443  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
27444  
27445 \begin_inset CommandInset ref
27446 LatexCommand ref
27447 reference "sub:Acentos-para-un"
27448
27449 \end_inset
27450
27451 .
27452 \end_layout
27453
27454 \begin_layout Standard
27455 \begin_inset VSpace bigskip
27456 \end_inset
27457
27458
27459 \end_layout
27460
27461 \begin_layout Standard
27462 Además, con el comando 
27463 \series bold
27464
27465 \backslash
27466 textcircled
27467 \series default
27468
27469 \begin_inset Index idx
27470 status collapsed
27471
27472 \begin_layout Plain Layout
27473 Comandos ! T ! 
27474 \backslash
27475 textcircled
27476 \end_layout
27477
27478 \end_inset
27479
27480  se pueden insertar en un círculo todos los números y letras, de forma parecida
27481  al símbolo copyright.
27482 \end_layout
27483
27484 \begin_layout Standard
27485 \noindent
27486 \align center
27487 \begin_inset Tabular
27488 <lyxtabular version="3" rows="3" columns="2">
27489 <features rotate="0" tabularvalignment="middle">
27490 <column alignment="center" valignment="top">
27491 <column alignment="center" valignment="top">
27492 <row>
27493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27494 \begin_inset Text
27495
27496 \begin_layout Plain Layout
27497 Comando
27498 \end_layout
27499
27500 \end_inset
27501 </cell>
27502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27503 \begin_inset Text
27504
27505 \begin_layout Plain Layout
27506 Resultado
27507 \begin_inset Note Note
27508 status collapsed
27509
27510 \begin_layout Plain Layout
27511
27512 \series bold
27513
27514 \backslash
27515 raisebox
27516 \series default
27517  se usa sólo como espaciador
27518 \end_layout
27519
27520 \end_inset
27521
27522
27523 \end_layout
27524
27525 \end_inset
27526 </cell>
27527 </row>
27528 <row>
27529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27530 \begin_inset Text
27531
27532 \begin_layout Plain Layout
27533
27534 \backslash
27535 textcircled{w}
27536 \end_layout
27537
27538 \end_inset
27539 </cell>
27540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27541 \begin_inset Text
27542
27543 \begin_layout Plain Layout
27544 \begin_inset ERT
27545 status collapsed
27546
27547 \begin_layout Plain Layout
27548
27549
27550 \backslash
27551 textcircled{w}
27552 \end_layout
27553
27554 \end_inset
27555
27556
27557 \end_layout
27558
27559 \end_inset
27560 </cell>
27561 </row>
27562 <row>
27563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27564 \begin_inset Text
27565
27566 \begin_layout Plain Layout
27567
27568 \backslash
27569 Large 
27570 \backslash
27571 textcircled{
27572 \backslash
27573 normalsize
27574 \backslash
27575 protect
27576 \backslash
27577 raisebox{-1.5pt}{W}}
27578 \end_layout
27579
27580 \end_inset
27581 </cell>
27582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27583 \begin_inset Text
27584
27585 \begin_layout Plain Layout
27586 \begin_inset Formula $\raisebox{4.5mm}{}$
27587 \end_inset
27588
27589
27590 \begin_inset ERT
27591 status collapsed
27592
27593 \begin_layout Plain Layout
27594
27595
27596 \backslash
27597 Large 
27598 \backslash
27599 textcircled{
27600 \backslash
27601 normalsize
27602 \backslash
27603 protect
27604 \backslash
27605 raisebox{-1.5pt}W}
27606 \end_layout
27607
27608 \end_inset
27609
27610
27611 \begin_inset Formula $\raisebox{-2mm}{}$
27612 \end_inset
27613
27614
27615 \end_layout
27616
27617 \end_inset
27618 </cell>
27619 </row>
27620 </lyxtabular>
27621
27622 \end_inset
27623
27624
27625 \end_layout
27626
27627 \begin_layout Standard
27628 Hay que tener cuidado que el carácter se ajuste al círculo.
27629  Por eso 
27630 \series bold
27631
27632 \backslash
27633 Large
27634 \begin_inset Foot
27635 status collapsed
27636
27637 \begin_layout Plain Layout
27638 véase 
27639 \begin_inset CommandInset ref
27640 LatexCommand ref
27641 reference "sub:Tamaños-de-tipografías"
27642
27643 \end_inset
27644
27645
27646 \end_layout
27647
27648 \end_inset
27649
27650
27651 \series default
27652  especifica el tamaño del círculo.
27653  Con ayuda de 
27654 \series bold
27655
27656 \backslash
27657 raisebox
27658 \begin_inset Foot
27659 status collapsed
27660
27661 \begin_layout Plain Layout
27662 véase 
27663 \begin_inset CommandInset ref
27664 LatexCommand ref
27665 reference "sub:Marcos-sin-bordes"
27666
27667 \end_inset
27668
27669
27670 \end_layout
27671
27672 \end_inset
27673
27674
27675 \series default
27676  se puede centrar el carácter.
27677 \end_layout
27678
27679 \begin_layout Subsection
27680 Números en estilo antiguo
27681 \begin_inset Index idx
27682 status collapsed
27683
27684 \begin_layout Plain Layout
27685 Numeros@Números ! en estilo antiguo
27686 \end_layout
27687
27688 \end_inset
27689
27690
27691 \end_layout
27692
27693 \begin_layout Standard
27694 Los números en estilo antiguo o elzevirianos se componen con el comando
27695  
27696 \series bold
27697
27698 \backslash
27699 oldstylenums
27700 \series default
27701
27702 \begin_inset Index idx
27703 status collapsed
27704
27705 \begin_layout Plain Layout
27706 Comandos ! O ! 
27707 \backslash
27708 oldstylenums
27709 \end_layout
27710
27711 \end_inset
27712
27713 .
27714  El comando se puede usar en ecuaciones y en modo TeX.
27715  Su esquema es:
27716 \end_layout
27717
27718 \begin_layout Standard
27719
27720 \series bold
27721
27722 \backslash
27723 oldstylenums{número}
27724 \end_layout
27725
27726 \begin_layout Standard
27727 El comando 
27728 \series bold
27729
27730 \backslash
27731 oldstylenums{0123456789}
27732 \series default
27733  genera: 
27734 \begin_inset Formula $\oldstylenums{0123456789}$
27735 \end_inset
27736
27737
27738 \end_layout
27739
27740 \begin_layout Section
27741 Estilos de ecuación
27742 \begin_inset CommandInset label
27743 LatexCommand label
27744 name "sec:Estilos-de-ecuación"
27745
27746 \end_inset
27747
27748
27749 \begin_inset Index idx
27750 status collapsed
27751
27752 \begin_layout Plain Layout
27753 Ecuación ! estilos de
27754 \end_layout
27755
27756 \end_inset
27757
27758
27759 \end_layout
27760
27761 \begin_layout Itemize
27762 Hay dos estilos diferentes de alineación:
27763 \end_layout
27764
27765 \begin_deeper
27766 \begin_layout Description
27767 Centrado es el estándar predefinido
27768 \end_layout
27769
27770 \begin_layout Description
27771 Sangrado para este estilo debe insertarse la opción de clase 
27772 \series bold
27773 fleqn
27774 \series default
27775  en el menú 
27776 \family sans
27777 Documento\SpecialChar \menuseparator
27778 Configuración
27779 \family default
27780  bajo 
27781 \family sans
27782 Clase de documento
27783 \end_layout
27784
27785 \begin_layout Standard
27786 Cuando se usa 
27787 \series bold
27788 Sangrado
27789 \series default
27790 , éste se puede ajustar con la longitud 
27791 \series bold
27792
27793 \backslash
27794 mathindent
27795 \series default
27796
27797 \begin_inset Index idx
27798 status collapsed
27799
27800 \begin_layout Plain Layout
27801 Comandos ! M ! 
27802 \backslash
27803 mathindent
27804 \end_layout
27805
27806 \end_inset
27807
27808 .
27809  Para 15
27810 \begin_inset space \thinspace{}
27811 \end_inset
27812
27813 mm, por ejemplo, se inserta esta línea de comando en el preámbulo LaTeX:
27814 \end_layout
27815
27816 \begin_layout Standard
27817
27818 \series bold
27819
27820 \backslash
27821 setlength{
27822 \backslash
27823 mathindent}{15mm}
27824 \end_layout
27825
27826 \begin_layout Standard
27827 Si no se especifica longitud se usa el valor predeterminado de 30
27828 \begin_inset space \thinspace{}
27829 \end_inset
27830
27831 pt.
27832 \end_layout
27833
27834 \end_deeper
27835 \begin_layout Itemize
27836 Y dos estilos diferentes de numeración:
27837 \end_layout
27838
27839 \begin_deeper
27840 \begin_layout Description
27841 Derecha es el estándar predefinido
27842 \end_layout
27843
27844 \begin_layout Description
27845 Izquierda para este estilo debe insertarse la opción de clase 
27846 \series bold
27847 leqno
27848 \series default
27849  en el menú 
27850 \family sans
27851 Documento\SpecialChar \menuseparator
27852 Configuración
27853 \family default
27854  bajo 
27855 \family sans
27856 Clase de documento
27857 \end_layout
27858
27859 \end_deeper
27860 \begin_layout Standard
27861
27862 \series bold
27863 fleqn
27864 \series default
27865  y 
27866 \series bold
27867 leqno
27868 \series default
27869  también se pueden usar juntos.
27870  En ese caso se insertan ambas opciones, separadas por una coma.
27871 \end_layout
27872
27873 \begin_layout Standard
27874 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
27875  documento.
27876  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
27877  estilo 
27878 \series bold
27879 Centrado
27880 \series default
27881  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
27882 \begin_inset CommandInset ref
27883 LatexCommand ref
27884 reference "sub:Entorno-flalign"
27885
27886 \end_inset
27887
27888 .
27889 \end_layout
27890
27891 \begin_layout Section
27892 Ecuaciones multilínea
27893 \begin_inset CommandInset label
27894 LatexCommand label
27895 name "sec:Ecuaciones-multilínea"
27896
27897 \end_inset
27898
27899
27900 \begin_inset Index idx
27901 status collapsed
27902
27903 \begin_layout Plain Layout
27904 Ecuación ! multilínea
27905 \end_layout
27906
27907 \end_inset
27908
27909
27910 \end_layout
27911
27912 \begin_layout Subsection
27913 General
27914 \end_layout
27915
27916 \begin_layout Standard
27917 En LyX se generan nuevas líneas en una ecuación con 
27918 \family sans
27919 Ctrl+Entrar
27920 \family default
27921 .
27922  Esto crea un 
27923 \series bold
27924 entorno eqnarray
27925 \series default
27926 , que se describe en
27927 \begin_inset space ~
27928 \end_inset
27929
27930
27931 \begin_inset CommandInset ref
27932 LatexCommand ref
27933 reference "sub:Entorno-eqnarray"
27934
27935 \end_inset
27936
27937  o, si se ha marcado la opción 
27938 \family sans
27939 Usar
27940 \begin_inset space ~
27941 \end_inset
27942
27943 el
27944 \begin_inset space ~
27945 \end_inset
27946
27947 paquete
27948 \begin_inset space ~
27949 \end_inset
27950
27951 de
27952 \begin_inset space ~
27953 \end_inset
27954
27955 ecuaciones
27956 \begin_inset space ~
27957 \end_inset
27958
27959 AMS
27960 \family default
27961  en la configuración del documento
27962 \family sans
27963 , un 
27964 \series bold
27965 entorno
27966 \family default
27967 \series default
27968  
27969 \series bold
27970 align
27971 \series default
27972 , que se describe en
27973 \begin_inset space ~
27974 \end_inset
27975
27976
27977 \begin_inset CommandInset ref
27978 LatexCommand ref
27979 reference "sub:Entorno-align-estándar"
27980
27981 \end_inset
27982
27983 .
27984  Se recomienda el entorno align porque proporciona una salida tipográficamente
27985  correcta en cualquier caso.
27986 \end_layout
27987
27988 \begin_layout Standard
27989 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
27990  el menú 
27991 \family sans
27992 Insertar\SpecialChar \menuseparator
27993 Ecuación
27994 \family default
27995 .
27996  En las siguientes secciones se describen estos entornos.
27997 \end_layout
27998
27999 \begin_layout Standard
28000 En todos los entornos de ecuación multilínea la combinación 
28001 \family sans
28002 Ctrl+Entrar
28003 \family default
28004  genera una línea nueva.
28005  Para añadir o quitar líneas se pueden usar los botones 
28006 \begin_inset Info
28007 type  "icon"
28008 arg   "inset-modify tabular append-row"
28009 \end_inset
28010
28011  o 
28012 \begin_inset Info
28013 type  "icon"
28014 arg   "inset-modify tabular delete-row"
28015 \end_inset
28016
28017  de la barra de herramientas, respectivamente, o el menú 
28018 \family sans
28019 Editar\SpecialChar \menuseparator
28020 Filas y columnas
28021 \family default
28022 .
28023 \end_layout
28024
28025 \begin_layout Subsubsection
28026 Separación de líneas
28027 \begin_inset CommandInset label
28028 LatexCommand label
28029 name "sub:Separación-de-líneas"
28030
28031 \end_inset
28032
28033
28034 \begin_inset Index idx
28035 status collapsed
28036
28037 \begin_layout Plain Layout
28038 Ecuación ! multilínea ! separación de filas
28039 \end_layout
28040
28041 \end_inset
28042
28043
28044 \end_layout
28045
28046 \begin_layout Standard
28047 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
28048 \begin_inset Formula 
28049 \begin{eqnarray*}
28050 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}\\
28051 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
28052 \end{eqnarray*}
28053
28054 \end_inset
28055
28056 En LaTeX un espacio adicional para una línea se especifica como argumento
28057  opcional del comando de nueva línea.
28058  Esto aún no es posible en LYX,
28059 \begin_inset Foot
28060 status collapsed
28061
28062 \begin_layout Plain Layout
28063 véase 
28064 \begin_inset CommandInset href
28065 LatexCommand href
28066 name "LyX-bug #1505"
28067 target "http://www.lyx.org/trac/ticket/1505"
28068
28069 \end_inset
28070
28071
28072 \end_layout
28073
28074 \end_inset
28075
28076  por lo que toda la ecuación debe insertarse en modo TeX.
28077  Para añadir espacio en nuestro ejemplo se inserta el comando 
28078 \series bold
28079
28080 \backslash
28081
28082 \backslash
28083 [3mm]
28084 \series default
28085  al final de la primera línea.
28086  Así: 
28087 \begin_inset ERT
28088 status collapsed
28089
28090 \begin_layout Plain Layout
28091
28092
28093 \backslash
28094 begin{eqnarray*}
28095 \end_layout
28096
28097 \begin_layout Plain Layout
28098
28099 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28100  = & 
28101 \backslash
28102 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28103 \backslash
28104
28105 \backslash
28106 [3mm]
28107 \end_layout
28108
28109 \begin_layout Plain Layout
28110
28111 4x^{2}
28112 \backslash
28113 left(B^{2}+x_{0}^{2}
28114 \backslash
28115 right)+4x_{0}x
28116 \backslash
28117 left(D-B^{2}
28118 \backslash
28119 right)+B^{2}
28120 \backslash
28121 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28122 \backslash
28123 right) & = & 0
28124 \end_layout
28125
28126 \begin_layout Plain Layout
28127
28128
28129 \backslash
28130 end{eqnarray*}
28131 \end_layout
28132
28133 \end_inset
28134
28135
28136 \begin_inset VSpace bigskip
28137 \end_inset
28138
28139
28140 \end_layout
28141
28142 \begin_layout Standard
28143 Para obtener separación en todas las líneas hay que cambiar la longitud
28144  
28145 \series bold
28146
28147 \backslash
28148 jot
28149 \series default
28150
28151 \begin_inset Index idx
28152 status collapsed
28153
28154 \begin_layout Plain Layout
28155 Comandos ! J ! 
28156 \backslash
28157 jot
28158 \end_layout
28159
28160 \end_inset
28161
28162 .
28163  La definición es: 
28164 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
28165 \end_inset
28166
28167 .
28168  El valor predeterminado para 
28169 \series bold
28170
28171 \backslash
28172 jot
28173 \series default
28174  es 3
28175 \begin_inset space \thinspace{}
28176 \end_inset
28177
28178 pt.
28179  Para establecer una separación adicional de 3
28180 \begin_inset space \thinspace{}
28181 \end_inset
28182
28183 mm como en el ejemplo anterior, se inserta el comando
28184 \end_layout
28185
28186 \begin_layout Standard
28187
28188 \series bold
28189
28190 \backslash
28191 setlength{
28192 \backslash
28193 jot}{3mm+3pt}
28194 \end_layout
28195
28196 \begin_layout Standard
28197 en modo TeX antes de la ecuación.
28198  Es necesario cargar el paquete 
28199 \series bold
28200 calc
28201 \series default
28202
28203 \begin_inset Foot
28204 status collapsed
28205
28206 \begin_layout Plain Layout
28207
28208 \series bold
28209 calc
28210 \series default
28211  forma parte de toda instalación LaTeX estándar.
28212 \end_layout
28213
28214 \end_inset
28215
28216
28217 \begin_inset Index idx
28218 status collapsed
28219
28220 \begin_layout Plain Layout
28221 Paquetes ! calc
28222 \end_layout
28223
28224 \end_inset
28225
28226  en el preámbulo con la línea
28227 \end_layout
28228
28229 \begin_layout Standard
28230
28231 \series bold
28232
28233 \backslash
28234 usepackage{calc}
28235 \end_layout
28236
28237 \begin_layout Standard
28238 Se obtiene:
28239 \begin_inset ERT
28240 status collapsed
28241
28242 \begin_layout Plain Layout
28243
28244
28245 \backslash
28246 setlength{
28247 \backslash
28248 jot}{3mm+3pt}
28249 \end_layout
28250
28251 \end_inset
28252
28253
28254 \begin_inset Formula 
28255 \begin{eqnarray*}
28256 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}\\
28257 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
28258 \end{eqnarray*}
28259
28260 \end_inset
28261
28262
28263 \begin_inset ERT
28264 status collapsed
28265
28266 \begin_layout Plain Layout
28267
28268
28269 \backslash
28270 setlength{
28271 \backslash
28272 jot}{3pt}
28273 \end_layout
28274
28275 \end_inset
28276
28277  Para volver a la distancia predeterminada, 
28278 \series bold
28279
28280 \backslash
28281 jot
28282 \series default
28283  se establece en 3
28284 \begin_inset space \thinspace{}
28285 \end_inset
28286
28287 pt.
28288 \end_layout
28289
28290 \begin_layout Subsubsection
28291 Separación de columnas
28292 \begin_inset CommandInset label
28293 LatexCommand label
28294 name "sub:Separación-de-columnas"
28295
28296 \end_inset
28297
28298
28299 \begin_inset Index idx
28300 status collapsed
28301
28302 \begin_layout Plain Layout
28303 Ecuación ! multilínea !separación de columnas
28304 \end_layout
28305
28306 \end_inset
28307
28308
28309 \end_layout
28310
28311 \begin_layout Standard
28312 Una ecuación multilínea forma una matriz.
28313  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
28314  columnas.
28315  Cambiando la separación de columnas en este entorno se puede cambiar el
28316  espacio junto al signo de relación.
28317 \end_layout
28318
28319 \begin_layout Standard
28320 La separación de columnas se especifica con la longitud
28321 \series bold
28322  
28323 \backslash
28324 arraycolsep
28325 \series default
28326
28327 \begin_inset Index idx
28328 status collapsed
28329
28330 \begin_layout Plain Layout
28331 Comandos ! A ! 
28332 \backslash
28333 arraycolsep
28334 \end_layout
28335
28336 \end_inset
28337
28338  según:
28339 \begin_inset Newline newline
28340 \end_inset
28341
28342 separación de columnas = 2
28343 \begin_inset space \thinspace{}
28344 \end_inset
28345
28346
28347 \series bold
28348
28349 \backslash
28350 arraycolsep
28351 \series default
28352
28353 \begin_inset Newline newline
28354 \end_inset
28355
28356 Así, el comando en modo TeX
28357 \end_layout
28358
28359 \begin_layout Standard
28360
28361 \series bold
28362
28363 \backslash
28364 setlength{
28365 \backslash
28366 arraycolsep}{1cm}
28367 \end_layout
28368
28369 \begin_layout Standard
28370 establece para todas las ecuaciones siguientes una separación de columnas
28371  de 2
28372 \begin_inset space \thinspace{}
28373 \end_inset
28374
28375 cm.
28376  Para volver al valor predefinido, 
28377 \series bold
28378
28379 \backslash
28380 arraycolsep
28381 \series default
28382  se pone en 5
28383 \begin_inset space \thinspace{}
28384 \end_inset
28385
28386 pt.
28387 \end_layout
28388
28389 \begin_layout Standard
28390 Una ecuación con separación de 2
28391 \begin_inset space \thinspace{}
28392 \end_inset
28393
28394 cm entre columnas:
28395 \begin_inset ERT
28396 status collapsed
28397
28398 \begin_layout Plain Layout
28399
28400
28401 \backslash
28402 setlength{
28403 \backslash
28404 arraycolsep}{1cm}
28405 \end_layout
28406
28407 \end_inset
28408
28409
28410 \begin_inset Formula 
28411 \begin{eqnarray*}
28412 A & = & B\\
28413 C & \ne & A
28414 \end{eqnarray*}
28415
28416 \end_inset
28417
28418 Una ecuación con la separación predefinida para matrices, 10
28419 \begin_inset space \thinspace{}
28420 \end_inset
28421
28422 pt:
28423 \begin_inset ERT
28424 status collapsed
28425
28426 \begin_layout Plain Layout
28427
28428
28429 \backslash
28430 setlength{
28431 \backslash
28432 arraycolsep}{5pt}
28433 \end_layout
28434
28435 \end_inset
28436
28437
28438 \begin_inset Formula 
28439 \begin{eqnarray*}
28440 A & = & B\\
28441 C & \ne & A
28442 \end{eqnarray*}
28443
28444 \end_inset
28445
28446
28447 \end_layout
28448
28449 \begin_layout Subsubsection
28450 Ecuaciones largas
28451 \begin_inset Index idx
28452 status collapsed
28453
28454 \begin_layout Plain Layout
28455 Ecuación ! larga
28456 \end_layout
28457
28458 \end_inset
28459
28460
28461 \end_layout
28462
28463 \begin_layout Standard
28464 Se pueden componer ecuaciones largas mediante estos métodos:
28465 \end_layout
28466
28467 \begin_layout Itemize
28468 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
28469  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
28470 \begin_inset Formula 
28471 \begin{eqnarray}
28472 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 \\
28473  &  & -\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}
28474 \end{eqnarray}
28475
28476 \end_inset
28477
28478 El signo menos al principio de la segunda línea normalmente no aparece como
28479  operador porque es el primer carácter de la línea.
28480  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
28481  Para evitarlo se ha insertado 3
28482 \begin_inset space \thinspace{}
28483 \end_inset
28484
28485 pt de espacio detrás del menos con el comando 
28486 \series bold
28487
28488 \backslash
28489 hspace
28490 \series default
28491 .
28492 \begin_inset Foot
28493 status collapsed
28494
28495 \begin_layout Plain Layout
28496 véase más sobre 
28497 \series bold
28498
28499 \backslash
28500 hspace
28501 \series default
28502  en 
28503 \begin_inset CommandInset ref
28504 LatexCommand ref
28505 reference "sub:Espacio-variable"
28506
28507 \end_inset
28508
28509
28510 \end_layout
28511
28512 \end_inset
28513
28514
28515 \begin_inset Index idx
28516 status collapsed
28517
28518 \begin_layout Plain Layout
28519 Comandos ! H ! 
28520 \backslash
28521 hspace
28522 \end_layout
28523
28524 \end_inset
28525
28526
28527 \end_layout
28528
28529 \begin_layout Itemize
28530 Si ambos lados de la ecuación son demasiado largos se usa el comando 
28531 \series bold
28532
28533 \backslash
28534 lefteqn
28535 \series default
28536
28537 \begin_inset Index idx
28538 status collapsed
28539
28540 \begin_layout Plain Layout
28541 Comandos ! L ! 
28542 \backslash
28543 lefteqn
28544 \end_layout
28545
28546 \end_inset
28547
28548 .
28549  Se inserta en la primer columna de la primera línea y hace que todas las
28550  inserciones posteriores sobreescriban las columnas siguientes:
28551 \begin_inset Formula 
28552 \begin{eqnarray}
28553 \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 \\
28554  &  & -\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 \\
28555  &  & =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}
28556 \end{eqnarray}
28557
28558 \end_inset
28559
28560 Tras la inserción de 
28561 \series bold
28562
28563 \backslash
28564 lefteqn
28565 \series default
28566  el cursor está en un marco púrpura un poco a la izquierda del azul.
28567  La ecuación se inserta en éste.
28568 \begin_inset Newline newline
28569 \end_inset
28570
28571 El contenido de las restantes líneas se inserta en la segunda columna o
28572  en otra.
28573  A mayor número de columna donde se inserte, mayor sangrado.
28574 \begin_inset VSpace medskip
28575 \end_inset
28576
28577
28578 \begin_inset Newline newline
28579 \end_inset
28580
28581
28582 \begin_inset Note Greyedout
28583 status open
28584
28585 \begin_layout Plain Layout
28586 Ten en cuenta lo siguiente si usas 
28587 \series bold
28588
28589 \backslash
28590 lefteqn
28591 \series default
28592 :
28593 \end_layout
28594
28595 \begin_layout Itemize
28596 La ecuación no usa la anchura total de la página.
28597  Cuando se añade, p.
28598 \begin_inset space \thinspace{}
28599 \end_inset
28600
28601 e., el término 
28602 \begin_inset Formula $-B^{2}$
28603 \end_inset
28604
28605  en la primera línea del ejemplo, debería estar fuera del margen.
28606  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
28607  principio de la primera línea.
28608 \end_layout
28609
28610 \begin_layout Itemize
28611 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
28612  primera línea.
28613 \begin_inset Foot
28614 status collapsed
28615
28616 \begin_layout Plain Layout
28617 \begin_inset CommandInset href
28618 LatexCommand href
28619 name "LyX-bug #1429"
28620 target "http://www.lyx.org/trac/ticket/1429"
28621
28622 \end_inset
28623
28624
28625 \end_layout
28626
28627 \end_inset
28628
28629  Sólo se puede poner el cursor al principio de la línea y moverlo con las
28630  teclas de flecha.
28631 \end_layout
28632
28633 \end_inset
28634
28635  
28636 \end_layout
28637
28638 \begin_layout Itemize
28639 Se describen otros métodos para escribir fórmulas largas en 
28640 \begin_inset CommandInset ref
28641 LatexCommand ref
28642 reference "sub:Entorno-multilínea"
28643
28644 \end_inset
28645
28646  y 
28647 \begin_inset CommandInset ref
28648 LatexCommand ref
28649 reference "sub:Partes-multilínea"
28650
28651 \end_inset
28652
28653 .
28654 \end_layout
28655
28656 \begin_layout Subsubsection
28657 Fracciones multilínea
28658 \begin_inset CommandInset label
28659 LatexCommand label
28660 name "sub:Fracciones-multilínea"
28661
28662 \end_inset
28663
28664
28665 \begin_inset Index idx
28666 status collapsed
28667
28668 \begin_layout Plain Layout
28669 Fracciones ! multilínea
28670 \end_layout
28671
28672 \end_inset
28673
28674
28675 \end_layout
28676
28677 \begin_layout Standard
28678
28679 \lang english
28680 There are cases where the denominator and/or the numerator of a fraction
28681  is so long that the fraction does not fit into one line.
28682  It is then necessary to add a line break within the fraction.
28683  This can be done using the command
28684 \lang spanish
28685  
28686 \series bold
28687
28688 \backslash
28689 splitfrac
28690 \series default
28691
28692 \begin_inset Index idx
28693 status collapsed
28694
28695 \begin_layout Plain Layout
28696 Comandos ! S ! 
28697 \backslash
28698 splitfrac
28699 \end_layout
28700
28701 \end_inset
28702
28703 .
28704  
28705 \lang english
28706 To activate it, set in the document settings under 
28707 \family sans
28708 Math
28709 \begin_inset space ~
28710 \end_inset
28711
28712 Options
28713 \family default
28714  for the package 
28715 \series bold
28716 \lang spanish
28717 mathtools
28718 \series default
28719
28720 \begin_inset Index idx
28721 status collapsed
28722
28723 \begin_layout Plain Layout
28724 Paquetes ! mathtools
28725 \end_layout
28726
28727 \end_inset
28728
28729  
28730 \lang english
28731 the option 
28732 \family sans
28733 Load
28734 \begin_inset space ~
28735 \end_inset
28736
28737 always
28738 \family default
28739 .
28740  
28741 \series bold
28742
28743 \backslash
28744 splitfrac
28745 \series default
28746  has the scheme
28747 \end_layout
28748
28749 \begin_layout Standard
28750
28751 \series bold
28752 \lang english
28753
28754 \backslash
28755 splitfrac{first line}{second line}
28756 \end_layout
28757
28758 \begin_layout Standard
28759
28760 \lang english
28761 and is used as denominator and/or numerator:
28762 \end_layout
28763
28764 \begin_layout Standard
28765 \begin_inset Formula 
28766 \[
28767 a=\frac{\splitfrac{xy+xy+xy+xy+xy}{+wy+wy+wy+wy}}{z}\ne\frac{\splitdfrac{xy+\frac{xy}{z}+xy+xy+xy}{+xy+xy+xy+xy}}{z}
28768 \]
28769
28770 \end_inset
28771
28772
28773 \lang english
28774 The command for the first numerator above is:
28775 \end_layout
28776
28777 \begin_layout Standard
28778
28779 \series bold
28780
28781 \backslash
28782 splitfrac{xy+xy+xy+xy+xy
28783 \begin_inset space \textvisiblespace{}
28784 \end_inset
28785
28786
28787 \backslash
28788 {+wy+wy+wy+wy
28789 \end_layout
28790
28791 \begin_layout Subsubsection
28792 Delimitadores multilínea
28793 \begin_inset CommandInset label
28794 LatexCommand label
28795 name "sub:Delimitadores-multilínea"
28796
28797 \end_inset
28798
28799
28800 \begin_inset Index idx
28801 status collapsed
28802
28803 \begin_layout Plain Layout
28804 Delimitadores ! para varias líneas
28805 \end_layout
28806
28807 \end_inset
28808
28809
28810 \end_layout
28811
28812 \begin_layout Standard
28813 Para poner delimitadores que cubran varias líneas hay un problema:
28814 \begin_inset Formula 
28815 \begin{eqnarray*}
28816 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28817  &  & \left.\cdots+B-D\right]
28818 \end{eqnarray*}
28819
28820 \end_inset
28821
28822 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
28823 res con tamaño variable no abarcan líneas múltiples.
28824 \end_layout
28825
28826 \begin_layout Standard
28827 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
28828  primera línea se finaliza con 
28829 \series bold
28830
28831 \backslash
28832 right.
28833 \series default
28834
28835 \begin_inset Index idx
28836 status collapsed
28837
28838 \begin_layout Plain Layout
28839 Comandos ! R ! 
28840 \backslash
28841 right
28842 \end_layout
28843
28844 \end_inset
28845
28846  y la segunda con 
28847 \series bold
28848
28849 \backslash
28850 left.
28851 \series default
28852 .
28853 \begin_inset Foot
28854 status collapsed
28855
28856 \begin_layout Plain Layout
28857 Más sobre 
28858 \series bold
28859
28860 \backslash
28861 left.
28862
28863 \series default
28864  y 
28865 \series bold
28866
28867 \backslash
28868 right.
28869
28870 \series default
28871  en 
28872 \begin_inset CommandInset ref
28873 LatexCommand ref
28874 reference "sub:Tamaño-automático-de"
28875
28876 \end_inset
28877
28878
28879 \end_layout
28880
28881 \end_inset
28882
28883
28884 \begin_inset Index idx
28885 status collapsed
28886
28887 \begin_layout Plain Layout
28888 Comandos ! L ! 
28889 \backslash
28890 left
28891 \end_layout
28892
28893 \end_inset
28894
28895  Después de 
28896 \series bold
28897
28898 \backslash
28899 left.
28900
28901 \series default
28902  se inserta el comando 
28903 \series bold
28904
28905 \backslash
28906 vphantom
28907 \series default
28908
28909 \begin_inset space \textvisiblespace{}
28910 \end_inset
28911
28912
28913 \series bold
28914
28915 \backslash
28916 prod
28917 \series default
28918 ^
28919 \begin_inset space \textvisiblespace{}
28920 \end_inset
28921
28922
28923 \series bold
28924
28925 \backslash
28926 infty
28927 \series default
28928
28929 \begin_inset space \textvisiblespace{}
28930 \end_inset
28931
28932
28933 \series bold
28934
28935 \begin_inset Formula $\downarrow$
28936 \end_inset
28937
28938 _R=1}
28939 \series default
28940
28941 \begin_inset Index idx
28942 status collapsed
28943
28944 \begin_layout Plain Layout
28945 Comandos ! V ! 
28946 \backslash
28947 vphantom
28948 \end_layout
28949
28950 \end_inset
28951
28952 , porque el operador de multiplicación con sus límites es el símbolo mayor
28953  en la primera línea y ese debería ser el tamaño para el delimitador en
28954  la segunda línea.
28955 \end_layout
28956
28957 \begin_layout Standard
28958 El resultado es: 
28959 \begin_inset Formula 
28960 \begin{eqnarray*}
28961 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28962  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28963 \end{eqnarray*}
28964
28965 \end_inset
28966
28967
28968 \end_layout
28969
28970 \begin_layout Subsection
28971 Entornos align
28972 \end_layout
28973
28974 \begin_layout Standard
28975 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
28976  Son especialmente apropiados para poner ecuaciones adosadas.
28977 \end_layout
28978
28979 \begin_layout Standard
28980 Los entornos align constan de columnas.
28981  Las columnas impares se alinean a la derecha, las pares a la izquierda.
28982  En un entorno align se puede numerar cada línea.
28983 \end_layout
28984
28985 \begin_layout Standard
28986 Los entornos align se crean con el menú 
28987 \family sans
28988 Insertar\SpecialChar \menuseparator
28989 Ecuación
28990 \family default
28991 .
28992  Una ecuación existente se puede convertir a align con el menú 
28993 \family sans
28994 Editar\SpecialChar \menuseparator
28995 Ecuación\SpecialChar \menuseparator
28996 Cambiar tipo de ecuación
28997 \family default
28998 .
28999 \end_layout
29000
29001 \begin_layout Standard
29002 Para añadir o quitar columnas se pueden usar los botones 
29003 \begin_inset Info
29004 type  "icon"
29005 arg   "inset-modify tabular append-column"
29006 \end_inset
29007
29008  o 
29009 \begin_inset Info
29010 type  "icon"
29011 arg   "inset-modify tabular delete-column"
29012 \end_inset
29013
29014  de la barra de ecuaciones o el menú 
29015 \family sans
29016 Editar\SpecialChar \menuseparator
29017 Filas y columnas
29018 \family default
29019 .
29020 \end_layout
29021
29022 \begin_layout Subsubsection
29023 Entorno align estándar
29024 \begin_inset CommandInset label
29025 LatexCommand label
29026 name "sub:Entorno-align-estándar"
29027
29028 \end_inset
29029
29030
29031 \begin_inset Index idx
29032 status collapsed
29033
29034 \begin_layout Plain Layout
29035 Ecuación ! multilínea ! entorno align
29036 \end_layout
29037
29038 \end_inset
29039
29040
29041 \end_layout
29042
29043 \begin_layout Standard
29044 Este entorno align se crea pulsando 
29045 \family sans
29046 Ctrl+Entrar
29047 \family default
29048  en una ecuación o con el menú 
29049 \family sans
29050 Insertar\SpecialChar \menuseparator
29051 Ecuación\SpecialChar \menuseparator
29052 Entorno AMS align
29053 \family default
29054 .
29055 \end_layout
29056
29057 \begin_layout Standard
29058 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
29059  align de cuatro columnas:
29060 \begin_inset Formula 
29061 \begin{align*}
29062 A & =\sen(B) & C & =D\\
29063 C & \neq A & B & \neq D
29064 \end{align*}
29065
29066 \end_inset
29067
29068 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
29069  un 
29070 \series bold
29071
29072 \backslash
29073 hfill
29074 \series default
29075
29076 \begin_inset Foot
29077 status collapsed
29078
29079 \begin_layout Plain Layout
29080 Más sobre 
29081 \series bold
29082
29083 \backslash
29084 hfill
29085 \series default
29086  en 
29087 \begin_inset CommandInset ref
29088 LatexCommand ref
29089 reference "sub:Espacio-variable"
29090
29091 \end_inset
29092
29093
29094 \end_layout
29095
29096 \end_inset
29097
29098  antes de la primera y detrás de cada columna par.
29099  Si se pone en estilo 
29100 \series bold
29101 Sangrado
29102 \series default
29103 ,
29104 \begin_inset Foot
29105 status collapsed
29106
29107 \begin_layout Plain Layout
29108 véase estilos de ecuación en 
29109 \begin_inset CommandInset ref
29110 LatexCommand ref
29111 reference "sec:Estilos-de-ecuación"
29112
29113 \end_inset
29114
29115
29116 \end_layout
29117
29118 \end_inset
29119
29120  la ecuación queda sin el 
29121 \series bold
29122
29123 \backslash
29124 hfill
29125 \series default
29126  ante la primera columna.
29127 \end_layout
29128
29129 \begin_layout Subsubsection
29130 Entorno alignat
29131 \begin_inset Index idx
29132 status collapsed
29133
29134 \begin_layout Plain Layout
29135 Ecuación ! multilínea ! entorno alignat
29136 \end_layout
29137
29138 \end_inset
29139
29140
29141 \end_layout
29142
29143 \begin_layout Standard
29144 El entorno alignat no tiene separación predefinida de columnas.
29145  Se puede insertar manualmente con los espacios descritos en 
29146 \begin_inset CommandInset ref
29147 LatexCommand ref
29148 reference "sec:Espacio"
29149
29150 \end_inset
29151
29152 .
29153 \end_layout
29154
29155 \begin_layout Standard
29156 El ejemplo anterior en el entorno alignat, con un espacio de 1
29157 \begin_inset space \thinspace{}
29158 \end_inset
29159
29160 cm al comienzo da la segunda ecuación:
29161 \begin_inset Formula 
29162 \begin{alignat*}{2}
29163 A & =\sen(B)\hspace{1cm} & C & =D\\
29164 C & \neq A & B & \neq D
29165 \end{alignat*}
29166
29167 \end_inset
29168
29169 Como cada columna puede tener un espacio diferente, este entorno es especialment
29170 e apropiado para poner tres o más ecuaciones adosadas.
29171 \end_layout
29172
29173 \begin_layout Subsubsection
29174 Entorno flalign
29175 \begin_inset CommandInset label
29176 LatexCommand label
29177 name "sub:Entorno-flalign"
29178
29179 \end_inset
29180
29181
29182 \begin_inset Index idx
29183 status collapsed
29184
29185 \begin_layout Plain Layout
29186 Ecuación ! multilínea ! entorno flalign
29187 \end_layout
29188
29189 \end_inset
29190
29191
29192 \end_layout
29193
29194 \begin_layout Standard
29195 En este entorno las dos primeras columnas están siempre tan a la izquierda
29196  como sea posible y las dos últimas a la derecha.
29197  Ejemplo:
29198 \begin_inset Formula 
29199 \begin{flalign*}
29200 A & =1 & B & =2 & C & =3\\
29201 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4
29202 \end{flalign*}
29203
29204 \end_inset
29205
29206 En un entorno flalign con un número impar de columnas, en la última de las
29207  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
29208  alineadas a la izquierda, aunque se use el estilo 
29209 \series bold
29210 Centrado
29211 \series default
29212 .
29213  Un ejemplo de fórmula sangrada 
29214 \begin_inset CommandInset ref
29215 LatexCommand eqref
29216 reference "eq:IntVol"
29217
29218 \end_inset
29219
29220 :
29221 \begin_inset Formula 
29222 \begin{flalign}
29223 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}
29224 \end{flalign}
29225
29226 \end_inset
29227
29228 Las dos primeras columnas contienen la fórmula.
29229  Para sangrarla como con el estilo 
29230 \series bold
29231 Sangrado
29232 \series default
29233 , se añade un espacio de 30
29234 \begin_inset space \thinspace{}
29235 \end_inset
29236
29237 pt al comienzo de la primera columna.
29238  
29239 \end_layout
29240
29241 \begin_layout Subsection
29242 Entorno eqnarray
29243 \begin_inset CommandInset label
29244 LatexCommand label
29245 name "sub:Entorno-eqnarray"
29246
29247 \end_inset
29248
29249
29250 \begin_inset Index idx
29251 status collapsed
29252
29253 \begin_layout Plain Layout
29254 Ecuación ! multilínea ! entorno eqnarray
29255 \end_layout
29256
29257 \end_inset
29258
29259
29260 \begin_inset Index idx
29261 status collapsed
29262
29263 \begin_layout Plain Layout
29264 Ecuación ! multilínea ! entorno eqnarray
29265 \end_layout
29266
29267 \end_inset
29268
29269
29270 \end_layout
29271
29272 \begin_layout Standard
29273 Al introducir este entorno aparecen tres marcos azules.
29274  El contenido del primero se alinea a la derecha, el del último a la izquierda.
29275  El contenido del marco central está centrado y algo más pequeño, porque
29276  está diseñado para insertar sólo caracteres de relación.
29277 \begin_inset Formula 
29278 \begin{eqnarray*}
29279 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29280 AB & AB & AB\\
29281 A & = & A
29282 \end{eqnarray*}
29283
29284 \end_inset
29285
29286
29287 \end_layout
29288
29289 \begin_layout Subsection
29290 Entorno gather
29291 \begin_inset Index idx
29292 status collapsed
29293
29294 \begin_layout Plain Layout
29295 Ecuación ! multilínea ! entorno gather
29296 \end_layout
29297
29298 \end_inset
29299
29300
29301 \end_layout
29302
29303 \begin_layout Standard
29304 Este entorno consta de una sola columna centrada.
29305  Se puede numerar cada línea.
29306 \begin_inset Formula 
29307 \begin{gather}
29308 A=1\\
29309 X=\mbox{-}1
29310 \end{gather}
29311
29312 \end_inset
29313
29314
29315 \end_layout
29316
29317 \begin_layout Subsection
29318 Entorno multilínea
29319 \begin_inset CommandInset label
29320 LatexCommand label
29321 name "sub:Entorno-multilínea"
29322
29323 \end_inset
29324
29325
29326 \begin_inset Index idx
29327 status collapsed
29328
29329 \begin_layout Plain Layout
29330 Ecuación ! multilínea ! entorno multilínea
29331 \end_layout
29332
29333 \end_inset
29334
29335
29336 \end_layout
29337
29338 \begin_layout Standard
29339 El entorno multilínea, como gather, consta de una sola columna.
29340  Pero la primera línea está alineada a la izquierda, la última a la derecha.
29341  Las demás están centradas.
29342  Por tanto este entorno es apropiado para ecuaciones largas.
29343  Como ejemplo, la ecuación
29344 \begin_inset space ~
29345 \end_inset
29346
29347
29348 \begin_inset CommandInset ref
29349 LatexCommand eqref
29350 reference "eq:lefteqn"
29351
29352 \end_inset
29353
29354  en entorno multilínea:
29355 \begin_inset Formula 
29356 \begin{multline}
29357 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}\\
29358 -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}\\
29359 =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}}
29360 \end{multline}
29361
29362 \end_inset
29363
29364 En la salida sólo aparece numerada la última (primera) línea si la numeración
29365  del documento es a la derecha (izquierda).
29366 \begin_inset Foot
29367 status collapsed
29368
29369 \begin_layout Plain Layout
29370 véanse los estilos de numeración en 
29371 \begin_inset CommandInset ref
29372 LatexCommand ref
29373 reference "sec:Estilos-de-ecuación"
29374
29375 \end_inset
29376
29377
29378 \end_layout
29379
29380 \end_inset
29381
29382
29383 \end_layout
29384
29385 \begin_layout Standard
29386 Con los comandos 
29387 \series bold
29388
29389 \backslash
29390 shoveright
29391 \series default
29392
29393 \begin_inset Index idx
29394 status collapsed
29395
29396 \begin_layout Plain Layout
29397 Comandos ! S ! 
29398 \backslash
29399 shoveright
29400 \end_layout
29401
29402 \end_inset
29403
29404  y 
29405 \series bold
29406
29407 \backslash
29408 shoveleft
29409 \series default
29410
29411 \begin_inset Index idx
29412 status collapsed
29413
29414 \begin_layout Plain Layout
29415 Comandos ! S ! 
29416 \backslash
29417 shoveleft
29418 \end_layout
29419
29420 \end_inset
29421
29422 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
29423 ente.
29424  Los comandos se usan como sigue:
29425 \end_layout
29426
29427 \begin_layout Standard
29428
29429 \series bold
29430
29431 \backslash
29432 shoveright{contenido de la línea}
29433 \series default
29434  y 
29435 \series bold
29436
29437 \backslash
29438 shoveleft{contenido de la línea}
29439 \end_layout
29440
29441 \begin_layout Standard
29442 \begin_inset VSpace medskip
29443 \end_inset
29444
29445
29446 \end_layout
29447
29448 \begin_layout Standard
29449 La longitud 
29450 \series bold
29451
29452 \backslash
29453 multlinegap
29454 \series default
29455
29456 \begin_inset Index idx
29457 status collapsed
29458
29459 \begin_layout Plain Layout
29460 Comandos ! M ! 
29461 \backslash
29462 multlinegap
29463 \end_layout
29464
29465 \end_inset
29466
29467  especifica la distancia de la primera línea desde el margen izquierdo de
29468  la página.
29469  Esta longitud es 0
29470 \begin_inset space \thinspace{}
29471 \end_inset
29472
29473 pt por omisión.
29474 \end_layout
29475
29476 \begin_layout Standard
29477 Como ejemplo la ecuación anterior con el comando
29478 \end_layout
29479
29480 \begin_layout Standard
29481
29482 \series bold
29483
29484 \backslash
29485 setlength{
29486 \backslash
29487 multlinegap}{2cm}
29488 \end_layout
29489
29490 \begin_layout Standard
29491 insertado previamente en modo TeX:
29492 \begin_inset ERT
29493 status collapsed
29494
29495 \begin_layout Plain Layout
29496
29497
29498 \backslash
29499 setlength{
29500 \backslash
29501 multlinegap}{2cm}
29502 \end_layout
29503
29504 \end_inset
29505
29506
29507 \begin_inset Formula 
29508 \begin{multline}
29509 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}\\
29510 \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}}\\
29511 =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}}
29512 \end{multline}
29513
29514 \end_inset
29515
29516
29517 \begin_inset ERT
29518 status collapsed
29519
29520 \begin_layout Plain Layout
29521
29522
29523 \backslash
29524 setlength{
29525 \backslash
29526 multlinegap}{0pt}
29527 \end_layout
29528
29529 \end_inset
29530
29531 La segunda línea se ha alineado a la izquierda con 
29532 \series bold
29533
29534 \backslash
29535 shoveleft
29536 \series default
29537 .
29538 \end_layout
29539
29540 \begin_layout Subsection
29541 Ecuación con partes multilínea
29542 \begin_inset CommandInset label
29543 LatexCommand label
29544 name "sub:Partes-multilínea"
29545
29546 \end_inset
29547
29548
29549 \begin_inset Index idx
29550 status collapsed
29551
29552 \begin_layout Plain Layout
29553 Ecuación ! multilínea ! solo parte
29554 \end_layout
29555
29556 \end_inset
29557
29558
29559 \end_layout
29560
29561 \begin_layout Standard
29562 Para mostrar solo partes de una ecuación en modo multilínea usa uno de los
29563  siguientes entornos: 
29564 \series bold
29565 aligned
29566 \series default
29567
29568 \series bold
29569 alignedat
29570 \series default
29571
29572 \series bold
29573 gathered
29574 \series default
29575  o 
29576 \series bold
29577 split
29578 \series default
29579 .
29580  Se pueden elegir en el menú 
29581 \family sans
29582 Insertar\SpecialChar \menuseparator
29583 Ecuación
29584 \family default
29585  o usando los comandos aquí descritos.
29586 \end_layout
29587
29588 \begin_layout Standard
29589 Los tres primeros tienen las mismas propiedades que los correspondientes
29590  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
29591  Un ejemplo:
29592 \begin_inset Formula 
29593 \[
29594 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29595 \Delta E\Delta t & \ge\frac{\hbar}{2}
29596 \end{aligned}
29597 \right\} \mbox{Relaciones de incertidumbre}
29598 \]
29599
29600 \end_inset
29601
29602 Para componer esta expresión se inserta una ecuación presentada y en ella
29603  se introduce el comando 
29604 \series bold
29605
29606 \backslash
29607 aligned
29608 \series default
29609
29610 \begin_inset Index idx
29611 status collapsed
29612
29613 \begin_layout Plain Layout
29614 Comandos ! A ! 
29615 \backslash
29616 aligned
29617 \end_layout
29618
29619 \end_inset
29620
29621 .
29622  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
29623  añadir filas y columnas.
29624  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
29625  como la llave.
29626 \end_layout
29627
29628 \begin_layout Standard
29629 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
29630  se alinean horizontalmente.
29631  Usar aligned en una ecuación presentada tiene la ventaja de que el número
29632  de ecuación se centra verticalmente con las líneas.
29633  Como ejemplo, la ecuación 
29634 \begin_inset CommandInset ref
29635 LatexCommand eqref
29636 reference "eq:cortolargo"
29637
29638 \end_inset
29639
29640  en entorno aligned: 
29641 \begin_inset Formula 
29642 \begin{equation}
29643 \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}|}\\
29644  & -\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}|}
29645 \end{aligned}
29646 \end{equation}
29647
29648 \end_inset
29649
29650 Para usar los entornos 
29651 \series bold
29652 alignedat
29653 \series default
29654
29655 \series bold
29656 gathered
29657 \series default
29658 , o 
29659 \series bold
29660 split
29661 \series default
29662 , se insertan respectivamente los comandos
29663 \series bold
29664  
29665 \backslash
29666 alignedat
29667 \series default
29668 ,
29669 \begin_inset Index idx
29670 status collapsed
29671
29672 \begin_layout Plain Layout
29673 Comandos ! A ! 
29674 \backslash
29675 alignedat
29676 \end_layout
29677
29678 \end_inset
29679
29680  
29681 \series bold
29682
29683 \backslash
29684 gathered
29685 \series default
29686
29687 \begin_inset Index idx
29688 status collapsed
29689
29690 \begin_layout Plain Layout
29691 Comandos ! G ! 
29692 \backslash
29693 gathered
29694 \end_layout
29695
29696 \end_inset
29697
29698 , o 
29699 \series bold
29700
29701 \backslash
29702 split
29703 \series default
29704
29705 \begin_inset Index idx
29706 status collapsed
29707
29708 \begin_layout Plain Layout
29709 Comandos ! S ! 
29710 \backslash
29711 split
29712 \end_layout
29713
29714 \end_inset
29715
29716 .
29717  El entorno split tiene las mismas propiedades que aligned pero sólo puede
29718  tener dos columnas.
29719 \end_layout
29720
29721 \begin_layout Subsection
29722 Texto en ecuaciones multilínea
29723 \begin_inset CommandInset label
29724 LatexCommand label
29725 name "sub:Texto-en-multilínea"
29726
29727 \end_inset
29728
29729
29730 \begin_inset Index idx
29731 status collapsed
29732
29733 \begin_layout Plain Layout
29734 Texto ! en ecuaciones
29735 \end_layout
29736
29737 \end_inset
29738
29739
29740 \begin_inset Index idx
29741 status collapsed
29742
29743 \begin_layout Plain Layout
29744 Ecuación ! multilínea ! texto en
29745 \end_layout
29746
29747 \end_inset
29748
29749
29750 \end_layout
29751
29752 \begin_layout Standard
29753 En los entornos align, multilínea y gather, se puede insertar texto que
29754  se mostrará en una línea separada y que no afecta la alineación de columna.
29755  Para esto se usa el comando 
29756 \series bold
29757
29758 \backslash
29759 intertext
29760 \series default
29761
29762 \begin_inset Index idx
29763 status collapsed
29764
29765 \begin_layout Plain Layout
29766 Comandos ! I ! 
29767 \backslash
29768 intertext
29769 \end_layout
29770
29771 \end_inset
29772
29773  con el siguiente esquema:
29774 \end_layout
29775
29776 \begin_layout Standard
29777
29778 \series bold
29779
29780 \backslash
29781 intertext{texto}
29782 \end_layout
29783
29784 \begin_layout Standard
29785 El texto no debería ocupar más de una línea porque no se puede partir con
29786  guión.
29787  Como LyX aún no soporta 
29788 \series bold
29789
29790 \backslash
29791 intertext
29792 \series default
29793  directamente, el texto se escribe como texto matemático.
29794  
29795 \series bold
29796
29797 \backslash
29798 intertext
29799 \series default
29800  debe por tanto estar al comienzo de una línea y en la salida se presenta
29801  sobre esta línea.
29802  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
29803 \begin_inset Formula 
29804 \begin{align}
29805 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29806 \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
29807 \end{align}
29808
29809 \end_inset
29810
29811
29812 \end_layout
29813
29814 \begin_layout Standard
29815
29816 \series bold
29817
29818 \backslash
29819 intertext
29820 \series default
29821  
29822 \lang english
29823 always creates some vertical space between the text and the formula lines.
29824  To avoid this space, set in the document settings under 
29825 \family sans
29826 Math
29827 \begin_inset space ~
29828 \end_inset
29829
29830 Options
29831 \family default
29832  for the package 
29833 \series bold
29834 \lang spanish
29835 mathtools
29836 \series default
29837
29838 \begin_inset Index idx
29839 status collapsed
29840
29841 \begin_layout Plain Layout
29842 Paquetes ! mathtools
29843 \end_layout
29844
29845 \end_inset
29846
29847  
29848 \lang english
29849 the option 
29850 \family sans
29851 Load
29852 \begin_inset space ~
29853 \end_inset
29854
29855 always
29856 \family default
29857 .
29858  Then you can use the command
29859 \lang spanish
29860  
29861 \series bold
29862
29863 \backslash
29864 shortintertext
29865 \series default
29866
29867 \begin_inset Index idx
29868 status collapsed
29869
29870 \begin_layout Plain Layout
29871 Comandos ! S ! 
29872 \backslash
29873 shortintertext
29874 \end_layout
29875
29876 \end_inset
29877
29878  
29879 \lang english
29880 instead of 
29881 \series bold
29882
29883 \backslash
29884 intertext
29885 \series default
29886 :
29887 \lang spanish
29888
29889 \begin_inset Formula 
29890 \begin{align}
29891 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29892 \shortintertext{\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
29893 \end{align}
29894
29895 \end_inset
29896
29897
29898 \end_layout
29899
29900 \begin_layout Section
29901 Numeración de ecuaciones
29902 \begin_inset Index idx
29903 status collapsed
29904
29905 \begin_layout Plain Layout
29906 Ecuación ! numeración|see
29907 \begin_inset ERT
29908 status collapsed
29909
29910 \begin_layout Plain Layout
29911
29912 {
29913 \end_layout
29914
29915 \end_inset
29916
29917 Numeración de ecuaciones
29918 \begin_inset ERT
29919 status collapsed
29920
29921 \begin_layout Plain Layout
29922
29923 }
29924 \end_layout
29925
29926 \end_inset
29927
29928
29929 \end_layout
29930
29931 \end_inset
29932
29933
29934 \begin_inset Index idx
29935 status collapsed
29936
29937 \begin_layout Plain Layout
29938 Numeración de ecuaciones
29939 \end_layout
29940
29941 \end_inset
29942
29943
29944 \end_layout
29945
29946 \begin_layout Subsection
29947 General
29948 \end_layout
29949
29950 \begin_layout Standard
29951 Las ecuaciones numeradas se insertan con el menú 
29952 \family sans
29953 Insertar\SpecialChar \menuseparator
29954 Ecuación
29955 \family default
29956  
29957 \family sans
29958 \SpecialChar \menuseparator
29959 Numerada
29960 \family default
29961  (atajo 
29962 \family sans
29963 Ctrl+Alt
29964 \begin_inset space ~
29965 \end_inset
29966
29967 N
29968 \family default
29969 ).
29970  Ecuaciones existentes se pueden numerar con el menú 
29971 \family sans
29972 Editar\SpecialChar \menuseparator
29973 Ecuación\SpecialChar \menuseparator
29974 Numerar la ecuación
29975 \family default
29976  (atajo
29977 \family sans
29978  Alt+M
29979 \begin_inset space ~
29980 \end_inset
29981
29982 N
29983 \family default
29984 ).
29985  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
29986  En la salida se muestra el número real.
29987 \end_layout
29988
29989 \begin_layout Standard
29990 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
29991  líneas.
29992  No obstante, la numeración se puede controlar en cada línea con el menú
29993  
29994 \family sans
29995 Editar\SpecialChar \menuseparator
29996 Ecuación\SpecialChar \menuseparator
29997 Numerar la línea
29998 \family default
29999  (atajo
30000 \family sans
30001  Alt+M
30002 \begin_inset space ~
30003 \end_inset
30004
30005 Mayúsculas+N
30006 \family default
30007 ).
30008 \end_layout
30009
30010 \begin_layout Standard
30011 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
30012  distintos, véase 
30013 \begin_inset CommandInset ref
30014 LatexCommand ref
30015 reference "sec:Estilos-de-ecuación"
30016
30017 \end_inset
30018
30019 .
30020 \end_layout
30021
30022 \begin_layout Subsection
30023 Referencias cruzadas
30024 \begin_inset Index idx
30025 status collapsed
30026
30027 \begin_layout Plain Layout
30028 Ecuación ! referencias cruzadas a
30029 \end_layout
30030
30031 \end_inset
30032
30033
30034 \end_layout
30035
30036 \begin_layout Standard
30037 Todas las ecuaciones con etiqueta se pueden referir.
30038  La etiqueta se añade con el menú 
30039 \family sans
30040 Insertar\SpecialChar \menuseparator
30041 Etiqueta
30042 \family default
30043  o con el botón 
30044 \begin_inset Info
30045 type  "icon"
30046 arg   "label-insert"
30047 \end_inset
30048
30049  de la barra de herramientas.
30050  El cursor debe estar dentro de una ecuación en modo presentación.
30051  Como alternativa, se puede hacer clic derecha sobre la fórmula y elegir
30052  
30053 \family sans
30054 Etiqueta de ecuación
30055 \family default
30056 .
30057  Surge un diálogo con el prefijo 
30058 \series bold
30059 eq:
30060 \series default
30061 , detrás del cual se escribe el texto de la etiqueta.
30062  El prefijo significa 
30063 \begin_inset Quotes fld
30064 \end_inset
30065
30066 equation
30067 \begin_inset Quotes frd
30068 \end_inset
30069
30070  y hace más fácil encontrar etiquetas en documentos extensos porque así
30071  se distingue p.
30072 \begin_inset space \thinspace{}
30073 \end_inset
30074
30075 ej.
30076 \begin_inset space ~
30077 \end_inset
30078
30079 de las etiquetas de sección.
30080  Para cambiar una etiqueta se usa de nuevo el menú 
30081 \family sans
30082 Insertar\SpecialChar \menuseparator
30083 Etiqueta 
30084 \family default
30085 o la opción 
30086 \family sans
30087 Etiqueta de ecuación
30088 \family default
30089  al hacer clic derecha sobre una fórmula.
30090 \end_layout
30091
30092 \begin_layout Standard
30093 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
30094  ecuación.
30095  Una ecuación con etiqueta se numera siempre.
30096 \end_layout
30097
30098 \begin_layout Standard
30099 Las referencias cruzadas se insertan mediante el menú 
30100 \family sans
30101 Insertar\SpecialChar \menuseparator
30102 Referencia cruzada
30103 \family default
30104  o con el botón 
30105 \begin_inset Info
30106 type  "icon"
30107 arg   "dialog-show-new-inset ref"
30108 \end_inset
30109
30110 .
30111  Una referencia a una ecuación aparece en la salida con su número.
30112  Si en el diálogo de referencia cruzada se elige el formato 
30113 \series bold
30114 (<referencia>)
30115 \series default
30116 , la referencia se muestra en la salida entre paréntesis.
30117  
30118 \begin_inset Newline newline
30119 \end_inset
30120
30121 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
30122  a la ecuación de referencia.
30123 \end_layout
30124
30125 \begin_layout Standard
30126 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
30127  siguientes:
30128 \begin_inset Note Note
30129 status collapsed
30130
30131 \begin_layout Plain Layout
30132 Observa los distintos tipos de referencias cruzadas.
30133 \end_layout
30134
30135 \end_inset
30136
30137
30138 \end_layout
30139
30140 \begin_layout Standard
30141 Las ecuaciones 
30142 \begin_inset CommandInset ref
30143 LatexCommand eqref
30144 reference "eq:tag"
30145
30146 \end_inset
30147
30148  y 
30149 \begin_inset CommandInset ref
30150 LatexCommand eqref
30151 reference "eq:c"
30152
30153 \end_inset
30154
30155  son equivalentes.
30156  En (
30157 \begin_inset CommandInset ref
30158 LatexCommand ref
30159 reference "eq:Lat"
30160
30161 \end_inset
30162
30163 ) se usan mayúsculas latinas para la numeración, a diferencia de (
30164 \begin_inset CommandInset ref
30165 LatexCommand ref
30166 reference "eq:Rom"
30167
30168 \end_inset
30169
30170 ).
30171 \begin_inset VSpace medskip
30172 \end_inset
30173
30174
30175 \end_layout
30176
30177 \begin_layout Standard
30178 Si el argumento de 
30179 \series bold
30180
30181 \backslash
30182 tag
30183 \begin_inset Foot
30184 status collapsed
30185
30186 \begin_layout Plain Layout
30187
30188 \series bold
30189
30190 \backslash
30191 tag
30192 \series default
30193  se describe en 
30194 \begin_inset CommandInset ref
30195 LatexCommand ref
30196 reference "sub:Numeración-personalizada"
30197
30198 \end_inset
30199
30200
30201 \end_layout
30202
30203 \end_inset
30204
30205
30206 \series default
30207  contiene un marco, como se describe en la 
30208 \begin_inset CommandInset ref
30209 LatexCommand ref
30210 reference "sub:Marcos-de-párrafo"
30211
30212 \end_inset
30213
30214 , no se puede referir la ecuación.
30215 \end_layout
30216
30217 \begin_layout Subsection
30218 Subnumeración
30219 \begin_inset Index idx
30220 status collapsed
30221
30222 \begin_layout Plain Layout
30223 Numeración de ecuaciones ! subnumeración
30224 \end_layout
30225
30226 \end_inset
30227
30228
30229 \end_layout
30230
30231 \begin_layout Standard
30232 Con ayuda de los comandos 
30233 \series bold
30234
30235 \backslash
30236 begin{subequations}
30237 \series default
30238  y 
30239 \series bold
30240
30241 \backslash
30242 end{subequations}
30243 \series default
30244  en modo TeX se pueden subnumerar ecuaciones.
30245 \end_layout
30246
30247 \begin_layout Standard
30248 Ejemplo:
30249 \begin_inset Formula 
30250 \begin{equation}
30251 A=C-B\label{eq:a}
30252 \end{equation}
30253
30254 \end_inset
30255
30256
30257 \begin_inset ERT
30258 status collapsed
30259
30260 \begin_layout Plain Layout
30261
30262
30263 \backslash
30264 addtocounter{equation}{-1}
30265 \end_layout
30266
30267 \end_inset
30268
30269
30270 \begin_inset ERT
30271 status collapsed
30272
30273 \begin_layout Plain Layout
30274
30275
30276 \backslash
30277 begin{subequations}
30278 \end_layout
30279
30280 \end_inset
30281
30282
30283 \begin_inset VSpace -5mm
30284 \end_inset
30285
30286
30287 \begin_inset Formula 
30288 \begin{equation}
30289 B=C-A\label{eq:b}
30290 \end{equation}
30291
30292 \end_inset
30293
30294
30295 \begin_inset Formula 
30296 \begin{equation}
30297 C=A+B\label{eq:c}
30298 \end{equation}
30299
30300 \end_inset
30301
30302
30303 \end_layout
30304
30305 \begin_layout Standard
30306 \begin_inset ERT
30307 status collapsed
30308
30309 \begin_layout Plain Layout
30310
30311
30312 \backslash
30313 end{subequations}
30314 \end_layout
30315
30316 \end_inset
30317
30318
30319 \end_layout
30320
30321 \begin_layout Standard
30322 Para este ejemplo se ha hecho lo siguiente:
30323 \end_layout
30324
30325 \begin_layout Enumerate
30326 se inserta la primera ecuación
30327 \end_layout
30328
30329 \begin_layout Enumerate
30330 después de ella se inserta
30331 \series bold
30332
30333 \begin_inset Newline newline
30334 \end_inset
30335
30336
30337 \backslash
30338 addtocounter{equation}{-1} 
30339 \backslash
30340 begin{subequations}
30341 \begin_inset Index idx
30342 status collapsed
30343
30344 \begin_layout Plain Layout
30345 Comandos ! A ! 
30346 \backslash
30347 addtocounter
30348 \end_layout
30349
30350 \end_inset
30351
30352
30353 \end_layout
30354
30355 \begin_layout Enumerate
30356 se inserta la segunda ecuación
30357 \end_layout
30358
30359 \begin_layout Enumerate
30360 se inserta la tercera ecuación
30361 \end_layout
30362
30363 \begin_layout Enumerate
30364 se inserta 
30365 \series bold
30366
30367 \backslash
30368 end{subequations}
30369 \series default
30370  tras la tercera ecuación
30371 \end_layout
30372
30373 \begin_layout Standard
30374 Toda ecuación entre los comandos 
30375 \series bold
30376
30377 \backslash
30378 begin
30379 \series default
30380  y 
30381 \series bold
30382
30383 \backslash
30384 end
30385 \series default
30386  se subnumera con a, b, c\SpecialChar \ldots{}
30387  En ecuaciones multilínea se subnumerará cada línea.
30388  Todas las ecuaciones subnumeradas son tratadas como 
30389 \emph on
30390 una
30391 \emph default
30392  ecuación numerada.
30393  Pero como cada ecuación numerada aumenta el contador 
30394 \series bold
30395 equation
30396 \series default
30397  en uno, hay que disminuir el comando 
30398 \series bold
30399
30400 \backslash
30401 addtocounter
30402 \series default
30403 .
30404  De lo contrario, las ecuaciones 
30405 \begin_inset CommandInset ref
30406 LatexCommand eqref
30407 reference "eq:a"
30408
30409 \end_inset
30410
30411
30412 \begin_inset CommandInset ref
30413 LatexCommand eqref
30414 reference "eq:b"
30415
30416 \end_inset
30417
30418
30419 \begin_inset CommandInset ref
30420 LatexCommand eqref
30421 reference "eq:c"
30422
30423 \end_inset
30424
30425  se numerarían 
30426 \begin_inset CommandInset ref
30427 LatexCommand eqref
30428 reference "eq:a"
30429
30430 \end_inset
30431
30432
30433 \begin_inset CommandInset ref
30434 LatexCommand eqref
30435 reference "eq:d"
30436
30437 \end_inset
30438
30439
30440 \begin_inset CommandInset ref
30441 LatexCommand eqref
30442 reference "eq:f"
30443
30444 \end_inset
30445
30446 .
30447 \end_layout
30448
30449 \begin_layout Standard
30450 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
30451  ecuaciones.
30452  Para evitarlo se inserta ese espacio vertical de -5
30453 \begin_inset space \thinspace{}
30454 \end_inset
30455
30456 mm detrás del comando 
30457 \series bold
30458
30459 \backslash
30460 begin{subequations}
30461 \series default
30462 .
30463
30464 \series bold
30465  
30466 \series default
30467 Si se usa el estilo 
30468 \series bold
30469 Sangrado
30470 \series default
30471
30472 \begin_inset Foot
30473 status collapsed
30474
30475 \begin_layout Plain Layout
30476 véase estilos de ecuación en 
30477 \begin_inset CommandInset ref
30478 LatexCommand ref
30479 reference "sec:Estilos-de-ecuación"
30480
30481 \end_inset
30482
30483
30484 \end_layout
30485
30486 \end_inset
30487
30488 , entonces se inserta -7
30489 \begin_inset space \thinspace{}
30490 \end_inset
30491
30492 mm.
30493 \end_layout
30494
30495 \begin_layout Standard
30496 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
30497  de la segunda línea:
30498 \begin_inset ERT
30499 status collapsed
30500
30501 \begin_layout Plain Layout
30502
30503
30504 \backslash
30505 begin{subequations}
30506 \end_layout
30507
30508 \end_inset
30509
30510
30511 \begin_inset Formula 
30512 \begin{eqnarray}
30513 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30514  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30515  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30516 \end{eqnarray}
30517
30518 \end_inset
30519
30520
30521 \begin_inset ERT
30522 status collapsed
30523
30524 \begin_layout Plain Layout
30525
30526
30527 \backslash
30528 end{subequations}
30529 \end_layout
30530
30531 \end_inset
30532
30533
30534 \end_layout
30535
30536 \begin_layout Subsection
30537 Numeración definida por el usuario
30538 \begin_inset CommandInset label
30539 LatexCommand label
30540 name "sub:Numeración-personalizada"
30541
30542 \end_inset
30543
30544
30545 \begin_inset Index idx
30546 status collapsed
30547
30548 \begin_layout Plain Layout
30549 Numeración de ecuaciones ! personalizada
30550 \end_layout
30551
30552 \end_inset
30553
30554
30555 \end_layout
30556
30557 \begin_layout Standard
30558 Con la numeración estándar el número se coloca entre paréntesis.
30559  Para reemplazar los paréntesis con barras verticales, p.
30560 \begin_inset space \thinspace{}
30561 \end_inset
30562
30563 e., se añade al preámbulo LaTeX la línea: 
30564 \end_layout
30565
30566 \begin_layout Standard
30567
30568 \series bold
30569
30570 \backslash
30571 def
30572 \backslash
30573 tagform@#1{
30574 \backslash
30575 maketag@@@{|#1|}}
30576 \series default
30577
30578 \begin_inset Note Note
30579 status collapsed
30580
30581 \begin_layout Plain Layout
30582 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
30583  Para activarlo, quita el % del principio.
30584 \end_layout
30585
30586 \end_inset
30587
30588
30589 \end_layout
30590
30591 \begin_layout Standard
30592 Para usar otros caracteres, se reemplazan las barras al lado de 
30593 \series bold
30594 #1
30595 \series default
30596  por ellos.
30597  Para obtener sólo el número de ecuación se omiten las barras verticales.
30598 \begin_inset VSpace bigskip
30599 \end_inset
30600
30601
30602 \end_layout
30603
30604 \begin_layout Standard
30605 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
30606  consecutivo, se usa el comando 
30607 \series bold
30608
30609 \backslash
30610 tag
30611 \begin_inset Index idx
30612 status collapsed
30613
30614 \begin_layout Plain Layout
30615 Comandos ! T ! 
30616 \backslash
30617 tag
30618 \end_layout
30619
30620 \end_inset
30621
30622
30623 \series default
30624 :
30625 \begin_inset Formula 
30626 \begin{equation}
30627 A+B=C\tag{algo}\label{eq:tag}
30628 \end{equation}
30629
30630 \end_inset
30631
30632 En este ejemplo se ha insertado el comando
30633 \series bold
30634  
30635 \backslash
30636 tag
30637 \begin_inset space \textvisiblespace{}
30638 \end_inset
30639
30640 algo
30641 \series default
30642  en la ecuación.
30643 \end_layout
30644
30645 \begin_layout Standard
30646 Si se usa en su lugar el comando con asterisco 
30647 \series bold
30648
30649 \backslash
30650 tag*
30651 \begin_inset space \textvisiblespace{}
30652 \end_inset
30653
30654 algo
30655 \series default
30656  no se imprimen los paréntesis:
30657 \begin_inset Formula 
30658 \[
30659 A+B=C\tag*{algo}
30660 \]
30661
30662 \end_inset
30663
30664
30665 \end_layout
30666
30667 \begin_layout Standard
30668 \begin_inset VSpace bigskip
30669 \end_inset
30670
30671
30672 \end_layout
30673
30674 \begin_layout Standard
30675 Para reiniciar la numeración en nuevas partes o secciones del documento
30676  se usan los siguientes comandos:
30677 \end_layout
30678
30679 \begin_layout Standard
30680
30681 \series bold
30682
30683 \backslash
30684 @addtoreset{equation}{part}
30685 \series default
30686
30687 \begin_inset Index idx
30688 status collapsed
30689
30690 \begin_layout Plain Layout
30691 Comandos ! 
30692 \begin_inset ERT
30693 status collapsed
30694
30695 \begin_layout Plain Layout
30696
30697 "
30698 \end_layout
30699
30700 \end_inset
30701
30702 @
30703 \begin_inset ERT
30704 status collapsed
30705
30706 \begin_layout Plain Layout
30707
30708 "
30709 \end_layout
30710
30711 \end_inset
30712
30713  ! 
30714 \backslash
30715
30716 \begin_inset ERT
30717 status collapsed
30718
30719 \begin_layout Plain Layout
30720
30721 "
30722 \end_layout
30723
30724 \end_inset
30725
30726 @
30727 \begin_inset ERT
30728 status collapsed
30729
30730 \begin_layout Plain Layout
30731
30732 "
30733 \end_layout
30734
30735 \end_inset
30736
30737 addtoreset
30738 \end_layout
30739
30740 \end_inset
30741
30742
30743 \begin_inset Newline newline
30744 \end_inset
30745
30746
30747 \series bold
30748
30749 \backslash
30750 @addtoreset{equation}{section}
30751 \end_layout
30752
30753 \begin_layout Standard
30754 Pata poder usar estos comandos en modo TeX, el carácter 
30755 \begin_inset Quotes fld
30756 \end_inset
30757
30758 @
30759 \begin_inset Quotes frd
30760 \end_inset
30761
30762  debe 
30763 \begin_inset Quotes fld
30764 \end_inset
30765
30766 activarse
30767 \begin_inset Quotes frd
30768 \end_inset
30769
30770  para LaTeX con el comando 
30771 \series bold
30772
30773 \backslash
30774 makeatletter
30775 \series default
30776 .
30777  El comando 
30778 \series bold
30779
30780 \backslash
30781 makeatother
30782 \series default
30783  deshace esto.
30784  Así pues, la secuencia de comandos en modo TeX es:
30785 \end_layout
30786
30787 \begin_layout Standard
30788
30789 \series bold
30790
30791 \backslash
30792 makeatletter
30793 \begin_inset Newline newline
30794 \end_inset
30795
30796
30797 \backslash
30798 @addtoreset{equation}{section}
30799 \begin_inset Newline newline
30800 \end_inset
30801
30802
30803 \backslash
30804 makeatother
30805 \end_layout
30806
30807 \begin_layout Standard
30808 En el preámbulo LaTeX se pueden omitir 
30809 \series bold
30810
30811 \backslash
30812 makeatletter
30813 \series default
30814  y 
30815 \series bold
30816
30817 \backslash
30818 makeatother
30819 \series default
30820  pues son automáticamente insertados por LyX.
30821 \end_layout
30822
30823 \begin_layout Standard
30824 Para el comando 
30825 \series bold
30826
30827 \backslash
30828 @addtoreset
30829 \series default
30830 ,
30831 \series bold
30832  
30833 \series default
30834 hay que cargar en el preámbulo LaTeX el archivo 
30835 \series bold
30836 remreset.sty
30837 \series default
30838
30839 \begin_inset Foot
30840 status collapsed
30841
30842 \begin_layout Plain Layout
30843
30844 \series bold
30845 remreset
30846 \series default
30847  es parte del paquete LaTeX 
30848 \series bold
30849 carlisle
30850 \series default
30851
30852 \begin_inset Index idx
30853 status collapsed
30854
30855 \begin_layout Plain Layout
30856 Paquetes ! carlisle
30857 \end_layout
30858
30859 \end_inset
30860
30861 , incluido en las instalaciones estándar de LaTeX.
30862 \end_layout
30863
30864 \end_inset
30865
30866
30867 \begin_inset Index idx
30868 status collapsed
30869
30870 \begin_layout Plain Layout
30871 Paquetes ! remreset
30872 \end_layout
30873
30874 \end_inset
30875
30876  con la línea
30877 \end_layout
30878
30879 \begin_layout Standard
30880
30881 \series bold
30882
30883 \backslash
30884 usepackage{remreset}
30885 \end_layout
30886
30887 \begin_layout Standard
30888 Entonces se puede usar el comando 
30889 \series bold
30890
30891 \backslash
30892 @removefromreset
30893 \series default
30894
30895 \begin_inset Index idx
30896 status collapsed
30897
30898 \begin_layout Plain Layout
30899 Comandos ! 
30900 \begin_inset ERT
30901 status collapsed
30902
30903 \begin_layout Plain Layout
30904
30905 "
30906 \end_layout
30907
30908 \end_inset
30909
30910 @
30911 \begin_inset ERT
30912 status collapsed
30913
30914 \begin_layout Plain Layout
30915
30916 "
30917 \end_layout
30918
30919 \end_inset
30920
30921  ! 
30922 \backslash
30923
30924 \begin_inset ERT
30925 status collapsed
30926
30927 \begin_layout Plain Layout
30928
30929 "
30930 \end_layout
30931
30932 \end_inset
30933
30934 @
30935 \begin_inset ERT
30936 status collapsed
30937
30938 \begin_layout Plain Layout
30939
30940 "
30941 \end_layout
30942
30943 \end_inset
30944
30945 removefromreset
30946 \end_layout
30947
30948 \end_inset
30949
30950  con el mismo esquema que 
30951 \series bold
30952
30953 \backslash
30954 @addtoreset
30955 \series default
30956 .
30957 \begin_inset VSpace bigskip
30958 \end_inset
30959
30960
30961 \end_layout
30962
30963 \begin_layout Standard
30964 A veces las ecuaciones deberían numerarse de la siguiente manera:
30965 \end_layout
30966
30967 \begin_layout Standard
30968
30969 \family typewriter
30970 (número de sección.número de ecuación)
30971 \end_layout
30972
30973 \begin_layout Standard
30974 El número de ecuación empezaría con 
30975 \begin_inset Quotes fld
30976 \end_inset
30977
30978 1
30979 \begin_inset Quotes frd
30980 \end_inset
30981
30982  en cada sección.
30983 \end_layout
30984
30985 \begin_layout Standard
30986 Para este caso hay el comando 
30987 \series bold
30988
30989 \backslash
30990 numberwithin
30991 \series default
30992
30993 \begin_inset Index idx
30994 status collapsed
30995
30996 \begin_layout Plain Layout
30997 Comandos ! N ! 
30998 \backslash
30999 numberwithin
31000 \end_layout
31001
31002 \end_inset
31003
31004 , que se usa con el esquema:
31005 \end_layout
31006
31007 \begin_layout Standard
31008
31009 \series bold
31010
31011 \backslash
31012 numberwithin{counter}{sectioning}
31013 \end_layout
31014
31015 \begin_layout Standard
31016 \begin_inset Quotes fld
31017 \end_inset
31018
31019 counter
31020 \begin_inset Quotes frd
31021 \end_inset
31022
31023  indica qué clase de numeración es afectada, 
31024 \begin_inset Quotes fld
31025 \end_inset
31026
31027 sectioning
31028 \begin_inset Quotes frd
31029 \end_inset
31030
31031  indica qué número va delante del punto.
31032  
31033 \end_layout
31034
31035 \begin_layout Standard
31036 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
31037  en el preámbulo LaTeX:
31038 \end_layout
31039
31040 \begin_layout Standard
31041
31042 \series bold
31043
31044 \backslash
31045 numberwithin{equation}{section}
31046 \end_layout
31047
31048 \begin_layout Standard
31049 Este es el resultado::
31050 \begin_inset ERT
31051 status collapsed
31052
31053 \begin_layout Plain Layout
31054
31055
31056 \backslash
31057 numberwithin{equation}{section}
31058 \end_layout
31059
31060 \end_inset
31061
31062
31063 \begin_inset Formula 
31064 \begin{equation}
31065 A+B=C
31066 \end{equation}
31067
31068 \end_inset
31069
31070
31071 \end_layout
31072
31073 \begin_layout Standard
31074 Para numerar cuadros de modo que, p.
31075 \begin_inset space \thinspace{}
31076 \end_inset
31077
31078 ej., 
31079 \begin_inset Quotes fld
31080 \end_inset
31081
31082 sectioning
31083 \begin_inset Quotes frd
31084 \end_inset
31085
31086  sea el número de la parte se usa
31087 \begin_inset Newline newline
31088 \end_inset
31089
31090
31091 \series bold
31092
31093 \backslash
31094 numberwithin{table}{part}
31095 \end_layout
31096
31097 \begin_layout Standard
31098 Para volver a la numeración estándar o evitar esta clase numeración cuando
31099  es definida por la clase de documento, se inserta el siguiente comando
31100  en código TeX o en el preámbulo LaTeX:
31101 \end_layout
31102
31103 \begin_layout Standard
31104
31105 \series bold
31106
31107 \backslash
31108 renewcommand{
31109 \backslash
31110 theequation}{
31111 \backslash
31112 arabic{equation}}
31113 \begin_inset Index idx
31114 status collapsed
31115
31116 \begin_layout Plain Layout
31117 Comandos ! A ! 
31118 \backslash
31119 arabic
31120 \end_layout
31121
31122 \end_inset
31123
31124
31125 \series default
31126
31127 \begin_inset ERT
31128 status collapsed
31129
31130 \begin_layout Plain Layout
31131
31132
31133 \backslash
31134 renewcommand{
31135 \backslash
31136 theequation}{
31137 \backslash
31138 arabic{equation}}
31139 \end_layout
31140
31141 \end_inset
31142
31143
31144 \series bold
31145
31146 \begin_inset Newline newline
31147 \end_inset
31148
31149
31150 \series default
31151 o
31152 \series bold
31153
31154 \begin_inset Newline newline
31155 \end_inset
31156
31157
31158 \backslash
31159 renewcommand{
31160 \backslash
31161 thetable}{
31162 \backslash
31163 arabic{table}}
31164 \end_layout
31165
31166 \begin_layout Standard
31167
31168 \series bold
31169
31170 \backslash
31171 numberwithin
31172 \series default
31173  usa internamente el comando 
31174 \series bold
31175
31176 \backslash
31177 @addtoreset
31178 \series default
31179 , descrito arriba, que también debe ser restaurado.
31180 \begin_inset ERT
31181 status collapsed
31182
31183 \begin_layout Plain Layout
31184
31185
31186 \backslash
31187 makeatletter
31188 \end_layout
31189
31190 \begin_layout Plain Layout
31191
31192
31193 \backslash
31194 @removefromreset{equation}{section}
31195 \end_layout
31196
31197 \begin_layout Plain Layout
31198
31199
31200 \backslash
31201 makeatother
31202 \end_layout
31203
31204 \end_inset
31205
31206
31207 \end_layout
31208
31209 \begin_layout Subsection
31210 Numeración con números romanos y letras
31211 \begin_inset Index idx
31212 status collapsed
31213
31214 \begin_layout Plain Layout
31215 Numeración de ecuaciones ! con números romanos
31216 \end_layout
31217
31218 \end_inset
31219
31220
31221 \begin_inset Index idx
31222 status collapsed
31223
31224 \begin_layout Plain Layout
31225 Numeración de ecuaciones ! con letras
31226 \end_layout
31227
31228 \end_inset
31229
31230
31231 \end_layout
31232
31233 \begin_layout Standard
31234 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
31235  Por ejemplo, para numerar con romanos en minúscula,
31236 \begin_inset Foot
31237 status collapsed
31238
31239 \begin_layout Plain Layout
31240 Como en español no se usan romanos en minúscula, el estilo 
31241 \series bold
31242 spanish
31243 \series default
31244  del sistema 
31245 \series bold
31246 babel
31247 \series default
31248  redefine 
31249 \series bold
31250
31251 \backslash
31252 roman
31253 \series default
31254  para que los dé en versalitas.
31255  Véase 
31256 \begin_inset CommandInset citation
31257 LatexCommand cite
31258 key "spanish"
31259
31260 \end_inset
31261
31262  (
31263 \emph on
31264 N.
31265 \begin_inset space \thinspace{}
31266 \end_inset
31267
31268 del t
31269 \emph default
31270 ).
31271 \end_layout
31272
31273 \end_inset
31274
31275  se inserta el comando
31276 \end_layout
31277
31278 \begin_layout Standard
31279
31280 \series bold
31281
31282 \backslash
31283 renewcommand{
31284 \backslash
31285 theequation}{
31286 \backslash
31287 roman{equation}}
31288 \end_layout
31289
31290 \begin_layout Standard
31291 antes de la ecuación en modo TeX.
31292  
31293 \series bold
31294
31295 \backslash
31296 renewcommand
31297 \series default
31298
31299 \begin_inset Index idx
31300 status collapsed
31301
31302 \begin_layout Plain Layout
31303 Comandos ! R ! 
31304 \backslash
31305 renewcommand
31306 \end_layout
31307
31308 \end_inset
31309
31310  redefine el comando predefinido 
31311 \series bold
31312
31313 \backslash
31314 theequation
31315 \series default
31316  como 
31317 \series bold
31318
31319 \backslash
31320 roman{equation}
31321 \series default
31322 .
31323 \begin_inset Foot
31324 status collapsed
31325
31326 \begin_layout Plain Layout
31327 El comando 
31328 \series bold
31329
31330 \backslash
31331 renewcommand
31332 \series default
31333  tiene el mismo esquema que el comando 
31334 \series bold
31335
31336 \backslash
31337 newcommand
31338 \series default
31339 , descrito en 
31340 \begin_inset CommandInset ref
31341 LatexCommand ref
31342 reference "sub:El-comando-newcommand"
31343
31344 \end_inset
31345
31346 .
31347 \end_layout
31348
31349 \end_inset
31350
31351  
31352 \series bold
31353 equation
31354 \series default
31355  es el contador de ecuaciones.
31356  Si se usa el comando 
31357 \series bold
31358
31359 \backslash
31360 the
31361 \series default
31362  como prefijo de un contador, el valor del contador sale en números arábigos.
31363  Si una ecuación es numerada, LaTeX pone internamente el comando 
31364 \series bold
31365
31366 \backslash
31367 theequation
31368 \series default
31369  detrás de la ecuación.
31370  
31371 \series bold
31372
31373 \backslash
31374 roman{equation}
31375 \series default
31376
31377 \begin_inset Index idx
31378 status collapsed
31379
31380 \begin_layout Plain Layout
31381 Comandos ! R ! 
31382 \backslash
31383 roman
31384 \end_layout
31385
31386 \end_inset
31387
31388  pone el contador en romanos en minúscula.
31389 \end_layout
31390
31391 \begin_layout Standard
31392 Todas las ecuaciones siguientes a 
31393 \series bold
31394
31395 \backslash
31396 renew
31397 \series default
31398 c
31399 \series bold
31400 ommand
31401 \series default
31402  se numerarán en romanos.
31403  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
31404  cambiando 
31405 \series bold
31406
31407 \backslash
31408 roman
31409 \series default
31410  por 
31411 \series bold
31412
31413 \backslash
31414 Roman
31415 \series default
31416
31417 \begin_inset Index idx
31418 status collapsed
31419
31420 \begin_layout Plain Layout
31421 Comandos ! R ! 
31422 \backslash
31423 roman@
31424 \backslash
31425 Roman
31426 \end_layout
31427
31428 \end_inset
31429
31430 .
31431  Para 
31432 \begin_inset Quotes fld
31433 \end_inset
31434
31435 numerar
31436 \begin_inset Quotes frd
31437 \end_inset
31438
31439  con minúsculas latinas hay el comando 
31440 \series bold
31441
31442 \backslash
31443 alph
31444 \series default
31445
31446 \begin_inset Index idx
31447 status collapsed
31448
31449 \begin_layout Plain Layout
31450 Comandos ! A ! 
31451 \backslash
31452 alph
31453 \end_layout
31454
31455 \end_inset
31456
31457 , y para mayúsculas el comando 
31458 \series bold
31459
31460 \backslash
31461 Alph
31462 \series default
31463
31464 \begin_inset Index idx
31465 status collapsed
31466
31467 \begin_layout Plain Layout
31468 Comandos ! A ! 
31469 \backslash
31470 alph@
31471 \backslash
31472 Alph
31473 \end_layout
31474
31475 \end_inset
31476
31477 .
31478 \end_layout
31479
31480 \begin_layout Standard
31481 \begin_inset Note Greyedout
31482 status open
31483
31484 \begin_layout Plain Layout
31485
31486 \series bold
31487 \color none
31488 Nota:
31489 \series default
31490  Con letras latinas sólo se puede numerar hasta un máximo de 26
31491 \begin_inset space ~
31492 \end_inset
31493
31494 ecuaciones.
31495 \end_layout
31496
31497 \end_inset
31498
31499
31500 \end_layout
31501
31502 \begin_layout Standard
31503 \begin_inset ERT
31504 status collapsed
31505
31506 \begin_layout Plain Layout
31507
31508
31509 \backslash
31510 renewcommand{
31511 \backslash
31512 theequation}{
31513 \backslash
31514 roman{equation}}
31515 \end_layout
31516
31517 \end_inset
31518
31519
31520 \begin_inset Formula 
31521 \begin{equation}
31522 A=\textrm{romanos en minúscula}
31523 \end{equation}
31524
31525 \end_inset
31526
31527
31528 \begin_inset ERT
31529 status collapsed
31530
31531 \begin_layout Plain Layout
31532
31533
31534 \backslash
31535 renewcommand{
31536 \backslash
31537 theequation}{
31538 \backslash
31539 Roman{equation}}
31540 \end_layout
31541
31542 \end_inset
31543
31544
31545 \begin_inset Formula 
31546 \begin{equation}
31547 B=\textrm{romanos en mayúscula}\label{eq:Rom}
31548 \end{equation}
31549
31550 \end_inset
31551
31552
31553 \begin_inset ERT
31554 status collapsed
31555
31556 \begin_layout Plain Layout
31557
31558
31559 \backslash
31560 renewcommand{
31561 \backslash
31562 theequation}{
31563 \backslash
31564 alph{equation}}
31565 \end_layout
31566
31567 \end_inset
31568
31569
31570 \begin_inset Formula 
31571 \begin{equation}
31572 C=\textrm{latinas en minúscula}
31573 \end{equation}
31574
31575 \end_inset
31576
31577
31578 \begin_inset ERT
31579 status collapsed
31580
31581 \begin_layout Plain Layout
31582
31583
31584 \backslash
31585 renewcommand{
31586 \backslash
31587 theequation}{
31588 \backslash
31589 Alph{equation}}
31590 \end_layout
31591
31592 \end_inset
31593
31594
31595 \begin_inset Formula 
31596 \begin{equation}
31597 D=\textrm{latinas en mayúscula}\label{eq:Lat}
31598 \end{equation}
31599
31600 \end_inset
31601
31602
31603 \end_layout
31604
31605 \begin_layout Standard
31606 Para volver a la numeración por omisión se inserta el comando:
31607 \end_layout
31608
31609 \begin_layout Standard
31610
31611 \series bold
31612
31613 \backslash
31614 renewcommand{
31615 \backslash
31616 theequation}{
31617 \backslash
31618 arabic{equation}}
31619 \begin_inset Index idx
31620 status collapsed
31621
31622 \begin_layout Plain Layout
31623 Comandos ! A ! 
31624 \backslash
31625 arabic
31626 \end_layout
31627
31628 \end_inset
31629
31630
31631 \end_layout
31632
31633 \begin_layout Standard
31634 \begin_inset ERT
31635 status collapsed
31636
31637 \begin_layout Plain Layout
31638
31639
31640 \backslash
31641 renewcommand{
31642 \backslash
31643 theequation}{
31644 \backslash
31645 arabic{equation}}
31646 \end_layout
31647
31648 \end_inset
31649
31650
31651 \begin_inset Formula 
31652 \begin{equation}
31653 E=\mbox{arábigos}
31654 \end{equation}
31655
31656 \end_inset
31657
31658
31659 \end_layout
31660
31661 \begin_layout Standard
31662 \begin_inset VSpace medskip
31663 \end_inset
31664
31665
31666 \end_layout
31667
31668 \begin_layout Standard
31669 Como ves, las ecuaciones se numeran consecutivamente independientemente
31670  del estilo de numeración.
31671  Cuando la numeración haya de empezar con 
31672 \begin_inset Quotes fld
31673 \end_inset
31674
31675 1
31676 \begin_inset Quotes frd
31677 \end_inset
31678
31679  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
31680  Una descripción sobre esto se encuentra en el archivo 
31681 \begin_inset CommandInset href
31682 LatexCommand href
31683 name "Formula-numbering.lyx"
31684 target "run:Formula-numbering.lyx"
31685
31686 \end_inset
31687
31688 .
31689 \end_layout
31690
31691 \begin_layout Section
31692 Símbolos y ecuaciones químicas
31693 \begin_inset CommandInset label
31694 LatexCommand label
31695 name "sub:Símbolos-y-ecuaciones-químicas"
31696
31697 \end_inset
31698
31699
31700 \begin_inset Index idx
31701 status collapsed
31702
31703 \begin_layout Plain Layout
31704 Química ! símbolos
31705 \end_layout
31706
31707 \end_inset
31708
31709
31710 \begin_inset Index idx
31711 status collapsed
31712
31713 \begin_layout Plain Layout
31714 Química ! caracteres
31715 \end_layout
31716
31717 \end_inset
31718
31719
31720 \begin_inset Index idx
31721 status collapsed
31722
31723 \begin_layout Plain Layout
31724 Ecuación ! química|see
31725 \begin_inset ERT
31726 status collapsed
31727
31728 \begin_layout Plain Layout
31729
31730 {
31731 \end_layout
31732
31733 \end_inset
31734
31735 Química
31736 \begin_inset ERT
31737 status collapsed
31738
31739 \begin_layout Plain Layout
31740
31741 }
31742 \end_layout
31743
31744 \end_inset
31745
31746
31747 \end_layout
31748
31749 \end_inset
31750
31751
31752 \begin_inset Index idx
31753 status collapsed
31754
31755 \begin_layout Plain Layout
31756 Química ! iones
31757 \end_layout
31758
31759 \end_inset
31760
31761
31762 \begin_inset Index idx
31763 status collapsed
31764
31765 \begin_layout Plain Layout
31766 Iones|see
31767 \begin_inset ERT
31768 status collapsed
31769
31770 \begin_layout Plain Layout
31771
31772 {
31773 \end_layout
31774
31775 \end_inset
31776
31777 Química
31778 \begin_inset ERT
31779 status collapsed
31780
31781 \begin_layout Plain Layout
31782
31783 }
31784 \end_layout
31785
31786 \end_inset
31787
31788
31789 \end_layout
31790
31791 \end_inset
31792
31793
31794 \begin_inset Index idx
31795 status collapsed
31796
31797 \begin_layout Plain Layout
31798 Química ! reacción
31799 \end_layout
31800
31801 \end_inset
31802
31803
31804 \end_layout
31805
31806 \begin_layout Standard
31807 Un ejemplo de texto de química:
31808 \end_layout
31809
31810 \begin_layout Quote
31811 El ion 
31812 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31813 \end_inset
31814
31815  reacciona con dos iones 
31816 \begin_inset Formula $\mathrm{Na^{+}}$
31817 \end_inset
31818
31819  para dar sulfato de sodio 
31820 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
31821 \end_inset
31822
31823 .
31824  La ecuación química es:
31825 \begin_inset Formula 
31826 \begin{equation}
31827 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaccion-quimica}
31828 \end{equation}
31829
31830 \end_inset
31831
31832
31833 \end_layout
31834
31835 \begin_layout Standard
31836 Esta ecuación química puede componerse directamente en modo ecuación.
31837  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
31838  y con el atajo 
31839 \family sans
31840 Alt+C
31841 \begin_inset space ~
31842 \end_inset
31843
31844 R
31845 \family default
31846  se cambia en redonda.
31847 \begin_inset Foot
31848 status collapsed
31849
31850 \begin_layout Plain Layout
31851 véase estilos de tipografías en 
31852 \begin_inset CommandInset ref
31853 LatexCommand ref
31854 reference "sub:Estilos-de-tipografías"
31855
31856 \end_inset
31857
31858 .
31859 \end_layout
31860
31861 \end_inset
31862
31863
31864 \end_layout
31865
31866 \begin_layout Standard
31867 Para escribir ecuaciones químicas es más conveniente usar el comando 
31868 \series bold
31869
31870 \backslash
31871 ce
31872 \series default
31873
31874 \begin_inset Index idx
31875 status collapsed
31876
31877 \begin_layout Plain Layout
31878 Comandos ! C ! 
31879 \backslash
31880 ce
31881 \end_layout
31882
31883 \end_inset
31884
31885 , que está disponible si está instalado el paquete LaTeX 
31886 \series bold
31887 mhchem
31888 \series default
31889
31890 \begin_inset Index idx
31891 status collapsed
31892
31893 \begin_layout Plain Layout
31894 Paquetes ! mhchem
31895 \end_layout
31896
31897 \end_inset
31898
31899 .
31900  Al insertar 
31901 \series bold
31902
31903 \backslash
31904 ce
31905 \series default
31906  en modo matemático aparece un nuevo marco azul en el que se pueden escribir
31907  ecuaciones químicas de una forma intuitiva.
31908 \end_layout
31909
31910 \begin_layout Standard
31911 \align center
31912 \begin_inset Tabular
31913 <lyxtabular version="3" rows="9" columns="2">
31914 <features rotate="0" tabularvalignment="middle">
31915 <column alignment="center" valignment="top">
31916 <column alignment="center" valignment="top">
31917 <row>
31918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31919 \begin_inset Text
31920
31921 \begin_layout Plain Layout
31922 Comando
31923 \end_layout
31924
31925 \end_inset
31926 </cell>
31927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31928 \begin_inset Text
31929
31930 \begin_layout Plain Layout
31931 Resultado
31932 \begin_inset Note Note
31933 status collapsed
31934
31935 \begin_layout Plain Layout
31936
31937 \series bold
31938
31939 \backslash
31940 raisebox
31941 \series default
31942  se usa sólo como espaciador
31943 \end_layout
31944
31945 \end_inset
31946
31947
31948 \end_layout
31949
31950 \end_inset
31951 </cell>
31952 </row>
31953 <row>
31954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31955 \begin_inset Text
31956
31957 \begin_layout Plain Layout
31958
31959 \backslash
31960 ce
31961 \begin_inset space \textvisiblespace{}
31962 \end_inset
31963
31964 H2CO3
31965 \end_layout
31966
31967 \end_inset
31968 </cell>
31969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31970 \begin_inset Text
31971
31972 \begin_layout Plain Layout
31973 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31974 \end_inset
31975
31976
31977 \end_layout
31978
31979 \end_inset
31980 </cell>
31981 </row>
31982 <row>
31983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31984 \begin_inset Text
31985
31986 \begin_layout Plain Layout
31987
31988 \backslash
31989 ce
31990 \begin_inset space \textvisiblespace{}
31991 \end_inset
31992
31993 SO4^2-
31994 \end_layout
31995
31996 \end_inset
31997 </cell>
31998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31999 \begin_inset Text
32000
32001 \begin_layout Plain Layout
32002 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
32003 \end_inset
32004
32005
32006 \end_layout
32007
32008 \end_inset
32009 </cell>
32010 </row>
32011 <row>
32012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32013 \begin_inset Text
32014
32015 \begin_layout Plain Layout
32016
32017 \backslash
32018 ce
32019 \begin_inset space \textvisiblespace{}
32020 \end_inset
32021
32022 (NH4)2S
32023 \end_layout
32024
32025 \end_inset
32026 </cell>
32027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32028 \begin_inset Text
32029
32030 \begin_layout Plain Layout
32031 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32032 \end_inset
32033
32034
32035 \end_layout
32036
32037 \end_inset
32038 </cell>
32039 </row>
32040 <row>
32041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32042 \begin_inset Text
32043
32044 \begin_layout Plain Layout
32045
32046 \backslash
32047 ce
32048 \begin_inset space \textvisiblespace{}
32049 \end_inset
32050
32051 KCr(SO4)2.12H2O
32052 \end_layout
32053
32054 \end_inset
32055 </cell>
32056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32057 \begin_inset Text
32058
32059 \begin_layout Plain Layout
32060 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32061 \end_inset
32062
32063
32064 \end_layout
32065
32066 \end_inset
32067 </cell>
32068 </row>
32069 <row>
32070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32071 \begin_inset Text
32072
32073 \begin_layout Plain Layout
32074
32075 \backslash
32076 ce
32077 \begin_inset space \textvisiblespace{}
32078 \end_inset
32079
32080 A-B
32081 \backslash
32082 dbond
32083 \begin_inset space \textvisiblespace{}
32084 \end_inset
32085
32086 C
32087 \backslash
32088 tbond
32089 \begin_inset space \textvisiblespace{}
32090 \end_inset
32091
32092 D
32093 \end_layout
32094
32095 \end_inset
32096 </cell>
32097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32098 \begin_inset Text
32099
32100 \begin_layout Plain Layout
32101 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32102 \end_inset
32103
32104
32105 \end_layout
32106
32107 \end_inset
32108 </cell>
32109 </row>
32110 <row>
32111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32112 \begin_inset Text
32113
32114 \begin_layout Plain Layout
32115
32116 \backslash
32117 ce
32118 \begin_inset space \textvisiblespace{}
32119 \end_inset
32120
32121 ^227
32122 \begin_inset Formula $\downarrow$
32123 \end_inset
32124
32125 _90
32126 \begin_inset Formula $\to$
32127 \end_inset
32128
32129 Th+
32130 \end_layout
32131
32132 \end_inset
32133 </cell>
32134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32135 \begin_inset Text
32136
32137 \begin_layout Plain Layout
32138 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32139 \end_inset
32140
32141
32142 \end_layout
32143
32144 \end_inset
32145 </cell>
32146 </row>
32147 <row>
32148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32149 \begin_inset Text
32150
32151 \begin_layout Plain Layout
32152
32153 \backslash
32154 ce
32155 \begin_inset space \textvisiblespace{}
32156 \end_inset
32157
32158 CO2
32159 \begin_inset space \textvisiblespace{}
32160 \end_inset
32161
32162 +
32163 \begin_inset space \textvisiblespace{}
32164 \end_inset
32165
32166 C
32167 \begin_inset space \textvisiblespace{}
32168 \end_inset
32169
32170 <=>
32171 \begin_inset space \textvisiblespace{}
32172 \end_inset
32173
32174 2CO
32175 \end_layout
32176
32177 \end_inset
32178 </cell>
32179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32180 \begin_inset Text
32181
32182 \begin_layout Plain Layout
32183 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32184 \end_inset
32185
32186
32187 \end_layout
32188
32189 \end_inset
32190 </cell>
32191 </row>
32192 <row>
32193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32194 \begin_inset Text
32195
32196 \begin_layout Plain Layout
32197
32198 \backslash
32199 ce
32200 \begin_inset space \textvisiblespace{}
32201 \end_inset
32202
32203 CO2
32204 \begin_inset space \textvisiblespace{}
32205 \end_inset
32206
32207 +
32208 \begin_inset space \textvisiblespace{}
32209 \end_inset
32210
32211 C
32212 \begin_inset space \textvisiblespace{}
32213 \end_inset
32214
32215 ->[
32216 \backslash
32217 alpha][
32218 \backslash
32219 beta]
32220 \begin_inset space \textvisiblespace{}
32221 \end_inset
32222
32223 2CO}
32224 \end_layout
32225
32226 \end_inset
32227 </cell>
32228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32229 \begin_inset Text
32230
32231 \begin_layout Plain Layout
32232 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32233 \end_inset
32234
32235
32236 \end_layout
32237
32238 \end_inset
32239 </cell>
32240 </row>
32241 </lyxtabular>
32242
32243 \end_inset
32244
32245
32246 \end_layout
32247
32248 \begin_layout Standard
32249 \begin_inset Note Greyedout
32250 status open
32251
32252 \begin_layout Plain Layout
32253
32254 \series bold
32255 \color none
32256 Nota:
32257 \series default
32258  Insertar modo matemático en un marco 
32259 \series bold
32260
32261 \backslash
32262 ce
32263 \series default
32264  provocará errores de LaTeX.
32265  En estos casos hay que usar código TeX, como en 
32266 \series bold
32267
32268 \backslash
32269 ce{$
32270 \backslash
32271 mu
32272 \backslash
32273 hyphen$Cl}
32274 \series default
32275
32276 \begin_inset ERT
32277 status collapsed
32278
32279 \begin_layout Plain Layout
32280
32281
32282 \backslash
32283 ce{$
32284 \backslash
32285 mu
32286 \backslash
32287 hyphen$Cl}
32288 \end_layout
32289
32290 \end_inset
32291
32292  
32293 \end_layout
32294
32295 \end_inset
32296
32297
32298 \end_layout
32299
32300 \begin_layout Standard
32301 \begin_inset Note Greyedout
32302 status collapsed
32303
32304 \begin_layout Plain Layout
32305
32306 \series bold
32307 Nota:
32308 \series default
32309  En LyX no es posible usar el carácter ^ para obtener una flecha hacia arriba,
32310  como se describe en el manual de 
32311 \series bold
32312 mhchem
32313 \series default
32314 .
32315  Como alternativa, inserta un espacio delgado negativo seguido por el comando
32316  
32317 \series bold
32318
32319 \backslash
32320 uparrow
32321 \series default
32322
32323 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32324 \end_inset
32325
32326
32327 \end_layout
32328
32329 \end_inset
32330
32331
32332 \end_layout
32333
32334 \begin_layout Standard
32335 El comando 
32336 \series bold
32337
32338 \backslash
32339 ce
32340 \series default
32341  para la 
32342 \begin_inset CommandInset ref
32343 LatexCommand ref
32344 reference "eq:reaccion-quimica"
32345
32346 \end_inset
32347
32348  es
32349 \begin_inset Newline newline
32350 \end_inset
32351
32352
32353 \series bold
32354  
32355 \backslash
32356 ce
32357 \begin_inset space \textvisiblespace{}
32358 \end_inset
32359
32360 2Na+
32361 \begin_inset space \textvisiblespace{}
32362 \end_inset
32363
32364 +
32365 \begin_inset space \textvisiblespace{}
32366 \end_inset
32367
32368 SO4^2-
32369 \begin_inset space \textvisiblespace{}
32370 \end_inset
32371
32372
32373 \begin_inset space \textvisiblespace{}
32374 \end_inset
32375
32376 ->
32377 \begin_inset space \textvisiblespace{}
32378 \end_inset
32379
32380 Na2SO4
32381 \end_layout
32382
32383 \begin_layout Standard
32384 Para componer ecuaciones químicas multilínea primero se crea una ecuación
32385  multilínea, tal como se describe en la 
32386 \begin_inset CommandInset ref
32387 LatexCommand ref
32388 reference "sec:Ecuaciones-multilínea"
32389
32390 \end_inset
32391
32392 .
32393  Después se utiliza el comando 
32394 \series bold
32395
32396 \backslash
32397 ce
32398 \series default
32399  en cada cuadrito azul de la ecuación.
32400  La 
32401 \begin_inset CommandInset ref
32402 LatexCommand ref
32403 reference "eq:TEOS-reac-1"
32404
32405 \end_inset
32406
32407  y la 
32408 \begin_inset CommandInset ref
32409 LatexCommand ref
32410 reference "eq:TEOS-reac-2"
32411
32412 \end_inset
32413
32414  son ejemplos de una reacción química en dos fases en la que cada ecuación
32415  tiene su propio número.
32416 \begin_inset Formula 
32417 \begin{eqnarray}
32418 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reac-1}\\
32419 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reac-2}
32420 \end{eqnarray}
32421
32422 \end_inset
32423
32424
32425 \end_layout
32426
32427 \begin_layout Standard
32428 Además de 
32429 \series bold
32430
32431 \backslash
32432 ce
32433 \series default
32434  el paquete 
32435 \series bold
32436 mhchem
32437 \series default
32438  suministra el comando 
32439 \series bold
32440
32441 \backslash
32442 cf
32443 \series default
32444
32445 \begin_inset Index idx
32446 status collapsed
32447
32448 \begin_layout Plain Layout
32449 Comandos ! C ! 
32450 \backslash
32451 cf
32452 \end_layout
32453
32454 \end_inset
32455
32456  que ha de utilizarse en casos especiales.
32457  Para más información sobre 
32458 \series bold
32459
32460 \backslash
32461 cf
32462 \series default
32463  y más ejemplos echa un vistazo a la documentación de 
32464 \series bold
32465 mhchem
32466 \series default
32467
32468 \begin_inset CommandInset citation
32469 LatexCommand cite
32470 key "mhchem"
32471
32472 \end_inset
32473
32474 .
32475 \end_layout
32476
32477 \begin_layout Section
32478 Diagramas
32479 \end_layout
32480
32481 \begin_layout Standard
32482 Lyx soporta dos tipos de diagramas conmutativos: 
32483 \series bold
32484 amscd
32485 \series default
32486  y 
32487 \series bold
32488 xymatrix
32489 \series default
32490 , que se explican a continuación.
32491 \end_layout
32492
32493 \begin_layout Subsection
32494 Diagramas amscd
32495 \begin_inset Index idx
32496 status collapsed
32497
32498 \begin_layout Plain Layout
32499 Diagramas ! amscd
32500 \end_layout
32501
32502 \end_inset
32503
32504
32505 \end_layout
32506
32507 \begin_layout Standard
32508 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
32509  verticales y horizontales:
32510 \begin_inset Formula 
32511 \[
32512 \begin{CD}A@)))B@)))C\\
32513 @AAA@.@VVV\\
32514 F@(((E@(((D
32515 \end{CD}
32516 \]
32517
32518 \end_inset
32519
32520 Para obtener el diagrama se inserta en la ecuación el comando 
32521 \series bold
32522
32523 \backslash
32524 CD
32525 \begin_inset Index idx
32526 status collapsed
32527
32528 \begin_layout Plain Layout
32529 Comandos ! C ! 
32530 \backslash
32531 CD
32532 \end_layout
32533
32534 \end_inset
32535
32536
32537 \series default
32538 .
32539  Surge un marco azul entre dos líneas de trazos en el que se insertan a
32540  continuación comandos.
32541  Con 
32542 \family sans
32543 Ctrl+Entrar
32544 \family default
32545  se inicia una nueva línea.
32546  En las líneas impares se insertan relaciones horizontales, en las pares
32547  verticales.
32548 \end_layout
32549
32550 \begin_layout Standard
32551 Para componer las relaciones hay los siguientes comandos:
32552 \begin_inset Foot
32553 status collapsed
32554
32555 \begin_layout Plain Layout
32556 \begin_inset CommandInset label
32557 LatexCommand label
32558 name "fn:sinónimos"
32559
32560 \end_inset
32561
32562 Los comandos con 
32563 \family sans
32564 '
32565 \series bold
32566 >
32567 \series default
32568 '
32569 \family default
32570  o 
32571 \family sans
32572 '
32573 \series bold
32574 <
32575 \series default
32576 '
32577 \family default
32578  pueden generar errores con el estilo 
32579 \series bold
32580 spanish
32581 \series default
32582  de 
32583 \series bold
32584 babel
32585 \series default
32586 .
32587  Para evitarlo se pueden sustituir por sus sinónimos 
32588 \family sans
32589 '
32590 \series bold
32591 )
32592 \series default
32593 '
32594 \family default
32595  y 
32596 \family sans
32597 '
32598 \series bold
32599 (
32600 \series default
32601 '
32602 \family default
32603  respectivamente.
32604  Véase 
32605 \begin_inset CommandInset citation
32606 LatexCommand cite
32607 key "spanish"
32608
32609 \end_inset
32610
32611 .
32612  (
32613 \emph on
32614 N.
32615 \begin_inset space \thinspace{}
32616 \end_inset
32617
32618 del t.
32619 \emph default
32620 )
32621 \end_layout
32622
32623 \end_inset
32624
32625
32626 \end_layout
32627
32628 \begin_layout Itemize
32629
32630 \series bold
32631 @<<<
32632 \series default
32633  genera una flecha hacia la izquierda, 
32634 \series bold
32635 @>>>
32636 \series default
32637  una hacia la derecha, y 
32638 \series bold
32639 @=
32640 \series default
32641  un signo igual largo
32642 \end_layout
32643
32644 \begin_layout Itemize
32645
32646 \series bold
32647 @AAA
32648 \series default
32649  genera una flecha hacia arriba, 
32650 \series bold
32651 @VVV
32652 \series default
32653  una hacia abajo, y 
32654 \series bold
32655 @|
32656 \series default
32657  un signo igual vertical
32658 \end_layout
32659
32660 \begin_layout Itemize
32661
32662 \series bold
32663 @.
32664
32665 \series default
32666  genera una ubicación vacía para relaciones inexistentes
32667 \end_layout
32668
32669 \begin_layout Standard
32670 Todas las flechas pueden etiquetarse como sigue:
32671 \end_layout
32672
32673 \begin_layout Itemize
32674 Si se inserta texto entre el primero y el segundo 
32675 \series bold
32676 <
32677 \series default
32678  o 
32679 \series bold
32680 >
32681 \series default
32682 , respectivamente, se muestra sobre la flecha.
32683  Si se inserta entre el segundo y el tercero, bajo la flecha.
32684 \end_layout
32685
32686 \begin_layout Itemize
32687 Para flechas verticales, si se inserta texto entre la primera y la segunda
32688  
32689 \series bold
32690 A
32691 \series default
32692  o 
32693 \series bold
32694 V
32695 \series default
32696 , respectivamente, se muestra al lado izquierdo de la flecha.
32697  Si se inserta entre la segunda y la tercera, al lado derecho.
32698  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
32699 \end_layout
32700
32701 \begin_layout Standard
32702 Como ejemplo un diagrama con todas las relaciones posibles:
32703 \begin_inset Formula 
32704 \[
32705 \begin{CD}A@)j))B@))k)C@=F\\
32706 @AmAA@.@VV{V}V@|\\
32707 D@((j\,(E@)k))F@=C
32708 \end{CD}
32709 \]
32710
32711 \end_inset
32712
32713 El comando para este diagrama es:
32714 \begin_inset Newline newline
32715 \end_inset
32716
32717
32718 \series bold
32719
32720 \backslash
32721 CD
32722 \begin_inset space \textvisiblespace{}
32723 \end_inset
32724
32725 A@>j>>B@>>k>C@=F Ctrl+Entrar
32726 \begin_inset Newline newline
32727 \end_inset
32728
32729
32730 \begin_inset Phantom HPhantom
32731 status open
32732
32733 \begin_layout Plain Layout
32734
32735 \series bold
32736
32737 \backslash
32738 CD
32739 \begin_inset space \textvisiblespace{}
32740 \end_inset
32741
32742
32743 \end_layout
32744
32745 \end_inset
32746
32747 @AmAA@.@VV
32748 \backslash
32749 {V
32750 \series default
32751
32752 \begin_inset Formula $\to$
32753 \end_inset
32754
32755
32756 \series bold
32757 V@| Ctrl+Entrar
32758 \begin_inset Newline newline
32759 \end_inset
32760
32761
32762 \begin_inset Phantom HPhantom
32763 status open
32764
32765 \begin_layout Plain Layout
32766
32767 \series bold
32768
32769 \backslash
32770 CD
32771 \begin_inset space \textvisiblespace{}
32772 \end_inset
32773
32774
32775 \end_layout
32776
32777 \end_inset
32778
32779 D@<<j<E@>k>>F@=C
32780 \end_layout
32781
32782 \begin_layout Subsection
32783 Diagramas xymatrix
32784 \begin_inset Index idx
32785 status collapsed
32786
32787 \begin_layout Plain Layout
32788 Diagramas ! xymatrix
32789 \end_layout
32790
32791 \end_inset
32792
32793
32794 \end_layout
32795
32796 \begin_layout Standard
32797 Para usar matrices xy debe estar instalado el paquete LaTeX 
32798 \series bold
32799 xypic
32800 \series default
32801 .
32802  Una matriz xy se crea insertando el comando 
32803 \series bold
32804
32805 \backslash
32806 xymatrix
32807 \series default
32808  en una ecuación.
32809  Después podrás añadir nuevas columnas y filas como en matrices normales,
32810  véase
32811 \begin_inset space ~
32812 \end_inset
32813
32814
32815 \begin_inset CommandInset ref
32816 LatexCommand ref
32817 reference "sec:Matrices"
32818
32819 \end_inset
32820
32821 .
32822 \end_layout
32823
32824 \begin_layout Standard
32825 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
32826  y curvadas, y mucho más.
32827  Todas las posibilidades para generar diagramas conmutativos y decoraciones
32828  se explican en el 
32829 \emph on
32830 Manual de XY-pic
32831 \emph default
32832  que se encuentra en el menú 
32833 \family sans
32834 Ayuda\SpecialChar \menuseparator
32835 Manuales
32836 \begin_inset space ~
32837 \end_inset
32838
32839 específicos
32840 \family default
32841 .
32842 \end_layout
32843
32844 \begin_layout Subsection
32845 Diagramas 
32846 \noun on
32847 Feynman
32848 \noun default
32849
32850 \begin_inset Index idx
32851 status collapsed
32852
32853 \begin_layout Plain Layout
32854 Diagramas ! Feynman
32855 \end_layout
32856
32857 \end_inset
32858
32859
32860 \end_layout
32861
32862 \begin_layout Standard
32863 Para usar diagramas 
32864 \noun on
32865 Feynman
32866 \noun default
32867  debe estar instalado el paquete LaTeX 
32868 \series bold
32869 feyn
32870 \series default
32871 .
32872  Un diagrama 
32873 \noun on
32874 Feynman
32875 \noun default
32876  se crea insertando el comando 
32877 \series bold
32878
32879 \backslash
32880 Diagram
32881 \series default
32882  en una ecuación.
32883  Después podrás añadir nuevas columnas y filas como en matrices normales,
32884  véase
32885 \begin_inset space ~
32886 \end_inset
32887
32888
32889 \begin_inset CommandInset ref
32890 LatexCommand ref
32891 reference "sec:Matrices"
32892
32893 \end_inset
32894
32895 .
32896 \end_layout
32897
32898 \begin_layout Standard
32899 En el 
32900 \emph on
32901 Manual de diagramas Feynman
32902 \emph default
32903 , disponible en 
32904 \family sans
32905 Ayuda\SpecialChar \menuseparator
32906 Manuales
32907 \begin_inset space ~
32908 \end_inset
32909
32910 específicos
32911 \family default
32912 , hay ejemplos de diagramas de este tipo.
32913 \end_layout
32914
32915 \begin_layout Section
32916 Comandos definidos por el usuario
32917 \begin_inset Index idx
32918 status collapsed
32919
32920 \begin_layout Plain Layout
32921 Comandos de usuario
32922 \end_layout
32923
32924 \end_inset
32925
32926
32927 \end_layout
32928
32929 \begin_layout Standard
32930 \begin_inset Note Greyedout
32931 status open
32932
32933 \begin_layout Plain Layout
32934
32935 \series bold
32936 Nota:
32937 \series default
32938  Los nombres de los comandos definidos por el usuario y macros solo pueden
32939  contener letras latinas.
32940 \end_layout
32941
32942 \end_inset
32943
32944
32945 \end_layout
32946
32947 \begin_layout Subsection
32948 El comando 
32949 \backslash
32950 newcommand
32951 \begin_inset CommandInset label
32952 LatexCommand label
32953 name "sub:El-comando-newcommand"
32954
32955 \end_inset
32956
32957
32958 \begin_inset Index idx
32959 status collapsed
32960
32961 \begin_layout Plain Layout
32962 Comandos de usuario ! 
32963 \backslash
32964 newcommand
32965 \end_layout
32966
32967 \end_inset
32968
32969
32970 \begin_inset Index idx
32971 status collapsed
32972
32973 \begin_layout Plain Layout
32974 Comandos ! N ! 
32975 \backslash
32976 newcommand
32977 \end_layout
32978
32979 \end_inset
32980
32981
32982 \end_layout
32983
32984 \begin_layout Standard
32985 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
32986  Pero es posible definir nuevos comandos más cortos con el comando 
32987 \series bold
32988
32989 \backslash
32990 newcommand
32991 \series default
32992 .
32993  
32994 \end_layout
32995
32996 \begin_layout Standard
32997 El esquema del comando 
32998 \series bold
32999
33000 \backslash
33001 newcommand
33002 \series default
33003  es:
33004 \end_layout
33005
33006 \begin_layout Standard
33007
33008 \series bold
33009
33010 \backslash
33011 newcommand{nombre nuevo de comando}[número de argumentos]
33012 \begin_inset Newline newline
33013 \end_inset
33014
33015
33016 \begin_inset Phantom HPhantom
33017 status open
33018
33019 \begin_layout Plain Layout
33020
33021 \series bold
33022
33023 \backslash
33024 newcommand
33025 \end_layout
33026
33027 \end_inset
33028
33029 [valor opcional]{definición de comando}
33030 \end_layout
33031
33032 \begin_layout Standard
33033 \begin_inset Note Greyedout
33034 status open
33035
33036 \begin_layout Plain Layout
33037
33038 \series bold
33039 Nota:
33040 \series default
33041  Asegúrate de que el nombre del nuevo comando no está definido ya en el
33042  documento o en paquetes LaTeX que uses.
33043  Por ejemplo, si defines el comando 
33044 \series bold
33045
33046 \backslash
33047 le
33048 \series default
33049  para 
33050 \series bold
33051
33052 \backslash
33053 Leftarrow,
33054 \series default
33055  se producirán errores porque 
33056 \series bold
33057
33058 \backslash
33059 le
33060 \series default
33061  ya existe para 
33062 \begin_inset Quotes fld
33063 \end_inset
33064
33065
33066 \begin_inset Formula $\le$
33067 \end_inset
33068
33069
33070 \begin_inset Quotes frd
33071 \end_inset
33072
33073 .
33074
33075 \series bold
33076  
33077 \end_layout
33078
33079 \end_inset
33080
33081
33082 \end_layout
33083
33084 \begin_layout Standard
33085 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
33086  argumentos debería tener el nuevo comando.
33087  Con el valor opcional se puede predefinir un valor para un argumento opcional.
33088  Cuando se hace esto, el 
33089 \emph on
33090 primer
33091 \emph default
33092  argumento del nuevo comando es automáticamente opcional.
33093 \end_layout
33094
33095 \begin_layout Standard
33096 \noindent
33097 \align center
33098 \begin_inset Newpage newpage
33099 \end_inset
33100
33101
33102 \end_layout
33103
33104 \begin_layout Standard
33105 Veamos unos ejemplos:
33106 \end_layout
33107
33108 \begin_layout Itemize
33109 Para definir el comando 
33110 \series bold
33111
33112 \backslash
33113 gr
33114 \series default
33115  para 
33116 \series bold
33117
33118 \backslash
33119 Longrightarrow
33120 \series default
33121 , la línea de preámbulo LaTeX es:
33122 \begin_inset VSpace medskip
33123 \end_inset
33124
33125
33126 \begin_inset Newline newline
33127 \end_inset
33128
33129
33130 \series bold
33131
33132 \backslash
33133 newcommand{
33134 \backslash
33135 gr}{
33136 \backslash
33137 Longrightarrow}
33138 \end_layout
33139
33140 \begin_layout Itemize
33141 Para definir el comando 
33142 \series bold
33143
33144 \backslash
33145 us
33146 \series default
33147  para 
33148 \series bold
33149
33150 \backslash
33151 underline
33152 \series default
33153 , el argumento (que sería subrayado) debe tenerse en cuenta.
33154  Para esto la línea de preámbulo es:
33155 \begin_inset VSpace medskip
33156 \end_inset
33157
33158
33159 \begin_inset Newline newline
33160 \end_inset
33161
33162
33163 \series bold
33164
33165 \backslash
33166 newcommand{
33167 \backslash
33168 us}[1]{
33169 \backslash
33170 underline{#1}}
33171 \series default
33172
33173 \begin_inset VSpace medskip
33174 \end_inset
33175
33176
33177 \begin_inset Newline newline
33178 \end_inset
33179
33180 El carácter 
33181 \series bold
33182 #
33183 \series default
33184  actúa como colocador del argumento, el 
33185 \series bold
33186 1
33187 \series default
33188  indica que es el colocador para el primer argumento.
33189 \end_layout
33190
33191 \begin_layout Itemize
33192 Para 
33193 \series bold
33194
33195 \backslash
33196 framebox
33197 \series default
33198  se puede definir, por ejemplo, el comando 
33199 \series bold
33200
33201 \backslash
33202 fb
33203 \series default
33204 :
33205 \begin_inset VSpace medskip
33206 \end_inset
33207
33208
33209 \begin_inset Newline newline
33210 \end_inset
33211
33212
33213 \series bold
33214
33215 \backslash
33216 newcommand{
33217 \backslash
33218 fb}[3]{
33219 \backslash
33220 framebox#1#2{$#3$}}
33221 \series default
33222
33223 \begin_inset VSpace medskip
33224 \end_inset
33225
33226
33227 \begin_inset Newline newline
33228 \end_inset
33229
33230 Los dos signos dólar generan la ecuación extra necesaria para 
33231 \series bold
33232
33233 \backslash
33234 framebox
33235 \series default
33236 , véase 
33237 \begin_inset CommandInset ref
33238 LatexCommand ref
33239 reference "sub:Marcos-con-bordes"
33240
33241 \end_inset
33242
33243 .
33244 \end_layout
33245
33246 \begin_layout Itemize
33247 Para crear un nuevo comando para 
33248 \series bold
33249
33250 \backslash
33251 fcolorbox
33252 \series default
33253  donde no es necesario especificar el color para el marco, el argumento
33254  para el color se define opcional:
33255 \begin_inset VSpace medskip
33256 \end_inset
33257
33258
33259 \begin_inset Newline newline
33260 \end_inset
33261
33262
33263 \series bold
33264
33265 \backslash
33266 newcommand{
33267 \backslash
33268 cb}[3][white]{
33269 \backslash
33270 fcolorbox{#2}{#1}{$#3$}}
33271 \series default
33272
33273 \begin_inset VSpace medskip
33274 \end_inset
33275
33276
33277 \begin_inset Newline newline
33278 \end_inset
33279
33280 Si el color no es especificado al usar 
33281 \series bold
33282
33283 \backslash
33284 cb
33285 \series default
33286 , se elige el color 
33287 \series bold
33288 white
33289 \series default
33290  predefinido.
33291 \end_layout
33292
33293 \begin_layout Standard
33294 Un ensayo con los nuevos comandos definidos:
33295 \end_layout
33296
33297 \begin_layout Standard
33298 \noindent
33299 \align center
33300 \begin_inset Tabular
33301 <lyxtabular version="3" rows="6" columns="2">
33302 <features rotate="0" tabularvalignment="middle">
33303 <column alignment="center" valignment="top">
33304 <column alignment="center" valignment="top">
33305 <row>
33306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33307 \begin_inset Text
33308
33309 \begin_layout Plain Layout
33310 Comando
33311 \end_layout
33312
33313 \end_inset
33314 </cell>
33315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33316 \begin_inset Text
33317
33318 \begin_layout Plain Layout
33319 Resultado
33320 \begin_inset Note Note
33321 status collapsed
33322
33323 \begin_layout Plain Layout
33324
33325 \series bold
33326
33327 \backslash
33328 raisebox
33329 \series default
33330  se usa sólo como espaciador
33331 \end_layout
33332
33333 \end_inset
33334
33335
33336 \end_layout
33337
33338 \end_inset
33339 </cell>
33340 </row>
33341 <row>
33342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33343 \begin_inset Text
33344
33345 \begin_layout Plain Layout
33346 A
33347 \backslash
33348 gr
33349 \begin_inset space \textvisiblespace{}
33350 \end_inset
33351
33352 B
33353 \end_layout
33354
33355 \end_inset
33356 </cell>
33357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33358 \begin_inset Text
33359
33360 \begin_layout Plain Layout
33361 \begin_inset Formula $A\gr B$
33362 \end_inset
33363
33364
33365 \end_layout
33366
33367 \end_inset
33368 </cell>
33369 </row>
33370 <row>
33371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33372 \begin_inset Text
33373
33374 \begin_layout Plain Layout
33375
33376 \backslash
33377 us{ABcd
33378 \end_layout
33379
33380 \end_inset
33381 </cell>
33382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33383 \begin_inset Text
33384
33385 \begin_layout Plain Layout
33386 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33387 \end_inset
33388
33389
33390 \end_layout
33391
33392 \end_inset
33393 </cell>
33394 </row>
33395 <row>
33396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33397 \begin_inset Text
33398
33399 \begin_layout Plain Layout
33400
33401 \backslash
33402 fb{[2cm]
33403 \begin_inset Formula $\to$
33404 \end_inset
33405
33406
33407 \backslash
33408 {
33409 \begin_inset Formula $\to$
33410 \end_inset
33411
33412
33413 \backslash
33414 {
33415 \backslash
33416 int
33417 \begin_inset space \textvisiblespace{}
33418 \end_inset
33419
33420 A=B
33421 \end_layout
33422
33423 \end_inset
33424 </cell>
33425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33426 \begin_inset Text
33427
33428 \begin_layout Plain Layout
33429 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33430 \end_inset
33431
33432
33433 \end_layout
33434
33435 \end_inset
33436 </cell>
33437 </row>
33438 <row>
33439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33440 \begin_inset Text
33441
33442 \begin_layout Plain Layout
33443
33444 \backslash
33445 cb{red
33446 \begin_inset Formula $\to$
33447 \end_inset
33448
33449
33450 \backslash
33451 {
33452 \backslash
33453 int
33454 \begin_inset space \textvisiblespace{}
33455 \end_inset
33456
33457 A=B
33458 \end_layout
33459
33460 \end_inset
33461 </cell>
33462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33463 \begin_inset Text
33464
33465 \begin_layout Plain Layout
33466 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33467 \end_inset
33468
33469
33470 \end_layout
33471
33472 \end_inset
33473 </cell>
33474 </row>
33475 <row>
33476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33477 \begin_inset Text
33478
33479 \begin_layout Plain Layout
33480
33481 \backslash
33482 cb[green]
33483 \backslash
33484 {red
33485 \begin_inset Formula $\to$
33486 \end_inset
33487
33488
33489 \backslash
33490 {
33491 \backslash
33492 int
33493 \begin_inset space \textvisiblespace{}
33494 \end_inset
33495
33496 A=B
33497 \end_layout
33498
33499 \end_inset
33500 </cell>
33501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33502 \begin_inset Text
33503
33504 \begin_layout Plain Layout
33505 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33506 \end_inset
33507
33508
33509 \end_layout
33510
33511 \end_inset
33512 </cell>
33513 </row>
33514 </lyxtabular>
33515
33516 \end_inset
33517
33518
33519 \end_layout
33520
33521 \begin_layout Subsection
33522 Macros de ecuaciones
33523 \begin_inset Index idx
33524 status collapsed
33525
33526 \begin_layout Plain Layout
33527 Comandos de usuario ! Macros de ecuaciones
33528 \end_layout
33529
33530 \end_inset
33531
33532
33533 \begin_inset Index idx
33534 status collapsed
33535
33536 \begin_layout Plain Layout
33537 Macros
33538 \end_layout
33539
33540 \end_inset
33541
33542
33543 \end_layout
33544
33545 \begin_layout Standard
33546 Los comandos definidos por el usuario son especialmente convenientes para
33547  expresiones complejas.
33548  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
33549  el mismo tipo de solución se repite varias veces.
33550  La forma general de una ecuación de segundo grado es:
33551 \begin_inset Formula 
33552 \[
33553 0=\lambda^{2}+p\lambda+q
33554 \]
33555
33556 \end_inset
33557
33558 La forma general de la solución es:
33559 \begin_inset Formula 
33560 \[
33561 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33562 \]
33563
33564 \end_inset
33565
33566
33567 \end_layout
33568
33569 \begin_layout Standard
33570 Para definir un comando para la ecuación de la solución, en donde solo hay
33571  que especificar los tres parámetros 
33572 \begin_inset Formula $\lambda$
33573 \end_inset
33574
33575
33576 \begin_inset Formula $p$
33577 \end_inset
33578
33579 , y 
33580 \begin_inset Formula $q$
33581 \end_inset
33582
33583 , y el índice de 
33584 \begin_inset Formula $\lambda$
33585 \end_inset
33586
33587  puede darse opcionalmente, la línea de preámbulo LaTeX es
33588 \begin_inset Newline newline
33589 \end_inset
33590
33591
33592 \series bold
33593
33594 \backslash
33595 newcommand{
33596 \backslash
33597 qG}[4][1,
33598 \backslash
33599 ,2]{#2_{#1}=-
33600 \backslash
33601 frac{#3}{2}
33602 \backslash
33603 pm
33604 \begin_inset Newline newline
33605 \end_inset
33606
33607
33608 \begin_inset Phantom HPhantom
33609 status open
33610
33611 \begin_layout Plain Layout
33612
33613 \series bold
33614
33615 \backslash
33616 newcommand
33617 \end_layout
33618
33619 \end_inset
33620
33621
33622 \backslash
33623 sqrt{
33624 \backslash
33625 frac{#3^{2}}{4}-#4}}
33626 \end_layout
33627
33628 \begin_layout Standard
33629 Para generar la solución se inserta el comando
33630 \begin_inset Newline newline
33631 \end_inset
33632
33633
33634 \series bold
33635
33636 \backslash
33637 qG{
33638 \backslash
33639 lambda
33640 \begin_inset Formula $\to$
33641 \end_inset
33642
33643
33644 \backslash
33645 {p
33646 \begin_inset Formula $\to$
33647 \end_inset
33648
33649
33650 \backslash
33651 {q
33652 \series default
33653  en una ecuación
33654 \series bold
33655 .
33656 \end_layout
33657
33658 \begin_layout Standard
33659 La definición del nuevo comando no es intuitiva porque hay que conocer los
33660  esquemas de todos los comandos LaTeX usados, por ejemplo, que una fracción
33661  se inserta en LaTeX como
33662 \series bold
33663  
33664 \backslash
33665 frac{numerador}{denominador}
33666 \series default
33667 .
33668  Además, uno puede olvidar fácilmente una llave en la definición y no puede
33669  ver en LyX lo que el nuevo comando está haciendo.
33670  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
33671  ecuación en vez del comando
33672 \series bold
33673  
33674 \backslash
33675 newcommand
33676 \series default
33677 .
33678 \end_layout
33679
33680 \begin_layout Standard
33681 Una macro de ecuación se crea con el menú 
33682 \family sans
33683 Insertar\SpecialChar \menuseparator
33684 Ecuación\SpecialChar \menuseparator
33685 Macro
33686 \family default
33687  o con el botón 
33688 \begin_inset Info
33689 type  "icon"
33690 arg   "math-macro newmacroname_newcommand"
33691 \end_inset
33692
33693  de la barra de herramientas.
33694  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
33695  como el siguiente donde se define la macro:
33696 \begin_inset Newline newline
33697 \end_inset
33698
33699
33700 \begin_inset space \hspace*{\fill}
33701 \end_inset
33702
33703
33704 \begin_inset Graphics
33705         filename ../clipart/macrobox.png
33706
33707 \end_inset
33708
33709
33710 \begin_inset space \hspace*{\fill}
33711 \end_inset
33712
33713
33714 \begin_inset Newline newline
33715 \end_inset
33716
33717
33718 \begin_inset FormulaMacro
33719 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33720 \end_inset
33721
33722
33723 \backslash
33724 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
33725  En el primer marco azul se inserta la ecuación buscada.
33726  Con el comando 
33727 \series bold
33728
33729 \backslash
33730 #númerodeargumento
33731 \series default
33732 , , o con el botón 
33733 \begin_inset Info
33734 type  "icon"
33735 arg   "math-macro-add-param"
33736 \end_inset
33737
33738  de la barra de herramientas de macros se inserta un colocador de argumento,
33739  p.
33740 \begin_inset space \thinspace{}
33741 \end_inset
33742
33743 e
33744 \begin_inset space \space{}
33745 \end_inset
33746
33747
33748 \series bold
33749
33750 \backslash
33751 #1
33752 \series default
33753 .
33754  Los colocadores de argumento se muestran en rojo.
33755  Se pueden poner 9
33756 \begin_inset space ~
33757 \end_inset
33758
33759 argumentos como máximo.
33760  Con el botón 
33761 \begin_inset Info
33762 type  "icon"
33763 arg   "math-macro-add-optional-param"
33764 \end_inset
33765
33766  se crean argumentos opcionales.
33767  El primer argumento no opcional puede transformarse en opcional con el
33768  botón 
33769 \begin_inset Info
33770 type  "icon"
33771 arg   "math-macro-make-optional"
33772 \end_inset
33773
33774 .
33775  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
33776  Normalmente quieres verlo tal como está definido, así que el recuadro se
33777  deja vacío.
33778  Pero si has creado una macro que necesita mucho espacio en la pantalla,
33779  en dicho recuadro puedes insertar, por ejemplo
33780 \begin_inset Newline newline
33781 \end_inset
33782
33783
33784 \series bold
33785 qG: 
33786 \backslash
33787 #1
33788 \series default
33789  
33790 \series bold
33791 ,
33792 \series default
33793  
33794 \series bold
33795
33796 \backslash
33797 #2
33798 \series default
33799  
33800 \series bold
33801 ,
33802 \series default
33803  
33804 \series bold
33805
33806 \backslash
33807 #3, 
33808 \backslash
33809 #4
33810 \begin_inset Newline newline
33811 \end_inset
33812
33813
33814 \series default
33815 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
33816  en LyX, lo que conlleva una visualización mejor.
33817  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
33818 \begin_inset Newline newline
33819 \end_inset
33820
33821 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
33822  macros individuales situando el cursor en la macro y usando el menú 
33823 \family sans
33824 Ver\SpecialChar \menuseparator
33825 (Des)plegar macro de ecuación.
33826 \end_layout
33827
33828 \begin_layout Standard
33829 Para usar una macro, se inserta el nombre de la misma como comando en una
33830  ecuación, en nuestro caso 
33831 \series bold
33832
33833 \backslash
33834 qG
33835 \series default
33836 .
33837  Nuestra macro se muestra en LyX así:
33838 \begin_inset Newline newline
33839 \end_inset
33840
33841
33842 \begin_inset space \hspace*{\fill}
33843 \end_inset
33844
33845
33846 \begin_inset Graphics
33847         filename ../clipart/macrouse.png
33848
33849 \end_inset
33850
33851
33852 \begin_inset space \hspace*{\fill}
33853 \end_inset
33854
33855
33856 \begin_inset Newline newline
33857 \end_inset
33858
33859 Aquí tenemos nuestro ejemplo de macro con los argumentos 
33860 \begin_inset Formula $x$
33861 \end_inset
33862
33863
33864 \begin_inset Formula $\ln(x)$
33865 \end_inset
33866
33867 , y 
33868 \begin_inset Formula $B$
33869 \end_inset
33870
33871 :
33872 \end_layout
33873
33874 \begin_layout Standard
33875 \begin_inset Formula 
33876 \[
33877 \qG x{\ln(x)}B
33878 \]
33879
33880 \end_inset
33881
33882
33883 \end_layout
33884
33885 \begin_layout Standard
33886 LyX ofrece en el menú 
33887 \family sans
33888 Herramientas
33889 \family default
33890 \SpecialChar \menuseparator
33891
33892 \family sans
33893 Preferencias\SpecialChar \menuseparator
33894 Edición\SpecialChar \menuseparator
33895 Control
33896 \family default
33897  diferentes estilos para editar macros.
33898  Para encontrar el estilo que más te convenga, elige un estilo y pon el
33899  cursor en una macro para ver la diferencia.
33900 \end_layout
33901
33902 \begin_layout Standard
33903 Una macro de ecuación se transforma internamente en un comando 
33904 \series bold
33905
33906 \backslash
33907 newcommand
33908 \series default
33909  cuando se exporta el documento.
33910  El comando creado 
33911 \series bold
33912
33913 \backslash
33914 newcommand
33915 \series default
33916  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
33917  usar en ecuaciones que estén en recuadros de definición de macros en el
33918  documento.
33919  
33920 \end_layout
33921
33922 \begin_layout Standard
33923 Las macros de ecuación también pueden crearse directamente a partir de un
33924  comando
33925 \series bold
33926  
33927 \backslash
33928 newcommand
33929 \series default
33930 .
33931  Por ejemplo, escribiendo el comando
33932 \begin_inset Newline newline
33933 \end_inset
33934
33935
33936 \series bold
33937
33938 \backslash
33939 newcommand{
33940 \backslash
33941 larrow}[2]{
33942 \backslash
33943 xleftarrow[#2]{#1}}
33944 \begin_inset Newline newline
33945 \end_inset
33946
33947
33948 \series default
33949 como texto normal en LyX, seleccionándolo completamente y usando a continuación
33950  el atajo 
33951 \family sans
33952 Ctrl+M
33953 \family default
33954 , el comando se transformará en una macro de ecuación.
33955  Al emplear este método debes tener cuidado en escribir correctamente el
33956  comando 
33957 \series bold
33958
33959 \backslash
33960 newcommand
33961 \series default
33962 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
33963  
33964 \end_layout
33965
33966 \begin_layout Standard
33967 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
33968  en definiciones de macros se manejan incorrectamente.
33969  Por eso el ejemplo 
33970 \series bold
33971
33972 \backslash
33973 fb
33974 \series default
33975  de 
33976 \begin_inset CommandInset ref
33977 LatexCommand ref
33978 reference "sub:El-comando-newcommand"
33979
33980 \end_inset
33981
33982  no puede crearse como macro.
33983 \end_layout
33984
33985 \begin_layout Standard
33986 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
33987  la barra de herramientas de macros:
33988 \end_layout
33989
33990 \begin_layout Standard
33991 \begin_inset VSpace defskip
33992 \end_inset
33993
33994
33995 \end_layout
33996
33997 \begin_layout Standard
33998 \begin_inset Graphics
33999         filename ../clipart/MacroToolbar.png
34000
34001 \end_inset
34002
34003
34004 \begin_inset Index idx
34005 status collapsed
34006
34007 \begin_layout Plain Layout
34008 Macros ! Barra de herramientas
34009 \end_layout
34010
34011 \end_inset
34012
34013
34014 \end_layout
34015
34016 \begin_layout Standard
34017 \begin_inset VSpace defskip
34018 \end_inset
34019
34020
34021 \end_layout
34022
34023 \begin_layout Standard
34024 La barra de herramientas de macros contiene los siguientes botones:
34025 \end_layout
34026
34027 \begin_layout Standard
34028 \begin_inset VSpace defskip
34029 \end_inset
34030
34031
34032 \end_layout
34033
34034 \begin_layout Standard
34035 \begin_inset Tabular
34036 <lyxtabular version="3" rows="9" columns="2">
34037 <features rotate="0" islongtable="true" longtabularalignment="center">
34038 <column alignment="left" valignment="top">
34039 <column alignment="left" valignment="top" width="85col%">
34040 <row interlinespace="2.5mm">
34041 <cell alignment="center" valignment="top" usebox="none">
34042 \begin_inset Text
34043
34044 \begin_layout Plain Layout
34045 \begin_inset Info
34046 type  "icon"
34047 arg   "math-macro-remove-param"
34048 \end_inset
34049
34050
34051 \end_layout
34052
34053 \end_inset
34054 </cell>
34055 <cell alignment="center" valignment="top" usebox="none">
34056 \begin_inset Text
34057
34058 \begin_layout Plain Layout
34059
34060 \family sans
34061 Editar\SpecialChar \menuseparator
34062 Ecuación\SpecialChar \menuseparator
34063 Definición de macro\SpecialChar \menuseparator
34064 Quitar último argumento
34065 \end_layout
34066
34067 \end_inset
34068 </cell>
34069 </row>
34070 <row interlinespace="2.5mm">
34071 <cell alignment="center" valignment="top" usebox="none">
34072 \begin_inset Text
34073
34074 \begin_layout Plain Layout
34075 \begin_inset Info
34076 type  "icon"
34077 arg   "math-macro-add-param"
34078 \end_inset
34079
34080
34081 \end_layout
34082
34083 \end_inset
34084 </cell>
34085 <cell alignment="center" valignment="top" usebox="none">
34086 \begin_inset Text
34087
34088 \begin_layout Plain Layout
34089
34090 \family sans
34091 Editar\SpecialChar \menuseparator
34092 Ecuación\SpecialChar \menuseparator
34093 Definición de macro\SpecialChar \menuseparator
34094 Añadir argumento
34095 \end_layout
34096
34097 \end_inset
34098 </cell>
34099 </row>
34100 <row interlinespace="2.5mm">
34101 <cell alignment="center" valignment="top" usebox="none">
34102 \begin_inset Text
34103
34104 \begin_layout Plain Layout
34105 \begin_inset Info
34106 type  "icon"
34107 arg   "math-macro-make-optional"
34108 \end_inset
34109
34110
34111 \end_layout
34112
34113 \end_inset
34114 </cell>
34115 <cell alignment="center" valignment="top" usebox="none">
34116 \begin_inset Text
34117
34118 \begin_layout Plain Layout
34119
34120 \family sans
34121 Editar\SpecialChar \menuseparator
34122 Ecuación\SpecialChar \menuseparator
34123 Definición de macro\SpecialChar \menuseparator
34124 Hacer opcional el primer
34125 \begin_inset Newline newline
34126 \end_inset
34127
34128
34129 \begin_inset Phantom HPhantom
34130 status open
34131
34132 \begin_layout Plain Layout
34133
34134 \family sans
34135 Editar\SpecialChar \menuseparator
34136 Ecuación\SpecialChar \menuseparator
34137 Definición de macro\SpecialChar \menuseparator
34138
34139 \end_layout
34140
34141 \end_inset
34142
34143 argumento no opcional
34144 \end_layout
34145
34146 \end_inset
34147 </cell>
34148 </row>
34149 <row interlinespace="2.5mm">
34150 <cell alignment="center" valignment="top" usebox="none">
34151 \begin_inset Text
34152
34153 \begin_layout Plain Layout
34154 \begin_inset Info
34155 type  "icon"
34156 arg   "math-macro-make-nonoptional"
34157 \end_inset
34158
34159
34160 \end_layout
34161
34162 \end_inset
34163 </cell>
34164 <cell alignment="center" valignment="top" usebox="none">
34165 \begin_inset Text
34166
34167 \begin_layout Plain Layout
34168
34169 \family sans
34170 Editar\SpecialChar \menuseparator
34171 Ecuación\SpecialChar \menuseparator
34172 Definición de macro\SpecialChar \menuseparator
34173 Hacer no opcional el primer
34174 \begin_inset Newline newline
34175 \end_inset
34176
34177
34178 \begin_inset Phantom HPhantom
34179 status open
34180
34181 \begin_layout Plain Layout
34182
34183 \family sans
34184 Editar\SpecialChar \menuseparator
34185 Ecuación\SpecialChar \menuseparator
34186 Definición de macro\SpecialChar \menuseparator
34187
34188 \end_layout
34189
34190 \end_inset
34191
34192 argumento opcional
34193 \end_layout
34194
34195 \end_inset
34196 </cell>
34197 </row>
34198 <row interlinespace="2.5mm">
34199 <cell alignment="center" valignment="top" usebox="none">
34200 \begin_inset Text
34201
34202 \begin_layout Plain Layout
34203 \begin_inset Info
34204 type  "icon"
34205 arg   "math-macro-remove-optional-param"
34206 \end_inset
34207
34208
34209 \end_layout
34210
34211 \end_inset
34212 </cell>
34213 <cell alignment="center" valignment="top" usebox="none">
34214 \begin_inset Text
34215
34216 \begin_layout Plain Layout
34217
34218 \family sans
34219 Editar\SpecialChar \menuseparator
34220 Ecuación\SpecialChar \menuseparator
34221 Definición de macro\SpecialChar \menuseparator
34222 Quitar argumento opcional
34223 \end_layout
34224
34225 \end_inset
34226 </cell>
34227 </row>
34228 <row interlinespace="2.5mm">
34229 <cell alignment="center" valignment="top" usebox="none">
34230 \begin_inset Text
34231
34232 \begin_layout Plain Layout
34233 \begin_inset Info
34234 type  "icon"
34235 arg   "math-macro-add-optional-param"
34236 \end_inset
34237
34238
34239 \end_layout
34240
34241 \end_inset
34242 </cell>
34243 <cell alignment="center" valignment="top" usebox="none">
34244 \begin_inset Text
34245
34246 \begin_layout Plain Layout
34247
34248 \family sans
34249 Editar\SpecialChar \menuseparator
34250 Ecuación\SpecialChar \menuseparator
34251 Definición de macro\SpecialChar \menuseparator
34252 Insertar argumento opcional
34253 \end_layout
34254
34255 \end_inset
34256 </cell>
34257 </row>
34258 <row interlinespace="2.5mm">
34259 <cell alignment="center" valignment="top" usebox="none">
34260 \begin_inset Text
34261
34262 \begin_layout Plain Layout
34263 \begin_inset Info
34264 type  "icon"
34265 arg   "math-macro-remove-greedy-param"
34266 \end_inset
34267
34268
34269 \end_layout
34270
34271 \end_inset
34272 </cell>
34273 <cell alignment="center" valignment="top" usebox="none">
34274 \begin_inset Text
34275
34276 \begin_layout Plain Layout
34277
34278 \family sans
34279 Editar\SpecialChar \menuseparator
34280 Ecuación\SpecialChar \menuseparator
34281 Definición de macro\SpecialChar \menuseparator
34282 Quitar último argumento
34283 \begin_inset Newline newline
34284 \end_inset
34285
34286
34287 \begin_inset Phantom HPhantom
34288 status open
34289
34290 \begin_layout Plain Layout
34291
34292 \family sans
34293 Editar\SpecialChar \menuseparator
34294 Ecuación\SpecialChar \menuseparator
34295 Definición de macro\SpecialChar \menuseparator
34296
34297 \end_layout
34298
34299 \end_inset
34300
34301 yendo hacia la derecha
34302 \end_layout
34303
34304 \end_inset
34305 </cell>
34306 </row>
34307 <row interlinespace="2.5mm">
34308 <cell alignment="center" valignment="top" usebox="none">
34309 \begin_inset Text
34310
34311 \begin_layout Plain Layout
34312 \begin_inset Info
34313 type  "icon"
34314 arg   "math-macro-append-greedy-param"
34315 \end_inset
34316
34317
34318 \end_layout
34319
34320 \end_inset
34321 </cell>
34322 <cell alignment="center" valignment="top" usebox="none">
34323 \begin_inset Text
34324
34325 \begin_layout Plain Layout
34326
34327 \family sans
34328 Editar\SpecialChar \menuseparator
34329 Ecuación\SpecialChar \menuseparator
34330 Definición de macro\SpecialChar \menuseparator
34331 Añadir argumento comiendo
34332 \begin_inset Newline newline
34333 \end_inset
34334
34335
34336 \begin_inset Phantom HPhantom
34337 status open
34338
34339 \begin_layout Plain Layout
34340
34341 \family sans
34342 Editar\SpecialChar \menuseparator
34343 Ecuación\SpecialChar \menuseparator
34344 Definición de macro\SpecialChar \menuseparator
34345
34346 \end_layout
34347
34348 \end_inset
34349
34350 desde la derecha
34351 \end_layout
34352
34353 \end_inset
34354 </cell>
34355 </row>
34356 <row interlinespace="2.5mm">
34357 <cell alignment="center" valignment="top" usebox="none">
34358 \begin_inset Text
34359
34360 \begin_layout Plain Layout
34361 \begin_inset Info
34362 type  "icon"
34363 arg   "math-macro-add-greedy-optional-param"
34364 \end_inset
34365
34366
34367 \end_layout
34368
34369 \end_inset
34370 </cell>
34371 <cell alignment="center" valignment="top" usebox="none">
34372 \begin_inset Text
34373
34374 \begin_layout Plain Layout
34375
34376 \family sans
34377 Editar\SpecialChar \menuseparator
34378 Ecuación\SpecialChar \menuseparator
34379 Definición de macro\SpecialChar \menuseparator
34380 Añadir argumento opcional
34381 \begin_inset Newline newline
34382 \end_inset
34383
34384
34385 \begin_inset Phantom HPhantom
34386 status open
34387
34388 \begin_layout Plain Layout
34389
34390 \family sans
34391 Editar\SpecialChar \menuseparator
34392 Ecuación\SpecialChar \menuseparator
34393 Definición de macro\SpecialChar \menuseparator
34394
34395 \end_layout
34396
34397 \end_inset
34398
34399 comiendo desde la derecha
34400 \end_layout
34401
34402 \end_inset
34403 </cell>
34404 </row>
34405 </lyxtabular>
34406
34407 \end_inset
34408
34409
34410 \end_layout
34411
34412 \begin_layout Section
34413 Sistema algebraico computacional
34414 \end_layout
34415
34416 \begin_layout Standard
34417 LyX permite el intercambio entre expresiones matemáticas escritas con su
34418  editor de ecuaciones y aplicaciones externas o guiones definidos por el
34419  usuario.
34420  Las aplicaciones soportadas actualmente son 
34421 \family sans
34422 Maple
34423 \family default
34424
34425 \family sans
34426 Mathematica
34427 \family default
34428
34429 \family sans
34430 Maxima
34431 \family default
34432  y 
34433 \family sans
34434 Octave
34435 \family default
34436 .
34437  Hay que advertir que el conjunto de estructuras matemáticas soportadas
34438  se limita a casos muy simples.
34439 \end_layout
34440
34441 \begin_layout Subsection
34442 Utilización
34443 \end_layout
34444
34445 \begin_layout Standard
34446 Escribe alguna expresión en una ecuación, despliega el menú 
34447 \family sans
34448 Editar\SpecialChar \menuseparator
34449 Ecuación\SpecialChar \menuseparator
34450 Usar programa de álgebra
34451 \family default
34452  y elige la aplicación que esté instalada en tu ordenador.
34453  Después de eso el resultado de la computación debería mostrarse a la derecha
34454  de la expresión junto con el operador "=".
34455 \end_layout
34456
34457 \begin_layout Standard
34458 A continuación hay unos ejemplos sencillos (con resultados de 
34459 \family sans
34460 Maxima
34461 \family default
34462 ) que muestran qué tipos de computación se pueden realizar:
34463 \end_layout
34464
34465 \begin_layout Itemize
34466 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34467 \end_inset
34468
34469
34470 \end_layout
34471
34472 \begin_layout Itemize
34473 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34474 \end_inset
34475
34476
34477 \end_layout
34478
34479 \begin_layout Itemize
34480 \begin_inset Formula $\int_{1}^{2}\sen(x)dx=\cos1-\cos2$
34481 \end_inset
34482
34483
34484 \end_layout
34485
34486 \begin_layout Itemize
34487 \begin_inset Formula $\det\left[\begin{array}{ccc}
34488 1 & 6 & 7\\
34489 2 & 5 & 8\\
34490 3 & 4 & 17
34491 \end{array}\right]=-56$
34492 \end_inset
34493
34494
34495 \end_layout
34496
34497 \begin_layout Itemize
34498 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34499 \end_inset
34500
34501
34502 \end_layout
34503
34504 \begin_layout Subsection
34505 Atajos de teclado
34506 \end_layout
34507
34508 \begin_layout Standard
34509 Actualmente no hay atajos de teclado para ejecutar las aplicaciones de álgebra.
34510  Se puede vincular fácilmente una combinación de teclas a la función 
34511 \family sans
34512 math-extern
34513 \family default
34514  de Lyx (véase el manual 
34515 \emph on
34516 Funciones de LyX
34517 \emph default
34518 ).
34519  Por ejemplo, para vincular la tecla 
34520 \family sans
34521 Entrar
34522 \family default
34523  en el editor de ecuaciones a 
34524 \family sans
34525 Maxima
34526 \family default
34527  se podría usar este comando para definir el atajo de teclado:
34528 \end_layout
34529
34530 \begin_layout Standard
34531
34532 \series bold
34533 command-alternatives break-paragraph;math-extern maxima
34534 \end_layout
34535
34536 \begin_layout Section
34537 Consejos prácticos
34538 \begin_inset Index idx
34539 status collapsed
34540
34541 \begin_layout Plain Layout
34542 Consejos prácticos
34543 \end_layout
34544
34545 \end_inset
34546
34547
34548 \end_layout
34549
34550 \begin_layout Subsection
34551 Números negativos
34552 \begin_inset Index idx
34553 status collapsed
34554
34555 \begin_layout Plain Layout
34556 Numeros@Números ! negativos
34557 \end_layout
34558
34559 \end_inset
34560
34561
34562 \end_layout
34563
34564 \begin_layout Standard
34565 Los números negativos a veces se ven feos en las ecuaciones porque el signo
34566  menos delante del número tiene la misma longitud que el operador signo
34567  menos.
34568  Si se escribe el número negativo en texto normal el signo menos aparece
34569  correctamente.
34570 \end_layout
34571
34572 \begin_layout Standard
34573 Así pues, el problema desaparece si se convierte el signo menos a texto
34574  matemático.
34575 \end_layout
34576
34577 \begin_layout Standard
34578 Un ejemplo para visualizar el problema:
34579 \end_layout
34580
34581 \begin_layout Standard
34582 \noindent
34583 \align center
34584 \begin_inset Tabular
34585 <lyxtabular version="3" rows="3" columns="2">
34586 <features rotate="0" tabularvalignment="middle">
34587 <column alignment="center" valignment="top">
34588 <column alignment="center" valignment="top">
34589 <row>
34590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34591 \begin_inset Text
34592
34593 \begin_layout Plain Layout
34594 texto normal:
34595 \end_layout
34596
34597 \end_inset
34598 </cell>
34599 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34600 \begin_inset Text
34601
34602 \begin_layout Plain Layout
34603 x = -2
34604 \end_layout
34605
34606 \end_inset
34607 </cell>
34608 </row>
34609 <row>
34610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34611 \begin_inset Text
34612
34613 \begin_layout Plain Layout
34614 ecuación:
34615 \end_layout
34616
34617 \end_inset
34618 </cell>
34619 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34620 \begin_inset Text
34621
34622 \begin_layout Plain Layout
34623 \begin_inset Formula $x=-2$
34624 \end_inset
34625
34626
34627 \end_layout
34628
34629 \end_inset
34630 </cell>
34631 </row>
34632 <row>
34633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34634 \begin_inset Text
34635
34636 \begin_layout Plain Layout
34637 solución:
34638 \end_layout
34639
34640 \end_inset
34641 </cell>
34642 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34643 \begin_inset Text
34644
34645 \begin_layout Plain Layout
34646 \begin_inset Formula $x=\mbox{-}2$
34647 \end_inset
34648
34649
34650 \end_layout
34651
34652 \end_inset
34653 </cell>
34654 </row>
34655 </lyxtabular>
34656
34657 \end_inset
34658
34659
34660 \end_layout
34661
34662 \begin_layout Subsection
34663 Coma como separador decimal
34664 \begin_inset Index idx
34665 status collapsed
34666
34667 \begin_layout Plain Layout
34668 Coma decimal
34669 \end_layout
34670
34671 \end_inset
34672
34673
34674 \end_layout
34675
34676 \begin_layout Standard
34677 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
34678  de grupos numéricos.
34679  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
34680 \end_layout
34681
34682 \begin_layout Standard
34683 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
34684  
34685 \family sans
34686 Ctrl+M
34687 \family default
34688 ).
34689 \end_layout
34690
34691 \begin_layout Standard
34692 Para usar las comas en todas las fórmulas del documento como separador decimal,
34693  se carga el archivo 
34694 \series bold
34695 icomma.sty
34696 \series default
34697
34698 \begin_inset Foot
34699 status collapsed
34700
34701 \begin_layout Plain Layout
34702
34703 \series bold
34704 icomma
34705 \series default
34706  forma parte del paquete LaTeX 
34707 \series bold
34708 was
34709 \series default
34710
34711 \begin_inset Index idx
34712 status collapsed
34713
34714 \begin_layout Plain Layout
34715 Paquetes ! was
34716 \begin_inset ERT
34717 status collapsed
34718
34719 \begin_layout Plain Layout
34720
34721
34722 \backslash
34723 vspace{4mm}
34724 \end_layout
34725
34726 \end_inset
34727
34728
34729 \end_layout
34730
34731 \end_inset
34732
34733 .
34734 \end_layout
34735
34736 \end_inset
34737
34738
34739 \begin_inset Index idx
34740 status collapsed
34741
34742 \begin_layout Plain Layout
34743 Paquetes ! icomma
34744 \end_layout
34745
34746 \end_inset
34747
34748  en el preámbulo LaTeX con la línea: 
34749 \end_layout
34750
34751 \begin_layout Standard
34752
34753 \series bold
34754
34755 \backslash
34756 usepackage{icomma}
34757 \end_layout
34758
34759 \begin_layout Subsection
34760 Vectores cuánticos y notación bra-ket
34761 \begin_inset CommandInset label
34762 LatexCommand label
34763 name "sub:Vectores-cuánticos"
34764
34765 \end_inset
34766
34767
34768 \begin_inset Index idx
34769 status collapsed
34770
34771 \begin_layout Plain Layout
34772 Vectores cuánticos
34773 \end_layout
34774
34775 \end_inset
34776
34777
34778 \begin_inset Index idx
34779 status collapsed
34780
34781 \begin_layout Plain Layout
34782 Notación bra-ket
34783 \end_layout
34784
34785 \end_inset
34786
34787
34788 \end_layout
34789
34790 \begin_layout Standard
34791 El paquete LaTeX 
34792 \series bold
34793 braket
34794 \series default
34795
34796 \begin_inset Index idx
34797 status collapsed
34798
34799 \begin_layout Plain Layout
34800 Paquetes ! braket
34801 \end_layout
34802
34803 \end_inset
34804
34805  suministra comandos para escribir paréntesis angulares que se usan en mecánica
34806  cuántica: la notación 
34807 \begin_inset Quotes fld
34808 \end_inset
34809
34810 bra-ket
34811 \begin_inset Quotes frd
34812 \end_inset
34813
34814 ; se carga con la línea de preámbulo LaTeX:
34815 \end_layout
34816
34817 \begin_layout Standard
34818
34819 \series bold
34820
34821 \backslash
34822 usepackage{braket}
34823 \end_layout
34824
34825 \begin_layout Standard
34826 \begin_inset ERT
34827 status collapsed
34828
34829 \begin_layout Plain Layout
34830
34831
34832 \backslash
34833 ifbraket 
34834 \end_layout
34835
34836 \end_inset
34837
34838
34839 \begin_inset Note Note
34840 status open
34841
34842 \begin_layout Plain Layout
34843 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
34844 \series bold
34845 braket
34846 \series default
34847  está instalado.
34848 \end_layout
34849
34850 \end_inset
34851
34852
34853 \end_layout
34854
34855 \begin_layout Standard
34856 Están definidos los siguientes comandos:
34857 \end_layout
34858
34859 \begin_layout Standard
34860 \noindent
34861 \align center
34862 \begin_inset Tabular
34863 <lyxtabular version="3" rows="4" columns="2">
34864 <features rotate="0" tabularvalignment="middle">
34865 <column alignment="center" valignment="top">
34866 <column alignment="center" valignment="top">
34867 <row>
34868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34869 \begin_inset Text
34870
34871 \begin_layout Plain Layout
34872 Comando
34873 \end_layout
34874
34875 \end_inset
34876 </cell>
34877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34878 \begin_inset Text
34879
34880 \begin_layout Plain Layout
34881 Resultado
34882 \end_layout
34883
34884 \end_inset
34885 </cell>
34886 </row>
34887 <row>
34888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34889 \begin_inset Text
34890
34891 \begin_layout Plain Layout
34892
34893 \backslash
34894 Bra{
34895 \backslash
34896 psi
34897 \end_layout
34898
34899 \end_inset
34900 </cell>
34901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34902 \begin_inset Text
34903
34904 \begin_layout Plain Layout
34905 \begin_inset Formula $\Bra{\psi}$
34906 \end_inset
34907
34908
34909 \end_layout
34910
34911 \end_inset
34912 </cell>
34913 </row>
34914 <row>
34915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34916 \begin_inset Text
34917
34918 \begin_layout Plain Layout
34919
34920 \backslash
34921 Ket{
34922 \backslash
34923 psi
34924 \end_layout
34925
34926 \end_inset
34927 </cell>
34928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34929 \begin_inset Text
34930
34931 \begin_layout Plain Layout
34932 \begin_inset Formula $\Ket{\psi}$
34933 \end_inset
34934
34935
34936 \end_layout
34937
34938 \end_inset
34939 </cell>
34940 </row>
34941 <row>
34942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34943 \begin_inset Text
34944
34945 \begin_layout Plain Layout
34946
34947 \backslash
34948 Braket{
34949 \backslash
34950 psi|
34951 \backslash
34952 phi
34953 \end_layout
34954
34955 \end_inset
34956 </cell>
34957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34958 \begin_inset Text
34959
34960 \begin_layout Plain Layout
34961 \begin_inset Formula $\Braket{\psi|\phi}$
34962 \end_inset
34963
34964
34965 \end_layout
34966
34967 \end_inset
34968 </cell>
34969 </row>
34970 </lyxtabular>
34971
34972 \end_inset
34973
34974
34975 \end_layout
34976
34977 \begin_layout Standard
34978 El comando 
34979 \series bold
34980
34981 \backslash
34982 Braket
34983 \series default
34984  asegura que todas las barras verticales tienen el tamaño de los delimitadores
34985  circundantes:
34986 \begin_inset Formula 
34987 \[
34988 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
34989 \]
34990
34991 \end_inset
34992
34993
34994 \begin_inset ERT
34995 status collapsed
34996
34997 \begin_layout Plain Layout
34998
34999
35000 \backslash
35001 else
35002 \end_layout
35003
35004 \end_inset
35005
35006
35007 \begin_inset Note Note
35008 status open
35009
35010 \begin_layout Plain Layout
35011 Lo que sigue se verá en la salida si el paquete LaTeX 
35012 \series bold
35013 braket
35014 \series default
35015  no está instalado:
35016 \end_layout
35017
35018 \end_inset
35019
35020
35021 \end_layout
35022
35023 \begin_layout Standard
35024 Debes instalar el paquete LaTeX 
35025 \series bold
35026 braket
35027 \series default
35028  para ver en la salida el resto de esta subsección.
35029 \end_layout
35030
35031 \begin_layout Standard
35032 \begin_inset ERT
35033 status collapsed
35034
35035 \begin_layout Plain Layout
35036
35037
35038 \backslash
35039 fi
35040 \end_layout
35041
35042 \end_inset
35043
35044
35045 \end_layout
35046
35047 \begin_layout Standard
35048 El efecto de 
35049 \series bold
35050
35051 \backslash
35052 Braket
35053 \series default
35054  también se puede conseguir con el comando 
35055 \series bold
35056
35057 \backslash
35058 middle
35059 \series default
35060 , que se describe en 
35061 \begin_inset CommandInset ref
35062 LatexCommand ref
35063 reference "sub:Tamaño-automático-de"
35064
35065 \end_inset
35066
35067 .
35068 \end_layout
35069
35070 \begin_layout Subsection
35071 Fracciones definidas por el usuario
35072 \begin_inset CommandInset label
35073 LatexCommand label
35074 name "sub:Fracciones-personalizadas"
35075
35076 \end_inset
35077
35078
35079 \begin_inset Index idx
35080 status collapsed
35081
35082 \begin_layout Plain Layout
35083 Fracciones ! personalizadas
35084 \end_layout
35085
35086 \end_inset
35087
35088
35089 \end_layout
35090
35091 \begin_layout Standard
35092 Para definir comandos personalizados para fracciones, se usa el comando
35093  
35094 \series bold
35095
35096 \backslash
35097 genfrac
35098 \series default
35099
35100 \begin_inset Index idx
35101 status collapsed
35102
35103 \begin_layout Plain Layout
35104 Comandos ! G ! 
35105 \backslash
35106 genfrac
35107 \end_layout
35108
35109 \end_inset
35110
35111  con el siguiente esquema:
35112 \end_layout
35113
35114 \begin_layout Standard
35115
35116 \series bold
35117
35118 \backslash
35119 genfrac{delimitador izquierdo}{delimitador derecho}
35120 \begin_inset Newline newline
35121 \end_inset
35122
35123
35124 \begin_inset Phantom HPhantom
35125 status open
35126
35127 \begin_layout Plain Layout
35128
35129 \series bold
35130
35131 \backslash
35132 genfrac
35133 \end_layout
35134
35135 \end_inset
35136
35137 {grosor raya de fracción}{estilo}{numerador}{denominador}
35138 \end_layout
35139
35140 \begin_layout Standard
35141 El estilo es un número en el rango 0
35142 \begin_inset space \thinspace{}
35143 \end_inset
35144
35145 -
35146 \begin_inset space \thinspace{}
35147 \end_inset
35148
35149 3.
35150 \end_layout
35151
35152 \begin_layout Standard
35153 \align center
35154 \begin_inset Tabular
35155 <lyxtabular version="3" rows="5" columns="2">
35156 <features rotate="0" tabularvalignment="middle">
35157 <column alignment="center" valignment="top">
35158 <column alignment="center" valignment="top">
35159 <row>
35160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35161 \begin_inset Text
35162
35163 \begin_layout Plain Layout
35164 Número
35165 \end_layout
35166
35167 \end_inset
35168 </cell>
35169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35170 \begin_inset Text
35171
35172 \begin_layout Plain Layout
35173 Estilo (tamaño)
35174 \end_layout
35175
35176 \end_inset
35177 </cell>
35178 </row>
35179 <row>
35180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35181 \begin_inset Text
35182
35183 \begin_layout Plain Layout
35184 0
35185 \end_layout
35186
35187 \end_inset
35188 </cell>
35189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35190 \begin_inset Text
35191
35192 \begin_layout Plain Layout
35193 ecuación presentada
35194 \end_layout
35195
35196 \end_inset
35197 </cell>
35198 </row>
35199 <row>
35200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35201 \begin_inset Text
35202
35203 \begin_layout Plain Layout
35204 1
35205 \end_layout
35206
35207 \end_inset
35208 </cell>
35209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35210 \begin_inset Text
35211
35212 \begin_layout Plain Layout
35213 ecuación en línea
35214 \end_layout
35215
35216 \end_inset
35217 </cell>
35218 </row>
35219 <row>
35220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35221 \begin_inset Text
35222
35223 \begin_layout Plain Layout
35224 2
35225 \end_layout
35226
35227 \end_inset
35228 </cell>
35229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35230 \begin_inset Text
35231
35232 \begin_layout Plain Layout
35233 pequeño
35234 \end_layout
35235
35236 \end_inset
35237 </cell>
35238 </row>
35239 <row>
35240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35241 \begin_inset Text
35242
35243 \begin_layout Plain Layout
35244 3
35245 \end_layout
35246
35247 \end_inset
35248 </cell>
35249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35250 \begin_inset Text
35251
35252 \begin_layout Plain Layout
35253 muy pequeño
35254 \end_layout
35255
35256 \end_inset
35257 </cell>
35258 </row>
35259 </lyxtabular>
35260
35261 \end_inset
35262
35263
35264 \end_layout
35265
35266 \begin_layout Standard
35267 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
35268  
35269 \series bold
35270
35271 \backslash
35272 frac
35273 \series default
35274 .
35275 \end_layout
35276
35277 \begin_layout Standard
35278 Si no se pone grosor de la raya de fracción se usará el valor predefinido
35279  de 0.4
35280 \begin_inset space \thinspace{}
35281 \end_inset
35282
35283 pt.
35284 \end_layout
35285
35286 \begin_layout Standard
35287 Por ejemplo, los comandos 
35288 \series bold
35289
35290 \backslash
35291 dfrac
35292 \series default
35293  y 
35294 \series bold
35295
35296 \backslash
35297 tbinom
35298 \series default
35299  de la 
35300 \begin_inset CommandInset ref
35301 LatexCommand ref
35302 reference "sub:Fracciones"
35303
35304 \end_inset
35305
35306  se definen con los comandos:
35307 \end_layout
35308
35309 \begin_layout Standard
35310
35311 \series bold
35312
35313 \backslash
35314 newcommand{
35315 \backslash
35316 dfrac}[2]{
35317 \backslash
35318 genfrac{}{}{}{0}{#1}{#2}}
35319 \end_layout
35320
35321 \begin_layout Standard
35322 y
35323 \end_layout
35324
35325 \begin_layout Standard
35326
35327 \series bold
35328
35329 \backslash
35330 newcommand{
35331 \backslash
35332 tbinom}[2]{
35333 \backslash
35334 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35335 \end_layout
35336
35337 \begin_layout Standard
35338 \begin_inset VSpace medskip
35339 \end_inset
35340
35341
35342 \end_layout
35343
35344 \begin_layout Standard
35345 Para definir una fracción en la que el grosor de la raya se pueda definir
35346  como argumento opcional, se inserta la siguiente línea en el preámbulo
35347  LaTeX:
35348 \end_layout
35349
35350 \begin_layout Standard
35351
35352 \series bold
35353
35354 \backslash
35355 newcommand{
35356 \backslash
35357 fracS}[3][]{
35358 \backslash
35359 genfrac{}{}{#1}{}{#2}{#3}}
35360 \end_layout
35361
35362 \begin_layout Standard
35363 Un ensayo:
35364 \begin_inset Formula 
35365 \begin{align*}
35366 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35367 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35368 \end{align*}
35369
35370 \end_inset
35371
35372 Como se puede ver, la distancia del numerador y el denominador a la raya
35373  de fracción se redondea a unas tres veces el grosor de la raya.
35374 \end_layout
35375
35376 \begin_layout Subsection
35377 Ecuaciones canceladas
35378 \begin_inset Index idx
35379 status collapsed
35380
35381 \begin_layout Plain Layout
35382 Ecuación ! cancelada
35383 \end_layout
35384
35385 \end_inset
35386
35387
35388 \end_layout
35389
35390 \begin_layout Standard
35391 Hay cuatro formas de cancelar ecuaciones o partes de ellas:
35392 \end_layout
35393
35394 \begin_layout Standard
35395 \begin_inset ERT
35396 status collapsed
35397
35398 \begin_layout Plain Layout
35399
35400
35401 \backslash
35402 ifcancel 
35403 \end_layout
35404
35405 \end_inset
35406
35407
35408 \begin_inset Note Note
35409 status open
35410
35411 \begin_layout Plain Layout
35412 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
35413 \series bold
35414 cancel
35415 \series default
35416  está instalado.
35417 \end_layout
35418
35419 \end_inset
35420
35421
35422 \end_layout
35423
35424 \begin_layout Standard
35425 \align center
35426 \begin_inset Tabular
35427 <lyxtabular version="3" rows="5" columns="2">
35428 <features rotate="0" tabularvalignment="middle">
35429 <column alignment="center" valignment="top">
35430 <column alignment="center" valignment="top">
35431 <row>
35432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35433 \begin_inset Text
35434
35435 \begin_layout Plain Layout
35436 Comando
35437 \end_layout
35438
35439 \end_inset
35440 </cell>
35441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35442 \begin_inset Text
35443
35444 \begin_layout Plain Layout
35445 Resultado
35446 \begin_inset Note Note
35447 status collapsed
35448
35449 \begin_layout Plain Layout
35450 El
35451 \series bold
35452  
35453 \series default
35454 espacio y 
35455 \series bold
35456
35457 \backslash
35458 raisebox
35459 \series default
35460  se usa sólo como espaciador
35461 \end_layout
35462
35463 \end_inset
35464
35465
35466 \end_layout
35467
35468 \end_inset
35469 </cell>
35470 </row>
35471 <row>
35472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35473 \begin_inset Text
35474
35475 \begin_layout Plain Layout
35476
35477 \backslash
35478 cancel
35479 \begin_inset space \textvisiblespace{}
35480 \end_inset
35481
35482
35483 \backslash
35484 int
35485 \begin_inset space \textvisiblespace{}
35486 \end_inset
35487
35488 A=B
35489 \end_layout
35490
35491 \end_inset
35492 </cell>
35493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35494 \begin_inset Text
35495
35496 \begin_layout Plain Layout
35497 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35498 \end_inset
35499
35500
35501 \end_layout
35502
35503 \end_inset
35504 </cell>
35505 </row>
35506 <row>
35507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35508 \begin_inset Text
35509
35510 \begin_layout Plain Layout
35511
35512 \backslash
35513 bcancel
35514 \begin_inset space \textvisiblespace{}
35515 \end_inset
35516
35517
35518 \backslash
35519 int
35520 \begin_inset space \textvisiblespace{}
35521 \end_inset
35522
35523 A=B
35524 \end_layout
35525
35526 \end_inset
35527 </cell>
35528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35529 \begin_inset Text
35530
35531 \begin_layout Plain Layout
35532 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35533 \end_inset
35534
35535
35536 \end_layout
35537
35538 \end_inset
35539 </cell>
35540 </row>
35541 <row>
35542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35543 \begin_inset Text
35544
35545 \begin_layout Plain Layout
35546
35547 \backslash
35548 xcancel
35549 \begin_inset space \textvisiblespace{}
35550 \end_inset
35551
35552
35553 \backslash
35554 int
35555 \begin_inset space \textvisiblespace{}
35556 \end_inset
35557
35558 A=B
35559 \end_layout
35560
35561 \end_inset
35562 </cell>
35563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35564 \begin_inset Text
35565
35566 \begin_layout Plain Layout
35567 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35568 \end_inset
35569
35570
35571 \end_layout
35572
35573 \end_inset
35574 </cell>
35575 </row>
35576 <row>
35577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35578 \begin_inset Text
35579
35580 \begin_layout Plain Layout
35581
35582 \backslash
35583 cancelto
35584 \begin_inset space \textvisiblespace{}
35585 \end_inset
35586
35587
35588 \backslash
35589 int
35590 \begin_inset space \textvisiblespace{}
35591 \end_inset
35592
35593 A=B
35594 \begin_inset Formula $\to$
35595 \end_inset
35596
35597 1
35598 \end_layout
35599
35600 \end_inset
35601 </cell>
35602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35603 \begin_inset Text
35604
35605 \begin_layout Plain Layout
35606 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35607 \end_inset
35608
35609
35610 \end_layout
35611
35612 \end_inset
35613 </cell>
35614 </row>
35615 </lyxtabular>
35616
35617 \end_inset
35618
35619
35620 \end_layout
35621
35622 \begin_layout Standard
35623
35624 \series bold
35625
35626 \backslash
35627 cancelto
35628 \series default
35629  es especialmente apropiado para visualizar la simplificación de fracciones
35630  en una ecuación:
35631 \begin_inset Formula 
35632 \[
35633 \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}}}
35634 \]
35635
35636 \end_inset
35637
35638
35639 \end_layout
35640
35641 \begin_layout Standard
35642 Para cambiar el tamaño del valor subscrito por 
35643 \series bold
35644
35645 \backslash
35646 cancelto
35647 \series default
35648  se puede 
35649 \lang english
35650 add the LaTeX-preamble line
35651 \end_layout
35652
35653 \begin_layout Standard
35654
35655 \series bold
35656
35657 \backslash
35658 PassOptionsToPackage{option}{cancel}
35659 \end_layout
35660
35661 \begin_layout Standard
35662
35663 \lang english
35664 where 
35665 \series bold
35666 option
35667 \series default
35668  is either
35669 \lang spanish
35670  
35671 \series bold
35672 samesize
35673 \series default
35674 , que da el mismo tamaño que para el valor cancelado, o 
35675 \series bold
35676 Smaller
35677 \series default
35678 , que da un tamaño un poco más pequeño que normal.
35679 \end_layout
35680
35681 \begin_layout Standard
35682 Para colorear la raya de cancelación añade el siguiente comando en código
35683  TeX:
35684 \end_layout
35685
35686 \begin_layout Standard
35687
35688 \series bold
35689
35690 \backslash
35691 renewcommand{
35692 \backslash
35693 CancelColor}{
35694 \backslash
35695 color{red}}
35696 \end_layout
35697
35698 \begin_layout Standard
35699 donde 
35700 \series bold
35701 red
35702 \series default
35703  puede reemplazarse por el color deseado.
35704 \end_layout
35705
35706 \begin_layout Standard
35707 \begin_inset ERT
35708 status collapsed
35709
35710 \begin_layout Plain Layout
35711
35712
35713 \backslash
35714 renewcommand{
35715 \backslash
35716 CancelColor}{
35717 \backslash
35718 color{red}}
35719 \end_layout
35720
35721 \end_inset
35722
35723
35724 \end_layout
35725
35726 \begin_layout Standard
35727 \begin_inset Formula 
35728 \[
35729 \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}}}
35730 \]
35731
35732 \end_inset
35733
35734
35735 \end_layout
35736
35737 \begin_layout Standard
35738 \begin_inset ERT
35739 status collapsed
35740
35741 \begin_layout Plain Layout
35742
35743
35744 \backslash
35745 renewcommand{
35746 \backslash
35747 CancelColor}{
35748 \backslash
35749 color{black}}
35750 \end_layout
35751
35752 \end_inset
35753
35754
35755 \begin_inset Note Note
35756 status open
35757
35758 \begin_layout Plain Layout
35759 restablece el color
35760 \end_layout
35761
35762 \end_inset
35763
35764
35765 \end_layout
35766
35767 \begin_layout Standard
35768 Para otras posibilidades de personalización, véase la documentación del
35769  paquete
35770 \series bold
35771  cancel
35772 \series default
35773
35774 \begin_inset CommandInset citation
35775 LatexCommand cite
35776 key "cancel"
35777
35778 \end_inset
35779
35780 .
35781 \begin_inset Index idx
35782 status collapsed
35783
35784 \begin_layout Plain Layout
35785 Paquetes ! cancel
35786 \end_layout
35787
35788 \end_inset
35789
35790
35791 \end_layout
35792
35793 \begin_layout Standard
35794 \begin_inset ERT
35795 status collapsed
35796
35797 \begin_layout Plain Layout
35798
35799
35800 \backslash
35801 else
35802 \end_layout
35803
35804 \end_inset
35805
35806
35807 \begin_inset Note Note
35808 status open
35809
35810 \begin_layout Plain Layout
35811 Lo que sigue se verá en la salida si el paquete LaTeX 
35812 \series bold
35813 cancel
35814 \series default
35815  no está instalado:
35816 \end_layout
35817
35818 \end_inset
35819
35820
35821 \end_layout
35822
35823 \begin_layout Standard
35824 Debes instalar el paquete LaTeX 
35825 \series bold
35826 cancel
35827 \series default
35828  para ver en la salida el resto de esta subsección.
35829 \end_layout
35830
35831 \begin_layout Standard
35832 \begin_inset ERT
35833 status collapsed
35834
35835 \begin_layout Plain Layout
35836
35837
35838 \backslash
35839 fi
35840 \end_layout
35841
35842 \end_inset
35843
35844
35845 \end_layout
35846
35847 \begin_layout Subsection
35848 Ecuaciones en encabezados de sección
35849 \begin_inset CommandInset label
35850 LatexCommand label
35851 name "sub:Ecuaciones-en-encabezados"
35852
35853 \end_inset
35854
35855
35856 \begin_inset Index idx
35857 status collapsed
35858
35859 \begin_layout Plain Layout
35860 Ecuación ! en encabezados de sección
35861 \end_layout
35862
35863 \end_inset
35864
35865
35866 \end_layout
35867
35868 \begin_layout Standard
35869 Si se quiere poner una ecuación en un encabezado de sección hay que tener
35870  en cuenta lo siguiente:
35871 \end_layout
35872
35873 \begin_layout Standard
35874 \begin_inset Note Greyedout
35875 status open
35876
35877 \begin_layout Plain Layout
35878 Si el soporte para 
35879 \series bold
35880 hyperref
35881 \series default
35882
35883 \begin_inset Index idx
35884 status collapsed
35885
35886 \begin_layout Plain Layout
35887 Paquetes ! hyperref
35888 \end_layout
35889
35890 \end_inset
35891
35892  está activado en la configuración del documento, 
35893 \family sans
35894 Propiedades
35895 \begin_inset space ~
35896 \end_inset
35897
35898
35899 \family default
35900 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
35901  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
35902  texto del marcador, porque se infringen las convenciones PDF.
35903 \end_layout
35904
35905 \end_inset
35906
35907
35908 \end_layout
35909
35910 \begin_layout Standard
35911 Estos problemas se pueden solucionar insertando al final del encabezado
35912  un título breve con el menú 
35913 \family sans
35914 Insertar\SpecialChar \menuseparator
35915 Título
35916 \begin_inset space ~
35917 \end_inset
35918
35919 breve
35920 \family default
35921 .
35922  Los títulos breves se usan como alternativa para encabezados de sección
35923  con más de una línea para mantener el buen aspecto del índice.
35924  En éste sólo aparece el título breve y por tanto también en los marcadores.
35925 \end_layout
35926
35927 \begin_layout Standard
35928 Si hay que poner ecuaciones en el índice y se usa 
35929 \series bold
35930 hyperref
35931 \series default
35932 , se puede insertar el siguiente comando en modo TeX:
35933 \end_layout
35934
35935 \begin_layout Standard
35936
35937 \series bold
35938
35939 \backslash
35940 texorpdfstring{parte}{alternativa}
35941 \begin_inset Index idx
35942 status collapsed
35943
35944 \begin_layout Plain Layout
35945 Comandos ! T ! 
35946 \backslash
35947 texorpdfstring
35948 \end_layout
35949
35950 \end_inset
35951
35952
35953 \end_layout
35954
35955 \begin_layout Standard
35956 parte se refiere a la parte del encabezado que no debería aparecer en el
35957  marcador PDF.
35958  Pueden ser caracteres, ecuaciones, notas al pie y también referencias cruzadas.
35959  La alternativa se usa para el marcador en vez de la parte.
35960 \end_layout
35961
35962 \begin_layout Standard
35963 Aquí hay dos ejemplos de encabezados con ecuación:
35964 \end_layout
35965
35966 \begin_layout Standard
35967 \begin_inset VSpace -3mm
35968 \end_inset
35969
35970
35971 \end_layout
35972
35973 \begin_layout Standard
35974 \begin_inset ERT
35975 status collapsed
35976
35977 \begin_layout Plain Layout
35978
35979
35980 \backslash
35981 boldmath 
35982 \end_layout
35983
35984 \end_inset
35985
35986
35987 \end_layout
35988
35989 \begin_layout Subsubsection
35990 Encabezado sin ecuación en el índice 
35991 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35992 \end_inset
35993
35994
35995 \begin_inset Argument 1
35996 status collapsed
35997
35998 \begin_layout Plain Layout
35999 Encabezado sin ecuación en el índice
36000 \end_layout
36001
36002 \end_inset
36003
36004
36005 \end_layout
36006
36007 \begin_layout Subsubsection
36008 Encabezado con ecuación en el índice
36009 \begin_inset ERT
36010 status collapsed
36011
36012 \begin_layout Plain Layout
36013
36014
36015 \backslash
36016 texorpdfstring{
36017 \end_layout
36018
36019 \end_inset
36020
36021  
36022 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36023 \end_inset
36024
36025
36026 \begin_inset ERT
36027 status collapsed
36028
36029 \begin_layout Plain Layout
36030
36031 }{}
36032 \end_layout
36033
36034 \end_inset
36035
36036
36037 \end_layout
36038
36039 \begin_layout Standard
36040 \begin_inset ERT
36041 status collapsed
36042
36043 \begin_layout Plain Layout
36044
36045
36046 \backslash
36047 unboldmath 
36048 \end_layout
36049
36050 \end_inset
36051
36052 En el primer encabezado se ha puesto un título breve, en el segundo un 
36053 \series bold
36054
36055 \backslash
36056 texorpdfstring
36057 \series default
36058 .
36059 \end_layout
36060
36061 \begin_layout Standard
36062 Para obtener el mismo formato que en los demás encabezados se han puesto
36063  ambos en un entorno 
36064 \series bold
36065 boldmath
36066 \series default
36067 .
36068 \begin_inset Foot
36069 status collapsed
36070
36071 \begin_layout Plain Layout
36072 véase 
36073 \begin_inset CommandInset ref
36074 LatexCommand ref
36075 reference "sub:Ecuaciones-en-negrita"
36076
36077 \end_inset
36078
36079
36080 \end_layout
36081
36082 \end_inset
36083
36084
36085 \end_layout
36086
36087 \begin_layout Subsection
36088 Ecuaciones en texto multicolumna
36089 \begin_inset Index idx
36090 status collapsed
36091
36092 \begin_layout Plain Layout
36093 Ecuación ! en texto multicolumna
36094 \end_layout
36095
36096 \end_inset
36097
36098
36099 \end_layout
36100
36101 \begin_layout Standard
36102 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
36103  para ajustarse a la columna y entonces es preciso abarcar la anchura total
36104  de la página.
36105  Esto se hace usando el paquete LaTeX 
36106 \series bold
36107 multicol
36108 \series default
36109 ,
36110 \begin_inset Foot
36111 status collapsed
36112
36113 \begin_layout Plain Layout
36114
36115 \series bold
36116 multicol
36117 \series default
36118  forma parte de las distribuciones LaTeX estándar.
36119 \end_layout
36120
36121 \end_inset
36122
36123
36124 \begin_inset Index idx
36125 status collapsed
36126
36127 \begin_layout Plain Layout
36128 Paquetes ! multicol
36129 \end_layout
36130
36131 \end_inset
36132
36133  que se carga en el preámbulo LaTeX con la línea
36134 \end_layout
36135
36136 \begin_layout Standard
36137
36138 \series bold
36139
36140 \backslash
36141 usepackage{multicol}
36142 \end_layout
36143
36144 \begin_layout Standard
36145 \begin_inset Note Greyedout
36146 status open
36147
36148 \begin_layout Plain Layout
36149 Ten en cuenta que la opción 
36150 \family sans
36151 Documento
36152 \begin_inset space ~
36153 \end_inset
36154
36155 con
36156 \begin_inset space ~
36157 \end_inset
36158
36159 dos
36160 \begin_inset space ~
36161 \end_inset
36162
36163 caras
36164 \family default
36165 , bajo 
36166 \family sans
36167 Diseño
36168 \begin_inset space ~
36169 \end_inset
36170
36171 de
36172 \begin_inset space ~
36173 \end_inset
36174
36175 página 
36176 \family default
36177 en el menú 
36178 \family sans
36179 Documento\SpecialChar \menuseparator
36180 Configuración
36181 \family default
36182  
36183 \emph on
36184 debe
36185 \emph default
36186  estar desmarcada.
36187 \end_layout
36188
36189 \end_inset
36190
36191
36192 \end_layout
36193
36194 \begin_layout Standard
36195 Antes del texto multicolumna se inserta en modo TeX el comando
36196 \end_layout
36197
36198 \begin_layout Standard
36199
36200 \series bold
36201
36202 \backslash
36203 begin{multicols}{número de columnas}
36204 \end_layout
36205
36206 \begin_layout Standard
36207 El número de columnas está en el rango 2-10.
36208  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
36209  TeX el comando
36210 \end_layout
36211
36212 \begin_layout Standard
36213
36214 \series bold
36215
36216 \backslash
36217 end{multicols}
36218 \end_layout
36219
36220 \begin_layout Standard
36221 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
36222  Para quitarlo se inserta un espacio vertical de -6
36223 \begin_inset space \thinspace{}
36224 \end_inset
36225
36226 mm antes de la ecuación.
36227  Si se usa el estilo 
36228 \series bold
36229 Sangrado
36230 \series default
36231 ,
36232 \begin_inset Foot
36233 status collapsed
36234
36235 \begin_layout Plain Layout
36236 véase estilos de ecuación en 
36237 \begin_inset CommandInset ref
36238 LatexCommand ref
36239 reference "sec:Estilos-de-ecuación"
36240
36241 \end_inset
36242
36243
36244 \end_layout
36245
36246 \end_inset
36247
36248  se inserta un espacio de -9
36249 \begin_inset space \thinspace{}
36250 \end_inset
36251
36252 mm.
36253 \end_layout
36254
36255 \begin_layout Standard
36256 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
36257 \end_layout
36258
36259 \begin_layout Standard
36260
36261 \lang german
36262 \begin_inset ERT
36263 status collapsed
36264
36265 \begin_layout Plain Layout
36266
36267
36268 \backslash
36269 begin{multicols}{2}
36270 \end_layout
36271
36272 \end_inset
36273
36274 Das Spektrum wird fouriertransformiert.
36275  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36276 , Lösungsmittel) zu trennen.
36277  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36278  nun das Aussehen des Ausgangssignals.
36279  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36280  über alle Phasen integrieren muss.
36281  Sei nun 
36282 \begin_inset Formula $S$
36283 \end_inset
36284
36285  unser normiertes Ausgangssignal und 
36286 \begin_inset Formula $P$
36287 \end_inset
36288
36289  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36290 \begin_inset ERT
36291 status collapsed
36292
36293 \begin_layout Plain Layout
36294
36295
36296 \backslash
36297 end{multicols}
36298 \end_layout
36299
36300 \end_inset
36301
36302
36303 \begin_inset VSpace -6mm
36304 \end_inset
36305
36306
36307 \begin_inset Formula 
36308 \begin{equation}
36309 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36310 \end{equation}
36311
36312 \end_inset
36313
36314
36315 \begin_inset ERT
36316 status collapsed
36317
36318 \begin_layout Plain Layout
36319
36320
36321 \backslash
36322 begin{multicols}{2}
36323 \end_layout
36324
36325 \end_inset
36326
36327 wobei 
36328 \begin_inset Formula $S_{0}$
36329 \end_inset
36330
36331  das Signal ohne Gradient ist und die Normierungsbedingung 
36332 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36333 \end_inset
36334
36335  gilt.
36336  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36337  Direkt nach dem 
36338 \begin_inset Formula $\nicefrac{\pi}{2}$
36339 \end_inset
36340
36341
36342 \begin_inset space \thinspace{}
36343 \end_inset
36344
36345 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36346  das Signal zusätzlich abschwächt.
36347  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36348  
36349 \begin_inset Formula $T_{2}$
36350 \end_inset
36351
36352 -Zeit.
36353 \end_layout
36354
36355 \begin_layout Standard
36356
36357 \lang german
36358 \begin_inset ERT
36359 status collapsed
36360
36361 \begin_layout Plain Layout
36362
36363
36364 \backslash
36365 end{multicols}
36366 \end_layout
36367
36368 \end_inset
36369
36370
36371 \end_layout
36372
36373 \begin_layout Subsection
36374 Ecuaciones con descripción de variables
36375 \begin_inset Index idx
36376 status collapsed
36377
36378 \begin_layout Plain Layout
36379 Ecuación ! con descripción de variables
36380 \end_layout
36381
36382 \end_inset
36383
36384
36385 \end_layout
36386
36387 \begin_layout Standard
36388 Para describir variables en una ecuación, como en la fórmula 
36389 \begin_inset CommandInset ref
36390 LatexCommand eqref
36391 reference "eq:within"
36392
36393 \end_inset
36394
36395 , se inserta una matriz 2×
36396 \begin_inset Formula $n$
36397 \end_inset
36398
36399  con columnas alineadas a la izquierda para las 
36400 \emph on
36401
36402 \begin_inset Formula $n$
36403 \end_inset
36404
36405
36406 \emph default
36407  variables usadas.
36408 \begin_inset Foot
36409 status collapsed
36410
36411 \begin_layout Plain Layout
36412 véase matrices en 
36413 \begin_inset CommandInset ref
36414 LatexCommand ref
36415 reference "sec:Matrices"
36416
36417 \end_inset
36418
36419
36420 \end_layout
36421
36422 \end_inset
36423
36424  Para poner la descripción en tamaño más pequeño se inserta, por ejemplo,
36425  el comando 
36426 \series bold
36427
36428 \backslash
36429 footnotesize
36430 \series default
36431  antes de la matriz.
36432 \begin_inset Foot
36433 status collapsed
36434
36435 \begin_layout Plain Layout
36436 véase tamaños de tipografías en 
36437 \begin_inset CommandInset ref
36438 LatexCommand ref
36439 reference "sub:Tamaños-de-tipografías"
36440
36441 \end_inset
36442
36443 .
36444 \end_layout
36445
36446 \end_inset
36447
36448
36449 \end_layout
36450
36451 \begin_layout Standard
36452 Si se usa el estilo 
36453 \series bold
36454 Sangrado
36455 \series default
36456 ,
36457 \begin_inset Foot
36458 status collapsed
36459
36460 \begin_layout Plain Layout
36461 véase estilos de ecuación en 
36462 \begin_inset CommandInset ref
36463 LatexCommand ref
36464 reference "sec:Estilos-de-ecuación"
36465
36466 \end_inset
36467
36468
36469 \end_layout
36470
36471 \end_inset
36472
36473  se inserta un 
36474 \series bold
36475
36476 \backslash
36477 hfill
36478 \series default
36479
36480 \begin_inset Foot
36481 status collapsed
36482
36483 \begin_layout Plain Layout
36484
36485 \series bold
36486
36487 \backslash
36488 hfill
36489 \series default
36490  sólo funciona en ecuaciones en estilo 
36491 \series bold
36492 Sangrado
36493 \series default
36494 , véase 
36495 \begin_inset CommandInset ref
36496 LatexCommand ref
36497 reference "sub:Espacio-variable"
36498
36499 \end_inset
36500
36501
36502 \end_layout
36503
36504 \end_inset
36505
36506  delante y detrás de la matriz para que tenga la misma separación con la
36507  ecuación y con el margen.
36508 \end_layout
36509
36510 \begin_layout Standard
36511 Si se usa el estilo 
36512 \series bold
36513 Centrado
36514 \series default
36515  se emplea el método descrito en la 
36516 \begin_inset CommandInset ref
36517 LatexCommand ref
36518 reference "sub:Entorno-flalign"
36519
36520 \end_inset
36521
36522  para sangrar la ecuación.
36523  La ecuación 
36524 \begin_inset CommandInset ref
36525 LatexCommand eqref
36526 reference "eq:within"
36527
36528 \end_inset
36529
36530  consta de cinco columnas ya que las dos primeras contienen la fórmula,
36531  la tercera la matriz y la última una llave TeX vacía.
36532 \begin_inset Formula 
36533 \begin{flalign}
36534 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
36535 \rho & \mbox{densidad}\\
36536 V & \mbox{volumen}\\
36537 g & \mbox{aceleración gravitatoria}
36538 \end{array} &  & {}\label{eq:within}
36539 \end{flalign}
36540
36541 \end_inset
36542
36543
36544 \end_layout
36545
36546 \begin_layout Subsection
36547 Letras griegas minúsculas en redonda
36548 \begin_inset CommandInset label
36549 LatexCommand label
36550 name "sub:Griegas-en-redonda"
36551
36552 \end_inset
36553
36554
36555 \begin_inset Index idx
36556 status collapsed
36557
36558 \begin_layout Plain Layout
36559 Letras griegas ! en redonda
36560 \end_layout
36561
36562 \end_inset
36563
36564
36565 \end_layout
36566
36567 \begin_layout Standard
36568 La mayoría de las tipografías sólo suministran letras griegas minúsculas
36569  en cursiva.
36570  Pero para símbolos de partículas elementales como piones y neutrinos hacen
36571  falta letras griegas en redonda.
36572  El archivo 
36573 \series bold
36574 upgreek.sty
36575 \series default
36576
36577 \begin_inset Foot
36578 status collapsed
36579
36580 \begin_layout Plain Layout
36581
36582 \series bold
36583 upgreek
36584 \series default
36585  forma parte del paquete LaTeX 
36586 \series bold
36587 was
36588 \series default
36589
36590 \begin_inset Index idx
36591 status collapsed
36592
36593 \begin_layout Plain Layout
36594 Paquetes ! was
36595 \begin_inset ERT
36596 status collapsed
36597
36598 \begin_layout Plain Layout
36599
36600
36601 \backslash
36602 vspace{4mm}
36603 \end_layout
36604
36605 \end_inset
36606
36607
36608 \end_layout
36609
36610 \end_inset
36611
36612 .
36613 \end_layout
36614
36615 \end_inset
36616
36617
36618 \begin_inset Index idx
36619 status collapsed
36620
36621 \begin_layout Plain Layout
36622 Paquetes ! upgreek
36623 \end_layout
36624
36625 \end_inset
36626
36627 , que se carga en el preámbulo LaTeX con la línea
36628 \end_layout
36629
36630 \begin_layout Standard
36631
36632 \series bold
36633
36634 \backslash
36635 usepackage{upgreek}
36636 \end_layout
36637
36638 \begin_layout Standard
36639 las suministra.
36640  
36641 \begin_inset ERT
36642 status collapsed
36643
36644 \begin_layout Plain Layout
36645
36646
36647 \backslash
36648 ifupgreek 
36649 \end_layout
36650
36651 \end_inset
36652
36653
36654 \begin_inset Note Note
36655 status open
36656
36657 \begin_layout Plain Layout
36658 Lo siguiente sólo se podrá ver si está instalado el paquete LaTeX 
36659 \series bold
36660 upgreek
36661 \series default
36662 :
36663 \end_layout
36664
36665 \end_inset
36666
36667  Se imprimen con el comando de la letra correspondiente precedido de 
36668 \series bold
36669 up
36670 \series default
36671 .
36672  Por ejemplo, el comando 
36673 \series bold
36674
36675 \backslash
36676 uptau
36677 \series default
36678  genera: 
36679 \begin_inset Formula $\uptau$
36680 \end_inset
36681
36682
36683 \end_layout
36684
36685 \begin_layout Standard
36686 Con estos comandos se pueden escribir reacciones entre partículas elementales:
36687 \begin_inset Formula 
36688 \[
36689 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}
36690 \]
36691
36692 \end_inset
36693
36694
36695 \end_layout
36696
36697 \begin_layout Standard
36698 Las letras en redonda son más remarcadas y más grandes que las correspondientes
36699  en cursiva.
36700  Por tanto no deberían emplearse para unidades como 
36701 \begin_inset Quotes fld
36702 \end_inset
36703
36704 µm
36705 \begin_inset Quotes frd
36706 \end_inset
36707
36708 .
36709 \end_layout
36710
36711 \begin_layout Standard
36712 \begin_inset ERT
36713 status collapsed
36714
36715 \begin_layout Plain Layout
36716
36717
36718 \backslash
36719 else 
36720 \end_layout
36721
36722 \end_inset
36723
36724
36725 \begin_inset Note Note
36726 status open
36727
36728 \begin_layout Plain Layout
36729 Lo siguiente se mostrará si el paquete LaTeX 
36730 \series bold
36731 upgreek
36732 \series default
36733  no está instalado:
36734 \end_layout
36735
36736 \end_inset
36737
36738
36739 \end_layout
36740
36741 \begin_layout Standard
36742 Debes instalar el paquete LaTeX 
36743 \series bold
36744 upgreek
36745 \series default
36746  para ver en la salida el resto de esta subsección.
36747  
36748 \end_layout
36749
36750 \begin_layout Standard
36751 \begin_inset ERT
36752 status collapsed
36753
36754 \begin_layout Plain Layout
36755
36756
36757 \backslash
36758 fi
36759 \end_layout
36760
36761 \end_inset
36762
36763
36764 \end_layout
36765
36766 \begin_layout Standard
36767 \begin_inset Newpage newpage
36768 \end_inset
36769
36770
36771 \end_layout
36772
36773 \begin_layout Subsection
36774 Caracteres de texto en ecuaciones
36775 \begin_inset CommandInset label
36776 LatexCommand label
36777 name "sub:Caracteres-de-texto"
36778
36779 \end_inset
36780
36781
36782 \begin_inset Index idx
36783 status collapsed
36784
36785 \begin_layout Plain Layout
36786 Texto ! en ecuaciones
36787 \end_layout
36788
36789 \end_inset
36790
36791
36792 \end_layout
36793
36794 \begin_layout Standard
36795 En algunos casos podrías querer insertar caracteres de texto directamente
36796  en ecuaciones.
36797  Por ejemplo, cuando se usa con frecuencia el punto centrado 
36798 \begin_inset Formula $\cdot$
36799 \end_inset
36800
36801  en expresiones como 
36802 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
36803 \end_inset
36804
36805 , habría que insertar el comando 
36806 \series bold
36807
36808 \backslash
36809 cdot
36810 \series default
36811
36812 \begin_inset Foot
36813 status collapsed
36814
36815 \begin_layout Plain Layout
36816 véase 
36817 \begin_inset CommandInset ref
36818 LatexCommand ref
36819 reference "sub:Operadores-binarios"
36820
36821 \end_inset
36822
36823
36824 \end_layout
36825
36826 \end_inset
36827
36828  continuamente, porque este carácter está definido en todas las codificaciones
36829  como carácter de texto.
36830  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
36831 \end_layout
36832
36833 \begin_layout Standard
36834
36835 \series bold
36836
36837 \backslash
36838 Declare Inputtext{183}{
36839 \backslash
36840 ifmmode
36841 \backslash
36842 cdot
36843 \backslash
36844 else
36845 \backslash
36846 textperiodcentered
36847 \backslash
36848 f\SpecialChar \textcompwordmark{}
36849 i}
36850 \end_layout
36851
36852 \begin_layout Standard
36853 La codificación de caracteres (menú 
36854 \family sans
36855 Documento\SpecialChar \menuseparator
36856 Configuración\SpecialChar \menuseparator
36857 Idioma
36858 \family default
36859 ) especifica el carácter que se muestra al pulsar una tecla.
36860  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
36861  
36862 \series bold
36863
36864 \backslash
36865 textperiodcentered
36866 \series default
36867 .
36868  Pero este comando no está disponible en ecuaciones así que obtendrías errores
36869  de LaTeX.
36870  Con la codificación cambiada se escoge automáticamente el comando correcto,
36871  dependiendo de si el carácter se ha insertado en una ecuación o no.
36872 \end_layout
36873
36874 \begin_layout Standard
36875 La codificación de diversos caracteres se guarda en archivos de definición.
36876  Por ejemplo la codificación 
36877 \series bold
36878 latin9
36879 \series default
36880  se define en el archivo 
36881 \series bold
36882 latin9.def
36883 \series default
36884  que está en el directorio de LaTeX.
36885  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
36886  archivo de definición, de lo contrario nuestros documentos no podrían ser
36887  editados en otros ordenadores.
36888 \begin_inset VSpace medskip
36889 \end_inset
36890
36891
36892 \end_layout
36893
36894 \begin_layout Standard
36895 Además del punto centrado, en este documento se ha definido el símbolo grado
36896  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
36897  directamente en una fórmula:
36898 \end_layout
36899
36900 \begin_layout Standard
36901
36902 \series bold
36903
36904 \backslash
36905 DeclareInputtext{176}{
36906 \backslash
36907 ifmmode^
36908 \backslash
36909 circ
36910 \backslash
36911 else
36912 \backslash
36913 textdegree
36914 \backslash
36915 f\SpecialChar \textcompwordmark{}
36916 i}
36917 \begin_inset Newpage newpage
36918 \end_inset
36919
36920
36921 \end_layout
36922
36923 \begin_layout Section
36924 \start_of_appendix
36925 Notas sobre tipografía
36926 \begin_inset Index idx
36927 status collapsed
36928
36929 \begin_layout Plain Layout
36930 Tipografía, normas
36931 \end_layout
36932
36933 \end_inset
36934
36935
36936 \end_layout
36937
36938 \begin_layout Standard
36939 Esta sección es un resumen de las normas tipográficas ISO más importantes.
36940 \begin_inset Foot
36941 status collapsed
36942
36943 \begin_layout Plain Layout
36944 Este compendio se ha tomado parcialmente del diccionario semi-oficial alemán
36945  
36946 \begin_inset Quotes fld
36947 \end_inset
36948
36949 Duden
36950 \begin_inset Quotes frd
36951 \end_inset
36952
36953  
36954 \begin_inset CommandInset citation
36955 LatexCommand cite
36956 key "Duden"
36957
36958 \end_inset
36959
36960 , que incluye algunas de las normas ISO.
36961  
36962 \begin_inset Newline newline
36963 \end_inset
36964
36965 (
36966 \emph on
36967 N.
36968 \begin_inset space \thinspace{}
36969 \end_inset
36970
36971 del t.
36972 \emph default
36973 : Para documentación en español sobre el tema, véase 
36974 \begin_inset CommandInset citation
36975 LatexCommand cite
36976 key "Bezos"
36977
36978 \end_inset
36979
36980 .)
36981 \end_layout
36982
36983 \end_inset
36984
36985
36986 \end_layout
36987
36988 \begin_layout Itemize
36989 Las unidades físicas se escriben 
36990 \emph on
36991 siempre 
36992 \emph default
36993 en redonda
36994 \begin_inset Foot
36995 status collapsed
36996
36997 \begin_layout Plain Layout
36998 véase estilos de tipografías en 
36999 \begin_inset CommandInset ref
37000 LatexCommand ref
37001 reference "sub:Estilos-de-tipografías"
37002
37003 \end_inset
37004
37005
37006 \end_layout
37007
37008 \end_inset
37009
37010 , aunque aparezcan en un texto en cursiva: 30
37011 \begin_inset space \thinspace{}
37012 \end_inset
37013
37014 km/h
37015 \begin_inset Newline newline
37016 \end_inset
37017
37018 Entre el valor y la unidad hay un espacio delgado, véase 
37019 \begin_inset CommandInset ref
37020 LatexCommand ref
37021 reference "sub:Espacio-predefinido"
37022
37023 \end_inset
37024
37025 .
37026 \begin_inset Newline newline
37027 \end_inset
37028
37029 Esta norma la cumple automáticamente el comando 
37030 \series bold
37031
37032 \backslash
37033 unittwo
37034 \series default
37035 .
37036  Si se introduce en una fórmula aparecen dos marcos.
37037  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
37038  como antes, 
37039 \begin_inset Formula $\unit[30]{km/h}$
37040 \end_inset
37041
37042
37043 \begin_inset space \thinspace{}
37044 \end_inset
37045
37046 .
37047  Ten en cuenta que 
37048 \series bold
37049
37050 \backslash
37051 unittwo
37052 \series default
37053  no es un auténtico comando LaTeX, sino el comando 
37054 \series bold
37055
37056 \backslash
37057 unit[value]{unit}
37058 \series default
37059 , por tanto no lo puedes usar en código TeX.
37060 \end_layout
37061
37062 \begin_layout Itemize
37063 Los signos por ciento y por mil se escriben como las unidades físicas:
37064 \begin_inset Newline newline
37065 \end_inset
37066
37067 1,2
37068 \begin_inset space \thinspace{}
37069 \end_inset
37070
37071 ‰ de alcohol en sangre.
37072 \end_layout
37073
37074 \begin_layout Itemize
37075 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
37076  otra unidad: 15
37077 \begin_inset space \thinspace{}
37078 \end_inset
37079
37080 °C
37081 \end_layout
37082
37083 \begin_layout Itemize
37084 En números con más de cuatro dígitos se inserta un espacio delgado para
37085  separarlos en grupos de tres cifras: 18
37086 \begin_inset space \thinspace{}
37087 \end_inset
37088
37089 473
37090 \begin_inset space \thinspace{}
37091 \end_inset
37092
37093 588
37094 \end_layout
37095
37096 \begin_layout Itemize
37097 Para dimensiones como 120×90×40
37098 \begin_inset space \thinspace{}
37099 \end_inset
37100
37101 cm se usa el aspa de multiplicar 
37102 \begin_inset Quotes fld
37103 \end_inset
37104
37105 ×
37106 \begin_inset Quotes frd
37107 \end_inset
37108
37109 .
37110  Está disponible en el menú 
37111 \family sans
37112 Insertar\SpecialChar \menuseparator
37113 Carácter especial
37114 \family default
37115 \SpecialChar \menuseparator
37116
37117 \family sans
37118 Símbolos
37119 \family default
37120  o bien mediante el comando 
37121 \series bold
37122
37123 \backslash
37124 times
37125 \series default
37126 .
37127  Se puede insertar directamente con cierta combinación de teclas.
37128 \end_layout
37129
37130 \begin_layout Itemize
37131 Las funciones con nombres que constan de varias letras se escriben en redonda
37132  para evitar confusiones, véase 
37133 \begin_inset CommandInset ref
37134 LatexCommand ref
37135 reference "sub:Funciones-predefinidas"
37136
37137 \end_inset
37138
37139 .
37140 \end_layout
37141
37142 \begin_layout Itemize
37143 Los índices que constan de varias letras se escriben en redonda: 
37144 \begin_inset Formula $E_{\mathrm{cin}}$
37145 \end_inset
37146
37147
37148 \begin_inset Newline newline
37149 \end_inset
37150
37151 Los componentes de una matriz se escriben en cursiva: 
37152 \begin_inset Formula $\hat{H}_{kl}$
37153 \end_inset
37154
37155
37156 \end_layout
37157
37158 \begin_layout Itemize
37159 El operador de diferenciación/integración 'd', el número de Euler 'e' y
37160  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
37161 s con otras variables.
37162 \end_layout
37163
37164 \begin_layout Itemize
37165 El carácter que indica una transformación 
37166 \noun on
37167 Fourier
37168 \noun default
37169  se inserta con el comando 
37170 \series bold
37171
37172 \backslash
37173 mathscr
37174 \begin_inset space \textvisiblespace{}
37175 \end_inset
37176
37177 F
37178 \series default
37179  o mediante el menú
37180 \family sans
37181  Insertar\SpecialChar \menuseparator
37182 Carácter especial
37183 \family default
37184 \SpecialChar \menuseparator
37185
37186 \family sans
37187 Símbolos\SpecialChar \menuseparator
37188 Símbolos de letra
37189 \family default
37190
37191 \begin_inset Formula $\mathscr{F}$
37192 \end_inset
37193
37194
37195 \end_layout
37196
37197 \begin_layout Standard
37198 \begin_inset Newpage newpage
37199 \end_inset
37200
37201
37202 \end_layout
37203
37204 \begin_layout Section
37205 Sinónimos
37206 \begin_inset Index idx
37207 status collapsed
37208
37209 \begin_layout Plain Layout
37210 Sinónimos
37211 \end_layout
37212
37213 \end_inset
37214
37215
37216 \end_layout
37217
37218 \begin_layout Standard
37219 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
37220  como los que se recogen en esta lista:
37221 \begin_inset Foot
37222 status collapsed
37223
37224 \begin_layout Plain Layout
37225 véase también 
37226 \begin_inset CommandInset ref
37227 LatexCommand ref
37228 reference "fn:sinónimos"
37229
37230 \end_inset
37231
37232 .
37233 \end_layout
37234
37235 \end_inset
37236
37237
37238 \end_layout
37239
37240 \begin_layout Standard
37241 \begin_inset VSpace bigskip
37242 \end_inset
37243
37244
37245 \begin_inset space \hfill{}
37246 \end_inset
37247
37248
37249 \begin_inset Tabular
37250 <lyxtabular version="3" rows="12" columns="2">
37251 <features rotate="0" tabularvalignment="middle">
37252 <column alignment="center" valignment="top" width="0pt">
37253 <column alignment="center" valignment="top" width="0pt">
37254 <row>
37255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37256 \begin_inset Text
37257
37258 \begin_layout Plain Layout
37259 Comando
37260 \end_layout
37261
37262 \end_inset
37263 </cell>
37264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37265 \begin_inset Text
37266
37267 \begin_layout Plain Layout
37268 equivalente a
37269 \begin_inset Note Note
37270 status collapsed
37271
37272 \begin_layout Plain Layout
37273
37274 \series bold
37275
37276 \backslash
37277 raisebox
37278 \series default
37279  se usa sólo como espaciador
37280 \end_layout
37281
37282 \end_inset
37283
37284
37285 \end_layout
37286
37287 \end_inset
37288 </cell>
37289 </row>
37290 <row>
37291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37292 \begin_inset Text
37293
37294 \begin_layout Plain Layout
37295
37296 \backslash
37297 ast
37298 \end_layout
37299
37300 \end_inset
37301 </cell>
37302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37303 \begin_inset Text
37304
37305 \begin_layout Plain Layout
37306 \begin_inset ERT
37307 status collapsed
37308
37309 \begin_layout Plain Layout
37310
37311
37312 \backslash
37313 raisebox{-1.2mm}{
37314 \end_layout
37315
37316 \end_inset
37317
37318 *
37319 \begin_inset ERT
37320 status collapsed
37321
37322 \begin_layout Plain Layout
37323
37324 }
37325 \end_layout
37326
37327 \end_inset
37328
37329
37330 \end_layout
37331
37332 \end_inset
37333 </cell>
37334 </row>
37335 <row>
37336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37337 \begin_inset Text
37338
37339 \begin_layout Plain Layout
37340
37341 \backslash
37342 choose
37343 \end_layout
37344
37345 \end_inset
37346 </cell>
37347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37348 \begin_inset Text
37349
37350 \begin_layout Plain Layout
37351
37352 \backslash
37353 binom
37354 \end_layout
37355
37356 \end_inset
37357 </cell>
37358 </row>
37359 <row>
37360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37361 \begin_inset Text
37362
37363 \begin_layout Plain Layout
37364
37365 \backslash
37366 geq
37367 \end_layout
37368
37369 \end_inset
37370 </cell>
37371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37372 \begin_inset Text
37373
37374 \begin_layout Plain Layout
37375
37376 \backslash
37377 ge
37378 \end_layout
37379
37380 \end_inset
37381 </cell>
37382 </row>
37383 <row>
37384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37385 \begin_inset Text
37386
37387 \begin_layout Plain Layout
37388
37389 \backslash
37390 lbrace
37391 \end_layout
37392
37393 \end_inset
37394 </cell>
37395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37396 \begin_inset Text
37397
37398 \begin_layout Plain Layout
37399 {
37400 \end_layout
37401
37402 \end_inset
37403 </cell>
37404 </row>
37405 <row>
37406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37407 \begin_inset Text
37408
37409 \begin_layout Plain Layout
37410
37411 \backslash
37412 lbracket
37413 \end_layout
37414
37415 \end_inset
37416 </cell>
37417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37418 \begin_inset Text
37419
37420 \begin_layout Plain Layout
37421 [
37422 \end_layout
37423
37424 \end_inset
37425 </cell>
37426 </row>
37427 <row>
37428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37429 \begin_inset Text
37430
37431 \begin_layout Plain Layout
37432
37433 \backslash
37434 leftarrow
37435 \end_layout
37436
37437 \end_inset
37438 </cell>
37439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37440 \begin_inset Text
37441
37442 \begin_layout Plain Layout
37443
37444 \backslash
37445 gets
37446 \end_layout
37447
37448 \end_inset
37449 </cell>
37450 </row>
37451 <row>
37452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37453 \begin_inset Text
37454
37455 \begin_layout Plain Layout
37456
37457 \backslash
37458 leq
37459 \end_layout
37460
37461 \end_inset
37462 </cell>
37463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37464 \begin_inset Text
37465
37466 \begin_layout Plain Layout
37467
37468 \backslash
37469 le
37470 \end_layout
37471
37472 \end_inset
37473 </cell>
37474 </row>
37475 <row>
37476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37477 \begin_inset Text
37478
37479 \begin_layout Plain Layout
37480
37481 \backslash
37482 lor
37483 \end_layout
37484
37485 \end_inset
37486 </cell>
37487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37488 \begin_inset Text
37489
37490 \begin_layout Plain Layout
37491
37492 \backslash
37493 vee
37494 \end_layout
37495
37496 \end_inset
37497 </cell>
37498 </row>
37499 <row>
37500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37501 \begin_inset Text
37502
37503 \begin_layout Plain Layout
37504
37505 \backslash
37506 neq
37507 \end_layout
37508
37509 \end_inset
37510 </cell>
37511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37512 \begin_inset Text
37513
37514 \begin_layout Plain Layout
37515
37516 \backslash
37517 not=
37518 \end_layout
37519
37520 \end_inset
37521 </cell>
37522 </row>
37523 <row>
37524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37525 \begin_inset Text
37526
37527 \begin_layout Plain Layout
37528
37529 \backslash
37530 slash
37531 \end_layout
37532
37533 \end_inset
37534 </cell>
37535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37536 \begin_inset Text
37537
37538 \begin_layout Plain Layout
37539 /
37540 \end_layout
37541
37542 \end_inset
37543 </cell>
37544 </row>
37545 <row>
37546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37547 \begin_inset Text
37548
37549 \begin_layout Plain Layout
37550
37551 \backslash
37552 vert
37553 \end_layout
37554
37555 \end_inset
37556 </cell>
37557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37558 \begin_inset Text
37559
37560 \begin_layout Plain Layout
37561 |
37562 \end_layout
37563
37564 \end_inset
37565 </cell>
37566 </row>
37567 </lyxtabular>
37568
37569 \end_inset
37570
37571
37572 \begin_inset space \hfill{}
37573 \end_inset
37574
37575
37576 \begin_inset Tabular
37577 <lyxtabular version="3" rows="12" columns="2">
37578 <features rotate="0" tabularvalignment="middle">
37579 <column alignment="center" valignment="top" width="0pt">
37580 <column alignment="center" valignment="top" width="0pt">
37581 <row>
37582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37583 \begin_inset Text
37584
37585 \begin_layout Plain Layout
37586 Comando
37587 \end_layout
37588
37589 \end_inset
37590 </cell>
37591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37592 \begin_inset Text
37593
37594 \begin_layout Plain Layout
37595 equivalente a
37596 \end_layout
37597
37598 \end_inset
37599 </cell>
37600 </row>
37601 <row>
37602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37603 \begin_inset Text
37604
37605 \begin_layout Plain Layout
37606
37607 \backslash
37608 backslash
37609 \end_layout
37610
37611 \end_inset
37612 </cell>
37613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37614 \begin_inset Text
37615
37616 \begin_layout Plain Layout
37617
37618 \backslash
37619
37620 \backslash
37621
37622 \end_layout
37623
37624 \end_inset
37625 </cell>
37626 </row>
37627 <row>
37628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37629 \begin_inset Text
37630
37631 \begin_layout Plain Layout
37632
37633 \backslash
37634 dasharrow
37635 \end_layout
37636
37637 \end_inset
37638 </cell>
37639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37640 \begin_inset Text
37641
37642 \begin_layout Plain Layout
37643
37644 \backslash
37645 dashrightarrow
37646 \end_layout
37647
37648 \end_inset
37649 </cell>
37650 </row>
37651 <row>
37652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37653 \begin_inset Text
37654
37655 \begin_layout Plain Layout
37656
37657 \backslash
37658 land
37659 \end_layout
37660
37661 \end_inset
37662 </cell>
37663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37664 \begin_inset Text
37665
37666 \begin_layout Plain Layout
37667
37668 \backslash
37669 wedge
37670 \end_layout
37671
37672 \end_inset
37673 </cell>
37674 </row>
37675 <row>
37676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37677 \begin_inset Text
37678
37679 \begin_layout Plain Layout
37680
37681 \backslash
37682 rbrace
37683 \end_layout
37684
37685 \end_inset
37686 </cell>
37687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37688 \begin_inset Text
37689
37690 \begin_layout Plain Layout
37691 }
37692 \end_layout
37693
37694 \end_inset
37695 </cell>
37696 </row>
37697 <row>
37698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37699 \begin_inset Text
37700
37701 \begin_layout Plain Layout
37702
37703 \backslash
37704 rbracket
37705 \end_layout
37706
37707 \end_inset
37708 </cell>
37709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37710 \begin_inset Text
37711
37712 \begin_layout Plain Layout
37713 ]
37714 \end_layout
37715
37716 \end_inset
37717 </cell>
37718 </row>
37719 <row>
37720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37721 \begin_inset Text
37722
37723 \begin_layout Plain Layout
37724
37725 \backslash
37726 rightarrow
37727 \end_layout
37728
37729 \end_inset
37730 </cell>
37731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37732 \begin_inset Text
37733
37734 \begin_layout Plain Layout
37735
37736 \backslash
37737 to
37738 \end_layout
37739
37740 \end_inset
37741 </cell>
37742 </row>
37743 <row>
37744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37745 \begin_inset Text
37746
37747 \begin_layout Plain Layout
37748
37749 \backslash
37750 lnot
37751 \end_layout
37752
37753 \end_inset
37754 </cell>
37755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37756 \begin_inset Text
37757
37758 \begin_layout Plain Layout
37759
37760 \backslash
37761 neg
37762 \end_layout
37763
37764 \end_inset
37765 </cell>
37766 </row>
37767 <row>
37768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37769 \begin_inset Text
37770
37771 \begin_layout Plain Layout
37772
37773 \backslash
37774 ne
37775 \end_layout
37776
37777 \end_inset
37778 </cell>
37779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37780 \begin_inset Text
37781
37782 \begin_layout Plain Layout
37783
37784 \backslash
37785 not=
37786 \end_layout
37787
37788 \end_inset
37789 </cell>
37790 </row>
37791 <row>
37792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37793 \begin_inset Text
37794
37795 \begin_layout Plain Layout
37796
37797 \backslash
37798 owns
37799 \end_layout
37800
37801 \end_inset
37802 </cell>
37803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37804 \begin_inset Text
37805
37806 \begin_layout Plain Layout
37807
37808 \backslash
37809 ni
37810 \end_layout
37811
37812 \end_inset
37813 </cell>
37814 </row>
37815 <row>
37816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37817 \begin_inset Text
37818
37819 \begin_layout Plain Layout
37820
37821 \backslash
37822 square
37823 \end_layout
37824
37825 \end_inset
37826 </cell>
37827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37828 \begin_inset Text
37829
37830 \begin_layout Plain Layout
37831
37832 \backslash
37833 Box
37834 \end_layout
37835
37836 \end_inset
37837 </cell>
37838 </row>
37839 <row>
37840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37841 \begin_inset Text
37842
37843 \begin_layout Plain Layout
37844
37845 \backslash
37846 Vert
37847 \end_layout
37848
37849 \end_inset
37850 </cell>
37851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37852 \begin_inset Text
37853
37854 \begin_layout Plain Layout
37855
37856 \backslash
37857 |
37858 \end_layout
37859
37860 \end_inset
37861 </cell>
37862 </row>
37863 </lyxtabular>
37864
37865 \end_inset
37866
37867
37868 \begin_inset space \hfill{}
37869 \end_inset
37870
37871
37872 \end_layout
37873
37874 \begin_layout Standard
37875 \begin_inset Newpage newpage
37876 \end_inset
37877
37878
37879 \end_layout
37880
37881 \begin_layout Bibliography
37882 \begin_inset CommandInset bibitem
37883 LatexCommand bibitem
37884 key "TLC2"
37885
37886 \end_inset
37887
37888
37889 \shape smallcaps
37890 Mittelbach, F.
37891  ; Goossens, M.
37892 \shape default
37893
37894 \shape italic
37895 The LaTeX Companion
37896 \shape default
37897 .
37898  Addison Wesley, 2004
37899 \end_layout
37900
37901 \begin_layout Bibliography
37902 \begin_inset CommandInset bibitem
37903 LatexCommand bibitem
37904 key "Mathmode"
37905
37906 \end_inset
37907
37908
37909 \begin_inset CommandInset href
37910 LatexCommand href
37911 name "Descripción"
37912 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37913
37914 \end_inset
37915
37916  de habilidades matemáticas de LaTeX
37917 \end_layout
37918
37919 \begin_layout Bibliography
37920 \begin_inset CommandInset bibitem
37921 LatexCommand bibitem
37922 key "AMS"
37923
37924 \end_inset
37925
37926
37927 \begin_inset CommandInset href
37928 LatexCommand href
37929 name "Descripción"
37930 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37931
37932 \end_inset
37933
37934  de 
37935 \begin_inset ERT
37936 status collapsed
37937
37938 \begin_layout Plain Layout
37939
37940
37941 \backslash
37942 AmS
37943 \end_layout
37944
37945 \end_inset
37946
37947 -LaTeX
37948 \end_layout
37949
37950 \begin_layout Bibliography
37951 \begin_inset CommandInset bibitem
37952 LatexCommand bibitem
37953 key "Symbols"
37954
37955 \end_inset
37956
37957
37958 \begin_inset CommandInset href
37959 LatexCommand href
37960 name "Lista"
37961 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37962
37963 \end_inset
37964
37965  de todos los símbolos disponibles con paquetes LaTeX
37966 \end_layout
37967
37968 \begin_layout Bibliography
37969 \begin_inset CommandInset bibitem
37970 LatexCommand bibitem
37971 key "cancel"
37972
37973 \end_inset
37974
37975
37976 \begin_inset CommandInset href
37977 LatexCommand href
37978 name "Documentación"
37979 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37980
37981 \end_inset
37982
37983  del paquete LaTeX 
37984 \series bold
37985 cancel
37986 \series default
37987
37988 \begin_inset Index idx
37989 status collapsed
37990
37991 \begin_layout Plain Layout
37992 Paquetes ! cancel
37993 \end_layout
37994
37995 \end_inset
37996
37997
37998 \end_layout
37999
38000 \begin_layout Bibliography
38001 \begin_inset CommandInset bibitem
38002 LatexCommand bibitem
38003 key "hyperref"
38004
38005 \end_inset
38006
38007
38008 \begin_inset CommandInset href
38009 LatexCommand href
38010 name "Documentación"
38011 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38012
38013 \end_inset
38014
38015  del paquete LaTeX 
38016 \series bold
38017 hyperref
38018 \series default
38019
38020 \begin_inset Index idx
38021 status collapsed
38022
38023 \begin_layout Plain Layout
38024 Paquetes ! hyperref
38025 \end_layout
38026
38027 \end_inset
38028
38029
38030 \end_layout
38031
38032 \begin_layout Bibliography
38033 \begin_inset CommandInset bibitem
38034 LatexCommand bibitem
38035 key "mhchem"
38036
38037 \end_inset
38038
38039
38040 \begin_inset CommandInset href
38041 LatexCommand href
38042 name "Documentación"
38043 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38044
38045 \end_inset
38046
38047  del paquete LaTeX 
38048 \series bold
38049 mhchem
38050 \series default
38051
38052 \begin_inset Index idx
38053 status collapsed
38054
38055 \begin_layout Plain Layout
38056 Paquetes ! mhchem
38057 \end_layout
38058
38059 \end_inset
38060
38061
38062 \end_layout
38063
38064 \begin_layout Bibliography
38065 \begin_inset CommandInset bibitem
38066 LatexCommand bibitem
38067 key "Mathclap"
38068
38069 \end_inset
38070
38071
38072 \begin_inset CommandInset href
38073 LatexCommand href
38074 name "Descripción"
38075 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38076
38077 \end_inset
38078
38079  del comando 
38080 \series bold
38081
38082 \backslash
38083 mathclap
38084 \series default
38085 , descrito en 
38086 \begin_inset CommandInset ref
38087 LatexCommand ref
38088 reference "sub:Límites-de-operadores"
38089
38090 \end_inset
38091
38092
38093 \begin_inset Index idx
38094 status collapsed
38095
38096 \begin_layout Plain Layout
38097 Comandos ! M ! 
38098 \backslash
38099 mathclap
38100 \end_layout
38101
38102 \end_inset
38103
38104
38105 \end_layout
38106
38107 \begin_layout Bibliography
38108 \begin_inset CommandInset bibitem
38109 LatexCommand bibitem
38110 key "Duden"
38111
38112 \end_inset
38113
38114
38115 \emph on
38116 Duden Band 1
38117 \emph default
38118 .
38119  22.
38120  Auflage, Duden 2001
38121 \end_layout
38122
38123 \begin_layout Bibliography
38124 \begin_inset CommandInset bibitem
38125 LatexCommand bibitem
38126 key "spanish"
38127
38128 \end_inset
38129
38130
38131 \begin_inset CommandInset href
38132 LatexCommand href
38133 name "Página web"
38134 target "http://www.tex-tipografia.com/spanish.html"
38135
38136 \end_inset
38137
38138  del estilo 
38139 \series bold
38140 spanish
38141 \family sans
38142 \series default
38143  
38144 \family default
38145 incluido en el paquete 
38146 \series bold
38147 babel
38148 \end_layout
38149
38150 \begin_layout Bibliography
38151 \begin_inset CommandInset bibitem
38152 LatexCommand bibitem
38153 key "Bezos"
38154
38155 \end_inset
38156
38157
38158 \begin_inset CommandInset href
38159 LatexCommand href
38160 name "Documento"
38161 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
38162
38163 \end_inset
38164
38165  sobre ortotipografía y notaciones matemáticas en español
38166 \end_layout
38167
38168 \begin_layout Standard
38169 \begin_inset CommandInset index_print
38170 LatexCommand printindex
38171 type "idx"
38172
38173 \end_inset
38174
38175
38176 \end_layout
38177
38178 \end_body
38179 \end_document