]> git.lyx.org Git - features.git/blob - lib/doc/es/Math.lyx
documentation files: remove unused labels
[features.git] / lib / doc / es / Math.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 340
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
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 \fi % end if pdflatex is used
26
27 % Folgendes Problem lösen:
28 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
29 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
30 % die Kapitelnummer geschrieben.
31 % Als Lösung wird mehr Platz zwischen Nummer und
32 % Überschrift eingefügt.
33 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
34 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
35
36 % To be able to enter the character ° and · directly in LyX,
37 % see sec. 22.11
38 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
39 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
40
41 % increase link area for cross-references and autoname them,
42 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
43 \newlength{\abc}
44 \settowidth{\abc}{\space}
45 \addto\extrasspanish{
46  \renewcommand{\equationautorefname}{\hspace{-\abc}}
47  \renewcommand{\sectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
49  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
50
51 % don't load packages twice
52 % see first footnote in sec. 9.3
53 \@ifundefined{textcolor}{\usepackage{color}}{}
54
55 % the pages of the TOC is numbered roman
56 % and a PDF-bookmark for the TOC is added
57 \pagenumbering{roman}
58 \let\myTOC\tableofcontents
59 \renewcommand{\tableofcontents}{%
60  \vspace{1cm}
61  \pdfbookmark[1]{\contentsname}{}
62  \myTOC
63  \cleardoublepage
64  \pagenumbering{arabic}}
65
66 % insert additional vertical space of 1.5 mm between footnotes,
67 \let\myFoot\footnote
68 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
69
70 % provides caption formatting
71 \setkomafont{captionlabel}{\bfseries}
72
73 % used in Kap. 22.6
74 \usepackage[samesize]{cancel}
75
76 % enables calculation of values,
77 \usepackage{calc}
78
79 % for multiple table row and column cells
80 \usepackage{multirow}
81 \usepackage{multicol}
82
83 % needed in sec. 19.4
84 \usepackage{remreset}
85
86 % center multirows (e.g. in sec. 13.3)
87 \renewcommand{\multirowsetup}{\centering}
88
89 % define a color, used in sec.9.3
90 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
91
92 % declare operators (see sec. 10.4 and sec. 15.2)
93 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
94 \DeclareMathOperator{\sgn}{sgn}
95
96 \newcommand{\spce}{\textvisiblespace}
97
98 % example definitions for sec. 20.1 
99 \newcommand{\gr}{\Longrightarrow}
100 \newcommand{\us}[1]{\underline{#1}}
101 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
102 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
103 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
104
105 % example macro from sec. 19.4
106 %\def\tagform@#1{\maketag@@@{|#1|}}
107
108 % macro from sec. 10.2
109 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
110 \def\mathclap {\mathpalette \mathclapinternal}
111 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
112
113 % redefine the greyed out note
114 \renewenvironment{lyxgreyedout}
115  {\textcolor{blue}\bgroup}{\egroup}
116
117 % ------------------------------------
118 % used to check for needed LaTeX packages
119 \usepackage{ifthen}
120
121 % check for package eurosym
122 % used for the Euro symbol
123 \newboolean{eurosym}
124 \IfFileExists{eurosym.sty}
125  {\usepackage[gennarrow]{eurosym}
126   \setboolean{eurosym}{true}}
127  {\setboolean{eurosym}{false}}
128
129 % needed in sec. 22.4
130 % check for package braket
131 \newboolean{braket}
132 \IfFileExists{braket.sty}
133  {\usepackage{braket}
134   \setboolean{braket}{true}}
135  {\setboolean{braket}{false}}
136
137 % needed in sec. 22.10
138 % check for package upgreek
139 \newboolean{upgreek}
140 \IfFileExists{upgreek.sty}
141  {\usepackage{upgreek}
142   \setboolean{upgreek}{true}}
143  {\setboolean{upgreek}{false}}
144 \end_preamble
145 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
146 \language spanish
147 \inputencoding auto
148 \font_roman default
149 \font_sans default
150 \font_typewriter default
151 \font_default_family default
152 \font_sc false
153 \font_osf false
154 \font_sf_scale 100
155 \font_tt_scale 100
156
157 \graphics default
158 \paperfontsize 12
159 \spacing single
160 \use_hyperref true
161 \pdf_title "Manual detallado de Matemáticas en LyX"
162 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
163 \pdf_subject "LyX-documentation about math"
164 \pdf_keywords "LyX, Mathed"
165 \pdf_bookmarks true
166 \pdf_bookmarksnumbered true
167 \pdf_bookmarksopen true
168 \pdf_bookmarksopenlevel 1
169 \pdf_breaklinks false
170 \pdf_pdfborder false
171 \pdf_colorlinks true
172 \pdf_backref false
173 \pdf_pagebackref false
174 \pdf_pdfusetitle false
175 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
176 \papersize a4paper
177 \use_geometry false
178 \use_amsmath 2
179 \use_esint 1
180 \cite_engine basic
181 \use_bibtopic false
182 \paperorientation portrait
183 \secnumdepth 4
184 \tocdepth 3
185 \paragraph_separation skip
186 \defskip medskip
187 \quotes_language french
188 \papercolumns 1
189 \papersides 2
190 \paperpagestyle plain
191 \bullet 1 0 6 -1
192 \bullet 2 2 35 -1
193 \bullet 3 2 7 -1
194 \tracking_changes false
195 \output_changes false
196 \author "" 
197 \author "" 
198 \end_header
199
200 \begin_body
201
202 \begin_layout Title
203 Manual detallado de
204 \begin_inset Newline newline
205 \end_inset
206
207 Matemáticas en LyX
208 \end_layout
209
210 \begin_layout Author
211 por el Equipo LyX
212 \begin_inset Foot
213 status collapsed
214
215 \begin_layout Plain Layout
216 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
217  lista de correo de documentación de LyX
218 \family typewriter
219
220 \begin_inset CommandInset href
221 LatexCommand href
222 name "lyx-docs@lists.lyx.org"
223 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
224
225 \end_inset
226
227
228 \end_layout
229
230 \end_inset
231
232
233 \begin_inset Note Note
234 status collapsed
235
236 \begin_layout Plain Layout
237 autor: Uwe Stöhr, translation: Ignacio Garcia
238 \end_layout
239
240 \end_inset
241
242
243 \begin_inset Newline newline
244 \end_inset
245
246
247 \begin_inset Newline newline
248 \end_inset
249
250 Versión 1.6svn
251 \end_layout
252
253 \begin_layout Standard
254 \begin_inset CommandInset toc
255 LatexCommand tableofcontents
256
257 \end_inset
258
259
260 \end_layout
261
262 \begin_layout Standard
263 \begin_inset Note Note
264 status open
265
266 \begin_layout Plain Layout
267 Para exportar este documento a PDF, PS, o DVI deben estar instalados los
268  paquetes LaTeX 
269 \series bold
270 eurosym
271 \series default
272
273 \series bold
274 multirow
275 \series default
276  y 
277 \series bold
278 was
279 \series default
280 .
281  Si no están instalados también puedes exportar el documento pero las secciones
282  en que se requieren dichos paquetes no aparecerán en la salida.
283 \end_layout
284
285 \begin_layout Plain Layout
286 La última versión PDF de este documento está disponible en:
287 \begin_inset Newline newline
288 \end_inset
289
290
291 \series bold
292 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
293 \end_layout
294
295 \end_inset
296
297
298 \begin_inset Newpage newpage
299 \end_inset
300
301
302 \end_layout
303
304 \begin_layout Section
305 Introducción
306 \end_layout
307
308 \begin_layout Standard
309 Este documento explica las características matemáticas de LyX y además es
310  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
311  Las explicaciones están diseñadas para el uso de comandos.
312  Por consiguiente es preciso que hayas leído la sección 
313 \emph on
314 Ecuaciones matemáticas
315 \emph default
316  de la 
317 \emph on
318 Guía del usuario
319 \emph default
320 .
321 \end_layout
322
323 \begin_layout Standard
324 La mayoría de caracteres y muchas estructuras explicadas en este manual
325  también son accesibles mediante el menú 
326 \family sans
327 Insertar\SpecialChar \menuseparator
328 Ecuación
329 \family default
330  o la barra de herramientas
331 \family sans
332  Ecuaciones
333 \family default
334 .
335  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
336  mucho más rápido usar comandos que la barra de herramientas.
337  Por tanto este manual está enfocado al uso de comandos, aunque también
338  se mencionan los botones correspondientes de las barras de herramientas
339  cuando están disponibles.
340 \end_layout
341
342 \begin_layout Standard
343 Si no se especifica lo contrario los comandos sólo están disponibles dentro
344  de las fórmulas.
345  Para poder usar todos los comandos explicados en este documento, debe usarse
346  la opción 
347 \family sans
348 Usar el paquete de ecuaciones AMS
349 \family default
350  en la configuración del documento (menú 
351 \family sans
352 Documento\SpecialChar \menuseparator
353 Configuración\SpecialChar \menuseparator
354 Ecuaciones
355 \family default
356 )
357 \begin_inset Foot
358 status collapsed
359
360 \begin_layout Plain Layout
361 La opción 
362 \family sans
363 Usar el paquete de ecuaciones AMS automáticamente
364 \family default
365  sólo usa ecuaciones 
366 \begin_inset ERT
367 status collapsed
368
369 \begin_layout Plain Layout
370
371
372 \backslash
373 AmS 
374 \end_layout
375
376 \end_inset
377
378
379 \begin_inset space ~
380 \end_inset
381
382  si las estructuras matemáticas son soportadas por LyX.
383 \end_layout
384
385 \end_inset
386
387 .
388 \end_layout
389
390 \begin_layout Standard
391 Este documento no recoge todos los comandos de 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 Foot
406 status collapsed
407
408 \begin_layout Plain Layout
409 En el archivo 
410 \family sans
411
412 \begin_inset CommandInset href
413 LatexCommand href
414 name "amsguide.ps"
415 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
416
417 \end_inset
418
419
420 \family default
421 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
422  lista con todos los comandos de ecuaciones 
423 \begin_inset ERT
424 status collapsed
425
426 \begin_layout Plain Layout
427
428
429 \backslash
430 AmS 
431 \end_layout
432
433 \end_inset
434
435 .
436 \end_layout
437
438 \end_inset
439
440  por razones de claridad.
441 \end_layout
442
443 \begin_layout Section
444 Instrucciones generales
445 \end_layout
446
447 \begin_layout Standard
448 Para crear una ecuación en línea
449 \begin_inset Index
450 status collapsed
451
452 \begin_layout Plain Layout
453 Ecuación ! en línea
454 \end_layout
455
456 \end_inset
457
458 , insertada en una línea de texto, teclea 
459 \family sans
460 Ctrl-m
461 \family default
462  o pulsa el botón 
463 \begin_inset Graphics
464         filename ../../images/math-mode.png
465         scale 85
466
467 \end_inset
468
469  de la barra de herramientas.
470 \begin_inset Newline newline
471 \end_inset
472
473 Para crear una ecuación en estilo presentación
474 \begin_inset Index
475 status collapsed
476
477 \begin_layout Plain Layout
478 Ecuación ! en presentación
479 \end_layout
480
481 \end_inset
482
483 , que se verá más grande y en su propio párrafo, teclea
484 \family sans
485  Ctrl-M
486 \family default
487 .
488 \end_layout
489
490 \begin_layout Standard
491 Para cambiar una ecuación en estilo presentación a estilo en línea, pon
492  el cursor dentro de la ecuación y teclea 
493 \family sans
494 Ctrl-M
495 \family default
496  o usa el menú 
497 \family sans
498 Editar\SpecialChar \menuseparator
499 Ecuación\SpecialChar \menuseparator
500 Cambiar tipo de ecuación
501 \family default
502 .
503  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
504 \end_layout
505
506 \begin_layout Standard
507 Para mostrar partes de una ecuación en línea en el tamaño del estilo presentació
508 n, escribe el comando 
509 \series bold
510
511 \backslash
512 displaystyle
513 \series default
514
515 \begin_inset Index
516 status collapsed
517
518 \begin_layout Plain Layout
519 Comandos ! D ! 
520 \backslash
521 displaystyle
522 \end_layout
523
524 \end_inset
525
526  en la ecuación y pulsa espacio.
527  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
528  de la ecuación.
529 \end_layout
530
531 \begin_layout Standard
532 En las tablas sólo se permiten ecuaciones en línea.
533 \end_layout
534
535 \begin_layout Standard
536 Las barras 
537 \family sans
538 Ecuaciones
539 \family default
540  y 
541 \family sans
542 Panel de ecuaciones 
543 \family default
544 se pueden visualizar mediante el menú 
545 \family sans
546 Ver\SpecialChar \menuseparator
547 Barras de herramientas
548 \family default
549 .
550  Si ahí pulsas en 
551 \begin_inset Quotes fld
552 \end_inset
553
554 Ecuaciones
555 \begin_inset Quotes frd
556 \end_inset
557
558  y/o en 
559 \begin_inset Quotes fld
560 \end_inset
561
562 Panel de ecuaciones
563 \begin_inset Quotes frd
564 \end_inset
565
566 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
567  estado se visualiza en el menú de las barras de herramientas con una marca.
568  Si en este estado pulsas de nuevo sobre 
569 \begin_inset Quotes fld
570 \end_inset
571
572 Ecuaciones
573 \begin_inset Quotes frd
574 \end_inset
575
576  y/o 
577 \begin_inset Quotes fld
578 \end_inset
579
580 Panel de ecuaciones
581 \begin_inset Quotes frd
582 \end_inset
583
584  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
585  de una ecuación; este estado se indica añadiendo a las entradas del menú
586  la palabra 
587 \begin_inset Quotes fld
588 \end_inset
589
590 (auto)
591 \begin_inset Quotes frd
592 \end_inset
593
594 .
595  
596 \end_layout
597
598 \begin_layout Standard
599 El modo TeX
600 \begin_inset Index
601 status collapsed
602
603 \begin_layout Plain Layout
604 T@TeX ! modo
605 \end_layout
606
607 \end_inset
608
609  se invoca pulsando el botón 
610 \begin_inset Graphics
611         filename ../../images/ert-insert.png
612         scale 85
613
614 \end_inset
615
616  de la barra de herramientas o con el menú 
617 \family sans
618 Insertar\SpecialChar \menuseparator
619 Código Te
620 \begin_inset ERT
621 status collapsed
622
623 \begin_layout Plain Layout
624
625 {}
626 \end_layout
627
628 \end_inset
629
630 X
631 \family default
632 , (atajo 
633 \family sans
634 Ctrl-l
635 \family default
636 ).
637 \begin_inset Note Note
638 status open
639
640 \begin_layout Plain Layout
641 En LyX hay tres 
642 \begin_inset Quotes fld
643 \end_inset
644
645 nombres propios
646 \begin_inset Quotes frd
647 \end_inset
648
649  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
650  LaTeX y LyX.
651 \end_layout
652
653 \begin_layout Plain Layout
654 Para evitar que estas palabras sean reconocidas como tales nombres propios,
655  se inserta un par de llaves TeX.
656  
657 \end_layout
658
659 \end_inset
660
661
662 \end_layout
663
664 \begin_layout Standard
665 Para cambiar el preámbulo LaTeX
666 \begin_inset Index
667 status collapsed
668
669 \begin_layout Plain Layout
670 LaTeX preámbulo
671 \end_layout
672
673 \end_inset
674
675 , usa el menú 
676 \family sans
677 Documento\SpecialChar \menuseparator
678 Configuración\SpecialChar \menuseparator
679 Preámbulo LaT
680 \begin_inset ERT
681 status collapsed
682
683 \begin_layout Plain Layout
684
685 {}
686 \end_layout
687
688 \end_inset
689
690 eX
691 \family default
692 .
693 \end_layout
694
695 \begin_layout Standard
696 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
697  multilínea, se pueden usar los menús 
698 \family sans
699 Editar\SpecialChar \menuseparator
700 Ecuación
701 \family default
702  y 
703 \family sans
704 Editar\SpecialChar \menuseparator
705 Filas y columnas
706 \family default
707  o la barra de herramientas de 
708 \family sans
709 Tabla
710 \family default
711 .
712  Cuando las líneas y columnas se intercambian mediante el menú, la columna
713  o línea en la que está se cambia con la columna de la derecha o con la
714  línea de abajo, respectivamente.
715  Si el cursor está en la última columna o fila, el cambio se hace con la
716  columna de la izquierda o la línea de arriba.
717 \end_layout
718
719 \begin_layout Standard
720 Para escribir texto en fórmulas se usa 
721 \emph on
722 texto de ecuaciones
723 \emph default
724
725 \begin_inset Index
726 status collapsed
727
728 \begin_layout Plain Layout
729 Texto ! en ecuaciones
730 \end_layout
731
732 \end_inset
733
734 .
735 \begin_inset Foot
736 status collapsed
737
738 \begin_layout Plain Layout
739 Para ecuaciones multilínea se usa el comando 
740 \series bold
741
742 \backslash
743 intertext
744 \series default
745 , véase
746 \begin_inset space ~
747 \end_inset
748
749
750 \begin_inset CommandInset ref
751 LatexCommand ref
752 reference "sub:Texto-en-multilínea"
753
754 \end_inset
755
756 .
757 \end_layout
758
759 \end_inset
760
761  Este modo se invoca con el atajo 
762 \family sans
763 Alt-m
764 \begin_inset space ~
765 \end_inset
766
767 m
768 \family default
769  o insertando el comando 
770 \series bold
771
772 \backslash
773 text
774 \series default
775
776 \begin_inset Index
777 status collapsed
778
779 \begin_layout Plain Layout
780 Comandos ! T ! 
781 \backslash
782 text
783 \end_layout
784
785 \end_inset
786
787 .
788  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
789  partes de la ecuación que se ven en azul.
790  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
791 a de otras partes de la fórmula.
792 \end_layout
793
794 \begin_layout Subsection*
795 Esquema de comandos
796 \end_layout
797
798 \begin_layout Standard
799 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
800  siguiente esquema:
801 \end_layout
802
803 \begin_layout Standard
804
805 \series bold
806
807 \backslash
808 nombre_del_comando[argumento opcional]{argumento requerido}
809 \end_layout
810
811 \begin_layout Standard
812 Un comando empieza siempre por una barra inversa, 
813 \series bold
814
815 \backslash
816
817 \series default
818 .
819  Para omitir argumentos opcionales, quita también los corchetes asociados.
820  En este documento, las llaves que encierran los argumentos requeridos se
821  denominan llaves TeX
822 \begin_inset Index
823 status collapsed
824
825 \begin_layout Plain Layout
826 T@TeX ! llaves
827 \end_layout
828
829 \end_inset
830
831 .
832  Si en una ecuación añades una llave de apertura al nombre de un comando,
833  LyX crea automáticamente una llave TeX.
834  En todos los demás casos las llaves TeX se crean en las ecuaciones con
835  el comando 
836 \series bold
837
838 \backslash
839 {
840 \series default
841 .
842  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
843  que se muestran en azul.
844  En modo TeX no hace falta comando para poner llaves TeX.
845  Las llaves TeX no aparecen en la salida.
846 \end_layout
847
848 \begin_layout Standard
849 En el caso de comandos sin argumentos, como los comandos para símbolos que
850  se introducen en modo TeX, 
851 \emph on
852 siempre
853 \emph default
854  debe teclearse un espacio tras el comando para finalizarlo.
855  Este espacio no aparece en la salida.
856  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
857  de un espacio protegido en texto normal.
858 \end_layout
859
860 \begin_layout Standard
861 Un espacio protegido se inserta con 
862 \family sans
863 Ctrl-espacio
864 \family default
865 .
866 \begin_inset Newpage newpage
867 \end_inset
868
869
870 \end_layout
871
872 \begin_layout Subsection*
873 Explicación de la sintaxis
874 \end_layout
875
876 \begin_layout Itemize
877 El símbolo 
878 \begin_inset ERT
879 status collapsed
880
881 \begin_layout Plain Layout
882
883
884 \backslash
885 spce 
886 \end_layout
887
888 \end_inset
889
890
891 \begin_inset Foot
892 status collapsed
893
894 \begin_layout Plain Layout
895 Este carácter, espacio visible, se puede componer con el comando 
896 \series bold
897
898 \backslash
899 textvisiblespace
900 \series default
901
902 \begin_inset Index
903 status collapsed
904
905 \begin_layout Plain Layout
906 Comandos ! T ! 
907 \backslash
908 textvisiblespace
909 \end_layout
910
911 \end_inset
912
913  insertado en código TeX.
914 \end_layout
915
916 \end_inset
917
918  indica que hay que teclear un espacio.
919 \end_layout
920
921 \begin_layout Itemize
922 Una flecha como 
923 \begin_inset Formula $\rightarrow$
924 \end_inset
925
926  indica el uso de la correspondiente tecla de flecha.
927  
928 \end_layout
929
930 \begin_layout Subsection*
931 Unidades disponibles
932 \end_layout
933
934 \begin_layout Standard
935 \align center
936 \begin_inset Float table
937 placement H
938 wide false
939 sideways false
940 status open
941
942 \begin_layout Plain Layout
943 \align center
944 \begin_inset Caption
945
946 \begin_layout Plain Layout
947 \begin_inset CommandInset label
948 LatexCommand label
949 name "tab:Unidades-disponibles"
950
951 \end_inset
952
953 Unidades disponibles
954 \end_layout
955
956 \end_inset
957
958
959 \end_layout
960
961 \begin_layout Plain Layout
962 \align center
963 \begin_inset Tabular
964 <lyxtabular version="3" rows="13" columns="2">
965 <features>
966 <column alignment="center" valignment="top" width="0">
967 <column alignment="center" valignment="top" width="0">
968 <row>
969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
970 \begin_inset Text
971
972 \begin_layout Plain Layout
973 Unidad
974 \end_layout
975
976 \end_inset
977 </cell>
978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
979 \begin_inset Text
980
981 \begin_layout Plain Layout
982 Nombre / Descripción
983 \end_layout
984
985 \end_inset
986 </cell>
987 </row>
988 <row>
989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
990 \begin_inset Text
991
992 \begin_layout Plain Layout
993 mm
994 \end_layout
995
996 \end_inset
997 </cell>
998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
999 \begin_inset Text
1000
1001 \begin_layout Plain Layout
1002 Milímetro
1003 \end_layout
1004
1005 \end_inset
1006 </cell>
1007 </row>
1008 <row>
1009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1010 \begin_inset Text
1011
1012 \begin_layout Plain Layout
1013 cm
1014 \end_layout
1015
1016 \end_inset
1017 </cell>
1018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1019 \begin_inset Text
1020
1021 \begin_layout Plain Layout
1022 Centímetro
1023 \end_layout
1024
1025 \end_inset
1026 </cell>
1027 </row>
1028 <row>
1029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1030 \begin_inset Text
1031
1032 \begin_layout Plain Layout
1033 in
1034 \end_layout
1035
1036 \end_inset
1037 </cell>
1038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1039 \begin_inset Text
1040
1041 \begin_layout Plain Layout
1042 Pulgada (1
1043 \begin_inset space \thinspace{}
1044 \end_inset
1045
1046 in = 2,54
1047 \begin_inset space \thinspace{}
1048 \end_inset
1049
1050 cm)
1051 \end_layout
1052
1053 \end_inset
1054 </cell>
1055 </row>
1056 <row>
1057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1058 \begin_inset Text
1059
1060 \begin_layout Plain Layout
1061 pt
1062 \end_layout
1063
1064 \end_inset
1065 </cell>
1066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1067 \begin_inset Text
1068
1069 \begin_layout Plain Layout
1070 Punto (72.27
1071 \begin_inset space \thinspace{}
1072 \end_inset
1073
1074 pt = 1
1075 \begin_inset space \thinspace{}
1076 \end_inset
1077
1078 in)
1079 \end_layout
1080
1081 \end_inset
1082 </cell>
1083 </row>
1084 <row>
1085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1086 \begin_inset Text
1087
1088 \begin_layout Plain Layout
1089 pc
1090 \end_layout
1091
1092 \end_inset
1093 </cell>
1094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1095 \begin_inset Text
1096
1097 \begin_layout Plain Layout
1098 Pica (1
1099 \begin_inset space \thinspace{}
1100 \end_inset
1101
1102 pc = 12
1103 \begin_inset space \thinspace{}
1104 \end_inset
1105
1106 pt)
1107 \end_layout
1108
1109 \end_inset
1110 </cell>
1111 </row>
1112 <row>
1113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1114 \begin_inset Text
1115
1116 \begin_layout Plain Layout
1117 sp
1118 \end_layout
1119
1120 \end_inset
1121 </cell>
1122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1123 \begin_inset Text
1124
1125 \begin_layout Plain Layout
1126 Punto escalado (65536
1127 \begin_inset space \thinspace{}
1128 \end_inset
1129
1130 sp = 1
1131 \begin_inset space \thinspace{}
1132 \end_inset
1133
1134 pt)
1135 \end_layout
1136
1137 \end_inset
1138 </cell>
1139 </row>
1140 <row>
1141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1142 \begin_inset Text
1143
1144 \begin_layout Plain Layout
1145 bp
1146 \end_layout
1147
1148 \end_inset
1149 </cell>
1150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1151 \begin_inset Text
1152
1153 \begin_layout Plain Layout
1154 Punto grande (72
1155 \begin_inset space \thinspace{}
1156 \end_inset
1157
1158 bp = 1
1159 \begin_inset space \thinspace{}
1160 \end_inset
1161
1162 in)
1163 \end_layout
1164
1165 \end_inset
1166 </cell>
1167 </row>
1168 <row>
1169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1170 \begin_inset Text
1171
1172 \begin_layout Plain Layout
1173 dd
1174 \end_layout
1175
1176 \end_inset
1177 </cell>
1178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1179 \begin_inset Text
1180
1181 \begin_layout Plain Layout
1182 Didot (1
1183 \begin_inset space \thinspace{}
1184 \end_inset
1185
1186 dd 
1187 \begin_inset Formula $\approx$
1188 \end_inset
1189
1190  0.376
1191 \begin_inset space \thinspace{}
1192 \end_inset
1193
1194 mm)
1195 \end_layout
1196
1197 \end_inset
1198 </cell>
1199 </row>
1200 <row>
1201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1202 \begin_inset Text
1203
1204 \begin_layout Plain Layout
1205 cc
1206 \end_layout
1207
1208 \end_inset
1209 </cell>
1210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1211 \begin_inset Text
1212
1213 \begin_layout Plain Layout
1214 Cicero (1
1215 \begin_inset space \thinspace{}
1216 \end_inset
1217
1218 cc = 12
1219 \begin_inset space \thinspace{}
1220 \end_inset
1221
1222 dd)
1223 \end_layout
1224
1225 \end_inset
1226 </cell>
1227 </row>
1228 <row>
1229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1230 \begin_inset Text
1231
1232 \begin_layout Plain Layout
1233 ex
1234 \end_layout
1235
1236 \end_inset
1237 </cell>
1238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1239 \begin_inset Text
1240
1241 \begin_layout Plain Layout
1242 Altura de la letra 
1243 \begin_inset Quotes fld
1244 \end_inset
1245
1246
1247 \emph on
1248 x
1249 \emph default
1250
1251 \begin_inset Quotes frd
1252 \end_inset
1253
1254  en la fuente actual
1255 \end_layout
1256
1257 \end_inset
1258 </cell>
1259 </row>
1260 <row>
1261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1262 \begin_inset Text
1263
1264 \begin_layout Plain Layout
1265 em
1266 \end_layout
1267
1268 \end_inset
1269 </cell>
1270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1271 \begin_inset Text
1272
1273 \begin_layout Plain Layout
1274 Anchura de la letra 
1275 \begin_inset Quotes fld
1276 \end_inset
1277
1278
1279 \emph on
1280 M
1281 \emph default
1282
1283 \begin_inset Quotes frd
1284 \end_inset
1285
1286  en la fuente actual
1287 \end_layout
1288
1289 \end_inset
1290 </cell>
1291 </row>
1292 <row>
1293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1294 \begin_inset Text
1295
1296 \begin_layout Plain Layout
1297 mu
1298 \end_layout
1299
1300 \end_inset
1301 </cell>
1302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1303 \begin_inset Text
1304
1305 \begin_layout Plain Layout
1306 Unidad matemática (1
1307 \begin_inset space \thinspace{}
1308 \end_inset
1309
1310 mu = 
1311 \begin_inset Formula $\nicefrac{1}{18}$
1312 \end_inset
1313
1314
1315 \begin_inset space \thinspace{}
1316 \end_inset
1317
1318 em)
1319 \end_layout
1320
1321 \end_inset
1322 </cell>
1323 </row>
1324 </lyxtabular>
1325
1326 \end_inset
1327
1328
1329 \end_layout
1330
1331 \end_inset
1332
1333
1334 \end_layout
1335
1336 \begin_layout Standard
1337 \align center
1338 \begin_inset Newpage newpage
1339 \end_inset
1340
1341
1342 \end_layout
1343
1344 \begin_layout Section
1345 Funciones básicas
1346 \end_layout
1347
1348 \begin_layout Subsection
1349 Exponentes
1350 \begin_inset Index
1351 status collapsed
1352
1353 \begin_layout Plain Layout
1354 Exponentes
1355 \end_layout
1356
1357 \end_inset
1358
1359  e índices
1360 \begin_inset Index
1361 status collapsed
1362
1363 \begin_layout Plain Layout
1364 Indices@Índices
1365 \end_layout
1366
1367 \end_inset
1368
1369
1370 \begin_inset Index
1371 status collapsed
1372
1373 \begin_layout Plain Layout
1374 Superíndices|see
1375 \begin_inset ERT
1376 status collapsed
1377
1378 \begin_layout Plain Layout
1379
1380 {
1381 \end_layout
1382
1383 \end_inset
1384
1385 Exponentes
1386 \begin_inset ERT
1387 status collapsed
1388
1389 \begin_layout Plain Layout
1390
1391 }
1392 \end_layout
1393
1394 \end_inset
1395
1396
1397 \end_layout
1398
1399 \end_inset
1400
1401
1402 \begin_inset Index
1403 status collapsed
1404
1405 \begin_layout Plain Layout
1406 Subíndices|see
1407 \begin_inset ERT
1408 status collapsed
1409
1410 \begin_layout Plain Layout
1411
1412 {
1413 \end_layout
1414
1415 \end_inset
1416
1417 Índices
1418 \begin_inset ERT
1419 status collapsed
1420
1421 \begin_layout Plain Layout
1422
1423 }
1424 \end_layout
1425
1426 \end_inset
1427
1428
1429 \end_layout
1430
1431 \end_inset
1432
1433
1434 \end_layout
1435
1436 \begin_layout Standard
1437 Los índices se componen con un guión bajo 
1438 \begin_inset Quotes fld
1439 \end_inset
1440
1441 _
1442 \begin_inset Quotes frd
1443 \end_inset
1444
1445  o con el botón de la barra de herramientas de ecuaciones 
1446 \begin_inset Graphics
1447         filename ../../images/math-subscript.png
1448         scale 85
1449
1450 \end_inset
1451
1452 , los exponentes con un circunflejo 
1453 \begin_inset Quotes fld
1454 \end_inset
1455
1456 ^
1457 \begin_inset Quotes frd
1458 \end_inset
1459
1460  o con el botón de la barra de herramientas de ecuaciones 
1461 \begin_inset Graphics
1462         filename ../../images/math-superscript.png
1463         scale 85
1464
1465 \end_inset
1466
1467 .
1468 \end_layout
1469
1470 \begin_layout Standard
1471 \noindent
1472 \align center
1473 \begin_inset Tabular
1474 <lyxtabular version="3" rows="4" columns="2">
1475 <features>
1476 <column alignment="center" valignment="top" width="0">
1477 <column alignment="center" valignment="top" width="0">
1478 <row>
1479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1480 \begin_inset Text
1481
1482 \begin_layout Plain Layout
1483 Comando
1484 \end_layout
1485
1486 \end_inset
1487 </cell>
1488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1489 \begin_inset Text
1490
1491 \begin_layout Plain Layout
1492 Resultado
1493 \begin_inset Note Note
1494 status collapsed
1495
1496 \begin_layout Plain Layout
1497
1498 \series bold
1499
1500 \backslash
1501 raisebox
1502 \series default
1503  sólo se usa como espaciador.
1504 \end_layout
1505
1506 \end_inset
1507
1508
1509 \end_layout
1510
1511 \end_inset
1512 </cell>
1513 </row>
1514 <row>
1515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1516 \begin_inset Text
1517
1518 \begin_layout Plain Layout
1519 B_V
1520 \end_layout
1521
1522 \end_inset
1523 </cell>
1524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1525 \begin_inset Text
1526
1527 \begin_layout Plain Layout
1528 \begin_inset Formula $B_{V}$
1529 \end_inset
1530
1531
1532 \end_layout
1533
1534 \end_inset
1535 </cell>
1536 </row>
1537 <row>
1538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1539 \begin_inset Text
1540
1541 \begin_layout Plain Layout
1542 B^V
1543 \end_layout
1544
1545 \end_inset
1546 </cell>
1547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1548 \begin_inset Text
1549
1550 \begin_layout Plain Layout
1551 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1552 \end_inset
1553
1554
1555 \end_layout
1556
1557 \end_inset
1558 </cell>
1559 </row>
1560 <row>
1561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1562 \begin_inset Text
1563
1564 \begin_layout Plain Layout
1565 B^
1566 \begin_inset ERT
1567 status collapsed
1568
1569 \begin_layout Plain Layout
1570
1571
1572 \backslash
1573 spce 
1574 \end_layout
1575
1576 \end_inset
1577
1578 A
1579 \end_layout
1580
1581 \end_inset
1582 </cell>
1583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1584 \begin_inset Text
1585
1586 \begin_layout Plain Layout
1587 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1588 \end_inset
1589
1590
1591 \end_layout
1592
1593 \end_inset
1594 </cell>
1595 </row>
1596 </lyxtabular>
1597
1598 \end_inset
1599
1600
1601 \end_layout
1602
1603 \begin_layout Standard
1604 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1605  caso acentuará las vocales y no funcionará como exponente.
1606 \begin_inset Foot
1607 status collapsed
1608
1609 \begin_layout Plain Layout
1610 Dependiendo de la configuración del teclado esto puede suceder también con
1611  otros caracteres además de las vocales.
1612 \end_layout
1613
1614 \end_inset
1615
1616  Para conseguir exponentes en estos casos debes pulsar 
1617 \family sans
1618 Espacio
1619 \family default
1620  tras el circunflejo, como en el último ejemplo.
1621  
1622 \end_layout
1623
1624 \begin_layout Subsection
1625 Fracciones
1626 \begin_inset CommandInset label
1627 LatexCommand label
1628 name "sub:Fracciones"
1629
1630 \end_inset
1631
1632
1633 \begin_inset Index
1634 status collapsed
1635
1636 \begin_layout Plain Layout
1637 Fracciones
1638 \end_layout
1639
1640 \end_inset
1641
1642
1643 \end_layout
1644
1645 \begin_layout Standard
1646 Las fracciones se generan con el comando 
1647 \series bold
1648
1649 \backslash
1650 frac
1651 \series default
1652
1653 \begin_inset Index
1654 status collapsed
1655
1656 \begin_layout Plain Layout
1657 Comandos ! F ! 
1658 \backslash
1659 frac
1660 \end_layout
1661
1662 \end_inset
1663
1664  o con el botón 
1665 \begin_inset Graphics
1666         filename ../../images/math/frac.png
1667         scale 50
1668
1669 \end_inset
1670
1671  de la barra de herramientas.
1672  El tamaño de fuente se ajusta automáticamente, dependiendo de si la fracción
1673  está en línea o en estilo presentación.
1674  Con el botón 
1675 \begin_inset Graphics
1676         filename ../../images/math/frac-square.png
1677         scale 85
1678
1679 \end_inset
1680
1681 de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1682  de fracciones.
1683 \end_layout
1684
1685 \begin_layout Standard
1686 Con el comando 
1687 \series bold
1688
1689 \backslash
1690 dfrac
1691 \series default
1692
1693 \begin_inset Index
1694 status collapsed
1695
1696 \begin_layout Plain Layout
1697 Comandos ! D ! 
1698 \backslash
1699 dfrac
1700 \end_layout
1701
1702 \end_inset
1703
1704  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1705  presentación.
1706  Con 
1707 \series bold
1708
1709 \backslash
1710 tfrac
1711 \series default
1712
1713 \begin_inset Index
1714 status collapsed
1715
1716 \begin_layout Plain Layout
1717 Comandos ! T ! 
1718 \backslash
1719 tfrac
1720 \end_layout
1721
1722 \end_inset
1723
1724  la fracción tiene siempre el tamaño del estilo en línea.
1725  Un ejemplo:
1726 \end_layout
1727
1728 \begin_layout Standard
1729 Una línea con la fracción 
1730 \begin_inset Formula $\frac{1}{2}$
1731 \end_inset
1732
1733  creada con el comando 
1734 \series bold
1735
1736 \backslash
1737 frac
1738 \series default
1739 .
1740  
1741 \end_layout
1742
1743 \begin_layout Standard
1744 Una línea con la fracción 
1745 \begin_inset Formula $\dfrac{1}{2}$
1746 \end_inset
1747
1748  creada con el comando 
1749 \series bold
1750
1751 \backslash
1752 dfrac
1753 \series default
1754 .
1755 \end_layout
1756
1757 \begin_layout Standard
1758 \noindent
1759 \align center
1760 \begin_inset Tabular
1761 <lyxtabular version="3" rows="4" columns="2">
1762 <features>
1763 <column alignment="center" valignment="top" width="0">
1764 <column alignment="center" valignment="top" width="0">
1765 <row>
1766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1767 \begin_inset Text
1768
1769 \begin_layout Plain Layout
1770 Comando
1771 \end_layout
1772
1773 \end_inset
1774 </cell>
1775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1776 \begin_inset Text
1777
1778 \begin_layout Plain Layout
1779 Resultado
1780 \begin_inset Note Note
1781 status collapsed
1782
1783 \begin_layout Plain Layout
1784
1785 \series bold
1786
1787 \backslash
1788 raisebox
1789 \series default
1790  se usa sólo como espaciador
1791 \end_layout
1792
1793 \end_inset
1794
1795
1796 \end_layout
1797
1798 \end_inset
1799 </cell>
1800 </row>
1801 <row>
1802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1803 \begin_inset Text
1804
1805 \begin_layout Plain Layout
1806
1807 \backslash
1808 frac
1809 \begin_inset ERT
1810 status collapsed
1811
1812 \begin_layout Plain Layout
1813
1814
1815 \backslash
1816 spce 
1817 \end_layout
1818
1819 \end_inset
1820
1821 A
1822 \begin_inset Formula $\downarrow$
1823 \end_inset
1824
1825 B
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1831 \begin_inset Text
1832
1833 \begin_layout Plain Layout
1834 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1835 \end_inset
1836
1837
1838 \end_layout
1839
1840 \end_inset
1841 </cell>
1842 </row>
1843 <row>
1844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1845 \begin_inset Text
1846
1847 \begin_layout Plain Layout
1848
1849 \backslash
1850 dfrac
1851 \begin_inset ERT
1852 status collapsed
1853
1854 \begin_layout Plain Layout
1855
1856
1857 \backslash
1858 spce 
1859 \end_layout
1860
1861 \end_inset
1862
1863 A
1864 \begin_inset Formula $\downarrow$
1865 \end_inset
1866
1867 B
1868 \end_layout
1869
1870 \end_inset
1871 </cell>
1872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1873 \begin_inset Text
1874
1875 \begin_layout Plain Layout
1876 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1877 \end_inset
1878
1879
1880 \end_layout
1881
1882 \end_inset
1883 </cell>
1884 </row>
1885 <row>
1886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1887 \begin_inset Text
1888
1889 \begin_layout Plain Layout
1890
1891 \backslash
1892 dfrac
1893 \begin_inset ERT
1894 status collapsed
1895
1896 \begin_layout Plain Layout
1897
1898
1899 \backslash
1900 spce 
1901 \end_layout
1902
1903 \end_inset
1904
1905 e^
1906 \begin_inset ERT
1907 status collapsed
1908
1909 \begin_layout Plain Layout
1910
1911
1912 \backslash
1913 spce 
1914 \end_layout
1915
1916 \end_inset
1917
1918
1919 \backslash
1920 frac
1921 \begin_inset ERT
1922 status collapsed
1923
1924 \begin_layout Plain Layout
1925
1926
1927 \backslash
1928 spce 
1929 \end_layout
1930
1931 \end_inset
1932
1933 1
1934 \begin_inset Formula $\downarrow$
1935 \end_inset
1936
1937 2
1938 \begin_inset Formula $\downarrow$
1939 \end_inset
1940
1941 3
1942 \end_layout
1943
1944 \end_inset
1945 </cell>
1946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1947 \begin_inset Text
1948
1949 \begin_layout Plain Layout
1950 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1951 \end_inset
1952
1953
1954 \end_layout
1955
1956 \end_inset
1957 </cell>
1958 </row>
1959 </lyxtabular>
1960
1961 \end_inset
1962
1963
1964 \begin_inset VSpace bigskip
1965 \end_inset
1966
1967
1968 \end_layout
1969
1970 \begin_layout Standard
1971 Para fracciones anidadas se puede usar el comando 
1972 \series bold
1973
1974 \backslash
1975 cfrac
1976 \series default
1977
1978 \begin_inset Index
1979 status collapsed
1980
1981 \begin_layout Plain Layout
1982 Comandos ! C ! 
1983 \backslash
1984 cfrac
1985 \end_layout
1986
1987 \end_inset
1988
1989 .
1990  Un ejemplo:
1991 \begin_inset VSpace -3mm
1992 \end_inset
1993
1994
1995 \end_layout
1996
1997 \begin_layout Standard
1998 \begin_inset Formula \begin{align*}
1999 \textrm{creada con \textbf{\textbackslash frac} } &  & \textrm{creada con }\mathbf{\textbackslash\textbf{cfrac}}\\
2000 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2001
2002 \end_inset
2003
2004
2005 \end_layout
2006
2007 \begin_layout Standard
2008 El comando para el ejemplo de arriba es:
2009 \end_layout
2010
2011 \begin_layout Standard
2012
2013 \series bold
2014
2015 \backslash
2016 cfrac{A
2017 \begin_inset Formula $\to$
2018 \end_inset
2019
2020
2021 \backslash
2022 {B+
2023 \backslash
2024 cfrac{C+
2025 \backslash
2026 cfrac{E
2027 \begin_inset Formula $\to$
2028 \end_inset
2029
2030
2031 \backslash
2032 {F
2033 \begin_inset Formula $\to\to$
2034 \end_inset
2035
2036
2037 \backslash
2038 {D
2039 \end_layout
2040
2041 \begin_layout Standard
2042 \begin_inset VSpace medskip
2043 \end_inset
2044
2045
2046 \end_layout
2047
2048 \begin_layout Standard
2049
2050 \series bold
2051
2052 \backslash
2053 cfrac
2054 \series default
2055  compone la fracción siempre en el tamaño del estilo presentación, también
2056  cuando es parte de otra fracción.
2057  
2058 \series bold
2059
2060 \backslash
2061 cfrac
2062 \series default
2063  tiene el siguiente esquema de comando:
2064 \end_layout
2065
2066 \begin_layout Standard
2067
2068 \series bold
2069
2070 \backslash
2071 cfrac[posición del numerador]{numerador}{denominador}
2072 \end_layout
2073
2074 \begin_layout Standard
2075 La posición del numerador puede ser 
2076 \emph on
2077 l
2078 \emph default
2079
2080 \emph on
2081 c
2082 \emph default
2083  o 
2084 \emph on
2085 r
2086 \emph default
2087  .
2088  
2089 \emph on
2090 l
2091 \emph default
2092  o 
2093 \emph on
2094 r
2095 \emph default
2096  alinean el numerador a la izquierda o a la derecha, respectivamente, de
2097  la raya de fracción.
2098  Si se pone 
2099 \emph on
2100 c
2101 \emph default
2102  o no se especifica posición, el numerador aparece centrado.
2103  Estas fracciones muestran las distintas alineaciones:
2104 \end_layout
2105
2106 \begin_layout Standard
2107 \noindent
2108 \align center
2109 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2110 \end_inset
2111
2112  ; 
2113 \begin_inset Formula $\cfrac{A}{B+C}$
2114 \end_inset
2115
2116  ; 
2117 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2118 \end_inset
2119
2120  
2121 \begin_inset VSpace medskip
2122 \end_inset
2123
2124
2125 \end_layout
2126
2127 \begin_layout Standard
2128 Muchas veces es adecuado combinar 
2129 \series bold
2130
2131 \backslash
2132 cfrac
2133 \series default
2134  y 
2135 \series bold
2136
2137 \backslash
2138 frac
2139 \series default
2140 :
2141 \begin_inset Formula \[
2142 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2143
2144 \end_inset
2145
2146
2147 \end_layout
2148
2149 \begin_layout Standard
2150 Para componer fracciones en línea con raya de fracción inclinada puedes
2151  usar el comando 
2152 \series bold
2153
2154 \backslash
2155 nicefrac
2156 \series default
2157
2158 \begin_inset Index
2159 status collapsed
2160
2161 \begin_layout Plain Layout
2162 Comandos ! N ! 
2163 \backslash
2164 nicefrac
2165 \end_layout
2166
2167 \end_inset
2168
2169
2170 \begin_inset Formula $\nicefrac{5}{31}$
2171 \end_inset
2172
2173  Hay además el comando 
2174 \series bold
2175
2176 \backslash
2177 unitfracthree
2178 \series default
2179  que permite escribir una fracción en combinación con un número: 
2180 \begin_inset Formula $\unitfrac[2]{1}{3}$
2181 \end_inset
2182
2183
2184 \begin_inset Newline newline
2185 \end_inset
2186
2187 Ten en cuenta que 
2188 \series bold
2189
2190 \backslash
2191 unitfracthree
2192 \series default
2193  no es un comando LaTeX auténtico, sino el comando
2194 \begin_inset Newline newline
2195 \end_inset
2196
2197
2198 \series bold
2199
2200 \backslash
2201 unitfrac[número]{numerador}{denominador}
2202 \series default
2203 , por tanto no puedes usarlo en código TeX.
2204 \end_layout
2205
2206 \begin_layout Standard
2207 En la 
2208 \begin_inset CommandInset ref
2209 LatexCommand ref
2210 reference "sub:Fracciones-personalizadas"
2211
2212 \end_inset
2213
2214  se explica cómo componer fracciones personalizadas en las que la raya de
2215  fracción se puede cambiar.
2216  
2217 \end_layout
2218
2219 \begin_layout Subsection
2220 Raíces
2221 \begin_inset Index
2222 status collapsed
2223
2224 \begin_layout Plain Layout
2225 Raíces
2226 \end_layout
2227
2228 \end_inset
2229
2230
2231 \end_layout
2232
2233 \begin_layout Standard
2234 Las raíces cuadradas se componen con 
2235 \series bold
2236
2237 \backslash
2238 sqrt
2239 \series default
2240
2241 \begin_inset Index
2242 status collapsed
2243
2244 \begin_layout Plain Layout
2245 Comandos ! S ! 
2246 \backslash
2247 sqrt
2248 \end_layout
2249
2250 \end_inset
2251
2252  o con el botón 
2253 \begin_inset Graphics
2254         filename ../../images/math/sqrt.png
2255         scale 85
2256
2257 \end_inset
2258
2259  de la barra de  ecuaciones; todas las demás raíces con el comando 
2260 \series bold
2261
2262 \backslash
2263 root
2264 \series default
2265
2266 \begin_inset Index
2267 status collapsed
2268
2269 \begin_layout Plain Layout
2270 Comandos ! R ! 
2271 \backslash
2272 root
2273 \end_layout
2274
2275 \end_inset
2276
2277  o con el botón 
2278 \begin_inset Graphics
2279         filename ../../images/math/root.png
2280         scale 85
2281
2282 \end_inset
2283
2284 .
2285 \end_layout
2286
2287 \begin_layout Standard
2288 \noindent
2289 \align center
2290 \begin_inset Tabular
2291 <lyxtabular version="3" rows="3" columns="2">
2292 <features>
2293 <column alignment="center" valignment="top" width="0">
2294 <column alignment="center" valignment="top" width="0">
2295 <row>
2296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2297 \begin_inset Text
2298
2299 \begin_layout Plain Layout
2300 Comando
2301 \end_layout
2302
2303 \end_inset
2304 </cell>
2305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2306 \begin_inset Text
2307
2308 \begin_layout Plain Layout
2309 Resultado
2310 \begin_inset Note Note
2311 status collapsed
2312
2313 \begin_layout Plain Layout
2314
2315 \series bold
2316
2317 \backslash
2318 raisebox
2319 \series default
2320  se usa sólo como espaciador
2321 \end_layout
2322
2323 \end_inset
2324
2325
2326 \end_layout
2327
2328 \end_inset
2329 </cell>
2330 </row>
2331 <row>
2332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2333 \begin_inset Text
2334
2335 \begin_layout Plain Layout
2336
2337 \backslash
2338 sqrt
2339 \begin_inset ERT
2340 status collapsed
2341
2342 \begin_layout Plain Layout
2343
2344
2345 \backslash
2346 spce 
2347 \end_layout
2348
2349 \end_inset
2350
2351 A-B
2352 \end_layout
2353
2354 \end_inset
2355 </cell>
2356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2357 \begin_inset Text
2358
2359 \begin_layout Plain Layout
2360 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2361 \end_inset
2362
2363
2364 \end_layout
2365
2366 \end_inset
2367 </cell>
2368 </row>
2369 <row>
2370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2371 \begin_inset Text
2372
2373 \begin_layout Plain Layout
2374
2375 \backslash
2376 root
2377 \begin_inset ERT
2378 status collapsed
2379
2380 \begin_layout Plain Layout
2381
2382
2383 \backslash
2384 spce 
2385 \end_layout
2386
2387 \end_inset
2388
2389 3
2390 \begin_inset Formula $\downarrow$
2391 \end_inset
2392
2393 A-B
2394 \end_layout
2395
2396 \end_inset
2397 </cell>
2398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2399 \begin_inset Text
2400
2401 \begin_layout Plain Layout
2402 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2403 \end_inset
2404
2405
2406 \end_layout
2407
2408 \end_inset
2409 </cell>
2410 </row>
2411 </lyxtabular>
2412
2413 \end_inset
2414
2415
2416 \end_layout
2417
2418 \begin_layout Standard
2419 Una raíz cuadrada se compone también con 
2420 \series bold
2421
2422 \backslash
2423 root
2424 \series default
2425  dejando vacío el campo del índice.
2426 \end_layout
2427
2428 \begin_layout Standard
2429 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2430  la raíz: 
2431 \begin_inset Formula $\sqrt[\beta]{B}$
2432 \end_inset
2433
2434
2435 \begin_inset Newline newline
2436 \end_inset
2437
2438 La 
2439 \begin_inset Formula $\beta$
2440 \end_inset
2441
2442  toca la raíz.
2443  Para evitar esto se usan los comandos 
2444 \series bold
2445
2446 \backslash
2447 leftroot
2448 \series default
2449
2450 \begin_inset Index
2451 status collapsed
2452
2453 \begin_layout Plain Layout
2454 Comandos ! L ! 
2455 \backslash
2456 leftroot
2457 \end_layout
2458
2459 \end_inset
2460
2461  y 
2462 \series bold
2463
2464 \backslash
2465 uproot
2466 \series default
2467
2468 \begin_inset Index
2469 status collapsed
2470
2471 \begin_layout Plain Layout
2472 Comandos ! U ! 
2473 \backslash
2474 uproot
2475 \end_layout
2476
2477 \end_inset
2478
2479  con el esquema siguiente:
2480 \end_layout
2481
2482 \begin_layout Standard
2483
2484 \series bold
2485
2486 \backslash
2487 leftroot{distancia}
2488 \series default
2489  y 
2490 \series bold
2491
2492 \backslash
2493 uproot{distancia}
2494 \end_layout
2495
2496 \begin_layout Standard
2497 Distancia es el número de Puntos Grandes (
2498 \begin_inset Quotes fld
2499 \end_inset
2500
2501 Big Points
2502 \begin_inset Quotes frd
2503 \end_inset
2504
2505 , unidad bp; 
2506 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2507 \end_inset
2508
2509 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2510  Los comandos se escriben en el índice.
2511  Así, el comando:
2512 \begin_inset Newline newline
2513 \end_inset
2514
2515
2516 \series bold
2517
2518 \backslash
2519 root
2520 \backslash
2521 leftroot{-1
2522 \begin_inset Formula $\to$
2523 \end_inset
2524
2525
2526 \backslash
2527 uproot{2
2528 \begin_inset Formula $\to$
2529 \end_inset
2530
2531
2532 \backslash
2533 beta
2534 \begin_inset ERT
2535 status collapsed
2536
2537 \begin_layout Plain Layout
2538
2539
2540 \backslash
2541 spce 
2542 \end_layout
2543
2544 \end_inset
2545
2546
2547 \begin_inset Formula $\to$
2548 \end_inset
2549
2550 B
2551 \begin_inset Newline newline
2552 \end_inset
2553
2554
2555 \series default
2556 genera una fórmula correctamente tipografiada: 
2557 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2558 \end_inset
2559
2560
2561 \end_layout
2562
2563 \begin_layout Subsection
2564 Coeficientes de un binomio
2565 \begin_inset Index
2566 status collapsed
2567
2568 \begin_layout Plain Layout
2569 Binomios
2570 \end_layout
2571
2572 \end_inset
2573
2574
2575 \end_layout
2576
2577 \begin_layout Standard
2578 Los coeficientes de un binomio se insertan con el comando 
2579 \series bold
2580
2581 \backslash
2582 binom
2583 \series default
2584
2585 \begin_inset Index
2586 status collapsed
2587
2588 \begin_layout Plain Layout
2589 Comandos ! B ! 
2590 \backslash
2591 binom
2592 \end_layout
2593
2594 \end_inset
2595
2596  o con el submenú del botón 
2597 \begin_inset Graphics
2598         filename ../../images/math/frac-square.png
2599         scale 85
2600
2601 \end_inset
2602
2603 de la barra de herramientas de ecuaciones.
2604  Como en las fracciones, además de 
2605 \series bold
2606
2607 \backslash
2608 binom
2609 \series default
2610  hay los comandos 
2611 \series bold
2612
2613 \backslash
2614 dbinom
2615 \begin_inset Index
2616 status collapsed
2617
2618 \begin_layout Plain Layout
2619 Comandos ! D ! 
2620 \backslash
2621 dbinom
2622 \end_layout
2623
2624 \end_inset
2625
2626
2627 \series default
2628  y 
2629 \series bold
2630
2631 \backslash
2632 tbinom
2633 \series default
2634
2635 \begin_inset Index
2636 status collapsed
2637
2638 \begin_layout Plain Layout
2639 Comandos ! T ! 
2640 \backslash
2641 tbinom
2642 \end_layout
2643
2644 \end_inset
2645
2646 .
2647  Para otros delimitadores de coeficientes de un binomio hay los comandos
2648  
2649 \series bold
2650
2651 \backslash
2652 brace
2653 \series default
2654
2655 \begin_inset Index
2656 status collapsed
2657
2658 \begin_layout Plain Layout
2659 Comandos ! B ! 
2660 \backslash
2661 brace
2662 \end_layout
2663
2664 \end_inset
2665
2666  y 
2667 \series bold
2668
2669 \backslash
2670 brack
2671 \series default
2672
2673 \begin_inset Index
2674 status collapsed
2675
2676 \begin_layout Plain Layout
2677 Comandos ! B ! 
2678 \backslash
2679 brack
2680 \end_layout
2681
2682 \end_inset
2683
2684 .
2685 \end_layout
2686
2687 \begin_layout Standard
2688 \noindent
2689 \align center
2690 \begin_inset Tabular
2691 <lyxtabular version="3" rows="6" columns="2">
2692 <features>
2693 <column alignment="center" valignment="top" width="0">
2694 <column alignment="center" valignment="top" width="0">
2695 <row>
2696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2697 \begin_inset Text
2698
2699 \begin_layout Plain Layout
2700 Comando
2701 \end_layout
2702
2703 \end_inset
2704 </cell>
2705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2706 \begin_inset Text
2707
2708 \begin_layout Plain Layout
2709 Resultado
2710 \begin_inset Note Note
2711 status collapsed
2712
2713 \begin_layout Plain Layout
2714
2715 \series bold
2716
2717 \backslash
2718 raisebox
2719 \series default
2720  se usa sólo como espaciador
2721 \end_layout
2722
2723 \end_inset
2724
2725
2726 \end_layout
2727
2728 \end_inset
2729 </cell>
2730 </row>
2731 <row>
2732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2733 \begin_inset Text
2734
2735 \begin_layout Plain Layout
2736
2737 \backslash
2738 binom
2739 \begin_inset ERT
2740 status collapsed
2741
2742 \begin_layout Plain Layout
2743
2744
2745 \backslash
2746 spce 
2747 \end_layout
2748
2749 \end_inset
2750
2751 A
2752 \begin_inset Formula $\downarrow$
2753 \end_inset
2754
2755 B
2756 \end_layout
2757
2758 \end_inset
2759 </cell>
2760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2761 \begin_inset Text
2762
2763 \begin_layout Plain Layout
2764 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2765 \end_inset
2766
2767
2768 \end_layout
2769
2770 \end_inset
2771 </cell>
2772 </row>
2773 <row>
2774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2775 \begin_inset Text
2776
2777 \begin_layout Plain Layout
2778
2779 \backslash
2780 dbinom
2781 \begin_inset ERT
2782 status collapsed
2783
2784 \begin_layout Plain Layout
2785
2786
2787 \backslash
2788 spce 
2789 \end_layout
2790
2791 \end_inset
2792
2793 A
2794 \begin_inset Formula $\downarrow$
2795 \end_inset
2796
2797 B
2798 \end_layout
2799
2800 \end_inset
2801 </cell>
2802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2803 \begin_inset Text
2804
2805 \begin_layout Plain Layout
2806 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2807 \end_inset
2808
2809
2810 \end_layout
2811
2812 \end_inset
2813 </cell>
2814 </row>
2815 <row>
2816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2817 \begin_inset Text
2818
2819 \begin_layout Plain Layout
2820
2821 \backslash
2822 tbinom
2823 \begin_inset ERT
2824 status collapsed
2825
2826 \begin_layout Plain Layout
2827
2828
2829 \backslash
2830 spce 
2831 \end_layout
2832
2833 \end_inset
2834
2835 A
2836 \begin_inset Formula $\downarrow$
2837 \end_inset
2838
2839 B
2840 \end_layout
2841
2842 \end_inset
2843 </cell>
2844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2845 \begin_inset Text
2846
2847 \begin_layout Plain Layout
2848 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2849 \end_inset
2850
2851
2852 \end_layout
2853
2854 \end_inset
2855 </cell>
2856 </row>
2857 <row>
2858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2859 \begin_inset Text
2860
2861 \begin_layout Plain Layout
2862
2863 \backslash
2864 brack
2865 \begin_inset ERT
2866 status collapsed
2867
2868 \begin_layout Plain Layout
2869
2870
2871 \backslash
2872 spce 
2873 \end_layout
2874
2875 \end_inset
2876
2877 A
2878 \begin_inset Formula $\downarrow$
2879 \end_inset
2880
2881 B
2882 \end_layout
2883
2884 \end_inset
2885 </cell>
2886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2887 \begin_inset Text
2888
2889 \begin_layout Plain Layout
2890 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2891 \end_inset
2892
2893
2894 \end_layout
2895
2896 \end_inset
2897 </cell>
2898 </row>
2899 <row>
2900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2901 \begin_inset Text
2902
2903 \begin_layout Plain Layout
2904
2905 \backslash
2906 brace
2907 \begin_inset ERT
2908 status collapsed
2909
2910 \begin_layout Plain Layout
2911
2912
2913 \backslash
2914 spce 
2915 \end_layout
2916
2917 \end_inset
2918
2919 A
2920 \begin_inset Formula $\downarrow$
2921 \end_inset
2922
2923 B
2924 \end_layout
2925
2926 \end_inset
2927 </cell>
2928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2929 \begin_inset Text
2930
2931 \begin_layout Plain Layout
2932 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2933 \end_inset
2934
2935
2936 \end_layout
2937
2938 \end_inset
2939 </cell>
2940 </row>
2941 </lyxtabular>
2942
2943 \end_inset
2944
2945
2946 \begin_inset Newpage newpage
2947 \end_inset
2948
2949
2950 \end_layout
2951
2952 \begin_layout Subsection
2953 Diferenciaciones de casos
2954 \begin_inset Index
2955 status collapsed
2956
2957 \begin_layout Plain Layout
2958 Casos
2959 \end_layout
2960
2961 \end_inset
2962
2963
2964 \end_layout
2965
2966 \begin_layout Standard
2967 \noindent
2968 \align center
2969 \begin_inset Tabular
2970 <lyxtabular version="3" rows="3" columns="2">
2971 <features>
2972 <column alignment="center" valignment="top" width="0">
2973 <column alignment="center" valignment="top" width="0">
2974 <row>
2975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2976 \begin_inset Text
2977
2978 \begin_layout Plain Layout
2979 Comando
2980 \end_layout
2981
2982 \end_inset
2983 </cell>
2984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2985 \begin_inset Text
2986
2987 \begin_layout Plain Layout
2988 Resultado
2989 \end_layout
2990
2991 \end_inset
2992 </cell>
2993 </row>
2994 <row>
2995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2996 \begin_inset Text
2997
2998 \begin_layout Plain Layout
2999
3000 \backslash
3001 cases
3002 \begin_inset ERT
3003 status collapsed
3004
3005 \begin_layout Plain Layout
3006
3007
3008 \backslash
3009 spce 
3010 \end_layout
3011
3012 \end_inset
3013
3014 A
3015 \begin_inset Formula $\to$
3016 \end_inset
3017
3018 B>0
3019 \begin_inset Index
3020 status collapsed
3021
3022 \begin_layout Plain Layout
3023 Comandos ! C ! 
3024 \backslash
3025 cases
3026 \end_layout
3027
3028 \end_inset
3029
3030
3031 \end_layout
3032
3033 \end_inset
3034 </cell>
3035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3036 \begin_inset Text
3037
3038 \begin_layout Plain Layout
3039 \begin_inset Formula $\begin{cases}
3040 A & B>0\end{cases}$
3041 \end_inset
3042
3043
3044 \end_layout
3045
3046 \end_inset
3047 </cell>
3048 </row>
3049 <row>
3050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3051 \begin_inset Text
3052
3053 \begin_layout Plain Layout
3054
3055 \backslash
3056 cases
3057 \begin_inset ERT
3058 status collapsed
3059
3060 \begin_layout Plain Layout
3061
3062
3063 \backslash
3064 spce 
3065 \end_layout
3066
3067 \end_inset
3068
3069 Ctrl-Retorno
3070 \end_layout
3071
3072 \end_inset
3073 </cell>
3074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3075 \begin_inset Text
3076
3077 \begin_layout Plain Layout
3078 \begin_inset Formula $\begin{cases}
3079 A & \textrm{para }x>0\\
3080 B & \textrm{para }x=0\end{cases}$
3081 \end_inset
3082
3083
3084 \end_layout
3085
3086 \end_inset
3087 </cell>
3088 </row>
3089 </lyxtabular>
3090
3091 \end_inset
3092
3093
3094 \end_layout
3095
3096 \begin_layout Standard
3097 Después de insertar 
3098 \series bold
3099
3100 \backslash
3101 cases
3102 \series default
3103  o usar el botón 
3104 \begin_inset Graphics
3105         filename ../../images/math/cases.png
3106         scale 85
3107
3108 \end_inset
3109
3110  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3111 \family sans
3112 Ctrl-Retorno
3113 \family default
3114  o con el botón
3115 \family sans
3116  
3117 \family default
3118
3119 \begin_inset Graphics
3120         filename ../../images/tabular-feature_append-row.png
3121         scale 85
3122
3123 \end_inset
3124
3125  de la barra de tablas.
3126 \end_layout
3127
3128 \begin_layout Standard
3129 El comando 
3130 \series bold
3131
3132 \backslash
3133 cases
3134 \series default
3135  también está disponible en el menú 
3136 \family sans
3137 Insertar\SpecialChar \menuseparator
3138 Ecuación\SpecialChar \menuseparator
3139 Entorno casos
3140 \family default
3141 .
3142 \end_layout
3143
3144 \begin_layout Subsection
3145 Negaciones
3146 \begin_inset Index
3147 status collapsed
3148
3149 \begin_layout Plain Layout
3150 Negaciones
3151 \end_layout
3152
3153 \end_inset
3154
3155
3156 \end_layout
3157
3158 \begin_layout Standard
3159 Con el comando 
3160 \series bold
3161
3162 \backslash
3163 not
3164 \series default
3165
3166 \begin_inset Index
3167 status collapsed
3168
3169 \begin_layout Plain Layout
3170 Comandos ! N ! 
3171 \backslash
3172 not
3173 \end_layout
3174
3175 \end_inset
3176
3177  todo carácter se puede mostrar cancelado.
3178  Los caracteres son casi tachados con una barra inclinada.
3179 \end_layout
3180
3181 \begin_layout Standard
3182 \noindent
3183 \align center
3184 \begin_inset Tabular
3185 <lyxtabular version="3" rows="4" columns="2">
3186 <features>
3187 <column alignment="center" valignment="top" width="0">
3188 <column alignment="center" valignment="top" width="0">
3189 <row>
3190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3191 \begin_inset Text
3192
3193 \begin_layout Plain Layout
3194 Comando
3195 \end_layout
3196
3197 \end_inset
3198 </cell>
3199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3200 \begin_inset Text
3201
3202 \begin_layout Plain Layout
3203 Resultado
3204 \end_layout
3205
3206 \end_inset
3207 </cell>
3208 </row>
3209 <row>
3210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3211 \begin_inset Text
3212
3213 \begin_layout Plain Layout
3214
3215 \backslash
3216 not=
3217 \end_layout
3218
3219 \end_inset
3220 </cell>
3221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3222 \begin_inset Text
3223
3224 \begin_layout Plain Layout
3225 \begin_inset Formula $\not=$
3226 \end_inset
3227
3228
3229 \end_layout
3230
3231 \end_inset
3232 </cell>
3233 </row>
3234 <row>
3235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3236 \begin_inset Text
3237
3238 \begin_layout Plain Layout
3239
3240 \backslash
3241 not 
3242 \backslash
3243 le
3244 \end_layout
3245
3246 \end_inset
3247 </cell>
3248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3249 \begin_inset Text
3250
3251 \begin_layout Plain Layout
3252 \begin_inset Formula $\not\le$
3253 \end_inset
3254
3255
3256 \end_layout
3257
3258 \end_inset
3259 </cell>
3260 </row>
3261 <row>
3262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3263 \begin_inset Text
3264
3265 \begin_layout Plain Layout
3266
3267 \backslash
3268 not 
3269 \backslash
3270 parallel
3271 \end_layout
3272
3273 \end_inset
3274 </cell>
3275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3276 \begin_inset Text
3277
3278 \begin_layout Plain Layout
3279 \begin_inset Formula $\not\parallel$
3280 \end_inset
3281
3282
3283 \end_layout
3284
3285 \end_inset
3286 </cell>
3287 </row>
3288 </lyxtabular>
3289
3290 \end_inset
3291
3292
3293 \end_layout
3294
3295 \begin_layout Standard
3296 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3297  Por tanto para algunas negaciones hay comandos especiales (véase 
3298 \begin_inset CommandInset ref
3299 LatexCommand ref
3300 reference "sub:Símbolos-matemáticos"
3301
3302 \end_inset
3303
3304  y 
3305 \begin_inset CommandInset ref
3306 LatexCommand ref
3307 reference "sec:Relaciones"
3308
3309 \end_inset
3310
3311 ).
3312 \end_layout
3313
3314 \begin_layout Subsection
3315 Espaciadores fantasma 
3316 \begin_inset CommandInset label
3317 LatexCommand label
3318 name "sub:Espaciadores-fantasma"
3319
3320 \end_inset
3321
3322
3323 \begin_inset Index
3324 status collapsed
3325
3326 \begin_layout Plain Layout
3327 Espaciadores fantasma
3328 \end_layout
3329
3330 \end_inset
3331
3332
3333 \begin_inset Index
3334 status collapsed
3335
3336 \begin_layout Plain Layout
3337 Química ! isótopos
3338 \end_layout
3339
3340 \end_inset
3341
3342
3343 \begin_inset Index
3344 status collapsed
3345
3346 \begin_layout Plain Layout
3347 Isótopos|see
3348 \begin_inset ERT
3349 status collapsed
3350
3351 \begin_layout Plain Layout
3352
3353 {
3354 \end_layout
3355
3356 \end_inset
3357
3358 Química
3359 \begin_inset ERT
3360 status collapsed
3361
3362 \begin_layout Plain Layout
3363
3364 }
3365 \end_layout
3366
3367 \end_inset
3368
3369
3370 \end_layout
3371
3372 \end_inset
3373
3374
3375 \end_layout
3376
3377 \begin_layout Standard
3378 En la presentación de isótopos,
3379 \begin_inset Foot
3380 status collapsed
3381
3382 \begin_layout Plain Layout
3383 Más sobre símbolos químicos en 
3384 \begin_inset CommandInset ref
3385 LatexCommand ref
3386 reference "sub:Símbolos-y-ecuaciones-químicas"
3387
3388 \end_inset
3389
3390
3391 \end_layout
3392
3393 \end_inset
3394
3395  p.
3396 \begin_inset space \thinspace{}
3397 \end_inset
3398
3399 e., surge el problema siguiente:
3400 \end_layout
3401
3402 \begin_layout Standard
3403 \noindent
3404 \align center
3405 \begin_inset Tabular
3406 <lyxtabular version="3" rows="2" columns="2">
3407 <features>
3408 <column alignment="center" valignment="top" width="0">
3409 <column alignment="center" valignment="top" width="0">
3410 <row>
3411 <cell alignment="center" valignment="top" usebox="none">
3412 \begin_inset Text
3413
3414 \begin_layout Plain Layout
3415 Índices generados con sub- y superíndices:
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 <cell alignment="center" valignment="top" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Plain Layout
3424 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3425 \end_inset
3426
3427
3428 \end_layout
3429
3430 \end_inset
3431 </cell>
3432 </row>
3433 <row>
3434 <cell alignment="center" valignment="top" usebox="none">
3435 \begin_inset Text
3436
3437 \begin_layout Plain Layout
3438 Índices correctos:
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 <cell alignment="center" valignment="top" usebox="none">
3444 \begin_inset Text
3445
3446 \begin_layout Plain Layout
3447 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3448 \end_inset
3449
3450
3451 \end_layout
3452
3453 \end_inset
3454 </cell>
3455 </row>
3456 </lyxtabular>
3457
3458 \end_inset
3459
3460
3461 \begin_inset Note Note
3462 status collapsed
3463
3464 \begin_layout Plain Layout
3465
3466 \series bold
3467
3468 \backslash
3469 raisebox
3470 \series default
3471  se usa sólo como espaciador
3472 \end_layout
3473
3474 \end_inset
3475
3476
3477 \end_layout
3478
3479 \begin_layout Standard
3480 Por omisión, el índice más corto se coloca sobre o bajo el primer carácter
3481  del índice más largo.
3482  Para evitarlo está el comando 
3483 \series bold
3484
3485 \backslash
3486 phantom
3487 \series default
3488
3489 \begin_inset Index
3490 status collapsed
3491
3492 \begin_layout Plain Layout
3493 Comandos ! P ! 
3494 \backslash
3495 phantom
3496 \end_layout
3497
3498 \end_inset
3499
3500  o el botón 
3501 \begin_inset space ~
3502 \end_inset
3503
3504
3505 \begin_inset Graphics
3506         filename ../../images/math/phantom.png
3507         scale 85
3508
3509 \end_inset
3510
3511  del submenú de espaciado de ecuaciones
3512 \begin_inset Foot
3513 status collapsed
3514
3515 \begin_layout Plain Layout
3516 Botón 
3517 \begin_inset Graphics
3518         filename ../../images/math/space.png
3519         scale 85
3520
3521 \end_inset
3522
3523  de la barra de ecuaciones
3524 \end_layout
3525
3526 \end_inset
3527
3528 , que genera uno o más caracteres fantasma.
3529  Al insertar 
3530 \series bold
3531
3532 \backslash
3533 phantom
3534 \series default
3535  aparece un pequeño marco azul con dos flechas rojas superpuestas
3536 \begin_inset Formula $\phantom{}$
3537 \end_inset
3538
3539 .
3540  Las flechas indican que se utilizarán como espaciador la anchura y altura
3541  totales del contenido del marco.
3542  Los caracteres fantasmas son espaciadores adecuados al tamaño de los caracteres.
3543 \end_layout
3544
3545 \begin_layout Standard
3546 \noindent
3547 \align center
3548 \begin_inset Tabular
3549 <lyxtabular version="3" rows="4" columns="2">
3550 <features>
3551 <column alignment="center" valignment="top" width="0">
3552 <column alignment="center" valignment="top" width="0">
3553 <row>
3554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3555 \begin_inset Text
3556
3557 \begin_layout Plain Layout
3558 Comando
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567 Resultado
3568 \begin_inset Note Note
3569 status collapsed
3570
3571 \begin_layout Plain Layout
3572
3573 \series bold
3574
3575 \backslash
3576 raisebox
3577 \series default
3578  se usa sólo como espaciador
3579 \end_layout
3580
3581 \end_inset
3582
3583
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 </row>
3589 <row>
3590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594 ^19
3595 \begin_inset ERT
3596 status collapsed
3597
3598 \begin_layout Plain Layout
3599
3600
3601 \backslash
3602 spce 
3603 \end_layout
3604
3605 \end_inset
3606
3607 _
3608 \backslash
3609 phantom
3610 \begin_inset ERT
3611 status collapsed
3612
3613 \begin_layout Plain Layout
3614
3615
3616 \backslash
3617 spce 
3618 \end_layout
3619
3620 \end_inset
3621
3622 1
3623 \begin_inset Formula $\rightarrow$
3624 \end_inset
3625
3626 9
3627 \begin_inset ERT
3628 status collapsed
3629
3630 \begin_layout Plain Layout
3631
3632
3633 \backslash
3634 spce 
3635 \end_layout
3636
3637 \end_inset
3638
3639 F
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Plain Layout
3648 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3649 \end_inset
3650
3651
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 </row>
3657 <row>
3658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662 ^235
3663 \begin_inset ERT
3664 status collapsed
3665
3666 \begin_layout Plain Layout
3667
3668
3669 \backslash
3670 spce 
3671 \end_layout
3672
3673 \end_inset
3674
3675 _
3676 \backslash
3677 phantom
3678 \begin_inset ERT
3679 status collapsed
3680
3681 \begin_layout Plain Layout
3682
3683
3684 \backslash
3685 spce 
3686 \end_layout
3687
3688 \end_inset
3689
3690 23
3691 \begin_inset Formula $\rightarrow$
3692 \end_inset
3693
3694 9
3695 \begin_inset ERT
3696 status collapsed
3697
3698 \begin_layout Plain Layout
3699
3700
3701 \backslash
3702 spce 
3703 \end_layout
3704
3705 \end_inset
3706
3707 F
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Plain Layout
3716 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3717 \end_inset
3718
3719
3720 \end_layout
3721
3722 \end_inset
3723 </cell>
3724 </row>
3725 <row>
3726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3727 \begin_inset Text
3728
3729 \begin_layout Plain Layout
3730
3731 \backslash
3732 Lambda^
3733 \begin_inset ERT
3734 status collapsed
3735
3736 \begin_layout Plain Layout
3737
3738
3739 \backslash
3740 spce 
3741 \end_layout
3742
3743 \end_inset
3744
3745
3746 \backslash
3747 phantom
3748 \begin_inset ERT
3749 status collapsed
3750
3751 \begin_layout Plain Layout
3752
3753
3754 \backslash
3755 spce 
3756 \end_layout
3757
3758 \end_inset
3759
3760 ii
3761 \begin_inset Formula $\rightarrow$
3762 \end_inset
3763
3764 t
3765 \begin_inset ERT
3766 status collapsed
3767
3768 \begin_layout Plain Layout
3769
3770
3771 \backslash
3772 spce 
3773 \end_layout
3774
3775 \end_inset
3776
3777 _MMt
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3787 \end_inset
3788
3789
3790 \end_layout
3791
3792 \end_inset
3793 </cell>
3794 </row>
3795 </lyxtabular>
3796
3797 \end_inset
3798
3799
3800 \end_layout
3801
3802 \begin_layout Standard
3803 Además hay los comandos 
3804 \series bold
3805
3806 \backslash
3807 vphantom
3808 \series default
3809
3810 \begin_inset Index
3811 status collapsed
3812
3813 \begin_layout Plain Layout
3814 Comandos ! V ! 
3815 \backslash
3816 vphantom
3817 \end_layout
3818
3819 \end_inset
3820
3821  (botón 
3822 \begin_inset space ~
3823 \end_inset
3824
3825
3826 \begin_inset Graphics
3827         filename ../../images/math/vphantom.png
3828         scale 85
3829
3830 \end_inset
3831
3832 ) y 
3833 \series bold
3834
3835 \backslash
3836 hphantom
3837 \series default
3838
3839 \begin_inset Index
3840 status collapsed
3841
3842 \begin_layout Plain Layout
3843 Comandos ! H ! 
3844 \backslash
3845 hphantom
3846 \end_layout
3847
3848 \end_inset
3849
3850  (botón 
3851 \begin_inset space ~
3852 \end_inset
3853
3854
3855 \begin_inset Graphics
3856         filename ../../images/math/hphantom.png
3857         scale 85
3858
3859 \end_inset
3860
3861 ).
3862  
3863 \series bold
3864
3865 \backslash
3866 hphantom
3867 \series default
3868  genera espacio en el marco sólo para la altura máxima de los caracteres,
3869  no para su anchura.
3870  
3871 \series bold
3872
3873 \backslash
3874 vphantom
3875 \series default
3876  genera espacio sólo para la anchura del contenido del marco.
3877  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3878 \end_layout
3879
3880 \begin_layout Standard
3881 Por ejemplo, 
3882 \series bold
3883
3884 \backslash
3885 vphantom
3886 \series default
3887
3888 \begin_inset ERT
3889 status collapsed
3890
3891 \begin_layout Plain Layout
3892
3893
3894 \backslash
3895 spce 
3896 \end_layout
3897
3898 \end_inset
3899
3900
3901 \series bold
3902 a
3903 \backslash
3904 int
3905 \series default
3906  genera espacio de la altura del signo de la integral,
3907 \begin_inset Foot
3908 status collapsed
3909
3910 \begin_layout Plain Layout
3911 El comando 
3912 \series bold
3913
3914 \backslash
3915 int
3916 \series default
3917  genera un signo de integral, véase 
3918 \begin_inset CommandInset ref
3919 LatexCommand ref
3920 reference "sub:Operadores-grandes"
3921
3922 \end_inset
3923
3924
3925 \end_layout
3926
3927 \end_inset
3928
3929  porque este es el carácter más largo.
3930  En la 
3931 \begin_inset CommandInset ref
3932 LatexCommand ref
3933 reference "sub:Delimitadores-multilínea"
3934
3935 \end_inset
3936
3937  hay un ejemplo de aplicación.
3938 \end_layout
3939
3940 \begin_layout Subsection
3941 Líneas
3942 \begin_inset Index
3943 status collapsed
3944
3945 \begin_layout Plain Layout
3946 Lineas@Líneas
3947 \end_layout
3948
3949 \end_inset
3950
3951
3952 \begin_inset Index
3953 status collapsed
3954
3955 \begin_layout Plain Layout
3956 Ecuación ! sub- o superrayada
3957 \end_layout
3958
3959 \end_inset
3960
3961
3962 \end_layout
3963
3964 \begin_layout Standard
3965 \noindent
3966 \align center
3967 \begin_inset Tabular
3968 <lyxtabular version="3" rows="4" columns="2">
3969 <features>
3970 <column alignment="center" valignment="top" width="0">
3971 <column alignment="center" valignment="top" width="0">
3972 <row>
3973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977 Comando
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986 Resultado
3987 \begin_inset Note Note
3988 status collapsed
3989
3990 \begin_layout Plain Layout
3991
3992 \series bold
3993
3994 \backslash
3995 raisebox
3996 \series default
3997  se usa sólo como espaciador
3998 \end_layout
3999
4000 \end_inset
4001
4002
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 </row>
4008 <row>
4009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013
4014 \backslash
4015 overline
4016 \begin_inset ERT
4017 status collapsed
4018
4019 \begin_layout Plain Layout
4020
4021
4022 \backslash
4023 spce 
4024 \end_layout
4025
4026 \end_inset
4027
4028 A+B
4029 \begin_inset Index
4030 status collapsed
4031
4032 \begin_layout Plain Layout
4033 Comandos ! O ! 
4034 \backslash
4035 overline
4036 \end_layout
4037
4038 \end_inset
4039
4040
4041 \end_layout
4042
4043 \end_inset
4044 </cell>
4045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Plain Layout
4049 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4050 \end_inset
4051
4052
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 </row>
4058 <row>
4059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063
4064 \backslash
4065 underline
4066 \begin_inset ERT
4067 status collapsed
4068
4069 \begin_layout Plain Layout
4070
4071
4072 \backslash
4073 spce 
4074 \end_layout
4075
4076 \end_inset
4077
4078 A+B
4079 \begin_inset Index
4080 status collapsed
4081
4082 \begin_layout Plain Layout
4083 Comandos ! U ! 
4084 \backslash
4085 underline
4086 \end_layout
4087
4088 \end_inset
4089
4090
4091 \end_layout
4092
4093 \end_inset
4094 </cell>
4095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4100 \end_inset
4101
4102
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 </row>
4108 <row>
4109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4110 \begin_inset Text
4111
4112 \begin_layout Plain Layout
4113
4114 \backslash
4115 overline
4116 \begin_inset ERT
4117 status collapsed
4118
4119 \begin_layout Plain Layout
4120
4121
4122 \backslash
4123 spce 
4124 \end_layout
4125
4126 \end_inset
4127
4128
4129 \backslash
4130 underline
4131 \begin_inset ERT
4132 status collapsed
4133
4134 \begin_layout Plain Layout
4135
4136
4137 \backslash
4138 spce 
4139 \end_layout
4140
4141 \end_inset
4142
4143 A+B
4144 \end_layout
4145
4146 \end_inset
4147 </cell>
4148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Plain Layout
4152 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4153 \end_inset
4154
4155
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 </row>
4161 </lyxtabular>
4162
4163 \end_inset
4164
4165
4166 \end_layout
4167
4168 \begin_layout Standard
4169 En el último ejemplo es indiferente poner primero 
4170 \series bold
4171
4172 \backslash
4173 overline
4174 \series default
4175  o 
4176 \series bold
4177
4178 \backslash
4179 underline
4180 \series default
4181 .
4182 \end_layout
4183
4184 \begin_layout Standard
4185 Para poner doble subrayado, p.
4186 \begin_inset space \thinspace{}
4187 \end_inset
4188
4189 e.
4190  en resultados, se usa 
4191 \series bold
4192
4193 \backslash
4194 underline
4195 \series default
4196  dos veces.
4197 \end_layout
4198
4199 \begin_layout Standard
4200 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4201 \begin_inset VSpace bigskip
4202 \end_inset
4203
4204 Se pueden crear líneas personalizadas con el comando 
4205 \series bold
4206
4207 \backslash
4208 rule
4209 \series default
4210
4211 \begin_inset Index
4212 status open
4213
4214 \begin_layout Plain Layout
4215 Comandos ! R ! 
4216 \backslash
4217 rule
4218 \end_layout
4219
4220 \end_inset
4221
4222  con el esquema siguiente:
4223 \end_layout
4224
4225 \begin_layout Standard
4226
4227 \series bold
4228
4229 \backslash
4230 rule[hueco vertical]{longitud}{grosor}
4231 \end_layout
4232
4233 \begin_layout Standard
4234 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4235  si el valor es negativo).
4236  Las unidades disponibles para los valores están listadas en
4237 \begin_inset space ~
4238 \end_inset
4239
4240
4241 \begin_inset CommandInset ref
4242 LatexCommand ref
4243 reference "tab:Unidades-disponibles"
4244
4245 \end_inset
4246
4247 .
4248  A continuación hay dos ejemplos de líneas creadas con los comandos
4249 \series bold
4250
4251 \begin_inset Newline newline
4252 \end_inset
4253
4254
4255 \backslash
4256 rule[-2ex]{3cm}{2pt}
4257 \series default
4258  y 
4259 \series bold
4260
4261 \backslash
4262 rule{2cm}{1pt}
4263 \series default
4264 :
4265 \end_layout
4266
4267 \begin_layout Standard
4268 Esto es una frase 
4269 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4270 \end_inset
4271
4272  con dos líneas.
4273 \end_layout
4274
4275 \begin_layout Standard
4276
4277 \series bold
4278
4279 \backslash
4280 rule
4281 \series default
4282  también se puede usar para texto si se inserta en modo TeX.
4283 \end_layout
4284
4285 \begin_layout Subsection
4286 Puntos
4287 \begin_inset CommandInset label
4288 LatexCommand label
4289 name "sub:Puntos"
4290
4291 \end_inset
4292
4293
4294 \begin_inset Index
4295 status collapsed
4296
4297 \begin_layout Plain Layout
4298 Puntos
4299 \end_layout
4300
4301 \end_inset
4302
4303
4304 \end_layout
4305
4306 \begin_layout Standard
4307 Hay distintos tipos de puntos disponibles.
4308 \begin_inset Foot
4309 status collapsed
4310
4311 \begin_layout Plain Layout
4312 En la barra de herramientas de ecuaciones, en el panel del botón 
4313 \begin_inset Graphics
4314         filename ../../images/math/ldots.png
4315         scale 85
4316
4317 \end_inset
4318
4319 .
4320 \end_layout
4321
4322 \end_inset
4323
4324  Para continuación en enumeraciones se usan puntos bajos, (
4325 \series bold
4326
4327 \backslash
4328 ldots
4329 \series default
4330
4331 \begin_inset Index
4332 status collapsed
4333
4334 \begin_layout Plain Layout
4335 Comandos ! L ! 
4336 \backslash
4337 ldots
4338 \end_layout
4339
4340 \end_inset
4341
4342 ), mientras que para operaciones se usan puntos centrados a la misma altura
4343  que los operadores, (
4344 \series bold
4345
4346 \backslash
4347 cdots
4348 \series default
4349
4350 \begin_inset Index
4351 status collapsed
4352
4353 \begin_layout Plain Layout
4354 Comandos ! C ! 
4355 \backslash
4356 cdots
4357 \end_layout
4358
4359 \end_inset
4360
4361 ).
4362  Si se usa el comando 
4363 \series bold
4364
4365 \backslash
4366 dots
4367 \series default
4368
4369 \begin_inset Index
4370 status collapsed
4371
4372 \begin_layout Plain Layout
4373 Comandos ! D ! 
4374 \backslash
4375 dots
4376 \end_layout
4377
4378 \end_inset
4379
4380 , LaTeX decide el tipo a usar en función del carácter siguiente.
4381 \end_layout
4382
4383 \begin_layout Standard
4384 \align center
4385 \begin_inset Tabular
4386 <lyxtabular version="3" rows="8" columns="2">
4387 <features>
4388 <column alignment="center" valignment="top" width="0pt">
4389 <column alignment="center" valignment="top" width="0pt">
4390 <row>
4391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4392 \begin_inset Text
4393
4394 \begin_layout Plain Layout
4395 Comando
4396 \end_layout
4397
4398 \end_inset
4399 </cell>
4400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404 Resultado
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 </row>
4410 <row>
4411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4412 \begin_inset Text
4413
4414 \begin_layout Plain Layout
4415 A_1
4416 \begin_inset ERT
4417 status collapsed
4418
4419 \begin_layout Plain Layout
4420
4421
4422 \backslash
4423 spce 
4424 \end_layout
4425
4426 \end_inset
4427
4428 ,
4429 \backslash
4430 dots
4431 \begin_inset ERT
4432 status collapsed
4433
4434 \begin_layout Plain Layout
4435
4436
4437 \backslash
4438 spce 
4439 \end_layout
4440
4441 \end_inset
4442
4443 ,A_n
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452 \begin_inset Formula $A_{1},\dots,A_{n}$
4453 \end_inset
4454
4455
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 </row>
4461 <row>
4462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466 A_1
4467 \begin_inset ERT
4468 status collapsed
4469
4470 \begin_layout Plain Layout
4471
4472
4473 \backslash
4474 spce 
4475 \end_layout
4476
4477 \end_inset
4478
4479 +
4480 \backslash
4481 dots
4482 \begin_inset ERT
4483 status collapsed
4484
4485 \begin_layout Plain Layout
4486
4487
4488 \backslash
4489 spce 
4490 \end_layout
4491
4492 \end_inset
4493
4494 +A_n
4495 \end_layout
4496
4497 \end_inset
4498 </cell>
4499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503 \begin_inset Formula $A_{1}+\dots+A_{n}$
4504 \end_inset
4505
4506
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 </row>
4512 <row>
4513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517 A_1
4518 \begin_inset ERT
4519 status collapsed
4520
4521 \begin_layout Plain Layout
4522
4523
4524 \backslash
4525 spce 
4526 \end_layout
4527
4528 \end_inset
4529
4530 ,
4531 \backslash
4532 ldots
4533 \begin_inset ERT
4534 status collapsed
4535
4536 \begin_layout Plain Layout
4537
4538
4539 \backslash
4540 spce 
4541 \end_layout
4542
4543 \end_inset
4544
4545 ,A_n
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4551 \begin_inset Text
4552
4553 \begin_layout Plain Layout
4554 \begin_inset Formula $A_{1},\ldots,A_{n}$
4555 \end_inset
4556
4557
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 </row>
4563 <row>
4564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568 A_1
4569 \begin_inset ERT
4570 status collapsed
4571
4572 \begin_layout Plain Layout
4573
4574
4575 \backslash
4576 spce 
4577 \end_layout
4578
4579 \end_inset
4580
4581 +
4582 \backslash
4583 cdots
4584 \begin_inset ERT
4585 status collapsed
4586
4587 \begin_layout Plain Layout
4588
4589
4590 \backslash
4591 spce 
4592 \end_layout
4593
4594 \end_inset
4595
4596 +A_n
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4606 \end_inset
4607
4608
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 </row>
4614 <row>
4615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619
4620 \backslash
4621 vdots
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4627 \begin_inset Text
4628
4629 \begin_layout Plain Layout
4630 \begin_inset Formula $\vdots$
4631 \end_inset
4632
4633
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 </row>
4639 <row>
4640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Plain Layout
4644
4645 \backslash
4646 ddots
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4652 \begin_inset Text
4653
4654 \begin_layout Plain Layout
4655 \begin_inset Formula $\ddots$
4656 \end_inset
4657
4658
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 </row>
4664 <row>
4665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Plain Layout
4669 Matriz
4670 \begin_inset space \thinspace{}
4671 \end_inset
4672
4673 3×3 con los distintos puntos
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682 \begin_inset Formula $\begin{array}{ccc}
4683 A_{11} & \cdots & A_{1m}\\
4684 \vdots & \ddots & \vdots\\
4685 A_{n1} & \cdots & A_{nm}\end{array}$
4686 \end_inset
4687
4688
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 </row>
4694 </lyxtabular>
4695
4696 \end_inset
4697
4698
4699 \end_layout
4700
4701 \begin_layout Standard
4702 Los puntos suspensivos disponibles en el menú 
4703 \family sans
4704 Insertar\SpecialChar \menuseparator
4705 Carácter especial
4706 \family default
4707  son 
4708 \series bold
4709
4710 \backslash
4711 ldots
4712 \series default
4713 .
4714 \begin_inset VSpace medskip
4715 \end_inset
4716
4717
4718 \end_layout
4719
4720 \begin_layout Standard
4721 Hay puntos específicos para matrices que se extienden por varias columnas.
4722  Se generan con el comando 
4723 \series bold
4724
4725 \backslash
4726 hdotsfor
4727 \series default
4728
4729 \begin_inset Index
4730 status collapsed
4731
4732 \begin_layout Plain Layout
4733 Comandos ! H ! 
4734 \backslash
4735 hdotsfor
4736 \end_layout
4737
4738 \end_inset
4739
4740 , que tiene el siguiente esquema:
4741 \end_layout
4742
4743 \begin_layout Standard
4744
4745 \series bold
4746
4747 \backslash
4748 hdotsfor[distancia]{número de columnas}
4749 \end_layout
4750
4751 \begin_layout Standard
4752 Número de columnas especifica cuántas columnas deben abarcarse.
4753  Distancia es un factor para la separación entre los puntos.
4754 \end_layout
4755
4756 \begin_layout Standard
4757 En la siguiente matriz se ha insertado el comando 
4758 \series bold
4759
4760 \backslash
4761 hdotsfor[2]{4}
4762 \series default
4763  en el primer recuadro de la segunda línea para obtener puntos separados
4764  una distancia equivalente a dos veces la del comando 
4765 \series bold
4766
4767 \backslash
4768 dots
4769 \series default
4770 .
4771 \begin_inset Formula \[
4772 \left(\begin{array}{cccc}
4773 A & B & C & D\\
4774 \hdotsfor[2]{4}\\
4775 q & w & e & r\end{array}\right)\]
4776
4777 \end_inset
4778
4779
4780 \end_layout
4781
4782 \begin_layout Standard
4783 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
4784  de lo contrario se producen errores de LaTeX.
4785 \end_layout
4786
4787 \begin_layout Standard
4788 \begin_inset VSpace bigskip
4789 \end_inset
4790
4791
4792 \end_layout
4793
4794 \begin_layout Standard
4795 Además, con el comando 
4796 \series bold
4797
4798 \backslash
4799 dotfill
4800 \series default
4801
4802 \begin_inset Index
4803 status collapsed
4804
4805 \begin_layout Plain Layout
4806 Comandos ! D ! 
4807 \backslash
4808 dotfill
4809 \end_layout
4810
4811 \end_inset
4812
4813  puedes completar con puntos una línea.
4814  El efecto de este tipo de comandos es como el de 
4815 \series bold
4816
4817 \backslash
4818 hfill
4819 \series default
4820 , véase 
4821 \begin_inset CommandInset ref
4822 LatexCommand ref
4823 reference "sub:Espacio-variable"
4824
4825 \end_inset
4826
4827 .
4828 \end_layout
4829
4830 \begin_layout Standard
4831 Por ejemplo el comando 
4832 \series bold
4833 A
4834 \backslash
4835 dotfill
4836 \series default
4837
4838 \begin_inset ERT
4839 status collapsed
4840
4841 \begin_layout Plain Layout
4842
4843
4844 \backslash
4845 spce 
4846 \end_layout
4847
4848 \end_inset
4849
4850
4851 \series bold
4852 B
4853 \series default
4854  genera
4855 \end_layout
4856
4857 \begin_layout Standard
4858 \begin_inset Formula $A\dotfill B$
4859 \end_inset
4860
4861
4862 \end_layout
4863
4864 \begin_layout Standard
4865 Un comando análogo a 
4866 \series bold
4867
4868 \backslash
4869 dotfill
4870 \series default
4871  para rellenar con una línea es 
4872 \series bold
4873
4874 \backslash
4875 hrulefill
4876 \series default
4877
4878 \begin_inset Index
4879 status collapsed
4880
4881 \begin_layout Plain Layout
4882 Comandos ! H ! 
4883 \backslash
4884 hrulefill
4885 \end_layout
4886
4887 \end_inset
4888
4889 :
4890 \end_layout
4891
4892 \begin_layout Standard
4893 \begin_inset Formula $A\hrulefill B$
4894 \end_inset
4895
4896
4897 \end_layout
4898
4899 \begin_layout Standard
4900 Para usar estos comandos en el texto, deben insertarse en modo TeX.
4901 \end_layout
4902
4903 \begin_layout Section
4904 Matrices
4905 \begin_inset CommandInset label
4906 LatexCommand label
4907 name "sec:Matrices"
4908
4909 \end_inset
4910
4911
4912 \begin_inset Index
4913 status collapsed
4914
4915 \begin_layout Plain Layout
4916 Matrices
4917 \end_layout
4918
4919 \end_inset
4920
4921
4922 \end_layout
4923
4924 \begin_layout Standard
4925 Se pueden insertar con el botón 
4926 \begin_inset Graphics
4927         filename ../../images/dialog-show_mathmatrix.png
4928         scale 85
4929
4930 \end_inset
4931
4932  de la barra de ecuaciones o con el menú 
4933 \family sans
4934 Insertar\SpecialChar \menuseparator
4935 Ecuación\SpecialChar \menuseparator
4936 Matriz
4937 \family default
4938 .
4939  Aparece una ventana en la que se pide el número de filas y columnas y la
4940  alineación.
4941  La alineación vertical sólo es relevante para matrices en línea:
4942 \end_layout
4943
4944 \begin_layout Standard
4945 Esta primera matriz tiene alineación superior 
4946 \begin_inset Formula $\begin{array}[t]{cccc}
4947 A & D & G & J\\
4948 B & E & H & K\\
4949 D & F & I & L\end{array}$
4950 \end_inset
4951
4952  , la segunda alineación central 
4953 \begin_inset Formula $\begin{array}{cccc}
4954 A & D & G & J\\
4955 B & E & H & K\\
4956 D & F & I & L\end{array}$
4957 \end_inset
4958
4959  , y la tercera alineación inferior 
4960 \begin_inset Formula $\begin{array}[b]{cccc}
4961 A & D & G & J\\
4962 B & E & H & K\\
4963 D & F & I & L\end{array}$
4964 \end_inset
4965
4966 .
4967 \end_layout
4968
4969 \begin_layout Standard
4970 La alineación horizontal especifica cómo deben alinearse las entradas de
4971  la columna.
4972  Se determina mediante una letra para cada columna.
4973  
4974 \emph on
4975 l
4976 \emph default
4977  indica alineación a la izquierda, 
4978 \emph on
4979 c
4980 \emph default
4981  alineación centrada y 
4982 \emph on
4983 r
4984 \emph default
4985  alineación a la derecha.
4986  Por ejemplo, para componer una matriz
4987 \begin_inset space ~
4988 \end_inset
4989
4990 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
4991  centradas y la última a la derecha, se anota 
4992 \series bold
4993 lccr
4994 \series default
4995  en la alineación horizontal.
4996  Normalmente todas las columnas de una matriz están centradas, por tanto
4997  el valor por omisión es 
4998 \series bold
4999 c
5000 \series default
5001  para todas ellas.
5002 \end_layout
5003
5004 \begin_layout Standard
5005 Alineación horizontal:
5006 \end_layout
5007
5008 \begin_layout Standard
5009
5010 \series bold
5011 lll
5012 \series default
5013  : 
5014 \begin_inset Formula $\begin{array}{lll}
5015 10000 & D & G\\
5016 B & 10000 & H\\
5017 C & F & 10000\end{array}$
5018 \end_inset
5019
5020  , 
5021 \series bold
5022 ccc 
5023 \series default
5024
5025 \begin_inset Formula $\begin{array}{ccc}
5026 10000 & D & G\\
5027 B & 10000 & H\\
5028 C & F & 10000\end{array}$
5029 \end_inset
5030
5031  
5032 \series bold
5033 ,
5034 \series default
5035  
5036 \series bold
5037 rrr 
5038 \series default
5039
5040 \begin_inset Formula $\begin{array}{rrr}
5041 10000 & D & G\\
5042 B & 10000 & H\\
5043 C & F & 10000\end{array}$
5044 \end_inset
5045
5046
5047 \end_layout
5048
5049 \begin_layout Standard
5050 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
5051  botones 
5052 \begin_inset Graphics
5053         filename ../../images/tabular-feature_append-row.png
5054         scale 85
5055
5056 \end_inset
5057
5058
5059 \begin_inset Graphics
5060         filename ../../images/tabular-feature_delete-row.png
5061         scale 85
5062
5063 \end_inset
5064
5065 , etc.
5066  de la barra de ecuaciones o el menú 
5067 \family sans
5068 Editar\SpecialChar \menuseparator
5069 Filas y columnas
5070 \family default
5071 .
5072  También se pueden añadir filas nuevas con 
5073 \family sans
5074 Ctrl-Retorno
5075 \family default
5076 .
5077 \end_layout
5078
5079 \begin_layout Standard
5080 \begin_inset VSpace bigskip
5081 \end_inset
5082
5083
5084 \end_layout
5085
5086 \begin_layout Standard
5087 Se pueden poner paréntesis alrededor de una matriz con los comandos 
5088 \series bold
5089
5090 \backslash
5091 left
5092 \series default
5093
5094 \begin_inset Index
5095 status collapsed
5096
5097 \begin_layout Plain Layout
5098 Comandos ! L ! 
5099 \backslash
5100 left
5101 \end_layout
5102
5103 \end_inset
5104
5105  y 
5106 \series bold
5107
5108 \backslash
5109 right
5110 \series default
5111
5112 \begin_inset Index
5113 status collapsed
5114
5115 \begin_layout Plain Layout
5116 Comandos ! R ! 
5117 \backslash
5118 right
5119 \end_layout
5120
5121 \end_inset
5122
5123  (atajo 
5124 \family sans
5125 Alt-m
5126 \begin_inset space ~
5127 \end_inset
5128
5129 paréntesis
5130 \family default
5131 ), véase 
5132 \begin_inset CommandInset ref
5133 LatexCommand ref
5134 reference "sub:Tamaño-automático-de"
5135
5136 \end_inset
5137
5138 , o usando los comandos siguientes:
5139 \end_layout
5140
5141 \begin_layout Standard
5142 \begin_inset VSpace medskip
5143 \end_inset
5144
5145
5146 \end_layout
5147
5148 \begin_layout Standard
5149 \begin_inset space \hfill{}
5150 \end_inset
5151
5152
5153 \begin_inset Tabular
5154 <lyxtabular version="3" rows="4" columns="2">
5155 <features>
5156 <column alignment="center" valignment="top" width="0">
5157 <column alignment="center" valignment="top" width="0">
5158 <row>
5159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5160 \begin_inset Text
5161
5162 \begin_layout Plain Layout
5163 Comando
5164 \end_layout
5165
5166 \end_inset
5167 </cell>
5168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5169 \begin_inset Text
5170
5171 \begin_layout Plain Layout
5172 Resultado
5173 \begin_inset Note Note
5174 status collapsed
5175
5176 \begin_layout Plain Layout
5177
5178 \series bold
5179
5180 \backslash
5181 raisebox
5182 \series default
5183  se usa sólo como espaciador
5184 \end_layout
5185
5186 \end_inset
5187
5188
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 </row>
5194 <row>
5195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5196 \begin_inset Text
5197
5198 \begin_layout Plain Layout
5199
5200 \backslash
5201 bmatrix
5202 \begin_inset ERT
5203 status collapsed
5204
5205 \begin_layout Plain Layout
5206
5207
5208 \backslash
5209 spce 
5210 \end_layout
5211
5212 \end_inset
5213
5214 2
5215 \series bold
5216 ×
5217 \series default
5218 2
5219 \begin_inset space \thinspace{}
5220 \end_inset
5221
5222 matriz
5223 \end_layout
5224
5225 \end_inset
5226 </cell>
5227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5228 \begin_inset Text
5229
5230 \begin_layout Plain Layout
5231 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5232 0 & \textrm{-}\mathrm{i}\\
5233 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5234 \end_inset
5235
5236
5237 \end_layout
5238
5239 \end_inset
5240 </cell>
5241 </row>
5242 <row>
5243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5244 \begin_inset Text
5245
5246 \begin_layout Plain Layout
5247
5248 \backslash
5249 Bmatrix
5250 \begin_inset ERT
5251 status collapsed
5252
5253 \begin_layout Plain Layout
5254
5255
5256 \backslash
5257 spce 
5258 \end_layout
5259
5260 \end_inset
5261
5262 2×2
5263 \begin_inset space \thinspace{}
5264 \end_inset
5265
5266 matriz
5267 \end_layout
5268
5269 \end_inset
5270 </cell>
5271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Plain Layout
5275 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5276 0 & \textrm{-}\mathrm{i}\\
5277 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5278 \end_inset
5279
5280
5281 \end_layout
5282
5283 \end_inset
5284 </cell>
5285 </row>
5286 <row>
5287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5288 \begin_inset Text
5289
5290 \begin_layout Plain Layout
5291
5292 \backslash
5293 pmatrix
5294 \begin_inset ERT
5295 status collapsed
5296
5297 \begin_layout Plain Layout
5298
5299
5300 \backslash
5301 spce 
5302 \end_layout
5303
5304 \end_inset
5305
5306 2
5307 \series bold
5308 ×
5309 \series default
5310 2
5311 \begin_inset space \thinspace{}
5312 \end_inset
5313
5314 matriz
5315 \end_layout
5316
5317 \end_inset
5318 </cell>
5319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Plain Layout
5323 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5324 0 & \textrm{-}\mathrm{i}\\
5325 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5326 \end_inset
5327
5328
5329 \end_layout
5330
5331 \end_inset
5332 </cell>
5333 </row>
5334 </lyxtabular>
5335
5336 \end_inset
5337
5338
5339 \begin_inset space \hfill{}
5340 \end_inset
5341
5342
5343 \begin_inset Tabular
5344 <lyxtabular version="3" rows="4" columns="2">
5345 <features>
5346 <column alignment="center" valignment="top" width="0">
5347 <column alignment="center" valignment="top" width="0">
5348 <row>
5349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5350 \begin_inset Text
5351
5352 \begin_layout Plain Layout
5353 Comando
5354 \end_layout
5355
5356 \end_inset
5357 </cell>
5358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5359 \begin_inset Text
5360
5361 \begin_layout Plain Layout
5362 Resultado
5363 \begin_inset Note Note
5364 status collapsed
5365
5366 \begin_layout Plain Layout
5367
5368 \series bold
5369
5370 \backslash
5371 raisebox
5372 \series default
5373  se usa sólo como espaciador
5374 \end_layout
5375
5376 \end_inset
5377
5378
5379 \end_layout
5380
5381 \end_inset
5382 </cell>
5383 </row>
5384 <row>
5385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5386 \begin_inset Text
5387
5388 \begin_layout Plain Layout
5389
5390 \backslash
5391 vmatrix
5392 \begin_inset ERT
5393 status collapsed
5394
5395 \begin_layout Plain Layout
5396
5397
5398 \backslash
5399 spce 
5400 \end_layout
5401
5402 \end_inset
5403
5404 2
5405 \series bold
5406 ×
5407 \series default
5408 2
5409 \begin_inset space \thinspace{}
5410 \end_inset
5411
5412 matriz
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Plain Layout
5421 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5422 0 & \textrm{-}\mathrm{i}\\
5423 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5424 \end_inset
5425
5426
5427 \end_layout
5428
5429 \end_inset
5430 </cell>
5431 </row>
5432 <row>
5433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5434 \begin_inset Text
5435
5436 \begin_layout Plain Layout
5437
5438 \backslash
5439 Vmatrix
5440 \begin_inset ERT
5441 status collapsed
5442
5443 \begin_layout Plain Layout
5444
5445
5446 \backslash
5447 spce 
5448 \end_layout
5449
5450 \end_inset
5451
5452 2
5453 \series bold
5454 ×
5455 \series default
5456 2
5457 \begin_inset space \thinspace{}
5458 \end_inset
5459
5460 matriz
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5470 0 & \textrm{-}\mathrm{i}\\
5471 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5472 \end_inset
5473
5474
5475 \end_layout
5476
5477 \end_inset
5478 </cell>
5479 </row>
5480 <row>
5481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5482 \begin_inset Text
5483
5484 \begin_layout Plain Layout
5485
5486 \backslash
5487 matrix
5488 \begin_inset ERT
5489 status collapsed
5490
5491 \begin_layout Plain Layout
5492
5493
5494 \backslash
5495 spce 
5496 \end_layout
5497
5498 \end_inset
5499
5500 2
5501 \series bold
5502 ×
5503 \series default
5504 2
5505 \begin_inset space \thinspace{}
5506 \end_inset
5507
5508 matriz
5509 \end_layout
5510
5511 \end_inset
5512 </cell>
5513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5514 \begin_inset Text
5515
5516 \begin_layout Plain Layout
5517 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5518 0 & \textrm{-}\mathrm{i}\\
5519 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5520 \end_inset
5521
5522
5523 \end_layout
5524
5525 \end_inset
5526 </cell>
5527 </row>
5528 </lyxtabular>
5529
5530 \end_inset
5531
5532
5533 \begin_inset space \hfill{}
5534 \end_inset
5535
5536
5537 \end_layout
5538
5539 \begin_layout Standard
5540 \begin_inset VSpace medskip
5541 \end_inset
5542
5543
5544 \end_layout
5545
5546 \begin_layout Standard
5547 Cuando se inserta p.
5548 \begin_inset space \thinspace{}
5549 \end_inset
5550
5551 e.
5552 \begin_inset space ~
5553 \end_inset
5554
5555
5556 \series bold
5557
5558 \backslash
5559 vmatrix
5560 \series default
5561 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5562  la matriz.
5563 \end_layout
5564
5565 \begin_layout Standard
5566 \begin_inset VSpace bigskip
5567 \end_inset
5568
5569
5570 \end_layout
5571
5572 \begin_layout Standard
5573 Como todas las ecuaciones multilínea son matrices, la longitud 
5574 \series bold
5575
5576 \backslash
5577 arraycolsep
5578 \series default
5579
5580 \begin_inset Index
5581 status collapsed
5582
5583 \begin_layout Plain Layout
5584 Comandos ! A ! 
5585 \backslash
5586 arraycolsep
5587 \end_layout
5588
5589 \end_inset
5590
5591 , que se describe en 
5592 \begin_inset CommandInset ref
5593 LatexCommand ref
5594 reference "sub:Separación-de-columnas"
5595
5596 \end_inset
5597
5598 , también se puede usar para cambiar la separación de las columnas en una
5599  matriz.
5600  Para cambiar la separación de las filas, se usa el comando 
5601 \series bold
5602
5603 \backslash
5604 arraystretch
5605 \series default
5606
5607 \begin_inset Index
5608 status collapsed
5609
5610 \begin_layout Plain Layout
5611 Comandos ! A ! 
5612 \backslash
5613 arraystretch
5614 \end_layout
5615
5616 \end_inset
5617
5618  de la siguiente manera:
5619 \end_layout
5620
5621 \begin_layout Standard
5622
5623 \series bold
5624
5625 \backslash
5626 renewcommand{
5627 \backslash
5628 arraystretch}{factor de separación}
5629 \begin_inset Index
5630 status collapsed
5631
5632 \begin_layout Plain Layout
5633 Comandos ! R ! 
5634 \backslash
5635 renewcommand
5636 \end_layout
5637
5638 \end_inset
5639
5640
5641 \end_layout
5642
5643 \begin_layout Standard
5644 El comando 
5645 \series bold
5646
5647 \backslash
5648 renewcommand
5649 \series default
5650  asigna el factor de separación al comando predefinido 
5651 \series bold
5652
5653 \backslash
5654 arraystretch
5655 \series default
5656 .
5657  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5658  Además, éste se usa para todas las matrices siguientes.
5659  Para volver a la separación original, asigna factor 1 a 
5660 \series bold
5661
5662 \backslash
5663 arraystretch
5664 \series default
5665 .
5666 \end_layout
5667
5668 \begin_layout Standard
5669 Para poner matrices en línea se usa el comando 
5670 \series bold
5671
5672 \backslash
5673 smallmatrix
5674 \series default
5675
5676 \begin_inset Index
5677 status collapsed
5678
5679 \begin_layout Plain Layout
5680 Comandos ! S ! 
5681 \backslash
5682 smallmatrix
5683 \end_layout
5684
5685 \end_inset
5686
5687 .
5688  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5689  se inserta la matriz.
5690  
5691 \end_layout
5692
5693 \begin_layout Standard
5694 Esto es una matriz 
5695 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5696 C & D\end{smallmatrix}\right)$
5697 \end_inset
5698
5699  en línea.
5700 \end_layout
5701
5702 \begin_layout Section
5703 Delimitadores
5704 \begin_inset Index
5705 status collapsed
5706
5707 \begin_layout Plain Layout
5708 Delimitadores
5709 \end_layout
5710
5711 \end_inset
5712
5713
5714 \end_layout
5715
5716 \begin_layout Subsection
5717 Delimitadores verticales
5718 \begin_inset Index
5719 status collapsed
5720
5721 \begin_layout Plain Layout
5722 Delimitadores ! verticales
5723 \end_layout
5724
5725 \end_inset
5726
5727
5728 \end_layout
5729
5730 \begin_layout Standard
5731 \begin_inset space \hfill{}
5732 \end_inset
5733
5734
5735 \begin_inset Tabular
5736 <lyxtabular version="3" rows="9" columns="2">
5737 <features>
5738 <column alignment="center" valignment="top" width="0pt">
5739 <column alignment="center" valignment="top" width="0pt">
5740 <row>
5741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Plain Layout
5745 Comando
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Plain Layout
5754 Resultado
5755 \end_layout
5756
5757 \end_inset
5758 </cell>
5759 </row>
5760 <row>
5761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765 (
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Plain Layout
5774 \begin_inset Formula $($
5775 \end_inset
5776
5777
5778 \end_layout
5779
5780 \end_inset
5781 </cell>
5782 </row>
5783 <row>
5784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788 {
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797 \begin_inset Formula $\{$
5798 \end_inset
5799
5800
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 </row>
5806 <row>
5807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811 [
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820 \begin_inset Formula $[$
5821 \end_inset
5822
5823
5824 \end_layout
5825
5826 \end_inset
5827 </cell>
5828 </row>
5829 <row>
5830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5831 \begin_inset Text
5832
5833 \begin_layout Plain Layout
5834
5835 \backslash
5836 langle
5837 \end_layout
5838
5839 \end_inset
5840 </cell>
5841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5842 \begin_inset Text
5843
5844 \begin_layout Plain Layout
5845 \begin_inset Formula $\langle$
5846 \end_inset
5847
5848
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 </row>
5854 <row>
5855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859
5860 \backslash
5861 lceil
5862 \end_layout
5863
5864 \end_inset
5865 </cell>
5866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5867 \begin_inset Text
5868
5869 \begin_layout Plain Layout
5870 \begin_inset Formula $\lceil$
5871 \end_inset
5872
5873
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 </row>
5879 <row>
5880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5881 \begin_inset Text
5882
5883 \begin_layout Plain Layout
5884
5885 \backslash
5886 lfloor
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5892 \begin_inset Text
5893
5894 \begin_layout Plain Layout
5895 \begin_inset Formula $\lfloor$
5896 \end_inset
5897
5898
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 </row>
5904 <row>
5905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5906 \begin_inset Text
5907
5908 \begin_layout Plain Layout
5909 /
5910 \end_layout
5911
5912 \end_inset
5913 </cell>
5914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918 \begin_inset Formula $/$
5919 \end_inset
5920
5921
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 </row>
5927 <row>
5928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932 |
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941 \begin_inset Formula $|$
5942 \end_inset
5943
5944
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 </row>
5950 </lyxtabular>
5951
5952 \end_inset
5953
5954
5955 \begin_inset space \hfill{}
5956 \end_inset
5957
5958
5959 \begin_inset Tabular
5960 <lyxtabular version="3" rows="9" columns="2">
5961 <features>
5962 <column alignment="center" valignment="top" width="0pt">
5963 <column alignment="center" valignment="top" width="0pt">
5964 <row>
5965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5966 \begin_inset Text
5967
5968 \begin_layout Plain Layout
5969 Comando
5970 \end_layout
5971
5972 \end_inset
5973 </cell>
5974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5975 \begin_inset Text
5976
5977 \begin_layout Plain Layout
5978 Resultado
5979 \end_layout
5980
5981 \end_inset
5982 </cell>
5983 </row>
5984 <row>
5985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5986 \begin_inset Text
5987
5988 \begin_layout Plain Layout
5989 )
5990 \end_layout
5991
5992 \end_inset
5993 </cell>
5994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5995 \begin_inset Text
5996
5997 \begin_layout Plain Layout
5998 \begin_inset Formula $)$
5999 \end_inset
6000
6001
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 </row>
6007 <row>
6008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6009 \begin_inset Text
6010
6011 \begin_layout Plain Layout
6012 }
6013 \end_layout
6014
6015 \end_inset
6016 </cell>
6017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6018 \begin_inset Text
6019
6020 \begin_layout Plain Layout
6021 \begin_inset Formula $\}$
6022 \end_inset
6023
6024
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 </row>
6030 <row>
6031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Plain Layout
6035 ]
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044 \begin_inset Formula $]$
6045 \end_inset
6046
6047
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 </row>
6053 <row>
6054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058
6059 \backslash
6060 rangle
6061 \end_layout
6062
6063 \end_inset
6064 </cell>
6065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6066 \begin_inset Text
6067
6068 \begin_layout Plain Layout
6069 \begin_inset Formula $\rangle$
6070 \end_inset
6071
6072
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 </row>
6078 <row>
6079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Plain Layout
6083
6084 \backslash
6085 rceil
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6091 \begin_inset Text
6092
6093 \begin_layout Plain Layout
6094 \begin_inset Formula $\rceil$
6095 \end_inset
6096
6097
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 </row>
6103 <row>
6104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Plain Layout
6108
6109 \backslash
6110 rfloor
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6116 \begin_inset Text
6117
6118 \begin_layout Plain Layout
6119 \begin_inset Formula $\rfloor$
6120 \end_inset
6121
6122
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 </row>
6128 <row>
6129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6130 \begin_inset Text
6131
6132 \begin_layout Plain Layout
6133
6134 \backslash
6135
6136 \backslash
6137
6138 \end_layout
6139
6140 \end_inset
6141 </cell>
6142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6143 \begin_inset Text
6144
6145 \begin_layout Plain Layout
6146 \begin_inset Formula $\backslash$
6147 \end_inset
6148
6149
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 </row>
6155 <row>
6156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160
6161 \backslash
6162 |
6163 \end_layout
6164
6165 \end_inset
6166 </cell>
6167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171 \begin_inset Formula $\|$
6172 \end_inset
6173
6174
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 </row>
6180 </lyxtabular>
6181
6182 \end_inset
6183
6184
6185 \begin_inset space \hfill{}
6186 \end_inset
6187
6188
6189 \end_layout
6190
6191 \begin_layout Standard
6192 \begin_inset Note Greyedout
6193 status collapsed
6194
6195 \begin_layout Plain Layout
6196
6197 \series bold
6198 Nota
6199 \series default
6200 : En modo TeX hay que usar el comando 
6201 \series bold
6202
6203 \backslash
6204 textbackslash
6205 \series default
6206
6207 \begin_inset Index
6208 status collapsed
6209
6210 \begin_layout Plain Layout
6211 Comandos ! T ! 
6212 \backslash
6213 textbackslash
6214 \end_layout
6215
6216 \end_inset
6217
6218  para la barra invertida, porque si no el comando 
6219 \series bold
6220
6221 \backslash
6222
6223 \backslash
6224
6225 \series default
6226  genera un salto de línea.
6227 \end_layout
6228
6229 \end_inset
6230
6231
6232 \end_layout
6233
6234 \begin_layout Standard
6235 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6236  descritos en las dos subsecciones siguientes.
6237  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6238  < y > en vez de los comandos 
6239 \series bold
6240
6241 \backslash
6242 langle
6243 \series default
6244  y 
6245 \series bold
6246
6247 \backslash
6248 rangle
6249 \series default
6250 .
6251  
6252 \end_layout
6253
6254 \begin_layout Subsubsection
6255 Tamaño manual de los delimitadores
6256 \begin_inset CommandInset label
6257 LatexCommand label
6258 name "sub:Tamaño-manual-de"
6259
6260 \end_inset
6261
6262
6263 \begin_inset Index
6264 status collapsed
6265
6266 \begin_layout Plain Layout
6267 Delimitadores ! tamaño manual
6268 \end_layout
6269
6270 \end_inset
6271
6272
6273 \end_layout
6274
6275 \begin_layout Standard
6276 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6277  LaTeX 
6278 \series bold
6279
6280 \backslash
6281 big
6282 \series default
6283
6284 \begin_inset Index
6285 status collapsed
6286
6287 \begin_layout Plain Layout
6288 Comandos ! B ! 
6289 \backslash
6290 big
6291 \end_layout
6292
6293 \end_inset
6294
6295
6296 \series bold
6297
6298 \backslash
6299 Big
6300 \series default
6301
6302 \series bold
6303
6304 \backslash
6305 bigg
6306 \series default
6307 , y 
6308 \series bold
6309
6310 \backslash
6311 Bigg
6312 \series default
6313 .
6314  
6315 \series bold
6316
6317 \backslash
6318 big
6319 \series default
6320  indica el tamaño menor y 
6321 \series bold
6322
6323 \backslash
6324 Bigg
6325 \series default
6326  el mayor.
6327 \end_layout
6328
6329 \begin_layout Standard
6330 Estos comandos se usan para resaltar niveles de delimitación:
6331 \end_layout
6332
6333 \begin_layout Standard
6334 \noindent
6335 \align center
6336 \begin_inset Tabular
6337 <lyxtabular version="3" rows="2" columns="2">
6338 <features>
6339 <column alignment="center" valignment="top" width="0">
6340 <column alignment="center" valignment="top" width="0">
6341 <row>
6342 <cell alignment="center" valignment="top" usebox="none">
6343 \begin_inset Text
6344
6345 \begin_layout Plain Layout
6346 todos los delimitadores de igual tamaño:
6347 \end_layout
6348
6349 \end_inset
6350 </cell>
6351 <cell alignment="center" valignment="top" usebox="none">
6352 \begin_inset Text
6353
6354 \begin_layout Plain Layout
6355 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6356 \end_inset
6357
6358
6359 \end_layout
6360
6361 \end_inset
6362 </cell>
6363 </row>
6364 <row>
6365 <cell alignment="center" valignment="top" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Plain Layout
6369 así tiene mejor aspecto:
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 <cell alignment="center" valignment="top" usebox="none">
6375 \begin_inset Text
6376
6377 \begin_layout Plain Layout
6378 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6379 \end_inset
6380
6381
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 </row>
6387 </lyxtabular>
6388
6389 \end_inset
6390
6391
6392 \begin_inset Note Note
6393 status collapsed
6394
6395 \begin_layout Plain Layout
6396
6397 \series bold
6398
6399 \backslash
6400 raisebox
6401 \series default
6402  se usa sólo como espaciador
6403 \end_layout
6404
6405 \end_inset
6406
6407
6408 \end_layout
6409
6410 \begin_layout Standard
6411 Para la segunda expresión se ha empleado el comando 
6412 \series bold
6413
6414 \backslash
6415 Big((A+B)(A-B)
6416 \backslash
6417 Big)^
6418 \series default
6419
6420 \begin_inset ERT
6421 status collapsed
6422
6423 \begin_layout Plain Layout
6424
6425
6426 \backslash
6427 spce 
6428 \end_layout
6429
6430 \end_inset
6431
6432
6433 \series bold
6434 C
6435 \series default
6436 .
6437 \end_layout
6438
6439 \begin_layout Standard
6440 He aquí una visión conjunta de todos los tamaños y delimitadores:
6441 \end_layout
6442
6443 \begin_layout Standard
6444 \noindent
6445 \align center
6446
6447 \backslash
6448 Bigg(
6449 \backslash
6450 exp
6451 \backslash
6452 bigg<
6453 \backslash
6454 Big[
6455 \backslash
6456 big{
6457 \backslash
6458 ln(3x)
6459 \backslash
6460 big}^2
6461 \begin_inset ERT
6462 status collapsed
6463
6464 \begin_layout Plain Layout
6465
6466
6467 \backslash
6468 spce 
6469 \end_layout
6470
6471 \end_inset
6472
6473
6474 \backslash
6475 sen(x)
6476 \backslash
6477 Big]^
6478 \begin_inset ERT
6479 status collapsed
6480
6481 \begin_layout Plain Layout
6482
6483
6484 \backslash
6485 spce 
6486 \end_layout
6487
6488 \end_inset
6489
6490 A
6491 \begin_inset ERT
6492 status collapsed
6493
6494 \begin_layout Plain Layout
6495
6496
6497 \backslash
6498 spce 
6499 \end_layout
6500
6501 \end_inset
6502
6503
6504 \backslash
6505 bigg>
6506 \backslash
6507 Bigg)^0,5
6508 \begin_inset Formula \[
6509 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}\]
6510
6511 \end_inset
6512
6513
6514 \end_layout
6515
6516 \begin_layout Standard
6517 Además de los comandos 
6518 \series bold
6519
6520 \backslash
6521 big
6522 \series default
6523  hay la variante 
6524 \series bold
6525
6526 \backslash
6527 bigm
6528 \series default
6529
6530 \begin_inset Index
6531 status collapsed
6532
6533 \begin_layout Plain Layout
6534 Comandos ! B ! 
6535 \backslash
6536 bigm
6537 \end_layout
6538
6539 \end_inset
6540
6541 , que añade un poco más de espacio entre el delimitador y su contenido,
6542  y la variante 
6543 \series bold
6544
6545 \backslash
6546 bigl
6547 \series default
6548 -
6549 \series bold
6550
6551 \backslash
6552 bigr
6553 \series default
6554
6555 \begin_inset Index
6556 status collapsed
6557
6558 \begin_layout Plain Layout
6559 Comandos ! B ! 
6560 \backslash
6561 bigl - 
6562 \backslash
6563 bigr
6564 \end_layout
6565
6566 \end_inset
6567
6568 , que no añade espacio adicional.
6569  La 
6570 \emph on
6571 l
6572 \emph default
6573  al final del comando 
6574 \series bold
6575
6576 \backslash
6577 bigl 
6578 \series default
6579 es para el delimitador izquierdo, la 
6580 \emph on
6581 r
6582 \emph default
6583  es para el delimitador derecho.
6584  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6585  apertura o de cierre.
6586 \end_layout
6587
6588 \begin_layout Standard
6589 En el siguiente cuadro hay una comparación de las variantes:
6590 \end_layout
6591
6592 \begin_layout Standard
6593 \noindent
6594 \align center
6595 \begin_inset Tabular
6596 <lyxtabular version="3" rows="5" columns="2">
6597 <features>
6598 <column alignment="center" valignment="top" width="0">
6599 <column alignment="center" valignment="top" width="0">
6600 <row>
6601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6602 \begin_inset Text
6603
6604 \begin_layout Plain Layout
6605 Comando
6606 \end_layout
6607
6608 \end_inset
6609 </cell>
6610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6611 \begin_inset Text
6612
6613 \begin_layout Plain Layout
6614 Resultado
6615 \begin_inset Note Note
6616 status collapsed
6617
6618 \begin_layout Plain Layout
6619
6620 \series bold
6621
6622 \backslash
6623 raisebox
6624 \series default
6625  se usa sólo como espaciador
6626 \end_layout
6627
6628 \end_inset
6629
6630
6631 \end_layout
6632
6633 \end_inset
6634 </cell>
6635 </row>
6636 <row>
6637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6638 \begin_inset Text
6639
6640 \begin_layout Plain Layout
6641
6642 \backslash
6643 Bigm(
6644 \backslash
6645 bigm(
6646 \backslash
6647 ln(3x)
6648 \backslash
6649 bigm)^2
6650 \series bold
6651
6652 \begin_inset ERT
6653 status collapsed
6654
6655 \begin_layout Plain Layout
6656
6657
6658 \backslash
6659 spce 
6660 \end_layout
6661
6662 \end_inset
6663
6664
6665 \series default
6666
6667 \backslash
6668 Bigm)
6669 \end_layout
6670
6671 \end_inset
6672 </cell>
6673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6674 \begin_inset Text
6675
6676 \begin_layout Plain Layout
6677 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6678 \end_inset
6679
6680
6681 \end_layout
6682
6683 \end_inset
6684 </cell>
6685 </row>
6686 <row>
6687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6688 \begin_inset Text
6689
6690 \begin_layout Plain Layout
6691
6692 \backslash
6693 Big(
6694 \backslash
6695 big(
6696 \backslash
6697 ln(3x)
6698 \backslash
6699 big)^2
6700 \series bold
6701
6702 \begin_inset ERT
6703 status collapsed
6704
6705 \begin_layout Plain Layout
6706
6707
6708 \backslash
6709 spce 
6710 \end_layout
6711
6712 \end_inset
6713
6714
6715 \series default
6716
6717 \backslash
6718 Big)
6719 \end_layout
6720
6721 \end_inset
6722 </cell>
6723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Plain Layout
6727 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6728 \end_inset
6729
6730
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 </row>
6736 <row>
6737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6738 \begin_inset Text
6739
6740 \begin_layout Plain Layout
6741
6742 \backslash
6743 Bigl(
6744 \backslash
6745 bigl(
6746 \backslash
6747 ln(3x)
6748 \backslash
6749 bigr)^2
6750 \series bold
6751
6752 \begin_inset ERT
6753 status collapsed
6754
6755 \begin_layout Plain Layout
6756
6757
6758 \backslash
6759 spce 
6760 \end_layout
6761
6762 \end_inset
6763
6764
6765 \series default
6766
6767 \backslash
6768 Bigr)
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
6778 \end_inset
6779
6780
6781 \end_layout
6782
6783 \end_inset
6784 </cell>
6785 </row>
6786 <row>
6787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Plain Layout
6791
6792 \backslash
6793 bigl)
6794 \backslash
6795 ln(3x)
6796 \backslash
6797 bigr(
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Plain Layout
6806 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6807 \end_inset
6808
6809
6810 \end_layout
6811
6812 \end_inset
6813 </cell>
6814 </row>
6815 </lyxtabular>
6816
6817 \end_inset
6818
6819
6820 \end_layout
6821
6822 \begin_layout Subsubsection
6823 Tamaño automático de los delimitadores
6824 \begin_inset CommandInset label
6825 LatexCommand label
6826 name "sub:Tamaño-automático-de"
6827
6828 \end_inset
6829
6830
6831 \begin_inset Index
6832 status collapsed
6833
6834 \begin_layout Plain Layout
6835 Delimitadores ! tamaño automático
6836 \end_layout
6837
6838 \end_inset
6839
6840
6841 \end_layout
6842
6843 \begin_layout Standard
6844 Se pueden insertar delimitadores de tamaño variable con los comandos 
6845 \series bold
6846
6847 \backslash
6848 left
6849 \series default
6850
6851 \begin_inset Index
6852 status collapsed
6853
6854 \begin_layout Plain Layout
6855 Comandos ! L ! 
6856 \backslash
6857 left
6858 \end_layout
6859
6860 \end_inset
6861
6862  y 
6863 \series bold
6864
6865 \backslash
6866 right
6867 \series default
6868
6869 \begin_inset Index
6870 status collapsed
6871
6872 \begin_layout Plain Layout
6873 Comandos ! R ! 
6874 \backslash
6875 right
6876 \end_layout
6877
6878 \end_inset
6879
6880  o con el botón de la barra de ecuaciones 
6881 \begin_inset Graphics
6882         filename ../../images/dialog-show_mathdelimiter.png
6883         scale 85
6884
6885 \end_inset
6886
6887 .
6888  El delimitador deseado se debe insertar directamente detrás de 
6889 \series bold
6890
6891 \backslash
6892 left
6893 \series default
6894  y 
6895 \series bold
6896
6897 \backslash
6898 right
6899 \series default
6900 .
6901  El tamaño se calculará automáticamente después para la salida.
6902  
6903 \end_layout
6904
6905 \begin_layout Standard
6906 \noindent
6907 \align center
6908 delimitador normal: El comando 
6909 \series bold
6910
6911 \backslash
6912 ln(
6913 \backslash
6914 frac
6915 \series default
6916
6917 \begin_inset ERT
6918 status collapsed
6919
6920 \begin_layout Plain Layout
6921
6922
6923 \backslash
6924 spce 
6925 \end_layout
6926
6927 \end_inset
6928
6929
6930 \series bold
6931 A
6932 \begin_inset Formula $\downarrow$
6933 \end_inset
6934
6935 C
6936 \series default
6937
6938 \begin_inset ERT
6939 status collapsed
6940
6941 \begin_layout Plain Layout
6942
6943
6944 \backslash
6945 spce
6946 \end_layout
6947
6948 \end_inset
6949
6950
6951 \series bold
6952 )
6953 \series default
6954  genera
6955 \begin_inset Formula \[
6956 \ln(\frac{A}{C})\]
6957
6958 \end_inset
6959
6960
6961 \end_layout
6962
6963 \begin_layout Standard
6964 \noindent
6965 \align center
6966 delimitador multilínea: El comando 
6967 \series bold
6968
6969 \backslash
6970 ln
6971 \backslash
6972 left(
6973 \backslash
6974 frac
6975 \series default
6976
6977 \begin_inset ERT
6978 status collapsed
6979
6980 \begin_layout Plain Layout
6981
6982
6983 \backslash
6984 spce 
6985 \end_layout
6986
6987 \end_inset
6988
6989
6990 \series bold
6991 A
6992 \begin_inset Formula $\downarrow$
6993 \end_inset
6994
6995 C
6996 \series default
6997
6998 \begin_inset ERT
6999 status collapsed
7000
7001 \begin_layout Plain Layout
7002
7003
7004 \backslash
7005 spce 
7006 \end_layout
7007
7008 \end_inset
7009
7010
7011 \series bold
7012
7013 \backslash
7014 right)
7015 \series default
7016  genera
7017 \begin_inset Formula \[
7018 \ln\left(\frac{A}{C}\right)\]
7019
7020 \end_inset
7021
7022
7023 \end_layout
7024
7025 \begin_layout Standard
7026 En lugar de 
7027 \series bold
7028
7029 \backslash
7030 left
7031 \series default
7032  y 
7033 \series bold
7034
7035 \backslash
7036 right
7037 \series default
7038  se puede usar el atajo 
7039 \family sans
7040 Alt-m
7041 \begin_inset space ~
7042 \end_inset
7043
7044 delimitador
7045 \family default
7046 .
7047  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
7048  real del delimitador y además se genera el correspondiente delimitador
7049  de cierre.
7050 \begin_inset Newline newline
7051 \end_inset
7052
7053 El comando para el último ejemplo sería 
7054 \series bold
7055
7056 \backslash
7057 ln Alt-m
7058 \series default
7059  
7060 \series bold
7061 (
7062 \backslash
7063 frac
7064 \begin_inset ERT
7065 status collapsed
7066
7067 \begin_layout Plain Layout
7068
7069
7070 \backslash
7071 spce 
7072 \end_layout
7073
7074 \end_inset
7075
7076 A
7077 \begin_inset Formula $\downarrow$
7078 \end_inset
7079
7080
7081 \end_layout
7082
7083 \begin_layout Standard
7084 Para omitir uno de los dos delimitadores se inserta un punto.
7085  Por ejemplo, el comando 
7086 \series bold
7087
7088 \backslash
7089 left.
7090 \backslash
7091 frac
7092 \series default
7093
7094 \begin_inset ERT
7095 status collapsed
7096
7097 \begin_layout Plain Layout
7098
7099
7100 \backslash
7101 spce 
7102 \end_layout
7103
7104 \end_inset
7105
7106
7107 \series bold
7108 A
7109 \begin_inset Formula $\downarrow$
7110 \end_inset
7111
7112 B
7113 \series default
7114
7115 \begin_inset ERT
7116 status collapsed
7117
7118 \begin_layout Plain Layout
7119
7120
7121 \backslash
7122 spce 
7123 \end_layout
7124
7125 \end_inset
7126
7127
7128 \series bold
7129
7130 \backslash
7131 right}
7132 \series default
7133  da lugar a:
7134 \begin_inset Formula \[
7135 \left.\frac{A}{B}\right\} \]
7136
7137 \end_inset
7138
7139
7140 \end_layout
7141
7142 \begin_layout Standard
7143 LyX convertirá los comandos 
7144 \series bold
7145
7146 \backslash
7147 left
7148 \series default
7149  y 
7150 \series bold
7151
7152 \backslash
7153 right
7154 \series default
7155  a su tamaño adecuado cuando el documento sea recargado y el delimitador
7156  omitido aparecerá como línea de trazos.
7157  
7158 \begin_inset VSpace bigskip
7159 \end_inset
7160
7161
7162 \end_layout
7163
7164 \begin_layout Standard
7165 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
7166  de LaTeX, el comando 
7167 \series bold
7168
7169 \backslash
7170 middle
7171 \series default
7172
7173 \begin_inset Index
7174 status collapsed
7175
7176 \begin_layout Plain Layout
7177 Comandos ! M ! 
7178 \backslash
7179 middle
7180 \end_layout
7181
7182 \end_inset
7183
7184  está también disponible para todos los delimitadores y límites.
7185  Con este comando la altura del siguiente carácter se adapta a la de los
7186  delimitadores circundantes, lo que es necesario, p.
7187 \begin_inset space \thinspace{}
7188 \end_inset
7189
7190 e., para vectores físicos: 
7191 \begin_inset Formula \[
7192 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7193
7194 \end_inset
7195
7196
7197 \end_layout
7198
7199 \begin_layout Standard
7200 Para vectores físicos hay un paquete LaTeX especial que se describe en 
7201 \begin_inset CommandInset ref
7202 LatexCommand ref
7203 reference "sub:Vectores-físicos"
7204
7205 \end_inset
7206
7207 .
7208 \end_layout
7209
7210 \begin_layout Subsection
7211 Delimitadores horizontales
7212 \begin_inset Index
7213 status collapsed
7214
7215 \begin_layout Plain Layout
7216 Delimitadores ! horizontales
7217 \end_layout
7218
7219 \end_inset
7220
7221
7222 \end_layout
7223
7224 \begin_layout Standard
7225 \noindent
7226 \align center
7227 \begin_inset Tabular
7228 <lyxtabular version="3" rows="4" columns="2">
7229 <features>
7230 <column alignment="center" valignment="top" width="0">
7231 <column alignment="center" valignment="top" width="0">
7232 <row>
7233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7234 \begin_inset Text
7235
7236 \begin_layout Plain Layout
7237 Comando
7238 \begin_inset Note Note
7239 status collapsed
7240
7241 \begin_layout Plain Layout
7242
7243 \series bold
7244
7245 \backslash
7246 raisebox
7247 \series default
7248  se usa sólo como espaciador
7249 \end_layout
7250
7251 \end_inset
7252
7253
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7259 \begin_inset Text
7260
7261 \begin_layout Plain Layout
7262 Resultado
7263 \end_layout
7264
7265 \end_inset
7266 </cell>
7267 </row>
7268 <row>
7269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7270 \begin_inset Text
7271
7272 \begin_layout Plain Layout
7273 \begin_inset ERT
7274 status collapsed
7275
7276 \begin_layout Plain Layout
7277
7278
7279 \backslash
7280 raisebox{2.3mm}{
7281 \end_layout
7282
7283 \end_inset
7284
7285
7286 \backslash
7287 overbrace
7288 \begin_inset ERT
7289 status collapsed
7290
7291 \begin_layout Plain Layout
7292
7293
7294 \backslash
7295 spce 
7296 \end_layout
7297
7298 \end_inset
7299
7300 A+B
7301 \begin_inset ERT
7302 status collapsed
7303
7304 \begin_layout Plain Layout
7305
7306
7307 \backslash
7308 spce 
7309 \end_layout
7310
7311 \end_inset
7312
7313 ^
7314 \begin_inset ERT
7315 status collapsed
7316
7317 \begin_layout Plain Layout
7318
7319
7320 \backslash
7321 spce 
7322 \end_layout
7323
7324 \end_inset
7325
7326 3
7327 \begin_inset ERT
7328 status collapsed
7329
7330 \begin_layout Plain Layout
7331
7332 }
7333 \end_layout
7334
7335 \end_inset
7336
7337
7338 \begin_inset Index
7339 status collapsed
7340
7341 \begin_layout Plain Layout
7342 Comandos ! O ! 
7343 \backslash
7344 overbrace
7345 \end_layout
7346
7347 \end_inset
7348
7349
7350 \end_layout
7351
7352 \end_inset
7353 </cell>
7354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7355 \begin_inset Text
7356
7357 \begin_layout Plain Layout
7358 \begin_inset Formula $\overbrace{A+B}^{3}$
7359 \end_inset
7360
7361
7362 \end_layout
7363
7364 \end_inset
7365 </cell>
7366 </row>
7367 <row>
7368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7369 \begin_inset Text
7370
7371 \begin_layout Plain Layout
7372 \begin_inset ERT
7373 status collapsed
7374
7375 \begin_layout Plain Layout
7376
7377
7378 \backslash
7379 raisebox{-2.2mm}{
7380 \end_layout
7381
7382 \end_inset
7383
7384
7385 \backslash
7386 underbrace
7387 \begin_inset ERT
7388 status collapsed
7389
7390 \begin_layout Plain Layout
7391
7392
7393 \backslash
7394 spce 
7395 \end_layout
7396
7397 \end_inset
7398
7399 A+B
7400 \begin_inset ERT
7401 status collapsed
7402
7403 \begin_layout Plain Layout
7404
7405
7406 \backslash
7407 spce 
7408 \end_layout
7409
7410 \end_inset
7411
7412 _5
7413 \begin_inset ERT
7414 status collapsed
7415
7416 \begin_layout Plain Layout
7417
7418 }
7419 \end_layout
7420
7421 \end_inset
7422
7423
7424 \begin_inset Index
7425 status collapsed
7426
7427 \begin_layout Plain Layout
7428 Comandos ! U ! 
7429 \backslash
7430 underbrace
7431 \end_layout
7432
7433 \end_inset
7434
7435
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7441 \begin_inset Text
7442
7443 \begin_layout Plain Layout
7444 \begin_inset Formula $\underbrace{A+B}_{5}$
7445 \end_inset
7446
7447
7448 \end_layout
7449
7450 \end_inset
7451 </cell>
7452 </row>
7453 <row>
7454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7455 \begin_inset Text
7456
7457 \begin_layout Plain Layout
7458
7459 \backslash
7460 overbrace
7461 \begin_inset ERT
7462 status collapsed
7463
7464 \begin_layout Plain Layout
7465
7466
7467 \backslash
7468 spce 
7469 \end_layout
7470
7471 \end_inset
7472
7473
7474 \backslash
7475 underbrace
7476 \begin_inset ERT
7477 status collapsed
7478
7479 \begin_layout Plain Layout
7480
7481
7482 \backslash
7483 spce 
7484 \end_layout
7485
7486 \end_inset
7487
7488 A+B_w
7489 \begin_inset ERT
7490 status collapsed
7491
7492 \begin_layout Plain Layout
7493
7494
7495 \backslash
7496 spce 
7497 \end_layout
7498
7499 \end_inset
7500
7501
7502 \begin_inset ERT
7503 status collapsed
7504
7505 \begin_layout Plain Layout
7506
7507
7508 \backslash
7509 spce 
7510 \end_layout
7511
7512 \end_inset
7513
7514 _7
7515 \begin_inset ERT
7516 status collapsed
7517
7518 \begin_layout Plain Layout
7519
7520
7521 \backslash
7522 spce 
7523 \end_layout
7524
7525 \end_inset
7526
7527
7528 \begin_inset ERT
7529 status collapsed
7530
7531 \begin_layout Plain Layout
7532
7533
7534 \backslash
7535 spce 
7536 \end_layout
7537
7538 \end_inset
7539
7540 ^
7541 \begin_inset ERT
7542 status collapsed
7543
7544 \begin_layout Plain Layout
7545
7546
7547 \backslash
7548 spce 
7549 \end_layout
7550
7551 \end_inset
7552
7553 C
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7563 \end_inset
7564
7565
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 </row>
7571 </lyxtabular>
7572
7573 \end_inset
7574
7575
7576 \end_layout
7577
7578 \begin_layout Standard
7579 En el último ejemplo no importa en qué orden se introducen los comandos
7580  
7581 \series bold
7582
7583 \backslash
7584 overbrace
7585 \series default
7586  y 
7587 \series bold
7588
7589 \backslash
7590 underbrace
7591 \series default
7592 .
7593 \begin_inset VSpace bigskip
7594 \end_inset
7595
7596
7597 \end_layout
7598
7599 \begin_layout Standard
7600 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7601  multilínea, como se describe en
7602 \begin_inset space ~
7603 \end_inset
7604
7605
7606 \begin_inset CommandInset ref
7607 LatexCommand ref
7608 reference "sec:Ecuaciones-multilínea"
7609
7610 \end_inset
7611
7612 :
7613 \begin_inset Formula \begin{eqnarray*}
7614 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7615  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7616
7617 \end_inset
7618
7619 En la primera fila se insertan la ecuación y la primera llave.
7620  Aquí es importante insertar el comando de espacio
7621 \begin_inset Foot
7622 status collapsed
7623
7624 \begin_layout Plain Layout
7625 Los comandos para espacios se explican en 
7626 \begin_inset CommandInset ref
7627 LatexCommand ref
7628 reference "sub:Espacio-predefinido"
7629
7630 \end_inset
7631
7632
7633 \end_layout
7634
7635 \end_inset
7636
7637  
7638 \series bold
7639
7640 \backslash
7641 :
7642 \series default
7643  antes de la primera
7644 \series bold
7645  
7646 \series default
7647
7648 \begin_inset Formula $d$
7649 \end_inset
7650
7651 , porque la llave que termina detrás de 
7652 \begin_inset Formula $q$
7653 \end_inset
7654
7655  impide que el siguiente 
7656 \begin_inset Quotes fld
7657 \end_inset
7658
7659 +
7660 \begin_inset Quotes frd
7661 \end_inset
7662
7663  esté rodeado de espacio.
7664 \begin_inset Foot
7665 status collapsed
7666
7667 \begin_layout Plain Layout
7668 Debido a que la llave no es considerada como carácter, véase 
7669 \begin_inset CommandInset ref
7670 LatexCommand ref
7671 reference "sub:Operadores-binarios"
7672
7673 \end_inset
7674
7675
7676 \end_layout
7677
7678 \end_inset
7679
7680  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7681  de 
7682 \begin_inset Formula $b$
7683 \end_inset
7684
7685  se inserta antes el comando 
7686 \series bold
7687
7688 \backslash
7689 hphantom{gggg+
7690 \backslash
7691 :}
7692 \series default
7693 .
7694 \begin_inset Foot
7695 status collapsed
7696
7697 \begin_layout Plain Layout
7698 Más sobre 
7699 \series bold
7700
7701 \backslash
7702 hphantom
7703 \series default
7704  en 
7705 \begin_inset CommandInset ref
7706 LatexCommand ref
7707 reference "sub:Espaciadores-fantasma"
7708
7709 \end_inset
7710
7711
7712 \end_layout
7713
7714 \end_inset
7715
7716  Ese espacio es necesario porque el signo 
7717 \begin_inset Quotes fld
7718 \end_inset
7719
7720 +
7721 \begin_inset Quotes frd
7722 \end_inset
7723
7724  va seguido de un espacio en la ecuación.
7725  La llave se coloca bajo el comando 
7726 \series bold
7727
7728 \backslash
7729 hphantom{bbqq+dddd}
7730 \series default
7731 .
7732  
7733 \end_layout
7734
7735 \begin_layout Standard
7736 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7737  ejemplo:
7738 \begin_inset ERT
7739 status collapsed
7740
7741 \begin_layout Plain Layout
7742
7743
7744 \backslash
7745 setlength{
7746 \backslash
7747 jot}{-6pt}
7748 \end_layout
7749
7750 \end_inset
7751
7752
7753 \begin_inset Formula \begin{eqnarray*}
7754  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7755 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7756
7757 \end_inset
7758
7759
7760 \begin_inset ERT
7761 status collapsed
7762
7763 \begin_layout Plain Layout
7764
7765
7766 \backslash
7767 setlength{
7768 \backslash
7769 jot}{3pt}
7770 \end_layout
7771
7772 \end_inset
7773
7774 La primera fila de la ecuación es igual que la segunda fila del ejemplo
7775  anterior, con la diferencia de que la llave está encima.
7776  La segunda fila contiene la ecuación junto con la segunda llave.
7777  Para evitar que haya demasiado espacio entre la llave superior en la primera
7778  fila y la ecuación hay que reducirlo.
7779  Esto no es fácil de hacer debido a un fallo de LyX.
7780 \begin_inset Foot
7781 status collapsed
7782
7783 \begin_layout Plain Layout
7784 \begin_inset CommandInset href
7785 LatexCommand href
7786 name "LyX-bug #1505"
7787 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7788
7789 \end_inset
7790
7791
7792 \end_layout
7793
7794 \end_inset
7795
7796  Una solución es cambiar la separación global de filas en la ecuación, 
7797 \series bold
7798
7799 \backslash
7800 jot
7801 \series default
7802
7803 \begin_inset Index
7804 status collapsed
7805
7806 \begin_layout Plain Layout
7807 Comandos ! J ! 
7808 \backslash
7809 jot
7810 \end_layout
7811
7812 \end_inset
7813
7814 , en -6
7815 \begin_inset space \thinspace{}
7816 \end_inset
7817
7818 pt insertando antes de la ecuación el comando 
7819 \series bold
7820
7821 \backslash
7822 setlength{
7823 \backslash
7824 jot}{-6pt}
7825 \series default
7826  en modo TeX.
7827  Después de la ecuación se vuelve al valor normal 3
7828 \begin_inset space \thinspace{}
7829 \end_inset
7830
7831 pt de 
7832 \series bold
7833
7834 \backslash
7835 jot
7836 \series default
7837  usando el mismo comando.
7838  Más información sobre separación de filas en ecuaciones en
7839 \begin_inset space ~
7840 \end_inset
7841
7842
7843 \begin_inset CommandInset ref
7844 LatexCommand ref
7845 reference "sub:Separación-de-líneas"
7846
7847 \end_inset
7848
7849 .
7850 \end_layout
7851
7852 \begin_layout Section
7853 Flechas
7854 \begin_inset Index
7855 status collapsed
7856
7857 \begin_layout Plain Layout
7858 Flechas
7859 \end_layout
7860
7861 \end_inset
7862
7863
7864 \end_layout
7865
7866 \begin_layout Standard
7867 Las flechas se pueden insertar con el botón 
7868 \begin_inset Graphics
7869         filename ../../images/math/leftarrow.png
7870         scale 85
7871
7872 \end_inset
7873
7874  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
7875  siguientes.
7876 \end_layout
7877
7878 \begin_layout Subsection
7879 Flechas horizontales
7880 \begin_inset Index
7881 status collapsed
7882
7883 \begin_layout Plain Layout
7884 Flechas ! horizontales
7885 \end_layout
7886
7887 \end_inset
7888
7889
7890 \end_layout
7891
7892 \begin_layout Standard
7893 \begin_inset space \hfill{}
7894 \end_inset
7895
7896
7897 \begin_inset Tabular
7898 <lyxtabular version="3" rows="8" columns="2">
7899 <features>
7900 <column alignment="center" valignment="top" width="0pt">
7901 <column alignment="center" valignment="top" width="0pt">
7902 <row>
7903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907 Comando
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916 Resultado
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 </row>
7922 <row>
7923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7924 \begin_inset Text
7925
7926 \begin_layout Plain Layout
7927
7928 \backslash
7929 gets
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938 \begin_inset Formula $\gets$
7939 \end_inset
7940
7941
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 </row>
7947 <row>
7948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Plain Layout
7952
7953 \backslash
7954 Leftarrow
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Plain Layout
7963 \begin_inset Formula $\Leftarrow$
7964 \end_inset
7965
7966
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 </row>
7972 <row>
7973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977
7978 \backslash
7979 longleftarrow
7980 \end_layout
7981
7982 \end_inset
7983 </cell>
7984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988 \begin_inset Formula $\longleftarrow$
7989 \end_inset
7990
7991
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 </row>
7997 <row>
7998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002
8003 \backslash
8004 Longleftarrow
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013 \begin_inset Formula $\Longleftarrow$
8014 \end_inset
8015
8016
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 </row>
8022 <row>
8023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027
8028 \backslash
8029 leftharpoonup
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038 \begin_inset Formula $\leftharpoonup$
8039 \end_inset
8040
8041
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 </row>
8047 <row>
8048 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052
8053 \backslash
8054 leftharpoondown
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063 \begin_inset Formula $\leftharpoondown$
8064 \end_inset
8065
8066
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 </row>
8072 <row>
8073 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077
8078 \backslash
8079 hookleftarrow
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088 \begin_inset Formula $\hookleftarrow$
8089 \end_inset
8090
8091
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 </row>
8097 </lyxtabular>
8098
8099 \end_inset
8100
8101
8102 \begin_inset space \hfill{}
8103 \end_inset
8104
8105
8106 \begin_inset Tabular
8107 <lyxtabular version="3" rows="8" columns="2">
8108 <features>
8109 <column alignment="center" valignment="top" width="0pt">
8110 <column alignment="center" valignment="top" width="0pt">
8111 <row>
8112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116 Comando
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125 Resultado
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 </row>
8131 <row>
8132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136
8137 \backslash
8138 to
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147 \begin_inset Formula $\to$
8148 \end_inset
8149
8150
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 </row>
8156 <row>
8157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161
8162 \backslash
8163 Rightarrow
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172 \begin_inset Formula $\Rightarrow$
8173 \end_inset
8174
8175
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 </row>
8181 <row>
8182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186
8187 \backslash
8188 longrightarrow
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197 \begin_inset Formula $\longrightarrow$
8198 \end_inset
8199
8200
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 </row>
8206 <row>
8207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211
8212 \backslash
8213 Longrightarrow
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222 \begin_inset Formula $\Longrightarrow$
8223 \end_inset
8224
8225
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 </row>
8231 <row>
8232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236
8237 \backslash
8238 rightharpoonup
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 \begin_inset Formula $\rightharpoonup$
8248 \end_inset
8249
8250
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 </row>
8256 <row>
8257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261
8262 \backslash
8263 rightharpoondown
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272 \begin_inset Formula $\rightharpoondown$
8273 \end_inset
8274
8275
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 </row>
8281 <row>
8282 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286
8287 \backslash
8288 hookrightarrow
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297 \begin_inset Formula $\hookrightarrow$
8298 \end_inset
8299
8300
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 </row>
8306 </lyxtabular>
8307
8308 \end_inset
8309
8310
8311 \begin_inset space \hfill{}
8312 \end_inset
8313
8314
8315 \end_layout
8316
8317 \begin_layout Standard
8318 \begin_inset space \hfill{}
8319 \end_inset
8320
8321
8322 \begin_inset Tabular
8323 <lyxtabular version="3" rows="6" columns="2">
8324 <features>
8325 <column alignment="center" valignment="top" width="0pt">
8326 <column alignment="center" valignment="top" width="0pt">
8327 <row>
8328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332 Comando
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341 Resultado
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 </row>
8347 <row>
8348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352
8353 \backslash
8354 leftrightarrow
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363 \begin_inset Formula $\leftrightarrow$
8364 \end_inset
8365
8366
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 </row>
8372 <row>
8373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377
8378 \backslash
8379 Leftrightarrow
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388 \begin_inset Formula $\Leftrightarrow$
8389 \end_inset
8390
8391
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 </row>
8397 <row>
8398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402
8403 \backslash
8404 longleftrightarrow
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413 \begin_inset Formula $\longleftrightarrow$
8414 \end_inset
8415
8416
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 </row>
8422 <row>
8423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427
8428 \backslash
8429 Longleftrightarrow
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438 \begin_inset Formula $\Longleftrightarrow$
8439 \end_inset
8440
8441
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 </row>
8447 <row>
8448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452
8453 \backslash
8454 rightleftharpoons
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463 \begin_inset Formula $\rightleftharpoons$
8464 \end_inset
8465
8466
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 </row>
8472 </lyxtabular>
8473
8474 \end_inset
8475
8476
8477 \begin_inset space \hspace{}
8478 \length 25pt
8479 \end_inset
8480
8481
8482 \begin_inset space \hfill{}
8483 \end_inset
8484
8485
8486 \begin_inset Tabular
8487 <lyxtabular version="3" rows="5" columns="2">
8488 <features>
8489 <column alignment="center" valignment="top" width="0pt">
8490 <column alignment="center" valignment="top" width="0pt">
8491 <row>
8492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496 Comando
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505 Resultado
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 </row>
8511 <row>
8512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516
8517 \backslash
8518 mapsto
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527 \begin_inset Formula $\mapsto$
8528 \end_inset
8529
8530
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 </row>
8536 <row>
8537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541
8542 \backslash
8543 longmapsto
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552 \begin_inset Formula $\longmapsto$
8553 \end_inset
8554
8555
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 </row>
8561 <row>
8562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566
8567 \backslash
8568 leadsto
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577 \begin_inset Formula $\leadsto$
8578 \end_inset
8579
8580
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 </row>
8586 <row>
8587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591
8592 \backslash
8593 dasharrow
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602 \begin_inset Formula $\dasharrow$
8603 \end_inset
8604
8605
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 </row>
8611 </lyxtabular>
8612
8613 \end_inset
8614
8615
8616 \begin_inset space \hfill{}
8617 \end_inset
8618
8619
8620 \begin_inset VSpace medskip
8621 \end_inset
8622
8623
8624 \end_layout
8625
8626 \begin_layout Standard
8627 Las flechas que se utilizan como acentos, p.
8628 \begin_inset space \thinspace{}
8629 \end_inset
8630
8631 e.
8632  en vectores, se describen en 
8633 \begin_inset CommandInset ref
8634 LatexCommand ref
8635 reference "sec:Acentos"
8636
8637 \end_inset
8638
8639 .
8640  
8641 \begin_inset VSpace bigskip
8642 \end_inset
8643
8644
8645 \end_layout
8646
8647 \begin_layout Standard
8648 Además hay las flechas etiquetadas
8649 \begin_inset Index
8650 status collapsed
8651
8652 \begin_layout Plain Layout
8653 Flechas ! etiquetadas
8654 \end_layout
8655
8656 \end_inset
8657
8658  
8659 \series bold
8660
8661 \backslash
8662 xleftarrow
8663 \series default
8664
8665 \begin_inset Index
8666 status collapsed
8667
8668 \begin_layout Plain Layout
8669 Comandos ! X ! 
8670 \backslash
8671 xleftarrow
8672 \end_layout
8673
8674 \end_inset
8675
8676  y 
8677 \series bold
8678
8679 \backslash
8680 xrightarrow
8681 \series default
8682
8683 \begin_inset Index
8684 status collapsed
8685
8686 \begin_layout Plain Layout
8687 Comandos ! X ! 
8688 \backslash
8689 xrightarrow
8690 \begin_inset ERT
8691 status collapsed
8692
8693 \begin_layout Plain Layout
8694
8695
8696 \backslash
8697 vspace{4mm}
8698 \end_layout
8699
8700 \end_inset
8701
8702
8703 \end_layout
8704
8705 \end_inset
8706
8707 .
8708  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8709  con dos marcos azules donde se puede insertar la etiqueta.
8710  La longitud de la flecha se adapta a la anchura de la etiqueta.
8711 \end_layout
8712
8713 \begin_layout Standard
8714 \noindent
8715 \align center
8716 \begin_inset Tabular
8717 <lyxtabular version="3" rows="3" columns="2">
8718 <features>
8719 <column alignment="center" valignment="top" width="0">
8720 <column alignment="center" valignment="top" width="0">
8721 <row>
8722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726 Comando
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735 Resultado
8736 \begin_inset Note Note
8737 status collapsed
8738
8739 \begin_layout Plain Layout
8740
8741 \series bold
8742
8743 \backslash
8744 raisebox
8745 \series default
8746  se usa sólo como espaciador
8747 \end_layout
8748
8749 \end_inset
8750
8751
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 </row>
8757 <row>
8758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762 F(a)
8763 \backslash
8764 xleftarrow
8765 \begin_inset ERT
8766 status collapsed
8767
8768 \begin_layout Plain Layout
8769
8770
8771 \backslash
8772 spce 
8773 \end_layout
8774
8775 \end_inset
8776
8777 x=a
8778 \begin_inset Formula $\downarrow$
8779 \end_inset
8780
8781 x>0
8782 \begin_inset Formula $\to$
8783 \end_inset
8784
8785 F(x)
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{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\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" bottomline="true" leftline="true" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Plain Layout
8808 F(x)
8809 \backslash
8810 xrightarrow
8811 \begin_inset ERT
8812 status collapsed
8813
8814 \begin_layout Plain Layout
8815
8816
8817 \backslash
8818 spce 
8819 \end_layout
8820
8821 \end_inset
8822
8823 x=a
8824 \begin_inset Formula $\downarrow$
8825 \end_inset
8826
8827 x>0
8828 \begin_inset Formula $\to$
8829 \end_inset
8830
8831 F(a)
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8841 \end_inset
8842
8843
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 </row>
8849 </lyxtabular>
8850
8851 \end_inset
8852
8853
8854 \end_layout
8855
8856 \begin_layout Subsection
8857 Flechas verticales y diagonales
8858 \begin_inset Index
8859 status collapsed
8860
8861 \begin_layout Plain Layout
8862 Flechas ! diagonales
8863 \end_layout
8864
8865 \end_inset
8866
8867
8868 \begin_inset Index
8869 status collapsed
8870
8871 \begin_layout Plain Layout
8872 Flechas ! verticales
8873 \end_layout
8874
8875 \end_inset
8876
8877
8878 \end_layout
8879
8880 \begin_layout Standard
8881 \begin_inset space \hfill{}
8882 \end_inset
8883
8884
8885 \begin_inset Tabular
8886 <lyxtabular version="3" rows="7" columns="2">
8887 <features>
8888 <column alignment="center" valignment="top" width="0pt">
8889 <column alignment="center" valignment="top" width="0pt">
8890 <row>
8891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895 Comando
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904 Resultado
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 </row>
8910 <row>
8911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915
8916 \backslash
8917 uparrow
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926 \begin_inset Formula $\uparrow$
8927 \end_inset
8928
8929
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 </row>
8935 <row>
8936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940
8941 \backslash
8942 Uparrow
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Plain Layout
8951 \begin_inset Formula $\Uparrow$
8952 \end_inset
8953
8954
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 </row>
8960 <row>
8961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965
8966 \backslash
8967 updownarrow
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976 \begin_inset Formula $\updownarrow$
8977 \end_inset
8978
8979
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 </row>
8985 <row>
8986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990
8991 \backslash
8992 Updownarrow
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8998 \begin_inset Text
8999
9000 \begin_layout Plain Layout
9001 \begin_inset Formula $\Updownarrow$
9002 \end_inset
9003
9004
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 </row>
9010 <row>
9011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015
9016 \backslash
9017 Downarrow
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026 \begin_inset Formula $\Downarrow$
9027 \end_inset
9028
9029
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 </row>
9035 <row>
9036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040
9041 \backslash
9042 downarrow
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 \begin_inset Formula $\downarrow$
9052 \end_inset
9053
9054
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 </row>
9060 </lyxtabular>
9061
9062 \end_inset
9063
9064
9065 \begin_inset space \hfill{}
9066 \end_inset
9067
9068
9069 \begin_inset Tabular
9070 <lyxtabular version="3" rows="5" columns="2">
9071 <features>
9072 <column alignment="center" valignment="top" width="0pt">
9073 <column alignment="center" valignment="top" width="0pt">
9074 <row>
9075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079 Comando
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088 Resultado
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 </row>
9094 <row>
9095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099
9100 \backslash
9101 nearrow
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Plain Layout
9110 \begin_inset Formula $\nearrow$
9111 \end_inset
9112
9113
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 </row>
9119 <row>
9120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124
9125 \backslash
9126 searrow
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Plain Layout
9135 \begin_inset Formula $\searrow$
9136 \end_inset
9137
9138
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 </row>
9144 <row>
9145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149
9150 \backslash
9151 swarrow
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160 \begin_inset Formula $\swarrow$
9161 \end_inset
9162
9163
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 </row>
9169 <row>
9170 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174
9175 \backslash
9176 nwarrow
9177 \end_layout
9178
9179 \end_inset
9180 </cell>
9181 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185 \begin_inset Formula $\nwarrow$
9186 \end_inset
9187
9188
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 </row>
9194 </lyxtabular>
9195
9196 \end_inset
9197
9198
9199 \begin_inset space \hfill{}
9200 \end_inset
9201
9202
9203 \end_layout
9204
9205 \begin_layout Standard
9206 \begin_inset VSpace medskip
9207 \end_inset
9208
9209
9210 \end_layout
9211
9212 \begin_layout Standard
9213 Las flechas verticales también se pueden usar como delimitadores junto con
9214  los comandos descritos en
9215 \begin_inset space ~
9216 \end_inset
9217
9218
9219 \begin_inset CommandInset ref
9220 LatexCommand ref
9221 reference "sub:Tamaño-manual-de"
9222
9223 \end_inset
9224
9225  y 
9226 \begin_inset CommandInset ref
9227 LatexCommand ref
9228 reference "sub:Tamaño-automático-de"
9229
9230 \end_inset
9231
9232 .
9233 \end_layout
9234
9235 \begin_layout Standard
9236
9237 \end_layout
9238
9239 \begin_layout Section
9240 Acentos
9241 \begin_inset CommandInset label
9242 LatexCommand label
9243 name "sec:Acentos"
9244
9245 \end_inset
9246
9247
9248 \begin_inset Index
9249 status collapsed
9250
9251 \begin_layout Plain Layout
9252 Acentos
9253 \end_layout
9254
9255 \end_inset
9256
9257
9258 \end_layout
9259
9260 \begin_layout Standard
9261 Los acentos se pueden insertar con el botón 
9262 \begin_inset Graphics
9263         filename ../../images/math/hat.png
9264         scale 85
9265
9266 \end_inset
9267
9268  o mediante los comandos listados en las siguientes subsecciones.
9269 \end_layout
9270
9271 \begin_layout Subsection
9272 Acentos para un carácter
9273 \begin_inset ERT
9274 status collapsed
9275
9276 \begin_layout Plain Layout
9277
9278
9279 \backslash
9280 texorpdfstring{
9281 \end_layout
9282
9283 \end_inset
9284
9285
9286 \begin_inset Foot
9287 status open
9288
9289 \begin_layout Plain Layout
9290 Para acentos en texto, véase 
9291 \begin_inset CommandInset ref
9292 LatexCommand ref
9293 reference "sub:Acentos-en-texto"
9294
9295 \end_inset
9296
9297
9298 \end_layout
9299
9300 \end_inset
9301
9302
9303 \begin_inset ERT
9304 status collapsed
9305
9306 \begin_layout Plain Layout
9307
9308 }{}
9309 \end_layout
9310
9311 \end_inset
9312
9313
9314 \begin_inset Note Note
9315 status collapsed
9316
9317 \begin_layout Plain Layout
9318
9319 \backslash
9320 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
9321  PDF.
9322 \end_layout
9323
9324 \begin_layout Plain Layout
9325 Más sobre 
9326 \backslash
9327 texorpdfstring en la sección 
9328 \begin_inset CommandInset ref
9329 LatexCommand ref
9330 reference "sub:Ecuaciones-en-encabezados"
9331
9332 \end_inset
9333
9334 .
9335 \end_layout
9336
9337 \end_inset
9338
9339
9340 \begin_inset CommandInset label
9341 LatexCommand label
9342 name "sub:Acentos-para-un"
9343
9344 \end_inset
9345
9346
9347 \begin_inset Index
9348 status collapsed
9349
9350 \begin_layout Plain Layout
9351 Acentos ! para un carácter
9352 \end_layout
9353
9354 \end_inset
9355
9356
9357 \end_layout
9358
9359 \begin_layout Standard
9360 \begin_inset space \hfill{}
9361 \end_inset
9362
9363
9364 \begin_inset Tabular
9365 <lyxtabular version="3" rows="8" columns="2">
9366 <features>
9367 <column alignment="center" valignment="top" width="0pt">
9368 <column alignment="center" valignment="top" width="0pt">
9369 <row>
9370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9371 \begin_inset Text
9372
9373 \begin_layout Plain Layout
9374 Comando
9375 \end_layout
9376
9377 \end_inset
9378 </cell>
9379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383 Resultado
9384 \begin_inset Note Note
9385 status collapsed
9386
9387 \begin_layout Plain Layout
9388
9389 \series bold
9390
9391 \backslash
9392 raisebox
9393 \series default
9394  se usa sólo como espaciador
9395 \end_layout
9396
9397 \end_inset
9398
9399
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 </row>
9405 <row>
9406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410
9411 \backslash
9412 dot
9413 \begin_inset ERT
9414 status collapsed
9415
9416 \begin_layout Plain Layout
9417
9418
9419 \backslash
9420 spce 
9421 \end_layout
9422
9423 \end_inset
9424
9425 A
9426 \end_layout
9427
9428 \end_inset
9429 </cell>
9430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9435 \end_inset
9436
9437
9438 \end_layout
9439
9440 \end_inset
9441 </cell>
9442 </row>
9443 <row>
9444 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Plain Layout
9448
9449 \backslash
9450 ddot
9451 \begin_inset ERT
9452 status collapsed
9453
9454 \begin_layout Plain Layout
9455
9456
9457 \backslash
9458 spce 
9459 \end_layout
9460
9461 \end_inset
9462
9463 A
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Plain Layout
9472 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9473 \end_inset
9474
9475
9476 \end_layout
9477
9478 \end_inset
9479 </cell>
9480 </row>
9481 <row>
9482 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9483 \begin_inset Text
9484
9485 \begin_layout Plain Layout
9486
9487 \backslash
9488 dddot
9489 \begin_inset ERT
9490 status collapsed
9491
9492 \begin_layout Plain Layout
9493
9494
9495 \backslash
9496 spce 
9497 \end_layout
9498
9499 \end_inset
9500
9501 A
9502 \end_layout
9503
9504 \end_inset
9505 </cell>
9506 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9507 \begin_inset Text
9508
9509 \begin_layout Plain Layout
9510 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9511 \end_inset
9512
9513
9514 \end_layout
9515
9516 \end_inset
9517 </cell>
9518 </row>
9519 <row>
9520 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9521 \begin_inset Text
9522
9523 \begin_layout Plain Layout
9524
9525 \backslash
9526 ddddot{A
9527 \end_layout
9528
9529 \end_inset
9530 </cell>
9531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9536 \end_inset
9537
9538
9539 \end_layout
9540
9541 \end_inset
9542 </cell>
9543 </row>
9544 <row>
9545 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9546 \begin_inset Text
9547
9548 \begin_layout Plain Layout
9549
9550 \backslash
9551 vec
9552 \begin_inset ERT
9553 status collapsed
9554
9555 \begin_layout Plain Layout
9556
9557
9558 \backslash
9559 spce 
9560 \end_layout
9561
9562 \end_inset
9563
9564 A
9565 \begin_inset Index
9566 status collapsed
9567
9568 \begin_layout Plain Layout
9569 Vectores
9570 \end_layout
9571
9572 \end_inset
9573
9574
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9580 \begin_inset Text
9581
9582 \begin_layout Plain Layout
9583 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9584 \end_inset
9585
9586
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 </row>
9592 <row>
9593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Plain Layout
9597
9598 \backslash
9599 bar
9600 \begin_inset ERT
9601 status collapsed
9602
9603 \begin_layout Plain Layout
9604
9605
9606 \backslash
9607 spce 
9608 \end_layout
9609
9610 \end_inset
9611
9612 A
9613 \end_layout
9614
9615 \end_inset
9616 </cell>
9617 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9618 \begin_inset Text
9619
9620 \begin_layout Plain Layout
9621 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9622 \end_inset
9623
9624
9625 \end_layout
9626
9627 \end_inset
9628 </cell>
9629 </row>
9630 <row>
9631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Plain Layout
9635
9636 \backslash
9637 mathring
9638 \begin_inset ERT
9639 status collapsed
9640
9641 \begin_layout Plain Layout
9642
9643
9644 \backslash
9645 spce 
9646 \end_layout
9647
9648 \end_inset
9649
9650 A
9651 \end_layout
9652
9653 \end_inset
9654 </cell>
9655 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9656 \begin_inset Text
9657
9658 \begin_layout Plain Layout
9659 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9660 \end_inset
9661
9662
9663 \end_layout
9664
9665 \end_inset
9666 </cell>
9667 </row>
9668 </lyxtabular>
9669
9670 \end_inset
9671
9672
9673 \begin_inset space \hfill{}
9674 \end_inset
9675
9676
9677 \begin_inset Tabular
9678 <lyxtabular version="3" rows="7" columns="2">
9679 <features>
9680 <column alignment="center" valignment="top" width="0pt">
9681 <column alignment="center" valignment="top" width="0pt">
9682 <row>
9683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9684 \begin_inset Text
9685
9686 \begin_layout Plain Layout
9687 Comando
9688 \end_layout
9689
9690 \end_inset
9691 </cell>
9692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9693 \begin_inset Text
9694
9695 \begin_layout Plain Layout
9696 Resultado
9697 \begin_inset Note Note
9698 status collapsed
9699
9700 \begin_layout Plain Layout
9701
9702 \series bold
9703
9704 \backslash
9705 raisebox
9706 \series default
9707  se usa sólo como espaciador
9708 \end_layout
9709
9710 \end_inset
9711
9712
9713 \end_layout
9714
9715 \end_inset
9716 </cell>
9717 </row>
9718 <row>
9719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9720 \begin_inset Text
9721
9722 \begin_layout Plain Layout
9723
9724 \backslash
9725 tilde
9726 \begin_inset ERT
9727 status collapsed
9728
9729 \begin_layout Plain Layout
9730
9731
9732 \backslash
9733 spce 
9734 \end_layout
9735
9736 \end_inset
9737
9738 A
9739 \end_layout
9740
9741 \end_inset
9742 </cell>
9743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9744 \begin_inset Text
9745
9746 \begin_layout Plain Layout
9747 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9748 \end_inset
9749
9750
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 </row>
9756 <row>
9757 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761
9762 \backslash
9763 hat
9764 \begin_inset ERT
9765 status collapsed
9766
9767 \begin_layout Plain Layout
9768
9769
9770 \backslash
9771 spce 
9772 \end_layout
9773
9774 \end_inset
9775
9776 A
9777 \end_layout
9778
9779 \end_inset
9780 </cell>
9781 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9782 \begin_inset Text
9783
9784 \begin_layout Plain Layout
9785 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9786 \end_inset
9787
9788
9789 \end_layout
9790
9791 \end_inset
9792 </cell>
9793 </row>
9794 <row>
9795 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9796 \begin_inset Text
9797
9798 \begin_layout Plain Layout
9799
9800 \backslash
9801 check
9802 \begin_inset ERT
9803 status collapsed
9804
9805 \begin_layout Plain Layout
9806
9807
9808 \backslash
9809 spce 
9810 \end_layout
9811
9812 \end_inset
9813
9814 A
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9824 \end_inset
9825
9826
9827 \end_layout
9828
9829 \end_inset
9830 </cell>
9831 </row>
9832 <row>
9833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Plain Layout
9837
9838 \backslash
9839 acute
9840 \begin_inset ERT
9841 status collapsed
9842
9843 \begin_layout Plain Layout
9844
9845
9846 \backslash
9847 spce 
9848 \end_layout
9849
9850 \end_inset
9851
9852 A
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9862 \end_inset
9863
9864
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 </row>
9870 <row>
9871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Plain Layout
9875
9876 \backslash
9877 grave
9878 \begin_inset ERT
9879 status collapsed
9880
9881 \begin_layout Plain Layout
9882
9883
9884 \backslash
9885 spce 
9886 \end_layout
9887
9888 \end_inset
9889
9890 A
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9900 \end_inset
9901
9902
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 </row>
9908 <row>
9909 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9910 \begin_inset Text
9911
9912 \begin_layout Plain Layout
9913
9914 \backslash
9915 breve
9916 \begin_inset ERT
9917 status collapsed
9918
9919 \begin_layout Plain Layout
9920
9921
9922 \backslash
9923 spce 
9924 \end_layout
9925
9926 \end_inset
9927
9928 A
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9938 \end_inset
9939
9940
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 </row>
9946 </lyxtabular>
9947
9948 \end_inset
9949
9950
9951 \begin_inset space \hfill{}
9952 \end_inset
9953
9954
9955 \end_layout
9956
9957 \begin_layout Standard
9958 \begin_inset VSpace bigskip
9959 \end_inset
9960
9961
9962 \end_layout
9963
9964 \begin_layout Standard
9965 Para poner diéresis
9966 \begin_inset Index
9967 status collapsed
9968
9969 \begin_layout Plain Layout
9970 Dieresis@Diéresis
9971 \end_layout
9972
9973 \end_inset
9974
9975  en una ecuación se insertan comillas antes de la vocal.
9976  Estos dos caracteres son considerados por LaTeX como 
9977 \emph on
9978 un solo
9979 \emph default
9980  carácter si la parte de la ecuación con la diéresis se marca con idioma
9981  alemán.
9982 \begin_inset Foot
9983 status collapsed
9984
9985 \begin_layout Plain Layout
9986 O algún otro idioma que use acentos, p.
9987 \begin_inset space \thinspace{}
9988 \end_inset
9989
9990 e.
9991  catalán.
9992  Sin embargo, en español no funciona por algún conflicto con el estilo 
9993 \series bold
9994 spanish
9995 \series default
9996  de 
9997 \series bold
9998 babel
9999 \series default
10000 .
10001  Dicho estilo suministra la orden 
10002 \series bold
10003
10004 \backslash
10005 dotlessi
10006 \series default
10007  para generar una 
10008 \begin_inset Quotes fld
10009 \end_inset
10010
10011 i
10012 \begin_inset Quotes frd
10013 \end_inset
10014
10015  sin punto en modo matemático, que se puede usar como alternativa al comando
10016  
10017 \series bold
10018
10019 \begin_inset Quotes eld
10020 \end_inset
10021
10022 i
10023 \series default
10024 , p.e., el comando 
10025 \series bold
10026
10027 \backslash
10028 ddot
10029 \series default
10030
10031 \begin_inset ERT
10032 status collapsed
10033
10034 \begin_layout Plain Layout
10035
10036
10037 \backslash
10038 spce 
10039 \end_layout
10040
10041 \end_inset
10042
10043
10044 \series bold
10045
10046 \backslash
10047 dotlessi
10048 \series default
10049  genera
10050 \series bold
10051  
10052 \series default
10053
10054 \begin_inset Formula $\ddot{\dotlessi}$
10055 \end_inset
10056
10057 .
10058  Véase la documentación del estilo, 
10059 \begin_inset CommandInset citation
10060 LatexCommand cite
10061 key "spanish"
10062
10063 \end_inset
10064
10065 .
10066  También se puede usar 
10067 \series bold
10068
10069 \backslash
10070 imath
10071 \series default
10072  en vez de 
10073 \series bold
10074
10075 \backslash
10076 dotlessi
10077 \series default
10078 .
10079  (
10080 \emph on
10081 N.
10082 \begin_inset space \thinspace{}
10083 \end_inset
10084
10085 del t.
10086 \emph default
10087 )
10088 \end_layout
10089
10090 \end_inset
10091
10092  A diferencia de 
10093 \series bold
10094
10095 \backslash
10096 ddot
10097 \series default
10098 , con este método se generan diéresis 
10099 \begin_inset Quotes fld
10100 \end_inset
10101
10102 reales
10103 \begin_inset Quotes frd
10104 \end_inset
10105
10106 , como se demuestra en el siguiente ejemplo:
10107 \begin_inset VSpace -2mm
10108 \end_inset
10109
10110
10111 \end_layout
10112
10113 \begin_layout Standard
10114 \noindent
10115 \align center
10116 \begin_inset Tabular
10117 <lyxtabular version="3" rows="3" columns="2">
10118 <features>
10119 <column alignment="center" valignment="top" width="0">
10120 <column alignment="center" valignment="top" width="0">
10121 <row>
10122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126 Comando
10127 \end_layout
10128
10129 \end_inset
10130 </cell>
10131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10132 \begin_inset Text
10133
10134 \begin_layout Plain Layout
10135 Resultado
10136 \begin_inset Note Note
10137 status collapsed
10138
10139 \begin_layout Plain Layout
10140
10141 \series bold
10142
10143 \backslash
10144 raisebox
10145 \series default
10146  se usa sólo como espaciador.
10147 \end_layout
10148
10149 \end_inset
10150
10151
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 </row>
10157 <row>
10158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162 \begin_inset Quotes grd
10163 \end_inset
10164
10165 i
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174 \begin_inset Formula $\ddot{\dotlessi}$
10175 \end_inset
10176
10177
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 </row>
10183 <row>
10184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188
10189 \backslash
10190 ddot
10191 \begin_inset ERT
10192 status collapsed
10193
10194 \begin_layout Plain Layout
10195
10196
10197 \backslash
10198 spce 
10199 \end_layout
10200
10201 \end_inset
10202
10203 i
10204 \end_layout
10205
10206 \end_inset
10207 </cell>
10208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10209 \begin_inset Text
10210
10211 \begin_layout Plain Layout
10212 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10213 \end_inset
10214
10215
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 </row>
10221 </lyxtabular>
10222
10223 \end_inset
10224
10225
10226 \end_layout
10227
10228 \begin_layout Standard
10229 Otra ventaja frente a 
10230 \series bold
10231
10232 \backslash
10233 ddot
10234 \series default
10235  es que la diéresis puede convertirse directamente a texto matemático, porque
10236  los anteriores comandos para acentos 
10237 \emph on
10238 no están permitidos en texto matemático
10239 \emph default
10240 .
10241  Para convertir un carácter acentuado a texto matemático, se debe convertir
10242  sólo el carácter bajo el acento.
10243  Esto también se aplica para otras conversiones, p.
10244 \begin_inset space \thinspace{}
10245 \end_inset
10246
10247 e.
10248 \begin_inset space ~
10249 \end_inset
10250
10251 cursiva o negrita.
10252 \end_layout
10253
10254 \begin_layout Standard
10255 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10256 \end_layout
10257
10258 \begin_layout Subsection
10259 Acentos para operadores
10260 \begin_inset Index
10261 status collapsed
10262
10263 \begin_layout Plain Layout
10264 Acentos ! en operadores
10265 \end_layout
10266
10267 \end_inset
10268
10269
10270 \end_layout
10271
10272 \begin_layout Standard
10273 Con los comandos 
10274 \series bold
10275
10276 \backslash
10277 overset
10278 \series default
10279
10280 \begin_inset Index
10281 status collapsed
10282
10283 \begin_layout Plain Layout
10284 Comandos ! O ! 
10285 \backslash
10286 overset
10287 \end_layout
10288
10289 \end_inset
10290
10291  y 
10292 \series bold
10293
10294 \backslash
10295 underset
10296 \series default
10297
10298 \begin_inset Index
10299 status collapsed
10300
10301 \begin_layout Plain Layout
10302 Comandos ! U ! 
10303 \backslash
10304 underset
10305 \end_layout
10306
10307 \end_inset
10308
10309  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
10310  Con el comando 
10311 \series bold
10312
10313 \backslash
10314 sideset
10315 \series default
10316
10317 \begin_inset Index
10318 status collapsed
10319
10320 \begin_layout Plain Layout
10321 Comandos ! S ! 
10322 \backslash
10323 sideset
10324 \end_layout
10325
10326 \end_inset
10327
10328  se pueden poner caracteres delante y detrás de un operador.
10329  El esquema del comando es:
10330 \end_layout
10331
10332 \begin_layout Standard
10333
10334 \series bold
10335
10336 \backslash
10337 sideset{carácter
10338 \series default
10339  
10340 \series bold
10341 anterior}{carácter posterior}
10342 \end_layout
10343
10344 \begin_layout Standard
10345
10346 \series bold
10347
10348 \backslash
10349 sideset
10350 \series default
10351  siempre debe estar delante del operador que debe acentuarse.
10352  Se puede acentuar con varios caracteres e incluso con otros operadores
10353  y símbolos.
10354  Para colocar con
10355 \series bold
10356  
10357 \backslash
10358 sideset
10359 \series default
10360  caracteres sólo detrás del operador, por ejemplo, no se escribe nada en
10361  el primer par de llaves, pero sin quitarlas.
10362  
10363 \end_layout
10364
10365 \begin_layout Standard
10366 Por ejemplo, el comando 
10367 \series bold
10368
10369 \backslash
10370 sideset{
10371 \begin_inset Formula $\to$
10372 \end_inset
10373
10374
10375 \backslash
10376 {
10377 \series default
10378 '
10379 \series bold
10380
10381 \begin_inset Formula $\to$
10382 \end_inset
10383
10384
10385 \backslash
10386 sum_k=1
10387 \begin_inset ERT
10388 status collapsed
10389
10390 \begin_layout Plain Layout
10391
10392
10393 \backslash
10394 spce 
10395 \end_layout
10396
10397 \end_inset
10398
10399
10400 \series default
10401 ^
10402 \series bold
10403
10404 \begin_inset ERT
10405 status collapsed
10406
10407 \begin_layout Plain Layout
10408
10409
10410 \backslash
10411 spce 
10412 \end_layout
10413
10414 \end_inset
10415
10416 n
10417 \series default
10418  genera:
10419 \begin_inset Formula \[
10420 \sideset{}{'}\sum_{k=1}^{n}\]
10421
10422 \end_inset
10423
10424
10425 \end_layout
10426
10427 \begin_layout Standard
10428 El comando 
10429 \series bold
10430
10431 \backslash
10432 overset
10433 \begin_inset ERT
10434 status collapsed
10435
10436 \begin_layout Plain Layout
10437
10438
10439 \backslash
10440 spce 
10441 \end_layout
10442
10443 \end_inset
10444
10445
10446 \backslash
10447 maltese
10448 \begin_inset ERT
10449 status collapsed
10450
10451 \begin_layout Plain Layout
10452
10453
10454 \backslash
10455 spce 
10456 \end_layout
10457
10458 \end_inset
10459
10460
10461 \series default
10462
10463 \begin_inset Formula $\uparrow$
10464 \end_inset
10465
10466
10467 \series bold
10468 a
10469 \series default
10470  genera:
10471 \begin_inset Formula \[
10472 \overset{a}{\maltese}\]
10473
10474 \end_inset
10475
10476
10477 \end_layout
10478
10479 \begin_layout Standard
10480 Como se ve en el último ejemplo, con 
10481 \series bold
10482
10483 \backslash
10484 overset
10485 \series default
10486  y 
10487 \series bold
10488
10489 \backslash
10490 underset
10491 \series default
10492  también se pueden acentuar símbolos y caracteres; con 
10493 \series bold
10494
10495 \backslash
10496 sideset
10497 \series default
10498  esto no es posible.
10499 \end_layout
10500
10501 \begin_layout Subsection
10502 Acentos para varios caracteres
10503 \begin_inset Index
10504 status collapsed
10505
10506 \begin_layout Plain Layout
10507 Acentos ! en varios caracteres
10508 \end_layout
10509
10510 \end_inset
10511
10512
10513 \end_layout
10514
10515 \begin_layout Standard
10516 \begin_inset space \hfill{}
10517 \end_inset
10518
10519
10520 \begin_inset Tabular
10521 <lyxtabular version="3" rows="5" columns="2">
10522 <features>
10523 <column alignment="center" valignment="top" width="0pt">
10524 <column alignment="center" valignment="top" width="0pt">
10525 <row>
10526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10527 \begin_inset Text
10528
10529 \begin_layout Plain Layout
10530 Comando
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539 Resultado
10540 \begin_inset Note Note
10541 status collapsed
10542
10543 \begin_layout Plain Layout
10544
10545 \series bold
10546
10547 \backslash
10548 raisebox
10549 \series default
10550  se usa sólo como espaciador
10551 \end_layout
10552
10553 \end_inset
10554
10555
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 </row>
10561 <row>
10562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10563 \begin_inset Text
10564
10565 \begin_layout Plain Layout
10566
10567 \backslash
10568 overleftarrow
10569 \begin_inset ERT
10570 status collapsed
10571
10572 \begin_layout Plain Layout
10573
10574
10575 \backslash
10576 spce 
10577 \end_layout
10578
10579 \end_inset
10580
10581 A=B
10582 \end_layout
10583
10584 \end_inset
10585 </cell>
10586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10591 \end_inset
10592
10593
10594 \end_layout
10595
10596 \end_inset
10597 </cell>
10598 </row>
10599 <row>
10600 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10601 \begin_inset Text
10602
10603 \begin_layout Plain Layout
10604
10605 \backslash
10606 underleftarrow
10607 \begin_inset ERT
10608 status collapsed
10609
10610 \begin_layout Plain Layout
10611
10612
10613 \backslash
10614 spce 
10615 \end_layout
10616
10617 \end_inset
10618
10619 A=B
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10625 \begin_inset Text
10626
10627 \begin_layout Plain Layout
10628 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10629 \end_inset
10630
10631
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 </row>
10637 <row>
10638 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642
10643 \backslash
10644 overleftrightarrow
10645 \begin_inset ERT
10646 status collapsed
10647
10648 \begin_layout Plain Layout
10649
10650
10651 \backslash
10652 spce 
10653 \end_layout
10654
10655 \end_inset
10656
10657 A=B
10658 \end_layout
10659
10660 \end_inset
10661 </cell>
10662 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10663 \begin_inset Text
10664
10665 \begin_layout Plain Layout
10666 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10667 \end_inset
10668
10669
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 </row>
10675 <row>
10676 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10677 \begin_inset Text
10678
10679 \begin_layout Plain Layout
10680
10681 \backslash
10682 underleftrightarrow
10683 \begin_inset ERT
10684 status collapsed
10685
10686 \begin_layout Plain Layout
10687
10688
10689 \backslash
10690 spce 
10691 \end_layout
10692
10693 \end_inset
10694
10695 A=B
10696 \end_layout
10697
10698 \end_inset
10699 </cell>
10700 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10705 \end_inset
10706
10707
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 </row>
10713 </lyxtabular>
10714
10715 \end_inset
10716
10717
10718 \begin_inset space \hfill{}
10719 \end_inset
10720
10721
10722 \begin_inset Tabular
10723 <lyxtabular version="3" rows="5" columns="2">
10724 <features>
10725 <column alignment="center" valignment="top" width="0pt">
10726 <column alignment="center" valignment="top" width="0pt">
10727 <row>
10728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732 Comando
10733 \end_layout
10734
10735 \end_inset
10736 </cell>
10737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Plain Layout
10741 Resultado
10742 \begin_inset Note Note
10743 status collapsed
10744
10745 \begin_layout Plain Layout
10746
10747 \series bold
10748
10749 \backslash
10750 raisebox
10751 \series default
10752  se usa sólo como espaciador
10753 \end_layout
10754
10755 \end_inset
10756
10757
10758 \end_layout
10759
10760 \end_inset
10761 </cell>
10762 </row>
10763 <row>
10764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10765 \begin_inset Text
10766
10767 \begin_layout Plain Layout
10768
10769 \backslash
10770 overrightarrow
10771 \begin_inset ERT
10772 status collapsed
10773
10774 \begin_layout Plain Layout
10775
10776
10777 \backslash
10778 spce 
10779 \end_layout
10780
10781 \end_inset
10782
10783 A=B
10784 \end_layout
10785
10786 \end_inset
10787 </cell>
10788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10789 \begin_inset Text
10790
10791 \begin_layout Plain Layout
10792 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10793 \end_inset
10794
10795
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 </row>
10801 <row>
10802 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806
10807 \backslash
10808 underrightarrow
10809 \begin_inset ERT
10810 status collapsed
10811
10812 \begin_layout Plain Layout
10813
10814
10815 \backslash
10816 spce 
10817 \end_layout
10818
10819 \end_inset
10820
10821 A=B
10822 \end_layout
10823
10824 \end_inset
10825 </cell>
10826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10827 \begin_inset Text
10828
10829 \begin_layout Plain Layout
10830 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10831 \end_inset
10832
10833
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 </row>
10839 <row>
10840 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844
10845 \backslash
10846 widetilde
10847 \begin_inset ERT
10848 status collapsed
10849
10850 \begin_layout Plain Layout
10851
10852
10853 \backslash
10854 spce 
10855 \end_layout
10856
10857 \end_inset
10858
10859 A=B
10860 \end_layout
10861
10862 \end_inset
10863 </cell>
10864 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10865 \begin_inset Text
10866
10867 \begin_layout Plain Layout
10868 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10869 \end_inset
10870
10871
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 </row>
10877 <row>
10878 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10879 \begin_inset Text
10880
10881 \begin_layout Plain Layout
10882
10883 \backslash
10884 widehat
10885 \begin_inset ERT
10886 status collapsed
10887
10888 \begin_layout Plain Layout
10889
10890
10891 \backslash
10892 spce 
10893 \end_layout
10894
10895 \end_inset
10896
10897 A=B
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10907 \end_inset
10908
10909
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 </row>
10915 </lyxtabular>
10916
10917 \end_inset
10918
10919
10920 \begin_inset space \hfill{}
10921 \end_inset
10922
10923
10924 \end_layout
10925
10926 \begin_layout Standard
10927 \begin_inset VSpace medskip
10928 \end_inset
10929
10930
10931 \end_layout
10932
10933 \begin_layout Standard
10934 Con estos comandos se pueden acentuar tantos caracteres como quieras.
10935  Pero los acentos 
10936 \series bold
10937
10938 \backslash
10939 widetilde
10940 \series default
10941  y 
10942 \series bold
10943
10944 \backslash
10945 widehat
10946 \series default
10947  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
10948  ejemplo:
10949 \begin_inset Formula \[
10950 \widetilde{A+B=C-D}\]
10951
10952 \end_inset
10953
10954
10955 \end_layout
10956
10957 \begin_layout Standard
10958 Con los comandos 
10959 \series bold
10960
10961 \backslash
10962 overset
10963 \series default
10964
10965 \begin_inset Index
10966 status collapsed
10967
10968 \begin_layout Plain Layout
10969 Comandos ! O ! 
10970 \backslash
10971 overset
10972 \end_layout
10973
10974 \end_inset
10975
10976  y 
10977 \series bold
10978
10979 \backslash
10980 underset
10981 \series default
10982
10983 \begin_inset Index
10984 status collapsed
10985
10986 \begin_layout Plain Layout
10987 Comandos ! U ! 
10988 \backslash
10989 underset
10990 \end_layout
10991
10992 \end_inset
10993
10994 , descritos en la subsección anterior, también se pueden acentuar varios
10995  caracteres.
10996  El comando 
10997 \series bold
10998
10999 \backslash
11000 underset
11001 \begin_inset ERT
11002 status collapsed
11003
11004 \begin_layout Plain Layout
11005
11006
11007 \backslash
11008 spce 
11009 \end_layout
11010
11011 \end_inset
11012
11013 A=B
11014 \begin_inset Formula $\downarrow$
11015 \end_inset
11016
11017 ***
11018 \series default
11019  da:
11020 \begin_inset Formula \[
11021 \underset{***}{A=B}\]
11022
11023 \end_inset
11024
11025
11026 \end_layout
11027
11028 \begin_layout Section
11029 Espacios
11030 \begin_inset CommandInset label
11031 LatexCommand label
11032 name "sec:Espacio"
11033
11034 \end_inset
11035
11036
11037 \begin_inset Index
11038 status collapsed
11039
11040 \begin_layout Plain Layout
11041 Espacio ! horizontal
11042 \end_layout
11043
11044 \end_inset
11045
11046
11047 \end_layout
11048
11049 \begin_layout Subsection
11050 Espacio predefinido
11051 \begin_inset CommandInset label
11052 LatexCommand label
11053 name "sub:Espacio-predefinido"
11054
11055 \end_inset
11056
11057
11058 \begin_inset Index
11059 status collapsed
11060
11061 \begin_layout Plain Layout
11062 Espacio ! horizontal ! predefinido
11063 \end_layout
11064
11065 \end_inset
11066
11067
11068 \end_layout
11069
11070 \begin_layout Standard
11071 A veces es necesario insertar espacio horizontal en una ecuación.
11072  Esto se hace insertando un espacio protegido (atajo 
11073 \family sans
11074 Ctrl-Espacio
11075 \family default
11076 ).
11077  Aparece un 
11078 \begin_inset Quotes fld
11079 \end_inset
11080
11081
11082 \begin_inset ERT
11083 status open
11084
11085 \begin_layout Plain Layout
11086
11087
11088 \backslash
11089 spce 
11090 \end_layout
11091
11092 \end_inset
11093
11094
11095 \begin_inset Quotes frd
11096 \end_inset
11097
11098  azul, y pulsando 
11099 \family sans
11100 Espacio
11101 \family default
11102  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
11103  espacio.
11104  También se pueden insertar espacios mediante el botón 
11105 \begin_inset Graphics
11106         filename ../../images/math/space.png
11107         scale 85
11108
11109 \end_inset
11110
11111  de la barra de ecuaciones o con comandos especiales.
11112  Independientemente del comando insertado, se puede seleccionar de nuevo
11113  el tamaño pulsando acto seguido 
11114 \family sans
11115 Espacio.
11116  
11117 \end_layout
11118
11119 \begin_layout Standard
11120 \noindent
11121 \align center
11122 \begin_inset VSpace -5mm
11123 \end_inset
11124
11125
11126 \begin_inset Tabular
11127 <lyxtabular version="3" rows="3" columns="7">
11128 <features>
11129 <column alignment="center" valignment="middle" width="6.8cm">
11130 <column alignment="center" valignment="top" width="0">
11131 <column alignment="center" valignment="top" width="0">
11132 <column alignment="center" valignment="top" width="0">
11133 <column alignment="center" valignment="top" width="0">
11134 <column alignment="center" valignment="top" width="0">
11135 <column alignment="center" valignment="top" width="0">
11136 <row>
11137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11138 \begin_inset Text
11139
11140 \begin_layout Plain Layout
11141 Comando
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11147 \begin_inset Text
11148
11149 \begin_layout Plain Layout
11150
11151 \backslash
11152 ,
11153 \end_layout
11154
11155 \end_inset
11156 </cell>
11157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161
11162 \backslash
11163 :
11164 \end_layout
11165
11166 \end_inset
11167 </cell>
11168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11169 \begin_inset Text
11170
11171 \begin_layout Plain Layout
11172
11173 \backslash
11174 ;
11175 \end_layout
11176
11177 \end_inset
11178 </cell>
11179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11180 \begin_inset Text
11181
11182 \begin_layout Plain Layout
11183
11184 \backslash
11185 quad
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11191 \begin_inset Text
11192
11193 \begin_layout Plain Layout
11194
11195 \backslash
11196 qquad
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
11206 \backslash
11207 !
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 </row>
11213 <row>
11214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11215 \begin_inset Text
11216
11217 \begin_layout Plain Layout
11218 Número de pulsaciones de 
11219 \family sans
11220 Espacio
11221 \family default
11222  tras insertar el espacio protegido
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11228 \begin_inset Text
11229
11230 \begin_layout Plain Layout
11231 0
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11237 \begin_inset Text
11238
11239 \begin_layout Plain Layout
11240 1
11241 \end_layout
11242
11243 \end_inset
11244 </cell>
11245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249 2
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258 3
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11264 \begin_inset Text
11265
11266 \begin_layout Plain Layout
11267 4
11268 \end_layout
11269
11270 \end_inset
11271 </cell>
11272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11273 \begin_inset Text
11274
11275 \begin_layout Plain Layout
11276 5
11277 \end_layout
11278
11279 \end_inset
11280 </cell>
11281 </row>
11282 <row>
11283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11284 \begin_inset Text
11285
11286 \begin_layout Plain Layout
11287 Resultado
11288 \end_layout
11289
11290 \end_inset
11291 </cell>
11292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11293 \begin_inset Text
11294
11295 \begin_layout Plain Layout
11296 \begin_inset Formula $A\, B$
11297 \end_inset
11298
11299
11300 \end_layout
11301
11302 \end_inset
11303 </cell>
11304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11305 \begin_inset Text
11306
11307 \begin_layout Plain Layout
11308 \begin_inset Formula $A\: B$
11309 \end_inset
11310
11311
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11317 \begin_inset Text
11318
11319 \begin_layout Plain Layout
11320 \begin_inset Formula $A\; B$
11321 \end_inset
11322
11323
11324 \end_layout
11325
11326 \end_inset
11327 </cell>
11328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11329 \begin_inset Text
11330
11331 \begin_layout Plain Layout
11332 \begin_inset Formula $A\quad B$
11333 \end_inset
11334
11335
11336 \end_layout
11337
11338 \end_inset
11339 </cell>
11340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11341 \begin_inset Text
11342
11343 \begin_layout Plain Layout
11344 \begin_inset Formula $A\qquad B$
11345 \end_inset
11346
11347
11348 \end_layout
11349
11350 \end_inset
11351 </cell>
11352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11353 \begin_inset Text
11354
11355 \begin_layout Plain Layout
11356 \begin_inset Formula $A\! B$
11357 \end_inset
11358
11359
11360 \end_layout
11361
11362 \end_inset
11363 </cell>
11364 </row>
11365 </lyxtabular>
11366
11367 \end_inset
11368
11369
11370 \end_layout
11371
11372 \begin_layout Standard
11373 El último tamaño parece no generar espacio.
11374  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
11375  negativo.
11376  Hay otros dos espacios negativos:
11377 \end_layout
11378
11379 \begin_layout Standard
11380 \align center
11381 \begin_inset Tabular
11382 <lyxtabular version="3" rows="3" columns="3">
11383 <features>
11384 <column alignment="center" valignment="middle" width="6.8cm">
11385 <column alignment="center" valignment="top" width="0pt">
11386 <column alignment="center" valignment="top" width="0pt">
11387 <row>
11388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11389 \begin_inset Text
11390
11391 \begin_layout Plain Layout
11392 Comando
11393 \end_layout
11394
11395 \end_inset
11396 </cell>
11397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11398 \begin_inset Text
11399
11400 \begin_layout Plain Layout
11401
11402 \backslash
11403 negmedspace
11404 \end_layout
11405
11406 \end_inset
11407 </cell>
11408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11409 \begin_inset Text
11410
11411 \begin_layout Plain Layout
11412
11413 \backslash
11414 negthickspace
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 </row>
11420 <row>
11421 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 Número de pulsaciones de 
11426 \family sans
11427 Espacio
11428 \family default
11429  tras insertar el espacio protegido
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11435 \begin_inset Text
11436
11437 \begin_layout Plain Layout
11438 6
11439 \end_layout
11440
11441 \end_inset
11442 </cell>
11443 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11444 \begin_inset Text
11445
11446 \begin_layout Plain Layout
11447 7
11448 \end_layout
11449
11450 \end_inset
11451 </cell>
11452 </row>
11453 <row>
11454 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11455 \begin_inset Text
11456
11457 \begin_layout Plain Layout
11458 Resultado
11459 \end_layout
11460
11461 \end_inset
11462 </cell>
11463 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467 \begin_inset Formula $A\negmedspace B$
11468 \end_inset
11469
11470
11471 \end_layout
11472
11473 \end_inset
11474 </cell>
11475 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479 \begin_inset Formula $A\negthickspace B$
11480 \end_inset
11481
11482
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 </row>
11488 </lyxtabular>
11489
11490 \end_inset
11491
11492
11493 \end_layout
11494
11495 \begin_layout Standard
11496 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
11497  Así, se pueden usar para forzar ligaduras, lo que es apropiado, p.
11498 \begin_inset space \thinspace{}
11499 \end_inset
11500
11501 e., para operadores suma: 
11502 \end_layout
11503
11504 \begin_layout Standard
11505 \noindent
11506 \align center
11507 \begin_inset Tabular
11508 <lyxtabular version="3" rows="3" columns="2">
11509 <features>
11510 <column alignment="center" valignment="top" width="0">
11511 <column alignment="center" valignment="top" width="0">
11512 <row>
11513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11514 \begin_inset Text
11515
11516 \begin_layout Plain Layout
11517 Comando
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Plain Layout
11526 Resultado
11527 \begin_inset Note Note
11528 status collapsed
11529
11530 \begin_layout Plain Layout
11531
11532 \series bold
11533
11534 \backslash
11535 raisebox
11536 \series default
11537  se usa sólo como espaciador
11538 \end_layout
11539
11540 \end_inset
11541
11542
11543 \end_layout
11544
11545 \end_inset
11546 </cell>
11547 </row>
11548 <row>
11549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11550 \begin_inset Text
11551
11552 \begin_layout Plain Layout
11553
11554 \backslash
11555 sum
11556 \backslash
11557 sum
11558 \begin_inset ERT
11559 status collapsed
11560
11561 \begin_layout Plain Layout
11562
11563
11564 \backslash
11565 spce 
11566 \end_layout
11567
11568 \end_inset
11569
11570 f_kl
11571 \end_layout
11572
11573 \end_inset
11574 </cell>
11575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11576 \begin_inset Text
11577
11578 \begin_layout Plain Layout
11579 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11580 \end_inset
11581
11582
11583 \end_layout
11584
11585 \end_inset
11586 </cell>
11587 </row>
11588 <row>
11589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11590 \begin_inset Text
11591
11592 \begin_layout Plain Layout
11593
11594 \backslash
11595 sum
11596 \backslash
11597 negmedspace
11598 \backslash
11599 sum
11600 \begin_inset ERT
11601 status collapsed
11602
11603 \begin_layout Plain Layout
11604
11605
11606 \backslash
11607 spce 
11608 \end_layout
11609
11610 \end_inset
11611
11612 f_kl
11613 \end_layout
11614
11615 \end_inset
11616 </cell>
11617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11618 \begin_inset Text
11619
11620 \begin_layout Plain Layout
11621 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11622 \end_inset
11623
11624
11625 \end_layout
11626
11627 \end_inset
11628 </cell>
11629 </row>
11630 </lyxtabular>
11631
11632 \end_inset
11633
11634
11635 \end_layout
11636
11637 \begin_layout Standard
11638 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11639  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11640  El siguiente ejemplo lo ilustra:
11641 \end_layout
11642
11643 \begin_layout Standard
11644 \noindent
11645 \align center
11646 \begin_inset Tabular
11647 <lyxtabular version="3" rows="2" columns="2">
11648 <features>
11649 <column alignment="center" valignment="top" width="0">
11650 <column alignment="center" valignment="top" width="0">
11651 <row>
11652 <cell alignment="center" valignment="top" usebox="none">
11653 \begin_inset Text
11654
11655 \begin_layout Plain Layout
11656 ecuación normal
11657 \end_layout
11658
11659 \end_inset
11660 </cell>
11661 <cell alignment="center" valignment="top" usebox="none">
11662 \begin_inset Text
11663
11664 \begin_layout Plain Layout
11665 \begin_inset Formula $A=B$
11666 \end_inset
11667
11668
11669 \end_layout
11670
11671 \end_inset
11672 </cell>
11673 </row>
11674 <row>
11675 <cell alignment="center" valignment="top" usebox="none">
11676 \begin_inset Text
11677
11678 \begin_layout Plain Layout
11679 \begin_inset Note Note
11680 status collapsed
11681
11682 \begin_layout Plain Layout
11683
11684 \series bold
11685
11686 \backslash
11687 raisebox
11688 \series default
11689  se usa sólo como espaciador
11690 \end_layout
11691
11692 \end_inset
11693
11694
11695 \begin_inset Formula $\raisebox{5mm}{}$
11696 \end_inset
11697
11698 ecuación sin espacio
11699 \end_layout
11700
11701 \end_inset
11702 </cell>
11703 <cell alignment="center" valignment="top" usebox="none">
11704 \begin_inset Text
11705
11706 \begin_layout Plain Layout
11707 \begin_inset Formula $A{=}B$
11708 \end_inset
11709
11710
11711 \end_layout
11712
11713 \end_inset
11714 </cell>
11715 </row>
11716 </lyxtabular>
11717
11718 \end_inset
11719
11720
11721 \end_layout
11722
11723 \begin_layout Standard
11724 El comando para la segunda ecuación es: 
11725 \series bold
11726 A
11727 \backslash
11728 {=
11729 \begin_inset Formula $\rightarrow$
11730 \end_inset
11731
11732 B
11733 \series default
11734  
11735 \begin_inset VSpace bigskip
11736 \end_inset
11737
11738
11739 \end_layout
11740
11741 \begin_layout Standard
11742 Para las unidades físicas hacen falta espacios, porque entre el valor y
11743  su unidad se pone un espacio más pequeño que el normal.
11744  Para unidades en el texto se inserta con el menú 
11745 \family sans
11746 Insertar\SpecialChar \menuseparator
11747 Formato\SpecialChar \menuseparator
11748 Espacio
11749 \begin_inset space ~
11750 \end_inset
11751
11752 delgado
11753 \family default
11754  (atajo 
11755 \family sans
11756 Ctrl-Mayúscula-Espacio
11757 \family default
11758 ).
11759 \end_layout
11760
11761 \begin_layout Standard
11762 Un ejemplo para visualizar la diferencia:
11763 \end_layout
11764
11765 \begin_layout Standard
11766 \begin_inset Tabular
11767 <lyxtabular version="3" rows="2" columns="2">
11768 <features>
11769 <column alignment="center" valignment="top" width="0">
11770 <column alignment="left" valignment="top" width="0">
11771 <row>
11772 <cell alignment="center" valignment="top" usebox="none">
11773 \begin_inset Text
11774
11775 \begin_layout Plain Layout
11776 24 kW
11777 \begin_inset Formula $\cdot$
11778 \end_inset
11779
11780 h
11781 \end_layout
11782
11783 \end_inset
11784 </cell>
11785 <cell alignment="center" valignment="top" usebox="none">
11786 \begin_inset Text
11787
11788 \begin_layout Plain Layout
11789 espacio entre valor y unidad 
11790 \end_layout
11791
11792 \end_inset
11793 </cell>
11794 </row>
11795 <row>
11796 <cell alignment="center" valignment="top" usebox="none">
11797 \begin_inset Text
11798
11799 \begin_layout Plain Layout
11800 24
11801 \begin_inset space \thinspace{}
11802 \end_inset
11803
11804 kW
11805 \begin_inset Formula $\cdot$
11806 \end_inset
11807
11808 h
11809 \end_layout
11810
11811 \end_inset
11812 </cell>
11813 <cell alignment="center" valignment="top" usebox="none">
11814 \begin_inset Text
11815
11816 \begin_layout Plain Layout
11817 espacio delgado entre valor y unidad
11818 \end_layout
11819
11820 \end_inset
11821 </cell>
11822 </row>
11823 </lyxtabular>
11824
11825 \end_inset
11826
11827
11828 \end_layout
11829
11830 \begin_layout Subsection
11831 Espacio variable
11832 \begin_inset ERT
11833 status collapsed
11834
11835 \begin_layout Plain Layout
11836
11837
11838 \backslash
11839 texorpdfstring{
11840 \end_layout
11841
11842 \end_inset
11843
11844
11845 \begin_inset Foot
11846 status collapsed
11847
11848 \begin_layout Plain Layout
11849 Para espacio vertical en ecuaciones véase 
11850 \begin_inset CommandInset ref
11851 LatexCommand ref
11852 reference "sub:Separación-de-líneas"
11853
11854 \end_inset
11855
11856
11857 \end_layout
11858
11859 \end_inset
11860
11861
11862 \begin_inset ERT
11863 status collapsed
11864
11865 \begin_layout Plain Layout
11866
11867 }{}
11868 \end_layout
11869
11870 \end_inset
11871
11872
11873 \begin_inset Note Note
11874 status collapsed
11875
11876 \begin_layout Plain Layout
11877
11878 \backslash
11879 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
11880  PDF.
11881 \end_layout
11882
11883 \begin_layout Plain Layout
11884 Más sobre 
11885 \backslash
11886 texorpdfstring en la sección 
11887 \begin_inset CommandInset ref
11888 LatexCommand ref
11889 reference "sub:Ecuaciones-en-encabezados"
11890
11891 \end_inset
11892
11893 .
11894 \end_layout
11895
11896 \end_inset
11897
11898
11899 \begin_inset CommandInset label
11900 LatexCommand label
11901 name "sub:Espacio-variable"
11902
11903 \end_inset
11904
11905
11906 \begin_inset Index
11907 status collapsed
11908
11909 \begin_layout Plain Layout
11910 Espacio ! horizontal ! variable
11911 \end_layout
11912
11913 \end_inset
11914
11915
11916 \end_layout
11917
11918 \begin_layout Standard
11919 En LyX se puede insertar espacio con una longitud definida con el comando
11920 \begin_inset Newline newline
11921 \end_inset
11922
11923
11924 \series bold
11925
11926 \backslash
11927 hspace{longitud}
11928 \series default
11929
11930 \begin_inset Index
11931 status collapsed
11932
11933 \begin_layout Plain Layout
11934 Comandos ! H ! 
11935 \backslash
11936 hspace
11937 \end_layout
11938
11939 \end_inset
11940
11941 .
11942  Para la longitud están permitidas todas las unidades de la 
11943 \begin_inset CommandInset ref
11944 LatexCommand ref
11945 reference "tab:Unidades-disponibles"
11946
11947 \end_inset
11948
11949 , excepto la unidad 
11950 \begin_inset Quotes fld
11951 \end_inset
11952
11953 mu
11954 \begin_inset Quotes frd
11955 \end_inset
11956
11957 .
11958  La longitud también puede ser negativa.
11959  Para insertar en una ecuación tanto espacio como esté disponible se usa
11960  el comando 
11961 \series bold
11962
11963 \backslash
11964 hfill
11965 \series default
11966
11967 \begin_inset Index
11968 status collapsed
11969
11970 \begin_layout Plain Layout
11971 Comandos ! H ! 
11972 \backslash
11973 hfill
11974 \end_layout
11975
11976 \end_inset
11977
11978 .
11979 \begin_inset VSpace -1mm
11980 \end_inset
11981
11982
11983 \end_layout
11984
11985 \begin_layout Standard
11986 \noindent
11987 \align center
11988 \begin_inset Tabular
11989 <lyxtabular version="3" rows="4" columns="2">
11990 <features>
11991 <column alignment="center" valignment="top" width="0">
11992 <column alignment="center" valignment="top" width="0">
11993 <row>
11994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11995 \begin_inset Text
11996
11997 \begin_layout Plain Layout
11998 Comando
11999 \end_layout
12000
12001 \end_inset
12002 </cell>
12003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12004 \begin_inset Text
12005
12006 \begin_layout Plain Layout
12007 Resultado
12008 \end_layout
12009
12010 \end_inset
12011 </cell>
12012 </row>
12013 <row>
12014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12015 \begin_inset Text
12016
12017 \begin_layout Plain Layout
12018 A=B
12019 \backslash
12020 hspace{3cm
12021 \begin_inset Formula $\to$
12022 \end_inset
12023
12024 A
12025 \backslash
12026 not=C
12027 \end_layout
12028
12029 \end_inset
12030 </cell>
12031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12032 \begin_inset Text
12033
12034 \begin_layout Plain Layout
12035 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12036 \end_inset
12037
12038
12039 \end_layout
12040
12041 \end_inset
12042 </cell>
12043 </row>
12044 <row>
12045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12046 \begin_inset Text
12047
12048 \begin_layout Plain Layout
12049 A
12050 \backslash
12051 hspace{-1mm
12052 \begin_inset Formula $\to$
12053 \end_inset
12054
12055 A
12056 \backslash
12057 not=A
12058 \end_layout
12059
12060 \end_inset
12061 </cell>
12062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12063 \begin_inset Text
12064
12065 \begin_layout Plain Layout
12066 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12067 \end_inset
12068
12069
12070 \end_layout
12071
12072 \end_inset
12073 </cell>
12074 </row>
12075 <row>
12076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12077 \begin_inset Text
12078
12079 \begin_layout Plain Layout
12080 A=A
12081 \backslash
12082 hfill
12083 \begin_inset ERT
12084 status collapsed
12085
12086 \begin_layout Plain Layout
12087
12088
12089 \backslash
12090 spce 
12091 \end_layout
12092
12093 \end_inset
12094
12095 B=B
12096 \end_layout
12097
12098 \end_inset
12099 </cell>
12100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12101 \begin_inset Text
12102
12103 \begin_layout Plain Layout
12104 \begin_inset Formula $A=A\hfill B=B$
12105 \end_inset
12106
12107
12108 \end_layout
12109
12110 \end_inset
12111 </cell>
12112 </row>
12113 </lyxtabular>
12114
12115 \end_inset
12116
12117
12118 \end_layout
12119
12120 \begin_layout Standard
12121 En el último ejemplo el espacio disponible viene dado por la entrada más
12122  larga de columna en la tabla.
12123  En una ecuación en línea el espacio depende de la longitud de la línea
12124  en la que se inserta 
12125 \series bold
12126
12127 \backslash
12128 hfill
12129 \series default
12130 .
12131  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12132  
12133 \series bold
12134
12135 \backslash
12136 hfill
12137 \series default
12138  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12139 \series bold
12140 Sangrado
12141 \series default
12142 .
12143  (Los estilos de ecuaciones se explican en
12144 \begin_inset space ~
12145 \end_inset
12146
12147
12148 \begin_inset CommandInset ref
12149 LatexCommand ref
12150 reference "sec:Estilos-de-ecuación"
12151
12152 \end_inset
12153
12154 ).
12155 \end_layout
12156
12157 \begin_layout Standard
12158 Además de 
12159 \series bold
12160
12161 \backslash
12162 hfill
12163 \series default
12164  hay los comandos 
12165 \series bold
12166
12167 \backslash
12168 dotfill
12169 \series default
12170  y 
12171 \series bold
12172
12173 \backslash
12174 hrulefill
12175 \series default
12176  que llenan el espacio con un patrón, véase un ejemplo en 
12177 \begin_inset space ~
12178 \end_inset
12179
12180
12181 \begin_inset CommandInset ref
12182 LatexCommand ref
12183 reference "sub:Puntos"
12184
12185 \end_inset
12186
12187 .
12188 \end_layout
12189
12190 \begin_layout Standard
12191 Para texto se puede insertar espacio variable con el menú 
12192 \family sans
12193 Insertar\SpecialChar \menuseparator
12194 Formato\SpecialChar \menuseparator
12195 Espacio
12196 \begin_inset space ~
12197 \end_inset
12198
12199 horizontal, lo que no es posible en ecuaciones.
12200 \end_layout
12201
12202 \begin_layout Standard
12203 En esta línea hay un espacio
12204 \begin_inset space \hspace{}
12205 \length 2cm
12206 \end_inset
12207
12208 de 2
12209 \begin_inset space \thinspace{}
12210 \end_inset
12211
12212 cm.
12213 \end_layout
12214
12215 \begin_layout Standard
12216 En esta línea hay un
12217 \begin_inset space \hfill{}
12218 \end_inset
12219
12220 espacio máximo.
12221 \end_layout
12222
12223 \begin_layout Subsection
12224 Espacio adicional en ecuaciones en línea
12225 \begin_inset Index
12226 status collapsed
12227
12228 \begin_layout Plain Layout
12229 Espacio ! adicional en línea
12230 \end_layout
12231
12232 \end_inset
12233
12234
12235 \end_layout
12236
12237 \begin_layout Standard
12238 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12239  
12240 \series bold
12241
12242 \backslash
12243 mathsurround
12244 \begin_inset Index
12245 status collapsed
12246
12247 \begin_layout Plain Layout
12248 Comandos ! M ! 
12249 \backslash
12250 mathsurround
12251 \end_layout
12252
12253 \end_inset
12254
12255
12256 \series default
12257 .
12258  El valor de una longitud se establece con el comando 
12259 \series bold
12260
12261 \backslash
12262 setlength
12263 \series default
12264
12265 \begin_inset Index
12266 status collapsed
12267
12268 \begin_layout Plain Layout
12269 Comandos ! S ! 
12270 \backslash
12271 setlength
12272 \end_layout
12273
12274 \end_inset
12275
12276  según el siguiente esquema:
12277 \end_layout
12278
12279 \begin_layout Standard
12280
12281 \series bold
12282
12283 \backslash
12284 setlength{nombre de la longitud}{valor}
12285 \end_layout
12286
12287 \begin_layout Standard
12288 Para poner a 
12289 \series bold
12290
12291 \backslash
12292 mathsurround
12293 \series default
12294  un valor de 5
12295 \begin_inset space \thinspace{}
12296 \end_inset
12297
12298 mm, se inserta el comando
12299 \end_layout
12300
12301 \begin_layout Standard
12302
12303 \series bold
12304
12305 \backslash
12306 setlength{
12307 \backslash
12308 mathsurround}{5mm}
12309 \end_layout
12310
12311 \begin_layout Standard
12312 en modo TeX.
12313  Se establecerá un espacio de 5
12314 \begin_inset space \thinspace{}
12315 \end_inset
12316
12317 mm alrededor de todas las ecuaciones en línea:
12318 \begin_inset ERT
12319 status collapsed
12320
12321 \begin_layout Plain Layout
12322
12323
12324 \backslash
12325 setlength{
12326 \backslash
12327 mathsurround}{5mm}
12328 \end_layout
12329
12330 \end_inset
12331
12332
12333 \end_layout
12334
12335 \begin_layout Standard
12336 En esta línea hay una ecuación 
12337 \begin_inset Formula $A=B$
12338 \end_inset
12339
12340  rodeada por espacios de 5
12341 \begin_inset space \thinspace{}
12342 \end_inset
12343
12344 mm.
12345 \begin_inset ERT
12346 status collapsed
12347
12348 \begin_layout Plain Layout
12349
12350
12351 \backslash
12352 setlength{
12353 \backslash
12354 mathsurround}{0mm}
12355 \end_layout
12356
12357 \end_inset
12358
12359
12360 \end_layout
12361
12362 \begin_layout Standard
12363 Para volver al espacio predeterminado, 
12364 \series bold
12365
12366 \backslash
12367 mathsurround
12368 \series default
12369  se restablece al valor 0
12370 \begin_inset space \thinspace{}
12371 \end_inset
12372
12373 pt.
12374 \end_layout
12375
12376 \begin_layout Section
12377 Cuadros y marcos
12378 \begin_inset Index
12379 status collapsed
12380
12381 \begin_layout Plain Layout
12382 Marcos
12383 \end_layout
12384
12385 \end_inset
12386
12387
12388 \begin_inset Index
12389 status collapsed
12390
12391 \begin_layout Plain Layout
12392 Marcos | see 
12393 \begin_inset ERT
12394 status collapsed
12395
12396 \begin_layout Plain Layout
12397
12398 {
12399 \end_layout
12400
12401 \end_inset
12402
12403 Cuadros
12404 \begin_inset ERT
12405 status collapsed
12406
12407 \begin_layout Plain Layout
12408
12409 }
12410 \end_layout
12411
12412 \end_inset
12413
12414
12415 \end_layout
12416
12417 \end_inset
12418
12419
12420 \end_layout
12421
12422 \begin_layout Standard
12423 Los cuadros para texto se describen en el capítulo 
12424 \emph on
12425 Cuadros
12426 \emph default
12427  del manual 
12428 \emph on
12429 Objetos incrustados
12430 \emph default
12431 .
12432 \end_layout
12433
12434 \begin_layout Subsection
12435 Cuadros con marco
12436 \begin_inset CommandInset label
12437 LatexCommand label
12438 name "sub:Cuadros-con-marco"
12439
12440 \end_inset
12441
12442
12443 \begin_inset Index
12444 status collapsed
12445
12446 \begin_layout Plain Layout
12447 Cuadros ! con marco
12448 \end_layout
12449
12450 \end_inset
12451
12452
12453 \end_layout
12454
12455 \begin_layout Standard
12456 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12457 \series bold
12458
12459 \backslash
12460 fbox
12461 \series default
12462
12463 \begin_inset Index
12464 status collapsed
12465
12466 \begin_layout Plain Layout
12467 Comandos ! F ! 
12468 \backslash
12469 fbox
12470 \end_layout
12471
12472 \end_inset
12473
12474  y 
12475 \series bold
12476
12477 \backslash
12478 boxed
12479 \series default
12480
12481 \begin_inset Index
12482 status collapsed
12483
12484 \begin_layout Plain Layout
12485 Comandos ! B ! 
12486 \backslash
12487 boxed
12488 \end_layout
12489
12490 \end_inset
12491
12492 .
12493 \end_layout
12494
12495 \begin_layout Standard
12496 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12497  azul en un marco donde se introduce parte de una ecuación.
12498  Para 
12499 \series bold
12500
12501 \backslash
12502 fbox
12503 \series default
12504  hay que generar una ecuación adicional con 
12505 \family sans
12506 Ctrl-m
12507 \family default
12508  dentro del recuadro,
12509 \begin_inset Foot
12510 status collapsed
12511
12512 \begin_layout Plain Layout
12513 Debido a un fallo de LyX, 
12514 \begin_inset CommandInset href
12515 LatexCommand href
12516 name "LyX-bug #1435"
12517 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12518
12519 \end_inset
12520
12521 , no es posible crear una nueva ecuación con 
12522 \family sans
12523 Ctrl-m
12524 \family default
12525 .
12526 \end_layout
12527
12528 \end_inset
12529
12530  porque si no el contenido del mismo sería considerado texto matemático.
12531  Si se usa 
12532 \series bold
12533
12534 \backslash
12535 boxed
12536 \series default
12537  la nueva ecuación se genera automáticamente dentro del marco.
12538 \end_layout
12539
12540 \begin_layout Standard
12541 El comando 
12542 \series bold
12543
12544 \backslash
12545 fbox
12546 \series default
12547  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12548  ecuación tendría siempre el tamaño del texto.
12549  Por otra parte, 
12550 \series bold
12551
12552 \backslash
12553 fboxed
12554 \series default
12555  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12556  siempre el tamaño de una ecuación en modo presentación.
12557 \end_layout
12558
12559 \begin_layout Standard
12560 El comando 
12561 \series bold
12562
12563 \backslash
12564 framebox
12565 \series default
12566
12567 \begin_inset Index
12568 status collapsed
12569
12570 \begin_layout Plain Layout
12571 Comandos ! F ! 
12572 \backslash
12573 framebox
12574 \end_layout
12575
12576 \end_inset
12577
12578  es una extensión de 
12579 \series bold
12580
12581 \backslash
12582 fbox
12583 \series default
12584 , que permite especificar además la anchura del marco yla alineación.
12585  
12586 \series bold
12587
12588 \backslash
12589 framebox
12590 \series default
12591  se usa con el siguiente esquema: 
12592 \end_layout
12593
12594 \begin_layout Standard
12595
12596 \series bold
12597
12598 \backslash
12599 framebox[anchura del marco][posición]{contenido del cuadro}
12600 \end_layout
12601
12602 \begin_layout Standard
12603 La posición puede ser 
12604 \emph on
12605 l
12606 \emph default
12607  o 
12608 \emph on
12609 r
12610 \emph default
12611
12612 \emph on
12613 l
12614 \emph default
12615  alinea la ecuación a la izquierda del cuadro, 
12616 \emph on
12617 r
12618 \emph default
12619  la alinea a la derecha.
12620  Si no se da posición la ecuación será centrada.
12621 \begin_inset Newline newline
12622 \end_inset
12623
12624 Si no se pone anchura tampoco puede darse posición.
12625  En este caso la anchura del marco se ajusta al contenido del cuadro, como
12626  con 
12627 \series bold
12628
12629 \backslash
12630 fbox
12631 \series default
12632 .
12633  
12634 \end_layout
12635
12636 \begin_layout Standard
12637 Cuando se inserta el comando 
12638 \series bold
12639
12640 \backslash
12641 framebox
12642 \series default
12643  aparece un recuadro con tres marcos azules.
12644  Los dos primeros marcos están encerrados entre corchetes e indican los
12645  dos argumentos opcionales.
12646  El tercer marco es para partes de la ecuación, como para 
12647 \series bold
12648
12649 \backslash
12650 fbox
12651 \series default
12652 .
12653 \end_layout
12654
12655 \begin_layout Standard
12656 \noindent
12657 \align center
12658 \begin_inset Note Note
12659 status open
12660
12661 \begin_layout Plain Layout
12662 La tabla se ha puesto en una minipágina para que aparezca la nota al pie.
12663  De lo contrario el texto de la nota no se mostraría.
12664 \end_layout
12665
12666 \end_inset
12667
12668
12669 \begin_inset Box Frameless
12670 position "t"
12671 hor_pos "c"
12672 has_inner_box 1
12673 inner_pos "t"
12674 use_parbox 0
12675 width "100col%"
12676 special "none"
12677 height "1in"
12678 height_special "totalheight"
12679 status open
12680
12681 \begin_layout Plain Layout
12682 \align center
12683 \begin_inset Tabular
12684 <lyxtabular version="3" rows="5" columns="2">
12685 <features>
12686 <column alignment="center" valignment="top" width="0">
12687 <column alignment="center" valignment="top" width="0">
12688 <row>
12689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12690 \begin_inset Text
12691
12692 \begin_layout Plain Layout
12693 Comando
12694 \begin_inset Foot
12695 status collapsed
12696
12697 \begin_layout Plain Layout
12698 Debido a un fallo de LyX, 
12699 \begin_inset CommandInset href
12700 LatexCommand href
12701 name "LyX-bug #1435"
12702 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12703
12704 \end_inset
12705
12706 , no es posible crear una nueva ecuación con 
12707 \family sans
12708 Ctrl-m
12709 \family default
12710 .
12711  
12712 \end_layout
12713
12714 \end_inset
12715
12716
12717 \end_layout
12718
12719 \end_inset
12720 </cell>
12721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12722 \begin_inset Text
12723
12724 \begin_layout Plain Layout
12725 Resultado
12726 \begin_inset Note Note
12727 status collapsed
12728
12729 \begin_layout Plain Layout
12730
12731 \series bold
12732
12733 \backslash
12734 raisebox
12735 \series default
12736  se usa sólo como espaciador
12737 \end_layout
12738
12739 \end_inset
12740
12741
12742 \end_layout
12743
12744 \end_inset
12745 </cell>
12746 </row>
12747 <row>
12748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12749 \begin_inset Text
12750
12751 \begin_layout Plain Layout
12752
12753 \backslash
12754 fbox
12755 \begin_inset ERT
12756 status collapsed
12757
12758 \begin_layout Plain Layout
12759
12760
12761 \backslash
12762 spce 
12763 \end_layout
12764
12765 \end_inset
12766
12767
12768 \family sans
12769 Ctrl-m
12770 \family default
12771  
12772 \backslash
12773 int
12774 \begin_inset ERT
12775 status collapsed
12776
12777 \begin_layout Plain Layout
12778
12779
12780 \backslash
12781 spce 
12782 \end_layout
12783
12784 \end_inset
12785
12786 A=B
12787 \end_layout
12788
12789 \end_inset
12790 </cell>
12791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12792 \begin_inset Text
12793
12794 \begin_layout Plain Layout
12795 \begin_inset Formula $\raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}$
12796 \end_inset
12797
12798
12799 \end_layout
12800
12801 \end_inset
12802 </cell>
12803 </row>
12804 <row>
12805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12806 \begin_inset Text
12807
12808 \begin_layout Plain Layout
12809
12810 \backslash
12811 boxed
12812 \begin_inset ERT
12813 status collapsed
12814
12815 \begin_layout Plain Layout
12816
12817
12818 \backslash
12819 spce 
12820 \end_layout
12821
12822 \end_inset
12823
12824
12825 \backslash
12826 int
12827 \begin_inset ERT
12828 status collapsed
12829
12830 \begin_layout Plain Layout
12831
12832
12833 \backslash
12834 spce 
12835 \end_layout
12836
12837 \end_inset
12838
12839 A=B
12840 \end_layout
12841
12842 \end_inset
12843 </cell>
12844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12845 \begin_inset Text
12846
12847 \begin_layout Plain Layout
12848 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12849 \end_inset
12850
12851
12852 \end_layout
12853
12854 \end_inset
12855 </cell>
12856 </row>
12857 <row>
12858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12859 \begin_inset Text
12860
12861 \begin_layout Plain Layout
12862 A+
12863 \backslash
12864 fbox
12865 \begin_inset ERT
12866 status collapsed
12867
12868 \begin_layout Plain Layout
12869
12870
12871 \backslash
12872 spce 
12873 \end_layout
12874
12875 \end_inset
12876
12877 B
12878 \end_layout
12879
12880 \end_inset
12881 </cell>
12882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12883 \begin_inset Text
12884
12885 \begin_layout Plain Layout
12886 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12887 \end_inset
12888
12889
12890 \end_layout
12891
12892 \end_inset
12893 </cell>
12894 </row>
12895 <row>
12896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12897 \begin_inset Text
12898
12899 \begin_layout Plain Layout
12900
12901 \backslash
12902 framebox
12903 \begin_inset ERT
12904 status collapsed
12905
12906 \begin_layout Plain Layout
12907
12908
12909 \backslash
12910 spce 
12911 \end_layout
12912
12913 \end_inset
12914
12915 20mm
12916 \begin_inset Formula $\to$
12917 \end_inset
12918
12919
12920 \begin_inset Formula $\to$
12921 \end_inset
12922
12923
12924 \family sans
12925 Ctrl-m
12926 \family default
12927  
12928 \backslash
12929 frac
12930 \begin_inset ERT
12931 status collapsed
12932
12933 \begin_layout Plain Layout
12934
12935
12936 \backslash
12937 spce 
12938 \end_layout
12939
12940 \end_inset
12941
12942 A
12943 \begin_inset Formula $\downarrow$
12944 \end_inset
12945
12946 B
12947 \end_layout
12948
12949 \end_inset
12950 </cell>
12951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12952 \begin_inset Text
12953
12954 \begin_layout Plain Layout
12955 \begin_inset Formula $\raisebox{6mm}{}$
12956 \end_inset
12957
12958
12959 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12960 \end_inset
12961
12962
12963 \begin_inset Formula $\raisebox{-4mm}{}$
12964 \end_inset
12965
12966
12967 \end_layout
12968
12969 \end_inset
12970 </cell>
12971 </row>
12972 </lyxtabular>
12973
12974 \end_inset
12975
12976
12977 \end_layout
12978
12979 \end_inset
12980
12981
12982 \end_layout
12983
12984 \begin_layout Standard
12985 El grosor del marco también se puede ajustar.
12986  Para ello hay que insertar los siguientes comandos en modo TeX antes de
12987  la fórmula:
12988 \end_layout
12989
12990 \begin_layout Standard
12991
12992 \series bold
12993
12994 \backslash
12995 fboxrule
12996 \series default
12997  
12998 \series bold
12999
13000 \begin_inset Quotes fld
13001 \end_inset
13002
13003 grosor
13004 \begin_inset Quotes frd
13005 \end_inset
13006
13007
13008 \series default
13009  
13010 \series bold
13011
13012 \backslash
13013 fboxsep
13014 \series default
13015  
13016 \series bold
13017
13018 \begin_inset Quotes fld
13019 \end_inset
13020
13021 distancia
13022 \begin_inset Quotes frd
13023 \end_inset
13024
13025
13026 \end_layout
13027
13028 \begin_layout Standard
13029 \begin_inset Quotes fld
13030 \end_inset
13031
13032 distancia
13033 \begin_inset Quotes frd
13034 \end_inset
13035
13036  especifica la distancia mínima entre el marco y el primer carácter en el
13037  cuadro.
13038  Un ejemplo de esto es la siguiente ecuación enmarcada:
13039 \begin_inset ERT
13040 status collapsed
13041
13042 \begin_layout Plain Layout
13043
13044
13045 \backslash
13046 fboxrule 2mm 
13047 \backslash
13048 fboxsep 3mm
13049 \end_layout
13050
13051 \end_inset
13052
13053
13054 \begin_inset Formula \[
13055 \boxed{A+B=C}\]
13056
13057 \end_inset
13058
13059
13060 \end_layout
13061
13062 \begin_layout Standard
13063 Delante de esta ecuación se han insertado los comandos
13064 \end_layout
13065
13066 \begin_layout Standard
13067
13068 \series bold
13069
13070 \backslash
13071 fboxrule
13072 \series default
13073  
13074 \series bold
13075 2mm
13076 \series default
13077  
13078 \series bold
13079
13080 \backslash
13081 fboxsep
13082 \series default
13083  
13084 \series bold
13085 3mm
13086 \end_layout
13087
13088 \begin_layout Standard
13089 en modo TeX.
13090  Los valores dados se usan para todos los cuadros siguientes.
13091 \end_layout
13092
13093 \begin_layout Standard
13094 Para volver al tamaño estándar del marco se inserta el comando
13095 \end_layout
13096
13097 \begin_layout Standard
13098
13099 \series bold
13100
13101 \backslash
13102 fboxrule
13103 \series default
13104  
13105 \series bold
13106 0.4pt
13107 \series default
13108  
13109 \series bold
13110
13111 \backslash
13112 fboxsep
13113 \series default
13114  
13115 \series bold
13116 3pt
13117 \series default
13118
13119 \begin_inset ERT
13120 status collapsed
13121
13122 \begin_layout Plain Layout
13123
13124
13125 \backslash
13126 fboxrule 0.4pt 
13127 \backslash
13128 fboxsep 3pt
13129 \end_layout
13130
13131 \end_inset
13132
13133
13134 \end_layout
13135
13136 \begin_layout Standard
13137 en modo TeX antes de la ecuación siguiente.
13138 \end_layout
13139
13140 \begin_layout Subsection
13141 Cuadros sin marco
13142 \begin_inset CommandInset label
13143 LatexCommand label
13144 name "sub:Cuadros-sin-marco"
13145
13146 \end_inset
13147
13148
13149 \begin_inset Index
13150 status collapsed
13151
13152 \begin_layout Plain Layout
13153 Cuadros ! sin marco
13154 \end_layout
13155
13156 \end_inset
13157
13158
13159 \end_layout
13160
13161 \begin_layout Standard
13162 Para cuadros sin marco hay los comandos: 
13163 \series bold
13164
13165 \backslash
13166 mbox
13167 \series default
13168
13169 \begin_inset Index
13170 status collapsed
13171
13172 \begin_layout Plain Layout
13173 Comandos ! M ! 
13174 \backslash
13175 mbox
13176 \end_layout
13177
13178 \end_inset
13179
13180
13181 \series bold
13182
13183 \backslash
13184 makebox
13185 \series default
13186
13187 \begin_inset Index
13188 status collapsed
13189
13190 \begin_layout Plain Layout
13191 Comandos ! M ! 
13192 \backslash
13193 makebox
13194 \end_layout
13195
13196 \end_inset
13197
13198  y 
13199 \series bold
13200
13201 \backslash
13202 raisebox
13203 \series default
13204
13205 \begin_inset Index
13206 status collapsed
13207
13208 \begin_layout Plain Layout
13209 Comandos ! R ! 
13210 \backslash
13211 raisebox
13212 \end_layout
13213
13214 \end_inset
13215
13216 .
13217 \end_layout
13218
13219 \begin_layout Standard
13220 Con 
13221 \series bold
13222
13223 \backslash
13224 raisebox
13225 \series default
13226  se puede poner un cuadro subíndice o superíndice, pero a diferencia de
13227  los normales, los caracteres en el cuadro mantienen su tamaño de fuente.
13228  
13229 \series bold
13230
13231 \backslash
13232 raisebox
13233 \series default
13234  se usa con el siguiente esquema: 
13235 \end_layout
13236
13237 \begin_layout Standard
13238
13239 \series bold
13240
13241 \backslash
13242 raisebox{altura}{contenido del marco}
13243 \end_layout
13244
13245 \begin_layout Standard
13246 Cuando el cuadro tenga que contener una ecuación, hace falta una ecuación
13247  extra, como con 
13248 \series bold
13249
13250 \backslash
13251 fbox
13252 \series default
13253 .
13254 \end_layout
13255
13256 \begin_layout Standard
13257 \align center
13258 \begin_inset Tabular
13259 <lyxtabular version="3" rows="4" columns="2">
13260 <features>
13261 <column alignment="center" valignment="top" width="0">
13262 <column alignment="center" valignment="top" width="0">
13263 <row>
13264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13265 \begin_inset Text
13266
13267 \begin_layout Plain Layout
13268 Comando
13269 \end_layout
13270
13271 \end_inset
13272 </cell>
13273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13274 \begin_inset Text
13275
13276 \begin_layout Plain Layout
13277 Resultado
13278 \end_layout
13279
13280 \end_inset
13281 </cell>
13282 </row>
13283 <row>
13284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13285 \begin_inset Text
13286
13287 \begin_layout Plain Layout
13288 H
13289 \backslash
13290 raisebox{2mm
13291 \begin_inset Formula $\to$
13292 \end_inset
13293
13294
13295 \backslash
13296 {al
13297 \begin_inset Formula $\to$
13298 \end_inset
13299
13300  lo
13301 \end_layout
13302
13303 \end_inset
13304 </cell>
13305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13306 \begin_inset Text
13307
13308 \begin_layout Plain Layout
13309 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13310 \end_inset
13311
13312
13313 \end_layout
13314
13315 \end_inset
13316 </cell>
13317 </row>
13318 <row>
13319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13320 \begin_inset Text
13321
13322 \begin_layout Plain Layout
13323 H
13324 \backslash
13325 raisebox{-2mm
13326 \begin_inset Formula $\to$
13327 \end_inset
13328
13329
13330 \backslash
13331 {al
13332 \begin_inset Formula $\to$
13333 \end_inset
13334
13335 lo
13336 \end_layout
13337
13338 \end_inset
13339 </cell>
13340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13341 \begin_inset Text
13342
13343 \begin_layout Plain Layout
13344 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13345 \end_inset
13346
13347
13348 \end_layout
13349
13350 \end_inset
13351 </cell>
13352 </row>
13353 <row>
13354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13355 \begin_inset Text
13356
13357 \begin_layout Plain Layout
13358 A=
13359 \backslash
13360 raisebox{-2mm
13361 \begin_inset Formula $\to$
13362 \end_inset
13363
13364
13365 \backslash
13366 {
13367 \family sans
13368 Ctrl-m
13369 \family default
13370  
13371 \backslash
13372 sqrt
13373 \begin_inset ERT
13374 status collapsed
13375
13376 \begin_layout Plain Layout
13377
13378
13379 \backslash
13380 spce 
13381 \end_layout
13382
13383 \end_inset
13384
13385
13386 \end_layout
13387
13388 \end_inset
13389 </cell>
13390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13391 \begin_inset Text
13392
13393 \begin_layout Plain Layout
13394 \begin_inset ERT
13395 status collapsed
13396
13397 \begin_layout Plain Layout
13398
13399 $A=
13400 \backslash
13401 raisebox{-2mm}{$
13402 \backslash
13403 sqrt{B}$}$
13404 \end_layout
13405
13406 \end_inset
13407
13408
13409 \end_layout
13410
13411 \end_inset
13412 </cell>
13413 </row>
13414 </lyxtabular>
13415
13416 \end_inset
13417
13418
13419 \end_layout
13420
13421 \begin_layout Standard
13422 La última ecuación sólo se puede componer, de momento, usando el modo TeX
13423  porque LyX inserta un cuadro en lugar de la ecuación extra que hace falta.
13424 \begin_inset Foot
13425 status collapsed
13426
13427 \begin_layout Plain Layout
13428 véase 
13429 \begin_inset CommandInset href
13430 LatexCommand href
13431 name "LyX-bug #1435"
13432 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13433
13434 \end_inset
13435
13436
13437 \end_layout
13438
13439 \end_inset
13440
13441
13442 \end_layout
13443
13444 \begin_layout Standard
13445 El comando 
13446 \series bold
13447
13448 \backslash
13449 mbox
13450 \series default
13451  es equivalente a 
13452 \series bold
13453
13454 \backslash
13455 fbox
13456 \series default
13457  y 
13458 \series bold
13459
13460 \backslash
13461 makebox
13462 \series default
13463  es equivalente a 
13464 \series bold
13465
13466 \backslash
13467 framebox
13468 \series default
13469 , con la diferencia de que no hay marco.
13470 \end_layout
13471
13472 \begin_layout Subsection
13473 Cuadros coloreados
13474 \begin_inset Index
13475 status collapsed
13476
13477 \begin_layout Plain Layout
13478 Cuadros ! coloreados
13479 \end_layout
13480
13481 \end_inset
13482
13483
13484 \end_layout
13485
13486 \begin_layout Standard
13487 Para poder usar todos los comandos explicados en esta sección hay que cargar
13488  en el preámbulo LaTeX el paquete LaTeX 
13489 \series bold
13490 color
13491 \series default
13492
13493 \begin_inset Foot
13494 status collapsed
13495
13496 \begin_layout Plain Layout
13497 El paquete LaTeX 
13498 \series bold
13499 color
13500 \series default
13501  forma parte de toda distribución LaTeX estándar.
13502 \end_layout
13503
13504 \end_inset
13505
13506
13507 \begin_inset Index
13508 status collapsed
13509
13510 \begin_layout Plain Layout
13511 Paquetes ! color
13512 \end_layout
13513
13514 \end_inset
13515
13516 , con la línea
13517 \begin_inset Foot
13518 status collapsed
13519
13520 \begin_layout Plain Layout
13521 Cuando hay texto coloreado con un color predefinido en alguna parte del
13522  documento, LyX carga automáticamente el paquete LaTeX 
13523 \series bold
13524 color
13525 \series default
13526 .
13527  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13528  origina problemas.
13529 \end_layout
13530
13531 \end_inset
13532
13533
13534 \begin_inset Note Note
13535 status open
13536
13537 \begin_layout Plain Layout
13538 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13539  en el preámbulo LaTeX.
13540 \end_layout
13541
13542 \end_inset
13543
13544
13545 \end_layout
13546
13547 \begin_layout Standard
13548
13549 \series bold
13550
13551 \backslash
13552 usepackage{color}
13553 \begin_inset VSpace medskip
13554 \end_inset
13555
13556
13557 \end_layout
13558
13559 \begin_layout Standard
13560 Para colorear cuadros se usa el comando 
13561 \series bold
13562
13563 \backslash
13564 colorbox
13565 \series default
13566
13567 \begin_inset Index
13568 status collapsed
13569
13570 \begin_layout Plain Layout
13571 Comandos ! C ! 
13572 \backslash
13573 colorbox
13574 \end_layout
13575
13576 \end_inset
13577
13578  con el siguiente esquema:
13579 \end_layout
13580
13581 \begin_layout Standard
13582
13583 \series bold
13584
13585 \backslash
13586 colorbox{color}{contenido del cuadro}
13587 \end_layout
13588
13589 \begin_layout Standard
13590 El contenido del cuadro puede ser otro cuadro, y también un 
13591 \backslash
13592
13593 \series bold
13594 colorbox
13595 \series default
13596  puede ser parte de otro cuadro (véanse los ejemplos 2º y 3º).
13597  Si el cuadro debe contener una ecuación debe crearse una ecuación extra,
13598  como con 
13599 \series bold
13600
13601 \backslash
13602 fbox
13603 \series default
13604 .
13605 \begin_inset Foot
13606 status collapsed
13607
13608 \begin_layout Plain Layout
13609 Esto también se aplica para el comando 
13610 \series bold
13611
13612 \backslash
13613 fcolorbox
13614 \series default
13615 .
13616  Por eso ten en cuenta 
13617 \begin_inset CommandInset href
13618 LatexCommand href
13619 name "LyX-bug #1435"
13620 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13621
13622 \end_inset
13623
13624 .
13625 \end_layout
13626
13627 \end_inset
13628
13629  
13630 \end_layout
13631
13632 \begin_layout Standard
13633 Se puede elegir uno de los siguientes colores predefinidos:
13634 \end_layout
13635
13636 \begin_layout Standard
13637
13638 \series bold
13639 black
13640 \series default
13641
13642 \series bold
13643 blue
13644 \series default
13645
13646 \series bold
13647 cyan
13648 \series default
13649
13650 \series bold
13651 green
13652 \series default
13653
13654 \series bold
13655 magenta
13656 \series default
13657
13658 \series bold
13659 red
13660 \series default
13661
13662 \series bold
13663 white
13664 \series default
13665
13666 \series bold
13667 yellow
13668 \end_layout
13669
13670 \begin_layout Standard
13671 \align center
13672 \begin_inset Tabular
13673 <lyxtabular version="3" rows="4" columns="2">
13674 <features>
13675 <column alignment="center" valignment="top" width="0">
13676 <column alignment="center" valignment="top" width="0">
13677 <row>
13678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13679 \begin_inset Text
13680
13681 \begin_layout Plain Layout
13682 Comando
13683 \end_layout
13684
13685 \end_inset
13686 </cell>
13687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13688 \begin_inset Text
13689
13690 \begin_layout Plain Layout
13691 Resultado
13692 \begin_inset Note Note
13693 status collapsed
13694
13695 \begin_layout Plain Layout
13696
13697 \series bold
13698
13699 \backslash
13700 raisebox
13701 \series default
13702  se usa sólo como espaciador
13703 \end_layout
13704
13705 \end_inset
13706
13707
13708 \end_layout
13709
13710 \end_inset
13711 </cell>
13712 </row>
13713 <row>
13714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13715 \begin_inset Text
13716
13717 \begin_layout Plain Layout
13718
13719 \backslash
13720 colorbox{yellow
13721 \begin_inset Formula $\to$
13722 \end_inset
13723
13724
13725 \backslash
13726 {A=B
13727 \end_layout
13728
13729 \end_inset
13730 </cell>
13731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13732 \begin_inset Text
13733
13734 \begin_layout Plain Layout
13735 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13736 \end_inset
13737
13738
13739 \end_layout
13740
13741 \end_inset
13742 </cell>
13743 </row>
13744 <row>
13745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13746 \begin_inset Text
13747
13748 \begin_layout Plain Layout
13749
13750 \backslash
13751 colorbox{green
13752 \begin_inset Formula $\to$
13753 \end_inset
13754
13755
13756 \backslash
13757 {
13758 \backslash
13759 fbox
13760 \begin_inset ERT
13761 status collapsed
13762
13763 \begin_layout Plain Layout
13764
13765
13766 \backslash
13767 spce 
13768 \end_layout
13769
13770 \end_inset
13771
13772 A=B
13773 \end_layout
13774
13775 \end_inset
13776 </cell>
13777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13778 \begin_inset Text
13779
13780 \begin_layout Plain Layout
13781 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13782 \end_inset
13783
13784
13785 \end_layout
13786
13787 \end_inset
13788 </cell>
13789 </row>
13790 <row>
13791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13792 \begin_inset Text
13793
13794 \begin_layout Plain Layout
13795
13796 \backslash
13797 fbox
13798 \begin_inset ERT
13799 status collapsed
13800
13801 \begin_layout Plain Layout
13802
13803
13804 \backslash
13805 spce 
13806 \end_layout
13807
13808 \end_inset
13809
13810
13811 \backslash
13812 colorbox{green
13813 \begin_inset Formula $\to$
13814 \end_inset
13815
13816
13817 \backslash
13818 {A=B
13819 \end_layout
13820
13821 \end_inset
13822 </cell>
13823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13824 \begin_inset Text
13825
13826 \begin_layout Plain Layout
13827 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13828 \end_inset
13829
13830
13831 \end_layout
13832
13833 \end_inset
13834 </cell>
13835 </row>
13836 </lyxtabular>
13837
13838 \end_inset
13839
13840
13841 \end_layout
13842
13843 \begin_layout Standard
13844
13845 \series bold
13846
13847 \backslash
13848 colorbox
13849 \series default
13850  sólo colorea el cuadro pero no los caracteres.
13851  Para colorear todos los caracteres se selecciona toda la ecuación y se
13852  elige un color en el diálogo 
13853 \family sans
13854 Estilo
13855 \begin_inset space ~
13856 \end_inset
13857
13858 del
13859 \begin_inset space ~
13860 \end_inset
13861
13862 texto
13863 \family default
13864 .
13865  El diálogo puede abrirse con el botón 
13866 \begin_inset Graphics
13867         filename ../../images/dialog-show_character.png
13868         scale 85
13869
13870 \end_inset
13871
13872  de la barra de herramientas o con el menú 
13873 \family sans
13874 Editar\SpecialChar \menuseparator
13875 Estilo
13876 \begin_inset space ~
13877 \end_inset
13878
13879 del
13880 \begin_inset space ~
13881 \end_inset
13882
13883 texto\SpecialChar \menuseparator
13884 Personalizado
13885 \family default
13886 .
13887  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
13888  Si el número de la ecuación debe tener otro color que el de los caracteres
13889  de la ecuación, el color debe cambiarse dentro de la ecuación.
13890 \end_layout
13891
13892 \begin_layout Standard
13893 Un ejemplo:
13894 \color red
13895
13896 \begin_inset Formula \begin{equation}
13897 {\color{red}\int A=B}\label{eq:rojo}\end{equation}
13898
13899 \end_inset
13900
13901
13902 \end_layout
13903
13904 \begin_layout Standard
13905
13906 \color green
13907 \begin_inset Formula \begin{equation}
13908 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}\end{equation}
13909
13910 \end_inset
13911
13912
13913 \end_layout
13914
13915 \begin_layout Standard
13916 La ecuación 
13917 \begin_inset CommandInset ref
13918 LatexCommand eqref
13919 reference "eq:rojo"
13920
13921 \end_inset
13922
13923  está toda coloreada en rojo.
13924 \begin_inset Newline newline
13925 \end_inset
13926
13927 La ecuación 
13928 \begin_inset CommandInset ref
13929 LatexCommand eqref
13930 reference "eq:rojoverde"
13931
13932 \end_inset
13933
13934  se ha coloreado en primer lugar toda en verde para colorear el número de
13935  la ecuación.
13936  Posteriormente se han coloreado en rojo los caracteres.
13937 \family sans
13938
13939 \begin_inset VSpace bigskip
13940 \end_inset
13941
13942
13943 \end_layout
13944
13945 \begin_layout Standard
13946 Para colorear diferente el marco y el resto del cuadro se usa el comando
13947  
13948 \series bold
13949
13950 \backslash
13951 fcolorbox
13952 \series default
13953
13954 \begin_inset Index
13955 status collapsed
13956
13957 \begin_layout Plain Layout
13958 Comandos ! F ! 
13959 \backslash
13960 fcolorbox
13961 \end_layout
13962
13963 \end_inset
13964
13965  con el siguiente esquema:
13966 \end_layout
13967
13968 \begin_layout Standard
13969
13970 \series bold
13971
13972 \backslash
13973 fcolorbox{color del marco}{color}{contenido del cuadro}
13974 \end_layout
13975
13976 \begin_layout Standard
13977 Así pues 
13978 \series bold
13979
13980 \backslash
13981 fcolorbox
13982 \series default
13983  es una extensión del comando 
13984 \series bold
13985
13986 \backslash
13987 colorbox
13988 \series default
13989 .
13990  La anchura del marco se establece, como para 
13991 \series bold
13992
13993 \backslash
13994 framebox
13995 \series default
13996 , con 
13997 \series bold
13998
13999 \backslash
14000 fboxrule
14001 \series default
14002  y 
14003 \series bold
14004
14005 \backslash
14006 fboxsep
14007 \series default
14008 .
14009  Un ejemplo:
14010 \begin_inset ERT
14011 status collapsed
14012
14013 \begin_layout Plain Layout
14014
14015
14016 \backslash
14017 fboxrule 1mm 
14018 \backslash
14019 fboxsep 1mm
14020 \end_layout
14021
14022 \end_inset
14023
14024
14025 \begin_inset Formula \[
14026 \fcolorbox{cyan}{magenta}{A=B}\]
14027
14028 \end_inset
14029
14030
14031 \end_layout
14032
14033 \begin_layout Standard
14034 \begin_inset ERT
14035 status collapsed
14036
14037 \begin_layout Plain Layout
14038
14039
14040 \backslash
14041 fboxrule 0.4pt 
14042 \backslash
14043 fboxsep 3pt
14044 \end_layout
14045
14046 \end_inset
14047
14048
14049 \end_layout
14050
14051 \begin_layout Standard
14052 Esta ecuación se ha compuesto con el comando
14053 \begin_inset Newline newline
14054 \end_inset
14055
14056
14057 \series bold
14058
14059 \backslash
14060 fcolorbox{cyan
14061 \begin_inset Formula $\to$
14062 \end_inset
14063
14064
14065 \backslash
14066 {magenta
14067 \begin_inset Formula $\to$
14068 \end_inset
14069
14070
14071 \backslash
14072 {A=B
14073 \end_layout
14074
14075 \begin_layout Standard
14076 \begin_inset VSpace bigskip
14077 \end_inset
14078
14079
14080 \end_layout
14081
14082 \begin_layout Standard
14083 Para usar colores distintos de los predefinidos deben ser definidos previamente.
14084 \end_layout
14085
14086 \begin_layout Standard
14087 Por ejemplo, se puede definir el color 
14088 \begin_inset Quotes fld
14089 \end_inset
14090
14091
14092 \series bold
14093 verdeoscuro
14094 \series default
14095
14096 \begin_inset Quotes frd
14097 \end_inset
14098
14099  con la línea de preámbulo LaTeX:
14100 \end_layout
14101
14102 \begin_layout Standard
14103
14104 \series bold
14105
14106 \backslash
14107 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14108 \series default
14109
14110 \begin_inset Index
14111 status collapsed
14112
14113 \begin_layout Plain Layout
14114 Comandos ! D ! 
14115 \backslash
14116 definecolor
14117 \end_layout
14118
14119 \end_inset
14120
14121
14122 \end_layout
14123
14124 \begin_layout Standard
14125
14126 \series bold
14127 cmyk
14128 \series default
14129  es el espacio de color referido a los colores 
14130 \series bold
14131 cyan
14132 \series default
14133
14134 \series bold
14135 magenta
14136 \series default
14137
14138 \series bold
14139 yellow
14140 \series default
14141  y 
14142 \series bold
14143 black
14144 \series default
14145 .
14146  Los cuatro números separados por coma son el factor de cuota para los colores
14147  correspondientes del espacio de color.
14148  Los factores pueden estar en el rango 0-1.
14149  En vez de 
14150 \series bold
14151 cmyk
14152 \series default
14153  se puede usar el espacio de color 
14154 \series bold
14155 rgb
14156 \series default
14157 , que se refiere a 
14158 \series bold
14159 red
14160 \series default
14161
14162 \series bold
14163 green
14164 \series default
14165  y 
14166 \series bold
14167 blue
14168 \series default
14169 , así pues en este caso hay tres factores de cuota para los correspondientes
14170  colores.
14171  Además hay el espacio de color 
14172 \series bold
14173 gray
14174 \series default
14175  con un factor de cuota para el valor gris.
14176 \end_layout
14177
14178 \begin_layout Standard
14179 Como ejemplo he aquí un cuadro enmarcado con el nuevo color definido 
14180 \series bold
14181 verdeoscuro
14182 \series default
14183  y los caracteres en color amarillo:
14184 \color black
14185
14186 \begin_inset Formula \begin{equation}
14187 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14188
14189 \end_inset
14190
14191
14192 \end_layout
14193
14194 \begin_layout Standard
14195 Los colores personalizados también se pueden usar para texto con la ayuda
14196  del comando 
14197 \series bold
14198
14199 \backslash
14200 textcolor
14201 \series default
14202
14203 \begin_inset Index
14204 status collapsed
14205
14206 \begin_layout Plain Layout
14207 Texto ! coloreado
14208 \end_layout
14209
14210 \end_inset
14211
14212
14213 \end_layout
14214
14215 \begin_layout Standard
14216 \begin_inset ERT
14217 status open
14218
14219 \begin_layout Plain Layout
14220
14221
14222 \backslash
14223 textcolor{verdeoscuro}{
14224 \end_layout
14225
14226 \end_inset
14227
14228 Esta frase en 
14229 \begin_inset Quotes fld
14230 \end_inset
14231
14232 verdeoscuro
14233 \begin_inset Quotes frd
14234 \end_inset
14235
14236 .
14237 \begin_inset ERT
14238 status collapsed
14239
14240 \begin_layout Plain Layout
14241
14242 }
14243 \end_layout
14244
14245 \end_inset
14246
14247
14248 \end_layout
14249
14250 \begin_layout Standard
14251
14252 \series bold
14253
14254 \backslash
14255 textcolor
14256 \series default
14257
14258 \begin_inset Index
14259 status collapsed
14260
14261 \begin_layout Plain Layout
14262 Comandos ! T ! 
14263 \backslash
14264 textcolor
14265 \end_layout
14266
14267 \end_inset
14268
14269  se usa con el esquema 
14270 \series bold
14271
14272 \backslash
14273 textcolor{color}{caracteres a colorear}
14274 \series default
14275 .
14276 \end_layout
14277
14278 \begin_layout Subsection
14279 Cuadros de párrafo
14280 \begin_inset CommandInset label
14281 LatexCommand label
14282 name "sub:Cuadros-de-párrafo"
14283
14284 \end_inset
14285
14286
14287 \begin_inset Index
14288 status collapsed
14289
14290 \begin_layout Plain Layout
14291 Cuadros ! para párrafos
14292 \end_layout
14293
14294 \end_inset
14295
14296
14297 \end_layout
14298
14299 \begin_layout Standard
14300 Un cuadro que puede contener varias líneas y párrafos, denominado cuadro
14301  de párrafo (parbox), se puede generar con el menú 
14302 \family sans
14303 Insertar\SpecialChar \menuseparator
14304 Cuadro
14305 \family default
14306  o con el botón 
14307 \begin_inset Graphics
14308         filename ../../images/box-insert.png
14309         scale 85
14310
14311 \end_inset
14312
14313  de la barra de herramientas.
14314 \end_layout
14315
14316 \begin_layout Standard
14317 El siguiente ejemplo muestra un cuadro de párrafo enmarcado en una línea:
14318 \begin_inset VSpace medskip
14319 \end_inset
14320
14321 Esta línea contiene 
14322 \begin_inset Box Boxed
14323 position "c"
14324 hor_pos "c"
14325 has_inner_box 1
14326 inner_pos "c"
14327 use_parbox 1
14328 width "5cm"
14329 special "none"
14330 height "1in"
14331 height_special "totalheight"
14332 status collapsed
14333
14334 \begin_layout Plain Layout
14335 Esto es un cuadro de párrafo.
14336  Tiene exactamente 5
14337 \begin_inset space \thinspace{}
14338 \end_inset
14339
14340 cm de largo y además puede contener ecuaciones: 
14341 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14342 \end_inset
14343
14344
14345 \end_layout
14346
14347 \end_inset
14348
14349
14350 \begin_inset space ~
14351 \end_inset
14352
14353  un cuadro de párrafo.
14354 \begin_inset VSpace medskip
14355 \end_inset
14356
14357 Ese cuadro se compone haciendo clic derecho sobre el rectángulo gris insertado.
14358  Surge un diálogo con las propiedades del cuadro.
14359  En este caso: 
14360 \emph on
14361 Decoración
14362 \emph default
14363 : Marco rectangular, 
14364 \emph on
14365 Cuadro interior
14366 \emph default
14367 : Párrafo, 
14368 \emph on
14369 Ancho
14370 \emph default
14371 : 5
14372 \begin_inset space \thinspace{}
14373 \end_inset
14374
14375 cm, 
14376 \emph on
14377 Alineación Vertical
14378 \emph default
14379  
14380 \emph on
14381 Cuadro
14382 \emph default
14383 : Medio.
14384 \end_layout
14385
14386 \begin_layout Standard
14387 \begin_inset VSpace medskip
14388 \end_inset
14389
14390 En LaTeX, un cuadro de párrafo se inserta con el comando 
14391 \series bold
14392
14393 \backslash
14394 parbox
14395 \series default
14396
14397 \begin_inset Index
14398 status collapsed
14399
14400 \begin_layout Plain Layout
14401 Comandos ! P ! 
14402 \backslash
14403 parbox
14404 \end_layout
14405
14406 \end_inset
14407
14408  con el esquema siguiente:
14409 \end_layout
14410
14411 \begin_layout Standard
14412
14413 \series bold
14414
14415 \backslash
14416 parbox[posición]{anchura}{contenido}
14417 \end_layout
14418
14419 \begin_layout Standard
14420 Son posibles las posiciones 
14421 \emph on
14422 b
14423 \emph default
14424  y 
14425 \emph on
14426 t
14427 \emph default
14428
14429 \emph on
14430 b
14431 \emph default
14432  por 
14433 \begin_inset Quotes fld
14434 \end_inset
14435
14436 bottom
14437 \begin_inset Quotes frd
14438 \end_inset
14439
14440  (abajo), que alinea la última línea del cuadro con el texto de alrededor.
14441  Con 
14442 \emph on
14443 t
14444 \emph default
14445 , por 
14446 \begin_inset Quotes fld
14447 \end_inset
14448
14449 top
14450 \begin_inset Quotes frd
14451 \end_inset
14452
14453  (arriba), la alineación se hace con la primera línea.
14454  Si no se da posición, el cuadro se centrará verticalmente, véase la sección
14455  
14456 \emph on
14457 Cuadros
14458 \emph default
14459  del manual 
14460 \emph on
14461 Objetos incrustados
14462 \emph default
14463  para ejemplos.
14464 \end_layout
14465
14466 \begin_layout Standard
14467 \begin_inset VSpace bigskip
14468 \end_inset
14469
14470 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14471  ponerse en un cuadro de párrafo.
14472  Para ello se inserta el comando
14473 \begin_inset Newline newline
14474 \end_inset
14475
14476
14477 \series bold
14478
14479 \backslash
14480 fbox{
14481 \backslash
14482 parbox{
14483 \backslash
14484 linewidth-2
14485 \backslash
14486 fboxsep-2
14487 \backslash
14488 fboxrule}{
14489 \begin_inset Newline newline
14490 \end_inset
14491
14492
14493 \series default
14494 en modo TeX delante de la ecuación.
14495  Aquí 
14496 \series bold
14497
14498 \backslash
14499 linewidth
14500 \begin_inset Index
14501 status collapsed
14502
14503 \begin_layout Plain Layout
14504 Comandos ! L ! 
14505 \backslash
14506 linewidth
14507 \end_layout
14508
14509 \end_inset
14510
14511
14512 \series default
14513  es la anchura de línea establecida para el documento.
14514  Como el marco está por fuera del cuadro de párrafo, hay que restar de dicha
14515  anchura dos veces la separación del marco y el grosor.
14516  Como LyX no lo hace automáticamente debido a un fallo,
14517 \begin_inset Foot
14518 status collapsed
14519
14520 \begin_layout Plain Layout
14521 \begin_inset CommandInset href
14522 LatexCommand href
14523 name "LyX-bug #4483"
14524 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14525
14526 \end_inset
14527
14528
14529 \end_layout
14530
14531 \end_inset
14532
14533  hay que usar modo TeX.
14534  Para poder multiplicar y restar en los argumentos hay que cargar en el
14535  preámbulo LaTeX el paquete LaTeX 
14536 \series bold
14537 calc
14538 \series default
14539 ,
14540 \begin_inset Foot
14541 status collapsed
14542
14543 \begin_layout Plain Layout
14544
14545 \series bold
14546 calc
14547 \series default
14548  es parte de toda instalación LaTeX estándar.
14549 \end_layout
14550
14551 \end_inset
14552
14553
14554 \begin_inset Index
14555 status collapsed
14556
14557 \begin_layout Plain Layout
14558 Paquetes ! calc
14559 \end_layout
14560
14561 \end_inset
14562
14563  con la línea
14564 \end_layout
14565
14566 \begin_layout Standard
14567
14568 \series bold
14569
14570 \backslash
14571 usepackage{calc}
14572 \end_layout
14573
14574 \begin_layout Standard
14575 Detrás de la ecuación se cierran ambos cuadros con 
14576 \series bold
14577 }}
14578 \series default
14579  en modo TeX.
14580  Aquí hay un ejemplo:
14581 \begin_inset ERT
14582 status collapsed
14583
14584 \begin_layout Plain Layout
14585
14586
14587 \backslash
14588 fboxsep 5mm 
14589 \backslash
14590 fboxrule 5mm
14591 \end_layout
14592
14593 \end_inset
14594
14595
14596 \end_layout
14597
14598 \begin_layout Standard
14599 \begin_inset ERT
14600 status collapsed
14601
14602 \begin_layout Plain Layout
14603
14604
14605 \backslash
14606 fbox{
14607 \backslash
14608 parbox{
14609 \backslash
14610 linewidth-2
14611 \backslash
14612 fboxsep-2
14613 \backslash
14614 fboxrule}{
14615 \end_layout
14616
14617 \end_inset
14618
14619
14620 \begin_inset Formula \begin{equation}
14621 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14622
14623 \end_inset
14624
14625
14626 \end_layout
14627
14628 \begin_layout Standard
14629 \begin_inset ERT
14630 status collapsed
14631
14632 \begin_layout Plain Layout
14633
14634 }}
14635 \end_layout
14636
14637 \end_inset
14638
14639
14640 \begin_inset ERT
14641 status collapsed
14642
14643 \begin_layout Plain Layout
14644
14645
14646 \backslash
14647 fboxrule 0.4pt 
14648 \backslash
14649 fboxsep 3pt
14650 \end_layout
14651
14652 \end_inset
14653
14654
14655 \end_layout
14656
14657 \begin_layout Standard
14658 \begin_inset VSpace medskip
14659 \end_inset
14660
14661
14662 \end_layout
14663
14664 \begin_layout Standard
14665 Como se ha usado el cuadro de párrafo como argumento de 
14666 \series bold
14667
14668 \backslash
14669 fbox
14670 \series default
14671 , en este caso no hay diferencia entre 
14672 \series bold
14673
14674 \backslash
14675 fbox
14676 \series default
14677  y 
14678 \series bold
14679
14680 \backslash
14681 boxed
14682 \series default
14683 .
14684  
14685 \end_layout
14686
14687 \begin_layout Standard
14688 \begin_inset VSpace bigskip
14689 \end_inset
14690
14691
14692 \end_layout
14693
14694 \begin_layout Standard
14695 Los cuadros de párrafo son muy útiles para comentar ecuaciones directamente.
14696  Para hacerlo, se usa 
14697 \series bold
14698
14699 \backslash
14700 parbox
14701 \series default
14702  en combinación con el comando 
14703 \series bold
14704
14705 \backslash
14706 tag
14707 \series default
14708 .
14709  (Véase más sobre 
14710 \series bold
14711
14712 \backslash
14713 tag
14714 \series default
14715  en 
14716 \begin_inset CommandInset ref
14717 LatexCommand ref
14718 reference "sub:Numeración-personalizada"
14719
14720 \end_inset
14721
14722 ).
14723 \end_layout
14724
14725 \begin_layout Standard
14726 Un ejemplo de ecuación comentada con 
14727 \series bold
14728
14729 \backslash
14730 parbox
14731 \series default
14732 :
14733 \end_layout
14734
14735 \begin_layout Standard
14736 \begin_inset ERT
14737 status collapsed
14738
14739 \begin_layout Plain Layout
14740
14741
14742 \backslash
14743 [5x-7b=3b
14744 \backslash
14745 tag*{
14746 \backslash
14747 parbox{5cm}{
14748 \end_layout
14749
14750 \end_inset
14751
14752 Esto es una descripción.
14753  Está claramente separada de la ecuación y es multilínea.
14754 \begin_inset ERT
14755 status collapsed
14756
14757 \begin_layout Plain Layout
14758
14759 }}
14760 \backslash
14761 ]
14762 \end_layout
14763
14764 \end_inset
14765
14766
14767 \end_layout
14768
14769 \begin_layout Standard
14770 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
14771  no soporta el comando 
14772 \series bold
14773
14774 \backslash
14775 parbox
14776 \series default
14777  en ecuaciones.
14778  La ecuación se compone con la siguiente secuencia de comandos:
14779 \end_layout
14780
14781 \begin_layout Standard
14782 El comando 
14783 \series bold
14784
14785 \backslash
14786 [5x-7b=3b
14787 \backslash
14788 tag*
14789 \backslash
14790 {
14791 \backslash
14792 parbox{5cm}{
14793 \series default
14794  se inserta en modo TeX.
14795 \begin_inset Foot
14796 status collapsed
14797
14798 \begin_layout Plain Layout
14799 Si se usa el estilo de ecuación 
14800 \series bold
14801 Sangrado
14802 \series default
14803
14804 \series bold
14805
14806 \backslash
14807 tag*
14808 \backslash
14809
14810 \series default
14811  se puede reemplazar por 
14812 \series bold
14813
14814 \backslash
14815 hfill
14816 \series default
14817 .
14818  (Véanse los estilos de ecuación en 
14819 \begin_inset CommandInset ref
14820 LatexCommand ref
14821 reference "sec:Estilos-de-ecuación"
14822
14823 \end_inset
14824
14825 ).
14826 \end_layout
14827
14828 \end_inset
14829
14830  Después sigue la descripción en texto normal, y por último 
14831 \series bold
14832 }}
14833 \backslash
14834 ]
14835 \series default
14836  en modo TeX.
14837  Aquí los comandos 
14838 \series bold
14839
14840 \backslash
14841 [
14842 \series default
14843  y 
14844 \series bold
14845
14846 \backslash
14847 ]
14848 \series default
14849  crean una ecuación presentada.
14850 \end_layout
14851
14852 \begin_layout Standard
14853 Las ventajas de 
14854 \series bold
14855
14856 \backslash
14857 parbox
14858 \series default
14859  pueden verse en este ejemplo que se ha 
14860 \begin_inset Quotes fld
14861 \end_inset
14862
14863 comentado
14864 \begin_inset Quotes frd
14865 \end_inset
14866
14867  usando el modo texto matemático:
14868 \begin_inset Formula \[
14869 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}\]
14870
14871 \end_inset
14872
14873
14874 \end_layout
14875
14876 \begin_layout Section
14877 Operadores
14878 \begin_inset Index
14879 status collapsed
14880
14881 \begin_layout Plain Layout
14882 Operadores
14883 \end_layout
14884
14885 \end_inset
14886
14887
14888 \end_layout
14889
14890 \begin_layout Subsection
14891 Operadores grandes
14892 \begin_inset CommandInset label
14893 LatexCommand label
14894 name "sub:Operadores-grandes"
14895
14896 \end_inset
14897
14898
14899 \begin_inset Index
14900 status collapsed
14901
14902 \begin_layout Plain Layout
14903 Operadores ! grandes
14904 \end_layout
14905
14906 \end_inset
14907
14908
14909 \begin_inset Index
14910 status collapsed
14911
14912 \begin_layout Plain Layout
14913 Sumatorios
14914 \end_layout
14915
14916 \end_inset
14917
14918
14919 \begin_inset Index
14920 status collapsed
14921
14922 \begin_layout Plain Layout
14923 Integrales
14924 \end_layout
14925
14926 \end_inset
14927
14928
14929 \end_layout
14930
14931 \begin_layout Standard
14932 Para poder usar todos los comandos de integrales listados aquí, debe estar
14933  marcada la opción 
14934 \family sans
14935 Usar paquete esint automáticamente
14936 \family default
14937  en el apartado 
14938 \family sans
14939 Ecuaciones
14940 \family default
14941  de la configuración del documento.
14942  
14943 \end_layout
14944
14945 \begin_layout Standard
14946 \begin_inset space \hfill{}
14947 \end_inset
14948
14949
14950 \begin_inset Tabular
14951 <lyxtabular version="3" rows="11" columns="2">
14952 <features>
14953 <column alignment="center" valignment="top" width="0pt">
14954 <column alignment="center" valignment="top" width="0pt">
14955 <row>
14956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14957 \begin_inset Text
14958
14959 \begin_layout Plain Layout
14960 Comando
14961 \end_layout
14962
14963 \end_inset
14964 </cell>
14965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14966 \begin_inset Text
14967
14968 \begin_layout Plain Layout
14969 Resultado
14970 \end_layout
14971
14972 \end_inset
14973 </cell>
14974 </row>
14975 <row>
14976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14977 \begin_inset Text
14978
14979 \begin_layout Plain Layout
14980
14981 \backslash
14982 sum
14983 \begin_inset Index
14984 status collapsed
14985
14986 \begin_layout Plain Layout
14987 Comandos ! S ! 
14988 \backslash
14989 sum
14990 \end_layout
14991
14992 \end_inset
14993
14994
14995 \end_layout
14996
14997 \end_inset
14998 </cell>
14999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15000 \begin_inset Text
15001
15002 \begin_layout Plain Layout
15003 \begin_inset Formula $\sum$
15004 \end_inset
15005
15006
15007 \end_layout
15008
15009 \end_inset
15010 </cell>
15011 </row>
15012 <row>
15013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15014 \begin_inset Text
15015
15016 \begin_layout Plain Layout
15017
15018 \backslash
15019 int
15020 \begin_inset Index
15021 status collapsed
15022
15023 \begin_layout Plain Layout
15024 Comandos ! I ! 
15025 \backslash
15026 int
15027 \end_layout
15028
15029 \end_inset
15030
15031
15032 \end_layout
15033
15034 \end_inset
15035 </cell>
15036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15037 \begin_inset Text
15038
15039 \begin_layout Plain Layout
15040 \begin_inset Formula $\int$
15041 \end_inset
15042
15043
15044 \end_layout
15045
15046 \end_inset
15047 </cell>
15048 </row>
15049 <row>
15050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15051 \begin_inset Text
15052
15053 \begin_layout Plain Layout
15054
15055 \backslash
15056 intop
15057 \end_layout
15058
15059 \end_inset
15060 </cell>
15061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15062 \begin_inset Text
15063
15064 \begin_layout Plain Layout
15065 \begin_inset Formula $\intop$
15066 \end_inset
15067
15068
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 </row>
15074 <row>
15075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15076 \begin_inset Text
15077
15078 \begin_layout Plain Layout
15079
15080 \backslash
15081 oint
15082 \end_layout
15083
15084 \end_inset
15085 </cell>
15086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15087 \begin_inset Text
15088
15089 \begin_layout Plain Layout
15090 \begin_inset Formula $\oint$
15091 \end_inset
15092
15093
15094 \end_layout
15095
15096 \end_inset
15097 </cell>
15098 </row>
15099 <row>
15100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15101 \begin_inset Text
15102
15103 \begin_layout Plain Layout
15104
15105 \backslash
15106 ointop
15107 \end_layout
15108
15109 \end_inset
15110 </cell>
15111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15112 \begin_inset Text
15113
15114 \begin_layout Plain Layout
15115 \begin_inset Formula $\ointop$
15116 \end_inset
15117
15118
15119 \end_layout
15120
15121 \end_inset
15122 </cell>
15123 </row>
15124 <row>
15125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15126 \begin_inset Text
15127
15128 \begin_layout Plain Layout
15129
15130 \backslash
15131 ointctrclockwise
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15137 \begin_inset Text
15138
15139 \begin_layout Plain Layout
15140 \begin_inset Formula $\ointctrclockwise$
15141 \end_inset
15142
15143
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 </row>
15149 <row>
15150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15151 \begin_inset Text
15152
15153 \begin_layout Plain Layout
15154
15155 \backslash
15156 ointclockwise
15157 \end_layout
15158
15159 \end_inset
15160 </cell>
15161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15162 \begin_inset Text
15163
15164 \begin_layout Plain Layout
15165 \begin_inset Formula $\ointclockwise$
15166 \end_inset
15167
15168
15169 \end_layout
15170
15171 \end_inset
15172 </cell>
15173 </row>
15174 <row>
15175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Plain Layout
15179
15180 \backslash
15181 sqint
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15187 \begin_inset Text
15188
15189 \begin_layout Plain Layout
15190 \begin_inset Formula $\sqint$
15191 \end_inset
15192
15193
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 </row>
15199 <row>
15200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15201 \begin_inset Text
15202
15203 \begin_layout Plain Layout
15204
15205 \backslash
15206 bigcap
15207 \end_layout
15208
15209 \end_inset
15210 </cell>
15211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15212 \begin_inset Text
15213
15214 \begin_layout Plain Layout
15215 \begin_inset Formula $\bigcap$
15216 \end_inset
15217
15218
15219 \end_layout
15220
15221 \end_inset
15222 </cell>
15223 </row>
15224 <row>
15225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15226 \begin_inset Text
15227
15228 \begin_layout Plain Layout
15229
15230 \backslash
15231 bigcup
15232 \end_layout
15233
15234 \end_inset
15235 </cell>
15236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15237 \begin_inset Text
15238
15239 \begin_layout Plain Layout
15240 \begin_inset Formula $\bigcup$
15241 \end_inset
15242
15243
15244 \end_layout
15245
15246 \end_inset
15247 </cell>
15248 </row>
15249 </lyxtabular>
15250
15251 \end_inset
15252
15253
15254 \begin_inset space \hfill{}
15255 \end_inset
15256
15257
15258 \begin_inset Tabular
15259 <lyxtabular version="3" rows="10" columns="2">
15260 <features>
15261 <column alignment="center" valignment="top" width="0pt">
15262 <column alignment="center" valignment="top" width="0pt">
15263 <row>
15264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15265 \begin_inset Text
15266
15267 \begin_layout Plain Layout
15268 Comando
15269 \end_layout
15270
15271 \end_inset
15272 </cell>
15273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15274 \begin_inset Text
15275
15276 \begin_layout Plain Layout
15277 Resultado
15278 \end_layout
15279
15280 \end_inset
15281 </cell>
15282 </row>
15283 <row>
15284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15285 \begin_inset Text
15286
15287 \begin_layout Plain Layout
15288
15289 \backslash
15290 prod
15291 \begin_inset Index
15292 status collapsed
15293
15294 \begin_layout Plain Layout
15295 Comandos ! P ! 
15296 \backslash
15297 prod
15298 \end_layout
15299
15300 \end_inset
15301
15302
15303 \end_layout
15304
15305 \end_inset
15306 </cell>
15307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15308 \begin_inset Text
15309
15310 \begin_layout Plain Layout
15311 \begin_inset Formula $\prod$
15312 \end_inset
15313
15314
15315 \end_layout
15316
15317 \end_inset
15318 </cell>
15319 </row>
15320 <row>
15321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15322 \begin_inset Text
15323
15324 \begin_layout Plain Layout
15325
15326 \backslash
15327 coprod
15328 \end_layout
15329
15330 \end_inset
15331 </cell>
15332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15333 \begin_inset Text
15334
15335 \begin_layout Plain Layout
15336 \begin_inset Formula $\coprod$
15337 \end_inset
15338
15339
15340 \end_layout
15341
15342 \end_inset
15343 </cell>
15344 </row>
15345 <row>
15346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15347 \begin_inset Text
15348
15349 \begin_layout Plain Layout
15350
15351 \backslash
15352 bigodot
15353 \end_layout
15354
15355 \end_inset
15356 </cell>
15357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15358 \begin_inset Text
15359
15360 \begin_layout Plain Layout
15361 \begin_inset Formula $\bigodot$
15362 \end_inset
15363
15364
15365 \end_layout
15366
15367 \end_inset
15368 </cell>
15369 </row>
15370 <row>
15371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15372 \begin_inset Text
15373
15374 \begin_layout Plain Layout
15375
15376 \backslash
15377 bigotimes
15378 \end_layout
15379
15380 \end_inset
15381 </cell>
15382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15383 \begin_inset Text
15384
15385 \begin_layout Plain Layout
15386 \begin_inset Formula $\bigotimes$
15387 \end_inset
15388
15389
15390 \end_layout
15391
15392 \end_inset
15393 </cell>
15394 </row>
15395 <row>
15396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15397 \begin_inset Text
15398
15399 \begin_layout Plain Layout
15400
15401 \backslash
15402 bigoplus
15403 \end_layout
15404
15405 \end_inset
15406 </cell>
15407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15408 \begin_inset Text
15409
15410 \begin_layout Plain Layout
15411 \begin_inset Formula $\bigoplus$
15412 \end_inset
15413
15414
15415 \end_layout
15416
15417 \end_inset
15418 </cell>
15419 </row>
15420 <row>
15421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15422 \begin_inset Text
15423
15424 \begin_layout Plain Layout
15425
15426 \backslash
15427 bigwedge
15428 \end_layout
15429
15430 \end_inset
15431 </cell>
15432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15433 \begin_inset Text
15434
15435 \begin_layout Plain Layout
15436 \begin_inset Formula $\bigwedge$
15437 \end_inset
15438
15439
15440 \end_layout
15441
15442 \end_inset
15443 </cell>
15444 </row>
15445 <row>
15446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15447 \begin_inset Text
15448
15449 \begin_layout Plain Layout
15450
15451 \backslash
15452 bigvee
15453 \end_layout
15454
15455 \end_inset
15456 </cell>
15457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15458 \begin_inset Text
15459
15460 \begin_layout Plain Layout
15461 \begin_inset Formula $\bigvee$
15462 \end_inset
15463
15464
15465 \end_layout
15466
15467 \end_inset
15468 </cell>
15469 </row>
15470 <row>
15471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15472 \begin_inset Text
15473
15474 \begin_layout Plain Layout
15475
15476 \backslash
15477 bigsqcup
15478 \end_layout
15479
15480 \end_inset
15481 </cell>
15482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486 \begin_inset Formula $\bigsqcup$
15487 \end_inset
15488
15489
15490 \end_layout
15491
15492 \end_inset
15493 </cell>
15494 </row>
15495 <row>
15496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15497 \begin_inset Text
15498
15499 \begin_layout Plain Layout
15500
15501 \backslash
15502 biguplus
15503 \end_layout
15504
15505 \end_inset
15506 </cell>
15507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15508 \begin_inset Text
15509
15510 \begin_layout Plain Layout
15511 \begin_inset Formula $\biguplus$
15512 \end_inset
15513
15514
15515 \end_layout
15516
15517 \end_inset
15518 </cell>
15519 </row>
15520 </lyxtabular>
15521
15522 \end_inset
15523
15524
15525 \begin_inset space \hfill{}
15526 \end_inset
15527
15528
15529 \end_layout
15530
15531 \begin_layout Standard
15532 Todos los operadores grandes se pueden insertar con el botón 
15533 \begin_inset Graphics
15534         filename ../../images/math/intop.png
15535         scale 85
15536
15537 \end_inset
15538
15539  de la barra de ecuaciones.
15540 \end_layout
15541
15542 \begin_layout Standard
15543 Estos operadores son llamados grandes porque son mayores que los operadores
15544  binarios de aspecto semejante.
15545  Todos los operadores grandes pueden tener límites, como se describe en
15546  la subsección siguiente.
15547 \end_layout
15548
15549 \begin_layout Standard
15550 Los operadores 
15551 \series bold
15552
15553 \backslash
15554 intop
15555 \series default
15556  y 
15557 \series bold
15558
15559 \backslash
15560 ointop
15561 \series default
15562  difieren de 
15563 \series bold
15564
15565 \backslash
15566 int
15567 \series default
15568  y 
15569 \series bold
15570
15571 \backslash
15572 oint
15573 \series default
15574  en el estilo en que se presentan los límites, véase
15575 \series bold
15576  
15577 \series default
15578
15579 \begin_inset CommandInset ref
15580 LatexCommand ref
15581 reference "sub:Límites-de-operadores"
15582
15583 \end_inset
15584
15585 .
15586 \end_layout
15587
15588 \begin_layout Subsubsection*
15589 Sugerencias para las integrales
15590 \end_layout
15591
15592 \begin_layout Standard
15593 La letra 
15594 \emph on
15595 d
15596 \emph default
15597  en una integral es un operador, por consiguiente debe escribirse en redonda.
15598  Esto se hace resaltando la 
15599 \emph on
15600 d
15601 \emph default
15602  y usando el atajo de teclado 
15603 \family sans
15604 Alt-c
15605 \begin_inset space ~
15606 \end_inset
15607
15608 r
15609 \family default
15610 .
15611 \begin_inset Foot
15612 status open
15613
15614 \begin_layout Plain Layout
15615 véase estilos de letras en 
15616 \begin_inset CommandInset ref
15617 LatexCommand ref
15618 reference "sub:Estilos-de-fuentes"
15619
15620 \end_inset
15621
15622  
15623 \end_layout
15624
15625 \end_inset
15626
15627  Delante de la 
15628 \emph on
15629 d
15630 \emph default
15631  se inserta un espacio delgado, como es habitual en los operadores.
15632  Un ejemplo:
15633 \end_layout
15634
15635 \begin_layout Standard
15636 incorrecto: 
15637 \begin_inset Formula $\int A(x)dx$
15638 \end_inset
15639
15640
15641 \begin_inset Newline newline
15642 \end_inset
15643
15644
15645 \begin_inset ERT
15646 status collapsed
15647
15648 \begin_layout Plain Layout
15649
15650
15651 \backslash
15652 hphantom{in}
15653 \end_layout
15654
15655 \end_inset
15656
15657 correcto: 
15658 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15659 \end_inset
15660
15661
15662 \end_layout
15663
15664 \begin_layout Standard
15665 Para integrales múltiples hay los siguientes comandos:
15666 \begin_inset VSpace medskip
15667 \end_inset
15668
15669
15670 \end_layout
15671
15672 \begin_layout Standard
15673 \begin_inset space \hfill{}
15674 \end_inset
15675
15676
15677 \begin_inset Tabular
15678 <lyxtabular version="3" rows="4" columns="2">
15679 <features>
15680 <column alignment="center" valignment="top" width="0">
15681 <column alignment="center" valignment="top" width="0">
15682 <row>
15683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15684 \begin_inset Text
15685
15686 \begin_layout Plain Layout
15687 Comando
15688 \end_layout
15689
15690 \end_inset
15691 </cell>
15692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15693 \begin_inset Text
15694
15695 \begin_layout Plain Layout
15696 Resultado
15697 \begin_inset Note Note
15698 status collapsed
15699
15700 \begin_layout Plain Layout
15701
15702 \series bold
15703
15704 \backslash
15705 raisebox
15706 \series default
15707  se usa sólo como espaciador
15708 \end_layout
15709
15710 \end_inset
15711
15712
15713 \end_layout
15714
15715 \end_inset
15716 </cell>
15717 </row>
15718 <row>
15719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15720 \begin_inset Text
15721
15722 \begin_layout Plain Layout
15723
15724 \backslash
15725 iint
15726 \end_layout
15727
15728 \end_inset
15729 </cell>
15730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15731 \begin_inset Text
15732
15733 \begin_layout Plain Layout
15734 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15735 \end_inset
15736
15737
15738 \end_layout
15739
15740 \end_inset
15741 </cell>
15742 </row>
15743 <row>
15744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15745 \begin_inset Text
15746
15747 \begin_layout Plain Layout
15748
15749 \backslash
15750 oiint
15751 \end_layout
15752
15753 \end_inset
15754 </cell>
15755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15756 \begin_inset Text
15757
15758 \begin_layout Plain Layout
15759 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15760 \end_inset
15761
15762
15763 \end_layout
15764
15765 \end_inset
15766 </cell>
15767 </row>
15768 <row>
15769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15770 \begin_inset Text
15771
15772 \begin_layout Plain Layout
15773
15774 \backslash
15775 sqiint
15776 \end_layout
15777
15778 \end_inset
15779 </cell>
15780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15781 \begin_inset Text
15782
15783 \begin_layout Plain Layout
15784 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15785 \end_inset
15786
15787
15788 \end_layout
15789
15790 \end_inset
15791 </cell>
15792 </row>
15793 </lyxtabular>
15794
15795 \end_inset
15796
15797
15798 \begin_inset space \hfill{}
15799 \end_inset
15800
15801
15802 \begin_inset Tabular
15803 <lyxtabular version="3" rows="4" columns="2">
15804 <features>
15805 <column alignment="center" valignment="top" width="0">
15806 <column alignment="center" valignment="top" width="0">
15807 <row>
15808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15809 \begin_inset Text
15810
15811 \begin_layout Plain Layout
15812 Comando
15813 \end_layout
15814
15815 \end_inset
15816 </cell>
15817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15818 \begin_inset Text
15819
15820 \begin_layout Plain Layout
15821 Resultado
15822 \begin_inset Note Note
15823 status collapsed
15824
15825 \begin_layout Plain Layout
15826
15827 \series bold
15828
15829 \backslash
15830 raisebox
15831 \series default
15832  se usa sólo como espaciador
15833 \end_layout
15834
15835 \end_inset
15836
15837
15838 \end_layout
15839
15840 \end_inset
15841 </cell>
15842 </row>
15843 <row>
15844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15845 \begin_inset Text
15846
15847 \begin_layout Plain Layout
15848
15849 \backslash
15850 iiint
15851 \end_layout
15852
15853 \end_inset
15854 </cell>
15855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15856 \begin_inset Text
15857
15858 \begin_layout Plain Layout
15859 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15860 \end_inset
15861
15862
15863 \end_layout
15864
15865 \end_inset
15866 </cell>
15867 </row>
15868 <row>
15869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15870 \begin_inset Text
15871
15872 \begin_layout Plain Layout
15873
15874 \backslash
15875 iiiint
15876 \end_layout
15877
15878 \end_inset
15879 </cell>
15880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15881 \begin_inset Text
15882
15883 \begin_layout Plain Layout
15884 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15885 \end_inset
15886
15887
15888 \end_layout
15889
15890 \end_inset
15891 </cell>
15892 </row>
15893 <row>
15894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15895 \begin_inset Text
15896
15897 \begin_layout Plain Layout
15898
15899 \backslash
15900 dotsint
15901 \end_layout
15902
15903 \end_inset
15904 </cell>
15905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15910 \end_inset
15911
15912
15913 \end_layout
15914
15915 \end_inset
15916 </cell>
15917 </row>
15918 </lyxtabular>
15919
15920 \end_inset
15921
15922
15923 \begin_inset space \hfill{}
15924 \end_inset
15925
15926
15927 \end_layout
15928
15929 \begin_layout Subsection
15930 Límites de operadores
15931 \begin_inset CommandInset label
15932 LatexCommand label
15933 name "sub:Límites-de-operadores"
15934
15935 \end_inset
15936
15937
15938 \begin_inset Index
15939 status collapsed
15940
15941 \begin_layout Plain Layout
15942 Operadores ! límites de
15943 \end_layout
15944
15945 \end_inset
15946
15947
15948 \end_layout
15949
15950 \begin_layout Standard
15951 Los límites se crean mediante superíndices y subíndices:
15952 \end_layout
15953
15954 \begin_layout Standard
15955 \noindent
15956 \align center
15957 \begin_inset Tabular
15958 <lyxtabular version="3" rows="2" columns="2">
15959 <features>
15960 <column alignment="center" valignment="top" width="0">
15961 <column alignment="center" valignment="top" width="0">
15962 <row>
15963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15964 \begin_inset Text
15965
15966 \begin_layout Plain Layout
15967 Comando
15968 \end_layout
15969
15970 \end_inset
15971 </cell>
15972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15973 \begin_inset Text
15974
15975 \begin_layout Plain Layout
15976 Resultado
15977 \begin_inset Note Note
15978 status collapsed
15979
15980 \begin_layout Plain Layout
15981
15982 \series bold
15983
15984 \backslash
15985 raisebox
15986 \series default
15987  se usa sólo como espaciador
15988 \end_layout
15989
15990 \end_inset
15991
15992
15993 \end_layout
15994
15995 \end_inset
15996 </cell>
15997 </row>
15998 <row>
15999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16000 \begin_inset Text
16001
16002 \begin_layout Plain Layout
16003
16004 \backslash
16005 prod^
16006 \backslash
16007 infty
16008 \begin_inset ERT
16009 status collapsed
16010
16011 \begin_layout Plain Layout
16012
16013
16014 \backslash
16015 spce 
16016 \end_layout
16017
16018 \end_inset
16019
16020
16021 \begin_inset Formula $\to$
16022 \end_inset
16023
16024 _0
16025 \begin_inset Formula $\to$
16026 \end_inset
16027
16028 A(x)
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16034 \begin_inset Text
16035
16036 \begin_layout Plain Layout
16037 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16038 \end_inset
16039
16040
16041 \end_layout
16042
16043 \end_inset
16044 </cell>
16045 </row>
16046 </lyxtabular>
16047
16048 \end_inset
16049
16050
16051 \end_layout
16052
16053 \begin_layout Standard
16054 En ecuaciones en línea los límites se colocan al lado derecho del operador.
16055  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
16056 \end_layout
16057
16058 \begin_layout Standard
16059 Para forzar que los límites se coloquen junto al operador, se pone el cursor
16060  directamente detrás del operador y se elige 
16061 \series bold
16062 Insertado
16063 \series default
16064  en el menú 
16065 \family sans
16066 Editar\SpecialChar \menuseparator
16067 Ecuación\SpecialChar \menuseparator
16068 Cambiar tipo de límites
16069 \family default
16070  (atajo 
16071 \family sans
16072 Alt-m
16073 \begin_inset space ~
16074 \end_inset
16075
16076 l
16077 \family default
16078 ).
16079  Un ejemplo:
16080 \end_layout
16081
16082 \begin_layout Standard
16083 Los límites por omisión son:
16084 \begin_inset Formula \[
16085 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16086
16087 \end_inset
16088
16089
16090 \end_layout
16091
16092 \begin_layout Standard
16093 Así se ven si se cambia el tipo de límites a 
16094 \series bold
16095 Insertado
16096 \series default
16097 :
16098 \begin_inset Formula \[
16099 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16100
16101 \end_inset
16102
16103
16104 \end_layout
16105
16106 \begin_layout Standard
16107 En integrales, excepto 
16108 \series bold
16109
16110 \backslash
16111 intop
16112 \series default
16113  y 
16114 \series bold
16115
16116 \backslash
16117 ointop
16118 \series default
16119 , los límites se colocan por omisión junto al operador.
16120  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
16121  operador.
16122  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
16123 \series bold
16124 Pantalla
16125 \series default
16126  para poner el límite debajo:
16127 \begin_inset Formula \begin{equation}
16128 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}\end{equation}
16129
16130 \end_inset
16131
16132
16133 \begin_inset VSpace medskip
16134 \end_inset
16135
16136 Para especificar condiciones en los límites se usan los comandos 
16137 \series bold
16138
16139 \backslash
16140 subarray
16141 \series default
16142
16143 \begin_inset Index
16144 status collapsed
16145
16146 \begin_layout Plain Layout
16147 Comandos ! S ! 
16148 \backslash
16149 subarray
16150 \end_layout
16151
16152 \end_inset
16153
16154  y 
16155 \series bold
16156
16157 \backslash
16158 substack
16159 \series default
16160
16161 \begin_inset Index
16162 status collapsed
16163
16164 \begin_layout Plain Layout
16165 Comandos ! S ! 
16166 \backslash
16167 substack
16168 \end_layout
16169
16170 \end_inset
16171
16172 .
16173  Por ejemplo, para componer la expresión
16174 \begin_inset Formula \begin{equation}
16175 \sum_{\begin{subarray}{c}
16176 0<k<1000\\
16177 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16178
16179 \end_inset
16180
16181 se ha hecho lo siguiente: primero se escribe el comando 
16182 \series bold
16183
16184 \backslash
16185 sum^n
16186 \series default
16187
16188 \begin_inset ERT
16189 status collapsed
16190
16191 \begin_layout Plain Layout
16192
16193
16194 \backslash
16195 spce 
16196 \end_layout
16197
16198 \end_inset
16199
16200
16201 \series bold
16202 _
16203 \series default
16204 .
16205  Ahora el cursor está en un cuadro azul bajo el operador sumatorio y ahí
16206  se inserta el comando 
16207 \series bold
16208
16209 \backslash
16210 subarray
16211 \series default
16212
16213 \begin_inset ERT
16214 status collapsed
16215
16216 \begin_layout Plain Layout
16217
16218
16219 \backslash
16220 spce 
16221 \end_layout
16222
16223 \end_inset
16224
16225 .
16226  Ahora el cuadro azul está en un marco púrpura donde pueden escribirse líneas
16227  distintas.
16228  Cada línea nueva se crea con un salto de línea (
16229 \family sans
16230 Ctrl-Retorno
16231 \family default
16232 ).
16233  Si ahora se escribe en ella
16234 \begin_inset Newline newline
16235 \end_inset
16236
16237
16238 \series bold
16239 0<k<1000 Ctrl-Retorno
16240 \begin_inset Newline newline
16241 \end_inset
16242
16243
16244 \series default
16245 aparece debajo un nuevo marco para la línea nueva.
16246 \end_layout
16247
16248 \begin_layout Standard
16249 La alineación de las líneas puede cambiarse a la izquierda con la 
16250 \family sans
16251 barra de herramientas de tabla
16252 \family default
16253  o con el menú 
16254 \family sans
16255 Editar\SpecialChar \menuseparator
16256 Filas y columnas
16257 \family default
16258 .
16259  Para obtener alineación derecha se inserta 
16260 \series bold
16261
16262 \backslash
16263 hfill
16264 \series default
16265
16266 \begin_inset ERT
16267 status collapsed
16268
16269 \begin_layout Plain Layout
16270
16271
16272 \backslash
16273 spce 
16274 \end_layout
16275
16276 \end_inset
16277
16278  al principio de la línea.
16279 \end_layout
16280
16281 \begin_layout Standard
16282 El comando 
16283 \series bold
16284
16285 \backslash
16286 substack
16287 \series default
16288  es equivalente a 
16289 \series bold
16290
16291 \backslash
16292 subarray
16293 \series default
16294  con la diferencia de que las líneas están siempre centradas.
16295 \begin_inset VSpace bigskip
16296 \end_inset
16297
16298
16299 \end_layout
16300
16301 \begin_layout Standard
16302 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16303  siguientes, como en la ecuación 
16304 \begin_inset CommandInset ref
16305 LatexCommand eqref
16306 reference "eq:substack"
16307
16308 \end_inset
16309
16310 , porque éstos se colocan junto a los límites.
16311 \end_layout
16312
16313 \begin_layout Standard
16314 Para evitarlo se puede usar la siguiente macro en el preámbulo:
16315 \end_layout
16316
16317 \begin_layout Standard
16318
16319 \series bold
16320
16321 \backslash
16322 def
16323 \backslash
16324 clap#1{
16325 \backslash
16326 hbox to 0pt{
16327 \backslash
16328 hss #1
16329 \backslash
16330 hss}}
16331 \begin_inset Newline newline
16332 \end_inset
16333
16334
16335 \backslash
16336 def
16337 \backslash
16338 mathclap {
16339 \backslash
16340 mathpalette 
16341 \backslash
16342 mathclapinternal}
16343 \begin_inset Newline newline
16344 \end_inset
16345
16346
16347 \backslash
16348 def
16349 \backslash
16350 mathclapinternal #1#2{
16351 \backslash
16352 clap{$
16353 \backslash
16354 mathsurround =0pt #1{#2}$}}
16355 \end_layout
16356
16357 \begin_layout Standard
16358 En ella se define el comando 
16359 \series bold
16360
16361 \backslash
16362 mathclap
16363 \series default
16364
16365 \begin_inset Index
16366 status collapsed
16367
16368 \begin_layout Plain Layout
16369 Comandos ! M ! 
16370 \backslash
16371 mathclap
16372 \end_layout
16373
16374 \end_inset
16375
16376  que establece la anchura del límite en 0
16377 \begin_inset space \thinspace{}
16378 \end_inset
16379
16380 pt.
16381  El esquema del comando es:
16382 \end_layout
16383
16384 \begin_layout Standard
16385
16386 \series bold
16387
16388 \backslash
16389 mathclap{límite}
16390 \end_layout
16391
16392 \begin_layout Standard
16393 donde el límite puede consistir en varias condiciones.
16394 \end_layout
16395
16396 \begin_layout Standard
16397 Aplicado en la ecuación 
16398 \begin_inset CommandInset ref
16399 LatexCommand eqref
16400 reference "eq:substack"
16401
16402 \end_inset
16403
16404  se usa el comando
16405 \end_layout
16406
16407 \begin_layout Standard
16408
16409 \series bold
16410
16411 \backslash
16412 sum_
16413 \backslash
16414 mathclap{
16415 \backslash
16416 substack
16417 \begin_inset ERT
16418 status collapsed
16419
16420 \begin_layout Plain Layout
16421
16422
16423 \backslash
16424 spce 
16425 \end_layout
16426
16427 \end_inset
16428
16429 0<k<1000 Ctrl-Retorno
16430 \end_layout
16431
16432 \begin_layout Standard
16433 para componer el límite inferior.
16434  Ahora el sumando está junto al sumatorio:
16435 \begin_inset Formula \[
16436 \sum_{\mathclap{\substack{0<k<1000\\
16437 \\k\,\in\,\mathbb{N}}
16438 }}^{n}k^{-2}\]
16439
16440 \end_inset
16441
16442
16443 \begin_inset VSpace bigskip
16444 \end_inset
16445
16446 Cómo utilizar un límite para varios operadores se describe en la 
16447 \begin_inset CommandInset ref
16448 LatexCommand ref
16449 reference "sub:Operadores-de-usuario"
16450
16451 \end_inset
16452
16453 .
16454 \end_layout
16455
16456 \begin_layout Subsection
16457 Operadores binarios
16458 \begin_inset CommandInset label
16459 LatexCommand label
16460 name "sub:Operadores-binarios"
16461
16462 \end_inset
16463
16464
16465 \begin_inset Index
16466 status collapsed
16467
16468 \begin_layout Plain Layout
16469 Operadores ! binarios
16470 \end_layout
16471
16472 \end_inset
16473
16474
16475 \end_layout
16476
16477 \begin_layout Standard
16478 Los operadores binarios se rodean por espacios si llevan un carácter delante
16479  o detrás.
16480 \begin_inset VSpace medskip
16481 \end_inset
16482
16483
16484 \end_layout
16485
16486 \begin_layout Standard
16487 \begin_inset space \hfill{}
16488 \end_inset
16489
16490
16491 \begin_inset Tabular
16492 <lyxtabular version="3" rows="13" columns="2">
16493 <features>
16494 <column alignment="center" valignment="top" width="0pt">
16495 <column alignment="center" valignment="top" width="0pt">
16496 <row>
16497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16498 \begin_inset Text
16499
16500 \begin_layout Plain Layout
16501 Comando
16502 \begin_inset Note Note
16503 status collapsed
16504
16505 \begin_layout Plain Layout
16506
16507 \series bold
16508
16509 \backslash
16510 raisebox
16511 \series default
16512  se usa sólo como espaciador
16513 \end_layout
16514
16515 \end_inset
16516
16517
16518 \end_layout
16519
16520 \end_inset
16521 </cell>
16522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16523 \begin_inset Text
16524
16525 \begin_layout Plain Layout
16526 Operador
16527 \end_layout
16528
16529 \end_inset
16530 </cell>
16531 </row>
16532 <row>
16533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16534 \begin_inset Text
16535
16536 \begin_layout Plain Layout
16537 +
16538 \end_layout
16539
16540 \end_inset
16541 </cell>
16542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16543 \begin_inset Text
16544
16545 \begin_layout Plain Layout
16546 \begin_inset Formula $+$
16547 \end_inset
16548
16549
16550 \end_layout
16551
16552 \end_inset
16553 </cell>
16554 </row>
16555 <row>
16556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16557 \begin_inset Text
16558
16559 \begin_layout Plain Layout
16560 -
16561 \end_layout
16562
16563 \end_inset
16564 </cell>
16565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16566 \begin_inset Text
16567
16568 \begin_layout Plain Layout
16569 \begin_inset Formula $-$
16570 \end_inset
16571
16572
16573 \end_layout
16574
16575 \end_inset
16576 </cell>
16577 </row>
16578 <row>
16579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Plain Layout
16583
16584 \backslash
16585 pm
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594 \begin_inset Formula $\pm$
16595 \end_inset
16596
16597
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 </row>
16603 <row>
16604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Plain Layout
16608
16609 \backslash
16610 mp
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Plain Layout
16619 \begin_inset Formula $\mp$
16620 \end_inset
16621
16622
16623 \end_layout
16624
16625 \end_inset
16626 </cell>
16627 </row>
16628 <row>
16629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16630 \begin_inset Text
16631
16632 \begin_layout Plain Layout
16633
16634 \backslash
16635 cdot
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16641 \begin_inset Text
16642
16643 \begin_layout Plain Layout
16644 \begin_inset Formula $\cdot$
16645 \end_inset
16646
16647
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 </row>
16653 <row>
16654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Plain Layout
16658
16659 \backslash
16660 times
16661 \end_layout
16662
16663 \end_inset
16664 </cell>
16665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Plain Layout
16669 \begin_inset Formula $\times$
16670 \end_inset
16671
16672
16673 \end_layout
16674
16675 \end_inset
16676 </cell>
16677 </row>
16678 <row>
16679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683
16684 \backslash
16685 div
16686 \end_layout
16687
16688 \end_inset
16689 </cell>
16690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Plain Layout
16694 \begin_inset Formula $\div$
16695 \end_inset
16696
16697
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 </row>
16703 <row>
16704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16705 \begin_inset Text
16706
16707 \begin_layout Plain Layout
16708 \begin_inset ERT
16709 status collapsed
16710
16711 \begin_layout Plain Layout
16712
16713
16714 \backslash
16715 raisebox{-1.2mm}{
16716 \end_layout
16717
16718 \end_inset
16719
16720 *
16721 \begin_inset ERT
16722 status collapsed
16723
16724 \begin_layout Plain Layout
16725
16726 }
16727 \end_layout
16728
16729 \end_inset
16730
16731
16732 \end_layout
16733
16734 \end_inset
16735 </cell>
16736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16737 \begin_inset Text
16738
16739 \begin_layout Plain Layout
16740 \begin_inset Formula $*$
16741 \end_inset
16742
16743
16744 \end_layout
16745
16746 \end_inset
16747 </cell>
16748 </row>
16749 <row>
16750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16751 \begin_inset Text
16752
16753 \begin_layout Plain Layout
16754
16755 \backslash
16756 star
16757 \end_layout
16758
16759 \end_inset
16760 </cell>
16761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16762 \begin_inset Text
16763
16764 \begin_layout Plain Layout
16765 \begin_inset Formula $\star$
16766 \end_inset
16767
16768
16769 \end_layout
16770
16771 \end_inset
16772 </cell>
16773 </row>
16774 <row>
16775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16776 \begin_inset Text
16777
16778 \begin_layout Plain Layout
16779
16780 \backslash
16781 circ
16782 \end_layout
16783
16784 \end_inset
16785 </cell>
16786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16787 \begin_inset Text
16788
16789 \begin_layout Plain Layout
16790 \begin_inset Formula $\circ$
16791 \end_inset
16792
16793
16794 \end_layout
16795
16796 \end_inset
16797 </cell>
16798 </row>
16799 <row>
16800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16801 \begin_inset Text
16802
16803 \begin_layout Plain Layout
16804
16805 \backslash
16806 diamond
16807 \end_layout
16808
16809 \end_inset
16810 </cell>
16811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16812 \begin_inset Text
16813
16814 \begin_layout Plain Layout
16815 \begin_inset Formula $\diamond$
16816 \end_inset
16817
16818
16819 \end_layout
16820
16821 \end_inset
16822 </cell>
16823 </row>
16824 <row>
16825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16826 \begin_inset Text
16827
16828 \begin_layout Plain Layout
16829
16830 \backslash
16831 bullet
16832 \end_layout
16833
16834 \end_inset
16835 </cell>
16836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Plain Layout
16840 \begin_inset Formula $\bullet$
16841 \end_inset
16842
16843
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 </row>
16849 </lyxtabular>
16850
16851 \end_inset
16852
16853
16854 \begin_inset space \hfill{}
16855 \end_inset
16856
16857
16858 \begin_inset Tabular
16859 <lyxtabular version="3" rows="13" columns="2">
16860 <features>
16861 <column alignment="center" valignment="top" width="0pt">
16862 <column alignment="center" valignment="top" width="0pt">
16863 <row>
16864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Plain Layout
16868 Comando
16869 \end_layout
16870
16871 \end_inset
16872 </cell>
16873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16874 \begin_inset Text
16875
16876 \begin_layout Plain Layout
16877 Operador
16878 \end_layout
16879
16880 \end_inset
16881 </cell>
16882 </row>
16883 <row>
16884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16885 \begin_inset Text
16886
16887 \begin_layout Plain Layout
16888
16889 \backslash
16890 nabla
16891 \end_layout
16892
16893 \end_inset
16894 </cell>
16895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16896 \begin_inset Text
16897
16898 \begin_layout Plain Layout
16899 \begin_inset Formula $\nabla$
16900 \end_inset
16901
16902
16903 \end_layout
16904
16905 \end_inset
16906 </cell>
16907 </row>
16908 <row>
16909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16910 \begin_inset Text
16911
16912 \begin_layout Plain Layout
16913
16914 \backslash
16915 bigtriangledown
16916 \end_layout
16917
16918 \end_inset
16919 </cell>
16920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924 \begin_inset Formula $\bigtriangledown$
16925 \end_inset
16926
16927
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 </row>
16933 <row>
16934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16935 \begin_inset Text
16936
16937 \begin_layout Plain Layout
16938
16939 \backslash
16940 bigtriangleup
16941 \end_layout
16942
16943 \end_inset
16944 </cell>
16945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16946 \begin_inset Text
16947
16948 \begin_layout Plain Layout
16949 \begin_inset Formula $\bigtriangleup$
16950 \end_inset
16951
16952
16953 \end_layout
16954
16955 \end_inset
16956 </cell>
16957 </row>
16958 <row>
16959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16960 \begin_inset Text
16961
16962 \begin_layout Plain Layout
16963
16964 \backslash
16965 Box
16966 \end_layout
16967
16968 \end_inset
16969 </cell>
16970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16971 \begin_inset Text
16972
16973 \begin_layout Plain Layout
16974 \begin_inset Formula $\Box$
16975 \end_inset
16976
16977
16978 \end_layout
16979
16980 \end_inset
16981 </cell>
16982 </row>
16983 <row>
16984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16985 \begin_inset Text
16986
16987 \begin_layout Plain Layout
16988
16989 \backslash
16990 cap 
16991 \end_layout
16992
16993 \end_inset
16994 </cell>
16995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16996 \begin_inset Text
16997
16998 \begin_layout Plain Layout
16999 \begin_inset Formula $\cap$
17000 \end_inset
17001
17002
17003 \end_layout
17004
17005 \end_inset
17006 </cell>
17007 </row>
17008 <row>
17009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17010 \begin_inset Text
17011
17012 \begin_layout Plain Layout
17013
17014 \backslash
17015 cup
17016 \end_layout
17017
17018 \end_inset
17019 </cell>
17020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17021 \begin_inset Text
17022
17023 \begin_layout Plain Layout
17024 \begin_inset Formula $\cup$
17025 \end_inset
17026
17027
17028 \end_layout
17029
17030 \end_inset
17031 </cell>
17032 </row>
17033 <row>
17034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17035 \begin_inset Text
17036
17037 \begin_layout Plain Layout
17038
17039 \backslash
17040 dagger
17041 \end_layout
17042
17043 \end_inset
17044 </cell>
17045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17046 \begin_inset Text
17047
17048 \begin_layout Plain Layout
17049 \begin_inset Formula $\dagger$
17050 \end_inset
17051
17052
17053 \end_layout
17054
17055 \end_inset
17056 </cell>
17057 </row>
17058 <row>
17059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17060 \begin_inset Text
17061
17062 \begin_layout Plain Layout
17063
17064 \backslash
17065 ddagger
17066 \end_layout
17067
17068 \end_inset
17069 </cell>
17070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17071 \begin_inset Text
17072
17073 \begin_layout Plain Layout
17074 \begin_inset Formula $\ddagger$
17075 \end_inset
17076
17077
17078 \end_layout
17079
17080 \end_inset
17081 </cell>
17082 </row>
17083 <row>
17084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17085 \begin_inset Text
17086
17087 \begin_layout Plain Layout
17088
17089 \backslash
17090 wr
17091 \end_layout
17092
17093 \end_inset
17094 </cell>
17095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17096 \begin_inset Text
17097
17098 \begin_layout Plain Layout
17099 \begin_inset Formula $\wr$
17100 \end_inset
17101
17102
17103 \end_layout
17104
17105 \end_inset
17106 </cell>
17107 </row>
17108 <row>
17109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17110 \begin_inset Text
17111
17112 \begin_layout Plain Layout
17113
17114 \backslash
17115 bigcirc
17116 \end_layout
17117
17118 \end_inset
17119 </cell>
17120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17121 \begin_inset Text
17122
17123 \begin_layout Plain Layout
17124 \begin_inset Formula $\bigcirc$
17125 \end_inset
17126
17127
17128 \end_layout
17129
17130 \end_inset
17131 </cell>
17132 </row>
17133 <row>
17134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138
17139 \backslash
17140 wedge
17141 \end_layout
17142
17143 \end_inset
17144 </cell>
17145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17146 \begin_inset Text
17147
17148 \begin_layout Plain Layout
17149 \begin_inset Formula $\wedge$
17150 \end_inset
17151
17152
17153 \end_layout
17154
17155 \end_inset
17156 </cell>
17157 </row>
17158 <row>
17159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17160 \begin_inset Text
17161
17162 \begin_layout Plain Layout
17163
17164 \backslash
17165 vee
17166 \end_layout
17167
17168 \end_inset
17169 </cell>
17170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17171 \begin_inset Text
17172
17173 \begin_layout Plain Layout
17174 \begin_inset Formula $\vee$
17175 \end_inset
17176
17177
17178 \end_layout
17179
17180 \end_inset
17181 </cell>
17182 </row>
17183 </lyxtabular>
17184
17185 \end_inset
17186
17187
17188 \begin_inset space \hfill{}
17189 \end_inset
17190
17191
17192 \begin_inset Tabular
17193 <lyxtabular version="3" rows="13" columns="2">
17194 <features>
17195 <column alignment="center" valignment="top" width="0pt">
17196 <column alignment="center" valignment="top" width="0pt">
17197 <row>
17198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17199 \begin_inset Text
17200
17201 \begin_layout Plain Layout
17202 Comando
17203 \end_layout
17204
17205 \end_inset
17206 </cell>
17207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17208 \begin_inset Text
17209
17210 \begin_layout Plain Layout
17211 Operador
17212 \end_layout
17213
17214 \end_inset
17215 </cell>
17216 </row>
17217 <row>
17218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17219 \begin_inset Text
17220
17221 \begin_layout Plain Layout
17222
17223 \backslash
17224 oplus
17225 \end_layout
17226
17227 \end_inset
17228 </cell>
17229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17230 \begin_inset Text
17231
17232 \begin_layout Plain Layout
17233 \begin_inset Formula $\oplus$
17234 \end_inset
17235
17236
17237 \end_layout
17238
17239 \end_inset
17240 </cell>
17241 </row>
17242 <row>
17243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17244 \begin_inset Text
17245
17246 \begin_layout Plain Layout
17247
17248 \backslash
17249 ominus
17250 \end_layout
17251
17252 \end_inset
17253 </cell>
17254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17255 \begin_inset Text
17256
17257 \begin_layout Plain Layout
17258 \begin_inset Formula $\ominus$
17259 \end_inset
17260
17261
17262 \end_layout
17263
17264 \end_inset
17265 </cell>
17266 </row>
17267 <row>
17268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17269 \begin_inset Text
17270
17271 \begin_layout Plain Layout
17272
17273 \backslash
17274 otimes
17275 \end_layout
17276
17277 \end_inset
17278 </cell>
17279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17280 \begin_inset Text
17281
17282 \begin_layout Plain Layout
17283 \begin_inset Formula $\otimes$
17284 \end_inset
17285
17286
17287 \end_layout
17288
17289 \end_inset
17290 </cell>
17291 </row>
17292 <row>
17293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17294 \begin_inset Text
17295
17296 \begin_layout Plain Layout
17297
17298 \backslash
17299 oslash
17300 \end_layout
17301
17302 \end_inset
17303 </cell>
17304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17305 \begin_inset Text
17306
17307 \begin_layout Plain Layout
17308 \begin_inset Formula $\oslash$
17309 \end_inset
17310
17311
17312 \end_layout
17313
17314 \end_inset
17315 </cell>
17316 </row>
17317 <row>
17318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17319 \begin_inset Text
17320
17321 \begin_layout Plain Layout
17322
17323 \backslash
17324 odot
17325 \end_layout
17326
17327 \end_inset
17328 </cell>
17329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17330 \begin_inset Text
17331
17332 \begin_layout Plain Layout
17333 \begin_inset Formula $\odot$
17334 \end_inset
17335
17336
17337 \end_layout
17338
17339 \end_inset
17340 </cell>
17341 </row>
17342 <row>
17343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17344 \begin_inset Text
17345
17346 \begin_layout Plain Layout
17347
17348 \backslash
17349 amalg
17350 \end_layout
17351
17352 \end_inset
17353 </cell>
17354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17355 \begin_inset Text
17356
17357 \begin_layout Plain Layout
17358 \begin_inset Formula $\amalg$
17359 \end_inset
17360
17361
17362 \end_layout
17363
17364 \end_inset
17365 </cell>
17366 </row>
17367 <row>
17368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17369 \begin_inset Text
17370
17371 \begin_layout Plain Layout
17372
17373 \backslash
17374 uplus
17375 \end_layout
17376
17377 \end_inset
17378 </cell>
17379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17380 \begin_inset Text
17381
17382 \begin_layout Plain Layout
17383 \begin_inset Formula $\uplus$
17384 \end_inset
17385
17386
17387 \end_layout
17388
17389 \end_inset
17390 </cell>
17391 </row>
17392 <row>
17393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17394 \begin_inset Text
17395
17396 \begin_layout Plain Layout
17397
17398 \backslash
17399 setminus
17400 \end_layout
17401
17402 \end_inset
17403 </cell>
17404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17405 \begin_inset Text
17406
17407 \begin_layout Plain Layout
17408 \begin_inset Formula $\setminus$
17409 \end_inset
17410
17411
17412 \end_layout
17413
17414 \end_inset
17415 </cell>
17416 </row>
17417 <row>
17418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17419 \begin_inset Text
17420
17421 \begin_layout Plain Layout
17422
17423 \backslash
17424 sqcap
17425 \end_layout
17426
17427 \end_inset
17428 </cell>
17429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17430 \begin_inset Text
17431
17432 \begin_layout Plain Layout
17433 \begin_inset Formula $\sqcap$
17434 \end_inset
17435
17436
17437 \end_layout
17438
17439 \end_inset
17440 </cell>
17441 </row>
17442 <row>
17443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17444 \begin_inset Text
17445
17446 \begin_layout Plain Layout
17447
17448 \backslash
17449 sqcup
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17455 \begin_inset Text
17456
17457 \begin_layout Plain Layout
17458 \begin_inset Formula $\sqcup$
17459 \end_inset
17460
17461
17462 \end_layout
17463
17464 \end_inset
17465 </cell>
17466 </row>
17467 <row>
17468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17469 \begin_inset Text
17470
17471 \begin_layout Plain Layout
17472
17473 \backslash
17474 triangleleft
17475 \end_layout
17476
17477 \end_inset
17478 </cell>
17479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17480 \begin_inset Text
17481
17482 \begin_layout Plain Layout
17483 \begin_inset Formula $\triangleleft$
17484 \end_inset
17485
17486
17487 \end_layout
17488
17489 \end_inset
17490 </cell>
17491 </row>
17492 <row>
17493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17494 \begin_inset Text
17495
17496 \begin_layout Plain Layout
17497
17498 \backslash
17499 triangleright
17500 \end_layout
17501
17502 \end_inset
17503 </cell>
17504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17505 \begin_inset Text
17506
17507 \begin_layout Plain Layout
17508 \begin_inset Formula $\triangleright$
17509 \end_inset
17510
17511
17512 \end_layout
17513
17514 \end_inset
17515 </cell>
17516 </row>
17517 </lyxtabular>
17518
17519 \end_inset
17520
17521
17522 \begin_inset space \hfill{}
17523 \end_inset
17524
17525
17526 \end_layout
17527
17528 \begin_layout Standard
17529 Todos los operadores binarios se pueden insertar también con el botón 
17530 \begin_inset Graphics
17531         filename ../../images/math/pm.png
17532         scale 85
17533
17534 \end_inset
17535
17536  de la barra de ecuaciones.
17537 \end_layout
17538
17539 \begin_layout Standard
17540 Para imprimir el operador Laplace se pueden usar 
17541 \series bold
17542
17543 \backslash
17544 Delta
17545 \series default
17546  o 
17547 \series bold
17548
17549 \backslash
17550 nabla
17551 \series default
17552 ^
17553 \series bold
17554 2
17555 \series default
17556  (
17557 \begin_inset Formula $\nabla^{2}$
17558 \end_inset
17559
17560 ) en vez de 
17561 \series bold
17562
17563 \backslash
17564 bigtriangleup
17565 \series default
17566 .
17567 \end_layout
17568
17569 \begin_layout Standard
17570 El carácter 
17571 \family sans
17572 Separador de menú
17573 \family default
17574  del menú 
17575 \family sans
17576 Insertar\SpecialChar \menuseparator
17577 Carácter especial
17578 \family default
17579  es el operador 
17580 \series bold
17581
17582 \backslash
17583 triangleright
17584 \series default
17585 .
17586 \end_layout
17587
17588 \begin_layout Subsection
17589 Operadores definidos por el usuario
17590 \begin_inset CommandInset label
17591 LatexCommand label
17592 name "sub:Operadores-de-usuario"
17593
17594 \end_inset
17595
17596
17597 \begin_inset Index
17598 status collapsed
17599
17600 \begin_layout Plain Layout
17601 Operadores ! personalizados
17602 \end_layout
17603
17604 \end_inset
17605
17606
17607 \end_layout
17608
17609 \begin_layout Standard
17610 Con ayuda del comando 
17611 \series bold
17612
17613 \backslash
17614 DeclareMathOperator
17615 \series default
17616
17617 \begin_inset Index
17618 status collapsed
17619
17620 \begin_layout Plain Layout
17621 Comandos ! D ! 
17622 \backslash
17623 dbinom@
17624 \backslash
17625 DeclareMathOperator
17626 \end_layout
17627
17628 \end_inset
17629
17630  se pueden definir operadores personalizados en el preámbulo LaTeX.
17631  Su esquema es:
17632 \end_layout
17633
17634 \begin_layout Standard
17635
17636 \series bold
17637
17638 \backslash
17639 DeclareMathOperator{comando nuevo}{presentación}
17640 \end_layout
17641
17642 \begin_layout Standard
17643 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17644  en la salida.
17645  Para definir un operador grande hay que añadirle un * detrás.
17646  Todos los operadores grandes personalizados pueden tener límites como se
17647  describe en 
17648 \begin_inset CommandInset ref
17649 LatexCommand ref
17650 reference "sub:Límites-de-operadores"
17651
17652 \end_inset
17653
17654 .
17655 \end_layout
17656
17657 \begin_layout Standard
17658 Por ejemplo, la línea en el preámbulo LaTeX
17659 \end_layout
17660
17661 \begin_layout Standard
17662
17663 \series bold
17664
17665 \backslash
17666 DeclareMathOperator*{
17667 \backslash
17668 Lozenge}{
17669 \backslash
17670 blacklozenge}
17671 \end_layout
17672
17673 \begin_layout Standard
17674 define el comando 
17675 \series bold
17676
17677 \backslash
17678 Lozenge
17679 \series default
17680 , que inserta un operador grande que es el símbolo blacklozenge de la 
17681 \begin_inset CommandInset ref
17682 LatexCommand ref
17683 reference "sub:Símbolos-misceláneos"
17684
17685 \end_inset
17686
17687 .
17688 \begin_inset Formula \[
17689 \Lozenge_{n=1}^{\infty}\]
17690
17691 \end_inset
17692
17693 El comando para esta expresión es: 
17694 \series bold
17695
17696 \backslash
17697 Lozenge^
17698 \backslash
17699 infty
17700 \begin_inset Formula $\rightarrow$
17701 \end_inset
17702
17703 _n=1
17704 \begin_inset VSpace bigskip
17705 \end_inset
17706
17707
17708 \end_layout
17709
17710 \begin_layout Standard
17711 Si los operadores personalizados no se van a usar varias veces en el documento,
17712  se pueden también definir con los comandos 
17713 \series bold
17714
17715 \backslash
17716 mathop
17717 \series default
17718
17719 \begin_inset Index
17720 status collapsed
17721
17722 \begin_layout Plain Layout
17723 Comandos ! M ! 
17724 \backslash
17725 mathop
17726 \end_layout
17727
17728 \end_inset
17729
17730  y 
17731 \series bold
17732
17733 \backslash
17734 mathbin
17735 \series default
17736
17737 \begin_inset Index
17738 status collapsed
17739
17740 \begin_layout Plain Layout
17741 Comandos ! M ! 
17742 \backslash
17743 mathbin
17744 \end_layout
17745
17746 \end_inset
17747
17748 , con el siguiente esquema:
17749 \end_layout
17750
17751 \begin_layout Standard
17752
17753 \series bold
17754
17755 \backslash
17756 mathop{presentación}
17757 \series default
17758  y 
17759 \series bold
17760
17761 \backslash
17762 mathbin{presentación}
17763 \end_layout
17764
17765 \begin_layout Standard
17766
17767 \series bold
17768
17769 \backslash
17770 mathop
17771 \series default
17772  define operadores grandes, 
17773 \series bold
17774
17775 \backslash
17776 mathbin
17777 \series default
17778  operadores binarios.
17779 \end_layout
17780
17781 \begin_layout Standard
17782
17783 \series bold
17784
17785 \backslash
17786 mathop
17787 \series default
17788  se puede usar, p.e., para poner un límite a varios operadores:
17789 \begin_inset Formula \[
17790 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17791
17792 \end_inset
17793
17794
17795 \end_layout
17796
17797 \begin_layout Standard
17798 El comando para la expresión anterior es:
17799 \begin_inset Newline newline
17800 \end_inset
17801
17802
17803 \series bold
17804
17805 \backslash
17806 mathop{
17807 \backslash
17808 sum
17809 \backslash
17810 negmedspace
17811 \backslash
17812 sum
17813 \series default
17814
17815 \begin_inset ERT
17816 status collapsed
17817
17818 \begin_layout Plain Layout
17819
17820
17821 \backslash
17822 spce 
17823 \end_layout
17824
17825 \end_inset
17826
17827
17828 \series bold
17829
17830 \begin_inset Formula $\to$
17831 \end_inset
17832
17833 ^N
17834 \series default
17835
17836 \begin_inset ERT
17837 status collapsed
17838
17839 \begin_layout Plain Layout
17840
17841
17842 \backslash
17843 spce 
17844 \end_layout
17845
17846 \end_inset
17847
17848
17849 \series bold
17850 _i,j=1
17851 \end_layout
17852
17853 \begin_layout Section
17854 Fuentes
17855 \begin_inset Index
17856 status collapsed
17857
17858 \begin_layout Plain Layout
17859 Fuentes
17860 \end_layout
17861
17862 \end_inset
17863
17864
17865 \end_layout
17866
17867 \begin_layout Subsection
17868 Estilos de fuentes
17869 \begin_inset CommandInset label
17870 LatexCommand label
17871 name "sub:Estilos-de-fuentes"
17872
17873 \end_inset
17874
17875
17876 \begin_inset Index
17877 status collapsed
17878
17879 \begin_layout Plain Layout
17880 Fuentes ! estilos de
17881 \end_layout
17882
17883 \end_inset
17884
17885
17886 \end_layout
17887
17888 \begin_layout Standard
17889 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
17890  estilos:
17891 \end_layout
17892
17893 \begin_layout Standard
17894 \begin_inset VSpace -2mm
17895 \end_inset
17896
17897
17898 \end_layout
17899
17900 \begin_layout Standard
17901 \align center
17902 \begin_inset Tabular
17903 <lyxtabular version="3" rows="6" columns="3">
17904 <features>
17905 <column alignment="center" valignment="top" width="0">
17906 <column alignment="center" valignment="top" width="0">
17907 <column alignment="center" valignment="top" width="0">
17908 <row>
17909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17910 \begin_inset Text
17911
17912 \begin_layout Plain Layout
17913 Comando
17914 \end_layout
17915
17916 \end_inset
17917 </cell>
17918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17919 \begin_inset Text
17920
17921 \begin_layout Plain Layout
17922 Resultado
17923 \end_layout
17924
17925 \end_inset
17926 </cell>
17927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17928 \begin_inset Text
17929
17930 \begin_layout Plain Layout
17931 atajo
17932 \end_layout
17933
17934 \end_inset
17935 </cell>
17936 </row>
17937 <row>
17938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17939 \begin_inset Text
17940
17941 \begin_layout Plain Layout
17942
17943 \backslash
17944 mathbb
17945 \series bold
17946
17947 \begin_inset ERT
17948 status collapsed
17949
17950 \begin_layout Plain Layout
17951
17952
17953 \backslash
17954 spce 
17955 \end_layout
17956
17957 \end_inset
17958
17959
17960 \series default
17961 ABC
17962 \end_layout
17963
17964 \end_inset
17965 </cell>
17966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17967 \begin_inset Text
17968
17969 \begin_layout Plain Layout
17970 \begin_inset Formula $\mathbb{ABC}$
17971 \end_inset
17972
17973
17974 \end_layout
17975
17976 \end_inset
17977 </cell>
17978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17979 \begin_inset Text
17980
17981 \begin_layout Plain Layout
17982 Alt-c c
17983 \end_layout
17984
17985 \end_inset
17986 </cell>
17987 </row>
17988 <row>
17989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17990 \begin_inset Text
17991
17992 \begin_layout Plain Layout
17993
17994 \backslash
17995 mathbf
17996 \series bold
17997
17998 \begin_inset ERT
17999 status collapsed
18000
18001 \begin_layout Plain Layout
18002
18003
18004 \backslash
18005 spce 
18006 \end_layout
18007
18008 \end_inset
18009
18010
18011 \series default
18012 AbC
18013 \end_layout
18014
18015 \end_inset
18016 </cell>
18017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18018 \begin_inset Text
18019
18020 \begin_layout Plain Layout
18021 \begin_inset Formula $\mathbf{AbC}$
18022 \end_inset
18023
18024
18025 \end_layout
18026
18027 \end_inset
18028 </cell>
18029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18030 \begin_inset Text
18031
18032 \begin_layout Plain Layout
18033 Ctrl-b
18034 \end_layout
18035
18036 \end_inset
18037 </cell>
18038 </row>
18039 <row>
18040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18041 \begin_inset Text
18042
18043 \begin_layout Plain Layout
18044
18045 \backslash
18046 boldsymbol
18047 \series bold
18048
18049 \begin_inset ERT
18050 status collapsed
18051
18052 \begin_layout Plain Layout
18053
18054
18055 \backslash
18056 spce 
18057 \end_layout
18058
18059 \end_inset
18060
18061
18062 \series default
18063 AbC
18064 \end_layout
18065
18066 \end_inset
18067 </cell>
18068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18069 \begin_inset Text
18070
18071 \begin_layout Plain Layout
18072 \begin_inset Formula $\boldsymbol{AbC}$
18073 \end_inset
18074
18075
18076 \end_layout
18077
18078 \end_inset
18079 </cell>
18080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18081 \begin_inset Text
18082
18083 \begin_layout Plain Layout
18084 Alt-c b o Ctrl-Alt-b
18085 \end_layout
18086
18087 \end_inset
18088 </cell>
18089 </row>
18090 <row>
18091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18092 \begin_inset Text
18093
18094 \begin_layout Plain Layout
18095
18096 \backslash
18097 mathcal
18098 \series bold
18099
18100 \begin_inset ERT
18101 status collapsed
18102
18103 \begin_layout Plain Layout
18104
18105
18106 \backslash
18107 spce 
18108 \end_layout
18109
18110 \end_inset
18111
18112
18113 \series default
18114 ABC
18115 \end_layout
18116
18117 \end_inset
18118 </cell>
18119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18120 \begin_inset Text
18121
18122 \begin_layout Plain Layout
18123 \begin_inset Formula $\mathcal{ABC}$
18124 \end_inset
18125
18126
18127 \end_layout
18128
18129 \end_inset
18130 </cell>
18131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18132 \begin_inset Text
18133
18134 \begin_layout Plain Layout
18135 Alt-c e
18136 \end_layout
18137
18138 \end_inset
18139 </cell>
18140 </row>
18141 <row>
18142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18143 \begin_inset Text
18144
18145 \begin_layout Plain Layout
18146
18147 \backslash
18148 mathfrak
18149 \series bold
18150
18151 \begin_inset ERT
18152 status collapsed
18153
18154 \begin_layout Plain Layout
18155
18156
18157 \backslash
18158 spce 
18159 \end_layout
18160
18161 \end_inset
18162
18163
18164 \series default
18165 AbC
18166 \end_layout
18167
18168 \end_inset
18169 </cell>
18170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18171 \begin_inset Text
18172
18173 \begin_layout Plain Layout
18174 \begin_inset Formula $\mathfrak{AbC}$
18175 \end_inset
18176
18177
18178 \end_layout
18179
18180 \end_inset
18181 </cell>
18182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18183 \begin_inset Text
18184
18185 \begin_layout Plain Layout
18186 -
18187 \end_layout
18188
18189 \end_inset
18190 </cell>
18191 </row>
18192 </lyxtabular>
18193
18194 \end_inset
18195
18196
18197 \end_layout
18198
18199 \begin_layout Standard
18200 \align center
18201 \begin_inset Tabular
18202 <lyxtabular version="3" rows="5" columns="3">
18203 <features>
18204 <column alignment="center" valignment="top" width="0">
18205 <column alignment="center" valignment="top" width="0">
18206 <column alignment="center" valignment="top" width="0">
18207 <row>
18208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18209 \begin_inset Text
18210
18211 \begin_layout Plain Layout
18212 Comando
18213 \end_layout
18214
18215 \end_inset
18216 </cell>
18217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18218 \begin_inset Text
18219
18220 \begin_layout Plain Layout
18221 Resultado
18222 \end_layout
18223
18224 \end_inset
18225 </cell>
18226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18227 \begin_inset Text
18228
18229 \begin_layout Plain Layout
18230 atajo
18231 \end_layout
18232
18233 \end_inset
18234 </cell>
18235 </row>
18236 <row>
18237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18238 \begin_inset Text
18239
18240 \begin_layout Plain Layout
18241
18242 \backslash
18243 mathit
18244 \series bold
18245
18246 \begin_inset ERT
18247 status collapsed
18248
18249 \begin_layout Plain Layout
18250
18251
18252 \backslash
18253 spce 
18254 \end_layout
18255
18256 \end_inset
18257
18258
18259 \series default
18260 AbC
18261 \end_layout
18262
18263 \end_inset
18264 </cell>
18265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18266 \begin_inset Text
18267
18268 \begin_layout Plain Layout
18269 \begin_inset Formula $\mathit{AbC}$
18270 \end_inset
18271
18272
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18278 \begin_inset Text
18279
18280 \begin_layout Plain Layout
18281 -
18282 \end_layout
18283
18284 \end_inset
18285 </cell>
18286 </row>
18287 <row>
18288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18289 \begin_inset Text
18290
18291 \begin_layout Plain Layout
18292
18293 \backslash
18294 mathrm
18295 \series bold
18296
18297 \begin_inset ERT
18298 status collapsed
18299
18300 \begin_layout Plain Layout
18301
18302
18303 \backslash
18304 spce 
18305 \end_layout
18306
18307 \end_inset
18308
18309
18310 \series default
18311 AbC
18312 \end_layout
18313
18314 \end_inset
18315 </cell>
18316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18317 \begin_inset Text
18318
18319 \begin_layout Plain Layout
18320 \begin_inset Formula $\mathrm{AbC}$
18321 \end_inset
18322
18323
18324 \end_layout
18325
18326 \end_inset
18327 </cell>
18328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18329 \begin_inset Text
18330
18331 \begin_layout Plain Layout
18332 Alt-c r
18333 \end_layout
18334
18335 \end_inset
18336 </cell>
18337 </row>
18338 <row>
18339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18340 \begin_inset Text
18341
18342 \begin_layout Plain Layout
18343
18344 \backslash
18345 mathsf
18346 \series bold
18347
18348 \begin_inset ERT
18349 status collapsed
18350
18351 \begin_layout Plain Layout
18352
18353
18354 \backslash
18355 spce 
18356 \end_layout
18357
18358 \end_inset
18359
18360
18361 \series default
18362 AbC
18363 \end_layout
18364
18365 \end_inset
18366 </cell>
18367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18368 \begin_inset Text
18369
18370 \begin_layout Plain Layout
18371 \begin_inset Formula $\mathsf{AbC}$
18372 \end_inset
18373
18374
18375 \end_layout
18376
18377 \end_inset
18378 </cell>
18379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18380 \begin_inset Text
18381
18382 \begin_layout Plain Layout
18383 Alt-c s
18384 \end_layout
18385
18386 \end_inset
18387 </cell>
18388 </row>
18389 <row>
18390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18391 \begin_inset Text
18392
18393 \begin_layout Plain Layout
18394
18395 \backslash
18396 mathtt
18397 \series bold
18398
18399 \begin_inset ERT
18400 status collapsed
18401
18402 \begin_layout Plain Layout
18403
18404
18405 \backslash
18406 spce 
18407 \end_layout
18408
18409 \end_inset
18410
18411
18412 \series default
18413 AbC
18414 \end_layout
18415
18416 \end_inset
18417 </cell>
18418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18419 \begin_inset Text
18420
18421 \begin_layout Plain Layout
18422 \begin_inset Formula $\mathtt{AbC}$
18423 \end_inset
18424
18425
18426 \end_layout
18427
18428 \end_inset
18429 </cell>
18430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18431 \begin_inset Text
18432
18433 \begin_layout Plain Layout
18434 Alt-c p
18435 \end_layout
18436
18437 \end_inset
18438 </cell>
18439 </row>
18440 </lyxtabular>
18441
18442 \end_inset
18443
18444
18445 \end_layout
18446
18447 \begin_layout Standard
18448 \begin_inset Note Greyedout
18449 status open
18450
18451 \begin_layout Plain Layout
18452
18453 \series bold
18454 Nota
18455 \series default
18456 : Los estilos 
18457 \series bold
18458
18459 \backslash
18460 mathbb
18461 \series default
18462  y 
18463 \series bold
18464
18465 \backslash
18466 mathcal
18467 \series default
18468  sólo se aplican a letras mayúsculas.
18469 \end_layout
18470
18471 \end_inset
18472
18473
18474 \end_layout
18475
18476 \begin_layout Standard
18477 El estilo predeterminado es 
18478 \series bold
18479
18480 \backslash
18481 mathnormal
18482 \series default
18483 .
18484 \end_layout
18485
18486 \begin_layout Standard
18487 Los comandos de estilo funcionan también en estructuras matemáticas:
18488 \begin_inset Formula \[
18489 \mathfrak{A=\frac{b}{C}}\]
18490
18491 \end_inset
18492
18493
18494 \end_layout
18495
18496 \begin_layout Standard
18497 Los caracteres en texto matemático no aparecen en un estilo de letra de
18498  ecuaciones sino en el estilo 
18499 \series bold
18500
18501 \backslash
18502 textrm
18503 \series default
18504 .
18505  Este estilo no se puede poner correctamente con el diálogo de estilo de
18506  texto por un fallo de LyX.
18507 \begin_inset Foot
18508 status collapsed
18509
18510 \begin_layout Plain Layout
18511 \begin_inset CommandInset href
18512 LatexCommand href
18513 name "LyX-bug #4091"
18514 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18515
18516 \end_inset
18517
18518
18519 \end_layout
18520
18521 \end_inset
18522
18523
18524 \end_layout
18525
18526 \begin_layout Standard
18527 En vez de comandos se puede usar el menú 
18528 \family sans
18529 Editar\SpecialChar \menuseparator
18530 Ecuación\SpecialChar \menuseparator
18531 Estilo del texto
18532 \family default
18533  o el botón 
18534 \begin_inset Graphics
18535         filename ../../images/math/font.png
18536         scale 85
18537
18538 \end_inset
18539
18540 .
18541 \end_layout
18542
18543 \begin_layout Subsection
18544 Ecuaciones en negrita
18545 \begin_inset CommandInset label
18546 LatexCommand label
18547 name "sub:Ecuaciones-en-negrita"
18548
18549 \end_inset
18550
18551
18552 \begin_inset Index
18553 status collapsed
18554
18555 \begin_layout Plain Layout
18556 Ecuación ! en negrita
18557 \end_layout
18558
18559 \end_inset
18560
18561
18562 \end_layout
18563
18564 \begin_layout Standard
18565 Para poner en negrita una ecuación completa no se puede usar el comando
18566  
18567 \series bold
18568
18569 \backslash
18570 mathbf
18571 \series default
18572 , porque no funciona con minúsculas griegas.
18573  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18574 \begin_inset Formula \[
18575 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}\]
18576
18577 \end_inset
18578
18579
18580 \end_layout
18581
18582 \begin_layout Standard
18583 Para presentar la ecuación correctamente se usa el comando 
18584 \series bold
18585 boldsymbol
18586 \series default
18587 :
18588 \begin_inset Formula \[
18589 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}\]
18590
18591 \end_inset
18592
18593
18594 \end_layout
18595
18596 \begin_layout Standard
18597 También es posible poner la fórmula en un 
18598 \series bold
18599 entorno boldmath
18600 \series default
18601 , que se inserta con el comando 
18602 \series bold
18603
18604 \backslash
18605 boldmath
18606 \series default
18607
18608 \begin_inset Index
18609 status collapsed
18610
18611 \begin_layout Plain Layout
18612 Comandos ! B ! 
18613 \backslash
18614 boldmath
18615 \end_layout
18616
18617 \end_inset
18618
18619  en modo TeX.
18620  Para finalizar el entorno se usa el comando 
18621 \series bold
18622
18623 \backslash
18624 unboldmath
18625 \series default
18626
18627 \begin_inset Index
18628 status collapsed
18629
18630 \begin_layout Plain Layout
18631 Comandos ! U ! 
18632 \backslash
18633 unboldmath
18634 \end_layout
18635
18636 \end_inset
18637
18638  en modo TeX.
18639 \begin_inset ERT
18640 status collapsed
18641
18642 \begin_layout Plain Layout
18643
18644
18645 \backslash
18646 boldmath
18647 \end_layout
18648
18649 \end_inset
18650
18651
18652 \begin_inset Formula \[
18653 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}\]
18654
18655 \end_inset
18656
18657
18658 \end_layout
18659
18660 \begin_layout Standard
18661 \begin_inset ERT
18662 status collapsed
18663
18664 \begin_layout Plain Layout
18665
18666
18667 \backslash
18668 unboldmath
18669 \end_layout
18670
18671 \end_inset
18672
18673
18674 \end_layout
18675
18676 \begin_layout Subsection
18677 Tamaños de fuentes
18678 \begin_inset CommandInset label
18679 LatexCommand label
18680 name "sub:Tamaños-de-fuentes"
18681
18682 \end_inset
18683
18684
18685 \begin_inset Index
18686 status collapsed
18687
18688 \begin_layout Plain Layout
18689 Fuentes ! tamaño
18690 \end_layout
18691
18692 \end_inset
18693
18694
18695 \end_layout
18696
18697 \begin_layout Standard
18698 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
18699  siguientes comandos de tamaño:
18700 \end_layout
18701
18702 \begin_layout Standard
18703
18704 \series bold
18705
18706 \backslash
18707 Huge
18708 \series default
18709
18710 \series bold
18711
18712 \backslash
18713 huge
18714 \series default
18715
18716 \series bold
18717
18718 \backslash
18719 LARGE
18720 \series default
18721
18722 \series bold
18723
18724 \backslash
18725 Large
18726 \series default
18727
18728 \series bold
18729
18730 \backslash
18731 large
18732 \series default
18733
18734 \series bold
18735
18736 \backslash
18737 normalsize
18738 \series default
18739
18740 \series bold
18741
18742 \backslash
18743 small
18744 \series default
18745 ,
18746 \begin_inset Newline newline
18747 \end_inset
18748
18749
18750 \series bold
18751
18752 \backslash
18753 footnotesize
18754 \series default
18755
18756 \series bold
18757
18758 \backslash
18759 scriptsize
18760 \series default
18761 , y 
18762 \series bold
18763
18764 \backslash
18765 tiny
18766 \end_layout
18767
18768 \begin_layout Standard
18769 El tamaño dado por los comandos depende del tamaño base de la fuente en
18770  el documento, dado por el comando 
18771 \series bold
18772
18773 \backslash
18774 normalsize
18775 \series default
18776 .
18777  Los demás comandos producen tamaños menores o mayores que 
18778 \series bold
18779
18780 \backslash
18781 normalsize
18782 \series default
18783 .
18784  No obstante, puede que el tamaño de fuente no exceda de cierto valor.
18785  Si, por ejemplo, la fuente del documento es de 12
18786 \begin_inset space \thinspace{}
18787 \end_inset
18788
18789 pt, el comando 
18790 \series bold
18791
18792 \backslash
18793 Huge
18794 \series default
18795  da el mismo tamaño que 
18796 \series bold
18797
18798 \backslash
18799 huge
18800 \series default
18801 .
18802 \end_layout
18803
18804 \begin_layout Standard
18805 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
18806  a todas las ecuaciones y texto siguientes.
18807  Para volver al tamaño anterior hay que insertar el comando 
18808 \series bold
18809
18810 \backslash
18811 normalsize
18812 \series default
18813  en modo TeX detrás de la ecuación.
18814  
18815 \end_layout
18816
18817 \begin_layout Standard
18818 Dentro de una fórmula el tamaño sólo se puede cambiar para símbolos o letras
18819  en texto matemático.
18820  Para hacerlo se inserta el comando en texto matemático.
18821  Todos los caracteres siguientes, hasta el final del texto matemático o
18822  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
18823  Dos ejemplos:
18824 \end_layout
18825
18826 \begin_layout Standard
18827 \begin_inset VSpace -2mm
18828 \end_inset
18829
18830
18831 \end_layout
18832
18833 \begin_layout Standard
18834 \begin_inset ERT
18835 status collapsed
18836
18837 \begin_layout Plain Layout
18838
18839
18840 \backslash
18841 huge
18842 \end_layout
18843
18844 \end_inset
18845
18846
18847 \begin_inset Formula \[
18848 A=\frac{B}{c}\cdot\maltese\]
18849
18850 \end_inset
18851
18852
18853 \begin_inset Formula \[
18854 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18855
18856 \end_inset
18857
18858
18859 \end_layout
18860
18861 \begin_layout Standard
18862 \begin_inset ERT
18863 status collapsed
18864
18865 \begin_layout Plain Layout
18866
18867
18868 \backslash
18869 normalsize
18870 \end_layout
18871
18872 \end_inset
18873
18874
18875 \begin_inset VSpace medskip
18876 \end_inset
18877
18878
18879 \end_layout
18880
18881 \begin_layout Standard
18882 Antes de las ecuaciones se ha insertado el comando 
18883 \series bold
18884
18885 \backslash
18886 huge
18887 \series default
18888 .
18889  Para la segunda ecuación el comando es:
18890 \begin_inset Newline newline
18891 \end_inset
18892
18893
18894 \series bold
18895
18896 \backslash
18897 maltese
18898 \begin_inset ERT
18899 status collapsed
18900
18901 \begin_layout Plain Layout
18902
18903
18904 \backslash
18905 spce 
18906 \end_layout
18907
18908 \end_inset
18909
18910 A Alt-m m 
18911 \backslash
18912 Large
18913 \begin_inset ERT
18914 status collapsed
18915
18916 \begin_layout Plain Layout
18917
18918
18919 \backslash
18920 spce 
18921 \end_layout
18922
18923 \end_inset
18924
18925
18926 \backslash
18927 maltese
18928 \begin_inset ERT
18929 status collapsed
18930
18931 \begin_layout Plain Layout
18932
18933
18934 \backslash
18935 spce 
18936 \end_layout
18937
18938 \end_inset
18939
18940
18941 \backslash
18942 textit
18943 \begin_inset ERT
18944 status collapsed
18945
18946 \begin_layout Plain Layout
18947
18948
18949 \backslash
18950 spce 
18951 \end_layout
18952
18953 \end_inset
18954
18955 A
18956 \begin_inset Formula $\to$
18957 \end_inset
18958
18959
18960 \begin_inset Formula $\to$
18961 \end_inset
18962
18963
18964 \begin_inset Newline newline
18965 \end_inset
18966
18967
18968 \begin_inset space \hspace*{}
18969 \length 1cm
18970 \end_inset
18971
18972 Alt-m
18973 \series default
18974  
18975 \series bold
18976
18977 \backslash
18978 tiny
18979 \begin_inset ERT
18980 status collapsed
18981
18982 \begin_layout Plain Layout
18983
18984
18985 \backslash
18986 spce 
18987 \end_layout
18988
18989 \end_inset
18990
18991
18992 \backslash
18993 maltese
18994 \begin_inset ERT
18995 status collapsed
18996
18997 \begin_layout Plain Layout
18998
18999
19000 \backslash
19001 spce 
19002 \end_layout
19003
19004 \end_inset
19005
19006
19007 \backslash
19008 textit
19009 \begin_inset ERT
19010 status collapsed
19011
19012 \begin_layout Plain Layout
19013
19014
19015 \backslash
19016 spce 
19017 \end_layout
19018
19019 \end_inset
19020
19021 A
19022 \end_layout
19023
19024 \begin_layout Standard
19025 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
19026  el tamaño por omisión.
19027 \end_layout
19028
19029 \begin_layout Section
19030 Letras griegas
19031 \begin_inset Index
19032 status collapsed
19033
19034 \begin_layout Plain Layout
19035 Letras griegas
19036 \end_layout
19037
19038 \end_inset
19039
19040
19041 \end_layout
19042
19043 \begin_layout Standard
19044 Todas las letras griegas se pueden insertar además mediante el botón 
19045 \begin_inset Graphics
19046         filename ../../images/math/alpha.png
19047         scale 85
19048
19049 \end_inset
19050
19051  de la barra de ecuaciones.
19052 \end_layout
19053
19054 \begin_layout Subsection
19055 Minúsculas
19056 \begin_inset Index
19057 status collapsed
19058
19059 \begin_layout Plain Layout
19060 Letras griegas ! minúsculas
19061 \end_layout
19062
19063 \end_inset
19064
19065
19066 \end_layout
19067
19068 \begin_layout Standard
19069 \begin_inset space \hfill{}
19070 \end_inset
19071
19072
19073 \begin_inset Tabular
19074 <lyxtabular version="3" rows="11" columns="2">
19075 <features>
19076 <column alignment="center" valignment="top" width="0pt">
19077 <column alignment="center" valignment="top" width="0pt">
19078 <row>
19079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19080 \begin_inset Text
19081
19082 \begin_layout Plain Layout
19083 Comando
19084 \end_layout
19085
19086 \end_inset
19087 </cell>
19088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19089 \begin_inset Text
19090
19091 \begin_layout Plain Layout
19092 Símbolo
19093 \end_layout
19094
19095 \end_inset
19096 </cell>
19097 </row>
19098 <row>
19099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19100 \begin_inset Text
19101
19102 \begin_layout Plain Layout
19103
19104 \backslash
19105 alpha
19106 \end_layout
19107
19108 \end_inset
19109 </cell>
19110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19111 \begin_inset Text
19112
19113 \begin_layout Plain Layout
19114 \begin_inset Formula $\alpha$
19115 \end_inset
19116
19117
19118 \end_layout
19119
19120 \end_inset
19121 </cell>
19122 </row>
19123 <row>
19124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19125 \begin_inset Text
19126
19127 \begin_layout Plain Layout
19128
19129 \backslash
19130 beta
19131 \end_layout
19132
19133 \end_inset
19134 </cell>
19135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19136 \begin_inset Text
19137
19138 \begin_layout Plain Layout
19139 \begin_inset Formula $\beta$
19140 \end_inset
19141
19142
19143 \end_layout
19144
19145 \end_inset
19146 </cell>
19147 </row>
19148 <row>
19149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19150 \begin_inset Text
19151
19152 \begin_layout Plain Layout
19153
19154 \backslash
19155 gamma
19156 \end_layout
19157
19158 \end_inset
19159 </cell>
19160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19161 \begin_inset Text
19162
19163 \begin_layout Plain Layout
19164 \begin_inset Formula $\gamma$
19165 \end_inset
19166
19167
19168 \end_layout
19169
19170 \end_inset
19171 </cell>
19172 </row>
19173 <row>
19174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19175 \begin_inset Text
19176
19177 \begin_layout Plain Layout
19178
19179 \backslash
19180 delta
19181 \end_layout
19182
19183 \end_inset
19184 </cell>
19185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19186 \begin_inset Text
19187
19188 \begin_layout Plain Layout
19189 \begin_inset Formula $\delta$
19190 \end_inset
19191
19192
19193 \end_layout
19194
19195 \end_inset
19196 </cell>
19197 </row>
19198 <row>
19199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19200 \begin_inset Text
19201
19202 \begin_layout Plain Layout
19203
19204 \backslash
19205 epsilon
19206 \end_layout
19207
19208 \end_inset
19209 </cell>
19210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19211 \begin_inset Text
19212
19213 \begin_layout Plain Layout
19214 \begin_inset Formula $\epsilon$
19215 \end_inset
19216
19217
19218 \end_layout
19219
19220 \end_inset
19221 </cell>
19222 </row>
19223 <row>
19224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19225 \begin_inset Text
19226
19227 \begin_layout Plain Layout
19228
19229 \backslash
19230 varepsilon
19231 \end_layout
19232
19233 \end_inset
19234 </cell>
19235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19236 \begin_inset Text
19237
19238 \begin_layout Plain Layout
19239 \begin_inset Formula $\varepsilon$
19240 \end_inset
19241
19242
19243 \end_layout
19244
19245 \end_inset
19246 </cell>
19247 </row>
19248 <row>
19249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19250 \begin_inset Text
19251
19252 \begin_layout Plain Layout
19253
19254 \backslash
19255 zeta
19256 \end_layout
19257
19258 \end_inset
19259 </cell>
19260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19261 \begin_inset Text
19262
19263 \begin_layout Plain Layout
19264 \begin_inset Formula $\zeta$
19265 \end_inset
19266
19267
19268 \end_layout
19269
19270 \end_inset
19271 </cell>
19272 </row>
19273 <row>
19274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19275 \begin_inset Text
19276
19277 \begin_layout Plain Layout
19278
19279 \backslash
19280 eta
19281 \end_layout
19282
19283 \end_inset
19284 </cell>
19285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19286 \begin_inset Text
19287
19288 \begin_layout Plain Layout
19289 \begin_inset Formula $\eta$
19290 \end_inset
19291
19292
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 </row>
19298 <row>
19299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19300 \begin_inset Text
19301
19302 \begin_layout Plain Layout
19303
19304 \backslash
19305 theta
19306 \end_layout
19307
19308 \end_inset
19309 </cell>
19310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314 \begin_inset Formula $\theta$
19315 \end_inset
19316
19317
19318 \end_layout
19319
19320 \end_inset
19321 </cell>
19322 </row>
19323 <row>
19324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19325 \begin_inset Text
19326
19327 \begin_layout Plain Layout
19328
19329 \backslash
19330 vartheta
19331 \end_layout
19332
19333 \end_inset
19334 </cell>
19335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19336 \begin_inset Text
19337
19338 \begin_layout Plain Layout
19339 \begin_inset Formula $\vartheta$
19340 \end_inset
19341
19342
19343 \end_layout
19344
19345 \end_inset
19346 </cell>
19347 </row>
19348 </lyxtabular>
19349
19350 \end_inset
19351
19352
19353 \begin_inset space \hfill{}
19354 \end_inset
19355
19356
19357 \begin_inset Tabular
19358 <lyxtabular version="3" rows="12" columns="2">
19359 <features>
19360 <column alignment="center" valignment="top" width="0pt">
19361 <column alignment="center" valignment="top" width="0pt">
19362 <row>
19363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19364 \begin_inset Text
19365
19366 \begin_layout Plain Layout
19367 Comando
19368 \end_layout
19369
19370 \end_inset
19371 </cell>
19372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19373 \begin_inset Text
19374
19375 \begin_layout Plain Layout
19376 Símbolo
19377 \end_layout
19378
19379 \end_inset
19380 </cell>
19381 </row>
19382 <row>
19383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19384 \begin_inset Text
19385
19386 \begin_layout Plain Layout
19387
19388 \backslash
19389 iota
19390 \end_layout
19391
19392 \end_inset
19393 </cell>
19394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19395 \begin_inset Text
19396
19397 \begin_layout Plain Layout
19398 \begin_inset Formula $\iota$
19399 \end_inset
19400
19401
19402 \end_layout
19403
19404 \end_inset
19405 </cell>
19406 </row>
19407 <row>
19408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19409 \begin_inset Text
19410
19411 \begin_layout Plain Layout
19412
19413 \backslash
19414 kappa
19415 \end_layout
19416
19417 \end_inset
19418 </cell>
19419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19420 \begin_inset Text
19421
19422 \begin_layout Plain Layout
19423 \begin_inset Formula $\kappa$
19424 \end_inset
19425
19426
19427 \end_layout
19428
19429 \end_inset
19430 </cell>
19431 </row>
19432 <row>
19433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19434 \begin_inset Text
19435
19436 \begin_layout Plain Layout
19437
19438 \backslash
19439 varkappa
19440 \end_layout
19441
19442 \end_inset
19443 </cell>
19444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448 \begin_inset Formula $\varkappa$
19449 \end_inset
19450
19451
19452 \end_layout
19453
19454 \end_inset
19455 </cell>
19456 </row>
19457 <row>
19458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19459 \begin_inset Text
19460
19461 \begin_layout Plain Layout
19462
19463 \backslash
19464 lambda
19465 \end_layout
19466
19467 \end_inset
19468 </cell>
19469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19470 \begin_inset Text
19471
19472 \begin_layout Plain Layout
19473 \begin_inset Formula $\lambda$
19474 \end_inset
19475
19476
19477 \end_layout
19478
19479 \end_inset
19480 </cell>
19481 </row>
19482 <row>
19483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19484 \begin_inset Text
19485
19486 \begin_layout Plain Layout
19487
19488 \backslash
19489 mu
19490 \end_layout
19491
19492 \end_inset
19493 </cell>
19494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19495 \begin_inset Text
19496
19497 \begin_layout Plain Layout
19498 \begin_inset Formula $\mu$
19499 \end_inset
19500
19501
19502 \end_layout
19503
19504 \end_inset
19505 </cell>
19506 </row>
19507 <row>
19508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19509 \begin_inset Text
19510
19511 \begin_layout Plain Layout
19512
19513 \backslash
19514 nu
19515 \end_layout
19516
19517 \end_inset
19518 </cell>
19519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19520 \begin_inset Text
19521
19522 \begin_layout Plain Layout
19523 \begin_inset Formula $\nu$
19524 \end_inset
19525
19526
19527 \end_layout
19528
19529 \end_inset
19530 </cell>
19531 </row>
19532 <row>
19533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19534 \begin_inset Text
19535
19536 \begin_layout Plain Layout
19537
19538 \backslash
19539 xi
19540 \end_layout
19541
19542 \end_inset
19543 </cell>
19544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19545 \begin_inset Text
19546
19547 \begin_layout Plain Layout
19548 \begin_inset Formula $\xi$
19549 \end_inset
19550
19551
19552 \end_layout
19553
19554 \end_inset
19555 </cell>
19556 </row>
19557 <row>
19558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19559 \begin_inset Text
19560
19561 \begin_layout Plain Layout
19562 o
19563 \end_layout
19564
19565 \end_inset
19566 </cell>
19567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19568 \begin_inset Text
19569
19570 \begin_layout Plain Layout
19571 \begin_inset Formula $o$
19572 \end_inset
19573
19574
19575 \end_layout
19576
19577 \end_inset
19578 </cell>
19579 </row>
19580 <row>
19581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19582 \begin_inset Text
19583
19584 \begin_layout Plain Layout
19585
19586 \backslash
19587 pi
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
19592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19593 \begin_inset Text
19594
19595 \begin_layout Plain Layout
19596 \begin_inset Formula $\pi$
19597 \end_inset
19598
19599
19600 \end_layout
19601
19602 \end_inset
19603 </cell>
19604 </row>
19605 <row>
19606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19607 \begin_inset Text
19608
19609 \begin_layout Plain Layout
19610
19611 \backslash
19612 varpi
19613 \end_layout
19614
19615 \end_inset
19616 </cell>
19617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19618 \begin_inset Text
19619
19620 \begin_layout Plain Layout
19621 \begin_inset Formula $\varpi$
19622 \end_inset
19623
19624
19625 \end_layout
19626
19627 \end_inset
19628 </cell>
19629 </row>
19630 <row>
19631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19632 \begin_inset Text
19633
19634 \begin_layout Plain Layout
19635
19636 \backslash
19637 rho
19638 \end_layout
19639
19640 \end_inset
19641 </cell>
19642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19643 \begin_inset Text
19644
19645 \begin_layout Plain Layout
19646 \begin_inset Formula $\rho$
19647 \end_inset
19648
19649
19650 \end_layout
19651
19652 \end_inset
19653 </cell>
19654 </row>
19655 </lyxtabular>
19656
19657 \end_inset
19658
19659
19660 \begin_inset space \hfill{}
19661 \end_inset
19662
19663
19664 \begin_inset Tabular
19665 <lyxtabular version="3" rows="11" columns="2">
19666 <features>
19667 <column alignment="center" valignment="top" width="0pt">
19668 <column alignment="center" valignment="top" width="0pt">
19669 <row>
19670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19671 \begin_inset Text
19672
19673 \begin_layout Plain Layout
19674 Comando
19675 \end_layout
19676
19677 \end_inset
19678 </cell>
19679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19680 \begin_inset Text
19681
19682 \begin_layout Plain Layout
19683 Símbolo
19684 \end_layout
19685
19686 \end_inset
19687 </cell>
19688 </row>
19689 <row>
19690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19691 \begin_inset Text
19692
19693 \begin_layout Plain Layout
19694
19695 \backslash
19696 varrho
19697 \end_layout
19698
19699 \end_inset
19700 </cell>
19701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705 \begin_inset Formula $\varrho$
19706 \end_inset
19707
19708
19709 \end_layout
19710
19711 \end_inset
19712 </cell>
19713 </row>
19714 <row>
19715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19716 \begin_inset Text
19717
19718 \begin_layout Plain Layout
19719
19720 \backslash
19721 sigma
19722 \end_layout
19723
19724 \end_inset
19725 </cell>
19726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19727 \begin_inset Text
19728
19729 \begin_layout Plain Layout
19730 \begin_inset Formula $\sigma$
19731 \end_inset
19732
19733
19734 \end_layout
19735
19736 \end_inset
19737 </cell>
19738 </row>
19739 <row>
19740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19741 \begin_inset Text
19742
19743 \begin_layout Plain Layout
19744
19745 \backslash
19746 varsigma
19747 \end_layout
19748
19749 \end_inset
19750 </cell>
19751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755 \begin_inset Formula $\varsigma$
19756 \end_inset
19757
19758
19759 \end_layout
19760
19761 \end_inset
19762 </cell>
19763 </row>
19764 <row>
19765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19766 \begin_inset Text
19767
19768 \begin_layout Plain Layout
19769
19770 \backslash
19771 tau
19772 \end_layout
19773
19774 \end_inset
19775 </cell>
19776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780 \begin_inset Formula $\tau$
19781 \end_inset
19782
19783
19784 \end_layout
19785
19786 \end_inset
19787 </cell>
19788 </row>
19789 <row>
19790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19791 \begin_inset Text
19792
19793 \begin_layout Plain Layout
19794
19795 \backslash
19796 upsilon
19797 \end_layout
19798
19799 \end_inset
19800 </cell>
19801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19802 \begin_inset Text
19803
19804 \begin_layout Plain Layout
19805 \begin_inset Formula $\upsilon$
19806 \end_inset
19807
19808
19809 \end_layout
19810
19811 \end_inset
19812 </cell>
19813 </row>
19814 <row>
19815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19816 \begin_inset Text
19817
19818 \begin_layout Plain Layout
19819
19820 \backslash
19821 phi
19822 \end_layout
19823
19824 \end_inset
19825 </cell>
19826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19827 \begin_inset Text
19828
19829 \begin_layout Plain Layout
19830 \begin_inset Formula $\phi$
19831 \end_inset
19832
19833
19834 \end_layout
19835
19836 \end_inset
19837 </cell>
19838 </row>
19839 <row>
19840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19841 \begin_inset Text
19842
19843 \begin_layout Plain Layout
19844
19845 \backslash
19846 varphi
19847 \end_layout
19848
19849 \end_inset
19850 </cell>
19851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19852 \begin_inset Text
19853
19854 \begin_layout Plain Layout
19855 \begin_inset Formula $\varphi$
19856 \end_inset
19857
19858
19859 \end_layout
19860
19861 \end_inset
19862 </cell>
19863 </row>
19864 <row>
19865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19866 \begin_inset Text
19867
19868 \begin_layout Plain Layout
19869
19870 \backslash
19871 chi
19872 \end_layout
19873
19874 \end_inset
19875 </cell>
19876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19877 \begin_inset Text
19878
19879 \begin_layout Plain Layout
19880 \begin_inset Formula $\chi$
19881 \end_inset
19882
19883
19884 \end_layout
19885
19886 \end_inset
19887 </cell>
19888 </row>
19889 <row>
19890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19891 \begin_inset Text
19892
19893 \begin_layout Plain Layout
19894
19895 \backslash
19896 psi
19897 \end_layout
19898
19899 \end_inset
19900 </cell>
19901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19902 \begin_inset Text
19903
19904 \begin_layout Plain Layout
19905 \begin_inset Formula $\psi$
19906 \end_inset
19907
19908
19909 \end_layout
19910
19911 \end_inset
19912 </cell>
19913 </row>
19914 <row>
19915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19916 \begin_inset Text
19917
19918 \begin_layout Plain Layout
19919
19920 \backslash
19921 omega
19922 \end_layout
19923
19924 \end_inset
19925 </cell>
19926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19927 \begin_inset Text
19928
19929 \begin_layout Plain Layout
19930 \begin_inset Formula $\omega$
19931 \end_inset
19932
19933
19934 \end_layout
19935
19936 \end_inset
19937 </cell>
19938 </row>
19939 </lyxtabular>
19940
19941 \end_inset
19942
19943
19944 \begin_inset space \hfill{}
19945 \end_inset
19946
19947
19948 \end_layout
19949
19950 \begin_layout Standard
19951 \begin_inset VSpace medskip
19952 \end_inset
19953
19954
19955 \end_layout
19956
19957 \begin_layout Standard
19958 Cómo escribir letras griegas en redonda se explica en 
19959 \begin_inset CommandInset ref
19960 LatexCommand ref
19961 reference "sub:Griegas-en-redonda"
19962
19963 \end_inset
19964
19965 .
19966 \end_layout
19967
19968 \begin_layout Subsection
19969 Mayúsculas
19970 \begin_inset Index
19971 status collapsed
19972
19973 \begin_layout Plain Layout
19974 Letras griegas ! mayúsculas
19975 \end_layout
19976
19977 \end_inset
19978
19979
19980 \end_layout
19981
19982 \begin_layout Standard
19983 \begin_inset space \hfill{}
19984 \end_inset
19985
19986
19987 \begin_inset Tabular
19988 <lyxtabular version="3" rows="7" columns="2">
19989 <features>
19990 <column alignment="center" valignment="top" width="0pt">
19991 <column alignment="center" valignment="top" width="0pt">
19992 <row>
19993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19994 \begin_inset Text
19995
19996 \begin_layout Plain Layout
19997 Comando
19998 \end_layout
19999
20000 \end_inset
20001 </cell>
20002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20003 \begin_inset Text
20004
20005 \begin_layout Plain Layout
20006 Símbolo
20007 \end_layout
20008
20009 \end_inset
20010 </cell>
20011 </row>
20012 <row>
20013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20014 \begin_inset Text
20015
20016 \begin_layout Plain Layout
20017
20018 \backslash
20019 Gamma
20020 \end_layout
20021
20022 \end_inset
20023 </cell>
20024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20025 \begin_inset Text
20026
20027 \begin_layout Plain Layout
20028 \begin_inset Formula $\Gamma$
20029 \end_inset
20030
20031
20032 \end_layout
20033
20034 \end_inset
20035 </cell>
20036 </row>
20037 <row>
20038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20039 \begin_inset Text
20040
20041 \begin_layout Plain Layout
20042
20043 \backslash
20044 Delta
20045 \end_layout
20046
20047 \end_inset
20048 </cell>
20049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20050 \begin_inset Text
20051
20052 \begin_layout Plain Layout
20053 \begin_inset Formula $\Delta$
20054 \end_inset
20055
20056
20057 \end_layout
20058
20059 \end_inset
20060 </cell>
20061 </row>
20062 <row>
20063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20064 \begin_inset Text
20065
20066 \begin_layout Plain Layout
20067
20068 \backslash
20069 Theta
20070 \end_layout
20071
20072 \end_inset
20073 </cell>
20074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20075 \begin_inset Text
20076
20077 \begin_layout Plain Layout
20078 \begin_inset Formula $\Theta$
20079 \end_inset
20080
20081
20082 \end_layout
20083
20084 \end_inset
20085 </cell>
20086 </row>
20087 <row>
20088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20089 \begin_inset Text
20090
20091 \begin_layout Plain Layout
20092
20093 \backslash
20094 Lambda
20095 \end_layout
20096
20097 \end_inset
20098 </cell>
20099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20100 \begin_inset Text
20101
20102 \begin_layout Plain Layout
20103 \begin_inset Formula $\Lambda$
20104 \end_inset
20105
20106
20107 \end_layout
20108
20109 \end_inset
20110 </cell>
20111 </row>
20112 <row>
20113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20114 \begin_inset Text
20115
20116 \begin_layout Plain Layout
20117
20118 \backslash
20119 Xi
20120 \end_layout
20121
20122 \end_inset
20123 </cell>
20124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20125 \begin_inset Text
20126
20127 \begin_layout Plain Layout
20128 \begin_inset Formula $\Xi$
20129 \end_inset
20130
20131
20132 \end_layout
20133
20134 \end_inset
20135 </cell>
20136 </row>
20137 <row>
20138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20139 \begin_inset Text
20140
20141 \begin_layout Plain Layout
20142
20143 \backslash
20144 Pi
20145 \end_layout
20146
20147 \end_inset
20148 </cell>
20149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20150 \begin_inset Text
20151
20152 \begin_layout Plain Layout
20153 \begin_inset Formula $\Pi$
20154 \end_inset
20155
20156
20157 \end_layout
20158
20159 \end_inset
20160 </cell>
20161 </row>
20162 </lyxtabular>
20163
20164 \end_inset
20165
20166
20167 \begin_inset space \hfill{}
20168 \end_inset
20169
20170
20171 \begin_inset Tabular
20172 <lyxtabular version="3" rows="6" columns="2">
20173 <features>
20174 <column alignment="center" valignment="top" width="0pt">
20175 <column alignment="center" valignment="top" width="0pt">
20176 <row>
20177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20178 \begin_inset Text
20179
20180 \begin_layout Plain Layout
20181 Comando
20182 \end_layout
20183
20184 \end_inset
20185 </cell>
20186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20187 \begin_inset Text
20188
20189 \begin_layout Plain Layout
20190 Símbolo
20191 \end_layout
20192
20193 \end_inset
20194 </cell>
20195 </row>
20196 <row>
20197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20198 \begin_inset Text
20199
20200 \begin_layout Plain Layout
20201
20202 \backslash
20203 Sigma
20204 \end_layout
20205
20206 \end_inset
20207 </cell>
20208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20209 \begin_inset Text
20210
20211 \begin_layout Plain Layout
20212 \begin_inset Formula $\Sigma$
20213 \end_inset
20214
20215
20216 \end_layout
20217
20218 \end_inset
20219 </cell>
20220 </row>
20221 <row>
20222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20223 \begin_inset Text
20224
20225 \begin_layout Plain Layout
20226
20227 \backslash
20228 Upsilon
20229 \end_layout
20230
20231 \end_inset
20232 </cell>
20233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20234 \begin_inset Text
20235
20236 \begin_layout Plain Layout
20237 \begin_inset Formula $\Upsilon$
20238 \end_inset
20239
20240
20241 \end_layout
20242
20243 \end_inset
20244 </cell>
20245 </row>
20246 <row>
20247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20248 \begin_inset Text
20249
20250 \begin_layout Plain Layout
20251
20252 \backslash
20253 Phi
20254 \end_layout
20255
20256 \end_inset
20257 </cell>
20258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20259 \begin_inset Text
20260
20261 \begin_layout Plain Layout
20262 \begin_inset Formula $\Phi$
20263 \end_inset
20264
20265
20266 \end_layout
20267
20268 \end_inset
20269 </cell>
20270 </row>
20271 <row>
20272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20273 \begin_inset Text
20274
20275 \begin_layout Plain Layout
20276
20277 \backslash
20278 Psi
20279 \end_layout
20280
20281 \end_inset
20282 </cell>
20283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20284 \begin_inset Text
20285
20286 \begin_layout Plain Layout
20287 \begin_inset Formula $\Psi$
20288 \end_inset
20289
20290
20291 \end_layout
20292
20293 \end_inset
20294 </cell>
20295 </row>
20296 <row>
20297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20298 \begin_inset Text
20299
20300 \begin_layout Plain Layout
20301
20302 \backslash
20303 Omega
20304 \end_layout
20305
20306 \end_inset
20307 </cell>
20308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20309 \begin_inset Text
20310
20311 \begin_layout Plain Layout
20312 \begin_inset Formula $\Omega$
20313 \end_inset
20314
20315
20316 \end_layout
20317
20318 \end_inset
20319 </cell>
20320 </row>
20321 </lyxtabular>
20322
20323 \end_inset
20324
20325
20326 \begin_inset space \hfill{}
20327 \end_inset
20328
20329
20330 \end_layout
20331
20332 \begin_layout Standard
20333 \begin_inset VSpace medskip
20334 \end_inset
20335
20336
20337 \end_layout
20338
20339 \begin_layout Standard
20340 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
20341  cuando se desarrolló TeX.
20342  Para obtener mayúsculas en cursiva, inicia cada comando con 
20343 \series bold
20344 var
20345 \series default
20346 .
20347  Por ejemplo, el comando 
20348 \series bold
20349
20350 \backslash
20351 varGamma
20352 \series default
20353  genera: 
20354 \begin_inset Formula $\varGamma$
20355 \end_inset
20356
20357
20358 \end_layout
20359
20360 \begin_layout Subsection
20361 Letras en negrita
20362 \begin_inset Index
20363 status collapsed
20364
20365 \begin_layout Plain Layout
20366 Letras griegas ! en negrita
20367 \end_layout
20368
20369 \end_inset
20370
20371
20372 \end_layout
20373
20374 \begin_layout Standard
20375 Las letras griegas no admiten diferentes estilos de fuente como las latinas.
20376  Sólo se pueden poner en negrita con el comando 
20377 \series bold
20378
20379 \backslash
20380 boldsymbol
20381 \series default
20382
20383 \begin_inset Index
20384 status collapsed
20385
20386 \begin_layout Plain Layout
20387 Comandos ! B ! 
20388 \backslash
20389 boldsymbol
20390 \end_layout
20391
20392 \end_inset
20393
20394 .
20395 \end_layout
20396
20397 \begin_layout Standard
20398 \align center
20399 \begin_inset Tabular
20400 <lyxtabular version="3" rows="3" columns="2">
20401 <features>
20402 <column alignment="center" valignment="top" width="0">
20403 <column alignment="center" valignment="top" width="0">
20404 <row>
20405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20406 \begin_inset Text
20407
20408 \begin_layout Plain Layout
20409 Comando
20410 \end_layout
20411
20412 \end_inset
20413 </cell>
20414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20415 \begin_inset Text
20416
20417 \begin_layout Plain Layout
20418 Símbolo
20419 \end_layout
20420
20421 \end_inset
20422 </cell>
20423 </row>
20424 <row>
20425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20426 \begin_inset Text
20427
20428 \begin_layout Plain Layout
20429
20430 \backslash
20431 Upsilon
20432 \backslash
20433 boldsymbol
20434 \backslash
20435 Upsilon
20436 \end_layout
20437
20438 \end_inset
20439 </cell>
20440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20441 \begin_inset Text
20442
20443 \begin_layout Plain Layout
20444 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20445 \end_inset
20446
20447
20448 \end_layout
20449
20450 \end_inset
20451 </cell>
20452 </row>
20453 <row>
20454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20455 \begin_inset Text
20456
20457 \begin_layout Plain Layout
20458
20459 \backslash
20460 theta
20461 \backslash
20462 boldsymbol
20463 \backslash
20464 theta
20465 \end_layout
20466
20467 \end_inset
20468 </cell>
20469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20470 \begin_inset Text
20471
20472 \begin_layout Plain Layout
20473 \begin_inset Formula $\theta\boldsymbol{\theta}$
20474 \end_inset
20475
20476
20477 \end_layout
20478
20479 \end_inset
20480 </cell>
20481 </row>
20482 </lyxtabular>
20483
20484 \end_inset
20485
20486
20487 \end_layout
20488
20489 \begin_layout Section
20490 Símbolos
20491 \begin_inset ERT
20492 status collapsed
20493
20494 \begin_layout Plain Layout
20495
20496
20497 \backslash
20498 texorpdfstring{
20499 \end_layout
20500
20501 \end_inset
20502
20503
20504 \begin_inset Foot
20505 status collapsed
20506
20507 \begin_layout Plain Layout
20508 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
20509  LaTeX en 
20510 \begin_inset CommandInset citation
20511 LatexCommand cite
20512 key "Symbole"
20513
20514 \end_inset
20515
20516 .
20517 \end_layout
20518
20519 \end_inset
20520
20521
20522 \begin_inset ERT
20523 status collapsed
20524
20525 \begin_layout Plain Layout
20526
20527 }{}
20528 \end_layout
20529
20530 \end_inset
20531
20532
20533 \begin_inset Note Note
20534 status open
20535
20536 \begin_layout Plain Layout
20537
20538 \backslash
20539 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
20540  PDF.
20541 \end_layout
20542
20543 \begin_layout Plain Layout
20544 Más sobre 
20545 \backslash
20546 texorpdfstring en la sección 
20547 \begin_inset CommandInset ref
20548 LatexCommand ref
20549 reference "sub:Ecuaciones-en-encabezados"
20550
20551 \end_inset
20552
20553 .
20554 \end_layout
20555
20556 \end_inset
20557
20558
20559 \begin_inset Index
20560 status collapsed
20561
20562 \begin_layout Plain Layout
20563 Símbolos
20564 \end_layout
20565
20566 \end_inset
20567
20568
20569 \end_layout
20570
20571 \begin_layout Standard
20572 Muchos de los símbolos listados en esta sección se pueden insertar además
20573  mediante los botones 
20574 \begin_inset Graphics
20575         filename ../../images/math/nabla.png
20576         scale 85
20577
20578 \end_inset
20579
20580  y 
20581 \begin_inset Graphics
20582         filename ../../images/math/digamma.png
20583         scale 85
20584
20585 \end_inset
20586
20587  de la barra de ecuaciones.
20588 \end_layout
20589
20590 \begin_layout Subsection
20591 Símbolos matemáticos
20592 \begin_inset CommandInset label
20593 LatexCommand label
20594 name "sub:Símbolos-matemáticos"
20595
20596 \end_inset
20597
20598
20599 \begin_inset Index
20600 status collapsed
20601
20602 \begin_layout Plain Layout
20603 Símbolos ! matemáticos
20604 \end_layout
20605
20606 \end_inset
20607
20608
20609 \end_layout
20610
20611 \begin_layout Standard
20612 \begin_inset space \hfill{}
20613 \end_inset
20614
20615
20616 \begin_inset Tabular
20617 <lyxtabular version="3" rows="10" columns="2">
20618 <features>
20619 <column alignment="center" valignment="top" width="0pt">
20620 <column alignment="center" valignment="top" width="0pt">
20621 <row>
20622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20623 \begin_inset Text
20624
20625 \begin_layout Plain Layout
20626 Comando
20627 \end_layout
20628
20629 \end_inset
20630 </cell>
20631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20632 \begin_inset Text
20633
20634 \begin_layout Plain Layout
20635 Símbolo
20636 \end_layout
20637
20638 \end_inset
20639 </cell>
20640 </row>
20641 <row>
20642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20643 \begin_inset Text
20644
20645 \begin_layout Plain Layout
20646
20647 \backslash
20648 neg
20649 \end_layout
20650
20651 \end_inset
20652 </cell>
20653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20654 \begin_inset Text
20655
20656 \begin_layout Plain Layout
20657 \begin_inset Formula $\neg$
20658 \end_inset
20659
20660
20661 \end_layout
20662
20663 \end_inset
20664 </cell>
20665 </row>
20666 <row>
20667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20668 \begin_inset Text
20669
20670 \begin_layout Plain Layout
20671
20672 \backslash
20673 Im
20674 \end_layout
20675
20676 \end_inset
20677 </cell>
20678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20679 \begin_inset Text
20680
20681 \begin_layout Plain Layout
20682 \begin_inset Formula $\Im$
20683 \end_inset
20684
20685
20686 \end_layout
20687
20688 \end_inset
20689 </cell>
20690 </row>
20691 <row>
20692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20693 \begin_inset Text
20694
20695 \begin_layout Plain Layout
20696
20697 \backslash
20698 Re
20699 \end_layout
20700
20701 \end_inset
20702 </cell>
20703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20704 \begin_inset Text
20705
20706 \begin_layout Plain Layout
20707 \begin_inset Formula $\Re$
20708 \end_inset
20709
20710
20711 \end_layout
20712
20713 \end_inset
20714 </cell>
20715 </row>
20716 <row>
20717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20718 \begin_inset Text
20719
20720 \begin_layout Plain Layout
20721
20722 \backslash
20723 aleph
20724 \end_layout
20725
20726 \end_inset
20727 </cell>
20728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20729 \begin_inset Text
20730
20731 \begin_layout Plain Layout
20732 \begin_inset Formula $\aleph$
20733 \end_inset
20734
20735
20736 \end_layout
20737
20738 \end_inset
20739 </cell>
20740 </row>
20741 <row>
20742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20743 \begin_inset Text
20744
20745 \begin_layout Plain Layout
20746
20747 \backslash
20748 partial
20749 \end_layout
20750
20751 \end_inset
20752 </cell>
20753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20754 \begin_inset Text
20755
20756 \begin_layout Plain Layout
20757 \begin_inset Formula $\partial$
20758 \end_inset
20759
20760
20761 \end_layout
20762
20763 \end_inset
20764 </cell>
20765 </row>
20766 <row>
20767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20768 \begin_inset Text
20769
20770 \begin_layout Plain Layout
20771
20772 \backslash
20773 infty
20774 \end_layout
20775
20776 \end_inset
20777 </cell>
20778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20779 \begin_inset Text
20780
20781 \begin_layout Plain Layout
20782 \begin_inset Formula $\infty$
20783 \end_inset
20784
20785
20786 \end_layout
20787
20788 \end_inset
20789 </cell>
20790 </row>
20791 <row>
20792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20793 \begin_inset Text
20794
20795 \begin_layout Plain Layout
20796
20797 \backslash
20798 wp
20799 \end_layout
20800
20801 \end_inset
20802 </cell>
20803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20804 \begin_inset Text
20805
20806 \begin_layout Plain Layout
20807 \begin_inset Formula $\wp$
20808 \end_inset
20809
20810
20811 \end_layout
20812
20813 \end_inset
20814 </cell>
20815 </row>
20816 <row>
20817 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20818 \begin_inset Text
20819
20820 \begin_layout Plain Layout
20821
20822 \backslash
20823 imath
20824 \end_layout
20825
20826 \end_inset
20827 </cell>
20828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20829 \begin_inset Text
20830
20831 \begin_layout Plain Layout
20832 \begin_inset Formula $\imath$
20833 \end_inset
20834
20835
20836 \end_layout
20837
20838 \end_inset
20839 </cell>
20840 </row>
20841 <row>
20842 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20843 \begin_inset Text
20844
20845 \begin_layout Plain Layout
20846
20847 \backslash
20848 jmath
20849 \end_layout
20850
20851 \end_inset
20852 </cell>
20853 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20854 \begin_inset Text
20855
20856 \begin_layout Plain Layout
20857 \begin_inset Formula $\jmath$
20858 \end_inset
20859
20860
20861 \end_layout
20862
20863 \end_inset
20864 </cell>
20865 </row>
20866 </lyxtabular>
20867
20868 \end_inset
20869
20870
20871 \begin_inset space \hfill{}
20872 \end_inset
20873
20874
20875 \begin_inset Tabular
20876 <lyxtabular version="3" rows="10" columns="2">
20877 <features>
20878 <column alignment="center" valignment="top" width="0pt">
20879 <column alignment="center" valignment="top" width="0pt">
20880 <row>
20881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20882 \begin_inset Text
20883
20884 \begin_layout Plain Layout
20885 Comando
20886 \end_layout
20887
20888 \end_inset
20889 </cell>
20890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20891 \begin_inset Text
20892
20893 \begin_layout Plain Layout
20894 Símbolo
20895 \begin_inset Note Note
20896 status collapsed
20897
20898 \begin_layout Plain Layout
20899
20900 \series bold
20901
20902 \backslash
20903 raisebox
20904 \series default
20905  se usa sólo como espaciador
20906 \end_layout
20907
20908 \end_inset
20909
20910
20911 \end_layout
20912
20913 \end_inset
20914 </cell>
20915 </row>
20916 <row>
20917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20918 \begin_inset Text
20919
20920 \begin_layout Plain Layout
20921
20922 \backslash
20923 forall
20924 \end_layout
20925
20926 \end_inset
20927 </cell>
20928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20929 \begin_inset Text
20930
20931 \begin_layout Plain Layout
20932 \begin_inset Formula $\forall$
20933 \end_inset
20934
20935
20936 \end_layout
20937
20938 \end_inset
20939 </cell>
20940 </row>
20941 <row>
20942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20943 \begin_inset Text
20944
20945 \begin_layout Plain Layout
20946
20947 \backslash
20948 exists
20949 \end_layout
20950
20951 \end_inset
20952 </cell>
20953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20954 \begin_inset Text
20955
20956 \begin_layout Plain Layout
20957 \begin_inset Formula $\exists$
20958 \end_inset
20959
20960
20961 \end_layout
20962
20963 \end_inset
20964 </cell>
20965 </row>
20966 <row>
20967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20968 \begin_inset Text
20969
20970 \begin_layout Plain Layout
20971
20972 \backslash
20973 nexists
20974 \end_layout
20975
20976 \end_inset
20977 </cell>
20978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20979 \begin_inset Text
20980
20981 \begin_layout Plain Layout
20982 \begin_inset Formula $\nexists$
20983 \end_inset
20984
20985
20986 \end_layout
20987
20988 \end_inset
20989 </cell>
20990 </row>
20991 <row>
20992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20993 \begin_inset Text
20994
20995 \begin_layout Plain Layout
20996
20997 \backslash
20998 emptyset
20999 \end_layout
21000
21001 \end_inset
21002 </cell>
21003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21004 \begin_inset Text
21005
21006 \begin_layout Plain Layout
21007 \begin_inset Formula $\emptyset$
21008 \end_inset
21009
21010
21011 \end_layout
21012
21013 \end_inset
21014 </cell>
21015 </row>
21016 <row>
21017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21018 \begin_inset Text
21019
21020 \begin_layout Plain Layout
21021
21022 \backslash
21023 varnothing
21024 \end_layout
21025
21026 \end_inset
21027 </cell>
21028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21029 \begin_inset Text
21030
21031 \begin_layout Plain Layout
21032 \begin_inset Formula $\varnothing$
21033 \end_inset
21034
21035
21036 \end_layout
21037
21038 \end_inset
21039 </cell>
21040 </row>
21041 <row>
21042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21043 \begin_inset Text
21044
21045 \begin_layout Plain Layout
21046
21047 \backslash
21048 dag
21049 \end_layout
21050
21051 \end_inset
21052 </cell>
21053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21054 \begin_inset Text
21055
21056 \begin_layout Plain Layout
21057 \begin_inset Formula $\dag$
21058 \end_inset
21059
21060
21061 \end_layout
21062
21063 \end_inset
21064 </cell>
21065 </row>
21066 <row>
21067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21068 \begin_inset Text
21069
21070 \begin_layout Plain Layout
21071
21072 \backslash
21073 ddag
21074 \end_layout
21075
21076 \end_inset
21077 </cell>
21078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21079 \begin_inset Text
21080
21081 \begin_layout Plain Layout
21082 \begin_inset Formula $\ddag$
21083 \end_inset
21084
21085
21086 \end_layout
21087
21088 \end_inset
21089 </cell>
21090 </row>
21091 <row>
21092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21093 \begin_inset Text
21094
21095 \begin_layout Plain Layout
21096
21097 \backslash
21098 complement
21099 \end_layout
21100
21101 \end_inset
21102 </cell>
21103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21104 \begin_inset Text
21105
21106 \begin_layout Plain Layout
21107 \begin_inset ERT
21108 status collapsed
21109
21110 \begin_layout Plain Layout
21111
21112
21113 \backslash
21114 raisebox{-0.8mm}{
21115 \end_layout
21116
21117 \end_inset
21118
21119
21120 \begin_inset Formula $\complement$
21121 \end_inset
21122
21123
21124 \begin_inset ERT
21125 status collapsed
21126
21127 \begin_layout Plain Layout
21128
21129 }
21130 \end_layout
21131
21132 \end_inset
21133
21134
21135 \end_layout
21136
21137 \end_inset
21138 </cell>
21139 </row>
21140 <row>
21141 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21142 \begin_inset Text
21143
21144 \begin_layout Plain Layout
21145
21146 \backslash
21147 Bbbk
21148 \end_layout
21149
21150 \end_inset
21151 </cell>
21152 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21153 \begin_inset Text
21154
21155 \begin_layout Plain Layout
21156 \begin_inset Formula $\Bbbk$
21157 \end_inset
21158
21159
21160 \end_layout
21161
21162 \end_inset
21163 </cell>
21164 </row>
21165 </lyxtabular>
21166
21167 \end_inset
21168
21169
21170 \begin_inset space \hfill{}
21171 \end_inset
21172
21173
21174 \begin_inset Tabular
21175 <lyxtabular version="3" rows="10" columns="2">
21176 <features>
21177 <column alignment="center" valignment="top" width="0pt">
21178 <column alignment="center" valignment="top" width="0pt">
21179 <row>
21180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21181 \begin_inset Text
21182
21183 \begin_layout Plain Layout
21184 Comando
21185 \end_layout
21186
21187 \end_inset
21188 </cell>
21189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21190 \begin_inset Text
21191
21192 \begin_layout Plain Layout
21193 Símbolo
21194 \end_layout
21195
21196 \end_inset
21197 </cell>
21198 </row>
21199 <row>
21200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21201 \begin_inset Text
21202
21203 \begin_layout Plain Layout
21204
21205 \backslash
21206 prime
21207 \end_layout
21208
21209 \end_inset
21210 </cell>
21211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21212 \begin_inset Text
21213
21214 \begin_layout Plain Layout
21215 \begin_inset Formula $\prime$
21216 \end_inset
21217
21218
21219 \end_layout
21220
21221 \end_inset
21222 </cell>
21223 </row>
21224 <row>
21225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21226 \begin_inset Text
21227
21228 \begin_layout Plain Layout
21229
21230 \backslash
21231 backprime
21232 \end_layout
21233
21234 \end_inset
21235 </cell>
21236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21237 \begin_inset Text
21238
21239 \begin_layout Plain Layout
21240 \begin_inset Formula $\backprime$
21241 \end_inset
21242
21243
21244 \end_layout
21245
21246 \end_inset
21247 </cell>
21248 </row>
21249 <row>
21250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21251 \begin_inset Text
21252
21253 \begin_layout Plain Layout
21254
21255 \backslash
21256 mho
21257 \end_layout
21258
21259 \end_inset
21260 </cell>
21261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21262 \begin_inset Text
21263
21264 \begin_layout Plain Layout
21265 \begin_inset Formula $\mho$
21266 \end_inset
21267
21268
21269 \end_layout
21270
21271 \end_inset
21272 </cell>
21273 </row>
21274 <row>
21275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21276 \begin_inset Text
21277
21278 \begin_layout Plain Layout
21279
21280 \backslash
21281 triangle
21282 \end_layout
21283
21284 \end_inset
21285 </cell>
21286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21287 \begin_inset Text
21288
21289 \begin_layout Plain Layout
21290 \begin_inset Formula $\triangle$
21291 \end_inset
21292
21293
21294 \end_layout
21295
21296 \end_inset
21297 </cell>
21298 </row>
21299 <row>
21300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21301 \begin_inset Text
21302
21303 \begin_layout Plain Layout
21304
21305 \backslash
21306 angle
21307 \end_layout
21308
21309 \end_inset
21310 </cell>
21311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21312 \begin_inset Text
21313
21314 \begin_layout Plain Layout
21315 \begin_inset Formula $\angle$
21316 \end_inset
21317
21318
21319 \end_layout
21320
21321 \end_inset
21322 </cell>
21323 </row>
21324 <row>
21325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21326 \begin_inset Text
21327
21328 \begin_layout Plain Layout
21329
21330 \backslash
21331 measuredangle
21332 \end_layout
21333
21334 \end_inset
21335 </cell>
21336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21337 \begin_inset Text
21338
21339 \begin_layout Plain Layout
21340 \begin_inset Formula $\measuredangle$
21341 \end_inset
21342
21343
21344 \end_layout
21345
21346 \end_inset
21347 </cell>
21348 </row>
21349 <row>
21350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21351 \begin_inset Text
21352
21353 \begin_layout Plain Layout
21354
21355 \backslash
21356 sphericalangle
21357 \end_layout
21358
21359 \end_inset
21360 </cell>
21361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21362 \begin_inset Text
21363
21364 \begin_layout Plain Layout
21365 \begin_inset Formula $\sphericalangle$
21366 \end_inset
21367
21368
21369 \end_layout
21370
21371 \end_inset
21372 </cell>
21373 </row>
21374 <row>
21375 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21376 \begin_inset Text
21377
21378 \begin_layout Plain Layout
21379
21380 \backslash
21381 top
21382 \end_layout
21383
21384 \end_inset
21385 </cell>
21386 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21387 \begin_inset Text
21388
21389 \begin_layout Plain Layout
21390 \begin_inset Formula $\top$
21391 \end_inset
21392
21393
21394 \end_layout
21395
21396 \end_inset
21397 </cell>
21398 </row>
21399 <row>
21400 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21401 \begin_inset Text
21402
21403 \begin_layout Plain Layout
21404
21405 \backslash
21406 bot
21407 \end_layout
21408
21409 \end_inset
21410 </cell>
21411 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21412 \begin_inset Text
21413
21414 \begin_layout Plain Layout
21415 \begin_inset Formula $\bot$
21416 \end_inset
21417
21418
21419 \end_layout
21420
21421 \end_inset
21422 </cell>
21423 </row>
21424 </lyxtabular>
21425
21426 \end_inset
21427
21428
21429 \begin_inset space \hfill{}
21430 \end_inset
21431
21432
21433 \end_layout
21434
21435 \begin_layout Subsection
21436 Símbolos misceláneos
21437 \begin_inset CommandInset label
21438 LatexCommand label
21439 name "sub:Símbolos-misceláneos"
21440
21441 \end_inset
21442
21443
21444 \begin_inset Index
21445 status collapsed
21446
21447 \begin_layout Plain Layout
21448 Símbolos ! misceláneos
21449 \end_layout
21450
21451 \end_inset
21452
21453
21454 \end_layout
21455
21456 \begin_layout Standard
21457 \noindent
21458 \align center
21459 \begin_inset Tabular
21460 <lyxtabular version="3" rows="10" columns="2">
21461 <features>
21462 <column alignment="center" valignment="top" width="0pt">
21463 <column alignment="center" valignment="top" width="0pt">
21464 <row>
21465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21466 \begin_inset Text
21467
21468 \begin_layout Plain Layout
21469 Comando
21470 \end_layout
21471
21472 \end_inset
21473 </cell>
21474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21475 \begin_inset Text
21476
21477 \begin_layout Plain Layout
21478 Símbolo
21479 \end_layout
21480
21481 \end_inset
21482 </cell>
21483 </row>
21484 <row>
21485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21486 \begin_inset Text
21487
21488 \begin_layout Plain Layout
21489
21490 \backslash
21491 flat
21492 \end_layout
21493
21494 \end_inset
21495 </cell>
21496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21497 \begin_inset Text
21498
21499 \begin_layout Plain Layout
21500 \begin_inset Formula $\flat$
21501 \end_inset
21502
21503
21504 \end_layout
21505
21506 \end_inset
21507 </cell>
21508 </row>
21509 <row>
21510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21511 \begin_inset Text
21512
21513 \begin_layout Plain Layout
21514
21515 \backslash
21516 natural
21517 \end_layout
21518
21519 \end_inset
21520 </cell>
21521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21522 \begin_inset Text
21523
21524 \begin_layout Plain Layout
21525 \begin_inset Formula $\natural$
21526 \end_inset
21527
21528
21529 \end_layout
21530
21531 \end_inset
21532 </cell>
21533 </row>
21534 <row>
21535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21536 \begin_inset Text
21537
21538 \begin_layout Plain Layout
21539
21540 \backslash
21541 sharp
21542 \end_layout
21543
21544 \end_inset
21545 </cell>
21546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21547 \begin_inset Text
21548
21549 \begin_layout Plain Layout
21550 \begin_inset Formula $\sharp$
21551 \end_inset
21552
21553
21554 \end_layout
21555
21556 \end_inset
21557 </cell>
21558 </row>
21559 <row>
21560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21561 \begin_inset Text
21562
21563 \begin_layout Plain Layout
21564
21565 \backslash
21566 surd
21567 \end_layout
21568
21569 \end_inset
21570 </cell>
21571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21572 \begin_inset Text
21573
21574 \begin_layout Plain Layout
21575 \begin_inset Formula $\surd$
21576 \end_inset
21577
21578
21579 \end_layout
21580
21581 \end_inset
21582 </cell>
21583 </row>
21584 <row>
21585 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21586 \begin_inset Text
21587
21588 \begin_layout Plain Layout
21589
21590 \backslash
21591 checkmark
21592 \end_layout
21593
21594 \end_inset
21595 </cell>
21596 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21597 \begin_inset Text
21598
21599 \begin_layout Plain Layout
21600 \begin_inset Formula $\checkmark$
21601 \end_inset
21602
21603
21604 \end_layout
21605
21606 \end_inset
21607 </cell>
21608 </row>
21609 <row>
21610 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21611 \begin_inset Text
21612
21613 \begin_layout Plain Layout
21614
21615 \backslash
21616 yen
21617 \end_layout
21618
21619 \end_inset
21620 </cell>
21621 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21622 \begin_inset Text
21623
21624 \begin_layout Plain Layout
21625 \begin_inset Formula $\yen$
21626 \end_inset
21627
21628
21629 \end_layout
21630
21631 \end_inset
21632 </cell>
21633 </row>
21634 <row>
21635 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21636 \begin_inset Text
21637
21638 \begin_layout Plain Layout
21639
21640 \backslash
21641 pounds
21642 \end_layout
21643
21644 \end_inset
21645 </cell>
21646 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21647 \begin_inset Text
21648
21649 \begin_layout Plain Layout
21650 \begin_inset Formula $\pounds$
21651 \end_inset
21652
21653
21654 \end_layout
21655
21656 \end_inset
21657 </cell>
21658 </row>
21659 <row>
21660 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21661 \begin_inset Text
21662
21663 \begin_layout Plain Layout
21664 $
21665 \end_layout
21666
21667 \end_inset
21668 </cell>
21669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21670 \begin_inset Text
21671
21672 \begin_layout Plain Layout
21673 \begin_inset Formula $\$$
21674 \end_inset
21675
21676
21677 \end_layout
21678
21679 \end_inset
21680 </cell>
21681 </row>
21682 <row>
21683 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687 §
21688 \end_layout
21689
21690 \end_inset
21691 </cell>
21692 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21693 \begin_inset Text
21694
21695 \begin_layout Plain Layout
21696 \begin_inset Formula $§$
21697 \end_inset
21698
21699
21700 \end_layout
21701
21702 \end_inset
21703 </cell>
21704 </row>
21705 </lyxtabular>
21706
21707 \end_inset
21708
21709
21710 \begin_inset Tabular
21711 <lyxtabular version="3" rows="10" columns="2">
21712 <features>
21713 <column alignment="center" valignment="top" width="0">
21714 <column alignment="center" valignment="top" width="0">
21715 <row>
21716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21717 \begin_inset Text
21718
21719 \begin_layout Plain Layout
21720 Comando
21721 \end_layout
21722
21723 \end_inset
21724 </cell>
21725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729 Símbolo
21730 \end_layout
21731
21732 \end_inset
21733 </cell>
21734 </row>
21735 <row>
21736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21737 \begin_inset Text
21738
21739 \begin_layout Plain Layout
21740
21741 \backslash
21742 hbar
21743 \end_layout
21744
21745 \end_inset
21746 </cell>
21747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751 \begin_inset Formula $\hbar$
21752 \end_inset
21753
21754
21755 \end_layout
21756
21757 \end_inset
21758 </cell>
21759 </row>
21760 <row>
21761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21762 \begin_inset Text
21763
21764 \begin_layout Plain Layout
21765
21766 \backslash
21767 hslash
21768 \end_layout
21769
21770 \end_inset
21771 </cell>
21772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21773 \begin_inset Text
21774
21775 \begin_layout Plain Layout
21776 \begin_inset Formula $\hslash$
21777 \end_inset
21778
21779
21780 \end_layout
21781
21782 \end_inset
21783 </cell>
21784 </row>
21785 <row>
21786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21787 \begin_inset Text
21788
21789 \begin_layout Plain Layout
21790
21791 \backslash
21792 clubsuit
21793 \end_layout
21794
21795 \end_inset
21796 </cell>
21797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21798 \begin_inset Text
21799
21800 \begin_layout Plain Layout
21801 \begin_inset Formula $\clubsuit$
21802 \end_inset
21803
21804
21805 \end_layout
21806
21807 \end_inset
21808 </cell>
21809 </row>
21810 <row>
21811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21812 \begin_inset Text
21813
21814 \begin_layout Plain Layout
21815
21816 \backslash
21817 spadesuit
21818 \end_layout
21819
21820 \end_inset
21821 </cell>
21822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21823 \begin_inset Text
21824
21825 \begin_layout Plain Layout
21826 \begin_inset Formula $\spadesuit$
21827 \end_inset
21828
21829
21830 \end_layout
21831
21832 \end_inset
21833 </cell>
21834 </row>
21835 <row>
21836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21837 \begin_inset Text
21838
21839 \begin_layout Plain Layout
21840
21841 \backslash
21842 bigstar
21843 \end_layout
21844
21845 \end_inset
21846 </cell>
21847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21848 \begin_inset Text
21849
21850 \begin_layout Plain Layout
21851 \begin_inset Formula $\bigstar$
21852 \end_inset
21853
21854
21855 \end_layout
21856
21857 \end_inset
21858 </cell>
21859 </row>
21860 <row>
21861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21862 \begin_inset Text
21863
21864 \begin_layout Plain Layout
21865
21866 \backslash
21867 blacklozenge
21868 \end_layout
21869
21870 \end_inset
21871 </cell>
21872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21873 \begin_inset Text
21874
21875 \begin_layout Plain Layout
21876 \begin_inset Formula $\blacklozenge$
21877 \end_inset
21878
21879
21880 \end_layout
21881
21882 \end_inset
21883 </cell>
21884 </row>
21885 <row>
21886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21887 \begin_inset Text
21888
21889 \begin_layout Plain Layout
21890
21891 \backslash
21892 blacktriangle
21893 \end_layout
21894
21895 \end_inset
21896 </cell>
21897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21898 \begin_inset Text
21899
21900 \begin_layout Plain Layout
21901 \begin_inset Formula $\blacktriangle$
21902 \end_inset
21903
21904
21905 \end_layout
21906
21907 \end_inset
21908 </cell>
21909 </row>
21910 <row>
21911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21912 \begin_inset Text
21913
21914 \begin_layout Plain Layout
21915
21916 \backslash
21917 blacktiangledown
21918 \end_layout
21919
21920 \end_inset
21921 </cell>
21922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21923 \begin_inset Text
21924
21925 \begin_layout Plain Layout
21926 \begin_inset Formula $\blacktriangledown$
21927 \end_inset
21928
21929
21930 \end_layout
21931
21932 \end_inset
21933 </cell>
21934 </row>
21935 <row>
21936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21937 \begin_inset Text
21938
21939 \begin_layout Plain Layout
21940
21941 \backslash
21942 bullet
21943 \end_layout
21944
21945 \end_inset
21946 </cell>
21947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21948 \begin_inset Text
21949
21950 \begin_layout Plain Layout
21951 \begin_inset Formula $\bullet$
21952 \end_inset
21953
21954
21955 \end_layout
21956
21957 \end_inset
21958 </cell>
21959 </row>
21960 </lyxtabular>
21961
21962 \end_inset
21963
21964
21965 \begin_inset Tabular
21966 <lyxtabular version="3" rows="10" columns="2">
21967 <features>
21968 <column alignment="center" valignment="top" width="0pt">
21969 <column alignment="center" valignment="top" width="0pt">
21970 <row>
21971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21972 \begin_inset Text
21973
21974 \begin_layout Plain Layout
21975 Comando
21976 \end_layout
21977
21978 \end_inset
21979 </cell>
21980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21981 \begin_inset Text
21982
21983 \begin_layout Plain Layout
21984 Símbolo
21985 \end_layout
21986
21987 \end_inset
21988 </cell>
21989 </row>
21990 <row>
21991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21992 \begin_inset Text
21993
21994 \begin_layout Plain Layout
21995
21996 \backslash
21997 diamondsuit
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22003 \begin_inset Text
22004
22005 \begin_layout Plain Layout
22006 \begin_inset Formula $\diamondsuit$
22007 \end_inset
22008
22009
22010 \end_layout
22011
22012 \end_inset
22013 </cell>
22014 </row>
22015 <row>
22016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22017 \begin_inset Text
22018
22019 \begin_layout Plain Layout
22020
22021 \backslash
22022 Diamond
22023 \end_layout
22024
22025 \end_inset
22026 </cell>
22027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22028 \begin_inset Text
22029
22030 \begin_layout Plain Layout
22031 \begin_inset Formula $\Diamond$
22032 \end_inset
22033
22034
22035 \end_layout
22036
22037 \end_inset
22038 </cell>
22039 </row>
22040 <row>
22041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22042 \begin_inset Text
22043
22044 \begin_layout Plain Layout
22045
22046 \backslash
22047 heartsuit
22048 \end_layout
22049
22050 \end_inset
22051 </cell>
22052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22053 \begin_inset Text
22054
22055 \begin_layout Plain Layout
22056 \begin_inset Formula $\heartsuit$
22057 \end_inset
22058
22059
22060 \end_layout
22061
22062 \end_inset
22063 </cell>
22064 </row>
22065 <row>
22066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22067 \begin_inset Text
22068
22069 \begin_layout Plain Layout
22070
22071 \backslash
22072 P
22073 \end_layout
22074
22075 \end_inset
22076 </cell>
22077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22078 \begin_inset Text
22079
22080 \begin_layout Plain Layout
22081 \begin_inset Formula $\P$
22082 \end_inset
22083
22084
22085 \end_layout
22086
22087 \end_inset
22088 </cell>
22089 </row>
22090 <row>
22091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22092 \begin_inset Text
22093
22094 \begin_layout Plain Layout
22095
22096 \backslash
22097 copyright
22098 \end_layout
22099
22100 \end_inset
22101 </cell>
22102 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22103 \begin_inset Text
22104
22105 \begin_layout Plain Layout
22106 \begin_inset Formula $\copyright$
22107 \end_inset
22108
22109
22110 \end_layout
22111
22112 \end_inset
22113 </cell>
22114 </row>
22115 <row>
22116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22117 \begin_inset Text
22118
22119 \begin_layout Plain Layout
22120
22121 \backslash
22122 circledR
22123 \end_layout
22124
22125 \end_inset
22126 </cell>
22127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22128 \begin_inset Text
22129
22130 \begin_layout Plain Layout
22131 \begin_inset Formula $\circledR$
22132 \end_inset
22133
22134
22135 \end_layout
22136
22137 \end_inset
22138 </cell>
22139 </row>
22140 <row>
22141 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22142 \begin_inset Text
22143
22144 \begin_layout Plain Layout
22145
22146 \backslash
22147 maltese
22148 \end_layout
22149
22150 \end_inset
22151 </cell>
22152 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22153 \begin_inset Text
22154
22155 \begin_layout Plain Layout
22156 \begin_inset Formula $\maltese$
22157 \end_inset
22158
22159
22160 \end_layout
22161
22162 \end_inset
22163 </cell>
22164 </row>
22165 <row>
22166 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22167 \begin_inset Text
22168
22169 \begin_layout Plain Layout
22170
22171 \backslash
22172 diagup
22173 \end_layout
22174
22175 \end_inset
22176 </cell>
22177 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22178 \begin_inset Text
22179
22180 \begin_layout Plain Layout
22181 \begin_inset Formula $\diagup$
22182 \end_inset
22183
22184
22185 \end_layout
22186
22187 \end_inset
22188 </cell>
22189 </row>
22190 <row>
22191 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22192 \begin_inset Text
22193
22194 \begin_layout Plain Layout
22195
22196 \backslash
22197 diagdown
22198 \end_layout
22199
22200 \end_inset
22201 </cell>
22202 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22203 \begin_inset Text
22204
22205 \begin_layout Plain Layout
22206 \begin_inset Formula $\diagdown$
22207 \end_inset
22208
22209
22210 \end_layout
22211
22212 \end_inset
22213 </cell>
22214 </row>
22215 </lyxtabular>
22216
22217 \end_inset
22218
22219
22220 \end_layout
22221
22222 \begin_layout Standard
22223 \begin_inset VSpace medskip
22224 \end_inset
22225
22226
22227 \end_layout
22228
22229 \begin_layout Standard
22230 Hay más símbolos en 
22231 \begin_inset CommandInset ref
22232 LatexCommand ref
22233 reference "sub:Caracteres-especiales-misceláneos"
22234
22235 \end_inset
22236
22237 .
22238 \end_layout
22239
22240 \begin_layout Standard
22241 Algunos símbolos pueden presentarse en distintos tamaños, véase 
22242 \begin_inset CommandInset ref
22243 LatexCommand ref
22244 reference "sub:Tamaños-de-fuentes"
22245
22246 \end_inset
22247
22248
22249 \end_layout
22250
22251 \begin_layout Subsection
22252 El símbolo del euro, €
22253 \begin_inset Index
22254 status collapsed
22255
22256 \begin_layout Plain Layout
22257 Símbolos ! euro
22258 \end_layout
22259
22260 \end_inset
22261
22262
22263 \begin_inset Index
22264 status collapsed
22265
22266 \begin_layout Plain Layout
22267
22268 \backslash
22269 @
22270 \begin_inset ERT
22271 status collapsed
22272
22273 \begin_layout Plain Layout
22274
22275
22276 \backslash
22277 officialeuro
22278 \end_layout
22279
22280 \end_inset
22281
22282
22283 \end_layout
22284
22285 \end_inset
22286
22287
22288 \end_layout
22289
22290 \begin_layout Standard
22291 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
22292  LaTeX 
22293 \series bold
22294 eurosym
22295 \series default
22296
22297 \begin_inset Index
22298 status collapsed
22299
22300 \begin_layout Plain Layout
22301 Paquetes ! eurosym
22302 \end_layout
22303
22304 \end_inset
22305
22306 , y cargado en el preámbulo LaTeX con la línea
22307 \end_layout
22308
22309 \begin_layout Standard
22310
22311 \series bold
22312
22313 \backslash
22314 usepackage[gennarrow]{eurosym}
22315 \end_layout
22316
22317 \begin_layout Standard
22318 Actualmente también se puede insertar con el comando 
22319 \series bold
22320
22321 \backslash
22322 euro
22323 \series default
22324
22325 \begin_inset Index
22326 status collapsed
22327
22328 \begin_layout Plain Layout
22329 Comandos ! E ! 
22330 \backslash
22331 euro
22332 \end_layout
22333
22334 \end_inset
22335
22336 .
22337 \end_layout
22338
22339 \begin_layout Standard
22340 El símbolo del euro puede insertarse directamente con la tecla € en texto
22341  matemático sin tener 
22342 \series bold
22343 eurosym
22344 \series default
22345  instalado.
22346  Si 
22347 \series bold
22348 eurosym
22349 \series default
22350  está instalado, se puede insertar 
22351 \series bold
22352
22353 \backslash
22354 euro
22355 \series default
22356  en modo TeX.
22357  El símbolo oficial de la moneda se puede insertar con el comando 
22358 \series bold
22359
22360 \backslash
22361 officialeuro
22362 \series default
22363
22364 \begin_inset Index
22365 status collapsed
22366
22367 \begin_layout Plain Layout
22368 Comandos ! O ! 
22369 \backslash
22370 officialeuro
22371 \end_layout
22372
22373 \end_inset
22374
22375 , que sólo está disponible en modo TeX.
22376 \end_layout
22377
22378 \begin_layout Standard
22379 \begin_inset ERT
22380 status collapsed
22381
22382 \begin_layout Plain Layout
22383
22384
22385 \backslash
22386 ifeurosym
22387 \end_layout
22388
22389 \end_inset
22390
22391
22392 \begin_inset Note Note
22393 status collapsed
22394
22395 \begin_layout Plain Layout
22396 La tabla siguiente sólo se mostrará si está instalado el paquete LaTeX 
22397 \series bold
22398 eurosym
22399 \series default
22400 .
22401 \end_layout
22402
22403 \end_inset
22404
22405
22406 \end_layout
22407
22408 \begin_layout Standard
22409 Un vistazo a los diferentes símbolos del euro.
22410 \end_layout
22411
22412 \begin_layout Standard
22413 \noindent
22414 \align center
22415 \begin_inset Tabular
22416 <lyxtabular version="3" rows="4" columns="3">
22417 <features>
22418 <column alignment="center" valignment="top" width="0">
22419 <column alignment="center" valignment="top" width="0">
22420 <column alignment="center" valignment="top" width="0">
22421 <row>
22422 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22423 \begin_inset Text
22424
22425 \begin_layout Plain Layout
22426
22427 \end_layout
22428
22429 \end_inset
22430 </cell>
22431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22432 \begin_inset Text
22433
22434 \begin_layout Plain Layout
22435 Comando
22436 \end_layout
22437
22438 \end_inset
22439 </cell>
22440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22441 \begin_inset Text
22442
22443 \begin_layout Plain Layout
22444 Símbolo
22445 \end_layout
22446
22447 \end_inset
22448 </cell>
22449 </row>
22450 <row>
22451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22452 \begin_inset Text
22453
22454 \begin_layout Plain Layout
22455 ecuación
22456 \end_layout
22457
22458 \end_inset
22459 </cell>
22460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22461 \begin_inset Text
22462
22463 \begin_layout Plain Layout
22464
22465 \backslash
22466 euro
22467 \end_layout
22468
22469 \end_inset
22470 </cell>
22471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22472 \begin_inset Text
22473
22474 \begin_layout Plain Layout
22475 \begin_inset Formula $\euro$
22476 \end_inset
22477
22478
22479 \end_layout
22480
22481 \end_inset
22482 </cell>
22483 </row>
22484 <row>
22485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22486 \begin_inset Text
22487
22488 \begin_layout Plain Layout
22489 texto matemático
22490 \end_layout
22491
22492 \end_inset
22493 </cell>
22494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22495 \begin_inset Text
22496
22497 \begin_layout Plain Layout
22498
22499 \end_layout
22500
22501 \end_inset
22502 </cell>
22503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22504 \begin_inset Text
22505
22506 \begin_layout Plain Layout
22507 \begin_inset Formula $\mbox{€}$
22508 \end_inset
22509
22510
22511 \end_layout
22512
22513 \end_inset
22514 </cell>
22515 </row>
22516 <row>
22517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22518 \begin_inset Text
22519
22520 \begin_layout Plain Layout
22521 modo TeX
22522 \end_layout
22523
22524 \end_inset
22525 </cell>
22526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22527 \begin_inset Text
22528
22529 \begin_layout Plain Layout
22530
22531 \backslash
22532 officialeuro
22533 \end_layout
22534
22535 \end_inset
22536 </cell>
22537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22538 \begin_inset Text
22539
22540 \begin_layout Plain Layout
22541 \begin_inset ERT
22542 status collapsed
22543
22544 \begin_layout Plain Layout
22545
22546
22547 \backslash
22548 officialeuro
22549 \end_layout
22550
22551 \end_inset
22552
22553
22554 \end_layout
22555
22556 \end_inset
22557 </cell>
22558 </row>
22559 </lyxtabular>
22560
22561 \end_inset
22562
22563
22564 \end_layout
22565
22566 \begin_layout Standard
22567 \begin_inset ERT
22568 status collapsed
22569
22570 \begin_layout Plain Layout
22571
22572
22573 \backslash
22574 else
22575 \end_layout
22576
22577 \end_inset
22578
22579
22580 \begin_inset Note Note
22581 status collapsed
22582
22583 \begin_layout Plain Layout
22584 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
22585 \series bold
22586 eurosym
22587 \series default
22588 :
22589 \end_layout
22590
22591 \end_inset
22592
22593
22594 \end_layout
22595
22596 \begin_layout Standard
22597 Para ver la salida completa de esta subsección debe estar instalado el paquete
22598  LaTeX 
22599 \series bold
22600 eurosym
22601 \series default
22602 .
22603 \end_layout
22604
22605 \begin_layout Standard
22606 \begin_inset ERT
22607 status collapsed
22608
22609 \begin_layout Plain Layout
22610
22611
22612 \backslash
22613 fi
22614 \end_layout
22615
22616 \end_inset
22617
22618
22619 \end_layout
22620
22621 \begin_layout Section
22622 Relaciones
22623 \begin_inset CommandInset label
22624 LatexCommand label
22625 name "sec:Relaciones"
22626
22627 \end_inset
22628
22629
22630 \begin_inset Index
22631 status collapsed
22632
22633 \begin_layout Plain Layout
22634 Relaciones
22635 \end_layout
22636
22637 \end_inset
22638
22639
22640 \begin_inset Index
22641 status collapsed
22642
22643 \begin_layout Plain Layout
22644 Comparaciones|see
22645 \begin_inset ERT
22646 status collapsed
22647
22648 \begin_layout Plain Layout
22649
22650 {
22651 \end_layout
22652
22653 \end_inset
22654
22655 Relaciones
22656 \begin_inset ERT
22657 status collapsed
22658
22659 \begin_layout Plain Layout
22660
22661 }
22662 \end_layout
22663
22664 \end_inset
22665
22666
22667 \end_layout
22668
22669 \end_inset
22670
22671
22672 \end_layout
22673
22674 \begin_layout Standard
22675 Todas las relaciones se pueden insertar también con el botón 
22676 \begin_inset Graphics
22677         filename ../../images/math/leq.png
22678         scale 85
22679
22680 \end_inset
22681
22682  de la barra de ecuaciones.
22683 \end_layout
22684
22685 \begin_layout Standard
22686 \begin_inset space \hfill{}
22687 \end_inset
22688
22689
22690 \begin_inset Tabular
22691 <lyxtabular version="3" rows="17" columns="2">
22692 <features>
22693 <column alignment="center" valignment="top" width="0pt">
22694 <column alignment="center" valignment="top" width="0pt">
22695 <row>
22696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700 Comando
22701 \end_layout
22702
22703 \end_inset
22704 </cell>
22705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22706 \begin_inset Text
22707
22708 \begin_layout Plain Layout
22709 Relación
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 </row>
22715 <row>
22716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22717 \begin_inset Text
22718
22719 \begin_layout Plain Layout
22720 <
22721 \end_layout
22722
22723 \end_inset
22724 </cell>
22725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22726 \begin_inset Text
22727
22728 \begin_layout Plain Layout
22729 \begin_inset Formula $<$
22730 \end_inset
22731
22732
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 </row>
22738 <row>
22739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743
22744 \backslash
22745 le
22746 \end_layout
22747
22748 \end_inset
22749 </cell>
22750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22751 \begin_inset Text
22752
22753 \begin_layout Plain Layout
22754 \begin_inset Formula $\le$
22755 \end_inset
22756
22757
22758 \end_layout
22759
22760 \end_inset
22761 </cell>
22762 </row>
22763 <row>
22764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22765 \begin_inset Text
22766
22767 \begin_layout Plain Layout
22768
22769 \backslash
22770 ll
22771 \end_layout
22772
22773 \end_inset
22774 </cell>
22775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22776 \begin_inset Text
22777
22778 \begin_layout Plain Layout
22779 \begin_inset Formula $\ll$
22780 \end_inset
22781
22782
22783 \end_layout
22784
22785 \end_inset
22786 </cell>
22787 </row>
22788 <row>
22789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22790 \begin_inset Text
22791
22792 \begin_layout Plain Layout
22793
22794 \backslash
22795 prec
22796 \end_layout
22797
22798 \end_inset
22799 </cell>
22800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22801 \begin_inset Text
22802
22803 \begin_layout Plain Layout
22804 \begin_inset Formula $\prec$
22805 \end_inset
22806
22807
22808 \end_layout
22809
22810 \end_inset
22811 </cell>
22812 </row>
22813 <row>
22814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22815 \begin_inset Text
22816
22817 \begin_layout Plain Layout
22818
22819 \backslash
22820 preceq
22821 \end_layout
22822
22823 \end_inset
22824 </cell>
22825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22826 \begin_inset Text
22827
22828 \begin_layout Plain Layout
22829 \begin_inset Formula $\preceq$
22830 \end_inset
22831
22832
22833 \end_layout
22834
22835 \end_inset
22836 </cell>
22837 </row>
22838 <row>
22839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22840 \begin_inset Text
22841
22842 \begin_layout Plain Layout
22843
22844 \backslash
22845 subset
22846 \end_layout
22847
22848 \end_inset
22849 </cell>
22850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22851 \begin_inset Text
22852
22853 \begin_layout Plain Layout
22854 \begin_inset Formula $\subset$
22855 \end_inset
22856
22857
22858 \end_layout
22859
22860 \end_inset
22861 </cell>
22862 </row>
22863 <row>
22864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22865 \begin_inset Text
22866
22867 \begin_layout Plain Layout
22868
22869 \backslash
22870 subseteq
22871 \end_layout
22872
22873 \end_inset
22874 </cell>
22875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22876 \begin_inset Text
22877
22878 \begin_layout Plain Layout
22879 \begin_inset Formula $\subseteq$
22880 \end_inset
22881
22882
22883 \end_layout
22884
22885 \end_inset
22886 </cell>
22887 </row>
22888 <row>
22889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22890 \begin_inset Text
22891
22892 \begin_layout Plain Layout
22893
22894 \backslash
22895 sqsubseteq
22896 \end_layout
22897
22898 \end_inset
22899 </cell>
22900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22901 \begin_inset Text
22902
22903 \begin_layout Plain Layout
22904 \begin_inset Formula $\sqsubseteq$
22905 \end_inset
22906
22907
22908 \end_layout
22909
22910 \end_inset
22911 </cell>
22912 </row>
22913 <row>
22914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22915 \begin_inset Text
22916
22917 \begin_layout Plain Layout
22918
22919 \backslash
22920 in
22921 \end_layout
22922
22923 \end_inset
22924 </cell>
22925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22926 \begin_inset Text
22927
22928 \begin_layout Plain Layout
22929 \begin_inset Formula $\in$
22930 \end_inset
22931
22932
22933 \end_layout
22934
22935 \end_inset
22936 </cell>
22937 </row>
22938 <row>
22939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22940 \begin_inset Text
22941
22942 \begin_layout Plain Layout
22943
22944 \backslash
22945 vdash
22946 \end_layout
22947
22948 \end_inset
22949 </cell>
22950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22951 \begin_inset Text
22952
22953 \begin_layout Plain Layout
22954 \begin_inset Formula $\vdash$
22955 \end_inset
22956
22957
22958 \end_layout
22959
22960 \end_inset
22961 </cell>
22962 </row>
22963 <row>
22964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22965 \begin_inset Text
22966
22967 \begin_layout Plain Layout
22968
22969 \backslash
22970 smile
22971 \end_layout
22972
22973 \end_inset
22974 </cell>
22975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22976 \begin_inset Text
22977
22978 \begin_layout Plain Layout
22979 \begin_inset Formula $\smile$
22980 \end_inset
22981
22982
22983 \end_layout
22984
22985 \end_inset
22986 </cell>
22987 </row>
22988 <row>
22989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22990 \begin_inset Text
22991
22992 \begin_layout Plain Layout
22993
22994 \backslash
22995 lhd
22996 \end_layout
22997
22998 \end_inset
22999 </cell>
23000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23001 \begin_inset Text
23002
23003 \begin_layout Plain Layout
23004 \begin_inset Formula $\lhd$
23005 \end_inset
23006
23007
23008 \end_layout
23009
23010 \end_inset
23011 </cell>
23012 </row>
23013 <row>
23014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23015 \begin_inset Text
23016
23017 \begin_layout Plain Layout
23018
23019 \backslash
23020 unlhd
23021 \end_layout
23022
23023 \end_inset
23024 </cell>
23025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23026 \begin_inset Text
23027
23028 \begin_layout Plain Layout
23029 \begin_inset Formula $\unlhd$
23030 \end_inset
23031
23032
23033 \end_layout
23034
23035 \end_inset
23036 </cell>
23037 </row>
23038 <row>
23039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23040 \begin_inset Text
23041
23042 \begin_layout Plain Layout
23043
23044 \backslash
23045 gtrless
23046 \end_layout
23047
23048 \end_inset
23049 </cell>
23050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23051 \begin_inset Text
23052
23053 \begin_layout Plain Layout
23054 \begin_inset Formula $\gtrless$
23055 \end_inset
23056
23057
23058 \end_layout
23059
23060 \end_inset
23061 </cell>
23062 </row>
23063 <row>
23064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23065 \begin_inset Text
23066
23067 \begin_layout Plain Layout
23068
23069 \backslash
23070 mid
23071 \end_layout
23072
23073 \end_inset
23074 </cell>
23075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23076 \begin_inset Text
23077
23078 \begin_layout Plain Layout
23079 \begin_inset Formula $\mid$
23080 \end_inset
23081
23082
23083 \end_layout
23084
23085 \end_inset
23086 </cell>
23087 </row>
23088 <row>
23089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23090 \begin_inset Text
23091
23092 \begin_layout Plain Layout
23093
23094 \backslash
23095 nmid
23096 \end_layout
23097
23098 \end_inset
23099 </cell>
23100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23101 \begin_inset Text
23102
23103 \begin_layout Plain Layout
23104 \begin_inset Formula $\nmid$
23105 \end_inset
23106
23107
23108 \end_layout
23109
23110 \end_inset
23111 </cell>
23112 </row>
23113 </lyxtabular>
23114
23115 \end_inset
23116
23117
23118 \begin_inset space \hfill{}
23119 \end_inset
23120
23121
23122 \begin_inset Tabular
23123 <lyxtabular version="3" rows="17" columns="2">
23124 <features>
23125 <column alignment="center" valignment="top" width="0pt">
23126 <column alignment="center" valignment="top" width="0pt">
23127 <row>
23128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23129 \begin_inset Text
23130
23131 \begin_layout Plain Layout
23132 Comando
23133 \end_layout
23134
23135 \end_inset
23136 </cell>
23137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23138 \begin_inset Text
23139
23140 \begin_layout Plain Layout
23141 Relación
23142 \end_layout
23143
23144 \end_inset
23145 </cell>
23146 </row>
23147 <row>
23148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23149 \begin_inset Text
23150
23151 \begin_layout Plain Layout
23152 =
23153 \end_layout
23154
23155 \end_inset
23156 </cell>
23157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23158 \begin_inset Text
23159
23160 \begin_layout Plain Layout
23161 \begin_inset Formula $=$
23162 \end_inset
23163
23164
23165 \end_layout
23166
23167 \end_inset
23168 </cell>
23169 </row>
23170 <row>
23171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23172 \begin_inset Text
23173
23174 \begin_layout Plain Layout
23175
23176 \backslash
23177 not=
23178 \end_layout
23179
23180 \end_inset
23181 </cell>
23182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23183 \begin_inset Text
23184
23185 \begin_layout Plain Layout
23186 \begin_inset Formula $\not=$
23187 \end_inset
23188
23189
23190 \end_layout
23191
23192 \end_inset
23193 </cell>
23194 </row>
23195 <row>
23196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23197 \begin_inset Text
23198
23199 \begin_layout Plain Layout
23200
23201 \backslash
23202 equiv
23203 \end_layout
23204
23205 \end_inset
23206 </cell>
23207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23208 \begin_inset Text
23209
23210 \begin_layout Plain Layout
23211 \begin_inset Formula $\equiv$
23212 \end_inset
23213
23214
23215 \end_layout
23216
23217 \end_inset
23218 </cell>
23219 </row>
23220 <row>
23221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23222 \begin_inset Text
23223
23224 \begin_layout Plain Layout
23225
23226 \backslash
23227 sim
23228 \end_layout
23229
23230 \end_inset
23231 </cell>
23232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23233 \begin_inset Text
23234
23235 \begin_layout Plain Layout
23236 \begin_inset Formula $\sim$
23237 \end_inset
23238
23239
23240 \end_layout
23241
23242 \end_inset
23243 </cell>
23244 </row>
23245 <row>
23246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23247 \begin_inset Text
23248
23249 \begin_layout Plain Layout
23250
23251 \backslash
23252 simeq
23253 \end_layout
23254
23255 \end_inset
23256 </cell>
23257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23258 \begin_inset Text
23259
23260 \begin_layout Plain Layout
23261 \begin_inset Formula $\simeq$
23262 \end_inset
23263
23264
23265 \end_layout
23266
23267 \end_inset
23268 </cell>
23269 </row>
23270 <row>
23271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23272 \begin_inset Text
23273
23274 \begin_layout Plain Layout
23275
23276 \backslash
23277 approx
23278 \end_layout
23279
23280 \end_inset
23281 </cell>
23282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23283 \begin_inset Text
23284
23285 \begin_layout Plain Layout
23286 \begin_inset Formula $\approx$
23287 \end_inset
23288
23289
23290 \end_layout
23291
23292 \end_inset
23293 </cell>
23294 </row>
23295 <row>
23296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23297 \begin_inset Text
23298
23299 \begin_layout Plain Layout
23300
23301 \backslash
23302 cong
23303 \end_layout
23304
23305 \end_inset
23306 </cell>
23307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23308 \begin_inset Text
23309
23310 \begin_layout Plain Layout
23311 \begin_inset Formula $\cong$
23312 \end_inset
23313
23314
23315 \end_layout
23316
23317 \end_inset
23318 </cell>
23319 </row>
23320 <row>
23321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23322 \begin_inset Text
23323
23324 \begin_layout Plain Layout
23325
23326 \backslash
23327 bowtie
23328 \end_layout
23329
23330 \end_inset
23331 </cell>
23332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23333 \begin_inset Text
23334
23335 \begin_layout Plain Layout
23336 \begin_inset Formula $\bowtie$
23337 \end_inset
23338
23339
23340 \end_layout
23341
23342 \end_inset
23343 </cell>
23344 </row>
23345 <row>
23346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23347 \begin_inset Text
23348
23349 \begin_layout Plain Layout
23350
23351 \backslash
23352 notin
23353 \end_layout
23354
23355 \end_inset
23356 </cell>
23357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23358 \begin_inset Text
23359
23360 \begin_layout Plain Layout
23361 \begin_inset Formula $\notin$
23362 \end_inset
23363
23364
23365 \end_layout
23366
23367 \end_inset
23368 </cell>
23369 </row>
23370 <row>
23371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23372 \begin_inset Text
23373
23374 \begin_layout Plain Layout
23375
23376 \backslash
23377 perp
23378 \end_layout
23379
23380 \end_inset
23381 </cell>
23382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23383 \begin_inset Text
23384
23385 \begin_layout Plain Layout
23386 \begin_inset Formula $\perp$
23387 \end_inset
23388
23389
23390 \end_layout
23391
23392 \end_inset
23393 </cell>
23394 </row>
23395 <row>
23396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23397 \begin_inset Text
23398
23399 \begin_layout Plain Layout
23400
23401 \backslash
23402 propto
23403 \end_layout
23404
23405 \end_inset
23406 </cell>
23407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23408 \begin_inset Text
23409
23410 \begin_layout Plain Layout
23411 \begin_inset Formula $\propto$
23412 \end_inset
23413
23414
23415 \end_layout
23416
23417 \end_inset
23418 </cell>
23419 </row>
23420 <row>
23421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23422 \begin_inset Text
23423
23424 \begin_layout Plain Layout
23425
23426 \backslash
23427 asymp
23428 \end_layout
23429
23430 \end_inset
23431 </cell>
23432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23433 \begin_inset Text
23434
23435 \begin_layout Plain Layout
23436 \begin_inset Formula $\asymp$
23437 \end_inset
23438
23439
23440 \end_layout
23441
23442 \end_inset
23443 </cell>
23444 </row>
23445 <row>
23446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23447 \begin_inset Text
23448
23449 \begin_layout Plain Layout
23450
23451 \backslash
23452 doteq
23453 \end_layout
23454
23455 \end_inset
23456 </cell>
23457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23458 \begin_inset Text
23459
23460 \begin_layout Plain Layout
23461 \begin_inset Formula $\doteq$
23462 \end_inset
23463
23464
23465 \end_layout
23466
23467 \end_inset
23468 </cell>
23469 </row>
23470 <row>
23471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23472 \begin_inset Text
23473
23474 \begin_layout Plain Layout
23475
23476 \backslash
23477 circeq
23478 \end_layout
23479
23480 \end_inset
23481 </cell>
23482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23483 \begin_inset Text
23484
23485 \begin_layout Plain Layout
23486 \begin_inset Formula $\circeq$
23487 \end_inset
23488
23489
23490 \end_layout
23491
23492 \end_inset
23493 </cell>
23494 </row>
23495 <row>
23496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23497 \begin_inset Text
23498
23499 \begin_layout Plain Layout
23500
23501 \backslash
23502 models
23503 \end_layout
23504
23505 \end_inset
23506 </cell>
23507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23508 \begin_inset Text
23509
23510 \begin_layout Plain Layout
23511 \begin_inset Formula $\models$
23512 \end_inset
23513
23514
23515 \end_layout
23516
23517 \end_inset
23518 </cell>
23519 </row>
23520 <row>
23521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23522 \begin_inset Text
23523
23524 \begin_layout Plain Layout
23525
23526 \backslash
23527 widehat=
23528 \end_layout
23529
23530 \end_inset
23531 </cell>
23532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23533 \begin_inset Text
23534
23535 \begin_layout Plain Layout
23536 \begin_inset Formula $\widehat{=}$
23537 \end_inset
23538
23539
23540 \end_layout
23541
23542 \end_inset
23543 </cell>
23544 </row>
23545 </lyxtabular>
23546
23547 \end_inset
23548
23549
23550 \begin_inset space \hfill{}
23551 \end_inset
23552
23553
23554 \begin_inset Tabular
23555 <lyxtabular version="3" rows="17" columns="2">
23556 <features>
23557 <column alignment="center" valignment="top" width="0pt">
23558 <column alignment="center" valignment="top" width="0pt">
23559 <row>
23560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23561 \begin_inset Text
23562
23563 \begin_layout Plain Layout
23564 Comando
23565 \end_layout
23566
23567 \end_inset
23568 </cell>
23569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573 Relación
23574 \end_layout
23575
23576 \end_inset
23577 </cell>
23578 </row>
23579 <row>
23580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23581 \begin_inset Text
23582
23583 \begin_layout Plain Layout
23584 >
23585 \end_layout
23586
23587 \end_inset
23588 </cell>
23589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23590 \begin_inset Text
23591
23592 \begin_layout Plain Layout
23593 \begin_inset Formula $>$
23594 \end_inset
23595
23596
23597 \end_layout
23598
23599 \end_inset
23600 </cell>
23601 </row>
23602 <row>
23603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23604 \begin_inset Text
23605
23606 \begin_layout Plain Layout
23607
23608 \backslash
23609 ge
23610 \end_layout
23611
23612 \end_inset
23613 </cell>
23614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618 \begin_inset Formula $\ge$
23619 \end_inset
23620
23621
23622 \end_layout
23623
23624 \end_inset
23625 </cell>
23626 </row>
23627 <row>
23628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23629 \begin_inset Text
23630
23631 \begin_layout Plain Layout
23632
23633 \backslash
23634 gg
23635 \end_layout
23636
23637 \end_inset
23638 </cell>
23639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23640 \begin_inset Text
23641
23642 \begin_layout Plain Layout
23643 \begin_inset Formula $\gg$
23644 \end_inset
23645
23646
23647 \end_layout
23648
23649 \end_inset
23650 </cell>
23651 </row>
23652 <row>
23653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23654 \begin_inset Text
23655
23656 \begin_layout Plain Layout
23657
23658 \backslash
23659 succ
23660 \end_layout
23661
23662 \end_inset
23663 </cell>
23664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23665 \begin_inset Text
23666
23667 \begin_layout Plain Layout
23668 \begin_inset Formula $\succ$
23669 \end_inset
23670
23671
23672 \end_layout
23673
23674 \end_inset
23675 </cell>
23676 </row>
23677 <row>
23678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23679 \begin_inset Text
23680
23681 \begin_layout Plain Layout
23682
23683 \backslash
23684 succeq
23685 \end_layout
23686
23687 \end_inset
23688 </cell>
23689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23690 \begin_inset Text
23691
23692 \begin_layout Plain Layout
23693 \begin_inset Formula $\succeq$
23694 \end_inset
23695
23696
23697 \end_layout
23698
23699 \end_inset
23700 </cell>
23701 </row>
23702 <row>
23703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23704 \begin_inset Text
23705
23706 \begin_layout Plain Layout
23707
23708 \backslash
23709 supset
23710 \end_layout
23711
23712 \end_inset
23713 </cell>
23714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23715 \begin_inset Text
23716
23717 \begin_layout Plain Layout
23718 \begin_inset Formula $\supset$
23719 \end_inset
23720
23721
23722 \end_layout
23723
23724 \end_inset
23725 </cell>
23726 </row>
23727 <row>
23728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23729 \begin_inset Text
23730
23731 \begin_layout Plain Layout
23732
23733 \backslash
23734 supseteq
23735 \end_layout
23736
23737 \end_inset
23738 </cell>
23739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743 \begin_inset Formula $\supseteq$
23744 \end_inset
23745
23746
23747 \end_layout
23748
23749 \end_inset
23750 </cell>
23751 </row>
23752 <row>
23753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23754 \begin_inset Text
23755
23756 \begin_layout Plain Layout
23757
23758 \backslash
23759 sqsupseteq
23760 \end_layout
23761
23762 \end_inset
23763 </cell>
23764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23765 \begin_inset Text
23766
23767 \begin_layout Plain Layout
23768 \begin_inset Formula $\sqsupseteq$
23769 \end_inset
23770
23771
23772 \end_layout
23773
23774 \end_inset
23775 </cell>
23776 </row>
23777 <row>
23778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23779 \begin_inset Text
23780
23781 \begin_layout Plain Layout
23782
23783 \backslash
23784 ni
23785 \end_layout
23786
23787 \end_inset
23788 </cell>
23789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23790 \begin_inset Text
23791
23792 \begin_layout Plain Layout
23793 \begin_inset Formula $\ni$
23794 \end_inset
23795
23796
23797 \end_layout
23798
23799 \end_inset
23800 </cell>
23801 </row>
23802 <row>
23803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23804 \begin_inset Text
23805
23806 \begin_layout Plain Layout
23807
23808 \backslash
23809 dashv
23810 \end_layout
23811
23812 \end_inset
23813 </cell>
23814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23815 \begin_inset Text
23816
23817 \begin_layout Plain Layout
23818 \begin_inset Formula $\dashv$
23819 \end_inset
23820
23821
23822 \end_layout
23823
23824 \end_inset
23825 </cell>
23826 </row>
23827 <row>
23828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23829 \begin_inset Text
23830
23831 \begin_layout Plain Layout
23832
23833 \backslash
23834 frown
23835 \end_layout
23836
23837 \end_inset
23838 </cell>
23839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23840 \begin_inset Text
23841
23842 \begin_layout Plain Layout
23843 \begin_inset Formula $\frown$
23844 \end_inset
23845
23846
23847 \end_layout
23848
23849 \end_inset
23850 </cell>
23851 </row>
23852 <row>
23853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23854 \begin_inset Text
23855
23856 \begin_layout Plain Layout
23857
23858 \backslash
23859 rhd
23860 \end_layout
23861
23862 \end_inset
23863 </cell>
23864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23865 \begin_inset Text
23866
23867 \begin_layout Plain Layout
23868 \begin_inset Formula $\rhd$
23869 \end_inset
23870
23871
23872 \end_layout
23873
23874 \end_inset
23875 </cell>
23876 </row>
23877 <row>
23878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23879 \begin_inset Text
23880
23881 \begin_layout Plain Layout
23882
23883 \backslash
23884 unrhd
23885 \end_layout
23886
23887 \end_inset
23888 </cell>
23889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23890 \begin_inset Text
23891
23892 \begin_layout Plain Layout
23893 \begin_inset Formula $\unrhd$
23894 \end_inset
23895
23896
23897 \end_layout
23898
23899 \end_inset
23900 </cell>
23901 </row>
23902 <row>
23903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23904 \begin_inset Text
23905
23906 \begin_layout Plain Layout
23907
23908 \backslash
23909 lessgtr
23910 \end_layout
23911
23912 \end_inset
23913 </cell>
23914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23915 \begin_inset Text
23916
23917 \begin_layout Plain Layout
23918 \begin_inset Formula $\lessgtr$
23919 \end_inset
23920
23921
23922 \end_layout
23923
23924 \end_inset
23925 </cell>
23926 </row>
23927 <row>
23928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23929 \begin_inset Text
23930
23931 \begin_layout Plain Layout
23932
23933 \backslash
23934 parallel
23935 \end_layout
23936
23937 \end_inset
23938 </cell>
23939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23940 \begin_inset Text
23941
23942 \begin_layout Plain Layout
23943 \begin_inset Formula $\parallel$
23944 \end_inset
23945
23946
23947 \end_layout
23948
23949 \end_inset
23950 </cell>
23951 </row>
23952 <row>
23953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23954 \begin_inset Text
23955
23956 \begin_layout Plain Layout
23957
23958 \backslash
23959 nparallel
23960 \end_layout
23961
23962 \end_inset
23963 </cell>
23964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23965 \begin_inset Text
23966
23967 \begin_layout Plain Layout
23968 \begin_inset Formula $\nparallel$
23969 \end_inset
23970
23971
23972 \end_layout
23973
23974 \end_inset
23975 </cell>
23976 </row>
23977 </lyxtabular>
23978
23979 \end_inset
23980
23981
23982 \begin_inset space \hfill{}
23983 \end_inset
23984
23985
23986 \end_layout
23987
23988 \begin_layout Standard
23989 \begin_inset VSpace medskip
23990 \end_inset
23991
23992
23993 \end_layout
23994
23995 \begin_layout Standard
23996 Los caracteres 
23997 \series bold
23998
23999 \backslash
24000 lhd
24001 \series default
24002  y 
24003 \series bold
24004
24005 \backslash
24006 rhd
24007 \series default
24008  son mayores que los operadores de aspecto similar 
24009 \series bold
24010
24011 \backslash
24012 triangleleft
24013 \series default
24014  y 
24015 \series bold
24016
24017 \backslash
24018 triangleright
24019 \series default
24020 , respectivamente.
24021 \end_layout
24022
24023 \begin_layout Standard
24024 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
24025 \end_layout
24026
24027 \begin_layout Standard
24028 Se pueden componer relaciones con etiquetas con el comando 
24029 \series bold
24030
24031 \backslash
24032 stackrel
24033 \series default
24034
24035 \begin_inset Index
24036 status collapsed
24037
24038 \begin_layout Plain Layout
24039 Comandos ! S ! 
24040 \backslash
24041 stackrel
24042 \end_layout
24043
24044 \end_inset
24045
24046 :
24047 \end_layout
24048
24049 \begin_layout Standard
24050 \align center
24051 \begin_inset Tabular
24052 <lyxtabular version="3" rows="2" columns="2">
24053 <features>
24054 <column alignment="center" valignment="top" width="0">
24055 <column alignment="center" valignment="top" width="0">
24056 <row>
24057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24058 \begin_inset Text
24059
24060 \begin_layout Plain Layout
24061 Comando
24062 \end_layout
24063
24064 \end_inset
24065 </cell>
24066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24067 \begin_inset Text
24068
24069 \begin_layout Plain Layout
24070 Resultado
24071 \begin_inset Note Note
24072 status collapsed
24073
24074 \begin_layout Plain Layout
24075
24076 \series bold
24077
24078 \backslash
24079 raisebox
24080 \series default
24081  se usa sólo como espaciador
24082 \end_layout
24083
24084 \end_inset
24085
24086
24087 \end_layout
24088
24089 \end_inset
24090 </cell>
24091 </row>
24092 <row>
24093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24094 \begin_inset Text
24095
24096 \begin_layout Plain Layout
24097 A(r)
24098 \backslash
24099 stackrel
24100 \begin_inset ERT
24101 status collapsed
24102
24103 \begin_layout Plain Layout
24104
24105
24106 \backslash
24107 spce 
24108 \end_layout
24109
24110 \end_inset
24111
24112 r
24113 \backslash
24114 to
24115 \backslash
24116 infty
24117 \begin_inset ERT
24118 status collapsed
24119
24120 \begin_layout Plain Layout
24121
24122
24123 \backslash
24124 spce 
24125 \end_layout
24126
24127 \end_inset
24128
24129
24130 \begin_inset Formula $\downarrow$
24131 \end_inset
24132
24133
24134 \backslash
24135 approx
24136 \begin_inset ERT
24137 status collapsed
24138
24139 \begin_layout Plain Layout
24140
24141
24142 \backslash
24143 spce 
24144 \end_layout
24145
24146 \end_inset
24147
24148
24149 \begin_inset ERT
24150 status collapsed
24151
24152 \begin_layout Plain Layout
24153
24154
24155 \backslash
24156 spce 
24157 \end_layout
24158
24159 \end_inset
24160
24161 B
24162 \end_layout
24163
24164 \end_inset
24165 </cell>
24166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24167 \begin_inset Text
24168
24169 \begin_layout Plain Layout
24170 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24171 \end_inset
24172
24173
24174 \end_layout
24175
24176 \end_inset
24177 </cell>
24178 </row>
24179 </lyxtabular>
24180
24181 \end_inset
24182
24183
24184 \end_layout
24185
24186 \begin_layout Section
24187 Funciones
24188 \end_layout
24189
24190 \begin_layout Subsection
24191 Funciones predefinidas
24192 \begin_inset CommandInset label
24193 LatexCommand label
24194 name "sub:Funciones-predefinidas"
24195
24196 \end_inset
24197
24198
24199 \begin_inset Index
24200 status collapsed
24201
24202 \begin_layout Plain Layout
24203 Funciones ! predefinidas
24204 \end_layout
24205
24206 \end_inset
24207
24208
24209 \end_layout
24210
24211 \begin_layout Standard
24212 En general las variables se escriben en 
24213 \emph on
24214 cursiva
24215 \emph default
24216  en expresiones matemáticas, pero no los nombres de las funciones, porque
24217  
24218 \begin_inset Formula $sen$
24219 \end_inset
24220
24221  podría confundirse con 
24222 \begin_inset Formula $s\cdot e\cdot n$
24223 \end_inset
24224
24225 .
24226  Por eso hay funciones predefinidas, que además se separan un poco del factor
24227  precedente.
24228  Se insertan como comandos con una barra inversa  delante de su nombre.
24229 \end_layout
24230
24231 \begin_layout Standard
24232 \align center
24233 \begin_inset Tabular
24234 <lyxtabular version="3" rows="2" columns="4">
24235 <features>
24236 <column alignment="center" valignment="top" width="0pt">
24237 <column alignment="center" valignment="top" width="0pt">
24238 <column alignment="center" valignment="top" width="0pt">
24239 <column alignment="center" valignment="top" width="0pt">
24240 <row>
24241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24242 \begin_inset Text
24243
24244 \begin_layout Plain Layout
24245 Comando
24246 \end_layout
24247
24248 \end_inset
24249 </cell>
24250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24251 \begin_inset Text
24252
24253 \begin_layout Plain Layout
24254 Resultado
24255 \end_layout
24256
24257 \end_inset
24258 </cell>
24259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24260 \begin_inset Text
24261
24262 \begin_layout Plain Layout
24263 Comando
24264 \end_layout
24265
24266 \end_inset
24267 </cell>
24268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24269 \begin_inset Text
24270
24271 \begin_layout Plain Layout
24272 Resultado
24273 \end_layout
24274
24275 \end_inset
24276 </cell>
24277 </row>
24278 <row>
24279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24280 \begin_inset Text
24281
24282 \begin_layout Plain Layout
24283 Asen(x)+B
24284 \end_layout
24285
24286 \end_inset
24287 </cell>
24288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24289 \begin_inset Text
24290
24291 \begin_layout Plain Layout
24292 \begin_inset Formula $Asen(x)+B$
24293 \end_inset
24294
24295
24296 \end_layout
24297
24298 \end_inset
24299 </cell>
24300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24301 \begin_inset Text
24302
24303 \begin_layout Plain Layout
24304 A
24305 \backslash
24306 sen(x)+B
24307 \end_layout
24308
24309 \end_inset
24310 </cell>
24311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24312 \begin_inset Text
24313
24314 \begin_layout Plain Layout
24315 \begin_inset Formula $A\sen(x)+B$
24316 \end_inset
24317
24318
24319 \end_layout
24320
24321 \end_inset
24322 </cell>
24323 </row>
24324 </lyxtabular>
24325
24326 \end_inset
24327
24328
24329 \end_layout
24330
24331 \begin_layout Standard
24332 Las funciones siguientes están predefinidas:
24333 \begin_inset Foot
24334 status open
24335
24336 \begin_layout Plain Layout
24337 Se han añadido los comandos equivalentes suministrados por el estilo 
24338 \series bold
24339 spanish
24340 \series default
24341  de 
24342 \series bold
24343 babel
24344 \series default
24345 , adaptados a las convenciones hispanohablantes.
24346  Además, en su caso, las funciones serán acentuadas automáticamente en la
24347  salida, p.
24348 \begin_inset space \thinspace{}
24349 \end_inset
24350
24351 e.
24352  
24353 \begin_inset Quotes fld
24354 \end_inset
24355
24356 lím
24357 \begin_inset Quotes frd
24358 \end_inset
24359
24360  o 
24361 \begin_inset Quotes fld
24362 \end_inset
24363
24364 máx
24365 \begin_inset Quotes frd
24366 \end_inset
24367
24368 .
24369  Más información en 
24370 \begin_inset CommandInset citation
24371 LatexCommand cite
24372 key "spanish"
24373
24374 \end_inset
24375
24376 .
24377  (
24378 \emph on
24379 N.
24380 \begin_inset space \thinspace{}
24381 \end_inset
24382
24383 del t.
24384 \emph default
24385 )
24386 \end_layout
24387
24388 \end_inset
24389
24390
24391 \end_layout
24392
24393 \begin_layout Standard
24394 \begin_inset VSpace -2mm
24395 \end_inset
24396
24397
24398 \end_layout
24399
24400 \begin_layout Standard
24401 \align center
24402 \begin_inset Tabular
24403 <lyxtabular version="3" rows="9" columns="7">
24404 <features>
24405 <column alignment="center" valignment="top" width="0pt">
24406 <column alignment="center" valignment="top" width="0pt">
24407 <column alignment="center" valignment="top" width="0pt">
24408 <column alignment="center" valignment="top" width="0pt">
24409 <column alignment="center" valignment="top" width="0pt">
24410 <column alignment="center" valignment="top" width="0pt">
24411 <column alignment="center" valignment="top" width="0pt">
24412 <row>
24413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24414 \begin_inset Text
24415
24416 \begin_layout Plain Layout
24417 Comando
24418 \end_layout
24419
24420 \end_inset
24421 </cell>
24422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24423 \begin_inset Text
24424
24425 \begin_layout Plain Layout
24426 español
24427 \end_layout
24428
24429 \end_inset
24430 </cell>
24431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24432 \begin_inset Text
24433
24434 \begin_layout Plain Layout
24435 Comando
24436 \end_layout
24437
24438 \end_inset
24439 </cell>
24440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24441 \begin_inset Text
24442
24443 \begin_layout Plain Layout
24444 español
24445 \end_layout
24446
24447 \end_inset
24448 </cell>
24449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24450 \begin_inset Text
24451
24452 \begin_layout Plain Layout
24453 Comando
24454 \end_layout
24455
24456 \end_inset
24457 </cell>
24458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24459 \begin_inset Text
24460
24461 \begin_layout Plain Layout
24462 español
24463 \end_layout
24464
24465 \end_inset
24466 </cell>
24467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24468 \begin_inset Text
24469
24470 \begin_layout Plain Layout
24471 Comando
24472 \end_layout
24473
24474 \end_inset
24475 </cell>
24476 </row>
24477 <row>
24478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24479 \begin_inset Text
24480
24481 \begin_layout Plain Layout
24482
24483 \backslash
24484 sin
24485 \end_layout
24486
24487 \end_inset
24488 </cell>
24489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24490 \begin_inset Text
24491
24492 \begin_layout Plain Layout
24493
24494 \backslash
24495 sen
24496 \end_layout
24497
24498 \end_inset
24499 </cell>
24500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24501 \begin_inset Text
24502
24503 \begin_layout Plain Layout
24504
24505 \backslash
24506 sinh
24507 \end_layout
24508
24509 \end_inset
24510 </cell>
24511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24512 \begin_inset Text
24513
24514 \begin_layout Plain Layout
24515
24516 \backslash
24517 senh
24518 \end_layout
24519
24520 \end_inset
24521 </cell>
24522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24523 \begin_inset Text
24524
24525 \begin_layout Plain Layout
24526
24527 \backslash
24528 arcsin
24529 \end_layout
24530
24531 \end_inset
24532 </cell>
24533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24534 \begin_inset Text
24535
24536 \begin_layout Plain Layout
24537
24538 \backslash
24539 arcsen
24540 \end_layout
24541
24542 \end_inset
24543 </cell>
24544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24545 \begin_inset Text
24546
24547 \begin_layout Plain Layout
24548
24549 \backslash
24550 sup
24551 \end_layout
24552
24553 \end_inset
24554 </cell>
24555 </row>
24556 <row>
24557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24558 \begin_inset Text
24559
24560 \begin_layout Plain Layout
24561
24562 \backslash
24563 cos
24564 \end_layout
24565
24566 \end_inset
24567 </cell>
24568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24569 \begin_inset Text
24570
24571 \begin_layout Plain Layout
24572
24573 \end_layout
24574
24575 \end_inset
24576 </cell>
24577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24578 \begin_inset Text
24579
24580 \begin_layout Plain Layout
24581
24582 \backslash
24583 cosh
24584 \end_layout
24585
24586 \end_inset
24587 </cell>
24588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24589 \begin_inset Text
24590
24591 \begin_layout Plain Layout
24592
24593 \end_layout
24594
24595 \end_inset
24596 </cell>
24597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24598 \begin_inset Text
24599
24600 \begin_layout Plain Layout
24601
24602 \backslash
24603 arccos
24604 \end_layout
24605
24606 \end_inset
24607 </cell>
24608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24609 \begin_inset Text
24610
24611 \begin_layout Plain Layout
24612
24613 \backslash
24614 arccos
24615 \end_layout
24616
24617 \end_inset
24618 </cell>
24619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24620 \begin_inset Text
24621
24622 \begin_layout Plain Layout
24623
24624 \backslash
24625 inf
24626 \end_layout
24627
24628 \end_inset
24629 </cell>
24630 </row>
24631 <row>
24632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24633 \begin_inset Text
24634
24635 \begin_layout Plain Layout
24636
24637 \backslash
24638 tan
24639 \end_layout
24640
24641 \end_inset
24642 </cell>
24643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24644 \begin_inset Text
24645
24646 \begin_layout Plain Layout
24647
24648 \backslash
24649 tg
24650 \end_layout
24651
24652 \end_inset
24653 </cell>
24654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24655 \begin_inset Text
24656
24657 \begin_layout Plain Layout
24658
24659 \backslash
24660 tanh
24661 \end_layout
24662
24663 \end_inset
24664 </cell>
24665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24666 \begin_inset Text
24667
24668 \begin_layout Plain Layout
24669
24670 \backslash
24671 tgh
24672 \end_layout
24673
24674 \end_inset
24675 </cell>
24676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24677 \begin_inset Text
24678
24679 \begin_layout Plain Layout
24680
24681 \backslash
24682 arctan
24683 \end_layout
24684
24685 \end_inset
24686 </cell>
24687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24688 \begin_inset Text
24689
24690 \begin_layout Plain Layout
24691
24692 \backslash
24693 arctg
24694 \end_layout
24695
24696 \end_inset
24697 </cell>
24698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24699 \begin_inset Text
24700
24701 \begin_layout Plain Layout
24702
24703 \backslash
24704 lim
24705 \end_layout
24706
24707 \end_inset
24708 </cell>
24709 </row>
24710 <row>
24711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24712 \begin_inset Text
24713
24714 \begin_layout Plain Layout
24715
24716 \backslash
24717 cot
24718 \end_layout
24719
24720 \end_inset
24721 </cell>
24722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24723 \begin_inset Text
24724
24725 \begin_layout Plain Layout
24726
24727 \backslash
24728 cotg
24729 \end_layout
24730
24731 \end_inset
24732 </cell>
24733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24734 \begin_inset Text
24735
24736 \begin_layout Plain Layout
24737
24738 \backslash
24739 coth
24740 \end_layout
24741
24742 \end_inset
24743 </cell>
24744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24745 \begin_inset Text
24746
24747 \begin_layout Plain Layout
24748
24749 \end_layout
24750
24751 \end_inset
24752 </cell>
24753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24754 \begin_inset Text
24755
24756 \begin_layout Plain Layout
24757
24758 \backslash
24759 arg
24760 \end_layout
24761
24762 \end_inset
24763 </cell>
24764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24765 \begin_inset Text
24766
24767 \begin_layout Plain Layout
24768
24769 \end_layout
24770
24771 \end_inset
24772 </cell>
24773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24774 \begin_inset Text
24775
24776 \begin_layout Plain Layout
24777
24778 \backslash
24779 liminf
24780 \end_layout
24781
24782 \end_inset
24783 </cell>
24784 </row>
24785 <row>
24786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24787 \begin_inset Text
24788
24789 \begin_layout Plain Layout
24790
24791 \backslash
24792 sec
24793 \end_layout
24794
24795 \end_inset
24796 </cell>
24797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24798 \begin_inset Text
24799
24800 \begin_layout Plain Layout
24801
24802 \end_layout
24803
24804 \end_inset
24805 </cell>
24806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24807 \begin_inset Text
24808
24809 \begin_layout Plain Layout
24810
24811 \backslash
24812 min
24813 \end_layout
24814
24815 \end_inset
24816 </cell>
24817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24818 \begin_inset Text
24819
24820 \begin_layout Plain Layout
24821
24822 \end_layout
24823
24824 \end_inset
24825 </cell>
24826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24827 \begin_inset Text
24828
24829 \begin_layout Plain Layout
24830
24831 \backslash
24832 deg
24833 \end_layout
24834
24835 \end_inset
24836 </cell>
24837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24838 \begin_inset Text
24839
24840 \begin_layout Plain Layout
24841
24842 \end_layout
24843
24844 \end_inset
24845 </cell>
24846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24847 \begin_inset Text
24848
24849 \begin_layout Plain Layout
24850
24851 \backslash
24852 limsup
24853 \end_layout
24854
24855 \end_inset
24856 </cell>
24857 </row>
24858 <row>
24859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24860 \begin_inset Text
24861
24862 \begin_layout Plain Layout
24863
24864 \backslash
24865 csc
24866 \end_layout
24867
24868 \end_inset
24869 </cell>
24870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24871 \begin_inset Text
24872
24873 \begin_layout Plain Layout
24874
24875 \backslash
24876 cosec
24877 \end_layout
24878
24879 \end_inset
24880 </cell>
24881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24882 \begin_inset Text
24883
24884 \begin_layout Plain Layout
24885
24886 \backslash
24887 max
24888 \end_layout
24889
24890 \end_inset
24891 </cell>
24892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24893 \begin_inset Text
24894
24895 \begin_layout Plain Layout
24896
24897 \end_layout
24898
24899 \end_inset
24900 </cell>
24901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24902 \begin_inset Text
24903
24904 \begin_layout Plain Layout
24905
24906 \backslash
24907 det
24908 \end_layout
24909
24910 \end_inset
24911 </cell>
24912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24913 \begin_inset Text
24914
24915 \begin_layout Plain Layout
24916
24917 \end_layout
24918
24919 \end_inset
24920 </cell>
24921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24922 \begin_inset Text
24923
24924 \begin_layout Plain Layout
24925
24926 \backslash
24927 Pr
24928 \end_layout
24929
24930 \end_inset
24931 </cell>
24932 </row>
24933 <row>
24934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24935 \begin_inset Text
24936
24937 \begin_layout Plain Layout
24938
24939 \backslash
24940 ln
24941 \end_layout
24942
24943 \end_inset
24944 </cell>
24945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24946 \begin_inset Text
24947
24948 \begin_layout Plain Layout
24949
24950 \end_layout
24951
24952 \end_inset
24953 </cell>
24954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24955 \begin_inset Text
24956
24957 \begin_layout Plain Layout
24958
24959 \backslash
24960 exp
24961 \end_layout
24962
24963 \end_inset
24964 </cell>
24965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24966 \begin_inset Text
24967
24968 \begin_layout Plain Layout
24969
24970 \end_layout
24971
24972 \end_inset
24973 </cell>
24974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24975 \begin_inset Text
24976
24977 \begin_layout Plain Layout
24978
24979 \backslash
24980 dim
24981 \end_layout
24982
24983 \end_inset
24984 </cell>
24985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24986 \begin_inset Text
24987
24988 \begin_layout Plain Layout
24989
24990 \end_layout
24991
24992 \end_inset
24993 </cell>
24994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24995 \begin_inset Text
24996
24997 \begin_layout Plain Layout
24998
24999 \backslash
25000 hom
25001 \end_layout
25002
25003 \end_inset
25004 </cell>
25005 </row>
25006 <row>
25007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25008 \begin_inset Text
25009
25010 \begin_layout Plain Layout
25011
25012 \backslash
25013 lg
25014 \end_layout
25015
25016 \end_inset
25017 </cell>
25018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25019 \begin_inset Text
25020
25021 \begin_layout Plain Layout
25022
25023 \end_layout
25024
25025 \end_inset
25026 </cell>
25027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25028 \begin_inset Text
25029
25030 \begin_layout Plain Layout
25031
25032 \backslash
25033 log
25034 \end_layout
25035
25036 \end_inset
25037 </cell>
25038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25039 \begin_inset Text
25040
25041 \begin_layout Plain Layout
25042
25043 \end_layout
25044
25045 \end_inset
25046 </cell>
25047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25048 \begin_inset Text
25049
25050 \begin_layout Plain Layout
25051
25052 \backslash
25053 ker
25054 \end_layout
25055
25056 \end_inset
25057 </cell>
25058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25059 \begin_inset Text
25060
25061 \begin_layout Plain Layout
25062
25063 \end_layout
25064
25065 \end_inset
25066 </cell>
25067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25068 \begin_inset Text
25069
25070 \begin_layout Plain Layout
25071
25072 \backslash
25073 gcd
25074 \end_layout
25075
25076 \end_inset
25077 </cell>
25078 </row>
25079 </lyxtabular>
25080
25081 \end_inset
25082
25083
25084 \end_layout
25085
25086 \begin_layout Standard
25087 También se pueden insertar con el botón 
25088 \begin_inset Graphics
25089         filename ../../images/math/functions.png
25090         scale 85
25091
25092 \end_inset
25093
25094  de la barra de ecuaciones.
25095 \end_layout
25096
25097 \begin_layout Subsection
25098 Funciones definidas por el usuario
25099 \begin_inset Index
25100 status collapsed
25101
25102 \begin_layout Plain Layout
25103 Funciones ! personalizadas
25104 \end_layout
25105
25106 \end_inset
25107
25108
25109 \end_layout
25110
25111 \begin_layout Standard
25112 Para usar una función no predefinida, como por ejemplo la función signo,
25113  sgn(x), hay dos posibilidades:
25114 \end_layout
25115
25116 \begin_layout Itemize
25117 Define la función añadiendo al preámbulo LaTeX la línea
25118 \begin_inset Foot
25119 status collapsed
25120
25121 \begin_layout Plain Layout
25122 Más sobre 
25123 \series bold
25124
25125 \backslash
25126 DeclareMathOperator
25127 \series default
25128  en 
25129 \begin_inset CommandInset ref
25130 LatexCommand ref
25131 reference "sub:Operadores-de-usuario"
25132
25133 \end_inset
25134
25135
25136 \end_layout
25137
25138 \end_inset
25139
25140
25141 \begin_inset Newline newline
25142 \end_inset
25143
25144
25145 \begin_inset VSpace -3mm
25146 \end_inset
25147
25148
25149 \begin_inset Newline newline
25150 \end_inset
25151
25152
25153 \series bold
25154
25155 \backslash
25156 DeclareMathOperator{
25157 \backslash
25158 sgn}{sgn}
25159 \series default
25160
25161 \begin_inset Index
25162 status collapsed
25163
25164 \begin_layout Plain Layout
25165 Comandos ! D ! 
25166 \backslash
25167 dbinom@
25168 \backslash
25169 DeclareMathOperator
25170 \end_layout
25171
25172 \end_inset
25173
25174
25175 \begin_inset Newline newline
25176 \end_inset
25177
25178
25179 \begin_inset VSpace -2mm
25180 \end_inset
25181
25182
25183 \begin_inset Newline newline
25184 \end_inset
25185
25186 Ahora la función recién definida se puede obtener con el comando 
25187 \series bold
25188
25189 \backslash
25190 sgn
25191 \series default
25192 .
25193 \end_layout
25194
25195 \begin_layout Itemize
25196 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25197  en nuestro ejemplo las letras 
25198 \emph on
25199 sgn
25200 \emph default
25201 , y cámbialo a texto matemático.
25202  Entre el factor precedente y la función se inserta un espacio.
25203 \end_layout
25204
25205 \begin_layout Standard
25206 El resultado con ambos métodos es el mismo que con una función predefinida:
25207 \begin_inset Foot
25208 status collapsed
25209
25210 \begin_layout Plain Layout
25211 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
25212  negro.
25213 \end_layout
25214
25215 \end_inset
25216
25217
25218 \end_layout
25219
25220 \begin_layout Standard
25221 \align center
25222 \begin_inset Tabular
25223 <lyxtabular version="3" rows="3" columns="2">
25224 <features>
25225 <column alignment="center" valignment="top" width="0pt">
25226 <column alignment="center" valignment="top" width="0pt">
25227 <row>
25228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25229 \begin_inset Text
25230
25231 \begin_layout Plain Layout
25232 Comando
25233 \end_layout
25234
25235 \end_inset
25236 </cell>
25237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25238 \begin_inset Text
25239
25240 \begin_layout Plain Layout
25241 Resultado
25242 \end_layout
25243
25244 \end_inset
25245 </cell>
25246 </row>
25247 <row>
25248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25249 \begin_inset Text
25250
25251 \begin_layout Plain Layout
25252 A
25253 \backslash
25254 sgn(x)+B
25255 \end_layout
25256
25257 \end_inset
25258 </cell>
25259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25260 \begin_inset Text
25261
25262 \begin_layout Plain Layout
25263 \begin_inset Formula $A\sgn(x)+B$
25264 \end_inset
25265
25266
25267 \end_layout
25268
25269 \end_inset
25270 </cell>
25271 </row>
25272 <row>
25273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25274 \begin_inset Text
25275
25276 \begin_layout Plain Layout
25277 A
25278 \backslash
25279 ,
25280 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
25281 \end_inset
25282
25283 (x)+B
25284 \end_layout
25285
25286 \end_inset
25287 </cell>
25288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25289 \begin_inset Text
25290
25291 \begin_layout Plain Layout
25292 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
25293 \end_inset
25294
25295
25296 \end_layout
25297
25298 \end_inset
25299 </cell>
25300 </row>
25301 </lyxtabular>
25302
25303 \end_inset
25304
25305
25306 \end_layout
25307
25308 \begin_layout Standard
25309 El primer método es preferible si la función se va a usar varias veces.
25310 \end_layout
25311
25312 \begin_layout Subsection
25313 Límites
25314 \begin_inset Index
25315 status collapsed
25316
25317 \begin_layout Plain Layout
25318 Limites@Límites
25319 \end_layout
25320
25321 \end_inset
25322
25323
25324 \end_layout
25325
25326 \begin_layout Standard
25327 Para límites, además de 
25328 \series bold
25329
25330 \backslash
25331 lim
25332 \series default
25333
25334 \begin_inset Index
25335 status collapsed
25336
25337 \begin_layout Plain Layout
25338 Comandos ! L ! 
25339 \backslash
25340 lim
25341 \end_layout
25342
25343 \end_inset
25344
25345
25346 \series bold
25347
25348 \backslash
25349 liminf
25350 \series default
25351  y 
25352 \series bold
25353
25354 \backslash
25355 limsup
25356 \series default
25357  están definidas las siguientes funciones:
25358 \series bold
25359  
25360 \end_layout
25361
25362 \begin_layout Standard
25363 \noindent
25364 \align center
25365 \begin_inset Tabular
25366 <lyxtabular version="3" rows="5" columns="2">
25367 <features>
25368 <column alignment="center" valignment="top" width="0">
25369 <column alignment="center" valignment="top" width="0">
25370 <row>
25371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25372 \begin_inset Text
25373
25374 \begin_layout Plain Layout
25375 Comando
25376 \end_layout
25377
25378 \end_inset
25379 </cell>
25380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25381 \begin_inset Text
25382
25383 \begin_layout Plain Layout
25384 Resultado
25385 \begin_inset Note Note
25386 status collapsed
25387
25388 \begin_layout Plain Layout
25389
25390 \series bold
25391
25392 \backslash
25393 raisebox
25394 \series default
25395  se usa sólo como espaciador
25396 \end_layout
25397
25398 \end_inset
25399
25400
25401 \end_layout
25402
25403 \end_inset
25404 </cell>
25405 </row>
25406 <row>
25407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25408 \begin_inset Text
25409
25410 \begin_layout Plain Layout
25411
25412 \backslash
25413 varliminf
25414 \end_layout
25415
25416 \end_inset
25417 </cell>
25418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25419 \begin_inset Text
25420
25421 \begin_layout Plain Layout
25422 \begin_inset Formula $\varliminf$
25423 \end_inset
25424
25425
25426 \end_layout
25427
25428 \end_inset
25429 </cell>
25430 </row>
25431 <row>
25432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25433 \begin_inset Text
25434
25435 \begin_layout Plain Layout
25436
25437 \backslash
25438 varlimsup
25439 \end_layout
25440
25441 \end_inset
25442 </cell>
25443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25444 \begin_inset Text
25445
25446 \begin_layout Plain Layout
25447 \begin_inset Formula $\varlimsup$
25448 \end_inset
25449
25450
25451 \end_layout
25452
25453 \end_inset
25454 </cell>
25455 </row>
25456 <row>
25457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25458 \begin_inset Text
25459
25460 \begin_layout Plain Layout
25461
25462 \backslash
25463 varprojlim
25464 \end_layout
25465
25466 \end_inset
25467 </cell>
25468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25469 \begin_inset Text
25470
25471 \begin_layout Plain Layout
25472 \begin_inset Formula $\varprojlim$
25473 \end_inset
25474
25475
25476 \end_layout
25477
25478 \end_inset
25479 </cell>
25480 </row>
25481 <row>
25482 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25483 \begin_inset Text
25484
25485 \begin_layout Plain Layout
25486
25487 \backslash
25488 varinjlim
25489 \end_layout
25490
25491 \end_inset
25492 </cell>
25493 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25494 \begin_inset Text
25495
25496 \begin_layout Plain Layout
25497 \begin_inset Formula $\varinjlim$
25498 \end_inset
25499
25500
25501 \begin_inset Formula $\raisebox{-2.5mm}{}$
25502 \end_inset
25503
25504
25505 \end_layout
25506
25507 \end_inset
25508 </cell>
25509 </row>
25510 </lyxtabular>
25511
25512 \end_inset
25513
25514
25515 \end_layout
25516
25517 \begin_layout Standard
25518 \begin_inset VSpace medskip
25519 \end_inset
25520
25521
25522 \end_layout
25523
25524 \begin_layout Standard
25525 El límite se crea insertando un subíndice.
25526  Se imprime a la derecha junto a la función en una fórmula en línea:
25527 \end_layout
25528
25529 \begin_layout Standard
25530 \noindent
25531 \align center
25532 \begin_inset Tabular
25533 <lyxtabular version="3" rows="2" columns="2">
25534 <features>
25535 <column alignment="center" valignment="top" width="0pt">
25536 <column alignment="center" valignment="top" width="0pt">
25537 <row>
25538 <cell alignment="center" valignment="top" usebox="none">
25539 \begin_inset Text
25540
25541 \begin_layout Plain Layout
25542 Comando
25543 \end_layout
25544
25545 \end_inset
25546 </cell>
25547 <cell alignment="center" valignment="top" usebox="none">
25548 \begin_inset Text
25549
25550 \begin_layout Plain Layout
25551 \begin_inset space \hspace{}
25552 \length 1cm
25553 \end_inset
25554
25555 Resultado
25556 \begin_inset Note Note
25557 status collapsed
25558
25559 \begin_layout Plain Layout
25560
25561 \series bold
25562
25563 \backslash
25564 raisebox
25565 \series default
25566  se usa sólo como espaciador
25567 \end_layout
25568
25569 \end_inset
25570
25571
25572 \end_layout
25573
25574 \end_inset
25575 </cell>
25576 </row>
25577 <row>
25578 <cell alignment="center" valignment="top" usebox="none">
25579 \begin_inset Text
25580
25581 \begin_layout Plain Layout
25582
25583 \backslash
25584 lim_x
25585 \backslash
25586 to
25587 \begin_inset ERT
25588 status collapsed
25589
25590 \begin_layout Plain Layout
25591
25592
25593 \backslash
25594 spce 
25595 \end_layout
25596
25597 \end_inset
25598
25599 A
25600 \begin_inset ERT
25601 status collapsed
25602
25603 \begin_layout Plain Layout
25604
25605
25606 \backslash
25607 spce 
25608 \end_layout
25609
25610 \end_inset
25611
25612 x=B
25613 \end_layout
25614
25615 \end_inset
25616 </cell>
25617 <cell alignment="center" valignment="top" usebox="none">
25618 \begin_inset Text
25619
25620 \begin_layout Plain Layout
25621 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
25622 \end_inset
25623
25624
25625 \end_layout
25626
25627 \end_inset
25628 </cell>
25629 </row>
25630 </lyxtabular>
25631
25632 \end_inset
25633
25634
25635 \end_layout
25636
25637 \begin_layout Standard
25638 En una ecuación presentada el límite se imprime debajo, como es habitual:
25639 \begin_inset Formula \[
25640 \lim\limits _{x\rightarrow A}=B\]
25641
25642 \end_inset
25643
25644
25645 \end_layout
25646
25647 \begin_layout Subsection
25648 Función módulo
25649 \begin_inset Index
25650 status collapsed
25651
25652 \begin_layout Plain Layout
25653 Funciones ! módulo
25654 \end_layout
25655
25656 \end_inset
25657
25658
25659 \end_layout
25660
25661 \begin_layout Standard
25662 La función módulo es especial, porque existe en cuatro variantes.
25663 \end_layout
25664
25665 \begin_layout Standard
25666 En una ecuación presentada:
25667 \begin_inset Formula \begin{align*}
25668 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
25669 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25670 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25671 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25672 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25673
25674 \end_inset
25675
25676 En una ecuación en línea se pone menos espacio delante del nombre de la
25677  función para todas las variantes.
25678 \end_layout
25679
25680 \begin_layout Section
25681 Caracteres especiales
25682 \begin_inset Index
25683 status collapsed
25684
25685 \begin_layout Plain Layout
25686 Caracteres especiales
25687 \end_layout
25688
25689 \end_inset
25690
25691
25692 \end_layout
25693
25694 \begin_layout Subsection
25695 Caracteres especiales en texto matemático
25696 \end_layout
25697
25698 \begin_layout Standard
25699 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
25700  TeX:
25701 \end_layout
25702
25703 \begin_layout Standard
25704 \begin_inset space \hfill{}
25705 \end_inset
25706
25707
25708 \begin_inset Tabular
25709 <lyxtabular version="3" rows="8" columns="2">
25710 <features>
25711 <column alignment="block" valignment="top" width="0">
25712 <column alignment="block" valignment="top" width="0">
25713 <row>
25714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25715 \begin_inset Text
25716
25717 \begin_layout Plain Layout
25718 Comando
25719 \end_layout
25720
25721 \end_inset
25722 </cell>
25723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25724 \begin_inset Text
25725
25726 \begin_layout Plain Layout
25727 Resultado
25728 \end_layout
25729
25730 \end_inset
25731 </cell>
25732 </row>
25733 <row>
25734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25735 \begin_inset Text
25736
25737 \begin_layout Plain Layout
25738
25739 \backslash
25740 oe
25741 \end_layout
25742
25743 \end_inset
25744 </cell>
25745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25746 \begin_inset Text
25747
25748 \begin_layout Plain Layout
25749 \begin_inset Formula $\textrm{œ}$
25750 \end_inset
25751
25752
25753 \end_layout
25754
25755 \end_inset
25756 </cell>
25757 </row>
25758 <row>
25759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25760 \begin_inset Text
25761
25762 \begin_layout Plain Layout
25763
25764 \backslash
25765 OE
25766 \end_layout
25767
25768 \end_inset
25769 </cell>
25770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25771 \begin_inset Text
25772
25773 \begin_layout Plain Layout
25774 \begin_inset Formula $\textrm{Œ}$
25775 \end_inset
25776
25777
25778 \end_layout
25779
25780 \end_inset
25781 </cell>
25782 </row>
25783 <row>
25784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25785 \begin_inset Text
25786
25787 \begin_layout Plain Layout
25788
25789 \backslash
25790 ae
25791 \end_layout
25792
25793 \end_inset
25794 </cell>
25795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25796 \begin_inset Text
25797
25798 \begin_layout Plain Layout
25799 \begin_inset Formula $\textrm{æ}$
25800 \end_inset
25801
25802
25803 \end_layout
25804
25805 \end_inset
25806 </cell>
25807 </row>
25808 <row>
25809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25810 \begin_inset Text
25811
25812 \begin_layout Plain Layout
25813
25814 \backslash
25815 AE
25816 \end_layout
25817
25818 \end_inset
25819 </cell>
25820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25821 \begin_inset Text
25822
25823 \begin_layout Plain Layout
25824 \begin_inset Formula $\textrm{Æ}$
25825 \end_inset
25826
25827
25828 \end_layout
25829
25830 \end_inset
25831 </cell>
25832 </row>
25833 <row>
25834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25835 \begin_inset Text
25836
25837 \begin_layout Plain Layout
25838
25839 \backslash
25840 aa
25841 \end_layout
25842
25843 \end_inset
25844 </cell>
25845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25846 \begin_inset Text
25847
25848 \begin_layout Plain Layout
25849 \begin_inset Formula $\textrm{\aa}$
25850 \end_inset
25851
25852
25853 \end_layout
25854
25855 \end_inset
25856 </cell>
25857 </row>
25858 <row>
25859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25860 \begin_inset Text
25861
25862 \begin_layout Plain Layout
25863
25864 \backslash
25865 AA
25866 \begin_inset Index
25867 status collapsed
25868
25869 \begin_layout Plain Layout
25870
25871 \backslash
25872 @
25873 \begin_inset ERT
25874 status collapsed
25875
25876 \begin_layout Plain Layout
25877
25878
25879 \backslash
25880 textrm{
25881 \backslash
25882 AA}
25883 \end_layout
25884
25885 \end_inset
25886
25887
25888 \end_layout
25889
25890 \end_inset
25891
25892
25893 \end_layout
25894
25895 \end_inset
25896 </cell>
25897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25898 \begin_inset Text
25899
25900 \begin_layout Plain Layout
25901 \begin_inset Formula $\textrm{Å}$
25902 \end_inset
25903
25904
25905 \end_layout
25906
25907 \end_inset
25908 </cell>
25909 </row>
25910 <row>
25911 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25912 \begin_inset Text
25913
25914 \begin_layout Plain Layout
25915
25916 \backslash
25917 i
25918 \end_layout
25919
25920 \end_inset
25921 </cell>
25922 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25923 \begin_inset Text
25924
25925 \begin_layout Plain Layout
25926 \begin_inset Formula $\textrm{ı}$
25927 \end_inset
25928
25929
25930 \end_layout
25931
25932 \end_inset
25933 </cell>
25934 </row>
25935 </lyxtabular>
25936
25937 \end_inset
25938
25939
25940 \begin_inset space \hfill{}
25941 \end_inset
25942
25943
25944 \begin_inset Tabular
25945 <lyxtabular version="3" rows="8" columns="2">
25946 <features>
25947 <column alignment="block" valignment="top" width="0">
25948 <column alignment="center" valignment="top" width="0">
25949 <row>
25950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25951 \begin_inset Text
25952
25953 \begin_layout Plain Layout
25954 Comando
25955 \begin_inset Note Note
25956 status collapsed
25957
25958 \begin_layout Plain Layout
25959
25960 \series bold
25961
25962 \backslash
25963 raisebox
25964 \series default
25965  se usa sólo como espaciador
25966 \end_layout
25967
25968 \end_inset
25969
25970
25971 \end_layout
25972
25973 \end_inset
25974 </cell>
25975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25976 \begin_inset Text
25977
25978 \begin_layout Plain Layout
25979 Resultado
25980 \end_layout
25981
25982 \end_inset
25983 </cell>
25984 </row>
25985 <row>
25986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25987 \begin_inset Text
25988
25989 \begin_layout Plain Layout
25990
25991 \backslash
25992 o
25993 \end_layout
25994
25995 \end_inset
25996 </cell>
25997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25998 \begin_inset Text
25999
26000 \begin_layout Plain Layout
26001 \begin_inset Formula $\textrm{ø}$
26002 \end_inset
26003
26004
26005 \end_layout
26006
26007 \end_inset
26008 </cell>
26009 </row>
26010 <row>
26011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26012 \begin_inset Text
26013
26014 \begin_layout Plain Layout
26015
26016 \backslash
26017 O
26018 \end_layout
26019
26020 \end_inset
26021 </cell>
26022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26023 \begin_inset Text
26024
26025 \begin_layout Plain Layout
26026 \begin_inset Formula $\textrm{Ø}$
26027 \end_inset
26028
26029
26030 \end_layout
26031
26032 \end_inset
26033 </cell>
26034 </row>
26035 <row>
26036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26037 \begin_inset Text
26038
26039 \begin_layout Plain Layout
26040
26041 \backslash
26042 l
26043 \end_layout
26044
26045 \end_inset
26046 </cell>
26047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26048 \begin_inset Text
26049
26050 \begin_layout Plain Layout
26051 \begin_inset Formula $\textrm{ł}$
26052 \end_inset
26053
26054
26055 \end_layout
26056
26057 \end_inset
26058 </cell>
26059 </row>
26060 <row>
26061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26062 \begin_inset Text
26063
26064 \begin_layout Plain Layout
26065
26066 \backslash
26067 L
26068 \end_layout
26069
26070 \end_inset
26071 </cell>
26072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26073 \begin_inset Text
26074
26075 \begin_layout Plain Layout
26076 \begin_inset Formula $\textrm{Ł}$
26077 \end_inset
26078
26079
26080 \end_layout
26081
26082 \end_inset
26083 </cell>
26084 </row>
26085 <row>
26086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26087 \begin_inset Text
26088
26089 \begin_layout Plain Layout
26090 !
26091 \begin_inset space \hspace{}
26092 \length 0mm
26093 \end_inset
26094
26095 `
26096 \begin_inset ERT
26097 status collapsed
26098
26099 \begin_layout Plain Layout
26100
26101
26102 \backslash
26103 spce 
26104 \end_layout
26105
26106 \end_inset
26107
26108
26109 \end_layout
26110
26111 \end_inset
26112 </cell>
26113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26114 \begin_inset Text
26115
26116 \begin_layout Plain Layout
26117 \begin_inset Formula $\textrm{!`}$
26118 \end_inset
26119
26120
26121 \end_layout
26122
26123 \end_inset
26124 </cell>
26125 </row>
26126 <row>
26127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26128 \begin_inset Text
26129
26130 \begin_layout Plain Layout
26131 ?
26132 \begin_inset space \hspace{}
26133 \length 0mm
26134 \end_inset
26135
26136 `
26137 \begin_inset ERT
26138 status collapsed
26139
26140 \begin_layout Plain Layout
26141
26142
26143 \backslash
26144 spce 
26145 \end_layout
26146
26147 \end_inset
26148
26149
26150 \end_layout
26151
26152 \end_inset
26153 </cell>
26154 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26155 \begin_inset Text
26156
26157 \begin_layout Plain Layout
26158 \begin_inset Formula $\textrm{?`}$
26159 \end_inset
26160
26161
26162 \end_layout
26163
26164 \end_inset
26165 </cell>
26166 </row>
26167 <row>
26168 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26169 \begin_inset Text
26170
26171 \begin_layout Plain Layout
26172
26173 \backslash
26174 j
26175 \end_layout
26176
26177 \end_inset
26178 </cell>
26179 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26180 \begin_inset Text
26181
26182 \begin_layout Plain Layout
26183 \begin_inset Formula $\textrm{ȷ}$
26184 \end_inset
26185
26186
26187 \end_layout
26188
26189 \end_inset
26190 </cell>
26191 </row>
26192 </lyxtabular>
26193
26194 \end_inset
26195
26196
26197 \begin_inset space \hfill{}
26198 \end_inset
26199
26200
26201 \end_layout
26202
26203 \begin_layout Standard
26204 Los caracteres 
26205 \begin_inset Formula $\textrm{\textrm{Å}}$
26206 \end_inset
26207
26208  y 
26209 \begin_inset Formula $\textrm{\textrm{Ø}}$
26210 \end_inset
26211
26212  también se pueden insertar mediante el botón 
26213 \begin_inset Graphics
26214         filename ../../images/math/digamma.png
26215         scale 85
26216
26217 \end_inset
26218
26219  de la barra de ecuaciones.
26220 \end_layout
26221
26222 \begin_layout Standard
26223 Los comandos 
26224 \series bold
26225 !
26226 \begin_inset space \hspace{}
26227 \length 0mm
26228 \end_inset
26229
26230 `
26231 \series default
26232  y 
26233 \series bold
26234 ?
26235 \begin_inset space \hspace{}
26236 \length 0mm
26237 \end_inset
26238
26239 `
26240 \series default
26241  son una excepción porque se pueden insertar directamente a texto en LyX.
26242  
26243 \end_layout
26244
26245 \begin_layout Subsection
26246 Acentos en texto
26247 \begin_inset CommandInset label
26248 LatexCommand label
26249 name "sub:Acentos-en-texto"
26250
26251 \end_inset
26252
26253
26254 \begin_inset Index
26255 status collapsed
26256
26257 \begin_layout Plain Layout
26258 Acentos ! en texto
26259 \end_layout
26260
26261 \end_inset
26262
26263
26264 \end_layout
26265
26266 \begin_layout Standard
26267 Con los siguientes comandos se pueden acentuar todas las letras.
26268  Los comandos deben ponerse en modo TeX.
26269 \end_layout
26270
26271 \begin_layout Standard
26272 \begin_inset space \hfill{}
26273 \end_inset
26274
26275
26276 \begin_inset Tabular
26277 <lyxtabular version="3" rows="8" columns="2">
26278 <features>
26279 <column alignment="block" valignment="top" width="0">
26280 <column alignment="block" valignment="top" width="0">
26281 <row>
26282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26283 \begin_inset Text
26284
26285 \begin_layout Plain Layout
26286 Comando
26287 \end_layout
26288
26289 \end_inset
26290 </cell>
26291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26292 \begin_inset Text
26293
26294 \begin_layout Plain Layout
26295 Resultado
26296 \end_layout
26297
26298 \end_inset
26299 </cell>
26300 </row>
26301 <row>
26302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26303 \begin_inset Text
26304
26305 \begin_layout Plain Layout
26306
26307 \backslash
26308
26309 \begin_inset Quotes grd
26310 \end_inset
26311
26312 e
26313 \end_layout
26314
26315 \end_inset
26316 </cell>
26317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26318 \begin_inset Text
26319
26320 \begin_layout Plain Layout
26321 \begin_inset ERT
26322 status collapsed
26323
26324 \begin_layout Plain Layout
26325
26326
26327 \backslash
26328 "e
26329 \end_layout
26330
26331 \end_inset
26332
26333
26334 \end_layout
26335
26336 \end_inset
26337 </cell>
26338 </row>
26339 <row>
26340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26341 \begin_inset Text
26342
26343 \begin_layout Plain Layout
26344
26345 \backslash
26346 `e
26347 \end_layout
26348
26349 \end_inset
26350 </cell>
26351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26352 \begin_inset Text
26353
26354 \begin_layout Plain Layout
26355 \begin_inset ERT
26356 status collapsed
26357
26358 \begin_layout Plain Layout
26359
26360
26361 \backslash
26362 `e
26363 \end_layout
26364
26365 \end_inset
26366
26367
26368 \end_layout
26369
26370 \end_inset
26371 </cell>
26372 </row>
26373 <row>
26374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26375 \begin_inset Text
26376
26377 \begin_layout Plain Layout
26378
26379 \backslash
26380 ^
26381 \begin_inset ERT
26382 status collapsed
26383
26384 \begin_layout Plain Layout
26385
26386
26387 \backslash
26388 spce 
26389 \end_layout
26390
26391 \end_inset
26392
26393 e
26394 \end_layout
26395
26396 \end_inset
26397 </cell>
26398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26399 \begin_inset Text
26400
26401 \begin_layout Plain Layout
26402 \begin_inset ERT
26403 status collapsed
26404
26405 \begin_layout Plain Layout
26406
26407
26408 \backslash
26409 ^e
26410 \end_layout
26411
26412 \end_inset
26413
26414
26415 \end_layout
26416
26417 \end_inset
26418 </cell>
26419 </row>
26420 <row>
26421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26422 \begin_inset Text
26423
26424 \begin_layout Plain Layout
26425
26426 \backslash
26427 =e
26428 \end_layout
26429
26430 \end_inset
26431 </cell>
26432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26433 \begin_inset Text
26434
26435 \begin_layout Plain Layout
26436 \begin_inset ERT
26437 status collapsed
26438
26439 \begin_layout Plain Layout
26440
26441
26442 \backslash
26443 =e
26444 \end_layout
26445
26446 \end_inset
26447
26448
26449 \end_layout
26450
26451 \end_inset
26452 </cell>
26453 </row>
26454 <row>
26455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26456 \begin_inset Text
26457
26458 \begin_layout Plain Layout
26459
26460 \backslash
26461 u
26462 \begin_inset ERT
26463 status collapsed
26464
26465 \begin_layout Plain Layout
26466
26467
26468 \backslash
26469 spce 
26470 \end_layout
26471
26472 \end_inset
26473
26474 e
26475 \end_layout
26476
26477 \end_inset
26478 </cell>
26479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26480 \begin_inset Text
26481
26482 \begin_layout Plain Layout
26483 \begin_inset ERT
26484 status collapsed
26485
26486 \begin_layout Plain Layout
26487
26488
26489 \backslash
26490 u e
26491 \end_layout
26492
26493 \end_inset
26494
26495
26496 \end_layout
26497
26498 \end_inset
26499 </cell>
26500 </row>
26501 <row>
26502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26503 \begin_inset Text
26504
26505 \begin_layout Plain Layout
26506
26507 \backslash
26508 b
26509 \begin_inset ERT
26510 status collapsed
26511
26512 \begin_layout Plain Layout
26513
26514
26515 \backslash
26516 spce 
26517 \end_layout
26518
26519 \end_inset
26520
26521 e
26522 \end_layout
26523
26524 \end_inset
26525 </cell>
26526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26527 \begin_inset Text
26528
26529 \begin_layout Plain Layout
26530 \begin_inset ERT
26531 status collapsed
26532
26533 \begin_layout Plain Layout
26534
26535
26536 \backslash
26537 b e
26538 \end_layout
26539
26540 \end_inset
26541
26542
26543 \end_layout
26544
26545 \end_inset
26546 </cell>
26547 </row>
26548 <row>
26549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26550 \begin_inset Text
26551
26552 \begin_layout Plain Layout
26553
26554 \backslash
26555 t
26556 \begin_inset ERT
26557 status collapsed
26558
26559 \begin_layout Plain Layout
26560
26561
26562 \backslash
26563 spce 
26564 \end_layout
26565
26566 \end_inset
26567
26568 ee
26569 \end_layout
26570
26571 \end_inset
26572 </cell>
26573 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26574 \begin_inset Text
26575
26576 \begin_layout Plain Layout
26577 \begin_inset ERT
26578 status collapsed
26579
26580 \begin_layout Plain Layout
26581
26582
26583 \backslash
26584 t ee
26585 \end_layout
26586
26587 \end_inset
26588
26589
26590 \end_layout
26591
26592 \end_inset
26593 </cell>
26594 </row>
26595 </lyxtabular>
26596
26597 \end_inset
26598
26599
26600 \begin_inset space \hfill{}
26601 \end_inset
26602
26603
26604 \begin_inset Tabular
26605 <lyxtabular version="3" rows="8" columns="2">
26606 <features>
26607 <column alignment="block" valignment="top" width="0">
26608 <column alignment="center" valignment="top" width="0">
26609 <row>
26610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26611 \begin_inset Text
26612
26613 \begin_layout Plain Layout
26614 Comando
26615 \end_layout
26616
26617 \end_inset
26618 </cell>
26619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26620 \begin_inset Text
26621
26622 \begin_layout Plain Layout
26623 Resultado
26624 \end_layout
26625
26626 \end_inset
26627 </cell>
26628 </row>
26629 <row>
26630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26631 \begin_inset Text
26632
26633 \begin_layout Plain Layout
26634
26635 \backslash
26636 H
26637 \begin_inset ERT
26638 status collapsed
26639
26640 \begin_layout Plain Layout
26641
26642
26643 \backslash
26644 spce 
26645 \end_layout
26646
26647 \end_inset
26648
26649 e
26650 \end_layout
26651
26652 \end_inset
26653 </cell>
26654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26655 \begin_inset Text
26656
26657 \begin_layout Plain Layout
26658 \begin_inset ERT
26659 status collapsed
26660
26661 \begin_layout Plain Layout
26662
26663
26664 \backslash
26665 H e
26666 \end_layout
26667
26668 \end_inset
26669
26670
26671 \end_layout
26672
26673 \end_inset
26674 </cell>
26675 </row>
26676 <row>
26677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26678 \begin_inset Text
26679
26680 \begin_layout Plain Layout
26681
26682 \backslash
26683 'e
26684 \end_layout
26685
26686 \end_inset
26687 </cell>
26688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26689 \begin_inset Text
26690
26691 \begin_layout Plain Layout
26692 \begin_inset ERT
26693 status collapsed
26694
26695 \begin_layout Plain Layout
26696
26697
26698 \backslash
26699 'e
26700 \end_layout
26701
26702 \end_inset
26703
26704
26705 \end_layout
26706
26707 \end_inset
26708 </cell>
26709 </row>
26710 <row>
26711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26712 \begin_inset Text
26713
26714 \begin_layout Plain Layout
26715
26716 \backslash
26717 ~e
26718 \begin_inset Index
26719 status collapsed
26720
26721 \begin_layout Plain Layout
26722 Tilde
26723 \end_layout
26724
26725 \end_inset
26726
26727
26728 \end_layout
26729
26730 \end_inset
26731 </cell>
26732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26733 \begin_inset Text
26734
26735 \begin_layout Plain Layout
26736 \begin_inset ERT
26737 status collapsed
26738
26739 \begin_layout Plain Layout
26740
26741
26742 \backslash
26743 ~e
26744 \end_layout
26745
26746 \end_inset
26747
26748
26749 \end_layout
26750
26751 \end_inset
26752 </cell>
26753 </row>
26754 <row>
26755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26756 \begin_inset Text
26757
26758 \begin_layout Plain Layout
26759
26760 \backslash
26761 .e
26762 \end_layout
26763
26764 \end_inset
26765 </cell>
26766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26767 \begin_inset Text
26768
26769 \begin_layout Plain Layout
26770 \begin_inset ERT
26771 status collapsed
26772
26773 \begin_layout Plain Layout
26774
26775
26776 \backslash
26777 .e
26778 \end_layout
26779
26780 \end_inset
26781
26782
26783 \end_layout
26784
26785 \end_inset
26786 </cell>
26787 </row>
26788 <row>
26789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26790 \begin_inset Text
26791
26792 \begin_layout Plain Layout
26793
26794 \backslash
26795 v
26796 \begin_inset ERT
26797 status collapsed
26798
26799 \begin_layout Plain Layout
26800
26801
26802 \backslash
26803 spce 
26804 \end_layout
26805
26806 \end_inset
26807
26808 e
26809 \end_layout
26810
26811 \end_inset
26812 </cell>
26813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26814 \begin_inset Text
26815
26816 \begin_layout Plain Layout
26817 \begin_inset ERT
26818 status collapsed
26819
26820 \begin_layout Plain Layout
26821
26822
26823 \backslash
26824 v e
26825 \end_layout
26826
26827 \end_inset
26828
26829
26830 \end_layout
26831
26832 \end_inset
26833 </cell>
26834 </row>
26835 <row>
26836 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26837 \begin_inset Text
26838
26839 \begin_layout Plain Layout
26840
26841 \backslash
26842 d
26843 \begin_inset ERT
26844 status collapsed
26845
26846 \begin_layout Plain Layout
26847
26848
26849 \backslash
26850 spce 
26851 \end_layout
26852
26853 \end_inset
26854
26855 e
26856 \end_layout
26857
26858 \end_inset
26859 </cell>
26860 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26861 \begin_inset Text
26862
26863 \begin_layout Plain Layout
26864 \begin_inset ERT
26865 status collapsed
26866
26867 \begin_layout Plain Layout
26868
26869
26870 \backslash
26871 d e
26872 \end_layout
26873
26874 \end_inset
26875
26876
26877 \end_layout
26878
26879 \end_inset
26880 </cell>
26881 </row>
26882 <row>
26883 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26884 \begin_inset Text
26885
26886 \begin_layout Plain Layout
26887
26888 \backslash
26889 c
26890 \begin_inset ERT
26891 status collapsed
26892
26893 \begin_layout Plain Layout
26894
26895
26896 \backslash
26897 spce 
26898 \end_layout
26899
26900 \end_inset
26901
26902 e
26903 \end_layout
26904
26905 \end_inset
26906 </cell>
26907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26908 \begin_inset Text
26909
26910 \begin_layout Plain Layout
26911 \begin_inset ERT
26912 status collapsed
26913
26914 \begin_layout Plain Layout
26915
26916
26917 \backslash
26918 c e
26919 \end_layout
26920
26921 \end_inset
26922
26923
26924 \end_layout
26925
26926 \end_inset
26927 </cell>
26928 </row>
26929 </lyxtabular>
26930
26931 \end_inset
26932
26933
26934 \begin_inset space \hfill{}
26935 \end_inset
26936
26937
26938 \end_layout
26939
26940 \begin_layout Standard
26941 \begin_inset VSpace medskip
26942 \end_inset
26943
26944
26945 \end_layout
26946
26947 \begin_layout Standard
26948 Con el comando 
26949 \series bold
26950
26951 \backslash
26952 t
26953 \series default
26954  también se pueden acentuar dos caracteres distintos.
26955  El comando 
26956 \series bold
26957
26958 \backslash
26959 t
26960 \begin_inset ERT
26961 status collapsed
26962
26963 \begin_layout Plain Layout
26964
26965
26966 \backslash
26967 spce 
26968 \end_layout
26969
26970 \end_inset
26971
26972 sz
26973 \series default
26974  genera 
26975 \begin_inset ERT
26976 status collapsed
26977
26978 \begin_layout Plain Layout
26979
26980
26981 \backslash
26982 t sz
26983 \end_layout
26984
26985 \end_inset
26986
26987
26988 \end_layout
26989
26990 \begin_layout Standard
26991 Los acentos 
26992 \series bold
26993 `
26994 \series default
26995  , 
26996 \series bold
26997 '
26998 \series default
26999  y 
27000 \series bold
27001 ^
27002 \series default
27003  se pueden insertar directamente con el teclado sobre vocales sin usar modo
27004  TeX.
27005  Lo mismo se aplica a la tilde
27006 \begin_inset Foot
27007 status collapsed
27008
27009 \begin_layout Plain Layout
27010 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
27011 \end_layout
27012
27013 \end_inset
27014
27015  con 
27016 \emph on
27017 a
27018 \emph default
27019
27020 \emph on
27021 o
27022 \emph default
27023  y 
27024 \emph on
27025 n.
27026 \end_layout
27027
27028 \begin_layout Standard
27029 Los comandos 
27030 \series bold
27031
27032 \backslash
27033 b
27034 \series default
27035  , 
27036 \series bold
27037
27038 \backslash
27039 c
27040 \series default
27041  , 
27042 \series bold
27043
27044 \backslash
27045 d
27046 \series default
27047  , 
27048 \series bold
27049
27050 \backslash
27051 H
27052 \series default
27053  , 
27054 \series bold
27055
27056 \backslash
27057 t
27058 \series default
27059  , 
27060 \series bold
27061
27062 \backslash
27063 u
27064 \series default
27065  , 
27066 \series bold
27067
27068 \backslash
27069 v
27070 \series default
27071 , y acentos insertados directamente con el teclado también están disponibles
27072  en texto matemático.
27073  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
27074  
27075 \begin_inset CommandInset ref
27076 LatexCommand ref
27077 reference "sub:Acentos-para-un"
27078
27079 \end_inset
27080
27081 .
27082 \end_layout
27083
27084 \begin_layout Standard
27085 \begin_inset VSpace bigskip
27086 \end_inset
27087
27088
27089 \end_layout
27090
27091 \begin_layout Standard
27092 Además, con el comando 
27093 \series bold
27094
27095 \backslash
27096 textcircled
27097 \series default
27098
27099 \begin_inset Index
27100 status collapsed
27101
27102 \begin_layout Plain Layout
27103 Comandos ! T ! 
27104 \backslash
27105 textcircled
27106 \end_layout
27107
27108 \end_inset
27109
27110  se pueden insertar en un círculo todos los números y letras, de forma parecida
27111  al símbolo copyright.
27112 \end_layout
27113
27114 \begin_layout Standard
27115 \noindent
27116 \align center
27117 \begin_inset Tabular
27118 <lyxtabular version="3" rows="3" columns="2">
27119 <features>
27120 <column alignment="center" valignment="top" width="0">
27121 <column alignment="center" valignment="top" width="0">
27122 <row>
27123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27124 \begin_inset Text
27125
27126 \begin_layout Plain Layout
27127 Comando
27128 \end_layout
27129
27130 \end_inset
27131 </cell>
27132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27133 \begin_inset Text
27134
27135 \begin_layout Plain Layout
27136 Resultado
27137 \begin_inset Note Note
27138 status collapsed
27139
27140 \begin_layout Plain Layout
27141
27142 \series bold
27143
27144 \backslash
27145 raisebox
27146 \series default
27147  se usa sólo como espaciador
27148 \end_layout
27149
27150 \end_inset
27151
27152
27153 \end_layout
27154
27155 \end_inset
27156 </cell>
27157 </row>
27158 <row>
27159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27160 \begin_inset Text
27161
27162 \begin_layout Plain Layout
27163
27164 \backslash
27165 textcircled{w}
27166 \end_layout
27167
27168 \end_inset
27169 </cell>
27170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27171 \begin_inset Text
27172
27173 \begin_layout Plain Layout
27174 \begin_inset ERT
27175 status collapsed
27176
27177 \begin_layout Plain Layout
27178
27179
27180 \backslash
27181 textcircled{w}
27182 \end_layout
27183
27184 \end_inset
27185
27186
27187 \end_layout
27188
27189 \end_inset
27190 </cell>
27191 </row>
27192 <row>
27193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27194 \begin_inset Text
27195
27196 \begin_layout Plain Layout
27197
27198 \backslash
27199 Large 
27200 \backslash
27201 textcircled{
27202 \backslash
27203 normalsize
27204 \backslash
27205 protect
27206 \backslash
27207 raisebox{-1.5pt}{W}}
27208 \end_layout
27209
27210 \end_inset
27211 </cell>
27212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27213 \begin_inset Text
27214
27215 \begin_layout Plain Layout
27216 \begin_inset Formula $\raisebox{4.5mm}{}$
27217 \end_inset
27218
27219
27220 \begin_inset ERT
27221 status collapsed
27222
27223 \begin_layout Plain Layout
27224
27225
27226 \backslash
27227 Large 
27228 \backslash
27229 textcircled{
27230 \backslash
27231 normalsize
27232 \backslash
27233 protect
27234 \backslash
27235 raisebox{-1.5pt}W}
27236 \end_layout
27237
27238 \end_inset
27239
27240
27241 \begin_inset Formula $\raisebox{-2mm}{}$
27242 \end_inset
27243
27244
27245 \end_layout
27246
27247 \end_inset
27248 </cell>
27249 </row>
27250 </lyxtabular>
27251
27252 \end_inset
27253
27254
27255 \end_layout
27256
27257 \begin_layout Standard
27258 Hay que tener cuidado que el carácter se ajuste al círculo.
27259  Por eso 
27260 \series bold
27261
27262 \backslash
27263 Large
27264 \begin_inset Foot
27265 status collapsed
27266
27267 \begin_layout Plain Layout
27268 véase 
27269 \begin_inset CommandInset ref
27270 LatexCommand ref
27271 reference "sub:Tamaños-de-fuentes"
27272
27273 \end_inset
27274
27275
27276 \end_layout
27277
27278 \end_inset
27279
27280
27281 \series default
27282  especifica el tamaño del círculo.
27283  Con ayuda de 
27284 \series bold
27285
27286 \backslash
27287 raisebox
27288 \begin_inset Foot
27289 status collapsed
27290
27291 \begin_layout Plain Layout
27292 véase 
27293 \begin_inset CommandInset ref
27294 LatexCommand ref
27295 reference "sub:Cuadros-sin-marco"
27296
27297 \end_inset
27298
27299
27300 \end_layout
27301
27302 \end_inset
27303
27304
27305 \series default
27306  se puede centrar el carácter.
27307 \end_layout
27308
27309 \begin_layout Subsection
27310 Números minúsculos
27311 \begin_inset Index
27312 status collapsed
27313
27314 \begin_layout Plain Layout
27315 Numeros@Números ! minúsculos
27316 \end_layout
27317
27318 \end_inset
27319
27320
27321 \end_layout
27322
27323 \begin_layout Standard
27324 Los números minúsculos se componen con el comando 
27325 \series bold
27326
27327 \backslash
27328 oldstylenums
27329 \series default
27330
27331 \begin_inset Index
27332 status collapsed
27333
27334 \begin_layout Plain Layout
27335 Comandos ! O ! 
27336 \backslash
27337 oldstylenums
27338 \end_layout
27339
27340 \end_inset
27341
27342 .
27343  El comando se puede usar en ecuaciones y en modo TeX.
27344  Su esquema es:
27345 \end_layout
27346
27347 \begin_layout Standard
27348
27349 \series bold
27350
27351 \backslash
27352 oldstylenums{número}
27353 \end_layout
27354
27355 \begin_layout Standard
27356 El comando 
27357 \series bold
27358
27359 \backslash
27360 oldstylenums{0123456789}
27361 \series default
27362  genera: 
27363 \begin_inset Formula $\oldstylenums{0123456789}$
27364 \end_inset
27365
27366
27367 \end_layout
27368
27369 \begin_layout Subsection
27370 Caracteres especiales misceláneos
27371 \begin_inset CommandInset label
27372 LatexCommand label
27373 name "sub:Caracteres-especiales-misceláneos"
27374
27375 \end_inset
27376
27377
27378 \begin_inset Index
27379 status collapsed
27380
27381 \begin_layout Plain Layout
27382 Caracteres especiales ! misceláneos
27383 \end_layout
27384
27385 \end_inset
27386
27387
27388 \end_layout
27389
27390 \begin_layout Standard
27391 Los siguientes caracteres sólo pueden insertarse en ecuaciones mediante
27392  comandos:
27393 \end_layout
27394
27395 \begin_layout Standard
27396 \noindent
27397 \align center
27398 \begin_inset Tabular
27399 <lyxtabular version="3" rows="4" columns="2">
27400 <features>
27401 <column alignment="center" valignment="top" width="0">
27402 <column alignment="center" valignment="top" width="0">
27403 <row>
27404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27405 \begin_inset Text
27406
27407 \begin_layout Plain Layout
27408 Comando
27409 \end_layout
27410
27411 \end_inset
27412 </cell>
27413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27414 \begin_inset Text
27415
27416 \begin_layout Plain Layout
27417 Resultado
27418 \end_layout
27419
27420 \end_inset
27421 </cell>
27422 </row>
27423 <row>
27424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27425 \begin_inset Text
27426
27427 \begin_layout Plain Layout
27428
27429 \backslash
27430 ^
27431 \begin_inset ERT
27432 status collapsed
27433
27434 \begin_layout Plain Layout
27435
27436
27437 \backslash
27438 spce 
27439 \end_layout
27440
27441 \end_inset
27442
27443
27444 \end_layout
27445
27446 \end_inset
27447 </cell>
27448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27449 \begin_inset Text
27450
27451 \begin_layout Plain Layout
27452 \begin_inset Formula $\mathcircumflex$
27453 \end_inset
27454
27455
27456 \end_layout
27457
27458 \end_inset
27459 </cell>
27460 </row>
27461 <row>
27462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27463 \begin_inset Text
27464
27465 \begin_layout Plain Layout
27466
27467 \backslash
27468 _
27469 \end_layout
27470
27471 \end_inset
27472 </cell>
27473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27474 \begin_inset Text
27475
27476 \begin_layout Plain Layout
27477 \begin_inset Formula $\_$
27478 \end_inset
27479
27480
27481 \end_layout
27482
27483 \end_inset
27484 </cell>
27485 </row>
27486 <row>
27487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27488 \begin_inset Text
27489
27490 \begin_layout Plain Layout
27491 ^
27492 \begin_inset ERT
27493 status collapsed
27494
27495 \begin_layout Plain Layout
27496
27497
27498 \backslash
27499 spce 
27500 \end_layout
27501
27502 \end_inset
27503
27504
27505 \backslash
27506 circ
27507 \begin_inset Index
27508 status collapsed
27509
27510 \begin_layout Plain Layout
27511
27512 \backslash
27513
27514 \end_layout
27515
27516 \end_inset
27517
27518
27519 \end_layout
27520
27521 \end_inset
27522 </cell>
27523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27524 \begin_inset Text
27525
27526 \begin_layout Plain Layout
27527 \begin_inset Formula $^{\circ}$
27528 \end_inset
27529
27530
27531 \end_layout
27532
27533 \end_inset
27534 </cell>
27535 </row>
27536 </lyxtabular>
27537
27538 \end_inset
27539
27540
27541 \end_layout
27542
27543 \begin_layout Standard
27544 El símbolo grado ° puede no obstante insertarse directamente si el preámbulo
27545  LaTeX contiene la línea:
27546 \begin_inset Foot
27547 status collapsed
27548
27549 \begin_layout Plain Layout
27550 Más sobre este asunto en 
27551 \begin_inset CommandInset ref
27552 LatexCommand ref
27553 reference "sub:Caracteres-de-texto"
27554
27555 \end_inset
27556
27557
27558 \end_layout
27559
27560 \end_inset
27561
27562  
27563 \end_layout
27564
27565 \begin_layout Standard
27566
27567 \series bold
27568
27569 \backslash
27570 DeclareInputtext{176}{
27571 \backslash
27572 ifmmode^
27573 \backslash
27574 circ
27575 \backslash
27576 else
27577 \backslash
27578 textdegree
27579 \backslash
27580 fi}
27581 \end_layout
27582
27583 \begin_layout Section
27584 Estilos de ecuación
27585 \begin_inset CommandInset label
27586 LatexCommand label
27587 name "sec:Estilos-de-ecuación"
27588
27589 \end_inset
27590
27591
27592 \begin_inset Index
27593 status collapsed
27594
27595 \begin_layout Plain Layout
27596 Ecuación ! estilos de
27597 \end_layout
27598
27599 \end_inset
27600
27601
27602 \end_layout
27603
27604 \begin_layout Itemize
27605 Hay dos estilos diferentes de alineación:
27606 \end_layout
27607
27608 \begin_deeper
27609 \begin_layout Description
27610 Centrado es el estándar predefinido
27611 \end_layout
27612
27613 \begin_layout Description
27614 Sangrado para este estilo debe insertarse la opción 
27615 \series bold
27616 fleqn
27617 \series default
27618  en el menú 
27619 \family sans
27620 Documento\SpecialChar \menuseparator
27621 Configuración
27622 \family default
27623  bajo 
27624 \family sans
27625 Clase de documento
27626 \end_layout
27627
27628 \begin_layout Standard
27629 Cuando se usa 
27630 \series bold
27631 Sangrado
27632 \series default
27633 , éste se puede ajustar con la longitud 
27634 \series bold
27635
27636 \backslash
27637 mathindent
27638 \series default
27639
27640 \begin_inset Index
27641 status collapsed
27642
27643 \begin_layout Plain Layout
27644 Comandos ! M ! 
27645 \backslash
27646 mathindent
27647 \end_layout
27648
27649 \end_inset
27650
27651 .
27652  Para 15
27653 \begin_inset space \thinspace{}
27654 \end_inset
27655
27656 mm, p.
27657 \begin_inset space \thinspace{}
27658 \end_inset
27659
27660 e., se inserta esta línea de comando en el preámbulo LaTeX:
27661 \end_layout
27662
27663 \begin_layout Standard
27664
27665 \series bold
27666
27667 \backslash
27668 setlength{
27669 \backslash
27670 mathindent}{15mm}
27671 \end_layout
27672
27673 \begin_layout Standard
27674 Si no se especifica longitud se usa el valor predeterminado de 30
27675 \begin_inset space \thinspace{}
27676 \end_inset
27677
27678 pt.
27679 \end_layout
27680
27681 \end_deeper
27682 \begin_layout Itemize
27683 Y dos estilos diferentes de numeración:
27684 \end_layout
27685
27686 \begin_deeper
27687 \begin_layout Description
27688 Derecha es el estándar predefinido
27689 \end_layout
27690
27691 \begin_layout Description
27692 Izquierda para este estilo debe insertarse la opción 
27693 \series bold
27694 fleqn
27695 \series default
27696  en el menú 
27697 \family sans
27698 Documento\SpecialChar \menuseparator
27699 Configuración
27700 \family default
27701  bajo 
27702 \family sans
27703 Clase de documento
27704 \end_layout
27705
27706 \end_deeper
27707 \begin_layout Standard
27708
27709 \series bold
27710 fleqn
27711 \series default
27712  y 
27713 \series bold
27714 leqno
27715 \series default
27716  también se pueden usar juntos.
27717  En ese caso se insertan ambas opciones, separadas por una coma.
27718 \end_layout
27719
27720 \begin_layout Standard
27721 Los estilos escogidos se aplican a todas las ecuaciones en presentación
27722  del documento.
27723  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
27724  estilo 
27725 \series bold
27726 Centrado
27727 \series default
27728  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
27729 \begin_inset CommandInset ref
27730 LatexCommand ref
27731 reference "sub:Entorno-flalign"
27732
27733 \end_inset
27734
27735 .
27736 \end_layout
27737
27738 \begin_layout Section
27739 Ecuaciones multilínea
27740 \begin_inset CommandInset label
27741 LatexCommand label
27742 name "sec:Ecuaciones-multilínea"
27743
27744 \end_inset
27745
27746
27747 \begin_inset Index
27748 status collapsed
27749
27750 \begin_layout Plain Layout
27751 Ecuación ! multilínea
27752 \end_layout
27753
27754 \end_inset
27755
27756
27757 \end_layout
27758
27759 \begin_layout Subsection
27760 General
27761 \end_layout
27762
27763 \begin_layout Standard
27764 En LyX se generan nuevas líneas en una ecuación con 
27765 \family sans
27766 \series bold
27767 Ctrl-Retorno
27768 \family default
27769 \series default
27770 .
27771  Esto crea un 
27772 \series bold
27773 entorno eqnarray
27774 \series default
27775 , que se describe en
27776 \begin_inset space ~
27777 \end_inset
27778
27779
27780 \begin_inset CommandInset ref
27781 LatexCommand ref
27782 reference "sub:Entorno-eqnarray"
27783
27784 \end_inset
27785
27786  o, si se ha marcado la opción 
27787 \family sans
27788 Usar
27789 \begin_inset space ~
27790 \end_inset
27791
27792 el
27793 \begin_inset space ~
27794 \end_inset
27795
27796 paquete
27797 \begin_inset space ~
27798 \end_inset
27799
27800 de
27801 \begin_inset space ~
27802 \end_inset
27803
27804 ecuaciones
27805 \begin_inset space ~
27806 \end_inset
27807
27808 AMS
27809 \family default
27810  en la configuración del documento
27811 \family sans
27812 , un 
27813 \series bold
27814 entorno
27815 \family default
27816 \series default
27817  
27818 \series bold
27819 align
27820 \series default
27821 , que se describe en
27822 \begin_inset space ~
27823 \end_inset
27824
27825
27826 \begin_inset CommandInset ref
27827 LatexCommand ref
27828 reference "sub:Entorno-align-estándar"
27829
27830 \end_inset
27831
27832 .
27833 \end_layout
27834
27835 \begin_layout Standard
27836 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
27837  el menú 
27838 \family sans
27839 Insertar\SpecialChar \menuseparator
27840 Ecuación
27841 \family default
27842 .
27843  En las siguientes secciones se describen estos entornos.
27844 \end_layout
27845
27846 \begin_layout Standard
27847 En todos los entornos de ecuación multilínea la combinación 
27848 \family sans
27849 Ctrl-Retorno
27850 \family default
27851  genera una línea nueva.
27852  Para añadir o quitar líneas se pueden usar los botones 
27853 \begin_inset Graphics
27854         filename ../../images/tabular-feature_append-row.png
27855         scale 85
27856
27857 \end_inset
27858
27859  o 
27860 \begin_inset Graphics
27861         filename ../../images/tabular-feature_delete-row.png
27862         scale 85
27863
27864 \end_inset
27865
27866 de la barra de herramientas, respectivamente, o el menú 
27867 \family sans
27868 Editar\SpecialChar \menuseparator
27869 Filas y columnas
27870 \family default
27871 .
27872 \end_layout
27873
27874 \begin_layout Subsubsection
27875 Separación de líneas
27876 \begin_inset CommandInset label
27877 LatexCommand label
27878 name "sub:Separación-de-líneas"
27879
27880 \end_inset
27881
27882
27883 \begin_inset Index
27884 status collapsed
27885
27886 \begin_layout Plain Layout
27887 Ecuación ! multilínea ! separación de filas
27888 \end_layout
27889
27890 \end_inset
27891
27892
27893 \end_layout
27894
27895 \begin_layout Standard
27896 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
27897 \begin_inset Formula \begin{eqnarray*}
27898 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}\\
27899 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right) & = & 0\end{eqnarray*}
27900
27901 \end_inset
27902
27903 En LaTeX un espacio adicional para una línea se especifica como argumento
27904  opcional del comando de nueva línea.
27905  Esto aún no es posible en LYX,
27906 \begin_inset Foot
27907 status collapsed
27908
27909 \begin_layout Plain Layout
27910 véase 
27911 \begin_inset CommandInset href
27912 LatexCommand href
27913 name "LyX-bug #1505"
27914 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27915
27916 \end_inset
27917
27918
27919 \end_layout
27920
27921 \end_inset
27922
27923  por lo que toda la ecuación debe insertarse en modo TeX.
27924  Para añadir espacio en nuestro ejemplo se inserta el comando 
27925 \series bold
27926
27927 \backslash
27928
27929 \backslash
27930 [3mm]
27931 \series default
27932  al final de la primera línea.
27933  Así: 
27934 \begin_inset ERT
27935 status collapsed
27936
27937 \begin_layout Plain Layout
27938
27939
27940 \backslash
27941 begin{eqnarray*}
27942 \end_layout
27943
27944 \begin_layout Plain Layout
27945
27946 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27947  = & 
27948 \backslash
27949 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27950 \backslash
27951
27952 \backslash
27953 [3mm]
27954 \end_layout
27955
27956 \begin_layout Plain Layout
27957
27958 4x^{2}
27959 \backslash
27960 left(B^{2}+x_{0}^{2}
27961 \backslash
27962 right)+4x_{0}x
27963 \backslash
27964 left(D-B^{2}
27965 \backslash
27966 right)+B^{2}
27967 \backslash
27968 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27969 \backslash
27970 right) & = & 0
27971 \end_layout
27972
27973 \begin_layout Plain Layout
27974
27975
27976 \backslash
27977 end{eqnarray*}
27978 \end_layout
27979
27980 \end_inset
27981
27982
27983 \begin_inset VSpace bigskip
27984 \end_inset
27985
27986
27987 \end_layout
27988
27989 \begin_layout Standard
27990 Para obtener separación en todas las líneas hay que cambiar la longitud
27991  
27992 \series bold
27993
27994 \backslash
27995 jot
27996 \series default
27997
27998 \begin_inset Index
27999 status collapsed
28000
28001 \begin_layout Plain Layout
28002 Comandos ! J ! 
28003 \backslash
28004 jot
28005 \end_layout
28006
28007 \end_inset
28008
28009 .
28010  La definición es: 
28011 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
28012 \end_inset
28013
28014 .
28015  El valor predeterminado para 
28016 \series bold
28017
28018 \backslash
28019 jot
28020 \series default
28021  es 3
28022 \begin_inset space \thinspace{}
28023 \end_inset
28024
28025 pt.
28026  Para establecer una separación adicional de 3
28027 \begin_inset space \thinspace{}
28028 \end_inset
28029
28030 mm como en el ejemplo anterior, se inserta el comando
28031 \end_layout
28032
28033 \begin_layout Standard
28034
28035 \series bold
28036
28037 \backslash
28038 setlength{
28039 \backslash
28040 jot}{3mm+3pt}
28041 \end_layout
28042
28043 \begin_layout Standard
28044 en modo TeX antes de la ecuación.
28045  Es necesario cargar el paquete 
28046 \series bold
28047 calc
28048 \series default
28049
28050 \begin_inset Foot
28051 status collapsed
28052
28053 \begin_layout Plain Layout
28054
28055 \series bold
28056 calc
28057 \series default
28058  forma parte de toda instalación LaTeX estándar.
28059 \end_layout
28060
28061 \end_inset
28062
28063
28064 \begin_inset Index
28065 status collapsed
28066
28067 \begin_layout Plain Layout
28068 Paquetes ! calc
28069 \end_layout
28070
28071 \end_inset
28072
28073  en el preámbulo con la línea
28074 \end_layout
28075
28076 \begin_layout Standard
28077
28078 \series bold
28079
28080 \backslash
28081 usepackage{calc}
28082 \end_layout
28083
28084 \begin_layout Standard
28085 Se obtiene:
28086 \begin_inset ERT
28087 status collapsed
28088
28089 \begin_layout Plain Layout
28090
28091
28092 \backslash
28093 setlength{
28094 \backslash
28095 jot}{3mm+3pt}
28096 \end_layout
28097
28098 \end_inset
28099
28100
28101 \begin_inset Formula \begin{eqnarray*}
28102 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}\\
28103 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right) & = & 0\end{eqnarray*}
28104
28105 \end_inset
28106
28107
28108 \begin_inset ERT
28109 status collapsed
28110
28111 \begin_layout Plain Layout
28112
28113
28114 \backslash
28115 setlength{
28116 \backslash
28117 jot}{3pt}
28118 \end_layout
28119
28120 \end_inset
28121
28122  Para volver a la distancia predeterminada, 
28123 \series bold
28124
28125 \backslash
28126 jot
28127 \series default
28128  se establece en 3
28129 \begin_inset space \thinspace{}
28130 \end_inset
28131
28132 pt.
28133 \end_layout
28134
28135 \begin_layout Subsubsection
28136 Separación de columnas
28137 \begin_inset CommandInset label
28138 LatexCommand label
28139 name "sub:Separación-de-columnas"
28140
28141 \end_inset
28142
28143
28144 \begin_inset Index
28145 status collapsed
28146
28147 \begin_layout Plain Layout
28148 Ecuación ! multilínea !separación de columnas
28149 \end_layout
28150
28151 \end_inset
28152
28153
28154 \end_layout
28155
28156 \begin_layout Standard
28157 Una ecuación multilínea forma una matriz.
28158  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
28159  columnas.
28160  Cambiando la separación de columnas en este entorno se puede cambiar el
28161  espacio junto al signo de relación.
28162 \end_layout
28163
28164 \begin_layout Standard
28165 La separación de columnas se especifica con la longitud
28166 \series bold
28167  
28168 \backslash
28169 arraycolsep
28170 \series default
28171
28172 \begin_inset Index
28173 status collapsed
28174
28175 \begin_layout Plain Layout
28176 Comandos ! A ! 
28177 \backslash
28178 arraycolsep
28179 \end_layout
28180
28181 \end_inset
28182
28183  según:
28184 \begin_inset Newline newline
28185 \end_inset
28186
28187 separación de columnas = 2
28188 \begin_inset space \thinspace{}
28189 \end_inset
28190
28191
28192 \series bold
28193
28194 \backslash
28195 arraycolsep
28196 \series default
28197
28198 \begin_inset Newline newline
28199 \end_inset
28200
28201 Así, el comando en modo TeX
28202 \end_layout
28203
28204 \begin_layout Standard
28205
28206 \series bold
28207
28208 \backslash
28209 setlength{
28210 \backslash
28211 arraycolsep}{1cm}
28212 \end_layout
28213
28214 \begin_layout Standard
28215 establece para todas las ecuaciones siguientes una separación de columnas
28216  de 2
28217 \begin_inset space \thinspace{}
28218 \end_inset
28219
28220 cm.
28221  Para volver al valor predefinido, 
28222 \series bold
28223
28224 \backslash
28225 arraycolsep
28226 \series default
28227  se pone en 5
28228 \begin_inset space \thinspace{}
28229 \end_inset
28230
28231 pt.
28232 \end_layout
28233
28234 \begin_layout Standard
28235 Una ecuación con separación de 2
28236 \begin_inset space \thinspace{}
28237 \end_inset
28238
28239 cm entre columnas:
28240 \begin_inset ERT
28241 status collapsed
28242
28243 \begin_layout Plain Layout
28244
28245
28246 \backslash
28247 setlength{
28248 \backslash
28249 arraycolsep}{1cm}
28250 \end_layout
28251
28252 \end_inset
28253
28254
28255 \begin_inset Formula \begin{eqnarray*}
28256 A & = & B\\
28257 C & \ne & A\end{eqnarray*}
28258
28259 \end_inset
28260
28261 Una ecuación con la separación predefinida para matrices, 10
28262 \begin_inset space \thinspace{}
28263 \end_inset
28264
28265 pt:
28266 \begin_inset ERT
28267 status collapsed
28268
28269 \begin_layout Plain Layout
28270
28271
28272 \backslash
28273 setlength{
28274 \backslash
28275 arraycolsep}{5pt}
28276 \end_layout
28277
28278 \end_inset
28279
28280
28281 \begin_inset Formula \begin{eqnarray*}
28282 A & = & B\\
28283 C & \ne & A\end{eqnarray*}
28284
28285 \end_inset
28286
28287
28288 \end_layout
28289
28290 \begin_layout Subsubsection
28291 Ecuaciones largas
28292 \begin_inset Index
28293 status collapsed
28294
28295 \begin_layout Plain Layout
28296 Ecuación ! larga
28297 \end_layout
28298
28299 \end_inset
28300
28301
28302 \end_layout
28303
28304 \begin_layout Standard
28305 Se pueden componer ecuaciones largas mediante estos métodos:
28306 \end_layout
28307
28308 \begin_layout Itemize
28309 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
28310  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
28311 \begin_inset Formula \begin{eqnarray}
28312 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 \\
28313  &  & -\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:kurzlang}\end{eqnarray}
28314
28315 \end_inset
28316
28317 El signo menos al principio de la segunda línea normalmente no aparece como
28318  operador porque es el primer carácter de la línea.
28319  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
28320  Para evitarlo se ha insertado espacio detrás del menos con el comando 
28321 \series bold
28322
28323 \backslash
28324 hspace{3pt}
28325 \series default
28326
28327 \begin_inset Index
28328 status collapsed
28329
28330 \begin_layout Plain Layout
28331 Comandos ! H ! 
28332 \backslash
28333 hspace
28334 \end_layout
28335
28336 \end_inset
28337
28338 .
28339 \begin_inset Foot
28340 status collapsed
28341
28342 \begin_layout Plain Layout
28343 véase más sobre 
28344 \series bold
28345
28346 \backslash
28347 hspace
28348 \series default
28349  en 
28350 \begin_inset CommandInset ref
28351 LatexCommand ref
28352 reference "sub:Espacio-variable"
28353
28354 \end_inset
28355
28356
28357 \end_layout
28358
28359 \end_inset
28360
28361
28362 \end_layout
28363
28364 \begin_layout Itemize
28365 Si ambos lados de la ecuación son demasiado largos se usa el comando 
28366 \series bold
28367
28368 \backslash
28369 lefteqn
28370 \series default
28371
28372 \begin_inset Index
28373 status collapsed
28374
28375 \begin_layout Plain Layout
28376 Comandos ! L ! 
28377 \backslash
28378 lefteqn
28379 \end_layout
28380
28381 \end_inset
28382
28383 .
28384  Se inserta en la primer columna de la primera línea y hace que todas las
28385  inserciones posteriores sobreescriban las columnas siguientes:
28386 \begin_inset Formula \begin{eqnarray}
28387 \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 \\
28388  &  & -\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 \\
28389  &  & =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\label{eq:lefteqn}\end{eqnarray}
28390
28391 \end_inset
28392
28393 Tras la inserción de 
28394 \series bold
28395
28396 \backslash
28397 lefteqn
28398 \series default
28399  el cursor está en un marco púrpura un poco a la izquierda del azul.
28400  La ecuación se inserta en éste.
28401 \begin_inset Newline newline
28402 \end_inset
28403
28404 El contenido de las restantes líneas se inserta en la segunda columna o
28405  en otra.
28406  A mayor número de columna donde se inserte, mayor sangrado.
28407 \begin_inset ERT
28408 status collapsed
28409
28410 \begin_layout Plain Layout
28411
28412
28413 \backslash
28414 medskip
28415 \end_layout
28416
28417 \end_inset
28418
28419
28420 \begin_inset Newline newline
28421 \end_inset
28422
28423
28424 \begin_inset Note Greyedout
28425 status open
28426
28427 \begin_layout Plain Layout
28428 Ten en cuenta lo siguiente si usas 
28429 \series bold
28430
28431 \backslash
28432 lefteqn
28433 \series default
28434 :
28435 \end_layout
28436
28437 \begin_layout Itemize
28438 La ecuación no usa la anchura total de la página.
28439  Cuando se añade, p.
28440 \begin_inset space \thinspace{}
28441 \end_inset
28442
28443 e., el término 
28444 \begin_inset Formula $-B^{2}$
28445 \end_inset
28446
28447  en la primera línea del ejemplo, debería estar fuera del margen.
28448  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
28449  principio de la primera línea.
28450 \end_layout
28451
28452 \begin_layout Itemize
28453 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
28454  primera línea.
28455 \begin_inset Foot
28456 status collapsed
28457
28458 \begin_layout Plain Layout
28459 \begin_inset CommandInset href
28460 LatexCommand href
28461 name "LyX-bug #1429"
28462 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28463
28464 \end_inset
28465
28466
28467 \end_layout
28468
28469 \end_inset
28470
28471  Sólo se puede poner el cursor al principio de la línea y moverlo con las
28472  teclas de flecha.
28473 \end_layout
28474
28475 \end_inset
28476
28477  
28478 \end_layout
28479
28480 \begin_layout Itemize
28481 Se describen otros métodos para escribir fórmulas largas en 
28482 \begin_inset CommandInset ref
28483 LatexCommand ref
28484 reference "sub:Entorno-multilínea"
28485
28486 \end_inset
28487
28488  y 
28489 \begin_inset CommandInset ref
28490 LatexCommand ref
28491 reference "sub:Partes-de-una-multilínea"
28492
28493 \end_inset
28494
28495 .
28496 \end_layout
28497
28498 \begin_layout Subsubsection
28499 Delimitadores multilínea
28500 \begin_inset CommandInset label
28501 LatexCommand label
28502 name "sub:Delimitadores-multilínea"
28503
28504 \end_inset
28505
28506
28507 \begin_inset Index
28508 status collapsed
28509
28510 \begin_layout Plain Layout
28511 Delimitadores ! para varias líneas
28512 \end_layout
28513
28514 \end_inset
28515
28516
28517 \end_layout
28518
28519 \begin_layout Standard
28520 Para poner delimitadores que cubran varias líneas hay un problema:
28521 \begin_inset Formula \begin{eqnarray*}
28522 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28523  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28524
28525 \end_inset
28526
28527 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
28528 res con tamaño variable no abarcan líneas múltiples.
28529 \end_layout
28530
28531 \begin_layout Standard
28532 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
28533  primera línea se finaliza con 
28534 \series bold
28535
28536 \backslash
28537 right.
28538 \series default
28539
28540 \begin_inset Index
28541 status collapsed
28542
28543 \begin_layout Plain Layout
28544 Comandos ! R ! 
28545 \backslash
28546 right
28547 \end_layout
28548
28549 \end_inset
28550
28551  y la segunda con 
28552 \series bold
28553
28554 \backslash
28555 left.
28556 \series default
28557 .
28558 \begin_inset Foot
28559 status collapsed
28560
28561 \begin_layout Plain Layout
28562 Más sobre 
28563 \series bold
28564
28565 \backslash
28566 left.
28567
28568 \series default
28569  y 
28570 \series bold
28571
28572 \backslash
28573 right.
28574
28575 \series default
28576  en 
28577 \begin_inset CommandInset ref
28578 LatexCommand ref
28579 reference "sub:Tamaño-automático-de"
28580
28581 \end_inset
28582
28583
28584 \end_layout
28585
28586 \end_inset
28587
28588
28589 \begin_inset Index
28590 status collapsed
28591
28592 \begin_layout Plain Layout
28593 Comandos ! L ! 
28594 \backslash
28595 left
28596 \end_layout
28597
28598 \end_inset
28599
28600  Después de 
28601 \series bold
28602
28603 \backslash
28604 left.
28605
28606 \series default
28607  se inserta el comando 
28608 \series bold
28609
28610 \backslash
28611 vphantom
28612 \series default
28613
28614 \begin_inset ERT
28615 status collapsed
28616
28617 \begin_layout Plain Layout
28618
28619
28620 \backslash
28621 spce 
28622 \end_layout
28623
28624 \end_inset
28625
28626
28627 \series bold
28628
28629 \backslash
28630 prod
28631 \series default
28632 ^
28633 \begin_inset ERT
28634 status collapsed
28635
28636 \begin_layout Plain Layout
28637
28638
28639 \backslash
28640 spce 
28641 \end_layout
28642
28643 \end_inset
28644
28645
28646 \series bold
28647
28648 \backslash
28649 infty
28650 \series default
28651
28652 \begin_inset ERT
28653 status collapsed
28654
28655 \begin_layout Plain Layout
28656
28657
28658 \backslash
28659 spce 
28660 \end_layout
28661
28662 \end_inset
28663
28664
28665 \series bold
28666
28667 \begin_inset Formula $\downarrow$
28668 \end_inset
28669
28670 _R=1}
28671 \series default
28672
28673 \begin_inset Index
28674 status collapsed
28675
28676 \begin_layout Plain Layout
28677 Comandos ! V ! 
28678 \backslash
28679 vphantom
28680 \end_layout
28681
28682 \end_inset
28683
28684 , porque el operador de multiplicación con sus límites es el símbolo mayor
28685  en la primera línea y ese debería ser el tamaño para el delimitador en
28686  la segunda línea.
28687 \end_layout
28688
28689 \begin_layout Standard
28690 El resultado es: 
28691 \begin_inset Formula \begin{eqnarray*}
28692 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28693  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28694
28695 \end_inset
28696
28697
28698 \end_layout
28699
28700 \begin_layout Subsection
28701 Entornos align
28702 \end_layout
28703
28704 \begin_layout Standard
28705 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
28706  Son especialmente apropiados para poner ecuaciones adosadas.
28707 \end_layout
28708
28709 \begin_layout Standard
28710 Los entornos align constan de columnas.
28711  Las columnas impares se alinean a la derecha, las pares a la izquierda.
28712  En un entorno align se puede numerar cada línea.
28713 \end_layout
28714
28715 \begin_layout Standard
28716 Los entornos align se crean con el menú 
28717 \family sans
28718 Insertar\SpecialChar \menuseparator
28719 Ecuación
28720 \family default
28721 .
28722  Una ecuación existente se puede convertir a align con el menú 
28723 \family sans
28724 Editar\SpecialChar \menuseparator
28725 Ecuación\SpecialChar \menuseparator
28726 Cambiar tipo de ecuación
28727 \family default
28728 .
28729 \end_layout
28730
28731 \begin_layout Standard
28732 Para añadir o quitar columnas se pueden usar los botones 
28733 \begin_inset Graphics
28734         filename ../../images/tabular-feature_append-row.png
28735         scale 85
28736
28737 \end_inset
28738
28739  o 
28740 \begin_inset Graphics
28741         filename ../../images/tabular-feature_delete-row.png
28742         scale 85
28743
28744 \end_inset
28745
28746 de la barra de ecuaciones o el menú 
28747 \family sans
28748 Editar\SpecialChar \menuseparator
28749 Filas y columnas
28750 \family default
28751 .
28752 \end_layout
28753
28754 \begin_layout Subsubsection
28755 Entorno align estándar
28756 \begin_inset CommandInset label
28757 LatexCommand label
28758 name "sub:Entorno-align-estándar"
28759
28760 \end_inset
28761
28762
28763 \begin_inset Index
28764 status collapsed
28765
28766 \begin_layout Plain Layout
28767 Ecuación ! multilínea ! entorno align
28768 \end_layout
28769
28770 \end_inset
28771
28772
28773 \end_layout
28774
28775 \begin_layout Standard
28776 Este entorno align se crea pulsando 
28777 \family sans
28778 Ctrl-Retorno
28779 \family default
28780  en una ecuación o con el menú 
28781 \family sans
28782 Insertar\SpecialChar \menuseparator
28783 Ecuación\SpecialChar \menuseparator
28784 Entorno AMS align
28785 \family default
28786 .
28787 \end_layout
28788
28789 \begin_layout Standard
28790 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
28791  align de cuatro columnas:
28792 \begin_inset Formula \begin{align*}
28793 A & =\sen(B) & C & =D\\
28794 C & \neq A & B & \neq D\end{align*}
28795
28796 \end_inset
28797
28798 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
28799  un 
28800 \series bold
28801
28802 \backslash
28803 hfill
28804 \series default
28805
28806 \begin_inset Foot
28807 status collapsed
28808
28809 \begin_layout Plain Layout
28810 Más sobre 
28811 \series bold
28812
28813 \backslash
28814 hfill
28815 \series default
28816  en 
28817 \begin_inset CommandInset ref
28818 LatexCommand ref
28819 reference "sub:Espacio-variable"
28820
28821 \end_inset
28822
28823
28824 \end_layout
28825
28826 \end_inset
28827
28828  antes de la primera y detrás de cada columna par.
28829  Si se pone en estilo 
28830 \series bold
28831 Sangrado
28832 \series default
28833 ,
28834 \begin_inset Foot
28835 status collapsed
28836
28837 \begin_layout Plain Layout
28838 véase estilos de ecuación en 
28839 \begin_inset CommandInset ref
28840 LatexCommand ref
28841 reference "sec:Estilos-de-ecuación"
28842
28843 \end_inset
28844
28845
28846 \end_layout
28847
28848 \end_inset
28849
28850  la ecuación queda sin el 
28851 \series bold
28852
28853 \backslash
28854 hfill
28855 \series default
28856  ante la primera columna.
28857 \end_layout
28858
28859 \begin_layout Subsubsection
28860 Entorno alignat
28861 \begin_inset Index
28862 status collapsed
28863
28864 \begin_layout Plain Layout
28865 Ecuación ! multilínea ! entorno alignat
28866 \end_layout
28867
28868 \end_inset
28869
28870
28871 \end_layout
28872
28873 \begin_layout Standard
28874 El entorno alignat no tiene separación predefinida de columnas.
28875  Se puede insertar manualmente con los espacios descritos en 
28876 \begin_inset CommandInset ref
28877 LatexCommand ref
28878 reference "sec:Espacio"
28879
28880 \end_inset
28881
28882 .
28883 \end_layout
28884
28885 \begin_layout Standard
28886 El ejemplo anterior en el entorno alignat, con un espacio de 1
28887 \begin_inset space \thinspace{}
28888 \end_inset
28889
28890 cm al comienzo da la segunda ecuación:
28891 \begin_inset Formula \begin{alignat*}{2}
28892 A & =\sen(B)\hspace{1cm} & C & =D\\
28893 C & \neq A & B & \neq D\end{alignat*}
28894
28895 \end_inset
28896
28897 Como cada columna puede tener un espacio diferente, este entorno es especialment
28898 e apropiado para poner tres o más ecuaciones adosadas.
28899 \end_layout
28900
28901 \begin_layout Subsubsection
28902 Entorno flalign
28903 \begin_inset CommandInset label
28904 LatexCommand label
28905 name "sub:Entorno-flalign"
28906
28907 \end_inset
28908
28909
28910 \begin_inset Index
28911 status collapsed
28912
28913 \begin_layout Plain Layout
28914 Ecuación ! multilínea ! entorno flalign
28915 \end_layout
28916
28917 \end_inset
28918
28919
28920 \end_layout
28921
28922 \begin_layout Standard
28923 En este entorno las dos primeras columnas están siempre tan a la izquierda
28924  como sea posible y las dos últimas a la derecha.
28925  Ejemplo:
28926 \begin_inset Formula \begin{flalign*}
28927 A & =1 & B & =2 & C & =3\\
28928 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4\end{flalign*}
28929
28930 \end_inset
28931
28932 En un entorno flalign con un número impar de columnas, en la última de las
28933  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
28934  alineadas a la izquierda, aunque se use el estilo 
28935 \series bold
28936 Centrado
28937 \series default
28938 .
28939  Un ejemplo de fórmula sangrada 
28940 \begin_inset CommandInset ref
28941 LatexCommand eqref
28942 reference "eq:IntVol"
28943
28944 \end_inset
28945
28946 :
28947 \begin_inset Formula \begin{flalign}
28948 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}\end{flalign}
28949
28950 \end_inset
28951
28952 Las dos primeras columnas contienen la fórmula.
28953  Para sangrarla como con el estilo 
28954 \series bold
28955 Sangrado
28956 \series default
28957 , se añade un espacio de 30
28958 \begin_inset space \thinspace{}
28959 \end_inset
28960
28961 pt al comienzo de la primera columna.
28962  
28963 \end_layout
28964
28965 \begin_layout Subsection
28966 Entorno eqnarray
28967 \begin_inset CommandInset label
28968 LatexCommand label
28969 name "sub:Entorno-eqnarray"
28970
28971 \end_inset
28972
28973
28974 \begin_inset Index
28975 status collapsed
28976
28977 \begin_layout Plain Layout
28978 Ecuación ! multilínea ! entorno eqnarray
28979 \end_layout
28980
28981 \end_inset
28982
28983
28984 \begin_inset Index
28985 status collapsed
28986
28987 \begin_layout Plain Layout
28988 Ecuación ! multilínea ! entorno eqnarray
28989 \end_layout
28990
28991 \end_inset
28992
28993
28994 \end_layout
28995
28996 \begin_layout Standard
28997 Al introducir este entorno aparecen tres marcos azules.
28998  El contenido del primero se alinea a la derecha, el del último a la izquierda.
28999  El contenido del marco central está centrado y algo más pequeño, porque
29000  está diseñado para insertar sólo caracteres de relación.
29001 \begin_inset Formula \begin{eqnarray*}
29002 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29003 AB & AB & AB\\
29004 A & = & A\end{eqnarray*}
29005
29006 \end_inset
29007
29008
29009 \end_layout
29010
29011 \begin_layout Subsection
29012 Entorno gather
29013 \begin_inset Index
29014 status collapsed
29015
29016 \begin_layout Plain Layout
29017 Ecuación ! multilínea ! entorno gather
29018 \end_layout
29019
29020 \end_inset
29021
29022
29023 \end_layout
29024
29025 \begin_layout Standard
29026 Este entorno consta de una sola columna centrada.
29027  Se puede numerar cada línea.
29028 \begin_inset Formula \begin{gather}
29029 A=1\\
29030 X=\mbox{-}1\end{gather}
29031
29032 \end_inset
29033
29034
29035 \end_layout
29036
29037 \begin_layout Subsection
29038 Entorno multilínea
29039 \begin_inset CommandInset label
29040 LatexCommand label
29041 name "sub:Entorno-multilínea"
29042
29043 \end_inset
29044
29045
29046 \begin_inset Index
29047 status collapsed
29048
29049 \begin_layout Plain Layout
29050 Ecuación ! multilínea ! entorno multilínea
29051 \end_layout
29052
29053 \end_inset
29054
29055
29056 \end_layout
29057
29058 \begin_layout Standard
29059 El entorno multilínea, como gather, consta de una sola columna.
29060  Pero la primera línea está alineada a la izquierda, la última a la derecha.
29061  Las demás están centradas.
29062  Por tanto este entorno es apropiado para ecuaciones largas.
29063  Como ejemplo, la ecuación
29064 \begin_inset space ~
29065 \end_inset
29066
29067
29068 \begin_inset CommandInset ref
29069 LatexCommand eqref
29070 reference "eq:lefteqn"
29071
29072 \end_inset
29073
29074  en entorno multilínea:
29075 \begin_inset Formula \begin{multline}
29076 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}\\
29077 -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}\\
29078 =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\end{multline}
29079
29080 \end_inset
29081
29082 En la salida sólo aparece numerada la última (primera) línea si la numeración
29083  del documento es a la derecha (izquierda).
29084 \begin_inset Foot
29085 status collapsed
29086
29087 \begin_layout Plain Layout
29088 véanse los estilos de numeración en 
29089 \begin_inset CommandInset ref
29090 LatexCommand ref
29091 reference "sec:Estilos-de-ecuación"
29092
29093 \end_inset
29094
29095
29096 \end_layout
29097
29098 \end_inset
29099
29100
29101 \end_layout
29102
29103 \begin_layout Standard
29104 Con los comandos 
29105 \series bold
29106
29107 \backslash
29108 shoveright
29109 \begin_inset Index
29110 status collapsed
29111
29112 \begin_layout Plain Layout
29113 Comandos ! S ! 
29114 \backslash
29115 shoveright
29116 \end_layout
29117
29118 \end_inset
29119
29120
29121 \series default
29122  y 
29123 \series bold
29124
29125 \backslash
29126 shoveleft
29127 \series default
29128
29129 \begin_inset Index
29130 status collapsed
29131
29132 \begin_layout Plain Layout
29133 Comandos ! S ! 
29134 \backslash
29135 shoveleft
29136 \end_layout
29137
29138 \end_inset
29139
29140 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
29141 ente.
29142  Los comandos se usan como sigue:
29143 \end_layout
29144
29145 \begin_layout Standard
29146
29147 \series bold
29148
29149 \backslash
29150 shoveright{contenido de la línea}
29151 \series default
29152  y 
29153 \series bold
29154
29155 \backslash
29156 shoveleft{contenido de la línea}
29157 \end_layout
29158
29159 \begin_layout Standard
29160 \begin_inset VSpace medskip
29161 \end_inset
29162
29163
29164 \end_layout
29165
29166 \begin_layout Standard
29167 La longitud 
29168 \series bold
29169
29170 \backslash
29171 multlinegap
29172 \series default
29173
29174 \begin_inset Index
29175 status collapsed
29176
29177 \begin_layout Plain Layout
29178 Comandos ! M ! 
29179 \backslash
29180 multlinegap
29181 \end_layout
29182
29183 \end_inset
29184
29185  especifica la distancia de la primera línea desde el margen izquierdo de
29186  la página.
29187  Esta longitud es 0
29188 \begin_inset space \thinspace{}
29189 \end_inset
29190
29191 pt por omisión.
29192 \end_layout
29193
29194 \begin_layout Standard
29195 Como ejemplo la ecuación anterior con el comando
29196 \end_layout
29197
29198 \begin_layout Standard
29199
29200 \series bold
29201
29202 \backslash
29203 setlength{
29204 \backslash
29205 multlinegap}{2cm}
29206 \end_layout
29207
29208 \begin_layout Standard
29209 insertado previamente en modo TeX:
29210 \begin_inset ERT
29211 status collapsed
29212
29213 \begin_layout Plain Layout
29214
29215
29216 \backslash
29217 setlength{
29218 \backslash
29219 multlinegap}{2cm}
29220 \end_layout
29221
29222 \end_inset
29223
29224
29225 \begin_inset Formula \begin{multline}
29226 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}\\
29227 \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}}\\
29228 =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\end{multline}
29229
29230 \end_inset
29231
29232
29233 \begin_inset ERT
29234 status collapsed
29235
29236 \begin_layout Plain Layout
29237
29238
29239 \backslash
29240 setlength{
29241 \backslash
29242 multlinegap}{0pt}
29243 \end_layout
29244
29245 \end_inset
29246
29247 La segunda línea se ha alineado a la izquierda con 
29248 \series bold
29249
29250 \backslash
29251 shoveleft
29252 \series default
29253 .
29254 \end_layout
29255
29256 \begin_layout Subsection
29257 Partes de una ecuación multilínea
29258 \begin_inset CommandInset label
29259 LatexCommand label
29260 name "sub:Partes-de-una-multilínea"
29261
29262 \end_inset
29263
29264
29265 \begin_inset Index
29266 status collapsed
29267
29268 \begin_layout Plain Layout
29269 Ecuación ! multilínea ! partes de
29270 \end_layout
29271
29272 \end_inset
29273
29274
29275 \end_layout
29276
29277 \begin_layout Standard
29278 Para mostrar sólo partes de una ecuación multilínea se
29279 \family roman
29280 \series medium
29281 \shape up
29282 \size normal
29283 \emph off
29284 \bar no
29285 \noun off
29286 \color none
29287
29288 \backslash
29289 left.
29290 \backslash
29291 right
29292 \backslash
29293 }
29294 \family default
29295 \series default
29296 \shape default
29297 \size default
29298 \emph default
29299 \bar default
29300 \noun default
29301 \color inherit
29302  usa uno de los siguientes métodos: 
29303 \series bold
29304 aligned
29305 \series default
29306
29307 \series bold
29308 alignedat
29309 \series default
29310
29311 \series bold
29312 gathered
29313 \series default
29314  o 
29315 \series bold
29316 split
29317 \series default
29318 .
29319  Se pueden elegir en el menú 
29320 \family sans
29321 Insertar\SpecialChar \menuseparator
29322 Ecuación
29323 \family default
29324  o usando los comandos aquí descritos.
29325 \end_layout
29326
29327 \begin_layout Standard
29328 Los tres primeros tienen las mismas propiedades que los correspondientes
29329  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
29330  Un ejemplo:
29331 \begin_inset Formula \[
29332 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29333 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29334 \right\} \mbox{Relaciones de incertidumbre}\]
29335
29336 \end_inset
29337
29338 Para componer esta expresión se inserta una ecuación en presentación y en
29339  ella se introduce el comando 
29340 \series bold
29341
29342 \backslash
29343 aligned
29344 \series default
29345
29346 \begin_inset Index
29347 status collapsed
29348
29349 \begin_layout Plain Layout
29350 Comandos ! A ! 
29351 \backslash
29352 aligned
29353 \end_layout
29354
29355 \end_inset
29356
29357 .
29358  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
29359  añadir filas y columnas.
29360  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
29361  como la llave.
29362 \end_layout
29363
29364 \begin_layout Standard
29365 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
29366  se alinean horizontalmente.
29367  Usar aligned en una ecuación en presentación tiene la ventaja de que el
29368  número de ecuación se centra verticalmente con las líneas.
29369  Como ejemplo, la ecuación 
29370 \begin_inset CommandInset ref
29371 LatexCommand eqref
29372 reference "eq:kurzlang"
29373
29374 \end_inset
29375
29376  en entorno aligned: 
29377 \begin_inset Formula \begin{equation}
29378 \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}|}\\
29379  & -\hspace{3pt}\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{2}|}+\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{R}_{1}-\mathbf{R}_{2}|}\end{aligned}
29380 \end{equation}
29381
29382 \end_inset
29383
29384 Para usar los entornos 
29385 \series bold
29386 alignedat
29387 \series default
29388
29389 \series bold
29390 gathered
29391 \series default
29392 , o 
29393 \series bold
29394 split
29395 \series default
29396 , se insertan respectivamente los comandos
29397 \series bold
29398  
29399 \backslash
29400 alignedat
29401 \series default
29402 ,
29403 \begin_inset Index
29404 status collapsed
29405
29406 \begin_layout Plain Layout
29407 Comandos ! A ! 
29408 \backslash
29409 alignedat
29410 \end_layout
29411
29412 \end_inset
29413
29414  
29415 \series bold
29416
29417 \backslash
29418 gathered
29419 \series default
29420
29421 \begin_inset Index
29422 status collapsed
29423
29424 \begin_layout Plain Layout
29425 Comandos ! G ! 
29426 \backslash
29427 gathered
29428 \end_layout
29429
29430 \end_inset
29431
29432 , o 
29433 \series bold
29434
29435 \backslash
29436 split
29437 \series default
29438
29439 \begin_inset Index
29440 status collapsed
29441
29442 \begin_layout Plain Layout
29443 Comandos ! S ! 
29444 \backslash
29445 split
29446 \end_layout
29447
29448 \end_inset
29449
29450 .
29451  El entorno split tiene las mismas propiedades que aligned pero sólo puede
29452  tener dos columnas.
29453 \end_layout
29454
29455 \begin_layout Subsection
29456 Texto en ecuaciones multilínea
29457 \begin_inset CommandInset label
29458 LatexCommand label
29459 name "sub:Texto-en-multilínea"
29460
29461 \end_inset
29462
29463
29464 \begin_inset Index
29465 status collapsed
29466
29467 \begin_layout Plain Layout
29468 Texto ! en ecuaciones
29469 \end_layout
29470
29471 \end_inset
29472
29473
29474 \begin_inset Index
29475 status collapsed
29476
29477 \begin_layout Plain Layout
29478 Ecuación ! multilínea ! texto en
29479 \end_layout
29480
29481 \end_inset
29482
29483
29484 \end_layout
29485
29486 \begin_layout Standard
29487 En los entornos Align, multilínea y gather, se puede insertar texto que
29488  se mostrará en una línea separada y que no afecta la alineación de columna.
29489  Para esto se usa el comando 
29490 \series bold
29491
29492 \backslash
29493 intertext
29494 \series default
29495
29496 \begin_inset Index
29497 status collapsed
29498
29499 \begin_layout Plain Layout
29500 Comandos ! I ! 
29501 \backslash
29502 intertext
29503 \end_layout
29504
29505 \end_inset
29506
29507  con el siguiente esquema:
29508 \end_layout
29509
29510 \begin_layout Standard
29511
29512 \series bold
29513
29514 \backslash
29515 intertext{texto}
29516 \end_layout
29517
29518 \begin_layout Standard
29519 El texto no debería ocupar más de una línea porque no se puede partir con
29520  guión.
29521  Como LyX aún no soporta 
29522 \series bold
29523
29524 \backslash
29525 intertext
29526 \series default
29527  directamente, el texto se escribe como texto matemático.
29528  
29529 \series bold
29530
29531 \backslash
29532 intertext
29533 \series default
29534  debe por tanto estar al comienzo de una línea y en la salida se presenta
29535  sobre esta línea.
29536  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
29537 \begin_inset Formula \begin{align}
29538 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29539 \intertext{\text{el integrando es simétrico para $\phi=\pi$, por tanto}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29540
29541 \end_inset
29542
29543
29544 \end_layout
29545
29546 \begin_layout Section
29547 Numeración de ecuaciones
29548 \begin_inset Index
29549 status collapsed
29550
29551 \begin_layout Plain Layout
29552 Ecuación ! numeración|see
29553 \begin_inset ERT
29554 status collapsed
29555
29556 \begin_layout Plain Layout
29557
29558 {
29559 \end_layout
29560
29561 \end_inset
29562
29563 Numeración de ecuaciones
29564 \begin_inset ERT
29565 status collapsed
29566
29567 \begin_layout Plain Layout
29568
29569 }
29570 \end_layout
29571
29572 \end_inset
29573
29574
29575 \end_layout
29576
29577 \end_inset
29578
29579
29580 \begin_inset Index
29581 status collapsed
29582
29583 \begin_layout Plain Layout
29584 Numeración de ecuaciones
29585 \end_layout
29586
29587 \end_inset
29588
29589
29590 \end_layout
29591
29592 \begin_layout Subsection
29593 General
29594 \end_layout
29595
29596 \begin_layout Standard
29597 Las ecuaciones numeradas se insertan con el menú 
29598 \family sans
29599 Insertar\SpecialChar \menuseparator
29600 Ecuación
29601 \family default
29602  
29603 \family sans
29604 \SpecialChar \menuseparator
29605 Ecuación
29606 \begin_inset space ~
29607 \end_inset
29608
29609 numerada
29610 \family default
29611  (atajo 
29612 \family sans
29613 Ctrl-Alt
29614 \begin_inset space ~
29615 \end_inset
29616
29617 n
29618 \family default
29619 ).
29620  Ecuaciones existentes se pueden numerar con el menú 
29621 \family sans
29622 Editar\SpecialChar \menuseparator
29623 Ecuación\SpecialChar \menuseparator
29624 Conmutar
29625 \begin_inset space ~
29626 \end_inset
29627
29628 numeración
29629 \family default
29630  (atajo
29631 \family sans
29632  Alt-m
29633 \begin_inset space ~
29634 \end_inset
29635
29636 n
29637 \family default
29638 ).
29639  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
29640  En la salida se muestra el número real.
29641 \end_layout
29642
29643 \begin_layout Standard
29644 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
29645  líneas.
29646  No obstante, la numeración se puede controlar en cada línea con el menú
29647  
29648 \family sans
29649 Editar\SpecialChar \menuseparator
29650 Ecuación\SpecialChar \menuseparator
29651 \SpecialChar \menuseparator
29652 Conmutar
29653 \begin_inset space ~
29654 \end_inset
29655
29656 numeración
29657 \begin_inset space ~
29658 \end_inset
29659
29660 de
29661 \begin_inset space ~
29662 \end_inset
29663
29664 línea
29665 \family default
29666  (atajo
29667 \family sans
29668  Alt-m
29669 \begin_inset space ~
29670 \end_inset
29671
29672 N
29673 \family default
29674 ).
29675 \end_layout
29676
29677 \begin_layout Standard
29678 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
29679  distintos, véase 
29680 \begin_inset CommandInset ref
29681 LatexCommand ref
29682 reference "sec:Estilos-de-ecuación"
29683
29684 \end_inset
29685
29686 .
29687 \end_layout
29688
29689 \begin_layout Subsection
29690 Referencias cruzadas
29691 \begin_inset Index
29692 status collapsed
29693
29694 \begin_layout Plain Layout
29695 Referencias cruzadas ! a ecuaciones
29696 \end_layout
29697
29698 \end_inset
29699
29700
29701 \end_layout
29702
29703 \begin_layout Standard
29704 Todas las ecuaciones con etiqueta se pueden referenciar.
29705  La etiqueta se añade con el menú 
29706 \family sans
29707 Insertar\SpecialChar \menuseparator
29708 Etiqueta
29709 \family default
29710  o con el botón 
29711 \begin_inset Graphics
29712         filename ../../images/label-insert.png
29713         scale 85
29714
29715 \end_inset
29716
29717  de la barra de herramientas.
29718  El cursor debe estar dentro de una ecuación en presentación.
29719  Surge un diálogo con el prefijo 
29720 \series bold
29721 eq:
29722 \series default
29723 , detrás del cual se escribe el texto de la etiqueta.
29724  El prefijo significa 
29725 \begin_inset Quotes fld
29726 \end_inset
29727
29728 equation
29729 \begin_inset Quotes frd
29730 \end_inset
29731
29732  y hace más fácil encontrar etiquetas en documentos extensos porque así
29733  se distingue p.
29734 \begin_inset space \thinspace{}
29735 \end_inset
29736
29737 e.
29738 \begin_inset space ~
29739 \end_inset
29740
29741 de las etiquetas de sección.
29742  Para cambiar una etiqueta se usa de nuevo el menú 
29743 \family sans
29744 Insertar\SpecialChar \menuseparator
29745 Etiqueta
29746 \family default
29747 .
29748 \end_layout
29749
29750 \begin_layout Standard
29751 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
29752  ecuación.
29753  Una ecuación con etiqueta se numera siempre.
29754 \end_layout
29755
29756 \begin_layout Standard
29757 Las referencias cruzadas se insertan mediante el menú 
29758 \family sans
29759 Insertar\SpecialChar \menuseparator
29760 Referencia cruzada
29761 \family default
29762  o con el botón 
29763 \begin_inset Graphics
29764         filename ../../images/dialog-show-new-inset_ref.png
29765         scale 85
29766
29767 \end_inset
29768
29769 .
29770  Una referencia a una ecuación aparece en la salida con su número.
29771  Si en el diálogo de referencia cruzada se elige el formato 
29772 \series bold
29773 (<referencia>)
29774 \series default
29775 , la referencia se muestra en la salida entre paréntesis.
29776  
29777 \begin_inset Newline newline
29778 \end_inset
29779
29780 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
29781  a la ecuación de referencia.
29782 \end_layout
29783
29784 \begin_layout Standard
29785 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
29786  siguientes:
29787 \begin_inset Note Note
29788 status collapsed
29789
29790 \begin_layout Plain Layout
29791 Observa los distintos tipos de referencias cruzadas.
29792 \end_layout
29793
29794 \end_inset
29795
29796
29797 \end_layout
29798
29799 \begin_layout Standard
29800 Las ecuaciones 
29801 \begin_inset CommandInset ref
29802 LatexCommand eqref
29803 reference "eq:tag"
29804
29805 \end_inset
29806
29807  y 
29808 \begin_inset CommandInset ref
29809 LatexCommand eqref
29810 reference "eq:c"
29811
29812 \end_inset
29813
29814  son equivalentes.
29815  En (
29816 \begin_inset CommandInset ref
29817 LatexCommand ref
29818 reference "eq:Lat"
29819
29820 \end_inset
29821
29822 ) se usan mayúsculas latinas para la numeración, a diferencia de (
29823 \begin_inset CommandInset ref
29824 LatexCommand ref
29825 reference "eq:Rom"
29826
29827 \end_inset
29828
29829 ).
29830 \begin_inset VSpace medskip
29831 \end_inset
29832
29833
29834 \end_layout
29835
29836 \begin_layout Standard
29837 Si el argumento de 
29838 \series bold
29839
29840 \backslash
29841 tag
29842 \begin_inset Foot
29843 status collapsed
29844
29845 \begin_layout Plain Layout
29846
29847 \series bold
29848
29849 \backslash
29850 tag
29851 \series default
29852  se describe en 
29853 \begin_inset CommandInset ref
29854 LatexCommand ref
29855 reference "sub:Numeración-personalizada"
29856
29857 \end_inset
29858
29859
29860 \end_layout
29861
29862 \end_inset
29863
29864
29865 \series default
29866  contiene un marco, como se describe en la 
29867 \begin_inset CommandInset ref
29868 LatexCommand ref
29869 reference "sub:Cuadros-de-párrafo"
29870
29871 \end_inset
29872
29873 , no se puede referenciar la ecuación.
29874 \end_layout
29875
29876 \begin_layout Subsection
29877 Subnumeración
29878 \begin_inset Index
29879 status collapsed
29880
29881 \begin_layout Plain Layout
29882 Numeración de ecuaciones ! subnumeración
29883 \end_layout
29884
29885 \end_inset
29886
29887
29888 \end_layout
29889
29890 \begin_layout Standard
29891 Con ayuda de los comandos 
29892 \series bold
29893
29894 \backslash
29895 begin{subequations}
29896 \series default
29897  y 
29898 \series bold
29899
29900 \backslash
29901 end{subequations}
29902 \series default
29903  en modo TeX se pueden subnumerar ecuaciones.
29904 \end_layout
29905
29906 \begin_layout Standard
29907 Ejemplo:
29908 \begin_inset Formula \begin{equation}
29909 A=C-B\label{eq:a}\end{equation}
29910
29911 \end_inset
29912
29913
29914 \begin_inset ERT
29915 status collapsed
29916
29917 \begin_layout Plain Layout
29918
29919
29920 \backslash
29921 addtocounter{equation}{-1}
29922 \end_layout
29923
29924 \end_inset
29925
29926
29927 \begin_inset ERT
29928 status collapsed
29929
29930 \begin_layout Plain Layout
29931
29932
29933 \backslash
29934 begin{subequations}
29935 \end_layout
29936
29937 \end_inset
29938
29939
29940 \begin_inset VSpace -5mm
29941 \end_inset
29942
29943
29944 \begin_inset Formula \begin{equation}
29945 B=C-A\label{eq:b}\end{equation}
29946
29947 \end_inset
29948
29949
29950 \begin_inset Formula \begin{equation}
29951 C=A+B\label{eq:c}\end{equation}
29952
29953 \end_inset
29954
29955
29956 \end_layout
29957
29958 \begin_layout Standard
29959 \begin_inset ERT
29960 status collapsed
29961
29962 \begin_layout Plain Layout
29963
29964
29965 \backslash
29966 end{subequations}
29967 \end_layout
29968
29969 \end_inset
29970
29971
29972 \end_layout
29973
29974 \begin_layout Standard
29975 Para este ejemplo se ha hecho lo siguiente:
29976 \end_layout
29977
29978 \begin_layout Enumerate
29979 se inserta la primera ecuación
29980 \end_layout
29981
29982 \begin_layout Enumerate
29983 después de ella se inserta
29984 \series bold
29985
29986 \begin_inset Newline newline
29987 \end_inset
29988
29989
29990 \backslash
29991 addtocounter{equation}{-1} 
29992 \backslash
29993 begin{subequations}
29994 \begin_inset Index
29995 status collapsed
29996
29997 \begin_layout Plain Layout
29998 Comandos ! A ! 
29999 \backslash
30000 addtocounter
30001 \end_layout
30002
30003 \end_inset
30004
30005
30006 \end_layout
30007
30008 \begin_layout Enumerate
30009 se inserta la segunda ecuación
30010 \end_layout
30011
30012 \begin_layout Enumerate
30013 se inserta la tercera ecuación
30014 \end_layout
30015
30016 \begin_layout Enumerate
30017 se inserta 
30018 \series bold
30019
30020 \backslash
30021 end{subequations}
30022 \series default
30023  tras la tercera ecuación
30024 \end_layout
30025
30026 \begin_layout Standard
30027 Toda ecuación entre los comandos 
30028 \series bold
30029
30030 \backslash
30031 begin
30032 \series default
30033  y 
30034 \series bold
30035
30036 \backslash
30037 end
30038 \series default
30039  se subnumera con a, b, c\SpecialChar \ldots{}
30040  En ecuaciones multilínea se subnumerará cada línea.
30041  Todas las ecuaciones subnumeradas son tratadas como 
30042 \emph on
30043 una
30044 \emph default
30045  ecuación numerada.
30046  Pero como cada ecuación numerada aumenta el contador 
30047 \series bold
30048 equation
30049 \series default
30050  en uno, hay que disminuir el comando 
30051 \series bold
30052
30053 \backslash
30054 addtocounter
30055 \series default
30056 .
30057  De lo contrario, las ecuaciones 
30058 \begin_inset CommandInset ref
30059 LatexCommand eqref
30060 reference "eq:a"
30061
30062 \end_inset
30063
30064
30065 \begin_inset CommandInset ref
30066 LatexCommand eqref
30067 reference "eq:b"
30068
30069 \end_inset
30070
30071
30072 \begin_inset CommandInset ref
30073 LatexCommand eqref
30074 reference "eq:c"
30075
30076 \end_inset
30077
30078  se numerarían 
30079 \begin_inset CommandInset ref
30080 LatexCommand eqref
30081 reference "eq:a"
30082
30083 \end_inset
30084
30085
30086 \begin_inset CommandInset ref
30087 LatexCommand eqref
30088 reference "eq:d"
30089
30090 \end_inset
30091
30092
30093 \begin_inset CommandInset ref
30094 LatexCommand eqref
30095 reference "eq:f"
30096
30097 \end_inset
30098
30099 .
30100 \end_layout
30101
30102 \begin_layout Standard
30103 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
30104  ecuaciones.
30105  Para evitarlo se inserta ese espacio vertical de -5
30106 \begin_inset space \thinspace{}
30107 \end_inset
30108
30109 mm detrás del comando 
30110 \series bold
30111
30112 \backslash
30113 begin{subequations}
30114 \series default
30115 .
30116
30117 \series bold
30118  
30119 \series default
30120 Si se usa el estilo 
30121 \series bold
30122 Sangrado
30123 \series default
30124
30125 \begin_inset Foot
30126 status open
30127
30128 \begin_layout Plain Layout
30129 véase estilos de ecuación en 
30130 \begin_inset CommandInset ref
30131 LatexCommand ref
30132 reference "sec:Estilos-de-ecuación"
30133
30134 \end_inset
30135
30136
30137 \end_layout
30138
30139 \end_inset
30140
30141 , entonces se inserta -7
30142 \begin_inset space \thinspace{}
30143 \end_inset
30144
30145 mm.
30146 \end_layout
30147
30148 \begin_layout Standard
30149 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
30150  de la segunda línea:
30151 \begin_inset ERT
30152 status collapsed
30153
30154 \begin_layout Plain Layout
30155
30156
30157 \backslash
30158 begin{subequations}
30159 \end_layout
30160
30161 \end_inset
30162
30163
30164 \begin_inset Formula \begin{eqnarray}
30165 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30166  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30167  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
30168
30169 \end_inset
30170
30171
30172 \begin_inset ERT
30173 status collapsed
30174
30175 \begin_layout Plain Layout
30176
30177
30178 \backslash
30179 end{subequations}
30180 \end_layout
30181
30182 \end_inset
30183
30184
30185 \end_layout
30186
30187 \begin_layout Subsection
30188 Numeración definida por el usuario
30189 \begin_inset CommandInset label
30190 LatexCommand label
30191 name "sub:Numeración-personalizada"
30192
30193 \end_inset
30194
30195
30196 \begin_inset Index
30197 status collapsed
30198
30199 \begin_layout Plain Layout
30200 Numeración de ecuaciones ! personalizada
30201 \end_layout
30202
30203 \end_inset
30204
30205
30206 \end_layout
30207
30208 \begin_layout Standard
30209 Con la numeración estándar el número se coloca entre paréntesis.
30210  Para reemplazar los paréntesis con barras verticales, p.
30211 \begin_inset space \thinspace{}
30212 \end_inset
30213
30214 e., se añade al preámbulo LaTeX la línea: 
30215 \end_layout
30216
30217 \begin_layout Standard
30218
30219 \series bold
30220
30221 \backslash
30222 def
30223 \backslash
30224 tagform@#1{
30225 \backslash
30226 maketag@@@{|#1|}}
30227 \series default
30228
30229 \begin_inset Note Note
30230 status collapsed
30231
30232 \begin_layout Plain Layout
30233 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
30234  Para activarlo, quita el % del principio.
30235 \end_layout
30236
30237 \end_inset
30238
30239
30240 \end_layout
30241
30242 \begin_layout Standard
30243 Para usar otros caracteres, se reemplazan las barras al lado de 
30244 \series bold
30245 #1
30246 \series default
30247  por ellos.
30248  Para obtener sólo el número de ecuación se omiten las barras verticales.
30249 \begin_inset VSpace bigskip
30250 \end_inset
30251
30252
30253 \end_layout
30254
30255 \begin_layout Standard
30256 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
30257  consecutivo, se usa el comando 
30258 \series bold
30259
30260 \backslash
30261 tag
30262 \begin_inset Index
30263 status collapsed
30264
30265 \begin_layout Plain Layout
30266 Comandos ! T ! 
30267 \backslash
30268 tag
30269 \end_layout
30270
30271 \end_inset
30272
30273
30274 \series default
30275 :
30276 \begin_inset Formula \begin{equation}
30277 A+B=C\tag{algo}\label{eq:tag}\end{equation}
30278
30279 \end_inset
30280
30281 En este ejemplo se ha insertado el comando
30282 \series bold
30283  
30284 \backslash
30285 tag
30286 \begin_inset ERT
30287 status collapsed
30288
30289 \begin_layout Plain Layout
30290
30291
30292 \backslash
30293 spce 
30294 \end_layout
30295
30296 \end_inset
30297
30298 algo
30299 \series default
30300  en la ecuación.
30301 \end_layout
30302
30303 \begin_layout Standard
30304 Si se usa en su lugar el comando con asterisco 
30305 \series bold
30306
30307 \backslash
30308 tag*
30309 \begin_inset ERT
30310 status collapsed
30311
30312 \begin_layout Plain Layout
30313
30314
30315 \backslash
30316 spce 
30317 \end_layout
30318
30319 \end_inset
30320
30321 algo
30322 \series default
30323  no se imprimen los paréntesis:
30324 \begin_inset Formula \[
30325 A+B=C\tag*{algo}\]
30326
30327 \end_inset
30328
30329
30330 \end_layout
30331
30332 \begin_layout Standard
30333 \begin_inset VSpace bigskip
30334 \end_inset
30335
30336
30337 \end_layout
30338
30339 \begin_layout Standard
30340 Para reiniciar la numeración en nuevas partes o secciones del documento
30341  se usan los siguientes comandos:
30342 \end_layout
30343
30344 \begin_layout Standard
30345
30346 \series bold
30347
30348 \backslash
30349 @addtoreset{equation}{part}
30350 \series default
30351
30352 \begin_inset Index
30353 status collapsed
30354
30355 \begin_layout Plain Layout
30356 Comandos ! 
30357 \begin_inset ERT
30358 status collapsed
30359
30360 \begin_layout Plain Layout
30361
30362 "
30363 \end_layout
30364
30365 \end_inset
30366
30367 @
30368 \begin_inset ERT
30369 status collapsed
30370
30371 \begin_layout Plain Layout
30372
30373 "
30374 \end_layout
30375
30376 \end_inset
30377
30378  ! 
30379 \backslash
30380
30381 \begin_inset ERT
30382 status collapsed
30383
30384 \begin_layout Plain Layout
30385
30386 "
30387 \end_layout
30388
30389 \end_inset
30390
30391 @
30392 \begin_inset ERT
30393 status collapsed
30394
30395 \begin_layout Plain Layout
30396
30397 "
30398 \end_layout
30399
30400 \end_inset
30401
30402 addtoreset
30403 \end_layout
30404
30405 \end_inset
30406
30407
30408 \begin_inset Newline newline
30409 \end_inset
30410
30411
30412 \series bold
30413
30414 \backslash
30415 @addtoreset{equation}{section}
30416 \end_layout
30417
30418 \begin_layout Standard
30419 Pata poder usar estos comandos en modo TeX, el carácter 
30420 \begin_inset Quotes fld
30421 \end_inset
30422
30423 @
30424 \begin_inset Quotes frd
30425 \end_inset
30426
30427  debe 
30428 \begin_inset Quotes fld
30429 \end_inset
30430
30431 activarse
30432 \begin_inset Quotes frd
30433 \end_inset
30434
30435  para LaTeX con el comando 
30436 \series bold
30437
30438 \backslash
30439 makeatletter
30440 \series default
30441 .
30442  El comando 
30443 \series bold
30444
30445 \backslash
30446 makeatother
30447 \series default
30448  deshace esto.
30449  Así pues, la secuencia de comandos en modo TeX es:
30450 \end_layout
30451
30452 \begin_layout Standard
30453
30454 \series bold
30455
30456 \backslash
30457 makeatletter
30458 \begin_inset Newline newline
30459 \end_inset
30460
30461
30462 \backslash
30463 @addtoreset{equation}{section}
30464 \begin_inset Newline newline
30465 \end_inset
30466
30467
30468 \backslash
30469 makeatother
30470 \end_layout
30471
30472 \begin_layout Standard
30473 En el preámbulo LaTeX se pueden omitir 
30474 \series bold
30475
30476 \backslash
30477 makeatletter
30478 \series default
30479  y 
30480 \series bold
30481
30482 \backslash
30483 makeatother
30484 \series default
30485  pues son automáticamente insertados por LyX.
30486 \end_layout
30487
30488 \begin_layout Standard
30489 Para el comando 
30490 \series bold
30491
30492 \backslash
30493 @addtoreset
30494 \series default
30495 ,
30496 \series bold
30497  
30498 \series default
30499 hay que cargar en el preámbulo LaTeX el archivo 
30500 \series bold
30501 remreset.sty
30502 \series default
30503
30504 \begin_inset Foot
30505 status open
30506
30507 \begin_layout Plain Layout
30508
30509 \series bold
30510 remreset
30511 \series default
30512  es parte del paquete LaTeX 
30513 \series bold
30514 carlisle
30515 \series default
30516
30517 \begin_inset Index
30518 status collapsed
30519
30520 \begin_layout Plain Layout
30521 Paquetes ! carlisle
30522 \end_layout
30523
30524 \end_inset
30525
30526 , incluido en las instalaciones estándar de LaTeX.
30527 \end_layout
30528
30529 \end_inset
30530
30531
30532 \begin_inset Index
30533 status collapsed
30534
30535 \begin_layout Plain Layout
30536 Paquetes ! remreset
30537 \end_layout
30538
30539 \end_inset
30540
30541  con la línea
30542 \end_layout
30543
30544 \begin_layout Standard
30545
30546 \series bold
30547
30548 \backslash
30549 usepackage{remreset}
30550 \end_layout
30551
30552 \begin_layout Standard
30553 Entonces se puede usar el comando 
30554 \series bold
30555
30556 \backslash
30557 @removefromreset
30558 \series default
30559
30560 \begin_inset Index
30561 status collapsed
30562
30563 \begin_layout Plain Layout
30564 Comandos ! 
30565 \begin_inset ERT
30566 status collapsed
30567
30568 \begin_layout Plain Layout
30569
30570 "
30571 \end_layout
30572
30573 \end_inset
30574
30575 @
30576 \begin_inset ERT
30577 status collapsed
30578
30579 \begin_layout Plain Layout
30580
30581 "
30582 \end_layout
30583
30584 \end_inset
30585
30586  ! 
30587 \backslash
30588
30589 \begin_inset ERT
30590 status collapsed
30591
30592 \begin_layout Plain Layout
30593
30594 "
30595 \end_layout
30596
30597 \end_inset
30598
30599 @
30600 \begin_inset ERT
30601 status collapsed
30602
30603 \begin_layout Plain Layout
30604
30605 "
30606 \end_layout
30607
30608 \end_inset
30609
30610 removefromreset
30611 \end_layout
30612
30613 \end_inset
30614
30615  con el mismo esquema que 
30616 \series bold
30617
30618 \backslash
30619 @addtoreset
30620 \series default
30621 .
30622 \begin_inset VSpace bigskip
30623 \end_inset
30624
30625
30626 \end_layout
30627
30628 \begin_layout Standard
30629 A veces las ecuaciones deberían numerarse de la siguiente manera:
30630 \end_layout
30631
30632 \begin_layout Standard
30633
30634 \family typewriter
30635 (número de sección.número de ecuación)
30636 \end_layout
30637
30638 \begin_layout Standard
30639 El número de ecuación empezaría con 
30640 \begin_inset Quotes fld
30641 \end_inset
30642
30643 1
30644 \begin_inset Quotes frd
30645 \end_inset
30646
30647  en cada sección.
30648 \end_layout
30649
30650 \begin_layout Standard
30651 Para este caso hay el comando 
30652 \series bold
30653
30654 \backslash
30655 numberwithin
30656 \series default
30657
30658 \begin_inset Index
30659 status collapsed
30660
30661 \begin_layout Plain Layout
30662 Comandos ! N ! 
30663 \backslash
30664 numberwithin
30665 \end_layout
30666
30667 \end_inset
30668
30669 , que se usa con el esquema:
30670 \end_layout
30671
30672 \begin_layout Standard
30673
30674 \series bold
30675
30676 \backslash
30677 numberwithin{counter}{sectioning}
30678 \end_layout
30679
30680 \begin_layout Standard
30681 \begin_inset Quotes fld
30682 \end_inset
30683
30684 counter
30685 \begin_inset Quotes frd
30686 \end_inset
30687
30688  indica qué clase de numeración es afectada, 
30689 \begin_inset Quotes fld
30690 \end_inset
30691
30692 sectioning
30693 \begin_inset Quotes frd
30694 \end_inset
30695
30696  indica qué número va delante del punto.
30697  
30698 \end_layout
30699
30700 \begin_layout Standard
30701 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
30702  en el preámbulo LaTeX:
30703 \end_layout
30704
30705 \begin_layout Standard
30706
30707 \series bold
30708
30709 \backslash
30710 numberwithin{equation}{section}
30711 \end_layout
30712
30713 \begin_layout Standard
30714 Este es el resultado::
30715 \begin_inset ERT
30716 status collapsed
30717
30718 \begin_layout Plain Layout
30719
30720
30721 \backslash
30722 numberwithin{equation}{section}
30723 \end_layout
30724
30725 \end_inset
30726
30727
30728 \begin_inset Formula \begin{equation}
30729 A+B=C\end{equation}
30730
30731 \end_inset
30732
30733
30734 \end_layout
30735
30736 \begin_layout Standard
30737 Para numerar p.
30738 \begin_inset space \thinspace{}
30739 \end_inset
30740
30741 e.
30742 \begin_inset space ~
30743 \end_inset
30744
30745 tablas de modo que 
30746 \begin_inset Quotes fld
30747 \end_inset
30748
30749 sectioning
30750 \begin_inset Quotes frd
30751 \end_inset
30752
30753  es el número de la parte se usa
30754 \begin_inset Newline newline
30755 \end_inset
30756
30757
30758 \series bold
30759
30760 \backslash
30761 numberwithin{table}{part}
30762 \end_layout
30763
30764 \begin_layout Standard
30765 Para volver a la numeración estándar o evitar esta clase numeración cuando
30766  es definida por la clase de documento, se inserta el siguiente comando
30767  en código TeX o en el preámbulo LaTeX:
30768 \end_layout
30769
30770 \begin_layout Standard
30771
30772 \series bold
30773
30774 \backslash
30775 renewcommand{
30776 \backslash
30777 theequation}{
30778 \backslash
30779 arabic{equation}}
30780 \begin_inset Index
30781 status collapsed
30782
30783 \begin_layout Plain Layout
30784 Comandos ! A ! 
30785 \backslash
30786 arabic
30787 \end_layout
30788
30789 \end_inset
30790
30791
30792 \series default
30793
30794 \begin_inset ERT
30795 status collapsed
30796
30797 \begin_layout Plain Layout
30798
30799
30800 \backslash
30801 renewcommand{
30802 \backslash
30803 theequation}{
30804 \backslash
30805 arabic{equation}}
30806 \end_layout
30807
30808 \end_inset
30809
30810
30811 \series bold
30812
30813 \begin_inset Newline newline
30814 \end_inset
30815
30816
30817 \series default
30818 o
30819 \series bold
30820
30821 \begin_inset Newline newline
30822 \end_inset
30823
30824
30825 \backslash
30826 renewcommand{
30827 \backslash
30828 thetable}{
30829 \backslash
30830 arabic{table}}
30831 \end_layout
30832
30833 \begin_layout Standard
30834
30835 \series bold
30836
30837 \backslash
30838 numberwithin
30839 \series default
30840  usa internamente el comando 
30841 \series bold
30842
30843 \backslash
30844 @addtoreset
30845 \series default
30846 , descrito arriba, que también necesita ser restaurado.
30847 \begin_inset ERT
30848 status collapsed
30849
30850 \begin_layout Plain Layout
30851
30852
30853 \backslash
30854 makeatletter
30855 \end_layout
30856
30857 \begin_layout Plain Layout
30858
30859
30860 \backslash
30861 @removefromreset{equation}{section}
30862 \end_layout
30863
30864 \begin_layout Plain Layout
30865
30866
30867 \backslash
30868 makeatother
30869 \end_layout
30870
30871 \end_inset
30872
30873
30874 \end_layout
30875
30876 \begin_layout Subsection
30877 Numeración con números romanos y letras
30878 \begin_inset Index
30879 status collapsed
30880
30881 \begin_layout Plain Layout
30882 Numeración de ecuaciones ! con números romanos
30883 \end_layout
30884
30885 \end_inset
30886
30887
30888 \begin_inset Index
30889 status collapsed
30890
30891 \begin_layout Plain Layout
30892 Numeración de ecuaciones ! con letras
30893 \end_layout
30894
30895 \end_inset
30896
30897
30898 \end_layout
30899
30900 \begin_layout Standard
30901 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
30902  Por ejemplo, para numerar con romanos en minúscula,
30903 \begin_inset Foot
30904 status collapsed
30905
30906 \begin_layout Plain Layout
30907 Como en español no se usan romanos en minúscula, el estilo 
30908 \series bold
30909 spanish
30910 \series default
30911  del sistema 
30912 \series bold
30913 babel
30914 \series default
30915  redefine 
30916 \series bold
30917
30918 \backslash
30919 roman
30920 \series default
30921  para que los dé en versalitas.
30922  Véase 
30923 \begin_inset CommandInset citation
30924 LatexCommand cite
30925 key "spanish"
30926
30927 \end_inset
30928
30929  (
30930 \emph on
30931 N.
30932 \begin_inset space \thinspace{}
30933 \end_inset
30934
30935 del t
30936 \emph default
30937 ).
30938 \end_layout
30939
30940 \end_inset
30941
30942  se inserta el comando
30943 \end_layout
30944
30945 \begin_layout Standard
30946
30947 \series bold
30948
30949 \backslash
30950 renewcommand{
30951 \backslash
30952 theequation}{
30953 \backslash
30954 roman{equation}}
30955 \end_layout
30956
30957 \begin_layout Standard
30958 antes de la ecuación en modo TeX.
30959  
30960 \series bold
30961
30962 \backslash
30963 renewcommand
30964 \series default
30965
30966 \begin_inset Index
30967 status collapsed
30968
30969 \begin_layout Plain Layout
30970 Comandos ! R ! 
30971 \backslash
30972 renewcommand
30973 \end_layout
30974
30975 \end_inset
30976
30977  redefine el comando predefinido 
30978 \series bold
30979
30980 \backslash
30981 theequation
30982 \series default
30983  como 
30984 \series bold
30985
30986 \backslash
30987 roman{equation}
30988 \series default
30989 .
30990 \begin_inset Foot
30991 status collapsed
30992
30993 \begin_layout Plain Layout
30994 El comando 
30995 \series bold
30996
30997 \backslash
30998 renewcommand
30999 \series default
31000  tiene el mismo esquema que el comando 
31001 \series bold
31002
31003 \backslash
31004 newcommand
31005 \series default
31006 , descrito en 
31007 \begin_inset CommandInset ref
31008 LatexCommand ref
31009 reference "sec:Comandos-de-usuario"
31010
31011 \end_inset
31012
31013 .
31014 \end_layout
31015
31016 \end_inset
31017
31018  
31019 \series bold
31020 equation
31021 \series default
31022  es el contador de ecuaciones.
31023  Si se usa el comando 
31024 \series bold
31025
31026 \backslash
31027 the
31028 \series default
31029  como prefijo de un contador, el valor del contador sale en números arábigos.
31030  Si una ecuación es numerada, LaTeX pone internamente el comando 
31031 \series bold
31032
31033 \backslash
31034 theequation
31035 \series default
31036  detrás de la ecuación.
31037  
31038 \series bold
31039
31040 \backslash
31041 roman{equation}
31042 \series default
31043
31044 \begin_inset Index
31045 status collapsed
31046
31047 \begin_layout Plain Layout
31048 Comandos ! R ! 
31049 \backslash
31050 roman
31051 \end_layout
31052
31053 \end_inset
31054
31055  pone el contador en romanos en minúscula.
31056 \end_layout
31057
31058 \begin_layout Standard
31059 Todas las ecuaciones siguientes a 
31060 \series bold
31061
31062 \backslash
31063 renew
31064 \series default
31065 c
31066 \series bold
31067 ommand
31068 \series default
31069  se numerarán en romanos.
31070  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
31071  cambiando 
31072 \series bold
31073
31074 \backslash
31075 roman
31076 \series default
31077  por 
31078 \series bold
31079
31080 \backslash
31081 Roman
31082 \series default
31083  
31084 \begin_inset Index
31085 status collapsed
31086
31087 \begin_layout Plain Layout
31088 Comandos ! R ! 
31089 \backslash
31090 roman@
31091 \backslash
31092 Roman
31093 \end_layout
31094
31095 \end_inset
31096
31097 .
31098  Para 
31099 \begin_inset Quotes fld
31100 \end_inset
31101
31102 numerar
31103 \begin_inset Quotes frd
31104 \end_inset
31105
31106  con minúsculas latinas hay el comando 
31107 \series bold
31108
31109 \backslash
31110 alph
31111 \series default
31112
31113 \begin_inset Index
31114 status collapsed
31115
31116 \begin_layout Plain Layout
31117 Comandos ! A ! 
31118 \backslash
31119 alph
31120 \end_layout
31121
31122 \end_inset
31123
31124 , y para mayúsculas el comando 
31125 \series bold
31126
31127 \backslash
31128 Alph
31129 \series default
31130
31131 \begin_inset Index
31132 status collapsed
31133
31134 \begin_layout Plain Layout
31135 Comandos ! A ! 
31136 \backslash
31137 alph@
31138 \backslash
31139 Alph
31140 \end_layout
31141
31142 \end_inset
31143
31144 .
31145 \end_layout
31146
31147 \begin_layout Standard
31148 \begin_inset Note Greyedout
31149 status collapsed
31150
31151 \begin_layout Plain Layout
31152
31153 \series bold
31154 Nota:
31155 \series default
31156  Con letras latinas sólo se puede numerar hasta un máximo de 26 ecuaciones.
31157 \end_layout
31158
31159 \end_inset
31160
31161
31162 \begin_inset ERT
31163 status collapsed
31164
31165 \begin_layout Plain Layout
31166
31167
31168 \backslash
31169 renewcommand{
31170 \backslash
31171 theequation}{
31172 \backslash
31173 roman{equation}}
31174 \end_layout
31175
31176 \end_inset
31177
31178
31179 \begin_inset Formula \begin{equation}
31180 A=\textrm{romanos en minúscula}\label{eq:rom}\end{equation}
31181
31182 \end_inset
31183
31184
31185 \begin_inset ERT
31186 status collapsed
31187
31188 \begin_layout Plain Layout
31189
31190
31191 \backslash
31192 renewcommand{
31193 \backslash
31194 theequation}{
31195 \backslash
31196 Roman{equation}}
31197 \end_layout
31198
31199 \end_inset
31200
31201
31202 \begin_inset Formula \begin{equation}
31203 B=\textrm{romanos en mayúscula}\label{eq:Rom}\end{equation}
31204
31205 \end_inset
31206
31207
31208 \begin_inset ERT
31209 status collapsed
31210
31211 \begin_layout Plain Layout
31212
31213
31214 \backslash
31215 renewcommand{
31216 \backslash
31217 theequation}{
31218 \backslash
31219 alph{equation}}
31220 \end_layout
31221
31222 \end_inset
31223
31224
31225 \begin_inset Formula \begin{equation}
31226 C=\textrm{latinas en minúscula}\label{eq:lat}\end{equation}
31227
31228 \end_inset
31229
31230
31231 \begin_inset ERT
31232 status collapsed
31233
31234 \begin_layout Plain Layout
31235
31236
31237 \backslash
31238 renewcommand{
31239 \backslash
31240 theequation}{
31241 \backslash
31242 Alph{equation}}
31243 \end_layout
31244
31245 \end_inset
31246
31247
31248 \begin_inset Formula \begin{equation}
31249 D=\textrm{latinas en mayúscula}\label{eq:Lat}\end{equation}
31250
31251 \end_inset
31252
31253
31254 \end_layout
31255
31256 \begin_layout Standard
31257 Para volver a la numeración por omisión se inserta el comando:
31258 \end_layout
31259
31260 \begin_layout Standard
31261
31262 \series bold
31263
31264 \backslash
31265 renewcommand{
31266 \backslash
31267 theequation}{
31268 \backslash
31269 arabic{equation}}
31270 \begin_inset Index
31271 status collapsed
31272
31273 \begin_layout Plain Layout
31274 Comandos ! A ! 
31275 \backslash
31276 arabic
31277 \end_layout
31278
31279 \end_inset
31280
31281
31282 \end_layout
31283
31284 \begin_layout Standard
31285 \begin_inset ERT
31286 status collapsed
31287
31288 \begin_layout Plain Layout
31289
31290
31291 \backslash
31292 renewcommand{
31293 \backslash
31294 theequation}{
31295 \backslash
31296 arabic{equation}}
31297 \end_layout
31298
31299 \end_inset
31300
31301
31302 \begin_inset Formula \begin{equation}
31303 E=\mbox{arábigos}\label{eq:arab}\end{equation}
31304
31305 \end_inset
31306
31307
31308 \end_layout
31309
31310 \begin_layout Standard
31311 \begin_inset VSpace medskip
31312 \end_inset
31313
31314
31315 \end_layout
31316
31317 \begin_layout Standard
31318 Como ves, las ecuaciones se numeran consecutivamente independientemente
31319  del estilo de numeración.
31320  Cuando la numeración haya de empezar con 
31321 \begin_inset Quotes fld
31322 \end_inset
31323
31324 1
31325 \begin_inset Quotes frd
31326 \end_inset
31327
31328  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
31329  Una descripción sobre esto se encuentra en el archivo 
31330 \begin_inset CommandInset href
31331 LatexCommand href
31332 target "Formula-numbering.lyx"
31333
31334 \end_inset
31335
31336 .
31337 \end_layout
31338
31339 \begin_layout Section
31340 Comandos definidos por el usuario
31341 \begin_inset CommandInset label
31342 LatexCommand label
31343 name "sec:Comandos-de-usuario"
31344
31345 \end_inset
31346
31347
31348 \begin_inset Index
31349 status collapsed
31350
31351 \begin_layout Plain Layout
31352 Comandos personalizados
31353 \end_layout
31354
31355 \end_inset
31356
31357
31358 \end_layout
31359
31360 \begin_layout Standard
31361 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
31362  Pero es posible definir nuevos comandos más cortos con el comando 
31363 \series bold
31364
31365 \backslash
31366 newcommand
31367 \series default
31368
31369 \begin_inset Index
31370 status collapsed
31371
31372 \begin_layout Plain Layout
31373 Comandos ! N ! 
31374 \backslash
31375 newcommand
31376 \end_layout
31377
31378 \end_inset
31379
31380 .
31381  
31382 \end_layout
31383
31384 \begin_layout Standard
31385 El esquema del comando 
31386 \series bold
31387
31388 \backslash
31389 newcommand
31390 \series default
31391  es:
31392 \end_layout
31393
31394 \begin_layout Standard
31395
31396 \series bold
31397
31398 \backslash
31399 newcommand{nombre nuevo de comando}[número de argumentos]
31400 \begin_inset Newline newline
31401 \end_inset
31402
31403
31404 \begin_inset ERT
31405 status collapsed
31406
31407 \begin_layout Plain Layout
31408
31409
31410 \backslash
31411 phantom{
31412 \end_layout
31413
31414 \end_inset
31415
31416
31417 \backslash
31418 newcommand
31419 \begin_inset ERT
31420 status collapsed
31421
31422 \begin_layout Plain Layout
31423
31424 }
31425 \end_layout
31426
31427 \end_inset
31428
31429 [valor opcional]{definición de comando}
31430 \end_layout
31431
31432 \begin_layout Standard
31433 \begin_inset Note Greyedout
31434 status collapsed
31435
31436 \begin_layout Plain Layout
31437
31438 \series bold
31439 Nota:
31440 \series default
31441  Asegúrate de que el nombre del nuevo comando no está definido ya en el
31442  documento o en paquetes LaTeX que uses.
31443  Si p.
31444 \begin_inset space \thinspace{}
31445 \end_inset
31446
31447 e.
31448  defines el comando 
31449 \series bold
31450
31451 \backslash
31452 le
31453 \series default
31454  para 
31455 \series bold
31456
31457 \backslash
31458 Leftarrow,
31459 \series default
31460  se producirán errores porque 
31461 \series bold
31462
31463 \backslash
31464 le
31465 \series default
31466  ya existe como comando para 
31467 \begin_inset Quotes fld
31468 \end_inset
31469
31470
31471 \begin_inset Formula $\le$
31472 \end_inset
31473
31474
31475 \begin_inset Quotes frd
31476 \end_inset
31477
31478 .
31479
31480 \series bold
31481  
31482 \end_layout
31483
31484 \end_inset
31485
31486
31487 \end_layout
31488
31489 \begin_layout Standard
31490 \begin_inset Note Greyedout
31491 status collapsed
31492
31493 \begin_layout Plain Layout
31494
31495 \series bold
31496 Nota:
31497 \series default
31498  Los nombres de comandos personalizados sólo pueden tener letras latinas.
31499 \end_layout
31500
31501 \end_inset
31502
31503
31504 \end_layout
31505
31506 \begin_layout Standard
31507 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
31508  argumentos debería tener el nuevo comando.
31509  Con el valor opcional se puede predefinir un valor para un argumento opcional.
31510  Cuando se hace esto, el 
31511 \emph on
31512 primer
31513 \emph default
31514  argumento del nuevo comando es automáticamente opcional.
31515 \end_layout
31516
31517 \begin_layout Standard
31518 Veamos unos ejemplos:
31519 \end_layout
31520
31521 \begin_layout Itemize
31522 Para definir el comando 
31523 \series bold
31524
31525 \backslash
31526 gr
31527 \series default
31528  para 
31529 \series bold
31530
31531 \backslash
31532 Longrightarrow
31533 \series default
31534 , la línea de preámbulo LaTeX es:
31535 \begin_inset ERT
31536 status collapsed
31537
31538 \begin_layout Plain Layout
31539
31540
31541 \backslash
31542 medskip
31543 \end_layout
31544
31545 \end_inset
31546
31547
31548 \series bold
31549
31550 \begin_inset Newline newline
31551 \end_inset
31552
31553
31554 \backslash
31555 newcommand{
31556 \backslash
31557 gr}{
31558 \backslash
31559 Longrightarrow}
31560 \end_layout
31561
31562 \begin_layout Itemize
31563 Para definir el comando 
31564 \series bold
31565
31566 \backslash
31567 us
31568 \series default
31569  para 
31570 \series bold
31571
31572 \backslash
31573 underline
31574 \series default
31575 , el argumento (que sería subrayado) debe tenerse en cuenta.
31576  Para esto la línea de preámbulo es: :
31577 \begin_inset ERT
31578 status collapsed
31579
31580 \begin_layout Plain Layout
31581
31582
31583 \backslash
31584 medskip
31585 \end_layout
31586
31587 \end_inset
31588
31589
31590 \series bold
31591
31592 \begin_inset Newline newline
31593 \end_inset
31594
31595
31596 \backslash
31597 newcommand{
31598 \backslash
31599 us}[1]{
31600 \backslash
31601 underline{#1}}
31602 \series default
31603
31604 \begin_inset ERT
31605 status collapsed
31606
31607 \begin_layout Plain Layout
31608
31609
31610 \backslash
31611 medskip
31612 \end_layout
31613
31614 \end_inset
31615
31616
31617 \begin_inset Newline newline
31618 \end_inset
31619
31620 El carácter 
31621 \series bold
31622 #
31623 \series default
31624  actúa como colocador del argumento, el 
31625 \series bold
31626 1
31627 \series default
31628  indica que es el colocador para el primer argumento.
31629 \end_layout
31630
31631 \begin_layout Itemize
31632 Para 
31633 \series bold
31634
31635 \backslash
31636 framebox
31637 \series default
31638  se puede p.
31639 \begin_inset space \thinspace{}
31640 \end_inset
31641
31642 e.
31643  definir el comando 
31644 \series bold
31645
31646 \backslash
31647 fb
31648 \series default
31649 :
31650 \begin_inset ERT
31651 status collapsed
31652
31653 \begin_layout Plain Layout
31654
31655
31656 \backslash
31657 medskip
31658 \end_layout
31659
31660 \end_inset
31661
31662
31663 \series bold
31664
31665 \begin_inset Newline newline
31666 \end_inset
31667
31668
31669 \backslash
31670 newcommand{
31671 \backslash
31672 fb}[3]{
31673 \backslash
31674 framebox#1#2{$#3$}}
31675 \series default
31676
31677 \begin_inset ERT
31678 status collapsed
31679
31680 \begin_layout Plain Layout
31681
31682
31683 \backslash
31684 medskip
31685 \end_layout
31686
31687 \end_inset
31688
31689
31690 \begin_inset Newline newline
31691 \end_inset
31692
31693 Los dos signos dólar generan la ecuación extra necesaria para 
31694 \series bold
31695
31696 \backslash
31697 framebox
31698 \series default
31699 , véase 
31700 \begin_inset CommandInset ref
31701 LatexCommand ref
31702 reference "sub:Cuadros-con-marco"
31703
31704 \end_inset
31705
31706 .
31707 \end_layout
31708
31709 \begin_layout Itemize
31710 Para crear un nuevo comando para 
31711 \series bold
31712
31713 \backslash
31714 fcolorbox
31715 \series default
31716  donde no es necesario especificar el color para el cuadro, el argumento
31717  para el color se define opcional:
31718 \begin_inset ERT
31719 status collapsed
31720
31721 \begin_layout Plain Layout
31722
31723
31724 \backslash
31725 medskip
31726 \end_layout
31727
31728 \end_inset
31729
31730
31731 \series bold
31732
31733 \begin_inset Newline newline
31734 \end_inset
31735
31736
31737 \backslash
31738 newcommand{
31739 \backslash
31740 cb}[3][white]{
31741 \backslash
31742 fcolorbox{#2}{#1}{$#3$}}
31743 \series default
31744
31745 \begin_inset ERT
31746 status collapsed
31747
31748 \begin_layout Plain Layout
31749
31750
31751 \backslash
31752 medskip
31753 \end_layout
31754
31755 \end_inset
31756
31757
31758 \begin_inset Newline newline
31759 \end_inset
31760
31761 Si el color no es especificado al usar 
31762 \series bold
31763
31764 \backslash
31765 cb
31766 \series default
31767 , se elige el color 
31768 \series bold
31769 white
31770 \series default
31771  predefinido.
31772 \end_layout
31773
31774 \begin_layout Standard
31775 Un ensayo con los nuevos comandos definidos:
31776 \end_layout
31777
31778 \begin_layout Standard
31779 \noindent
31780 \align center
31781 \begin_inset Tabular
31782 <lyxtabular version="3" rows="6" columns="2">
31783 <features>
31784 <column alignment="center" valignment="top" width="0">
31785 <column alignment="center" valignment="top" width="0">
31786 <row>
31787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31788 \begin_inset Text
31789
31790 \begin_layout Plain Layout
31791 Comando
31792 \end_layout
31793
31794 \end_inset
31795 </cell>
31796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31797 \begin_inset Text
31798
31799 \begin_layout Plain Layout
31800 Resultado
31801 \begin_inset Note Note
31802 status collapsed
31803
31804 \begin_layout Plain Layout
31805
31806 \series bold
31807
31808 \backslash
31809 raisebox
31810 \series default
31811  se usa sólo como espaciador
31812 \end_layout
31813
31814 \end_inset
31815
31816
31817 \end_layout
31818
31819 \end_inset
31820 </cell>
31821 </row>
31822 <row>
31823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31824 \begin_inset Text
31825
31826 \begin_layout Plain Layout
31827 A
31828 \backslash
31829 gr
31830 \begin_inset ERT
31831 status collapsed
31832
31833 \begin_layout Plain Layout
31834
31835
31836 \backslash
31837 spce 
31838 \end_layout
31839
31840 \end_inset
31841
31842 B
31843 \end_layout
31844
31845 \end_inset
31846 </cell>
31847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31848 \begin_inset Text
31849
31850 \begin_layout Plain Layout
31851 \begin_inset Formula $A\gr B$
31852 \end_inset
31853
31854
31855 \end_layout
31856
31857 \end_inset
31858 </cell>
31859 </row>
31860 <row>
31861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31862 \begin_inset Text
31863
31864 \begin_layout Plain Layout
31865
31866 \backslash
31867 us{ABcd
31868 \end_layout
31869
31870 \end_inset
31871 </cell>
31872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31873 \begin_inset Text
31874
31875 \begin_layout Plain Layout
31876 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31877 \end_inset
31878
31879
31880 \end_layout
31881
31882 \end_inset
31883 </cell>
31884 </row>
31885 <row>
31886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31887 \begin_inset Text
31888
31889 \begin_layout Plain Layout
31890
31891 \backslash
31892 fb{[2cm]
31893 \begin_inset Formula $\to$
31894 \end_inset
31895
31896
31897 \backslash
31898 {
31899 \begin_inset Formula $\to$
31900 \end_inset
31901
31902
31903 \backslash
31904 {
31905 \backslash
31906 int
31907 \begin_inset ERT
31908 status collapsed
31909
31910 \begin_layout Plain Layout
31911
31912
31913 \backslash
31914 spce 
31915 \end_layout
31916
31917 \end_inset
31918
31919 A=B
31920 \end_layout
31921
31922 \end_inset
31923 </cell>
31924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31925 \begin_inset Text
31926
31927 \begin_layout Plain Layout
31928 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31929 \end_inset
31930
31931
31932 \end_layout
31933
31934 \end_inset
31935 </cell>
31936 </row>
31937 <row>
31938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31939 \begin_inset Text
31940
31941 \begin_layout Plain Layout
31942
31943 \backslash
31944 cb{red
31945 \begin_inset Formula $\to$
31946 \end_inset
31947
31948
31949 \backslash
31950 {
31951 \backslash
31952 int
31953 \begin_inset ERT
31954 status collapsed
31955
31956 \begin_layout Plain Layout
31957
31958
31959 \backslash
31960 spce 
31961 \end_layout
31962
31963 \end_inset
31964
31965 A=B
31966 \end_layout
31967
31968 \end_inset
31969 </cell>
31970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31971 \begin_inset Text
31972
31973 \begin_layout Plain Layout
31974 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31975 \end_inset
31976
31977
31978 \end_layout
31979
31980 \end_inset
31981 </cell>
31982 </row>
31983 <row>
31984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31985 \begin_inset Text
31986
31987 \begin_layout Plain Layout
31988
31989 \backslash
31990 cb[green]
31991 \backslash
31992 {red
31993 \begin_inset Formula $\to$
31994 \end_inset
31995
31996
31997 \backslash
31998 {
31999 \backslash
32000 int
32001 \begin_inset ERT
32002 status collapsed
32003
32004 \begin_layout Plain Layout
32005
32006
32007 \backslash
32008 spce 
32009 \end_layout
32010
32011 \end_inset
32012
32013 A=B
32014 \end_layout
32015
32016 \end_inset
32017 </cell>
32018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32019 \begin_inset Text
32020
32021 \begin_layout Plain Layout
32022 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32023 \end_inset
32024
32025
32026 \end_layout
32027
32028 \end_inset
32029 </cell>
32030 </row>
32031 </lyxtabular>
32032
32033 \end_inset
32034
32035
32036 \begin_inset Newpage newpage
32037 \end_inset
32038
32039
32040 \end_layout
32041
32042 \begin_layout Section
32043 Diagramas
32044 \end_layout
32045
32046 \begin_layout Standard
32047 Lyx soporta dos tipos de diagramas conmutativos: 
32048 \series bold
32049 amscd
32050 \series default
32051  y 
32052 \series bold
32053 xymatrix
32054 \series default
32055 , que se explican a continuación.
32056 \end_layout
32057
32058 \begin_layout Subsection
32059 Diagramas amscd
32060 \begin_inset Index
32061 status collapsed
32062
32063 \begin_layout Plain Layout
32064 Diagramas ! amscd
32065 \end_layout
32066
32067 \end_inset
32068
32069
32070 \end_layout
32071
32072 \begin_layout Standard
32073 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
32074  verticales y horizontales:
32075 \begin_inset Formula \[
32076 \begin{CD}A@)))B@)))C\\
32077 @AAA@.@VVV\\
32078 F@(((E@(((D\end{CD}\]
32079
32080 \end_inset
32081
32082 Para obtener el diagrama se inserta en la ecuación el comando 
32083 \series bold
32084
32085 \backslash
32086 CD
32087 \begin_inset Index
32088 status collapsed
32089
32090 \begin_layout Plain Layout
32091 Comandos ! C ! 
32092 \backslash
32093 CD
32094 \end_layout
32095
32096 \end_inset
32097
32098
32099 \series default
32100 .
32101  Surge un marco azul entre dos líneas de trazos en el que se insertan a
32102  continuación comandos.
32103  Con 
32104 \family sans
32105 Ctrl-Retorno
32106 \family default
32107  se inicia una nueva línea.
32108  En las líneas impares se insertan relaciones horizontales, en las pares
32109  verticales.
32110 \end_layout
32111
32112 \begin_layout Standard
32113 Para componer las relaciones hay los siguientes comandos:
32114 \begin_inset Foot
32115 status collapsed
32116
32117 \begin_layout Plain Layout
32118 \begin_inset CommandInset label
32119 LatexCommand label
32120 name "fn:sinónimos"
32121
32122 \end_inset
32123
32124 Los comandos con 
32125 \series bold
32126 >
32127 \series default
32128  o 
32129 \series bold
32130 <
32131 \series default
32132  pueden generar errores con el estilo 
32133 \series bold
32134 spanish
32135 \series default
32136  de 
32137 \series bold
32138 babel
32139 \series default
32140 .
32141  Para evitarlo se pueden sustituir por sus sinónimos 
32142 \series bold
32143 )
32144 \series default
32145  o 
32146 \series bold
32147 (
32148 \series default
32149  respectivamente.
32150  Véase 
32151 \begin_inset CommandInset citation
32152 LatexCommand cite
32153 key "spanish"
32154
32155 \end_inset
32156
32157 .
32158  (
32159 \emph on
32160 N.
32161 \begin_inset space \thinspace{}
32162 \end_inset
32163
32164 del t.
32165 \emph default
32166 )
32167 \end_layout
32168
32169 \end_inset
32170
32171
32172 \end_layout
32173
32174 \begin_layout Itemize
32175
32176 \series bold
32177 @<<<
32178 \series default
32179  genera una flecha hacia la izquierda, 
32180 \series bold
32181 @>>>
32182 \series default
32183  una hacia la derecha, y 
32184 \series bold
32185 @=
32186 \series default
32187  un signo igual largo
32188 \end_layout
32189
32190 \begin_layout Itemize
32191
32192 \series bold
32193 @AAA
32194 \series default
32195  genera una flecha hacia arriba, 
32196 \series bold
32197 @VVV
32198 \series default
32199  una hacia abajo, y 
32200 \series bold
32201 @|
32202 \series default
32203  un signo igual vertical
32204 \end_layout
32205
32206 \begin_layout Itemize
32207
32208 \series bold
32209 @.
32210
32211 \series default
32212  genera una ubicación vacía para relaciones inexistentes
32213 \end_layout
32214
32215 \begin_layout Standard
32216 Todas las flechas pueden etiquetarse como sigue:
32217 \end_layout
32218
32219 \begin_layout Itemize
32220 Si se inserta texto entre el primero y el segundo 
32221 \series bold
32222 <
32223 \series default
32224  o 
32225 \series bold
32226 >
32227 \series default
32228 , respectivamente, se muestra sobre la flecha.
32229  Si se inserta entre el segundo y el tercero, bajo la flecha.
32230 \end_layout
32231
32232 \begin_layout Itemize
32233 Para flechas verticales, si se inserta texto entre la primera y la segunda
32234  
32235 \series bold
32236 A
32237 \series default
32238  o 
32239 \series bold
32240 V
32241 \series default
32242 , respectivamente, se muestra al lado izquierdo de la flecha.
32243  Si se inserta entre la segunda y la tercera, al lado derecho.
32244  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
32245 \end_layout
32246
32247 \begin_layout Standard
32248 Como ejemplo un diagrama con todas las relaciones posibles:
32249 \begin_inset Formula \[
32250 \begin{CD}A@)j))B@))k)C@=F\\
32251 @AmAA@.@VV{V}V@|\\
32252 D@((j\,(E@)k))F@=C\end{CD}\]
32253
32254 \end_inset
32255
32256 El comando para este diagrama es:
32257 \begin_inset Newline newline
32258 \end_inset
32259
32260
32261 \series bold
32262
32263 \backslash
32264 CD
32265 \begin_inset ERT
32266 status collapsed
32267
32268 \begin_layout Plain Layout
32269
32270
32271 \backslash
32272 spce 
32273 \end_layout
32274
32275 \end_inset
32276
32277 A@>j>>B@>>k>C@=F Ctrl-Retorno
32278 \begin_inset Newline newline
32279 \end_inset
32280
32281
32282 \begin_inset ERT
32283 status collapsed
32284
32285 \begin_layout Plain Layout
32286
32287
32288 \backslash
32289 hphantom{
32290 \end_layout
32291
32292 \end_inset
32293
32294
32295 \backslash
32296 CD
32297 \begin_inset ERT
32298 status collapsed
32299
32300 \begin_layout Plain Layout
32301
32302
32303 \backslash
32304 spce 
32305 \end_layout
32306
32307 \end_inset
32308
32309
32310 \begin_inset ERT
32311 status collapsed
32312
32313 \begin_layout Plain Layout
32314
32315 }
32316 \end_layout
32317
32318 \end_inset
32319
32320 @AmAA@.@VV
32321 \backslash
32322 {V
32323 \series default
32324
32325 \begin_inset Formula $\to$
32326 \end_inset
32327
32328
32329 \series bold
32330 V@| Ctrl-Retorno
32331 \begin_inset Newline newline
32332 \end_inset
32333
32334
32335 \begin_inset ERT
32336 status collapsed
32337
32338 \begin_layout Plain Layout
32339
32340
32341 \backslash
32342 hphantom{
32343 \end_layout
32344
32345 \end_inset
32346
32347
32348 \backslash
32349 CD
32350 \begin_inset ERT
32351 status collapsed
32352
32353 \begin_layout Plain Layout
32354
32355
32356 \backslash
32357 spce 
32358 \end_layout
32359
32360 \end_inset
32361
32362
32363 \begin_inset ERT
32364 status collapsed
32365
32366 \begin_layout Plain Layout
32367
32368 }
32369 \end_layout
32370
32371 \end_inset
32372
32373 D@<<j<E@>k>>F@=C
32374 \end_layout
32375
32376 \begin_layout Subsection
32377 Diagramas xymatrix
32378 \begin_inset Index
32379 status open
32380
32381 \begin_layout Plain Layout
32382 Diagramas ! xymatrix
32383 \end_layout
32384
32385 \end_inset
32386
32387
32388 \end_layout
32389
32390 \begin_layout Standard
32391 Para usar matrices xy debe estar instalado el paquete LaTeX 
32392 \series bold
32393 xypic
32394 \series default
32395 .
32396  Una matriz xy se crea insertando el comando 
32397 \series bold
32398
32399 \backslash
32400 xymatrix
32401 \series default
32402  en una ecuación.
32403  Después podrás añadir nuevas columnas y filas como en matrices normales,
32404  véase
32405 \begin_inset space ~
32406 \end_inset
32407
32408
32409 \begin_inset CommandInset ref
32410 LatexCommand ref
32411 reference "sec:Matrices"
32412
32413 \end_inset
32414
32415 .
32416 \end_layout
32417
32418 \begin_layout Standard
32419 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
32420  y curvadas, y mucho más.
32421  Todas las posibilidades para generar diagamas conmutativos y decoraciones
32422  se explican en este manual: 
32423 \begin_inset CommandInset href
32424 LatexCommand href
32425 target "http://wiki.lyx.org/LyX/XY-pic#xy-manual"
32426
32427 \end_inset
32428
32429 .
32430 \end_layout
32431
32432 \begin_layout Section
32433 Indicaciones
32434 \begin_inset ERT
32435 status collapsed
32436
32437 \begin_layout Plain Layout
32438
32439
32440 \backslash
32441 texorpdfstring{
32442 \end_layout
32443
32444 \end_inset
32445
32446
32447 \begin_inset Foot
32448 status collapsed
32449
32450 \begin_layout Plain Layout
32451 Otras sugerencias útiles para matemáticas en 
32452 \begin_inset CommandInset citation
32453 LatexCommand cite
32454 key "Voss"
32455
32456 \end_inset
32457
32458 .
32459 \end_layout
32460
32461 \end_inset
32462
32463
32464 \begin_inset ERT
32465 status collapsed
32466
32467 \begin_layout Plain Layout
32468
32469 }{}
32470 \end_layout
32471
32472 \end_inset
32473
32474
32475 \begin_inset Note Note
32476 status collapsed
32477
32478 \begin_layout Plain Layout
32479
32480 \backslash
32481 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
32482  PDF.
32483 \end_layout
32484
32485 \begin_layout Plain Layout
32486 Más sobre 
32487 \backslash
32488 texorpdfstring hay en la sección 
32489 \begin_inset CommandInset ref
32490 LatexCommand ref
32491 reference "sub:Ecuaciones-en-encabezados"
32492
32493 \end_inset
32494
32495 .
32496 \end_layout
32497
32498 \end_inset
32499
32500
32501 \begin_inset Index
32502 status collapsed
32503
32504 \begin_layout Plain Layout
32505 Indicaciones
32506 \end_layout
32507
32508 \end_inset
32509
32510
32511 \end_layout
32512
32513 \begin_layout Subsection
32514 Símbolos y ecuaciones químicas
32515 \begin_inset CommandInset label
32516 LatexCommand label
32517 name "sub:Símbolos-y-ecuaciones-químicas"
32518
32519 \end_inset
32520
32521
32522 \begin_inset Index
32523 status collapsed
32524
32525 \begin_layout Plain Layout
32526 Química ! símbolos
32527 \end_layout
32528
32529 \end_inset
32530
32531
32532 \begin_inset Index
32533 status collapsed
32534
32535 \begin_layout Plain Layout
32536 Ecuación química
32537 \end_layout
32538
32539 \end_inset
32540
32541
32542 \begin_inset Index
32543 status collapsed
32544
32545 \begin_layout Plain Layout
32546 Química ! caracteres
32547 \end_layout
32548
32549 \end_inset
32550
32551
32552 \begin_inset Index
32553 status collapsed
32554
32555 \begin_layout Plain Layout
32556 Iones|see
32557 \begin_inset ERT
32558 status collapsed
32559
32560 \begin_layout Plain Layout
32561
32562 {
32563 \end_layout
32564
32565 \end_inset
32566
32567 Química ! caracteres
32568 \begin_inset ERT
32569 status collapsed
32570
32571 \begin_layout Plain Layout
32572
32573 }
32574 \end_layout
32575
32576 \end_inset
32577
32578
32579 \end_layout
32580
32581 \end_inset
32582
32583
32584 \end_layout
32585
32586 \begin_layout Standard
32587 Un ejemplo de texto de química:
32588 \end_layout
32589
32590 \begin_layout Quote
32591 El ión 
32592 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32593 \end_inset
32594
32595  reacciona con dos iones 
32596 \begin_inset Formula $\mathrm{Na^{+}}$
32597 \end_inset
32598
32599  para dar sulfato de sodio 
32600 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
32601 \end_inset
32602
32603 .
32604  La ecuación química es:
32605 \begin_inset Formula \[
32606 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32607
32608 \end_inset
32609
32610
32611 \end_layout
32612
32613 \begin_layout Standard
32614 Esta ecuación química puede componerse directamente en modo ecuación.
32615  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
32616  y con el atajo 
32617 \family sans
32618 Alt-c
32619 \begin_inset space ~
32620 \end_inset
32621
32622 r
32623 \family default
32624  se cambia en redonda.
32625 \begin_inset Foot
32626 status open
32627
32628 \begin_layout Plain Layout
32629 véase estilos de fuentes en 
32630 \begin_inset CommandInset ref
32631 LatexCommand ref
32632 reference "sub:Estilos-de-fuentes"
32633
32634 \end_inset
32635
32636 .
32637 \end_layout
32638
32639 \end_inset
32640
32641
32642 \end_layout
32643
32644 \begin_layout Subsection
32645 Números negativos
32646 \begin_inset Index
32647 status collapsed
32648
32649 \begin_layout Plain Layout
32650 Numeros@Números ! negativos
32651 \end_layout
32652
32653 \end_inset
32654
32655
32656 \end_layout
32657
32658 \begin_layout Standard
32659 Los números negativos a veces se ven feos en las ecuaciones porque el signo
32660  menos delante del número tiene la misma longitud que el operador signo
32661  menos.
32662  Si se escribe el número negativo en texto normal el signo menos aparece
32663  correctamente.
32664 \end_layout
32665
32666 \begin_layout Standard
32667 Así pues, el problema desaparece si se convierte el signo menos a texto
32668  matemático.
32669 \end_layout
32670
32671 \begin_layout Standard
32672 Un ejemplo para visualizar el problema:
32673 \end_layout
32674
32675 \begin_layout Standard
32676 \noindent
32677 \align center
32678 \begin_inset Tabular
32679 <lyxtabular version="3" rows="3" columns="2">
32680 <features>
32681 <column alignment="center" valignment="top" width="0">
32682 <column alignment="center" valignment="top" width="0">
32683 <row>
32684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32685 \begin_inset Text
32686
32687 \begin_layout Plain Layout
32688 texto normal:
32689 \end_layout
32690
32691 \end_inset
32692 </cell>
32693 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32694 \begin_inset Text
32695
32696 \begin_layout Plain Layout
32697 x = -2
32698 \end_layout
32699
32700 \end_inset
32701 </cell>
32702 </row>
32703 <row>
32704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32705 \begin_inset Text
32706
32707 \begin_layout Plain Layout
32708 ecuación:
32709 \end_layout
32710
32711 \end_inset
32712 </cell>
32713 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32714 \begin_inset Text
32715
32716 \begin_layout Plain Layout
32717 \begin_inset Formula $x=-2$
32718 \end_inset
32719
32720
32721 \end_layout
32722
32723 \end_inset
32724 </cell>
32725 </row>
32726 <row>
32727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32728 \begin_inset Text
32729
32730 \begin_layout Plain Layout
32731 solución:
32732 \end_layout
32733
32734 \end_inset
32735 </cell>
32736 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32737 \begin_inset Text
32738
32739 \begin_layout Plain Layout
32740 \begin_inset Formula $x=\mbox{-}2$
32741 \end_inset
32742
32743
32744 \end_layout
32745
32746 \end_inset
32747 </cell>
32748 </row>
32749 </lyxtabular>
32750
32751 \end_inset
32752
32753
32754 \end_layout
32755
32756 \begin_layout Subsection
32757 Coma como separador decimal
32758 \begin_inset Index
32759 status collapsed
32760
32761 \begin_layout Plain Layout
32762 Coma decimal
32763 \end_layout
32764
32765 \end_inset
32766
32767
32768 \end_layout
32769
32770 \begin_layout Standard
32771 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
32772  de grupos numéricos.
32773  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
32774 \end_layout
32775
32776 \begin_layout Standard
32777 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
32778  
32779 \family sans
32780 Alt-m
32781 \begin_inset space ~
32782 \end_inset
32783
32784 m
32785 \family default
32786 ).
32787 \end_layout
32788
32789 \begin_layout Standard
32790 Para usar las comas en todas las fórmulas del documento como separador decimal,
32791  se carga el archivo 
32792 \series bold
32793 icomma.sty
32794 \series default
32795
32796 \begin_inset Foot
32797 status collapsed
32798
32799 \begin_layout Plain Layout
32800
32801 \series bold
32802 icomma
32803 \series default
32804  forma parte del paquete LaTeX 
32805 \series bold
32806 was
32807 \series default
32808
32809 \begin_inset Index
32810 status collapsed
32811
32812 \begin_layout Plain Layout
32813 Paquetes ! was
32814 \begin_inset ERT
32815 status collapsed
32816
32817 \begin_layout Plain Layout
32818
32819
32820 \backslash
32821 vspace{4mm}
32822 \end_layout
32823
32824 \end_inset
32825
32826
32827 \end_layout
32828
32829 \end_inset
32830
32831 .
32832 \end_layout
32833
32834 \end_inset
32835
32836
32837 \begin_inset Index
32838 status collapsed
32839
32840 \begin_layout Plain Layout
32841 Paquetes ! icomma
32842 \end_layout
32843
32844 \end_inset
32845
32846  en el preámbulo LaTeX con la línea: 
32847 \end_layout
32848
32849 \begin_layout Standard
32850
32851 \series bold
32852
32853 \backslash
32854 usepackage{icomma}
32855 \end_layout
32856
32857 \begin_layout Subsection
32858 Vectores físicos
32859 \begin_inset CommandInset label
32860 LatexCommand label
32861 name "sub:Vectores-físicos"
32862
32863 \end_inset
32864
32865
32866 \begin_inset Index
32867 status collapsed
32868
32869 \begin_layout Plain Layout
32870 Vectores físicos
32871 \end_layout
32872
32873 \end_inset
32874
32875
32876 \end_layout
32877
32878 \begin_layout Standard
32879 El paquete LaTeX 
32880 \series bold
32881 braket
32882 \series default
32883
32884 \begin_inset Foot
32885 status collapsed
32886
32887 \begin_layout Plain Layout
32888
32889 \series bold
32890 braket
32891 \series default
32892  se incluye en las instalaciones estándar de LaTeX.
32893 \end_layout
32894
32895 \end_inset
32896
32897
32898 \begin_inset Index
32899 status collapsed
32900
32901 \begin_layout Plain Layout
32902 Paquetes ! braket
32903 \end_layout
32904
32905 \end_inset
32906
32907  suministra vectores predefinidos; se carga con la línea de preámbulo LaTeX:
32908 \end_layout
32909
32910 \begin_layout Standard
32911
32912 \series bold
32913
32914 \backslash
32915 usepackage{braket}
32916 \end_layout
32917
32918 \begin_layout Standard
32919 \begin_inset ERT
32920 status collapsed
32921
32922 \begin_layout Plain Layout
32923
32924
32925 \backslash
32926 ifbraket 
32927 \end_layout
32928
32929 \end_inset
32930
32931
32932 \begin_inset Note Note
32933 status collapsed
32934
32935 \begin_layout Plain Layout
32936 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
32937 \series bold
32938 braket
32939 \series default
32940  está instalado.
32941 \end_layout
32942
32943 \end_inset
32944
32945
32946 \end_layout
32947
32948 \begin_layout Standard
32949 Están definidos los siguientes comandos:
32950 \end_layout
32951
32952 \begin_layout Standard
32953 \noindent
32954 \align center
32955 \begin_inset Tabular
32956 <lyxtabular version="3" rows="4" columns="2">
32957 <features>
32958 <column alignment="center" valignment="top" width="0">
32959 <column alignment="center" valignment="top" width="0">
32960 <row>
32961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32962 \begin_inset Text
32963
32964 \begin_layout Plain Layout
32965 Comando
32966 \end_layout
32967
32968 \end_inset
32969 </cell>
32970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32971 \begin_inset Text
32972
32973 \begin_layout Plain Layout
32974 Resultado
32975 \end_layout
32976
32977 \end_inset
32978 </cell>
32979 </row>
32980 <row>
32981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32982 \begin_inset Text
32983
32984 \begin_layout Plain Layout
32985
32986 \backslash
32987 Bra{
32988 \backslash
32989 psi
32990 \end_layout
32991
32992 \end_inset
32993 </cell>
32994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32995 \begin_inset Text
32996
32997 \begin_layout Plain Layout
32998 \begin_inset Formula $\Bra{\psi}$
32999 \end_inset
33000
33001
33002 \end_layout
33003
33004 \end_inset
33005 </cell>
33006 </row>
33007 <row>
33008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33009 \begin_inset Text
33010
33011 \begin_layout Plain Layout
33012
33013 \backslash
33014 Ket{
33015 \backslash
33016 psi
33017 \end_layout
33018
33019 \end_inset
33020 </cell>
33021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33022 \begin_inset Text
33023
33024 \begin_layout Plain Layout
33025 \begin_inset Formula $\Ket{\psi}$
33026 \end_inset
33027
33028
33029 \end_layout
33030
33031 \end_inset
33032 </cell>
33033 </row>
33034 <row>
33035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33036 \begin_inset Text
33037
33038 \begin_layout Plain Layout
33039
33040 \backslash
33041 Braket{
33042 \backslash
33043 psi|
33044 \backslash
33045 phi
33046 \end_layout
33047
33048 \end_inset
33049 </cell>
33050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33051 \begin_inset Text
33052
33053 \begin_layout Plain Layout
33054 \begin_inset Formula $\Braket{\psi|\phi}$
33055 \end_inset
33056
33057
33058 \end_layout
33059
33060 \end_inset
33061 </cell>
33062 </row>
33063 </lyxtabular>
33064
33065 \end_inset
33066
33067
33068 \end_layout
33069
33070 \begin_layout Standard
33071 El comando 
33072 \series bold
33073
33074 \backslash
33075 Braket
33076 \series default
33077  asegura que todas las barras verticales tienen el tamaño de los delimitadores
33078  circundantes:
33079 \begin_inset Formula \[
33080 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
33081
33082 \end_inset
33083
33084
33085 \begin_inset ERT
33086 status collapsed
33087
33088 \begin_layout Plain Layout
33089
33090
33091 \backslash
33092 else
33093 \end_layout
33094
33095 \end_inset
33096
33097
33098 \begin_inset Note Note
33099 status collapsed
33100
33101 \begin_layout Plain Layout
33102 Lo que sigue se verá en la salida si el paquete LaTeX 
33103 \series bold
33104 braket
33105 \series default
33106  no está instalado:
33107 \end_layout
33108
33109 \end_inset
33110
33111
33112 \end_layout
33113
33114 \begin_layout Standard
33115 Debes instalar el paquete LaTeX 
33116 \series bold
33117 braket
33118 \series default
33119  para ver en la salida el resto de esta subsección.
33120 \end_layout
33121
33122 \begin_layout Standard
33123 \begin_inset ERT
33124 status collapsed
33125
33126 \begin_layout Plain Layout
33127
33128
33129 \backslash
33130 fi
33131 \end_layout
33132
33133 \end_inset
33134
33135
33136 \end_layout
33137
33138 \begin_layout Standard
33139 El efecto de 
33140 \series bold
33141
33142 \backslash
33143 Braket
33144 \series default
33145  también se puede conseguir con el comando 
33146 \series bold
33147
33148 \backslash
33149 middle
33150 \series default
33151 , que se describe en 
33152 \begin_inset CommandInset ref
33153 LatexCommand ref
33154 reference "sub:Tamaño-automático-de"
33155
33156 \end_inset
33157
33158 .
33159 \end_layout
33160
33161 \begin_layout Subsection
33162 Fracciones definidas por el usuario
33163 \begin_inset CommandInset label
33164 LatexCommand label
33165 name "sub:Fracciones-personalizadas"
33166
33167 \end_inset
33168
33169
33170 \begin_inset Index
33171 status collapsed
33172
33173 \begin_layout Plain Layout
33174 Fracciones ! personalizadas
33175 \end_layout
33176
33177 \end_inset
33178
33179
33180 \end_layout
33181
33182 \begin_layout Standard
33183 Para definir comandos personalizados para fracciones, se usa el comando
33184  
33185 \series bold
33186
33187 \backslash
33188 genfrac
33189 \series default
33190
33191 \begin_inset Index
33192 status collapsed
33193
33194 \begin_layout Plain Layout
33195 Comandos ! G ! 
33196 \backslash
33197 genfrac
33198 \end_layout
33199
33200 \end_inset
33201
33202  con el siguiente esquema:
33203 \end_layout
33204
33205 \begin_layout Standard
33206
33207 \series bold
33208
33209 \backslash
33210 genfrac{delimitador izquierdo}{delimitador derecho}{grosor raya de
33211 \begin_inset Newline newline
33212 \end_inset
33213
33214
33215 \begin_inset ERT
33216 status collapsed
33217
33218 \begin_layout Plain Layout
33219
33220
33221 \backslash
33222 phantom{
33223 \end_layout
33224
33225 \end_inset
33226
33227
33228 \backslash
33229 genfrac{
33230 \begin_inset ERT
33231 status collapsed
33232
33233 \begin_layout Plain Layout
33234
33235 }
33236 \end_layout
33237
33238 \end_inset
33239
33240 fracción}{estilo}{numerador}{denominador}
33241 \end_layout
33242
33243 \begin_layout Standard
33244 El estilo es un número en el rango 0-3.
33245 \end_layout
33246
33247 \begin_layout Standard
33248 \align center
33249 \begin_inset Tabular
33250 <lyxtabular version="3" rows="5" columns="2">
33251 <features>
33252 <column alignment="center" valignment="top" width="0">
33253 <column alignment="center" valignment="top" width="0">
33254 <row>
33255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33256 \begin_inset Text
33257
33258 \begin_layout Plain Layout
33259 Número
33260 \end_layout
33261
33262 \end_inset
33263 </cell>
33264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33265 \begin_inset Text
33266
33267 \begin_layout Plain Layout
33268 Estilo (tamaño)
33269 \end_layout
33270
33271 \end_inset
33272 </cell>
33273 </row>
33274 <row>
33275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33276 \begin_inset Text
33277
33278 \begin_layout Plain Layout
33279 0
33280 \end_layout
33281
33282 \end_inset
33283 </cell>
33284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33285 \begin_inset Text
33286
33287 \begin_layout Plain Layout
33288 ecuación en presentación
33289 \end_layout
33290
33291 \end_inset
33292 </cell>
33293 </row>
33294 <row>
33295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33296 \begin_inset Text
33297
33298 \begin_layout Plain Layout
33299 1
33300 \end_layout
33301
33302 \end_inset
33303 </cell>
33304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33305 \begin_inset Text
33306
33307 \begin_layout Plain Layout
33308 ecuación en línea
33309 \end_layout
33310
33311 \end_inset
33312 </cell>
33313 </row>
33314 <row>
33315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33316 \begin_inset Text
33317
33318 \begin_layout Plain Layout
33319 2
33320 \end_layout
33321
33322 \end_inset
33323 </cell>
33324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33325 \begin_inset Text
33326
33327 \begin_layout Plain Layout
33328 pequeño
33329 \end_layout
33330
33331 \end_inset
33332 </cell>
33333 </row>
33334 <row>
33335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33336 \begin_inset Text
33337
33338 \begin_layout Plain Layout
33339 3
33340 \end_layout
33341
33342 \end_inset
33343 </cell>
33344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33345 \begin_inset Text
33346
33347 \begin_layout Plain Layout
33348 muy pequeño
33349 \end_layout
33350
33351 \end_inset
33352 </cell>
33353 </row>
33354 </lyxtabular>
33355
33356 \end_inset
33357
33358
33359 \end_layout
33360
33361 \begin_layout Standard
33362 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
33363  
33364 \series bold
33365
33366 \backslash
33367 frac
33368 \series default
33369 .
33370 \end_layout
33371
33372 \begin_layout Standard
33373 Si no se pone grosor de la raya de fracción se usará el valor predefinido
33374  de 0.4
33375 \begin_inset space \thinspace{}
33376 \end_inset
33377
33378 pt.
33379 \end_layout
33380
33381 \begin_layout Standard
33382 Por ejemplo, los comandos 
33383 \series bold
33384
33385 \backslash
33386 dfrac
33387 \series default
33388  y 
33389 \series bold
33390
33391 \backslash
33392 tbinom
33393 \series default
33394  de la 
33395 \begin_inset CommandInset ref
33396 LatexCommand ref
33397 reference "sub:Fracciones"
33398
33399 \end_inset
33400
33401  se definen con los comandos:
33402 \end_layout
33403
33404 \begin_layout Standard
33405
33406 \series bold
33407
33408 \backslash
33409 newcommand{
33410 \backslash
33411 dfrac}[2]{
33412 \backslash
33413 genfrac{}{}{}{0}{#1}{#2}}
33414 \end_layout
33415
33416 \begin_layout Standard
33417 y
33418 \end_layout
33419
33420 \begin_layout Standard
33421
33422 \series bold
33423
33424 \backslash
33425 newcommand{
33426 \backslash
33427 tbinom}[2]{
33428 \backslash
33429 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33430 \end_layout
33431
33432 \begin_layout Standard
33433 \begin_inset VSpace medskip
33434 \end_inset
33435
33436
33437 \end_layout
33438
33439 \begin_layout Standard
33440 Para definir una fracción en la que el grosor de la raya se pueda definir
33441  como argumento opcional, se inserta la siguiente línea en el preámbulo
33442  LaTeX:
33443 \end_layout
33444
33445 \begin_layout Standard
33446
33447 \series bold
33448
33449 \backslash
33450 newcommand{
33451 \backslash
33452 fracS}[3][]{
33453 \backslash
33454 genfrac{}{}{#1}{}{#2}{#3}}
33455 \end_layout
33456
33457 \begin_layout Standard
33458 Un ensayo:
33459 \begin_inset Formula \begin{align*}
33460 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33461 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
33462
33463 \end_inset
33464
33465 Como se puede ver, la distancia del numerador y el denominador a la raya
33466  de fracción se redondea a unas tres veces el grosor de la raya.
33467 \end_layout
33468
33469 \begin_layout Subsection
33470 Ecuaciones canceladas
33471 \begin_inset Index
33472 status collapsed
33473
33474 \begin_layout Plain Layout
33475 Ecuación ! cancelada
33476 \end_layout
33477
33478 \end_inset
33479
33480
33481 \end_layout
33482
33483 \begin_layout Standard
33484 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
33485  
33486 \series bold
33487 cancel
33488 \series default
33489
33490 \begin_inset Foot
33491 status collapsed
33492
33493 \begin_layout Plain Layout
33494
33495 \series bold
33496 cancel
33497 \series default
33498  forma parte de las distribuciones estándar de LaTeX.
33499 \end_layout
33500
33501 \end_inset
33502
33503
33504 \begin_inset Index
33505 status collapsed
33506
33507 \begin_layout Plain Layout
33508 Paquetes ! cancel
33509 \end_layout
33510
33511 \end_inset
33512
33513  con la línea de preámbulo LaTeX
33514 \end_layout
33515
33516 \begin_layout Standard
33517
33518 \series bold
33519
33520 \backslash
33521 usepackage[samesize]{cancel}
33522 \end_layout
33523
33524 \begin_layout Standard
33525 Hay cuatro formas de cancelar ecuaciones:
33526 \end_layout
33527
33528 \begin_layout Standard
33529 \align center
33530 \begin_inset Tabular
33531 <lyxtabular version="3" rows="5" columns="2">
33532 <features>
33533 <column alignment="center" valignment="top" width="0">
33534 <column alignment="center" valignment="top" width="0">
33535 <row>
33536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33537 \begin_inset Text
33538
33539 \begin_layout Plain Layout
33540 Comando
33541 \end_layout
33542
33543 \end_inset
33544 </cell>
33545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33546 \begin_inset Text
33547
33548 \begin_layout Plain Layout
33549 Resultado
33550 \begin_inset Note Note
33551 status collapsed
33552
33553 \begin_layout Plain Layout
33554
33555 \series bold
33556
33557 \backslash
33558 hspace
33559 \series default
33560  y 
33561 \series bold
33562
33563 \backslash
33564 raisebox
33565 \series default
33566  se usa sólo como espaciador
33567 \end_layout
33568
33569 \end_inset
33570
33571
33572 \end_layout
33573
33574 \end_inset
33575 </cell>
33576 </row>
33577 <row>
33578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33579 \begin_inset Text
33580
33581 \begin_layout Plain Layout
33582
33583 \backslash
33584 cancel{
33585 \backslash
33586 int
33587 \begin_inset ERT
33588 status collapsed
33589
33590 \begin_layout Plain Layout
33591
33592
33593 \backslash
33594 spce 
33595 \end_layout
33596
33597 \end_inset
33598
33599 A=B
33600 \end_layout
33601
33602 \end_inset
33603 </cell>
33604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33605 \begin_inset Text
33606
33607 \begin_layout Plain Layout
33608 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33609 \end_inset
33610
33611
33612 \end_layout
33613
33614 \end_inset
33615 </cell>
33616 </row>
33617 <row>
33618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33619 \begin_inset Text
33620
33621 \begin_layout Plain Layout
33622
33623 \backslash
33624 bcancel{
33625 \backslash
33626 int
33627 \begin_inset ERT
33628 status collapsed
33629
33630 \begin_layout Plain Layout
33631
33632
33633 \backslash
33634 spce 
33635 \end_layout
33636
33637 \end_inset
33638
33639 A=B
33640 \end_layout
33641
33642 \end_inset
33643 </cell>
33644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33645 \begin_inset Text
33646
33647 \begin_layout Plain Layout
33648 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33649 \end_inset
33650
33651
33652 \end_layout
33653
33654 \end_inset
33655 </cell>
33656 </row>
33657 <row>
33658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33659 \begin_inset Text
33660
33661 \begin_layout Plain Layout
33662
33663 \backslash
33664 xcancel{
33665 \backslash
33666 int
33667 \begin_inset ERT
33668 status collapsed
33669
33670 \begin_layout Plain Layout
33671
33672
33673 \backslash
33674 spce 
33675 \end_layout
33676
33677 \end_inset
33678
33679 A=B
33680 \end_layout
33681
33682 \end_inset
33683 </cell>
33684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33685 \begin_inset Text
33686
33687 \begin_layout Plain Layout
33688 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33689 \end_inset
33690
33691
33692 \end_layout
33693
33694 \end_inset
33695 </cell>
33696 </row>
33697 <row>
33698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33699 \begin_inset Text
33700
33701 \begin_layout Plain Layout
33702
33703 \backslash
33704 cancelto{1
33705 \begin_inset Formula $\to$
33706 \end_inset
33707
33708
33709 \backslash
33710 {
33711 \backslash
33712 int
33713 \begin_inset ERT
33714 status collapsed
33715
33716 \begin_layout Plain Layout
33717
33718
33719 \backslash
33720 spce 
33721 \end_layout
33722
33723 \end_inset
33724
33725 A=B
33726 \end_layout
33727
33728 \end_inset
33729 </cell>
33730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33731 \begin_inset Text
33732
33733 \begin_layout Plain Layout
33734 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33735 \end_inset
33736
33737
33738 \end_layout
33739
33740 \end_inset
33741 </cell>
33742 </row>
33743 </lyxtabular>
33744
33745 \end_inset
33746
33747
33748 \end_layout
33749
33750 \begin_layout Standard
33751
33752 \series bold
33753
33754 \backslash
33755 cancelto
33756 \series default
33757  es especialmente apropiada para visualizar la simplificación de fracciones
33758  en una ecuación:
33759 \begin_inset Formula \[
33760 \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}}}\]
33761
33762 \end_inset
33763
33764
33765 \end_layout
33766
33767 \begin_layout Subsection
33768 Ecuaciones en encabezados de sección
33769 \begin_inset CommandInset label
33770 LatexCommand label
33771 name "sub:Ecuaciones-en-encabezados"
33772
33773 \end_inset
33774
33775
33776 \begin_inset Index
33777 status collapsed
33778
33779 \begin_layout Plain Layout
33780 Ecuación ! en encabezados de sección
33781 \end_layout
33782
33783 \end_inset
33784
33785
33786 \end_layout
33787
33788 \begin_layout Standard
33789 Si se quiere poner una ecuación en un encabezado de sección hay que tener
33790  en cuenta lo siguiente:
33791 \end_layout
33792
33793 \begin_layout Standard
33794 \begin_inset Note Greyedout
33795 status open
33796
33797 \begin_layout Plain Layout
33798 Si el soporte para 
33799 \series bold
33800 hyperref
33801 \series default
33802
33803 \begin_inset Index
33804 status collapsed
33805
33806 \begin_layout Plain Layout
33807 Paquetes ! hyperref
33808 \end_layout
33809
33810 \end_inset
33811
33812  está activado en la configuración del documento, 
33813 \family sans
33814 Propiedades
33815 \begin_inset space ~
33816 \end_inset
33817
33818
33819 \family default
33820 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
33821  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
33822  texto del marcador, porque se infringen las convenciones PDF.
33823 \end_layout
33824
33825 \end_inset
33826
33827
33828 \end_layout
33829
33830 \begin_layout Standard
33831 Estos problemas se pueden solucionar insertando al final del encabezado
33832  un título breve con el menú 
33833 \family sans
33834 Insertar\SpecialChar \menuseparator
33835 Título
33836 \begin_inset space ~
33837 \end_inset
33838
33839 breve
33840 \family default
33841 .
33842  Los títulos breves se usan como alternativa para encabezados de sección
33843  con más de una línea para mantener el buen aspecto del índice.
33844  En éste sólo aparece el título breve y por tanto también en los marcadores.
33845 \end_layout
33846
33847 \begin_layout Standard
33848 Si hay que poner ecuaciones en el índice y se usa 
33849 \series bold
33850 hyperref
33851 \series default
33852 , se puede insertar el siguiente comando en modo TeX:
33853 \end_layout
33854
33855 \begin_layout Standard
33856
33857 \series bold
33858
33859 \backslash
33860 texorpdfstring{parte}{alternativa}
33861 \begin_inset Index
33862 status collapsed
33863
33864 \begin_layout Plain Layout
33865 Comandos ! T ! 
33866 \backslash
33867 texorpdfstring
33868 \end_layout
33869
33870 \end_inset
33871
33872
33873 \end_layout
33874
33875 \begin_layout Standard
33876 parte se refiere a la parte del encabezado que no debería aparecer en el
33877  marcador PDF.
33878  Puede ser caracteres, ecuaciones, notas al pie, y también referencias cruzadas.
33879  La alternativa se usa para el marcador en vez de la parte.
33880 \begin_inset Newpage newpage
33881 \end_inset
33882
33883
33884 \end_layout
33885
33886 \begin_layout Standard
33887 Aquí hay dos ejemplos de encabezados con ecuación:
33888 \end_layout
33889
33890 \begin_layout Standard
33891 \begin_inset VSpace -3mm
33892 \end_inset
33893
33894
33895 \end_layout
33896
33897 \begin_layout Standard
33898 \begin_inset ERT
33899 status collapsed
33900
33901 \begin_layout Plain Layout
33902
33903
33904 \backslash
33905 boldmath 
33906 \end_layout
33907
33908 \end_inset
33909
33910
33911 \end_layout
33912
33913 \begin_layout Subsubsection
33914 Encabezado sin ecuación en el índice 
33915 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33916 \end_inset
33917
33918
33919 \begin_inset OptArg
33920 status collapsed
33921
33922 \begin_layout Plain Layout
33923 Encabezado sin ecuación en el índice
33924 \end_layout
33925
33926 \end_inset
33927
33928
33929 \end_layout
33930
33931 \begin_layout Subsubsection
33932 Encabezado con ecuación en el índice
33933 \begin_inset ERT
33934 status collapsed
33935
33936 \begin_layout Plain Layout
33937
33938
33939 \backslash
33940 texorpdfstring{
33941 \end_layout
33942
33943 \end_inset
33944
33945  
33946 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33947 \end_inset
33948
33949
33950 \begin_inset ERT
33951 status collapsed
33952
33953 \begin_layout Plain Layout
33954
33955 }{}
33956 \end_layout
33957
33958 \end_inset
33959
33960
33961 \end_layout
33962
33963 \begin_layout Standard
33964 \begin_inset ERT
33965 status collapsed
33966
33967 \begin_layout Plain Layout
33968
33969
33970 \backslash
33971 unboldmath 
33972 \end_layout
33973
33974 \end_inset
33975
33976 En el primer encabezado se ha puesto un título breve, en el segundo un 
33977 \series bold
33978
33979 \backslash
33980 texorpdfstring
33981 \series default
33982 .
33983 \end_layout
33984
33985 \begin_layout Standard
33986 Para obtener el mismo formato que en los demás encabezados se han puesto
33987  ambos en un entorno 
33988 \series bold
33989 boldmath
33990 \series default
33991 .
33992 \begin_inset Foot
33993 status collapsed
33994
33995 \begin_layout Plain Layout
33996 véase 
33997 \begin_inset CommandInset ref
33998 LatexCommand ref
33999 reference "sub:Ecuaciones-en-negrita"
34000
34001 \end_inset
34002
34003
34004 \end_layout
34005
34006 \end_inset
34007
34008
34009 \end_layout
34010
34011 \begin_layout Subsection
34012 Ecuaciones en texto multicolumna
34013 \begin_inset Index
34014 status collapsed
34015
34016 \begin_layout Plain Layout
34017 Ecuación ! en texto multicolumna
34018 \end_layout
34019
34020 \end_inset
34021
34022
34023 \end_layout
34024
34025 \begin_layout Standard
34026 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
34027  para ajustarse a la columna y entonces es preciso abarcar la anchura total
34028  de la página.
34029  Esto se hace usando el paquete LaTeX 
34030 \series bold
34031 multicol
34032 \series default
34033 ,
34034 \begin_inset Foot
34035 status collapsed
34036
34037 \begin_layout Plain Layout
34038
34039 \series bold
34040 multicol
34041 \series default
34042  forma parte de las distribuciones LaTeX estándar.
34043 \end_layout
34044
34045 \end_inset
34046
34047
34048 \begin_inset Index
34049 status collapsed
34050
34051 \begin_layout Plain Layout
34052 Paquetes ! multicol
34053 \end_layout
34054
34055 \end_inset
34056
34057  que se carga en el preámbulo LaTeX con la línea
34058 \end_layout
34059
34060 \begin_layout Standard
34061
34062 \series bold
34063
34064 \backslash
34065 usepackage{multicol}
34066 \end_layout
34067
34068 \begin_layout Standard
34069 \begin_inset Note Greyedout
34070 status collapsed
34071
34072 \begin_layout Plain Layout
34073 Ten en cuenta que la opción 
34074 \family sans
34075 Documento
34076 \begin_inset space ~
34077 \end_inset
34078
34079 con
34080 \begin_inset space ~
34081 \end_inset
34082
34083 dos
34084 \begin_inset space ~
34085 \end_inset
34086
34087 caras
34088 \family default
34089 , bajo 
34090 \family sans
34091 Diseño
34092 \begin_inset space ~
34093 \end_inset
34094
34095 de
34096 \begin_inset space ~
34097 \end_inset
34098
34099 página 
34100 \family default
34101 en el menú 
34102 \family sans
34103 Documento\SpecialChar \menuseparator
34104 Configuración
34105 \family default
34106  
34107 \emph on
34108 debe
34109 \emph default
34110  estar desmarcada.
34111 \end_layout
34112
34113 \end_inset
34114
34115
34116 \end_layout
34117
34118 \begin_layout Standard
34119 Antes del texto multicolumna se inserta en modo TeX el comando
34120 \end_layout
34121
34122 \begin_layout Standard
34123
34124 \series bold
34125
34126 \backslash
34127 begin{multicols}{número de columnas}
34128 \end_layout
34129
34130 \begin_layout Standard
34131 El número de columnas está en el rango 2-10.
34132  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
34133  TeX el comando
34134 \end_layout
34135
34136 \begin_layout Standard
34137
34138 \series bold
34139
34140 \backslash
34141 end{multicols}
34142 \end_layout
34143
34144 \begin_layout Standard
34145 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
34146  Para quitarlo se inserta un espacio vertical de -6
34147 \begin_inset space \thinspace{}
34148 \end_inset
34149
34150 mm antes de la ecuación.
34151  Si se usa el estilo 
34152 \series bold
34153 Sangrado
34154 \series default
34155 ,
34156 \begin_inset Foot
34157 status collapsed
34158
34159 \begin_layout Plain Layout
34160 véase estilos de ecuación en 
34161 \begin_inset CommandInset ref
34162 LatexCommand ref
34163 reference "sec:Estilos-de-ecuación"
34164
34165 \end_inset
34166
34167
34168 \end_layout
34169
34170 \end_inset
34171
34172  se inserta un espacio de -9
34173 \begin_inset space \thinspace{}
34174 \end_inset
34175
34176 mm.
34177 \end_layout
34178
34179 \begin_layout Standard
34180 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
34181 \end_layout
34182
34183 \begin_layout Standard
34184 \begin_inset ERT
34185 status collapsed
34186
34187 \begin_layout Plain Layout
34188
34189
34190 \backslash
34191 begin{multicols}{2}
34192 \end_layout
34193
34194 \end_inset
34195
34196 Das Spektrum wird fouriertransformiert.
34197  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
34198 , Lösungsmittel) zu trennen.
34199  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
34200  nun das Aussehen des Ausgangssignals.
34201  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
34202  über alle Phasen integrieren muss.
34203  Sei nun 
34204 \begin_inset Formula $S$
34205 \end_inset
34206
34207  unser normiertes Ausgangssignal and 
34208 \begin_inset Formula $P$
34209 \end_inset
34210
34211  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
34212 \begin_inset ERT
34213 status collapsed
34214
34215 \begin_layout Plain Layout
34216
34217
34218 \backslash
34219 end{multicols}
34220 \end_layout
34221
34222 \end_inset
34223
34224
34225 \begin_inset VSpace -6mm
34226 \end_inset
34227
34228
34229 \begin_inset Formula \begin{equation}
34230 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
34231
34232 \end_inset
34233
34234
34235 \begin_inset ERT
34236 status collapsed
34237
34238 \begin_layout Plain Layout
34239
34240
34241 \backslash
34242 begin{multicols}{2}
34243 \end_layout
34244
34245 \end_inset
34246
34247 wobei 
34248 \begin_inset Formula $S_{0}$
34249 \end_inset
34250
34251  das Signal ohne Gradient ist and the Normierungsbedingung 
34252 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34253 \end_inset
34254
34255  gilt.
34256  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
34257  Direkt nach the 
34258 \begin_inset Formula $\nicefrac{\pi}{2}$
34259 \end_inset
34260
34261
34262 \begin_inset space \thinspace{}
34263 \end_inset
34264
34265 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
34266  das Signal zusätzlich abschwächt.
34267  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
34268  
34269 \begin_inset Formula $T_{2}$
34270 \end_inset
34271
34272 -Zeit.
34273 \end_layout
34274
34275 \begin_layout Standard
34276 \begin_inset ERT
34277 status collapsed
34278
34279 \begin_layout Plain Layout
34280
34281
34282 \backslash
34283 end{multicols}
34284 \end_layout
34285
34286 \end_inset
34287
34288  
34289 \end_layout
34290
34291 \begin_layout Subsection
34292 Ecuaciones con descripción de variables
34293 \begin_inset Index
34294 status collapsed
34295
34296 \begin_layout Plain Layout
34297 Ecuación ! con descripción de variables
34298 \end_layout
34299
34300 \end_inset
34301
34302
34303 \end_layout
34304
34305 \begin_layout Standard
34306 Para describir variables en una ecuación, como en la fórmula 
34307 \begin_inset CommandInset ref
34308 LatexCommand eqref
34309 reference "eq:within"
34310
34311 \end_inset
34312
34313 , se inserta una matriz 2×
34314 \begin_inset Formula $n$
34315 \end_inset
34316
34317  con columnas alineadas a la izquierda para las 
34318 \emph on
34319
34320 \begin_inset Formula $n$
34321 \end_inset
34322
34323
34324 \emph default
34325  variables usadas.
34326 \begin_inset Foot
34327 status collapsed
34328
34329 \begin_layout Plain Layout
34330 véase matrices en 
34331 \begin_inset CommandInset ref
34332 LatexCommand ref
34333 reference "sec:Matrices"
34334
34335 \end_inset
34336
34337
34338 \end_layout
34339
34340 \end_inset
34341
34342  Para poner la descripción en tamaño más pequeño se inserta, p.e, el comando
34343  
34344 \series bold
34345
34346 \backslash
34347 footnotesize
34348 \series default
34349  antes de la matriz.
34350 \begin_inset Foot
34351 status collapsed
34352
34353 \begin_layout Plain Layout
34354 véase tamaños de fuentes en 
34355 \begin_inset CommandInset ref
34356 LatexCommand ref
34357 reference "sub:Tamaños-de-fuentes"
34358
34359 \end_inset
34360
34361 .
34362 \end_layout
34363
34364 \end_inset
34365
34366
34367 \end_layout
34368
34369 \begin_layout Standard
34370 Si se usa el estilo 
34371 \series bold
34372 Sangrado
34373 \series default
34374 ,
34375 \begin_inset Foot
34376 status collapsed
34377
34378 \begin_layout Plain Layout
34379 véase estilos de ecuación en 
34380 \begin_inset CommandInset ref
34381 LatexCommand ref
34382 reference "sec:Estilos-de-ecuación"
34383
34384 \end_inset
34385
34386
34387 \end_layout
34388
34389 \end_inset
34390
34391  se inserta un 
34392 \series bold
34393
34394 \backslash
34395 hfill
34396 \series default
34397
34398 \begin_inset Foot
34399 status collapsed
34400
34401 \begin_layout Plain Layout
34402
34403 \series bold
34404
34405 \backslash
34406 hfill
34407 \series default
34408  sólo funciona en ecuaciones en estilo 
34409 \series bold
34410 Sangrado
34411 \series default
34412 , véase 
34413 \begin_inset CommandInset ref
34414 LatexCommand ref
34415 reference "sub:Espacio-variable"
34416
34417 \end_inset
34418
34419
34420 \end_layout
34421
34422 \end_inset
34423
34424  delante y detrás de la matriz para que tenga la misma separación con la
34425  ecuación y con el margen.
34426 \end_layout
34427
34428 \begin_layout Standard
34429 Si se usa el estilo 
34430 \series bold
34431 Centrado
34432 \series default
34433  se emplea el método descrito en la 
34434 \begin_inset CommandInset ref
34435 LatexCommand ref
34436 reference "sub:Entorno-flalign"
34437
34438 \end_inset
34439
34440  para sangrar la ecuación.
34441  La ecuación 
34442 \begin_inset CommandInset ref
34443 LatexCommand eqref
34444 reference "eq:within"
34445
34446 \end_inset
34447
34448  consta de cinco columnas ya que las dos primeras contienen la fórmula,
34449  la tercera la matriz y la última una llave TeX vacía.
34450 \begin_inset Formula \begin{flalign}
34451 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
34452 \rho & \mbox{densidad}\\
34453 V & \mbox{volumen}\\
34454 g & \mbox{aceleración gravitatoria}\end{array} &  & {}\label{eq:within}\end{flalign}
34455
34456 \end_inset
34457
34458
34459 \end_layout
34460
34461 \begin_layout Subsection
34462 Letras griegas minúsculas en redonda
34463 \begin_inset CommandInset label
34464 LatexCommand label
34465 name "sub:Griegas-en-redonda"
34466
34467 \end_inset
34468
34469
34470 \begin_inset Index
34471 status collapsed
34472
34473 \begin_layout Plain Layout
34474 Letras griegas ! en redonda
34475 \end_layout
34476
34477 \end_inset
34478
34479
34480 \end_layout
34481
34482 \begin_layout Standard
34483 La mayoría de las fuentes sólo suministran letras griegas minúsculas en
34484  cursiva.
34485  Pero para símbolos de partículas elementales como piones y neutrinos hacen
34486  falta letras griegas en redonda.
34487  El archivo 
34488 \series bold
34489 upgreek.sty
34490 \series default
34491
34492 \begin_inset Foot
34493 status collapsed
34494
34495 \begin_layout Plain Layout
34496
34497 \series bold
34498 upgreek
34499 \series default
34500  forma parte del paquete LaTeX 
34501 \series bold
34502 was
34503 \series default
34504
34505 \begin_inset Index
34506 status collapsed
34507
34508 \begin_layout Plain Layout
34509 Paquetes ! was
34510 \begin_inset ERT
34511 status collapsed
34512
34513 \begin_layout Plain Layout
34514
34515
34516 \backslash
34517 vspace{4mm}
34518 \end_layout
34519
34520 \end_inset
34521
34522
34523 \end_layout
34524
34525 \end_inset
34526
34527 .
34528 \end_layout
34529
34530 \end_inset
34531
34532
34533 \begin_inset Index
34534 status collapsed
34535
34536 \begin_layout Plain Layout
34537 Paquetes ! upgreek
34538 \end_layout
34539
34540 \end_inset
34541
34542 , que se carga en el preámbulo LaTeX con la línea
34543 \end_layout
34544
34545 \begin_layout Standard
34546
34547 \series bold
34548
34549 \backslash
34550 usepackage{upgreek}
34551 \end_layout
34552
34553 \begin_layout Standard
34554 las suministra.
34555  
34556 \begin_inset ERT
34557 status collapsed
34558
34559 \begin_layout Plain Layout
34560
34561
34562 \backslash
34563 ifupgreek 
34564 \end_layout
34565
34566 \end_inset
34567
34568
34569 \begin_inset Note Note
34570 status collapsed
34571
34572 \begin_layout Plain Layout
34573 La tabla siguiente sólo se podrá ver si está instalado el paquete LaTeX
34574  
34575 \series bold
34576 upgreek
34577 \series default
34578 .
34579 \end_layout
34580
34581 \end_inset
34582
34583  Se imprimen con el comando de la letra correspondiente precedido de 
34584 \series bold
34585 up
34586 \series default
34587 .
34588  Por ejemplo, el comando 
34589 \series bold
34590
34591 \backslash
34592 uptau
34593 \series default
34594  genera: 
34595 \begin_inset Formula $\uptau$
34596 \end_inset
34597
34598
34599 \end_layout
34600
34601 \begin_layout Standard
34602 Con estos comandos se pueden escribir reacciones entre partículas elementales:
34603 \begin_inset Formula \[
34604 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}\]
34605
34606 \end_inset
34607
34608
34609 \end_layout
34610
34611 \begin_layout Standard
34612 Las letras en redonda son más remarcadas y más grandes que las correspondientes
34613  en cursiva.
34614  Por tanto no deberían emplearse para unidades como 
34615 \begin_inset Quotes fld
34616 \end_inset
34617
34618 µm
34619 \begin_inset Quotes frd
34620 \end_inset
34621
34622 .
34623 \end_layout
34624
34625 \begin_layout Standard
34626 \begin_inset ERT
34627 status collapsed
34628
34629 \begin_layout Plain Layout
34630
34631
34632 \backslash
34633 else 
34634 \end_layout
34635
34636 \end_inset
34637
34638
34639 \begin_inset Note Note
34640 status collapsed
34641
34642 \begin_layout Plain Layout
34643 Lo siguiente se mostrará si el paquete LaTeX 
34644 \series bold
34645 upgreek
34646 \series default
34647  no está instalado:
34648 \end_layout
34649
34650 \end_inset
34651
34652
34653 \end_layout
34654
34655 \begin_layout Standard
34656 Debes instalar el paquete LaTeX 
34657 \series bold
34658 upgreek
34659 \series default
34660  para ver en la salida el resto de esta subsección.
34661  
34662 \end_layout
34663
34664 \begin_layout Standard
34665 \begin_inset ERT
34666 status collapsed
34667
34668 \begin_layout Plain Layout
34669
34670
34671 \backslash
34672 fi
34673 \end_layout
34674
34675 \end_inset
34676
34677
34678 \end_layout
34679
34680 \begin_layout Subsection
34681 Caracteres de texto en ecuaciones
34682 \begin_inset CommandInset label
34683 LatexCommand label
34684 name "sub:Caracteres-de-texto"
34685
34686 \end_inset
34687
34688
34689 \begin_inset Index
34690 status collapsed
34691
34692 \begin_layout Plain Layout
34693 Texto ! en ecuaciones
34694 \end_layout
34695
34696 \end_inset
34697
34698
34699 \end_layout
34700
34701 \begin_layout Standard
34702 En algunos casos podrías querer insertar caracteres de texto directamente
34703  en ecuaciones.
34704  Por ejemplo, cuando se usa con frecuencia el punto centrado 
34705 \begin_inset Formula $\cdot$
34706 \end_inset
34707
34708  en expresiones como 
34709 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
34710 \end_inset
34711
34712 , habría que insertar el comando 
34713 \series bold
34714
34715 \backslash
34716 cdot
34717 \series default
34718
34719 \begin_inset Foot
34720 status collapsed
34721
34722 \begin_layout Plain Layout
34723 véase 
34724 \begin_inset CommandInset ref
34725 LatexCommand ref
34726 reference "sub:Operadores-binarios"
34727
34728 \end_inset
34729
34730
34731 \end_layout
34732
34733 \end_inset
34734
34735  continuamente, porque este carácter está definido en todas las codificaciones
34736  como carácter de texto.
34737  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
34738 \end_layout
34739
34740 \begin_layout Standard
34741
34742 \series bold
34743
34744 \backslash
34745 Declare Inputtext{183}{
34746 \backslash
34747 ifmmode
34748 \backslash
34749 cdot
34750 \backslash
34751 else
34752 \backslash
34753 textperiodcentered
34754 \backslash
34755 f\SpecialChar \textcompwordmark{}
34756 i}
34757 \end_layout
34758
34759 \begin_layout Standard
34760 La codificación de caracteres (menú 
34761 \family sans
34762 Documento\SpecialChar \menuseparator
34763 Configuración\SpecialChar \menuseparator
34764 Idioma
34765 \family default
34766 ) especifica el carácter que se muestra al pulsar una tecla.
34767  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
34768  
34769 \series bold
34770
34771 \backslash
34772 textperiodcentered
34773 \series default
34774 .
34775  Pero este comando no está disponible en ecuaciones así que obtendrías errores
34776  de LaTeX.
34777  Con la codificación cambiada se escoge automáticamente el comando correcto,
34778  dependiendo de si el carácter se ha insertado en una ecuación o no.
34779 \end_layout
34780
34781 \begin_layout Standard
34782 La codificación de diversos caracteres se guarda en archivos de definición.
34783  Por ejemplo la codificación 
34784 \series bold
34785 latin9
34786 \series default
34787  se define en el archivo 
34788 \series bold
34789 latin9.def
34790 \series default
34791  que está en el directorio de LaTeX.
34792  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
34793  archivo de definición, de lo contrario nuestros documentos no podrían ser
34794  editados en otros ordenadores.
34795 \begin_inset VSpace medskip
34796 \end_inset
34797
34798
34799 \end_layout
34800
34801 \begin_layout Standard
34802 Además del punto centrado, en este documento se ha definido el símbolo grado
34803  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
34804  directamente en una fórmula:
34805 \end_layout
34806
34807 \begin_layout Standard
34808
34809 \series bold
34810
34811 \backslash
34812 DeclareInputtext{176}{
34813 \backslash
34814 ifmmode^
34815 \backslash
34816 circ
34817 \backslash
34818 else
34819 \backslash
34820 textdegree
34821 \backslash
34822 f\SpecialChar \textcompwordmark{}
34823 i}
34824 \begin_inset Newpage newpage
34825 \end_inset
34826
34827
34828 \end_layout
34829
34830 \begin_layout Section
34831 \start_of_appendix
34832 Notas sobre tipografía
34833 \begin_inset Index
34834 status collapsed
34835
34836 \begin_layout Plain Layout
34837 Tipografía, notas
34838 \end_layout
34839
34840 \end_inset
34841
34842
34843 \end_layout
34844
34845 \begin_layout Standard
34846 Esta sección es un resumen de las normas tipográficas ISO más importantes.
34847 \begin_inset Foot
34848 status collapsed
34849
34850 \begin_layout Plain Layout
34851 Este compendio se ha tomado parcialmente del diccionario semioficial alemán
34852  
34853 \begin_inset Quotes fld
34854 \end_inset
34855
34856 Duden
34857 \begin_inset Quotes frd
34858 \end_inset
34859
34860  
34861 \begin_inset CommandInset citation
34862 LatexCommand cite
34863 key "Duden"
34864
34865 \end_inset
34866
34867 , que incluye algunas de las normas ISO.
34868  
34869 \begin_inset Newline newline
34870 \end_inset
34871
34872 (
34873 \emph on
34874 N.
34875 \begin_inset space \thinspace{}
34876 \end_inset
34877
34878 del t.
34879 \emph default
34880 : Para documentación en español sobre el tema, véase 
34881 \begin_inset CommandInset citation
34882 LatexCommand cite
34883 key "Bezos"
34884
34885 \end_inset
34886
34887 .)
34888 \end_layout
34889
34890 \end_inset
34891
34892
34893 \end_layout
34894
34895 \begin_layout Itemize
34896 Las unidades físicas se escriben 
34897 \emph on
34898 siempre 
34899 \emph default
34900 en redonda
34901 \begin_inset Foot
34902 status collapsed
34903
34904 \begin_layout Plain Layout
34905 véase estilos de fuentes en 
34906 \begin_inset CommandInset ref
34907 LatexCommand ref
34908 reference "sub:Estilos-de-fuentes"
34909
34910 \end_inset
34911
34912
34913 \end_layout
34914
34915 \end_inset
34916
34917 : 30
34918 \begin_inset space \thinspace{}
34919 \end_inset
34920
34921 km/h
34922 \begin_inset Newline newline
34923 \end_inset
34924
34925 Entre el valor y la unidad hay un espacio delgado, véase 
34926 \begin_inset CommandInset ref
34927 LatexCommand ref
34928 reference "sub:Espacio-predefinido"
34929
34930 \end_inset
34931
34932 .
34933 \begin_inset Newline newline
34934 \end_inset
34935
34936 Esta norma la cumple automáticamente el comando 
34937 \series bold
34938
34939 \backslash
34940 unittwo
34941 \series default
34942 .
34943  Si se introduce en una fórmula aparecen dos cuadros.
34944  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
34945  como antes, 
34946 \begin_inset Formula $\unit[30]{km/h}$
34947 \end_inset
34948
34949
34950 \begin_inset space \thinspace{}
34951 \end_inset
34952
34953 .
34954  Ten en cuenta que 
34955 \series bold
34956
34957 \backslash
34958 unittwo
34959 \series default
34960  no es un auténtico comando LaTeX, sino el comando 
34961 \series bold
34962
34963 \backslash
34964 unit[value]{unit}
34965 \series default
34966 , por tanto no lo puedes usar en código TeX.
34967 \end_layout
34968
34969 \begin_layout Itemize
34970 Los signos por ciento y por mil se escriben como las unidades físicas:
34971 \begin_inset Newline newline
34972 \end_inset
34973
34974 1,2
34975 \begin_inset space \thinspace{}
34976 \end_inset
34977
34978 ‰ de alcohol en sangre.
34979 \end_layout
34980
34981 \begin_layout Itemize
34982 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
34983  otra unidad: 15
34984 \begin_inset space \thinspace{}
34985 \end_inset
34986
34987 °C
34988 \end_layout
34989
34990 \begin_layout Itemize
34991 En números con más de cuatro dígitos se inserta un espacio delgado para
34992  separarlos en grupos de tres cifras: 18
34993 \begin_inset space \thinspace{}
34994 \end_inset
34995
34996 473
34997 \begin_inset space \thinspace{}
34998 \end_inset
34999
35000 588
35001 \end_layout
35002
35003 \begin_layout Itemize
35004 Para dimensiones como 120×90×40
35005 \begin_inset space \thinspace{}
35006 \end_inset
35007
35008 cm se usa el aspa de multiplicar 
35009 \begin_inset Quotes fld
35010 \end_inset
35011
35012 ×
35013 \begin_inset Quotes frd
35014 \end_inset
35015
35016 .
35017  Se puede insertar con el comando LaTeX 
35018 \series bold
35019
35020 \backslash
35021 texttimes
35022 \series default
35023  o directamente con alguna combinación de teclas.
35024 \end_layout
35025
35026 \begin_layout Itemize
35027 Las funciones con nombres que constan de varias letras se escriben en redonda
35028  para evitar confusiones, véase 
35029 \begin_inset CommandInset ref
35030 LatexCommand ref
35031 reference "sub:Funciones-predefinidas"
35032
35033 \end_inset
35034
35035 .
35036 \end_layout
35037
35038 \begin_layout Itemize
35039 Los índices que constan de varias letras se escriben en redonda: 
35040 \begin_inset Formula $E_{\mbox{cin}}$
35041 \end_inset
35042
35043
35044 \begin_inset Newline newline
35045 \end_inset
35046
35047 Los componentes de una matriz se escriben en cursiva: 
35048 \begin_inset Formula $\hat{H}_{kl}$
35049 \end_inset
35050
35051
35052 \end_layout
35053
35054 \begin_layout Itemize
35055 El operador de diferenciación/integración 'd', el número de Euler 'e' y
35056  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
35057 s con otras variables.
35058  
35059 \end_layout
35060
35061 \begin_layout Standard
35062 \begin_inset Newpage newpage
35063 \end_inset
35064
35065
35066 \end_layout
35067
35068 \begin_layout Section
35069 Sinónimos
35070 \begin_inset Index
35071 status collapsed
35072
35073 \begin_layout Plain Layout
35074 Sinónimos
35075 \end_layout
35076
35077 \end_inset
35078
35079
35080 \end_layout
35081
35082 \begin_layout Standard
35083 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
35084  como los que se recogen en esta lista:
35085 \begin_inset Foot
35086 status collapsed
35087
35088 \begin_layout Plain Layout
35089 véase también 
35090 \begin_inset CommandInset ref
35091 LatexCommand ref
35092 reference "fn:sinónimos"
35093
35094 \end_inset
35095
35096 .
35097 \end_layout
35098
35099 \end_inset
35100
35101
35102 \end_layout
35103
35104 \begin_layout Standard
35105
35106 \end_layout
35107
35108 \begin_layout Standard
35109 \begin_inset VSpace bigskip
35110 \end_inset
35111
35112
35113 \begin_inset space \hfill{}
35114 \end_inset
35115
35116
35117 \begin_inset Tabular
35118 <lyxtabular version="3" rows="12" columns="2">
35119 <features>
35120 <column alignment="center" valignment="top" width="0pt">
35121 <column alignment="center" valignment="top" width="0pt">
35122 <row>
35123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35124 \begin_inset Text
35125
35126 \begin_layout Plain Layout
35127 Comando
35128 \end_layout
35129
35130 \end_inset
35131 </cell>
35132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35133 \begin_inset Text
35134
35135 \begin_layout Plain Layout
35136 equivalente a
35137 \begin_inset Note Note
35138 status collapsed
35139
35140 \begin_layout Plain Layout
35141
35142 \series bold
35143
35144 \backslash
35145 raisebox
35146 \series default
35147  se usa sólo como espaciador
35148 \end_layout
35149
35150 \end_inset
35151
35152
35153 \end_layout
35154
35155 \end_inset
35156 </cell>
35157 </row>
35158 <row>
35159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35160 \begin_inset Text
35161
35162 \begin_layout Plain Layout
35163
35164 \backslash
35165 ast
35166 \end_layout
35167
35168 \end_inset
35169 </cell>
35170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35171 \begin_inset Text
35172
35173 \begin_layout Plain Layout
35174 \begin_inset ERT
35175 status collapsed
35176
35177 \begin_layout Plain Layout
35178
35179
35180 \backslash
35181 raisebox{-1.2mm}{
35182 \end_layout
35183
35184 \end_inset
35185
35186 *
35187 \begin_inset ERT
35188 status collapsed
35189
35190 \begin_layout Plain Layout
35191
35192 }
35193 \end_layout
35194
35195 \end_inset
35196
35197
35198 \end_layout
35199
35200 \end_inset
35201 </cell>
35202 </row>
35203 <row>
35204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35205 \begin_inset Text
35206
35207 \begin_layout Plain Layout
35208
35209 \backslash
35210 choose
35211 \end_layout
35212
35213 \end_inset
35214 </cell>
35215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35216 \begin_inset Text
35217
35218 \begin_layout Plain Layout
35219
35220 \backslash
35221 binom
35222 \end_layout
35223
35224 \end_inset
35225 </cell>
35226 </row>
35227 <row>
35228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35229 \begin_inset Text
35230
35231 \begin_layout Plain Layout
35232
35233 \backslash
35234 geq
35235 \end_layout
35236
35237 \end_inset
35238 </cell>
35239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35240 \begin_inset Text
35241
35242 \begin_layout Plain Layout
35243
35244 \backslash
35245 ge
35246 \end_layout
35247
35248 \end_inset
35249 </cell>
35250 </row>
35251 <row>
35252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35253 \begin_inset Text
35254
35255 \begin_layout Plain Layout
35256
35257 \backslash
35258 lbrace
35259 \end_layout
35260
35261 \end_inset
35262 </cell>
35263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35264 \begin_inset Text
35265
35266 \begin_layout Plain Layout
35267 {
35268 \end_layout
35269
35270 \end_inset
35271 </cell>
35272 </row>
35273 <row>
35274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35275 \begin_inset Text
35276
35277 \begin_layout Plain Layout
35278
35279 \backslash
35280 lbracket
35281 \end_layout
35282
35283 \end_inset
35284 </cell>
35285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35286 \begin_inset Text
35287
35288 \begin_layout Plain Layout
35289 [
35290 \end_layout
35291
35292 \end_inset
35293 </cell>
35294 </row>
35295 <row>
35296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35297 \begin_inset Text
35298
35299 \begin_layout Plain Layout
35300
35301 \backslash
35302 leftarrow
35303 \end_layout
35304
35305 \end_inset
35306 </cell>
35307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35308 \begin_inset Text
35309
35310 \begin_layout Plain Layout
35311
35312 \backslash
35313 gets
35314 \end_layout
35315
35316 \end_inset
35317 </cell>
35318 </row>
35319 <row>
35320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35321 \begin_inset Text
35322
35323 \begin_layout Plain Layout
35324
35325 \backslash
35326 leq
35327 \end_layout
35328
35329 \end_inset
35330 </cell>
35331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35332 \begin_inset Text
35333
35334 \begin_layout Plain Layout
35335
35336 \backslash
35337 le
35338 \end_layout
35339
35340 \end_inset
35341 </cell>
35342 </row>
35343 <row>
35344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35345 \begin_inset Text
35346
35347 \begin_layout Plain Layout
35348
35349 \backslash
35350 lor
35351 \end_layout
35352
35353 \end_inset
35354 </cell>
35355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35356 \begin_inset Text
35357
35358 \begin_layout Plain Layout
35359
35360 \backslash
35361 vee
35362 \end_layout
35363
35364 \end_inset
35365 </cell>
35366 </row>
35367 <row>
35368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35369 \begin_inset Text
35370
35371 \begin_layout Plain Layout
35372
35373 \backslash
35374 neq
35375 \end_layout
35376
35377 \end_inset
35378 </cell>
35379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35380 \begin_inset Text
35381
35382 \begin_layout Plain Layout
35383
35384 \backslash
35385 not=
35386 \end_layout
35387
35388 \end_inset
35389 </cell>
35390 </row>
35391 <row>
35392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35393 \begin_inset Text
35394
35395 \begin_layout Plain Layout
35396
35397 \backslash
35398 slash
35399 \end_layout
35400
35401 \end_inset
35402 </cell>
35403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35404 \begin_inset Text
35405
35406 \begin_layout Plain Layout
35407 /
35408 \end_layout
35409
35410 \end_inset
35411 </cell>
35412 </row>
35413 <row>
35414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35415 \begin_inset Text
35416
35417 \begin_layout Plain Layout
35418
35419 \backslash
35420 vert
35421 \end_layout
35422
35423 \end_inset
35424 </cell>
35425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35426 \begin_inset Text
35427
35428 \begin_layout Plain Layout
35429 |
35430 \end_layout
35431
35432 \end_inset
35433 </cell>
35434 </row>
35435 </lyxtabular>
35436
35437 \end_inset
35438
35439
35440 \begin_inset space \hfill{}
35441 \end_inset
35442
35443
35444 \begin_inset Tabular
35445 <lyxtabular version="3" rows="12" columns="2">
35446 <features>
35447 <column alignment="center" valignment="top" width="0pt">
35448 <column alignment="center" valignment="top" width="0pt">
35449 <row>
35450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35451 \begin_inset Text
35452
35453 \begin_layout Plain Layout
35454 Comando
35455 \end_layout
35456
35457 \end_inset
35458 </cell>
35459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35460 \begin_inset Text
35461
35462 \begin_layout Plain Layout
35463 equivalente a
35464 \end_layout
35465
35466 \end_inset
35467 </cell>
35468 </row>
35469 <row>
35470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35471 \begin_inset Text
35472
35473 \begin_layout Plain Layout
35474
35475 \backslash
35476 backslash
35477 \end_layout
35478
35479 \end_inset
35480 </cell>
35481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35482 \begin_inset Text
35483
35484 \begin_layout Plain Layout
35485
35486 \backslash
35487
35488 \backslash
35489
35490 \end_layout
35491
35492 \end_inset
35493 </cell>
35494 </row>
35495 <row>
35496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35497 \begin_inset Text
35498
35499 \begin_layout Plain Layout
35500
35501 \backslash
35502 dasharrow
35503 \end_layout
35504
35505 \end_inset
35506 </cell>
35507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35508 \begin_inset Text
35509
35510 \begin_layout Plain Layout
35511
35512 \backslash
35513 dashrightarrow
35514 \end_layout
35515
35516 \end_inset
35517 </cell>
35518 </row>
35519 <row>
35520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35521 \begin_inset Text
35522
35523 \begin_layout Plain Layout
35524
35525 \backslash
35526 land
35527 \end_layout
35528
35529 \end_inset
35530 </cell>
35531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35532 \begin_inset Text
35533
35534 \begin_layout Plain Layout
35535
35536 \backslash
35537 wedge
35538 \end_layout
35539
35540 \end_inset
35541 </cell>
35542 </row>
35543 <row>
35544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35545 \begin_inset Text
35546
35547 \begin_layout Plain Layout
35548
35549 \backslash
35550 rbrace
35551 \end_layout
35552
35553 \end_inset
35554 </cell>
35555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35556 \begin_inset Text
35557
35558 \begin_layout Plain Layout
35559 }
35560 \end_layout
35561
35562 \end_inset
35563 </cell>
35564 </row>
35565 <row>
35566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35567 \begin_inset Text
35568
35569 \begin_layout Plain Layout
35570
35571 \backslash
35572 rbracket
35573 \end_layout
35574
35575 \end_inset
35576 </cell>
35577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35578 \begin_inset Text
35579
35580 \begin_layout Plain Layout
35581 ]
35582 \end_layout
35583
35584 \end_inset
35585 </cell>
35586 </row>
35587 <row>
35588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35589 \begin_inset Text
35590
35591 \begin_layout Plain Layout
35592
35593 \backslash
35594 rightarrow
35595 \end_layout
35596
35597 \end_inset
35598 </cell>
35599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35600 \begin_inset Text
35601
35602 \begin_layout Plain Layout
35603
35604 \backslash
35605 to
35606 \end_layout
35607
35608 \end_inset
35609 </cell>
35610 </row>
35611 <row>
35612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35613 \begin_inset Text
35614
35615 \begin_layout Plain Layout
35616
35617 \backslash
35618 lnot
35619 \end_layout
35620
35621 \end_inset
35622 </cell>
35623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35624 \begin_inset Text
35625
35626 \begin_layout Plain Layout
35627
35628 \backslash
35629 neg
35630 \end_layout
35631
35632 \end_inset
35633 </cell>
35634 </row>
35635 <row>
35636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35637 \begin_inset Text
35638
35639 \begin_layout Plain Layout
35640
35641 \backslash
35642 ne
35643 \end_layout
35644
35645 \end_inset
35646 </cell>
35647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35648 \begin_inset Text
35649
35650 \begin_layout Plain Layout
35651
35652 \backslash
35653 not=
35654 \end_layout
35655
35656 \end_inset
35657 </cell>
35658 </row>
35659 <row>
35660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35661 \begin_inset Text
35662
35663 \begin_layout Plain Layout
35664
35665 \backslash
35666 owns
35667 \end_layout
35668
35669 \end_inset
35670 </cell>
35671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35672 \begin_inset Text
35673
35674 \begin_layout Plain Layout
35675
35676 \backslash
35677 ni
35678 \end_layout
35679
35680 \end_inset
35681 </cell>
35682 </row>
35683 <row>
35684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35685 \begin_inset Text
35686
35687 \begin_layout Plain Layout
35688
35689 \backslash
35690 square
35691 \end_layout
35692
35693 \end_inset
35694 </cell>
35695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35696 \begin_inset Text
35697
35698 \begin_layout Plain Layout
35699
35700 \backslash
35701 Box
35702 \end_layout
35703
35704 \end_inset
35705 </cell>
35706 </row>
35707 <row>
35708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35709 \begin_inset Text
35710
35711 \begin_layout Plain Layout
35712
35713 \backslash
35714 Vert
35715 \end_layout
35716
35717 \end_inset
35718 </cell>
35719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35720 \begin_inset Text
35721
35722 \begin_layout Plain Layout
35723
35724 \backslash
35725 |
35726 \end_layout
35727
35728 \end_inset
35729 </cell>
35730 </row>
35731 </lyxtabular>
35732
35733 \end_inset
35734
35735
35736 \begin_inset space \hfill{}
35737 \end_inset
35738
35739
35740 \end_layout
35741
35742 \begin_layout Standard
35743 \begin_inset Newpage newpage
35744 \end_inset
35745
35746
35747 \end_layout
35748
35749 \begin_layout Bibliography
35750 \begin_inset CommandInset bibitem
35751 LatexCommand bibitem
35752 key "TLC2"
35753
35754 \end_inset
35755
35756
35757 \shape smallcaps
35758 Mittelbach, F.
35759  ; Goossens, M.
35760 \shape default
35761
35762 \shape italic
35763 The LaTeX Companion
35764 \shape default
35765 .
35766  Addison Wesley, 2004
35767 \end_layout
35768
35769 \begin_layout Bibliography
35770 \begin_inset CommandInset bibitem
35771 LatexCommand bibitem
35772 key "Mathmode"
35773
35774 \end_inset
35775
35776
35777 \begin_inset CommandInset href
35778 LatexCommand href
35779 name "Descripción"
35780 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35781
35782 \end_inset
35783
35784  de habilidades matemáticas de LaTeX
35785 \end_layout
35786
35787 \begin_layout Bibliography
35788 \begin_inset CommandInset bibitem
35789 LatexCommand bibitem
35790 key "Voss"
35791
35792 \end_inset
35793
35794
35795 \begin_inset CommandInset href
35796 LatexCommand href
35797 name "Página web"
35798 target "http://tug.org/TeXnik/"
35799
35800 \end_inset
35801
35802  sugerencias y consejos de LaTeX
35803 \end_layout
35804
35805 \begin_layout Bibliography
35806 \begin_inset CommandInset bibitem
35807 LatexCommand bibitem
35808 key "AMS"
35809
35810 \end_inset
35811
35812
35813 \begin_inset CommandInset href
35814 LatexCommand href
35815 name "Descripción"
35816 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35817
35818 \end_inset
35819
35820  de 
35821 \begin_inset ERT
35822 status collapsed
35823
35824 \begin_layout Plain Layout
35825
35826
35827 \backslash
35828 AmS
35829 \end_layout
35830
35831 \end_inset
35832
35833 -LaTeX
35834 \end_layout
35835
35836 \begin_layout Bibliography
35837 \begin_inset CommandInset bibitem
35838 LatexCommand bibitem
35839 key "Symbole"
35840
35841 \end_inset
35842
35843
35844 \begin_inset CommandInset href
35845 LatexCommand href
35846 name "Lista"
35847 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35848
35849 \end_inset
35850
35851  de todos los símbolos disponibles con paquetes LaTeX
35852 \end_layout
35853
35854 \begin_layout Bibliography
35855 \begin_inset CommandInset bibitem
35856 LatexCommand bibitem
35857 key "hyperref"
35858
35859 \end_inset
35860
35861
35862 \begin_inset CommandInset href
35863 LatexCommand href
35864 name "Documentación"
35865 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35866
35867 \end_inset
35868
35869  del paquete LaTeX 
35870 \series bold
35871 hyperref
35872 \series default
35873
35874 \begin_inset Index
35875 status collapsed
35876
35877 \begin_layout Plain Layout
35878 Paquetes ! hyperref
35879 \end_layout
35880
35881 \end_inset
35882
35883
35884 \end_layout
35885
35886 \begin_layout Bibliography
35887 \begin_inset CommandInset bibitem
35888 LatexCommand bibitem
35889 key "Mathclap"
35890
35891 \end_inset
35892
35893
35894 \begin_inset CommandInset href
35895 LatexCommand href
35896 name "Descripción"
35897 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35898
35899 \end_inset
35900
35901  del comando 
35902 \series bold
35903
35904 \backslash
35905 mathclap
35906 \series default
35907 , descrito en 
35908 \begin_inset CommandInset ref
35909 LatexCommand ref
35910 reference "sub:Límites-de-operadores"
35911
35912 \end_inset
35913
35914
35915 \begin_inset Index
35916 status collapsed
35917
35918 \begin_layout Plain Layout
35919 Comandos ! M ! 
35920 \backslash
35921 mathclap
35922 \end_layout
35923
35924 \end_inset
35925
35926
35927 \end_layout
35928
35929 \begin_layout Bibliography
35930 \begin_inset CommandInset bibitem
35931 LatexCommand bibitem
35932 key "Duden"
35933
35934 \end_inset
35935
35936
35937 \emph on
35938 Duden Band 1
35939 \emph default
35940 .
35941  22.
35942  Auflage, Duden 2001
35943 \end_layout
35944
35945 \begin_layout Bibliography
35946 \begin_inset CommandInset bibitem
35947 LatexCommand bibitem
35948 key "spanish"
35949
35950 \end_inset
35951
35952
35953 \begin_inset CommandInset href
35954 LatexCommand href
35955 name "Documentación"
35956 target "http://www.tex-tipografia.com/archive/spanish.pdf"
35957
35958 \end_inset
35959
35960  del estilo 
35961 \series bold
35962 spanish
35963 \family sans
35964 \series default
35965  
35966 \family default
35967 incluido en el paquete 
35968 \series bold
35969 babel
35970 \end_layout
35971
35972 \begin_layout Bibliography
35973 \begin_inset CommandInset bibitem
35974 LatexCommand bibitem
35975 key "Bezos"
35976
35977 \end_inset
35978
35979
35980 \begin_inset CommandInset href
35981 LatexCommand href
35982 name "Documento"
35983 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
35984
35985 \end_inset
35986
35987  sobre ortotipografía y notaciones matemáticas en español
35988 \end_layout
35989
35990 \begin_layout Standard
35991
35992 \family sans
35993 \series bold
35994 \begin_inset CommandInset index_print
35995 LatexCommand printindex
35996
35997 \end_inset
35998
35999
36000 \end_layout
36001
36002 \end_body
36003 \end_document