]> git.lyx.org Git - lyx.git/blob - lib/doc/es/Math.lyx
Math.lyx: first step to update it for LyX 1.6.0.
[lyx.git] / lib / doc / es / Math.lyx
1 #LyX 1.6.0alpha1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 324
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 % link all cross references and URLs
26 % in pdf output
27  \usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
28   bookmarksopen, bookmarksopenlevel=1,
29   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
30   pdfpagelayout=OneColumn, pdfnewwindow=true,
31   pdfstartview=XYZ, plainpages=false, pdfpagelabels,
32   pdfauthor={LyX Team}, pdftex,
33   pdftitle={LyX's Math Manual},
34   pdfsubject={LyX-documentation about math},
35   pdfkeywords={LyX, Mathed}]{hyperref}
36  
37 \else % if dvi or ps is produced
38
39  % link all cross references and URLs in DVI output
40  \usepackage[ps2pdf, colorlinks=true,
41   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue]{hyperref}
42
43 \fi % end if pdflatex is used
44
45 % Folgendes Problem lösen:
46 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
47 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
48 % die Kapitelnummer geschrieben.
49 % Als Lösung wird mehr Platz zwischen Nummer und
50 % Überschrift eingefügt.
51 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
52 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
53
54 % To be able to enter the character ° and · directly in LyX,
55 % see sec. 22.11
56 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
57 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
58
59 % increase link area for cross-references and autoname them,
60 % see sec. 22.18.1
61 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
62 %\renewcommand{\sectionautorefname}{sec.\negthinspace}
63 \renewcommand{\subsectionautorefname}{sec.\negthinspace}
64 \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
65 \newlength{\abc}
66 \settowidth{\abc}{\space}
67 \renewcommand{\equationautorefname}{\hspace{-\abc}}
68
69 % don't load packages twice
70 % see first footnote in sec. 9.3
71 \@ifundefined{textcolor}{\usepackage{color}}{}
72
73 % the pages of the TOC are numbered roman
74 % and a PDF-bookmark for the TOC is added
75 \pagenumbering{Roman}
76 \let\myTOC\tableofcontents
77 \renewcommand{\tableofcontents}{%
78  \vspace{1cm}
79  \pdfbookmark[1]{Índice}{}
80  \myTOC
81  \cleardoublepage
82  \pagenumbering{arabic}}
83
84 % insert additional vertical space of 1.5 mm between footnotes,
85 % see sec. 22.16
86 \let\myFoot\footnote
87 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
88
89 % provides caption formatting
90 \setkomafont{captionlabel}{\bfseries}
91
92 % used in Kap. 22.4
93 \usepackage{braket}
94
95 % used in Kap. 22.6
96 \usepackage[samesize]{cancel}
97
98 % enables calculation of values,
99 \usepackage{calc}
100
101 % for multiple table row and column cells
102 \usepackage{multirow}
103 \usepackage{multicol}
104
105 % needed for diagrams
106 \usepackage{amscd}
107
108 % needed in sec. 19.4
109 \usepackage{remreset}
110
111 % center multirows (e.g. in sec. 13.3)
112 \renewcommand{\multirowsetup}{\centering}
113
114 % define a color, used in sec.9.3
115 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
116
117 % declare operators (see sec. 10.4 and sec. 15.2)
118 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
119 \DeclareMathOperator{\sgn}{sgn}
120 % declare operator example in Spanish (see sec.15.2)
121 \DeclareMathOperator{\mcd}{mcd}
122
123 \newcommand{\spce}{\textvisiblespace}
124
125 % example definitions for sec. 20.1 
126 \newcommand{\gr}{\Longrightarrow}
127 \newcommand{\us}[1]{\underline{#1}}
128 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
129 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
130 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
131
132 % example macro from sec. 19.4
133 %\def\tagform@#1{\maketag@@@{|#1|}}
134
135 % macro from sec. 10.2
136 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
137 \def\mathclap {\mathpalette \mathclapinternal}
138 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
139
140 % redefine the greyed out note
141 \renewenvironment{lyxgreyedout}
142  {\textcolor{blue}\bgroup}{\egroup}
143
144 % check for package eurosym
145 % used for the Euro symbol
146 \newboolean{eurosym}
147 \IfFileExists{eurosym.sty}
148  {\usepackage[gennarrow]{eurosym}
149   \setboolean{eurosym}{true}}
150  {\setboolean{eurosym}{false}}
151
152 % needed in sec. 22.4
153 % check for package braket
154 \newboolean{braket}
155 \IfFileExists{braket.sty}
156  {\usepackage{braket}
157   \setboolean{braket}{true}}
158  {\setboolean{braket}{false}}
159
160 % needed in sec. 22.10
161 % check for package upgreek
162 \newboolean{upgreek}
163 \IfFileExists{upgreek.sty}
164  {\usepackage{upgreek}
165   \setboolean{upgreek}{true}}
166  {\setboolean{upgreek}{false}}
167 \end_preamble
168 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
169 \language spanish
170 \inputencoding auto
171 \font_roman default
172 \font_sans default
173 \font_typewriter default
174 \font_default_family default
175 \font_sc false
176 \font_osf false
177 \font_sf_scale 100
178 \font_tt_scale 100
179 \graphics default
180 \paperfontsize 12
181 \spacing single
182 \use_hyperref false
183 \papersize a4paper
184 \use_geometry false
185 \use_amsmath 2
186 \use_esint 1
187 \cite_engine basic
188 \use_bibtopic false
189 \paperorientation portrait
190 \secnumdepth 4
191 \tocdepth 3
192 \paragraph_separation skip
193 \defskip medskip
194 \quotes_language french
195 \papercolumns 1
196 \papersides 2
197 \paperpagestyle plain
198 \bullet 1 0 6 -1
199 \bullet 2 2 35 -1
200 \bullet 3 2 7 -1
201 \tracking_changes false
202 \output_changes false
203 \author "" 
204 \author "" 
205 \extra_embedded_files ""
206 \end_header
207
208 \begin_body
209
210 \begin_layout Title
211 Manual detallado de
212 \begin_inset Newline newline
213 \end_inset
214
215 Matemáticas en LyX
216 \end_layout
217
218 \begin_layout Author
219 por el Equipo LyX
220 \begin_inset Foot
221 status collapsed
222
223 \begin_layout Plain Layout
224 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
225  lista de correo de documentación de LyX
226 \family typewriter
227
228 \begin_inset ERT
229 status collapsed
230
231 \begin_layout Plain Layout
232
233
234 \backslash
235 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's Math manual}{
236 \end_layout
237
238 \end_inset
239
240 lyx-docs@lists.lyx.org
241 \begin_inset ERT
242 status collapsed
243
244 \begin_layout Plain Layout
245
246 }
247 \end_layout
248
249 \end_inset
250
251
252 \end_layout
253
254 \end_inset
255
256
257 \begin_inset Note Note
258 status collapsed
259
260 \begin_layout Plain Layout
261 autor: Uwe Stöhr
262 \end_layout
263
264 \end_inset
265
266
267 \begin_inset Newline newline
268 \end_inset
269
270
271 \begin_inset Newline newline
272 \end_inset
273
274 Versión 1.6svn
275 \end_layout
276
277 \begin_layout Standard
278 \begin_inset CommandInset toc
279 LatexCommand tableofcontents
280
281 \end_inset
282
283
284 \end_layout
285
286 \begin_layout Standard
287 \begin_inset Note Note
288 status open
289
290 \begin_layout Plain Layout
291 Para exportar este documento a PDF, PS, o DVI deben estar instalados los
292  paquetes LaTeX 
293 \series bold
294 eurosym
295 \series default
296
297 \series bold
298 multirow
299 \series default
300  y 
301 \series bold
302 was
303 \series default
304 .
305  Si no están instalados también puedes exportar el documento pero las secciones
306  en que se requieren dichos paquetes no aparecerán en la salida.
307 \end_layout
308
309 \begin_layout Plain Layout
310 La última versión PDF de este documento está disponible en:
311 \begin_inset Newline newline
312 \end_inset
313
314
315 \series bold
316 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
317 \end_layout
318
319 \end_inset
320
321
322 \begin_inset Newpage newpage
323 \end_inset
324
325
326 \end_layout
327
328 \begin_layout Section
329 Introducción
330 \begin_inset CommandInset label
331 LatexCommand label
332 name "sec:Introducción"
333
334 \end_inset
335
336
337 \end_layout
338
339 \begin_layout Standard
340 Este documento explica las características matemáticas de LyX y además es
341  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
342  Las explicaciones están diseñadas para el uso de comandos.
343  Por consiguiente es preciso que hayas leído la sección 
344 \emph on
345 Ecuaciones matemáticas
346 \emph default
347  de la 
348 \emph on
349 Guía del usuario
350 \emph default
351 .
352 \end_layout
353
354 \begin_layout Standard
355 La mayoría de caracteres y muchas estructuras explicadas en este manual
356  también son accesibles mediante el menú 
357 \family sans
358 Insertar\SpecialChar \menuseparator
359 Ecuación
360 \family default
361  o la barra de herramientas
362 \family sans
363  Ecuaciones
364 \family default
365 .
366  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
367  mucho más rápido usar comandos que la barra de herramientas.
368  Por tanto este manual está enfocado al uso de comandos, aunque también
369  se mencionan los botones correspondientes de las barras de herramientas
370  cuando están disponibles.
371 \end_layout
372
373 \begin_layout Standard
374 Si no se especifica lo contrario los comandos sólo están disponibles dentro
375  de las fórmulas.
376  Para poder usar todos los comandos explicados en este documento, debe usarse
377  la opción 
378 \family sans
379 Usar el paquete de ecuaciones AMS
380 \family default
381  en la configuración del documento (menú 
382 \family sans
383 Documento\SpecialChar \menuseparator
384 Configuración\SpecialChar \menuseparator
385 Ecuaciones
386 \family default
387 )
388 \begin_inset Foot
389 status collapsed
390
391 \begin_layout Plain Layout
392 La opción 
393 \family sans
394 Usar el paquete de ecuaciones AMS automáticamente
395 \family default
396  sólo usa ecuaciones 
397 \begin_inset ERT
398 status collapsed
399
400 \begin_layout Plain Layout
401
402
403 \backslash
404 AmS 
405 \end_layout
406
407 \end_inset
408
409
410 \begin_inset Space ~
411 \end_inset
412
413  si las estructuras matemáticas son soportadas por LyX.
414 \end_layout
415
416 \end_inset
417
418 .
419 \end_layout
420
421 \begin_layout Standard
422 Este documento no recoge todos los comandos de ecuaciones 
423 \begin_inset ERT
424 status collapsed
425
426 \begin_layout Plain Layout
427
428
429 \backslash
430 AmS 
431 \end_layout
432
433 \end_inset
434
435
436 \begin_inset Foot
437 status collapsed
438
439 \begin_layout Plain Layout
440 En el archivo 
441 \begin_inset ERT
442 status collapsed
443
444 \begin_layout Plain Layout
445
446
447 \backslash
448 href{ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps}{
449 \end_layout
450
451 \end_inset
452
453
454 \family sans
455 amsguide.ps
456 \family default
457
458 \begin_inset ERT
459 status collapsed
460
461 \begin_layout Plain Layout
462
463 }
464 \end_layout
465
466 \end_inset
467
468 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
469  lista con todos los comandos de ecuaciones 
470 \begin_inset ERT
471 status open
472
473 \begin_layout Plain Layout
474
475
476 \backslash
477 AmS 
478 \end_layout
479
480 \end_inset
481
482 .
483 \end_layout
484
485 \end_inset
486
487  por razones de claridad.
488 \end_layout
489
490 \begin_layout Section
491 Instrucciones generales
492 \begin_inset CommandInset label
493 LatexCommand label
494 name "sec:Instrucciones-generales"
495
496 \end_inset
497
498
499 \end_layout
500
501 \begin_layout Standard
502 Para crear una ecuación en línea
503 \begin_inset Index
504 status collapsed
505
506 \begin_layout Plain Layout
507 Ecuación ! en línea
508 \end_layout
509
510 \end_inset
511
512 , insertada en una línea de texto, teclea 
513 \family sans
514 Ctrl-m
515 \family default
516  o pulsa el botón 
517 \begin_inset Graphics
518         filename ../../images/math-mode.png
519         embed ""
520         scale 85
521
522 \end_inset
523
524  de la barra de herramientas.
525 \begin_inset Newline newline
526 \end_inset
527
528 Para crear una ecuación en estilo presentación
529 \begin_inset Index
530 status collapsed
531
532 \begin_layout Plain Layout
533 Ecuación ! en presentación
534 \end_layout
535
536 \end_inset
537
538 , que se verá más grande y en su propio párrafo, teclea
539 \family sans
540  Ctrl-M
541 \family default
542 .
543 \end_layout
544
545 \begin_layout Standard
546 Para cambiar una ecuación en estilo presentación a estilo en línea, pon
547  el cursor dentro de la ecuación y teclea 
548 \family sans
549 Ctrl-M
550 \family default
551  o usa el menú 
552 \family sans
553 Editar\SpecialChar \menuseparator
554 Ecuación\SpecialChar \menuseparator
555 Cambiar tipo de ecuación
556 \family default
557 .
558  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
559 \end_layout
560
561 \begin_layout Standard
562 Para mostrar partes de una ecuación en línea en el tamaño del estilo presentació
563 n, escribe el comando 
564 \series bold
565
566 \backslash
567 displaystyle
568 \series default
569
570 \begin_inset Index
571 status collapsed
572
573 \begin_layout Plain Layout
574 Comandos ! D ! 
575 \backslash
576 displaystyle
577 \end_layout
578
579 \end_inset
580
581  en la ecuación y pulsa espacio.
582  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
583  de la ecuación.
584 \end_layout
585
586 \begin_layout Standard
587 En las tablas sólo se permiten ecuaciones en línea.
588 \end_layout
589
590 \begin_layout Standard
591 Las barras 
592 \family sans
593 Ecuaciones
594 \family default
595  y 
596 \family sans
597 Panel de ecuaciones 
598 \family default
599 se pueden visualizar mediante el menú 
600 \family sans
601 Ver\SpecialChar \menuseparator
602 Barras de herramientas
603 \family default
604 .
605  Si ahí pulsas en 
606 \begin_inset Quotes fld
607 \end_inset
608
609 Ecuaciones
610 \begin_inset Quotes frd
611 \end_inset
612
613  y/o en 
614 \begin_inset Quotes fld
615 \end_inset
616
617 Panel de ecuaciones
618 \begin_inset Quotes frd
619 \end_inset
620
621 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
622  estado se visualiza en el menú de las barras de herramientas con una marca.
623  Si en este estado pulsas de nuevo sobre 
624 \begin_inset Quotes fld
625 \end_inset
626
627 Ecuaciones
628 \begin_inset Quotes frd
629 \end_inset
630
631  y/o 
632 \begin_inset Quotes fld
633 \end_inset
634
635 Panel de ecuaciones
636 \begin_inset Quotes frd
637 \end_inset
638
639  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
640  de una ecuación; este estado se indica añadiendo a las entradas del menú
641  la palabra 
642 \begin_inset Quotes fld
643 \end_inset
644
645 (auto)
646 \begin_inset Quotes frd
647 \end_inset
648
649 .
650  
651 \end_layout
652
653 \begin_layout Standard
654 El modo TeX
655 \begin_inset Index
656 status collapsed
657
658 \begin_layout Plain Layout
659 T@
660 \begin_inset ERT
661 status collapsed
662
663 \begin_layout Plain Layout
664
665
666 \backslash
667
668 \begin_inset ERT
669 status collapsed
670
671 \begin_layout Plain Layout
672
673 {
674 \end_layout
675
676 \end_inset
677
678
679 \begin_inset ERT
680 status collapsed
681
682 \begin_layout Plain Layout
683
684 }
685 \end_layout
686
687 \end_inset
688
689
690 \end_layout
691
692 \end_inset
693
694 TeX ! modo
695 \end_layout
696
697 \end_inset
698
699  se invoca pulsando el botón 
700 \begin_inset Graphics
701         filename ../../images/ert-insert.png
702         embed ""
703         scale 85
704
705 \end_inset
706
707  de la barra de herramientas o con el menú 
708 \family sans
709 Insertar\SpecialChar \menuseparator
710 Código T
711 \begin_inset ERT
712 status collapsed
713
714 \begin_layout Plain Layout
715
716 {
717 \end_layout
718
719 \end_inset
720
721 e
722 \begin_inset ERT
723 status collapsed
724
725 \begin_layout Plain Layout
726
727 }
728 \end_layout
729
730 \end_inset
731
732 X
733 \family default
734 , (atajo 
735 \family sans
736 Ctrl-l
737 \family default
738 ).
739 \begin_inset Note Note
740 status collapsed
741
742 \begin_layout Plain Layout
743 En LyX hay tres 
744 \begin_inset Quotes fld
745 \end_inset
746
747 nombres propios
748 \begin_inset Quotes frd
749 \end_inset
750
751  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
752  LaTeX y LyX.
753 \end_layout
754
755 \begin_layout Plain Layout
756 Para evitar que estas palabras sean reconocidas como tales nombres propios,
757  se pone una de las letras entre llaves TeX.
758  
759 \end_layout
760
761 \end_inset
762
763
764 \end_layout
765
766 \begin_layout Standard
767 Para cambiar el preámbulo LaTeX
768 \begin_inset Index
769 status collapsed
770
771 \begin_layout Plain Layout
772 L@LaTeX preámbulo
773 \end_layout
774
775 \end_inset
776
777 , usa el menú 
778 \family sans
779 Documento\SpecialChar \menuseparator
780 Configuración\SpecialChar \menuseparator
781 Preámbulo La
782 \begin_inset ERT
783 status collapsed
784
785 \begin_layout Plain Layout
786
787 {
788 \end_layout
789
790 \end_inset
791
792 T
793 \begin_inset ERT
794 status collapsed
795
796 \begin_layout Plain Layout
797
798 }
799 \end_layout
800
801 \end_inset
802
803 eX
804 \family default
805 .
806 \end_layout
807
808 \begin_layout Standard
809 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
810  multilínea, se pueden usar los menús 
811 \family sans
812 Editar\SpecialChar \menuseparator
813 Ecuación
814 \family default
815  y 
816 \family sans
817 Editar\SpecialChar \menuseparator
818 Filas y columnas
819 \family default
820  o la barra de herramientas de 
821 \family sans
822 Tabla
823 \family default
824 .
825  Cuando las líneas y columnas se intercambian mediante el menú, la columna
826  o línea en la que está se cambia con la columna de la derecha o con la
827  línea de abajo, respectivamente.
828  Si el cursor está en la última columna o fila, el cambio se hace con la
829  columna de la izquierda o la línea de arriba.
830 \end_layout
831
832 \begin_layout Standard
833 Para escribir texto en fórmulas se usa 
834 \emph on
835 texto de ecuaciones
836 \emph default
837
838 \begin_inset Index
839 status collapsed
840
841 \begin_layout Plain Layout
842 Texto ! en ecuaciones
843 \end_layout
844
845 \end_inset
846
847 .
848 \begin_inset Foot
849 status collapsed
850
851 \begin_layout Plain Layout
852 Para ecuaciones multilínea se usa el comando 
853 \series bold
854
855 \backslash
856 intertext
857 \series default
858 , véase
859 \begin_inset Space ~
860 \end_inset
861
862
863 \begin_inset CommandInset ref
864 LatexCommand ref
865 reference "sub:Texto-en-multilínea"
866
867 \end_inset
868
869 .
870 \end_layout
871
872 \end_inset
873
874  Este modo se invoca con el atajo 
875 \family sans
876 Alt-m
877 \begin_inset Space ~
878 \end_inset
879
880 m
881 \family default
882  o insertando el comando 
883 \series bold
884
885 \backslash
886 text
887 \series default
888
889 \begin_inset Index
890 status collapsed
891
892 \begin_layout Plain Layout
893 Comandos ! T ! 
894 \backslash
895 text
896 \end_layout
897
898 \end_inset
899
900 .
901  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
902  partes de la ecuación que se ven en azul.
903  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
904 a de otras partes de la fórmula.
905 \end_layout
906
907 \begin_layout Subsection*
908 Esquema de comandos
909 \end_layout
910
911 \begin_layout Standard
912 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
913  siguiente esquema:
914 \end_layout
915
916 \begin_layout Standard
917
918 \series bold
919
920 \backslash
921 nombre_del_comando[argumento opcional]{argumento requerido}
922 \end_layout
923
924 \begin_layout Standard
925 Un comando empieza siempre por una barra inversa, 
926 \series bold
927
928 \backslash
929
930 \series default
931 .
932  Para omitir argumentos opcionales, quita también los corchetes asociados.
933  En este documento, las llaves que encierran los argumentos requeridos se
934  denominan llaves TeX
935 \begin_inset Index
936 status collapsed
937
938 \begin_layout Plain Layout
939 T@
940 \begin_inset ERT
941 status collapsed
942
943 \begin_layout Plain Layout
944
945
946 \backslash
947
948 \begin_inset ERT
949 status collapsed
950
951 \begin_layout Plain Layout
952
953 {
954 \end_layout
955
956 \end_inset
957
958
959 \begin_inset ERT
960 status collapsed
961
962 \begin_layout Plain Layout
963
964 }
965 \end_layout
966
967 \end_inset
968
969
970 \end_layout
971
972 \end_inset
973
974 TeX ! llaves
975 \end_layout
976
977 \end_inset
978
979 .
980  Si en una ecuación añades una llave de apertura al nombre de un comando,
981  LyX crea automáticamente una llave TeX.
982  En todos los demás casos las llaves TeX se crean en las ecuaciones con
983  el comando 
984 \series bold
985
986 \backslash
987 {
988 \series default
989 .
990  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
991  que se muestran en azul.
992  En modo TeX no hace falta comando para poner llaves TeX.
993  Las llaves TeX no aparecen en la salida.
994 \end_layout
995
996 \begin_layout Standard
997 En el caso de comandos sin argumentos, como los comandos para símbolos que
998  se introducen en modo TeX, 
999 \emph on
1000 siempre
1001 \emph default
1002  debe teclearse un espacio tras el comando para finalizarlo.
1003  Este espacio no aparece en la salida.
1004  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
1005  de un espacio protegido en texto normal.
1006 \end_layout
1007
1008 \begin_layout Standard
1009 Un espacio protegido se inserta con 
1010 \family sans
1011 Ctrl-espacio
1012 \family default
1013 .
1014 \begin_inset Newpage newpage
1015 \end_inset
1016
1017
1018 \end_layout
1019
1020 \begin_layout Subsection*
1021 Explicación de la sintaxis
1022 \end_layout
1023
1024 \begin_layout Itemize
1025 El símbolo 
1026 \begin_inset ERT
1027 status collapsed
1028
1029 \begin_layout Plain Layout
1030
1031
1032 \backslash
1033 spce 
1034 \end_layout
1035
1036 \end_inset
1037
1038
1039 \begin_inset Foot
1040 status collapsed
1041
1042 \begin_layout Plain Layout
1043 Este carácter, espacio visible, se puede componer con el comando 
1044 \series bold
1045
1046 \backslash
1047 textvisiblespace
1048 \series default
1049
1050 \begin_inset Index
1051 status collapsed
1052
1053 \begin_layout Plain Layout
1054 Comandos ! T ! 
1055 \backslash
1056 textvisiblespace
1057 \end_layout
1058
1059 \end_inset
1060
1061  insertado en código TeX.
1062 \end_layout
1063
1064 \end_inset
1065
1066  indica que hay que teclear un espacio.
1067 \end_layout
1068
1069 \begin_layout Itemize
1070 Una flecha como 
1071 \begin_inset Formula $\rightarrow$
1072 \end_inset
1073
1074  indica el uso de la correspondiente tecla de flecha.
1075  
1076 \end_layout
1077
1078 \begin_layout Subsection*
1079 Unidades empleadas
1080 \end_layout
1081
1082 \begin_layout Standard
1083 \align center
1084 \begin_inset Float table
1085 placement H
1086 wide false
1087 sideways false
1088 status open
1089
1090 \begin_layout Plain Layout
1091 \align center
1092 \begin_inset Caption
1093
1094 \begin_layout Plain Layout
1095 \begin_inset CommandInset label
1096 LatexCommand label
1097 name "tab:Unidades-empleadas"
1098
1099 \end_inset
1100
1101 Unidades empleadas
1102 \end_layout
1103
1104 \end_inset
1105
1106
1107 \end_layout
1108
1109 \begin_layout Plain Layout
1110 \align center
1111 \begin_inset Tabular
1112 <lyxtabular version="3" rows="13" columns="2">
1113 <features>
1114 <column alignment="center" valignment="top" width="0">
1115 <column alignment="center" valignment="top" width="0">
1116 <row>
1117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1118 \begin_inset Text
1119
1120 \begin_layout Plain Layout
1121 Unidad
1122 \end_layout
1123
1124 \end_inset
1125 </cell>
1126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1127 \begin_inset Text
1128
1129 \begin_layout Plain Layout
1130 Nombre / Descripción
1131 \end_layout
1132
1133 \end_inset
1134 </cell>
1135 </row>
1136 <row>
1137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1138 \begin_inset Text
1139
1140 \begin_layout Plain Layout
1141 mm
1142 \end_layout
1143
1144 \end_inset
1145 </cell>
1146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1147 \begin_inset Text
1148
1149 \begin_layout Plain Layout
1150 Milímetro
1151 \end_layout
1152
1153 \end_inset
1154 </cell>
1155 </row>
1156 <row>
1157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1158 \begin_inset Text
1159
1160 \begin_layout Plain Layout
1161 cm
1162 \end_layout
1163
1164 \end_inset
1165 </cell>
1166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1167 \begin_inset Text
1168
1169 \begin_layout Plain Layout
1170 Centímetro
1171 \end_layout
1172
1173 \end_inset
1174 </cell>
1175 </row>
1176 <row>
1177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1178 \begin_inset Text
1179
1180 \begin_layout Plain Layout
1181 in
1182 \end_layout
1183
1184 \end_inset
1185 </cell>
1186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1187 \begin_inset Text
1188
1189 \begin_layout Plain Layout
1190 Pulgada (1
1191 \begin_inset Space \thinspace{}
1192 \end_inset
1193
1194 in = 2,54
1195 \begin_inset Space \thinspace{}
1196 \end_inset
1197
1198 cm)
1199 \end_layout
1200
1201 \end_inset
1202 </cell>
1203 </row>
1204 <row>
1205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1206 \begin_inset Text
1207
1208 \begin_layout Plain Layout
1209 pt
1210 \end_layout
1211
1212 \end_inset
1213 </cell>
1214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1215 \begin_inset Text
1216
1217 \begin_layout Plain Layout
1218 Punto (72.27
1219 \begin_inset Space \thinspace{}
1220 \end_inset
1221
1222 pt = 1
1223 \begin_inset Space \thinspace{}
1224 \end_inset
1225
1226 in)
1227 \end_layout
1228
1229 \end_inset
1230 </cell>
1231 </row>
1232 <row>
1233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1234 \begin_inset Text
1235
1236 \begin_layout Plain Layout
1237 pc
1238 \end_layout
1239
1240 \end_inset
1241 </cell>
1242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1243 \begin_inset Text
1244
1245 \begin_layout Plain Layout
1246 Pica (1
1247 \begin_inset Space \thinspace{}
1248 \end_inset
1249
1250 pc = 12
1251 \begin_inset Space \thinspace{}
1252 \end_inset
1253
1254 pt)
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 sp
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 Punto escalado (65536
1275 \begin_inset Space \thinspace{}
1276 \end_inset
1277
1278 sp = 1
1279 \begin_inset Space \thinspace{}
1280 \end_inset
1281
1282 pt)
1283 \end_layout
1284
1285 \end_inset
1286 </cell>
1287 </row>
1288 <row>
1289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1290 \begin_inset Text
1291
1292 \begin_layout Plain Layout
1293 bp
1294 \end_layout
1295
1296 \end_inset
1297 </cell>
1298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1299 \begin_inset Text
1300
1301 \begin_layout Plain Layout
1302 Punto grande (72
1303 \begin_inset Space \thinspace{}
1304 \end_inset
1305
1306 bp = 1
1307 \begin_inset Space \thinspace{}
1308 \end_inset
1309
1310 in)
1311 \end_layout
1312
1313 \end_inset
1314 </cell>
1315 </row>
1316 <row>
1317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1318 \begin_inset Text
1319
1320 \begin_layout Plain Layout
1321 dd
1322 \end_layout
1323
1324 \end_inset
1325 </cell>
1326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1327 \begin_inset Text
1328
1329 \begin_layout Plain Layout
1330 Didot (1
1331 \begin_inset Space \thinspace{}
1332 \end_inset
1333
1334 dd 
1335 \begin_inset Formula $\approx$
1336 \end_inset
1337
1338  0.376
1339 \begin_inset Space \thinspace{}
1340 \end_inset
1341
1342 mm)
1343 \end_layout
1344
1345 \end_inset
1346 </cell>
1347 </row>
1348 <row>
1349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1350 \begin_inset Text
1351
1352 \begin_layout Plain Layout
1353 cc
1354 \end_layout
1355
1356 \end_inset
1357 </cell>
1358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1359 \begin_inset Text
1360
1361 \begin_layout Plain Layout
1362 Cicero (1
1363 \begin_inset Space \thinspace{}
1364 \end_inset
1365
1366 cc = 12
1367 \begin_inset Space \thinspace{}
1368 \end_inset
1369
1370 dd)
1371 \end_layout
1372
1373 \end_inset
1374 </cell>
1375 </row>
1376 <row>
1377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1378 \begin_inset Text
1379
1380 \begin_layout Plain Layout
1381 ex
1382 \end_layout
1383
1384 \end_inset
1385 </cell>
1386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1387 \begin_inset Text
1388
1389 \begin_layout Plain Layout
1390 Altura de la letra 
1391 \begin_inset Quotes fld
1392 \end_inset
1393
1394
1395 \emph on
1396 x
1397 \emph default
1398
1399 \begin_inset Quotes frd
1400 \end_inset
1401
1402  en la fuente actual
1403 \end_layout
1404
1405 \end_inset
1406 </cell>
1407 </row>
1408 <row>
1409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1410 \begin_inset Text
1411
1412 \begin_layout Plain Layout
1413 em
1414 \end_layout
1415
1416 \end_inset
1417 </cell>
1418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1419 \begin_inset Text
1420
1421 \begin_layout Plain Layout
1422 Anchura de la letra 
1423 \begin_inset Quotes fld
1424 \end_inset
1425
1426
1427 \emph on
1428 M
1429 \emph default
1430
1431 \begin_inset Quotes frd
1432 \end_inset
1433
1434  en la fuente actual
1435 \end_layout
1436
1437 \end_inset
1438 </cell>
1439 </row>
1440 <row>
1441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1442 \begin_inset Text
1443
1444 \begin_layout Plain Layout
1445 mu
1446 \end_layout
1447
1448 \end_inset
1449 </cell>
1450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1451 \begin_inset Text
1452
1453 \begin_layout Plain Layout
1454 Unidad matemática (1
1455 \begin_inset Space \thinspace{}
1456 \end_inset
1457
1458 mu = 
1459 \begin_inset Formula $\nicefrac{1}{18}$
1460 \end_inset
1461
1462
1463 \begin_inset Space \thinspace{}
1464 \end_inset
1465
1466 em)
1467 \end_layout
1468
1469 \end_inset
1470 </cell>
1471 </row>
1472 </lyxtabular>
1473
1474 \end_inset
1475
1476
1477 \end_layout
1478
1479 \end_inset
1480
1481
1482 \end_layout
1483
1484 \begin_layout Standard
1485 \align center
1486 \begin_inset Newpage newpage
1487 \end_inset
1488
1489
1490 \end_layout
1491
1492 \begin_layout Section
1493 Funciones básicas
1494 \end_layout
1495
1496 \begin_layout Subsection
1497 Exponentes
1498 \begin_inset Index
1499 status collapsed
1500
1501 \begin_layout Plain Layout
1502 Exponentes
1503 \end_layout
1504
1505 \end_inset
1506
1507  e índices
1508 \begin_inset Index
1509 status collapsed
1510
1511 \begin_layout Plain Layout
1512 In@Índices
1513 \end_layout
1514
1515 \end_inset
1516
1517
1518 \begin_inset Index
1519 status collapsed
1520
1521 \begin_layout Plain Layout
1522 Superíndices|see
1523 \begin_inset ERT
1524 status collapsed
1525
1526 \begin_layout Plain Layout
1527
1528 {
1529 \end_layout
1530
1531 \end_inset
1532
1533 Exponentes
1534 \begin_inset ERT
1535 status collapsed
1536
1537 \begin_layout Plain Layout
1538
1539 }
1540 \end_layout
1541
1542 \end_inset
1543
1544
1545 \end_layout
1546
1547 \end_inset
1548
1549
1550 \begin_inset Index
1551 status collapsed
1552
1553 \begin_layout Plain Layout
1554 Subíndices|see
1555 \begin_inset ERT
1556 status collapsed
1557
1558 \begin_layout Plain Layout
1559
1560 {
1561 \end_layout
1562
1563 \end_inset
1564
1565 Índices
1566 \begin_inset ERT
1567 status collapsed
1568
1569 \begin_layout Plain Layout
1570
1571 }
1572 \end_layout
1573
1574 \end_inset
1575
1576
1577 \end_layout
1578
1579 \end_inset
1580
1581
1582 \end_layout
1583
1584 \begin_layout Standard
1585 Los índices se componen con un guión bajo 
1586 \begin_inset Quotes fld
1587 \end_inset
1588
1589 _
1590 \begin_inset Quotes frd
1591 \end_inset
1592
1593  o con el botón de la barra de herramientas de ecuaciones 
1594 \begin_inset Graphics
1595         filename ../../images/math-subscript.png
1596         embed ""
1597         scale 85
1598
1599 \end_inset
1600
1601 , los exponentes con un circunflejo 
1602 \begin_inset Quotes fld
1603 \end_inset
1604
1605 ^
1606 \begin_inset Quotes frd
1607 \end_inset
1608
1609  o con el botón de la barra de herramientas de ecuaciones 
1610 \begin_inset Graphics
1611         filename ../../images/math-superscript.png
1612         embed ""
1613         scale 85
1614
1615 \end_inset
1616
1617 .
1618 \end_layout
1619
1620 \begin_layout Standard
1621 \noindent
1622 \align center
1623 \begin_inset Tabular
1624 <lyxtabular version="3" rows="4" columns="2">
1625 <features>
1626 <column alignment="center" valignment="top" width="0">
1627 <column alignment="center" valignment="top" width="0">
1628 <row>
1629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1630 \begin_inset Text
1631
1632 \begin_layout Plain Layout
1633 Comando
1634 \end_layout
1635
1636 \end_inset
1637 </cell>
1638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1639 \begin_inset Text
1640
1641 \begin_layout Plain Layout
1642 Resultado
1643 \begin_inset Note Note
1644 status collapsed
1645
1646 \begin_layout Plain Layout
1647
1648 \series bold
1649
1650 \backslash
1651 raisebox
1652 \series default
1653  sólo se usa como espaciador.
1654 \end_layout
1655
1656 \end_inset
1657
1658
1659 \end_layout
1660
1661 \end_inset
1662 </cell>
1663 </row>
1664 <row>
1665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1666 \begin_inset Text
1667
1668 \begin_layout Plain Layout
1669 B_V
1670 \end_layout
1671
1672 \end_inset
1673 </cell>
1674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1675 \begin_inset Text
1676
1677 \begin_layout Plain Layout
1678 \begin_inset Formula $B_{V}$
1679 \end_inset
1680
1681
1682 \end_layout
1683
1684 \end_inset
1685 </cell>
1686 </row>
1687 <row>
1688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1689 \begin_inset Text
1690
1691 \begin_layout Plain Layout
1692 B^V
1693 \end_layout
1694
1695 \end_inset
1696 </cell>
1697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1698 \begin_inset Text
1699
1700 \begin_layout Plain Layout
1701 \begin_inset Formula $\raisebox {5mm}{}B^{V}$
1702 \end_inset
1703
1704
1705 \end_layout
1706
1707 \end_inset
1708 </cell>
1709 </row>
1710 <row>
1711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1712 \begin_inset Text
1713
1714 \begin_layout Plain Layout
1715 B^
1716 \begin_inset ERT
1717 status collapsed
1718
1719 \begin_layout Plain Layout
1720
1721
1722 \backslash
1723 spce 
1724 \end_layout
1725
1726 \end_inset
1727
1728 A
1729 \end_layout
1730
1731 \end_inset
1732 </cell>
1733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1734 \begin_inset Text
1735
1736 \begin_layout Plain Layout
1737 \begin_inset Formula $\raisebox {5mm}{}B^{A}$
1738 \end_inset
1739
1740
1741 \end_layout
1742
1743 \end_inset
1744 </cell>
1745 </row>
1746 </lyxtabular>
1747
1748 \end_inset
1749
1750
1751 \end_layout
1752
1753 \begin_layout Standard
1754 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1755  caso acentuará las vocales y no funcionará como exponente.
1756 \begin_inset Foot
1757 status collapsed
1758
1759 \begin_layout Plain Layout
1760 Dependiendo de la configuración del teclado esto puede suceder también con
1761  otros caracteres además de las vocales.
1762 \end_layout
1763
1764 \end_inset
1765
1766  Para conseguir exponentes en estos casos debes pulsar 
1767 \family sans
1768 Espacio
1769 \family default
1770  tras el circunflejo, como en el último ejemplo.
1771  
1772 \end_layout
1773
1774 \begin_layout Subsection
1775 Fracciones
1776 \begin_inset CommandInset label
1777 LatexCommand label
1778 name "sub:Fracciones"
1779
1780 \end_inset
1781
1782
1783 \begin_inset Index
1784 status collapsed
1785
1786 \begin_layout Plain Layout
1787 Fracciones
1788 \end_layout
1789
1790 \end_inset
1791
1792
1793 \end_layout
1794
1795 \begin_layout Standard
1796 Las fracciones se generan con el comando 
1797 \series bold
1798
1799 \backslash
1800 frac
1801 \series default
1802
1803 \begin_inset Index
1804 status collapsed
1805
1806 \begin_layout Plain Layout
1807 Comandos ! F ! 
1808 \backslash
1809 frac
1810 \end_layout
1811
1812 \end_inset
1813
1814  o con el botón 
1815 \begin_inset Graphics
1816         filename ../../images/math/frac.png
1817         embed ""
1818         scale 50
1819
1820 \end_inset
1821
1822  de la barra de herramientas.
1823  El tamaño de fuente se ajusta automáticamente, dependiendo de si la fracción
1824  está en línea o en estilo presentación.
1825  Con el botón 
1826 \begin_inset Graphics
1827         filename ../../images/math/frac-square.png
1828         embed ""
1829         scale 85
1830
1831 \end_inset
1832
1833 de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1834  de fracciones.
1835 \end_layout
1836
1837 \begin_layout Standard
1838 Con el comando 
1839 \series bold
1840
1841 \backslash
1842 dfrac
1843 \series default
1844
1845 \begin_inset Index
1846 status collapsed
1847
1848 \begin_layout Plain Layout
1849 Comandos ! D ! 
1850 \backslash
1851 dfrac
1852 \end_layout
1853
1854 \end_inset
1855
1856  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1857  presentación.
1858  Con 
1859 \series bold
1860
1861 \backslash
1862 tfrac
1863 \series default
1864
1865 \begin_inset Index
1866 status collapsed
1867
1868 \begin_layout Plain Layout
1869 Comandos ! T ! 
1870 \backslash
1871 tfrac
1872 \end_layout
1873
1874 \end_inset
1875
1876  la fracción tiene siempre el tamaño del estilo en línea.
1877  Un ejemplo:
1878 \end_layout
1879
1880 \begin_layout Standard
1881 Una línea con la fracción 
1882 \begin_inset Formula $\frac{1}{2}$
1883 \end_inset
1884
1885  creada con el comando 
1886 \series bold
1887
1888 \backslash
1889 frac
1890 \series default
1891 .
1892  
1893 \end_layout
1894
1895 \begin_layout Standard
1896 Una línea con la fracción 
1897 \begin_inset Formula $\dfrac{1}{2}$
1898 \end_inset
1899
1900  creada con el comando 
1901 \series bold
1902
1903 \backslash
1904 dfrac
1905 \series default
1906 .
1907 \end_layout
1908
1909 \begin_layout Standard
1910 \noindent
1911 \align center
1912 \begin_inset Tabular
1913 <lyxtabular version="3" rows="4" columns="2">
1914 <features>
1915 <column alignment="center" valignment="top" width="0">
1916 <column alignment="center" valignment="top" width="0">
1917 <row>
1918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1919 \begin_inset Text
1920
1921 \begin_layout Plain Layout
1922 Comando
1923 \end_layout
1924
1925 \end_inset
1926 </cell>
1927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1928 \begin_inset Text
1929
1930 \begin_layout Plain Layout
1931 Resultado
1932 \begin_inset Note Note
1933 status collapsed
1934
1935 \begin_layout Plain Layout
1936
1937 \series bold
1938
1939 \backslash
1940 raisebox
1941 \series default
1942  se usa sólo como espaciador
1943 \end_layout
1944
1945 \end_inset
1946
1947
1948 \end_layout
1949
1950 \end_inset
1951 </cell>
1952 </row>
1953 <row>
1954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1955 \begin_inset Text
1956
1957 \begin_layout Plain Layout
1958
1959 \backslash
1960 frac
1961 \begin_inset ERT
1962 status collapsed
1963
1964 \begin_layout Plain Layout
1965
1966
1967 \backslash
1968 spce 
1969 \end_layout
1970
1971 \end_inset
1972
1973 A
1974 \begin_inset Formula $\downarrow$
1975 \end_inset
1976
1977 B
1978 \end_layout
1979
1980 \end_inset
1981 </cell>
1982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1983 \begin_inset Text
1984
1985 \begin_layout Plain Layout
1986 \begin_inset Formula $\raisebox {4.5mm}{}\frac{A}{B}\raisebox {-2.5mm}{}$
1987 \end_inset
1988
1989
1990 \end_layout
1991
1992 \end_inset
1993 </cell>
1994 </row>
1995 <row>
1996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1997 \begin_inset Text
1998
1999 \begin_layout Plain Layout
2000
2001 \backslash
2002 dfrac
2003 \begin_inset ERT
2004 status collapsed
2005
2006 \begin_layout Plain Layout
2007
2008
2009 \backslash
2010 spce 
2011 \end_layout
2012
2013 \end_inset
2014
2015 A
2016 \begin_inset Formula $\downarrow$
2017 \end_inset
2018
2019 B
2020 \end_layout
2021
2022 \end_inset
2023 </cell>
2024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2025 \begin_inset Text
2026
2027 \begin_layout Plain Layout
2028 \begin_inset Formula $\raisebox {7mm}{}\dfrac{A}{B}\raisebox {-4mm}{}$
2029 \end_inset
2030
2031
2032 \end_layout
2033
2034 \end_inset
2035 </cell>
2036 </row>
2037 <row>
2038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2039 \begin_inset Text
2040
2041 \begin_layout Plain Layout
2042
2043 \backslash
2044 dfrac
2045 \begin_inset ERT
2046 status collapsed
2047
2048 \begin_layout Plain Layout
2049
2050
2051 \backslash
2052 spce 
2053 \end_layout
2054
2055 \end_inset
2056
2057 e^
2058 \begin_inset ERT
2059 status collapsed
2060
2061 \begin_layout Plain Layout
2062
2063
2064 \backslash
2065 spce 
2066 \end_layout
2067
2068 \end_inset
2069
2070
2071 \backslash
2072 frac
2073 \begin_inset ERT
2074 status collapsed
2075
2076 \begin_layout Plain Layout
2077
2078
2079 \backslash
2080 spce 
2081 \end_layout
2082
2083 \end_inset
2084
2085 1
2086 \begin_inset Formula $\downarrow$
2087 \end_inset
2088
2089 2
2090 \begin_inset Formula $\downarrow$
2091 \end_inset
2092
2093 3
2094 \end_layout
2095
2096 \end_inset
2097 </cell>
2098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2099 \begin_inset Text
2100
2101 \begin_layout Plain Layout
2102 \begin_inset Formula $\raisebox {8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox {-4mm}{}$
2103 \end_inset
2104
2105
2106 \end_layout
2107
2108 \end_inset
2109 </cell>
2110 </row>
2111 </lyxtabular>
2112
2113 \end_inset
2114
2115
2116 \begin_inset VSpace bigskip
2117 \end_inset
2118
2119
2120 \end_layout
2121
2122 \begin_layout Standard
2123 Para fracciones anidadas se puede usar el comando 
2124 \series bold
2125
2126 \backslash
2127 cfrac
2128 \series default
2129
2130 \begin_inset Index
2131 status collapsed
2132
2133 \begin_layout Plain Layout
2134 Comandos ! C ! 
2135 \backslash
2136 cfrac
2137 \end_layout
2138
2139 \end_inset
2140
2141 .
2142  Un ejemplo:
2143 \begin_inset VSpace -3mm
2144 \end_inset
2145
2146
2147 \end_layout
2148
2149 \begin_layout Standard
2150 \begin_inset Formula \begin{align*}
2151 \textrm{creada con \textbf{\textbackslash  frac} } &  & \textrm{creada con }\mathbf{\textbackslash \textbf{cfrac}}\\
2152 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac {A}{B+\cfrac {C+\cfrac {E}{F}}{D}}\end{align*}
2153
2154 \end_inset
2155
2156
2157 \end_layout
2158
2159 \begin_layout Standard
2160 El comando para el ejemplo de arriba es:
2161 \end_layout
2162
2163 \begin_layout Standard
2164
2165 \series bold
2166
2167 \backslash
2168 cfrac{A
2169 \begin_inset Formula $\to$
2170 \end_inset
2171
2172
2173 \backslash
2174 {B+
2175 \backslash
2176 cfrac{C+
2177 \backslash
2178 cfrac{E
2179 \begin_inset Formula $\to$
2180 \end_inset
2181
2182
2183 \backslash
2184 {F
2185 \begin_inset Formula $\to\to$
2186 \end_inset
2187
2188
2189 \backslash
2190 {D
2191 \end_layout
2192
2193 \begin_layout Standard
2194 \begin_inset VSpace medskip
2195 \end_inset
2196
2197
2198 \end_layout
2199
2200 \begin_layout Standard
2201
2202 \series bold
2203
2204 \backslash
2205 cfrac
2206 \series default
2207  compone la fracción siempre en el tamaño del estilo presentación, también
2208  cuando es parte de otra fracción.
2209  
2210 \series bold
2211
2212 \backslash
2213 cfrac
2214 \series default
2215  tiene el siguiente esquema de comando:
2216 \end_layout
2217
2218 \begin_layout Standard
2219
2220 \series bold
2221
2222 \backslash
2223 cfrac[posición del numerador]{numerador}{denominador}
2224 \end_layout
2225
2226 \begin_layout Standard
2227 La posición del numerador puede ser 
2228 \emph on
2229 l
2230 \emph default
2231
2232 \emph on
2233 c
2234 \emph default
2235  o 
2236 \emph on
2237 r
2238 \emph default
2239  .
2240  
2241 \emph on
2242 l
2243 \emph default
2244  o 
2245 \emph on
2246 r
2247 \emph default
2248  alinean el numerador a la izquierda o a la derecha, respectivamente, de
2249  la raya de fracción.
2250  Si se pone 
2251 \emph on
2252 c
2253 \emph default
2254  o no se especifica posición, el numerador aparece centrado.
2255  Estas fracciones muestran las distintas alineaciones:
2256 \end_layout
2257
2258 \begin_layout Standard
2259 \noindent
2260 \align center
2261 \begin_inset Formula $\cfrac [l]{A}{B+C}$
2262 \end_inset
2263
2264  ; 
2265 \begin_inset Formula $\cfrac {A}{B+C}$
2266 \end_inset
2267
2268  ; 
2269 \begin_inset Formula $\cfrac [r]{A}{B+C}$
2270 \end_inset
2271
2272  
2273 \begin_inset VSpace medskip
2274 \end_inset
2275
2276
2277 \end_layout
2278
2279 \begin_layout Standard
2280 Muchas veces es adecuado combinar 
2281 \series bold
2282
2283 \backslash
2284 cfrac
2285 \series default
2286  y 
2287 \series bold
2288
2289 \backslash
2290 frac
2291 \series default
2292 :
2293 \begin_inset Formula \[
2294 \cfrac {A}{B+\cfrac {C+\frac{E}{F}}{D}}\]
2295
2296 \end_inset
2297
2298
2299 \end_layout
2300
2301 \begin_layout Standard
2302 Para componer fracciones en línea con raya de fracción inclinada puedes
2303  usar el comando 
2304 \series bold
2305
2306 \backslash
2307 nicefrac
2308 \series default
2309
2310 \begin_inset Index
2311 status collapsed
2312
2313 \begin_layout Plain Layout
2314 Comandos ! N ! 
2315 \backslash
2316 nicefrac
2317 \end_layout
2318
2319 \end_inset
2320
2321
2322 \begin_inset Formula $\nicefrac{5}{31}$
2323 \end_inset
2324
2325  
2326 \end_layout
2327
2328 \begin_layout Standard
2329 En la 
2330 \begin_inset CommandInset ref
2331 LatexCommand ref
2332 reference "sub:Fracciones-personalizadas"
2333
2334 \end_inset
2335
2336  se explica cómo componer fracciones personalizadas en las que la raya de
2337  fracción se puede cambiar.
2338  
2339 \end_layout
2340
2341 \begin_layout Subsection
2342 Raíces
2343 \begin_inset Index
2344 status collapsed
2345
2346 \begin_layout Plain Layout
2347 Raíces
2348 \end_layout
2349
2350 \end_inset
2351
2352
2353 \end_layout
2354
2355 \begin_layout Standard
2356 Las raíces cuadradas se componen con 
2357 \series bold
2358
2359 \backslash
2360 sqrt
2361 \series default
2362
2363 \begin_inset Index
2364 status collapsed
2365
2366 \begin_layout Plain Layout
2367 Comandos ! S ! 
2368 \backslash
2369 sqrt
2370 \end_layout
2371
2372 \end_inset
2373
2374  o con el botón 
2375 \begin_inset Graphics
2376         filename ../../images/math/sqrt.png
2377         embed ""
2378         scale 85
2379
2380 \end_inset
2381
2382  de la barra de  ecuaciones; todas las demás raíces con el comando 
2383 \series bold
2384
2385 \backslash
2386 root
2387 \series default
2388
2389 \begin_inset Index
2390 status collapsed
2391
2392 \begin_layout Plain Layout
2393 Comandos ! R ! 
2394 \backslash
2395 root
2396 \end_layout
2397
2398 \end_inset
2399
2400  o con el botón 
2401 \begin_inset Graphics
2402         filename ../../images/math/root.png
2403         embed ""
2404         scale 85
2405
2406 \end_inset
2407
2408 .
2409 \end_layout
2410
2411 \begin_layout Standard
2412 \noindent
2413 \align center
2414 \begin_inset Tabular
2415 <lyxtabular version="3" rows="3" columns="2">
2416 <features>
2417 <column alignment="center" valignment="top" width="0">
2418 <column alignment="center" valignment="top" width="0">
2419 <row>
2420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2421 \begin_inset Text
2422
2423 \begin_layout Plain Layout
2424 Comando
2425 \end_layout
2426
2427 \end_inset
2428 </cell>
2429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2430 \begin_inset Text
2431
2432 \begin_layout Plain Layout
2433 Resultado
2434 \begin_inset Note Note
2435 status collapsed
2436
2437 \begin_layout Plain Layout
2438
2439 \series bold
2440
2441 \backslash
2442 raisebox
2443 \series default
2444  se usa sólo como espaciador
2445 \end_layout
2446
2447 \end_inset
2448
2449
2450 \end_layout
2451
2452 \end_inset
2453 </cell>
2454 </row>
2455 <row>
2456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2457 \begin_inset Text
2458
2459 \begin_layout Plain Layout
2460
2461 \backslash
2462 sqrt
2463 \begin_inset ERT
2464 status collapsed
2465
2466 \begin_layout Plain Layout
2467
2468
2469 \backslash
2470 spce 
2471 \end_layout
2472
2473 \end_inset
2474
2475 A-B
2476 \end_layout
2477
2478 \end_inset
2479 </cell>
2480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2481 \begin_inset Text
2482
2483 \begin_layout Plain Layout
2484 \begin_inset Formula $\raisebox {4.5mm}{}\sqrt{A-B}$
2485 \end_inset
2486
2487
2488 \end_layout
2489
2490 \end_inset
2491 </cell>
2492 </row>
2493 <row>
2494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2495 \begin_inset Text
2496
2497 \begin_layout Plain Layout
2498
2499 \backslash
2500 root
2501 \begin_inset ERT
2502 status collapsed
2503
2504 \begin_layout Plain Layout
2505
2506
2507 \backslash
2508 spce 
2509 \end_layout
2510
2511 \end_inset
2512
2513 3
2514 \begin_inset Formula $\downarrow$
2515 \end_inset
2516
2517 A-B
2518 \end_layout
2519
2520 \end_inset
2521 </cell>
2522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2523 \begin_inset Text
2524
2525 \begin_layout Plain Layout
2526 \begin_inset Formula $\raisebox {4.5mm}{}\sqrt[3]{A-B}$
2527 \end_inset
2528
2529
2530 \end_layout
2531
2532 \end_inset
2533 </cell>
2534 </row>
2535 </lyxtabular>
2536
2537 \end_inset
2538
2539
2540 \end_layout
2541
2542 \begin_layout Standard
2543 Una raíz cuadrada se compone también con 
2544 \series bold
2545
2546 \backslash
2547 root
2548 \series default
2549  dejando vacío el campo del índice.
2550 \end_layout
2551
2552 \begin_layout Standard
2553 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2554  la raíz: 
2555 \begin_inset Formula $\sqrt[\beta]{B}$
2556 \end_inset
2557
2558
2559 \begin_inset Newline newline
2560 \end_inset
2561
2562 La 
2563 \begin_inset Formula $\beta$
2564 \end_inset
2565
2566  toca la raíz.
2567  Para evitar esto se usan los comandos 
2568 \series bold
2569
2570 \backslash
2571 leftroot
2572 \series default
2573
2574 \begin_inset Index
2575 status collapsed
2576
2577 \begin_layout Plain Layout
2578 Comandos ! L ! 
2579 \backslash
2580 leftroot
2581 \end_layout
2582
2583 \end_inset
2584
2585  y 
2586 \series bold
2587
2588 \backslash
2589 uproot
2590 \series default
2591
2592 \begin_inset Index
2593 status collapsed
2594
2595 \begin_layout Plain Layout
2596 Comandos ! U ! 
2597 \backslash
2598 uproot
2599 \end_layout
2600
2601 \end_inset
2602
2603  con el esquema siguiente:
2604 \end_layout
2605
2606 \begin_layout Standard
2607
2608 \series bold
2609
2610 \backslash
2611 leftroot{distancia}
2612 \series default
2613  y 
2614 \series bold
2615
2616 \backslash
2617 uproot{distancia}
2618 \end_layout
2619
2620 \begin_layout Standard
2621 Distancia es el número de Puntos Grandes (
2622 \begin_inset Quotes fld
2623 \end_inset
2624
2625 Big Points
2626 \begin_inset Quotes frd
2627 \end_inset
2628
2629 , unidad bp; 
2630 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2631 \end_inset
2632
2633 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2634  Los comandos se escriben en el índice.
2635  Así, el comando:
2636 \begin_inset Newline newline
2637 \end_inset
2638
2639
2640 \series bold
2641
2642 \backslash
2643 root
2644 \backslash
2645 leftroot{-1
2646 \begin_inset Formula $\to$
2647 \end_inset
2648
2649
2650 \backslash
2651 uproot{2
2652 \begin_inset Formula $\to$
2653 \end_inset
2654
2655
2656 \backslash
2657 beta
2658 \begin_inset ERT
2659 status collapsed
2660
2661 \begin_layout Plain Layout
2662
2663
2664 \backslash
2665 spce 
2666 \end_layout
2667
2668 \end_inset
2669
2670
2671 \begin_inset Formula $\to$
2672 \end_inset
2673
2674 B
2675 \begin_inset Newline newline
2676 \end_inset
2677
2678
2679 \series default
2680 genera una fórmula correctamente tipografiada: 
2681 \begin_inset Formula $\sqrt[\leftroot {-1}\uproot {2}\beta]{B}$
2682 \end_inset
2683
2684
2685 \end_layout
2686
2687 \begin_layout Subsection
2688 Coeficientes de un binomio
2689 \begin_inset Index
2690 status collapsed
2691
2692 \begin_layout Plain Layout
2693 Binomios
2694 \end_layout
2695
2696 \end_inset
2697
2698
2699 \end_layout
2700
2701 \begin_layout Standard
2702 Los coeficientes de un binomio se insertan con el comando 
2703 \series bold
2704
2705 \backslash
2706 binom
2707 \series default
2708
2709 \begin_inset Index
2710 status collapsed
2711
2712 \begin_layout Plain Layout
2713 Comandos ! B ! 
2714 \backslash
2715 binom
2716 \end_layout
2717
2718 \end_inset
2719
2720  o con el submenú del botón 
2721 \begin_inset Graphics
2722         filename ../../images/math/frac-square.png
2723         embed ""
2724         scale 85
2725
2726 \end_inset
2727
2728 de la barra de herramientas de ecuaciones.
2729  Como en las fracciones, además de 
2730 \series bold
2731
2732 \backslash
2733 binom
2734 \series default
2735  hay los comandos 
2736 \series bold
2737
2738 \backslash
2739 dbinom
2740 \begin_inset Index
2741 status collapsed
2742
2743 \begin_layout Plain Layout
2744 Comandos ! D ! 
2745 \backslash
2746 dbinom
2747 \end_layout
2748
2749 \end_inset
2750
2751
2752 \series default
2753  y 
2754 \series bold
2755
2756 \backslash
2757 tbinom
2758 \series default
2759
2760 \begin_inset Index
2761 status collapsed
2762
2763 \begin_layout Plain Layout
2764 Comandos ! T ! 
2765 \backslash
2766 tbinom
2767 \end_layout
2768
2769 \end_inset
2770
2771 .
2772 \end_layout
2773
2774 \begin_layout Standard
2775 \noindent
2776 \align center
2777 \begin_inset Tabular
2778 <lyxtabular version="3" rows="4" columns="2">
2779 <features>
2780 <column alignment="center" valignment="top" width="0">
2781 <column alignment="center" valignment="top" width="0">
2782 <row>
2783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2784 \begin_inset Text
2785
2786 \begin_layout Plain Layout
2787 Comando
2788 \end_layout
2789
2790 \end_inset
2791 </cell>
2792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2793 \begin_inset Text
2794
2795 \begin_layout Plain Layout
2796 Resultado
2797 \begin_inset Note Note
2798 status collapsed
2799
2800 \begin_layout Plain Layout
2801
2802 \series bold
2803
2804 \backslash
2805 raisebox
2806 \series default
2807  se usa sólo como espaciador
2808 \end_layout
2809
2810 \end_inset
2811
2812
2813 \end_layout
2814
2815 \end_inset
2816 </cell>
2817 </row>
2818 <row>
2819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2820 \begin_inset Text
2821
2822 \begin_layout Plain Layout
2823
2824 \backslash
2825 binom
2826 \begin_inset ERT
2827 status collapsed
2828
2829 \begin_layout Plain Layout
2830
2831
2832 \backslash
2833 spce 
2834 \end_layout
2835
2836 \end_inset
2837
2838 A
2839 \begin_inset Formula $\downarrow$
2840 \end_inset
2841
2842 B
2843 \end_layout
2844
2845 \end_inset
2846 </cell>
2847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2848 \begin_inset Text
2849
2850 \begin_layout Plain Layout
2851 \begin_inset Formula $\raisebox {5mm}{}\binom{A}{B}\raisebox {-2.5mm}{}$
2852 \end_inset
2853
2854
2855 \end_layout
2856
2857 \end_inset
2858 </cell>
2859 </row>
2860 <row>
2861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2862 \begin_inset Text
2863
2864 \begin_layout Plain Layout
2865
2866 \backslash
2867 dbinom
2868 \begin_inset ERT
2869 status collapsed
2870
2871 \begin_layout Plain Layout
2872
2873
2874 \backslash
2875 spce 
2876 \end_layout
2877
2878 \end_inset
2879
2880 A
2881 \begin_inset Formula $\downarrow$
2882 \end_inset
2883
2884 B
2885 \end_layout
2886
2887 \end_inset
2888 </cell>
2889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2890 \begin_inset Text
2891
2892 \begin_layout Plain Layout
2893 \begin_inset Formula $\raisebox {5mm}{}\dbinom{A}{B}\raisebox {-2.5mm}{}$
2894 \end_inset
2895
2896
2897 \end_layout
2898
2899 \end_inset
2900 </cell>
2901 </row>
2902 <row>
2903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2904 \begin_inset Text
2905
2906 \begin_layout Plain Layout
2907
2908 \backslash
2909 tbinom
2910 \begin_inset ERT
2911 status collapsed
2912
2913 \begin_layout Plain Layout
2914
2915
2916 \backslash
2917 spce 
2918 \end_layout
2919
2920 \end_inset
2921
2922 A
2923 \begin_inset Formula $\downarrow$
2924 \end_inset
2925
2926 B
2927 \end_layout
2928
2929 \end_inset
2930 </cell>
2931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2932 \begin_inset Text
2933
2934 \begin_layout Plain Layout
2935 \begin_inset Formula $\raisebox {5mm}{}\tbinom{A}{B}\raisebox {-2.5mm}{}$
2936 \end_inset
2937
2938
2939 \end_layout
2940
2941 \end_inset
2942 </cell>
2943 </row>
2944 </lyxtabular>
2945
2946 \end_inset
2947
2948
2949 \end_layout
2950
2951 \begin_layout Subsection
2952 Diferenciaciones de casos
2953 \begin_inset Index
2954 status collapsed
2955
2956 \begin_layout Plain Layout
2957 Casos
2958 \end_layout
2959
2960 \end_inset
2961
2962
2963 \end_layout
2964
2965 \begin_layout Standard
2966 \noindent
2967 \align center
2968 \begin_inset Tabular
2969 <lyxtabular version="3" rows="3" columns="2">
2970 <features>
2971 <column alignment="center" valignment="top" width="0">
2972 <column alignment="center" valignment="top" width="0">
2973 <row>
2974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2975 \begin_inset Text
2976
2977 \begin_layout Plain Layout
2978 Comando
2979 \end_layout
2980
2981 \end_inset
2982 </cell>
2983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2984 \begin_inset Text
2985
2986 \begin_layout Plain Layout
2987 Resultado
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 </row>
2993 <row>
2994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2995 \begin_inset Text
2996
2997 \begin_layout Plain Layout
2998
2999 \backslash
3000 cases
3001 \begin_inset ERT
3002 status collapsed
3003
3004 \begin_layout Plain Layout
3005
3006
3007 \backslash
3008 spce 
3009 \end_layout
3010
3011 \end_inset
3012
3013 A
3014 \begin_inset Formula $\to$
3015 \end_inset
3016
3017 B>0
3018 \begin_inset Index
3019 status collapsed
3020
3021 \begin_layout Plain Layout
3022 Comandos ! C ! 
3023 \backslash
3024 cases
3025 \end_layout
3026
3027 \end_inset
3028
3029
3030 \end_layout
3031
3032 \end_inset
3033 </cell>
3034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3035 \begin_inset Text
3036
3037 \begin_layout Plain Layout
3038 \begin_inset Formula $\begin{cases}
3039 A & B>0\end{cases}$
3040 \end_inset
3041
3042
3043 \end_layout
3044
3045 \end_inset
3046 </cell>
3047 </row>
3048 <row>
3049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3050 \begin_inset Text
3051
3052 \begin_layout Plain Layout
3053
3054 \backslash
3055 cases
3056 \begin_inset ERT
3057 status collapsed
3058
3059 \begin_layout Plain Layout
3060
3061
3062 \backslash
3063 spce 
3064 \end_layout
3065
3066 \end_inset
3067
3068 Ctrl-Intro
3069 \end_layout
3070
3071 \end_inset
3072 </cell>
3073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3074 \begin_inset Text
3075
3076 \begin_layout Plain Layout
3077 \begin_inset Formula $\begin{cases}
3078 A & \textrm{para }x>0\\
3079 B & \textrm{para }x=0\end{cases}$
3080 \end_inset
3081
3082
3083 \end_layout
3084
3085 \end_inset
3086 </cell>
3087 </row>
3088 </lyxtabular>
3089
3090 \end_inset
3091
3092
3093 \end_layout
3094
3095 \begin_layout Standard
3096 Después de insertar 
3097 \series bold
3098
3099 \backslash
3100 cases
3101 \series default
3102  o usar el botón 
3103 \begin_inset Graphics
3104         filename ../../images/math/cases.png
3105         embed ""
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-Intro
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         embed ""
3122         scale 85
3123
3124 \end_inset
3125
3126  de la barra de tablas.
3127 \end_layout
3128
3129 \begin_layout Standard
3130 El comando 
3131 \series bold
3132
3133 \backslash
3134 cases
3135 \series default
3136  también está disponible en el menú 
3137 \family sans
3138 Insertar\SpecialChar \menuseparator
3139 Ecuación\SpecialChar \menuseparator
3140 Entorno casos
3141 \family default
3142 .
3143 \end_layout
3144
3145 \begin_layout Subsection
3146 Negaciones
3147 \begin_inset Index
3148 status collapsed
3149
3150 \begin_layout Plain Layout
3151 Negaciones
3152 \end_layout
3153
3154 \end_inset
3155
3156
3157 \end_layout
3158
3159 \begin_layout Standard
3160 Con el comando 
3161 \series bold
3162
3163 \backslash
3164 not
3165 \series default
3166
3167 \begin_inset Index
3168 status collapsed
3169
3170 \begin_layout Plain Layout
3171 Comandos ! N ! 
3172 \backslash
3173 not
3174 \end_layout
3175
3176 \end_inset
3177
3178  todo carácter se puede mostrar cancelado.
3179  Los caracteres son casi tachados con una barra inclinada.
3180 \end_layout
3181
3182 \begin_layout Standard
3183 \noindent
3184 \align center
3185 \begin_inset Tabular
3186 <lyxtabular version="3" rows="4" columns="2">
3187 <features>
3188 <column alignment="center" valignment="top" width="0">
3189 <column alignment="center" valignment="top" width="0">
3190 <row>
3191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3192 \begin_inset Text
3193
3194 \begin_layout Plain Layout
3195 Comando
3196 \end_layout
3197
3198 \end_inset
3199 </cell>
3200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3201 \begin_inset Text
3202
3203 \begin_layout Plain Layout
3204 Resultado
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 </row>
3210 <row>
3211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3212 \begin_inset Text
3213
3214 \begin_layout Plain Layout
3215
3216 \backslash
3217 not=
3218 \end_layout
3219
3220 \end_inset
3221 </cell>
3222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3223 \begin_inset Text
3224
3225 \begin_layout Plain Layout
3226 \begin_inset Formula $\not=$
3227 \end_inset
3228
3229
3230 \end_layout
3231
3232 \end_inset
3233 </cell>
3234 </row>
3235 <row>
3236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3237 \begin_inset Text
3238
3239 \begin_layout Plain Layout
3240
3241 \backslash
3242 not 
3243 \backslash
3244 le
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Plain Layout
3253 \begin_inset Formula $\not\le$
3254 \end_inset
3255
3256
3257 \end_layout
3258
3259 \end_inset
3260 </cell>
3261 </row>
3262 <row>
3263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3264 \begin_inset Text
3265
3266 \begin_layout Plain Layout
3267
3268 \backslash
3269 not 
3270 \backslash
3271 parallel
3272 \end_layout
3273
3274 \end_inset
3275 </cell>
3276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3277 \begin_inset Text
3278
3279 \begin_layout Plain Layout
3280 \begin_inset Formula $\not\parallel$
3281 \end_inset
3282
3283
3284 \end_layout
3285
3286 \end_inset
3287 </cell>
3288 </row>
3289 </lyxtabular>
3290
3291 \end_inset
3292
3293
3294 \end_layout
3295
3296 \begin_layout Standard
3297 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3298  Por tanto para algunas negaciones hay comandos especiales (véase 
3299 \begin_inset CommandInset ref
3300 LatexCommand ref
3301 reference "sub:Símbolos-matemáticos"
3302
3303 \end_inset
3304
3305  y 
3306 \begin_inset CommandInset ref
3307 LatexCommand ref
3308 reference "sec:Relaciones"
3309
3310 \end_inset
3311
3312 ).
3313 \end_layout
3314
3315 \begin_layout Subsection
3316 Espaciadores fantasma 
3317 \begin_inset CommandInset label
3318 LatexCommand label
3319 name "sub:Espaciadores-fantasma"
3320
3321 \end_inset
3322
3323
3324 \begin_inset Index
3325 status collapsed
3326
3327 \begin_layout Plain Layout
3328 Espaciadores fantasma
3329 \end_layout
3330
3331 \end_inset
3332
3333
3334 \begin_inset Index
3335 status collapsed
3336
3337 \begin_layout Plain Layout
3338 Química ! isótopos
3339 \end_layout
3340
3341 \end_inset
3342
3343
3344 \begin_inset Index
3345 status collapsed
3346
3347 \begin_layout Plain Layout
3348 Isótopos|see
3349 \begin_inset ERT
3350 status collapsed
3351
3352 \begin_layout Plain Layout
3353
3354 {
3355 \end_layout
3356
3357 \end_inset
3358
3359 Química
3360 \begin_inset ERT
3361 status collapsed
3362
3363 \begin_layout Plain Layout
3364
3365 }
3366 \end_layout
3367
3368 \end_inset
3369
3370
3371 \end_layout
3372
3373 \end_inset
3374
3375
3376 \end_layout
3377
3378 \begin_layout Standard
3379 En la presentación de isótopos
3380 \begin_inset Foot
3381 status collapsed
3382
3383 \begin_layout Plain Layout
3384 Más sobre símbolos químicos en 
3385 \begin_inset CommandInset ref
3386 LatexCommand ref
3387 reference "sub:Símbolos-y-ecuaciones-químicas"
3388
3389 \end_inset
3390
3391
3392 \end_layout
3393
3394 \end_inset
3395
3396 , p.
3397 \begin_inset Space \thinspace{}
3398 \end_inset
3399
3400 e., surge el problema siguiente:
3401 \end_layout
3402
3403 \begin_layout Standard
3404 \noindent
3405 \align center
3406 \begin_inset Tabular
3407 <lyxtabular version="3" rows="2" columns="2">
3408 <features>
3409 <column alignment="center" valignment="top" width="0">
3410 <column alignment="center" valignment="top" width="0">
3411 <row>
3412 <cell alignment="center" valignment="top" usebox="none">
3413 \begin_inset Text
3414
3415 \begin_layout Plain Layout
3416 Índices generados con sub- y superíndices:
3417 \end_layout
3418
3419 \end_inset
3420 </cell>
3421 <cell alignment="center" valignment="top" usebox="none">
3422 \begin_inset Text
3423
3424 \begin_layout Plain Layout
3425 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox {-3mm}{}$
3426 \end_inset
3427
3428
3429 \end_layout
3430
3431 \end_inset
3432 </cell>
3433 </row>
3434 <row>
3435 <cell alignment="center" valignment="top" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439 Índices correctos:
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 <cell alignment="center" valignment="top" usebox="none">
3445 \begin_inset Text
3446
3447 \begin_layout Plain Layout
3448 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3449 \end_inset
3450
3451
3452 \end_layout
3453
3454 \end_inset
3455 </cell>
3456 </row>
3457 </lyxtabular>
3458
3459 \end_inset
3460
3461
3462 \begin_inset Note Note
3463 status collapsed
3464
3465 \begin_layout Plain Layout
3466
3467 \series bold
3468
3469 \backslash
3470 raisebox
3471 \series default
3472  se usa sólo como espaciador
3473 \end_layout
3474
3475 \end_inset
3476
3477
3478 \end_layout
3479
3480 \begin_layout Standard
3481 Por defecto, el índice más corto se coloca sobre o bajo el primer carácter
3482  del índice más largo.
3483  Para evitarlo está el comando 
3484 \series bold
3485
3486 \backslash
3487 phantom
3488 \series default
3489
3490 \begin_inset Index
3491 status collapsed
3492
3493 \begin_layout Plain Layout
3494 Comandos ! P ! 
3495 \backslash
3496 phantom
3497 \end_layout
3498
3499 \end_inset
3500
3501  o el botón 
3502 \begin_inset Space ~
3503 \end_inset
3504
3505
3506 \begin_inset Graphics
3507         filename ../../images/math/phantom.png
3508         embed ""
3509         scale 85
3510
3511 \end_inset
3512
3513  del submenú de espaciado de ecuaciones
3514 \begin_inset Foot
3515 status collapsed
3516
3517 \begin_layout Plain Layout
3518 Botón 
3519 \begin_inset Graphics
3520         filename ../../images/math/space.png
3521         embed ""
3522         scale 85
3523
3524 \end_inset
3525
3526  de la barra de ecuaciones
3527 \end_layout
3528
3529 \end_inset
3530
3531 , que genera uno o más caracteres fantasma.
3532  Al insertar 
3533 \series bold
3534
3535 \backslash
3536 phantom
3537 \series default
3538  aparece un pequeño marco azul con dos flechas rojas superpuestas
3539 \begin_inset Formula $\phantom{}$
3540 \end_inset
3541
3542 .
3543  Las flechas indican que se utilizarán como espaciador la anchura y altura
3544  totales del contenido del marco.
3545  Los caracteres fantasmas son espaciadores adecuados al tamaño de los caracteres.
3546 \end_layout
3547
3548 \begin_layout Standard
3549 \noindent
3550 \align center
3551 \begin_inset Tabular
3552 <lyxtabular version="3" rows="4" columns="2">
3553 <features>
3554 <column alignment="center" valignment="top" width="0">
3555 <column alignment="center" valignment="top" width="0">
3556 <row>
3557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561 Comando
3562 \end_layout
3563
3564 \end_inset
3565 </cell>
3566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3567 \begin_inset Text
3568
3569 \begin_layout Plain Layout
3570 Resultado
3571 \begin_inset Note Note
3572 status collapsed
3573
3574 \begin_layout Plain Layout
3575
3576 \series bold
3577
3578 \backslash
3579 raisebox
3580 \series default
3581  se usa sólo como espaciador
3582 \end_layout
3583
3584 \end_inset
3585
3586
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 </row>
3592 <row>
3593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597 ^19
3598 \begin_inset ERT
3599 status collapsed
3600
3601 \begin_layout Plain Layout
3602
3603
3604 \backslash
3605 spce 
3606 \end_layout
3607
3608 \end_inset
3609
3610 _
3611 \backslash
3612 phantom
3613 \begin_inset ERT
3614 status collapsed
3615
3616 \begin_layout Plain Layout
3617
3618
3619 \backslash
3620 spce 
3621 \end_layout
3622
3623 \end_inset
3624
3625 1
3626 \begin_inset Formula $\rightarrow$
3627 \end_inset
3628
3629 9
3630 \begin_inset ERT
3631 status collapsed
3632
3633 \begin_layout Plain Layout
3634
3635
3636 \backslash
3637 spce 
3638 \end_layout
3639
3640 \end_inset
3641
3642 F
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651 \begin_inset Formula $\raisebox {4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox {-2.5mm}{}$
3652 \end_inset
3653
3654
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 </row>
3660 <row>
3661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3662 \begin_inset Text
3663
3664 \begin_layout Plain Layout
3665 ^235
3666 \begin_inset ERT
3667 status collapsed
3668
3669 \begin_layout Plain Layout
3670
3671
3672 \backslash
3673 spce 
3674 \end_layout
3675
3676 \end_inset
3677
3678 _
3679 \backslash
3680 phantom
3681 \begin_inset ERT
3682 status collapsed
3683
3684 \begin_layout Plain Layout
3685
3686
3687 \backslash
3688 spce 
3689 \end_layout
3690
3691 \end_inset
3692
3693 23
3694 \begin_inset Formula $\rightarrow$
3695 \end_inset
3696
3697 9
3698 \begin_inset ERT
3699 status collapsed
3700
3701 \begin_layout Plain Layout
3702
3703
3704 \backslash
3705 spce 
3706 \end_layout
3707
3708 \end_inset
3709
3710 F
3711 \end_layout
3712
3713 \end_inset
3714 </cell>
3715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3716 \begin_inset Text
3717
3718 \begin_layout Plain Layout
3719 \begin_inset Formula $\raisebox {4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox {-2.5mm}{}$
3720 \end_inset
3721
3722
3723 \end_layout
3724
3725 \end_inset
3726 </cell>
3727 </row>
3728 <row>
3729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3730 \begin_inset Text
3731
3732 \begin_layout Plain Layout
3733
3734 \backslash
3735 Lambda^
3736 \begin_inset ERT
3737 status collapsed
3738
3739 \begin_layout Plain Layout
3740
3741
3742 \backslash
3743 spce 
3744 \end_layout
3745
3746 \end_inset
3747
3748
3749 \backslash
3750 phantom
3751 \begin_inset ERT
3752 status collapsed
3753
3754 \begin_layout Plain Layout
3755
3756
3757 \backslash
3758 spce 
3759 \end_layout
3760
3761 \end_inset
3762
3763 ii
3764 \begin_inset Formula $\rightarrow$
3765 \end_inset
3766
3767 t
3768 \begin_inset ERT
3769 status collapsed
3770
3771 \begin_layout Plain Layout
3772
3773
3774 \backslash
3775 spce 
3776 \end_layout
3777
3778 \end_inset
3779
3780 _MMt
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3786 \begin_inset Text
3787
3788 \begin_layout Plain Layout
3789 \begin_inset Formula $\raisebox {4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox {-2.5mm}{}$
3790 \end_inset
3791
3792
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 </row>
3798 </lyxtabular>
3799
3800 \end_inset
3801
3802
3803 \end_layout
3804
3805 \begin_layout Standard
3806 Además hay los comandos 
3807 \series bold
3808
3809 \backslash
3810 vphantom
3811 \series default
3812
3813 \begin_inset Index
3814 status collapsed
3815
3816 \begin_layout Plain Layout
3817 Comandos ! V ! 
3818 \backslash
3819 vphantom
3820 \end_layout
3821
3822 \end_inset
3823
3824  (botón 
3825 \begin_inset Space ~
3826 \end_inset
3827
3828
3829 \begin_inset Graphics
3830         filename ../../images/math/vphantom.png
3831         embed ""
3832         scale 85
3833
3834 \end_inset
3835
3836 ) y 
3837 \series bold
3838
3839 \backslash
3840 hphantom
3841 \series default
3842
3843 \begin_inset Index
3844 status collapsed
3845
3846 \begin_layout Plain Layout
3847 Comandos ! H ! 
3848 \backslash
3849 hphantom
3850 \end_layout
3851
3852 \end_inset
3853
3854  (botón 
3855 \begin_inset Space ~
3856 \end_inset
3857
3858
3859 \begin_inset Graphics
3860         filename ../../images/math/hphantom.png
3861         embed ""
3862         scale 85
3863
3864 \end_inset
3865
3866 ).
3867  
3868 \series bold
3869
3870 \backslash
3871 hphantom
3872 \series default
3873  genera espacio en el marco sólo para la altura máxima de los caracteres,
3874  no para su anchura.
3875  
3876 \series bold
3877
3878 \backslash
3879 vphantom
3880 \series default
3881  genera espacio sólo para la anchura del contenido del marco.
3882  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3883 \end_layout
3884
3885 \begin_layout Standard
3886 Por ejemplo, 
3887 \series bold
3888
3889 \backslash
3890 vphantom
3891 \series default
3892
3893 \begin_inset ERT
3894 status collapsed
3895
3896 \begin_layout Plain Layout
3897
3898
3899 \backslash
3900 spce 
3901 \end_layout
3902
3903 \end_inset
3904
3905
3906 \series bold
3907 a
3908 \backslash
3909 int
3910 \series default
3911  genera espacio de la altura del signo de la integral
3912 \begin_inset Foot
3913 status collapsed
3914
3915 \begin_layout Plain Layout
3916 El comando 
3917 \series bold
3918
3919 \backslash
3920 int
3921 \series default
3922  genera un signo de integral, véase 
3923 \begin_inset CommandInset ref
3924 LatexCommand ref
3925 reference "sub:Operadores-grandes"
3926
3927 \end_inset
3928
3929
3930 \end_layout
3931
3932 \end_inset
3933
3934 , porque este es el carácter más largo.
3935  Hay un ejemplo de aplicación en 
3936 \begin_inset CommandInset ref
3937 LatexCommand ref
3938 reference "sub:Delimitadores-multilínea"
3939
3940 \end_inset
3941
3942 .
3943 \end_layout
3944
3945 \begin_layout Subsection
3946 Barras
3947 \begin_inset Index
3948 status collapsed
3949
3950 \begin_layout Plain Layout
3951 Barras
3952 \end_layout
3953
3954 \end_inset
3955
3956
3957 \begin_inset Index
3958 status collapsed
3959
3960 \begin_layout Plain Layout
3961 Ecuación ! sub- o superrayada
3962 \end_layout
3963
3964 \end_inset
3965
3966
3967 \end_layout
3968
3969 \begin_layout Standard
3970 \noindent
3971 \align center
3972 \begin_inset Tabular
3973 <lyxtabular version="3" rows="4" columns="2">
3974 <features>
3975 <column alignment="center" valignment="top" width="0">
3976 <column alignment="center" valignment="top" width="0">
3977 <row>
3978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982 Comando
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991 Resultado
3992 \begin_inset Note Note
3993 status collapsed
3994
3995 \begin_layout Plain Layout
3996
3997 \series bold
3998
3999 \backslash
4000 raisebox
4001 \series default
4002  se usa sólo como espaciador
4003 \end_layout
4004
4005 \end_inset
4006
4007
4008 \end_layout
4009
4010 \end_inset
4011 </cell>
4012 </row>
4013 <row>
4014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018
4019 \backslash
4020 overline
4021 \begin_inset ERT
4022 status collapsed
4023
4024 \begin_layout Plain Layout
4025
4026
4027 \backslash
4028 spce 
4029 \end_layout
4030
4031 \end_inset
4032
4033 A+B
4034 \begin_inset Index
4035 status collapsed
4036
4037 \begin_layout Plain Layout
4038 Comandos ! O ! 
4039 \backslash
4040 overline
4041 \end_layout
4042
4043 \end_inset
4044
4045
4046 \end_layout
4047
4048 \end_inset
4049 </cell>
4050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054 \begin_inset Formula $\raisebox {5mm}{}\overline{A+B}$
4055 \end_inset
4056
4057
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 </row>
4063 <row>
4064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Plain Layout
4068
4069 \backslash
4070 underline
4071 \begin_inset ERT
4072 status collapsed
4073
4074 \begin_layout Plain Layout
4075
4076
4077 \backslash
4078 spce 
4079 \end_layout
4080
4081 \end_inset
4082
4083 A+B
4084 \begin_inset Index
4085 status collapsed
4086
4087 \begin_layout Plain Layout
4088 Comandos ! U ! 
4089 \backslash
4090 underline
4091 \end_layout
4092
4093 \end_inset
4094
4095
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104 \begin_inset Formula $\underline{A+B}\raisebox {-2.5mm}{}$
4105 \end_inset
4106
4107
4108 \end_layout
4109
4110 \end_inset
4111 </cell>
4112 </row>
4113 <row>
4114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4115 \begin_inset Text
4116
4117 \begin_layout Plain Layout
4118
4119 \backslash
4120 overline
4121 \begin_inset ERT
4122 status collapsed
4123
4124 \begin_layout Plain Layout
4125
4126
4127 \backslash
4128 spce 
4129 \end_layout
4130
4131 \end_inset
4132
4133
4134 \backslash
4135 underline
4136 \begin_inset ERT
4137 status collapsed
4138
4139 \begin_layout Plain Layout
4140
4141
4142 \backslash
4143 spce 
4144 \end_layout
4145
4146 \end_inset
4147
4148 A+B
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157 \begin_inset Formula $\raisebox {5mm}{}\overline{\underline{A+B}}\raisebox {-2.5mm}{}$
4158 \end_inset
4159
4160
4161 \end_layout
4162
4163 \end_inset
4164 </cell>
4165 </row>
4166 </lyxtabular>
4167
4168 \end_inset
4169
4170
4171 \end_layout
4172
4173 \begin_layout Standard
4174 En el último ejemplo es indiferente poner primero 
4175 \series bold
4176
4177 \backslash
4178 overline
4179 \series default
4180  o 
4181 \series bold
4182
4183 \backslash
4184 underline
4185 \series default
4186 .
4187 \end_layout
4188
4189 \begin_layout Standard
4190 Para poner doble subrayado, p.
4191 \begin_inset Space \thinspace{}
4192 \end_inset
4193
4194 e.
4195  en resultados, se usa 
4196 \series bold
4197
4198 \backslash
4199 underline
4200 \series default
4201  dos veces.
4202 \end_layout
4203
4204 \begin_layout Standard
4205 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4206 \end_layout
4207
4208 \begin_layout Subsection
4209 Puntos
4210 \begin_inset Index
4211 status collapsed
4212
4213 \begin_layout Plain Layout
4214 Puntos
4215 \end_layout
4216
4217 \end_inset
4218
4219
4220 \end_layout
4221
4222 \begin_layout Standard
4223 Hay distintos tipos de puntos disponibles.
4224 \begin_inset Foot
4225 status collapsed
4226
4227 \begin_layout Plain Layout
4228 En la barra de herramientas de ecuaciones, en el panel del botón 
4229 \begin_inset Graphics
4230         filename ../../images/math/ldots.png
4231         embed ""
4232         scale 85
4233
4234 \end_inset
4235
4236 .
4237 \end_layout
4238
4239 \end_inset
4240
4241  Para continuación en enumeraciones se usan puntos bajos, (
4242 \series bold
4243
4244 \backslash
4245 ldots
4246 \series default
4247
4248 \begin_inset Index
4249 status collapsed
4250
4251 \begin_layout Plain Layout
4252 Comandos ! L ! 
4253 \backslash
4254 ldots
4255 \end_layout
4256
4257 \end_inset
4258
4259 ), mientras que para operaciones se usan puntos centrados a la misma altura
4260  que los operadores, (
4261 \series bold
4262
4263 \backslash
4264 cdots
4265 \series default
4266
4267 \begin_inset Index
4268 status collapsed
4269
4270 \begin_layout Plain Layout
4271 Comandos ! C ! 
4272 \backslash
4273 cdots
4274 \end_layout
4275
4276 \end_inset
4277
4278 ).
4279  Si se usa el comando 
4280 \series bold
4281
4282 \backslash
4283 dots
4284 \series default
4285
4286 \begin_inset Index
4287 status collapsed
4288
4289 \begin_layout Plain Layout
4290 Comandos ! D ! 
4291 \backslash
4292 dots
4293 \end_layout
4294
4295 \end_inset
4296
4297 , LaTeX decide el tipo a usar en función del carácter siguiente.
4298 \end_layout
4299
4300 \begin_layout Standard
4301 \align center
4302 \begin_inset Tabular
4303 <lyxtabular version="3" rows="8" columns="2">
4304 <features>
4305 <column alignment="center" valignment="top" width="0pt">
4306 <column alignment="center" valignment="top" width="0pt">
4307 <row>
4308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312 Comando
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321 Resultado
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 </row>
4327 <row>
4328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332 A_1
4333 \begin_inset ERT
4334 status collapsed
4335
4336 \begin_layout Plain Layout
4337
4338
4339 \backslash
4340 spce 
4341 \end_layout
4342
4343 \end_inset
4344
4345 ,
4346 \backslash
4347 dots
4348 \begin_inset ERT
4349 status collapsed
4350
4351 \begin_layout Plain Layout
4352
4353
4354 \backslash
4355 spce 
4356 \end_layout
4357
4358 \end_inset
4359
4360 ,A_n
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369 \begin_inset Formula $A_{1},\dots,A_{n}$
4370 \end_inset
4371
4372
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 </row>
4378 <row>
4379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383 A_1
4384 \begin_inset ERT
4385 status collapsed
4386
4387 \begin_layout Plain Layout
4388
4389
4390 \backslash
4391 spce 
4392 \end_layout
4393
4394 \end_inset
4395
4396 +
4397 \backslash
4398 dots
4399 \begin_inset ERT
4400 status collapsed
4401
4402 \begin_layout Plain Layout
4403
4404
4405 \backslash
4406 spce 
4407 \end_layout
4408
4409 \end_inset
4410
4411 +A_n
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 \begin_inset Formula $A_{1}+\dots+A_{n}$
4421 \end_inset
4422
4423
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 </row>
4429 <row>
4430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434 A_1
4435 \begin_inset ERT
4436 status collapsed
4437
4438 \begin_layout Plain Layout
4439
4440
4441 \backslash
4442 spce 
4443 \end_layout
4444
4445 \end_inset
4446
4447 ,
4448 \backslash
4449 ldots
4450 \begin_inset ERT
4451 status collapsed
4452
4453 \begin_layout Plain Layout
4454
4455
4456 \backslash
4457 spce 
4458 \end_layout
4459
4460 \end_inset
4461
4462 ,A_n
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471 \begin_inset Formula $A_{1},\ldots,A_{n}$
4472 \end_inset
4473
4474
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 </row>
4480 <row>
4481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Plain Layout
4485 A_1
4486 \begin_inset ERT
4487 status collapsed
4488
4489 \begin_layout Plain Layout
4490
4491
4492 \backslash
4493 spce 
4494 \end_layout
4495
4496 \end_inset
4497
4498 +
4499 \backslash
4500 cdots
4501 \begin_inset ERT
4502 status collapsed
4503
4504 \begin_layout Plain Layout
4505
4506
4507 \backslash
4508 spce 
4509 \end_layout
4510
4511 \end_inset
4512
4513 +A_n
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4523 \end_inset
4524
4525
4526 \end_layout
4527
4528 \end_inset
4529 </cell>
4530 </row>
4531 <row>
4532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536
4537 \backslash
4538 vdots
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4544 \begin_inset Text
4545
4546 \begin_layout Plain Layout
4547 \begin_inset Formula $\vdots$
4548 \end_inset
4549
4550
4551 \end_layout
4552
4553 \end_inset
4554 </cell>
4555 </row>
4556 <row>
4557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Plain Layout
4561
4562 \backslash
4563 ddots
4564 \end_layout
4565
4566 \end_inset
4567 </cell>
4568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4569 \begin_inset Text
4570
4571 \begin_layout Plain Layout
4572 \begin_inset Formula $\ddots$
4573 \end_inset
4574
4575
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 </row>
4581 <row>
4582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586 Matriz
4587 \begin_inset Space \thinspace{}
4588 \end_inset
4589
4590 3×3 con los distintos puntos
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4596 \begin_inset Text
4597
4598 \begin_layout Plain Layout
4599 \begin_inset Formula $\begin{array}{ccc}
4600 A_{11} & \cdots & A_{1m}\\
4601 \vdots & \ddots & \vdots\\
4602 A_{n1} & \cdots & A_{nm}\end{array}$
4603 \end_inset
4604
4605
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 </row>
4611 </lyxtabular>
4612
4613 \end_inset
4614
4615
4616 \end_layout
4617
4618 \begin_layout Standard
4619 Los puntos suspensivos disponibles en el menú 
4620 \family sans
4621 Insertar\SpecialChar \menuseparator
4622 Carácter especial
4623 \family default
4624  son 
4625 \series bold
4626
4627 \backslash
4628 ldots
4629 \series default
4630 .
4631 \begin_inset VSpace medskip
4632 \end_inset
4633
4634
4635 \end_layout
4636
4637 \begin_layout Standard
4638 Hay puntos específicos para matrices que se extienden por varias columnas.
4639  Se generan con el comando 
4640 \series bold
4641
4642 \backslash
4643 hdotsfor
4644 \series default
4645
4646 \begin_inset Index
4647 status collapsed
4648
4649 \begin_layout Plain Layout
4650 Comandos ! H ! 
4651 \backslash
4652 hdotsfor
4653 \end_layout
4654
4655 \end_inset
4656
4657 , que tiene el siguiente esquema:
4658 \end_layout
4659
4660 \begin_layout Standard
4661
4662 \series bold
4663
4664 \backslash
4665 hdotsfor[distancia]{número de columnas}
4666 \end_layout
4667
4668 \begin_layout Standard
4669 Número de columnas especifica cuántas columnas deben abarcarse.
4670  Distancia es un factor para la separación entre los puntos.
4671 \end_layout
4672
4673 \begin_layout Standard
4674 En la siguiente matriz se ha insertado el comando 
4675 \series bold
4676
4677 \backslash
4678 hdotsfor[2]{4}
4679 \series default
4680  en el primer recuadro de la segunda línea para obtener puntos separados
4681  una distancia equivalente a dos veces la del comando 
4682 \series bold
4683
4684 \backslash
4685 dots
4686 \series default
4687 .
4688 \begin_inset Formula \[
4689 \left(\begin{array}{cccc}
4690 A & B & C & D\\
4691 \hdotsfor [2]{4}\\
4692 q & w & e & r\end{array}\right)\]
4693
4694 \end_inset
4695
4696
4697 \end_layout
4698
4699 \begin_layout Standard
4700 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
4701  de lo contrario se producen errores de LaTeX.
4702 \end_layout
4703
4704 \begin_layout Standard
4705 \begin_inset VSpace bigskip
4706 \end_inset
4707
4708
4709 \end_layout
4710
4711 \begin_layout Standard
4712 Además, con el comando 
4713 \series bold
4714
4715 \backslash
4716 dotfill
4717 \series default
4718
4719 \begin_inset Index
4720 status collapsed
4721
4722 \begin_layout Plain Layout
4723 Comandos ! D ! 
4724 \backslash
4725 dotfill
4726 \end_layout
4727
4728 \end_inset
4729
4730  puedes completar con puntos una línea.
4731  El efecto de este tipo de comandos es como el de 
4732 \series bold
4733
4734 \backslash
4735 hfill
4736 \series default
4737 , véase 
4738 \begin_inset CommandInset ref
4739 LatexCommand ref
4740 reference "sub:Espacio-variable"
4741
4742 \end_inset
4743
4744 .
4745 \end_layout
4746
4747 \begin_layout Standard
4748 Por ejemplo el comando 
4749 \series bold
4750 A
4751 \backslash
4752 dotfill
4753 \series default
4754
4755 \begin_inset ERT
4756 status collapsed
4757
4758 \begin_layout Plain Layout
4759
4760
4761 \backslash
4762 spce 
4763 \end_layout
4764
4765 \end_inset
4766
4767
4768 \series bold
4769 B
4770 \series default
4771  genera
4772 \end_layout
4773
4774 \begin_layout Standard
4775 \begin_inset Formula $A\dotfill  B$
4776 \end_inset
4777
4778
4779 \end_layout
4780
4781 \begin_layout Standard
4782 Un comando análogo a 
4783 \series bold
4784
4785 \backslash
4786 dotfill
4787 \series default
4788  para rellenar con una línea es 
4789 \series bold
4790
4791 \backslash
4792 hrulefill
4793 \series default
4794
4795 \begin_inset Index
4796 status collapsed
4797
4798 \begin_layout Plain Layout
4799 Comandos ! H ! 
4800 \backslash
4801 hrulefill
4802 \end_layout
4803
4804 \end_inset
4805
4806 :
4807 \end_layout
4808
4809 \begin_layout Standard
4810 \begin_inset Formula $A\hrulefill  B$
4811 \end_inset
4812
4813
4814 \end_layout
4815
4816 \begin_layout Standard
4817 Para usar estos comandos en el texto, deben insertarse en modo TeX.
4818 \end_layout
4819
4820 \begin_layout Section
4821 Matrices
4822 \begin_inset CommandInset label
4823 LatexCommand label
4824 name "sec:Matrices"
4825
4826 \end_inset
4827
4828
4829 \begin_inset Index
4830 status collapsed
4831
4832 \begin_layout Plain Layout
4833 Matrices
4834 \end_layout
4835
4836 \end_inset
4837
4838
4839 \end_layout
4840
4841 \begin_layout Standard
4842 Se pueden insertar con el botón 
4843 \begin_inset Graphics
4844         filename ../../images/dialog-show_mathmatrix.png
4845         embed ""
4846         scale 85
4847
4848 \end_inset
4849
4850  de la barra de ecuaciones o con el menú 
4851 \family sans
4852 Insertar\SpecialChar \menuseparator
4853 Ecuación\SpecialChar \menuseparator
4854 Matriz
4855 \family default
4856 .
4857  Aparece una ventana en la que se pide el número de filas y columnas y la
4858  alineación.
4859  La alineación vertical sólo es relevante para matrices en línea:
4860 \end_layout
4861
4862 \begin_layout Standard
4863 Esta primera matriz tiene alineación superior 
4864 \begin_inset Formula $\begin{array}[t]{cccc}
4865 A & D & G & J\\
4866 B & E & H & K\\
4867 D & F & I & L\end{array}$
4868 \end_inset
4869
4870  , la segunda alineación central 
4871 \begin_inset Formula $\begin{array}{cccc}
4872 A & D & G & J\\
4873 B & E & H & K\\
4874 D & F & I & L\end{array}$
4875 \end_inset
4876
4877  , y la tercera alineación inferior 
4878 \begin_inset Formula $\begin{array}[b]{cccc}
4879 A & D & G & J\\
4880 B & E & H & K\\
4881 D & F & I & L\end{array}$
4882 \end_inset
4883
4884 .
4885 \end_layout
4886
4887 \begin_layout Standard
4888 La alineación horizontal especifica cómo deben alinearse las entradas de
4889  la columna.
4890  Se determina mediante una letra para cada columna.
4891  
4892 \emph on
4893 l
4894 \emph default
4895  indica alineación a la izquierda, 
4896 \emph on
4897 c
4898 \emph default
4899  alineación centrada y 
4900 \emph on
4901 r
4902 \emph default
4903  alineación a la derecha.
4904  Por ejemplo, para componer una matriz
4905 \begin_inset Space ~
4906 \end_inset
4907
4908 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
4909  centradas y la última a la derecha, se anota 
4910 \series bold
4911 lccr
4912 \series default
4913  en la alineación horizontal.
4914  Normalmente todas las columnas de una matriz están centradas, por tanto
4915  el valor por defecto es 
4916 \series bold
4917 c
4918 \series default
4919  para todas ellas.
4920 \end_layout
4921
4922 \begin_layout Standard
4923 Alineación horizontal:
4924 \end_layout
4925
4926 \begin_layout Standard
4927
4928 \series bold
4929 lll
4930 \series default
4931  : 
4932 \begin_inset Formula $\begin{array}{lll}
4933 10000 & D & G\\
4934 B & 10000 & H\\
4935 C & F & 10000\end{array}$
4936 \end_inset
4937
4938  , 
4939 \series bold
4940 ccc 
4941 \series default
4942
4943 \begin_inset Formula $\begin{array}{ccc}
4944 10000 & D & G\\
4945 B & 10000 & H\\
4946 C & F & 10000\end{array}$
4947 \end_inset
4948
4949  
4950 \series bold
4951 ,
4952 \series default
4953  
4954 \series bold
4955 rrr 
4956 \series default
4957
4958 \begin_inset Formula $\begin{array}{rrr}
4959 10000 & D & G\\
4960 B & 10000 & H\\
4961 C & F & 10000\end{array}$
4962 \end_inset
4963
4964
4965 \end_layout
4966
4967 \begin_layout Standard
4968 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
4969  botones 
4970 \begin_inset Graphics
4971         filename ../../images/tabular-feature_append-row.png
4972         embed ""
4973         scale 85
4974
4975 \end_inset
4976
4977
4978 \begin_inset Graphics
4979         filename ../../images/tabular-feature_delete-row.png
4980         embed ""
4981         scale 85
4982
4983 \end_inset
4984
4985 , etc.
4986  de la barra de ecuaciones o el menú 
4987 \family sans
4988 Editar\SpecialChar \menuseparator
4989 Filas y columnas
4990 \family default
4991 .
4992  También se pueden añadir filas nuevas con 
4993 \family sans
4994 Ctrl-Intro
4995 \family default
4996 .
4997 \end_layout
4998
4999 \begin_layout Standard
5000 \begin_inset VSpace bigskip
5001 \end_inset
5002
5003
5004 \end_layout
5005
5006 \begin_layout Standard
5007 Se pueden poner paréntesis alrededor de una matriz con los comandos 
5008 \series bold
5009
5010 \backslash
5011 left
5012 \series default
5013
5014 \begin_inset Index
5015 status collapsed
5016
5017 \begin_layout Plain Layout
5018 Comandos ! L ! 
5019 \backslash
5020 left
5021 \end_layout
5022
5023 \end_inset
5024
5025  y 
5026 \series bold
5027
5028 \backslash
5029 right
5030 \series default
5031
5032 \begin_inset Index
5033 status collapsed
5034
5035 \begin_layout Plain Layout
5036 Comandos ! R ! 
5037 \backslash
5038 right
5039 \end_layout
5040
5041 \end_inset
5042
5043  (atajo 
5044 \family sans
5045 Alt-m
5046 \begin_inset Space ~
5047 \end_inset
5048
5049 paréntesis
5050 \family default
5051 ), véase 
5052 \begin_inset CommandInset ref
5053 LatexCommand ref
5054 reference "sub:Tamaño-automático-de"
5055
5056 \end_inset
5057
5058 , o usando los comandos siguientes:
5059 \end_layout
5060
5061 \begin_layout Standard
5062 \begin_inset VSpace medskip
5063 \end_inset
5064
5065
5066 \end_layout
5067
5068 \begin_layout Standard
5069 \begin_inset Space \hfill{}
5070 \end_inset
5071
5072
5073 \begin_inset Tabular
5074 <lyxtabular version="3" rows="4" columns="2">
5075 <features>
5076 <column alignment="center" valignment="top" width="0">
5077 <column alignment="center" valignment="top" width="0">
5078 <row>
5079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Plain Layout
5083 Comando
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5089 \begin_inset Text
5090
5091 \begin_layout Plain Layout
5092 Resultado
5093 \begin_inset Note Note
5094 status collapsed
5095
5096 \begin_layout Plain Layout
5097
5098 \series bold
5099
5100 \backslash
5101 raisebox
5102 \series default
5103  se usa sólo como espaciador
5104 \end_layout
5105
5106 \end_inset
5107
5108
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 </row>
5114 <row>
5115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5116 \begin_inset Text
5117
5118 \begin_layout Plain Layout
5119
5120 \backslash
5121 bmatrix
5122 \begin_inset ERT
5123 status collapsed
5124
5125 \begin_layout Plain Layout
5126
5127
5128 \backslash
5129 spce 
5130 \end_layout
5131
5132 \end_inset
5133
5134 2
5135 \series bold
5136 ×
5137 \series default
5138 2
5139 \begin_inset Space \thinspace{}
5140 \end_inset
5141
5142 matriz
5143 \end_layout
5144
5145 \end_inset
5146 </cell>
5147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5148 \begin_inset Text
5149
5150 \begin_layout Plain Layout
5151 \begin_inset Formula $\raisebox {7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5152 0 & \textrm{-}\mathrm{i}\\
5153 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox {-5.3mm}{}$
5154 \end_inset
5155
5156
5157 \end_layout
5158
5159 \end_inset
5160 </cell>
5161 </row>
5162 <row>
5163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5164 \begin_inset Text
5165
5166 \begin_layout Plain Layout
5167
5168 \backslash
5169 Bmatrix
5170 \begin_inset ERT
5171 status collapsed
5172
5173 \begin_layout Plain Layout
5174
5175
5176 \backslash
5177 spce 
5178 \end_layout
5179
5180 \end_inset
5181
5182 2×2
5183 \begin_inset Space \thinspace{}
5184 \end_inset
5185
5186 matriz
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Plain Layout
5195 \begin_inset Formula $\raisebox {7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5196 0 & \textrm{-}\mathrm{i}\\
5197 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox {-5.3mm}{}$
5198 \end_inset
5199
5200
5201 \end_layout
5202
5203 \end_inset
5204 </cell>
5205 </row>
5206 <row>
5207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5208 \begin_inset Text
5209
5210 \begin_layout Plain Layout
5211
5212 \backslash
5213 pmatrix
5214 \begin_inset ERT
5215 status collapsed
5216
5217 \begin_layout Plain Layout
5218
5219
5220 \backslash
5221 spce 
5222 \end_layout
5223
5224 \end_inset
5225
5226 2
5227 \series bold
5228 ×
5229 \series default
5230 2
5231 \begin_inset Space \thinspace{}
5232 \end_inset
5233
5234 matriz
5235 \end_layout
5236
5237 \end_inset
5238 </cell>
5239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5240 \begin_inset Text
5241
5242 \begin_layout Plain Layout
5243 \begin_inset Formula $\raisebox {7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5244 0 & \textrm{-}\mathrm{i}\\
5245 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox {-5.3mm}{}$
5246 \end_inset
5247
5248
5249 \end_layout
5250
5251 \end_inset
5252 </cell>
5253 </row>
5254 </lyxtabular>
5255
5256 \end_inset
5257
5258
5259 \begin_inset Space \hfill{}
5260 \end_inset
5261
5262
5263 \begin_inset Tabular
5264 <lyxtabular version="3" rows="4" columns="2">
5265 <features>
5266 <column alignment="center" valignment="top" width="0">
5267 <column alignment="center" valignment="top" width="0">
5268 <row>
5269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5270 \begin_inset Text
5271
5272 \begin_layout Plain Layout
5273 Comando
5274 \end_layout
5275
5276 \end_inset
5277 </cell>
5278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5279 \begin_inset Text
5280
5281 \begin_layout Plain Layout
5282 Resultado
5283 \begin_inset Note Note
5284 status collapsed
5285
5286 \begin_layout Plain Layout
5287
5288 \series bold
5289
5290 \backslash
5291 raisebox
5292 \series default
5293  se usa sólo como espaciador
5294 \end_layout
5295
5296 \end_inset
5297
5298
5299 \end_layout
5300
5301 \end_inset
5302 </cell>
5303 </row>
5304 <row>
5305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5306 \begin_inset Text
5307
5308 \begin_layout Plain Layout
5309
5310 \backslash
5311 vmatrix
5312 \begin_inset ERT
5313 status collapsed
5314
5315 \begin_layout Plain Layout
5316
5317
5318 \backslash
5319 spce 
5320 \end_layout
5321
5322 \end_inset
5323
5324 2
5325 \series bold
5326 ×
5327 \series default
5328 2
5329 \begin_inset Space \thinspace{}
5330 \end_inset
5331
5332 matriz
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341 \begin_inset Formula $\raisebox {7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5342 0 & \textrm{-}\mathrm{i}\\
5343 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox {-5.3mm}{}$
5344 \end_inset
5345
5346
5347 \end_layout
5348
5349 \end_inset
5350 </cell>
5351 </row>
5352 <row>
5353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5354 \begin_inset Text
5355
5356 \begin_layout Plain Layout
5357
5358 \backslash
5359 Vmatrix
5360 \begin_inset ERT
5361 status collapsed
5362
5363 \begin_layout Plain Layout
5364
5365
5366 \backslash
5367 spce 
5368 \end_layout
5369
5370 \end_inset
5371
5372 2
5373 \series bold
5374 ×
5375 \series default
5376 2
5377 \begin_inset Space \thinspace{}
5378 \end_inset
5379
5380 matriz
5381 \end_layout
5382
5383 \end_inset
5384 </cell>
5385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5386 \begin_inset Text
5387
5388 \begin_layout Plain Layout
5389 \begin_inset Formula $\raisebox {7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5390 0 & \textrm{-}\mathrm{i}\\
5391 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox {-5.3mm}{}$
5392 \end_inset
5393
5394
5395 \end_layout
5396
5397 \end_inset
5398 </cell>
5399 </row>
5400 <row>
5401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5402 \begin_inset Text
5403
5404 \begin_layout Plain Layout
5405
5406 \backslash
5407 matrix
5408 \begin_inset ERT
5409 status collapsed
5410
5411 \begin_layout Plain Layout
5412
5413
5414 \backslash
5415 spce 
5416 \end_layout
5417
5418 \end_inset
5419
5420 2
5421 \series bold
5422 ×
5423 \series default
5424 2
5425 \begin_inset Space \thinspace{}
5426 \end_inset
5427
5428 matriz
5429 \end_layout
5430
5431 \end_inset
5432 </cell>
5433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5434 \begin_inset Text
5435
5436 \begin_layout Plain Layout
5437 \begin_inset Formula $\raisebox {7.5mm}{}\begin{matrix}\begin{array}{cc}
5438 0 & \textrm{-}\mathrm{i}\\
5439 \mathrm{i} & 0\end{array}\end{matrix}\raisebox {-5.3mm}{}$
5440 \end_inset
5441
5442
5443 \end_layout
5444
5445 \end_inset
5446 </cell>
5447 </row>
5448 </lyxtabular>
5449
5450 \end_inset
5451
5452
5453 \begin_inset Space \hfill{}
5454 \end_inset
5455
5456
5457 \end_layout
5458
5459 \begin_layout Standard
5460 \begin_inset VSpace medskip
5461 \end_inset
5462
5463
5464 \end_layout
5465
5466 \begin_layout Standard
5467 Cuando se inserta p.
5468 \begin_inset Space \thinspace{}
5469 \end_inset
5470
5471 e.
5472 \begin_inset Space ~
5473 \end_inset
5474
5475
5476 \series bold
5477
5478 \backslash
5479 vmatrix
5480 \series default
5481 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5482  la matriz.
5483 \end_layout
5484
5485 \begin_layout Standard
5486 \begin_inset VSpace bigskip
5487 \end_inset
5488
5489
5490 \end_layout
5491
5492 \begin_layout Standard
5493 Como todas las ecuaciones multilínea son matrices, la longitud 
5494 \series bold
5495
5496 \backslash
5497 arraycolsep
5498 \series default
5499
5500 \begin_inset Index
5501 status collapsed
5502
5503 \begin_layout Plain Layout
5504 Comandos ! A ! 
5505 \backslash
5506 arraycolsep
5507 \end_layout
5508
5509 \end_inset
5510
5511 , que se describe en 
5512 \begin_inset CommandInset ref
5513 LatexCommand ref
5514 reference "sub:Separación-de-columnas"
5515
5516 \end_inset
5517
5518 , también se puede usar para cambiar la separación de las columnas en una
5519  matriz.
5520  Para cambiar la separación de las filas, se usa el comando 
5521 \series bold
5522
5523 \backslash
5524 arraystretch
5525 \series default
5526
5527 \begin_inset Index
5528 status collapsed
5529
5530 \begin_layout Plain Layout
5531 Comandos ! A ! 
5532 \backslash
5533 arraystretch
5534 \end_layout
5535
5536 \end_inset
5537
5538  de la siguiente manera:
5539 \end_layout
5540
5541 \begin_layout Standard
5542
5543 \series bold
5544
5545 \backslash
5546 renewcommand{
5547 \backslash
5548 arraystretch}{factor de separación}
5549 \begin_inset Index
5550 status collapsed
5551
5552 \begin_layout Plain Layout
5553 Comandos ! R ! 
5554 \backslash
5555 renewcommand
5556 \end_layout
5557
5558 \end_inset
5559
5560
5561 \end_layout
5562
5563 \begin_layout Standard
5564 El comando 
5565 \series bold
5566
5567 \backslash
5568 renewcommand
5569 \series default
5570  asigna el factor de separación al comando predefinido 
5571 \series bold
5572
5573 \backslash
5574 arraystretch
5575 \series default
5576 .
5577  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5578  Además, éste se usa para todas las matrices siguientes.
5579  Para volver a la separación original, asigna factor 1 a 
5580 \series bold
5581
5582 \backslash
5583 arraystretch
5584 \series default
5585 .
5586 \end_layout
5587
5588 \begin_layout Standard
5589 Para poner matrices en línea se usa el comando 
5590 \series bold
5591
5592 \backslash
5593 smallmatrix
5594 \series default
5595
5596 \begin_inset Index
5597 status collapsed
5598
5599 \begin_layout Plain Layout
5600 Comandos ! S ! 
5601 \backslash
5602 smallmatrix
5603 \end_layout
5604
5605 \end_inset
5606
5607 .
5608  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5609  se inserta la matriz.
5610  
5611 \end_layout
5612
5613 \begin_layout Standard
5614 Esto es una matriz 
5615 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5616 C & D\end{smallmatrix}\right)$
5617 \end_inset
5618
5619  en línea.
5620 \end_layout
5621
5622 \begin_layout Section
5623 Delimitadores
5624 \begin_inset Index
5625 status collapsed
5626
5627 \begin_layout Plain Layout
5628 Delimitadores
5629 \end_layout
5630
5631 \end_inset
5632
5633
5634 \end_layout
5635
5636 \begin_layout Subsection
5637 Delimitadores verticales
5638 \begin_inset Index
5639 status collapsed
5640
5641 \begin_layout Plain Layout
5642 Delimitadores ! verticales
5643 \end_layout
5644
5645 \end_inset
5646
5647
5648 \end_layout
5649
5650 \begin_layout Standard
5651 \begin_inset Space \hfill{}
5652 \end_inset
5653
5654
5655 \begin_inset Tabular
5656 <lyxtabular version="3" rows="9" columns="2">
5657 <features>
5658 <column alignment="center" valignment="top" width="0pt">
5659 <column alignment="center" valignment="top" width="0pt">
5660 <row>
5661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5662 \begin_inset Text
5663
5664 \begin_layout Plain Layout
5665 Comando
5666 \end_layout
5667
5668 \end_inset
5669 </cell>
5670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5671 \begin_inset Text
5672
5673 \begin_layout Plain Layout
5674 Resultado
5675 \end_layout
5676
5677 \end_inset
5678 </cell>
5679 </row>
5680 <row>
5681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5682 \begin_inset Text
5683
5684 \begin_layout Plain Layout
5685 (
5686 \end_layout
5687
5688 \end_inset
5689 </cell>
5690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5691 \begin_inset Text
5692
5693 \begin_layout Plain Layout
5694 \begin_inset Formula $($
5695 \end_inset
5696
5697
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 </row>
5703 <row>
5704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708 {
5709 \end_layout
5710
5711 \end_inset
5712 </cell>
5713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 \begin_inset Formula $\{$
5718 \end_inset
5719
5720
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 </row>
5726 <row>
5727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Plain Layout
5731 [
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 \begin_inset Formula $[$
5741 \end_inset
5742
5743
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 </row>
5749 <row>
5750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Plain Layout
5754
5755 \backslash
5756 langle
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765 \begin_inset Formula $\langle$
5766 \end_inset
5767
5768
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 </row>
5774 <row>
5775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5776 \begin_inset Text
5777
5778 \begin_layout Plain Layout
5779
5780 \backslash
5781 lceil
5782 \end_layout
5783
5784 \end_inset
5785 </cell>
5786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5787 \begin_inset Text
5788
5789 \begin_layout Plain Layout
5790 \begin_inset Formula $\lceil$
5791 \end_inset
5792
5793
5794 \end_layout
5795
5796 \end_inset
5797 </cell>
5798 </row>
5799 <row>
5800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804
5805 \backslash
5806 lfloor
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5812 \begin_inset Text
5813
5814 \begin_layout Plain Layout
5815 \begin_inset Formula $\lfloor$
5816 \end_inset
5817
5818
5819 \end_layout
5820
5821 \end_inset
5822 </cell>
5823 </row>
5824 <row>
5825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 /
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838 \begin_inset Formula $/$
5839 \end_inset
5840
5841
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 </row>
5847 <row>
5848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852 |
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 \begin_inset Formula $|$
5862 \end_inset
5863
5864
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 </row>
5870 </lyxtabular>
5871
5872 \end_inset
5873
5874
5875 \begin_inset Space \hfill{}
5876 \end_inset
5877
5878
5879 \begin_inset Tabular
5880 <lyxtabular version="3" rows="9" columns="2">
5881 <features>
5882 <column alignment="center" valignment="top" width="0pt">
5883 <column alignment="center" valignment="top" width="0pt">
5884 <row>
5885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889 Comando
5890 \end_layout
5891
5892 \end_inset
5893 </cell>
5894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5895 \begin_inset Text
5896
5897 \begin_layout Plain Layout
5898 Resultado
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" 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" 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 <row>
5951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955 ]
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964 \begin_inset Formula $]$
5965 \end_inset
5966
5967
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 </row>
5973 <row>
5974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5975 \begin_inset Text
5976
5977 \begin_layout Plain Layout
5978
5979 \backslash
5980 rangle
5981 \end_layout
5982
5983 \end_inset
5984 </cell>
5985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5986 \begin_inset Text
5987
5988 \begin_layout Plain Layout
5989 \begin_inset Formula $\rangle$
5990 \end_inset
5991
5992
5993 \end_layout
5994
5995 \end_inset
5996 </cell>
5997 </row>
5998 <row>
5999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6000 \begin_inset Text
6001
6002 \begin_layout Plain Layout
6003
6004 \backslash
6005 rceil
6006 \end_layout
6007
6008 \end_inset
6009 </cell>
6010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6011 \begin_inset Text
6012
6013 \begin_layout Plain Layout
6014 \begin_inset Formula $\rceil$
6015 \end_inset
6016
6017
6018 \end_layout
6019
6020 \end_inset
6021 </cell>
6022 </row>
6023 <row>
6024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Plain Layout
6028
6029 \backslash
6030 rfloor
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Plain Layout
6039 \begin_inset Formula $\rfloor$
6040 \end_inset
6041
6042
6043 \end_layout
6044
6045 \end_inset
6046 </cell>
6047 </row>
6048 <row>
6049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053
6054 \backslash
6055
6056 \backslash
6057
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066 \begin_inset Formula $\backslash$
6067 \end_inset
6068
6069
6070 \end_layout
6071
6072 \end_inset
6073 </cell>
6074 </row>
6075 <row>
6076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6077 \begin_inset Text
6078
6079 \begin_layout Plain Layout
6080
6081 \backslash
6082 |
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Plain Layout
6091 \begin_inset Formula $\|$
6092 \end_inset
6093
6094
6095 \end_layout
6096
6097 \end_inset
6098 </cell>
6099 </row>
6100 </lyxtabular>
6101
6102 \end_inset
6103
6104
6105 \begin_inset Space \hfill{}
6106 \end_inset
6107
6108
6109 \end_layout
6110
6111 \begin_layout Standard
6112 \begin_inset Note Greyedout
6113 status collapsed
6114
6115 \begin_layout Plain Layout
6116
6117 \series bold
6118 Nota
6119 \series default
6120 : En modo TeX hay que usar el comando 
6121 \series bold
6122
6123 \backslash
6124 textbackslash
6125 \series default
6126
6127 \begin_inset Index
6128 status collapsed
6129
6130 \begin_layout Plain Layout
6131 Comandos ! T ! 
6132 \backslash
6133 textbackslash
6134 \end_layout
6135
6136 \end_inset
6137
6138  para la barra invertida, porque si no el comando 
6139 \series bold
6140
6141 \backslash
6142
6143 \backslash
6144
6145 \series default
6146  genera un salto de línea.
6147 \end_layout
6148
6149 \end_inset
6150
6151
6152 \end_layout
6153
6154 \begin_layout Standard
6155 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6156  descritos en las dos subsecciones siguientes.
6157  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6158  <
6159 \begin_inset Space ~
6160 \end_inset
6161
6162  y >
6163 \begin_inset Space ~
6164 \end_inset
6165
6166  en vez de los comandos 
6167 \series bold
6168
6169 \backslash
6170 langle
6171 \series default
6172  y 
6173 \series bold
6174
6175 \backslash
6176 rangle
6177 \series default
6178 .
6179  
6180 \end_layout
6181
6182 \begin_layout Subsubsection
6183 Tamaño manual de los delimitadores
6184 \begin_inset CommandInset label
6185 LatexCommand label
6186 name "sub:Tamaño-manual-de"
6187
6188 \end_inset
6189
6190
6191 \begin_inset Index
6192 status collapsed
6193
6194 \begin_layout Plain Layout
6195 Delimitadores ! tamaño manual
6196 \end_layout
6197
6198 \end_inset
6199
6200
6201 \end_layout
6202
6203 \begin_layout Standard
6204 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6205  LaTeX 
6206 \series bold
6207
6208 \backslash
6209 big
6210 \series default
6211
6212 \begin_inset Index
6213 status collapsed
6214
6215 \begin_layout Plain Layout
6216 Comandos ! B ! 
6217 \backslash
6218 big
6219 \end_layout
6220
6221 \end_inset
6222
6223
6224 \series bold
6225
6226 \backslash
6227 Big
6228 \series default
6229
6230 \series bold
6231
6232 \backslash
6233 bigg
6234 \series default
6235 , y 
6236 \series bold
6237
6238 \backslash
6239 Bigg
6240 \series default
6241 .
6242  
6243 \series bold
6244
6245 \backslash
6246 big
6247 \series default
6248  indica el tamaño menor y 
6249 \series bold
6250
6251 \backslash
6252 Bigg
6253 \series default
6254  el mayor.
6255 \end_layout
6256
6257 \begin_layout Standard
6258 Estos comandos se usan para resaltar niveles de delimitación:
6259 \end_layout
6260
6261 \begin_layout Standard
6262 \noindent
6263 \align center
6264 \begin_inset Tabular
6265 <lyxtabular version="3" rows="2" columns="2">
6266 <features>
6267 <column alignment="center" valignment="top" width="0">
6268 <column alignment="center" valignment="top" width="0">
6269 <row>
6270 <cell alignment="center" valignment="top" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274 todos los delimitadores de igual tamaño:
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 <cell alignment="center" valignment="top" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox {-4mm}{}}$
6284 \end_inset
6285
6286
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 </row>
6292 <row>
6293 <cell alignment="center" valignment="top" usebox="none">
6294 \begin_inset Text
6295
6296 \begin_layout Plain Layout
6297 así tiene mejor aspecto:
6298 \end_layout
6299
6300 \end_inset
6301 </cell>
6302 <cell alignment="center" valignment="top" usebox="none">
6303 \begin_inset Text
6304
6305 \begin_layout Plain Layout
6306 \begin_inset Formula $\Big ((A+B)(A-B)\Big )^{C}$
6307 \end_inset
6308
6309
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 </row>
6315 </lyxtabular>
6316
6317 \end_inset
6318
6319
6320 \begin_inset Note Note
6321 status collapsed
6322
6323 \begin_layout Plain Layout
6324
6325 \series bold
6326
6327 \backslash
6328 raisebox
6329 \series default
6330  se usa sólo como espaciador
6331 \end_layout
6332
6333 \end_inset
6334
6335
6336 \end_layout
6337
6338 \begin_layout Standard
6339 Para la segunda expresión se ha empleado el comando 
6340 \series bold
6341
6342 \backslash
6343 Big((A+B)(A-B)
6344 \backslash
6345 Big)^
6346 \series default
6347
6348 \begin_inset ERT
6349 status collapsed
6350
6351 \begin_layout Plain Layout
6352
6353
6354 \backslash
6355 spce 
6356 \end_layout
6357
6358 \end_inset
6359
6360
6361 \series bold
6362 C
6363 \series default
6364 .
6365 \end_layout
6366
6367 \begin_layout Standard
6368 He aquí una visión conjunta de todos los tamaños y delimitadores:
6369 \end_layout
6370
6371 \begin_layout Standard
6372 \noindent
6373 \align center
6374
6375 \backslash
6376 Bigg(
6377 \backslash
6378 exp
6379 \backslash
6380 bigg<
6381 \backslash
6382 Big[
6383 \backslash
6384 big{
6385 \backslash
6386 ln(3x)
6387 \backslash
6388 big}^2
6389 \begin_inset ERT
6390 status collapsed
6391
6392 \begin_layout Plain Layout
6393
6394
6395 \backslash
6396 spce 
6397 \end_layout
6398
6399 \end_inset
6400
6401
6402 \backslash
6403 sen(x)
6404 \backslash
6405 Big]^
6406 \begin_inset ERT
6407 status collapsed
6408
6409 \begin_layout Plain Layout
6410
6411
6412 \backslash
6413 spce 
6414 \end_layout
6415
6416 \end_inset
6417
6418 A
6419 \begin_inset ERT
6420 status collapsed
6421
6422 \begin_layout Plain Layout
6423
6424
6425 \backslash
6426 spce 
6427 \end_layout
6428
6429 \end_inset
6430
6431
6432 \backslash
6433 bigg>
6434 \backslash
6435 Bigg)^0,5
6436 \begin_inset Formula \[
6437 \Bigg (\exp\bigg <\Big [\big \{\ln(3x)\big \}^{2}\sen (x)\Big ]^{A}\bigg >\Bigg )^{0,5}\]
6438
6439 \end_inset
6440
6441
6442 \end_layout
6443
6444 \begin_layout Standard
6445 Además de los comandos 
6446 \series bold
6447
6448 \backslash
6449 big
6450 \series default
6451  hay la variante 
6452 \series bold
6453
6454 \backslash
6455 bigm
6456 \series default
6457
6458 \begin_inset Index
6459 status collapsed
6460
6461 \begin_layout Plain Layout
6462 Comandos ! B ! 
6463 \backslash
6464 bigm
6465 \end_layout
6466
6467 \end_inset
6468
6469 , que añade un poco más de espacio entre el delimitador y su contenido,
6470  y la variante 
6471 \series bold
6472
6473 \backslash
6474 bigl
6475 \series default
6476 -
6477 \series bold
6478
6479 \backslash
6480 bigr
6481 \series default
6482
6483 \begin_inset Index
6484 status collapsed
6485
6486 \begin_layout Plain Layout
6487 Comandos ! B ! 
6488 \backslash
6489 bigl - 
6490 \backslash
6491 bigr
6492 \end_layout
6493
6494 \end_inset
6495
6496 , que no añade espacio adicional.
6497  La 
6498 \emph on
6499 l
6500 \emph default
6501  al final del comando 
6502 \series bold
6503
6504 \backslash
6505 bigl 
6506 \series default
6507 es para el delimitador izquierdo, la 
6508 \emph on
6509 r
6510 \emph default
6511  es para el delimitador derecho.
6512  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6513  apertura o de cierre.
6514 \end_layout
6515
6516 \begin_layout Standard
6517 En el siguiente cuadro hay una comparación de las variantes:
6518 \end_layout
6519
6520 \begin_layout Standard
6521 \noindent
6522 \align center
6523 \begin_inset Tabular
6524 <lyxtabular version="3" rows="5" columns="2">
6525 <features>
6526 <column alignment="center" valignment="top" width="0">
6527 <column alignment="center" valignment="top" width="0">
6528 <row>
6529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6530 \begin_inset Text
6531
6532 \begin_layout Plain Layout
6533 Comando
6534 \end_layout
6535
6536 \end_inset
6537 </cell>
6538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6539 \begin_inset Text
6540
6541 \begin_layout Plain Layout
6542 Resultado
6543 \begin_inset Note Note
6544 status collapsed
6545
6546 \begin_layout Plain Layout
6547
6548 \series bold
6549
6550 \backslash
6551 raisebox
6552 \series default
6553  se usa sólo como espaciador
6554 \end_layout
6555
6556 \end_inset
6557
6558
6559 \end_layout
6560
6561 \end_inset
6562 </cell>
6563 </row>
6564 <row>
6565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6566 \begin_inset Text
6567
6568 \begin_layout Plain Layout
6569
6570 \backslash
6571 Bigm(
6572 \backslash
6573 bigm(
6574 \backslash
6575 ln(3x)
6576 \backslash
6577 bigm)^2
6578 \series bold
6579
6580 \begin_inset ERT
6581 status collapsed
6582
6583 \begin_layout Plain Layout
6584
6585
6586 \backslash
6587 spce 
6588 \end_layout
6589
6590 \end_inset
6591
6592
6593 \series default
6594
6595 \backslash
6596 Bigm)
6597 \end_layout
6598
6599 \end_inset
6600 </cell>
6601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6602 \begin_inset Text
6603
6604 \begin_layout Plain Layout
6605 \begin_inset Formula $\raisebox {5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox {-3.25mm}{}$
6606 \end_inset
6607
6608
6609 \end_layout
6610
6611 \end_inset
6612 </cell>
6613 </row>
6614 <row>
6615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6616 \begin_inset Text
6617
6618 \begin_layout Plain Layout
6619
6620 \backslash
6621 Big(
6622 \backslash
6623 big(
6624 \backslash
6625 ln(3x)
6626 \backslash
6627 big)^2
6628 \series bold
6629
6630 \begin_inset ERT
6631 status collapsed
6632
6633 \begin_layout Plain Layout
6634
6635
6636 \backslash
6637 spce 
6638 \end_layout
6639
6640 \end_inset
6641
6642
6643 \series default
6644
6645 \backslash
6646 Big)
6647 \end_layout
6648
6649 \end_inset
6650 </cell>
6651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6652 \begin_inset Text
6653
6654 \begin_layout Plain Layout
6655 \begin_inset Formula $\raisebox {5.5mm}{}\Big (\big (\ln(3x)\big )^{2}\Big )\raisebox {-3.25mm}{}$
6656 \end_inset
6657
6658
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 </row>
6664 <row>
6665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Plain Layout
6669
6670 \backslash
6671 Bigl(
6672 \backslash
6673 bigl(
6674 \backslash
6675 ln(3x)
6676 \backslash
6677 bigr)^2
6678 \series bold
6679
6680 \begin_inset ERT
6681 status collapsed
6682
6683 \begin_layout Plain Layout
6684
6685
6686 \backslash
6687 spce 
6688 \end_layout
6689
6690 \end_inset
6691
6692
6693 \series default
6694
6695 \backslash
6696 Bigr)
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Plain Layout
6705 \begin_inset Formula $\raisebox {5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox {-3.2mm}{}$
6706 \end_inset
6707
6708
6709 \end_layout
6710
6711 \end_inset
6712 </cell>
6713 </row>
6714 <row>
6715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6716 \begin_inset Text
6717
6718 \begin_layout Plain Layout
6719
6720 \backslash
6721 bigl)
6722 \backslash
6723 ln(3x)
6724 \backslash
6725 bigr(
6726 \end_layout
6727
6728 \end_inset
6729 </cell>
6730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Plain Layout
6734 \begin_inset Formula $\raisebox {4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox {-2mm}{}$
6735 \end_inset
6736
6737
6738 \end_layout
6739
6740 \end_inset
6741 </cell>
6742 </row>
6743 </lyxtabular>
6744
6745 \end_inset
6746
6747
6748 \end_layout
6749
6750 \begin_layout Subsubsection
6751 Tamaño automático de los delimitadores
6752 \begin_inset CommandInset label
6753 LatexCommand label
6754 name "sub:Tamaño-automático-de"
6755
6756 \end_inset
6757
6758
6759 \begin_inset Index
6760 status collapsed
6761
6762 \begin_layout Plain Layout
6763 Delimitadores ! tamaño automático
6764 \end_layout
6765
6766 \end_inset
6767
6768
6769 \end_layout
6770
6771 \begin_layout Standard
6772 Se pueden insertar delimitadores de tamaño variable con los comandos 
6773 \series bold
6774
6775 \backslash
6776 left
6777 \series default
6778
6779 \begin_inset Index
6780 status collapsed
6781
6782 \begin_layout Plain Layout
6783 Comandos ! L ! 
6784 \backslash
6785 left
6786 \end_layout
6787
6788 \end_inset
6789
6790  y 
6791 \series bold
6792
6793 \backslash
6794 right
6795 \series default
6796
6797 \begin_inset Index
6798 status collapsed
6799
6800 \begin_layout Plain Layout
6801 Comandos ! R ! 
6802 \backslash
6803 right
6804 \end_layout
6805
6806 \end_inset
6807
6808  o con el botón de la barra de ecuaciones 
6809 \begin_inset Graphics
6810         filename ../../images/dialog-show_mathdelimiter.png
6811         embed ""
6812         scale 85
6813
6814 \end_inset
6815
6816 .
6817  El delimitador deseado se debe insertar directamente detrás de 
6818 \series bold
6819
6820 \backslash
6821 left
6822 \series default
6823  y 
6824 \series bold
6825
6826 \backslash
6827 right
6828 \series default
6829 .
6830  El tamaño se calculará automáticamente después para la salida.
6831  
6832 \end_layout
6833
6834 \begin_layout Standard
6835 \noindent
6836 \align center
6837 delimitador normal: El comando 
6838 \series bold
6839
6840 \backslash
6841 ln(
6842 \backslash
6843 frac
6844 \series default
6845
6846 \begin_inset ERT
6847 status collapsed
6848
6849 \begin_layout Plain Layout
6850
6851
6852 \backslash
6853 spce 
6854 \end_layout
6855
6856 \end_inset
6857
6858
6859 \series bold
6860 A
6861 \begin_inset Formula $\downarrow$
6862 \end_inset
6863
6864 C
6865 \series default
6866
6867 \begin_inset ERT
6868 status collapsed
6869
6870 \begin_layout Plain Layout
6871
6872
6873 \backslash
6874 spce
6875 \end_layout
6876
6877 \end_inset
6878
6879
6880 \series bold
6881 )
6882 \series default
6883  genera
6884 \begin_inset Formula \[
6885 \ln(\frac{A}{C})\]
6886
6887 \end_inset
6888
6889
6890 \end_layout
6891
6892 \begin_layout Standard
6893 \noindent
6894 \align center
6895 delimitador multilínea: El comando 
6896 \series bold
6897
6898 \backslash
6899 ln
6900 \backslash
6901 left(
6902 \backslash
6903 frac
6904 \series default
6905
6906 \begin_inset ERT
6907 status collapsed
6908
6909 \begin_layout Plain Layout
6910
6911
6912 \backslash
6913 spce 
6914 \end_layout
6915
6916 \end_inset
6917
6918
6919 \series bold
6920 A
6921 \begin_inset Formula $\downarrow$
6922 \end_inset
6923
6924 C
6925 \series default
6926
6927 \begin_inset ERT
6928 status collapsed
6929
6930 \begin_layout Plain Layout
6931
6932
6933 \backslash
6934 spce 
6935 \end_layout
6936
6937 \end_inset
6938
6939
6940 \series bold
6941
6942 \backslash
6943 right)
6944 \series default
6945  genera
6946 \begin_inset Formula \[
6947 \ln\left(\frac{A}{C}\right)\]
6948
6949 \end_inset
6950
6951
6952 \end_layout
6953
6954 \begin_layout Standard
6955 En lugar de 
6956 \series bold
6957
6958 \backslash
6959 left
6960 \series default
6961  y 
6962 \series bold
6963
6964 \backslash
6965 right
6966 \series default
6967  se puede usar el atajo 
6968 \family sans
6969 Alt-m
6970 \begin_inset Space ~
6971 \end_inset
6972
6973 delimitador
6974 \family default
6975 .
6976  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
6977  real del delimitador y además se genera el correspondiente delimitador
6978  de cierre.
6979 \begin_inset Newline newline
6980 \end_inset
6981
6982 El comando para el último ejemplo sería 
6983 \series bold
6984
6985 \backslash
6986 ln Alt-m
6987 \series default
6988  
6989 \series bold
6990 (
6991 \backslash
6992 frac
6993 \begin_inset ERT
6994 status collapsed
6995
6996 \begin_layout Plain Layout
6997
6998
6999 \backslash
7000 spce 
7001 \end_layout
7002
7003 \end_inset
7004
7005 A
7006 \begin_inset Formula $\downarrow$
7007 \end_inset
7008
7009
7010 \end_layout
7011
7012 \begin_layout Standard
7013 Para omitir uno de los dos delimitadores se inserta un punto.
7014  Por ejemplo, el comando 
7015 \series bold
7016
7017 \backslash
7018 left.
7019 \backslash
7020 frac
7021 \series default
7022
7023 \begin_inset ERT
7024 status collapsed
7025
7026 \begin_layout Plain Layout
7027
7028
7029 \backslash
7030 spce 
7031 \end_layout
7032
7033 \end_inset
7034
7035
7036 \series bold
7037 A
7038 \begin_inset Formula $\downarrow$
7039 \end_inset
7040
7041 B
7042 \series default
7043
7044 \begin_inset ERT
7045 status collapsed
7046
7047 \begin_layout Plain Layout
7048
7049
7050 \backslash
7051 spce 
7052 \end_layout
7053
7054 \end_inset
7055
7056
7057 \series bold
7058
7059 \backslash
7060 right}
7061 \series default
7062  da lugar a:
7063 \begin_inset Formula \[
7064 \left.\frac{A}{B}\right\} \]
7065
7066 \end_inset
7067
7068
7069 \end_layout
7070
7071 \begin_layout Standard
7072 LyX convertirá los comandos 
7073 \series bold
7074
7075 \backslash
7076 left
7077 \series default
7078  y 
7079 \series bold
7080
7081 \backslash
7082 right
7083 \series default
7084  a su tamaño adecuado cuando el documento sea recargado y el delimitador
7085  omitido aparecerá como línea de trazos.
7086  
7087 \begin_inset VSpace bigskip
7088 \end_inset
7089
7090
7091 \end_layout
7092
7093 \begin_layout Standard
7094 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
7095  de LaTeX, el comando 
7096 \series bold
7097
7098 \backslash
7099 middle
7100 \series default
7101
7102 \begin_inset Index
7103 status collapsed
7104
7105 \begin_layout Plain Layout
7106 Comandos ! M ! 
7107 \backslash
7108 middle
7109 \end_layout
7110
7111 \end_inset
7112
7113  está también disponible para todos los delimitadores y límites.
7114  Con este comando la altura del siguiente carácter se adapta a la de los
7115  delimitadores circundantes, lo que es necesario, p.
7116 \begin_inset Space \thinspace{}
7117 \end_inset
7118
7119 e., para vectores físicos: 
7120 \begin_inset Formula \[
7121 \left\langle \phi\;\middle |\; J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7122
7123 \end_inset
7124
7125
7126 \end_layout
7127
7128 \begin_layout Standard
7129 Para vectores físicos hay un paquete LaTeX especial que se describe en 
7130 \begin_inset CommandInset ref
7131 LatexCommand ref
7132 reference "sub:Vectores-físicos"
7133
7134 \end_inset
7135
7136 .
7137 \end_layout
7138
7139 \begin_layout Subsection
7140 Delimitadores horizontales
7141 \begin_inset Index
7142 status collapsed
7143
7144 \begin_layout Plain Layout
7145 Delimitadores ! horizontales
7146 \end_layout
7147
7148 \end_inset
7149
7150
7151 \end_layout
7152
7153 \begin_layout Standard
7154 \noindent
7155 \align center
7156 \begin_inset Tabular
7157 <lyxtabular version="3" rows="4" columns="2">
7158 <features>
7159 <column alignment="center" valignment="top" width="0">
7160 <column alignment="center" valignment="top" width="0">
7161 <row>
7162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7163 \begin_inset Text
7164
7165 \begin_layout Plain Layout
7166 Comando
7167 \begin_inset Note Note
7168 status collapsed
7169
7170 \begin_layout Plain Layout
7171
7172 \series bold
7173
7174 \backslash
7175 raisebox
7176 \series default
7177  se usa sólo como espaciador
7178 \end_layout
7179
7180 \end_inset
7181
7182
7183 \end_layout
7184
7185 \end_inset
7186 </cell>
7187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7188 \begin_inset Text
7189
7190 \begin_layout Plain Layout
7191 Resultado
7192 \end_layout
7193
7194 \end_inset
7195 </cell>
7196 </row>
7197 <row>
7198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7199 \begin_inset Text
7200
7201 \begin_layout Plain Layout
7202 \begin_inset ERT
7203 status collapsed
7204
7205 \begin_layout Plain Layout
7206
7207
7208 \backslash
7209 raisebox{2.3mm}{
7210 \end_layout
7211
7212 \end_inset
7213
7214
7215 \backslash
7216 overbrace
7217 \begin_inset ERT
7218 status collapsed
7219
7220 \begin_layout Plain Layout
7221
7222
7223 \backslash
7224 spce 
7225 \end_layout
7226
7227 \end_inset
7228
7229 A+B
7230 \begin_inset ERT
7231 status collapsed
7232
7233 \begin_layout Plain Layout
7234
7235
7236 \backslash
7237 spce 
7238 \end_layout
7239
7240 \end_inset
7241
7242 ^
7243 \begin_inset ERT
7244 status collapsed
7245
7246 \begin_layout Plain Layout
7247
7248
7249 \backslash
7250 spce 
7251 \end_layout
7252
7253 \end_inset
7254
7255 3
7256 \begin_inset ERT
7257 status collapsed
7258
7259 \begin_layout Plain Layout
7260
7261 }
7262 \end_layout
7263
7264 \end_inset
7265
7266
7267 \begin_inset Index
7268 status collapsed
7269
7270 \begin_layout Plain Layout
7271 Comandos ! O ! 
7272 \backslash
7273 overbrace
7274 \end_layout
7275
7276 \end_inset
7277
7278
7279 \end_layout
7280
7281 \end_inset
7282 </cell>
7283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7284 \begin_inset Text
7285
7286 \begin_layout Plain Layout
7287 \begin_inset Formula $\overbrace{A+B}^{3}$
7288 \end_inset
7289
7290
7291 \end_layout
7292
7293 \end_inset
7294 </cell>
7295 </row>
7296 <row>
7297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7298 \begin_inset Text
7299
7300 \begin_layout Plain Layout
7301 \begin_inset ERT
7302 status collapsed
7303
7304 \begin_layout Plain Layout
7305
7306
7307 \backslash
7308 raisebox{-2.2mm}{
7309 \end_layout
7310
7311 \end_inset
7312
7313
7314 \backslash
7315 underbrace
7316 \begin_inset ERT
7317 status collapsed
7318
7319 \begin_layout Plain Layout
7320
7321
7322 \backslash
7323 spce 
7324 \end_layout
7325
7326 \end_inset
7327
7328 A+B
7329 \begin_inset ERT
7330 status collapsed
7331
7332 \begin_layout Plain Layout
7333
7334
7335 \backslash
7336 spce 
7337 \end_layout
7338
7339 \end_inset
7340
7341 _5
7342 \begin_inset ERT
7343 status collapsed
7344
7345 \begin_layout Plain Layout
7346
7347 }
7348 \end_layout
7349
7350 \end_inset
7351
7352
7353 \begin_inset Index
7354 status collapsed
7355
7356 \begin_layout Plain Layout
7357 Comandos ! U ! 
7358 \backslash
7359 underbrace
7360 \end_layout
7361
7362 \end_inset
7363
7364
7365 \end_layout
7366
7367 \end_inset
7368 </cell>
7369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7370 \begin_inset Text
7371
7372 \begin_layout Plain Layout
7373 \begin_inset Formula $\underbrace{A+B}_{5}$
7374 \end_inset
7375
7376
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 </row>
7382 <row>
7383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7384 \begin_inset Text
7385
7386 \begin_layout Plain Layout
7387
7388 \backslash
7389 overbrace
7390 \begin_inset ERT
7391 status collapsed
7392
7393 \begin_layout Plain Layout
7394
7395
7396 \backslash
7397 spce 
7398 \end_layout
7399
7400 \end_inset
7401
7402
7403 \backslash
7404 underbrace
7405 \begin_inset ERT
7406 status collapsed
7407
7408 \begin_layout Plain Layout
7409
7410
7411 \backslash
7412 spce 
7413 \end_layout
7414
7415 \end_inset
7416
7417 A+B_w
7418 \begin_inset ERT
7419 status collapsed
7420
7421 \begin_layout Plain Layout
7422
7423
7424 \backslash
7425 spce 
7426 \end_layout
7427
7428 \end_inset
7429
7430
7431 \begin_inset ERT
7432 status collapsed
7433
7434 \begin_layout Plain Layout
7435
7436
7437 \backslash
7438 spce 
7439 \end_layout
7440
7441 \end_inset
7442
7443 _7
7444 \begin_inset ERT
7445 status collapsed
7446
7447 \begin_layout Plain Layout
7448
7449
7450 \backslash
7451 spce 
7452 \end_layout
7453
7454 \end_inset
7455
7456
7457 \begin_inset ERT
7458 status collapsed
7459
7460 \begin_layout Plain Layout
7461
7462
7463 \backslash
7464 spce 
7465 \end_layout
7466
7467 \end_inset
7468
7469 ^
7470 \begin_inset ERT
7471 status collapsed
7472
7473 \begin_layout Plain Layout
7474
7475
7476 \backslash
7477 spce 
7478 \end_layout
7479
7480 \end_inset
7481
7482 C
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7492 \end_inset
7493
7494
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 </row>
7500 </lyxtabular>
7501
7502 \end_inset
7503
7504
7505 \end_layout
7506
7507 \begin_layout Standard
7508 En el último ejemplo no importa en qué orden se introducen los comandos
7509  
7510 \series bold
7511
7512 \backslash
7513 overbrace
7514 \series default
7515  y 
7516 \series bold
7517
7518 \backslash
7519 underbrace
7520 \series default
7521 .
7522 \begin_inset VSpace bigskip
7523 \end_inset
7524
7525
7526 \end_layout
7527
7528 \begin_layout Standard
7529 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7530  multilínea, como se describe en
7531 \begin_inset Space ~
7532 \end_inset
7533
7534
7535 \begin_inset CommandInset ref
7536 LatexCommand ref
7537 reference "sec:Ecuaciones-multilínea"
7538
7539 \end_inset
7540
7541 :
7542 \begin_inset Formula \begin{eqnarray*}
7543 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7544  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7545
7546 \end_inset
7547
7548 En la primera fila se insertan la ecuación y la primera llave.
7549  Aquí es importante insertar el comando de espacio
7550 \begin_inset Foot
7551 status collapsed
7552
7553 \begin_layout Plain Layout
7554 Los comandos para espacios se explican en 
7555 \begin_inset CommandInset ref
7556 LatexCommand ref
7557 reference "sub:Espacio-predefinido"
7558
7559 \end_inset
7560
7561
7562 \end_layout
7563
7564 \end_inset
7565
7566  
7567 \series bold
7568
7569 \backslash
7570 :
7571 \series default
7572  antes de la primera
7573 \series bold
7574  
7575 \series default
7576
7577 \begin_inset Formula $d$
7578 \end_inset
7579
7580 , porque la llave que termina detrás de 
7581 \begin_inset Formula $q$
7582 \end_inset
7583
7584  impide que el siguiente 
7585 \begin_inset Quotes fld
7586 \end_inset
7587
7588 +
7589 \begin_inset Quotes frd
7590 \end_inset
7591
7592  esté rodeado de espacio.
7593 \begin_inset Foot
7594 status collapsed
7595
7596 \begin_layout Plain Layout
7597 Debido a que la llave no es considerada como carácter, véase 
7598 \begin_inset CommandInset ref
7599 LatexCommand ref
7600 reference "sub:Operadores-binarios"
7601
7602 \end_inset
7603
7604
7605 \end_layout
7606
7607 \end_inset
7608
7609  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7610  de 
7611 \begin_inset Formula $b$
7612 \end_inset
7613
7614  se inserta antes el comando 
7615 \series bold
7616
7617 \backslash
7618 hphantom{gggg+
7619 \backslash
7620 :}
7621 \series default
7622 .
7623 \begin_inset Foot
7624 status collapsed
7625
7626 \begin_layout Plain Layout
7627 Más sobre 
7628 \series bold
7629
7630 \backslash
7631 hphantom
7632 \series default
7633  en 
7634 \begin_inset CommandInset ref
7635 LatexCommand ref
7636 reference "sub:Espaciadores-fantasma"
7637
7638 \end_inset
7639
7640
7641 \end_layout
7642
7643 \end_inset
7644
7645  Ese espacio es necesario porque el signo 
7646 \begin_inset Quotes fld
7647 \end_inset
7648
7649 +
7650 \begin_inset Quotes frd
7651 \end_inset
7652
7653  va seguido de un espacio en la ecuación.
7654  La llave se coloca bajo el comando 
7655 \series bold
7656
7657 \backslash
7658 hphantom{bbqq+dddd}
7659 \series default
7660 .
7661  
7662 \end_layout
7663
7664 \begin_layout Standard
7665 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7666  ejemplo:
7667 \begin_inset ERT
7668 status collapsed
7669
7670 \begin_layout Plain Layout
7671
7672
7673 \backslash
7674 setlength{
7675 \backslash
7676 jot}{-6pt}
7677 \end_layout
7678
7679 \end_inset
7680
7681
7682 \begin_inset Formula \begin{eqnarray*}
7683  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7684 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7685
7686 \end_inset
7687
7688
7689 \begin_inset ERT
7690 status collapsed
7691
7692 \begin_layout Plain Layout
7693
7694
7695 \backslash
7696 setlength{
7697 \backslash
7698 jot}{3pt}
7699 \end_layout
7700
7701 \end_inset
7702
7703 La primera fila de la ecuación es igual que la segunda fila del ejemplo
7704  anterior, con la diferencia de que la llave está encima.
7705  La segunda fila contiene la ecuación junto con la segunda llave.
7706  Para evitar que haya demasiado espacio entre la llave superior en la primera
7707  fila y la ecuación hay que reducirlo.
7708  Esto no es fácil de hacer debido a un fallo de LyX.
7709 \begin_inset Foot
7710 status collapsed
7711
7712 \begin_layout Plain Layout
7713 \begin_inset ERT
7714 status collapsed
7715
7716 \begin_layout Plain Layout
7717
7718
7719 \backslash
7720 href{http://bugzilla.lyx.org/show_bug.cgi?id=1505}{
7721 \end_layout
7722
7723 \end_inset
7724
7725 LyX-bug #1505
7726 \begin_inset ERT
7727 status collapsed
7728
7729 \begin_layout Plain Layout
7730
7731 }
7732 \end_layout
7733
7734 \end_inset
7735
7736
7737 \end_layout
7738
7739 \end_inset
7740
7741  Una solución es cambiar la separación global de filas en la ecuación, 
7742 \series bold
7743
7744 \backslash
7745 jot
7746 \series default
7747
7748 \begin_inset Index
7749 status collapsed
7750
7751 \begin_layout Plain Layout
7752 Comandos ! J ! 
7753 \backslash
7754 jot
7755 \end_layout
7756
7757 \end_inset
7758
7759 , en -6
7760 \begin_inset Space \thinspace{}
7761 \end_inset
7762
7763 pt insertando antes de la ecuación el comando 
7764 \series bold
7765
7766 \backslash
7767 setlength{
7768 \backslash
7769 jot}{-6pt}
7770 \series default
7771  en modo TeX.
7772  Después de la ecuación se vuelve al valor normal 3
7773 \begin_inset Space \thinspace{}
7774 \end_inset
7775
7776 pt de 
7777 \series bold
7778
7779 \backslash
7780 jot
7781 \series default
7782  usando el mismo comando.
7783  Más información sobre separación de filas en ecuaciones en
7784 \begin_inset Space ~
7785 \end_inset
7786
7787
7788 \begin_inset CommandInset ref
7789 LatexCommand ref
7790 reference "sub:Separación-de-líneas"
7791
7792 \end_inset
7793
7794 .
7795 \end_layout
7796
7797 \begin_layout Section
7798 Flechas
7799 \begin_inset Index
7800 status collapsed
7801
7802 \begin_layout Plain Layout
7803 Flechas
7804 \end_layout
7805
7806 \end_inset
7807
7808
7809 \end_layout
7810
7811 \begin_layout Standard
7812 Las flechas se pueden insertar con el botón 
7813 \begin_inset Graphics
7814         filename ../../images/math/leftarrow.png
7815         embed ""
7816         scale 85
7817
7818 \end_inset
7819
7820  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
7821  siguientes.
7822 \end_layout
7823
7824 \begin_layout Subsection
7825 Flechas horizontales
7826 \begin_inset Index
7827 status collapsed
7828
7829 \begin_layout Plain Layout
7830 Flechas ! horizontales
7831 \end_layout
7832
7833 \end_inset
7834
7835
7836 \end_layout
7837
7838 \begin_layout Standard
7839 \begin_inset Space \hfill{}
7840 \end_inset
7841
7842
7843 \begin_inset Tabular
7844 <lyxtabular version="3" rows="8" columns="2">
7845 <features>
7846 <column alignment="center" valignment="top" width="0pt">
7847 <column alignment="center" valignment="top" width="0pt">
7848 <row>
7849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Plain Layout
7853 Comando
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Plain Layout
7862 Resultado
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 </row>
7868 <row>
7869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7870 \begin_inset Text
7871
7872 \begin_layout Plain Layout
7873
7874 \backslash
7875 gets
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Plain Layout
7884 \begin_inset Formula $\gets$
7885 \end_inset
7886
7887
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 </row>
7893 <row>
7894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Plain Layout
7898
7899 \backslash
7900 Leftarrow
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909 \begin_inset Formula $\Leftarrow$
7910 \end_inset
7911
7912
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 </row>
7918 <row>
7919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Plain Layout
7923
7924 \backslash
7925 longleftarrow
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934 \begin_inset Formula $\longleftarrow$
7935 \end_inset
7936
7937
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 </row>
7943 <row>
7944 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7945 \begin_inset Text
7946
7947 \begin_layout Plain Layout
7948
7949 \backslash
7950 Longleftarrow
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7956 \begin_inset Text
7957
7958 \begin_layout Plain Layout
7959 \begin_inset Formula $\Longleftarrow$
7960 \end_inset
7961
7962
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 </row>
7968 <row>
7969 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973
7974 \backslash
7975 leftharpoonup
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984 \begin_inset Formula $\leftharpoonup$
7985 \end_inset
7986
7987
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 </row>
7993 <row>
7994 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998
7999 \backslash
8000 leftharpoondown
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009 \begin_inset Formula $\leftharpoondown$
8010 \end_inset
8011
8012
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 </row>
8018 <row>
8019 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Plain Layout
8023
8024 \backslash
8025 hookleftarrow
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034 \begin_inset Formula $\hookleftarrow$
8035 \end_inset
8036
8037
8038 \end_layout
8039
8040 \end_inset
8041 </cell>
8042 </row>
8043 </lyxtabular>
8044
8045 \end_inset
8046
8047
8048 \begin_inset Space \hfill{}
8049 \end_inset
8050
8051
8052 \begin_inset Tabular
8053 <lyxtabular version="3" rows="8" columns="2">
8054 <features>
8055 <column alignment="center" valignment="top" width="0pt">
8056 <column alignment="center" valignment="top" width="0pt">
8057 <row>
8058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062 Comando
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071 Resultado
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 </row>
8077 <row>
8078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082
8083 \backslash
8084 to
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093 \begin_inset Formula $\to$
8094 \end_inset
8095
8096
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 </row>
8102 <row>
8103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107
8108 \backslash
8109 Rightarrow
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118 \begin_inset Formula $\Rightarrow$
8119 \end_inset
8120
8121
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 </row>
8127 <row>
8128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132
8133 \backslash
8134 longrightarrow
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143 \begin_inset Formula $\longrightarrow$
8144 \end_inset
8145
8146
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 </row>
8152 <row>
8153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157
8158 \backslash
8159 Longrightarrow
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 \begin_inset Formula $\Longrightarrow$
8169 \end_inset
8170
8171
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 </row>
8177 <row>
8178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182
8183 \backslash
8184 rightharpoonup
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 \begin_inset Formula $\rightharpoonup$
8194 \end_inset
8195
8196
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 </row>
8202 <row>
8203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207
8208 \backslash
8209 rightharpoondown
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8215 \begin_inset Text
8216
8217 \begin_layout Plain Layout
8218 \begin_inset Formula $\rightharpoondown$
8219 \end_inset
8220
8221
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 </row>
8227 <row>
8228 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8229 \begin_inset Text
8230
8231 \begin_layout Plain Layout
8232
8233 \backslash
8234 hookrightarrow
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243 \begin_inset Formula $\hookrightarrow$
8244 \end_inset
8245
8246
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 </row>
8252 </lyxtabular>
8253
8254 \end_inset
8255
8256
8257 \begin_inset Space \hfill{}
8258 \end_inset
8259
8260
8261 \end_layout
8262
8263 \begin_layout Standard
8264 \begin_inset Space \hfill{}
8265 \end_inset
8266
8267
8268 \begin_inset Tabular
8269 <lyxtabular version="3" rows="6" columns="2">
8270 <features>
8271 <column alignment="center" valignment="top" width="0pt">
8272 <column alignment="center" valignment="top" width="0pt">
8273 <row>
8274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278 Comando
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 Resultado
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 </row>
8293 <row>
8294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298
8299 \backslash
8300 leftrightarrow
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 \begin_inset Formula $\leftrightarrow$
8310 \end_inset
8311
8312
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 </row>
8318 <row>
8319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323
8324 \backslash
8325 Leftrightarrow
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334 \begin_inset Formula $\Leftrightarrow$
8335 \end_inset
8336
8337
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 </row>
8343 <row>
8344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348
8349 \backslash
8350 longleftrightarrow
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359 \begin_inset Formula $\longleftrightarrow$
8360 \end_inset
8361
8362
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 </row>
8368 <row>
8369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373
8374 \backslash
8375 Longleftrightarrow
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384 \begin_inset Formula $\Longleftrightarrow$
8385 \end_inset
8386
8387
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 </row>
8393 <row>
8394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398
8399 \backslash
8400 rightleftharpoons
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409 \begin_inset Formula $\rightleftharpoons$
8410 \end_inset
8411
8412
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 </row>
8418 </lyxtabular>
8419
8420 \end_inset
8421
8422
8423 \begin_inset Space \hspace{}
8424 \length 25pt
8425 \end_inset
8426
8427
8428 \begin_inset Space \hfill{}
8429 \end_inset
8430
8431
8432 \begin_inset Tabular
8433 <lyxtabular version="3" rows="5" columns="2">
8434 <features>
8435 <column alignment="center" valignment="top" width="0pt">
8436 <column alignment="center" valignment="top" width="0pt">
8437 <row>
8438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 Comando
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451 Resultado
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 </row>
8457 <row>
8458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462
8463 \backslash
8464 mapsto
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 \begin_inset Formula $\mapsto$
8474 \end_inset
8475
8476
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 </row>
8482 <row>
8483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487
8488 \backslash
8489 longmapsto
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498 \begin_inset Formula $\longmapsto$
8499 \end_inset
8500
8501
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 </row>
8507 <row>
8508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512
8513 \backslash
8514 leadsto
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523 \begin_inset Formula $\leadsto$
8524 \end_inset
8525
8526
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 </row>
8532 <row>
8533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537
8538 \backslash
8539 dasharrow
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 \begin_inset Formula $\dasharrow$
8549 \end_inset
8550
8551
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 </row>
8557 </lyxtabular>
8558
8559 \end_inset
8560
8561
8562 \begin_inset Space \hfill{}
8563 \end_inset
8564
8565
8566 \begin_inset VSpace medskip
8567 \end_inset
8568
8569
8570 \end_layout
8571
8572 \begin_layout Standard
8573 Las flechas que se utilizan como acentos, p.
8574 \begin_inset Space \thinspace{}
8575 \end_inset
8576
8577 e.
8578  en vectores, se describen en 
8579 \begin_inset CommandInset ref
8580 LatexCommand ref
8581 reference "sec:Acentos"
8582
8583 \end_inset
8584
8585 .
8586  
8587 \begin_inset VSpace bigskip
8588 \end_inset
8589
8590
8591 \end_layout
8592
8593 \begin_layout Standard
8594 Además hay las flechas etiquetadas
8595 \begin_inset Index
8596 status collapsed
8597
8598 \begin_layout Plain Layout
8599 Flechas ! etiquetadas
8600 \end_layout
8601
8602 \end_inset
8603
8604  
8605 \series bold
8606
8607 \backslash
8608 xleftarrow
8609 \series default
8610
8611 \begin_inset Index
8612 status collapsed
8613
8614 \begin_layout Plain Layout
8615 Comandos ! X ! 
8616 \backslash
8617 xleftarrow
8618 \end_layout
8619
8620 \end_inset
8621
8622  y 
8623 \series bold
8624
8625 \backslash
8626 xrightarrow
8627 \series default
8628
8629 \begin_inset Index
8630 status collapsed
8631
8632 \begin_layout Plain Layout
8633 Comandos ! X ! 
8634 \backslash
8635 xrightarrow
8636 \begin_inset VSpace defskip
8637 \end_inset
8638
8639
8640 \end_layout
8641
8642 \end_inset
8643
8644 .
8645  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8646  con dos marcos azules donde se puede insertar la etiqueta.
8647  La longitud de la flecha se adapta a la anchura de la etiqueta.
8648 \end_layout
8649
8650 \begin_layout Standard
8651 \noindent
8652 \align center
8653 \begin_inset Tabular
8654 <lyxtabular version="3" rows="3" columns="2">
8655 <features>
8656 <column alignment="center" valignment="top" width="0">
8657 <column alignment="center" valignment="top" width="0">
8658 <row>
8659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663 Comando
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672 Resultado
8673 \begin_inset Note Note
8674 status collapsed
8675
8676 \begin_layout Plain Layout
8677
8678 \series bold
8679
8680 \backslash
8681 raisebox
8682 \series default
8683  se usa sólo como espaciador
8684 \end_layout
8685
8686 \end_inset
8687
8688
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 </row>
8694 <row>
8695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699 F(a)
8700 \backslash
8701 xleftarrow
8702 \begin_inset ERT
8703 status collapsed
8704
8705 \begin_layout Plain Layout
8706
8707
8708 \backslash
8709 spce 
8710 \end_layout
8711
8712 \end_inset
8713
8714 x=a
8715 \begin_inset Formula $\downarrow$
8716 \end_inset
8717
8718 x>0
8719 \begin_inset Formula $\to$
8720 \end_inset
8721
8722 F(x)
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731 \begin_inset Formula $\raisebox {5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox {-4mm}{}$
8732 \end_inset
8733
8734
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 </row>
8740 <row>
8741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745 F(x)
8746 \backslash
8747 xrightarrow
8748 \begin_inset ERT
8749 status collapsed
8750
8751 \begin_layout Plain Layout
8752
8753
8754 \backslash
8755 spce 
8756 \end_layout
8757
8758 \end_inset
8759
8760 x=a
8761 \begin_inset Formula $\downarrow$
8762 \end_inset
8763
8764 x>0
8765 \begin_inset Formula $\to$
8766 \end_inset
8767
8768 F(a)
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777 \begin_inset Formula $\raisebox {5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox {-4mm}{}$
8778 \end_inset
8779
8780
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 </row>
8786 </lyxtabular>
8787
8788 \end_inset
8789
8790
8791 \end_layout
8792
8793 \begin_layout Subsection
8794 Flechas verticales y diagonales
8795 \begin_inset Index
8796 status collapsed
8797
8798 \begin_layout Plain Layout
8799 Flechas ! diagonales
8800 \end_layout
8801
8802 \end_inset
8803
8804
8805 \begin_inset Index
8806 status collapsed
8807
8808 \begin_layout Plain Layout
8809 Flechas ! verticales
8810 \end_layout
8811
8812 \end_inset
8813
8814
8815 \end_layout
8816
8817 \begin_layout Standard
8818 \begin_inset Space \hfill{}
8819 \end_inset
8820
8821
8822 \begin_inset Tabular
8823 <lyxtabular version="3" rows="7" columns="2">
8824 <features>
8825 <column alignment="center" valignment="top" width="0pt">
8826 <column alignment="center" valignment="top" width="0pt">
8827 <row>
8828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832 Comando
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841 Resultado
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 </row>
8847 <row>
8848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852
8853 \backslash
8854 uparrow
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863 \begin_inset Formula $\uparrow$
8864 \end_inset
8865
8866
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 </row>
8872 <row>
8873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Plain Layout
8877
8878 \backslash
8879 Uparrow
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888 \begin_inset Formula $\Uparrow$
8889 \end_inset
8890
8891
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 </row>
8897 <row>
8898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902
8903 \backslash
8904 updownarrow
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913 \begin_inset Formula $\updownarrow$
8914 \end_inset
8915
8916
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 </row>
8922 <row>
8923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927
8928 \backslash
8929 Updownarrow
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938 \begin_inset Formula $\Updownarrow$
8939 \end_inset
8940
8941
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 </row>
8947 <row>
8948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952
8953 \backslash
8954 Downarrow
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963 \begin_inset Formula $\Downarrow$
8964 \end_inset
8965
8966
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 </row>
8972 <row>
8973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977
8978 \backslash
8979 downarrow
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988 \begin_inset Formula $\downarrow$
8989 \end_inset
8990
8991
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 </row>
8997 </lyxtabular>
8998
8999 \end_inset
9000
9001
9002 \begin_inset Space \hfill{}
9003 \end_inset
9004
9005
9006 \begin_inset Tabular
9007 <lyxtabular version="3" rows="5" columns="2">
9008 <features>
9009 <column alignment="center" valignment="top" width="0pt">
9010 <column alignment="center" valignment="top" width="0pt">
9011 <row>
9012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016 Comando
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025 Resultado
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 </row>
9031 <row>
9032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036
9037 \backslash
9038 nearrow
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047 \begin_inset Formula $\nearrow$
9048 \end_inset
9049
9050
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 </row>
9056 <row>
9057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061
9062 \backslash
9063 searrow
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072 \begin_inset Formula $\searrow$
9073 \end_inset
9074
9075
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 </row>
9081 <row>
9082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086
9087 \backslash
9088 swarrow
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097 \begin_inset Formula $\swarrow$
9098 \end_inset
9099
9100
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 </row>
9106 <row>
9107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111
9112 \backslash
9113 nwarrow
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 \begin_inset Formula $\nwarrow$
9123 \end_inset
9124
9125
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 </row>
9131 </lyxtabular>
9132
9133 \end_inset
9134
9135
9136 \begin_inset Space \hfill{}
9137 \end_inset
9138
9139
9140 \end_layout
9141
9142 \begin_layout Standard
9143 \begin_inset VSpace medskip
9144 \end_inset
9145
9146
9147 \end_layout
9148
9149 \begin_layout Standard
9150 Las flechas verticales también se pueden usar como delimitadores junto con
9151  los comandos descritos en
9152 \begin_inset Space ~
9153 \end_inset
9154
9155
9156 \begin_inset CommandInset ref
9157 LatexCommand ref
9158 reference "sub:Tamaño-manual-de"
9159
9160 \end_inset
9161
9162  y 
9163 \begin_inset CommandInset ref
9164 LatexCommand ref
9165 reference "sub:Tamaño-automático-de"
9166
9167 \end_inset
9168
9169 .
9170 \end_layout
9171
9172 \begin_layout Standard
9173
9174 \end_layout
9175
9176 \begin_layout Section
9177 Acentos
9178 \begin_inset CommandInset label
9179 LatexCommand label
9180 name "sec:Acentos"
9181
9182 \end_inset
9183
9184
9185 \begin_inset Index
9186 status collapsed
9187
9188 \begin_layout Plain Layout
9189 Acentos
9190 \end_layout
9191
9192 \end_inset
9193
9194
9195 \end_layout
9196
9197 \begin_layout Standard
9198 Los acentos se pueden insertar con el botón 
9199 \begin_inset Graphics
9200         filename ../../images/math/hat.png
9201         embed ""
9202         scale 85
9203
9204 \end_inset
9205
9206  o mediante los comandos listados en las siguientes subsecciones.
9207 \end_layout
9208
9209 \begin_layout Subsection
9210 Acentos para un carácter
9211 \begin_inset ERT
9212 status collapsed
9213
9214 \begin_layout Plain Layout
9215
9216
9217 \backslash
9218 texorpdfstring{
9219 \end_layout
9220
9221 \end_inset
9222
9223
9224 \begin_inset Foot
9225 status open
9226
9227 \begin_layout Plain Layout
9228 Para acentos en texto, véase 
9229 \begin_inset CommandInset ref
9230 LatexCommand ref
9231 reference "sub:Acentos-en-texto"
9232
9233 \end_inset
9234
9235
9236 \end_layout
9237
9238 \end_inset
9239
9240
9241 \begin_inset ERT
9242 status collapsed
9243
9244 \begin_layout Plain Layout
9245
9246 }{}
9247 \end_layout
9248
9249 \end_inset
9250
9251
9252 \begin_inset Note Note
9253 status collapsed
9254
9255 \begin_layout Plain Layout
9256
9257 \backslash
9258 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
9259  PDF.
9260 \end_layout
9261
9262 \begin_layout Plain Layout
9263 Más sobre 
9264 \backslash
9265 texorpdfstring en la sección 
9266 \begin_inset CommandInset ref
9267 LatexCommand ref
9268 reference "sub:Ecuaciones-en-títulos"
9269
9270 \end_inset
9271
9272 .
9273 \end_layout
9274
9275 \end_inset
9276
9277
9278 \begin_inset CommandInset label
9279 LatexCommand label
9280 name "sub:Acentos-para-un"
9281
9282 \end_inset
9283
9284
9285 \begin_inset Index
9286 status collapsed
9287
9288 \begin_layout Plain Layout
9289 Acentos ! para un carácter
9290 \end_layout
9291
9292 \end_inset
9293
9294
9295 \end_layout
9296
9297 \begin_layout Standard
9298 \begin_inset Space \hfill{}
9299 \end_inset
9300
9301
9302 \begin_inset Tabular
9303 <lyxtabular version="3" rows="8" columns="2">
9304 <features>
9305 <column alignment="center" valignment="top" width="0pt">
9306 <column alignment="center" valignment="top" width="0pt">
9307 <row>
9308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312 Comando
9313 \end_layout
9314
9315 \end_inset
9316 </cell>
9317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Plain Layout
9321 Resultado
9322 \begin_inset Note Note
9323 status collapsed
9324
9325 \begin_layout Plain Layout
9326
9327 \series bold
9328
9329 \backslash
9330 raisebox
9331 \series default
9332  se usa sólo como espaciador
9333 \end_layout
9334
9335 \end_inset
9336
9337
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 </row>
9343 <row>
9344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348
9349 \backslash
9350 dot
9351 \begin_inset ERT
9352 status collapsed
9353
9354 \begin_layout Plain Layout
9355
9356
9357 \backslash
9358 spce 
9359 \end_layout
9360
9361 \end_inset
9362
9363 A
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Plain Layout
9372 \begin_inset Formula $\raisebox {5mm}{}\dot{A}$
9373 \end_inset
9374
9375
9376 \end_layout
9377
9378 \end_inset
9379 </cell>
9380 </row>
9381 <row>
9382 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386
9387 \backslash
9388 ddot
9389 \begin_inset ERT
9390 status collapsed
9391
9392 \begin_layout Plain Layout
9393
9394
9395 \backslash
9396 spce 
9397 \end_layout
9398
9399 \end_inset
9400
9401 A
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410 \begin_inset Formula $\raisebox {5mm}{}\ddot{A}$
9411 \end_inset
9412
9413
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 </row>
9419 <row>
9420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9421 \begin_inset Text
9422
9423 \begin_layout Plain Layout
9424
9425 \backslash
9426 dddot
9427 \begin_inset ERT
9428 status collapsed
9429
9430 \begin_layout Plain Layout
9431
9432
9433 \backslash
9434 spce 
9435 \end_layout
9436
9437 \end_inset
9438
9439 A
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Plain Layout
9448 \begin_inset Formula $\raisebox {5mm}{}\dddot{A}$
9449 \end_inset
9450
9451
9452 \end_layout
9453
9454 \end_inset
9455 </cell>
9456 </row>
9457 <row>
9458 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462
9463 \backslash
9464 ddddot{A
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473 \begin_inset Formula $\raisebox {5mm}{}\ddddot {A}$
9474 \end_inset
9475
9476
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 </row>
9482 <row>
9483 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Plain Layout
9487
9488 \backslash
9489 vec
9490 \begin_inset ERT
9491 status collapsed
9492
9493 \begin_layout Plain Layout
9494
9495
9496 \backslash
9497 spce 
9498 \end_layout
9499
9500 \end_inset
9501
9502 A
9503 \begin_inset Index
9504 status collapsed
9505
9506 \begin_layout Plain Layout
9507 Vectores
9508 \end_layout
9509
9510 \end_inset
9511
9512
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Plain Layout
9521 \begin_inset Formula $\raisebox {5mm}{}\vec{A}$
9522 \end_inset
9523
9524
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 </row>
9530 <row>
9531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535
9536 \backslash
9537 bar
9538 \begin_inset ERT
9539 status collapsed
9540
9541 \begin_layout Plain Layout
9542
9543
9544 \backslash
9545 spce 
9546 \end_layout
9547
9548 \end_inset
9549
9550 A
9551 \end_layout
9552
9553 \end_inset
9554 </cell>
9555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9556 \begin_inset Text
9557
9558 \begin_layout Plain Layout
9559 \begin_inset Formula $\raisebox {5mm}{}\bar{A}$
9560 \end_inset
9561
9562
9563 \end_layout
9564
9565 \end_inset
9566 </cell>
9567 </row>
9568 <row>
9569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Plain Layout
9573
9574 \backslash
9575 mathring
9576 \begin_inset ERT
9577 status collapsed
9578
9579 \begin_layout Plain Layout
9580
9581
9582 \backslash
9583 spce 
9584 \end_layout
9585
9586 \end_inset
9587
9588 A
9589 \end_layout
9590
9591 \end_inset
9592 </cell>
9593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Plain Layout
9597 \begin_inset Formula $\raisebox {5mm}{}\mathring{A}$
9598 \end_inset
9599
9600
9601 \end_layout
9602
9603 \end_inset
9604 </cell>
9605 </row>
9606 </lyxtabular>
9607
9608 \end_inset
9609
9610
9611 \begin_inset Space \hfill{}
9612 \end_inset
9613
9614
9615 \begin_inset Tabular
9616 <lyxtabular version="3" rows="7" columns="2">
9617 <features>
9618 <column alignment="center" valignment="top" width="0pt">
9619 <column alignment="center" valignment="top" width="0pt">
9620 <row>
9621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9622 \begin_inset Text
9623
9624 \begin_layout Plain Layout
9625 Comando
9626 \end_layout
9627
9628 \end_inset
9629 </cell>
9630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9631 \begin_inset Text
9632
9633 \begin_layout Plain Layout
9634 Resultado
9635 \begin_inset Note Note
9636 status collapsed
9637
9638 \begin_layout Plain Layout
9639
9640 \series bold
9641
9642 \backslash
9643 raisebox
9644 \series default
9645  se usa sólo como espaciador
9646 \end_layout
9647
9648 \end_inset
9649
9650
9651 \end_layout
9652
9653 \end_inset
9654 </cell>
9655 </row>
9656 <row>
9657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9658 \begin_inset Text
9659
9660 \begin_layout Plain Layout
9661
9662 \backslash
9663 tilde
9664 \begin_inset ERT
9665 status collapsed
9666
9667 \begin_layout Plain Layout
9668
9669
9670 \backslash
9671 spce 
9672 \end_layout
9673
9674 \end_inset
9675
9676 A
9677 \end_layout
9678
9679 \end_inset
9680 </cell>
9681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685 \begin_inset Formula $\raisebox {5mm}{}\tilde{A}$
9686 \end_inset
9687
9688
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 </row>
9694 <row>
9695 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699
9700 \backslash
9701 hat
9702 \begin_inset ERT
9703 status collapsed
9704
9705 \begin_layout Plain Layout
9706
9707
9708 \backslash
9709 spce 
9710 \end_layout
9711
9712 \end_inset
9713
9714 A
9715 \end_layout
9716
9717 \end_inset
9718 </cell>
9719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9720 \begin_inset Text
9721
9722 \begin_layout Plain Layout
9723 \begin_inset Formula $\raisebox {5mm}{}\hat{A}$
9724 \end_inset
9725
9726
9727 \end_layout
9728
9729 \end_inset
9730 </cell>
9731 </row>
9732 <row>
9733 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9734 \begin_inset Text
9735
9736 \begin_layout Plain Layout
9737
9738 \backslash
9739 check
9740 \begin_inset ERT
9741 status collapsed
9742
9743 \begin_layout Plain Layout
9744
9745
9746 \backslash
9747 spce 
9748 \end_layout
9749
9750 \end_inset
9751
9752 A
9753 \end_layout
9754
9755 \end_inset
9756 </cell>
9757 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761 \begin_inset Formula $\raisebox {5mm}{}\check{A}$
9762 \end_inset
9763
9764
9765 \end_layout
9766
9767 \end_inset
9768 </cell>
9769 </row>
9770 <row>
9771 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9772 \begin_inset Text
9773
9774 \begin_layout Plain Layout
9775
9776 \backslash
9777 acute
9778 \begin_inset ERT
9779 status collapsed
9780
9781 \begin_layout Plain Layout
9782
9783
9784 \backslash
9785 spce 
9786 \end_layout
9787
9788 \end_inset
9789
9790 A
9791 \end_layout
9792
9793 \end_inset
9794 </cell>
9795 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9796 \begin_inset Text
9797
9798 \begin_layout Plain Layout
9799 \begin_inset Formula $\raisebox {5mm}{}\acute{A}$
9800 \end_inset
9801
9802
9803 \end_layout
9804
9805 \end_inset
9806 </cell>
9807 </row>
9808 <row>
9809 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9810 \begin_inset Text
9811
9812 \begin_layout Plain Layout
9813
9814 \backslash
9815 grave
9816 \begin_inset ERT
9817 status collapsed
9818
9819 \begin_layout Plain Layout
9820
9821
9822 \backslash
9823 spce 
9824 \end_layout
9825
9826 \end_inset
9827
9828 A
9829 \end_layout
9830
9831 \end_inset
9832 </cell>
9833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Plain Layout
9837 \begin_inset Formula $\raisebox {5mm}{}\grave{A}$
9838 \end_inset
9839
9840
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 </row>
9846 <row>
9847 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9848 \begin_inset Text
9849
9850 \begin_layout Plain Layout
9851
9852 \backslash
9853 breve
9854 \begin_inset ERT
9855 status collapsed
9856
9857 \begin_layout Plain Layout
9858
9859
9860 \backslash
9861 spce 
9862 \end_layout
9863
9864 \end_inset
9865
9866 A
9867 \end_layout
9868
9869 \end_inset
9870 </cell>
9871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Plain Layout
9875 \begin_inset Formula $\raisebox {5mm}{}\breve{A}$
9876 \end_inset
9877
9878
9879 \end_layout
9880
9881 \end_inset
9882 </cell>
9883 </row>
9884 </lyxtabular>
9885
9886 \end_inset
9887
9888
9889 \begin_inset Space \hfill{}
9890 \end_inset
9891
9892
9893 \end_layout
9894
9895 \begin_layout Standard
9896 \begin_inset VSpace bigskip
9897 \end_inset
9898
9899
9900 \end_layout
9901
9902 \begin_layout Standard
9903 Para poner diéresis
9904 \begin_inset Index
9905 status collapsed
9906
9907 \begin_layout Plain Layout
9908 Diéresis
9909 \end_layout
9910
9911 \end_inset
9912
9913  en una ecuación se insertan comillas antes de la vocal.
9914  Estos dos caracteres son considerados por LaTeX como 
9915 \emph on
9916 un solo
9917 \emph default
9918  carácter si la parte de la ecuación con la diéresis se marca con idioma
9919  alemán.
9920 \begin_inset Foot
9921 status collapsed
9922
9923 \begin_layout Plain Layout
9924 O algún otro idioma que use acentos, p.
9925 \begin_inset Space \thinspace{}
9926 \end_inset
9927
9928 e.
9929  catalán.
9930  Sin embargo, en español no funciona por algún conflicto con el estilo 
9931 \series bold
9932 spanish
9933 \series default
9934  de 
9935 \series bold
9936 babel
9937 \series default
9938 .
9939  Dicho estilo suministra la orden 
9940 \series bold
9941
9942 \backslash
9943 dotlessi
9944 \series default
9945  para generar una 
9946 \begin_inset Quotes fld
9947 \end_inset
9948
9949 i
9950 \begin_inset Quotes frd
9951 \end_inset
9952
9953  sin punto en modo matemático, que se puede usar como alternativa al comando
9954  
9955 \series bold
9956
9957 \begin_inset Quotes eld
9958 \end_inset
9959
9960 i
9961 \series default
9962 , p.e., el comando 
9963 \series bold
9964
9965 \backslash
9966 ddot
9967 \series default
9968
9969 \begin_inset ERT
9970 status collapsed
9971
9972 \begin_layout Plain Layout
9973
9974
9975 \backslash
9976 spce 
9977 \end_layout
9978
9979 \end_inset
9980
9981
9982 \series bold
9983
9984 \backslash
9985 dotlessi
9986 \series default
9987  genera
9988 \series bold
9989  
9990 \series default
9991
9992 \begin_inset Formula $\ddot{\dotlessi }$
9993 \end_inset
9994
9995 .
9996  Véase la documentación del estilo, 
9997 \begin_inset CommandInset citation
9998 LatexCommand cite
9999 key "spanish"
10000
10001 \end_inset
10002
10003 .
10004  También se puede usar 
10005 \series bold
10006
10007 \backslash
10008 imath
10009 \series default
10010  en vez de 
10011 \series bold
10012
10013 \backslash
10014 dotlessi
10015 \series default
10016 .
10017  (
10018 \emph on
10019 N.
10020 \begin_inset Space \thinspace{}
10021 \end_inset
10022
10023 del t.
10024 \emph default
10025 )
10026 \end_layout
10027
10028 \end_inset
10029
10030  A diferencia de 
10031 \series bold
10032
10033 \backslash
10034 ddot
10035 \series default
10036 , con este método se generan diéresis 
10037 \begin_inset Quotes fld
10038 \end_inset
10039
10040 reales
10041 \begin_inset Quotes frd
10042 \end_inset
10043
10044 , como se demuestra en el siguiente ejemplo:
10045 \begin_inset VSpace -2mm
10046 \end_inset
10047
10048
10049 \end_layout
10050
10051 \begin_layout Standard
10052 \noindent
10053 \align center
10054 \begin_inset Tabular
10055 <lyxtabular version="3" rows="3" columns="2">
10056 <features>
10057 <column alignment="center" valignment="top" width="0">
10058 <column alignment="center" valignment="top" width="0">
10059 <row>
10060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064 Comando
10065 \end_layout
10066
10067 \end_inset
10068 </cell>
10069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10070 \begin_inset Text
10071
10072 \begin_layout Plain Layout
10073 Resultado
10074 \begin_inset Note Note
10075 status collapsed
10076
10077 \begin_layout Plain Layout
10078
10079 \series bold
10080 \lang english
10081
10082 \backslash
10083 raisebox
10084 \series default
10085  se usa sólo como espaciador.
10086 \end_layout
10087
10088 \end_inset
10089
10090
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 </row>
10096 <row>
10097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101 \begin_inset Quotes grd
10102 \end_inset
10103
10104 i
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113 \begin_inset Formula $\ddot{\dotlessi }$
10114 \end_inset
10115
10116
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 </row>
10122 <row>
10123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10124 \begin_inset Text
10125
10126 \begin_layout Plain Layout
10127
10128 \backslash
10129 ddot
10130 \begin_inset ERT
10131 status collapsed
10132
10133 \begin_layout Plain Layout
10134
10135
10136 \backslash
10137 spce 
10138 \end_layout
10139
10140 \end_inset
10141
10142 i
10143 \end_layout
10144
10145 \end_inset
10146 </cell>
10147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Plain Layout
10151 \begin_inset Formula $\raisebox {5mm}{}\ddot{i}$
10152 \end_inset
10153
10154
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 </row>
10160 </lyxtabular>
10161
10162 \end_inset
10163
10164
10165 \end_layout
10166
10167 \begin_layout Standard
10168 Otra ventaja con 
10169 \series bold
10170
10171 \backslash
10172 ddot
10173 \series default
10174  es que la diéresis puede convertirse directamente a texto matemático, porque
10175  los comandos para acentos de arriba 
10176 \emph on
10177 no están permitidos en texto matemático
10178 \emph default
10179 .
10180  Para convertir un carácter acentuado a texto matemático, se debe convertir
10181  sólo el carácter bajo el acento.
10182  Esto también se aplica para otras conversiones, p.
10183 \begin_inset Space \thinspace{}
10184 \end_inset
10185
10186 e.
10187 \begin_inset Space ~
10188 \end_inset
10189
10190 cursiva o negrita.
10191 \end_layout
10192
10193 \begin_layout Standard
10194 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10195 \end_layout
10196
10197 \begin_layout Subsection
10198 Acentos para operadores
10199 \begin_inset Index
10200 status collapsed
10201
10202 \begin_layout Plain Layout
10203 Acentos ! en operadores
10204 \end_layout
10205
10206 \end_inset
10207
10208
10209 \end_layout
10210
10211 \begin_layout Standard
10212 Con los comandos 
10213 \series bold
10214
10215 \backslash
10216 overset
10217 \series default
10218
10219 \begin_inset Index
10220 status collapsed
10221
10222 \begin_layout Plain Layout
10223 Comandos ! O ! 
10224 \backslash
10225 overset
10226 \end_layout
10227
10228 \end_inset
10229
10230  y 
10231 \series bold
10232
10233 \backslash
10234 underset
10235 \series default
10236
10237 \begin_inset Index
10238 status collapsed
10239
10240 \begin_layout Plain Layout
10241 Comandos ! U ! 
10242 \backslash
10243 underset
10244 \end_layout
10245
10246 \end_inset
10247
10248  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
10249  Con el comando 
10250 \series bold
10251
10252 \backslash
10253 sideset
10254 \series default
10255
10256 \begin_inset Index
10257 status collapsed
10258
10259 \begin_layout Plain Layout
10260 Comandos ! S ! 
10261 \backslash
10262 sideset
10263 \end_layout
10264
10265 \end_inset
10266
10267  se pueden poner caracteres delante y detrás de un operador.
10268  El esquema del comando es:
10269 \end_layout
10270
10271 \begin_layout Standard
10272
10273 \series bold
10274
10275 \backslash
10276 sideset{carácter
10277 \series default
10278  
10279 \series bold
10280 anterior}{carácter posterior}
10281 \end_layout
10282
10283 \begin_layout Standard
10284
10285 \series bold
10286
10287 \backslash
10288 sideset
10289 \series default
10290  siempre debe estar delante del operador que debe acentuarse.
10291  Se puede acentuar con varios caracteres e incluso con otros operadores
10292  y símbolos.
10293  Para colocar con
10294 \series bold
10295  
10296 \backslash
10297 sideset
10298 \series default
10299  caracteres sólo detrás del operador, por ejemplo, no se escribe nada en
10300  el primer par de llaves, pero sin quitarlas.
10301  
10302 \end_layout
10303
10304 \begin_layout Standard
10305 Por ejemplo, el comando 
10306 \series bold
10307
10308 \backslash
10309 sideset{
10310 \begin_inset Formula $\to$
10311 \end_inset
10312
10313
10314 \backslash
10315 {
10316 \series default
10317 '
10318 \series bold
10319
10320 \begin_inset Formula $\to$
10321 \end_inset
10322
10323
10324 \backslash
10325 sum_k=1
10326 \begin_inset ERT
10327 status collapsed
10328
10329 \begin_layout Plain Layout
10330
10331
10332 \backslash
10333 spce 
10334 \end_layout
10335
10336 \end_inset
10337
10338
10339 \series default
10340 ^
10341 \series bold
10342
10343 \begin_inset ERT
10344 status collapsed
10345
10346 \begin_layout Plain Layout
10347
10348
10349 \backslash
10350 spce 
10351 \end_layout
10352
10353 \end_inset
10354
10355 n
10356 \series default
10357  genera:
10358 \begin_inset Formula \[
10359 \sideset {}{'}\sum_{k=1}^{n}\]
10360
10361 \end_inset
10362
10363
10364 \end_layout
10365
10366 \begin_layout Standard
10367 El comando 
10368 \series bold
10369
10370 \backslash
10371 overset
10372 \begin_inset ERT
10373 status collapsed
10374
10375 \begin_layout Plain Layout
10376
10377
10378 \backslash
10379 spce 
10380 \end_layout
10381
10382 \end_inset
10383
10384
10385 \backslash
10386 maltese
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 \begin_inset Formula $\uparrow$
10403 \end_inset
10404
10405
10406 \series bold
10407 a
10408 \series default
10409  genera:
10410 \begin_inset Formula \[
10411 \overset{a}{\maltese}\]
10412
10413 \end_inset
10414
10415
10416 \end_layout
10417
10418 \begin_layout Standard
10419 Como se ve en el último ejemplo, con 
10420 \series bold
10421
10422 \backslash
10423 overset
10424 \series default
10425  y 
10426 \series bold
10427
10428 \backslash
10429 underset
10430 \series default
10431  también se pueden acentuar símbolos y caracteres; con 
10432 \series bold
10433
10434 \backslash
10435 sideset
10436 \series default
10437  esto no es posible.
10438 \end_layout
10439
10440 \begin_layout Subsection
10441 Acentos para varios caracteres
10442 \begin_inset CommandInset label
10443 LatexCommand label
10444 name "sub:Acentos-para-varios"
10445
10446 \end_inset
10447
10448
10449 \begin_inset Index
10450 status collapsed
10451
10452 \begin_layout Plain Layout
10453 Acentos ! en varios caracteres
10454 \end_layout
10455
10456 \end_inset
10457
10458
10459 \end_layout
10460
10461 \begin_layout Standard
10462 \begin_inset Space \hfill{}
10463 \end_inset
10464
10465
10466 \begin_inset Tabular
10467 <lyxtabular version="3" rows="5" columns="2">
10468 <features>
10469 <column alignment="center" valignment="top" width="0pt">
10470 <column alignment="center" valignment="top" width="0pt">
10471 <row>
10472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476 Comando
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10482 \begin_inset Text
10483
10484 \begin_layout Plain Layout
10485 Resultado
10486 \begin_inset Note Note
10487 status collapsed
10488
10489 \begin_layout Plain Layout
10490
10491 \series bold
10492
10493 \backslash
10494 raisebox
10495 \series default
10496  se usa sólo como espaciador
10497 \end_layout
10498
10499 \end_inset
10500
10501
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 </row>
10507 <row>
10508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512
10513 \backslash
10514 overleftarrow
10515 \begin_inset ERT
10516 status collapsed
10517
10518 \begin_layout Plain Layout
10519
10520
10521 \backslash
10522 spce 
10523 \end_layout
10524
10525 \end_inset
10526
10527 A=B
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536 \begin_inset Formula $\raisebox {6mm}{}\overleftarrow{A=B}\raisebox {-2mm}{}$
10537 \end_inset
10538
10539
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 </row>
10545 <row>
10546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550
10551 \backslash
10552 underleftarrow
10553 \begin_inset ERT
10554 status collapsed
10555
10556 \begin_layout Plain Layout
10557
10558
10559 \backslash
10560 spce 
10561 \end_layout
10562
10563 \end_inset
10564
10565 A=B
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574 \begin_inset Formula $\raisebox {5mm}{}\underleftarrow{A=B}\raisebox {-3mm}{}$
10575 \end_inset
10576
10577
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 </row>
10583 <row>
10584 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10585 \begin_inset Text
10586
10587 \begin_layout Plain Layout
10588
10589 \backslash
10590 overleftrightarrow
10591 \begin_inset ERT
10592 status collapsed
10593
10594 \begin_layout Plain Layout
10595
10596
10597 \backslash
10598 spce 
10599 \end_layout
10600
10601 \end_inset
10602
10603 A=B
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612 \begin_inset Formula $\raisebox {6mm}{}\overleftrightarrow{A=B}\raisebox {-2mm}{}$
10613 \end_inset
10614
10615
10616 \end_layout
10617
10618 \end_inset
10619 </cell>
10620 </row>
10621 <row>
10622 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626
10627 \backslash
10628 underleftrightarrow
10629 \begin_inset ERT
10630 status collapsed
10631
10632 \begin_layout Plain Layout
10633
10634
10635 \backslash
10636 spce 
10637 \end_layout
10638
10639 \end_inset
10640
10641 A=B
10642 \end_layout
10643
10644 \end_inset
10645 </cell>
10646 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10647 \begin_inset Text
10648
10649 \begin_layout Plain Layout
10650 \begin_inset Formula $\raisebox {5mm}{}\underleftrightarrow{A=B}\raisebox {-3mm}{}$
10651 \end_inset
10652
10653
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 </row>
10659 </lyxtabular>
10660
10661 \end_inset
10662
10663
10664 \begin_inset Space \hfill{}
10665 \end_inset
10666
10667
10668 \begin_inset Tabular
10669 <lyxtabular version="3" rows="5" columns="2">
10670 <features>
10671 <column alignment="center" valignment="top" width="0pt">
10672 <column alignment="center" valignment="top" width="0pt">
10673 <row>
10674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678 Comando
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687 Resultado
10688 \begin_inset Note Note
10689 status collapsed
10690
10691 \begin_layout Plain Layout
10692
10693 \series bold
10694
10695 \backslash
10696 raisebox
10697 \series default
10698  se usa sólo como espaciador
10699 \end_layout
10700
10701 \end_inset
10702
10703
10704 \end_layout
10705
10706 \end_inset
10707 </cell>
10708 </row>
10709 <row>
10710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10711 \begin_inset Text
10712
10713 \begin_layout Plain Layout
10714
10715 \backslash
10716 overrightarrow
10717 \begin_inset ERT
10718 status collapsed
10719
10720 \begin_layout Plain Layout
10721
10722
10723 \backslash
10724 spce 
10725 \end_layout
10726
10727 \end_inset
10728
10729 A=B
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738 \begin_inset Formula $\raisebox {6mm}{}\overrightarrow{A=B}\raisebox {-2mm}{}$
10739 \end_inset
10740
10741
10742 \end_layout
10743
10744 \end_inset
10745 </cell>
10746 </row>
10747 <row>
10748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Plain Layout
10752
10753 \backslash
10754 underrightarrow
10755 \begin_inset ERT
10756 status collapsed
10757
10758 \begin_layout Plain Layout
10759
10760
10761 \backslash
10762 spce 
10763 \end_layout
10764
10765 \end_inset
10766
10767 A=B
10768 \end_layout
10769
10770 \end_inset
10771 </cell>
10772 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10773 \begin_inset Text
10774
10775 \begin_layout Plain Layout
10776 \begin_inset Formula $\raisebox {5mm}{}\underrightarrow{A=B}\raisebox {-3mm}{}$
10777 \end_inset
10778
10779
10780 \end_layout
10781
10782 \end_inset
10783 </cell>
10784 </row>
10785 <row>
10786 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10787 \begin_inset Text
10788
10789 \begin_layout Plain Layout
10790
10791 \backslash
10792 widetilde
10793 \begin_inset ERT
10794 status collapsed
10795
10796 \begin_layout Plain Layout
10797
10798
10799 \backslash
10800 spce 
10801 \end_layout
10802
10803 \end_inset
10804
10805 A=B
10806 \end_layout
10807
10808 \end_inset
10809 </cell>
10810 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10811 \begin_inset Text
10812
10813 \begin_layout Plain Layout
10814 \begin_inset Formula $\raisebox {6mm}{}\widetilde{A=B}\raisebox {-2mm}{}$
10815 \end_inset
10816
10817
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 </row>
10823 <row>
10824 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10825 \begin_inset Text
10826
10827 \begin_layout Plain Layout
10828
10829 \backslash
10830 widehat
10831 \begin_inset ERT
10832 status collapsed
10833
10834 \begin_layout Plain Layout
10835
10836
10837 \backslash
10838 spce 
10839 \end_layout
10840
10841 \end_inset
10842
10843 A=B
10844 \end_layout
10845
10846 \end_inset
10847 </cell>
10848 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10849 \begin_inset Text
10850
10851 \begin_layout Plain Layout
10852 \begin_inset Formula $\raisebox {6mm}{}\widehat{A=B}\raisebox {-2mm}{}$
10853 \end_inset
10854
10855
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 </row>
10861 </lyxtabular>
10862
10863 \end_inset
10864
10865
10866 \begin_inset Space \hfill{}
10867 \end_inset
10868
10869
10870 \end_layout
10871
10872 \begin_layout Standard
10873 \begin_inset VSpace medskip
10874 \end_inset
10875
10876
10877 \end_layout
10878
10879 \begin_layout Standard
10880 Con estos comandos se pueden acentuar tantos caracteres como quieras.
10881  Pero los acentos 
10882 \series bold
10883
10884 \backslash
10885 widetilde
10886 \series default
10887  y 
10888 \series bold
10889
10890 \backslash
10891 widehat
10892 \series default
10893  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
10894  ejemplo:
10895 \begin_inset Formula \[
10896 \widetilde{A+B=C-D}\]
10897
10898 \end_inset
10899
10900
10901 \end_layout
10902
10903 \begin_layout Standard
10904 Con los comandos 
10905 \series bold
10906
10907 \backslash
10908 overset
10909 \series default
10910
10911 \begin_inset Index
10912 status collapsed
10913
10914 \begin_layout Plain Layout
10915 Comandos ! O ! 
10916 \backslash
10917 overset
10918 \end_layout
10919
10920 \end_inset
10921
10922  y 
10923 \series bold
10924
10925 \backslash
10926 underset
10927 \series default
10928
10929 \begin_inset Index
10930 status collapsed
10931
10932 \begin_layout Plain Layout
10933 Comandos ! U ! 
10934 \backslash
10935 underset
10936 \end_layout
10937
10938 \end_inset
10939
10940 , descritos en la subsección anterior, también se pueden acentuar varios
10941  caracteres.
10942  El comando 
10943 \series bold
10944
10945 \backslash
10946 underset
10947 \begin_inset ERT
10948 status collapsed
10949
10950 \begin_layout Plain Layout
10951
10952
10953 \backslash
10954 spce 
10955 \end_layout
10956
10957 \end_inset
10958
10959 A=B
10960 \begin_inset Formula $\downarrow$
10961 \end_inset
10962
10963 ***
10964 \series default
10965  da:
10966 \begin_inset Formula \[
10967 \underset{***}{A=B}\]
10968
10969 \end_inset
10970
10971
10972 \end_layout
10973
10974 \begin_layout Section
10975 Espacios
10976 \begin_inset CommandInset label
10977 LatexCommand label
10978 name "sec:Espacio"
10979
10980 \end_inset
10981
10982
10983 \begin_inset Index
10984 status collapsed
10985
10986 \begin_layout Plain Layout
10987 Espacio ! horizontal
10988 \end_layout
10989
10990 \end_inset
10991
10992
10993 \end_layout
10994
10995 \begin_layout Subsection
10996 Espacio predefinido
10997 \begin_inset CommandInset label
10998 LatexCommand label
10999 name "sub:Espacio-predefinido"
11000
11001 \end_inset
11002
11003
11004 \begin_inset Index
11005 status collapsed
11006
11007 \begin_layout Plain Layout
11008 Espacio ! horizontal ! predefinido
11009 \end_layout
11010
11011 \end_inset
11012
11013
11014 \end_layout
11015
11016 \begin_layout Standard
11017 A veces es necesario insertar espacio horizontal en una ecuación.
11018  Esto se hace insertando un espacio protegido (atajo 
11019 \family sans
11020 Ctrl-Espacio
11021 \family default
11022 ).
11023  Aparece un 
11024 \begin_inset Quotes fld
11025 \end_inset
11026
11027
11028 \begin_inset ERT
11029 status open
11030
11031 \begin_layout Plain Layout
11032
11033
11034 \backslash
11035 spce 
11036 \end_layout
11037
11038 \end_inset
11039
11040
11041 \begin_inset Quotes frd
11042 \end_inset
11043
11044  azul, y pulsando 
11045 \family sans
11046 Espacio
11047 \family default
11048  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
11049  espacio.
11050  También se pueden insertar espacios mediante el botón 
11051 \begin_inset Graphics
11052         filename ../../images/math/space.png
11053         embed ""
11054         scale 85
11055
11056 \end_inset
11057
11058  de la barra de ecuaciones o con comandos especiales.
11059  Independientemente del comando insertado, se puede seleccionar de nuevo
11060  el tamaño pulsando acto seguido 
11061 \family sans
11062 Espacio.
11063  
11064 \end_layout
11065
11066 \begin_layout Standard
11067 \noindent
11068 \align center
11069 \begin_inset VSpace -5mm
11070 \end_inset
11071
11072
11073 \begin_inset Tabular
11074 <lyxtabular version="3" rows="3" columns="7">
11075 <features>
11076 <column alignment="center" valignment="middle" width="6.8cm">
11077 <column alignment="center" valignment="top" width="0">
11078 <column alignment="center" valignment="top" width="0">
11079 <column alignment="center" valignment="top" width="0">
11080 <column alignment="center" valignment="top" width="0">
11081 <column alignment="center" valignment="top" width="0">
11082 <column alignment="center" valignment="top" width="0">
11083 <row>
11084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11085 \begin_inset Text
11086
11087 \begin_layout Plain Layout
11088 Comando
11089 \end_layout
11090
11091 \end_inset
11092 </cell>
11093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11094 \begin_inset Text
11095
11096 \begin_layout Plain Layout
11097
11098 \backslash
11099 ,
11100 \end_layout
11101
11102 \end_inset
11103 </cell>
11104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11105 \begin_inset Text
11106
11107 \begin_layout Plain Layout
11108
11109 \backslash
11110 :
11111 \end_layout
11112
11113 \end_inset
11114 </cell>
11115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11116 \begin_inset Text
11117
11118 \begin_layout Plain Layout
11119
11120 \backslash
11121 ;
11122 \end_layout
11123
11124 \end_inset
11125 </cell>
11126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11127 \begin_inset Text
11128
11129 \begin_layout Plain Layout
11130
11131 \backslash
11132 quad
11133 \end_layout
11134
11135 \end_inset
11136 </cell>
11137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11138 \begin_inset Text
11139
11140 \begin_layout Plain Layout
11141
11142 \backslash
11143 qquad
11144 \end_layout
11145
11146 \end_inset
11147 </cell>
11148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11149 \begin_inset Text
11150
11151 \begin_layout Plain Layout
11152
11153 \backslash
11154 !
11155 \end_layout
11156
11157 \end_inset
11158 </cell>
11159 </row>
11160 <row>
11161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11162 \begin_inset Text
11163
11164 \begin_layout Plain Layout
11165 Número de pulsaciones de 
11166 \family sans
11167 Espacio
11168 \family default
11169  tras insertar el espacio protegido
11170 \end_layout
11171
11172 \end_inset
11173 </cell>
11174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11175 \begin_inset Text
11176
11177 \begin_layout Plain Layout
11178 0
11179 \end_layout
11180
11181 \end_inset
11182 </cell>
11183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11184 \begin_inset Text
11185
11186 \begin_layout Plain Layout
11187 1
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196 2
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205 3
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214 4
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223 5
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 </row>
11229 <row>
11230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 Resultado
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243 \begin_inset Formula $A\, B$
11244 \end_inset
11245
11246
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255 \begin_inset Formula $A\: B$
11256 \end_inset
11257
11258
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11264 \begin_inset Text
11265
11266 \begin_layout Plain Layout
11267 \begin_inset Formula $A\; B$
11268 \end_inset
11269
11270
11271 \end_layout
11272
11273 \end_inset
11274 </cell>
11275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Plain Layout
11279 \begin_inset Formula $A\quad B$
11280 \end_inset
11281
11282
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11288 \begin_inset Text
11289
11290 \begin_layout Plain Layout
11291 \begin_inset Formula $A\qquad B$
11292 \end_inset
11293
11294
11295 \end_layout
11296
11297 \end_inset
11298 </cell>
11299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11300 \begin_inset Text
11301
11302 \begin_layout Plain Layout
11303 \begin_inset Formula $A\! B$
11304 \end_inset
11305
11306
11307 \end_layout
11308
11309 \end_inset
11310 </cell>
11311 </row>
11312 </lyxtabular>
11313
11314 \end_inset
11315
11316
11317 \end_layout
11318
11319 \begin_layout Standard
11320 El último tamaño parece no generar espacio.
11321  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
11322  negativo.
11323  Hay otros dos espacios negativos:
11324 \end_layout
11325
11326 \begin_layout Standard
11327 \align center
11328 \begin_inset Tabular
11329 <lyxtabular version="3" rows="3" columns="3">
11330 <features>
11331 <column alignment="center" valignment="middle" width="6.8cm">
11332 <column alignment="center" valignment="top" width="0pt">
11333 <column alignment="center" valignment="top" width="0pt">
11334 <row>
11335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11336 \begin_inset Text
11337
11338 \begin_layout Plain Layout
11339 Comando
11340 \end_layout
11341
11342 \end_inset
11343 </cell>
11344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11345 \begin_inset Text
11346
11347 \begin_layout Plain Layout
11348
11349 \backslash
11350 negmedspace
11351 \end_layout
11352
11353 \end_inset
11354 </cell>
11355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11356 \begin_inset Text
11357
11358 \begin_layout Plain Layout
11359
11360 \backslash
11361 negthickspace
11362 \end_layout
11363
11364 \end_inset
11365 </cell>
11366 </row>
11367 <row>
11368 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 Número de pulsaciones de 
11373 \family sans
11374 Espacio
11375 \family default
11376  tras insertar el espacio protegido
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385 6
11386 \end_layout
11387
11388 \end_inset
11389 </cell>
11390 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11391 \begin_inset Text
11392
11393 \begin_layout Plain Layout
11394 7
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 </row>
11400 <row>
11401 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 Resultado
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414 \begin_inset Formula $A\negmedspace B$
11415 \end_inset
11416
11417
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Plain Layout
11426 \begin_inset Formula $A\negthickspace B$
11427 \end_inset
11428
11429
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 </row>
11435 </lyxtabular>
11436
11437 \end_inset
11438
11439
11440 \end_layout
11441
11442 \begin_layout Standard
11443 Los espacios negativos pueden dar lugar a caracteres solapados con otros.
11444  Así, se pueden usar para forzar ligaduras, lo que es apropiado, p.
11445 \begin_inset Space \thinspace{}
11446 \end_inset
11447
11448 e., para operadores de suma: 
11449 \end_layout
11450
11451 \begin_layout Standard
11452 \noindent
11453 \align center
11454 \begin_inset Tabular
11455 <lyxtabular version="3" rows="3" columns="2">
11456 <features>
11457 <column alignment="center" valignment="top" width="0">
11458 <column alignment="center" valignment="top" width="0">
11459 <row>
11460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 Comando
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 Resultado
11474 \begin_inset Note Note
11475 status collapsed
11476
11477 \begin_layout Plain Layout
11478
11479 \series bold
11480
11481 \backslash
11482 raisebox
11483 \series default
11484  se usa sólo como espaciador
11485 \end_layout
11486
11487 \end_inset
11488
11489
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 </row>
11495 <row>
11496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11497 \begin_inset Text
11498
11499 \begin_layout Plain Layout
11500
11501 \backslash
11502 sum
11503 \backslash
11504 sum
11505 \begin_inset ERT
11506 status collapsed
11507
11508 \begin_layout Plain Layout
11509
11510
11511 \backslash
11512 spce 
11513 \end_layout
11514
11515 \end_inset
11516
11517 f_kl
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Plain Layout
11526 \begin_inset Formula $\raisebox {4.5mm}{}\sum\sum f_{kl}\raisebox {-2.5mm}{}$
11527 \end_inset
11528
11529
11530 \end_layout
11531
11532 \end_inset
11533 </cell>
11534 </row>
11535 <row>
11536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540
11541 \backslash
11542 sum
11543 \backslash
11544 negmedspace
11545 \backslash
11546 sum
11547 \begin_inset ERT
11548 status collapsed
11549
11550 \begin_layout Plain Layout
11551
11552
11553 \backslash
11554 spce 
11555 \end_layout
11556
11557 \end_inset
11558
11559 f_kl
11560 \end_layout
11561
11562 \end_inset
11563 </cell>
11564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11565 \begin_inset Text
11566
11567 \begin_layout Plain Layout
11568 \begin_inset Formula $\raisebox {4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox {-2.5mm}{}$
11569 \end_inset
11570
11571
11572 \end_layout
11573
11574 \end_inset
11575 </cell>
11576 </row>
11577 </lyxtabular>
11578
11579 \end_inset
11580
11581
11582 \end_layout
11583
11584 \begin_layout Standard
11585 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11586  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11587  El siguiente ejemplo lo ilustra:
11588 \end_layout
11589
11590 \begin_layout Standard
11591 \noindent
11592 \align center
11593 \begin_inset Tabular
11594 <lyxtabular version="3" rows="2" columns="2">
11595 <features>
11596 <column alignment="center" valignment="top" width="0">
11597 <column alignment="center" valignment="top" width="0">
11598 <row>
11599 <cell alignment="center" valignment="top" usebox="none">
11600 \begin_inset Text
11601
11602 \begin_layout Plain Layout
11603 ecuación normal
11604 \end_layout
11605
11606 \end_inset
11607 </cell>
11608 <cell alignment="center" valignment="top" usebox="none">
11609 \begin_inset Text
11610
11611 \begin_layout Plain Layout
11612 \begin_inset Formula $A=B$
11613 \end_inset
11614
11615
11616 \end_layout
11617
11618 \end_inset
11619 </cell>
11620 </row>
11621 <row>
11622 <cell alignment="center" valignment="top" usebox="none">
11623 \begin_inset Text
11624
11625 \begin_layout Plain Layout
11626 \begin_inset Note Note
11627 status collapsed
11628
11629 \begin_layout Plain Layout
11630
11631 \series bold
11632
11633 \backslash
11634 raisebox
11635 \series default
11636  se usa sólo como espaciador
11637 \end_layout
11638
11639 \end_inset
11640
11641
11642 \begin_inset Formula $\raisebox {5mm}{}$
11643 \end_inset
11644
11645 ecuación sin espacio
11646 \end_layout
11647
11648 \end_inset
11649 </cell>
11650 <cell alignment="center" valignment="top" usebox="none">
11651 \begin_inset Text
11652
11653 \begin_layout Plain Layout
11654 \begin_inset Formula $A{=}B$
11655 \end_inset
11656
11657
11658 \end_layout
11659
11660 \end_inset
11661 </cell>
11662 </row>
11663 </lyxtabular>
11664
11665 \end_inset
11666
11667
11668 \end_layout
11669
11670 \begin_layout Standard
11671 El comando para la segunda ecuación es: 
11672 \series bold
11673 A
11674 \backslash
11675 {=
11676 \begin_inset Formula $\rightarrow$
11677 \end_inset
11678
11679 B
11680 \series default
11681  
11682 \begin_inset VSpace bigskip
11683 \end_inset
11684
11685
11686 \end_layout
11687
11688 \begin_layout Standard
11689 Para las unidades físicas hacen falta espacios, porque entre el valor y
11690  su unidad se pone un espacio más pequeño que el normal.
11691  Para unidades en el texto se inserta con el menú 
11692 \family sans
11693 Insertar\SpecialChar \menuseparator
11694 Formato\SpecialChar \menuseparator
11695 Espacio
11696 \begin_inset Space ~
11697 \end_inset
11698
11699 delgado
11700 \family default
11701  (atajo 
11702 \family sans
11703 Ctrl-Mayúscula-Espacio
11704 \family default
11705 ).
11706 \end_layout
11707
11708 \begin_layout Standard
11709 Un ejemplo para visualizar la diferencia:
11710 \end_layout
11711
11712 \begin_layout Standard
11713 \begin_inset Tabular
11714 <lyxtabular version="3" rows="2" columns="2">
11715 <features>
11716 <column alignment="center" valignment="top" width="0">
11717 <column alignment="left" valignment="top" width="0">
11718 <row>
11719 <cell alignment="center" valignment="top" usebox="none">
11720 \begin_inset Text
11721
11722 \begin_layout Plain Layout
11723 24 kW
11724 \begin_inset Formula $\cdot$
11725 \end_inset
11726
11727 h
11728 \end_layout
11729
11730 \end_inset
11731 </cell>
11732 <cell alignment="center" valignment="top" usebox="none">
11733 \begin_inset Text
11734
11735 \begin_layout Plain Layout
11736 espacio entre valor y unidad 
11737 \end_layout
11738
11739 \end_inset
11740 </cell>
11741 </row>
11742 <row>
11743 <cell alignment="center" valignment="top" usebox="none">
11744 \begin_inset Text
11745
11746 \begin_layout Plain Layout
11747 24
11748 \begin_inset Space \thinspace{}
11749 \end_inset
11750
11751 kW
11752 \begin_inset Formula $\cdot$
11753 \end_inset
11754
11755 h
11756 \end_layout
11757
11758 \end_inset
11759 </cell>
11760 <cell alignment="center" valignment="top" usebox="none">
11761 \begin_inset Text
11762
11763 \begin_layout Plain Layout
11764 espacio delgado entre valor y unidad
11765 \end_layout
11766
11767 \end_inset
11768 </cell>
11769 </row>
11770 </lyxtabular>
11771
11772 \end_inset
11773
11774
11775 \end_layout
11776
11777 \begin_layout Subsection
11778 Espacio variable
11779 \begin_inset ERT
11780 status collapsed
11781
11782 \begin_layout Plain Layout
11783
11784
11785 \backslash
11786 texorpdfstring{
11787 \end_layout
11788
11789 \end_inset
11790
11791
11792 \begin_inset Foot
11793 status open
11794
11795 \begin_layout Plain Layout
11796 Para espacio vertical en ecuaciones véase 
11797 \begin_inset CommandInset ref
11798 LatexCommand ref
11799 reference "sub:Separación-de-líneas"
11800
11801 \end_inset
11802
11803
11804 \end_layout
11805
11806 \end_inset
11807
11808
11809 \begin_inset ERT
11810 status collapsed
11811
11812 \begin_layout Plain Layout
11813
11814 }{}
11815 \end_layout
11816
11817 \end_inset
11818
11819
11820 \begin_inset Note Note
11821 status collapsed
11822
11823 \begin_layout Plain Layout
11824
11825 \backslash
11826 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
11827  PDF.
11828 \end_layout
11829
11830 \begin_layout Plain Layout
11831 Más sobre 
11832 \backslash
11833 texorpdfstring en la sección 
11834 \begin_inset CommandInset ref
11835 LatexCommand ref
11836 reference "sub:Ecuaciones-en-títulos"
11837
11838 \end_inset
11839
11840 .
11841 \end_layout
11842
11843 \end_inset
11844
11845
11846 \begin_inset CommandInset label
11847 LatexCommand label
11848 name "sub:Espacio-variable"
11849
11850 \end_inset
11851
11852
11853 \begin_inset Index
11854 status collapsed
11855
11856 \begin_layout Plain Layout
11857 Espacio ! horizontal ! variable
11858 \end_layout
11859
11860 \end_inset
11861
11862
11863 \end_layout
11864
11865 \begin_layout Standard
11866 En LyX se puede insertar espacio con una longitud definida con el comando
11867 \begin_inset Newline newline
11868 \end_inset
11869
11870
11871 \series bold
11872
11873 \backslash
11874 hspace{longitud}
11875 \series default
11876
11877 \begin_inset Index
11878 status collapsed
11879
11880 \begin_layout Plain Layout
11881 Comandos ! H ! 
11882 \backslash
11883 hspace
11884 \end_layout
11885
11886 \end_inset
11887
11888 .
11889  Para la longitud están permitidas todas las unidades de la 
11890 \begin_inset CommandInset ref
11891 LatexCommand ref
11892 reference "tab:Unidades-empleadas"
11893
11894 \end_inset
11895
11896 , excepto la unidad 
11897 \begin_inset Quotes fld
11898 \end_inset
11899
11900 mu
11901 \begin_inset Quotes frd
11902 \end_inset
11903
11904 .
11905  La longitud también puede ser negativa.
11906  Para insertar en una ecuación tanto espacio como esté disponible se usa
11907  el comando 
11908 \series bold
11909
11910 \backslash
11911 hfill
11912 \series default
11913
11914 \begin_inset Index
11915 status collapsed
11916
11917 \begin_layout Plain Layout
11918 Comandos ! H ! 
11919 \backslash
11920 hfill
11921 \end_layout
11922
11923 \end_inset
11924
11925 .
11926 \begin_inset VSpace -1mm
11927 \end_inset
11928
11929
11930 \end_layout
11931
11932 \begin_layout Standard
11933 \noindent
11934 \align center
11935 \begin_inset Tabular
11936 <lyxtabular version="3" rows="4" columns="2">
11937 <features>
11938 <column alignment="center" valignment="top" width="0">
11939 <column alignment="center" valignment="top" width="0">
11940 <row>
11941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11942 \begin_inset Text
11943
11944 \begin_layout Plain Layout
11945 Comando
11946 \end_layout
11947
11948 \end_inset
11949 </cell>
11950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11951 \begin_inset Text
11952
11953 \begin_layout Plain Layout
11954 Resultado
11955 \end_layout
11956
11957 \end_inset
11958 </cell>
11959 </row>
11960 <row>
11961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11962 \begin_inset Text
11963
11964 \begin_layout Plain Layout
11965 A=B
11966 \backslash
11967 hspace{3cm
11968 \begin_inset Formula $\to$
11969 \end_inset
11970
11971 A
11972 \backslash
11973 not=C
11974 \end_layout
11975
11976 \end_inset
11977 </cell>
11978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11979 \begin_inset Text
11980
11981 \begin_layout Plain Layout
11982 \begin_inset Formula $A=B\hspace {3cm}A\not=C$
11983 \end_inset
11984
11985
11986 \end_layout
11987
11988 \end_inset
11989 </cell>
11990 </row>
11991 <row>
11992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11993 \begin_inset Text
11994
11995 \begin_layout Plain Layout
11996 A
11997 \backslash
11998 hspace{-1mm
11999 \begin_inset Formula $\to$
12000 \end_inset
12001
12002 A
12003 \backslash
12004 not=A
12005 \end_layout
12006
12007 \end_inset
12008 </cell>
12009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12010 \begin_inset Text
12011
12012 \begin_layout Plain Layout
12013 \begin_inset Formula $A\hspace {-1mm}A\not=A$
12014 \end_inset
12015
12016
12017 \end_layout
12018
12019 \end_inset
12020 </cell>
12021 </row>
12022 <row>
12023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12024 \begin_inset Text
12025
12026 \begin_layout Plain Layout
12027 A=A
12028 \backslash
12029 hfill
12030 \begin_inset ERT
12031 status collapsed
12032
12033 \begin_layout Plain Layout
12034
12035
12036 \backslash
12037 spce 
12038 \end_layout
12039
12040 \end_inset
12041
12042 B=B
12043 \end_layout
12044
12045 \end_inset
12046 </cell>
12047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12048 \begin_inset Text
12049
12050 \begin_layout Plain Layout
12051 \begin_inset Formula $A=A\hfill  B=B$
12052 \end_inset
12053
12054
12055 \end_layout
12056
12057 \end_inset
12058 </cell>
12059 </row>
12060 </lyxtabular>
12061
12062 \end_inset
12063
12064
12065 \end_layout
12066
12067 \begin_layout Standard
12068 En el último ejemplo el espacio disponible viene dado por la entrada más
12069  larga de columna en la tabla.
12070  En una ecuación en línea el espacio depende de la longitud de la línea
12071  en la que se inserta 
12072 \series bold
12073
12074 \backslash
12075 hfill
12076 \series default
12077 .
12078  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12079  
12080 \series bold
12081
12082 \backslash
12083 hfill
12084 \series default
12085  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12086 \series bold
12087 Sangrado
12088 \series default
12089 .
12090  (Los estilos de ecuaciones se explican en
12091 \begin_inset Space ~
12092 \end_inset
12093
12094
12095 \begin_inset CommandInset ref
12096 LatexCommand ref
12097 reference "sec:Estilos-de-ecuación"
12098
12099 \end_inset
12100
12101 ).
12102 \end_layout
12103
12104 \begin_layout Standard
12105 Los comandos 
12106 \series bold
12107
12108 \backslash
12109 hspace
12110 \series default
12111  y 
12112 \series bold
12113
12114 \backslash
12115 hfill
12116 \series default
12117  también se pueden insertar en modo TeX para texto:
12118 \end_layout
12119
12120 \begin_layout Standard
12121 En esta línea hay un espacio
12122 \begin_inset ERT
12123 status collapsed
12124
12125 \begin_layout Plain Layout
12126
12127
12128 \backslash
12129 hspace{2cm}
12130 \end_layout
12131
12132 \end_inset
12133
12134 de 2
12135 \begin_inset Space \thinspace{}
12136 \end_inset
12137
12138 cm.
12139 \end_layout
12140
12141 \begin_layout Standard
12142 En esta línea hay un
12143 \begin_inset Space \hfill{}
12144 \end_inset
12145
12146 espacio máximo.
12147 \end_layout
12148
12149 \begin_layout Standard
12150 En el último ejemplo 
12151 \series bold
12152
12153 \backslash
12154 hfill
12155 \series default
12156  se ha insertado con el menú 
12157 \family sans
12158 Insertar\SpecialChar \menuseparator
12159 Formato\SpecialChar \menuseparator
12160 Relleno
12161 \begin_inset Space ~
12162 \end_inset
12163
12164 horizontal
12165 \family default
12166 , que no es posible en ecuaciones.
12167  Esto tiene la ventaja de que se puede ver directamente en LyX que es un
12168  espacio flexible.
12169 \end_layout
12170
12171 \begin_layout Standard
12172 Si los comandos están al principio de una línea de texto pero no al principio
12173  de un párrafo, serán ignorados por LaTeX.
12174  Para evitar esto se usa el comando 
12175 \series bold
12176
12177 \backslash
12178 hspace*
12179 \series default
12180  en vez de 
12181 \series bold
12182
12183 \backslash
12184 hspace
12185 \series default
12186 .
12187  Para conseguir lo mismo con 
12188 \series bold
12189
12190 \backslash
12191 hfill
12192 \series default
12193  hay que insertar un salto de línea y un espacio fantasma
12194 \begin_inset Foot
12195 status open
12196
12197 \begin_layout Plain Layout
12198 véase 
12199 \begin_inset CommandInset ref
12200 LatexCommand ref
12201 reference "sub:Espaciadores-fantasma"
12202
12203 \end_inset
12204
12205
12206 \end_layout
12207
12208 \end_inset
12209
12210  vacío, con el comando 
12211 \series bold
12212
12213 \backslash
12214 vphantom{}
12215 \series default
12216  en modo TeX antes de 
12217 \series bold
12218
12219 \backslash
12220 hfill
12221 \series default
12222 .
12223 \end_layout
12224
12225 \begin_layout Subsection
12226 Espacio adicional en ecuaciones en línea
12227 \begin_inset Index
12228 status collapsed
12229
12230 \begin_layout Plain Layout
12231 Espacio ! adicional en línea
12232 \end_layout
12233
12234 \end_inset
12235
12236
12237 \end_layout
12238
12239 \begin_layout Standard
12240 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12241  
12242 \series bold
12243
12244 \backslash
12245 mathsurround
12246 \begin_inset Index
12247 status collapsed
12248
12249 \begin_layout Plain Layout
12250 Comandos ! M ! 
12251 \backslash
12252 mathsurround
12253 \end_layout
12254
12255 \end_inset
12256
12257
12258 \series default
12259 .
12260  El valor de una longitud se establece con el comando 
12261 \series bold
12262
12263 \backslash
12264 setlength
12265 \series default
12266
12267 \begin_inset Index
12268 status collapsed
12269
12270 \begin_layout Plain Layout
12271 Comandos ! S ! 
12272 \backslash
12273 setlength
12274 \end_layout
12275
12276 \end_inset
12277
12278  según el siguiente esquema:
12279 \end_layout
12280
12281 \begin_layout Standard
12282
12283 \series bold
12284
12285 \backslash
12286 setlength{nombre de la longitud}{valor}
12287 \end_layout
12288
12289 \begin_layout Standard
12290 Para poner a 
12291 \series bold
12292
12293 \backslash
12294 mathsurround
12295 \series default
12296  un valor de 5
12297 \begin_inset Space \thinspace{}
12298 \end_inset
12299
12300 mm, se inserta el comando
12301 \end_layout
12302
12303 \begin_layout Standard
12304
12305 \series bold
12306
12307 \backslash
12308 setlength{
12309 \backslash
12310 mathsurround}{5mm}
12311 \end_layout
12312
12313 \begin_layout Standard
12314 en modo TeX.
12315  Se establecerá un espacio de 5
12316 \begin_inset Space \thinspace{}
12317 \end_inset
12318
12319 mm alrededor de todas las ecuaciones en línea:
12320 \begin_inset ERT
12321 status collapsed
12322
12323 \begin_layout Plain Layout
12324
12325
12326 \backslash
12327 setlength{
12328 \backslash
12329 mathsurround}{5mm}
12330 \end_layout
12331
12332 \end_inset
12333
12334
12335 \end_layout
12336
12337 \begin_layout Standard
12338 En esta línea hay una ecuación 
12339 \begin_inset Formula $A=B$
12340 \end_inset
12341
12342  rodeada por espacios de 5
12343 \begin_inset Space \thinspace{}
12344 \end_inset
12345
12346 mm.
12347 \begin_inset ERT
12348 status collapsed
12349
12350 \begin_layout Plain Layout
12351
12352
12353 \backslash
12354 setlength{
12355 \backslash
12356 mathsurround}{0mm}
12357 \end_layout
12358
12359 \end_inset
12360
12361
12362 \end_layout
12363
12364 \begin_layout Standard
12365 Para volver al espacio predeterminado, 
12366 \series bold
12367
12368 \backslash
12369 mathsurround
12370 \series default
12371  se restablece al valor 0
12372 \begin_inset Space \thinspace{}
12373 \end_inset
12374
12375 pt.
12376 \end_layout
12377
12378 \begin_layout Section
12379 Cuadros y marcos
12380 \begin_inset Index
12381 status collapsed
12382
12383 \begin_layout Plain Layout
12384 Marcos
12385 \end_layout
12386
12387 \end_inset
12388
12389
12390 \begin_inset Index
12391 status collapsed
12392
12393 \begin_layout Plain Layout
12394 Marcos | see 
12395 \begin_inset ERT
12396 status collapsed
12397
12398 \begin_layout Plain Layout
12399
12400 {
12401 \end_layout
12402
12403 \end_inset
12404
12405 Cuadros
12406 \begin_inset ERT
12407 status collapsed
12408
12409 \begin_layout Plain Layout
12410
12411 }
12412 \end_layout
12413
12414 \end_inset
12415
12416
12417 \end_layout
12418
12419 \end_inset
12420
12421
12422 \end_layout
12423
12424 \begin_layout Standard
12425 Los cuadros para texto se describen en el capítulo 
12426 \emph on
12427 Cuadros
12428 \emph default
12429  del manual 
12430 \emph on
12431 Objetos incrustados
12432 \emph default
12433 .
12434 \end_layout
12435
12436 \begin_layout Subsection
12437 Cuadros con marco
12438 \begin_inset CommandInset label
12439 LatexCommand label
12440 name "sub:Cuadros-con-marco"
12441
12442 \end_inset
12443
12444
12445 \begin_inset Index
12446 status collapsed
12447
12448 \begin_layout Plain Layout
12449 Cuadros ! con marco
12450 \end_layout
12451
12452 \end_inset
12453
12454
12455 \end_layout
12456
12457 \begin_layout Standard
12458 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12459 \series bold
12460
12461 \backslash
12462 fbox
12463 \series default
12464
12465 \begin_inset Index
12466 status collapsed
12467
12468 \begin_layout Plain Layout
12469 Comandos ! F ! 
12470 \backslash
12471 fbox
12472 \end_layout
12473
12474 \end_inset
12475
12476  y 
12477 \series bold
12478
12479 \backslash
12480 boxed
12481 \series default
12482
12483 \begin_inset Index
12484 status collapsed
12485
12486 \begin_layout Plain Layout
12487 Comandos ! B ! 
12488 \backslash
12489 boxed
12490 \end_layout
12491
12492 \end_inset
12493
12494 .
12495 \end_layout
12496
12497 \begin_layout Standard
12498 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12499  azul en un marco donde se introduce parte de una ecuación.
12500  Para 
12501 \series bold
12502
12503 \backslash
12504 fbox
12505 \series default
12506  hay que generar una ecuación adicional con 
12507 \family sans
12508 Ctrl-m
12509 \family default
12510  dentro del recuadro,
12511 \begin_inset Foot
12512 status collapsed
12513
12514 \begin_layout Plain Layout
12515 Debido a un fallo de LyX, 
12516 \begin_inset ERT
12517 status collapsed
12518
12519 \begin_layout Plain Layout
12520
12521
12522 \backslash
12523 href{http://bugzilla.lyx.org/show_bug.cgi?id=1435}{
12524 \end_layout
12525
12526 \end_inset
12527
12528 LyX-bug #1435
12529 \begin_inset ERT
12530 status collapsed
12531
12532 \begin_layout Plain Layout
12533
12534 }
12535 \end_layout
12536
12537 \end_inset
12538
12539 , no es posible crear una nueva ecuación con 
12540 \family sans
12541 Ctrl-m
12542 \family default
12543 .
12544 \end_layout
12545
12546 \end_inset
12547
12548  porque si no el contenido del mismo sería considerado texto matemático.
12549  Si se usa 
12550 \series bold
12551
12552 \backslash
12553 boxed
12554 \series default
12555  la nueva ecuación se genera automáticamente dentro del marco.
12556 \end_layout
12557
12558 \begin_layout Standard
12559 El comando 
12560 \series bold
12561
12562 \backslash
12563 fbox
12564 \series default
12565  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12566  ecuación tendría siempre el tamaño del texto.
12567  Por otra parte, 
12568 \series bold
12569
12570 \backslash
12571 fboxed
12572 \series default
12573  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12574  siempre el tamaño de una ecuación en modo presentación.
12575 \end_layout
12576
12577 \begin_layout Standard
12578 El comando 
12579 \series bold
12580
12581 \backslash
12582 framebox
12583 \series default
12584
12585 \begin_inset Index
12586 status collapsed
12587
12588 \begin_layout Plain Layout
12589 Comandos ! F ! 
12590 \backslash
12591 framebox
12592 \end_layout
12593
12594 \end_inset
12595
12596  es una extensión de 
12597 \series bold
12598
12599 \backslash
12600 fbox
12601 \series default
12602 , que permite especificar además la anchura del marco yla alineación.
12603  
12604 \series bold
12605
12606 \backslash
12607 framebox
12608 \series default
12609  se usa con el siguiente esquema: 
12610 \end_layout
12611
12612 \begin_layout Standard
12613
12614 \series bold
12615
12616 \backslash
12617 framebox[anchura del marco][posición]{contenido del cuadro}
12618 \end_layout
12619
12620 \begin_layout Standard
12621 La posición puede ser 
12622 \emph on
12623 l
12624 \emph default
12625  o 
12626 \emph on
12627 r
12628 \emph default
12629
12630 \emph on
12631 l
12632 \emph default
12633  alinea la ecuación a la izquierda del cuadro, 
12634 \emph on
12635 r
12636 \emph default
12637  la alinea a la derecha.
12638  Si no se da posición la ecuación será centrada.
12639 \begin_inset Newline newline
12640 \end_inset
12641
12642 Si no se pone anchura tampoco puede darse posición.
12643  En este caso la anchura del marco se ajusta al contenido del cuadro, como
12644  con 
12645 \series bold
12646
12647 \backslash
12648 fbox
12649 \series default
12650 .
12651  
12652 \end_layout
12653
12654 \begin_layout Standard
12655 Cuando se inserta el comando 
12656 \series bold
12657
12658 \backslash
12659 framebox
12660 \series default
12661  aparece un recuadro con tres marcos azules.
12662  Los dos primeros marcos están encerrados entre corchetes e indican los
12663  dos argumentos opcionales.
12664  El tercer marco es para partes de la ecuación, como para 
12665 \series bold
12666
12667 \backslash
12668 fbox
12669 \series default
12670 .
12671 \end_layout
12672
12673 \begin_layout Standard
12674 \noindent
12675 \align center
12676 \begin_inset Note Note
12677 status open
12678
12679 \begin_layout Plain Layout
12680 La tabla se ha puesto en una minipágina para que aparezca la nota al pie.
12681  De lo contrario el texto de la nota no se mostraría.
12682 \end_layout
12683
12684 \end_inset
12685
12686
12687 \begin_inset Box Frameless
12688 position "t"
12689 hor_pos "c"
12690 has_inner_box 1
12691 inner_pos "t"
12692 use_parbox 0
12693 width "100col%"
12694 special "none"
12695 height "1in"
12696 height_special "totalheight"
12697 status open
12698
12699 \begin_layout Plain Layout
12700 \align center
12701 \begin_inset Tabular
12702 <lyxtabular version="3" rows="5" columns="2">
12703 <features>
12704 <column alignment="center" valignment="top" width="0">
12705 <column alignment="center" valignment="top" width="0">
12706 <row>
12707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12708 \begin_inset Text
12709
12710 \begin_layout Plain Layout
12711 Comando
12712 \begin_inset Foot
12713 status collapsed
12714
12715 \begin_layout Plain Layout
12716 Debido a un fallo de LyX, 
12717 \begin_inset ERT
12718 status collapsed
12719
12720 \begin_layout Plain Layout
12721
12722
12723 \backslash
12724 href{http://bugzilla.lyx.org/show_bug.cgi?id=1435}{
12725 \end_layout
12726
12727 \end_inset
12728
12729 LyX-bug #1435
12730 \begin_inset ERT
12731 status collapsed
12732
12733 \begin_layout Plain Layout
12734
12735 }
12736 \end_layout
12737
12738 \end_inset
12739
12740 , no es posible crear una nueva ecuación con 
12741 \family sans
12742 Ctrl-m
12743 \family default
12744 .
12745  
12746 \end_layout
12747
12748 \end_inset
12749
12750
12751 \end_layout
12752
12753 \end_inset
12754 </cell>
12755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12756 \begin_inset Text
12757
12758 \begin_layout Plain Layout
12759 Resultado
12760 \begin_inset Note Note
12761 status collapsed
12762
12763 \begin_layout Plain Layout
12764
12765 \series bold
12766
12767 \backslash
12768 raisebox
12769 \series default
12770  se usa sólo como espaciador
12771 \end_layout
12772
12773 \end_inset
12774
12775
12776 \end_layout
12777
12778 \end_inset
12779 </cell>
12780 </row>
12781 <row>
12782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12783 \begin_inset Text
12784
12785 \begin_layout Plain Layout
12786
12787 \backslash
12788 fbox
12789 \begin_inset ERT
12790 status collapsed
12791
12792 \begin_layout Plain Layout
12793
12794
12795 \backslash
12796 spce 
12797 \end_layout
12798
12799 \end_inset
12800
12801
12802 \family sans
12803 Ctrl-m
12804 \family default
12805  
12806 \backslash
12807 int
12808 \begin_inset ERT
12809 status collapsed
12810
12811 \begin_layout Plain Layout
12812
12813
12814 \backslash
12815 spce 
12816 \end_layout
12817
12818 \end_inset
12819
12820 A=B
12821 \end_layout
12822
12823 \end_inset
12824 </cell>
12825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12826 \begin_inset Text
12827
12828 \begin_layout Plain Layout
12829 \begin_inset Formula \raisebox {6mm}{}\fbox{$\int A=B$}\raisebox {-4mm}{}
12830
12831 \end_inset
12832
12833
12834 \end_layout
12835
12836 \end_inset
12837 </cell>
12838 </row>
12839 <row>
12840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12841 \begin_inset Text
12842
12843 \begin_layout Plain Layout
12844
12845 \backslash
12846 boxed
12847 \begin_inset ERT
12848 status collapsed
12849
12850 \begin_layout Plain Layout
12851
12852
12853 \backslash
12854 spce 
12855 \end_layout
12856
12857 \end_inset
12858
12859
12860 \backslash
12861 int
12862 \begin_inset ERT
12863 status collapsed
12864
12865 \begin_layout Plain Layout
12866
12867
12868 \backslash
12869 spce 
12870 \end_layout
12871
12872 \end_inset
12873
12874 A=B
12875 \end_layout
12876
12877 \end_inset
12878 </cell>
12879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12880 \begin_inset Text
12881
12882 \begin_layout Plain Layout
12883 \begin_inset Formula $\raisebox {8.5mm}{}\boxed{\int A=B}\raisebox {-6.5mm}{}$
12884 \end_inset
12885
12886
12887 \end_layout
12888
12889 \end_inset
12890 </cell>
12891 </row>
12892 <row>
12893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12894 \begin_inset Text
12895
12896 \begin_layout Plain Layout
12897 A+
12898 \backslash
12899 fbox
12900 \begin_inset ERT
12901 status collapsed
12902
12903 \begin_layout Plain Layout
12904
12905
12906 \backslash
12907 spce 
12908 \end_layout
12909
12910 \end_inset
12911
12912 B
12913 \end_layout
12914
12915 \end_inset
12916 </cell>
12917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12918 \begin_inset Text
12919
12920 \begin_layout Plain Layout
12921 \begin_inset Formula $\raisebox {6mm}{}A+\fbox{B}\raisebox {-3mm}{}$
12922 \end_inset
12923
12924
12925 \end_layout
12926
12927 \end_inset
12928 </cell>
12929 </row>
12930 <row>
12931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12932 \begin_inset Text
12933
12934 \begin_layout Plain Layout
12935
12936 \backslash
12937 framebox
12938 \begin_inset ERT
12939 status collapsed
12940
12941 \begin_layout Plain Layout
12942
12943
12944 \backslash
12945 spce 
12946 \end_layout
12947
12948 \end_inset
12949
12950 20mm
12951 \begin_inset Formula $\to$
12952 \end_inset
12953
12954
12955 \begin_inset Formula $\to$
12956 \end_inset
12957
12958
12959 \family sans
12960 Ctrl-m
12961 \family default
12962  
12963 \backslash
12964 frac
12965 \begin_inset ERT
12966 status collapsed
12967
12968 \begin_layout Plain Layout
12969
12970
12971 \backslash
12972 spce 
12973 \end_layout
12974
12975 \end_inset
12976
12977 A
12978 \begin_inset Formula $\downarrow$
12979 \end_inset
12980
12981 B
12982 \end_layout
12983
12984 \end_inset
12985 </cell>
12986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12987 \begin_inset Text
12988
12989 \begin_layout Plain Layout
12990 \begin_inset Formula $\raisebox {6mm}{}$
12991 \end_inset
12992
12993
12994 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12995 \end_inset
12996
12997
12998 \begin_inset Formula $\raisebox {-4mm}{}$
12999 \end_inset
13000
13001
13002 \end_layout
13003
13004 \end_inset
13005 </cell>
13006 </row>
13007 </lyxtabular>
13008
13009 \end_inset
13010
13011
13012 \end_layout
13013
13014 \end_inset
13015
13016
13017 \end_layout
13018
13019 \begin_layout Standard
13020 El grosor del marco también se puede ajustar.
13021  Para ello hay que insertar los siguientes comandos en modo TeX antes de
13022  la fórmula:
13023 \end_layout
13024
13025 \begin_layout Standard
13026
13027 \series bold
13028
13029 \backslash
13030 fboxrule
13031 \series default
13032  
13033 \series bold
13034
13035 \begin_inset Quotes fld
13036 \end_inset
13037
13038 grosor
13039 \begin_inset Quotes frd
13040 \end_inset
13041
13042
13043 \series default
13044  
13045 \series bold
13046
13047 \backslash
13048 fboxsep
13049 \series default
13050  
13051 \series bold
13052
13053 \begin_inset Quotes fld
13054 \end_inset
13055
13056 distancia
13057 \begin_inset Quotes frd
13058 \end_inset
13059
13060
13061 \end_layout
13062
13063 \begin_layout Standard
13064 \begin_inset Quotes fld
13065 \end_inset
13066
13067 distancia
13068 \begin_inset Quotes frd
13069 \end_inset
13070
13071  especifica la distancia mínima entre el marco y el primer carácter en el
13072  cuadro.
13073  Un ejemplo de esto es la siguiente ecuación enmarcada:
13074 \begin_inset ERT
13075 status open
13076
13077 \begin_layout Plain Layout
13078
13079
13080 \backslash
13081 fboxrule 2mm 
13082 \backslash
13083 fboxsep 3mm
13084 \end_layout
13085
13086 \end_inset
13087
13088
13089 \begin_inset Formula \[
13090 \boxed{A+B=C}\]
13091
13092 \end_inset
13093
13094
13095 \end_layout
13096
13097 \begin_layout Standard
13098 Delante de esta ecuación se han insertado los comandos
13099 \end_layout
13100
13101 \begin_layout Standard
13102
13103 \series bold
13104
13105 \backslash
13106 fboxrule
13107 \series default
13108  
13109 \series bold
13110 2mm
13111 \series default
13112  
13113 \series bold
13114
13115 \backslash
13116 fboxsep
13117 \series default
13118  
13119 \series bold
13120 3mm
13121 \end_layout
13122
13123 \begin_layout Standard
13124 en modo TeX.
13125  Los valores dados se usan para todos los cuadros siguientes.
13126 \end_layout
13127
13128 \begin_layout Standard
13129 Para volver al tamaño estándar del marco se inserta el comando
13130 \end_layout
13131
13132 \begin_layout Standard
13133
13134 \series bold
13135
13136 \backslash
13137 fboxrule
13138 \series default
13139  
13140 \series bold
13141 0.4pt
13142 \series default
13143  
13144 \series bold
13145
13146 \backslash
13147 fboxsep
13148 \series default
13149  
13150 \series bold
13151 3pt
13152 \series default
13153
13154 \begin_inset ERT
13155 status collapsed
13156
13157 \begin_layout Plain Layout
13158
13159
13160 \backslash
13161 fboxrule 0.4pt 
13162 \backslash
13163 fboxsep 3pt
13164 \end_layout
13165
13166 \end_inset
13167
13168
13169 \end_layout
13170
13171 \begin_layout Standard
13172 en modo TeX antes de la ecuación siguiente.
13173 \end_layout
13174
13175 \begin_layout Subsection
13176 Cuadros sin marco
13177 \begin_inset CommandInset label
13178 LatexCommand label
13179 name "sub:Cuadros-sin-marco"
13180
13181 \end_inset
13182
13183
13184 \begin_inset Index
13185 status collapsed
13186
13187 \begin_layout Plain Layout
13188 Cuadros ! sin marco
13189 \end_layout
13190
13191 \end_inset
13192
13193
13194 \end_layout
13195
13196 \begin_layout Standard
13197 Para cuadros sin marco hay los comandos: 
13198 \series bold
13199
13200 \backslash
13201 mbox
13202 \series default
13203
13204 \begin_inset Index
13205 status collapsed
13206
13207 \begin_layout Plain Layout
13208 Comandos ! M ! 
13209 \backslash
13210 mbox
13211 \end_layout
13212
13213 \end_inset
13214
13215
13216 \series bold
13217
13218 \backslash
13219 makebox
13220 \series default
13221
13222 \begin_inset Index
13223 status collapsed
13224
13225 \begin_layout Plain Layout
13226 Comandos ! M ! 
13227 \backslash
13228 makebox
13229 \end_layout
13230
13231 \end_inset
13232
13233  y 
13234 \series bold
13235
13236 \backslash
13237 raisebox
13238 \series default
13239
13240 \begin_inset Index
13241 status collapsed
13242
13243 \begin_layout Plain Layout
13244 Comandos ! R ! 
13245 \backslash
13246 raisebox
13247 \end_layout
13248
13249 \end_inset
13250
13251 .
13252 \end_layout
13253
13254 \begin_layout Standard
13255 Con 
13256 \series bold
13257
13258 \backslash
13259 raisebox
13260 \series default
13261  se puede poner un cuadro subíndice o superíndice, pero a diferencia de
13262  los normales, los caracteres en el cuadro mantienen su tamaño de fuente.
13263  
13264 \series bold
13265
13266 \backslash
13267 raisebox
13268 \series default
13269  se usa con el siguiente esquema: 
13270 \end_layout
13271
13272 \begin_layout Standard
13273
13274 \series bold
13275
13276 \backslash
13277 raisebox{altura}{contenido del marco}
13278 \end_layout
13279
13280 \begin_layout Standard
13281 Cuando el cuadro tenga que contener una ecuación, hace falta una ecuación
13282  extra, como con 
13283 \series bold
13284
13285 \backslash
13286 fbox
13287 \series default
13288 .
13289 \end_layout
13290
13291 \begin_layout Standard
13292 \align center
13293 \begin_inset Tabular
13294 <lyxtabular version="3" rows="4" columns="2">
13295 <features>
13296 <column alignment="center" valignment="top" width="0">
13297 <column alignment="center" valignment="top" width="0">
13298 <row>
13299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13300 \begin_inset Text
13301
13302 \begin_layout Plain Layout
13303 Comando
13304 \end_layout
13305
13306 \end_inset
13307 </cell>
13308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13309 \begin_inset Text
13310
13311 \begin_layout Plain Layout
13312 Resultado
13313 \end_layout
13314
13315 \end_inset
13316 </cell>
13317 </row>
13318 <row>
13319 <cell alignment="center" valignment="top" topline="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" 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 H
13359 \backslash
13360 raisebox{-2mm
13361 \begin_inset Formula $\to$
13362 \end_inset
13363
13364
13365 \backslash
13366 {al
13367 \begin_inset Formula $\to$
13368 \end_inset
13369
13370 lo
13371 \end_layout
13372
13373 \end_inset
13374 </cell>
13375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13376 \begin_inset Text
13377
13378 \begin_layout Plain Layout
13379 \begin_inset Formula $H\raisebox {-2mm}{al}lo$
13380 \end_inset
13381
13382
13383 \end_layout
13384
13385 \end_inset
13386 </cell>
13387 </row>
13388 <row>
13389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13390 \begin_inset Text
13391
13392 \begin_layout Plain Layout
13393 A=
13394 \backslash
13395 raisebox{-2mm
13396 \begin_inset Formula $\to$
13397 \end_inset
13398
13399
13400 \backslash
13401 {
13402 \family sans
13403 Ctrl-m
13404 \family default
13405  
13406 \backslash
13407 sqrt
13408 \begin_inset ERT
13409 status collapsed
13410
13411 \begin_layout Plain Layout
13412
13413
13414 \backslash
13415 spce 
13416 \end_layout
13417
13418 \end_inset
13419
13420
13421 \end_layout
13422
13423 \end_inset
13424 </cell>
13425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13426 \begin_inset Text
13427
13428 \begin_layout Plain Layout
13429 \begin_inset ERT
13430 status collapsed
13431
13432 \begin_layout Plain Layout
13433
13434 $A=
13435 \backslash
13436 raisebox{-2mm}{$
13437 \backslash
13438 sqrt{B}$}$
13439 \end_layout
13440
13441 \end_inset
13442
13443
13444 \end_layout
13445
13446 \end_inset
13447 </cell>
13448 </row>
13449 </lyxtabular>
13450
13451 \end_inset
13452
13453
13454 \end_layout
13455
13456 \begin_layout Standard
13457 La última ecuación sólo se puede componer, de momento, usando el modo TeX
13458  porque LyX inserta un cuadro en lugar de la ecuación extra que hace falta.
13459 \begin_inset Foot
13460 status open
13461
13462 \begin_layout Plain Layout
13463 véase 
13464 \begin_inset ERT
13465 status collapsed
13466
13467 \begin_layout Plain Layout
13468
13469
13470 \backslash
13471 href{http://bugzilla.lyx.org/show_bug.cgi?id=1435}{
13472 \end_layout
13473
13474 \end_inset
13475
13476 LyX-bug #1435
13477 \begin_inset ERT
13478 status collapsed
13479
13480 \begin_layout Plain Layout
13481
13482 }
13483 \end_layout
13484
13485 \end_inset
13486
13487
13488 \end_layout
13489
13490 \end_inset
13491
13492
13493 \end_layout
13494
13495 \begin_layout Standard
13496 El comando 
13497 \series bold
13498
13499 \backslash
13500 mbox
13501 \series default
13502  es equivalente a 
13503 \series bold
13504
13505 \backslash
13506 fbox
13507 \series default
13508  y 
13509 \series bold
13510
13511 \backslash
13512 makebox
13513 \series default
13514  es equivalente a 
13515 \series bold
13516
13517 \backslash
13518 framebox
13519 \series default
13520 , con la diferencia de que no hay marco.
13521 \end_layout
13522
13523 \begin_layout Subsection
13524 Cuadros coloreados
13525 \begin_inset CommandInset label
13526 LatexCommand label
13527 name "sub:Cuadros-coloreados"
13528
13529 \end_inset
13530
13531
13532 \begin_inset Index
13533 status collapsed
13534
13535 \begin_layout Plain Layout
13536 Cuadros ! coloreados
13537 \end_layout
13538
13539 \end_inset
13540
13541
13542 \end_layout
13543
13544 \begin_layout Standard
13545 Para poder usar todos los comandos explicados en esta sección hay que cargar
13546  en el preámbulo LaTeX el paquete LaTeX 
13547 \series bold
13548 color
13549 \series default
13550
13551 \begin_inset Foot
13552 status collapsed
13553
13554 \begin_layout Plain Layout
13555 El paquete LaTeX 
13556 \series bold
13557 color
13558 \series default
13559  forma parte de toda distribución LaTeX estándar.
13560 \end_layout
13561
13562 \end_inset
13563
13564
13565 \begin_inset Index
13566 status collapsed
13567
13568 \begin_layout Plain Layout
13569 Paquetes ! color
13570 \end_layout
13571
13572 \end_inset
13573
13574 , con la línea
13575 \begin_inset Foot
13576 status collapsed
13577
13578 \begin_layout Plain Layout
13579 Cuando hay texto coloreado con un color predefinido en alguna parte del
13580  documento, LyX carga automáticamente el paquete LaTeX 
13581 \series bold
13582 color
13583 \series default
13584 .
13585  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13586  origina problemas.
13587 \end_layout
13588
13589 \end_inset
13590
13591
13592 \begin_inset Note Note
13593 status open
13594
13595 \begin_layout Plain Layout
13596 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13597  en el preámbulo LaTeX.
13598 \end_layout
13599
13600 \end_inset
13601
13602
13603 \end_layout
13604
13605 \begin_layout Standard
13606
13607 \series bold
13608
13609 \backslash
13610 usepackage{color}
13611 \begin_inset VSpace medskip
13612 \end_inset
13613
13614
13615 \end_layout
13616
13617 \begin_layout Standard
13618 Para colorear cuadros se usa el comando 
13619 \series bold
13620
13621 \backslash
13622 colorbox
13623 \series default
13624
13625 \begin_inset Index
13626 status collapsed
13627
13628 \begin_layout Plain Layout
13629 Comandos ! C ! 
13630 \backslash
13631 colorbox
13632 \end_layout
13633
13634 \end_inset
13635
13636  con el siguiente esquema:
13637 \end_layout
13638
13639 \begin_layout Standard
13640
13641 \series bold
13642
13643 \backslash
13644 colorbox{color}{contenido del cuadro}
13645 \end_layout
13646
13647 \begin_layout Standard
13648 El contenido del cuadro puede ser otro cuadro, y también un 
13649 \backslash
13650
13651 \series bold
13652 colorbox
13653 \series default
13654  puede ser parte de otro cuadro (véanse los ejemplos 2º y 3º).
13655  Si el cuadro debe contener una ecuación debe crearse una ecuación extra,
13656  como con 
13657 \series bold
13658
13659 \backslash
13660 fbox
13661 \series default
13662 .
13663 \begin_inset Foot
13664 status collapsed
13665
13666 \begin_layout Plain Layout
13667 Esto también se aplica para el comando 
13668 \series bold
13669
13670 \backslash
13671 fcolorbox
13672 \series default
13673 .
13674  Por eso ten en cuenta 
13675 \begin_inset ERT
13676 status collapsed
13677
13678 \begin_layout Plain Layout
13679
13680
13681 \backslash
13682 href{http://bugzilla.lyx.org/show_bug.cgi?id=1435}{
13683 \end_layout
13684
13685 \end_inset
13686
13687 LyX-bug #1435
13688 \begin_inset ERT
13689 status collapsed
13690
13691 \begin_layout Plain Layout
13692
13693 }
13694 \end_layout
13695
13696 \end_inset
13697
13698 .
13699 \end_layout
13700
13701 \end_inset
13702
13703  
13704 \end_layout
13705
13706 \begin_layout Standard
13707 Se puede elegir uno de los siguientes colores predefinidos:
13708 \end_layout
13709
13710 \begin_layout Standard
13711
13712 \series bold
13713 black
13714 \series default
13715
13716 \series bold
13717 blue
13718 \series default
13719
13720 \series bold
13721 cyan
13722 \series default
13723
13724 \series bold
13725 green
13726 \series default
13727
13728 \series bold
13729 magenta
13730 \series default
13731
13732 \series bold
13733 red
13734 \series default
13735
13736 \series bold
13737 white
13738 \series default
13739
13740 \series bold
13741 yellow
13742 \end_layout
13743
13744 \begin_layout Standard
13745 \align center
13746 \begin_inset Tabular
13747 <lyxtabular version="3" rows="4" columns="2">
13748 <features>
13749 <column alignment="center" valignment="top" width="0">
13750 <column alignment="center" valignment="top" width="0">
13751 <row>
13752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13753 \begin_inset Text
13754
13755 \begin_layout Plain Layout
13756 Comando
13757 \end_layout
13758
13759 \end_inset
13760 </cell>
13761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13762 \begin_inset Text
13763
13764 \begin_layout Plain Layout
13765 Resultado
13766 \begin_inset Note Note
13767 status collapsed
13768
13769 \begin_layout Plain Layout
13770
13771 \series bold
13772
13773 \backslash
13774 raisebox
13775 \series default
13776  se usa sólo como espaciador
13777 \end_layout
13778
13779 \end_inset
13780
13781
13782 \end_layout
13783
13784 \end_inset
13785 </cell>
13786 </row>
13787 <row>
13788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13789 \begin_inset Text
13790
13791 \begin_layout Plain Layout
13792
13793 \backslash
13794 colorbox{yellow
13795 \begin_inset Formula $\to$
13796 \end_inset
13797
13798
13799 \backslash
13800 {A=B
13801 \end_layout
13802
13803 \end_inset
13804 </cell>
13805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13806 \begin_inset Text
13807
13808 \begin_layout Plain Layout
13809 \begin_inset Formula $\raisebox {6mm}{}\colorbox {yellow}{A=B}\raisebox {-3mm}{}$
13810 \end_inset
13811
13812
13813 \end_layout
13814
13815 \end_inset
13816 </cell>
13817 </row>
13818 <row>
13819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13820 \begin_inset Text
13821
13822 \begin_layout Plain Layout
13823
13824 \backslash
13825 colorbox{green
13826 \begin_inset Formula $\to$
13827 \end_inset
13828
13829
13830 \backslash
13831 {
13832 \backslash
13833 fbox
13834 \begin_inset ERT
13835 status collapsed
13836
13837 \begin_layout Plain Layout
13838
13839
13840 \backslash
13841 spce 
13842 \end_layout
13843
13844 \end_inset
13845
13846 A=B
13847 \end_layout
13848
13849 \end_inset
13850 </cell>
13851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13852 \begin_inset Text
13853
13854 \begin_layout Plain Layout
13855 \begin_inset Formula $\raisebox {6mm}{}\colorbox {green}{\fbox{A=B}}\raisebox {-3mm}{}$
13856 \end_inset
13857
13858
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 </row>
13864 <row>
13865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13866 \begin_inset Text
13867
13868 \begin_layout Plain Layout
13869
13870 \backslash
13871 fbox
13872 \begin_inset ERT
13873 status collapsed
13874
13875 \begin_layout Plain Layout
13876
13877
13878 \backslash
13879 spce 
13880 \end_layout
13881
13882 \end_inset
13883
13884
13885 \backslash
13886 colorbox{green
13887 \begin_inset Formula $\to$
13888 \end_inset
13889
13890
13891 \backslash
13892 {A=B
13893 \end_layout
13894
13895 \end_inset
13896 </cell>
13897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13898 \begin_inset Text
13899
13900 \begin_layout Plain Layout
13901 \begin_inset Formula $\raisebox {6mm}{}\fbox{\colorbox {green}{A=B}}\raisebox {-3mm}{}$
13902 \end_inset
13903
13904
13905 \end_layout
13906
13907 \end_inset
13908 </cell>
13909 </row>
13910 </lyxtabular>
13911
13912 \end_inset
13913
13914
13915 \end_layout
13916
13917 \begin_layout Standard
13918
13919 \series bold
13920
13921 \backslash
13922 colorbox
13923 \series default
13924  sólo colorea el cuadro pero no los caracteres.
13925  Para colorear todos los caracteres se selecciona toda la ecuación y se
13926  elige un color en el diálogo 
13927 \family sans
13928 Estilo
13929 \begin_inset Space ~
13930 \end_inset
13931
13932 del
13933 \begin_inset Space ~
13934 \end_inset
13935
13936 texto
13937 \family default
13938 .
13939  El diálogo puede abrirse con el botón 
13940 \begin_inset Graphics
13941         filename ../../images/dialog-show_character.png
13942         embed ""
13943         scale 85
13944
13945 \end_inset
13946
13947  de la barra de herramientas o con el menú 
13948 \family sans
13949 Editar\SpecialChar \menuseparator
13950 Estilo
13951 \begin_inset Space ~
13952 \end_inset
13953
13954 del
13955 \begin_inset Space ~
13956 \end_inset
13957
13958 texto\SpecialChar \menuseparator
13959 Personalizado
13960 \family default
13961 .
13962  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
13963  Si el número de la ecuación debe tener otro color que el de los caracteres
13964  de la ecuación, el color debe cambiarse dentro de la ecuación.
13965 \end_layout
13966
13967 \begin_layout Standard
13968 Un ejemplo:
13969 \color red
13970
13971 \begin_inset Formula \begin{equation}
13972 {\color{red}\int A=B}\label{eq:rojo}\end{equation}
13973
13974 \end_inset
13975
13976
13977 \end_layout
13978
13979 \begin_layout Standard
13980
13981 \color green
13982 \begin_inset Formula \begin{equation}
13983 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}\end{equation}
13984
13985 \end_inset
13986
13987
13988 \end_layout
13989
13990 \begin_layout Standard
13991 La ecuación 
13992 \begin_inset CommandInset ref
13993 LatexCommand eqref
13994 reference "eq:rojo"
13995
13996 \end_inset
13997
13998  está toda coloreada en rojo.
13999 \begin_inset Newline newline
14000 \end_inset
14001
14002 La ecuación 
14003 \begin_inset CommandInset ref
14004 LatexCommand eqref
14005 reference "eq:rojoverde"
14006
14007 \end_inset
14008
14009  se ha coloreado en primer lugar toda en verde para colorear el número de
14010  la ecuación.
14011  Posteriormente se han coloreado en rojo los caracteres.
14012 \family sans
14013
14014 \begin_inset VSpace bigskip
14015 \end_inset
14016
14017
14018 \end_layout
14019
14020 \begin_layout Standard
14021 Para colorear diferente el marco y el resto del cuadro se usa el comando
14022  
14023 \series bold
14024
14025 \backslash
14026 fcolorbox
14027 \series default
14028
14029 \begin_inset Index
14030 status collapsed
14031
14032 \begin_layout Plain Layout
14033 Comandos ! F ! 
14034 \backslash
14035 fcolorbox
14036 \end_layout
14037
14038 \end_inset
14039
14040  con el siguiente esquema:
14041 \end_layout
14042
14043 \begin_layout Standard
14044
14045 \series bold
14046
14047 \backslash
14048 fcolorbox{color del marco}{color}{contenido del cuadro}
14049 \end_layout
14050
14051 \begin_layout Standard
14052 Así pues 
14053 \series bold
14054
14055 \backslash
14056 fcolorbox
14057 \series default
14058  es una extensión del comando 
14059 \series bold
14060
14061 \backslash
14062 colorbox
14063 \series default
14064 .
14065  La anchura del marco se establece, como para 
14066 \series bold
14067
14068 \backslash
14069 framebox
14070 \series default
14071 , con 
14072 \series bold
14073
14074 \backslash
14075 fboxrule
14076 \series default
14077  y 
14078 \series bold
14079
14080 \backslash
14081 fboxsep
14082 \series default
14083 .
14084  Un ejemplo:
14085 \begin_inset ERT
14086 status collapsed
14087
14088 \begin_layout Plain Layout
14089
14090
14091 \backslash
14092 fboxrule 1mm 
14093 \backslash
14094 fboxsep 1mm
14095 \end_layout
14096
14097 \end_inset
14098
14099
14100 \begin_inset Formula \[
14101 \fcolorbox {cyan}{magenta}{A=B}\]
14102
14103 \end_inset
14104
14105
14106 \end_layout
14107
14108 \begin_layout Standard
14109 \begin_inset ERT
14110 status collapsed
14111
14112 \begin_layout Plain Layout
14113
14114
14115 \backslash
14116 fboxrule 0.4pt 
14117 \backslash
14118 fboxsep 3pt
14119 \end_layout
14120
14121 \end_inset
14122
14123
14124 \end_layout
14125
14126 \begin_layout Standard
14127 Esta ecuación se ha compuesto con el comando
14128 \begin_inset Newline newline
14129 \end_inset
14130
14131
14132 \series bold
14133
14134 \backslash
14135 fcolorbox{cyan
14136 \begin_inset Formula $\to$
14137 \end_inset
14138
14139
14140 \backslash
14141 {magenta
14142 \begin_inset Formula $\to$
14143 \end_inset
14144
14145
14146 \backslash
14147 {A=B
14148 \end_layout
14149
14150 \begin_layout Standard
14151 \begin_inset VSpace bigskip
14152 \end_inset
14153
14154
14155 \end_layout
14156
14157 \begin_layout Standard
14158 Para usar colores distintos de los predefinidos deben ser definidos previamente.
14159 \end_layout
14160
14161 \begin_layout Standard
14162 Por ejemplo, se puede definir el color 
14163 \begin_inset Quotes fld
14164 \end_inset
14165
14166
14167 \series bold
14168 verdeoscuro
14169 \series default
14170
14171 \begin_inset Quotes frd
14172 \end_inset
14173
14174  con la línea de preámbulo LaTeX:
14175 \end_layout
14176
14177 \begin_layout Standard
14178
14179 \series bold
14180
14181 \backslash
14182 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14183 \series default
14184
14185 \begin_inset Index
14186 status collapsed
14187
14188 \begin_layout Plain Layout
14189 Comandos ! D ! 
14190 \backslash
14191 definecolor
14192 \end_layout
14193
14194 \end_inset
14195
14196
14197 \end_layout
14198
14199 \begin_layout Standard
14200
14201 \series bold
14202 cmyk
14203 \series default
14204  es el espacio de color referido a los colores 
14205 \series bold
14206 cyan
14207 \series default
14208
14209 \series bold
14210 magenta
14211 \series default
14212
14213 \series bold
14214 yellow
14215 \series default
14216  y 
14217 \series bold
14218 black
14219 \series default
14220 .
14221  Los cuatro números separados por coma son el factor de cuota para los colores
14222  correspondientes del espacio de color.
14223  Los factores pueden estar en el rango 0-1.
14224  En vez de 
14225 \series bold
14226 cmyk
14227 \series default
14228  se puede usar el espacio de color 
14229 \series bold
14230 rgb
14231 \series default
14232 , que se refiere a 
14233 \series bold
14234 red
14235 \series default
14236
14237 \series bold
14238 green
14239 \series default
14240  y 
14241 \series bold
14242 blue
14243 \series default
14244 , así pues en este caso hay tres factores de cuota para los correspondientes
14245  colores.
14246  Además hay el espacio de color 
14247 \series bold
14248 gray
14249 \series default
14250  con un factor de cuota para el valor gris.
14251 \end_layout
14252
14253 \begin_layout Standard
14254 Como ejemplo he aquí un cuadro enmarcado con el nuevo color definido 
14255 \series bold
14256 verdeoscuro
14257 \series default
14258  y los caracteres en color amarillo:
14259 \color black
14260
14261 \begin_inset Formula \begin{equation}
14262 \colorbox {verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14263
14264 \end_inset
14265
14266
14267 \end_layout
14268
14269 \begin_layout Standard
14270 Los colores personalizados también se pueden usar para texto con la ayuda
14271  del comando 
14272 \series bold
14273
14274 \backslash
14275 textcolor
14276 \series default
14277
14278 \begin_inset Index
14279 status collapsed
14280
14281 \begin_layout Plain Layout
14282 Texto ! coloreado
14283 \end_layout
14284
14285 \end_inset
14286
14287
14288 \end_layout
14289
14290 \begin_layout Standard
14291 \begin_inset ERT
14292 status open
14293
14294 \begin_layout Plain Layout
14295
14296
14297 \backslash
14298 textcolor{verdeoscuro}{
14299 \end_layout
14300
14301 \end_inset
14302
14303 Esta frase en 
14304 \begin_inset Quotes fld
14305 \end_inset
14306
14307 verdeoscuro
14308 \begin_inset Quotes frd
14309 \end_inset
14310
14311 .
14312 \begin_inset ERT
14313 status collapsed
14314
14315 \begin_layout Plain Layout
14316
14317 }
14318 \end_layout
14319
14320 \end_inset
14321
14322
14323 \end_layout
14324
14325 \begin_layout Standard
14326
14327 \series bold
14328
14329 \backslash
14330 textcolor
14331 \series default
14332
14333 \begin_inset Index
14334 status collapsed
14335
14336 \begin_layout Plain Layout
14337 Comandos ! T ! 
14338 \backslash
14339 textcolor
14340 \end_layout
14341
14342 \end_inset
14343
14344  se usa con el esquema 
14345 \series bold
14346
14347 \backslash
14348 textcolor{color}{caracteres a colorear}
14349 \series default
14350 .
14351 \end_layout
14352
14353 \begin_layout Subsection
14354 Cuadros de párrafo
14355 \begin_inset CommandInset label
14356 LatexCommand label
14357 name "sub:Cuadros-de-párrafo"
14358
14359 \end_inset
14360
14361
14362 \begin_inset Index
14363 status collapsed
14364
14365 \begin_layout Plain Layout
14366 Cuadros ! para párrafos
14367 \end_layout
14368
14369 \end_inset
14370
14371
14372 \end_layout
14373
14374 \begin_layout Standard
14375 Un cuadro que puede contener varias líneas y párrafos, denominado cuadro
14376  de párrafo (parbox), se puede generar con el menú 
14377 \family sans
14378 Insertar\SpecialChar \menuseparator
14379 Cuadro
14380 \family default
14381  o con el botón 
14382 \begin_inset Graphics
14383         filename ../../images/box-insert.png
14384         embed ""
14385         scale 85
14386
14387 \end_inset
14388
14389  de la barra de herramientas.
14390 \end_layout
14391
14392 \begin_layout Standard
14393 El siguiente ejemplo muestra un cuadro de párrafo enmarcado en una línea:
14394 \begin_inset VSpace medskip
14395 \end_inset
14396
14397 Esta línea contiene 
14398 \begin_inset Box Boxed
14399 position "c"
14400 hor_pos "c"
14401 has_inner_box 1
14402 inner_pos "c"
14403 use_parbox 1
14404 width "5cm"
14405 special "none"
14406 height "1in"
14407 height_special "totalheight"
14408 status collapsed
14409
14410 \begin_layout Plain Layout
14411 Esto es un cuadro de párrafo.
14412  Tiene exactamente 5
14413 \begin_inset Space \thinspace{}
14414 \end_inset
14415
14416 cm de largo y además puede contener ecuaciones: 
14417 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14418 \end_inset
14419
14420
14421 \end_layout
14422
14423 \end_inset
14424
14425
14426 \begin_inset Space ~
14427 \end_inset
14428
14429  un cuadro de párrafo.
14430 \begin_inset VSpace medskip
14431 \end_inset
14432
14433 Ese cuadro se compone haciendo clic derecho sobre el rectángulo gris insertado.
14434  Surge un diálogo con las propiedades del cuadro.
14435  En este caso: 
14436 \emph on
14437 Decoración
14438 \emph default
14439 : Marco rectangular, 
14440 \emph on
14441 Cuadro interior
14442 \emph default
14443 : Párrafo, 
14444 \emph on
14445 Ancho
14446 \emph default
14447 : 5
14448 \begin_inset Space \thinspace{}
14449 \end_inset
14450
14451 cm, 
14452 \emph on
14453 Alineación Vertical
14454 \emph default
14455  
14456 \emph on
14457 Cuadro
14458 \emph default
14459 : Medio.
14460 \end_layout
14461
14462 \begin_layout Standard
14463 \begin_inset VSpace medskip
14464 \end_inset
14465
14466 En LaTeX, un cuadro de párrafo se inserta con el comando 
14467 \series bold
14468
14469 \backslash
14470 parbox
14471 \series default
14472
14473 \begin_inset Index
14474 status collapsed
14475
14476 \begin_layout Plain Layout
14477 Comandos ! P ! 
14478 \backslash
14479 parbox
14480 \end_layout
14481
14482 \end_inset
14483
14484  con el esquema siguiente:
14485 \end_layout
14486
14487 \begin_layout Standard
14488
14489 \series bold
14490
14491 \backslash
14492 parbox[posición]{anchura}{contenido}
14493 \end_layout
14494
14495 \begin_layout Standard
14496 Son posibles las posiciones 
14497 \emph on
14498 b
14499 \emph default
14500  y 
14501 \emph on
14502 t
14503 \emph default
14504
14505 \emph on
14506 b
14507 \emph default
14508  por 
14509 \begin_inset Quotes fld
14510 \end_inset
14511
14512 bottom
14513 \begin_inset Quotes frd
14514 \end_inset
14515
14516  (abajo), que alinea la última línea del cuadro con el texto de alrededor.
14517  Con 
14518 \emph on
14519 t
14520 \emph default
14521 , por 
14522 \begin_inset Quotes fld
14523 \end_inset
14524
14525 top
14526 \begin_inset Quotes frd
14527 \end_inset
14528
14529  (arriba), la alineación se hace con la primera línea.
14530  Si no se da posición, el cuadro se centrará verticalmente, véase la sección
14531  
14532 \emph on
14533 Cuadros
14534 \emph default
14535  del manual 
14536 \emph on
14537 Objetos incrustados
14538 \emph default
14539  para ejemplos.
14540 \end_layout
14541
14542 \begin_layout Standard
14543 \begin_inset VSpace bigskip
14544 \end_inset
14545
14546 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14547  ponerse en un cuadro de párrafo.
14548  Para ello se inserta el comando
14549 \begin_inset Newline newline
14550 \end_inset
14551
14552
14553 \series bold
14554
14555 \backslash
14556 fbox{
14557 \backslash
14558 parbox{
14559 \backslash
14560 linewidth-2
14561 \backslash
14562 fboxsep-2
14563 \backslash
14564 fboxrule}{
14565 \begin_inset Newline newline
14566 \end_inset
14567
14568
14569 \series default
14570 en modo TeX delante de la ecuación.
14571  Aquí 
14572 \series bold
14573
14574 \backslash
14575 linewidth
14576 \begin_inset Index
14577 status collapsed
14578
14579 \begin_layout Plain Layout
14580 Comandos ! L ! 
14581 \backslash
14582 linewidth
14583 \end_layout
14584
14585 \end_inset
14586
14587
14588 \series default
14589  es la anchura de línea establecida para el documento.
14590  Como el marco está por fuera del cuadro de párrafo, hay que restar de dicha
14591  anchura dos veces la separación del marco y el grosor.
14592  Como LyX no lo hace automáticamente debido a un fallo,
14593 \begin_inset Foot
14594 status collapsed
14595
14596 \begin_layout Plain Layout
14597 \begin_inset ERT
14598 status collapsed
14599
14600 \begin_layout Plain Layout
14601
14602
14603 \backslash
14604 href{http://bugzilla.lyx.org/show_bug.cgi?id=4483}{
14605 \end_layout
14606
14607 \end_inset
14608
14609 LyX-bug #4483
14610 \begin_inset ERT
14611 status collapsed
14612
14613 \begin_layout Plain Layout
14614
14615 }
14616 \end_layout
14617
14618 \end_inset
14619
14620
14621 \end_layout
14622
14623 \end_inset
14624
14625  hay que usar modo TeX.
14626  Para poder multiplicar y restar en los argumentos hay que cargar en el
14627  preámbulo LaTeX el paquete LaTeX 
14628 \series bold
14629 calc
14630 \series default
14631 ,
14632 \begin_inset Foot
14633 status collapsed
14634
14635 \begin_layout Plain Layout
14636
14637 \series bold
14638 calc
14639 \series default
14640  es parte de toda instalación LaTeX estándar.
14641 \end_layout
14642
14643 \end_inset
14644
14645
14646 \begin_inset Index
14647 status collapsed
14648
14649 \begin_layout Plain Layout
14650 Paquetes ! calc
14651 \end_layout
14652
14653 \end_inset
14654
14655  con la línea
14656 \end_layout
14657
14658 \begin_layout Standard
14659
14660 \series bold
14661
14662 \backslash
14663 usepackage{calc}
14664 \end_layout
14665
14666 \begin_layout Standard
14667 Detrás de la ecuación se cierran ambos cuadros con 
14668 \series bold
14669 }}
14670 \series default
14671  en modo TeX.
14672  Aquí hay un ejemplo:
14673 \begin_inset ERT
14674 status open
14675
14676 \begin_layout Plain Layout
14677
14678
14679 \backslash
14680 fboxsep 5mm 
14681 \backslash
14682 fboxrule 5mm
14683 \end_layout
14684
14685 \end_inset
14686
14687
14688 \end_layout
14689
14690 \begin_layout Standard
14691 \begin_inset ERT
14692 status collapsed
14693
14694 \begin_layout Plain Layout
14695
14696
14697 \backslash
14698 fbox{
14699 \backslash
14700 parbox{
14701 \backslash
14702 linewidth-2
14703 \backslash
14704 fboxsep-2
14705 \backslash
14706 fboxrule}{
14707 \end_layout
14708
14709 \end_inset
14710
14711
14712 \begin_inset Formula \begin{equation}
14713 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14714
14715 \end_inset
14716
14717
14718 \end_layout
14719
14720 \begin_layout Standard
14721 \begin_inset ERT
14722 status collapsed
14723
14724 \begin_layout Plain Layout
14725
14726 }}
14727 \end_layout
14728
14729 \end_inset
14730
14731
14732 \begin_inset ERT
14733 status collapsed
14734
14735 \begin_layout Plain Layout
14736
14737
14738 \backslash
14739 fboxrule 0.4pt 
14740 \backslash
14741 fboxsep 3pt
14742 \end_layout
14743
14744 \end_inset
14745
14746
14747 \end_layout
14748
14749 \begin_layout Standard
14750 \begin_inset VSpace medskip
14751 \end_inset
14752
14753
14754 \end_layout
14755
14756 \begin_layout Standard
14757 Como se ha usado el cuadro de párrafo como argumento de 
14758 \series bold
14759
14760 \backslash
14761 fbox
14762 \series default
14763 , en este caso no hay diferencia entre 
14764 \series bold
14765
14766 \backslash
14767 fbox
14768 \series default
14769  y 
14770 \series bold
14771
14772 \backslash
14773 boxed
14774 \series default
14775 .
14776  
14777 \end_layout
14778
14779 \begin_layout Standard
14780 \begin_inset VSpace bigskip
14781 \end_inset
14782
14783
14784 \end_layout
14785
14786 \begin_layout Standard
14787 Los cuadros de párrafo son muy útiles para comentar ecuaciones directamente.
14788  Para hacerlo, se usa 
14789 \series bold
14790
14791 \backslash
14792 parbox
14793 \series default
14794  en combinación con el comando 
14795 \series bold
14796
14797 \backslash
14798 tag
14799 \series default
14800 .
14801  (Véase más sobre 
14802 \series bold
14803
14804 \backslash
14805 tag
14806 \series default
14807  en 
14808 \begin_inset CommandInset ref
14809 LatexCommand ref
14810 reference "sub:Numeración-personalizada"
14811
14812 \end_inset
14813
14814 ).
14815 \end_layout
14816
14817 \begin_layout Standard
14818 Un ejemplo de ecuación comentada con 
14819 \series bold
14820
14821 \backslash
14822 parbox
14823 \series default
14824 :
14825 \end_layout
14826
14827 \begin_layout Standard
14828 \begin_inset ERT
14829 status collapsed
14830
14831 \begin_layout Plain Layout
14832
14833
14834 \backslash
14835 [5x-7b=3b
14836 \backslash
14837 tag*{
14838 \backslash
14839 parbox{5cm}{
14840 \end_layout
14841
14842 \end_inset
14843
14844 Esto es una descripción.
14845  Está claramente separada de la ecuación y es multilínea.
14846 \begin_inset ERT
14847 status collapsed
14848
14849 \begin_layout Plain Layout
14850
14851 }}
14852 \backslash
14853 ]
14854 \end_layout
14855
14856 \end_inset
14857
14858
14859 \end_layout
14860
14861 \begin_layout Standard
14862 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
14863  no soporta el comando 
14864 \series bold
14865
14866 \backslash
14867 parbox
14868 \series default
14869  en ecuaciones.
14870  La ecuación se compone con la siguiente secuencia de comandos:
14871 \end_layout
14872
14873 \begin_layout Standard
14874 El comando 
14875 \series bold
14876
14877 \backslash
14878 [5x-7b=3b
14879 \backslash
14880 tag*
14881 \backslash
14882 {
14883 \backslash
14884 parbox{5cm}{
14885 \series default
14886  se inserta en modo TeX.
14887 \begin_inset Foot
14888 status collapsed
14889
14890 \begin_layout Plain Layout
14891 Si se usa el estilo de ecuación 
14892 \series bold
14893 Sangrado
14894 \series default
14895
14896 \series bold
14897
14898 \backslash
14899 tag*
14900 \backslash
14901
14902 \series default
14903  se puede reemplazar por 
14904 \series bold
14905
14906 \backslash
14907 hfill
14908 \series default
14909 .
14910  (Véanse los estilos de ecuación en 
14911 \begin_inset CommandInset ref
14912 LatexCommand ref
14913 reference "sec:Estilos-de-ecuación"
14914
14915 \end_inset
14916
14917 ).
14918 \end_layout
14919
14920 \end_inset
14921
14922  Después sigue la descripción en texto normal, y por último 
14923 \series bold
14924 }}
14925 \backslash
14926 ]
14927 \series default
14928  en modo TeX.
14929  Aquí los comandos 
14930 \series bold
14931
14932 \backslash
14933 [
14934 \series default
14935  y 
14936 \series bold
14937
14938 \backslash
14939 ]
14940 \series default
14941  crean una ecuación presentada.
14942 \end_layout
14943
14944 \begin_layout Standard
14945 Las ventajas de 
14946 \series bold
14947
14948 \backslash
14949 parbox
14950 \series default
14951  pueden verse en este ejemplo que se ha 
14952 \begin_inset Quotes fld
14953 \end_inset
14954
14955 comentado
14956 \begin_inset Quotes frd
14957 \end_inset
14958
14959  usando el modo texto matemático:
14960 \begin_inset Formula \[
14961 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}\]
14962
14963 \end_inset
14964
14965
14966 \end_layout
14967
14968 \begin_layout Section
14969 Operadores
14970 \begin_inset Index
14971 status collapsed
14972
14973 \begin_layout Plain Layout
14974 Operadores
14975 \end_layout
14976
14977 \end_inset
14978
14979
14980 \end_layout
14981
14982 \begin_layout Subsection
14983 Operadores grandes
14984 \begin_inset CommandInset label
14985 LatexCommand label
14986 name "sub:Operadores-grandes"
14987
14988 \end_inset
14989
14990
14991 \begin_inset Index
14992 status collapsed
14993
14994 \begin_layout Plain Layout
14995 Operadores ! grandes
14996 \end_layout
14997
14998 \end_inset
14999
15000
15001 \begin_inset Index
15002 status collapsed
15003
15004 \begin_layout Plain Layout
15005 Sumatorios
15006 \end_layout
15007
15008 \end_inset
15009
15010
15011 \begin_inset Index
15012 status collapsed
15013
15014 \begin_layout Plain Layout
15015 Integrales
15016 \end_layout
15017
15018 \end_inset
15019
15020
15021 \end_layout
15022
15023 \begin_layout Standard
15024 Para poder usar todos los comandos de integrales listados aquí, debe estar
15025  marcada la opción 
15026 \family sans
15027 Usar paquete esint automáticamente
15028 \family default
15029  en el apartado 
15030 \family sans
15031 Ecuaciones
15032 \family default
15033  de la configuración del documento.
15034  
15035 \end_layout
15036
15037 \begin_layout Standard
15038 \begin_inset Space \hfill{}
15039 \end_inset
15040
15041
15042 \begin_inset Tabular
15043 <lyxtabular version="3" rows="11" columns="2">
15044 <features>
15045 <column alignment="center" valignment="top" width="0pt">
15046 <column alignment="center" valignment="top" width="0pt">
15047 <row>
15048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Plain Layout
15052 Comando
15053 \end_layout
15054
15055 \end_inset
15056 </cell>
15057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15058 \begin_inset Text
15059
15060 \begin_layout Plain Layout
15061 Resultado
15062 \end_layout
15063
15064 \end_inset
15065 </cell>
15066 </row>
15067 <row>
15068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072
15073 \backslash
15074 sum
15075 \begin_inset Index
15076 status collapsed
15077
15078 \begin_layout Plain Layout
15079 Comandos ! S ! 
15080 \backslash
15081 sum
15082 \end_layout
15083
15084 \end_inset
15085
15086
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15092 \begin_inset Text
15093
15094 \begin_layout Plain Layout
15095 \begin_inset Formula $\sum$
15096 \end_inset
15097
15098
15099 \end_layout
15100
15101 \end_inset
15102 </cell>
15103 </row>
15104 <row>
15105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15106 \begin_inset Text
15107
15108 \begin_layout Plain Layout
15109
15110 \backslash
15111 int
15112 \begin_inset Index
15113 status collapsed
15114
15115 \begin_layout Plain Layout
15116 Comandos ! I ! 
15117 \backslash
15118 int
15119 \end_layout
15120
15121 \end_inset
15122
15123
15124 \end_layout
15125
15126 \end_inset
15127 </cell>
15128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15129 \begin_inset Text
15130
15131 \begin_layout Plain Layout
15132 \begin_inset Formula $\int$
15133 \end_inset
15134
15135
15136 \end_layout
15137
15138 \end_inset
15139 </cell>
15140 </row>
15141 <row>
15142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15143 \begin_inset Text
15144
15145 \begin_layout Plain Layout
15146
15147 \backslash
15148 intop
15149 \end_layout
15150
15151 \end_inset
15152 </cell>
15153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15154 \begin_inset Text
15155
15156 \begin_layout Plain Layout
15157 \begin_inset Formula $\intop$
15158 \end_inset
15159
15160
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 </row>
15166 <row>
15167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15168 \begin_inset Text
15169
15170 \begin_layout Plain Layout
15171
15172 \backslash
15173 oint
15174 \end_layout
15175
15176 \end_inset
15177 </cell>
15178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15179 \begin_inset Text
15180
15181 \begin_layout Plain Layout
15182 \begin_inset Formula $\oint$
15183 \end_inset
15184
15185
15186 \end_layout
15187
15188 \end_inset
15189 </cell>
15190 </row>
15191 <row>
15192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15193 \begin_inset Text
15194
15195 \begin_layout Plain Layout
15196
15197 \backslash
15198 ointop
15199 \end_layout
15200
15201 \end_inset
15202 </cell>
15203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15204 \begin_inset Text
15205
15206 \begin_layout Plain Layout
15207 \begin_inset Formula $\ointop$
15208 \end_inset
15209
15210
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 </row>
15216 <row>
15217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15218 \begin_inset Text
15219
15220 \begin_layout Plain Layout
15221
15222 \backslash
15223 ointctrclockwise
15224 \end_layout
15225
15226 \end_inset
15227 </cell>
15228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15229 \begin_inset Text
15230
15231 \begin_layout Plain Layout
15232 \begin_inset Formula $\ointctrclockwise$
15233 \end_inset
15234
15235
15236 \end_layout
15237
15238 \end_inset
15239 </cell>
15240 </row>
15241 <row>
15242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15243 \begin_inset Text
15244
15245 \begin_layout Plain Layout
15246
15247 \backslash
15248 ointclockwise
15249 \end_layout
15250
15251 \end_inset
15252 </cell>
15253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15254 \begin_inset Text
15255
15256 \begin_layout Plain Layout
15257 \begin_inset Formula $\ointclockwise$
15258 \end_inset
15259
15260
15261 \end_layout
15262
15263 \end_inset
15264 </cell>
15265 </row>
15266 <row>
15267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15268 \begin_inset Text
15269
15270 \begin_layout Plain Layout
15271
15272 \backslash
15273 sqint
15274 \end_layout
15275
15276 \end_inset
15277 </cell>
15278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15279 \begin_inset Text
15280
15281 \begin_layout Plain Layout
15282 \begin_inset Formula $\sqint$
15283 \end_inset
15284
15285
15286 \end_layout
15287
15288 \end_inset
15289 </cell>
15290 </row>
15291 <row>
15292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15293 \begin_inset Text
15294
15295 \begin_layout Plain Layout
15296
15297 \backslash
15298 bigcap
15299 \end_layout
15300
15301 \end_inset
15302 </cell>
15303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15304 \begin_inset Text
15305
15306 \begin_layout Plain Layout
15307 \begin_inset Formula $\bigcap$
15308 \end_inset
15309
15310
15311 \end_layout
15312
15313 \end_inset
15314 </cell>
15315 </row>
15316 <row>
15317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15318 \begin_inset Text
15319
15320 \begin_layout Plain Layout
15321
15322 \backslash
15323 bigcup
15324 \end_layout
15325
15326 \end_inset
15327 </cell>
15328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15329 \begin_inset Text
15330
15331 \begin_layout Plain Layout
15332 \begin_inset Formula $\bigcup$
15333 \end_inset
15334
15335
15336 \end_layout
15337
15338 \end_inset
15339 </cell>
15340 </row>
15341 </lyxtabular>
15342
15343 \end_inset
15344
15345
15346 \begin_inset Space \hfill{}
15347 \end_inset
15348
15349
15350 \begin_inset Tabular
15351 <lyxtabular version="3" rows="10" columns="2">
15352 <features>
15353 <column alignment="center" valignment="top" width="0pt">
15354 <column alignment="center" valignment="top" width="0pt">
15355 <row>
15356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15357 \begin_inset Text
15358
15359 \begin_layout Plain Layout
15360 Comando
15361 \end_layout
15362
15363 \end_inset
15364 </cell>
15365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15366 \begin_inset Text
15367
15368 \begin_layout Plain Layout
15369 Resultado
15370 \end_layout
15371
15372 \end_inset
15373 </cell>
15374 </row>
15375 <row>
15376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15377 \begin_inset Text
15378
15379 \begin_layout Plain Layout
15380
15381 \backslash
15382 prod
15383 \begin_inset Index
15384 status collapsed
15385
15386 \begin_layout Plain Layout
15387 Comandos ! P ! 
15388 \backslash
15389 prod
15390 \end_layout
15391
15392 \end_inset
15393
15394
15395 \end_layout
15396
15397 \end_inset
15398 </cell>
15399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15400 \begin_inset Text
15401
15402 \begin_layout Plain Layout
15403 \begin_inset Formula $\prod$
15404 \end_inset
15405
15406
15407 \end_layout
15408
15409 \end_inset
15410 </cell>
15411 </row>
15412 <row>
15413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15414 \begin_inset Text
15415
15416 \begin_layout Plain Layout
15417
15418 \backslash
15419 coprod
15420 \end_layout
15421
15422 \end_inset
15423 </cell>
15424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15425 \begin_inset Text
15426
15427 \begin_layout Plain Layout
15428 \begin_inset Formula $\coprod$
15429 \end_inset
15430
15431
15432 \end_layout
15433
15434 \end_inset
15435 </cell>
15436 </row>
15437 <row>
15438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15439 \begin_inset Text
15440
15441 \begin_layout Plain Layout
15442
15443 \backslash
15444 bigodot
15445 \end_layout
15446
15447 \end_inset
15448 </cell>
15449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15450 \begin_inset Text
15451
15452 \begin_layout Plain Layout
15453 \begin_inset Formula $\bigodot$
15454 \end_inset
15455
15456
15457 \end_layout
15458
15459 \end_inset
15460 </cell>
15461 </row>
15462 <row>
15463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15464 \begin_inset Text
15465
15466 \begin_layout Plain Layout
15467
15468 \backslash
15469 bigotimes
15470 \end_layout
15471
15472 \end_inset
15473 </cell>
15474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15475 \begin_inset Text
15476
15477 \begin_layout Plain Layout
15478 \begin_inset Formula $\bigotimes$
15479 \end_inset
15480
15481
15482 \end_layout
15483
15484 \end_inset
15485 </cell>
15486 </row>
15487 <row>
15488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15489 \begin_inset Text
15490
15491 \begin_layout Plain Layout
15492
15493 \backslash
15494 bigoplus
15495 \end_layout
15496
15497 \end_inset
15498 </cell>
15499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15500 \begin_inset Text
15501
15502 \begin_layout Plain Layout
15503 \begin_inset Formula $\bigoplus$
15504 \end_inset
15505
15506
15507 \end_layout
15508
15509 \end_inset
15510 </cell>
15511 </row>
15512 <row>
15513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15514 \begin_inset Text
15515
15516 \begin_layout Plain Layout
15517
15518 \backslash
15519 bigwedge
15520 \end_layout
15521
15522 \end_inset
15523 </cell>
15524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15525 \begin_inset Text
15526
15527 \begin_layout Plain Layout
15528 \begin_inset Formula $\bigwedge$
15529 \end_inset
15530
15531
15532 \end_layout
15533
15534 \end_inset
15535 </cell>
15536 </row>
15537 <row>
15538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15539 \begin_inset Text
15540
15541 \begin_layout Plain Layout
15542
15543 \backslash
15544 bigvee
15545 \end_layout
15546
15547 \end_inset
15548 </cell>
15549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15550 \begin_inset Text
15551
15552 \begin_layout Plain Layout
15553 \begin_inset Formula $\bigvee$
15554 \end_inset
15555
15556
15557 \end_layout
15558
15559 \end_inset
15560 </cell>
15561 </row>
15562 <row>
15563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15564 \begin_inset Text
15565
15566 \begin_layout Plain Layout
15567
15568 \backslash
15569 bigsqcup
15570 \end_layout
15571
15572 \end_inset
15573 </cell>
15574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15575 \begin_inset Text
15576
15577 \begin_layout Plain Layout
15578 \begin_inset Formula $\bigsqcup$
15579 \end_inset
15580
15581
15582 \end_layout
15583
15584 \end_inset
15585 </cell>
15586 </row>
15587 <row>
15588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15589 \begin_inset Text
15590
15591 \begin_layout Plain Layout
15592
15593 \backslash
15594 biguplus
15595 \end_layout
15596
15597 \end_inset
15598 </cell>
15599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15600 \begin_inset Text
15601
15602 \begin_layout Plain Layout
15603 \begin_inset Formula $\biguplus$
15604 \end_inset
15605
15606
15607 \end_layout
15608
15609 \end_inset
15610 </cell>
15611 </row>
15612 </lyxtabular>
15613
15614 \end_inset
15615
15616
15617 \begin_inset Space \hfill{}
15618 \end_inset
15619
15620
15621 \end_layout
15622
15623 \begin_layout Standard
15624 Todos los operadores grandes se pueden insertar con el botón 
15625 \begin_inset Graphics
15626         filename ../../images/math/intop.png
15627         embed ""
15628         scale 85
15629
15630 \end_inset
15631
15632  de la barra de ecuaciones.
15633 \end_layout
15634
15635 \begin_layout Standard
15636 Estos operadores son llamados grandes porque son mayores que los operadores
15637  binarios de aspecto semejante.
15638  Todos los operadores grandes pueden tener límites, como se describe en
15639  la subsección siguiente.
15640 \end_layout
15641
15642 \begin_layout Standard
15643 Los operadores 
15644 \series bold
15645
15646 \backslash
15647 intop
15648 \series default
15649  y 
15650 \series bold
15651
15652 \backslash
15653 ointop
15654 \series default
15655  difieren de 
15656 \series bold
15657
15658 \backslash
15659 int
15660 \series default
15661  y 
15662 \series bold
15663
15664 \backslash
15665 oint
15666 \series default
15667  en el estilo en que se presentan los límites, véase
15668 \series bold
15669  
15670 \series default
15671
15672 \begin_inset CommandInset ref
15673 LatexCommand ref
15674 reference "sub:Límites-de-operadores"
15675
15676 \end_inset
15677
15678 .
15679 \end_layout
15680
15681 \begin_layout Subsubsection*
15682 Sugerencias para las integrales
15683 \end_layout
15684
15685 \begin_layout Standard
15686 La letra 
15687 \emph on
15688 d
15689 \emph default
15690  en una integral es un operador, por consiguiente debe escribirse en redonda.
15691  Esto se hace resaltando la 
15692 \emph on
15693 d
15694 \emph default
15695  y usando el atajo de teclado 
15696 \family sans
15697 Alt-c
15698 \begin_inset Space ~
15699 \end_inset
15700
15701 r
15702 \family default
15703 .
15704 \begin_inset Foot
15705 status open
15706
15707 \begin_layout Plain Layout
15708 véase estilos de letras en 
15709 \begin_inset CommandInset ref
15710 LatexCommand ref
15711 reference "sub:Estilos-de-fuentes"
15712
15713 \end_inset
15714
15715  
15716 \end_layout
15717
15718 \end_inset
15719
15720  Delante de la 
15721 \emph on
15722 d
15723 \emph default
15724  se inserta un espacio delgado, como es habitual en los operadores.
15725  Un ejemplo:
15726 \end_layout
15727
15728 \begin_layout Standard
15729 incorrecto: 
15730 \begin_inset Formula $\int A(x)dx$
15731 \end_inset
15732
15733
15734 \begin_inset Newline newline
15735 \end_inset
15736
15737
15738 \begin_inset ERT
15739 status collapsed
15740
15741 \begin_layout Plain Layout
15742
15743
15744 \backslash
15745 hphantom{in}
15746 \end_layout
15747
15748 \end_inset
15749
15750 correcto: 
15751 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15752 \end_inset
15753
15754
15755 \end_layout
15756
15757 \begin_layout Standard
15758 Para integrales múltiples hay los siguientes comandos:
15759 \begin_inset VSpace medskip
15760 \end_inset
15761
15762
15763 \end_layout
15764
15765 \begin_layout Standard
15766 \begin_inset Space \hfill{}
15767 \end_inset
15768
15769
15770 \begin_inset Tabular
15771 <lyxtabular version="3" rows="4" columns="2">
15772 <features>
15773 <column alignment="center" valignment="top" width="0">
15774 <column alignment="center" valignment="top" width="0">
15775 <row>
15776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15777 \begin_inset Text
15778
15779 \begin_layout Plain Layout
15780 Comando
15781 \end_layout
15782
15783 \end_inset
15784 </cell>
15785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15786 \begin_inset Text
15787
15788 \begin_layout Plain Layout
15789 Resultado
15790 \begin_inset Note Note
15791 status collapsed
15792
15793 \begin_layout Plain Layout
15794
15795 \series bold
15796
15797 \backslash
15798 raisebox
15799 \series default
15800  se usa sólo como espaciador
15801 \end_layout
15802
15803 \end_inset
15804
15805
15806 \end_layout
15807
15808 \end_inset
15809 </cell>
15810 </row>
15811 <row>
15812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15813 \begin_inset Text
15814
15815 \begin_layout Plain Layout
15816
15817 \backslash
15818 iint
15819 \end_layout
15820
15821 \end_inset
15822 </cell>
15823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15824 \begin_inset Text
15825
15826 \begin_layout Plain Layout
15827 \begin_inset Formula $\raisebox {4.5mm}{}\iint\raisebox {-2.5mm}{}$
15828 \end_inset
15829
15830
15831 \end_layout
15832
15833 \end_inset
15834 </cell>
15835 </row>
15836 <row>
15837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15838 \begin_inset Text
15839
15840 \begin_layout Plain Layout
15841
15842 \backslash
15843 oiint
15844 \end_layout
15845
15846 \end_inset
15847 </cell>
15848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852 \begin_inset Formula $\raisebox {4.5mm}{}\oiint\raisebox {-2.5mm}{}$
15853 \end_inset
15854
15855
15856 \end_layout
15857
15858 \end_inset
15859 </cell>
15860 </row>
15861 <row>
15862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866
15867 \backslash
15868 sqiint
15869 \end_layout
15870
15871 \end_inset
15872 </cell>
15873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15874 \begin_inset Text
15875
15876 \begin_layout Plain Layout
15877 \begin_inset Formula $\raisebox {4.5mm}{}\sqiint\raisebox {-2.5mm}{}$
15878 \end_inset
15879
15880
15881 \end_layout
15882
15883 \end_inset
15884 </cell>
15885 </row>
15886 </lyxtabular>
15887
15888 \end_inset
15889
15890
15891 \begin_inset Space \hfill{}
15892 \end_inset
15893
15894
15895 \begin_inset Tabular
15896 <lyxtabular version="3" rows="4" columns="2">
15897 <features>
15898 <column alignment="center" valignment="top" width="0">
15899 <column alignment="center" valignment="top" width="0">
15900 <row>
15901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15902 \begin_inset Text
15903
15904 \begin_layout Plain Layout
15905 Comando
15906 \end_layout
15907
15908 \end_inset
15909 </cell>
15910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15911 \begin_inset Text
15912
15913 \begin_layout Plain Layout
15914 Resultado
15915 \begin_inset Note Note
15916 status collapsed
15917
15918 \begin_layout Plain Layout
15919
15920 \series bold
15921
15922 \backslash
15923 raisebox
15924 \series default
15925  se usa sólo como espaciador
15926 \end_layout
15927
15928 \end_inset
15929
15930
15931 \end_layout
15932
15933 \end_inset
15934 </cell>
15935 </row>
15936 <row>
15937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15938 \begin_inset Text
15939
15940 \begin_layout Plain Layout
15941
15942 \backslash
15943 iiint
15944 \end_layout
15945
15946 \end_inset
15947 </cell>
15948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15949 \begin_inset Text
15950
15951 \begin_layout Plain Layout
15952 \begin_inset Formula $\raisebox {4.5mm}{}\iiint\raisebox {-2.5mm}{}$
15953 \end_inset
15954
15955
15956 \end_layout
15957
15958 \end_inset
15959 </cell>
15960 </row>
15961 <row>
15962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15963 \begin_inset Text
15964
15965 \begin_layout Plain Layout
15966
15967 \backslash
15968 iiiint
15969 \end_layout
15970
15971 \end_inset
15972 </cell>
15973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15974 \begin_inset Text
15975
15976 \begin_layout Plain Layout
15977 \begin_inset Formula $\raisebox {4.5mm}{}\iiiint\raisebox {-2.5mm}{}$
15978 \end_inset
15979
15980
15981 \end_layout
15982
15983 \end_inset
15984 </cell>
15985 </row>
15986 <row>
15987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15988 \begin_inset Text
15989
15990 \begin_layout Plain Layout
15991
15992 \backslash
15993 dotsint
15994 \end_layout
15995
15996 \end_inset
15997 </cell>
15998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15999 \begin_inset Text
16000
16001 \begin_layout Plain Layout
16002 \begin_inset Formula $\raisebox {4.5mm}{}\dotsint\raisebox {-2.5mm}{}$
16003 \end_inset
16004
16005
16006 \end_layout
16007
16008 \end_inset
16009 </cell>
16010 </row>
16011 </lyxtabular>
16012
16013 \end_inset
16014
16015
16016 \begin_inset Space \hfill{}
16017 \end_inset
16018
16019
16020 \end_layout
16021
16022 \begin_layout Subsection
16023 Límites de operadores
16024 \begin_inset CommandInset label
16025 LatexCommand label
16026 name "sub:Límites-de-operadores"
16027
16028 \end_inset
16029
16030
16031 \begin_inset Index
16032 status collapsed
16033
16034 \begin_layout Plain Layout
16035 Operadores ! límites de
16036 \end_layout
16037
16038 \end_inset
16039
16040
16041 \end_layout
16042
16043 \begin_layout Standard
16044 Los límites se crean mediante superíndices y subíndices:
16045 \end_layout
16046
16047 \begin_layout Standard
16048 \noindent
16049 \align center
16050 \begin_inset Tabular
16051 <lyxtabular version="3" rows="2" columns="2">
16052 <features>
16053 <column alignment="center" valignment="top" width="0">
16054 <column alignment="center" valignment="top" width="0">
16055 <row>
16056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16057 \begin_inset Text
16058
16059 \begin_layout Plain Layout
16060 Comando
16061 \end_layout
16062
16063 \end_inset
16064 </cell>
16065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16066 \begin_inset Text
16067
16068 \begin_layout Plain Layout
16069 Resultado
16070 \begin_inset Note Note
16071 status collapsed
16072
16073 \begin_layout Plain Layout
16074
16075 \series bold
16076
16077 \backslash
16078 raisebox
16079 \series default
16080  se usa sólo como espaciador
16081 \end_layout
16082
16083 \end_inset
16084
16085
16086 \end_layout
16087
16088 \end_inset
16089 </cell>
16090 </row>
16091 <row>
16092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16093 \begin_inset Text
16094
16095 \begin_layout Plain Layout
16096
16097 \backslash
16098 prod^
16099 \backslash
16100 infty
16101 \begin_inset ERT
16102 status collapsed
16103
16104 \begin_layout Plain Layout
16105
16106
16107 \backslash
16108 spce 
16109 \end_layout
16110
16111 \end_inset
16112
16113
16114 \begin_inset Formula $\to$
16115 \end_inset
16116
16117 _0
16118 \begin_inset Formula $\to$
16119 \end_inset
16120
16121 A(x)
16122 \end_layout
16123
16124 \end_inset
16125 </cell>
16126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16127 \begin_inset Text
16128
16129 \begin_layout Plain Layout
16130 \begin_inset Formula $\raisebox {5mm}{}\prod_{0}^{\infty}A(x)\raisebox {-2.5mm}{}$
16131 \end_inset
16132
16133
16134 \end_layout
16135
16136 \end_inset
16137 </cell>
16138 </row>
16139 </lyxtabular>
16140
16141 \end_inset
16142
16143
16144 \end_layout
16145
16146 \begin_layout Standard
16147 En ecuaciones en línea los límites se colocan al lado derecho del operador.
16148  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
16149 \end_layout
16150
16151 \begin_layout Standard
16152 Para forzar que los límites se coloquen junto al operador, se pone el cursor
16153  directamente detrás del operador y se elige 
16154 \series bold
16155 Insertado
16156 \series default
16157  en el menú 
16158 \family sans
16159 Editar\SpecialChar \menuseparator
16160 Ecuación\SpecialChar \menuseparator
16161 Cambiar tipo de límites
16162 \family default
16163  (atajo 
16164 \family sans
16165 Alt-m
16166 \begin_inset Space ~
16167 \end_inset
16168
16169 l
16170 \family default
16171 ).
16172  Un ejemplo:
16173 \end_layout
16174
16175 \begin_layout Standard
16176 Los límites por defecto son:
16177 \begin_inset Formula \[
16178 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16179
16180 \end_inset
16181
16182
16183 \end_layout
16184
16185 \begin_layout Standard
16186 Así se ven si se cambia el tipo de límites a 
16187 \series bold
16188 Insertado
16189 \series default
16190 :
16191 \begin_inset Formula \[
16192 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16193
16194 \end_inset
16195
16196
16197 \end_layout
16198
16199 \begin_layout Standard
16200 En integrales, excepto 
16201 \series bold
16202
16203 \backslash
16204 intop
16205 \series default
16206  y 
16207 \series bold
16208
16209 \backslash
16210 ointop
16211 \series default
16212 , los límites se colocan por defecto junto al operador.
16213  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
16214  operador.
16215  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
16216 \series bold
16217 Pantalla
16218 \series default
16219  para poner el límite debajo:
16220 \begin_inset Formula \begin{equation}
16221 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}\end{equation}
16222
16223 \end_inset
16224
16225
16226 \begin_inset VSpace medskip
16227 \end_inset
16228
16229 Para especificar condiciones en los límites se usan los comandos 
16230 \series bold
16231
16232 \backslash
16233 subarray
16234 \series default
16235
16236 \begin_inset Index
16237 status collapsed
16238
16239 \begin_layout Plain Layout
16240 Comandos ! S ! 
16241 \backslash
16242 subarray
16243 \end_layout
16244
16245 \end_inset
16246
16247  y 
16248 \series bold
16249
16250 \backslash
16251 substack
16252 \series default
16253
16254 \begin_inset Index
16255 status collapsed
16256
16257 \begin_layout Plain Layout
16258 Comandos ! S ! 
16259 \backslash
16260 substack
16261 \end_layout
16262
16263 \end_inset
16264
16265 .
16266  Por ejemplo, para componer la expresión
16267 \begin_inset Formula \begin{equation}
16268 \sum_{\begin{subarray}{c}
16269 0<k<1000\\
16270 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16271
16272 \end_inset
16273
16274 se ha hecho lo siguiente: primero se escribe el comando 
16275 \series bold
16276
16277 \backslash
16278 sum^n
16279 \series default
16280
16281 \begin_inset ERT
16282 status collapsed
16283
16284 \begin_layout Plain Layout
16285
16286
16287 \backslash
16288 spce 
16289 \end_layout
16290
16291 \end_inset
16292
16293
16294 \series bold
16295 _
16296 \series default
16297 .
16298  Ahora el cursor está en un cuadro azul bajo el operador sumatorio y ahí
16299  se inserta el comando 
16300 \series bold
16301
16302 \backslash
16303 subarray
16304 \series default
16305
16306 \begin_inset ERT
16307 status collapsed
16308
16309 \begin_layout Plain Layout
16310
16311
16312 \backslash
16313 spce 
16314 \end_layout
16315
16316 \end_inset
16317
16318 .
16319  Ahora el cuadro azul está en un marco púrpura donde pueden escribirse líneas
16320  distintas.
16321  Cada línea nueva se crea con un salto de línea (
16322 \family sans
16323 Ctrl-Intro
16324 \family default
16325 ).
16326  Si ahora se escribe en ella
16327 \begin_inset Newline newline
16328 \end_inset
16329
16330
16331 \series bold
16332 0<k<1000 Ctrl-Intro
16333 \begin_inset Newline newline
16334 \end_inset
16335
16336
16337 \series default
16338 aparece debajo un nuevo marco para la línea nueva.
16339 \end_layout
16340
16341 \begin_layout Standard
16342 La alineación de las líneas puede cambiarse a la izquierda con la 
16343 \family sans
16344 barra de herramientas de tabla
16345 \family default
16346  o con el menú 
16347 \family sans
16348 Editar\SpecialChar \menuseparator
16349 Filas y columnas
16350 \family default
16351 .
16352  Para obtener alineación derecha se inserta 
16353 \series bold
16354
16355 \backslash
16356 hfill
16357 \series default
16358
16359 \begin_inset ERT
16360 status collapsed
16361
16362 \begin_layout Plain Layout
16363
16364
16365 \backslash
16366 spce 
16367 \end_layout
16368
16369 \end_inset
16370
16371  al principio de la línea.
16372 \end_layout
16373
16374 \begin_layout Standard
16375 El comando 
16376 \series bold
16377
16378 \backslash
16379 substack
16380 \series default
16381  es equivalente a 
16382 \series bold
16383
16384 \backslash
16385 subarray
16386 \series default
16387  con la diferencia de que las líneas están siempre centradas.
16388 \begin_inset VSpace bigskip
16389 \end_inset
16390
16391
16392 \end_layout
16393
16394 \begin_layout Standard
16395 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16396  siguientes, como en la ecuación 
16397 \begin_inset CommandInset ref
16398 LatexCommand eqref
16399 reference "eq:substack"
16400
16401 \end_inset
16402
16403 , porque éstos se colocan junto a los límites.
16404 \end_layout
16405
16406 \begin_layout Standard
16407 Para evitarlo se puede usar la siguiente macro en el preámbulo:
16408 \end_layout
16409
16410 \begin_layout Standard
16411
16412 \series bold
16413
16414 \backslash
16415 def
16416 \backslash
16417 clap#1{
16418 \backslash
16419 hbox to 0pt{
16420 \backslash
16421 hss #1
16422 \backslash
16423 hss}}
16424 \begin_inset Newline newline
16425 \end_inset
16426
16427
16428 \backslash
16429 def
16430 \backslash
16431 mathclap {
16432 \backslash
16433 mathpalette 
16434 \backslash
16435 mathclapinternal}
16436 \begin_inset Newline newline
16437 \end_inset
16438
16439
16440 \backslash
16441 def
16442 \backslash
16443 mathclapinternal #1#2{
16444 \backslash
16445 clap{$
16446 \backslash
16447 mathsurround =0pt #1{#2}$}}
16448 \end_layout
16449
16450 \begin_layout Standard
16451 En ella se define el comando 
16452 \series bold
16453
16454 \backslash
16455 mathclap
16456 \series default
16457
16458 \begin_inset Index
16459 status collapsed
16460
16461 \begin_layout Plain Layout
16462 Comandos ! M ! 
16463 \backslash
16464 mathclap
16465 \end_layout
16466
16467 \end_inset
16468
16469  que establece la anchura del límite en 0
16470 \begin_inset Space \thinspace{}
16471 \end_inset
16472
16473 pt.
16474  El esquema del comando es:
16475 \end_layout
16476
16477 \begin_layout Standard
16478
16479 \series bold
16480
16481 \backslash
16482 mathclap{límite}
16483 \end_layout
16484
16485 \begin_layout Standard
16486 donde el límite puede consistir en varias condiciones.
16487 \end_layout
16488
16489 \begin_layout Standard
16490 Aplicado en la ecuación 
16491 \begin_inset CommandInset ref
16492 LatexCommand eqref
16493 reference "eq:substack"
16494
16495 \end_inset
16496
16497  se usa el comando
16498 \end_layout
16499
16500 \begin_layout Standard
16501
16502 \series bold
16503
16504 \backslash
16505 sum_
16506 \backslash
16507 mathclap{
16508 \backslash
16509 substack
16510 \begin_inset ERT
16511 status collapsed
16512
16513 \begin_layout Plain Layout
16514
16515
16516 \backslash
16517 spce 
16518 \end_layout
16519
16520 \end_inset
16521
16522 0<k<1000 Ctrl-Intro
16523 \end_layout
16524
16525 \begin_layout Standard
16526 para componer el límite inferior.
16527  Ahora el sumando está junto al sumatorio:
16528 \begin_inset Formula \[
16529 \sum_{\mathclap {\substack{0<k<1000\\
16530 \\k\,\in\,\mathbb{N}}
16531 }}^{n}k^{-2}\]
16532
16533 \end_inset
16534
16535
16536 \begin_inset VSpace bigskip
16537 \end_inset
16538
16539 Cómo utilizar un límite para varios operadores se describe en la 
16540 \begin_inset CommandInset ref
16541 LatexCommand ref
16542 reference "sub:Operadores-de-usuario"
16543
16544 \end_inset
16545
16546 .
16547 \end_layout
16548
16549 \begin_layout Subsection
16550 Operadores binarios
16551 \begin_inset CommandInset label
16552 LatexCommand label
16553 name "sub:Operadores-binarios"
16554
16555 \end_inset
16556
16557
16558 \begin_inset Index
16559 status collapsed
16560
16561 \begin_layout Plain Layout
16562 Operadores ! binarios
16563 \end_layout
16564
16565 \end_inset
16566
16567
16568 \end_layout
16569
16570 \begin_layout Standard
16571 Los operadores binarios se rodean por espacios si llevan un carácter delante
16572  o detrás.
16573 \begin_inset VSpace medskip
16574 \end_inset
16575
16576
16577 \end_layout
16578
16579 \begin_layout Standard
16580 \begin_inset Space \hfill{}
16581 \end_inset
16582
16583
16584 \begin_inset Tabular
16585 <lyxtabular version="3" rows="13" columns="2">
16586 <features>
16587 <column alignment="center" valignment="top" width="0pt">
16588 <column alignment="center" valignment="top" width="0pt">
16589 <row>
16590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594 Comando
16595 \begin_inset Note Note
16596 status collapsed
16597
16598 \begin_layout Plain Layout
16599
16600 \series bold
16601
16602 \backslash
16603 raisebox
16604 \series default
16605  se usa sólo como espaciador
16606 \end_layout
16607
16608 \end_inset
16609
16610
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Plain Layout
16619 Operador
16620 \end_layout
16621
16622 \end_inset
16623 </cell>
16624 </row>
16625 <row>
16626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16627 \begin_inset Text
16628
16629 \begin_layout Plain Layout
16630 +
16631 \end_layout
16632
16633 \end_inset
16634 </cell>
16635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16636 \begin_inset Text
16637
16638 \begin_layout Plain Layout
16639 \begin_inset Formula $+$
16640 \end_inset
16641
16642
16643 \end_layout
16644
16645 \end_inset
16646 </cell>
16647 </row>
16648 <row>
16649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16650 \begin_inset Text
16651
16652 \begin_layout Plain Layout
16653 -
16654 \end_layout
16655
16656 \end_inset
16657 </cell>
16658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16659 \begin_inset Text
16660
16661 \begin_layout Plain Layout
16662 \begin_inset Formula $-$
16663 \end_inset
16664
16665
16666 \end_layout
16667
16668 \end_inset
16669 </cell>
16670 </row>
16671 <row>
16672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16673 \begin_inset Text
16674
16675 \begin_layout Plain Layout
16676
16677 \backslash
16678 pm
16679 \end_layout
16680
16681 \end_inset
16682 </cell>
16683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16684 \begin_inset Text
16685
16686 \begin_layout Plain Layout
16687 \begin_inset Formula $\pm$
16688 \end_inset
16689
16690
16691 \end_layout
16692
16693 \end_inset
16694 </cell>
16695 </row>
16696 <row>
16697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16698 \begin_inset Text
16699
16700 \begin_layout Plain Layout
16701
16702 \backslash
16703 mp
16704 \end_layout
16705
16706 \end_inset
16707 </cell>
16708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16709 \begin_inset Text
16710
16711 \begin_layout Plain Layout
16712 \begin_inset Formula $\mp$
16713 \end_inset
16714
16715
16716 \end_layout
16717
16718 \end_inset
16719 </cell>
16720 </row>
16721 <row>
16722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16723 \begin_inset Text
16724
16725 \begin_layout Plain Layout
16726
16727 \backslash
16728 cdot
16729 \end_layout
16730
16731 \end_inset
16732 </cell>
16733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16734 \begin_inset Text
16735
16736 \begin_layout Plain Layout
16737 \begin_inset Formula $\cdot$
16738 \end_inset
16739
16740
16741 \end_layout
16742
16743 \end_inset
16744 </cell>
16745 </row>
16746 <row>
16747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16748 \begin_inset Text
16749
16750 \begin_layout Plain Layout
16751
16752 \backslash
16753 times
16754 \end_layout
16755
16756 \end_inset
16757 </cell>
16758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16759 \begin_inset Text
16760
16761 \begin_layout Plain Layout
16762 \begin_inset Formula $\times$
16763 \end_inset
16764
16765
16766 \end_layout
16767
16768 \end_inset
16769 </cell>
16770 </row>
16771 <row>
16772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16773 \begin_inset Text
16774
16775 \begin_layout Plain Layout
16776
16777 \backslash
16778 div
16779 \end_layout
16780
16781 \end_inset
16782 </cell>
16783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16784 \begin_inset Text
16785
16786 \begin_layout Plain Layout
16787 \begin_inset Formula $\div$
16788 \end_inset
16789
16790
16791 \end_layout
16792
16793 \end_inset
16794 </cell>
16795 </row>
16796 <row>
16797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16798 \begin_inset Text
16799
16800 \begin_layout Plain Layout
16801 \begin_inset ERT
16802 status collapsed
16803
16804 \begin_layout Plain Layout
16805
16806
16807 \backslash
16808 raisebox{-1.2mm}{
16809 \end_layout
16810
16811 \end_inset
16812
16813 *
16814 \begin_inset ERT
16815 status collapsed
16816
16817 \begin_layout Plain Layout
16818
16819 }
16820 \end_layout
16821
16822 \end_inset
16823
16824
16825 \end_layout
16826
16827 \end_inset
16828 </cell>
16829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16830 \begin_inset Text
16831
16832 \begin_layout Plain Layout
16833 \begin_inset Formula $*$
16834 \end_inset
16835
16836
16837 \end_layout
16838
16839 \end_inset
16840 </cell>
16841 </row>
16842 <row>
16843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847
16848 \backslash
16849 star
16850 \end_layout
16851
16852 \end_inset
16853 </cell>
16854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858 \begin_inset Formula $\star$
16859 \end_inset
16860
16861
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 </row>
16867 <row>
16868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872
16873 \backslash
16874 circ
16875 \end_layout
16876
16877 \end_inset
16878 </cell>
16879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16880 \begin_inset Text
16881
16882 \begin_layout Plain Layout
16883 \begin_inset Formula $\circ$
16884 \end_inset
16885
16886
16887 \end_layout
16888
16889 \end_inset
16890 </cell>
16891 </row>
16892 <row>
16893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16894 \begin_inset Text
16895
16896 \begin_layout Plain Layout
16897
16898 \backslash
16899 diamond
16900 \end_layout
16901
16902 \end_inset
16903 </cell>
16904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16905 \begin_inset Text
16906
16907 \begin_layout Plain Layout
16908 \begin_inset Formula $\diamond$
16909 \end_inset
16910
16911
16912 \end_layout
16913
16914 \end_inset
16915 </cell>
16916 </row>
16917 <row>
16918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922
16923 \backslash
16924 bullet
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16930 \begin_inset Text
16931
16932 \begin_layout Plain Layout
16933 \begin_inset Formula $\bullet$
16934 \end_inset
16935
16936
16937 \end_layout
16938
16939 \end_inset
16940 </cell>
16941 </row>
16942 </lyxtabular>
16943
16944 \end_inset
16945
16946
16947 \begin_inset Space \hfill{}
16948 \end_inset
16949
16950
16951 \begin_inset Tabular
16952 <lyxtabular version="3" rows="13" columns="2">
16953 <features>
16954 <column alignment="center" valignment="top" width="0pt">
16955 <column alignment="center" valignment="top" width="0pt">
16956 <row>
16957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16958 \begin_inset Text
16959
16960 \begin_layout Plain Layout
16961 Comando
16962 \end_layout
16963
16964 \end_inset
16965 </cell>
16966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16967 \begin_inset Text
16968
16969 \begin_layout Plain Layout
16970 Operador
16971 \end_layout
16972
16973 \end_inset
16974 </cell>
16975 </row>
16976 <row>
16977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16978 \begin_inset Text
16979
16980 \begin_layout Plain Layout
16981
16982 \backslash
16983 nabla
16984 \end_layout
16985
16986 \end_inset
16987 </cell>
16988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16989 \begin_inset Text
16990
16991 \begin_layout Plain Layout
16992 \begin_inset Formula $\nabla$
16993 \end_inset
16994
16995
16996 \end_layout
16997
16998 \end_inset
16999 </cell>
17000 </row>
17001 <row>
17002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17003 \begin_inset Text
17004
17005 \begin_layout Plain Layout
17006
17007 \backslash
17008 bigtriangledown
17009 \end_layout
17010
17011 \end_inset
17012 </cell>
17013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17014 \begin_inset Text
17015
17016 \begin_layout Plain Layout
17017 \begin_inset Formula $\bigtriangledown$
17018 \end_inset
17019
17020
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 </row>
17026 <row>
17027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17028 \begin_inset Text
17029
17030 \begin_layout Plain Layout
17031
17032 \backslash
17033 bigtriangleup
17034 \end_layout
17035
17036 \end_inset
17037 </cell>
17038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17039 \begin_inset Text
17040
17041 \begin_layout Plain Layout
17042 \begin_inset Formula $\bigtriangleup$
17043 \end_inset
17044
17045
17046 \end_layout
17047
17048 \end_inset
17049 </cell>
17050 </row>
17051 <row>
17052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17053 \begin_inset Text
17054
17055 \begin_layout Plain Layout
17056
17057 \backslash
17058 Box
17059 \end_layout
17060
17061 \end_inset
17062 </cell>
17063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17064 \begin_inset Text
17065
17066 \begin_layout Plain Layout
17067 \begin_inset Formula $\Box$
17068 \end_inset
17069
17070
17071 \end_layout
17072
17073 \end_inset
17074 </cell>
17075 </row>
17076 <row>
17077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17078 \begin_inset Text
17079
17080 \begin_layout Plain Layout
17081
17082 \backslash
17083 cap 
17084 \end_layout
17085
17086 \end_inset
17087 </cell>
17088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17089 \begin_inset Text
17090
17091 \begin_layout Plain Layout
17092 \begin_inset Formula $\cap$
17093 \end_inset
17094
17095
17096 \end_layout
17097
17098 \end_inset
17099 </cell>
17100 </row>
17101 <row>
17102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17103 \begin_inset Text
17104
17105 \begin_layout Plain Layout
17106
17107 \backslash
17108 cup
17109 \end_layout
17110
17111 \end_inset
17112 </cell>
17113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17114 \begin_inset Text
17115
17116 \begin_layout Plain Layout
17117 \begin_inset Formula $\cup$
17118 \end_inset
17119
17120
17121 \end_layout
17122
17123 \end_inset
17124 </cell>
17125 </row>
17126 <row>
17127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17128 \begin_inset Text
17129
17130 \begin_layout Plain Layout
17131
17132 \backslash
17133 dagger
17134 \end_layout
17135
17136 \end_inset
17137 </cell>
17138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17139 \begin_inset Text
17140
17141 \begin_layout Plain Layout
17142 \begin_inset Formula $\dagger$
17143 \end_inset
17144
17145
17146 \end_layout
17147
17148 \end_inset
17149 </cell>
17150 </row>
17151 <row>
17152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17153 \begin_inset Text
17154
17155 \begin_layout Plain Layout
17156
17157 \backslash
17158 ddagger
17159 \end_layout
17160
17161 \end_inset
17162 </cell>
17163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17164 \begin_inset Text
17165
17166 \begin_layout Plain Layout
17167 \begin_inset Formula $\ddagger$
17168 \end_inset
17169
17170
17171 \end_layout
17172
17173 \end_inset
17174 </cell>
17175 </row>
17176 <row>
17177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17178 \begin_inset Text
17179
17180 \begin_layout Plain Layout
17181
17182 \backslash
17183 wr
17184 \end_layout
17185
17186 \end_inset
17187 </cell>
17188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17189 \begin_inset Text
17190
17191 \begin_layout Plain Layout
17192 \begin_inset Formula $\wr$
17193 \end_inset
17194
17195
17196 \end_layout
17197
17198 \end_inset
17199 </cell>
17200 </row>
17201 <row>
17202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206
17207 \backslash
17208 bigcirc
17209 \end_layout
17210
17211 \end_inset
17212 </cell>
17213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17214 \begin_inset Text
17215
17216 \begin_layout Plain Layout
17217 \begin_inset Formula $\bigcirc$
17218 \end_inset
17219
17220
17221 \end_layout
17222
17223 \end_inset
17224 </cell>
17225 </row>
17226 <row>
17227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17228 \begin_inset Text
17229
17230 \begin_layout Plain Layout
17231
17232 \backslash
17233 wedge
17234 \end_layout
17235
17236 \end_inset
17237 </cell>
17238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17239 \begin_inset Text
17240
17241 \begin_layout Plain Layout
17242 \begin_inset Formula $\wedge$
17243 \end_inset
17244
17245
17246 \end_layout
17247
17248 \end_inset
17249 </cell>
17250 </row>
17251 <row>
17252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17253 \begin_inset Text
17254
17255 \begin_layout Plain Layout
17256
17257 \backslash
17258 vee
17259 \end_layout
17260
17261 \end_inset
17262 </cell>
17263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17264 \begin_inset Text
17265
17266 \begin_layout Plain Layout
17267 \begin_inset Formula $\vee$
17268 \end_inset
17269
17270
17271 \end_layout
17272
17273 \end_inset
17274 </cell>
17275 </row>
17276 </lyxtabular>
17277
17278 \end_inset
17279
17280
17281 \begin_inset Space \hfill{}
17282 \end_inset
17283
17284
17285 \begin_inset Tabular
17286 <lyxtabular version="3" rows="13" columns="2">
17287 <features>
17288 <column alignment="center" valignment="top" width="0pt">
17289 <column alignment="center" valignment="top" width="0pt">
17290 <row>
17291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17292 \begin_inset Text
17293
17294 \begin_layout Plain Layout
17295 Comando
17296 \end_layout
17297
17298 \end_inset
17299 </cell>
17300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17301 \begin_inset Text
17302
17303 \begin_layout Plain Layout
17304 Operador
17305 \end_layout
17306
17307 \end_inset
17308 </cell>
17309 </row>
17310 <row>
17311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17312 \begin_inset Text
17313
17314 \begin_layout Plain Layout
17315
17316 \backslash
17317 oplus
17318 \end_layout
17319
17320 \end_inset
17321 </cell>
17322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17323 \begin_inset Text
17324
17325 \begin_layout Plain Layout
17326 \begin_inset Formula $\oplus$
17327 \end_inset
17328
17329
17330 \end_layout
17331
17332 \end_inset
17333 </cell>
17334 </row>
17335 <row>
17336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17337 \begin_inset Text
17338
17339 \begin_layout Plain Layout
17340
17341 \backslash
17342 ominus
17343 \end_layout
17344
17345 \end_inset
17346 </cell>
17347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17348 \begin_inset Text
17349
17350 \begin_layout Plain Layout
17351 \begin_inset Formula $\ominus$
17352 \end_inset
17353
17354
17355 \end_layout
17356
17357 \end_inset
17358 </cell>
17359 </row>
17360 <row>
17361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17362 \begin_inset Text
17363
17364 \begin_layout Plain Layout
17365
17366 \backslash
17367 otimes
17368 \end_layout
17369
17370 \end_inset
17371 </cell>
17372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17373 \begin_inset Text
17374
17375 \begin_layout Plain Layout
17376 \begin_inset Formula $\otimes$
17377 \end_inset
17378
17379
17380 \end_layout
17381
17382 \end_inset
17383 </cell>
17384 </row>
17385 <row>
17386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17387 \begin_inset Text
17388
17389 \begin_layout Plain Layout
17390
17391 \backslash
17392 oslash
17393 \end_layout
17394
17395 \end_inset
17396 </cell>
17397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17398 \begin_inset Text
17399
17400 \begin_layout Plain Layout
17401 \begin_inset Formula $\oslash$
17402 \end_inset
17403
17404
17405 \end_layout
17406
17407 \end_inset
17408 </cell>
17409 </row>
17410 <row>
17411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17412 \begin_inset Text
17413
17414 \begin_layout Plain Layout
17415
17416 \backslash
17417 odot
17418 \end_layout
17419
17420 \end_inset
17421 </cell>
17422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17423 \begin_inset Text
17424
17425 \begin_layout Plain Layout
17426 \begin_inset Formula $\odot$
17427 \end_inset
17428
17429
17430 \end_layout
17431
17432 \end_inset
17433 </cell>
17434 </row>
17435 <row>
17436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17437 \begin_inset Text
17438
17439 \begin_layout Plain Layout
17440
17441 \backslash
17442 amalg
17443 \end_layout
17444
17445 \end_inset
17446 </cell>
17447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17448 \begin_inset Text
17449
17450 \begin_layout Plain Layout
17451 \begin_inset Formula $\amalg$
17452 \end_inset
17453
17454
17455 \end_layout
17456
17457 \end_inset
17458 </cell>
17459 </row>
17460 <row>
17461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17462 \begin_inset Text
17463
17464 \begin_layout Plain Layout
17465
17466 \backslash
17467 uplus
17468 \end_layout
17469
17470 \end_inset
17471 </cell>
17472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17473 \begin_inset Text
17474
17475 \begin_layout Plain Layout
17476 \begin_inset Formula $\uplus$
17477 \end_inset
17478
17479
17480 \end_layout
17481
17482 \end_inset
17483 </cell>
17484 </row>
17485 <row>
17486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17487 \begin_inset Text
17488
17489 \begin_layout Plain Layout
17490
17491 \backslash
17492 setminus
17493 \end_layout
17494
17495 \end_inset
17496 </cell>
17497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17498 \begin_inset Text
17499
17500 \begin_layout Plain Layout
17501 \begin_inset Formula $\setminus$
17502 \end_inset
17503
17504
17505 \end_layout
17506
17507 \end_inset
17508 </cell>
17509 </row>
17510 <row>
17511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17512 \begin_inset Text
17513
17514 \begin_layout Plain Layout
17515
17516 \backslash
17517 sqcap
17518 \end_layout
17519
17520 \end_inset
17521 </cell>
17522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17523 \begin_inset Text
17524
17525 \begin_layout Plain Layout
17526 \begin_inset Formula $\sqcap$
17527 \end_inset
17528
17529
17530 \end_layout
17531
17532 \end_inset
17533 </cell>
17534 </row>
17535 <row>
17536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17537 \begin_inset Text
17538
17539 \begin_layout Plain Layout
17540
17541 \backslash
17542 sqcup
17543 \end_layout
17544
17545 \end_inset
17546 </cell>
17547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17548 \begin_inset Text
17549
17550 \begin_layout Plain Layout
17551 \begin_inset Formula $\sqcup$
17552 \end_inset
17553
17554
17555 \end_layout
17556
17557 \end_inset
17558 </cell>
17559 </row>
17560 <row>
17561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17562 \begin_inset Text
17563
17564 \begin_layout Plain Layout
17565
17566 \backslash
17567 triangleleft
17568 \end_layout
17569
17570 \end_inset
17571 </cell>
17572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17573 \begin_inset Text
17574
17575 \begin_layout Plain Layout
17576 \begin_inset Formula $\triangleleft$
17577 \end_inset
17578
17579
17580 \end_layout
17581
17582 \end_inset
17583 </cell>
17584 </row>
17585 <row>
17586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17587 \begin_inset Text
17588
17589 \begin_layout Plain Layout
17590
17591 \backslash
17592 triangleright
17593 \end_layout
17594
17595 \end_inset
17596 </cell>
17597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17598 \begin_inset Text
17599
17600 \begin_layout Plain Layout
17601 \begin_inset Formula $\triangleright$
17602 \end_inset
17603
17604
17605 \end_layout
17606
17607 \end_inset
17608 </cell>
17609 </row>
17610 </lyxtabular>
17611
17612 \end_inset
17613
17614
17615 \begin_inset Space \hfill{}
17616 \end_inset
17617
17618
17619 \end_layout
17620
17621 \begin_layout Standard
17622 Todos los operadores binarios se pueden insertar también con el botón 
17623 \begin_inset Graphics
17624         filename ../../images/math/pm.png
17625         embed ""
17626         scale 85
17627
17628 \end_inset
17629
17630  de la barra de ecuaciones.
17631 \end_layout
17632
17633 \begin_layout Standard
17634 Para imprimir el operador Laplace se pueden usar 
17635 \series bold
17636
17637 \backslash
17638 Delta
17639 \series default
17640  o 
17641 \series bold
17642
17643 \backslash
17644 nabla
17645 \series default
17646 ^
17647 \series bold
17648 2
17649 \series default
17650  (
17651 \begin_inset Formula $\nabla^{2}$
17652 \end_inset
17653
17654 ) en vez de 
17655 \series bold
17656
17657 \backslash
17658 bigtriangleup
17659 \series default
17660 .
17661 \end_layout
17662
17663 \begin_layout Standard
17664 El carácter 
17665 \family sans
17666 Separador de menú
17667 \family default
17668  del menú 
17669 \family sans
17670 Insertar\SpecialChar \menuseparator
17671 Carácter especial
17672 \family default
17673  es el operador 
17674 \series bold
17675
17676 \backslash
17677 triangleright
17678 \series default
17679 .
17680 \end_layout
17681
17682 \begin_layout Subsection
17683 Operadores definidos por el usuario
17684 \begin_inset CommandInset label
17685 LatexCommand label
17686 name "sub:Operadores-de-usuario"
17687
17688 \end_inset
17689
17690
17691 \begin_inset Index
17692 status collapsed
17693
17694 \begin_layout Plain Layout
17695 Operadores ! personalizados
17696 \end_layout
17697
17698 \end_inset
17699
17700
17701 \end_layout
17702
17703 \begin_layout Standard
17704 Con ayuda del comando 
17705 \series bold
17706
17707 \backslash
17708 DeclareMathOperator
17709 \series default
17710
17711 \begin_inset Index
17712 status collapsed
17713
17714 \begin_layout Plain Layout
17715 Comandos ! D ! 
17716 \backslash
17717 dbinom@
17718 \backslash
17719 DeclareMathOperator
17720 \end_layout
17721
17722 \end_inset
17723
17724  se pueden definir operadores personalizados en el preámbulo LaTeX.
17725  Su esquema es:
17726 \end_layout
17727
17728 \begin_layout Standard
17729
17730 \series bold
17731
17732 \backslash
17733 DeclareMathOperator{comando nuevo}{presentación}
17734 \end_layout
17735
17736 \begin_layout Standard
17737 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17738  en la salida.
17739  Para definir un operador grande hay que añadirle un * detrás.
17740  Todos los operadores grandes personalizados pueden tener límites como se
17741  describe en 
17742 \begin_inset CommandInset ref
17743 LatexCommand ref
17744 reference "sub:Límites-de-operadores"
17745
17746 \end_inset
17747
17748 .
17749 \end_layout
17750
17751 \begin_layout Standard
17752 Por ejemplo, la línea en el preámbulo LaTeX
17753 \end_layout
17754
17755 \begin_layout Standard
17756
17757 \series bold
17758
17759 \backslash
17760 DeclareMathOperator*{
17761 \backslash
17762 Lozenge}{
17763 \backslash
17764 blacklozenge}
17765 \end_layout
17766
17767 \begin_layout Standard
17768 define el comando 
17769 \series bold
17770
17771 \backslash
17772 Lozenge
17773 \series default
17774 , que inserta un operador grande que es el símbolo blacklozenge de la 
17775 \begin_inset CommandInset ref
17776 LatexCommand ref
17777 reference "sub:Símbolos-misceláneos"
17778
17779 \end_inset
17780
17781 .
17782 \begin_inset Formula \[
17783 \Lozenge _{n=1}^{\infty}\]
17784
17785 \end_inset
17786
17787 El comando para esta expresión es: 
17788 \series bold
17789
17790 \backslash
17791 Lozenge^
17792 \backslash
17793 infty
17794 \begin_inset Formula $\rightarrow$
17795 \end_inset
17796
17797 _n=1
17798 \begin_inset VSpace bigskip
17799 \end_inset
17800
17801
17802 \end_layout
17803
17804 \begin_layout Standard
17805 Si los operadores personalizados no se van a usar varias veces en el documento,
17806  se pueden también definir con los comandos 
17807 \series bold
17808
17809 \backslash
17810 mathop
17811 \series default
17812
17813 \begin_inset Index
17814 status collapsed
17815
17816 \begin_layout Plain Layout
17817 Comandos ! M ! 
17818 \backslash
17819 mathop
17820 \end_layout
17821
17822 \end_inset
17823
17824  y 
17825 \series bold
17826
17827 \backslash
17828 mathbin
17829 \series default
17830
17831 \begin_inset Index
17832 status collapsed
17833
17834 \begin_layout Plain Layout
17835 Comandos ! M ! 
17836 \backslash
17837 mathbin
17838 \end_layout
17839
17840 \end_inset
17841
17842 , con el siguiente esquema:
17843 \end_layout
17844
17845 \begin_layout Standard
17846
17847 \series bold
17848
17849 \backslash
17850 mathop{presentación}
17851 \series default
17852  y 
17853 \series bold
17854
17855 \backslash
17856 mathbin{presentación}
17857 \end_layout
17858
17859 \begin_layout Standard
17860
17861 \series bold
17862
17863 \backslash
17864 mathop
17865 \series default
17866  define operadores grandes, 
17867 \series bold
17868
17869 \backslash
17870 mathbin
17871 \series default
17872  operadores binarios.
17873 \end_layout
17874
17875 \begin_layout Standard
17876
17877 \series bold
17878
17879 \backslash
17880 mathop
17881 \series default
17882  se puede usar, p.e., para poner un límite a varios operadores:
17883 \begin_inset Formula \[
17884 \mathop {\sum\negmedspace\sum}_{i,j=1}^{N}\]
17885
17886 \end_inset
17887
17888
17889 \end_layout
17890
17891 \begin_layout Standard
17892 El comando para la expresión anterior es:
17893 \begin_inset Newline newline
17894 \end_inset
17895
17896
17897 \series bold
17898
17899 \backslash
17900 mathop{
17901 \backslash
17902 sum
17903 \backslash
17904 negmedspace
17905 \backslash
17906 sum
17907 \series default
17908
17909 \begin_inset ERT
17910 status collapsed
17911
17912 \begin_layout Plain Layout
17913
17914
17915 \backslash
17916 spce 
17917 \end_layout
17918
17919 \end_inset
17920
17921
17922 \series bold
17923
17924 \begin_inset Formula $\to$
17925 \end_inset
17926
17927 ^N
17928 \series default
17929
17930 \begin_inset ERT
17931 status collapsed
17932
17933 \begin_layout Plain Layout
17934
17935
17936 \backslash
17937 spce 
17938 \end_layout
17939
17940 \end_inset
17941
17942
17943 \series bold
17944 _i,j=1
17945 \end_layout
17946
17947 \begin_layout Section
17948 Fuentes
17949 \begin_inset Index
17950 status collapsed
17951
17952 \begin_layout Plain Layout
17953 Fuentes
17954 \end_layout
17955
17956 \end_inset
17957
17958
17959 \end_layout
17960
17961 \begin_layout Subsection
17962 Estilos de fuentes
17963 \begin_inset CommandInset label
17964 LatexCommand label
17965 name "sub:Estilos-de-fuentes"
17966
17967 \end_inset
17968
17969
17970 \begin_inset Index
17971 status collapsed
17972
17973 \begin_layout Plain Layout
17974 Fuentes ! estilos de
17975 \end_layout
17976
17977 \end_inset
17978
17979
17980 \end_layout
17981
17982 \begin_layout Standard
17983 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
17984  estilos:
17985 \end_layout
17986
17987 \begin_layout Standard
17988 \begin_inset VSpace -2mm
17989 \end_inset
17990
17991
17992 \end_layout
17993
17994 \begin_layout Standard
17995 \align center
17996 \begin_inset Tabular
17997 <lyxtabular version="3" rows="6" columns="3">
17998 <features>
17999 <column alignment="center" valignment="top" width="0">
18000 <column alignment="center" valignment="top" width="0">
18001 <column alignment="center" valignment="top" width="0">
18002 <row>
18003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18004 \begin_inset Text
18005
18006 \begin_layout Plain Layout
18007 Comando
18008 \end_layout
18009
18010 \end_inset
18011 </cell>
18012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18013 \begin_inset Text
18014
18015 \begin_layout Plain Layout
18016 Resultado
18017 \end_layout
18018
18019 \end_inset
18020 </cell>
18021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18022 \begin_inset Text
18023
18024 \begin_layout Plain Layout
18025 atajo
18026 \end_layout
18027
18028 \end_inset
18029 </cell>
18030 </row>
18031 <row>
18032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18033 \begin_inset Text
18034
18035 \begin_layout Plain Layout
18036
18037 \backslash
18038 mathbb
18039 \series bold
18040
18041 \begin_inset ERT
18042 status collapsed
18043
18044 \begin_layout Plain Layout
18045
18046
18047 \backslash
18048 spce 
18049 \end_layout
18050
18051 \end_inset
18052
18053
18054 \series default
18055 ABC
18056 \end_layout
18057
18058 \end_inset
18059 </cell>
18060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18061 \begin_inset Text
18062
18063 \begin_layout Plain Layout
18064 \begin_inset Formula $\mathbb{ABC}$
18065 \end_inset
18066
18067
18068 \end_layout
18069
18070 \end_inset
18071 </cell>
18072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18073 \begin_inset Text
18074
18075 \begin_layout Plain Layout
18076 Alt-c c
18077 \end_layout
18078
18079 \end_inset
18080 </cell>
18081 </row>
18082 <row>
18083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18084 \begin_inset Text
18085
18086 \begin_layout Plain Layout
18087
18088 \backslash
18089 mathbf
18090 \series bold
18091
18092 \begin_inset ERT
18093 status collapsed
18094
18095 \begin_layout Plain Layout
18096
18097
18098 \backslash
18099 spce 
18100 \end_layout
18101
18102 \end_inset
18103
18104
18105 \series default
18106 AbC
18107 \end_layout
18108
18109 \end_inset
18110 </cell>
18111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18112 \begin_inset Text
18113
18114 \begin_layout Plain Layout
18115 \begin_inset Formula $\mathbf{AbC}$
18116 \end_inset
18117
18118
18119 \end_layout
18120
18121 \end_inset
18122 </cell>
18123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18124 \begin_inset Text
18125
18126 \begin_layout Plain Layout
18127 -
18128 \end_layout
18129
18130 \end_inset
18131 </cell>
18132 </row>
18133 <row>
18134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18135 \begin_inset Text
18136
18137 \begin_layout Plain Layout
18138
18139 \backslash
18140 boldsymbol
18141 \series bold
18142
18143 \begin_inset ERT
18144 status collapsed
18145
18146 \begin_layout Plain Layout
18147
18148
18149 \backslash
18150 spce 
18151 \end_layout
18152
18153 \end_inset
18154
18155
18156 \series default
18157 AbC
18158 \end_layout
18159
18160 \end_inset
18161 </cell>
18162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18163 \begin_inset Text
18164
18165 \begin_layout Plain Layout
18166 \begin_inset Formula $\boldsymbol{AbC}$
18167 \end_inset
18168
18169
18170 \end_layout
18171
18172 \end_inset
18173 </cell>
18174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18175 \begin_inset Text
18176
18177 \begin_layout Plain Layout
18178 Alt-c b
18179 \end_layout
18180
18181 \end_inset
18182 </cell>
18183 </row>
18184 <row>
18185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18186 \begin_inset Text
18187
18188 \begin_layout Plain Layout
18189
18190 \backslash
18191 mathcal
18192 \series bold
18193
18194 \begin_inset ERT
18195 status collapsed
18196
18197 \begin_layout Plain Layout
18198
18199
18200 \backslash
18201 spce 
18202 \end_layout
18203
18204 \end_inset
18205
18206
18207 \series default
18208 ABC
18209 \end_layout
18210
18211 \end_inset
18212 </cell>
18213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18214 \begin_inset Text
18215
18216 \begin_layout Plain Layout
18217 \begin_inset Formula $\mathcal{ABC}$
18218 \end_inset
18219
18220
18221 \end_layout
18222
18223 \end_inset
18224 </cell>
18225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18226 \begin_inset Text
18227
18228 \begin_layout Plain Layout
18229 Alt-c e
18230 \end_layout
18231
18232 \end_inset
18233 </cell>
18234 </row>
18235 <row>
18236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18237 \begin_inset Text
18238
18239 \begin_layout Plain Layout
18240
18241 \backslash
18242 mathfrak
18243 \series bold
18244
18245 \begin_inset ERT
18246 status collapsed
18247
18248 \begin_layout Plain Layout
18249
18250
18251 \backslash
18252 spce 
18253 \end_layout
18254
18255 \end_inset
18256
18257
18258 \series default
18259 AbC
18260 \end_layout
18261
18262 \end_inset
18263 </cell>
18264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18265 \begin_inset Text
18266
18267 \begin_layout Plain Layout
18268 \begin_inset Formula $\mathfrak{AbC}$
18269 \end_inset
18270
18271
18272 \end_layout
18273
18274 \end_inset
18275 </cell>
18276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18277 \begin_inset Text
18278
18279 \begin_layout Plain Layout
18280 -
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 </row>
18286 </lyxtabular>
18287
18288 \end_inset
18289
18290
18291 \end_layout
18292
18293 \begin_layout Standard
18294 \align center
18295 \begin_inset Tabular
18296 <lyxtabular version="3" rows="5" columns="3">
18297 <features>
18298 <column alignment="center" valignment="top" width="0">
18299 <column alignment="center" valignment="top" width="0">
18300 <column alignment="center" valignment="top" width="0">
18301 <row>
18302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18303 \begin_inset Text
18304
18305 \begin_layout Plain Layout
18306 Comando
18307 \end_layout
18308
18309 \end_inset
18310 </cell>
18311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18312 \begin_inset Text
18313
18314 \begin_layout Plain Layout
18315 Resultado
18316 \end_layout
18317
18318 \end_inset
18319 </cell>
18320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18321 \begin_inset Text
18322
18323 \begin_layout Plain Layout
18324 atajo
18325 \end_layout
18326
18327 \end_inset
18328 </cell>
18329 </row>
18330 <row>
18331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18332 \begin_inset Text
18333
18334 \begin_layout Plain Layout
18335
18336 \backslash
18337 mathit
18338 \series bold
18339
18340 \begin_inset ERT
18341 status collapsed
18342
18343 \begin_layout Plain Layout
18344
18345
18346 \backslash
18347 spce 
18348 \end_layout
18349
18350 \end_inset
18351
18352
18353 \series default
18354 AbC
18355 \end_layout
18356
18357 \end_inset
18358 </cell>
18359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18360 \begin_inset Text
18361
18362 \begin_layout Plain Layout
18363 \begin_inset Formula $\mathit{AbC}$
18364 \end_inset
18365
18366
18367 \end_layout
18368
18369 \end_inset
18370 </cell>
18371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18372 \begin_inset Text
18373
18374 \begin_layout Plain Layout
18375 -
18376 \end_layout
18377
18378 \end_inset
18379 </cell>
18380 </row>
18381 <row>
18382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18383 \begin_inset Text
18384
18385 \begin_layout Plain Layout
18386
18387 \backslash
18388 mathrm
18389 \series bold
18390
18391 \begin_inset ERT
18392 status collapsed
18393
18394 \begin_layout Plain Layout
18395
18396
18397 \backslash
18398 spce 
18399 \end_layout
18400
18401 \end_inset
18402
18403
18404 \series default
18405 AbC
18406 \end_layout
18407
18408 \end_inset
18409 </cell>
18410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18411 \begin_inset Text
18412
18413 \begin_layout Plain Layout
18414 \begin_inset Formula $\mathrm{AbC}$
18415 \end_inset
18416
18417
18418 \end_layout
18419
18420 \end_inset
18421 </cell>
18422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18423 \begin_inset Text
18424
18425 \begin_layout Plain Layout
18426 Alt-c r
18427 \end_layout
18428
18429 \end_inset
18430 </cell>
18431 </row>
18432 <row>
18433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18434 \begin_inset Text
18435
18436 \begin_layout Plain Layout
18437
18438 \backslash
18439 mathsf
18440 \series bold
18441
18442 \begin_inset ERT
18443 status collapsed
18444
18445 \begin_layout Plain Layout
18446
18447
18448 \backslash
18449 spce 
18450 \end_layout
18451
18452 \end_inset
18453
18454
18455 \series default
18456 AbC
18457 \end_layout
18458
18459 \end_inset
18460 </cell>
18461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18462 \begin_inset Text
18463
18464 \begin_layout Plain Layout
18465 \begin_inset Formula $\mathsf{AbC}$
18466 \end_inset
18467
18468
18469 \end_layout
18470
18471 \end_inset
18472 </cell>
18473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18474 \begin_inset Text
18475
18476 \begin_layout Plain Layout
18477 Alt-c s
18478 \end_layout
18479
18480 \end_inset
18481 </cell>
18482 </row>
18483 <row>
18484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18485 \begin_inset Text
18486
18487 \begin_layout Plain Layout
18488
18489 \backslash
18490 mathtt
18491 \series bold
18492
18493 \begin_inset ERT
18494 status collapsed
18495
18496 \begin_layout Plain Layout
18497
18498
18499 \backslash
18500 spce 
18501 \end_layout
18502
18503 \end_inset
18504
18505
18506 \series default
18507 AbC
18508 \end_layout
18509
18510 \end_inset
18511 </cell>
18512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18513 \begin_inset Text
18514
18515 \begin_layout Plain Layout
18516 \begin_inset Formula $\mathtt{AbC}$
18517 \end_inset
18518
18519
18520 \end_layout
18521
18522 \end_inset
18523 </cell>
18524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18525 \begin_inset Text
18526
18527 \begin_layout Plain Layout
18528 Alt-c p
18529 \end_layout
18530
18531 \end_inset
18532 </cell>
18533 </row>
18534 </lyxtabular>
18535
18536 \end_inset
18537
18538
18539 \end_layout
18540
18541 \begin_layout Standard
18542 \begin_inset Note Greyedout
18543 status open
18544
18545 \begin_layout Plain Layout
18546
18547 \series bold
18548 Nota
18549 \series default
18550 : Los estilos 
18551 \series bold
18552
18553 \backslash
18554 mathbb
18555 \series default
18556  y 
18557 \series bold
18558
18559 \backslash
18560 mathcal
18561 \series default
18562  sólo se aplican a letras mayúsculas.
18563 \end_layout
18564
18565 \end_inset
18566
18567
18568 \end_layout
18569
18570 \begin_layout Standard
18571 El estilo predeterminado es 
18572 \series bold
18573
18574 \backslash
18575 mathnormal
18576 \series default
18577 .
18578 \end_layout
18579
18580 \begin_layout Standard
18581 Los comandos de estilo funcionan también en estructuras matemáticas:
18582 \begin_inset Formula \[
18583 \mathfrak{A=\frac{b}{C}}\]
18584
18585 \end_inset
18586
18587
18588 \end_layout
18589
18590 \begin_layout Standard
18591 Los caracteres en texto matemático no aparecen en un estilo de letra de
18592  ecuaciones sino en el estilo 
18593 \series bold
18594
18595 \backslash
18596 textrm
18597 \series default
18598 .
18599  Este estilo no se puede poner correctamente con el diálogo de estilo de
18600  texto por un fallo de LyX.
18601 \begin_inset Foot
18602 status collapsed
18603
18604 \begin_layout Plain Layout
18605  
18606 \begin_inset ERT
18607 status collapsed
18608
18609 \begin_layout Plain Layout
18610
18611
18612 \backslash
18613 href{http://bugzilla.lyx.org/show_bug.cgi?id=4091}{
18614 \end_layout
18615
18616 \end_inset
18617
18618 LyX-bug #4091
18619 \begin_inset ERT
18620 status collapsed
18621
18622 \begin_layout Plain Layout
18623
18624 }
18625 \end_layout
18626
18627 \end_inset
18628
18629
18630 \end_layout
18631
18632 \end_inset
18633
18634
18635 \end_layout
18636
18637 \begin_layout Standard
18638 En vez de comandos se puede usar el menú 
18639 \family sans
18640 Editar\SpecialChar \menuseparator
18641 Ecuación\SpecialChar \menuseparator
18642 Estilo del texto
18643 \family default
18644  o el botón 
18645 \begin_inset Graphics
18646         filename ../../images/math/font.png
18647         embed ""
18648         scale 85
18649
18650 \end_inset
18651
18652 .
18653 \end_layout
18654
18655 \begin_layout Subsection
18656 Ecuaciones en negrita
18657 \begin_inset CommandInset label
18658 LatexCommand label
18659 name "sub:Ecuaciones-en-negrita"
18660
18661 \end_inset
18662
18663
18664 \begin_inset Index
18665 status collapsed
18666
18667 \begin_layout Plain Layout
18668 Ecuación ! en negrita
18669 \end_layout
18670
18671 \end_inset
18672
18673
18674 \end_layout
18675
18676 \begin_layout Standard
18677 Para poner en negrita una ecuación completa no se puede usar el comando
18678  
18679 \series bold
18680
18681 \backslash
18682 mathbf
18683 \series default
18684 , porque no funciona con minúsculas griegas.
18685  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18686 \begin_inset Formula \[
18687 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash  mathbf}\]
18688
18689 \end_inset
18690
18691
18692 \end_layout
18693
18694 \begin_layout Standard
18695 Para presentar la ecuación correctamente se usa el comando 
18696 \series bold
18697 boldsymbol
18698 \series default
18699 :
18700 \begin_inset Formula \[
18701 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash  boldsymbol}\]
18702
18703 \end_inset
18704
18705
18706 \end_layout
18707
18708 \begin_layout Standard
18709 También es posible poner la fórmula en un 
18710 \series bold
18711 entorno boldmath
18712 \series default
18713 , que se inserta con el comando 
18714 \series bold
18715
18716 \backslash
18717 boldmath
18718 \series default
18719
18720 \begin_inset Index
18721 status collapsed
18722
18723 \begin_layout Plain Layout
18724 Comandos ! B ! 
18725 \backslash
18726 boldmath
18727 \end_layout
18728
18729 \end_inset
18730
18731  en modo TeX.
18732  Para finalizar el entorno se usa el comando 
18733 \series bold
18734
18735 \backslash
18736 unboldmath
18737 \series default
18738
18739 \begin_inset Index
18740 status collapsed
18741
18742 \begin_layout Plain Layout
18743 Comandos ! U ! 
18744 \backslash
18745 unboldmath
18746 \end_layout
18747
18748 \end_inset
18749
18750  en modo TeX.
18751 \begin_inset ERT
18752 status collapsed
18753
18754 \begin_layout Plain Layout
18755
18756
18757 \backslash
18758 boldmath
18759 \end_layout
18760
18761 \end_inset
18762
18763
18764 \begin_inset Formula \[
18765 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}\]
18766
18767 \end_inset
18768
18769
18770 \end_layout
18771
18772 \begin_layout Standard
18773 \begin_inset ERT
18774 status collapsed
18775
18776 \begin_layout Plain Layout
18777
18778
18779 \backslash
18780 unboldmath
18781 \end_layout
18782
18783 \end_inset
18784
18785
18786 \end_layout
18787
18788 \begin_layout Subsection
18789 Tamaños de fuentes
18790 \begin_inset CommandInset label
18791 LatexCommand label
18792 name "sub:Tamaños-de-fuentes"
18793
18794 \end_inset
18795
18796
18797 \begin_inset Index
18798 status collapsed
18799
18800 \begin_layout Plain Layout
18801 Fuentes ! tamaño
18802 \end_layout
18803
18804 \end_inset
18805
18806
18807 \end_layout
18808
18809 \begin_layout Standard
18810 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
18811  siguientes comandos de tamaño:
18812 \end_layout
18813
18814 \begin_layout Standard
18815
18816 \series bold
18817
18818 \backslash
18819 Huge
18820 \series default
18821
18822 \series bold
18823
18824 \backslash
18825 huge
18826 \series default
18827
18828 \series bold
18829
18830 \backslash
18831 LARGE
18832 \series default
18833
18834 \series bold
18835
18836 \backslash
18837 Large
18838 \series default
18839
18840 \series bold
18841
18842 \backslash
18843 large
18844 \series default
18845
18846 \series bold
18847
18848 \backslash
18849 normalsize
18850 \series default
18851
18852 \series bold
18853
18854 \backslash
18855 small
18856 \series default
18857 ,
18858 \begin_inset Newline newline
18859 \end_inset
18860
18861
18862 \series bold
18863
18864 \backslash
18865 footnotesize
18866 \series default
18867
18868 \series bold
18869
18870 \backslash
18871 scriptsize
18872 \series default
18873 , y 
18874 \series bold
18875
18876 \backslash
18877 tiny
18878 \end_layout
18879
18880 \begin_layout Standard
18881 El tamaño dado por los comandos depende del tamaño base de la fuente en
18882  el documento, dado por el comando 
18883 \series bold
18884
18885 \backslash
18886 normalsize
18887 \series default
18888 .
18889  Los demás comandos producen tamaños menores o mayores que 
18890 \series bold
18891
18892 \backslash
18893 normalsize
18894 \series default
18895 .
18896  No obstante, puede que el tamaño de fuente no exceda de cierto valor.
18897  Si, por ejemplo, la fuente del documento es de 12
18898 \begin_inset Space \thinspace{}
18899 \end_inset
18900
18901 pt, el comando 
18902 \series bold
18903
18904 \backslash
18905 Huge
18906 \series default
18907  da el mismo tamaño que 
18908 \series bold
18909
18910 \backslash
18911 huge
18912 \series default
18913 .
18914 \end_layout
18915
18916 \begin_layout Standard
18917 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
18918  a todas las ecuaciones y texto siguientes.
18919  Para volver al tamaño anterior hay que insertar el comando 
18920 \series bold
18921
18922 \backslash
18923 normalsize
18924 \series default
18925  en modo TeX detrás de la ecuación.
18926  
18927 \end_layout
18928
18929 \begin_layout Standard
18930 Dentro de una fórmula el tamaño sólo se puede cambiar para símbolos o letras
18931  en texto matemático.
18932  Para hacerlo se inserta el comando en texto matemático.
18933  Todos los caracteres siguientes, hasta el final del texto matemático o
18934  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
18935  Dos ejemplos:
18936 \end_layout
18937
18938 \begin_layout Standard
18939 \begin_inset VSpace -2mm
18940 \end_inset
18941
18942
18943 \end_layout
18944
18945 \begin_layout Standard
18946 \begin_inset ERT
18947 status collapsed
18948
18949 \begin_layout Plain Layout
18950
18951
18952 \backslash
18953 huge
18954 \end_layout
18955
18956 \end_inset
18957
18958
18959 \begin_inset Formula \[
18960 A=\frac{B}{c}\cdot\maltese\]
18961
18962 \end_inset
18963
18964
18965 \begin_inset Formula \[
18966 \maltese A\textrm{\Large \maltese\textit{A}}\textrm{\tiny \maltese\textit{A}}\]
18967
18968 \end_inset
18969
18970
18971 \end_layout
18972
18973 \begin_layout Standard
18974 \begin_inset ERT
18975 status collapsed
18976
18977 \begin_layout Plain Layout
18978
18979
18980 \backslash
18981 normalsize
18982 \end_layout
18983
18984 \end_inset
18985
18986
18987 \begin_inset VSpace medskip
18988 \end_inset
18989
18990
18991 \end_layout
18992
18993 \begin_layout Standard
18994 Antes de las ecuaciones se ha insertado el comando 
18995 \series bold
18996
18997 \backslash
18998 huge
18999 \series default
19000 .
19001  Para la segunda ecuación el comando es:
19002 \begin_inset Newline newline
19003 \end_inset
19004
19005
19006 \series bold
19007
19008 \backslash
19009 maltese
19010 \begin_inset ERT
19011 status collapsed
19012
19013 \begin_layout Plain Layout
19014
19015
19016 \backslash
19017 spce 
19018 \end_layout
19019
19020 \end_inset
19021
19022 A Alt-m m 
19023 \backslash
19024 Large
19025 \begin_inset ERT
19026 status collapsed
19027
19028 \begin_layout Plain Layout
19029
19030
19031 \backslash
19032 spce 
19033 \end_layout
19034
19035 \end_inset
19036
19037
19038 \backslash
19039 maltese
19040 \begin_inset ERT
19041 status collapsed
19042
19043 \begin_layout Plain Layout
19044
19045
19046 \backslash
19047 spce 
19048 \end_layout
19049
19050 \end_inset
19051
19052
19053 \backslash
19054 textit
19055 \begin_inset ERT
19056 status collapsed
19057
19058 \begin_layout Plain Layout
19059
19060
19061 \backslash
19062 spce 
19063 \end_layout
19064
19065 \end_inset
19066
19067 A
19068 \begin_inset Formula $\to$
19069 \end_inset
19070
19071
19072 \begin_inset Formula $\to$
19073 \end_inset
19074
19075
19076 \begin_inset Newline newline
19077 \end_inset
19078
19079
19080 \begin_inset ERT
19081 status collapsed
19082
19083 \begin_layout Plain Layout
19084
19085
19086 \backslash
19087 hspace*{1cm}
19088 \end_layout
19089
19090 \end_inset
19091
19092 Alt-m
19093 \series default
19094  
19095 \series bold
19096
19097 \backslash
19098 tiny
19099 \begin_inset ERT
19100 status collapsed
19101
19102 \begin_layout Plain Layout
19103
19104
19105 \backslash
19106 spce 
19107 \end_layout
19108
19109 \end_inset
19110
19111
19112 \backslash
19113 maltese
19114 \begin_inset ERT
19115 status collapsed
19116
19117 \begin_layout Plain Layout
19118
19119
19120 \backslash
19121 spce 
19122 \end_layout
19123
19124 \end_inset
19125
19126
19127 \backslash
19128 textit
19129 \begin_inset ERT
19130 status collapsed
19131
19132 \begin_layout Plain Layout
19133
19134
19135 \backslash
19136 spce 
19137 \end_layout
19138
19139 \end_inset
19140
19141 A
19142 \end_layout
19143
19144 \begin_layout Standard
19145 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
19146  el tamaño por defecto.
19147 \end_layout
19148
19149 \begin_layout Section
19150 Letras griegas
19151 \begin_inset Index
19152 status collapsed
19153
19154 \begin_layout Plain Layout
19155 Letras griegas
19156 \end_layout
19157
19158 \end_inset
19159
19160
19161 \end_layout
19162
19163 \begin_layout Standard
19164 Todas las letras griegas se pueden insertar además mediante el botón 
19165 \begin_inset Graphics
19166         filename ../../images/math/alpha.png
19167         embed ""
19168         scale 85
19169
19170 \end_inset
19171
19172  de la barra de ecuaciones.
19173 \end_layout
19174
19175 \begin_layout Subsection
19176 Minúsculas
19177 \begin_inset CommandInset label
19178 LatexCommand label
19179 name "sub:Minúsculas"
19180
19181 \end_inset
19182
19183
19184 \begin_inset Index
19185 status collapsed
19186
19187 \begin_layout Plain Layout
19188 Letras griegas ! minúsculas
19189 \end_layout
19190
19191 \end_inset
19192
19193
19194 \end_layout
19195
19196 \begin_layout Standard
19197 \begin_inset Space \hfill{}
19198 \end_inset
19199
19200
19201 \begin_inset Tabular
19202 <lyxtabular version="3" rows="11" columns="2">
19203 <features>
19204 <column alignment="center" valignment="top" width="0pt">
19205 <column alignment="center" valignment="top" width="0pt">
19206 <row>
19207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19208 \begin_inset Text
19209
19210 \begin_layout Plain Layout
19211 Comando
19212 \end_layout
19213
19214 \end_inset
19215 </cell>
19216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19217 \begin_inset Text
19218
19219 \begin_layout Plain Layout
19220 Símbolo
19221 \end_layout
19222
19223 \end_inset
19224 </cell>
19225 </row>
19226 <row>
19227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19228 \begin_inset Text
19229
19230 \begin_layout Plain Layout
19231
19232 \backslash
19233 alpha
19234 \end_layout
19235
19236 \end_inset
19237 </cell>
19238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19239 \begin_inset Text
19240
19241 \begin_layout Plain Layout
19242 \begin_inset Formula $\alpha$
19243 \end_inset
19244
19245
19246 \end_layout
19247
19248 \end_inset
19249 </cell>
19250 </row>
19251 <row>
19252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19253 \begin_inset Text
19254
19255 \begin_layout Plain Layout
19256
19257 \backslash
19258 beta
19259 \end_layout
19260
19261 \end_inset
19262 </cell>
19263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19264 \begin_inset Text
19265
19266 \begin_layout Plain Layout
19267 \begin_inset Formula $\beta$
19268 \end_inset
19269
19270
19271 \end_layout
19272
19273 \end_inset
19274 </cell>
19275 </row>
19276 <row>
19277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19278 \begin_inset Text
19279
19280 \begin_layout Plain Layout
19281
19282 \backslash
19283 gamma
19284 \end_layout
19285
19286 \end_inset
19287 </cell>
19288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19289 \begin_inset Text
19290
19291 \begin_layout Plain Layout
19292 \begin_inset Formula $\gamma$
19293 \end_inset
19294
19295
19296 \end_layout
19297
19298 \end_inset
19299 </cell>
19300 </row>
19301 <row>
19302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19303 \begin_inset Text
19304
19305 \begin_layout Plain Layout
19306
19307 \backslash
19308 delta
19309 \end_layout
19310
19311 \end_inset
19312 </cell>
19313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19314 \begin_inset Text
19315
19316 \begin_layout Plain Layout
19317 \begin_inset Formula $\delta$
19318 \end_inset
19319
19320
19321 \end_layout
19322
19323 \end_inset
19324 </cell>
19325 </row>
19326 <row>
19327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19328 \begin_inset Text
19329
19330 \begin_layout Plain Layout
19331
19332 \backslash
19333 epsilon
19334 \end_layout
19335
19336 \end_inset
19337 </cell>
19338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19339 \begin_inset Text
19340
19341 \begin_layout Plain Layout
19342 \begin_inset Formula $\epsilon$
19343 \end_inset
19344
19345
19346 \end_layout
19347
19348 \end_inset
19349 </cell>
19350 </row>
19351 <row>
19352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19353 \begin_inset Text
19354
19355 \begin_layout Plain Layout
19356
19357 \backslash
19358 varepsilon
19359 \end_layout
19360
19361 \end_inset
19362 </cell>
19363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19364 \begin_inset Text
19365
19366 \begin_layout Plain Layout
19367 \begin_inset Formula $\varepsilon$
19368 \end_inset
19369
19370
19371 \end_layout
19372
19373 \end_inset
19374 </cell>
19375 </row>
19376 <row>
19377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19378 \begin_inset Text
19379
19380 \begin_layout Plain Layout
19381
19382 \backslash
19383 zeta
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19389 \begin_inset Text
19390
19391 \begin_layout Plain Layout
19392 \begin_inset Formula $\zeta$
19393 \end_inset
19394
19395
19396 \end_layout
19397
19398 \end_inset
19399 </cell>
19400 </row>
19401 <row>
19402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19403 \begin_inset Text
19404
19405 \begin_layout Plain Layout
19406
19407 \backslash
19408 eta
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19414 \begin_inset Text
19415
19416 \begin_layout Plain Layout
19417 \begin_inset Formula $\eta$
19418 \end_inset
19419
19420
19421 \end_layout
19422
19423 \end_inset
19424 </cell>
19425 </row>
19426 <row>
19427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19428 \begin_inset Text
19429
19430 \begin_layout Plain Layout
19431
19432 \backslash
19433 theta
19434 \end_layout
19435
19436 \end_inset
19437 </cell>
19438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19439 \begin_inset Text
19440
19441 \begin_layout Plain Layout
19442 \begin_inset Formula $\theta$
19443 \end_inset
19444
19445
19446 \end_layout
19447
19448 \end_inset
19449 </cell>
19450 </row>
19451 <row>
19452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19453 \begin_inset Text
19454
19455 \begin_layout Plain Layout
19456
19457 \backslash
19458 vartheta
19459 \end_layout
19460
19461 \end_inset
19462 </cell>
19463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19464 \begin_inset Text
19465
19466 \begin_layout Plain Layout
19467 \begin_inset Formula $\vartheta$
19468 \end_inset
19469
19470
19471 \end_layout
19472
19473 \end_inset
19474 </cell>
19475 </row>
19476 </lyxtabular>
19477
19478 \end_inset
19479
19480
19481 \begin_inset Space \hfill{}
19482 \end_inset
19483
19484
19485 \begin_inset Tabular
19486 <lyxtabular version="3" rows="12" columns="2">
19487 <features>
19488 <column alignment="center" valignment="top" width="0pt">
19489 <column alignment="center" valignment="top" width="0pt">
19490 <row>
19491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19492 \begin_inset Text
19493
19494 \begin_layout Plain Layout
19495 Comando
19496 \end_layout
19497
19498 \end_inset
19499 </cell>
19500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19501 \begin_inset Text
19502
19503 \begin_layout Plain Layout
19504 Símbolo
19505 \end_layout
19506
19507 \end_inset
19508 </cell>
19509 </row>
19510 <row>
19511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19512 \begin_inset Text
19513
19514 \begin_layout Plain Layout
19515
19516 \backslash
19517 iota
19518 \end_layout
19519
19520 \end_inset
19521 </cell>
19522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19523 \begin_inset Text
19524
19525 \begin_layout Plain Layout
19526 \begin_inset Formula $\iota$
19527 \end_inset
19528
19529
19530 \end_layout
19531
19532 \end_inset
19533 </cell>
19534 </row>
19535 <row>
19536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19537 \begin_inset Text
19538
19539 \begin_layout Plain Layout
19540
19541 \backslash
19542 kappa
19543 \end_layout
19544
19545 \end_inset
19546 </cell>
19547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19548 \begin_inset Text
19549
19550 \begin_layout Plain Layout
19551 \begin_inset Formula $\kappa$
19552 \end_inset
19553
19554
19555 \end_layout
19556
19557 \end_inset
19558 </cell>
19559 </row>
19560 <row>
19561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19562 \begin_inset Text
19563
19564 \begin_layout Plain Layout
19565
19566 \backslash
19567 varkappa
19568 \end_layout
19569
19570 \end_inset
19571 </cell>
19572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19573 \begin_inset Text
19574
19575 \begin_layout Plain Layout
19576 \begin_inset Formula $\varkappa$
19577 \end_inset
19578
19579
19580 \end_layout
19581
19582 \end_inset
19583 </cell>
19584 </row>
19585 <row>
19586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19587 \begin_inset Text
19588
19589 \begin_layout Plain Layout
19590
19591 \backslash
19592 lambda
19593 \end_layout
19594
19595 \end_inset
19596 </cell>
19597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19598 \begin_inset Text
19599
19600 \begin_layout Plain Layout
19601 \begin_inset Formula $\lambda$
19602 \end_inset
19603
19604
19605 \end_layout
19606
19607 \end_inset
19608 </cell>
19609 </row>
19610 <row>
19611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19612 \begin_inset Text
19613
19614 \begin_layout Plain Layout
19615
19616 \backslash
19617 mu
19618 \end_layout
19619
19620 \end_inset
19621 </cell>
19622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19623 \begin_inset Text
19624
19625 \begin_layout Plain Layout
19626 \begin_inset Formula $\mu$
19627 \end_inset
19628
19629
19630 \end_layout
19631
19632 \end_inset
19633 </cell>
19634 </row>
19635 <row>
19636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19637 \begin_inset Text
19638
19639 \begin_layout Plain Layout
19640
19641 \backslash
19642 nu
19643 \end_layout
19644
19645 \end_inset
19646 </cell>
19647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19648 \begin_inset Text
19649
19650 \begin_layout Plain Layout
19651 \begin_inset Formula $\nu$
19652 \end_inset
19653
19654
19655 \end_layout
19656
19657 \end_inset
19658 </cell>
19659 </row>
19660 <row>
19661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19662 \begin_inset Text
19663
19664 \begin_layout Plain Layout
19665
19666 \backslash
19667 xi
19668 \end_layout
19669
19670 \end_inset
19671 </cell>
19672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19673 \begin_inset Text
19674
19675 \begin_layout Plain Layout
19676 \begin_inset Formula $\xi$
19677 \end_inset
19678
19679
19680 \end_layout
19681
19682 \end_inset
19683 </cell>
19684 </row>
19685 <row>
19686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19687 \begin_inset Text
19688
19689 \begin_layout Plain Layout
19690 o
19691 \end_layout
19692
19693 \end_inset
19694 </cell>
19695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19696 \begin_inset Text
19697
19698 \begin_layout Plain Layout
19699 \begin_inset Formula $o$
19700 \end_inset
19701
19702
19703 \end_layout
19704
19705 \end_inset
19706 </cell>
19707 </row>
19708 <row>
19709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19710 \begin_inset Text
19711
19712 \begin_layout Plain Layout
19713
19714 \backslash
19715 pi
19716 \end_layout
19717
19718 \end_inset
19719 </cell>
19720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19721 \begin_inset Text
19722
19723 \begin_layout Plain Layout
19724 \begin_inset Formula $\pi$
19725 \end_inset
19726
19727
19728 \end_layout
19729
19730 \end_inset
19731 </cell>
19732 </row>
19733 <row>
19734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19735 \begin_inset Text
19736
19737 \begin_layout Plain Layout
19738
19739 \backslash
19740 varpi
19741 \end_layout
19742
19743 \end_inset
19744 </cell>
19745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19746 \begin_inset Text
19747
19748 \begin_layout Plain Layout
19749 \begin_inset Formula $\varpi$
19750 \end_inset
19751
19752
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 </row>
19758 <row>
19759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19760 \begin_inset Text
19761
19762 \begin_layout Plain Layout
19763
19764 \backslash
19765 rho
19766 \end_layout
19767
19768 \end_inset
19769 </cell>
19770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19771 \begin_inset Text
19772
19773 \begin_layout Plain Layout
19774 \begin_inset Formula $\rho$
19775 \end_inset
19776
19777
19778 \end_layout
19779
19780 \end_inset
19781 </cell>
19782 </row>
19783 </lyxtabular>
19784
19785 \end_inset
19786
19787
19788 \begin_inset Space \hfill{}
19789 \end_inset
19790
19791
19792 \begin_inset Tabular
19793 <lyxtabular version="3" rows="11" columns="2">
19794 <features>
19795 <column alignment="center" valignment="top" width="0pt">
19796 <column alignment="center" valignment="top" width="0pt">
19797 <row>
19798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19799 \begin_inset Text
19800
19801 \begin_layout Plain Layout
19802 Comando
19803 \end_layout
19804
19805 \end_inset
19806 </cell>
19807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19808 \begin_inset Text
19809
19810 \begin_layout Plain Layout
19811 Símbolo
19812 \end_layout
19813
19814 \end_inset
19815 </cell>
19816 </row>
19817 <row>
19818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19819 \begin_inset Text
19820
19821 \begin_layout Plain Layout
19822
19823 \backslash
19824 varrho
19825 \end_layout
19826
19827 \end_inset
19828 </cell>
19829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19830 \begin_inset Text
19831
19832 \begin_layout Plain Layout
19833 \begin_inset Formula $\varrho$
19834 \end_inset
19835
19836
19837 \end_layout
19838
19839 \end_inset
19840 </cell>
19841 </row>
19842 <row>
19843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19844 \begin_inset Text
19845
19846 \begin_layout Plain Layout
19847
19848 \backslash
19849 sigma
19850 \end_layout
19851
19852 \end_inset
19853 </cell>
19854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19855 \begin_inset Text
19856
19857 \begin_layout Plain Layout
19858 \begin_inset Formula $\sigma$
19859 \end_inset
19860
19861
19862 \end_layout
19863
19864 \end_inset
19865 </cell>
19866 </row>
19867 <row>
19868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19869 \begin_inset Text
19870
19871 \begin_layout Plain Layout
19872
19873 \backslash
19874 varsigma
19875 \end_layout
19876
19877 \end_inset
19878 </cell>
19879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19880 \begin_inset Text
19881
19882 \begin_layout Plain Layout
19883 \begin_inset Formula $\varsigma$
19884 \end_inset
19885
19886
19887 \end_layout
19888
19889 \end_inset
19890 </cell>
19891 </row>
19892 <row>
19893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19894 \begin_inset Text
19895
19896 \begin_layout Plain Layout
19897
19898 \backslash
19899 tau
19900 \end_layout
19901
19902 \end_inset
19903 </cell>
19904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19905 \begin_inset Text
19906
19907 \begin_layout Plain Layout
19908 \begin_inset Formula $\tau$
19909 \end_inset
19910
19911
19912 \end_layout
19913
19914 \end_inset
19915 </cell>
19916 </row>
19917 <row>
19918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19919 \begin_inset Text
19920
19921 \begin_layout Plain Layout
19922
19923 \backslash
19924 upsilon
19925 \end_layout
19926
19927 \end_inset
19928 </cell>
19929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19930 \begin_inset Text
19931
19932 \begin_layout Plain Layout
19933 \begin_inset Formula $\upsilon$
19934 \end_inset
19935
19936
19937 \end_layout
19938
19939 \end_inset
19940 </cell>
19941 </row>
19942 <row>
19943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19944 \begin_inset Text
19945
19946 \begin_layout Plain Layout
19947
19948 \backslash
19949 phi
19950 \end_layout
19951
19952 \end_inset
19953 </cell>
19954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19955 \begin_inset Text
19956
19957 \begin_layout Plain Layout
19958 \begin_inset Formula $\phi$
19959 \end_inset
19960
19961
19962 \end_layout
19963
19964 \end_inset
19965 </cell>
19966 </row>
19967 <row>
19968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19969 \begin_inset Text
19970
19971 \begin_layout Plain Layout
19972
19973 \backslash
19974 varphi
19975 \end_layout
19976
19977 \end_inset
19978 </cell>
19979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19980 \begin_inset Text
19981
19982 \begin_layout Plain Layout
19983 \begin_inset Formula $\varphi$
19984 \end_inset
19985
19986
19987 \end_layout
19988
19989 \end_inset
19990 </cell>
19991 </row>
19992 <row>
19993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19994 \begin_inset Text
19995
19996 \begin_layout Plain Layout
19997
19998 \backslash
19999 chi
20000 \end_layout
20001
20002 \end_inset
20003 </cell>
20004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20005 \begin_inset Text
20006
20007 \begin_layout Plain Layout
20008 \begin_inset Formula $\chi$
20009 \end_inset
20010
20011
20012 \end_layout
20013
20014 \end_inset
20015 </cell>
20016 </row>
20017 <row>
20018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20019 \begin_inset Text
20020
20021 \begin_layout Plain Layout
20022
20023 \backslash
20024 psi
20025 \end_layout
20026
20027 \end_inset
20028 </cell>
20029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20030 \begin_inset Text
20031
20032 \begin_layout Plain Layout
20033 \begin_inset Formula $\psi$
20034 \end_inset
20035
20036
20037 \end_layout
20038
20039 \end_inset
20040 </cell>
20041 </row>
20042 <row>
20043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20044 \begin_inset Text
20045
20046 \begin_layout Plain Layout
20047
20048 \backslash
20049 omega
20050 \end_layout
20051
20052 \end_inset
20053 </cell>
20054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20055 \begin_inset Text
20056
20057 \begin_layout Plain Layout
20058 \begin_inset Formula $\omega$
20059 \end_inset
20060
20061
20062 \end_layout
20063
20064 \end_inset
20065 </cell>
20066 </row>
20067 </lyxtabular>
20068
20069 \end_inset
20070
20071
20072 \begin_inset Space \hfill{}
20073 \end_inset
20074
20075
20076 \end_layout
20077
20078 \begin_layout Standard
20079 \begin_inset VSpace medskip
20080 \end_inset
20081
20082
20083 \end_layout
20084
20085 \begin_layout Standard
20086 Cómo escribir letras griegas en redonda se explica en 
20087 \begin_inset CommandInset ref
20088 LatexCommand ref
20089 reference "sub:Griegas-en-redonda"
20090
20091 \end_inset
20092
20093 .
20094 \end_layout
20095
20096 \begin_layout Subsection
20097 Mayúsculas
20098 \begin_inset Index
20099 status collapsed
20100
20101 \begin_layout Plain Layout
20102 Letras griegas ! mayúsculas
20103 \end_layout
20104
20105 \end_inset
20106
20107
20108 \end_layout
20109
20110 \begin_layout Standard
20111 \begin_inset Space \hfill{}
20112 \end_inset
20113
20114
20115 \begin_inset Tabular
20116 <lyxtabular version="3" rows="7" columns="2">
20117 <features>
20118 <column alignment="center" valignment="top" width="0pt">
20119 <column alignment="center" valignment="top" width="0pt">
20120 <row>
20121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20122 \begin_inset Text
20123
20124 \begin_layout Plain Layout
20125 Comando
20126 \end_layout
20127
20128 \end_inset
20129 </cell>
20130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20131 \begin_inset Text
20132
20133 \begin_layout Plain Layout
20134 Símbolo
20135 \end_layout
20136
20137 \end_inset
20138 </cell>
20139 </row>
20140 <row>
20141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20142 \begin_inset Text
20143
20144 \begin_layout Plain Layout
20145
20146 \backslash
20147 Gamma
20148 \end_layout
20149
20150 \end_inset
20151 </cell>
20152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20153 \begin_inset Text
20154
20155 \begin_layout Plain Layout
20156 \begin_inset Formula $\Gamma$
20157 \end_inset
20158
20159
20160 \end_layout
20161
20162 \end_inset
20163 </cell>
20164 </row>
20165 <row>
20166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20167 \begin_inset Text
20168
20169 \begin_layout Plain Layout
20170
20171 \backslash
20172 Delta
20173 \end_layout
20174
20175 \end_inset
20176 </cell>
20177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20178 \begin_inset Text
20179
20180 \begin_layout Plain Layout
20181 \begin_inset Formula $\Delta$
20182 \end_inset
20183
20184
20185 \end_layout
20186
20187 \end_inset
20188 </cell>
20189 </row>
20190 <row>
20191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20192 \begin_inset Text
20193
20194 \begin_layout Plain Layout
20195
20196 \backslash
20197 Theta
20198 \end_layout
20199
20200 \end_inset
20201 </cell>
20202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20203 \begin_inset Text
20204
20205 \begin_layout Plain Layout
20206 \begin_inset Formula $\Theta$
20207 \end_inset
20208
20209
20210 \end_layout
20211
20212 \end_inset
20213 </cell>
20214 </row>
20215 <row>
20216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20217 \begin_inset Text
20218
20219 \begin_layout Plain Layout
20220
20221 \backslash
20222 Lambda
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20228 \begin_inset Text
20229
20230 \begin_layout Plain Layout
20231 \begin_inset Formula $\Lambda$
20232 \end_inset
20233
20234
20235 \end_layout
20236
20237 \end_inset
20238 </cell>
20239 </row>
20240 <row>
20241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20242 \begin_inset Text
20243
20244 \begin_layout Plain Layout
20245
20246 \backslash
20247 Xi
20248 \end_layout
20249
20250 \end_inset
20251 </cell>
20252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20253 \begin_inset Text
20254
20255 \begin_layout Plain Layout
20256 \begin_inset Formula $\Xi$
20257 \end_inset
20258
20259
20260 \end_layout
20261
20262 \end_inset
20263 </cell>
20264 </row>
20265 <row>
20266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20267 \begin_inset Text
20268
20269 \begin_layout Plain Layout
20270
20271 \backslash
20272 Pi
20273 \end_layout
20274
20275 \end_inset
20276 </cell>
20277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20278 \begin_inset Text
20279
20280 \begin_layout Plain Layout
20281 \begin_inset Formula $\Pi$
20282 \end_inset
20283
20284
20285 \end_layout
20286
20287 \end_inset
20288 </cell>
20289 </row>
20290 </lyxtabular>
20291
20292 \end_inset
20293
20294
20295 \begin_inset Space \hfill{}
20296 \end_inset
20297
20298
20299 \begin_inset Tabular
20300 <lyxtabular version="3" rows="6" columns="2">
20301 <features>
20302 <column alignment="center" valignment="top" width="0pt">
20303 <column alignment="center" valignment="top" width="0pt">
20304 <row>
20305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20306 \begin_inset Text
20307
20308 \begin_layout Plain Layout
20309 Comando
20310 \end_layout
20311
20312 \end_inset
20313 </cell>
20314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20315 \begin_inset Text
20316
20317 \begin_layout Plain Layout
20318 Símbolo
20319 \end_layout
20320
20321 \end_inset
20322 </cell>
20323 </row>
20324 <row>
20325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20326 \begin_inset Text
20327
20328 \begin_layout Plain Layout
20329
20330 \backslash
20331 Sigma
20332 \end_layout
20333
20334 \end_inset
20335 </cell>
20336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20337 \begin_inset Text
20338
20339 \begin_layout Plain Layout
20340 \begin_inset Formula $\Sigma$
20341 \end_inset
20342
20343
20344 \end_layout
20345
20346 \end_inset
20347 </cell>
20348 </row>
20349 <row>
20350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20351 \begin_inset Text
20352
20353 \begin_layout Plain Layout
20354
20355 \backslash
20356 Upsilon
20357 \end_layout
20358
20359 \end_inset
20360 </cell>
20361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20362 \begin_inset Text
20363
20364 \begin_layout Plain Layout
20365 \begin_inset Formula $\Upsilon$
20366 \end_inset
20367
20368
20369 \end_layout
20370
20371 \end_inset
20372 </cell>
20373 </row>
20374 <row>
20375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20376 \begin_inset Text
20377
20378 \begin_layout Plain Layout
20379
20380 \backslash
20381 Phi
20382 \end_layout
20383
20384 \end_inset
20385 </cell>
20386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20387 \begin_inset Text
20388
20389 \begin_layout Plain Layout
20390 \begin_inset Formula $\Phi$
20391 \end_inset
20392
20393
20394 \end_layout
20395
20396 \end_inset
20397 </cell>
20398 </row>
20399 <row>
20400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20401 \begin_inset Text
20402
20403 \begin_layout Plain Layout
20404
20405 \backslash
20406 Psi
20407 \end_layout
20408
20409 \end_inset
20410 </cell>
20411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20412 \begin_inset Text
20413
20414 \begin_layout Plain Layout
20415 \begin_inset Formula $\Psi$
20416 \end_inset
20417
20418
20419 \end_layout
20420
20421 \end_inset
20422 </cell>
20423 </row>
20424 <row>
20425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20426 \begin_inset Text
20427
20428 \begin_layout Plain Layout
20429
20430 \backslash
20431 Omega
20432 \end_layout
20433
20434 \end_inset
20435 </cell>
20436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20437 \begin_inset Text
20438
20439 \begin_layout Plain Layout
20440 \begin_inset Formula $\Omega$
20441 \end_inset
20442
20443
20444 \end_layout
20445
20446 \end_inset
20447 </cell>
20448 </row>
20449 </lyxtabular>
20450
20451 \end_inset
20452
20453
20454 \begin_inset Space \hfill{}
20455 \end_inset
20456
20457
20458 \end_layout
20459
20460 \begin_layout Standard
20461 \begin_inset VSpace medskip
20462 \end_inset
20463
20464
20465 \end_layout
20466
20467 \begin_layout Standard
20468 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
20469  cuando se desarrolló TeX.
20470  Para obtener mayúsculas en cursiva, inicia cada comando con 
20471 \series bold
20472 var
20473 \series default
20474 .
20475  Por ejemplo, el comando 
20476 \series bold
20477
20478 \backslash
20479 varGamma
20480 \series default
20481  genera: 
20482 \begin_inset Formula $\varGamma $
20483 \end_inset
20484
20485
20486 \end_layout
20487
20488 \begin_layout Subsection
20489 Letras en negrita
20490 \begin_inset Index
20491 status collapsed
20492
20493 \begin_layout Plain Layout
20494 Letras griegas ! en negrita
20495 \end_layout
20496
20497 \end_inset
20498
20499
20500 \end_layout
20501
20502 \begin_layout Standard
20503 Las letras griegas no admiten diferentes estilos de fuente como las latinas.
20504  Sólo se pueden poner en negrita con el comando 
20505 \series bold
20506
20507 \backslash
20508 boldsymbol
20509 \series default
20510
20511 \begin_inset Index
20512 status collapsed
20513
20514 \begin_layout Plain Layout
20515 Comandos ! B ! 
20516 \backslash
20517 boldsymbol
20518 \end_layout
20519
20520 \end_inset
20521
20522 .
20523 \end_layout
20524
20525 \begin_layout Standard
20526 \align center
20527 \begin_inset Tabular
20528 <lyxtabular version="3" rows="3" columns="2">
20529 <features>
20530 <column alignment="center" valignment="top" width="0">
20531 <column alignment="center" valignment="top" width="0">
20532 <row>
20533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20534 \begin_inset Text
20535
20536 \begin_layout Plain Layout
20537 Comando
20538 \end_layout
20539
20540 \end_inset
20541 </cell>
20542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20543 \begin_inset Text
20544
20545 \begin_layout Plain Layout
20546 Símbolo
20547 \end_layout
20548
20549 \end_inset
20550 </cell>
20551 </row>
20552 <row>
20553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20554 \begin_inset Text
20555
20556 \begin_layout Plain Layout
20557
20558 \backslash
20559 Upsilon
20560 \backslash
20561 boldsymbol
20562 \backslash
20563 Upsilon
20564 \end_layout
20565
20566 \end_inset
20567 </cell>
20568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20569 \begin_inset Text
20570
20571 \begin_layout Plain Layout
20572 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20573 \end_inset
20574
20575
20576 \end_layout
20577
20578 \end_inset
20579 </cell>
20580 </row>
20581 <row>
20582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20583 \begin_inset Text
20584
20585 \begin_layout Plain Layout
20586
20587 \backslash
20588 theta
20589 \backslash
20590 boldsymbol
20591 \backslash
20592 theta
20593 \end_layout
20594
20595 \end_inset
20596 </cell>
20597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20598 \begin_inset Text
20599
20600 \begin_layout Plain Layout
20601 \begin_inset Formula $\theta\boldsymbol{\theta}$
20602 \end_inset
20603
20604
20605 \end_layout
20606
20607 \end_inset
20608 </cell>
20609 </row>
20610 </lyxtabular>
20611
20612 \end_inset
20613
20614
20615 \end_layout
20616
20617 \begin_layout Section
20618 Símbolos
20619 \begin_inset ERT
20620 status collapsed
20621
20622 \begin_layout Plain Layout
20623
20624
20625 \backslash
20626 texorpdfstring{
20627 \end_layout
20628
20629 \end_inset
20630
20631
20632 \begin_inset Foot
20633 status collapsed
20634
20635 \begin_layout Plain Layout
20636 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
20637  LaTeX en 
20638 \begin_inset CommandInset citation
20639 LatexCommand cite
20640 key "Symbole"
20641
20642 \end_inset
20643
20644 .
20645 \end_layout
20646
20647 \end_inset
20648
20649
20650 \begin_inset ERT
20651 status collapsed
20652
20653 \begin_layout Plain Layout
20654
20655 }{}
20656 \end_layout
20657
20658 \end_inset
20659
20660
20661 \begin_inset Note Note
20662 status collapsed
20663
20664 \begin_layout Plain Layout
20665
20666 \backslash
20667 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
20668  PDF.
20669 \end_layout
20670
20671 \begin_layout Plain Layout
20672 Más sobre 
20673 \backslash
20674 texorpdfstring en la sección 
20675 \begin_inset CommandInset ref
20676 LatexCommand ref
20677 reference "sub:Ecuaciones-en-títulos"
20678
20679 \end_inset
20680
20681 .
20682 \end_layout
20683
20684 \end_inset
20685
20686
20687 \begin_inset Index
20688 status collapsed
20689
20690 \begin_layout Plain Layout
20691 Símbolos
20692 \end_layout
20693
20694 \end_inset
20695
20696
20697 \end_layout
20698
20699 \begin_layout Standard
20700 Muchos de los símbolos listados en esta sección se pueden insertar además
20701  mediante los botones 
20702 \begin_inset Graphics
20703         filename ../../images/math/nabla.png
20704         embed ""
20705         scale 85
20706
20707 \end_inset
20708
20709  y 
20710 \begin_inset Graphics
20711         filename ../../images/math/digamma.png
20712         embed ""
20713         scale 85
20714
20715 \end_inset
20716
20717  de la barra de ecuaciones.
20718 \end_layout
20719
20720 \begin_layout Subsection
20721 Símbolos matemáticos
20722 \begin_inset CommandInset label
20723 LatexCommand label
20724 name "sub:Símbolos-matemáticos"
20725
20726 \end_inset
20727
20728
20729 \begin_inset Index
20730 status collapsed
20731
20732 \begin_layout Plain Layout
20733 Símbolos ! matemáticos
20734 \end_layout
20735
20736 \end_inset
20737
20738
20739 \end_layout
20740
20741 \begin_layout Standard
20742 \begin_inset Space \hfill{}
20743 \end_inset
20744
20745
20746 \begin_inset Tabular
20747 <lyxtabular version="3" rows="10" columns="2">
20748 <features>
20749 <column alignment="center" valignment="top" width="0pt">
20750 <column alignment="center" valignment="top" width="0pt">
20751 <row>
20752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20753 \begin_inset Text
20754
20755 \begin_layout Plain Layout
20756 Comando
20757 \end_layout
20758
20759 \end_inset
20760 </cell>
20761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20762 \begin_inset Text
20763
20764 \begin_layout Plain Layout
20765 Símbolo
20766 \end_layout
20767
20768 \end_inset
20769 </cell>
20770 </row>
20771 <row>
20772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20773 \begin_inset Text
20774
20775 \begin_layout Plain Layout
20776
20777 \backslash
20778 neg
20779 \end_layout
20780
20781 \end_inset
20782 </cell>
20783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20784 \begin_inset Text
20785
20786 \begin_layout Plain Layout
20787 \begin_inset Formula $\neg$
20788 \end_inset
20789
20790
20791 \end_layout
20792
20793 \end_inset
20794 </cell>
20795 </row>
20796 <row>
20797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20798 \begin_inset Text
20799
20800 \begin_layout Plain Layout
20801
20802 \backslash
20803 Im
20804 \end_layout
20805
20806 \end_inset
20807 </cell>
20808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20809 \begin_inset Text
20810
20811 \begin_layout Plain Layout
20812 \begin_inset Formula $\Im$
20813 \end_inset
20814
20815
20816 \end_layout
20817
20818 \end_inset
20819 </cell>
20820 </row>
20821 <row>
20822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20823 \begin_inset Text
20824
20825 \begin_layout Plain Layout
20826
20827 \backslash
20828 Re
20829 \end_layout
20830
20831 \end_inset
20832 </cell>
20833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20834 \begin_inset Text
20835
20836 \begin_layout Plain Layout
20837 \begin_inset Formula $\Re$
20838 \end_inset
20839
20840
20841 \end_layout
20842
20843 \end_inset
20844 </cell>
20845 </row>
20846 <row>
20847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20848 \begin_inset Text
20849
20850 \begin_layout Plain Layout
20851
20852 \backslash
20853 aleph
20854 \end_layout
20855
20856 \end_inset
20857 </cell>
20858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20859 \begin_inset Text
20860
20861 \begin_layout Plain Layout
20862 \begin_inset Formula $\aleph$
20863 \end_inset
20864
20865
20866 \end_layout
20867
20868 \end_inset
20869 </cell>
20870 </row>
20871 <row>
20872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20873 \begin_inset Text
20874
20875 \begin_layout Plain Layout
20876
20877 \backslash
20878 partial
20879 \end_layout
20880
20881 \end_inset
20882 </cell>
20883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20884 \begin_inset Text
20885
20886 \begin_layout Plain Layout
20887 \begin_inset Formula $\partial$
20888 \end_inset
20889
20890
20891 \end_layout
20892
20893 \end_inset
20894 </cell>
20895 </row>
20896 <row>
20897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20898 \begin_inset Text
20899
20900 \begin_layout Plain Layout
20901
20902 \backslash
20903 infty
20904 \end_layout
20905
20906 \end_inset
20907 </cell>
20908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20909 \begin_inset Text
20910
20911 \begin_layout Plain Layout
20912 \begin_inset Formula $\infty$
20913 \end_inset
20914
20915
20916 \end_layout
20917
20918 \end_inset
20919 </cell>
20920 </row>
20921 <row>
20922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20923 \begin_inset Text
20924
20925 \begin_layout Plain Layout
20926
20927 \backslash
20928 wp
20929 \end_layout
20930
20931 \end_inset
20932 </cell>
20933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20934 \begin_inset Text
20935
20936 \begin_layout Plain Layout
20937 \begin_inset Formula $\wp$
20938 \end_inset
20939
20940
20941 \end_layout
20942
20943 \end_inset
20944 </cell>
20945 </row>
20946 <row>
20947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20948 \begin_inset Text
20949
20950 \begin_layout Plain Layout
20951
20952 \backslash
20953 imath
20954 \end_layout
20955
20956 \end_inset
20957 </cell>
20958 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20959 \begin_inset Text
20960
20961 \begin_layout Plain Layout
20962 \begin_inset Formula $\imath$
20963 \end_inset
20964
20965
20966 \end_layout
20967
20968 \end_inset
20969 </cell>
20970 </row>
20971 <row>
20972 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20973 \begin_inset Text
20974
20975 \begin_layout Plain Layout
20976
20977 \backslash
20978 jmath
20979 \end_layout
20980
20981 \end_inset
20982 </cell>
20983 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20984 \begin_inset Text
20985
20986 \begin_layout Plain Layout
20987 \begin_inset Formula $\jmath$
20988 \end_inset
20989
20990
20991 \end_layout
20992
20993 \end_inset
20994 </cell>
20995 </row>
20996 </lyxtabular>
20997
20998 \end_inset
20999
21000
21001 \begin_inset Space \hfill{}
21002 \end_inset
21003
21004
21005 \begin_inset Tabular
21006 <lyxtabular version="3" rows="10" columns="2">
21007 <features>
21008 <column alignment="center" valignment="top" width="0pt">
21009 <column alignment="center" valignment="top" width="0pt">
21010 <row>
21011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21012 \begin_inset Text
21013
21014 \begin_layout Plain Layout
21015 Comando
21016 \end_layout
21017
21018 \end_inset
21019 </cell>
21020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21021 \begin_inset Text
21022
21023 \begin_layout Plain Layout
21024 Símbolo
21025 \begin_inset Note Note
21026 status collapsed
21027
21028 \begin_layout Plain Layout
21029
21030 \series bold
21031
21032 \backslash
21033 raisebox
21034 \series default
21035  se usa sólo como espaciador
21036 \end_layout
21037
21038 \end_inset
21039
21040
21041 \end_layout
21042
21043 \end_inset
21044 </cell>
21045 </row>
21046 <row>
21047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21048 \begin_inset Text
21049
21050 \begin_layout Plain Layout
21051
21052 \backslash
21053 forall
21054 \end_layout
21055
21056 \end_inset
21057 </cell>
21058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21059 \begin_inset Text
21060
21061 \begin_layout Plain Layout
21062 \begin_inset Formula $\forall$
21063 \end_inset
21064
21065
21066 \end_layout
21067
21068 \end_inset
21069 </cell>
21070 </row>
21071 <row>
21072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21073 \begin_inset Text
21074
21075 \begin_layout Plain Layout
21076
21077 \backslash
21078 exists
21079 \end_layout
21080
21081 \end_inset
21082 </cell>
21083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21084 \begin_inset Text
21085
21086 \begin_layout Plain Layout
21087 \begin_inset Formula $\exists$
21088 \end_inset
21089
21090
21091 \end_layout
21092
21093 \end_inset
21094 </cell>
21095 </row>
21096 <row>
21097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21098 \begin_inset Text
21099
21100 \begin_layout Plain Layout
21101
21102 \backslash
21103 nexists
21104 \end_layout
21105
21106 \end_inset
21107 </cell>
21108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21109 \begin_inset Text
21110
21111 \begin_layout Plain Layout
21112 \begin_inset Formula $\nexists$
21113 \end_inset
21114
21115
21116 \end_layout
21117
21118 \end_inset
21119 </cell>
21120 </row>
21121 <row>
21122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21123 \begin_inset Text
21124
21125 \begin_layout Plain Layout
21126
21127 \backslash
21128 emptyset
21129 \end_layout
21130
21131 \end_inset
21132 </cell>
21133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21134 \begin_inset Text
21135
21136 \begin_layout Plain Layout
21137 \begin_inset Formula $\emptyset$
21138 \end_inset
21139
21140
21141 \end_layout
21142
21143 \end_inset
21144 </cell>
21145 </row>
21146 <row>
21147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21148 \begin_inset Text
21149
21150 \begin_layout Plain Layout
21151
21152 \backslash
21153 varnothing
21154 \end_layout
21155
21156 \end_inset
21157 </cell>
21158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162 \begin_inset Formula $\varnothing$
21163 \end_inset
21164
21165
21166 \end_layout
21167
21168 \end_inset
21169 </cell>
21170 </row>
21171 <row>
21172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21173 \begin_inset Text
21174
21175 \begin_layout Plain Layout
21176
21177 \backslash
21178 dag
21179 \end_layout
21180
21181 \end_inset
21182 </cell>
21183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21184 \begin_inset Text
21185
21186 \begin_layout Plain Layout
21187 \begin_inset Formula $\dag $
21188 \end_inset
21189
21190
21191 \end_layout
21192
21193 \end_inset
21194 </cell>
21195 </row>
21196 <row>
21197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21198 \begin_inset Text
21199
21200 \begin_layout Plain Layout
21201
21202 \backslash
21203 ddag
21204 \end_layout
21205
21206 \end_inset
21207 </cell>
21208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21209 \begin_inset Text
21210
21211 \begin_layout Plain Layout
21212 \begin_inset Formula $\ddag $
21213 \end_inset
21214
21215
21216 \end_layout
21217
21218 \end_inset
21219 </cell>
21220 </row>
21221 <row>
21222 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21223 \begin_inset Text
21224
21225 \begin_layout Plain Layout
21226
21227 \backslash
21228 complement
21229 \end_layout
21230
21231 \end_inset
21232 </cell>
21233 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21234 \begin_inset Text
21235
21236 \begin_layout Plain Layout
21237 \begin_inset ERT
21238 status collapsed
21239
21240 \begin_layout Plain Layout
21241
21242
21243 \backslash
21244 raisebox{-0.8mm}{
21245 \end_layout
21246
21247 \end_inset
21248
21249
21250 \begin_inset Formula $\complement$
21251 \end_inset
21252
21253
21254 \begin_inset ERT
21255 status collapsed
21256
21257 \begin_layout Plain Layout
21258
21259 }
21260 \end_layout
21261
21262 \end_inset
21263
21264
21265 \end_layout
21266
21267 \end_inset
21268 </cell>
21269 </row>
21270 <row>
21271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21272 \begin_inset Text
21273
21274 \begin_layout Plain Layout
21275
21276 \backslash
21277 Bbbk
21278 \end_layout
21279
21280 \end_inset
21281 </cell>
21282 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21283 \begin_inset Text
21284
21285 \begin_layout Plain Layout
21286 \begin_inset Formula $\Bbbk$
21287 \end_inset
21288
21289
21290 \end_layout
21291
21292 \end_inset
21293 </cell>
21294 </row>
21295 </lyxtabular>
21296
21297 \end_inset
21298
21299
21300 \begin_inset Space \hfill{}
21301 \end_inset
21302
21303
21304 \begin_inset Tabular
21305 <lyxtabular version="3" rows="10" columns="2">
21306 <features>
21307 <column alignment="center" valignment="top" width="0pt">
21308 <column alignment="center" valignment="top" width="0pt">
21309 <row>
21310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21311 \begin_inset Text
21312
21313 \begin_layout Plain Layout
21314 Comando
21315 \end_layout
21316
21317 \end_inset
21318 </cell>
21319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323 Símbolo
21324 \end_layout
21325
21326 \end_inset
21327 </cell>
21328 </row>
21329 <row>
21330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21331 \begin_inset Text
21332
21333 \begin_layout Plain Layout
21334
21335 \backslash
21336 prime
21337 \end_layout
21338
21339 \end_inset
21340 </cell>
21341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21342 \begin_inset Text
21343
21344 \begin_layout Plain Layout
21345 \begin_inset Formula $\prime$
21346 \end_inset
21347
21348
21349 \end_layout
21350
21351 \end_inset
21352 </cell>
21353 </row>
21354 <row>
21355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21356 \begin_inset Text
21357
21358 \begin_layout Plain Layout
21359
21360 \backslash
21361 backprime
21362 \end_layout
21363
21364 \end_inset
21365 </cell>
21366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21367 \begin_inset Text
21368
21369 \begin_layout Plain Layout
21370 \begin_inset Formula $\backprime$
21371 \end_inset
21372
21373
21374 \end_layout
21375
21376 \end_inset
21377 </cell>
21378 </row>
21379 <row>
21380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21381 \begin_inset Text
21382
21383 \begin_layout Plain Layout
21384
21385 \backslash
21386 mho
21387 \end_layout
21388
21389 \end_inset
21390 </cell>
21391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21392 \begin_inset Text
21393
21394 \begin_layout Plain Layout
21395 \begin_inset Formula $\mho$
21396 \end_inset
21397
21398
21399 \end_layout
21400
21401 \end_inset
21402 </cell>
21403 </row>
21404 <row>
21405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21406 \begin_inset Text
21407
21408 \begin_layout Plain Layout
21409
21410 \backslash
21411 triangle
21412 \end_layout
21413
21414 \end_inset
21415 </cell>
21416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21417 \begin_inset Text
21418
21419 \begin_layout Plain Layout
21420 \begin_inset Formula $\triangle$
21421 \end_inset
21422
21423
21424 \end_layout
21425
21426 \end_inset
21427 </cell>
21428 </row>
21429 <row>
21430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21431 \begin_inset Text
21432
21433 \begin_layout Plain Layout
21434
21435 \backslash
21436 angle
21437 \end_layout
21438
21439 \end_inset
21440 </cell>
21441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21442 \begin_inset Text
21443
21444 \begin_layout Plain Layout
21445 \begin_inset Formula $\angle$
21446 \end_inset
21447
21448
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 </row>
21454 <row>
21455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21456 \begin_inset Text
21457
21458 \begin_layout Plain Layout
21459
21460 \backslash
21461 measuredangle
21462 \end_layout
21463
21464 \end_inset
21465 </cell>
21466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21467 \begin_inset Text
21468
21469 \begin_layout Plain Layout
21470 \begin_inset Formula $\measuredangle$
21471 \end_inset
21472
21473
21474 \end_layout
21475
21476 \end_inset
21477 </cell>
21478 </row>
21479 <row>
21480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21481 \begin_inset Text
21482
21483 \begin_layout Plain Layout
21484
21485 \backslash
21486 sphericalangle
21487 \end_layout
21488
21489 \end_inset
21490 </cell>
21491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21492 \begin_inset Text
21493
21494 \begin_layout Plain Layout
21495 \begin_inset Formula $\sphericalangle$
21496 \end_inset
21497
21498
21499 \end_layout
21500
21501 \end_inset
21502 </cell>
21503 </row>
21504 <row>
21505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21506 \begin_inset Text
21507
21508 \begin_layout Plain Layout
21509
21510 \backslash
21511 top
21512 \end_layout
21513
21514 \end_inset
21515 </cell>
21516 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21517 \begin_inset Text
21518
21519 \begin_layout Plain Layout
21520 \begin_inset Formula $\top$
21521 \end_inset
21522
21523
21524 \end_layout
21525
21526 \end_inset
21527 </cell>
21528 </row>
21529 <row>
21530 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21531 \begin_inset Text
21532
21533 \begin_layout Plain Layout
21534
21535 \backslash
21536 bot
21537 \end_layout
21538
21539 \end_inset
21540 </cell>
21541 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21542 \begin_inset Text
21543
21544 \begin_layout Plain Layout
21545 \begin_inset Formula $\bot$
21546 \end_inset
21547
21548
21549 \end_layout
21550
21551 \end_inset
21552 </cell>
21553 </row>
21554 </lyxtabular>
21555
21556 \end_inset
21557
21558
21559 \begin_inset Space \hfill{}
21560 \end_inset
21561
21562
21563 \end_layout
21564
21565 \begin_layout Subsection
21566 Símbolos misceláneos
21567 \begin_inset CommandInset label
21568 LatexCommand label
21569 name "sub:Símbolos-misceláneos"
21570
21571 \end_inset
21572
21573
21574 \begin_inset Index
21575 status collapsed
21576
21577 \begin_layout Plain Layout
21578 Símbolos ! misceláneos
21579 \end_layout
21580
21581 \end_inset
21582
21583
21584 \end_layout
21585
21586 \begin_layout Standard
21587 \noindent
21588 \align center
21589 \begin_inset Tabular
21590 <lyxtabular version="3" rows="10" columns="2">
21591 <features>
21592 <column alignment="center" valignment="top" width="0pt">
21593 <column alignment="center" valignment="top" width="0pt">
21594 <row>
21595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21596 \begin_inset Text
21597
21598 \begin_layout Plain Layout
21599 Comando
21600 \end_layout
21601
21602 \end_inset
21603 </cell>
21604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21605 \begin_inset Text
21606
21607 \begin_layout Plain Layout
21608 Símbolo
21609 \end_layout
21610
21611 \end_inset
21612 </cell>
21613 </row>
21614 <row>
21615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21616 \begin_inset Text
21617
21618 \begin_layout Plain Layout
21619
21620 \backslash
21621 flat
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21627 \begin_inset Text
21628
21629 \begin_layout Plain Layout
21630 \begin_inset Formula $\flat$
21631 \end_inset
21632
21633
21634 \end_layout
21635
21636 \end_inset
21637 </cell>
21638 </row>
21639 <row>
21640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21641 \begin_inset Text
21642
21643 \begin_layout Plain Layout
21644
21645 \backslash
21646 natural
21647 \end_layout
21648
21649 \end_inset
21650 </cell>
21651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21652 \begin_inset Text
21653
21654 \begin_layout Plain Layout
21655 \begin_inset Formula $\natural$
21656 \end_inset
21657
21658
21659 \end_layout
21660
21661 \end_inset
21662 </cell>
21663 </row>
21664 <row>
21665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21666 \begin_inset Text
21667
21668 \begin_layout Plain Layout
21669
21670 \backslash
21671 sharp
21672 \end_layout
21673
21674 \end_inset
21675 </cell>
21676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21677 \begin_inset Text
21678
21679 \begin_layout Plain Layout
21680 \begin_inset Formula $\sharp$
21681 \end_inset
21682
21683
21684 \end_layout
21685
21686 \end_inset
21687 </cell>
21688 </row>
21689 <row>
21690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21691 \begin_inset Text
21692
21693 \begin_layout Plain Layout
21694
21695 \backslash
21696 surd
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21702 \begin_inset Text
21703
21704 \begin_layout Plain Layout
21705 \begin_inset Formula $\surd$
21706 \end_inset
21707
21708
21709 \end_layout
21710
21711 \end_inset
21712 </cell>
21713 </row>
21714 <row>
21715 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21716 \begin_inset Text
21717
21718 \begin_layout Plain Layout
21719
21720 \backslash
21721 checkmark
21722 \end_layout
21723
21724 \end_inset
21725 </cell>
21726 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21727 \begin_inset Text
21728
21729 \begin_layout Plain Layout
21730 \begin_inset Formula $\checkmark$
21731 \end_inset
21732
21733
21734 \end_layout
21735
21736 \end_inset
21737 </cell>
21738 </row>
21739 <row>
21740 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21741 \begin_inset Text
21742
21743 \begin_layout Plain Layout
21744
21745 \backslash
21746 yen
21747 \end_layout
21748
21749 \end_inset
21750 </cell>
21751 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21752 \begin_inset Text
21753
21754 \begin_layout Plain Layout
21755 \begin_inset Formula $\yen$
21756 \end_inset
21757
21758
21759 \end_layout
21760
21761 \end_inset
21762 </cell>
21763 </row>
21764 <row>
21765 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21766 \begin_inset Text
21767
21768 \begin_layout Plain Layout
21769
21770 \backslash
21771 pounds
21772 \end_layout
21773
21774 \end_inset
21775 </cell>
21776 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21777 \begin_inset Text
21778
21779 \begin_layout Plain Layout
21780 \begin_inset Formula $\pounds $
21781 \end_inset
21782
21783
21784 \end_layout
21785
21786 \end_inset
21787 </cell>
21788 </row>
21789 <row>
21790 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21791 \begin_inset Text
21792
21793 \begin_layout Plain Layout
21794 $
21795 \end_layout
21796
21797 \end_inset
21798 </cell>
21799 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21800 \begin_inset Text
21801
21802 \begin_layout Plain Layout
21803 \begin_inset Formula $\$$
21804 \end_inset
21805
21806
21807 \end_layout
21808
21809 \end_inset
21810 </cell>
21811 </row>
21812 <row>
21813 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21814 \begin_inset Text
21815
21816 \begin_layout Plain Layout
21817 §
21818 \end_layout
21819
21820 \end_inset
21821 </cell>
21822 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21823 \begin_inset Text
21824
21825 \begin_layout Plain Layout
21826 \begin_inset Formula $§$
21827 \end_inset
21828
21829
21830 \end_layout
21831
21832 \end_inset
21833 </cell>
21834 </row>
21835 </lyxtabular>
21836
21837 \end_inset
21838
21839
21840 \begin_inset Tabular
21841 <lyxtabular version="3" rows="10" columns="2">
21842 <features>
21843 <column alignment="center" valignment="top" width="0">
21844 <column alignment="center" valignment="top" width="0">
21845 <row>
21846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21847 \begin_inset Text
21848
21849 \begin_layout Plain Layout
21850 Comando
21851 \end_layout
21852
21853 \end_inset
21854 </cell>
21855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21856 \begin_inset Text
21857
21858 \begin_layout Plain Layout
21859 Símbolo
21860 \end_layout
21861
21862 \end_inset
21863 </cell>
21864 </row>
21865 <row>
21866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21867 \begin_inset Text
21868
21869 \begin_layout Plain Layout
21870
21871 \backslash
21872 hbar
21873 \end_layout
21874
21875 \end_inset
21876 </cell>
21877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21878 \begin_inset Text
21879
21880 \begin_layout Plain Layout
21881 \begin_inset Formula $\hbar$
21882 \end_inset
21883
21884
21885 \end_layout
21886
21887 \end_inset
21888 </cell>
21889 </row>
21890 <row>
21891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout Plain Layout
21895
21896 \backslash
21897 hslash
21898 \end_layout
21899
21900 \end_inset
21901 </cell>
21902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21903 \begin_inset Text
21904
21905 \begin_layout Plain Layout
21906 \begin_inset Formula $\hslash$
21907 \end_inset
21908
21909
21910 \end_layout
21911
21912 \end_inset
21913 </cell>
21914 </row>
21915 <row>
21916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21917 \begin_inset Text
21918
21919 \begin_layout Plain Layout
21920
21921 \backslash
21922 clubsuit
21923 \end_layout
21924
21925 \end_inset
21926 </cell>
21927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21928 \begin_inset Text
21929
21930 \begin_layout Plain Layout
21931 \begin_inset Formula $\clubsuit$
21932 \end_inset
21933
21934
21935 \end_layout
21936
21937 \end_inset
21938 </cell>
21939 </row>
21940 <row>
21941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21942 \begin_inset Text
21943
21944 \begin_layout Plain Layout
21945
21946 \backslash
21947 spadesuit
21948 \end_layout
21949
21950 \end_inset
21951 </cell>
21952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21953 \begin_inset Text
21954
21955 \begin_layout Plain Layout
21956 \begin_inset Formula $\spadesuit$
21957 \end_inset
21958
21959
21960 \end_layout
21961
21962 \end_inset
21963 </cell>
21964 </row>
21965 <row>
21966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21967 \begin_inset Text
21968
21969 \begin_layout Plain Layout
21970
21971 \backslash
21972 bigstar
21973 \end_layout
21974
21975 \end_inset
21976 </cell>
21977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21978 \begin_inset Text
21979
21980 \begin_layout Plain Layout
21981 \begin_inset Formula $\bigstar$
21982 \end_inset
21983
21984
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 blacklozenge
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 $\blacklozenge$
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 blacktriangle
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 $\blacktriangle$
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 blacktiangledown
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 $\blacktriangledown$
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 bullet
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 $\bullet$
22082 \end_inset
22083
22084
22085 \end_layout
22086
22087 \end_inset
22088 </cell>
22089 </row>
22090 </lyxtabular>
22091
22092 \end_inset
22093
22094
22095 \begin_inset Tabular
22096 <lyxtabular version="3" rows="10" columns="2">
22097 <features>
22098 <column alignment="center" valignment="top" width="0pt">
22099 <column alignment="center" valignment="top" width="0pt">
22100 <row>
22101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22102 \begin_inset Text
22103
22104 \begin_layout Plain Layout
22105 Comando
22106 \end_layout
22107
22108 \end_inset
22109 </cell>
22110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22111 \begin_inset Text
22112
22113 \begin_layout Plain Layout
22114 Símbolo
22115 \end_layout
22116
22117 \end_inset
22118 </cell>
22119 </row>
22120 <row>
22121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22122 \begin_inset Text
22123
22124 \begin_layout Plain Layout
22125
22126 \backslash
22127 diamondsuit
22128 \end_layout
22129
22130 \end_inset
22131 </cell>
22132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22133 \begin_inset Text
22134
22135 \begin_layout Plain Layout
22136 \begin_inset Formula $\diamondsuit$
22137 \end_inset
22138
22139
22140 \end_layout
22141
22142 \end_inset
22143 </cell>
22144 </row>
22145 <row>
22146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22147 \begin_inset Text
22148
22149 \begin_layout Plain Layout
22150
22151 \backslash
22152 Diamond
22153 \end_layout
22154
22155 \end_inset
22156 </cell>
22157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22158 \begin_inset Text
22159
22160 \begin_layout Plain Layout
22161 \begin_inset Formula $\Diamond$
22162 \end_inset
22163
22164
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 </row>
22170 <row>
22171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22172 \begin_inset Text
22173
22174 \begin_layout Plain Layout
22175
22176 \backslash
22177 heartsuit
22178 \end_layout
22179
22180 \end_inset
22181 </cell>
22182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22183 \begin_inset Text
22184
22185 \begin_layout Plain Layout
22186 \begin_inset Formula $\heartsuit$
22187 \end_inset
22188
22189
22190 \end_layout
22191
22192 \end_inset
22193 </cell>
22194 </row>
22195 <row>
22196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22197 \begin_inset Text
22198
22199 \begin_layout Plain Layout
22200
22201 \backslash
22202 P
22203 \end_layout
22204
22205 \end_inset
22206 </cell>
22207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22208 \begin_inset Text
22209
22210 \begin_layout Plain Layout
22211 \begin_inset Formula $\P $
22212 \end_inset
22213
22214
22215 \end_layout
22216
22217 \end_inset
22218 </cell>
22219 </row>
22220 <row>
22221 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22222 \begin_inset Text
22223
22224 \begin_layout Plain Layout
22225
22226 \backslash
22227 copyright
22228 \end_layout
22229
22230 \end_inset
22231 </cell>
22232 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22233 \begin_inset Text
22234
22235 \begin_layout Plain Layout
22236 \begin_inset Formula $\copyright $
22237 \end_inset
22238
22239
22240 \end_layout
22241
22242 \end_inset
22243 </cell>
22244 </row>
22245 <row>
22246 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22247 \begin_inset Text
22248
22249 \begin_layout Plain Layout
22250
22251 \backslash
22252 circledR
22253 \end_layout
22254
22255 \end_inset
22256 </cell>
22257 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22258 \begin_inset Text
22259
22260 \begin_layout Plain Layout
22261 \begin_inset Formula $\circledR$
22262 \end_inset
22263
22264
22265 \end_layout
22266
22267 \end_inset
22268 </cell>
22269 </row>
22270 <row>
22271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22272 \begin_inset Text
22273
22274 \begin_layout Plain Layout
22275
22276 \backslash
22277 maltese
22278 \end_layout
22279
22280 \end_inset
22281 </cell>
22282 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22283 \begin_inset Text
22284
22285 \begin_layout Plain Layout
22286 \begin_inset Formula $\maltese$
22287 \end_inset
22288
22289
22290 \end_layout
22291
22292 \end_inset
22293 </cell>
22294 </row>
22295 <row>
22296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22297 \begin_inset Text
22298
22299 \begin_layout Plain Layout
22300
22301 \backslash
22302 diagup
22303 \end_layout
22304
22305 \end_inset
22306 </cell>
22307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22308 \begin_inset Text
22309
22310 \begin_layout Plain Layout
22311 \begin_inset Formula $\diagup$
22312 \end_inset
22313
22314
22315 \end_layout
22316
22317 \end_inset
22318 </cell>
22319 </row>
22320 <row>
22321 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22322 \begin_inset Text
22323
22324 \begin_layout Plain Layout
22325
22326 \backslash
22327 diagdown
22328 \end_layout
22329
22330 \end_inset
22331 </cell>
22332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22333 \begin_inset Text
22334
22335 \begin_layout Plain Layout
22336 \begin_inset Formula $\diagdown$
22337 \end_inset
22338
22339
22340 \end_layout
22341
22342 \end_inset
22343 </cell>
22344 </row>
22345 </lyxtabular>
22346
22347 \end_inset
22348
22349
22350 \end_layout
22351
22352 \begin_layout Standard
22353 \begin_inset VSpace medskip
22354 \end_inset
22355
22356
22357 \end_layout
22358
22359 \begin_layout Standard
22360 Hay más símbolos en 
22361 \begin_inset CommandInset ref
22362 LatexCommand ref
22363 reference "sub:Caracteres-especiales-misceláneos"
22364
22365 \end_inset
22366
22367 .
22368 \end_layout
22369
22370 \begin_layout Standard
22371 Algunos símbolos pueden presentarse en distintos tamaños, véase 
22372 \begin_inset CommandInset ref
22373 LatexCommand ref
22374 reference "sub:Tamaños-de-fuentes"
22375
22376 \end_inset
22377
22378
22379 \end_layout
22380
22381 \begin_layout Subsection
22382 El símbolo del euro, €
22383 \begin_inset Index
22384 status collapsed
22385
22386 \begin_layout Plain Layout
22387 Símbolos ! euro
22388 \end_layout
22389
22390 \end_inset
22391
22392
22393 \begin_inset Index
22394 status collapsed
22395
22396 \begin_layout Plain Layout
22397 \begin_inset ERT
22398 status collapsed
22399
22400 \begin_layout Plain Layout
22401
22402
22403 \backslash
22404 textcent
22405 \end_layout
22406
22407 \end_inset
22408
22409 @
22410 \begin_inset ERT
22411 status collapsed
22412
22413 \begin_layout Plain Layout
22414
22415
22416 \backslash
22417 officialeuro
22418 \end_layout
22419
22420 \end_inset
22421
22422
22423 \end_layout
22424
22425 \end_inset
22426
22427
22428 \end_layout
22429
22430 \begin_layout Standard
22431 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
22432  Latex 
22433 \series bold
22434 eurosym
22435 \series default
22436
22437 \begin_inset Index
22438 status collapsed
22439
22440 \begin_layout Plain Layout
22441 Paquetes ! eurosym
22442 \end_layout
22443
22444 \end_inset
22445
22446 , y cargado en el preámbulo LaTeX con la línea
22447 \end_layout
22448
22449 \begin_layout Standard
22450
22451 \series bold
22452
22453 \backslash
22454 usepackage[gennarrow]{eurosym}
22455 \end_layout
22456
22457 \begin_layout Standard
22458 Actualmente también se puede insertar con el comando 
22459 \series bold
22460
22461 \backslash
22462 euro
22463 \series default
22464
22465 \begin_inset Index
22466 status collapsed
22467
22468 \begin_layout Plain Layout
22469 Comandos ! E ! 
22470 \backslash
22471 euro
22472 \end_layout
22473
22474 \end_inset
22475
22476 .
22477 \end_layout
22478
22479 \begin_layout Standard
22480 El símbolo del euro puede insertarse directamente con la tecla € en texto
22481  matemático sin tener 
22482 \series bold
22483 eurosym
22484 \series default
22485  instalado.
22486  Si 
22487 \series bold
22488 eurosym
22489 \series default
22490  está instalado, se puede insertar 
22491 \series bold
22492
22493 \backslash
22494 euro
22495 \series default
22496  en modo TeX.
22497  El símbolo oficial de la moneda se puede insertar con el comando 
22498 \series bold
22499
22500 \backslash
22501 officialeuro
22502 \series default
22503
22504 \begin_inset Index
22505 status collapsed
22506
22507 \begin_layout Plain Layout
22508 Comandos ! O ! 
22509 \backslash
22510 officialeuro
22511 \end_layout
22512
22513 \end_inset
22514
22515 , que sólo está disponible en modo TeX.
22516 \end_layout
22517
22518 \begin_layout Standard
22519 \begin_inset ERT
22520 status collapsed
22521
22522 \begin_layout Plain Layout
22523
22524
22525 \backslash
22526 ifeurosym
22527 \end_layout
22528
22529 \end_inset
22530
22531
22532 \begin_inset Note Note
22533 status collapsed
22534
22535 \begin_layout Plain Layout
22536 La tabla siguiente sólo se mostrará si está instalado el paquete LaTeX 
22537 \series bold
22538 eurosym
22539 \series default
22540 .
22541 \end_layout
22542
22543 \end_inset
22544
22545
22546 \end_layout
22547
22548 \begin_layout Standard
22549 Un vistazo a los diferentes símbolos del euro.
22550 \end_layout
22551
22552 \begin_layout Standard
22553 \noindent
22554 \align center
22555 \begin_inset Tabular
22556 <lyxtabular version="3" rows="4" columns="3">
22557 <features>
22558 <column alignment="center" valignment="top" width="0">
22559 <column alignment="center" valignment="top" width="0">
22560 <column alignment="center" valignment="top" width="0">
22561 <row>
22562 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22572 \begin_inset Text
22573
22574 \begin_layout Plain Layout
22575 Comando
22576 \end_layout
22577
22578 \end_inset
22579 </cell>
22580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22581 \begin_inset Text
22582
22583 \begin_layout Plain Layout
22584 Símbolo
22585 \end_layout
22586
22587 \end_inset
22588 </cell>
22589 </row>
22590 <row>
22591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22592 \begin_inset Text
22593
22594 \begin_layout Plain Layout
22595 ecuación
22596 \end_layout
22597
22598 \end_inset
22599 </cell>
22600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22601 \begin_inset Text
22602
22603 \begin_layout Plain Layout
22604
22605 \backslash
22606 euro
22607 \end_layout
22608
22609 \end_inset
22610 </cell>
22611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22612 \begin_inset Text
22613
22614 \begin_layout Plain Layout
22615 \begin_inset Formula $\euro $
22616 \end_inset
22617
22618
22619 \end_layout
22620
22621 \end_inset
22622 </cell>
22623 </row>
22624 <row>
22625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22626 \begin_inset Text
22627
22628 \begin_layout Plain Layout
22629 texto matemático
22630 \end_layout
22631
22632 \end_inset
22633 </cell>
22634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22635 \begin_inset Text
22636
22637 \begin_layout Plain Layout
22638
22639 \end_layout
22640
22641 \end_inset
22642 </cell>
22643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22644 \begin_inset Text
22645
22646 \begin_layout Plain Layout
22647 \begin_inset Formula $\mbox{€}$
22648 \end_inset
22649
22650
22651 \end_layout
22652
22653 \end_inset
22654 </cell>
22655 </row>
22656 <row>
22657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22658 \begin_inset Text
22659
22660 \begin_layout Plain Layout
22661 modo TeX
22662 \end_layout
22663
22664 \end_inset
22665 </cell>
22666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22667 \begin_inset Text
22668
22669 \begin_layout Plain Layout
22670
22671 \backslash
22672 officialeuro
22673 \end_layout
22674
22675 \end_inset
22676 </cell>
22677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22678 \begin_inset Text
22679
22680 \begin_layout Plain Layout
22681 \begin_inset ERT
22682 status collapsed
22683
22684 \begin_layout Plain Layout
22685
22686
22687 \backslash
22688 officialeuro
22689 \end_layout
22690
22691 \end_inset
22692
22693
22694 \end_layout
22695
22696 \end_inset
22697 </cell>
22698 </row>
22699 </lyxtabular>
22700
22701 \end_inset
22702
22703
22704 \end_layout
22705
22706 \begin_layout Standard
22707 \begin_inset ERT
22708 status collapsed
22709
22710 \begin_layout Plain Layout
22711
22712
22713 \backslash
22714 else
22715 \end_layout
22716
22717 \end_inset
22718
22719
22720 \begin_inset Note Note
22721 status collapsed
22722
22723 \begin_layout Plain Layout
22724 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
22725 \series bold
22726 eurosym
22727 \series default
22728 :
22729 \end_layout
22730
22731 \end_inset
22732
22733
22734 \end_layout
22735
22736 \begin_layout Standard
22737 Para ver la salida completa de esta subsección debe estar instalado el paquete
22738  LaTeX 
22739 \series bold
22740 eurosym
22741 \series default
22742 .
22743 \end_layout
22744
22745 \begin_layout Standard
22746 \begin_inset ERT
22747 status collapsed
22748
22749 \begin_layout Plain Layout
22750
22751
22752 \backslash
22753 fi
22754 \end_layout
22755
22756 \end_inset
22757
22758
22759 \end_layout
22760
22761 \begin_layout Section
22762 Relaciones
22763 \begin_inset CommandInset label
22764 LatexCommand label
22765 name "sec:Relaciones"
22766
22767 \end_inset
22768
22769
22770 \begin_inset Index
22771 status collapsed
22772
22773 \begin_layout Plain Layout
22774 Relaciones
22775 \end_layout
22776
22777 \end_inset
22778
22779
22780 \begin_inset Index
22781 status collapsed
22782
22783 \begin_layout Plain Layout
22784 Comparaciones|see
22785 \begin_inset ERT
22786 status collapsed
22787
22788 \begin_layout Plain Layout
22789
22790 {
22791 \end_layout
22792
22793 \end_inset
22794
22795 Relaciones
22796 \begin_inset ERT
22797 status collapsed
22798
22799 \begin_layout Plain Layout
22800
22801 }
22802 \end_layout
22803
22804 \end_inset
22805
22806
22807 \end_layout
22808
22809 \end_inset
22810
22811
22812 \end_layout
22813
22814 \begin_layout Standard
22815 Todas las relaciones se pueden insertar también con el botón 
22816 \begin_inset Graphics
22817         filename ../../images/math/leq.png
22818         embed ""
22819         scale 85
22820
22821 \end_inset
22822
22823  de la barra de ecuaciones.
22824 \end_layout
22825
22826 \begin_layout Standard
22827 \begin_inset Space \hfill{}
22828 \end_inset
22829
22830
22831 \begin_inset Tabular
22832 <lyxtabular version="3" rows="17" columns="2">
22833 <features>
22834 <column alignment="center" valignment="top" width="0pt">
22835 <column alignment="center" valignment="top" width="0pt">
22836 <row>
22837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22838 \begin_inset Text
22839
22840 \begin_layout Plain Layout
22841 Comando
22842 \end_layout
22843
22844 \end_inset
22845 </cell>
22846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22847 \begin_inset Text
22848
22849 \begin_layout Plain Layout
22850 Relación
22851 \end_layout
22852
22853 \end_inset
22854 </cell>
22855 </row>
22856 <row>
22857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22858 \begin_inset Text
22859
22860 \begin_layout Plain Layout
22861 <
22862 \end_layout
22863
22864 \end_inset
22865 </cell>
22866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22867 \begin_inset Text
22868
22869 \begin_layout Plain Layout
22870 \begin_inset Formula $<$
22871 \end_inset
22872
22873
22874 \end_layout
22875
22876 \end_inset
22877 </cell>
22878 </row>
22879 <row>
22880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22881 \begin_inset Text
22882
22883 \begin_layout Plain Layout
22884
22885 \backslash
22886 le
22887 \end_layout
22888
22889 \end_inset
22890 </cell>
22891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22892 \begin_inset Text
22893
22894 \begin_layout Plain Layout
22895 \begin_inset Formula $\le$
22896 \end_inset
22897
22898
22899 \end_layout
22900
22901 \end_inset
22902 </cell>
22903 </row>
22904 <row>
22905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22906 \begin_inset Text
22907
22908 \begin_layout Plain Layout
22909
22910 \backslash
22911 ll
22912 \end_layout
22913
22914 \end_inset
22915 </cell>
22916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22917 \begin_inset Text
22918
22919 \begin_layout Plain Layout
22920 \begin_inset Formula $\ll$
22921 \end_inset
22922
22923
22924 \end_layout
22925
22926 \end_inset
22927 </cell>
22928 </row>
22929 <row>
22930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22931 \begin_inset Text
22932
22933 \begin_layout Plain Layout
22934
22935 \backslash
22936 prec
22937 \end_layout
22938
22939 \end_inset
22940 </cell>
22941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22942 \begin_inset Text
22943
22944 \begin_layout Plain Layout
22945 \begin_inset Formula $\prec$
22946 \end_inset
22947
22948
22949 \end_layout
22950
22951 \end_inset
22952 </cell>
22953 </row>
22954 <row>
22955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22956 \begin_inset Text
22957
22958 \begin_layout Plain Layout
22959
22960 \backslash
22961 preceq
22962 \end_layout
22963
22964 \end_inset
22965 </cell>
22966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22967 \begin_inset Text
22968
22969 \begin_layout Plain Layout
22970 \begin_inset Formula $\preceq$
22971 \end_inset
22972
22973
22974 \end_layout
22975
22976 \end_inset
22977 </cell>
22978 </row>
22979 <row>
22980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22981 \begin_inset Text
22982
22983 \begin_layout Plain Layout
22984
22985 \backslash
22986 subset
22987 \end_layout
22988
22989 \end_inset
22990 </cell>
22991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22992 \begin_inset Text
22993
22994 \begin_layout Plain Layout
22995 \begin_inset Formula $\subset$
22996 \end_inset
22997
22998
22999 \end_layout
23000
23001 \end_inset
23002 </cell>
23003 </row>
23004 <row>
23005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23006 \begin_inset Text
23007
23008 \begin_layout Plain Layout
23009
23010 \backslash
23011 subseteq
23012 \end_layout
23013
23014 \end_inset
23015 </cell>
23016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23017 \begin_inset Text
23018
23019 \begin_layout Plain Layout
23020 \begin_inset Formula $\subseteq$
23021 \end_inset
23022
23023
23024 \end_layout
23025
23026 \end_inset
23027 </cell>
23028 </row>
23029 <row>
23030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23031 \begin_inset Text
23032
23033 \begin_layout Plain Layout
23034
23035 \backslash
23036 sqsubseteq
23037 \end_layout
23038
23039 \end_inset
23040 </cell>
23041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23042 \begin_inset Text
23043
23044 \begin_layout Plain Layout
23045 \begin_inset Formula $\sqsubseteq$
23046 \end_inset
23047
23048
23049 \end_layout
23050
23051 \end_inset
23052 </cell>
23053 </row>
23054 <row>
23055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23056 \begin_inset Text
23057
23058 \begin_layout Plain Layout
23059
23060 \backslash
23061 in
23062 \end_layout
23063
23064 \end_inset
23065 </cell>
23066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23067 \begin_inset Text
23068
23069 \begin_layout Plain Layout
23070 \begin_inset Formula $\in$
23071 \end_inset
23072
23073
23074 \end_layout
23075
23076 \end_inset
23077 </cell>
23078 </row>
23079 <row>
23080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23081 \begin_inset Text
23082
23083 \begin_layout Plain Layout
23084
23085 \backslash
23086 vdash
23087 \end_layout
23088
23089 \end_inset
23090 </cell>
23091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23092 \begin_inset Text
23093
23094 \begin_layout Plain Layout
23095 \begin_inset Formula $\vdash$
23096 \end_inset
23097
23098
23099 \end_layout
23100
23101 \end_inset
23102 </cell>
23103 </row>
23104 <row>
23105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23106 \begin_inset Text
23107
23108 \begin_layout Plain Layout
23109
23110 \backslash
23111 smile
23112 \end_layout
23113
23114 \end_inset
23115 </cell>
23116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23117 \begin_inset Text
23118
23119 \begin_layout Plain Layout
23120 \begin_inset Formula $\smile$
23121 \end_inset
23122
23123
23124 \end_layout
23125
23126 \end_inset
23127 </cell>
23128 </row>
23129 <row>
23130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23131 \begin_inset Text
23132
23133 \begin_layout Plain Layout
23134
23135 \backslash
23136 lhd
23137 \end_layout
23138
23139 \end_inset
23140 </cell>
23141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23142 \begin_inset Text
23143
23144 \begin_layout Plain Layout
23145 \begin_inset Formula $\lhd$
23146 \end_inset
23147
23148
23149 \end_layout
23150
23151 \end_inset
23152 </cell>
23153 </row>
23154 <row>
23155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23156 \begin_inset Text
23157
23158 \begin_layout Plain Layout
23159
23160 \backslash
23161 unlhd
23162 \end_layout
23163
23164 \end_inset
23165 </cell>
23166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23167 \begin_inset Text
23168
23169 \begin_layout Plain Layout
23170 \begin_inset Formula $\unlhd$
23171 \end_inset
23172
23173
23174 \end_layout
23175
23176 \end_inset
23177 </cell>
23178 </row>
23179 <row>
23180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23181 \begin_inset Text
23182
23183 \begin_layout Plain Layout
23184
23185 \backslash
23186 gtrless
23187 \end_layout
23188
23189 \end_inset
23190 </cell>
23191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23192 \begin_inset Text
23193
23194 \begin_layout Plain Layout
23195 \begin_inset Formula $\gtrless$
23196 \end_inset
23197
23198
23199 \end_layout
23200
23201 \end_inset
23202 </cell>
23203 </row>
23204 <row>
23205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23206 \begin_inset Text
23207
23208 \begin_layout Plain Layout
23209
23210 \backslash
23211 mid
23212 \end_layout
23213
23214 \end_inset
23215 </cell>
23216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23217 \begin_inset Text
23218
23219 \begin_layout Plain Layout
23220 \begin_inset Formula $\mid$
23221 \end_inset
23222
23223
23224 \end_layout
23225
23226 \end_inset
23227 </cell>
23228 </row>
23229 <row>
23230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23231 \begin_inset Text
23232
23233 \begin_layout Plain Layout
23234
23235 \backslash
23236 nmid
23237 \end_layout
23238
23239 \end_inset
23240 </cell>
23241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23242 \begin_inset Text
23243
23244 \begin_layout Plain Layout
23245 \begin_inset Formula $\nmid$
23246 \end_inset
23247
23248
23249 \end_layout
23250
23251 \end_inset
23252 </cell>
23253 </row>
23254 </lyxtabular>
23255
23256 \end_inset
23257
23258
23259 \begin_inset Space \hfill{}
23260 \end_inset
23261
23262
23263 \begin_inset Tabular
23264 <lyxtabular version="3" rows="17" columns="2">
23265 <features>
23266 <column alignment="center" valignment="top" width="0pt">
23267 <column alignment="center" valignment="top" width="0pt">
23268 <row>
23269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23270 \begin_inset Text
23271
23272 \begin_layout Plain Layout
23273 Comando
23274 \end_layout
23275
23276 \end_inset
23277 </cell>
23278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23279 \begin_inset Text
23280
23281 \begin_layout Plain Layout
23282 Relación
23283 \end_layout
23284
23285 \end_inset
23286 </cell>
23287 </row>
23288 <row>
23289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23290 \begin_inset Text
23291
23292 \begin_layout Plain Layout
23293 =
23294 \end_layout
23295
23296 \end_inset
23297 </cell>
23298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23299 \begin_inset Text
23300
23301 \begin_layout Plain Layout
23302 \begin_inset Formula $=$
23303 \end_inset
23304
23305
23306 \end_layout
23307
23308 \end_inset
23309 </cell>
23310 </row>
23311 <row>
23312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23313 \begin_inset Text
23314
23315 \begin_layout Plain Layout
23316
23317 \backslash
23318 not=
23319 \end_layout
23320
23321 \end_inset
23322 </cell>
23323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23324 \begin_inset Text
23325
23326 \begin_layout Plain Layout
23327 \begin_inset Formula $\not=$
23328 \end_inset
23329
23330
23331 \end_layout
23332
23333 \end_inset
23334 </cell>
23335 </row>
23336 <row>
23337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23338 \begin_inset Text
23339
23340 \begin_layout Plain Layout
23341
23342 \backslash
23343 equiv
23344 \end_layout
23345
23346 \end_inset
23347 </cell>
23348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23349 \begin_inset Text
23350
23351 \begin_layout Plain Layout
23352 \begin_inset Formula $\equiv$
23353 \end_inset
23354
23355
23356 \end_layout
23357
23358 \end_inset
23359 </cell>
23360 </row>
23361 <row>
23362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23363 \begin_inset Text
23364
23365 \begin_layout Plain Layout
23366
23367 \backslash
23368 sim
23369 \end_layout
23370
23371 \end_inset
23372 </cell>
23373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23374 \begin_inset Text
23375
23376 \begin_layout Plain Layout
23377 \begin_inset Formula $\sim$
23378 \end_inset
23379
23380
23381 \end_layout
23382
23383 \end_inset
23384 </cell>
23385 </row>
23386 <row>
23387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23388 \begin_inset Text
23389
23390 \begin_layout Plain Layout
23391
23392 \backslash
23393 simeq
23394 \end_layout
23395
23396 \end_inset
23397 </cell>
23398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23399 \begin_inset Text
23400
23401 \begin_layout Plain Layout
23402 \begin_inset Formula $\simeq$
23403 \end_inset
23404
23405
23406 \end_layout
23407
23408 \end_inset
23409 </cell>
23410 </row>
23411 <row>
23412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23413 \begin_inset Text
23414
23415 \begin_layout Plain Layout
23416
23417 \backslash
23418 approx
23419 \end_layout
23420
23421 \end_inset
23422 </cell>
23423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23424 \begin_inset Text
23425
23426 \begin_layout Plain Layout
23427 \begin_inset Formula $\approx$
23428 \end_inset
23429
23430
23431 \end_layout
23432
23433 \end_inset
23434 </cell>
23435 </row>
23436 <row>
23437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23438 \begin_inset Text
23439
23440 \begin_layout Plain Layout
23441
23442 \backslash
23443 cong
23444 \end_layout
23445
23446 \end_inset
23447 </cell>
23448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23449 \begin_inset Text
23450
23451 \begin_layout Plain Layout
23452 \begin_inset Formula $\cong$
23453 \end_inset
23454
23455
23456 \end_layout
23457
23458 \end_inset
23459 </cell>
23460 </row>
23461 <row>
23462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23463 \begin_inset Text
23464
23465 \begin_layout Plain Layout
23466
23467 \backslash
23468 bowtie
23469 \end_layout
23470
23471 \end_inset
23472 </cell>
23473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23474 \begin_inset Text
23475
23476 \begin_layout Plain Layout
23477 \begin_inset Formula $\bowtie$
23478 \end_inset
23479
23480
23481 \end_layout
23482
23483 \end_inset
23484 </cell>
23485 </row>
23486 <row>
23487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23488 \begin_inset Text
23489
23490 \begin_layout Plain Layout
23491
23492 \backslash
23493 notin
23494 \end_layout
23495
23496 \end_inset
23497 </cell>
23498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23499 \begin_inset Text
23500
23501 \begin_layout Plain Layout
23502 \begin_inset Formula $\notin$
23503 \end_inset
23504
23505
23506 \end_layout
23507
23508 \end_inset
23509 </cell>
23510 </row>
23511 <row>
23512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23513 \begin_inset Text
23514
23515 \begin_layout Plain Layout
23516
23517 \backslash
23518 perp
23519 \end_layout
23520
23521 \end_inset
23522 </cell>
23523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23524 \begin_inset Text
23525
23526 \begin_layout Plain Layout
23527 \begin_inset Formula $\perp$
23528 \end_inset
23529
23530
23531 \end_layout
23532
23533 \end_inset
23534 </cell>
23535 </row>
23536 <row>
23537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23538 \begin_inset Text
23539
23540 \begin_layout Plain Layout
23541
23542 \backslash
23543 propto
23544 \end_layout
23545
23546 \end_inset
23547 </cell>
23548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23549 \begin_inset Text
23550
23551 \begin_layout Plain Layout
23552 \begin_inset Formula $\propto$
23553 \end_inset
23554
23555
23556 \end_layout
23557
23558 \end_inset
23559 </cell>
23560 </row>
23561 <row>
23562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23563 \begin_inset Text
23564
23565 \begin_layout Plain Layout
23566
23567 \backslash
23568 asymp
23569 \end_layout
23570
23571 \end_inset
23572 </cell>
23573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23574 \begin_inset Text
23575
23576 \begin_layout Plain Layout
23577 \begin_inset Formula $\asymp$
23578 \end_inset
23579
23580
23581 \end_layout
23582
23583 \end_inset
23584 </cell>
23585 </row>
23586 <row>
23587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23588 \begin_inset Text
23589
23590 \begin_layout Plain Layout
23591
23592 \backslash
23593 doteq
23594 \end_layout
23595
23596 \end_inset
23597 </cell>
23598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23599 \begin_inset Text
23600
23601 \begin_layout Plain Layout
23602 \begin_inset Formula $\doteq$
23603 \end_inset
23604
23605
23606 \end_layout
23607
23608 \end_inset
23609 </cell>
23610 </row>
23611 <row>
23612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23613 \begin_inset Text
23614
23615 \begin_layout Plain Layout
23616
23617 \backslash
23618 circeq
23619 \end_layout
23620
23621 \end_inset
23622 </cell>
23623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23624 \begin_inset Text
23625
23626 \begin_layout Plain Layout
23627 \begin_inset Formula $\circeq$
23628 \end_inset
23629
23630
23631 \end_layout
23632
23633 \end_inset
23634 </cell>
23635 </row>
23636 <row>
23637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23638 \begin_inset Text
23639
23640 \begin_layout Plain Layout
23641
23642 \backslash
23643 models
23644 \end_layout
23645
23646 \end_inset
23647 </cell>
23648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23649 \begin_inset Text
23650
23651 \begin_layout Plain Layout
23652 \begin_inset Formula $\models$
23653 \end_inset
23654
23655
23656 \end_layout
23657
23658 \end_inset
23659 </cell>
23660 </row>
23661 <row>
23662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23663 \begin_inset Text
23664
23665 \begin_layout Plain Layout
23666
23667 \backslash
23668 widehat=
23669 \end_layout
23670
23671 \end_inset
23672 </cell>
23673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23674 \begin_inset Text
23675
23676 \begin_layout Plain Layout
23677 \begin_inset Formula $\widehat{=}$
23678 \end_inset
23679
23680
23681 \end_layout
23682
23683 \end_inset
23684 </cell>
23685 </row>
23686 </lyxtabular>
23687
23688 \end_inset
23689
23690
23691 \begin_inset Space \hfill{}
23692 \end_inset
23693
23694
23695 \begin_inset Tabular
23696 <lyxtabular version="3" rows="17" columns="2">
23697 <features>
23698 <column alignment="center" valignment="top" width="0pt">
23699 <column alignment="center" valignment="top" width="0pt">
23700 <row>
23701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23702 \begin_inset Text
23703
23704 \begin_layout Plain Layout
23705 Comando
23706 \end_layout
23707
23708 \end_inset
23709 </cell>
23710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23711 \begin_inset Text
23712
23713 \begin_layout Plain Layout
23714 Relación
23715 \end_layout
23716
23717 \end_inset
23718 </cell>
23719 </row>
23720 <row>
23721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23722 \begin_inset Text
23723
23724 \begin_layout Plain Layout
23725 >
23726 \end_layout
23727
23728 \end_inset
23729 </cell>
23730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23731 \begin_inset Text
23732
23733 \begin_layout Plain Layout
23734 \begin_inset Formula $>$
23735 \end_inset
23736
23737
23738 \end_layout
23739
23740 \end_inset
23741 </cell>
23742 </row>
23743 <row>
23744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23745 \begin_inset Text
23746
23747 \begin_layout Plain Layout
23748
23749 \backslash
23750 ge
23751 \end_layout
23752
23753 \end_inset
23754 </cell>
23755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23756 \begin_inset Text
23757
23758 \begin_layout Plain Layout
23759 \begin_inset Formula $\ge$
23760 \end_inset
23761
23762
23763 \end_layout
23764
23765 \end_inset
23766 </cell>
23767 </row>
23768 <row>
23769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23770 \begin_inset Text
23771
23772 \begin_layout Plain Layout
23773
23774 \backslash
23775 gg
23776 \end_layout
23777
23778 \end_inset
23779 </cell>
23780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23781 \begin_inset Text
23782
23783 \begin_layout Plain Layout
23784 \begin_inset Formula $\gg$
23785 \end_inset
23786
23787
23788 \end_layout
23789
23790 \end_inset
23791 </cell>
23792 </row>
23793 <row>
23794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23795 \begin_inset Text
23796
23797 \begin_layout Plain Layout
23798
23799 \backslash
23800 succ
23801 \end_layout
23802
23803 \end_inset
23804 </cell>
23805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23806 \begin_inset Text
23807
23808 \begin_layout Plain Layout
23809 \begin_inset Formula $\succ$
23810 \end_inset
23811
23812
23813 \end_layout
23814
23815 \end_inset
23816 </cell>
23817 </row>
23818 <row>
23819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23820 \begin_inset Text
23821
23822 \begin_layout Plain Layout
23823
23824 \backslash
23825 succeq
23826 \end_layout
23827
23828 \end_inset
23829 </cell>
23830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23831 \begin_inset Text
23832
23833 \begin_layout Plain Layout
23834 \begin_inset Formula $\succeq$
23835 \end_inset
23836
23837
23838 \end_layout
23839
23840 \end_inset
23841 </cell>
23842 </row>
23843 <row>
23844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23845 \begin_inset Text
23846
23847 \begin_layout Plain Layout
23848
23849 \backslash
23850 supset
23851 \end_layout
23852
23853 \end_inset
23854 </cell>
23855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23856 \begin_inset Text
23857
23858 \begin_layout Plain Layout
23859 \begin_inset Formula $\supset$
23860 \end_inset
23861
23862
23863 \end_layout
23864
23865 \end_inset
23866 </cell>
23867 </row>
23868 <row>
23869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23870 \begin_inset Text
23871
23872 \begin_layout Plain Layout
23873
23874 \backslash
23875 supseteq
23876 \end_layout
23877
23878 \end_inset
23879 </cell>
23880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23881 \begin_inset Text
23882
23883 \begin_layout Plain Layout
23884 \begin_inset Formula $\supseteq$
23885 \end_inset
23886
23887
23888 \end_layout
23889
23890 \end_inset
23891 </cell>
23892 </row>
23893 <row>
23894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23895 \begin_inset Text
23896
23897 \begin_layout Plain Layout
23898
23899 \backslash
23900 sqsupseteq
23901 \end_layout
23902
23903 \end_inset
23904 </cell>
23905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23906 \begin_inset Text
23907
23908 \begin_layout Plain Layout
23909 \begin_inset Formula $\sqsupseteq$
23910 \end_inset
23911
23912
23913 \end_layout
23914
23915 \end_inset
23916 </cell>
23917 </row>
23918 <row>
23919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23920 \begin_inset Text
23921
23922 \begin_layout Plain Layout
23923
23924 \backslash
23925 ni
23926 \end_layout
23927
23928 \end_inset
23929 </cell>
23930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23931 \begin_inset Text
23932
23933 \begin_layout Plain Layout
23934 \begin_inset Formula $\ni$
23935 \end_inset
23936
23937
23938 \end_layout
23939
23940 \end_inset
23941 </cell>
23942 </row>
23943 <row>
23944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23945 \begin_inset Text
23946
23947 \begin_layout Plain Layout
23948
23949 \backslash
23950 dashv
23951 \end_layout
23952
23953 \end_inset
23954 </cell>
23955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23956 \begin_inset Text
23957
23958 \begin_layout Plain Layout
23959 \begin_inset Formula $\dashv$
23960 \end_inset
23961
23962
23963 \end_layout
23964
23965 \end_inset
23966 </cell>
23967 </row>
23968 <row>
23969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23970 \begin_inset Text
23971
23972 \begin_layout Plain Layout
23973
23974 \backslash
23975 frown
23976 \end_layout
23977
23978 \end_inset
23979 </cell>
23980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23981 \begin_inset Text
23982
23983 \begin_layout Plain Layout
23984 \begin_inset Formula $\frown$
23985 \end_inset
23986
23987
23988 \end_layout
23989
23990 \end_inset
23991 </cell>
23992 </row>
23993 <row>
23994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23995 \begin_inset Text
23996
23997 \begin_layout Plain Layout
23998
23999 \backslash
24000 rhd
24001 \end_layout
24002
24003 \end_inset
24004 </cell>
24005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24006 \begin_inset Text
24007
24008 \begin_layout Plain Layout
24009 \begin_inset Formula $\rhd$
24010 \end_inset
24011
24012
24013 \end_layout
24014
24015 \end_inset
24016 </cell>
24017 </row>
24018 <row>
24019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24020 \begin_inset Text
24021
24022 \begin_layout Plain Layout
24023
24024 \backslash
24025 unrhd
24026 \end_layout
24027
24028 \end_inset
24029 </cell>
24030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24031 \begin_inset Text
24032
24033 \begin_layout Plain Layout
24034 \begin_inset Formula $\unrhd$
24035 \end_inset
24036
24037
24038 \end_layout
24039
24040 \end_inset
24041 </cell>
24042 </row>
24043 <row>
24044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24045 \begin_inset Text
24046
24047 \begin_layout Plain Layout
24048
24049 \backslash
24050 lessgtr
24051 \end_layout
24052
24053 \end_inset
24054 </cell>
24055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24056 \begin_inset Text
24057
24058 \begin_layout Plain Layout
24059 \begin_inset Formula $\lessgtr$
24060 \end_inset
24061
24062
24063 \end_layout
24064
24065 \end_inset
24066 </cell>
24067 </row>
24068 <row>
24069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24070 \begin_inset Text
24071
24072 \begin_layout Plain Layout
24073
24074 \backslash
24075 parallel
24076 \end_layout
24077
24078 \end_inset
24079 </cell>
24080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24081 \begin_inset Text
24082
24083 \begin_layout Plain Layout
24084 \begin_inset Formula $\parallel$
24085 \end_inset
24086
24087
24088 \end_layout
24089
24090 \end_inset
24091 </cell>
24092 </row>
24093 <row>
24094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24095 \begin_inset Text
24096
24097 \begin_layout Plain Layout
24098
24099 \backslash
24100 nparallel
24101 \end_layout
24102
24103 \end_inset
24104 </cell>
24105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24106 \begin_inset Text
24107
24108 \begin_layout Plain Layout
24109 \begin_inset Formula $\nparallel$
24110 \end_inset
24111
24112
24113 \end_layout
24114
24115 \end_inset
24116 </cell>
24117 </row>
24118 </lyxtabular>
24119
24120 \end_inset
24121
24122
24123 \begin_inset Space \hfill{}
24124 \end_inset
24125
24126
24127 \end_layout
24128
24129 \begin_layout Standard
24130 \begin_inset VSpace medskip
24131 \end_inset
24132
24133
24134 \end_layout
24135
24136 \begin_layout Standard
24137 Los caracteres 
24138 \series bold
24139
24140 \backslash
24141 lhd
24142 \series default
24143  y 
24144 \series bold
24145
24146 \backslash
24147 rhd
24148 \series default
24149  son mayores que los operadores de aspecto similar 
24150 \series bold
24151
24152 \backslash
24153 triangleleft
24154 \series default
24155  y 
24156 \series bold
24157
24158 \backslash
24159 triangleright
24160 \series default
24161 , respectivamente.
24162 \end_layout
24163
24164 \begin_layout Standard
24165 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
24166 \end_layout
24167
24168 \begin_layout Standard
24169 Se pueden componer relaciones con etiquetas con el comando 
24170 \series bold
24171
24172 \backslash
24173 stackrel
24174 \series default
24175
24176 \begin_inset Index
24177 status collapsed
24178
24179 \begin_layout Plain Layout
24180 Comandos ! S ! 
24181 \backslash
24182 stackrel
24183 \end_layout
24184
24185 \end_inset
24186
24187 :
24188 \end_layout
24189
24190 \begin_layout Standard
24191 \align center
24192 \begin_inset Tabular
24193 <lyxtabular version="3" rows="2" columns="2">
24194 <features>
24195 <column alignment="center" valignment="top" width="0">
24196 <column alignment="center" valignment="top" width="0">
24197 <row>
24198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24199 \begin_inset Text
24200
24201 \begin_layout Plain Layout
24202 Comando
24203 \end_layout
24204
24205 \end_inset
24206 </cell>
24207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24208 \begin_inset Text
24209
24210 \begin_layout Plain Layout
24211 Resultado
24212 \begin_inset Note Note
24213 status collapsed
24214
24215 \begin_layout Plain Layout
24216
24217 \series bold
24218
24219 \backslash
24220 raisebox
24221 \series default
24222  se usa sólo como espaciador
24223 \end_layout
24224
24225 \end_inset
24226
24227
24228 \end_layout
24229
24230 \end_inset
24231 </cell>
24232 </row>
24233 <row>
24234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24235 \begin_inset Text
24236
24237 \begin_layout Plain Layout
24238 A(r)
24239 \backslash
24240 stackrel
24241 \begin_inset ERT
24242 status collapsed
24243
24244 \begin_layout Plain Layout
24245
24246
24247 \backslash
24248 spce 
24249 \end_layout
24250
24251 \end_inset
24252
24253 r
24254 \backslash
24255 to
24256 \backslash
24257 infty
24258 \begin_inset ERT
24259 status collapsed
24260
24261 \begin_layout Plain Layout
24262
24263
24264 \backslash
24265 spce 
24266 \end_layout
24267
24268 \end_inset
24269
24270
24271 \begin_inset Formula $\downarrow$
24272 \end_inset
24273
24274
24275 \backslash
24276 approx
24277 \begin_inset ERT
24278 status collapsed
24279
24280 \begin_layout Plain Layout
24281
24282
24283 \backslash
24284 spce 
24285 \end_layout
24286
24287 \end_inset
24288
24289
24290 \begin_inset ERT
24291 status collapsed
24292
24293 \begin_layout Plain Layout
24294
24295
24296 \backslash
24297 spce 
24298 \end_layout
24299
24300 \end_inset
24301
24302 B
24303 \end_layout
24304
24305 \end_inset
24306 </cell>
24307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24308 \begin_inset Text
24309
24310 \begin_layout Plain Layout
24311 \begin_inset Formula $\raisebox {5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24312 \end_inset
24313
24314
24315 \end_layout
24316
24317 \end_inset
24318 </cell>
24319 </row>
24320 </lyxtabular>
24321
24322 \end_inset
24323
24324
24325 \end_layout
24326
24327 \begin_layout Section
24328 Funciones
24329 \end_layout
24330
24331 \begin_layout Subsection
24332 Funciones predefinidas
24333 \begin_inset CommandInset label
24334 LatexCommand label
24335 name "sub:Funciones-predefinidas"
24336
24337 \end_inset
24338
24339
24340 \begin_inset Index
24341 status collapsed
24342
24343 \begin_layout Plain Layout
24344 Funciones ! predefinidas
24345 \end_layout
24346
24347 \end_inset
24348
24349
24350 \end_layout
24351
24352 \begin_layout Standard
24353 En general las variables se escriben en 
24354 \emph on
24355 cursiva
24356 \emph default
24357  en expresiones matemáticas, pero no los nombres de las funciones, porque
24358  
24359 \begin_inset Formula $sen$
24360 \end_inset
24361
24362  podría confundirse con 
24363 \begin_inset Formula $s\cdot e\cdot n$
24364 \end_inset
24365
24366 .
24367  Por eso hay funciones predefinidas, que además se separan un poco del factor
24368  precedente.
24369  Se insertan como comandos con una barra inversa  delante de su nombre.
24370 \end_layout
24371
24372 \begin_layout Standard
24373 \align center
24374 \begin_inset Tabular
24375 <lyxtabular version="3" rows="2" columns="4">
24376 <features>
24377 <column alignment="center" valignment="top" width="0pt">
24378 <column alignment="center" valignment="top" width="0pt">
24379 <column alignment="center" valignment="top" width="0pt">
24380 <column alignment="center" valignment="top" width="0pt">
24381 <row>
24382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24383 \begin_inset Text
24384
24385 \begin_layout Plain Layout
24386 Comando
24387 \end_layout
24388
24389 \end_inset
24390 </cell>
24391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24392 \begin_inset Text
24393
24394 \begin_layout Plain Layout
24395 Resultado
24396 \end_layout
24397
24398 \end_inset
24399 </cell>
24400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24401 \begin_inset Text
24402
24403 \begin_layout Plain Layout
24404 Comando
24405 \end_layout
24406
24407 \end_inset
24408 </cell>
24409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24410 \begin_inset Text
24411
24412 \begin_layout Plain Layout
24413 Resultado
24414 \end_layout
24415
24416 \end_inset
24417 </cell>
24418 </row>
24419 <row>
24420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24421 \begin_inset Text
24422
24423 \begin_layout Plain Layout
24424 Asen(x)+B
24425 \end_layout
24426
24427 \end_inset
24428 </cell>
24429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24430 \begin_inset Text
24431
24432 \begin_layout Plain Layout
24433 \begin_inset Formula $Asen(x)+B$
24434 \end_inset
24435
24436
24437 \end_layout
24438
24439 \end_inset
24440 </cell>
24441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24442 \begin_inset Text
24443
24444 \begin_layout Plain Layout
24445 A
24446 \backslash
24447 sen(x)+B
24448 \end_layout
24449
24450 \end_inset
24451 </cell>
24452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24453 \begin_inset Text
24454
24455 \begin_layout Plain Layout
24456 \begin_inset Formula $A\sen (x)+B$
24457 \end_inset
24458
24459
24460 \end_layout
24461
24462 \end_inset
24463 </cell>
24464 </row>
24465 </lyxtabular>
24466
24467 \end_inset
24468
24469
24470 \end_layout
24471
24472 \begin_layout Standard
24473 \align center
24474 \begin_inset Newpage newpage
24475 \end_inset
24476
24477
24478 \end_layout
24479
24480 \begin_layout Standard
24481 Las funciones siguientes están predefinidas
24482 \begin_inset Foot
24483 status collapsed
24484
24485 \begin_layout Plain Layout
24486 Se han añadido tres columnas con los comandos suministrados por el estilo
24487  
24488 \series bold
24489 spanish
24490 \series default
24491  de 
24492 \series bold
24493 babel
24494 \series default
24495 , adaptados a las convenciones hispanohablantes.
24496  Además, en su caso, las funciones serán acentuadas automáticamente, p.
24497 \begin_inset Space \thinspace{}
24498 \end_inset
24499
24500 e.
24501  
24502 \begin_inset Quotes fld
24503 \end_inset
24504
24505 lím
24506 \begin_inset Quotes frd
24507 \end_inset
24508
24509  o 
24510 \begin_inset Quotes fld
24511 \end_inset
24512
24513 máx
24514 \begin_inset Quotes frd
24515 \end_inset
24516
24517 .
24518  Véase la documentación de 
24519 \begin_inset CommandInset citation
24520 LatexCommand cite
24521 key "spanish"
24522
24523 \end_inset
24524
24525 .
24526  (
24527 \emph on
24528 N.
24529 \begin_inset Space \thinspace{}
24530 \end_inset
24531
24532 del t.
24533 \emph default
24534 )
24535 \end_layout
24536
24537 \end_inset
24538
24539 :
24540 \end_layout
24541
24542 \begin_layout Standard
24543 \begin_inset VSpace -2mm
24544 \end_inset
24545
24546
24547 \end_layout
24548
24549 \begin_layout Standard
24550 \align center
24551 \begin_inset Tabular
24552 <lyxtabular version="3" rows="9" columns="7">
24553 <features>
24554 <column alignment="center" valignment="top" width="0pt">
24555 <column alignment="center" valignment="top" width="0pt">
24556 <column alignment="center" valignment="top" width="0pt">
24557 <column alignment="center" valignment="top" width="0pt">
24558 <column alignment="center" valignment="top" width="0pt">
24559 <column alignment="center" valignment="top" width="0pt">
24560 <column alignment="center" valignment="top" width="0pt">
24561 <row>
24562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24563 \begin_inset Text
24564
24565 \begin_layout Plain Layout
24566 Comando
24567 \end_layout
24568
24569 \end_inset
24570 </cell>
24571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24572 \begin_inset Text
24573
24574 \begin_layout Plain Layout
24575 español
24576 \end_layout
24577
24578 \end_inset
24579 </cell>
24580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24581 \begin_inset Text
24582
24583 \begin_layout Plain Layout
24584 Comando
24585 \end_layout
24586
24587 \end_inset
24588 </cell>
24589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24590 \begin_inset Text
24591
24592 \begin_layout Plain Layout
24593 español
24594 \end_layout
24595
24596 \end_inset
24597 </cell>
24598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24599 \begin_inset Text
24600
24601 \begin_layout Plain Layout
24602 Comando
24603 \end_layout
24604
24605 \end_inset
24606 </cell>
24607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24608 \begin_inset Text
24609
24610 \begin_layout Plain Layout
24611 español
24612 \end_layout
24613
24614 \end_inset
24615 </cell>
24616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24617 \begin_inset Text
24618
24619 \begin_layout Plain Layout
24620 Comando
24621 \end_layout
24622
24623 \end_inset
24624 </cell>
24625 </row>
24626 <row>
24627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24628 \begin_inset Text
24629
24630 \begin_layout Plain Layout
24631
24632 \backslash
24633 sin
24634 \end_layout
24635
24636 \end_inset
24637 </cell>
24638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24639 \begin_inset Text
24640
24641 \begin_layout Plain Layout
24642
24643 \backslash
24644 sen
24645 \end_layout
24646
24647 \end_inset
24648 </cell>
24649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24650 \begin_inset Text
24651
24652 \begin_layout Plain Layout
24653
24654 \backslash
24655 sinh
24656 \end_layout
24657
24658 \end_inset
24659 </cell>
24660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24661 \begin_inset Text
24662
24663 \begin_layout Plain Layout
24664
24665 \backslash
24666 senh
24667 \end_layout
24668
24669 \end_inset
24670 </cell>
24671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24672 \begin_inset Text
24673
24674 \begin_layout Plain Layout
24675
24676 \backslash
24677 arcsin
24678 \end_layout
24679
24680 \end_inset
24681 </cell>
24682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24683 \begin_inset Text
24684
24685 \begin_layout Plain Layout
24686
24687 \backslash
24688 arcsen
24689 \end_layout
24690
24691 \end_inset
24692 </cell>
24693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24694 \begin_inset Text
24695
24696 \begin_layout Plain Layout
24697
24698 \backslash
24699 sup
24700 \end_layout
24701
24702 \end_inset
24703 </cell>
24704 </row>
24705 <row>
24706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24707 \begin_inset Text
24708
24709 \begin_layout Plain Layout
24710
24711 \backslash
24712 cos
24713 \end_layout
24714
24715 \end_inset
24716 </cell>
24717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24718 \begin_inset Text
24719
24720 \begin_layout Plain Layout
24721
24722 \end_layout
24723
24724 \end_inset
24725 </cell>
24726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24727 \begin_inset Text
24728
24729 \begin_layout Plain Layout
24730
24731 \backslash
24732 cosh
24733 \end_layout
24734
24735 \end_inset
24736 </cell>
24737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24738 \begin_inset Text
24739
24740 \begin_layout Plain Layout
24741
24742 \end_layout
24743
24744 \end_inset
24745 </cell>
24746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24747 \begin_inset Text
24748
24749 \begin_layout Plain Layout
24750
24751 \backslash
24752 arccos
24753 \end_layout
24754
24755 \end_inset
24756 </cell>
24757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24758 \begin_inset Text
24759
24760 \begin_layout Plain Layout
24761
24762 \backslash
24763 arccos
24764 \end_layout
24765
24766 \end_inset
24767 </cell>
24768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24769 \begin_inset Text
24770
24771 \begin_layout Plain Layout
24772
24773 \backslash
24774 inf
24775 \end_layout
24776
24777 \end_inset
24778 </cell>
24779 </row>
24780 <row>
24781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24782 \begin_inset Text
24783
24784 \begin_layout Plain Layout
24785
24786 \backslash
24787 tan
24788 \end_layout
24789
24790 \end_inset
24791 </cell>
24792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24793 \begin_inset Text
24794
24795 \begin_layout Plain Layout
24796
24797 \backslash
24798 tg
24799 \end_layout
24800
24801 \end_inset
24802 </cell>
24803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24804 \begin_inset Text
24805
24806 \begin_layout Plain Layout
24807
24808 \backslash
24809 tanh
24810 \end_layout
24811
24812 \end_inset
24813 </cell>
24814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24815 \begin_inset Text
24816
24817 \begin_layout Plain Layout
24818
24819 \backslash
24820 tgh
24821 \end_layout
24822
24823 \end_inset
24824 </cell>
24825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24826 \begin_inset Text
24827
24828 \begin_layout Plain Layout
24829
24830 \backslash
24831 arctan
24832 \end_layout
24833
24834 \end_inset
24835 </cell>
24836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24837 \begin_inset Text
24838
24839 \begin_layout Plain Layout
24840
24841 \backslash
24842 arctg
24843 \end_layout
24844
24845 \end_inset
24846 </cell>
24847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24848 \begin_inset Text
24849
24850 \begin_layout Plain Layout
24851
24852 \backslash
24853 lim
24854 \end_layout
24855
24856 \end_inset
24857 </cell>
24858 </row>
24859 <row>
24860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24861 \begin_inset Text
24862
24863 \begin_layout Plain Layout
24864
24865 \backslash
24866 cot
24867 \end_layout
24868
24869 \end_inset
24870 </cell>
24871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24872 \begin_inset Text
24873
24874 \begin_layout Plain Layout
24875 \begin_inset Formula $ $
24876 \end_inset
24877
24878
24879 \backslash
24880 cotg
24881 \end_layout
24882
24883 \end_inset
24884 </cell>
24885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24886 \begin_inset Text
24887
24888 \begin_layout Plain Layout
24889
24890 \backslash
24891 coth
24892 \end_layout
24893
24894 \end_inset
24895 </cell>
24896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24897 \begin_inset Text
24898
24899 \begin_layout Plain Layout
24900
24901 \end_layout
24902
24903 \end_inset
24904 </cell>
24905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24906 \begin_inset Text
24907
24908 \begin_layout Plain Layout
24909
24910 \backslash
24911 arg
24912 \end_layout
24913
24914 \end_inset
24915 </cell>
24916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24917 \begin_inset Text
24918
24919 \begin_layout Plain Layout
24920
24921 \end_layout
24922
24923 \end_inset
24924 </cell>
24925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24926 \begin_inset Text
24927
24928 \begin_layout Plain Layout
24929
24930 \backslash
24931 liminf
24932 \end_layout
24933
24934 \end_inset
24935 </cell>
24936 </row>
24937 <row>
24938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24939 \begin_inset Text
24940
24941 \begin_layout Plain Layout
24942
24943 \backslash
24944 sec
24945 \end_layout
24946
24947 \end_inset
24948 </cell>
24949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24950 \begin_inset Text
24951
24952 \begin_layout Plain Layout
24953
24954 \end_layout
24955
24956 \end_inset
24957 </cell>
24958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24959 \begin_inset Text
24960
24961 \begin_layout Plain Layout
24962
24963 \backslash
24964 min
24965 \end_layout
24966
24967 \end_inset
24968 </cell>
24969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24970 \begin_inset Text
24971
24972 \begin_layout Plain Layout
24973
24974 \end_layout
24975
24976 \end_inset
24977 </cell>
24978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24979 \begin_inset Text
24980
24981 \begin_layout Plain Layout
24982
24983 \backslash
24984 deg
24985 \end_layout
24986
24987 \end_inset
24988 </cell>
24989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24990 \begin_inset Text
24991
24992 \begin_layout Plain Layout
24993
24994 \end_layout
24995
24996 \end_inset
24997 </cell>
24998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24999 \begin_inset Text
25000
25001 \begin_layout Plain Layout
25002
25003 \backslash
25004 limsup
25005 \end_layout
25006
25007 \end_inset
25008 </cell>
25009 </row>
25010 <row>
25011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25012 \begin_inset Text
25013
25014 \begin_layout Plain Layout
25015
25016 \backslash
25017 csc
25018 \end_layout
25019
25020 \end_inset
25021 </cell>
25022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25023 \begin_inset Text
25024
25025 \begin_layout Plain Layout
25026
25027 \backslash
25028 cosec
25029 \end_layout
25030
25031 \end_inset
25032 </cell>
25033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25034 \begin_inset Text
25035
25036 \begin_layout Plain Layout
25037
25038 \backslash
25039 max
25040 \end_layout
25041
25042 \end_inset
25043 </cell>
25044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25045 \begin_inset Text
25046
25047 \begin_layout Plain Layout
25048
25049 \end_layout
25050
25051 \end_inset
25052 </cell>
25053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25054 \begin_inset Text
25055
25056 \begin_layout Plain Layout
25057
25058 \backslash
25059 det
25060 \end_layout
25061
25062 \end_inset
25063 </cell>
25064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25065 \begin_inset Text
25066
25067 \begin_layout Plain Layout
25068
25069 \end_layout
25070
25071 \end_inset
25072 </cell>
25073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25074 \begin_inset Text
25075
25076 \begin_layout Plain Layout
25077
25078 \backslash
25079 Pr
25080 \end_layout
25081
25082 \end_inset
25083 </cell>
25084 </row>
25085 <row>
25086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25087 \begin_inset Text
25088
25089 \begin_layout Plain Layout
25090
25091 \backslash
25092 ln
25093 \end_layout
25094
25095 \end_inset
25096 </cell>
25097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25098 \begin_inset Text
25099
25100 \begin_layout Plain Layout
25101
25102 \end_layout
25103
25104 \end_inset
25105 </cell>
25106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25107 \begin_inset Text
25108
25109 \begin_layout Plain Layout
25110
25111 \backslash
25112 exp
25113 \end_layout
25114
25115 \end_inset
25116 </cell>
25117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25118 \begin_inset Text
25119
25120 \begin_layout Plain Layout
25121
25122 \end_layout
25123
25124 \end_inset
25125 </cell>
25126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25127 \begin_inset Text
25128
25129 \begin_layout Plain Layout
25130
25131 \backslash
25132 dim
25133 \end_layout
25134
25135 \end_inset
25136 </cell>
25137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25138 \begin_inset Text
25139
25140 \begin_layout Plain Layout
25141
25142 \end_layout
25143
25144 \end_inset
25145 </cell>
25146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25147 \begin_inset Text
25148
25149 \begin_layout Plain Layout
25150
25151 \backslash
25152 hom
25153 \end_layout
25154
25155 \end_inset
25156 </cell>
25157 </row>
25158 <row>
25159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25160 \begin_inset Text
25161
25162 \begin_layout Plain Layout
25163
25164 \backslash
25165 lg
25166 \end_layout
25167
25168 \end_inset
25169 </cell>
25170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25171 \begin_inset Text
25172
25173 \begin_layout Plain Layout
25174
25175 \end_layout
25176
25177 \end_inset
25178 </cell>
25179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25180 \begin_inset Text
25181
25182 \begin_layout Plain Layout
25183
25184 \backslash
25185 log
25186 \end_layout
25187
25188 \end_inset
25189 </cell>
25190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25191 \begin_inset Text
25192
25193 \begin_layout Plain Layout
25194
25195 \end_layout
25196
25197 \end_inset
25198 </cell>
25199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25200 \begin_inset Text
25201
25202 \begin_layout Plain Layout
25203
25204 \backslash
25205 ker
25206 \end_layout
25207
25208 \end_inset
25209 </cell>
25210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25211 \begin_inset Text
25212
25213 \begin_layout Plain Layout
25214
25215 \end_layout
25216
25217 \end_inset
25218 </cell>
25219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25220 \begin_inset Text
25221
25222 \begin_layout Plain Layout
25223
25224 \backslash
25225 gcd
25226 \end_layout
25227
25228 \end_inset
25229 </cell>
25230 </row>
25231 </lyxtabular>
25232
25233 \end_inset
25234
25235
25236 \end_layout
25237
25238 \begin_layout Standard
25239 También se pueden insertar con el botón 
25240 \begin_inset Graphics
25241         filename ../../images/math/functions.png
25242         embed ""
25243         scale 85
25244
25245 \end_inset
25246
25247  de la barra de ecuaciones.
25248 \end_layout
25249
25250 \begin_layout Subsection
25251 Funciones definidas por el usuario
25252 \begin_inset Index
25253 status collapsed
25254
25255 \begin_layout Plain Layout
25256 Funciones ! personalizadas
25257 \end_layout
25258
25259 \end_inset
25260
25261
25262 \end_layout
25263
25264 \begin_layout Standard
25265 Para usar una función no predefinida, como por ejemplo la función máximo
25266  común divisor, mcd
25267 \begin_inset Foot
25268 status collapsed
25269
25270 \begin_layout Plain Layout
25271 Se ha sustituido el ejemplo del original en inglés, 
25272 \backslash
25273
25274 \series bold
25275 sgn
25276 \series default
25277 , por la función máximo común divisor, 
25278 \series bold
25279
25280 \backslash
25281 mcd
25282 \series default
25283 , equivalente a la predefinida en inglés 
25284 \series bold
25285
25286 \backslash
25287 gcd
25288 \series default
25289 .
25290  (
25291 \emph on
25292 N.
25293 \begin_inset Space \thinspace{}
25294 \end_inset
25295
25296 del t.
25297 \emph default
25298 )
25299 \end_layout
25300
25301 \end_inset
25302
25303 , hay dos posibilidades:
25304 \end_layout
25305
25306 \begin_layout Itemize
25307 Define la función añadiendo al preámbulo LaTeX la línea
25308 \begin_inset Foot
25309 status collapsed
25310
25311 \begin_layout Plain Layout
25312 Más sobre 
25313 \series bold
25314
25315 \backslash
25316 DeclareMathOperator
25317 \series default
25318  en 
25319 \begin_inset CommandInset ref
25320 LatexCommand ref
25321 reference "sub:Operadores-de-usuario"
25322
25323 \end_inset
25324
25325
25326 \end_layout
25327
25328 \end_inset
25329
25330
25331 \begin_inset Newline newline
25332 \end_inset
25333
25334
25335 \begin_inset VSpace -3mm
25336 \end_inset
25337
25338
25339 \begin_inset Newline newline
25340 \end_inset
25341
25342
25343 \series bold
25344
25345 \backslash
25346 DeclareMathOperator{
25347 \backslash
25348 mcd}{mcd}
25349 \series default
25350
25351 \begin_inset Index
25352 status collapsed
25353
25354 \begin_layout Plain Layout
25355 Comandos ! D ! 
25356 \backslash
25357 dbinom@
25358 \backslash
25359 DeclareMathOperator
25360 \end_layout
25361
25362 \end_inset
25363
25364
25365 \begin_inset Newline newline
25366 \end_inset
25367
25368
25369 \begin_inset VSpace -2mm
25370 \end_inset
25371
25372
25373 \begin_inset Newline newline
25374 \end_inset
25375
25376 Ahora la función recién definida se puede obtener con el comando 
25377 \series bold
25378
25379 \backslash
25380 mcd
25381 \series default
25382 .
25383 \end_layout
25384
25385 \begin_layout Itemize
25386 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25387  en nuestro ejemplo las letras 
25388 \emph on
25389 mcd
25390 \emph default
25391 , y cámbialo a texto matemático.
25392  Entre el factor precedente y la función se inserta un espacio.
25393 \end_layout
25394
25395 \begin_layout Standard
25396 El resultado con ambos métodos es el mismo que con una función predefinida:
25397 \begin_inset Foot
25398 status collapsed
25399
25400 \begin_layout Plain Layout
25401 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
25402  negro.
25403 \end_layout
25404
25405 \end_inset
25406
25407
25408 \end_layout
25409
25410 \begin_layout Standard
25411 \align center
25412 \begin_inset Tabular
25413 <lyxtabular version="3" rows="3" columns="2">
25414 <features>
25415 <column alignment="center" valignment="top" width="0pt">
25416 <column alignment="center" valignment="top" width="0pt">
25417 <row>
25418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25419 \begin_inset Text
25420
25421 \begin_layout Plain Layout
25422 Comando
25423 \end_layout
25424
25425 \end_inset
25426 </cell>
25427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25428 \begin_inset Text
25429
25430 \begin_layout Plain Layout
25431 Resultado
25432 \end_layout
25433
25434 \end_inset
25435 </cell>
25436 </row>
25437 <row>
25438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25439 \begin_inset Text
25440
25441 \begin_layout Plain Layout
25442 A
25443 \backslash
25444 mcd(x)+B
25445 \end_layout
25446
25447 \end_inset
25448 </cell>
25449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25450 \begin_inset Text
25451
25452 \begin_layout Plain Layout
25453 \begin_inset Formula $A\mcd (x)+B$
25454 \end_inset
25455
25456
25457 \end_layout
25458
25459 \end_inset
25460 </cell>
25461 </row>
25462 <row>
25463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25464 \begin_inset Text
25465
25466 \begin_layout Plain Layout
25467 A
25468 \backslash
25469 ,
25470 \begin_inset Formula $\underbrace{\textrm{mcd}}_{\textrm{Alt-m}\,\textrm{m}}$
25471 \end_inset
25472
25473 (x)+B
25474 \end_layout
25475
25476 \end_inset
25477 </cell>
25478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25479 \begin_inset Text
25480
25481 \begin_layout Plain Layout
25482 \begin_inset Formula $A\,\mbox{mcd}(x)+B$
25483 \end_inset
25484
25485
25486 \end_layout
25487
25488 \end_inset
25489 </cell>
25490 </row>
25491 </lyxtabular>
25492
25493 \end_inset
25494
25495
25496 \end_layout
25497
25498 \begin_layout Standard
25499 El primer método es preferible si la función se va a usar varias veces.
25500 \end_layout
25501
25502 \begin_layout Subsection
25503 Límites
25504 \begin_inset Index
25505 status collapsed
25506
25507 \begin_layout Plain Layout
25508 Límites
25509 \end_layout
25510
25511 \end_inset
25512
25513
25514 \end_layout
25515
25516 \begin_layout Standard
25517 Para límites, además de 
25518 \series bold
25519
25520 \backslash
25521 lim
25522 \series default
25523
25524 \begin_inset Index
25525 status collapsed
25526
25527 \begin_layout Plain Layout
25528 Comandos ! L ! 
25529 \backslash
25530 lim
25531 \end_layout
25532
25533 \end_inset
25534
25535
25536 \series bold
25537
25538 \backslash
25539 liminf
25540 \series default
25541  y 
25542 \series bold
25543
25544 \backslash
25545 limsup
25546 \series default
25547  están definidas las siguientes funciones:
25548 \series bold
25549  
25550 \end_layout
25551
25552 \begin_layout Standard
25553 \noindent
25554 \align center
25555 \begin_inset Tabular
25556 <lyxtabular version="3" rows="5" columns="2">
25557 <features>
25558 <column alignment="center" valignment="top" width="0">
25559 <column alignment="center" valignment="top" width="0">
25560 <row>
25561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25562 \begin_inset Text
25563
25564 \begin_layout Plain Layout
25565 Comando
25566 \end_layout
25567
25568 \end_inset
25569 </cell>
25570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25571 \begin_inset Text
25572
25573 \begin_layout Plain Layout
25574 Resultado
25575 \begin_inset Note Note
25576 status collapsed
25577
25578 \begin_layout Plain Layout
25579
25580 \series bold
25581
25582 \backslash
25583 raisebox
25584 \series default
25585  se usa sólo como espaciador
25586 \end_layout
25587
25588 \end_inset
25589
25590
25591 \end_layout
25592
25593 \end_inset
25594 </cell>
25595 </row>
25596 <row>
25597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25598 \begin_inset Text
25599
25600 \begin_layout Plain Layout
25601
25602 \backslash
25603 varliminf
25604 \end_layout
25605
25606 \end_inset
25607 </cell>
25608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25609 \begin_inset Text
25610
25611 \begin_layout Plain Layout
25612 \begin_inset Formula $\varliminf $
25613 \end_inset
25614
25615
25616 \end_layout
25617
25618 \end_inset
25619 </cell>
25620 </row>
25621 <row>
25622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25623 \begin_inset Text
25624
25625 \begin_layout Plain Layout
25626
25627 \backslash
25628 varlimsup
25629 \end_layout
25630
25631 \end_inset
25632 </cell>
25633 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25634 \begin_inset Text
25635
25636 \begin_layout Plain Layout
25637 \begin_inset Formula $\varlimsup $
25638 \end_inset
25639
25640
25641 \end_layout
25642
25643 \end_inset
25644 </cell>
25645 </row>
25646 <row>
25647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25648 \begin_inset Text
25649
25650 \begin_layout Plain Layout
25651
25652 \backslash
25653 varprojlim
25654 \end_layout
25655
25656 \end_inset
25657 </cell>
25658 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25659 \begin_inset Text
25660
25661 \begin_layout Plain Layout
25662 \begin_inset Formula $\varprojlim $
25663 \end_inset
25664
25665
25666 \end_layout
25667
25668 \end_inset
25669 </cell>
25670 </row>
25671 <row>
25672 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25673 \begin_inset Text
25674
25675 \begin_layout Plain Layout
25676
25677 \backslash
25678 varinjlim
25679 \end_layout
25680
25681 \end_inset
25682 </cell>
25683 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25684 \begin_inset Text
25685
25686 \begin_layout Plain Layout
25687 \begin_inset Formula $\varinjlim $
25688 \end_inset
25689
25690
25691 \begin_inset Formula $\raisebox {-2.5mm}{}$
25692 \end_inset
25693
25694
25695 \end_layout
25696
25697 \end_inset
25698 </cell>
25699 </row>
25700 </lyxtabular>
25701
25702 \end_inset
25703
25704
25705 \end_layout
25706
25707 \begin_layout Standard
25708 \begin_inset VSpace medskip
25709 \end_inset
25710
25711
25712 \end_layout
25713
25714 \begin_layout Standard
25715 El límite se crea insertando un subíndice.
25716  Se imprime a la derecha junto a la función en una fórmula en línea:
25717 \end_layout
25718
25719 \begin_layout Standard
25720 \noindent
25721 \align center
25722 \begin_inset Tabular
25723 <lyxtabular version="3" rows="2" columns="2">
25724 <features>
25725 <column alignment="center" valignment="top" width="0pt">
25726 <column alignment="center" valignment="top" width="0pt">
25727 <row>
25728 <cell alignment="center" valignment="top" usebox="none">
25729 \begin_inset Text
25730
25731 \begin_layout Plain Layout
25732 Comando
25733 \end_layout
25734
25735 \end_inset
25736 </cell>
25737 <cell alignment="center" valignment="top" usebox="none">
25738 \begin_inset Text
25739
25740 \begin_layout Plain Layout
25741 \begin_inset ERT
25742 status collapsed
25743
25744 \begin_layout Plain Layout
25745
25746
25747 \backslash
25748 hspace{1cm}
25749 \end_layout
25750
25751 \end_inset
25752
25753 Resultado
25754 \begin_inset Note Note
25755 status collapsed
25756
25757 \begin_layout Plain Layout
25758
25759 \series bold
25760
25761 \backslash
25762 raisebox
25763 \series default
25764  se usa sólo como espaciador
25765 \end_layout
25766
25767 \end_inset
25768
25769
25770 \end_layout
25771
25772 \end_inset
25773 </cell>
25774 </row>
25775 <row>
25776 <cell alignment="center" valignment="top" usebox="none">
25777 \begin_inset Text
25778
25779 \begin_layout Plain Layout
25780
25781 \backslash
25782 lim_x
25783 \backslash
25784 to
25785 \begin_inset ERT
25786 status collapsed
25787
25788 \begin_layout Plain Layout
25789
25790
25791 \backslash
25792 spce 
25793 \end_layout
25794
25795 \end_inset
25796
25797 A
25798 \begin_inset ERT
25799 status collapsed
25800
25801 \begin_layout Plain Layout
25802
25803
25804 \backslash
25805 spce 
25806 \end_layout
25807
25808 \end_inset
25809
25810 x=B
25811 \end_layout
25812
25813 \end_inset
25814 </cell>
25815 <cell alignment="center" valignment="top" usebox="none">
25816 \begin_inset Text
25817
25818 \begin_layout Plain Layout
25819 \begin_inset Formula $\hspace {1cm}\raisebox {5mm}{}\lim_{x\rightarrow A}x=B$
25820 \end_inset
25821
25822
25823 \end_layout
25824
25825 \end_inset
25826 </cell>
25827 </row>
25828 </lyxtabular>
25829
25830 \end_inset
25831
25832
25833 \end_layout
25834
25835 \begin_layout Standard
25836 En una ecuación presentada el límite se imprime debajo, como es habitual:
25837 \begin_inset Foot
25838 status collapsed
25839
25840 \begin_layout Plain Layout
25841 El estilo 
25842 \series bold
25843 spanish
25844 \series default
25845  de 
25846 \series bold
25847 babel
25848 \series default
25849  lo imprime como en línea.
25850  Para evitarlo, se puede insertar el comando 
25851 \series bold
25852
25853 \backslash
25854 limits
25855 \series default
25856  justo detrás de 
25857 \series bold
25858
25859 \backslash
25860 lim
25861 \series default
25862 , o usar el menú 
25863 \family sans
25864 Editar\SpecialChar \menuseparator
25865 Ecuación\SpecialChar \menuseparator
25866 Cambiar tipo de límites\SpecialChar \menuseparator
25867 Pantalla
25868 \family default
25869 , como se explica en 
25870 \begin_inset CommandInset ref
25871 LatexCommand ref
25872 reference "sub:Límites-de-operadores"
25873
25874 \end_inset
25875
25876 .
25877  Véase 
25878 \begin_inset CommandInset citation
25879 LatexCommand cite
25880 key "spanish"
25881
25882 \end_inset
25883
25884 .
25885  (
25886 \emph on
25887 N.
25888 \begin_inset Space \thinspace{}
25889 \end_inset
25890
25891 del t.
25892 \emph default
25893
25894 \end_layout
25895
25896 \end_inset
25897
25898
25899 \begin_inset Formula \[
25900 \lim\limits _{x\rightarrow A}=B\]
25901
25902 \end_inset
25903
25904
25905 \end_layout
25906
25907 \begin_layout Subsection
25908 Función módulo
25909 \begin_inset Index
25910 status collapsed
25911
25912 \begin_layout Plain Layout
25913 Funciones ! módulo
25914 \end_layout
25915
25916 \end_inset
25917
25918
25919 \end_layout
25920
25921 \begin_layout Standard
25922 La función módulo es especial, porque existe en cuatro variantes.
25923 \end_layout
25924
25925 \begin_layout Standard
25926 En una ecuación presentada:
25927 \begin_inset Formula \begin{align*}
25928 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
25929 \mathrm{a\backslash mod\textrm{\spce }b} &  & a\mod  b\\
25930 \mathrm{a\backslash pmod\textrm{\spce }b} &  & a\pmod  b\\
25931 \mathrm{a\backslash bmod\textrm{\spce }b} &  & a\bmod b\\
25932 \mathrm{a\backslash pod\textrm{\spce }b} &  & a\pod  b\end{align*}
25933
25934 \end_inset
25935
25936 En una ecuación en línea se pone menos espacio delante del nombre de la
25937  función para todas las variantes.
25938 \end_layout
25939
25940 \begin_layout Section
25941 Caracteres especiales
25942 \begin_inset Index
25943 status collapsed
25944
25945 \begin_layout Plain Layout
25946 Caracteres especiales
25947 \end_layout
25948
25949 \end_inset
25950
25951
25952 \end_layout
25953
25954 \begin_layout Subsection
25955 Caracteres especiales en texto matemático
25956 \end_layout
25957
25958 \begin_layout Standard
25959 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
25960  TeX:
25961 \end_layout
25962
25963 \begin_layout Standard
25964 \begin_inset Space \hfill{}
25965 \end_inset
25966
25967
25968 \begin_inset Tabular
25969 <lyxtabular version="3" rows="8" columns="2">
25970 <features>
25971 <column alignment="block" valignment="top" width="0">
25972 <column alignment="block" valignment="top" width="0">
25973 <row>
25974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25975 \begin_inset Text
25976
25977 \begin_layout Plain Layout
25978 Comando
25979 \end_layout
25980
25981 \end_inset
25982 </cell>
25983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25984 \begin_inset Text
25985
25986 \begin_layout Plain Layout
25987 Resultado
25988 \end_layout
25989
25990 \end_inset
25991 </cell>
25992 </row>
25993 <row>
25994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25995 \begin_inset Text
25996
25997 \begin_layout Plain Layout
25998
25999 \backslash
26000 oe
26001 \end_layout
26002
26003 \end_inset
26004 </cell>
26005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26006 \begin_inset Text
26007
26008 \begin_layout Plain Layout
26009 \begin_inset Formula $\textrm{\oe }$
26010 \end_inset
26011
26012
26013 \end_layout
26014
26015 \end_inset
26016 </cell>
26017 </row>
26018 <row>
26019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26020 \begin_inset Text
26021
26022 \begin_layout Plain Layout
26023
26024 \backslash
26025 OE
26026 \end_layout
26027
26028 \end_inset
26029 </cell>
26030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26031 \begin_inset Text
26032
26033 \begin_layout Plain Layout
26034 \begin_inset Formula $\textrm{\OE }$
26035 \end_inset
26036
26037
26038 \end_layout
26039
26040 \end_inset
26041 </cell>
26042 </row>
26043 <row>
26044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26045 \begin_inset Text
26046
26047 \begin_layout Plain Layout
26048
26049 \backslash
26050 ae
26051 \end_layout
26052
26053 \end_inset
26054 </cell>
26055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26056 \begin_inset Text
26057
26058 \begin_layout Plain Layout
26059 \begin_inset Formula $\textrm{\ae }$
26060 \end_inset
26061
26062
26063 \end_layout
26064
26065 \end_inset
26066 </cell>
26067 </row>
26068 <row>
26069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26070 \begin_inset Text
26071
26072 \begin_layout Plain Layout
26073
26074 \backslash
26075 AE
26076 \end_layout
26077
26078 \end_inset
26079 </cell>
26080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26081 \begin_inset Text
26082
26083 \begin_layout Plain Layout
26084 \begin_inset Formula $\textrm{\AE }$
26085 \end_inset
26086
26087
26088 \end_layout
26089
26090 \end_inset
26091 </cell>
26092 </row>
26093 <row>
26094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26095 \begin_inset Text
26096
26097 \begin_layout Plain Layout
26098
26099 \backslash
26100 aa
26101 \end_layout
26102
26103 \end_inset
26104 </cell>
26105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26106 \begin_inset Text
26107
26108 \begin_layout Plain Layout
26109 \begin_inset Formula $\textrm{\aa }$
26110 \end_inset
26111
26112
26113 \end_layout
26114
26115 \end_inset
26116 </cell>
26117 </row>
26118 <row>
26119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26120 \begin_inset Text
26121
26122 \begin_layout Plain Layout
26123
26124 \backslash
26125 AA
26126 \begin_inset Index
26127 status collapsed
26128
26129 \begin_layout Plain Layout
26130 \begin_inset ERT
26131 status collapsed
26132
26133 \begin_layout Plain Layout
26134
26135
26136 \backslash
26137
26138 \begin_inset ERT
26139 status collapsed
26140
26141 \begin_layout Plain Layout
26142
26143 {
26144 \end_layout
26145
26146 \end_inset
26147
26148
26149 \begin_inset ERT
26150 status collapsed
26151
26152 \begin_layout Plain Layout
26153
26154 }
26155 \end_layout
26156
26157 \end_inset
26158
26159
26160 \end_layout
26161
26162 \end_inset
26163
26164 @
26165 \begin_inset ERT
26166 status collapsed
26167
26168 \begin_layout Plain Layout
26169
26170
26171 \backslash
26172
26173 \begin_inset ERT
26174 status collapsed
26175
26176 \begin_layout Plain Layout
26177
26178 {
26179 \end_layout
26180
26181 \end_inset
26182
26183
26184 \begin_inset ERT
26185 status collapsed
26186
26187 \begin_layout Plain Layout
26188
26189 }
26190 \end_layout
26191
26192 \end_inset
26193
26194
26195 \end_layout
26196
26197 \end_inset
26198
26199 textrm
26200 \begin_inset ERT
26201 status collapsed
26202
26203 \begin_layout Plain Layout
26204
26205 {
26206 \end_layout
26207
26208 \end_inset
26209
26210
26211 \begin_inset ERT
26212 status collapsed
26213
26214 \begin_layout Plain Layout
26215
26216
26217 \backslash
26218
26219 \begin_inset ERT
26220 status collapsed
26221
26222 \begin_layout Plain Layout
26223
26224 {
26225 \end_layout
26226
26227 \end_inset
26228
26229
26230 \begin_inset ERT
26231 status collapsed
26232
26233 \begin_layout Plain Layout
26234
26235 }
26236 \end_layout
26237
26238 \end_inset
26239
26240
26241 \end_layout
26242
26243 \end_inset
26244
26245 AA
26246 \begin_inset ERT
26247 status collapsed
26248
26249 \begin_layout Plain Layout
26250
26251 }
26252 \end_layout
26253
26254 \end_inset
26255
26256
26257 \end_layout
26258
26259 \end_inset
26260
26261
26262 \end_layout
26263
26264 \end_inset
26265 </cell>
26266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26267 \begin_inset Text
26268
26269 \begin_layout Plain Layout
26270 \begin_inset Formula $\textrm{\AA}$
26271 \end_inset
26272
26273
26274 \end_layout
26275
26276 \end_inset
26277 </cell>
26278 </row>
26279 <row>
26280 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26281 \begin_inset Text
26282
26283 \begin_layout Plain Layout
26284
26285 \backslash
26286 i
26287 \end_layout
26288
26289 \end_inset
26290 </cell>
26291 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26292 \begin_inset Text
26293
26294 \begin_layout Plain Layout
26295 \begin_inset Formula $\textrm{\i }$
26296 \end_inset
26297
26298
26299 \end_layout
26300
26301 \end_inset
26302 </cell>
26303 </row>
26304 </lyxtabular>
26305
26306 \end_inset
26307
26308
26309 \begin_inset Space \hfill{}
26310 \end_inset
26311
26312
26313 \begin_inset Tabular
26314 <lyxtabular version="3" rows="8" columns="2">
26315 <features>
26316 <column alignment="block" valignment="top" width="0">
26317 <column alignment="center" valignment="top" width="0">
26318 <row>
26319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26320 \begin_inset Text
26321
26322 \begin_layout Plain Layout
26323 Comando
26324 \begin_inset Note Note
26325 status collapsed
26326
26327 \begin_layout Plain Layout
26328
26329 \series bold
26330
26331 \backslash
26332 raisebox
26333 \series default
26334  se usa sólo como espaciador
26335 \end_layout
26336
26337 \end_inset
26338
26339
26340 \end_layout
26341
26342 \end_inset
26343 </cell>
26344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26345 \begin_inset Text
26346
26347 \begin_layout Plain Layout
26348 Resultado
26349 \end_layout
26350
26351 \end_inset
26352 </cell>
26353 </row>
26354 <row>
26355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26356 \begin_inset Text
26357
26358 \begin_layout Plain Layout
26359
26360 \backslash
26361 o
26362 \end_layout
26363
26364 \end_inset
26365 </cell>
26366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26367 \begin_inset Text
26368
26369 \begin_layout Plain Layout
26370 \begin_inset Formula $\textrm{\o }$
26371 \end_inset
26372
26373
26374 \end_layout
26375
26376 \end_inset
26377 </cell>
26378 </row>
26379 <row>
26380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26381 \begin_inset Text
26382
26383 \begin_layout Plain Layout
26384
26385 \backslash
26386 O
26387 \end_layout
26388
26389 \end_inset
26390 </cell>
26391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26392 \begin_inset Text
26393
26394 \begin_layout Plain Layout
26395 \begin_inset Formula $\textrm{\O}$
26396 \end_inset
26397
26398
26399 \end_layout
26400
26401 \end_inset
26402 </cell>
26403 </row>
26404 <row>
26405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26406 \begin_inset Text
26407
26408 \begin_layout Plain Layout
26409
26410 \backslash
26411 l
26412 \end_layout
26413
26414 \end_inset
26415 </cell>
26416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26417 \begin_inset Text
26418
26419 \begin_layout Plain Layout
26420 \begin_inset Formula $\textrm{\l }$
26421 \end_inset
26422
26423
26424 \end_layout
26425
26426 \end_inset
26427 </cell>
26428 </row>
26429 <row>
26430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26431 \begin_inset Text
26432
26433 \begin_layout Plain Layout
26434
26435 \backslash
26436 L
26437 \end_layout
26438
26439 \end_inset
26440 </cell>
26441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26442 \begin_inset Text
26443
26444 \begin_layout Plain Layout
26445 \begin_inset Formula $\textrm{\L }$
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" bottomline="true" leftline="true" usebox="none">
26456 \begin_inset Text
26457
26458 \begin_layout Plain Layout
26459 !
26460 \begin_inset ERT
26461 status collapsed
26462
26463 \begin_layout Plain Layout
26464
26465
26466 \backslash
26467 hspace{0mm}
26468 \end_layout
26469
26470 \end_inset
26471
26472 `
26473 \begin_inset ERT
26474 status collapsed
26475
26476 \begin_layout Plain Layout
26477
26478
26479 \backslash
26480 spce 
26481 \end_layout
26482
26483 \end_inset
26484
26485
26486 \end_layout
26487
26488 \end_inset
26489 </cell>
26490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26491 \begin_inset Text
26492
26493 \begin_layout Plain Layout
26494 \begin_inset Formula $\textrm{!`}$
26495 \end_inset
26496
26497
26498 \end_layout
26499
26500 \end_inset
26501 </cell>
26502 </row>
26503 <row>
26504 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26505 \begin_inset Text
26506
26507 \begin_layout Plain Layout
26508 ?
26509 \begin_inset ERT
26510 status collapsed
26511
26512 \begin_layout Plain Layout
26513
26514
26515 \backslash
26516 hspace{0mm}
26517 \end_layout
26518
26519 \end_inset
26520
26521 `
26522 \begin_inset ERT
26523 status collapsed
26524
26525 \begin_layout Plain Layout
26526
26527
26528 \backslash
26529 spce 
26530 \end_layout
26531
26532 \end_inset
26533
26534
26535 \end_layout
26536
26537 \end_inset
26538 </cell>
26539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26540 \begin_inset Text
26541
26542 \begin_layout Plain Layout
26543 \begin_inset Formula $\textrm{?`}$
26544 \end_inset
26545
26546
26547 \end_layout
26548
26549 \end_inset
26550 </cell>
26551 </row>
26552 <row>
26553 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26554 \begin_inset Text
26555
26556 \begin_layout Plain Layout
26557
26558 \backslash
26559 j
26560 \end_layout
26561
26562 \end_inset
26563 </cell>
26564 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26565 \begin_inset Text
26566
26567 \begin_layout Plain Layout
26568 \begin_inset Formula $\textrm{\j }$
26569 \end_inset
26570
26571
26572 \end_layout
26573
26574 \end_inset
26575 </cell>
26576 </row>
26577 </lyxtabular>
26578
26579 \end_inset
26580
26581
26582 \begin_inset Space \hfill{}
26583 \end_inset
26584
26585
26586 \end_layout
26587
26588 \begin_layout Standard
26589 Los caracteres 
26590 \begin_inset Formula $\textrm{\textrm{Å}}$
26591 \end_inset
26592
26593  y 
26594 \begin_inset Formula $\textrm{\textrm{Ø}}$
26595 \end_inset
26596
26597  también se pueden insertar mediante el botón 
26598 \begin_inset Graphics
26599         filename ../../images/math/digamma.png
26600         embed ""
26601         scale 85
26602
26603 \end_inset
26604
26605  de la barra de ecuaciones.
26606 \end_layout
26607
26608 \begin_layout Standard
26609 Los comandos 
26610 \series bold
26611 !
26612 \begin_inset ERT
26613 status collapsed
26614
26615 \begin_layout Plain Layout
26616
26617
26618 \backslash
26619 hspace{0mm}
26620 \end_layout
26621
26622 \end_inset
26623
26624 `
26625 \series default
26626  y 
26627 \series bold
26628 ?
26629 \begin_inset ERT
26630 status collapsed
26631
26632 \begin_layout Plain Layout
26633
26634
26635 \backslash
26636 hspace{0mm}
26637 \end_layout
26638
26639 \end_inset
26640
26641 `
26642 \series default
26643  son una excepción porque se pueden insertar directamente a texto en LyX.
26644  
26645 \end_layout
26646
26647 \begin_layout Subsection
26648 Acentos en texto
26649 \begin_inset CommandInset label
26650 LatexCommand label
26651 name "sub:Acentos-en-texto"
26652
26653 \end_inset
26654
26655
26656 \begin_inset Index
26657 status collapsed
26658
26659 \begin_layout Plain Layout
26660 Acentos ! en texto
26661 \end_layout
26662
26663 \end_inset
26664
26665
26666 \end_layout
26667
26668 \begin_layout Standard
26669 Con los siguientes comandos se pueden acentuar todas las letras.
26670  Los comandos deben ponerse en modo TeX.
26671 \end_layout
26672
26673 \begin_layout Standard
26674 \begin_inset Space \hfill{}
26675 \end_inset
26676
26677
26678 \begin_inset Tabular
26679 <lyxtabular version="3" rows="8" columns="2">
26680 <features>
26681 <column alignment="block" valignment="top" width="0">
26682 <column alignment="block" valignment="top" width="0">
26683 <row>
26684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26685 \begin_inset Text
26686
26687 \begin_layout Plain Layout
26688 Comando
26689 \end_layout
26690
26691 \end_inset
26692 </cell>
26693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26694 \begin_inset Text
26695
26696 \begin_layout Plain Layout
26697 Resultado
26698 \end_layout
26699
26700 \end_inset
26701 </cell>
26702 </row>
26703 <row>
26704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26705 \begin_inset Text
26706
26707 \begin_layout Plain Layout
26708
26709 \backslash
26710
26711 \begin_inset Quotes grd
26712 \end_inset
26713
26714 e
26715 \end_layout
26716
26717 \end_inset
26718 </cell>
26719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26720 \begin_inset Text
26721
26722 \begin_layout Plain Layout
26723 \begin_inset ERT
26724 status collapsed
26725
26726 \begin_layout Plain Layout
26727
26728
26729 \backslash
26730 "e
26731 \end_layout
26732
26733 \end_inset
26734
26735
26736 \end_layout
26737
26738 \end_inset
26739 </cell>
26740 </row>
26741 <row>
26742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26743 \begin_inset Text
26744
26745 \begin_layout Plain Layout
26746
26747 \backslash
26748 `e
26749 \end_layout
26750
26751 \end_inset
26752 </cell>
26753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26754 \begin_inset Text
26755
26756 \begin_layout Plain Layout
26757 \begin_inset ERT
26758 status collapsed
26759
26760 \begin_layout Plain Layout
26761
26762
26763 \backslash
26764 `e
26765 \end_layout
26766
26767 \end_inset
26768
26769
26770 \end_layout
26771
26772 \end_inset
26773 </cell>
26774 </row>
26775 <row>
26776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26777 \begin_inset Text
26778
26779 \begin_layout Plain Layout
26780
26781 \backslash
26782 ^
26783 \begin_inset ERT
26784 status collapsed
26785
26786 \begin_layout Plain Layout
26787
26788
26789 \backslash
26790 spce 
26791 \end_layout
26792
26793 \end_inset
26794
26795 e
26796 \end_layout
26797
26798 \end_inset
26799 </cell>
26800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26801 \begin_inset Text
26802
26803 \begin_layout Plain Layout
26804 \begin_inset ERT
26805 status collapsed
26806
26807 \begin_layout Plain Layout
26808
26809
26810 \backslash
26811 ^e
26812 \end_layout
26813
26814 \end_inset
26815
26816
26817 \end_layout
26818
26819 \end_inset
26820 </cell>
26821 </row>
26822 <row>
26823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26824 \begin_inset Text
26825
26826 \begin_layout Plain Layout
26827
26828 \backslash
26829 =e
26830 \end_layout
26831
26832 \end_inset
26833 </cell>
26834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26835 \begin_inset Text
26836
26837 \begin_layout Plain Layout
26838 \begin_inset ERT
26839 status collapsed
26840
26841 \begin_layout Plain Layout
26842
26843
26844 \backslash
26845 =e
26846 \end_layout
26847
26848 \end_inset
26849
26850
26851 \end_layout
26852
26853 \end_inset
26854 </cell>
26855 </row>
26856 <row>
26857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26858 \begin_inset Text
26859
26860 \begin_layout Plain Layout
26861
26862 \backslash
26863 u
26864 \begin_inset ERT
26865 status collapsed
26866
26867 \begin_layout Plain Layout
26868
26869
26870 \backslash
26871 spce 
26872 \end_layout
26873
26874 \end_inset
26875
26876 e
26877 \end_layout
26878
26879 \end_inset
26880 </cell>
26881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26882 \begin_inset Text
26883
26884 \begin_layout Plain Layout
26885 \begin_inset ERT
26886 status collapsed
26887
26888 \begin_layout Plain Layout
26889
26890
26891 \backslash
26892 u e
26893 \end_layout
26894
26895 \end_inset
26896
26897
26898 \end_layout
26899
26900 \end_inset
26901 </cell>
26902 </row>
26903 <row>
26904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26905 \begin_inset Text
26906
26907 \begin_layout Plain Layout
26908
26909 \backslash
26910 b
26911 \begin_inset ERT
26912 status collapsed
26913
26914 \begin_layout Plain Layout
26915
26916
26917 \backslash
26918 spce 
26919 \end_layout
26920
26921 \end_inset
26922
26923 e
26924 \end_layout
26925
26926 \end_inset
26927 </cell>
26928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26929 \begin_inset Text
26930
26931 \begin_layout Plain Layout
26932 \begin_inset ERT
26933 status collapsed
26934
26935 \begin_layout Plain Layout
26936
26937
26938 \backslash
26939 b e
26940 \end_layout
26941
26942 \end_inset
26943
26944
26945 \end_layout
26946
26947 \end_inset
26948 </cell>
26949 </row>
26950 <row>
26951 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26952 \begin_inset Text
26953
26954 \begin_layout Plain Layout
26955
26956 \backslash
26957 t
26958 \begin_inset ERT
26959 status collapsed
26960
26961 \begin_layout Plain Layout
26962
26963
26964 \backslash
26965 spce 
26966 \end_layout
26967
26968 \end_inset
26969
26970 ee
26971 \end_layout
26972
26973 \end_inset
26974 </cell>
26975 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26976 \begin_inset Text
26977
26978 \begin_layout Plain Layout
26979 \begin_inset ERT
26980 status collapsed
26981
26982 \begin_layout Plain Layout
26983
26984
26985 \backslash
26986 t ee
26987 \end_layout
26988
26989 \end_inset
26990
26991
26992 \end_layout
26993
26994 \end_inset
26995 </cell>
26996 </row>
26997 </lyxtabular>
26998
26999 \end_inset
27000
27001
27002 \begin_inset Space \hfill{}
27003 \end_inset
27004
27005
27006 \begin_inset Tabular
27007 <lyxtabular version="3" rows="8" columns="2">
27008 <features>
27009 <column alignment="block" valignment="top" width="0">
27010 <column alignment="center" valignment="top" width="0">
27011 <row>
27012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27013 \begin_inset Text
27014
27015 \begin_layout Plain Layout
27016 Comando
27017 \end_layout
27018
27019 \end_inset
27020 </cell>
27021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27022 \begin_inset Text
27023
27024 \begin_layout Plain Layout
27025 Resultado
27026 \end_layout
27027
27028 \end_inset
27029 </cell>
27030 </row>
27031 <row>
27032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27033 \begin_inset Text
27034
27035 \begin_layout Plain Layout
27036
27037 \backslash
27038 H
27039 \begin_inset ERT
27040 status collapsed
27041
27042 \begin_layout Plain Layout
27043
27044
27045 \backslash
27046 spce 
27047 \end_layout
27048
27049 \end_inset
27050
27051 e
27052 \end_layout
27053
27054 \end_inset
27055 </cell>
27056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27057 \begin_inset Text
27058
27059 \begin_layout Plain Layout
27060 \begin_inset ERT
27061 status collapsed
27062
27063 \begin_layout Plain Layout
27064
27065
27066 \backslash
27067 H e
27068 \end_layout
27069
27070 \end_inset
27071
27072
27073 \end_layout
27074
27075 \end_inset
27076 </cell>
27077 </row>
27078 <row>
27079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27080 \begin_inset Text
27081
27082 \begin_layout Plain Layout
27083
27084 \backslash
27085 'e
27086 \end_layout
27087
27088 \end_inset
27089 </cell>
27090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27091 \begin_inset Text
27092
27093 \begin_layout Plain Layout
27094 \begin_inset ERT
27095 status collapsed
27096
27097 \begin_layout Plain Layout
27098
27099
27100 \backslash
27101 'e
27102 \end_layout
27103
27104 \end_inset
27105
27106
27107 \end_layout
27108
27109 \end_inset
27110 </cell>
27111 </row>
27112 <row>
27113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27114 \begin_inset Text
27115
27116 \begin_layout Plain Layout
27117
27118 \backslash
27119 ~e
27120 \begin_inset Index
27121 status collapsed
27122
27123 \begin_layout Plain Layout
27124 Tilde
27125 \end_layout
27126
27127 \end_inset
27128
27129
27130 \end_layout
27131
27132 \end_inset
27133 </cell>
27134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27135 \begin_inset Text
27136
27137 \begin_layout Plain Layout
27138 \begin_inset ERT
27139 status collapsed
27140
27141 \begin_layout Plain Layout
27142
27143
27144 \backslash
27145 ~e
27146 \end_layout
27147
27148 \end_inset
27149
27150
27151 \end_layout
27152
27153 \end_inset
27154 </cell>
27155 </row>
27156 <row>
27157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27158 \begin_inset Text
27159
27160 \begin_layout Plain Layout
27161
27162 \backslash
27163 .e
27164 \end_layout
27165
27166 \end_inset
27167 </cell>
27168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27169 \begin_inset Text
27170
27171 \begin_layout Plain Layout
27172 \begin_inset ERT
27173 status collapsed
27174
27175 \begin_layout Plain Layout
27176
27177
27178 \backslash
27179 .e
27180 \end_layout
27181
27182 \end_inset
27183
27184
27185 \end_layout
27186
27187 \end_inset
27188 </cell>
27189 </row>
27190 <row>
27191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27192 \begin_inset Text
27193
27194 \begin_layout Plain Layout
27195
27196 \backslash
27197 v
27198 \begin_inset ERT
27199 status collapsed
27200
27201 \begin_layout Plain Layout
27202
27203
27204 \backslash
27205 spce 
27206 \end_layout
27207
27208 \end_inset
27209
27210 e
27211 \end_layout
27212
27213 \end_inset
27214 </cell>
27215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27216 \begin_inset Text
27217
27218 \begin_layout Plain Layout
27219 \begin_inset ERT
27220 status collapsed
27221
27222 \begin_layout Plain Layout
27223
27224
27225 \backslash
27226 v e
27227 \end_layout
27228
27229 \end_inset
27230
27231
27232 \end_layout
27233
27234 \end_inset
27235 </cell>
27236 </row>
27237 <row>
27238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27239 \begin_inset Text
27240
27241 \begin_layout Plain Layout
27242
27243 \backslash
27244 d
27245 \begin_inset ERT
27246 status collapsed
27247
27248 \begin_layout Plain Layout
27249
27250
27251 \backslash
27252 spce 
27253 \end_layout
27254
27255 \end_inset
27256
27257 e
27258 \end_layout
27259
27260 \end_inset
27261 </cell>
27262 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27263 \begin_inset Text
27264
27265 \begin_layout Plain Layout
27266 \begin_inset ERT
27267 status collapsed
27268
27269 \begin_layout Plain Layout
27270
27271
27272 \backslash
27273 d e
27274 \end_layout
27275
27276 \end_inset
27277
27278
27279 \end_layout
27280
27281 \end_inset
27282 </cell>
27283 </row>
27284 <row>
27285 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27286 \begin_inset Text
27287
27288 \begin_layout Plain Layout
27289
27290 \backslash
27291 c
27292 \begin_inset ERT
27293 status collapsed
27294
27295 \begin_layout Plain Layout
27296
27297
27298 \backslash
27299 spce 
27300 \end_layout
27301
27302 \end_inset
27303
27304 e
27305 \end_layout
27306
27307 \end_inset
27308 </cell>
27309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27310 \begin_inset Text
27311
27312 \begin_layout Plain Layout
27313 \begin_inset ERT
27314 status collapsed
27315
27316 \begin_layout Plain Layout
27317
27318
27319 \backslash
27320 c e
27321 \end_layout
27322
27323 \end_inset
27324
27325
27326 \end_layout
27327
27328 \end_inset
27329 </cell>
27330 </row>
27331 </lyxtabular>
27332
27333 \end_inset
27334
27335
27336 \begin_inset Space \hfill{}
27337 \end_inset
27338
27339
27340 \end_layout
27341
27342 \begin_layout Standard
27343 \begin_inset VSpace medskip
27344 \end_inset
27345
27346
27347 \end_layout
27348
27349 \begin_layout Standard
27350 Con el comando 
27351 \series bold
27352
27353 \backslash
27354 t
27355 \series default
27356  también se pueden acentuar dos caracteres distintos.
27357  El comando 
27358 \series bold
27359
27360 \backslash
27361 t
27362 \begin_inset ERT
27363 status collapsed
27364
27365 \begin_layout Plain Layout
27366
27367
27368 \backslash
27369 spce 
27370 \end_layout
27371
27372 \end_inset
27373
27374 sz
27375 \series default
27376  genera 
27377 \begin_inset ERT
27378 status collapsed
27379
27380 \begin_layout Plain Layout
27381
27382
27383 \backslash
27384 t sz
27385 \end_layout
27386
27387 \end_inset
27388
27389
27390 \end_layout
27391
27392 \begin_layout Standard
27393 Los acentos 
27394 \series bold
27395 `
27396 \series default
27397  , 
27398 \series bold
27399 '
27400 \series default
27401  y 
27402 \series bold
27403 ^
27404 \series default
27405  se pueden insertar directamente con el teclado sobre vocales sin usar modo
27406  TeX.
27407  Lo mismo se aplica a la tilde
27408 \begin_inset Foot
27409 status collapsed
27410
27411 \begin_layout Plain Layout
27412 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
27413 \end_layout
27414
27415 \end_inset
27416
27417  con 
27418 \emph on
27419 a
27420 \emph default
27421
27422 \emph on
27423 o
27424 \emph default
27425  y 
27426 \emph on
27427 n.
27428 \end_layout
27429
27430 \begin_layout Standard
27431 Los comandos 
27432 \series bold
27433
27434 \backslash
27435 b
27436 \series default
27437  , 
27438 \series bold
27439
27440 \backslash
27441 c
27442 \series default
27443  , 
27444 \series bold
27445
27446 \backslash
27447 d
27448 \series default
27449  , 
27450 \series bold
27451
27452 \backslash
27453 H
27454 \series default
27455  , 
27456 \series bold
27457
27458 \backslash
27459 t
27460 \series default
27461  , 
27462 \series bold
27463
27464 \backslash
27465 u
27466 \series default
27467  , 
27468 \series bold
27469
27470 \backslash
27471 v
27472 \series default
27473 , y acentos insertados directamente con el teclado también están disponibles
27474  en texto matemático.
27475  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
27476  
27477 \begin_inset CommandInset ref
27478 LatexCommand ref
27479 reference "sub:Acentos-para-un"
27480
27481 \end_inset
27482
27483 .
27484 \end_layout
27485
27486 \begin_layout Standard
27487 \begin_inset VSpace bigskip
27488 \end_inset
27489
27490
27491 \end_layout
27492
27493 \begin_layout Standard
27494 Además, con el comando 
27495 \series bold
27496
27497 \backslash
27498 textcircled
27499 \series default
27500
27501 \begin_inset Index
27502 status collapsed
27503
27504 \begin_layout Plain Layout
27505 Comandos ! T ! 
27506 \backslash
27507 textcircled
27508 \end_layout
27509
27510 \end_inset
27511
27512  se pueden insertar en un círculo todos los números y letras, de forma parecida
27513  al símbolo copyright.
27514 \end_layout
27515
27516 \begin_layout Standard
27517 \noindent
27518 \align center
27519 \begin_inset Tabular
27520 <lyxtabular version="3" rows="3" columns="2">
27521 <features>
27522 <column alignment="center" valignment="top" width="0">
27523 <column alignment="center" valignment="top" width="0">
27524 <row>
27525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27526 \begin_inset Text
27527
27528 \begin_layout Plain Layout
27529 Comando
27530 \end_layout
27531
27532 \end_inset
27533 </cell>
27534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27535 \begin_inset Text
27536
27537 \begin_layout Plain Layout
27538 Resultado
27539 \begin_inset Note Note
27540 status collapsed
27541
27542 \begin_layout Plain Layout
27543
27544 \series bold
27545
27546 \backslash
27547 raisebox
27548 \series default
27549  se usa sólo como espaciador
27550 \end_layout
27551
27552 \end_inset
27553
27554
27555 \end_layout
27556
27557 \end_inset
27558 </cell>
27559 </row>
27560 <row>
27561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27562 \begin_inset Text
27563
27564 \begin_layout Plain Layout
27565
27566 \backslash
27567 textcircled{w}
27568 \end_layout
27569
27570 \end_inset
27571 </cell>
27572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27573 \begin_inset Text
27574
27575 \begin_layout Plain Layout
27576 \begin_inset ERT
27577 status collapsed
27578
27579 \begin_layout Plain Layout
27580
27581
27582 \backslash
27583 textcircled{w}
27584 \end_layout
27585
27586 \end_inset
27587
27588
27589 \end_layout
27590
27591 \end_inset
27592 </cell>
27593 </row>
27594 <row>
27595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27596 \begin_inset Text
27597
27598 \begin_layout Plain Layout
27599
27600 \backslash
27601 Large 
27602 \backslash
27603 textcircled{
27604 \backslash
27605 normalsize
27606 \backslash
27607 protect
27608 \backslash
27609 raisebox{-1.5pt}{W}}
27610 \end_layout
27611
27612 \end_inset
27613 </cell>
27614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27615 \begin_inset Text
27616
27617 \begin_layout Plain Layout
27618 \begin_inset Formula $\raisebox {4.5mm}{}$
27619 \end_inset
27620
27621
27622 \begin_inset ERT
27623 status collapsed
27624
27625 \begin_layout Plain Layout
27626
27627
27628 \backslash
27629 Large 
27630 \backslash
27631 textcircled{
27632 \backslash
27633 normalsize
27634 \backslash
27635 protect
27636 \backslash
27637 raisebox{-1.5pt}W}
27638 \end_layout
27639
27640 \end_inset
27641
27642
27643 \begin_inset Formula $\raisebox {-2mm}{}$
27644 \end_inset
27645
27646
27647 \end_layout
27648
27649 \end_inset
27650 </cell>
27651 </row>
27652 </lyxtabular>
27653
27654 \end_inset
27655
27656
27657 \end_layout
27658
27659 \begin_layout Standard
27660 Hay que tener cuidado que el carácter se ajuste al círculo.
27661  Por eso 
27662 \series bold
27663
27664 \backslash
27665 Large
27666 \begin_inset Foot
27667 status collapsed
27668
27669 \begin_layout Plain Layout
27670 véase 
27671 \begin_inset CommandInset ref
27672 LatexCommand ref
27673 reference "sub:Tamaños-de-fuentes"
27674
27675 \end_inset
27676
27677
27678 \end_layout
27679
27680 \end_inset
27681
27682
27683 \series default
27684  especifica el tamaño del círculo.
27685  Con ayuda de 
27686 \series bold
27687
27688 \backslash
27689 raisebox
27690 \begin_inset Foot
27691 status collapsed
27692
27693 \begin_layout Plain Layout
27694 véase 
27695 \begin_inset CommandInset ref
27696 LatexCommand ref
27697 reference "sub:Cuadros-sin-marco"
27698
27699 \end_inset
27700
27701
27702 \end_layout
27703
27704 \end_inset
27705
27706
27707 \series default
27708  se puede centrar el carácter.
27709 \end_layout
27710
27711 \begin_layout Subsection
27712 Números minúsculos
27713 \begin_inset Index
27714 status collapsed
27715
27716 \begin_layout Plain Layout
27717 Números ! minúsculos
27718 \end_layout
27719
27720 \end_inset
27721
27722
27723 \end_layout
27724
27725 \begin_layout Standard
27726 Los números minúsculos se componen con el comando 
27727 \series bold
27728
27729 \backslash
27730 oldstylenums
27731 \series default
27732
27733 \begin_inset Index
27734 status collapsed
27735
27736 \begin_layout Plain Layout
27737 Comandos ! O ! 
27738 \backslash
27739 oldstylenums
27740 \end_layout
27741
27742 \end_inset
27743
27744 .
27745  El comando se puede usar en ecuaciones y en modo TeX.
27746  Su esquema es:
27747 \end_layout
27748
27749 \begin_layout Standard
27750
27751 \series bold
27752
27753 \backslash
27754 oldstylenums{número}
27755 \end_layout
27756
27757 \begin_layout Standard
27758 El comando 
27759 \series bold
27760
27761 \backslash
27762 oldstylenums{0123456789}
27763 \series default
27764  genera: 
27765 \begin_inset Formula $\oldstylenums {0123456789}$
27766 \end_inset
27767
27768
27769 \end_layout
27770
27771 \begin_layout Subsection
27772 Caracteres especiales misceláneos
27773 \begin_inset CommandInset label
27774 LatexCommand label
27775 name "sub:Caracteres-especiales-misceláneos"
27776
27777 \end_inset
27778
27779
27780 \begin_inset Index
27781 status collapsed
27782
27783 \begin_layout Plain Layout
27784 Caracteres especiales ! misceláneos
27785 \end_layout
27786
27787 \end_inset
27788
27789
27790 \end_layout
27791
27792 \begin_layout Standard
27793 Los siguientes caracteres sólo pueden insertarse en ecuaciones mediante
27794  comandos:
27795 \end_layout
27796
27797 \begin_layout Standard
27798 \noindent
27799 \align center
27800 \begin_inset Tabular
27801 <lyxtabular version="3" rows="4" columns="2">
27802 <features>
27803 <column alignment="center" valignment="top" width="0">
27804 <column alignment="center" valignment="top" width="0">
27805 <row>
27806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27807 \begin_inset Text
27808
27809 \begin_layout Plain Layout
27810 Comando
27811 \end_layout
27812
27813 \end_inset
27814 </cell>
27815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27816 \begin_inset Text
27817
27818 \begin_layout Plain Layout
27819 Resultado
27820 \end_layout
27821
27822 \end_inset
27823 </cell>
27824 </row>
27825 <row>
27826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27827 \begin_inset Text
27828
27829 \begin_layout Plain Layout
27830
27831 \backslash
27832 ^
27833 \begin_inset ERT
27834 status collapsed
27835
27836 \begin_layout Plain Layout
27837
27838
27839 \backslash
27840 spce 
27841 \end_layout
27842
27843 \end_inset
27844
27845
27846 \end_layout
27847
27848 \end_inset
27849 </cell>
27850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27851 \begin_inset Text
27852
27853 \begin_layout Plain Layout
27854 \begin_inset Formula $\mathcircumflex$
27855 \end_inset
27856
27857
27858 \end_layout
27859
27860 \end_inset
27861 </cell>
27862 </row>
27863 <row>
27864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27865 \begin_inset Text
27866
27867 \begin_layout Plain Layout
27868
27869 \backslash
27870 _
27871 \begin_inset Formula $ $
27872 \end_inset
27873
27874
27875 \end_layout
27876
27877 \end_inset
27878 </cell>
27879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27880 \begin_inset Text
27881
27882 \begin_layout Plain Layout
27883 \begin_inset Formula $\_{} {}{}$
27884 \end_inset
27885
27886
27887 \end_layout
27888
27889 \end_inset
27890 </cell>
27891 </row>
27892 <row>
27893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27894 \begin_inset Text
27895
27896 \begin_layout Plain Layout
27897 ^
27898 \begin_inset ERT
27899 status collapsed
27900
27901 \begin_layout Plain Layout
27902
27903
27904 \backslash
27905 spce 
27906 \end_layout
27907
27908 \end_inset
27909
27910
27911 \backslash
27912 circ
27913 \begin_inset Index
27914 status collapsed
27915
27916 \begin_layout Plain Layout
27917 °
27918 \end_layout
27919
27920 \end_inset
27921
27922
27923 \end_layout
27924
27925 \end_inset
27926 </cell>
27927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27928 \begin_inset Text
27929
27930 \begin_layout Plain Layout
27931 \begin_inset Formula $^{\circ}$
27932 \end_inset
27933
27934
27935 \end_layout
27936
27937 \end_inset
27938 </cell>
27939 </row>
27940 </lyxtabular>
27941
27942 \end_inset
27943
27944
27945 \end_layout
27946
27947 \begin_layout Standard
27948 El símbolo grado ° puede no obstante insertarse directamente si el preámbulo
27949  LaTeX contiene la línea:
27950 \begin_inset Foot
27951 status collapsed
27952
27953 \begin_layout Plain Layout
27954 Más sobre este asunto en 
27955 \begin_inset CommandInset ref
27956 LatexCommand ref
27957 reference "sub:Caracteres-de-texto"
27958
27959 \end_inset
27960
27961
27962 \end_layout
27963
27964 \end_inset
27965
27966  
27967 \end_layout
27968
27969 \begin_layout Standard
27970
27971 \series bold
27972
27973 \backslash
27974 DeclareInputtext{176}{
27975 \backslash
27976 ifmmode^
27977 \backslash
27978 circ
27979 \backslash
27980 else
27981 \backslash
27982 textdegree
27983 \backslash
27984 f\SpecialChar \textcompwordmark{}
27985 i}
27986 \end_layout
27987
27988 \begin_layout Standard
27989 \begin_inset VSpace bigskip
27990 \end_inset
27991
27992
27993 \end_layout
27994
27995 \begin_layout Standard
27996 La tilde
27997 \begin_inset Index
27998 status collapsed
27999
28000 \begin_layout Plain Layout
28001 Tilde
28002 \end_layout
28003
28004 \end_inset
28005
28006  está diseñada como acento, así que sola se ve un poco fuera de sitio: ~
28007 \begin_inset Newline newline
28008 \end_inset
28009
28010 Pero a veces hace falta una tilde para direcciones web.
28011  En ese caso, en una ecuación se usa el signo de relación 
28012 \series bold
28013
28014 \backslash
28015 sim
28016 \series default
28017 .
28018 \begin_inset Foot
28019 status collapsed
28020
28021 \begin_layout Plain Layout
28022 véase 
28023 \begin_inset CommandInset ref
28024 LatexCommand ref
28025 reference "sec:Relaciones"
28026
28027 \end_inset
28028
28029
28030 \end_layout
28031
28032 \end_inset
28033
28034  Como en un cuadro URL (menú 
28035 \family sans
28036 Insertar\SpecialChar \menuseparator
28037 URL
28038 \family default
28039 ) no se puede escribir una ecuación, se inserta la URL como texto normal
28040  en estilo '
28041 \family typewriter
28042 typewriter
28043 \family default
28044 '.
28045  Si la URL ha de ser un hiperenlace en la salida DVI o PDF, se usa el comando
28046  
28047 \series bold
28048
28049 \backslash
28050 href
28051 \series default
28052
28053 \begin_inset Index
28054 status collapsed
28055
28056 \begin_layout Plain Layout
28057 Comandos ! H ! 
28058 \backslash
28059 href
28060 \end_layout
28061
28062 \end_inset
28063
28064 .
28065 \begin_inset Foot
28066 status collapsed
28067
28068 \begin_layout Plain Layout
28069
28070 \series bold
28071
28072 \backslash
28073 href
28074 \series default
28075  sólo puede usarse junto con el paquete LaTeX 
28076 \begin_inset Index
28077 status collapsed
28078
28079 \begin_layout Plain Layout
28080 Paquetes ! hyperref
28081 \end_layout
28082
28083 \end_inset
28084
28085 .
28086  Más sobre 
28087 \series bold
28088
28089 \backslash
28090 href
28091 \series default
28092  en la sección 
28093 \emph on
28094 URL
28095 \emph default
28096  del manual 
28097 \emph on
28098 Objetos incrustados
28099 \emph default
28100 .
28101 \end_layout
28102
28103 \end_inset
28104
28105
28106 \end_layout
28107
28108 \begin_layout Standard
28109 Ejemplo de una URL con una tilde:
28110 \end_layout
28111
28112 \begin_layout Standard
28113 como texto: 
28114 \family typewriter
28115 http://www.lyx.org/
28116 \begin_inset Formula $\sim$
28117 \end_inset
28118
28119 mustermann
28120 \end_layout
28121
28122 \begin_layout Standard
28123 con 
28124 \series bold
28125
28126 \backslash
28127 href
28128 \series default
28129
28130 \begin_inset ERT
28131 status collapsed
28132
28133 \begin_layout Plain Layout
28134
28135
28136 \backslash
28137 href{http://www.lyx.org/~mustermann}{
28138 \end_layout
28139
28140 \end_inset
28141
28142 http://www.lyx.org/
28143 \begin_inset Formula $\sim$
28144 \end_inset
28145
28146 mustermann
28147 \begin_inset ERT
28148 status collapsed
28149
28150 \begin_layout Plain Layout
28151
28152 }
28153 \end_layout
28154
28155 \end_inset
28156
28157
28158 \end_layout
28159
28160 \begin_layout Section
28161 Estilos de ecuación
28162 \begin_inset CommandInset label
28163 LatexCommand label
28164 name "sec:Estilos-de-ecuación"
28165
28166 \end_inset
28167
28168
28169 \begin_inset Index
28170 status collapsed
28171
28172 \begin_layout Plain Layout
28173 Ecuación ! estilos de
28174 \end_layout
28175
28176 \end_inset
28177
28178
28179 \end_layout
28180
28181 \begin_layout Itemize
28182 Hay dos estilos diferentes de alineación:
28183 \end_layout
28184
28185 \begin_deeper
28186 \begin_layout Description
28187 Centrado es el estándar predefinido
28188 \end_layout
28189
28190 \begin_layout Description
28191 Sangrado para este estilo debe insertarse la opción 
28192 \series bold
28193 fleqn
28194 \series default
28195  en el menú 
28196 \family sans
28197 Documento\SpecialChar \menuseparator
28198 Configuración
28199 \family default
28200  bajo 
28201 \family sans
28202 Clase de documento
28203 \end_layout
28204
28205 \begin_layout Standard
28206 Cuando se usa 
28207 \series bold
28208 Sangrado
28209 \series default
28210 , éste se puede ajustar con la longitud 
28211 \series bold
28212
28213 \backslash
28214 mathindent
28215 \series default
28216
28217 \begin_inset Index
28218 status collapsed
28219
28220 \begin_layout Plain Layout
28221 Comandos ! M ! 
28222 \backslash
28223 mathindent
28224 \end_layout
28225
28226 \end_inset
28227
28228 .
28229  Para 15
28230 \begin_inset Space \thinspace{}
28231 \end_inset
28232
28233 mm, p.
28234 \begin_inset Space \thinspace{}
28235 \end_inset
28236
28237 e., se inserta esta línea de comando en el preámbulo LaTeX:
28238 \end_layout
28239
28240 \begin_layout Standard
28241
28242 \series bold
28243
28244 \backslash
28245 setlength{
28246 \backslash
28247 mathindent}{15mm}
28248 \end_layout
28249
28250 \begin_layout Standard
28251 Si no se especifica longitud se usa el valor predeterminado de 30
28252 \begin_inset Space \thinspace{}
28253 \end_inset
28254
28255 pt.
28256 \end_layout
28257
28258 \end_deeper
28259 \begin_layout Itemize
28260 Y dos estilos diferentes de numeración:
28261 \end_layout
28262
28263 \begin_deeper
28264 \begin_layout Description
28265 Derecha es el estándar predefinido
28266 \end_layout
28267
28268 \begin_layout Description
28269 Izquierda para este estilo debe insertarse la opción 
28270 \series bold
28271 fleqn
28272 \series default
28273  en el menú 
28274 \family sans
28275 Documento\SpecialChar \menuseparator
28276 Configuración
28277 \family default
28278  bajo 
28279 \family sans
28280 Clase de documento
28281 \end_layout
28282
28283 \end_deeper
28284 \begin_layout Standard
28285
28286 \series bold
28287 fleqn
28288 \series default
28289  y 
28290 \series bold
28291 leqno
28292 \series default
28293  también se pueden usar juntos.
28294  En ese caso se insertan ambas opciones, separadas por una coma.
28295 \end_layout
28296
28297 \begin_layout Standard
28298 Los estilos escogidos se aplican a todas las ecuaciones en presentación
28299  del documento.
28300  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
28301  estilo 
28302 \series bold
28303 Centrado
28304 \series default
28305  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
28306 \begin_inset CommandInset ref
28307 LatexCommand ref
28308 reference "sub:Entorno-flalign"
28309
28310 \end_inset
28311
28312 .
28313 \end_layout
28314
28315 \begin_layout Section
28316 Ecuaciones multilínea
28317 \begin_inset CommandInset label
28318 LatexCommand label
28319 name "sec:Ecuaciones-multilínea"
28320
28321 \end_inset
28322
28323
28324 \begin_inset Index
28325 status collapsed
28326
28327 \begin_layout Plain Layout
28328 Ecuación ! multilínea
28329 \end_layout
28330
28331 \end_inset
28332
28333
28334 \end_layout
28335
28336 \begin_layout Subsection
28337 General
28338 \end_layout
28339
28340 \begin_layout Standard
28341 En LyX se generan nuevas líneas en una ecuación con 
28342 \family sans
28343 \series bold
28344 Ctrl-Intro
28345 \family default
28346 \series default
28347 .
28348  Esto crea un 
28349 \series bold
28350 entorno align
28351 \series default
28352 , que se describe en la 
28353 \begin_inset CommandInset ref
28354 LatexCommand ref
28355 reference "sub:Entorno-align-estándar"
28356
28357 \end_inset
28358
28359 .
28360 \end_layout
28361
28362 \begin_layout Standard
28363 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
28364  el menú 
28365 \family sans
28366 Insertar\SpecialChar \menuseparator
28367 Ecuación
28368 \family default
28369 .
28370  En las siguientes secciones se describen estos entornos.
28371 \end_layout
28372
28373 \begin_layout Standard
28374 En todos los entornos de ecuación multilínea la combinación 
28375 \family sans
28376 Ctrl-Intro
28377 \family default
28378  genera una línea nueva.
28379  Para añadir o quitar líneas se pueden usar los botones 
28380 \begin_inset Graphics
28381         filename ../../images/tabular-feature_append-row.png
28382         embed ""
28383         scale 85
28384
28385 \end_inset
28386
28387  o 
28388 \begin_inset Graphics
28389         filename ../../images/tabular-feature_delete-row.png
28390         embed ""
28391         scale 85
28392
28393 \end_inset
28394
28395 de la barra de herramientas, respectivamente, o el menú 
28396 \family sans
28397 Editar\SpecialChar \menuseparator
28398 Filas y columnas
28399 \family default
28400 .
28401 \end_layout
28402
28403 \begin_layout Subsubsection
28404 Separación de líneas
28405 \begin_inset CommandInset label
28406 LatexCommand label
28407 name "sub:Separación-de-líneas"
28408
28409 \end_inset
28410
28411
28412 \begin_inset Index
28413 status collapsed
28414
28415 \begin_layout Plain Layout
28416 Ecuación ! multilínea ! separación de filas
28417 \end_layout
28418
28419 \end_inset
28420
28421
28422 \end_layout
28423
28424 \begin_layout Standard
28425 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
28426 \begin_inset Formula \begin{eqnarray*}
28427 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}\\
28428 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*}
28429
28430 \end_inset
28431
28432 En LaTeX un espacio adicional para una línea se especifica como argumento
28433  opcional del comando de nueva línea.
28434  Esto aún no es posible en LYX
28435 \begin_inset Foot
28436 status collapsed
28437
28438 \begin_layout Plain Layout
28439 véase 
28440 \begin_inset ERT
28441 status collapsed
28442
28443 \begin_layout Plain Layout
28444
28445
28446 \backslash
28447 href{http://bugzilla.lyx.org/show_bug.cgi?id=1505}{
28448 \end_layout
28449
28450 \end_inset
28451
28452 LyX-bug #1505
28453 \begin_inset ERT
28454 status collapsed
28455
28456 \begin_layout Plain Layout
28457
28458 }
28459 \end_layout
28460
28461 \end_inset
28462
28463
28464 \end_layout
28465
28466 \end_inset
28467
28468 , por lo que toda la ecuación debe insertarse en modo TeX.
28469  Para añadir espacio en nuestro ejemplo se inserta el comando 
28470 \series bold
28471
28472 \backslash
28473
28474 \backslash
28475 [3mm]
28476 \series default
28477  al final de la primera línea.
28478  Así: 
28479 \begin_inset ERT
28480 status collapsed
28481
28482 \begin_layout Plain Layout
28483
28484
28485 \backslash
28486 begin{eqnarray*}
28487 \end_layout
28488
28489 \begin_layout Plain Layout
28490
28491 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28492  = & 
28493 \backslash
28494 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28495 \backslash
28496
28497 \backslash
28498 [3mm]
28499 \end_layout
28500
28501 \begin_layout Plain Layout
28502
28503 4x^{2}
28504 \backslash
28505 left(B^{2}+x_{0}^{2}
28506 \backslash
28507 right)+4x_{0}x
28508 \backslash
28509 left(D-B^{2}
28510 \backslash
28511 right)+B^{2}
28512 \backslash
28513 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28514 \backslash
28515 right) & = & 0
28516 \end_layout
28517
28518 \begin_layout Plain Layout
28519
28520
28521 \backslash
28522 end{eqnarray*}
28523 \end_layout
28524
28525 \end_inset
28526
28527
28528 \begin_inset VSpace bigskip
28529 \end_inset
28530
28531
28532 \end_layout
28533
28534 \begin_layout Standard
28535 Para obtener separación en todas las líneas hay que cambiar la longitud
28536  
28537 \series bold
28538
28539 \backslash
28540 jot
28541 \series default
28542
28543 \begin_inset Index
28544 status collapsed
28545
28546 \begin_layout Plain Layout
28547 Comandos ! J ! 
28548 \backslash
28549 jot
28550 \end_layout
28551
28552 \end_inset
28553
28554 .
28555  La definición es: 
28556 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
28557 \end_inset
28558
28559 .
28560  El valor predeterminado para 
28561 \series bold
28562
28563 \backslash
28564 jot
28565 \series default
28566  es 3
28567 \begin_inset Space \thinspace{}
28568 \end_inset
28569
28570 pt.
28571  Para establecer una separación adicional de 3
28572 \begin_inset Space \thinspace{}
28573 \end_inset
28574
28575 mm como en el ejemplo anterior, se inserta el comando
28576 \end_layout
28577
28578 \begin_layout Standard
28579
28580 \series bold
28581
28582 \backslash
28583 setlength{
28584 \backslash
28585 jot}{3mm+3pt}
28586 \end_layout
28587
28588 \begin_layout Standard
28589 en modo TeX antes de la ecuación.
28590  Es necesario cargar el paquete 
28591 \series bold
28592 calc
28593 \series default
28594
28595 \begin_inset Foot
28596 status collapsed
28597
28598 \begin_layout Plain Layout
28599
28600 \series bold
28601 calc
28602 \series default
28603  forma parte de toda instalación LaTeX estándar.
28604 \end_layout
28605
28606 \end_inset
28607
28608
28609 \begin_inset Index
28610 status collapsed
28611
28612 \begin_layout Plain Layout
28613 Paquetes ! calc
28614 \end_layout
28615
28616 \end_inset
28617
28618  en el preámbulo con la línea
28619 \end_layout
28620
28621 \begin_layout Standard
28622
28623 \series bold
28624
28625 \backslash
28626 usepackage{calc}
28627 \end_layout
28628
28629 \begin_layout Standard
28630 Se obtiene:
28631 \begin_inset ERT
28632 status open
28633
28634 \begin_layout Plain Layout
28635
28636
28637 \backslash
28638 setlength{
28639 \backslash
28640 jot}{3mm+3pt}
28641 \end_layout
28642
28643 \end_inset
28644
28645
28646 \begin_inset Formula \begin{eqnarray*}
28647 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}\\
28648 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*}
28649
28650 \end_inset
28651
28652
28653 \begin_inset ERT
28654 status collapsed
28655
28656 \begin_layout Plain Layout
28657
28658
28659 \backslash
28660 setlength{
28661 \backslash
28662 jot}{3pt}
28663 \end_layout
28664
28665 \end_inset
28666
28667  Para volver a la distancia predeterminada, 
28668 \series bold
28669
28670 \backslash
28671 jot
28672 \series default
28673  se establece en 3
28674 \begin_inset Space \thinspace{}
28675 \end_inset
28676
28677 pt.
28678 \end_layout
28679
28680 \begin_layout Subsubsection
28681 Separación de columnas
28682 \begin_inset CommandInset label
28683 LatexCommand label
28684 name "sub:Separación-de-columnas"
28685
28686 \end_inset
28687
28688
28689 \begin_inset Index
28690 status collapsed
28691
28692 \begin_layout Plain Layout
28693 Ecuación ! multilínea !separación de columnas
28694 \end_layout
28695
28696 \end_inset
28697
28698
28699 \end_layout
28700
28701 \begin_layout Standard
28702 Una ecuación multilínea forma una matriz.
28703  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
28704  columnas.
28705  Cambiando la separación de columnas en este entorno se puede cambiar el
28706  espacio junto al signo de relación.
28707 \end_layout
28708
28709 \begin_layout Standard
28710 La separación de columnas se especifica con la longitud
28711 \series bold
28712  
28713 \backslash
28714 arraycolsep
28715 \series default
28716
28717 \begin_inset Index
28718 status collapsed
28719
28720 \begin_layout Plain Layout
28721 Comandos ! A ! 
28722 \backslash
28723 arraycolsep
28724 \end_layout
28725
28726 \end_inset
28727
28728  según:
28729 \begin_inset Newline newline
28730 \end_inset
28731
28732 separación de columnas = 2
28733 \begin_inset Space \thinspace{}
28734 \end_inset
28735
28736
28737 \series bold
28738
28739 \backslash
28740 arraycolsep
28741 \series default
28742
28743 \begin_inset Newline newline
28744 \end_inset
28745
28746 Así, el comando en modo TeX
28747 \end_layout
28748
28749 \begin_layout Standard
28750
28751 \series bold
28752
28753 \backslash
28754 setlength{
28755 \backslash
28756 arraycolsep}{1cm}
28757 \end_layout
28758
28759 \begin_layout Standard
28760 establece para todas las ecuaciones siguientes una separación de columnas
28761  de 2
28762 \begin_inset Space \thinspace{}
28763 \end_inset
28764
28765 cm.
28766  Para volver al valor predefinido, 
28767 \series bold
28768
28769 \backslash
28770 arraycolsep
28771 \series default
28772  se pone en 5
28773 \begin_inset Space \thinspace{}
28774 \end_inset
28775
28776 pt.
28777 \end_layout
28778
28779 \begin_layout Standard
28780 Una ecuación con separación de 2
28781 \begin_inset Space \thinspace{}
28782 \end_inset
28783
28784 cm entre columnas:
28785 \begin_inset ERT
28786 status collapsed
28787
28788 \begin_layout Plain Layout
28789
28790
28791 \backslash
28792 setlength{
28793 \backslash
28794 arraycolsep}{1cm}
28795 \end_layout
28796
28797 \end_inset
28798
28799
28800 \begin_inset Formula \begin{eqnarray*}
28801 A & = & B\\
28802 C & \ne & A\end{eqnarray*}
28803
28804 \end_inset
28805
28806 Una ecuación con la separación predefinida para matrices, 10
28807 \begin_inset Space \thinspace{}
28808 \end_inset
28809
28810 pt:
28811 \begin_inset ERT
28812 status collapsed
28813
28814 \begin_layout Plain Layout
28815
28816
28817 \backslash
28818 setlength{
28819 \backslash
28820 arraycolsep}{5pt}
28821 \end_layout
28822
28823 \end_inset
28824
28825
28826 \begin_inset Formula \begin{eqnarray*}
28827 A & = & B\\
28828 C & \ne & A\end{eqnarray*}
28829
28830 \end_inset
28831
28832
28833 \end_layout
28834
28835 \begin_layout Subsubsection
28836 Ecuaciones largas
28837 \begin_inset Index
28838 status collapsed
28839
28840 \begin_layout Plain Layout
28841 Ecuación ! larga
28842 \end_layout
28843
28844 \end_inset
28845
28846
28847 \end_layout
28848
28849 \begin_layout Standard
28850 Se pueden componer ecuaciones largas mediante estos métodos:
28851 \end_layout
28852
28853 \begin_layout Itemize
28854 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
28855  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
28856 \begin_inset Formula \begin{eqnarray}
28857 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 \\
28858  &  & -\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}
28859
28860 \end_inset
28861
28862 El signo menos al principio de la segunda línea normalmente no aparece como
28863  operador porque es el primer carácter de la línea.
28864  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
28865  Para evitarlo se ha insertado espacio detrás del menos con el comando 
28866 \series bold
28867
28868 \backslash
28869 hspace{3pt}
28870 \series default
28871
28872 \begin_inset Index
28873 status collapsed
28874
28875 \begin_layout Plain Layout
28876 Comandos ! H ! 
28877 \backslash
28878 hspace
28879 \end_layout
28880
28881 \end_inset
28882
28883 .
28884 \begin_inset Foot
28885 status collapsed
28886
28887 \begin_layout Plain Layout
28888 véase más sobre 
28889 \series bold
28890
28891 \backslash
28892 hspace
28893 \series default
28894  en 
28895 \begin_inset CommandInset ref
28896 LatexCommand ref
28897 reference "sub:Espacio-variable"
28898
28899 \end_inset
28900
28901
28902 \end_layout
28903
28904 \end_inset
28905
28906
28907 \end_layout
28908
28909 \begin_layout Itemize
28910 Si ambos lados de la ecuación son demasiado largos se usa el comando 
28911 \series bold
28912
28913 \backslash
28914 lefteqn
28915 \series default
28916
28917 \begin_inset Index
28918 status collapsed
28919
28920 \begin_layout Plain Layout
28921 Comandos ! L ! 
28922 \backslash
28923 lefteqn
28924 \end_layout
28925
28926 \end_inset
28927
28928 .
28929  Se inserta en la primer columna de la primera línea y hace que todas las
28930  inserciones posteriores sobreescriban las columnas siguientes:
28931 \begin_inset Formula \begin{eqnarray}
28932 \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 \\
28933  &  & -\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 \\
28934  &  & =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}
28935
28936 \end_inset
28937
28938 Tras la inserción de 
28939 \series bold
28940
28941 \backslash
28942 lefteqn
28943 \series default
28944  el cursor está en un marco púrpura un poco a la izquierda del azul.
28945  La ecuación se inserta en éste.
28946 \begin_inset Newline newline
28947 \end_inset
28948
28949 El contenido de las restantes líneas se inserta en la segunda columna o
28950  en otra.
28951  A mayor número de columna donde se inserte, mayor sangrado.
28952 \begin_inset ERT
28953 status collapsed
28954
28955 \begin_layout Plain Layout
28956
28957
28958 \backslash
28959 medskip
28960 \end_layout
28961
28962 \end_inset
28963
28964
28965 \begin_inset Newline newline
28966 \end_inset
28967
28968
28969 \begin_inset Note Greyedout
28970 status open
28971
28972 \begin_layout Plain Layout
28973 Ten en cuenta lo siguiente si usas 
28974 \series bold
28975
28976 \backslash
28977 lefteqn
28978 \series default
28979 :
28980 \end_layout
28981
28982 \begin_layout Itemize
28983 La ecuación no usa la anchura total de la página.
28984  Cuando se añade, p.
28985 \begin_inset Space \thinspace{}
28986 \end_inset
28987
28988 e., el término 
28989 \begin_inset Formula $-B^{2}$
28990 \end_inset
28991
28992  en la primera línea del ejemplo, debería estar fuera del margen.
28993  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
28994  principio de la primera línea.
28995 \end_layout
28996
28997 \begin_layout Itemize
28998 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
28999  primera línea.
29000 \begin_inset Foot
29001 status collapsed
29002
29003 \begin_layout Plain Layout
29004 \begin_inset ERT
29005 status collapsed
29006
29007 \begin_layout Plain Layout
29008
29009
29010 \backslash
29011 href{http://bugzilla.lyx.org/show_bug.cgi?id=1429}{
29012 \end_layout
29013
29014 \end_inset
29015
29016 LyX-bug #1429
29017 \begin_inset ERT
29018 status collapsed
29019
29020 \begin_layout Plain Layout
29021
29022 }
29023 \end_layout
29024
29025 \end_inset
29026
29027
29028 \end_layout
29029
29030 \end_inset
29031
29032  Sólo se puede poner el cursor al principio de la línea y moverlo con las
29033  teclas de flecha.
29034 \end_layout
29035
29036 \end_inset
29037
29038  
29039 \end_layout
29040
29041 \begin_layout Itemize
29042 Se describen otros métodos para escribir fórmulas largas en 
29043 \begin_inset CommandInset ref
29044 LatexCommand ref
29045 reference "sub:Entorno-multilínea"
29046
29047 \end_inset
29048
29049  y 
29050 \begin_inset CommandInset ref
29051 LatexCommand ref
29052 reference "sub:Partes-de-una-multilínea"
29053
29054 \end_inset
29055
29056 .
29057 \end_layout
29058
29059 \begin_layout Subsubsection
29060 Delimitadores multilínea
29061 \begin_inset CommandInset label
29062 LatexCommand label
29063 name "sub:Delimitadores-multilínea"
29064
29065 \end_inset
29066
29067
29068 \begin_inset Index
29069 status collapsed
29070
29071 \begin_layout Plain Layout
29072 Delimitadores ! para varias líneas
29073 \end_layout
29074
29075 \end_inset
29076
29077
29078 \end_layout
29079
29080 \begin_layout Standard
29081 Para poner delimitadores que cubran varias líneas hay un problema:
29082 \begin_inset Formula \begin{eqnarray*}
29083 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29084  &  & \left.\cdots+B-D\right]\end{eqnarray*}
29085
29086 \end_inset
29087
29088 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
29089 res con tamaño variable no abarcan líneas múltiples.
29090 \end_layout
29091
29092 \begin_layout Standard
29093 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
29094  primera línea se finaliza con 
29095 \series bold
29096
29097 \backslash
29098 right.
29099 \series default
29100
29101 \begin_inset Index
29102 status collapsed
29103
29104 \begin_layout Plain Layout
29105 Comandos ! R ! 
29106 \backslash
29107 right
29108 \end_layout
29109
29110 \end_inset
29111
29112  y la segunda con 
29113 \series bold
29114
29115 \backslash
29116 left.
29117 \series default
29118 .
29119 \begin_inset Foot
29120 status collapsed
29121
29122 \begin_layout Plain Layout
29123
29124 \series bold
29125 Más sobre 
29126 \series default
29127
29128 \backslash
29129 left.
29130
29131 \series bold
29132  y 
29133 \series default
29134
29135 \backslash
29136 right.
29137
29138 \series bold
29139  en 
29140 \begin_inset CommandInset ref
29141 LatexCommand ref
29142 reference "sub:Tamaño-automático-de"
29143
29144 \end_inset
29145
29146
29147 \end_layout
29148
29149 \end_inset
29150
29151
29152 \begin_inset Index
29153 status collapsed
29154
29155 \begin_layout Plain Layout
29156 Comandos ! L ! 
29157 \backslash
29158 left
29159 \end_layout
29160
29161 \end_inset
29162
29163  Después de 
29164 \series bold
29165
29166 \backslash
29167 left.
29168
29169 \series default
29170  se inserta el comando 
29171 \series bold
29172
29173 \backslash
29174 vphantom
29175 \series default
29176
29177 \begin_inset ERT
29178 status collapsed
29179
29180 \begin_layout Plain Layout
29181
29182
29183 \backslash
29184 spce 
29185 \end_layout
29186
29187 \end_inset
29188
29189
29190 \series bold
29191
29192 \backslash
29193 prod
29194 \series default
29195 ^
29196 \begin_inset ERT
29197 status collapsed
29198
29199 \begin_layout Plain Layout
29200
29201
29202 \backslash
29203 spce 
29204 \end_layout
29205
29206 \end_inset
29207
29208
29209 \series bold
29210
29211 \backslash
29212 infty
29213 \series default
29214
29215 \begin_inset ERT
29216 status collapsed
29217
29218 \begin_layout Plain Layout
29219
29220
29221 \backslash
29222 spce 
29223 \end_layout
29224
29225 \end_inset
29226
29227
29228 \series bold
29229
29230 \begin_inset Formula $\downarrow$
29231 \end_inset
29232
29233 _R=1}
29234 \series default
29235
29236 \begin_inset Index
29237 status collapsed
29238
29239 \begin_layout Plain Layout
29240 Comandos ! V ! 
29241 \backslash
29242 vphantom
29243 \end_layout
29244
29245 \end_inset
29246
29247 , porque el operador de multiplicación con sus límites es el símbolo mayor
29248  en la primera línea y ese debería ser el tamaño para el delimitador en
29249  la segunda línea.
29250 \end_layout
29251
29252 \begin_layout Standard
29253 El resultado es: 
29254 \begin_inset Formula \begin{eqnarray*}
29255 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29256  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
29257
29258 \end_inset
29259
29260
29261 \end_layout
29262
29263 \begin_layout Subsection
29264 Entornos align
29265 \end_layout
29266
29267 \begin_layout Standard
29268 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
29269  Son especialmente apropiados para poner ecuaciones adosadas.
29270 \end_layout
29271
29272 \begin_layout Standard
29273 Los entornos align constan de columnas.
29274  Las columnas impares se alinean a la derecha, las pares a la izquierda.
29275  En un entorno align se puede numerar cada línea.
29276 \end_layout
29277
29278 \begin_layout Standard
29279 Los entornos align se crean con el menú 
29280 \family sans
29281 Insertar\SpecialChar \menuseparator
29282 Ecuación
29283 \family default
29284 .
29285  Una ecuación existente se puede convertir a align con el menú 
29286 \family sans
29287 Editar\SpecialChar \menuseparator
29288 Ecuación\SpecialChar \menuseparator
29289 Cambiar tipo de ecuación
29290 \family default
29291 .
29292 \end_layout
29293
29294 \begin_layout Standard
29295 Para añadir o quitar columnas se pueden usar los botones 
29296 \begin_inset Graphics
29297         filename ../../images/tabular-feature_append-row.png
29298         embed ""
29299         scale 85
29300
29301 \end_inset
29302
29303  o 
29304 \begin_inset Graphics
29305         filename ../../images/tabular-feature_delete-row.png
29306         embed ""
29307         scale 85
29308
29309 \end_inset
29310
29311 de la barra de ecuaciones o el menú 
29312 \family sans
29313 Editar\SpecialChar \menuseparator
29314 Filas y columnas
29315 \family default
29316 .
29317 \end_layout
29318
29319 \begin_layout Subsubsection
29320 Entorno align estándar
29321 \begin_inset CommandInset label
29322 LatexCommand label
29323 name "sub:Entorno-align-estándar"
29324
29325 \end_inset
29326
29327
29328 \begin_inset Index
29329 status collapsed
29330
29331 \begin_layout Plain Layout
29332 Ecuación ! multilínea ! entorno align
29333 \end_layout
29334
29335 \end_inset
29336
29337
29338 \end_layout
29339
29340 \begin_layout Standard
29341 Este entorno align se crea pulsando 
29342 \family sans
29343 Ctrl-Intro
29344 \family default
29345  en una ecuación o con el menú 
29346 \family sans
29347 Insertar\SpecialChar \menuseparator
29348 Ecuación\SpecialChar \menuseparator
29349 Entorno AMS align
29350 \family default
29351 .
29352 \end_layout
29353
29354 \begin_layout Standard
29355 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
29356  align de cuatro columnas:
29357 \begin_inset Formula \begin{align*}
29358 A & =\sen (B) & C & =D\\
29359 C & \neq A & B & \neq D\end{align*}
29360
29361 \end_inset
29362
29363 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
29364  un 
29365 \series bold
29366
29367 \backslash
29368 hfill
29369 \series default
29370
29371 \begin_inset Foot
29372 status collapsed
29373
29374 \begin_layout Plain Layout
29375 Más sobre 
29376 \series bold
29377
29378 \backslash
29379 hfill
29380 \series default
29381  en 
29382 \begin_inset CommandInset ref
29383 LatexCommand ref
29384 reference "sub:Espacio-variable"
29385
29386 \end_inset
29387
29388
29389 \end_layout
29390
29391 \end_inset
29392
29393  antes de la primera y detrás de cada columna par.
29394  Si se pone en estilo 
29395 \series bold
29396 Sangrado
29397 \series default
29398 ,
29399 \begin_inset Foot
29400 status collapsed
29401
29402 \begin_layout Plain Layout
29403 véase estilos de ecuación en 
29404 \begin_inset CommandInset ref
29405 LatexCommand ref
29406 reference "sec:Estilos-de-ecuación"
29407
29408 \end_inset
29409
29410
29411 \end_layout
29412
29413 \end_inset
29414
29415  la ecuación queda sin el 
29416 \series bold
29417
29418 \backslash
29419 hfill
29420 \series default
29421  ante la primera columna.
29422 \end_layout
29423
29424 \begin_layout Subsubsection
29425 Entorno alignat
29426 \begin_inset Index
29427 status collapsed
29428
29429 \begin_layout Plain Layout
29430 Ecuación ! multilínea ! entorno alignat
29431 \end_layout
29432
29433 \end_inset
29434
29435
29436 \end_layout
29437
29438 \begin_layout Standard
29439 El entorno alignat no tiene separación predefinida de columnas.
29440  Se puede insertar manualmente con los espacios descritos en 
29441 \begin_inset CommandInset ref
29442 LatexCommand ref
29443 reference "sec:Espacio"
29444
29445 \end_inset
29446
29447 .
29448 \end_layout
29449
29450 \begin_layout Standard
29451 El ejemplo anterior en el entorno alignat, con un espacio de 1
29452 \begin_inset Space \thinspace{}
29453 \end_inset
29454
29455 cm al comienzo da la segunda ecuación:
29456 \begin_inset Formula \begin{alignat*}{2}
29457 A & =\sen (B)\hspace {1cm} & C & =D\\
29458 C & \neq A & B & \neq D\end{alignat*}
29459
29460 \end_inset
29461
29462 Como cada columna puede tener un espacio diferente, este entorno es especialment
29463 e apropiado para poner tres o más ecuaciones adosadas.
29464 \end_layout
29465
29466 \begin_layout Subsubsection
29467 Entorno flalign
29468 \begin_inset CommandInset label
29469 LatexCommand label
29470 name "sub:Entorno-flalign"
29471
29472 \end_inset
29473
29474
29475 \begin_inset Index
29476 status collapsed
29477
29478 \begin_layout Plain Layout
29479 Ecuación ! multilínea ! entorno flalign
29480 \end_layout
29481
29482 \end_inset
29483
29484
29485 \end_layout
29486
29487 \begin_layout Standard
29488 En este entorno las dos primeras columnas están siempre tan a la izquierda
29489  como sea posible y las dos últimas a la derecha.
29490  Ejemplo:
29491 \begin_inset Formula \begin{flalign*}
29492 A & =1 & B & =2 & C & =3\\
29493 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4\end{flalign*}
29494
29495 \end_inset
29496
29497 En un entorno flalign con un número impar de columnas, en la última de las
29498  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
29499  alineadas a la izquierda, aunque se use el estilo 
29500 \series bold
29501 Centrado
29502 \series default
29503 .
29504  Un ejemplo de fórmula sangrada 
29505 \begin_inset CommandInset ref
29506 LatexCommand eqref
29507 reference "eq:IntVol"
29508
29509 \end_inset
29510
29511 :
29512 \begin_inset Formula \begin{flalign}
29513 \hspace {30pt}\iiint_{V}X\mbox{d}V & =U & {}\end{flalign}
29514
29515 \end_inset
29516
29517 Las dos primeras columnas contienen la fórmula.
29518  Para sangrarla como con el estilo 
29519 \series bold
29520 Sangrado
29521 \series default
29522 , se añade un espacio de 30
29523 \begin_inset Space \thinspace{}
29524 \end_inset
29525
29526 pt al comienzo de la primera columna.
29527  
29528 \end_layout
29529
29530 \begin_layout Subsection
29531 Entorno eqnarray
29532 \begin_inset Index
29533 status collapsed
29534
29535 \begin_layout Plain Layout
29536 Ecuación ! multilínea ! entorno eqnarray
29537 \end_layout
29538
29539 \end_inset
29540
29541
29542 \begin_inset Index
29543 status collapsed
29544
29545 \begin_layout Plain Layout
29546 Ecuación ! multilínea ! entorno eqnarray
29547 \end_layout
29548
29549 \end_inset
29550
29551
29552 \end_layout
29553
29554 \begin_layout Standard
29555 Al introducir este entorno aparecen tres marcos azules.
29556  El contenido del primero se alinea a la derecha, el del último a la izquierda.
29557  El contenido del marco central está centrado y algo más pequeño, porque
29558  está diseñado para insertar sólo caracteres de relación.
29559 \begin_inset Formula \begin{eqnarray*}
29560 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29561 AB & AB & AB\\
29562 A & = & A\end{eqnarray*}
29563
29564 \end_inset
29565
29566
29567 \end_layout
29568
29569 \begin_layout Subsection
29570 Entorno gather
29571 \begin_inset Index
29572 status collapsed
29573
29574 \begin_layout Plain Layout
29575 Ecuación ! multilínea ! entorno gather
29576 \end_layout
29577
29578 \end_inset
29579
29580
29581 \end_layout
29582
29583 \begin_layout Standard
29584 Este entorno consta de una sola columna centrada.
29585  Se puede numerar cada línea.
29586 \begin_inset Formula \begin{gather}
29587 A=1\\
29588 X=\mbox{-}1\end{gather}
29589
29590 \end_inset
29591
29592
29593 \end_layout
29594
29595 \begin_layout Subsection
29596 Entorno multilínea
29597 \begin_inset CommandInset label
29598 LatexCommand label
29599 name "sub:Entorno-multilínea"
29600
29601 \end_inset
29602
29603
29604 \begin_inset Index
29605 status collapsed
29606
29607 \begin_layout Plain Layout
29608 Ecuación ! multilínea ! entorno multilínea
29609 \end_layout
29610
29611 \end_inset
29612
29613
29614 \end_layout
29615
29616 \begin_layout Standard
29617 El entorno multilínea, como gather, consta de una sola columna.
29618  Pero la primera línea está alineada a la izquierda, la última a la derecha.
29619  Las demás están centradas.
29620  Por tanto este entorno es apropiado para ecuaciones largas.
29621  Como ejemplo, la ecuación
29622 \begin_inset Space ~
29623 \end_inset
29624
29625
29626 \begin_inset CommandInset ref
29627 LatexCommand eqref
29628 reference "eq:lefteqn"
29629
29630 \end_inset
29631
29632  en entorno multilínea:
29633 \begin_inset Formula \begin{multline}
29634 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}\\
29635 -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}\\
29636 =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}
29637
29638 \end_inset
29639
29640 En la salida sólo aparece numerada la última (primera) línea si la numeración
29641  del documento es a la derecha (izquierda).
29642 \begin_inset Foot
29643 status collapsed
29644
29645 \begin_layout Plain Layout
29646 véanse los estilos de numeración en 
29647 \begin_inset CommandInset ref
29648 LatexCommand ref
29649 reference "sec:Estilos-de-ecuación"
29650
29651 \end_inset
29652
29653
29654 \end_layout
29655
29656 \end_inset
29657
29658  Este también es el caso si hay número de ecuación detrás de cada línea
29659  en LyX.
29660 \begin_inset Foot
29661 status collapsed
29662
29663 \begin_layout Plain Layout
29664 Es el 
29665 \begin_inset ERT
29666 status collapsed
29667
29668 \begin_layout Plain Layout
29669
29670
29671 \backslash
29672 href{http://bugzilla.lyx.org/show_bug.cgi?id=518}{
29673 \end_layout
29674
29675 \end_inset
29676
29677 LyX-bug #518
29678 \begin_inset ERT
29679 status collapsed
29680
29681 \begin_layout Plain Layout
29682
29683 }
29684 \end_layout
29685
29686 \end_inset
29687
29688 .
29689 \end_layout
29690
29691 \end_inset
29692
29693
29694 \end_layout
29695
29696 \begin_layout Standard
29697 Con los comandos 
29698 \series bold
29699
29700 \backslash
29701 shoveright
29702 \begin_inset Index
29703 status collapsed
29704
29705 \begin_layout Plain Layout
29706 Comandos ! S ! 
29707 \backslash
29708 shoveright
29709 \end_layout
29710
29711 \end_inset
29712
29713
29714 \series default
29715  y 
29716 \series bold
29717
29718 \backslash
29719 shoveleft
29720 \series default
29721
29722 \begin_inset Index
29723 status collapsed
29724
29725 \begin_layout Plain Layout
29726 Comandos ! S ! 
29727 \backslash
29728 shoveleft
29729 \end_layout
29730
29731 \end_inset
29732
29733 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
29734 ente.
29735  Los comandos se usan como sigue:
29736 \end_layout
29737
29738 \begin_layout Standard
29739
29740 \series bold
29741
29742 \backslash
29743 shoveright{contenido de la línea}
29744 \series default
29745  y 
29746 \series bold
29747
29748 \backslash
29749 shoveleft{contenido de la línea}
29750 \end_layout
29751
29752 \begin_layout Standard
29753 \begin_inset VSpace medskip
29754 \end_inset
29755
29756
29757 \end_layout
29758
29759 \begin_layout Standard
29760 La longitud 
29761 \series bold
29762
29763 \backslash
29764 multlinegap
29765 \series default
29766
29767 \begin_inset Index
29768 status collapsed
29769
29770 \begin_layout Plain Layout
29771 Comandos ! M ! 
29772 \backslash
29773 multlinegap
29774 \end_layout
29775
29776 \end_inset
29777
29778  especifica la distancia de la primera línea desde el margen izquierdo de
29779  la página.
29780  Esta longitud es 0
29781 \begin_inset Space \thinspace{}
29782 \end_inset
29783
29784 pt por defecto.
29785 \end_layout
29786
29787 \begin_layout Standard
29788 Como ejemplo la ecuación anterior con el comando
29789 \end_layout
29790
29791 \begin_layout Standard
29792
29793 \series bold
29794
29795 \backslash
29796 setlength{
29797 \backslash
29798 multlinegap}{2cm}
29799 \end_layout
29800
29801 \begin_layout Standard
29802 insertado previamente en modo TeX:
29803 \begin_inset ERT
29804 status collapsed
29805
29806 \begin_layout Plain Layout
29807
29808
29809 \backslash
29810 setlength{
29811 \backslash
29812 multlinegap}{2cm}
29813 \end_layout
29814
29815 \end_inset
29816
29817
29818 \begin_inset Formula \begin{multline}
29819 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}\\
29820 \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}}\\
29821 =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}
29822
29823 \end_inset
29824
29825
29826 \begin_inset ERT
29827 status collapsed
29828
29829 \begin_layout Plain Layout
29830
29831
29832 \backslash
29833 setlength{
29834 \backslash
29835 multlinegap}{0pt}
29836 \end_layout
29837
29838 \end_inset
29839
29840 La segunda línea se ha alineado a la izquierda con 
29841 \series bold
29842
29843 \backslash
29844 shoveleft
29845 \series default
29846 .
29847 \end_layout
29848
29849 \begin_layout Subsection
29850 Partes de una ecuación multilínea
29851 \begin_inset CommandInset label
29852 LatexCommand label
29853 name "sub:Partes-de-una-multilínea"
29854
29855 \end_inset
29856
29857
29858 \begin_inset Index
29859 status collapsed
29860
29861 \begin_layout Plain Layout
29862 Ecuación ! multilínea ! partes de
29863 \end_layout
29864
29865 \end_inset
29866
29867
29868 \end_layout
29869
29870 \begin_layout Standard
29871 Para mostrar sólo partes de una ecuación multilínea se
29872 \family roman
29873 \series medium
29874 \shape up
29875 \size normal
29876 \emph off
29877 \bar no
29878 \noun off
29879 \color none
29880
29881 \backslash
29882 left.
29883 \backslash
29884 right
29885 \backslash
29886 }
29887 \family default
29888 \series default
29889 \shape default
29890 \size default
29891 \emph default
29892 \bar default
29893 \noun default
29894 \color inherit
29895  usa uno de los siguientes métodos: 
29896 \series bold
29897 aligned
29898 \series default
29899
29900 \series bold
29901 alignedat
29902 \series default
29903
29904 \series bold
29905 gathered
29906 \series default
29907  o 
29908 \series bold
29909 split
29910 \series default
29911 .
29912  Se pueden elegir en el menú 
29913 \family sans
29914 Insertar\SpecialChar \menuseparator
29915 Ecuación
29916 \family default
29917  o usando los comandos aquí descritos.
29918 \end_layout
29919
29920 \begin_layout Standard
29921 Los tres primeros tienen las mismas propiedades que los correspondientes
29922  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
29923  Un ejemplo:
29924 \begin_inset Formula \[
29925 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29926 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29927 \right\} \mbox{Relaciones de incertidumbre}\]
29928
29929 \end_inset
29930
29931 Para componer esta expresión se inserta una ecuación en presentación y en
29932  ella se introduce el comando 
29933 \series bold
29934
29935 \backslash
29936 aligned
29937 \series default
29938
29939 \begin_inset Index
29940 status collapsed
29941
29942 \begin_layout Plain Layout
29943 Comandos ! A ! 
29944 \backslash
29945 aligned
29946 \end_layout
29947
29948 \end_inset
29949
29950 .
29951  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
29952  añadir filas y columnas.
29953  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
29954  como la llave.
29955 \end_layout
29956
29957 \begin_layout Standard
29958 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
29959  se alinean horizontalmente.
29960  Usar aligned en una ecuación en presentación tiene la ventaja de que el
29961  número de ecuación se centra verticalmente con las líneas.
29962  Como ejemplo, la ecuación 
29963 \begin_inset CommandInset ref
29964 LatexCommand eqref
29965 reference "eq:kurzlang"
29966
29967 \end_inset
29968
29969  en entorno aligned: 
29970 \begin_inset Formula \begin{equation}
29971 \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}|}\\
29972  & -\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}
29973 \end{equation}
29974
29975 \end_inset
29976
29977 Para usar los entornos 
29978 \series bold
29979 alignedat
29980 \series default
29981
29982 \series bold
29983 gathered
29984 \series default
29985 , o 
29986 \series bold
29987 split
29988 \series default
29989 , se insertan respectivamente los comandos
29990 \series bold
29991  
29992 \backslash
29993 alignedat
29994 \series default
29995 ,
29996 \begin_inset Index
29997 status collapsed
29998
29999 \begin_layout Plain Layout
30000 Comandos ! A ! 
30001 \backslash
30002 alignedat
30003 \end_layout
30004
30005 \end_inset
30006
30007  
30008 \series bold
30009
30010 \backslash
30011 gathered
30012 \series default
30013
30014 \begin_inset Index
30015 status collapsed
30016
30017 \begin_layout Plain Layout
30018 Comandos ! G ! 
30019 \backslash
30020 gathered
30021 \end_layout
30022
30023 \end_inset
30024
30025 , o 
30026 \series bold
30027
30028 \backslash
30029 split
30030 \series default
30031
30032 \begin_inset Index
30033 status collapsed
30034
30035 \begin_layout Plain Layout
30036 Comandos ! S ! 
30037 \backslash
30038 split
30039 \end_layout
30040
30041 \end_inset
30042
30043 .
30044  El entorno split tiene las mismas propiedades que aligned pero sólo puede
30045  tener dos columnas.
30046 \end_layout
30047
30048 \begin_layout Subsection
30049 Texto en ecuaciones multilínea
30050 \begin_inset CommandInset label
30051 LatexCommand label
30052 name "sub:Texto-en-multilínea"
30053
30054 \end_inset
30055
30056
30057 \begin_inset Index
30058 status collapsed
30059
30060 \begin_layout Plain Layout
30061 Texto ! en ecuaciones
30062 \end_layout
30063
30064 \end_inset
30065
30066
30067 \begin_inset Index
30068 status collapsed
30069
30070 \begin_layout Plain Layout
30071 Ecuación ! multilínea ! texto en
30072 \end_layout
30073
30074 \end_inset
30075
30076
30077 \end_layout
30078
30079 \begin_layout Standard
30080 En los entornos Align, multilínea y gather, se puede insertar texto que
30081  se mostrará en una línea separada y que no afecta la alineación de columna.
30082  Para esto se usa el comando 
30083 \series bold
30084
30085 \backslash
30086 intertext
30087 \series default
30088
30089 \begin_inset Index
30090 status collapsed
30091
30092 \begin_layout Plain Layout
30093 Comandos ! I ! 
30094 \backslash
30095 intertext
30096 \end_layout
30097
30098 \end_inset
30099
30100  con el siguiente esquema:
30101 \end_layout
30102
30103 \begin_layout Standard
30104
30105 \series bold
30106
30107 \backslash
30108 intertext{texto}
30109 \end_layout
30110
30111 \begin_layout Standard
30112 El texto no debería ocupar más de una línea porque no se puede partir con
30113  guión.
30114  Como LyX aún no soporta 
30115 \series bold
30116
30117 \backslash
30118 intertext
30119 \series default
30120  directamente, el texto se escribe como texto matemático.
30121  
30122 \series bold
30123
30124 \backslash
30125 intertext
30126 \series default
30127  debe por tanto estar al comienzo de una línea y en la salida se presenta
30128  sobre esta línea.
30129  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
30130 \begin_inset Formula \begin{align}
30131 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30132 \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}
30133
30134 \end_inset
30135
30136
30137 \end_layout
30138
30139 \begin_layout Section
30140 Numeración de ecuaciones
30141 \begin_inset Index
30142 status collapsed
30143
30144 \begin_layout Plain Layout
30145 Ecuación ! numeración|see
30146 \begin_inset ERT
30147 status collapsed
30148
30149 \begin_layout Plain Layout
30150
30151 {
30152 \end_layout
30153
30154 \end_inset
30155
30156 Numeración de ecuaciones
30157 \begin_inset ERT
30158 status collapsed
30159
30160 \begin_layout Plain Layout
30161
30162 }
30163 \end_layout
30164
30165 \end_inset
30166
30167
30168 \end_layout
30169
30170 \end_inset
30171
30172
30173 \begin_inset Index
30174 status collapsed
30175
30176 \begin_layout Plain Layout
30177 Numeración de ecuaciones
30178 \end_layout
30179
30180 \end_inset
30181
30182
30183 \end_layout
30184
30185 \begin_layout Subsection
30186 General
30187 \end_layout
30188
30189 \begin_layout Standard
30190 Las ecuaciones numeradas se insertan con el menú 
30191 \family sans
30192 Insertar\SpecialChar \menuseparator
30193 Ecuación
30194 \family default
30195  
30196 \family sans
30197 \SpecialChar \menuseparator
30198 Ecuación
30199 \begin_inset Space ~
30200 \end_inset
30201
30202 numerada
30203 \family default
30204  (atajo 
30205 \family sans
30206 Ctrl-Alt
30207 \begin_inset Space ~
30208 \end_inset
30209
30210 n
30211 \family default
30212 ).
30213  Ecuaciones existentes se pueden numerar con el menú 
30214 \family sans
30215 Editar\SpecialChar \menuseparator
30216 Ecuación\SpecialChar \menuseparator
30217 Conmutar
30218 \begin_inset Space ~
30219 \end_inset
30220
30221 numeración
30222 \family default
30223  (atajo
30224 \family sans
30225  Alt-m
30226 \begin_inset Space ~
30227 \end_inset
30228
30229 n
30230 \family default
30231 ).
30232  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
30233  En la salida se muestra el número real.
30234 \end_layout
30235
30236 \begin_layout Standard
30237 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
30238  líneas.
30239  No obstante, la numeración se puede controlar en cada línea con el menú
30240  
30241 \family sans
30242 Editar\SpecialChar \menuseparator
30243 Ecuación\SpecialChar \menuseparator
30244 \SpecialChar \menuseparator
30245 Conmutar
30246 \begin_inset Space ~
30247 \end_inset
30248
30249 numeración
30250 \begin_inset Space ~
30251 \end_inset
30252
30253 de
30254 \begin_inset Space ~
30255 \end_inset
30256
30257 línea
30258 \family default
30259  (atajo
30260 \family sans
30261  Alt-m
30262 \begin_inset Space ~
30263 \end_inset
30264
30265 N
30266 \family default
30267 ).
30268 \end_layout
30269
30270 \begin_layout Standard
30271 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
30272  distintos, véase 
30273 \begin_inset CommandInset ref
30274 LatexCommand ref
30275 reference "sec:Estilos-de-ecuación"
30276
30277 \end_inset
30278
30279 .
30280 \end_layout
30281
30282 \begin_layout Subsection
30283 Referencias cruzadas
30284 \begin_inset CommandInset label
30285 LatexCommand label
30286 name "sub:Referencias-cruzadas"
30287
30288 \end_inset
30289
30290
30291 \begin_inset Index
30292 status collapsed
30293
30294 \begin_layout Plain Layout
30295 Referencias cruzadas ! a ecuaciones
30296 \end_layout
30297
30298 \end_inset
30299
30300
30301 \end_layout
30302
30303 \begin_layout Standard
30304 Todas las ecuaciones con etiqueta se pueden referenciar.
30305  La etiqueta se añade con el menú 
30306 \family sans
30307 Insertar\SpecialChar \menuseparator
30308 Etiqueta
30309 \family default
30310  o con el botón 
30311 \begin_inset Graphics
30312         filename ../../images/label-insert.png
30313         embed ""
30314         scale 85
30315
30316 \end_inset
30317
30318  de la barra de herramientas.
30319  El cursor debe estar dentro de una ecuación en presentación.
30320  Surge un diálogo con el prefijo 
30321 \series bold
30322 eq:
30323 \series default
30324 , detrás del cual se escribe el texto de la etiqueta.
30325  El prefijo significa 
30326 \begin_inset Quotes fld
30327 \end_inset
30328
30329 equation
30330 \begin_inset Quotes frd
30331 \end_inset
30332
30333  y hace más fácil encontrar etiquetas en documentos extensos porque así
30334  se distingue p.
30335 \begin_inset Space \thinspace{}
30336 \end_inset
30337
30338 e.
30339 \begin_inset Space ~
30340 \end_inset
30341
30342 de las etiquetas de sección.
30343  Para cambiar una etiqueta se usa de nuevo el menú 
30344 \family sans
30345 Insertar\SpecialChar \menuseparator
30346 Etiqueta
30347 \family default
30348 .
30349 \end_layout
30350
30351 \begin_layout Standard
30352 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
30353  ecuación.
30354  Una ecuación con etiqueta se numera siempre.
30355 \end_layout
30356
30357 \begin_layout Standard
30358 Las referencias cruzadas se insertan mediante el menú 
30359 \family sans
30360 Insertar\SpecialChar \menuseparator
30361 Referencia cruzada
30362 \family default
30363  o con el botón 
30364 \begin_inset Graphics
30365         filename ../../images/dialog-show-new-inset_ref.png
30366         embed ""
30367         scale 85
30368
30369 \end_inset
30370
30371 .
30372  Una referencia a una ecuación aparece en la salida con su número.
30373  Si en el diálogo de referencia cruzada se elige el formato 
30374 \series bold
30375 (<referencia>)
30376 \series default
30377 , la referencia se muestra en la salida entre paréntesis.
30378  
30379 \begin_inset Newline newline
30380 \end_inset
30381
30382 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
30383  a la ecuación de referencia.
30384 \end_layout
30385
30386 \begin_layout Standard
30387 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
30388  siguientes:
30389 \begin_inset Note Note
30390 status collapsed
30391
30392 \begin_layout Plain Layout
30393 Observa los distintos tipos de referencias cruzadas.
30394 \end_layout
30395
30396 \end_inset
30397
30398
30399 \end_layout
30400
30401 \begin_layout Standard
30402 Las ecuaciones 
30403 \begin_inset CommandInset ref
30404 LatexCommand eqref
30405 reference "eq:tag"
30406
30407 \end_inset
30408
30409  y 
30410 \begin_inset CommandInset ref
30411 LatexCommand eqref
30412 reference "eq:c"
30413
30414 \end_inset
30415
30416  son equivalentes.
30417  En (
30418 \begin_inset CommandInset ref
30419 LatexCommand ref
30420 reference "eq:Lat"
30421
30422 \end_inset
30423
30424 ) se usan mayúsculas latinas para la numeración, a diferencia de (
30425 \begin_inset CommandInset ref
30426 LatexCommand ref
30427 reference "eq:Rom"
30428
30429 \end_inset
30430
30431 ).
30432 \begin_inset VSpace medskip
30433 \end_inset
30434
30435
30436 \end_layout
30437
30438 \begin_layout Standard
30439 Si el argumento de 
30440 \series bold
30441
30442 \backslash
30443 tag
30444 \begin_inset Foot
30445 status collapsed
30446
30447 \begin_layout Plain Layout
30448
30449 \series bold
30450
30451 \backslash
30452 tag
30453 \series default
30454  se describe en 
30455 \begin_inset CommandInset ref
30456 LatexCommand ref
30457 reference "sub:Numeración-personalizada"
30458
30459 \end_inset
30460
30461
30462 \end_layout
30463
30464 \end_inset
30465
30466
30467 \series default
30468  contiene un marco, como se describe en la 
30469 \begin_inset CommandInset ref
30470 LatexCommand ref
30471 reference "sub:Cuadros-de-párrafo"
30472
30473 \end_inset
30474
30475 , no se puede referenciar la ecuación.
30476 \end_layout
30477
30478 \begin_layout Subsection
30479 Subnumeración
30480 \begin_inset Index
30481 status collapsed
30482
30483 \begin_layout Plain Layout
30484 Numeración de ecuaciones ! subnumeración
30485 \end_layout
30486
30487 \end_inset
30488
30489
30490 \end_layout
30491
30492 \begin_layout Standard
30493 Con ayuda de los comandos 
30494 \series bold
30495
30496 \backslash
30497 begin{subequations}
30498 \series default
30499  y 
30500 \series bold
30501
30502 \backslash
30503 end{subequations}
30504 \series default
30505  en modo TeX se pueden subnumerar ecuaciones.
30506 \end_layout
30507
30508 \begin_layout Standard
30509 Ejemplo:
30510 \begin_inset Formula \begin{equation}
30511 A=C-B\label{eq:a}\end{equation}
30512
30513 \end_inset
30514
30515
30516 \begin_inset ERT
30517 status collapsed
30518
30519 \begin_layout Plain Layout
30520
30521
30522 \backslash
30523 addtocounter{equation}{-1}
30524 \end_layout
30525
30526 \end_inset
30527
30528
30529 \begin_inset ERT
30530 status collapsed
30531
30532 \begin_layout Plain Layout
30533
30534
30535 \backslash
30536 begin{subequations}
30537 \end_layout
30538
30539 \end_inset
30540
30541
30542 \begin_inset VSpace -5mm
30543 \end_inset
30544
30545
30546 \begin_inset Formula \begin{equation}
30547 B=C-A\label{eq:b}\end{equation}
30548
30549 \end_inset
30550
30551
30552 \begin_inset Formula \begin{equation}
30553 C=A+B\label{eq:c}\end{equation}
30554
30555 \end_inset
30556
30557
30558 \end_layout
30559
30560 \begin_layout Standard
30561 \begin_inset ERT
30562 status collapsed
30563
30564 \begin_layout Plain Layout
30565
30566
30567 \backslash
30568 end{subequations}
30569 \end_layout
30570
30571 \end_inset
30572
30573
30574 \end_layout
30575
30576 \begin_layout Standard
30577 Para este ejemplo se ha hecho lo siguiente:
30578 \end_layout
30579
30580 \begin_layout Enumerate
30581 se inserta la primera ecuación
30582 \end_layout
30583
30584 \begin_layout Enumerate
30585 después de ella se inserta
30586 \series bold
30587
30588 \begin_inset Newline newline
30589 \end_inset
30590
30591
30592 \backslash
30593 addtocounter{equation}{-1} 
30594 \backslash
30595 begin{subequations}
30596 \begin_inset Index
30597 status collapsed
30598
30599 \begin_layout Plain Layout
30600 Comandos ! A ! 
30601 \backslash
30602 addtocounter
30603 \end_layout
30604
30605 \end_inset
30606
30607
30608 \end_layout
30609
30610 \begin_layout Enumerate
30611 se inserta la segunda ecuación
30612 \end_layout
30613
30614 \begin_layout Enumerate
30615 se inserta la tercera ecuación
30616 \end_layout
30617
30618 \begin_layout Enumerate
30619 se inserta 
30620 \series bold
30621
30622 \backslash
30623 end{subequations}
30624 \series default
30625  tras la tercera ecuación
30626 \end_layout
30627
30628 \begin_layout Standard
30629 Toda ecuación entre los comandos 
30630 \series bold
30631
30632 \backslash
30633 begin
30634 \series default
30635  y 
30636 \series bold
30637
30638 \backslash
30639 end
30640 \series default
30641  se subnumera con a, b, c\SpecialChar \ldots{}
30642  En ecuaciones multilínea se subnumerará cada línea.
30643  Todas las ecuaciones subnumeradas son tratadas como 
30644 \emph on
30645 una
30646 \emph default
30647  ecuación numerada.
30648  Pero como cada ecuación numerada aumenta el contador 
30649 \series bold
30650 equation
30651 \series default
30652  en uno, hay que disminuir el comando 
30653 \series bold
30654
30655 \backslash
30656 addtocounter
30657 \series default
30658 .
30659  De lo contrario, las ecuaciones 
30660 \begin_inset CommandInset ref
30661 LatexCommand eqref
30662 reference "eq:a"
30663
30664 \end_inset
30665
30666
30667 \begin_inset CommandInset ref
30668 LatexCommand eqref
30669 reference "eq:b"
30670
30671 \end_inset
30672
30673
30674 \begin_inset CommandInset ref
30675 LatexCommand eqref
30676 reference "eq:c"
30677
30678 \end_inset
30679
30680  se numerarían 
30681 \begin_inset CommandInset ref
30682 LatexCommand eqref
30683 reference "eq:a"
30684
30685 \end_inset
30686
30687
30688 \begin_inset CommandInset ref
30689 LatexCommand eqref
30690 reference "eq:d"
30691
30692 \end_inset
30693
30694
30695 \begin_inset CommandInset ref
30696 LatexCommand eqref
30697 reference "eq:f"
30698
30699 \end_inset
30700
30701 .
30702 \end_layout
30703
30704 \begin_layout Standard
30705 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
30706  ecuaciones.
30707  Para evitarlo se inserta ese espacio vertical de -5
30708 \begin_inset Space \thinspace{}
30709 \end_inset
30710
30711 mm detrás del comando 
30712 \series bold
30713
30714 \backslash
30715 begin{subequations}
30716 \series default
30717 .
30718
30719 \series bold
30720  
30721 \series default
30722 Si se usa el estilo 
30723 \series bold
30724 Sangrado
30725 \series default
30726
30727 \begin_inset Foot
30728 status open
30729
30730 \begin_layout Plain Layout
30731 véase estilos de ecuación en 
30732 \begin_inset CommandInset ref
30733 LatexCommand ref
30734 reference "sec:Estilos-de-ecuación"
30735
30736 \end_inset
30737
30738
30739 \end_layout
30740
30741 \end_inset
30742
30743 , entonces se inserta -7
30744 \begin_inset Space \thinspace{}
30745 \end_inset
30746
30747 mm.
30748 \end_layout
30749
30750 \begin_layout Standard
30751 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
30752  de la segunda línea:
30753 \begin_inset ERT
30754 status collapsed
30755
30756 \begin_layout Plain Layout
30757
30758
30759 \backslash
30760 begin{subequations}
30761 \end_layout
30762
30763 \end_inset
30764
30765
30766 \begin_inset Formula \begin{eqnarray}
30767 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30768  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30769  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
30770
30771 \end_inset
30772
30773
30774 \begin_inset ERT
30775 status collapsed
30776
30777 \begin_layout Plain Layout
30778
30779
30780 \backslash
30781 end{subequations}
30782 \end_layout
30783
30784 \end_inset
30785
30786
30787 \end_layout
30788
30789 \begin_layout Subsection
30790 Numeración definida por el usuario
30791 \begin_inset CommandInset label
30792 LatexCommand label
30793 name "sub:Numeración-personalizada"
30794
30795 \end_inset
30796
30797
30798 \begin_inset Index
30799 status collapsed
30800
30801 \begin_layout Plain Layout
30802 Numeración de ecuaciones ! personalizada
30803 \end_layout
30804
30805 \end_inset
30806
30807
30808 \end_layout
30809
30810 \begin_layout Standard
30811 Con la numeración estándar el número se coloca entre paréntesis.
30812  Para reemplazar los paréntesis con barras verticales, p.
30813 \begin_inset Space \thinspace{}
30814 \end_inset
30815
30816 e., se añade al preámbulo LaTeX la línea: 
30817 \end_layout
30818
30819 \begin_layout Standard
30820
30821 \series bold
30822
30823 \backslash
30824 def
30825 \backslash
30826 tagform@#1{
30827 \backslash
30828 maketag@@@{|#1|}}
30829 \series default
30830
30831 \begin_inset Note Note
30832 status collapsed
30833
30834 \begin_layout Plain Layout
30835 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
30836  Para activarlo, quita el % del principio.
30837 \end_layout
30838
30839 \end_inset
30840
30841
30842 \end_layout
30843
30844 \begin_layout Standard
30845 Para usar otros caracteres, se reemplazan las barras al lado de 
30846 \series bold
30847 #1
30848 \series default
30849  por ellos.
30850  Para obtener sólo el número de ecuación se omiten las barras verticales.
30851 \begin_inset VSpace bigskip
30852 \end_inset
30853
30854
30855 \end_layout
30856
30857 \begin_layout Standard
30858 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
30859  consecutivo, se usa el comando 
30860 \series bold
30861
30862 \backslash
30863 tag
30864 \begin_inset Index
30865 status collapsed
30866
30867 \begin_layout Plain Layout
30868 Comandos ! T ! 
30869 \backslash
30870 tag
30871 \end_layout
30872
30873 \end_inset
30874
30875
30876 \series default
30877 :
30878 \begin_inset Formula \begin{equation}
30879 A+B=C\tag{algo}\label{eq:tag}\end{equation}
30880
30881 \end_inset
30882
30883 En este ejemplo se ha insertado el comando
30884 \series bold
30885  
30886 \backslash
30887 tag
30888 \begin_inset ERT
30889 status collapsed
30890
30891 \begin_layout Plain Layout
30892
30893
30894 \backslash
30895 spce 
30896 \end_layout
30897
30898 \end_inset
30899
30900 algo
30901 \series default
30902  en la ecuación.
30903 \end_layout
30904
30905 \begin_layout Standard
30906 Si se usa en su lugar el comando con asterisco 
30907 \series bold
30908
30909 \backslash
30910 tag*
30911 \begin_inset ERT
30912 status collapsed
30913
30914 \begin_layout Plain Layout
30915
30916
30917 \backslash
30918 spce 
30919 \end_layout
30920
30921 \end_inset
30922
30923 algo
30924 \series default
30925  no se imprimen los paréntesis:
30926 \begin_inset Formula \[
30927 A+B=C\tag*{algo}\]
30928
30929 \end_inset
30930
30931
30932 \end_layout
30933
30934 \begin_layout Standard
30935 \begin_inset VSpace bigskip
30936 \end_inset
30937
30938
30939 \end_layout
30940
30941 \begin_layout Standard
30942 Para reiniciar la numeración en nuevas partes o secciones del documento
30943  se usan los siguientes comandos:
30944 \end_layout
30945
30946 \begin_layout Standard
30947
30948 \series bold
30949
30950 \backslash
30951 @addtoreset{equation}{part}
30952 \series default
30953
30954 \begin_inset Index
30955 status collapsed
30956
30957 \begin_layout Plain Layout
30958 Comandos ! 
30959 \begin_inset ERT
30960 status collapsed
30961
30962 \begin_layout Plain Layout
30963
30964 "
30965 \end_layout
30966
30967 \end_inset
30968
30969 @
30970 \begin_inset ERT
30971 status collapsed
30972
30973 \begin_layout Plain Layout
30974
30975 "
30976 \end_layout
30977
30978 \end_inset
30979
30980  ! 
30981 \backslash
30982
30983 \begin_inset ERT
30984 status collapsed
30985
30986 \begin_layout Plain Layout
30987
30988 "
30989 \end_layout
30990
30991 \end_inset
30992
30993 @
30994 \begin_inset ERT
30995 status collapsed
30996
30997 \begin_layout Plain Layout
30998
30999 "
31000 \end_layout
31001
31002 \end_inset
31003
31004 addtoreset
31005 \end_layout
31006
31007 \end_inset
31008
31009
31010 \begin_inset Newline newline
31011 \end_inset
31012
31013
31014 \series bold
31015
31016 \backslash
31017 @addtoreset{equation}{section}
31018 \end_layout
31019
31020 \begin_layout Standard
31021 Pata poder usar estos comandos en modo TeX, el carácter 
31022 \begin_inset Quotes fld
31023 \end_inset
31024
31025 @
31026 \begin_inset Quotes frd
31027 \end_inset
31028
31029  debe 
31030 \begin_inset Quotes fld
31031 \end_inset
31032
31033 activarse
31034 \begin_inset Quotes frd
31035 \end_inset
31036
31037  para LaTeX con el comando 
31038 \series bold
31039
31040 \backslash
31041 makeatletter
31042 \series default
31043 .
31044  El comando 
31045 \series bold
31046
31047 \backslash
31048 makeatother
31049 \series default
31050  deshace esto.
31051  Así pues, la secuencia de comandos en modo TeX es:
31052 \end_layout
31053
31054 \begin_layout Standard
31055
31056 \series bold
31057
31058 \backslash
31059 makeatletter
31060 \begin_inset Newline newline
31061 \end_inset
31062
31063
31064 \backslash
31065 @addtoreset{equation}{section}
31066 \begin_inset Newline newline
31067 \end_inset
31068
31069
31070 \backslash
31071 makeatother
31072 \end_layout
31073
31074 \begin_layout Standard
31075 En el preámbulo LaTeX se pueden omitir 
31076 \series bold
31077
31078 \backslash
31079 makeatletter
31080 \series default
31081  y 
31082 \series bold
31083
31084 \backslash
31085 makeatother
31086 \series default
31087  pues son automáticamente insertados por LyX.
31088 \end_layout
31089
31090 \begin_layout Standard
31091 Para el comando 
31092 \series bold
31093
31094 \backslash
31095 @addtoreset
31096 \series default
31097 ,
31098 \series bold
31099  
31100 \series default
31101 hay que cargar en el preámbulo LaTeX el archivo 
31102 \series bold
31103 remreset.sty
31104 \series default
31105
31106 \begin_inset Foot
31107 status open
31108
31109 \begin_layout Plain Layout
31110
31111 \series bold
31112 remreset
31113 \series default
31114  es parte del paquete LaTeX 
31115 \series bold
31116 carlisle
31117 \series default
31118
31119 \begin_inset Index
31120 status collapsed
31121
31122 \begin_layout Plain Layout
31123 Paquetes ! carlisle
31124 \end_layout
31125
31126 \end_inset
31127
31128 , incluido en las instalaciones estándar de LaTeX.
31129 \end_layout
31130
31131 \end_inset
31132
31133
31134 \begin_inset Index
31135 status collapsed
31136
31137 \begin_layout Plain Layout
31138 Paquetes ! remreset
31139 \end_layout
31140
31141 \end_inset
31142
31143  con la línea
31144 \end_layout
31145
31146 \begin_layout Standard
31147
31148 \series bold
31149
31150 \backslash
31151 usepackage{remreset}
31152 \end_layout
31153
31154 \begin_layout Standard
31155 Entonces se puede usar el comando 
31156 \series bold
31157
31158 \backslash
31159 @removefromreset
31160 \series default
31161
31162 \begin_inset Index
31163 status collapsed
31164
31165 \begin_layout Plain Layout
31166 Comandos ! 
31167 \begin_inset ERT
31168 status collapsed
31169
31170 \begin_layout Plain Layout
31171
31172 "
31173 \end_layout
31174
31175 \end_inset
31176
31177 @
31178 \begin_inset ERT
31179 status collapsed
31180
31181 \begin_layout Plain Layout
31182
31183 "
31184 \end_layout
31185
31186 \end_inset
31187
31188  ! 
31189 \backslash
31190
31191 \begin_inset ERT
31192 status collapsed
31193
31194 \begin_layout Plain Layout
31195
31196 "
31197 \end_layout
31198
31199 \end_inset
31200
31201 @
31202 \begin_inset ERT
31203 status collapsed
31204
31205 \begin_layout Plain Layout
31206
31207 "
31208 \end_layout
31209
31210 \end_inset
31211
31212 removefromreset
31213 \end_layout
31214
31215 \end_inset
31216
31217  con el mismo esquema que 
31218 \series bold
31219
31220 \backslash
31221 @addtoreset
31222 \series default
31223 .
31224 \begin_inset VSpace bigskip
31225 \end_inset
31226
31227
31228 \end_layout
31229
31230 \begin_layout Standard
31231 A veces las ecuaciones deberían numerarse de la siguiente manera:
31232 \end_layout
31233
31234 \begin_layout Standard
31235
31236 \family typewriter
31237 (número de sección.número de ecuación)
31238 \end_layout
31239
31240 \begin_layout Standard
31241 El número de ecuación empezaría con 
31242 \begin_inset Quotes fld
31243 \end_inset
31244
31245 1
31246 \begin_inset Quotes frd
31247 \end_inset
31248
31249  en cada sección.
31250 \end_layout
31251
31252 \begin_layout Standard
31253 Para este caso hay el comando 
31254 \series bold
31255
31256 \backslash
31257 numberwithin
31258 \series default
31259
31260 \begin_inset Index
31261 status collapsed
31262
31263 \begin_layout Plain Layout
31264 Comandos ! N ! 
31265 \backslash
31266 numberwithin
31267 \end_layout
31268
31269 \end_inset
31270
31271 , que se usa con el esquema:
31272 \end_layout
31273
31274 \begin_layout Standard
31275
31276 \series bold
31277
31278 \backslash
31279 numberwithin{counter}{sectioning}
31280 \end_layout
31281
31282 \begin_layout Standard
31283 \begin_inset Quotes fld
31284 \end_inset
31285
31286 counter
31287 \begin_inset Quotes frd
31288 \end_inset
31289
31290  indica qué clase de numeración es afectada, 
31291 \begin_inset Quotes fld
31292 \end_inset
31293
31294 sectioning
31295 \begin_inset Quotes frd
31296 \end_inset
31297
31298  indica qué número va delante del punto.
31299  
31300 \end_layout
31301
31302 \begin_layout Standard
31303 Así pues, en nuestro caso se ha usado la siguiente línea ERT o de preámbulo
31304  LaTeX:
31305 \end_layout
31306
31307 \begin_layout Standard
31308
31309 \series bold
31310
31311 \backslash
31312 numberwithin{equation}{section}
31313 \end_layout
31314
31315 \begin_layout Standard
31316 Este es el resultado::
31317 \begin_inset ERT
31318 status collapsed
31319
31320 \begin_layout Plain Layout
31321
31322
31323 \backslash
31324 numberwithin{equation}{section}
31325 \end_layout
31326
31327 \end_inset
31328
31329
31330 \begin_inset Formula \begin{equation}
31331 A+B=C\end{equation}
31332
31333 \end_inset
31334
31335
31336 \end_layout
31337
31338 \begin_layout Standard
31339 Para numerar p.
31340 \begin_inset Space \thinspace{}
31341 \end_inset
31342
31343 e.
31344 \begin_inset Space ~
31345 \end_inset
31346
31347 tablas de modo que 
31348 \begin_inset Quotes fld
31349 \end_inset
31350
31351 sectioning
31352 \begin_inset Quotes frd
31353 \end_inset
31354
31355  es el número de la parte se usa
31356 \begin_inset Newline newline
31357 \end_inset
31358
31359
31360 \series bold
31361
31362 \backslash
31363 numberwithin{table}{part}
31364 \end_layout
31365
31366 \begin_layout Standard
31367 Para volver a la numeración estándar o evitar esta clase numeración cuando
31368  es definida por la clase de documento, se inserta el siguiente comando
31369  como ERT o en el preámbulo LaTeX:
31370 \end_layout
31371
31372 \begin_layout Standard
31373
31374 \series bold
31375
31376 \backslash
31377 renewcommand{
31378 \backslash
31379 theequation}{
31380 \backslash
31381 arabic{equation}}
31382 \begin_inset Index
31383 status collapsed
31384
31385 \begin_layout Plain Layout
31386 Comandos ! A ! 
31387 \backslash
31388 arabic
31389 \end_layout
31390
31391 \end_inset
31392
31393
31394 \series default
31395
31396 \begin_inset ERT
31397 status collapsed
31398
31399 \begin_layout Plain Layout
31400
31401
31402 \backslash
31403 renewcommand{
31404 \backslash
31405 theequation}{
31406 \backslash
31407 arabic{equation}}
31408 \end_layout
31409
31410 \end_inset
31411
31412
31413 \series bold
31414
31415 \begin_inset Newline newline
31416 \end_inset
31417
31418
31419 \series default
31420 o
31421 \series bold
31422
31423 \begin_inset Newline newline
31424 \end_inset
31425
31426
31427 \backslash
31428 renewcommand{
31429 \backslash
31430 thetable}{
31431 \backslash
31432 arabic{table}}
31433 \end_layout
31434
31435 \begin_layout Standard
31436
31437 \series bold
31438
31439 \backslash
31440 numberwithin
31441 \series default
31442  usa internamente el comando 
31443 \series bold
31444
31445 \backslash
31446 @addtoreset
31447 \series default
31448 , descrito arriba, que también necesita ser restaurado.
31449 \begin_inset ERT
31450 status collapsed
31451
31452 \begin_layout Plain Layout
31453
31454
31455 \backslash
31456 makeatletter
31457 \end_layout
31458
31459 \begin_layout Plain Layout
31460
31461
31462 \backslash
31463 @removefromreset{equation}{section}
31464 \end_layout
31465
31466 \begin_layout Plain Layout
31467
31468
31469 \backslash
31470 makeatother
31471 \end_layout
31472
31473 \end_inset
31474
31475
31476 \end_layout
31477
31478 \begin_layout Subsection
31479 Numeración con números romanos y letras
31480 \begin_inset CommandInset label
31481 LatexCommand label
31482 name "sub:Numeración-con-romanos"
31483
31484 \end_inset
31485
31486
31487 \begin_inset Index
31488 status collapsed
31489
31490 \begin_layout Plain Layout
31491 Numeración de ecuaciones ! con números romanos
31492 \end_layout
31493
31494 \end_inset
31495
31496
31497 \begin_inset Index
31498 status collapsed
31499
31500 \begin_layout Plain Layout
31501 Numeración de ecuaciones ! con letras
31502 \end_layout
31503
31504 \end_inset
31505
31506
31507 \end_layout
31508
31509 \begin_layout Standard
31510 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
31511  Por ejemplo, para numerar con romanos en minúscula,
31512 \begin_inset Foot
31513 status collapsed
31514
31515 \begin_layout Plain Layout
31516 Como en español no se usan romanos en minúscula, el estilo 
31517 \series bold
31518 spanish
31519 \series default
31520  del sistema 
31521 \series bold
31522 babel
31523 \series default
31524  redefine 
31525 \series bold
31526
31527 \backslash
31528 roman
31529 \series default
31530  para que los dé en versalitas.
31531  Véase 
31532 \begin_inset CommandInset citation
31533 LatexCommand cite
31534 key "spanish"
31535
31536 \end_inset
31537
31538  (
31539 \emph on
31540 N.
31541 \begin_inset Space \thinspace{}
31542 \end_inset
31543
31544 del t
31545 \emph default
31546 ).
31547 \end_layout
31548
31549 \end_inset
31550
31551  se inserta el comando
31552 \end_layout
31553
31554 \begin_layout Standard
31555
31556 \series bold
31557
31558 \backslash
31559 renewcommand{
31560 \backslash
31561 theequation}{
31562 \backslash
31563 roman{equation}}
31564 \end_layout
31565
31566 \begin_layout Standard
31567 antes de la ecuación en modo TeX.
31568  
31569 \series bold
31570
31571 \backslash
31572 renewcommand
31573 \series default
31574
31575 \begin_inset Index
31576 status collapsed
31577
31578 \begin_layout Plain Layout
31579 Comandos ! R ! 
31580 \backslash
31581 renewcommand
31582 \end_layout
31583
31584 \end_inset
31585
31586  redefine el comando predefinido 
31587 \series bold
31588
31589 \backslash
31590 theequation
31591 \series default
31592  como 
31593 \series bold
31594
31595 \backslash
31596 roman{equation}
31597 \series default
31598 .
31599 \begin_inset Foot
31600 status collapsed
31601
31602 \begin_layout Plain Layout
31603 El comando 
31604 \series bold
31605
31606 \backslash
31607 renewcommand
31608 \series default
31609  tiene el mismo esquema que el comando 
31610 \series bold
31611
31612 \backslash
31613 newcommand
31614 \series default
31615 , descrito en 
31616 \begin_inset CommandInset ref
31617 LatexCommand ref
31618 reference "sec:Comandos-de-usuario"
31619
31620 \end_inset
31621
31622 .
31623 \end_layout
31624
31625 \end_inset
31626
31627  
31628 \series bold
31629 equation
31630 \series default
31631  es el contador de ecuaciones.
31632  Si se usa el comando 
31633 \series bold
31634
31635 \backslash
31636 the
31637 \series default
31638  como prefijo de un contador, el valor del contador sale en números arábigos.
31639  Si una ecuación es numerada, LaTeX pone internamente el comando 
31640 \series bold
31641
31642 \backslash
31643 theequation
31644 \series default
31645  detrás de la ecuación.
31646  
31647 \series bold
31648
31649 \backslash
31650 roman{equation}
31651 \series default
31652
31653 \begin_inset Index
31654 status collapsed
31655
31656 \begin_layout Plain Layout
31657 Comandos ! R ! 
31658 \backslash
31659 roman
31660 \end_layout
31661
31662 \end_inset
31663
31664  pone el contador en romanos en minúscula.
31665 \end_layout
31666
31667 \begin_layout Standard
31668 Todas las ecuaciones siguientes a 
31669 \series bold
31670
31671 \backslash
31672 renew
31673 \series default
31674 c
31675 \series bold
31676 ommand
31677 \series default
31678  se numerarán en romanos.
31679  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
31680  cambiando 
31681 \series bold
31682
31683 \backslash
31684 roman
31685 \series default
31686  por 
31687 \series bold
31688
31689 \backslash
31690 Roman
31691 \series default
31692  
31693 \begin_inset Index
31694 status collapsed
31695
31696 \begin_layout Plain Layout
31697 Comandos ! R ! 
31698 \backslash
31699 roman@
31700 \backslash
31701 Roman
31702 \end_layout
31703
31704 \end_inset
31705
31706 .
31707  Para 
31708 \begin_inset Quotes fld
31709 \end_inset
31710
31711 numerar
31712 \begin_inset Quotes frd
31713 \end_inset
31714
31715  con minúsculas latinas hay el comando 
31716 \series bold
31717
31718 \backslash
31719 alph
31720 \series default
31721
31722 \begin_inset Index
31723 status collapsed
31724
31725 \begin_layout Plain Layout
31726 Comandos ! A ! 
31727 \backslash
31728 alph
31729 \end_layout
31730
31731 \end_inset
31732
31733 , y para mayúsculas el comando 
31734 \series bold
31735
31736 \backslash
31737 Alph
31738 \series default
31739
31740 \begin_inset Index
31741 status collapsed
31742
31743 \begin_layout Plain Layout
31744 Comandos ! A ! 
31745 \backslash
31746 alph@
31747 \backslash
31748 Alph
31749 \end_layout
31750
31751 \end_inset
31752
31753 .
31754 \end_layout
31755
31756 \begin_layout Standard
31757 \begin_inset Note Greyedout
31758 status collapsed
31759
31760 \begin_layout Plain Layout
31761
31762 \series bold
31763 Nota:
31764 \series default
31765  Con letras latinas sólo se puede numerar hasta un máximo de 26 ecuaciones.
31766 \end_layout
31767
31768 \end_inset
31769
31770
31771 \begin_inset ERT
31772 status collapsed
31773
31774 \begin_layout Plain Layout
31775
31776
31777 \backslash
31778 renewcommand{
31779 \backslash
31780 theequation}{
31781 \backslash
31782 roman{equation}}
31783 \end_layout
31784
31785 \end_inset
31786
31787
31788 \begin_inset Formula \begin{equation}
31789 A=\textrm{romanos en minúscula}\label{eq:rom}\end{equation}
31790
31791 \end_inset
31792
31793
31794 \begin_inset ERT
31795 status collapsed
31796
31797 \begin_layout Plain Layout
31798
31799
31800 \backslash
31801 renewcommand{
31802 \backslash
31803 theequation}{
31804 \backslash
31805 Roman{equation}}
31806 \end_layout
31807
31808 \end_inset
31809
31810
31811 \begin_inset Formula \begin{equation}
31812 B=\textrm{romanos en mayúscula}\label{eq:Rom}\end{equation}
31813
31814 \end_inset
31815
31816
31817 \begin_inset ERT
31818 status collapsed
31819
31820 \begin_layout Plain Layout
31821
31822
31823 \backslash
31824 renewcommand{
31825 \backslash
31826 theequation}{
31827 \backslash
31828 alph{equation}}
31829 \end_layout
31830
31831 \end_inset
31832
31833
31834 \begin_inset Formula \begin{equation}
31835 C=\textrm{latinas en minúscula}\label{eq:lat}\end{equation}
31836
31837 \end_inset
31838
31839
31840 \begin_inset ERT
31841 status collapsed
31842
31843 \begin_layout Plain Layout
31844
31845
31846 \backslash
31847 renewcommand{
31848 \backslash
31849 theequation}{
31850 \backslash
31851 Alph{equation}}
31852 \end_layout
31853
31854 \end_inset
31855
31856
31857 \begin_inset Formula \begin{equation}
31858 D=\textrm{latinas en mayúscula}\label{eq:Lat}\end{equation}
31859
31860 \end_inset
31861
31862
31863 \end_layout
31864
31865 \begin_layout Standard
31866 Para volver a la numeración por defecto se inserta el comando:
31867 \end_layout
31868
31869 \begin_layout Standard
31870
31871 \series bold
31872
31873 \backslash
31874 renewcommand{
31875 \backslash
31876 theequation}{
31877 \backslash
31878 arabic{equation}}
31879 \begin_inset Index
31880 status collapsed
31881
31882 \begin_layout Plain Layout
31883 Comandos ! A ! 
31884 \backslash
31885 arabic
31886 \end_layout
31887
31888 \end_inset
31889
31890
31891 \end_layout
31892
31893 \begin_layout Standard
31894 \begin_inset ERT
31895 status collapsed
31896
31897 \begin_layout Plain Layout
31898
31899
31900 \backslash
31901 renewcommand{
31902 \backslash
31903 theequation}{
31904 \backslash
31905 arabic{equation}}
31906 \end_layout
31907
31908 \end_inset
31909
31910
31911 \begin_inset Formula \begin{equation}
31912 E=\mbox{arábigos}\label{eq:arab}\end{equation}
31913
31914 \end_inset
31915
31916
31917 \end_layout
31918
31919 \begin_layout Standard
31920 \begin_inset VSpace medskip
31921 \end_inset
31922
31923
31924 \end_layout
31925
31926 \begin_layout Standard
31927 Como ves, las ecuaciones se numeran consecutivamente independientemente
31928  del estilo de numeración.
31929  Cuando la numeración haya de empezar con 
31930 \begin_inset Quotes fld
31931 \end_inset
31932
31933 1
31934 \begin_inset Quotes frd
31935 \end_inset
31936
31937  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
31938  Una descripción sobre esto se encuentra en el archivo 
31939 \begin_inset ERT
31940 status collapsed
31941
31942 \begin_layout Plain Layout
31943
31944
31945 \backslash
31946 href{Formula-numbering.lyx}{
31947 \end_layout
31948
31949 \end_inset
31950
31951 Formula-numbering.lyx
31952 \begin_inset ERT
31953 status collapsed
31954
31955 \begin_layout Plain Layout
31956
31957 }
31958 \end_layout
31959
31960 \end_inset
31961
31962 .
31963 \end_layout
31964
31965 \begin_layout Section
31966 Comandos definidos por el usuario
31967 \begin_inset CommandInset label
31968 LatexCommand label
31969 name "sec:Comandos-de-usuario"
31970
31971 \end_inset
31972
31973
31974 \begin_inset Index
31975 status collapsed
31976
31977 \begin_layout Plain Layout
31978 Comandos personalizados
31979 \end_layout
31980
31981 \end_inset
31982
31983
31984 \end_layout
31985
31986 \begin_layout Standard
31987 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
31988  Pero es posible definir nuevos comandos más cortos con el comando 
31989 \series bold
31990
31991 \backslash
31992 newcommand
31993 \series default
31994
31995 \begin_inset Index
31996 status collapsed
31997
31998 \begin_layout Plain Layout
31999 Comandos ! N ! 
32000 \backslash
32001 newcommand
32002 \end_layout
32003
32004 \end_inset
32005
32006 .
32007  
32008 \end_layout
32009
32010 \begin_layout Standard
32011 El esquema del comando 
32012 \series bold
32013
32014 \backslash
32015 newcommand
32016 \series default
32017  es:
32018 \end_layout
32019
32020 \begin_layout Standard
32021
32022 \series bold
32023
32024 \backslash
32025 newcommand{nombre nuevo de comando}[número de argumentos]
32026 \begin_inset Newline newline
32027 \end_inset
32028
32029
32030 \begin_inset ERT
32031 status collapsed
32032
32033 \begin_layout Plain Layout
32034
32035
32036 \backslash
32037 phantom{
32038 \end_layout
32039
32040 \end_inset
32041
32042
32043 \backslash
32044 newcommand
32045 \begin_inset ERT
32046 status collapsed
32047
32048 \begin_layout Plain Layout
32049
32050 }
32051 \end_layout
32052
32053 \end_inset
32054
32055 [valor opcional]{definición de comando}
32056 \end_layout
32057
32058 \begin_layout Standard
32059 \begin_inset Note Greyedout
32060 status collapsed
32061
32062 \begin_layout Plain Layout
32063
32064 \series bold
32065 Nota:
32066 \series default
32067  Asegúrate de que el nombre del nuevo comando no está definido ya en el
32068  documento o en paquetes LaTeX que uses.
32069  Si p.
32070 \begin_inset Space \thinspace{}
32071 \end_inset
32072
32073 e.
32074  defines el comando 
32075 \series bold
32076
32077 \backslash
32078 le
32079 \series default
32080  para 
32081 \series bold
32082
32083 \backslash
32084 Leftarrow,
32085 \series default
32086  se producirán errores porque 
32087 \series bold
32088
32089 \backslash
32090 le
32091 \series default
32092  ya existe como comando para 
32093 \begin_inset Quotes fld
32094 \end_inset
32095
32096
32097 \begin_inset Formula $\le$
32098 \end_inset
32099
32100
32101 \begin_inset Quotes frd
32102 \end_inset
32103
32104 .
32105
32106 \series bold
32107  
32108 \end_layout
32109
32110 \end_inset
32111
32112
32113 \end_layout
32114
32115 \begin_layout Standard
32116 \begin_inset Note Greyedout
32117 status collapsed
32118
32119 \begin_layout Plain Layout
32120
32121 \series bold
32122 Nota:
32123 \series default
32124  Los nombres de comandos personalizados sólo pueden tener letras latinas.
32125 \end_layout
32126
32127 \end_inset
32128
32129
32130 \end_layout
32131
32132 \begin_layout Standard
32133 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
32134  argumentos debería tener el nuevo comando.
32135  Con el valor opcional se puede predefinir un valor para un argumento opcional.
32136  Cuando se hace esto, el 
32137 \emph on
32138 primer
32139 \emph default
32140  argumento del nuevo comando es automáticamente opcional.
32141 \end_layout
32142
32143 \begin_layout Standard
32144 Veamos unos ejemplos:
32145 \end_layout
32146
32147 \begin_layout Itemize
32148 Para definir el comando 
32149 \series bold
32150
32151 \backslash
32152 gr
32153 \series default
32154  para 
32155 \series bold
32156
32157 \backslash
32158 Longrightarrow
32159 \series default
32160 , la línea de preámbulo LaTeX es:
32161 \begin_inset ERT
32162 status collapsed
32163
32164 \begin_layout Plain Layout
32165
32166
32167 \backslash
32168 medskip
32169 \end_layout
32170
32171 \end_inset
32172
32173
32174 \series bold
32175
32176 \begin_inset Newline newline
32177 \end_inset
32178
32179
32180 \backslash
32181 newcommand{
32182 \backslash
32183 gr}{
32184 \backslash
32185 Longrightarrow}
32186 \end_layout
32187
32188 \begin_layout Itemize
32189 Para definir el comando 
32190 \series bold
32191
32192 \backslash
32193 us
32194 \series default
32195  para 
32196 \series bold
32197
32198 \backslash
32199 underline
32200 \series default
32201 , el argumento (que sería subrayado) debe tenerse en cuenta.
32202  Para esto la línea de preámbulo es: :
32203 \begin_inset ERT
32204 status collapsed
32205
32206 \begin_layout Plain Layout
32207
32208
32209 \backslash
32210 medskip
32211 \end_layout
32212
32213 \end_inset
32214
32215
32216 \series bold
32217
32218 \begin_inset Newline newline
32219 \end_inset
32220
32221
32222 \backslash
32223 newcommand{
32224 \backslash
32225 us}[1]{
32226 \backslash
32227 underline{#1}}
32228 \series default
32229
32230 \begin_inset ERT
32231 status collapsed
32232
32233 \begin_layout Plain Layout
32234
32235
32236 \backslash
32237 medskip
32238 \end_layout
32239
32240 \end_inset
32241
32242
32243 \begin_inset Newline newline
32244 \end_inset
32245
32246 El carácter 
32247 \series bold
32248 #
32249 \series default
32250  actúa como colocador del argumento, el 
32251 \series bold
32252 1
32253 \series default
32254  indica que es el colocador para el primer argumento.
32255 \end_layout
32256
32257 \begin_layout Itemize
32258 Para 
32259 \series bold
32260
32261 \backslash
32262 framebox
32263 \series default
32264  se puede p.
32265 \begin_inset Space \thinspace{}
32266 \end_inset
32267
32268 e.
32269  definir el comando 
32270 \series bold
32271
32272 \backslash
32273 fb
32274 \series default
32275 :
32276 \begin_inset ERT
32277 status collapsed
32278
32279 \begin_layout Plain Layout
32280
32281
32282 \backslash
32283 medskip
32284 \end_layout
32285
32286 \end_inset
32287
32288
32289 \series bold
32290
32291 \begin_inset Newline newline
32292 \end_inset
32293
32294
32295 \backslash
32296 newcommand{
32297 \backslash
32298 fb}[3]{
32299 \backslash
32300 framebox#1#2{$#3$}}
32301 \series default
32302
32303 \begin_inset ERT
32304 status collapsed
32305
32306 \begin_layout Plain Layout
32307
32308
32309 \backslash
32310 medskip
32311 \end_layout
32312
32313 \end_inset
32314
32315
32316 \begin_inset Newline newline
32317 \end_inset
32318
32319 Los dos signos dólar generan la ecuación extra necesaria para 
32320 \series bold
32321
32322 \backslash
32323 framebox
32324 \series default
32325 , véase 
32326 \begin_inset CommandInset ref
32327 LatexCommand ref
32328 reference "sub:Cuadros-con-marco"
32329
32330 \end_inset
32331
32332 .
32333 \end_layout
32334
32335 \begin_layout Itemize
32336 Para crear un nuevo comando para 
32337 \series bold
32338
32339 \backslash
32340 fcolorbox
32341 \series default
32342  donde no es necesario especificar el color para el cuadro, el argumento
32343  para el color se define opcional:
32344 \begin_inset ERT
32345 status collapsed
32346
32347 \begin_layout Plain Layout
32348
32349
32350 \backslash
32351 medskip
32352 \end_layout
32353
32354 \end_inset
32355
32356
32357 \series bold
32358
32359 \begin_inset Newline newline
32360 \end_inset
32361
32362
32363 \backslash
32364 newcommand{
32365 \backslash
32366 cb}[3][white]{
32367 \backslash
32368 fcolorbox{#2}{#1}{$#3$}}
32369 \series default
32370
32371 \begin_inset ERT
32372 status collapsed
32373
32374 \begin_layout Plain Layout
32375
32376
32377 \backslash
32378 medskip
32379 \end_layout
32380
32381 \end_inset
32382
32383
32384 \begin_inset Newline newline
32385 \end_inset
32386
32387 Si el color no es especificado al usar 
32388 \series bold
32389
32390 \backslash
32391 cb
32392 \series default
32393 , se elige el color 
32394 \series bold
32395 white
32396 \series default
32397  predefinido.
32398 \end_layout
32399
32400 \begin_layout Standard
32401 Un ensayo con los nuevos comandos definidos:
32402 \end_layout
32403
32404 \begin_layout Standard
32405 \noindent
32406 \align center
32407 \begin_inset Tabular
32408 <lyxtabular version="3" rows="6" columns="2">
32409 <features>
32410 <column alignment="center" valignment="top" width="0">
32411 <column alignment="center" valignment="top" width="0">
32412 <row>
32413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32414 \begin_inset Text
32415
32416 \begin_layout Plain Layout
32417 Comando
32418 \end_layout
32419
32420 \end_inset
32421 </cell>
32422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32423 \begin_inset Text
32424
32425 \begin_layout Plain Layout
32426 Resultado
32427 \begin_inset Note Note
32428 status collapsed
32429
32430 \begin_layout Plain Layout
32431
32432 \series bold
32433
32434 \backslash
32435 raisebox
32436 \series default
32437  se usa sólo como espaciador
32438 \end_layout
32439
32440 \end_inset
32441
32442
32443 \end_layout
32444
32445 \end_inset
32446 </cell>
32447 </row>
32448 <row>
32449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32450 \begin_inset Text
32451
32452 \begin_layout Plain Layout
32453 A
32454 \backslash
32455 gr
32456 \begin_inset ERT
32457 status collapsed
32458
32459 \begin_layout Plain Layout
32460
32461
32462 \backslash
32463 spce 
32464 \end_layout
32465
32466 \end_inset
32467
32468 B
32469 \end_layout
32470
32471 \end_inset
32472 </cell>
32473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32474 \begin_inset Text
32475
32476 \begin_layout Plain Layout
32477 \begin_inset Formula $A\gr  B$
32478 \end_inset
32479
32480
32481 \end_layout
32482
32483 \end_inset
32484 </cell>
32485 </row>
32486 <row>
32487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32488 \begin_inset Text
32489
32490 \begin_layout Plain Layout
32491
32492 \backslash
32493 us{ABcd
32494 \end_layout
32495
32496 \end_inset
32497 </cell>
32498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32499 \begin_inset Text
32500
32501 \begin_layout Plain Layout
32502 \begin_inset Formula $\raisebox {4.5mm}{}\us {ABcd}\raisebox {-2mm}{}$
32503 \end_inset
32504
32505
32506 \end_layout
32507
32508 \end_inset
32509 </cell>
32510 </row>
32511 <row>
32512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32513 \begin_inset Text
32514
32515 \begin_layout Plain Layout
32516
32517 \backslash
32518 fb{[2cm]
32519 \begin_inset Formula $\to$
32520 \end_inset
32521
32522
32523 \backslash
32524 {
32525 \begin_inset Formula $\to$
32526 \end_inset
32527
32528
32529 \backslash
32530 {
32531 \backslash
32532 int
32533 \begin_inset ERT
32534 status collapsed
32535
32536 \begin_layout Plain Layout
32537
32538
32539 \backslash
32540 spce 
32541 \end_layout
32542
32543 \end_inset
32544
32545 A=B
32546 \end_layout
32547
32548 \end_inset
32549 </cell>
32550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32551 \begin_inset Text
32552
32553 \begin_layout Plain Layout
32554 \begin_inset Formula $\raisebox {6mm}{}\fb {[2cm]}{}{\int A=B}\raisebox {-4mm}{}$
32555 \end_inset
32556
32557
32558 \end_layout
32559
32560 \end_inset
32561 </cell>
32562 </row>
32563 <row>
32564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32565 \begin_inset Text
32566
32567 \begin_layout Plain Layout
32568
32569 \backslash
32570 cb{red
32571 \begin_inset Formula $\to$
32572 \end_inset
32573
32574
32575 \backslash
32576 {
32577 \backslash
32578 int
32579 \begin_inset ERT
32580 status collapsed
32581
32582 \begin_layout Plain Layout
32583
32584
32585 \backslash
32586 spce 
32587 \end_layout
32588
32589 \end_inset
32590
32591 A=B
32592 \end_layout
32593
32594 \end_inset
32595 </cell>
32596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32597 \begin_inset Text
32598
32599 \begin_layout Plain Layout
32600 \begin_inset Formula $\raisebox {6mm}{}\cb {red}{\int A=B}\raisebox {-4mm}{}$
32601 \end_inset
32602
32603
32604 \end_layout
32605
32606 \end_inset
32607 </cell>
32608 </row>
32609 <row>
32610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32611 \begin_inset Text
32612
32613 \begin_layout Plain Layout
32614
32615 \backslash
32616 cb[green]
32617 \backslash
32618 {red
32619 \begin_inset Formula $\to$
32620 \end_inset
32621
32622
32623 \backslash
32624 {
32625 \backslash
32626 int
32627 \begin_inset ERT
32628 status collapsed
32629
32630 \begin_layout Plain Layout
32631
32632
32633 \backslash
32634 spce 
32635 \end_layout
32636
32637 \end_inset
32638
32639 A=B
32640 \end_layout
32641
32642 \end_inset
32643 </cell>
32644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32645 \begin_inset Text
32646
32647 \begin_layout Plain Layout
32648 \begin_inset Formula $\raisebox {6mm}{}\cb [green]{red}{\int A=B}\raisebox {-4mm}{}$
32649 \end_inset
32650
32651
32652 \end_layout
32653
32654 \end_inset
32655 </cell>
32656 </row>
32657 </lyxtabular>
32658
32659 \end_inset
32660
32661
32662 \end_layout
32663
32664 \begin_layout Section
32665 Diagramas
32666 \begin_inset Index
32667 status collapsed
32668
32669 \begin_layout Plain Layout
32670 Diagramas
32671 \end_layout
32672
32673 \end_inset
32674
32675
32676 \end_layout
32677
32678 \begin_layout Standard
32679 Para componer diagramas se necesita el paquete LaTeX 
32680 \series bold
32681 amscd
32682 \series default
32683 .
32684 \series bold
32685
32686 \begin_inset Foot
32687 status collapsed
32688
32689 \begin_layout Plain Layout
32690
32691 \series bold
32692 amscd
32693 \series default
32694  forma parte de las instalaciones estándar de LaTeX.
32695 \end_layout
32696
32697 \end_inset
32698
32699
32700 \series default
32701
32702 \begin_inset Index
32703 status collapsed
32704
32705 \begin_layout Plain Layout
32706 Paquetes ! amscd
32707 \end_layout
32708
32709 \end_inset
32710
32711  Se carga en el preámbulo LaTeX con la línea:
32712 \end_layout
32713
32714 \begin_layout Standard
32715
32716 \series bold
32717
32718 \backslash
32719 usepackage{amscd}
32720 \end_layout
32721
32722 \begin_layout Standard
32723 Los diagramas visualizan relaciones y su aspecto es como este:
32724 \begin_inset Formula \[
32725 \begin{CD}A@)))B@)))C\\
32726 @AAA@.@VVV\\
32727 F@(((E@(((D\end{CD}\]
32728
32729 \end_inset
32730
32731 Para obtener el diagrama se inserta en la ecuación el comando 
32732 \series bold
32733
32734 \backslash
32735 CD
32736 \begin_inset Index
32737 status collapsed
32738
32739 \begin_layout Plain Layout
32740 Comandos ! C ! 
32741 \backslash
32742 CD
32743 \end_layout
32744
32745 \end_inset
32746
32747
32748 \series default
32749 .
32750  Surge un marco azul entre dos líneas de trazos en el que se insertan a
32751  continuación comandos.
32752  Con 
32753 \family sans
32754 Ctrl-Intro
32755 \family default
32756  se inicia una nueva línea.
32757  En las líneas impares se insertan relaciones horizontales, en las pares
32758  verticales.
32759 \end_layout
32760
32761 \begin_layout Standard
32762 Para componer las relaciones hay los siguientes comandos:
32763 \begin_inset Foot
32764 status collapsed
32765
32766 \begin_layout Plain Layout
32767 \begin_inset CommandInset label
32768 LatexCommand label
32769 name "fn:sinónimos"
32770
32771 \end_inset
32772
32773 Los comandos con 
32774 \series bold
32775 >
32776 \series default
32777  o 
32778 \series bold
32779 <
32780 \series default
32781  pueden generar errores con el estilo 
32782 \series bold
32783 spanish
32784 \series default
32785  de 
32786 \series bold
32787 babel
32788 \series default
32789 .
32790  Para evitarlo se pueden sustituir por sus sinónimos 
32791 \series bold
32792 )
32793 \series default
32794  o 
32795 \series bold
32796 (
32797 \series default
32798  respectivamente.
32799  Véase 
32800 \begin_inset CommandInset citation
32801 LatexCommand cite
32802 key "spanish"
32803
32804 \end_inset
32805
32806 .
32807  (
32808 \emph on
32809 N.
32810 \begin_inset Space \thinspace{}
32811 \end_inset
32812
32813 del t.
32814 \emph default
32815 )
32816 \end_layout
32817
32818 \end_inset
32819
32820
32821 \end_layout
32822
32823 \begin_layout Itemize
32824
32825 \series bold
32826 @<<<
32827 \series default
32828  genera una flecha hacia la izquierda, 
32829 \series bold
32830 @>>>
32831 \series default
32832  una hacia la derecha, y 
32833 \series bold
32834 @=
32835 \series default
32836  un signo igual largo
32837 \end_layout
32838
32839 \begin_layout Itemize
32840
32841 \series bold
32842 @AAA
32843 \series default
32844  genera una flecha hacia arriba, 
32845 \series bold
32846 @VVV
32847 \series default
32848  una hacia abajo, y 
32849 \series bold
32850 @|
32851 \series default
32852  un signo igual vertical
32853 \end_layout
32854
32855 \begin_layout Itemize
32856
32857 \series bold
32858 @.
32859
32860 \series default
32861  genera una ubicación vacía para relaciones inexistentes
32862 \end_layout
32863
32864 \begin_layout Standard
32865 Todas las flechas pueden etiquetarse como sigue:
32866 \end_layout
32867
32868 \begin_layout Itemize
32869 Si se inserta texto entre la primera y segunda <
32870 \begin_inset Space ~
32871 \end_inset
32872
32873  o >, respectivamente, se muestra sobre la flecha.
32874  Si se inserta entre la segunda y la tercera, bajo la flecha.
32875 \end_layout
32876
32877 \begin_layout Itemize
32878 Para flechas verticales, si se inserta texto entre la primera y la segunda
32879  A o V, respectivamente, se muestra al lado izquierdo de la flecha.
32880  Si se inserta entre la segunda y la tercera, al lado derecho.
32881  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
32882 \end_layout
32883
32884 \begin_layout Standard
32885 Como ejemplo un diagrama con todas las relaciones posibles:
32886 \begin_inset Formula \[
32887 \begin{CD}A@)j))B@))k)C@=F\\
32888 @AmAA@.@VV{V}V@|\\
32889 D@((j\,(E@)k))F@=C\end{CD}\]
32890
32891 \end_inset
32892
32893 El comando para este diagrama es:
32894 \begin_inset Newline newline
32895 \end_inset
32896
32897
32898 \series bold
32899
32900 \backslash
32901 CD
32902 \begin_inset ERT
32903 status collapsed
32904
32905 \begin_layout Plain Layout
32906
32907
32908 \backslash
32909 spce 
32910 \end_layout
32911
32912 \end_inset
32913
32914 A@>j>>B@>>k>C@=F Ctrl-Intro
32915 \begin_inset Newline newline
32916 \end_inset
32917
32918
32919 \begin_inset ERT
32920 status collapsed
32921
32922 \begin_layout Plain Layout
32923
32924
32925 \backslash
32926 hphantom{
32927 \end_layout
32928
32929 \end_inset
32930
32931
32932 \backslash
32933 CD
32934 \begin_inset ERT
32935 status collapsed
32936
32937 \begin_layout Plain Layout
32938
32939
32940 \backslash
32941 spce 
32942 \end_layout
32943
32944 \end_inset
32945
32946
32947 \begin_inset ERT
32948 status collapsed
32949
32950 \begin_layout Plain Layout
32951
32952 }
32953 \end_layout
32954
32955 \end_inset
32956
32957 @AmAA@.@VV
32958 \backslash
32959 {V
32960 \series default
32961
32962 \begin_inset Formula $\to$
32963 \end_inset
32964
32965
32966 \series bold
32967 V@| Ctrl-Intro
32968 \begin_inset Newline newline
32969 \end_inset
32970
32971
32972 \begin_inset ERT
32973 status collapsed
32974
32975 \begin_layout Plain Layout
32976
32977
32978 \backslash
32979 hphantom{
32980 \end_layout
32981
32982 \end_inset
32983
32984
32985 \backslash
32986 CD
32987 \begin_inset ERT
32988 status collapsed
32989
32990 \begin_layout Plain Layout
32991
32992
32993 \backslash
32994 spce 
32995 \end_layout
32996
32997 \end_inset
32998
32999
33000 \begin_inset ERT
33001 status collapsed
33002
33003 \begin_layout Plain Layout
33004
33005 }
33006 \end_layout
33007
33008 \end_inset
33009
33010 D@<<j<E@>k>>F@=C
33011 \end_layout
33012
33013 \begin_layout Standard
33014 \begin_inset Newpage newpage
33015 \end_inset
33016
33017
33018 \end_layout
33019
33020 \begin_layout Section
33021 Indicaciones
33022 \begin_inset ERT
33023 status collapsed
33024
33025 \begin_layout Plain Layout
33026
33027
33028 \backslash
33029 texorpdfstring{
33030 \end_layout
33031
33032 \end_inset
33033
33034
33035 \begin_inset Foot
33036 status collapsed
33037
33038 \begin_layout Plain Layout
33039 Otras sugerencias útiles para matemáticas en 
33040 \begin_inset CommandInset citation
33041 LatexCommand cite
33042 key "Voss"
33043
33044 \end_inset
33045
33046 .
33047 \end_layout
33048
33049 \end_inset
33050
33051
33052 \begin_inset ERT
33053 status collapsed
33054
33055 \begin_layout Plain Layout
33056
33057 }{}
33058 \end_layout
33059
33060 \end_inset
33061
33062
33063 \begin_inset Note Note
33064 status collapsed
33065
33066 \begin_layout Plain Layout
33067
33068 \backslash
33069 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
33070  PDF.
33071 \end_layout
33072
33073 \begin_layout Plain Layout
33074 Más sobre 
33075 \backslash
33076 texorpdfstring hay en la sección 
33077 \begin_inset CommandInset ref
33078 LatexCommand ref
33079 reference "sub:Ecuaciones-en-Sección"
33080
33081 \end_inset
33082
33083 .
33084 \end_layout
33085
33086 \end_inset
33087
33088
33089 \begin_inset Index
33090 status collapsed
33091
33092 \begin_layout Plain Layout
33093 Indicaciones
33094 \end_layout
33095
33096 \end_inset
33097
33098
33099 \end_layout
33100
33101 \begin_layout Subsection
33102 Símbolos y ecuaciones químicas
33103 \begin_inset CommandInset label
33104 LatexCommand label
33105 name "sub:Símbolos-y-ecuaciones-químicas"
33106
33107 \end_inset
33108
33109
33110 \begin_inset Index
33111 status collapsed
33112
33113 \begin_layout Plain Layout
33114 Química ! símbolos
33115 \end_layout
33116
33117 \end_inset
33118
33119
33120 \begin_inset Index
33121 status collapsed
33122
33123 \begin_layout Plain Layout
33124 Ecuación química
33125 \end_layout
33126
33127 \end_inset
33128
33129
33130 \begin_inset Index
33131 status collapsed
33132
33133 \begin_layout Plain Layout
33134 Química ! caracteres
33135 \end_layout
33136
33137 \end_inset
33138
33139
33140 \begin_inset Index
33141 status collapsed
33142
33143 \begin_layout Plain Layout
33144 Iones|see
33145 \begin_inset ERT
33146 status collapsed
33147
33148 \begin_layout Plain Layout
33149
33150 {
33151 \end_layout
33152
33153 \end_inset
33154
33155 Química ! caracteres
33156 \begin_inset ERT
33157 status collapsed
33158
33159 \begin_layout Plain Layout
33160
33161 }
33162 \end_layout
33163
33164 \end_inset
33165
33166
33167 \end_layout
33168
33169 \end_inset
33170
33171
33172 \end_layout
33173
33174 \begin_layout Standard
33175 Un ejemplo de texto de química:
33176 \end_layout
33177
33178 \begin_layout Quote
33179 El ión 
33180 \begin_inset Formula $ $
33181 \end_inset
33182
33183
33184 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
33185 \end_inset
33186
33187  reacciona con dos iones 
33188 \begin_inset Formula $\mathrm{Na^{+}}$
33189 \end_inset
33190
33191  para dar sulfato de sodio 
33192 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
33193 \end_inset
33194
33195 .
33196  La ecuación química es:
33197 \begin_inset Formula \[
33198 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
33199
33200 \end_inset
33201
33202
33203 \end_layout
33204
33205 \begin_layout Standard
33206 Esta ecuación química puede componerse directamente en modo ecuación.
33207  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
33208  y con el atajo 
33209 \family sans
33210 Alt-c
33211 \begin_inset Space ~
33212 \end_inset
33213
33214 r
33215 \family default
33216  se cambia en redonda.
33217 \begin_inset Foot
33218 status open
33219
33220 \begin_layout Plain Layout
33221 véase estilos de fuentes en 
33222 \begin_inset CommandInset ref
33223 LatexCommand ref
33224 reference "sub:Estilos-de-fuentes"
33225
33226 \end_inset
33227
33228 .
33229 \end_layout
33230
33231 \end_inset
33232
33233
33234 \end_layout
33235
33236 \begin_layout Subsection
33237 Números negativos
33238 \begin_inset Index
33239 status collapsed
33240
33241 \begin_layout Plain Layout
33242 Números ! negativos
33243 \end_layout
33244
33245 \end_inset
33246
33247
33248 \end_layout
33249
33250 \begin_layout Standard
33251 Los números negativos a veces se ven feos en las ecuaciones porque el signo
33252  menos delante del número tiene la misma longitud que el operador signo
33253  menos.
33254  Si se escribe el número negativo en texto normal el signo menos aparece
33255  correctamente.
33256 \end_layout
33257
33258 \begin_layout Standard
33259 Así pues, el problema desaparece si se convierte el signo menos a texto
33260  matemático.
33261 \end_layout
33262
33263 \begin_layout Standard
33264 Un ejemplo para visualizar el problema:
33265 \end_layout
33266
33267 \begin_layout Standard
33268 \noindent
33269 \align center
33270 \begin_inset Tabular
33271 <lyxtabular version="3" rows="3" columns="2">
33272 <features>
33273 <column alignment="center" valignment="top" width="0">
33274 <column alignment="center" valignment="top" width="0">
33275 <row>
33276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33277 \begin_inset Text
33278
33279 \begin_layout Plain Layout
33280 texto normal:
33281 \end_layout
33282
33283 \end_inset
33284 </cell>
33285 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33286 \begin_inset Text
33287
33288 \begin_layout Plain Layout
33289 x = -2
33290 \end_layout
33291
33292 \end_inset
33293 </cell>
33294 </row>
33295 <row>
33296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33297 \begin_inset Text
33298
33299 \begin_layout Plain Layout
33300 ecuación:
33301 \end_layout
33302
33303 \end_inset
33304 </cell>
33305 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33306 \begin_inset Text
33307
33308 \begin_layout Plain Layout
33309 \begin_inset Formula $x=-2$
33310 \end_inset
33311
33312
33313 \end_layout
33314
33315 \end_inset
33316 </cell>
33317 </row>
33318 <row>
33319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33320 \begin_inset Text
33321
33322 \begin_layout Plain Layout
33323 solución:
33324 \end_layout
33325
33326 \end_inset
33327 </cell>
33328 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33329 \begin_inset Text
33330
33331 \begin_layout Plain Layout
33332 \begin_inset Formula $x=\mbox{-}2$
33333 \end_inset
33334
33335
33336 \end_layout
33337
33338 \end_inset
33339 </cell>
33340 </row>
33341 </lyxtabular>
33342
33343 \end_inset
33344
33345
33346 \end_layout
33347
33348 \begin_layout Subsection
33349 Coma como separador decimal
33350 \begin_inset Index
33351 status collapsed
33352
33353 \begin_layout Plain Layout
33354 Coma decimal
33355 \end_layout
33356
33357 \end_inset
33358
33359
33360 \end_layout
33361
33362 \begin_layout Standard
33363 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
33364  de grupos numéricos.
33365  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
33366 \end_layout
33367
33368 \begin_layout Standard
33369 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
33370  
33371 \family sans
33372 Alt-m
33373 \begin_inset Space ~
33374 \end_inset
33375
33376 m
33377 \family default
33378 ).
33379 \end_layout
33380
33381 \begin_layout Standard
33382 Para usar las comas en todas las fórmulas del documento como separador decimal,
33383  se carga el archivo 
33384 \series bold
33385 icomma.sty
33386 \series default
33387
33388 \begin_inset Foot
33389 status collapsed
33390
33391 \begin_layout Plain Layout
33392
33393 \series bold
33394 icomma
33395 \series default
33396  forma parte del paquete LaTeX 
33397 \series bold
33398 was
33399 \series default
33400
33401 \begin_inset Index
33402 status collapsed
33403
33404 \begin_layout Plain Layout
33405 Paquetes ! was
33406 \begin_inset VSpace defskip
33407 \end_inset
33408
33409
33410 \end_layout
33411
33412 \end_inset
33413
33414 .
33415 \end_layout
33416
33417 \end_inset
33418
33419
33420 \begin_inset Index
33421 status collapsed
33422
33423 \begin_layout Plain Layout
33424 Paquetes ! icomma
33425 \end_layout
33426
33427 \end_inset
33428
33429  en el preámbulo LaTeX con la línea: 
33430 \end_layout
33431
33432 \begin_layout Standard
33433
33434 \series bold
33435
33436 \backslash
33437 usepackage{icomma}
33438 \end_layout
33439
33440 \begin_layout Subsection
33441 Vectores físicos
33442 \begin_inset CommandInset label
33443 LatexCommand label
33444 name "sub:Vectores-físicos"
33445
33446 \end_inset
33447
33448
33449 \begin_inset Index
33450 status collapsed
33451
33452 \begin_layout Plain Layout
33453 Vectores físicos
33454 \end_layout
33455
33456 \end_inset
33457
33458
33459 \end_layout
33460
33461 \begin_layout Standard
33462 El paquete LaTeX 
33463 \series bold
33464 braket
33465 \series default
33466
33467 \begin_inset Foot
33468 status collapsed
33469
33470 \begin_layout Plain Layout
33471
33472 \series bold
33473 braket
33474 \series default
33475  es parte de una instalación LaTeX estándar.
33476 \end_layout
33477
33478 \end_inset
33479
33480
33481 \begin_inset Index
33482 status collapsed
33483
33484 \begin_layout Plain Layout
33485 Paquetes ! braket
33486 \end_layout
33487
33488 \end_inset
33489
33490  suministra vectores predefinidos; se carga con la línea de preámbulo LaTeX:
33491 \end_layout
33492
33493 \begin_layout Standard
33494
33495 \series bold
33496
33497 \backslash
33498 usepackage{braket}
33499 \end_layout
33500
33501 \begin_layout Standard
33502 \begin_inset ERT
33503 status collapsed
33504
33505 \begin_layout Plain Layout
33506
33507
33508 \backslash
33509 ifbraket 
33510 \end_layout
33511
33512 \end_inset
33513
33514
33515 \begin_inset Note Note
33516 status collapsed
33517
33518 \begin_layout Plain Layout
33519 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
33520 \series bold
33521 braket
33522 \series default
33523  está instalado.
33524 \end_layout
33525
33526 \end_inset
33527
33528
33529 \end_layout
33530
33531 \begin_layout Standard
33532 Están definidos los siguientes comandos:
33533 \end_layout
33534
33535 \begin_layout Standard
33536 \noindent
33537 \align center
33538 \begin_inset Tabular
33539 <lyxtabular version="3" rows="4" columns="2">
33540 <features>
33541 <column alignment="center" valignment="top" width="0">
33542 <column alignment="center" valignment="top" width="0">
33543 <row>
33544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33545 \begin_inset Text
33546
33547 \begin_layout Plain Layout
33548 Comando
33549 \end_layout
33550
33551 \end_inset
33552 </cell>
33553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33554 \begin_inset Text
33555
33556 \begin_layout Plain Layout
33557 Resultado
33558 \end_layout
33559
33560 \end_inset
33561 </cell>
33562 </row>
33563 <row>
33564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33565 \begin_inset Text
33566
33567 \begin_layout Plain Layout
33568
33569 \backslash
33570 Bra{
33571 \backslash
33572 psi
33573 \end_layout
33574
33575 \end_inset
33576 </cell>
33577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33578 \begin_inset Text
33579
33580 \begin_layout Plain Layout
33581 \begin_inset Formula $\Bra {\psi}$
33582 \end_inset
33583
33584
33585 \end_layout
33586
33587 \end_inset
33588 </cell>
33589 </row>
33590 <row>
33591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33592 \begin_inset Text
33593
33594 \begin_layout Plain Layout
33595
33596 \backslash
33597 Ket{
33598 \backslash
33599 psi
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 $\Ket {\psi}$
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" bottomline="true" leftline="true" usebox="none">
33619 \begin_inset Text
33620
33621 \begin_layout Plain Layout
33622
33623 \backslash
33624 Braket{
33625 \backslash
33626 psi|
33627 \backslash
33628 phi
33629 \end_layout
33630
33631 \end_inset
33632 </cell>
33633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33634 \begin_inset Text
33635
33636 \begin_layout Plain Layout
33637 \begin_inset Formula $\Braket {\psi|\phi}$
33638 \end_inset
33639
33640
33641 \end_layout
33642
33643 \end_inset
33644 </cell>
33645 </row>
33646 </lyxtabular>
33647
33648 \end_inset
33649
33650
33651 \end_layout
33652
33653 \begin_layout Standard
33654 El comando 
33655 \series bold
33656
33657 \backslash
33658 Braket
33659 \series default
33660  asegura que todas las barras verticales tienen el tamaño de los delimitadores
33661  circundantes:
33662 \begin_inset Formula \[
33663 \Braket {\phi|J=\frac{3}{2}\,,\, M_{J}}\]
33664
33665 \end_inset
33666
33667
33668 \begin_inset ERT
33669 status collapsed
33670
33671 \begin_layout Plain Layout
33672
33673
33674 \backslash
33675 else
33676 \end_layout
33677
33678 \end_inset
33679
33680
33681 \begin_inset Note Note
33682 status collapsed
33683
33684 \begin_layout Plain Layout
33685 Lo que sigue se verá en la salida si el paquete LaTeX 
33686 \series bold
33687 braket
33688 \series default
33689  no está instalado:
33690 \end_layout
33691
33692 \end_inset
33693
33694
33695 \end_layout
33696
33697 \begin_layout Standard
33698 Debes instalar el paquete LaTeX 
33699 \series bold
33700 braket
33701 \series default
33702  para ver en la salida el resto de esta subsección.
33703 \end_layout
33704
33705 \begin_layout Standard
33706 \begin_inset ERT
33707 status collapsed
33708
33709 \begin_layout Plain Layout
33710
33711
33712 \backslash
33713 fi
33714 \end_layout
33715
33716 \end_inset
33717
33718
33719 \end_layout
33720
33721 \begin_layout Standard
33722 El efecto de 
33723 \series bold
33724
33725 \backslash
33726 Braket
33727 \series default
33728  también se puede conseguir con el comando 
33729 \series bold
33730
33731 \backslash
33732 middle
33733 \series default
33734 , que se describe en 
33735 \begin_inset CommandInset ref
33736 LatexCommand ref
33737 reference "sub:Tamaño-automático-de"
33738
33739 \end_inset
33740
33741 .
33742 \end_layout
33743
33744 \begin_layout Subsection
33745 Fracciones definidas por el usuario
33746 \begin_inset CommandInset label
33747 LatexCommand label
33748 name "sub:Fracciones-personalizadas"
33749
33750 \end_inset
33751
33752
33753 \begin_inset Index
33754 status collapsed
33755
33756 \begin_layout Plain Layout
33757 Fracciones ! personalizadas
33758 \end_layout
33759
33760 \end_inset
33761
33762
33763 \end_layout
33764
33765 \begin_layout Standard
33766 Para definir comandos personalizados para fracciones, se usa el comando
33767  
33768 \series bold
33769
33770 \backslash
33771 genfrac
33772 \series default
33773
33774 \begin_inset Index
33775 status collapsed
33776
33777 \begin_layout Plain Layout
33778 Comandos ! G ! 
33779 \backslash
33780 genfrac
33781 \end_layout
33782
33783 \end_inset
33784
33785  con el siguiente esquema:
33786 \end_layout
33787
33788 \begin_layout Standard
33789
33790 \series bold
33791
33792 \backslash
33793 genfrac{delimitador izquierdo}{delimitador derecho}{grosor raya de
33794 \begin_inset Newline newline
33795 \end_inset
33796
33797
33798 \begin_inset ERT
33799 status collapsed
33800
33801 \begin_layout Plain Layout
33802
33803
33804 \backslash
33805 phantom{
33806 \end_layout
33807
33808 \end_inset
33809
33810
33811 \backslash
33812 genfrac{
33813 \begin_inset ERT
33814 status collapsed
33815
33816 \begin_layout Plain Layout
33817
33818 }
33819 \end_layout
33820
33821 \end_inset
33822
33823 fracción}{estilo}{numerador}{denominador}
33824 \end_layout
33825
33826 \begin_layout Standard
33827 El estilo es un número en el rango 0-3.
33828 \end_layout
33829
33830 \begin_layout Standard
33831 \align center
33832 \begin_inset Tabular
33833 <lyxtabular version="3" rows="5" columns="2">
33834 <features>
33835 <column alignment="center" valignment="top" width="0">
33836 <column alignment="center" valignment="top" width="0">
33837 <row>
33838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33839 \begin_inset Text
33840
33841 \begin_layout Plain Layout
33842 Número
33843 \end_layout
33844
33845 \end_inset
33846 </cell>
33847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33848 \begin_inset Text
33849
33850 \begin_layout Plain Layout
33851 Estilo (tamaño)
33852 \end_layout
33853
33854 \end_inset
33855 </cell>
33856 </row>
33857 <row>
33858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33859 \begin_inset Text
33860
33861 \begin_layout Plain Layout
33862 0
33863 \end_layout
33864
33865 \end_inset
33866 </cell>
33867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33868 \begin_inset Text
33869
33870 \begin_layout Plain Layout
33871 ecuación en presentación
33872 \end_layout
33873
33874 \end_inset
33875 </cell>
33876 </row>
33877 <row>
33878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33879 \begin_inset Text
33880
33881 \begin_layout Plain Layout
33882 1
33883 \end_layout
33884
33885 \end_inset
33886 </cell>
33887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33888 \begin_inset Text
33889
33890 \begin_layout Plain Layout
33891 ecuación en línea
33892 \end_layout
33893
33894 \end_inset
33895 </cell>
33896 </row>
33897 <row>
33898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33899 \begin_inset Text
33900
33901 \begin_layout Plain Layout
33902 2
33903 \end_layout
33904
33905 \end_inset
33906 </cell>
33907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33908 \begin_inset Text
33909
33910 \begin_layout Plain Layout
33911 pequeño
33912 \end_layout
33913
33914 \end_inset
33915 </cell>
33916 </row>
33917 <row>
33918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33919 \begin_inset Text
33920
33921 \begin_layout Plain Layout
33922 3
33923 \end_layout
33924
33925 \end_inset
33926 </cell>
33927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33928 \begin_inset Text
33929
33930 \begin_layout Plain Layout
33931 muy pequeño
33932 \end_layout
33933
33934 \end_inset
33935 </cell>
33936 </row>
33937 </lyxtabular>
33938
33939 \end_inset
33940
33941
33942 \end_layout
33943
33944 \begin_layout Standard
33945 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
33946  
33947 \series bold
33948
33949 \backslash
33950 frac
33951 \series default
33952 .
33953 \end_layout
33954
33955 \begin_layout Standard
33956 Si no se pone grosor de la raya de fracción se usará el valor predefinido
33957  de 0.4
33958 \begin_inset Space \thinspace{}
33959 \end_inset
33960
33961 pt.
33962 \end_layout
33963
33964 \begin_layout Standard
33965 Por ejemplo, los comandos 
33966 \series bold
33967
33968 \backslash
33969 dfrac
33970 \series default
33971  y 
33972 \series bold
33973
33974 \backslash
33975 tbinom
33976 \series default
33977  de la 
33978 \begin_inset CommandInset ref
33979 LatexCommand ref
33980 reference "sub:Fracciones"
33981
33982 \end_inset
33983
33984  se definen con los comandos:
33985 \end_layout
33986
33987 \begin_layout Standard
33988
33989 \series bold
33990
33991 \backslash
33992 newcommand{
33993 \backslash
33994 dfrac}[2]{
33995 \backslash
33996 genfrac{}{}{}{0}{#1}{#2}}
33997 \end_layout
33998
33999 \begin_layout Standard
34000 y
34001 \end_layout
34002
34003 \begin_layout Standard
34004
34005 \series bold
34006
34007 \backslash
34008 newcommand{
34009 \backslash
34010 tbinom}[2]{
34011 \backslash
34012 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34013 \end_layout
34014
34015 \begin_layout Standard
34016 \begin_inset VSpace medskip
34017 \end_inset
34018
34019
34020 \end_layout
34021
34022 \begin_layout Standard
34023 Para definir una fracción en la que el grosor de la raya se pueda definir
34024  como argumento opcional, se inserta la siguiente línea en el preámbulo
34025  LaTeX:
34026 \end_layout
34027
34028 \begin_layout Standard
34029
34030 \series bold
34031
34032 \backslash
34033 newcommand{
34034 \backslash
34035 fracS}[3][]{
34036 \backslash
34037 genfrac{}{}{#1}{}{#2}{#3}}
34038 \end_layout
34039
34040 \begin_layout Standard
34041 Un ensayo:
34042 \begin_inset Formula \begin{align*}
34043 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34044 \text{Resultado} &  & \fracS [1mm]{A}{B} &  & \fracS [5mm]{A}{B}\end{align*}
34045
34046 \end_inset
34047
34048 Como se puede ver, la distancia del numerador y el denominador a la raya
34049  de fracción se redondea a unas tres veces el grosor de la raya.
34050 \end_layout
34051
34052 \begin_layout Subsection
34053 Ecuaciones canceladas
34054 \begin_inset CommandInset label
34055 LatexCommand label
34056 name "sub:Ecuaciones-canceladas"
34057
34058 \end_inset
34059
34060
34061 \begin_inset Index
34062 status collapsed
34063
34064 \begin_layout Plain Layout
34065 Ecuación ! cancelada
34066 \end_layout
34067
34068 \end_inset
34069
34070
34071 \end_layout
34072
34073 \begin_layout Standard
34074 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
34075  
34076 \series bold
34077 cancel
34078 \series default
34079
34080 \begin_inset Foot
34081 status collapsed
34082
34083 \begin_layout Plain Layout
34084
34085 \series bold
34086 cancel
34087 \series default
34088  forma parte de las distribuciones estándar de LaTeX.
34089 \end_layout
34090
34091 \end_inset
34092
34093
34094 \begin_inset Index
34095 status collapsed
34096
34097 \begin_layout Plain Layout
34098 Paquetes ! cancel
34099 \end_layout
34100
34101 \end_inset
34102
34103  con la línea de preámbulo LaTeX
34104 \end_layout
34105
34106 \begin_layout Standard
34107
34108 \series bold
34109
34110 \backslash
34111 usepackage[samesize]{cancel}
34112 \end_layout
34113
34114 \begin_layout Standard
34115 Hay cuatro formas de cancelar ecuaciones:
34116 \end_layout
34117
34118 \begin_layout Standard
34119 \align center
34120 \begin_inset Tabular
34121 <lyxtabular version="3" rows="5" columns="2">
34122 <features>
34123 <column alignment="center" valignment="top" width="0">
34124 <column alignment="center" valignment="top" width="0">
34125 <row>
34126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34127 \begin_inset Text
34128
34129 \begin_layout Plain Layout
34130 Comando
34131 \end_layout
34132
34133 \end_inset
34134 </cell>
34135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34136 \begin_inset Text
34137
34138 \begin_layout Plain Layout
34139 Resultado
34140 \begin_inset Note Note
34141 status collapsed
34142
34143 \begin_layout Plain Layout
34144
34145 \series bold
34146
34147 \backslash
34148 raisebox
34149 \series default
34150  se usa sólo como espaciador
34151 \end_layout
34152
34153 \end_inset
34154
34155
34156 \end_layout
34157
34158 \end_inset
34159 </cell>
34160 </row>
34161 <row>
34162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34163 \begin_inset Text
34164
34165 \begin_layout Plain Layout
34166
34167 \backslash
34168 cancel{
34169 \backslash
34170 int
34171 \begin_inset ERT
34172 status collapsed
34173
34174 \begin_layout Plain Layout
34175
34176
34177 \backslash
34178 spce 
34179 \end_layout
34180
34181 \end_inset
34182
34183 A=B
34184 \end_layout
34185
34186 \end_inset
34187 </cell>
34188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34189 \begin_inset Text
34190
34191 \begin_layout Plain Layout
34192 \begin_inset Formula $\raisebox {4.5mm}{}\cancel {\int A=B}\raisebox {-2.5mm}{}$
34193 \end_inset
34194
34195
34196 \end_layout
34197
34198 \end_inset
34199 </cell>
34200 </row>
34201 <row>
34202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34203 \begin_inset Text
34204
34205 \begin_layout Plain Layout
34206
34207 \backslash
34208 bcancel{
34209 \backslash
34210 int
34211 \begin_inset ERT
34212 status collapsed
34213
34214 \begin_layout Plain Layout
34215
34216
34217 \backslash
34218 spce 
34219 \end_layout
34220
34221 \end_inset
34222
34223 A=B
34224 \end_layout
34225
34226 \end_inset
34227 </cell>
34228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34229 \begin_inset Text
34230
34231 \begin_layout Plain Layout
34232 \begin_inset Formula $\raisebox {4.5mm}{}\bcancel {\int A=B}\raisebox {-2.5mm}{}$
34233 \end_inset
34234
34235
34236 \end_layout
34237
34238 \end_inset
34239 </cell>
34240 </row>
34241 <row>
34242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34243 \begin_inset Text
34244
34245 \begin_layout Plain Layout
34246
34247 \backslash
34248 xcancel{
34249 \backslash
34250 int
34251 \begin_inset ERT
34252 status collapsed
34253
34254 \begin_layout Plain Layout
34255
34256
34257 \backslash
34258 spce 
34259 \end_layout
34260
34261 \end_inset
34262
34263 A=B
34264 \end_layout
34265
34266 \end_inset
34267 </cell>
34268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34269 \begin_inset Text
34270
34271 \begin_layout Plain Layout
34272 \begin_inset Formula $\raisebox {4.5mm}{}\xcancel {\int A=B}\raisebox {-2.5mm}{}$
34273 \end_inset
34274
34275
34276 \end_layout
34277
34278 \end_inset
34279 </cell>
34280 </row>
34281 <row>
34282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34283 \begin_inset Text
34284
34285 \begin_layout Plain Layout
34286
34287 \backslash
34288 cancelto{1
34289 \begin_inset Formula $\to$
34290 \end_inset
34291
34292
34293 \backslash
34294 {
34295 \backslash
34296 int
34297 \begin_inset ERT
34298 status collapsed
34299
34300 \begin_layout Plain Layout
34301
34302
34303 \backslash
34304 spce 
34305 \end_layout
34306
34307 \end_inset
34308
34309 A=B
34310 \end_layout
34311
34312 \end_inset
34313 </cell>
34314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34315 \begin_inset Text
34316
34317 \begin_layout Plain Layout
34318 \begin_inset Formula $\raisebox {7mm}{}\cancelto {1}{\int A=B}\raisebox {-2.5mm}{}\hspace {3mm}$
34319 \end_inset
34320
34321
34322 \end_layout
34323
34324 \end_inset
34325 </cell>
34326 </row>
34327 </lyxtabular>
34328
34329 \end_inset
34330
34331
34332 \end_layout
34333
34334 \begin_layout Standard
34335
34336 \series bold
34337
34338 \backslash
34339 cancelto
34340 \series default
34341  es especialmente apropiada para visualizar la simplificación de fracciones
34342  en una ecuación:
34343 \begin_inset Formula \[
34344 \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}}}\]
34345
34346 \end_inset
34347
34348
34349 \end_layout
34350
34351 \begin_layout Subsection
34352 Ecuaciones en encabezados de sección
34353 \begin_inset CommandInset label
34354 LatexCommand label
34355 name "sub:Ecuaciones-en-encabezados"
34356
34357 \end_inset
34358
34359
34360 \begin_inset Index
34361 status collapsed
34362
34363 \begin_layout Plain Layout
34364 Ecuación ! en encabezados de sección
34365 \end_layout
34366
34367 \end_inset
34368
34369
34370 \end_layout
34371
34372 \begin_layout Standard
34373 Si se quiere poner una ecuación en un encabezado de sección hay que tener
34374  en cuenta lo siguiente:
34375 \end_layout
34376
34377 \begin_layout Standard
34378 \begin_inset Note Greyedout
34379 status open
34380
34381 \begin_layout Plain Layout
34382 Cuando se usa el paquete LaTeX 
34383 \series bold
34384 hyperref
34385 \series default
34386
34387 \begin_inset Index
34388 status collapsed
34389
34390 \begin_layout Plain Layout
34391 Paquetes ! hyperref
34392 \end_layout
34393
34394 \end_inset
34395
34396 , los marcadores PDF se generan automáticamente para cada encabezado de
34397  sección en el índice.
34398  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
34399  texto del marcador, porque se infringen las convenciones PDF.
34400 \end_layout
34401
34402 \end_inset
34403
34404
34405 \end_layout
34406
34407 \begin_layout Standard
34408 Estos problemas se pueden solucionar insertando al final del encabezado
34409  un título breve con el menú 
34410 \family sans
34411 Insertar\SpecialChar \menuseparator
34412 Título
34413 \begin_inset Space ~
34414 \end_inset
34415
34416 breve
34417 \family default
34418 .
34419  Los títulos breves se usan como alternativa para encabezados de sección
34420  con más de una línea para mantener el buen aspecto del índice.
34421  En éste sólo aparece el título breve y por tanto también en los marcadores.
34422 \end_layout
34423
34424 \begin_layout Standard
34425 Si hay que poner ecuaciones en el índice y se usa 
34426 \series bold
34427 hyperref
34428 \series default
34429 , se puede insertar el siguiente comando en modo TeX:
34430 \end_layout
34431
34432 \begin_layout Standard
34433
34434 \series bold
34435
34436 \backslash
34437 texorpdfstring{parte}{alternativa}
34438 \begin_inset Index
34439 status collapsed
34440
34441 \begin_layout Plain Layout
34442 Comandos ! T ! 
34443 \backslash
34444 texorpdfstring
34445 \end_layout
34446
34447 \end_inset
34448
34449
34450 \end_layout
34451
34452 \begin_layout Standard
34453 Parte se refiere a la parte del encabezado que no debería aparecer en el
34454  marcador PDF.
34455  Puede ser caracteres, ecuaciones, notas al pie, y también referencias cruzadas.
34456  La alternativa se usa para el marcador en vez de la parte.
34457 \end_layout
34458
34459 \begin_layout Standard
34460 Aquí hay dos ejemplo de encabezados:
34461 \end_layout
34462
34463 \begin_layout Standard
34464 \begin_inset VSpace -3mm
34465 \end_inset
34466
34467
34468 \end_layout
34469
34470 \begin_layout Standard
34471 \begin_inset ERT
34472 status collapsed
34473
34474 \begin_layout Plain Layout
34475
34476
34477 \backslash
34478 boldmath 
34479 \end_layout
34480
34481 \end_inset
34482
34483
34484 \end_layout
34485
34486 \begin_layout Subsubsection
34487 Encabezado sin ecuación en el índice 
34488 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34489 \end_inset
34490
34491
34492 \begin_inset OptArg
34493 status collapsed
34494
34495 \begin_layout Plain Layout
34496 Encabezado sin ecuación en el índice
34497 \end_layout
34498
34499 \end_inset
34500
34501
34502 \end_layout
34503
34504 \begin_layout Subsubsection
34505 Encabezado con ecuación en el índice
34506 \begin_inset ERT
34507 status collapsed
34508
34509 \begin_layout Plain Layout
34510
34511
34512 \backslash
34513 texorpdfstring{
34514 \end_layout
34515
34516 \end_inset
34517
34518  
34519 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34520 \end_inset
34521
34522
34523 \begin_inset ERT
34524 status collapsed
34525
34526 \begin_layout Plain Layout
34527
34528 }{}
34529 \end_layout
34530
34531 \end_inset
34532
34533
34534 \end_layout
34535
34536 \begin_layout Standard
34537 \begin_inset ERT
34538 status collapsed
34539
34540 \begin_layout Plain Layout
34541
34542
34543 \backslash
34544 unboldmath 
34545 \end_layout
34546
34547 \end_inset
34548
34549 En el primer encabezado se ha puesto un título breve, en el segundo un 
34550 \series bold
34551
34552 \backslash
34553 texorpdfstring
34554 \series default
34555 .
34556 \end_layout
34557
34558 \begin_layout Standard
34559 Para obtener el mismo formato que en los demás encabezados se han puesto
34560  ambos en un 
34561 \series bold
34562 entorno boldmath
34563 \series default
34564 .
34565 \begin_inset Foot
34566 status collapsed
34567
34568 \begin_layout Plain Layout
34569 véase 
34570 \begin_inset CommandInset ref
34571 LatexCommand ref
34572 reference "sub:Ecuaciones-en-negrita"
34573
34574 \end_inset
34575
34576
34577 \end_layout
34578
34579 \end_inset
34580
34581
34582 \end_layout
34583
34584 \begin_layout Subsection
34585 Ecuaciones en texto multicolumna
34586 \begin_inset Index
34587 status collapsed
34588
34589 \begin_layout Plain Layout
34590 Ecuación ! en texto multicolumna
34591 \end_layout
34592
34593 \end_inset
34594
34595
34596 \end_layout
34597
34598 \begin_layout Standard
34599 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
34600  para ajustarse a la columna y entonces es preciso abarcar la anchura total
34601  de la página.
34602  Esto se hace usando el paquete LaTeX 
34603 \series bold
34604 multicol
34605 \series default
34606 ,
34607 \begin_inset Foot
34608 status collapsed
34609
34610 \begin_layout Plain Layout
34611
34612 \series bold
34613 multicol
34614 \series default
34615  forma parte de las distribuciones LaTeX estándar.
34616 \end_layout
34617
34618 \end_inset
34619
34620
34621 \begin_inset Index
34622 status collapsed
34623
34624 \begin_layout Plain Layout
34625 Paquetes ! multicol
34626 \end_layout
34627
34628 \end_inset
34629
34630  que se carga en el preámbulo LaTeX con la línea
34631 \end_layout
34632
34633 \begin_layout Standard
34634
34635 \series bold
34636
34637 \backslash
34638 usepackage{multicol}
34639 \end_layout
34640
34641 \begin_layout Standard
34642 \begin_inset Note Greyedout
34643 status collapsed
34644
34645 \begin_layout Plain Layout
34646 Ten en cuenta que la opción 
34647 \family sans
34648 Documento
34649 \begin_inset Space ~
34650 \end_inset
34651
34652 con
34653 \begin_inset Space ~
34654 \end_inset
34655
34656 dos
34657 \begin_inset Space ~
34658 \end_inset
34659
34660 caras
34661 \family default
34662 , bajo 
34663 \family sans
34664 Diseño
34665 \begin_inset Space ~
34666 \end_inset
34667
34668 de
34669 \begin_inset Space ~
34670 \end_inset
34671
34672 página 
34673 \family default
34674 en el menú 
34675 \family sans
34676 Documento\SpecialChar \menuseparator
34677 Configuración
34678 \family default
34679  
34680 \emph on
34681 debe
34682 \emph default
34683  estar desmarcada.
34684 \end_layout
34685
34686 \end_inset
34687
34688
34689 \end_layout
34690
34691 \begin_layout Standard
34692 Antes del texto multicolumna se inserta en modo TeX el comando
34693 \end_layout
34694
34695 \begin_layout Standard
34696
34697 \series bold
34698
34699 \backslash
34700 begin{multicols}{número de columnas}
34701 \end_layout
34702
34703 \begin_layout Standard
34704 El número de columnas está en el rango 2-10.
34705  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
34706  TeX el comando
34707 \end_layout
34708
34709 \begin_layout Standard
34710
34711 \series bold
34712
34713 \backslash
34714 end{multicols}
34715 \end_layout
34716
34717 \begin_layout Standard
34718 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
34719  Para quitarlo se inserta un espacio vertical de -6
34720 \begin_inset Space \thinspace{}
34721 \end_inset
34722
34723 mm antes de la ecuación.
34724  Si se usa el estilo 
34725 \series bold
34726 Sangrado
34727 \series default
34728 ,
34729 \begin_inset Foot
34730 status collapsed
34731
34732 \begin_layout Plain Layout
34733 véase estilos de ecuación en 
34734 \begin_inset CommandInset ref
34735 LatexCommand ref
34736 reference "sec:Estilos-de-ecuación"
34737
34738 \end_inset
34739
34740
34741 \end_layout
34742
34743 \end_inset
34744
34745  se inserta un espacio de -9
34746 \begin_inset Space \thinspace{}
34747 \end_inset
34748
34749 mm.
34750 \end_layout
34751
34752 \begin_layout Standard
34753 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
34754 \end_layout
34755
34756 \begin_layout Standard
34757 \begin_inset ERT
34758 status collapsed
34759
34760 \begin_layout Plain Layout
34761
34762
34763 \backslash
34764 begin{multicols}{2}
34765 \end_layout
34766
34767 \end_inset
34768
34769 Das Spektrum wird fouriertransformiert.
34770  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
34771 , Lösungsmittel) zu trennen.
34772  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
34773  nun das Aussehen des Ausgangssignals.
34774  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
34775  über alle Phasen integrieren muss.
34776  Sei nun 
34777 \begin_inset Formula $S$
34778 \end_inset
34779
34780  unser normiertes Ausgangssignal and 
34781 \begin_inset Formula $P$
34782 \end_inset
34783
34784  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
34785 \begin_inset ERT
34786 status collapsed
34787
34788 \begin_layout Plain Layout
34789
34790
34791 \backslash
34792 end{multicols}
34793 \end_layout
34794
34795 \end_inset
34796
34797
34798 \begin_inset VSpace -6mm
34799 \end_inset
34800
34801
34802 \begin_inset Formula \begin{equation}
34803 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
34804
34805 \end_inset
34806
34807
34808 \begin_inset ERT
34809 status collapsed
34810
34811 \begin_layout Plain Layout
34812
34813
34814 \backslash
34815 begin{multicols}{2}
34816 \end_layout
34817
34818 \end_inset
34819
34820 wobei 
34821 \begin_inset Formula $S_{0}$
34822 \end_inset
34823
34824  das Signal ohne Gradient ist and the Normierungsbedingung 
34825 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34826 \end_inset
34827
34828  gilt.
34829  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
34830  Direkt nach the 
34831 \begin_inset Formula $\nicefrac{\pi}{2}$
34832 \end_inset
34833
34834
34835 \begin_inset Space \thinspace{}
34836 \end_inset
34837
34838 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
34839  das Signal zusätzlich abschwächt.
34840  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
34841  
34842 \begin_inset Formula $T_{2}$
34843 \end_inset
34844
34845 -Zeit.
34846 \end_layout
34847
34848 \begin_layout Standard
34849 \begin_inset ERT
34850 status collapsed
34851
34852 \begin_layout Plain Layout
34853
34854
34855 \backslash
34856 end{multicols}
34857 \end_layout
34858
34859 \end_inset
34860
34861  
34862 \end_layout
34863
34864 \begin_layout Subsection
34865 Ecuaciones con descripción de variables
34866 \begin_inset Index
34867 status collapsed
34868
34869 \begin_layout Plain Layout
34870 Ecuación ! con descripción de variables
34871 \end_layout
34872
34873 \end_inset
34874
34875
34876 \end_layout
34877
34878 \begin_layout Standard
34879 Para describir variables en una ecuación, como en la fórmula 
34880 \begin_inset CommandInset ref
34881 LatexCommand eqref
34882 reference "eq:within"
34883
34884 \end_inset
34885
34886 , se inserta una matriz 2×
34887 \begin_inset Formula $n$
34888 \end_inset
34889
34890  con columnas alineadas a la izquierda para las 
34891 \emph on
34892
34893 \begin_inset Formula $n$
34894 \end_inset
34895
34896
34897 \emph default
34898  variables usadas.
34899 \begin_inset Foot
34900 status collapsed
34901
34902 \begin_layout Plain Layout
34903 véase matrices en 
34904 \begin_inset CommandInset ref
34905 LatexCommand ref
34906 reference "sec:Matrices"
34907
34908 \end_inset
34909
34910
34911 \end_layout
34912
34913 \end_inset
34914
34915  Para poner la descripción en tamaño más pequeño se inserta, p.e, el comando
34916  
34917 \series bold
34918
34919 \backslash
34920 footnotesize
34921 \series default
34922  antes de la matriz.
34923 \begin_inset Foot
34924 status collapsed
34925
34926 \begin_layout Plain Layout
34927 véase tamaños de fuentes en 
34928 \begin_inset CommandInset ref
34929 LatexCommand ref
34930 reference "sub:Tamaños-de-fuentes"
34931
34932 \end_inset
34933
34934 .
34935 \end_layout
34936
34937 \end_inset
34938
34939
34940 \end_layout
34941
34942 \begin_layout Standard
34943 Si se usa el estilo 
34944 \series bold
34945 Sangrado
34946 \series default
34947 ,
34948 \begin_inset Foot
34949 status collapsed
34950
34951 \begin_layout Plain Layout
34952 véase estilos de ecuación en 
34953 \begin_inset CommandInset ref
34954 LatexCommand ref
34955 reference "sec:Estilos-de-ecuación"
34956
34957 \end_inset
34958
34959
34960 \end_layout
34961
34962 \end_inset
34963
34964  se inserta un 
34965 \series bold
34966
34967 \backslash
34968 hfill
34969 \series default
34970
34971 \begin_inset Foot
34972 status collapsed
34973
34974 \begin_layout Plain Layout
34975
34976 \series bold
34977
34978 \backslash
34979 hfill
34980 \series default
34981  sólo funciona en ecuaciones en estilo 
34982 \series bold
34983 Sangrado
34984 \series default
34985 , véase 
34986 \begin_inset CommandInset ref
34987 LatexCommand ref
34988 reference "sub:Espacio-variable"
34989
34990 \end_inset
34991
34992
34993 \end_layout
34994
34995 \end_inset
34996
34997  delante y detrás de la matriz para que tenga la misma separación con la
34998  ecuación y con el margen.
34999 \end_layout
35000
35001 \begin_layout Standard
35002 Si se usa el estilo 
35003 \series bold
35004 Centrado
35005 \series default
35006  se emplea el método descrito en la 
35007 \begin_inset CommandInset ref
35008 LatexCommand ref
35009 reference "sub:Entorno-flalign"
35010
35011 \end_inset
35012
35013  para sangrar la ecuación.
35014  La ecuación 
35015 \begin_inset CommandInset ref
35016 LatexCommand eqref
35017 reference "eq:within"
35018
35019 \end_inset
35020
35021  consta de cinco columnas ya que las dos primeras contienen la fórmula,
35022  la tercera la matriz y la última una llave TeX vacía.
35023 \begin_inset Formula \begin{flalign}
35024 \hspace {30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize \begin{array}{ll}
35025 \rho & \mbox{densidad}\\
35026 V & \mbox{volumen}\\
35027 g & \mbox{aceleración gravitatoria}\end{array} &  & {}\label{eq:within}\end{flalign}
35028
35029 \end_inset
35030
35031
35032 \end_layout
35033
35034 \begin_layout Subsection
35035 Letras griegas minúsculas en redonda
35036 \begin_inset CommandInset label
35037 LatexCommand label
35038 name "sub:Griegas-en-redonda"
35039
35040 \end_inset
35041
35042
35043 \begin_inset Index
35044 status collapsed
35045
35046 \begin_layout Plain Layout
35047 Letras griegas ! en redonda
35048 \end_layout
35049
35050 \end_inset
35051
35052
35053 \end_layout
35054
35055 \begin_layout Standard
35056 La mayoría de las fuentes sólo suministran letras griegas minúsculas en
35057  cursiva.
35058  Pero para símbolos de partículas elementales como piones y neutrinos hacen
35059  falta letras griegas en redonda.
35060  El archivo 
35061 \series bold
35062 upgreek.sty
35063 \series default
35064
35065 \begin_inset Foot
35066 status collapsed
35067
35068 \begin_layout Plain Layout
35069
35070 \series bold
35071 upgreek
35072 \series default
35073  forma parte del paquete LaTeX 
35074 \series bold
35075 was
35076 \series default
35077
35078 \begin_inset Index
35079 status collapsed
35080
35081 \begin_layout Plain Layout
35082 Paquetes ! was
35083 \begin_inset VSpace defskip
35084 \end_inset
35085
35086
35087 \end_layout
35088
35089 \end_inset
35090
35091 .
35092 \end_layout
35093
35094 \end_inset
35095
35096
35097 \begin_inset Index
35098 status collapsed
35099
35100 \begin_layout Plain Layout
35101 Paquetes ! upgreek
35102 \end_layout
35103
35104 \end_inset
35105
35106 , que se carga en el preámbulo LaTeX con la línea
35107 \end_layout
35108
35109 \begin_layout Standard
35110
35111 \series bold
35112
35113 \backslash
35114 usepackage{upgreek}
35115 \end_layout
35116
35117 \begin_layout Standard
35118 las suministra.
35119  
35120 \begin_inset ERT
35121 status collapsed
35122
35123 \begin_layout Plain Layout
35124
35125
35126 \backslash
35127 ifupgreek 
35128 \end_layout
35129
35130 \end_inset
35131
35132
35133 \begin_inset Note Note
35134 status collapsed
35135
35136 \begin_layout Plain Layout
35137 La tabla siguiente sólo se podrá ver si está instalado el paquete LaTeX
35138  
35139 \series bold
35140 upgreek
35141 \series default
35142 .
35143 \end_layout
35144
35145 \end_inset
35146
35147  Se imprimen con el comando de la letra correspondiente precedido de 
35148 \series bold
35149 up
35150 \series default
35151 .
35152  Por ejemplo, el comando 
35153 \series bold
35154
35155 \backslash
35156 uptau
35157 \series default
35158  genera: 
35159 \begin_inset Formula $\uptau $
35160 \end_inset
35161
35162
35163 \end_layout
35164
35165 \begin_layout Standard
35166 Con estos comandos se pueden escribir reacciones entre partículas elementales:
35167 \begin_inset Formula \[
35168 \uppi ^{+}\rightarrow\upmu ^{+}+\upnu _{\upmu }\]
35169
35170 \end_inset
35171
35172
35173 \end_layout
35174
35175 \begin_layout Standard
35176 Las letras en redonda son más remarcadas y más grandes que las correspondientes
35177  en cursiva.
35178  Por tanto no deberían emplearse para unidades como 
35179 \begin_inset Quotes fld
35180 \end_inset
35181
35182 µm
35183 \begin_inset Quotes frd
35184 \end_inset
35185
35186 .
35187 \end_layout
35188
35189 \begin_layout Standard
35190 \begin_inset ERT
35191 status collapsed
35192
35193 \begin_layout Plain Layout
35194
35195
35196 \backslash
35197 else 
35198 \end_layout
35199
35200 \end_inset
35201
35202
35203 \begin_inset Note Note
35204 status collapsed
35205
35206 \begin_layout Plain Layout
35207 Lo siguiente se mostrará si el paquete LaTeX 
35208 \series bold
35209 upgreek
35210 \series default
35211  no está instalado:
35212 \end_layout
35213
35214 \end_inset
35215
35216
35217 \end_layout
35218
35219 \begin_layout Standard
35220 Debes instalar el paquete LaTeX 
35221 \series bold
35222 upgreek
35223 \series default
35224  para ver en la salida el resto de esta subsección.
35225  
35226 \end_layout
35227
35228 \begin_layout Standard
35229 \begin_inset ERT
35230 status collapsed
35231
35232 \begin_layout Plain Layout
35233
35234
35235 \backslash
35236 fi
35237 \end_layout
35238
35239 \end_inset
35240
35241
35242 \end_layout
35243
35244 \begin_layout Subsection
35245 Caracteres de texto en ecuaciones
35246 \begin_inset CommandInset label
35247 LatexCommand label
35248 name "sub:Caracteres-de-texto"
35249
35250 \end_inset
35251
35252
35253 \begin_inset Index
35254 status collapsed
35255
35256 \begin_layout Plain Layout
35257 Texto ! en ecuaciones
35258 \end_layout
35259
35260 \end_inset
35261
35262
35263 \end_layout
35264
35265 \begin_layout Standard
35266 En algunos casos podrías querer insertar caracteres de texto directamente
35267  en ecuaciones.
35268  Por ejemplo, cuando se usa con frecuencia el punto centrado 
35269 \begin_inset Formula $\cdot$
35270 \end_inset
35271
35272  en expresiones como 
35273 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
35274 \end_inset
35275
35276 , habría que insertar el comando 
35277 \series bold
35278
35279 \backslash
35280 cdot
35281 \series default
35282
35283 \begin_inset Foot
35284 status collapsed
35285
35286 \begin_layout Plain Layout
35287 véase 
35288 \begin_inset CommandInset ref
35289 LatexCommand ref
35290 reference "sub:Operadores-binarios"
35291
35292 \end_inset
35293
35294
35295 \end_layout
35296
35297 \end_inset
35298
35299  continuamente, porque este carácter está definido en todas las codificaciones
35300  como carácter de texto.
35301  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
35302 \end_layout
35303
35304 \begin_layout Standard
35305
35306 \series bold
35307
35308 \backslash
35309 Declare Inputtext{183}{
35310 \backslash
35311 ifmmode
35312 \backslash
35313 cdot
35314 \backslash
35315 else
35316 \backslash
35317 textperiodcentered
35318 \backslash
35319 f\SpecialChar \textcompwordmark{}
35320 i}
35321 \end_layout
35322
35323 \begin_layout Standard
35324 La codificación de caracteres (menú 
35325 \family sans
35326 Documento\SpecialChar \menuseparator
35327 Configuración\SpecialChar \menuseparator
35328 Idioma
35329 \family default
35330 ) especifica el carácter que se muestra al pulsar una tecla.
35331  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
35332  
35333 \series bold
35334
35335 \backslash
35336 textperiodcentered
35337 \series default
35338 .
35339  Pero este comando no está disponible en ecuaciones así que obtendrías errores
35340  de LaTeX.
35341  Con la codificación cambiada se escoge automáticamente el comando correcto,
35342  dependiendo de si el carácter se ha insertado en una ecuación o no.
35343 \end_layout
35344
35345 \begin_layout Standard
35346 La codificación de diversos caracteres se guarda en archivos de definición.
35347  Por ejemplo la codificación 
35348 \series bold
35349 latin9
35350 \series default
35351  se define en el archivo 
35352 \series bold
35353 latin9.def
35354 \series default
35355  que está en el directorio de LaTeX.
35356  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
35357  archivo de definición, de lo contrario nuestros documentos no podrían ser
35358  editados en otros ordenadores.
35359 \begin_inset VSpace medskip
35360 \end_inset
35361
35362
35363 \end_layout
35364
35365 \begin_layout Standard
35366 Además del punto centrado, en este documento se ha definido el signo grado
35367  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
35368  directamente en una fórmula:
35369 \end_layout
35370
35371 \begin_layout Standard
35372
35373 \series bold
35374
35375 \backslash
35376 DeclareInputtext{176}{
35377 \backslash
35378 ifmmode^
35379 \backslash
35380 circ
35381 \backslash
35382 else
35383 \backslash
35384 textdegree
35385 \backslash
35386 f\SpecialChar \textcompwordmark{}
35387 i}
35388 \begin_inset Newpage newpage
35389 \end_inset
35390
35391
35392 \end_layout
35393
35394 \begin_layout Section
35395 \start_of_appendix
35396 Notas sobre tipografía
35397 \begin_inset Index
35398 status collapsed
35399
35400 \begin_layout Plain Layout
35401 Tipografía, notas
35402 \end_layout
35403
35404 \end_inset
35405
35406
35407 \end_layout
35408
35409 \begin_layout Standard
35410 Esta sección es un resumen de las normas tipográficas ISO más importantes.
35411 \begin_inset Foot
35412 status collapsed
35413
35414 \begin_layout Plain Layout
35415 Este compendio se ha tomado parcialmente del diccionario semioficial alemán
35416  
35417 \begin_inset Quotes fld
35418 \end_inset
35419
35420 Duden
35421 \begin_inset Quotes frd
35422 \end_inset
35423
35424  
35425 \begin_inset CommandInset citation
35426 LatexCommand cite
35427 key "Duden"
35428
35429 \end_inset
35430
35431 , que incluye algunas de las normas ISO.
35432  
35433 \begin_inset Newline newline
35434 \end_inset
35435
35436 (
35437 \emph on
35438 N.
35439 \begin_inset Space \thinspace{}
35440 \end_inset
35441
35442 del t.
35443 \emph default
35444 : Para documentación en español sobre el tema, véase 
35445 \begin_inset CommandInset citation
35446 LatexCommand cite
35447 key "Bezos"
35448
35449 \end_inset
35450
35451 .)
35452 \end_layout
35453
35454 \end_inset
35455
35456
35457 \end_layout
35458
35459 \begin_layout Itemize
35460 Las unidades físicas se escriben 
35461 \emph on
35462 siempre 
35463 \emph default
35464 en redonda
35465 \begin_inset Foot
35466 status collapsed
35467
35468 \begin_layout Plain Layout
35469 véase estilos de fuentes en 
35470 \begin_inset CommandInset ref
35471 LatexCommand ref
35472 reference "sub:Estilos-de-fuentes"
35473
35474 \end_inset
35475
35476
35477 \end_layout
35478
35479 \end_inset
35480
35481 : 30
35482 \begin_inset Space \thinspace{}
35483 \end_inset
35484
35485 km/h
35486 \begin_inset Newline newline
35487 \end_inset
35488
35489 Entre el valor y la unidad hay un espacio delgado, véase 
35490 \begin_inset CommandInset ref
35491 LatexCommand ref
35492 reference "sub:Espacio-predefinido"
35493
35494 \end_inset
35495
35496 .
35497 \end_layout
35498
35499 \begin_layout Itemize
35500 Los signos por ciento y por mil se escriben como las unidades físicas:
35501 \begin_inset Newline newline
35502 \end_inset
35503
35504 1,2
35505 \begin_inset Space \thinspace{}
35506 \end_inset
35507
35508
35509 \begin_inset ERT
35510 status collapsed
35511
35512 \begin_layout Plain Layout
35513
35514
35515 \backslash
35516 textperthousand 
35517 \end_layout
35518
35519 \end_inset
35520
35521  
35522 \begin_inset Space ~
35523 \end_inset
35524
35525 de alcohol en sangre.
35526 \end_layout
35527
35528 \begin_layout Itemize
35529 El signo grado sigue directamente al valor: 15°, excepto si acompaña a otra
35530  unidad: 15
35531 \begin_inset Space \thinspace{}
35532 \end_inset
35533
35534 °C
35535 \end_layout
35536
35537 \begin_layout Itemize
35538 En números con más de cuatro dígitos se inserta un espacio delgado para
35539  separarlos en grupos de tres cifras: 18
35540 \begin_inset Space \thinspace{}
35541 \end_inset
35542
35543 473
35544 \begin_inset Space \thinspace{}
35545 \end_inset
35546
35547 588
35548 \end_layout
35549
35550 \begin_layout Itemize
35551 Para dimensiones como 120×90×40
35552 \begin_inset Space \thinspace{}
35553 \end_inset
35554
35555 cm se usa el aspa de multiplicar 
35556 \begin_inset Quotes fld
35557 \end_inset
35558
35559 ×
35560 \begin_inset Quotes frd
35561 \end_inset
35562
35563 .
35564  Se puede insertar con el comando LaTeX 
35565 \series bold
35566
35567 \backslash
35568 texttimes
35569 \series default
35570  o directamente con alguna combinación de teclas.
35571 \end_layout
35572
35573 \begin_layout Itemize
35574 Las funciones con nombres que constan de varias letras se escriben en redonda
35575  para evitar confusiones, véase 
35576 \begin_inset CommandInset ref
35577 LatexCommand ref
35578 reference "sub:Funciones-predefinidas"
35579
35580 \end_inset
35581
35582 .
35583 \end_layout
35584
35585 \begin_layout Itemize
35586 Los índices que constan de varias letras se escriben en redonda: 
35587 \begin_inset Formula $E_{\mbox{cin}}$
35588 \end_inset
35589
35590
35591 \begin_inset Newline newline
35592 \end_inset
35593
35594 Los componentes de una matriz se escriben en cursiva: 
35595 \begin_inset Formula $\hat{H}_{kl}$
35596 \end_inset
35597
35598
35599 \end_layout
35600
35601 \begin_layout Itemize
35602 El operador de diferenciación/integración 'd', el número de Euler 'e' y
35603  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
35604 s con otras variables.
35605  
35606 \end_layout
35607
35608 \begin_layout Standard
35609 \begin_inset Newpage newpage
35610 \end_inset
35611
35612
35613 \end_layout
35614
35615 \begin_layout Section
35616 Sinónimos
35617 \begin_inset Index
35618 status collapsed
35619
35620 \begin_layout Plain Layout
35621 Sinónimos
35622 \end_layout
35623
35624 \end_inset
35625
35626
35627 \end_layout
35628
35629 \begin_layout Standard
35630 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
35631  como los que se recogen en esta lista:
35632 \begin_inset Foot
35633 status collapsed
35634
35635 \begin_layout Plain Layout
35636 véase también 
35637 \begin_inset CommandInset ref
35638 LatexCommand ref
35639 reference "fn:sinónimos"
35640
35641 \end_inset
35642
35643 .
35644 \end_layout
35645
35646 \end_inset
35647
35648
35649 \end_layout
35650
35651 \begin_layout Standard
35652
35653 \end_layout
35654
35655 \begin_layout Standard
35656 \begin_inset VSpace bigskip
35657 \end_inset
35658
35659
35660 \begin_inset Space \hfill{}
35661 \end_inset
35662
35663
35664 \begin_inset Tabular
35665 <lyxtabular version="3" rows="12" columns="2">
35666 <features>
35667 <column alignment="center" valignment="top" width="0pt">
35668 <column alignment="center" valignment="top" width="0pt">
35669 <row>
35670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35671 \begin_inset Text
35672
35673 \begin_layout Plain Layout
35674 Comando
35675 \end_layout
35676
35677 \end_inset
35678 </cell>
35679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35680 \begin_inset Text
35681
35682 \begin_layout Plain Layout
35683 equivalente a
35684 \begin_inset Note Note
35685 status collapsed
35686
35687 \begin_layout Plain Layout
35688
35689 \series bold
35690
35691 \backslash
35692 raisebox
35693 \series default
35694  se usa sólo como espaciador
35695 \end_layout
35696
35697 \end_inset
35698
35699
35700 \end_layout
35701
35702 \end_inset
35703 </cell>
35704 </row>
35705 <row>
35706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35707 \begin_inset Text
35708
35709 \begin_layout Plain Layout
35710
35711 \backslash
35712 ast
35713 \end_layout
35714
35715 \end_inset
35716 </cell>
35717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35718 \begin_inset Text
35719
35720 \begin_layout Plain Layout
35721 \begin_inset ERT
35722 status collapsed
35723
35724 \begin_layout Plain Layout
35725
35726
35727 \backslash
35728 raisebox{-1.2mm}{
35729 \end_layout
35730
35731 \end_inset
35732
35733 *
35734 \begin_inset ERT
35735 status collapsed
35736
35737 \begin_layout Plain Layout
35738
35739 }
35740 \end_layout
35741
35742 \end_inset
35743
35744
35745 \end_layout
35746
35747 \end_inset
35748 </cell>
35749 </row>
35750 <row>
35751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35752 \begin_inset Text
35753
35754 \begin_layout Plain Layout
35755
35756 \backslash
35757 choose
35758 \end_layout
35759
35760 \end_inset
35761 </cell>
35762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35763 \begin_inset Text
35764
35765 \begin_layout Plain Layout
35766
35767 \backslash
35768 binom
35769 \end_layout
35770
35771 \end_inset
35772 </cell>
35773 </row>
35774 <row>
35775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35776 \begin_inset Text
35777
35778 \begin_layout Plain Layout
35779
35780 \backslash
35781 geq
35782 \end_layout
35783
35784 \end_inset
35785 </cell>
35786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35787 \begin_inset Text
35788
35789 \begin_layout Plain Layout
35790
35791 \backslash
35792 ge
35793 \end_layout
35794
35795 \end_inset
35796 </cell>
35797 </row>
35798 <row>
35799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35800 \begin_inset Text
35801
35802 \begin_layout Plain Layout
35803
35804 \backslash
35805 lbrace
35806 \end_layout
35807
35808 \end_inset
35809 </cell>
35810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35811 \begin_inset Text
35812
35813 \begin_layout Plain Layout
35814 {
35815 \end_layout
35816
35817 \end_inset
35818 </cell>
35819 </row>
35820 <row>
35821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35822 \begin_inset Text
35823
35824 \begin_layout Plain Layout
35825
35826 \backslash
35827 lbracket
35828 \end_layout
35829
35830 \end_inset
35831 </cell>
35832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35833 \begin_inset Text
35834
35835 \begin_layout Plain Layout
35836 [
35837 \end_layout
35838
35839 \end_inset
35840 </cell>
35841 </row>
35842 <row>
35843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35844 \begin_inset Text
35845
35846 \begin_layout Plain Layout
35847
35848 \backslash
35849 leftarrow
35850 \end_layout
35851
35852 \end_inset
35853 </cell>
35854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35855 \begin_inset Text
35856
35857 \begin_layout Plain Layout
35858
35859 \backslash
35860 gets
35861 \end_layout
35862
35863 \end_inset
35864 </cell>
35865 </row>
35866 <row>
35867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35868 \begin_inset Text
35869
35870 \begin_layout Plain Layout
35871
35872 \backslash
35873 leq
35874 \end_layout
35875
35876 \end_inset
35877 </cell>
35878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35879 \begin_inset Text
35880
35881 \begin_layout Plain Layout
35882
35883 \backslash
35884 le
35885 \end_layout
35886
35887 \end_inset
35888 </cell>
35889 </row>
35890 <row>
35891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35892 \begin_inset Text
35893
35894 \begin_layout Plain Layout
35895
35896 \backslash
35897 lor
35898 \end_layout
35899
35900 \end_inset
35901 </cell>
35902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35903 \begin_inset Text
35904
35905 \begin_layout Plain Layout
35906
35907 \backslash
35908 vee
35909 \end_layout
35910
35911 \end_inset
35912 </cell>
35913 </row>
35914 <row>
35915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35916 \begin_inset Text
35917
35918 \begin_layout Plain Layout
35919
35920 \backslash
35921 neq
35922 \end_layout
35923
35924 \end_inset
35925 </cell>
35926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35927 \begin_inset Text
35928
35929 \begin_layout Plain Layout
35930
35931 \backslash
35932 not=
35933 \end_layout
35934
35935 \end_inset
35936 </cell>
35937 </row>
35938 <row>
35939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35940 \begin_inset Text
35941
35942 \begin_layout Plain Layout
35943
35944 \backslash
35945 slash
35946 \end_layout
35947
35948 \end_inset
35949 </cell>
35950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35951 \begin_inset Text
35952
35953 \begin_layout Plain Layout
35954 /
35955 \end_layout
35956
35957 \end_inset
35958 </cell>
35959 </row>
35960 <row>
35961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35962 \begin_inset Text
35963
35964 \begin_layout Plain Layout
35965
35966 \backslash
35967 vert
35968 \end_layout
35969
35970 \end_inset
35971 </cell>
35972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35973 \begin_inset Text
35974
35975 \begin_layout Plain Layout
35976 |
35977 \end_layout
35978
35979 \end_inset
35980 </cell>
35981 </row>
35982 </lyxtabular>
35983
35984 \end_inset
35985
35986
35987 \begin_inset Space \hfill{}
35988 \end_inset
35989
35990
35991 \begin_inset Tabular
35992 <lyxtabular version="3" rows="12" columns="2">
35993 <features>
35994 <column alignment="center" valignment="top" width="0pt">
35995 <column alignment="center" valignment="top" width="0pt">
35996 <row>
35997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35998 \begin_inset Text
35999
36000 \begin_layout Plain Layout
36001 Comando
36002 \end_layout
36003
36004 \end_inset
36005 </cell>
36006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36007 \begin_inset Text
36008
36009 \begin_layout Plain Layout
36010 equivalente a
36011 \end_layout
36012
36013 \end_inset
36014 </cell>
36015 </row>
36016 <row>
36017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36018 \begin_inset Text
36019
36020 \begin_layout Plain Layout
36021
36022 \backslash
36023 backslash
36024 \end_layout
36025
36026 \end_inset
36027 </cell>
36028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36029 \begin_inset Text
36030
36031 \begin_layout Plain Layout
36032
36033 \backslash
36034
36035 \backslash
36036
36037 \end_layout
36038
36039 \end_inset
36040 </cell>
36041 </row>
36042 <row>
36043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36044 \begin_inset Text
36045
36046 \begin_layout Plain Layout
36047
36048 \backslash
36049 dasharrow
36050 \end_layout
36051
36052 \end_inset
36053 </cell>
36054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36055 \begin_inset Text
36056
36057 \begin_layout Plain Layout
36058
36059 \backslash
36060 dashrightarrow
36061 \end_layout
36062
36063 \end_inset
36064 </cell>
36065 </row>
36066 <row>
36067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36068 \begin_inset Text
36069
36070 \begin_layout Plain Layout
36071
36072 \backslash
36073 land
36074 \end_layout
36075
36076 \end_inset
36077 </cell>
36078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36079 \begin_inset Text
36080
36081 \begin_layout Plain Layout
36082
36083 \backslash
36084 wedge
36085 \end_layout
36086
36087 \end_inset
36088 </cell>
36089 </row>
36090 <row>
36091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36092 \begin_inset Text
36093
36094 \begin_layout Plain Layout
36095
36096 \backslash
36097 rbrace
36098 \end_layout
36099
36100 \end_inset
36101 </cell>
36102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36103 \begin_inset Text
36104
36105 \begin_layout Plain Layout
36106 }
36107 \end_layout
36108
36109 \end_inset
36110 </cell>
36111 </row>
36112 <row>
36113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36114 \begin_inset Text
36115
36116 \begin_layout Plain Layout
36117
36118 \backslash
36119 rbracket
36120 \end_layout
36121
36122 \end_inset
36123 </cell>
36124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36125 \begin_inset Text
36126
36127 \begin_layout Plain Layout
36128 ]
36129 \end_layout
36130
36131 \end_inset
36132 </cell>
36133 </row>
36134 <row>
36135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36136 \begin_inset Text
36137
36138 \begin_layout Plain Layout
36139
36140 \backslash
36141 rightarrow
36142 \end_layout
36143
36144 \end_inset
36145 </cell>
36146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36147 \begin_inset Text
36148
36149 \begin_layout Plain Layout
36150
36151 \backslash
36152 to
36153 \end_layout
36154
36155 \end_inset
36156 </cell>
36157 </row>
36158 <row>
36159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36160 \begin_inset Text
36161
36162 \begin_layout Plain Layout
36163
36164 \backslash
36165 lnot
36166 \end_layout
36167
36168 \end_inset
36169 </cell>
36170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36171 \begin_inset Text
36172
36173 \begin_layout Plain Layout
36174
36175 \backslash
36176 neg
36177 \end_layout
36178
36179 \end_inset
36180 </cell>
36181 </row>
36182 <row>
36183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36184 \begin_inset Text
36185
36186 \begin_layout Plain Layout
36187
36188 \backslash
36189 ne
36190 \end_layout
36191
36192 \end_inset
36193 </cell>
36194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36195 \begin_inset Text
36196
36197 \begin_layout Plain Layout
36198
36199 \backslash
36200 not=
36201 \end_layout
36202
36203 \end_inset
36204 </cell>
36205 </row>
36206 <row>
36207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36208 \begin_inset Text
36209
36210 \begin_layout Plain Layout
36211
36212 \backslash
36213 owns
36214 \end_layout
36215
36216 \end_inset
36217 </cell>
36218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36219 \begin_inset Text
36220
36221 \begin_layout Plain Layout
36222
36223 \backslash
36224 ni
36225 \end_layout
36226
36227 \end_inset
36228 </cell>
36229 </row>
36230 <row>
36231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36232 \begin_inset Text
36233
36234 \begin_layout Plain Layout
36235
36236 \backslash
36237 square
36238 \end_layout
36239
36240 \end_inset
36241 </cell>
36242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36243 \begin_inset Text
36244
36245 \begin_layout Plain Layout
36246
36247 \backslash
36248 Box
36249 \end_layout
36250
36251 \end_inset
36252 </cell>
36253 </row>
36254 <row>
36255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36256 \begin_inset Text
36257
36258 \begin_layout Plain Layout
36259
36260 \backslash
36261 Vert
36262 \end_layout
36263
36264 \end_inset
36265 </cell>
36266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36267 \begin_inset Text
36268
36269 \begin_layout Plain Layout
36270
36271 \backslash
36272 |
36273 \end_layout
36274
36275 \end_inset
36276 </cell>
36277 </row>
36278 </lyxtabular>
36279
36280 \end_inset
36281
36282
36283 \begin_inset Space \hfill{}
36284 \end_inset
36285
36286
36287 \end_layout
36288
36289 \begin_layout Standard
36290 \begin_inset Newpage newpage
36291 \end_inset
36292
36293
36294 \end_layout
36295
36296 \begin_layout Bibliography
36297 \begin_inset CommandInset bibitem
36298 LatexCommand bibitem
36299 key "TLC2"
36300
36301 \end_inset
36302
36303
36304 \shape smallcaps
36305 Mittelbach, F.
36306  ; Goossens, M.
36307 \shape default
36308
36309 \shape italic
36310 The LaTeX Companion
36311 \shape default
36312 .
36313  Addison Wesley, 2004
36314 \end_layout
36315
36316 \begin_layout Bibliography
36317 \begin_inset CommandInset bibitem
36318 LatexCommand bibitem
36319 key "Mathmode"
36320
36321 \end_inset
36322
36323
36324 \begin_inset ERT
36325 status collapsed
36326
36327 \begin_layout Plain Layout
36328
36329
36330 \backslash
36331 href{ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf}{
36332 \end_layout
36333
36334 \end_inset
36335
36336 Description
36337 \begin_inset ERT
36338 status collapsed
36339
36340 \begin_layout Plain Layout
36341
36342 }
36343 \end_layout
36344
36345 \end_inset
36346
36347  of LaTeX's math abilities
36348 \end_layout
36349
36350 \begin_layout Bibliography
36351 \begin_inset CommandInset bibitem
36352 LatexCommand bibitem
36353 key "Voss"
36354
36355 \end_inset
36356
36357 LaTeX tips and tricks-
36358 \begin_inset ERT
36359 status collapsed
36360
36361 \begin_layout Plain Layout
36362
36363
36364 \backslash
36365 href{http://tug.org/TeXnik/}{
36366 \end_layout
36367
36368 \end_inset
36369
36370 page
36371 \begin_inset ERT
36372 status collapsed
36373
36374 \begin_layout Plain Layout
36375
36376 }
36377 \end_layout
36378
36379 \end_inset
36380
36381
36382 \end_layout
36383
36384 \begin_layout Bibliography
36385 \begin_inset CommandInset bibitem
36386 LatexCommand bibitem
36387 key "AMS"
36388
36389 \end_inset
36390
36391
36392 \begin_inset ERT
36393 status collapsed
36394
36395 \begin_layout Plain Layout
36396
36397
36398 \backslash
36399 href{ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf}{
36400 \end_layout
36401
36402 \end_inset
36403
36404 Description
36405 \begin_inset ERT
36406 status collapsed
36407
36408 \begin_layout Plain Layout
36409
36410 }
36411 \end_layout
36412
36413 \end_inset
36414
36415  of 
36416 \begin_inset ERT
36417 status collapsed
36418
36419 \begin_layout Plain Layout
36420
36421
36422 \backslash
36423 AmS
36424 \end_layout
36425
36426 \end_inset
36427
36428 -LaTeX
36429 \end_layout
36430
36431 \begin_layout Bibliography
36432 \begin_inset CommandInset bibitem
36433 LatexCommand bibitem
36434 key "Symbole"
36435
36436 \end_inset
36437
36438
36439 \begin_inset ERT
36440 status collapsed
36441
36442 \begin_layout Plain Layout
36443
36444
36445 \backslash
36446 href{ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf}{
36447 \end_layout
36448
36449 \end_inset
36450
36451 List
36452 \begin_inset ERT
36453 status collapsed
36454
36455 \begin_layout Plain Layout
36456
36457 }
36458 \end_layout
36459
36460 \end_inset
36461
36462  of all symbols available with LaTeX-packages
36463 \end_layout
36464
36465 \begin_layout Bibliography
36466 \begin_inset CommandInset bibitem
36467 LatexCommand bibitem
36468 key "hyperref"
36469
36470 \end_inset
36471
36472
36473 \begin_inset ERT
36474 status collapsed
36475
36476 \begin_layout Plain Layout
36477
36478
36479 \backslash
36480 href{http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf}{
36481 \end_layout
36482
36483 \end_inset
36484
36485 Documentation
36486 \begin_inset ERT
36487 status collapsed
36488
36489 \begin_layout Plain Layout
36490
36491 }
36492 \end_layout
36493
36494 \end_inset
36495
36496  of the LaTeX-package 
36497 \series bold
36498 hyperref
36499 \series default
36500
36501 \begin_inset Index
36502 status collapsed
36503
36504 \begin_layout Plain Layout
36505 Paquetes ! hyperref
36506 \end_layout
36507
36508 \end_inset
36509
36510
36511 \end_layout
36512
36513 \begin_layout Bibliography
36514 \begin_inset CommandInset bibitem
36515 LatexCommand bibitem
36516 key "Mathclap"
36517
36518 \end_inset
36519
36520
36521 \begin_inset ERT
36522 status collapsed
36523
36524 \begin_layout Plain Layout
36525
36526
36527 \backslash
36528 href{http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf}{
36529 \end_layout
36530
36531 \end_inset
36532
36533 Description
36534 \begin_inset ERT
36535 status collapsed
36536
36537 \begin_layout Plain Layout
36538
36539 }
36540 \end_layout
36541
36542 \end_inset
36543
36544  of the command 
36545 \series bold
36546
36547 \backslash
36548 mathclap
36549 \series default
36550 , descrito en 
36551 \begin_inset CommandInset ref
36552 LatexCommand ref
36553 reference "sub:Límites-de-operadores"
36554
36555 \end_inset
36556
36557
36558 \begin_inset Index
36559 status collapsed
36560
36561 \begin_layout Plain Layout
36562 Comandos ! M ! 
36563 \backslash
36564 mathclap
36565 \end_layout
36566
36567 \end_inset
36568
36569
36570 \end_layout
36571
36572 \begin_layout Bibliography
36573 \begin_inset CommandInset bibitem
36574 LatexCommand bibitem
36575 key "Duden"
36576
36577 \end_inset
36578
36579
36580 \emph on
36581 Duden Band 1
36582 \emph default
36583 .
36584  22.
36585  Auflage, Duden 2001
36586 \end_layout
36587
36588 \begin_layout Bibliography
36589 \begin_inset CommandInset bibitem
36590 LatexCommand bibitem
36591 key "spanish"
36592
36593 \end_inset
36594
36595
36596 \begin_inset ERT
36597 status collapsed
36598
36599 \begin_layout Plain Layout
36600
36601
36602 \backslash
36603 href{http://www.texytipografia.com/archive/spanish.pdf}{
36604 \end_layout
36605
36606 \end_inset
36607
36608 Documentación
36609 \begin_inset ERT
36610 status collapsed
36611
36612 \begin_layout Plain Layout
36613
36614 }
36615 \end_layout
36616
36617 \end_inset
36618
36619  del estilo 
36620 \series bold
36621 spanish
36622 \family sans
36623 \series default
36624  
36625 \family default
36626 incluido en el paquete 
36627 \series bold
36628 babel
36629 \end_layout
36630
36631 \begin_layout Bibliography
36632 \begin_inset CommandInset bibitem
36633 LatexCommand bibitem
36634 key "Bezos"
36635
36636 \end_inset
36637
36638
36639 \begin_inset ERT
36640 status collapsed
36641
36642 \begin_layout Plain Layout
36643
36644
36645 \backslash
36646 href{http://www.texytipografia.com/archive/ortomatem.pdf}{
36647 \end_layout
36648
36649 \end_inset
36650
36651 Documento
36652 \begin_inset ERT
36653 status collapsed
36654
36655 \begin_layout Plain Layout
36656
36657 }
36658 \end_layout
36659
36660 \end_inset
36661
36662  sobre ortotipografía y notaciones matemáticas en español
36663 \end_layout
36664
36665 \begin_layout Standard
36666
36667 \family sans
36668 \series bold
36669 \begin_inset CommandInset index_print
36670 LatexCommand printindex
36671
36672 \end_inset
36673
36674
36675 \end_layout
36676
36677 \end_body
36678 \end_document