]> git.lyx.org Git - lyx.git/blob - lib/doc/es/Math.lyx
Math.lyx: fix index entries
[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 4mm
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 officialeuro
22405 \end_layout
22406
22407 \end_inset
22408
22409
22410 \end_layout
22411
22412 \end_inset
22413
22414
22415 \end_layout
22416
22417 \begin_layout Standard
22418 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
22419  LaTeX 
22420 \series bold
22421 eurosym
22422 \series default
22423
22424 \begin_inset Index
22425 status collapsed
22426
22427 \begin_layout Plain Layout
22428 Paquetes ! eurosym
22429 \end_layout
22430
22431 \end_inset
22432
22433 , y cargado en el preámbulo LaTeX con la línea
22434 \end_layout
22435
22436 \begin_layout Standard
22437
22438 \series bold
22439
22440 \backslash
22441 usepackage[gennarrow]{eurosym}
22442 \end_layout
22443
22444 \begin_layout Standard
22445 Actualmente también se puede insertar con el comando 
22446 \series bold
22447
22448 \backslash
22449 euro
22450 \series default
22451
22452 \begin_inset Index
22453 status collapsed
22454
22455 \begin_layout Plain Layout
22456 Comandos ! E ! 
22457 \backslash
22458 euro
22459 \end_layout
22460
22461 \end_inset
22462
22463 .
22464 \end_layout
22465
22466 \begin_layout Standard
22467 El símbolo del euro puede insertarse directamente con la tecla € en texto
22468  matemático sin tener 
22469 \series bold
22470 eurosym
22471 \series default
22472  instalado.
22473  Si 
22474 \series bold
22475 eurosym
22476 \series default
22477  está instalado, se puede insertar 
22478 \series bold
22479
22480 \backslash
22481 euro
22482 \series default
22483  en modo TeX.
22484  El símbolo oficial de la moneda se puede insertar con el comando 
22485 \series bold
22486
22487 \backslash
22488 officialeuro
22489 \series default
22490
22491 \begin_inset Index
22492 status collapsed
22493
22494 \begin_layout Plain Layout
22495 Comandos ! O ! 
22496 \backslash
22497 officialeuro
22498 \end_layout
22499
22500 \end_inset
22501
22502 , que sólo está disponible en modo TeX.
22503 \end_layout
22504
22505 \begin_layout Standard
22506 \begin_inset ERT
22507 status collapsed
22508
22509 \begin_layout Plain Layout
22510
22511
22512 \backslash
22513 ifeurosym
22514 \end_layout
22515
22516 \end_inset
22517
22518
22519 \begin_inset Note Note
22520 status collapsed
22521
22522 \begin_layout Plain Layout
22523 La tabla siguiente sólo se mostrará si está instalado el paquete LaTeX 
22524 \series bold
22525 eurosym
22526 \series default
22527 .
22528 \end_layout
22529
22530 \end_inset
22531
22532
22533 \end_layout
22534
22535 \begin_layout Standard
22536 Un vistazo a los diferentes símbolos del euro.
22537 \end_layout
22538
22539 \begin_layout Standard
22540 \noindent
22541 \align center
22542 \begin_inset Tabular
22543 <lyxtabular version="3" rows="4" columns="3">
22544 <features>
22545 <column alignment="center" valignment="top" width="0">
22546 <column alignment="center" valignment="top" width="0">
22547 <column alignment="center" valignment="top" width="0">
22548 <row>
22549 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22550 \begin_inset Text
22551
22552 \begin_layout Plain Layout
22553
22554 \end_layout
22555
22556 \end_inset
22557 </cell>
22558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22559 \begin_inset Text
22560
22561 \begin_layout Plain Layout
22562 Comando
22563 \end_layout
22564
22565 \end_inset
22566 </cell>
22567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22568 \begin_inset Text
22569
22570 \begin_layout Plain Layout
22571 Símbolo
22572 \end_layout
22573
22574 \end_inset
22575 </cell>
22576 </row>
22577 <row>
22578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22579 \begin_inset Text
22580
22581 \begin_layout Plain Layout
22582 ecuación
22583 \end_layout
22584
22585 \end_inset
22586 </cell>
22587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22588 \begin_inset Text
22589
22590 \begin_layout Plain Layout
22591
22592 \backslash
22593 euro
22594 \end_layout
22595
22596 \end_inset
22597 </cell>
22598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22599 \begin_inset Text
22600
22601 \begin_layout Plain Layout
22602 \begin_inset Formula $\euro $
22603 \end_inset
22604
22605
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 </row>
22611 <row>
22612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22613 \begin_inset Text
22614
22615 \begin_layout Plain Layout
22616 texto matemático
22617 \end_layout
22618
22619 \end_inset
22620 </cell>
22621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22622 \begin_inset Text
22623
22624 \begin_layout Plain Layout
22625
22626 \end_layout
22627
22628 \end_inset
22629 </cell>
22630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22631 \begin_inset Text
22632
22633 \begin_layout Plain Layout
22634 \begin_inset Formula $\mbox{€}$
22635 \end_inset
22636
22637
22638 \end_layout
22639
22640 \end_inset
22641 </cell>
22642 </row>
22643 <row>
22644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22645 \begin_inset Text
22646
22647 \begin_layout Plain Layout
22648 modo TeX
22649 \end_layout
22650
22651 \end_inset
22652 </cell>
22653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22654 \begin_inset Text
22655
22656 \begin_layout Plain Layout
22657
22658 \backslash
22659 officialeuro
22660 \end_layout
22661
22662 \end_inset
22663 </cell>
22664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22665 \begin_inset Text
22666
22667 \begin_layout Plain Layout
22668 \begin_inset ERT
22669 status collapsed
22670
22671 \begin_layout Plain Layout
22672
22673
22674 \backslash
22675 officialeuro
22676 \end_layout
22677
22678 \end_inset
22679
22680
22681 \end_layout
22682
22683 \end_inset
22684 </cell>
22685 </row>
22686 </lyxtabular>
22687
22688 \end_inset
22689
22690
22691 \end_layout
22692
22693 \begin_layout Standard
22694 \begin_inset ERT
22695 status collapsed
22696
22697 \begin_layout Plain Layout
22698
22699
22700 \backslash
22701 else
22702 \end_layout
22703
22704 \end_inset
22705
22706
22707 \begin_inset Note Note
22708 status collapsed
22709
22710 \begin_layout Plain Layout
22711 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
22712 \series bold
22713 eurosym
22714 \series default
22715 :
22716 \end_layout
22717
22718 \end_inset
22719
22720
22721 \end_layout
22722
22723 \begin_layout Standard
22724 Para ver la salida completa de esta subsección debe estar instalado el paquete
22725  LaTeX 
22726 \series bold
22727 eurosym
22728 \series default
22729 .
22730 \end_layout
22731
22732 \begin_layout Standard
22733 \begin_inset ERT
22734 status collapsed
22735
22736 \begin_layout Plain Layout
22737
22738
22739 \backslash
22740 fi
22741 \end_layout
22742
22743 \end_inset
22744
22745
22746 \end_layout
22747
22748 \begin_layout Section
22749 Relaciones
22750 \begin_inset CommandInset label
22751 LatexCommand label
22752 name "sec:Relaciones"
22753
22754 \end_inset
22755
22756
22757 \begin_inset Index
22758 status collapsed
22759
22760 \begin_layout Plain Layout
22761 Relaciones
22762 \end_layout
22763
22764 \end_inset
22765
22766
22767 \begin_inset Index
22768 status collapsed
22769
22770 \begin_layout Plain Layout
22771 Comparaciones|see
22772 \begin_inset ERT
22773 status collapsed
22774
22775 \begin_layout Plain Layout
22776
22777 {
22778 \end_layout
22779
22780 \end_inset
22781
22782 Relaciones
22783 \begin_inset ERT
22784 status collapsed
22785
22786 \begin_layout Plain Layout
22787
22788 }
22789 \end_layout
22790
22791 \end_inset
22792
22793
22794 \end_layout
22795
22796 \end_inset
22797
22798
22799 \end_layout
22800
22801 \begin_layout Standard
22802 Todas las relaciones se pueden insertar también con el botón 
22803 \begin_inset Graphics
22804         filename ../../images/math/leq.png
22805         embed ""
22806         scale 85
22807
22808 \end_inset
22809
22810  de la barra de ecuaciones.
22811 \end_layout
22812
22813 \begin_layout Standard
22814 \begin_inset Space \hfill{}
22815 \end_inset
22816
22817
22818 \begin_inset Tabular
22819 <lyxtabular version="3" rows="17" columns="2">
22820 <features>
22821 <column alignment="center" valignment="top" width="0pt">
22822 <column alignment="center" valignment="top" width="0pt">
22823 <row>
22824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22825 \begin_inset Text
22826
22827 \begin_layout Plain Layout
22828 Comando
22829 \end_layout
22830
22831 \end_inset
22832 </cell>
22833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22834 \begin_inset Text
22835
22836 \begin_layout Plain Layout
22837 Relación
22838 \end_layout
22839
22840 \end_inset
22841 </cell>
22842 </row>
22843 <row>
22844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22845 \begin_inset Text
22846
22847 \begin_layout Plain Layout
22848 <
22849 \end_layout
22850
22851 \end_inset
22852 </cell>
22853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22854 \begin_inset Text
22855
22856 \begin_layout Plain Layout
22857 \begin_inset Formula $<$
22858 \end_inset
22859
22860
22861 \end_layout
22862
22863 \end_inset
22864 </cell>
22865 </row>
22866 <row>
22867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22868 \begin_inset Text
22869
22870 \begin_layout Plain Layout
22871
22872 \backslash
22873 le
22874 \end_layout
22875
22876 \end_inset
22877 </cell>
22878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22879 \begin_inset Text
22880
22881 \begin_layout Plain Layout
22882 \begin_inset Formula $\le$
22883 \end_inset
22884
22885
22886 \end_layout
22887
22888 \end_inset
22889 </cell>
22890 </row>
22891 <row>
22892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22893 \begin_inset Text
22894
22895 \begin_layout Plain Layout
22896
22897 \backslash
22898 ll
22899 \end_layout
22900
22901 \end_inset
22902 </cell>
22903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22904 \begin_inset Text
22905
22906 \begin_layout Plain Layout
22907 \begin_inset Formula $\ll$
22908 \end_inset
22909
22910
22911 \end_layout
22912
22913 \end_inset
22914 </cell>
22915 </row>
22916 <row>
22917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22918 \begin_inset Text
22919
22920 \begin_layout Plain Layout
22921
22922 \backslash
22923 prec
22924 \end_layout
22925
22926 \end_inset
22927 </cell>
22928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22929 \begin_inset Text
22930
22931 \begin_layout Plain Layout
22932 \begin_inset Formula $\prec$
22933 \end_inset
22934
22935
22936 \end_layout
22937
22938 \end_inset
22939 </cell>
22940 </row>
22941 <row>
22942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22943 \begin_inset Text
22944
22945 \begin_layout Plain Layout
22946
22947 \backslash
22948 preceq
22949 \end_layout
22950
22951 \end_inset
22952 </cell>
22953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22954 \begin_inset Text
22955
22956 \begin_layout Plain Layout
22957 \begin_inset Formula $\preceq$
22958 \end_inset
22959
22960
22961 \end_layout
22962
22963 \end_inset
22964 </cell>
22965 </row>
22966 <row>
22967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22968 \begin_inset Text
22969
22970 \begin_layout Plain Layout
22971
22972 \backslash
22973 subset
22974 \end_layout
22975
22976 \end_inset
22977 </cell>
22978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22979 \begin_inset Text
22980
22981 \begin_layout Plain Layout
22982 \begin_inset Formula $\subset$
22983 \end_inset
22984
22985
22986 \end_layout
22987
22988 \end_inset
22989 </cell>
22990 </row>
22991 <row>
22992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22993 \begin_inset Text
22994
22995 \begin_layout Plain Layout
22996
22997 \backslash
22998 subseteq
22999 \end_layout
23000
23001 \end_inset
23002 </cell>
23003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23004 \begin_inset Text
23005
23006 \begin_layout Plain Layout
23007 \begin_inset Formula $\subseteq$
23008 \end_inset
23009
23010
23011 \end_layout
23012
23013 \end_inset
23014 </cell>
23015 </row>
23016 <row>
23017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23018 \begin_inset Text
23019
23020 \begin_layout Plain Layout
23021
23022 \backslash
23023 sqsubseteq
23024 \end_layout
23025
23026 \end_inset
23027 </cell>
23028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23029 \begin_inset Text
23030
23031 \begin_layout Plain Layout
23032 \begin_inset Formula $\sqsubseteq$
23033 \end_inset
23034
23035
23036 \end_layout
23037
23038 \end_inset
23039 </cell>
23040 </row>
23041 <row>
23042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046
23047 \backslash
23048 in
23049 \end_layout
23050
23051 \end_inset
23052 </cell>
23053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23054 \begin_inset Text
23055
23056 \begin_layout Plain Layout
23057 \begin_inset Formula $\in$
23058 \end_inset
23059
23060
23061 \end_layout
23062
23063 \end_inset
23064 </cell>
23065 </row>
23066 <row>
23067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23068 \begin_inset Text
23069
23070 \begin_layout Plain Layout
23071
23072 \backslash
23073 vdash
23074 \end_layout
23075
23076 \end_inset
23077 </cell>
23078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23079 \begin_inset Text
23080
23081 \begin_layout Plain Layout
23082 \begin_inset Formula $\vdash$
23083 \end_inset
23084
23085
23086 \end_layout
23087
23088 \end_inset
23089 </cell>
23090 </row>
23091 <row>
23092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23093 \begin_inset Text
23094
23095 \begin_layout Plain Layout
23096
23097 \backslash
23098 smile
23099 \end_layout
23100
23101 \end_inset
23102 </cell>
23103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23104 \begin_inset Text
23105
23106 \begin_layout Plain Layout
23107 \begin_inset Formula $\smile$
23108 \end_inset
23109
23110
23111 \end_layout
23112
23113 \end_inset
23114 </cell>
23115 </row>
23116 <row>
23117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23118 \begin_inset Text
23119
23120 \begin_layout Plain Layout
23121
23122 \backslash
23123 lhd
23124 \end_layout
23125
23126 \end_inset
23127 </cell>
23128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23129 \begin_inset Text
23130
23131 \begin_layout Plain Layout
23132 \begin_inset Formula $\lhd$
23133 \end_inset
23134
23135
23136 \end_layout
23137
23138 \end_inset
23139 </cell>
23140 </row>
23141 <row>
23142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146
23147 \backslash
23148 unlhd
23149 \end_layout
23150
23151 \end_inset
23152 </cell>
23153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23154 \begin_inset Text
23155
23156 \begin_layout Plain Layout
23157 \begin_inset Formula $\unlhd$
23158 \end_inset
23159
23160
23161 \end_layout
23162
23163 \end_inset
23164 </cell>
23165 </row>
23166 <row>
23167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171
23172 \backslash
23173 gtrless
23174 \end_layout
23175
23176 \end_inset
23177 </cell>
23178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23179 \begin_inset Text
23180
23181 \begin_layout Plain Layout
23182 \begin_inset Formula $\gtrless$
23183 \end_inset
23184
23185
23186 \end_layout
23187
23188 \end_inset
23189 </cell>
23190 </row>
23191 <row>
23192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23193 \begin_inset Text
23194
23195 \begin_layout Plain Layout
23196
23197 \backslash
23198 mid
23199 \end_layout
23200
23201 \end_inset
23202 </cell>
23203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23204 \begin_inset Text
23205
23206 \begin_layout Plain Layout
23207 \begin_inset Formula $\mid$
23208 \end_inset
23209
23210
23211 \end_layout
23212
23213 \end_inset
23214 </cell>
23215 </row>
23216 <row>
23217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23218 \begin_inset Text
23219
23220 \begin_layout Plain Layout
23221
23222 \backslash
23223 nmid
23224 \end_layout
23225
23226 \end_inset
23227 </cell>
23228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23229 \begin_inset Text
23230
23231 \begin_layout Plain Layout
23232 \begin_inset Formula $\nmid$
23233 \end_inset
23234
23235
23236 \end_layout
23237
23238 \end_inset
23239 </cell>
23240 </row>
23241 </lyxtabular>
23242
23243 \end_inset
23244
23245
23246 \begin_inset Space \hfill{}
23247 \end_inset
23248
23249
23250 \begin_inset Tabular
23251 <lyxtabular version="3" rows="17" columns="2">
23252 <features>
23253 <column alignment="center" valignment="top" width="0pt">
23254 <column alignment="center" valignment="top" width="0pt">
23255 <row>
23256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23257 \begin_inset Text
23258
23259 \begin_layout Plain Layout
23260 Comando
23261 \end_layout
23262
23263 \end_inset
23264 </cell>
23265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23266 \begin_inset Text
23267
23268 \begin_layout Plain Layout
23269 Relación
23270 \end_layout
23271
23272 \end_inset
23273 </cell>
23274 </row>
23275 <row>
23276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23277 \begin_inset Text
23278
23279 \begin_layout Plain Layout
23280 =
23281 \end_layout
23282
23283 \end_inset
23284 </cell>
23285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23286 \begin_inset Text
23287
23288 \begin_layout Plain Layout
23289 \begin_inset Formula $=$
23290 \end_inset
23291
23292
23293 \end_layout
23294
23295 \end_inset
23296 </cell>
23297 </row>
23298 <row>
23299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23300 \begin_inset Text
23301
23302 \begin_layout Plain Layout
23303
23304 \backslash
23305 not=
23306 \end_layout
23307
23308 \end_inset
23309 </cell>
23310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23311 \begin_inset Text
23312
23313 \begin_layout Plain Layout
23314 \begin_inset Formula $\not=$
23315 \end_inset
23316
23317
23318 \end_layout
23319
23320 \end_inset
23321 </cell>
23322 </row>
23323 <row>
23324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23325 \begin_inset Text
23326
23327 \begin_layout Plain Layout
23328
23329 \backslash
23330 equiv
23331 \end_layout
23332
23333 \end_inset
23334 </cell>
23335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23336 \begin_inset Text
23337
23338 \begin_layout Plain Layout
23339 \begin_inset Formula $\equiv$
23340 \end_inset
23341
23342
23343 \end_layout
23344
23345 \end_inset
23346 </cell>
23347 </row>
23348 <row>
23349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23350 \begin_inset Text
23351
23352 \begin_layout Plain Layout
23353
23354 \backslash
23355 sim
23356 \end_layout
23357
23358 \end_inset
23359 </cell>
23360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23361 \begin_inset Text
23362
23363 \begin_layout Plain Layout
23364 \begin_inset Formula $\sim$
23365 \end_inset
23366
23367
23368 \end_layout
23369
23370 \end_inset
23371 </cell>
23372 </row>
23373 <row>
23374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23375 \begin_inset Text
23376
23377 \begin_layout Plain Layout
23378
23379 \backslash
23380 simeq
23381 \end_layout
23382
23383 \end_inset
23384 </cell>
23385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23386 \begin_inset Text
23387
23388 \begin_layout Plain Layout
23389 \begin_inset Formula $\simeq$
23390 \end_inset
23391
23392
23393 \end_layout
23394
23395 \end_inset
23396 </cell>
23397 </row>
23398 <row>
23399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23400 \begin_inset Text
23401
23402 \begin_layout Plain Layout
23403
23404 \backslash
23405 approx
23406 \end_layout
23407
23408 \end_inset
23409 </cell>
23410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23411 \begin_inset Text
23412
23413 \begin_layout Plain Layout
23414 \begin_inset Formula $\approx$
23415 \end_inset
23416
23417
23418 \end_layout
23419
23420 \end_inset
23421 </cell>
23422 </row>
23423 <row>
23424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23425 \begin_inset Text
23426
23427 \begin_layout Plain Layout
23428
23429 \backslash
23430 cong
23431 \end_layout
23432
23433 \end_inset
23434 </cell>
23435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23436 \begin_inset Text
23437
23438 \begin_layout Plain Layout
23439 \begin_inset Formula $\cong$
23440 \end_inset
23441
23442
23443 \end_layout
23444
23445 \end_inset
23446 </cell>
23447 </row>
23448 <row>
23449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23450 \begin_inset Text
23451
23452 \begin_layout Plain Layout
23453
23454 \backslash
23455 bowtie
23456 \end_layout
23457
23458 \end_inset
23459 </cell>
23460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23461 \begin_inset Text
23462
23463 \begin_layout Plain Layout
23464 \begin_inset Formula $\bowtie$
23465 \end_inset
23466
23467
23468 \end_layout
23469
23470 \end_inset
23471 </cell>
23472 </row>
23473 <row>
23474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23475 \begin_inset Text
23476
23477 \begin_layout Plain Layout
23478
23479 \backslash
23480 notin
23481 \end_layout
23482
23483 \end_inset
23484 </cell>
23485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23486 \begin_inset Text
23487
23488 \begin_layout Plain Layout
23489 \begin_inset Formula $\notin$
23490 \end_inset
23491
23492
23493 \end_layout
23494
23495 \end_inset
23496 </cell>
23497 </row>
23498 <row>
23499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23500 \begin_inset Text
23501
23502 \begin_layout Plain Layout
23503
23504 \backslash
23505 perp
23506 \end_layout
23507
23508 \end_inset
23509 </cell>
23510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23511 \begin_inset Text
23512
23513 \begin_layout Plain Layout
23514 \begin_inset Formula $\perp$
23515 \end_inset
23516
23517
23518 \end_layout
23519
23520 \end_inset
23521 </cell>
23522 </row>
23523 <row>
23524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23525 \begin_inset Text
23526
23527 \begin_layout Plain Layout
23528
23529 \backslash
23530 propto
23531 \end_layout
23532
23533 \end_inset
23534 </cell>
23535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23536 \begin_inset Text
23537
23538 \begin_layout Plain Layout
23539 \begin_inset Formula $\propto$
23540 \end_inset
23541
23542
23543 \end_layout
23544
23545 \end_inset
23546 </cell>
23547 </row>
23548 <row>
23549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553
23554 \backslash
23555 asymp
23556 \end_layout
23557
23558 \end_inset
23559 </cell>
23560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23561 \begin_inset Text
23562
23563 \begin_layout Plain Layout
23564 \begin_inset Formula $\asymp$
23565 \end_inset
23566
23567
23568 \end_layout
23569
23570 \end_inset
23571 </cell>
23572 </row>
23573 <row>
23574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578
23579 \backslash
23580 doteq
23581 \end_layout
23582
23583 \end_inset
23584 </cell>
23585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23586 \begin_inset Text
23587
23588 \begin_layout Plain Layout
23589 \begin_inset Formula $\doteq$
23590 \end_inset
23591
23592
23593 \end_layout
23594
23595 \end_inset
23596 </cell>
23597 </row>
23598 <row>
23599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603
23604 \backslash
23605 circeq
23606 \end_layout
23607
23608 \end_inset
23609 </cell>
23610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23611 \begin_inset Text
23612
23613 \begin_layout Plain Layout
23614 \begin_inset Formula $\circeq$
23615 \end_inset
23616
23617
23618 \end_layout
23619
23620 \end_inset
23621 </cell>
23622 </row>
23623 <row>
23624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23625 \begin_inset Text
23626
23627 \begin_layout Plain Layout
23628
23629 \backslash
23630 models
23631 \end_layout
23632
23633 \end_inset
23634 </cell>
23635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23636 \begin_inset Text
23637
23638 \begin_layout Plain Layout
23639 \begin_inset Formula $\models$
23640 \end_inset
23641
23642
23643 \end_layout
23644
23645 \end_inset
23646 </cell>
23647 </row>
23648 <row>
23649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23650 \begin_inset Text
23651
23652 \begin_layout Plain Layout
23653
23654 \backslash
23655 widehat=
23656 \end_layout
23657
23658 \end_inset
23659 </cell>
23660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23661 \begin_inset Text
23662
23663 \begin_layout Plain Layout
23664 \begin_inset Formula $\widehat{=}$
23665 \end_inset
23666
23667
23668 \end_layout
23669
23670 \end_inset
23671 </cell>
23672 </row>
23673 </lyxtabular>
23674
23675 \end_inset
23676
23677
23678 \begin_inset Space \hfill{}
23679 \end_inset
23680
23681
23682 \begin_inset Tabular
23683 <lyxtabular version="3" rows="17" columns="2">
23684 <features>
23685 <column alignment="center" valignment="top" width="0pt">
23686 <column alignment="center" valignment="top" width="0pt">
23687 <row>
23688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23689 \begin_inset Text
23690
23691 \begin_layout Plain Layout
23692 Comando
23693 \end_layout
23694
23695 \end_inset
23696 </cell>
23697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23698 \begin_inset Text
23699
23700 \begin_layout Plain Layout
23701 Relación
23702 \end_layout
23703
23704 \end_inset
23705 </cell>
23706 </row>
23707 <row>
23708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23709 \begin_inset Text
23710
23711 \begin_layout Plain Layout
23712 >
23713 \end_layout
23714
23715 \end_inset
23716 </cell>
23717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23718 \begin_inset Text
23719
23720 \begin_layout Plain Layout
23721 \begin_inset Formula $>$
23722 \end_inset
23723
23724
23725 \end_layout
23726
23727 \end_inset
23728 </cell>
23729 </row>
23730 <row>
23731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23732 \begin_inset Text
23733
23734 \begin_layout Plain Layout
23735
23736 \backslash
23737 ge
23738 \end_layout
23739
23740 \end_inset
23741 </cell>
23742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23743 \begin_inset Text
23744
23745 \begin_layout Plain Layout
23746 \begin_inset Formula $\ge$
23747 \end_inset
23748
23749
23750 \end_layout
23751
23752 \end_inset
23753 </cell>
23754 </row>
23755 <row>
23756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23757 \begin_inset Text
23758
23759 \begin_layout Plain Layout
23760
23761 \backslash
23762 gg
23763 \end_layout
23764
23765 \end_inset
23766 </cell>
23767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23768 \begin_inset Text
23769
23770 \begin_layout Plain Layout
23771 \begin_inset Formula $\gg$
23772 \end_inset
23773
23774
23775 \end_layout
23776
23777 \end_inset
23778 </cell>
23779 </row>
23780 <row>
23781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23782 \begin_inset Text
23783
23784 \begin_layout Plain Layout
23785
23786 \backslash
23787 succ
23788 \end_layout
23789
23790 \end_inset
23791 </cell>
23792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23793 \begin_inset Text
23794
23795 \begin_layout Plain Layout
23796 \begin_inset Formula $\succ$
23797 \end_inset
23798
23799
23800 \end_layout
23801
23802 \end_inset
23803 </cell>
23804 </row>
23805 <row>
23806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23807 \begin_inset Text
23808
23809 \begin_layout Plain Layout
23810
23811 \backslash
23812 succeq
23813 \end_layout
23814
23815 \end_inset
23816 </cell>
23817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23818 \begin_inset Text
23819
23820 \begin_layout Plain Layout
23821 \begin_inset Formula $\succeq$
23822 \end_inset
23823
23824
23825 \end_layout
23826
23827 \end_inset
23828 </cell>
23829 </row>
23830 <row>
23831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23832 \begin_inset Text
23833
23834 \begin_layout Plain Layout
23835
23836 \backslash
23837 supset
23838 \end_layout
23839
23840 \end_inset
23841 </cell>
23842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23843 \begin_inset Text
23844
23845 \begin_layout Plain Layout
23846 \begin_inset Formula $\supset$
23847 \end_inset
23848
23849
23850 \end_layout
23851
23852 \end_inset
23853 </cell>
23854 </row>
23855 <row>
23856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23857 \begin_inset Text
23858
23859 \begin_layout Plain Layout
23860
23861 \backslash
23862 supseteq
23863 \end_layout
23864
23865 \end_inset
23866 </cell>
23867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23868 \begin_inset Text
23869
23870 \begin_layout Plain Layout
23871 \begin_inset Formula $\supseteq$
23872 \end_inset
23873
23874
23875 \end_layout
23876
23877 \end_inset
23878 </cell>
23879 </row>
23880 <row>
23881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23882 \begin_inset Text
23883
23884 \begin_layout Plain Layout
23885
23886 \backslash
23887 sqsupseteq
23888 \end_layout
23889
23890 \end_inset
23891 </cell>
23892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23893 \begin_inset Text
23894
23895 \begin_layout Plain Layout
23896 \begin_inset Formula $\sqsupseteq$
23897 \end_inset
23898
23899
23900 \end_layout
23901
23902 \end_inset
23903 </cell>
23904 </row>
23905 <row>
23906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23907 \begin_inset Text
23908
23909 \begin_layout Plain Layout
23910
23911 \backslash
23912 ni
23913 \end_layout
23914
23915 \end_inset
23916 </cell>
23917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23918 \begin_inset Text
23919
23920 \begin_layout Plain Layout
23921 \begin_inset Formula $\ni$
23922 \end_inset
23923
23924
23925 \end_layout
23926
23927 \end_inset
23928 </cell>
23929 </row>
23930 <row>
23931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23932 \begin_inset Text
23933
23934 \begin_layout Plain Layout
23935
23936 \backslash
23937 dashv
23938 \end_layout
23939
23940 \end_inset
23941 </cell>
23942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23943 \begin_inset Text
23944
23945 \begin_layout Plain Layout
23946 \begin_inset Formula $\dashv$
23947 \end_inset
23948
23949
23950 \end_layout
23951
23952 \end_inset
23953 </cell>
23954 </row>
23955 <row>
23956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23957 \begin_inset Text
23958
23959 \begin_layout Plain Layout
23960
23961 \backslash
23962 frown
23963 \end_layout
23964
23965 \end_inset
23966 </cell>
23967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23968 \begin_inset Text
23969
23970 \begin_layout Plain Layout
23971 \begin_inset Formula $\frown$
23972 \end_inset
23973
23974
23975 \end_layout
23976
23977 \end_inset
23978 </cell>
23979 </row>
23980 <row>
23981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23982 \begin_inset Text
23983
23984 \begin_layout Plain Layout
23985
23986 \backslash
23987 rhd
23988 \end_layout
23989
23990 \end_inset
23991 </cell>
23992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23993 \begin_inset Text
23994
23995 \begin_layout Plain Layout
23996 \begin_inset Formula $\rhd$
23997 \end_inset
23998
23999
24000 \end_layout
24001
24002 \end_inset
24003 </cell>
24004 </row>
24005 <row>
24006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24007 \begin_inset Text
24008
24009 \begin_layout Plain Layout
24010
24011 \backslash
24012 unrhd
24013 \end_layout
24014
24015 \end_inset
24016 </cell>
24017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24018 \begin_inset Text
24019
24020 \begin_layout Plain Layout
24021 \begin_inset Formula $\unrhd$
24022 \end_inset
24023
24024
24025 \end_layout
24026
24027 \end_inset
24028 </cell>
24029 </row>
24030 <row>
24031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24032 \begin_inset Text
24033
24034 \begin_layout Plain Layout
24035
24036 \backslash
24037 lessgtr
24038 \end_layout
24039
24040 \end_inset
24041 </cell>
24042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24043 \begin_inset Text
24044
24045 \begin_layout Plain Layout
24046 \begin_inset Formula $\lessgtr$
24047 \end_inset
24048
24049
24050 \end_layout
24051
24052 \end_inset
24053 </cell>
24054 </row>
24055 <row>
24056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24057 \begin_inset Text
24058
24059 \begin_layout Plain Layout
24060
24061 \backslash
24062 parallel
24063 \end_layout
24064
24065 \end_inset
24066 </cell>
24067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24068 \begin_inset Text
24069
24070 \begin_layout Plain Layout
24071 \begin_inset Formula $\parallel$
24072 \end_inset
24073
24074
24075 \end_layout
24076
24077 \end_inset
24078 </cell>
24079 </row>
24080 <row>
24081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24082 \begin_inset Text
24083
24084 \begin_layout Plain Layout
24085
24086 \backslash
24087 nparallel
24088 \end_layout
24089
24090 \end_inset
24091 </cell>
24092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24093 \begin_inset Text
24094
24095 \begin_layout Plain Layout
24096 \begin_inset Formula $\nparallel$
24097 \end_inset
24098
24099
24100 \end_layout
24101
24102 \end_inset
24103 </cell>
24104 </row>
24105 </lyxtabular>
24106
24107 \end_inset
24108
24109
24110 \begin_inset Space \hfill{}
24111 \end_inset
24112
24113
24114 \end_layout
24115
24116 \begin_layout Standard
24117 \begin_inset VSpace medskip
24118 \end_inset
24119
24120
24121 \end_layout
24122
24123 \begin_layout Standard
24124 Los caracteres 
24125 \series bold
24126
24127 \backslash
24128 lhd
24129 \series default
24130  y 
24131 \series bold
24132
24133 \backslash
24134 rhd
24135 \series default
24136  son mayores que los operadores de aspecto similar 
24137 \series bold
24138
24139 \backslash
24140 triangleleft
24141 \series default
24142  y 
24143 \series bold
24144
24145 \backslash
24146 triangleright
24147 \series default
24148 , respectivamente.
24149 \end_layout
24150
24151 \begin_layout Standard
24152 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
24153 \end_layout
24154
24155 \begin_layout Standard
24156 Se pueden componer relaciones con etiquetas con el comando 
24157 \series bold
24158
24159 \backslash
24160 stackrel
24161 \series default
24162
24163 \begin_inset Index
24164 status collapsed
24165
24166 \begin_layout Plain Layout
24167 Comandos ! S ! 
24168 \backslash
24169 stackrel
24170 \end_layout
24171
24172 \end_inset
24173
24174 :
24175 \end_layout
24176
24177 \begin_layout Standard
24178 \align center
24179 \begin_inset Tabular
24180 <lyxtabular version="3" rows="2" columns="2">
24181 <features>
24182 <column alignment="center" valignment="top" width="0">
24183 <column alignment="center" valignment="top" width="0">
24184 <row>
24185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24186 \begin_inset Text
24187
24188 \begin_layout Plain Layout
24189 Comando
24190 \end_layout
24191
24192 \end_inset
24193 </cell>
24194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24195 \begin_inset Text
24196
24197 \begin_layout Plain Layout
24198 Resultado
24199 \begin_inset Note Note
24200 status collapsed
24201
24202 \begin_layout Plain Layout
24203
24204 \series bold
24205
24206 \backslash
24207 raisebox
24208 \series default
24209  se usa sólo como espaciador
24210 \end_layout
24211
24212 \end_inset
24213
24214
24215 \end_layout
24216
24217 \end_inset
24218 </cell>
24219 </row>
24220 <row>
24221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24222 \begin_inset Text
24223
24224 \begin_layout Plain Layout
24225 A(r)
24226 \backslash
24227 stackrel
24228 \begin_inset ERT
24229 status collapsed
24230
24231 \begin_layout Plain Layout
24232
24233
24234 \backslash
24235 spce 
24236 \end_layout
24237
24238 \end_inset
24239
24240 r
24241 \backslash
24242 to
24243 \backslash
24244 infty
24245 \begin_inset ERT
24246 status collapsed
24247
24248 \begin_layout Plain Layout
24249
24250
24251 \backslash
24252 spce 
24253 \end_layout
24254
24255 \end_inset
24256
24257
24258 \begin_inset Formula $\downarrow$
24259 \end_inset
24260
24261
24262 \backslash
24263 approx
24264 \begin_inset ERT
24265 status collapsed
24266
24267 \begin_layout Plain Layout
24268
24269
24270 \backslash
24271 spce 
24272 \end_layout
24273
24274 \end_inset
24275
24276
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 B
24290 \end_layout
24291
24292 \end_inset
24293 </cell>
24294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24295 \begin_inset Text
24296
24297 \begin_layout Plain Layout
24298 \begin_inset Formula $\raisebox {5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24299 \end_inset
24300
24301
24302 \end_layout
24303
24304 \end_inset
24305 </cell>
24306 </row>
24307 </lyxtabular>
24308
24309 \end_inset
24310
24311
24312 \end_layout
24313
24314 \begin_layout Section
24315 Funciones
24316 \end_layout
24317
24318 \begin_layout Subsection
24319 Funciones predefinidas
24320 \begin_inset CommandInset label
24321 LatexCommand label
24322 name "sub:Funciones-predefinidas"
24323
24324 \end_inset
24325
24326
24327 \begin_inset Index
24328 status collapsed
24329
24330 \begin_layout Plain Layout
24331 Funciones ! predefinidas
24332 \end_layout
24333
24334 \end_inset
24335
24336
24337 \end_layout
24338
24339 \begin_layout Standard
24340 En general las variables se escriben en 
24341 \emph on
24342 cursiva
24343 \emph default
24344  en expresiones matemáticas, pero no los nombres de las funciones, porque
24345  
24346 \begin_inset Formula $sen$
24347 \end_inset
24348
24349  podría confundirse con 
24350 \begin_inset Formula $s\cdot e\cdot n$
24351 \end_inset
24352
24353 .
24354  Por eso hay funciones predefinidas, que además se separan un poco del factor
24355  precedente.
24356  Se insertan como comandos con una barra inversa  delante de su nombre.
24357 \end_layout
24358
24359 \begin_layout Standard
24360 \align center
24361 \begin_inset Tabular
24362 <lyxtabular version="3" rows="2" columns="4">
24363 <features>
24364 <column alignment="center" valignment="top" width="0pt">
24365 <column alignment="center" valignment="top" width="0pt">
24366 <column alignment="center" valignment="top" width="0pt">
24367 <column alignment="center" valignment="top" width="0pt">
24368 <row>
24369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24370 \begin_inset Text
24371
24372 \begin_layout Plain Layout
24373 Comando
24374 \end_layout
24375
24376 \end_inset
24377 </cell>
24378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24379 \begin_inset Text
24380
24381 \begin_layout Plain Layout
24382 Resultado
24383 \end_layout
24384
24385 \end_inset
24386 </cell>
24387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24388 \begin_inset Text
24389
24390 \begin_layout Plain Layout
24391 Comando
24392 \end_layout
24393
24394 \end_inset
24395 </cell>
24396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24397 \begin_inset Text
24398
24399 \begin_layout Plain Layout
24400 Resultado
24401 \end_layout
24402
24403 \end_inset
24404 </cell>
24405 </row>
24406 <row>
24407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24408 \begin_inset Text
24409
24410 \begin_layout Plain Layout
24411 Asen(x)+B
24412 \end_layout
24413
24414 \end_inset
24415 </cell>
24416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24417 \begin_inset Text
24418
24419 \begin_layout Plain Layout
24420 \begin_inset Formula $Asen(x)+B$
24421 \end_inset
24422
24423
24424 \end_layout
24425
24426 \end_inset
24427 </cell>
24428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24429 \begin_inset Text
24430
24431 \begin_layout Plain Layout
24432 A
24433 \backslash
24434 sen(x)+B
24435 \end_layout
24436
24437 \end_inset
24438 </cell>
24439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24440 \begin_inset Text
24441
24442 \begin_layout Plain Layout
24443 \begin_inset Formula $A\sen (x)+B$
24444 \end_inset
24445
24446
24447 \end_layout
24448
24449 \end_inset
24450 </cell>
24451 </row>
24452 </lyxtabular>
24453
24454 \end_inset
24455
24456
24457 \end_layout
24458
24459 \begin_layout Standard
24460 \align center
24461 \begin_inset Newpage newpage
24462 \end_inset
24463
24464
24465 \end_layout
24466
24467 \begin_layout Standard
24468 Las funciones siguientes están predefinidas
24469 \begin_inset Foot
24470 status collapsed
24471
24472 \begin_layout Plain Layout
24473 Se han añadido tres columnas con los comandos suministrados por el estilo
24474  
24475 \series bold
24476 spanish
24477 \series default
24478  de 
24479 \series bold
24480 babel
24481 \series default
24482 , adaptados a las convenciones hispanohablantes.
24483  Además, en su caso, las funciones serán acentuadas automáticamente, p.
24484 \begin_inset Space \thinspace{}
24485 \end_inset
24486
24487 e.
24488  
24489 \begin_inset Quotes fld
24490 \end_inset
24491
24492 lím
24493 \begin_inset Quotes frd
24494 \end_inset
24495
24496  o 
24497 \begin_inset Quotes fld
24498 \end_inset
24499
24500 máx
24501 \begin_inset Quotes frd
24502 \end_inset
24503
24504 .
24505  Véase la documentación de 
24506 \begin_inset CommandInset citation
24507 LatexCommand cite
24508 key "spanish"
24509
24510 \end_inset
24511
24512 .
24513  (
24514 \emph on
24515 N.
24516 \begin_inset Space \thinspace{}
24517 \end_inset
24518
24519 del t.
24520 \emph default
24521 )
24522 \end_layout
24523
24524 \end_inset
24525
24526 :
24527 \end_layout
24528
24529 \begin_layout Standard
24530 \begin_inset VSpace -2mm
24531 \end_inset
24532
24533
24534 \end_layout
24535
24536 \begin_layout Standard
24537 \align center
24538 \begin_inset Tabular
24539 <lyxtabular version="3" rows="9" columns="7">
24540 <features>
24541 <column alignment="center" valignment="top" width="0pt">
24542 <column alignment="center" valignment="top" width="0pt">
24543 <column alignment="center" valignment="top" width="0pt">
24544 <column alignment="center" valignment="top" width="0pt">
24545 <column alignment="center" valignment="top" width="0pt">
24546 <column alignment="center" valignment="top" width="0pt">
24547 <column alignment="center" valignment="top" width="0pt">
24548 <row>
24549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24550 \begin_inset Text
24551
24552 \begin_layout Plain Layout
24553 Comando
24554 \end_layout
24555
24556 \end_inset
24557 </cell>
24558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24559 \begin_inset Text
24560
24561 \begin_layout Plain Layout
24562 español
24563 \end_layout
24564
24565 \end_inset
24566 </cell>
24567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24568 \begin_inset Text
24569
24570 \begin_layout Plain Layout
24571 Comando
24572 \end_layout
24573
24574 \end_inset
24575 </cell>
24576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24577 \begin_inset Text
24578
24579 \begin_layout Plain Layout
24580 español
24581 \end_layout
24582
24583 \end_inset
24584 </cell>
24585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24586 \begin_inset Text
24587
24588 \begin_layout Plain Layout
24589 Comando
24590 \end_layout
24591
24592 \end_inset
24593 </cell>
24594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24595 \begin_inset Text
24596
24597 \begin_layout Plain Layout
24598 español
24599 \end_layout
24600
24601 \end_inset
24602 </cell>
24603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24604 \begin_inset Text
24605
24606 \begin_layout Plain Layout
24607 Comando
24608 \end_layout
24609
24610 \end_inset
24611 </cell>
24612 </row>
24613 <row>
24614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24615 \begin_inset Text
24616
24617 \begin_layout Plain Layout
24618
24619 \backslash
24620 sin
24621 \end_layout
24622
24623 \end_inset
24624 </cell>
24625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24626 \begin_inset Text
24627
24628 \begin_layout Plain Layout
24629
24630 \backslash
24631 sen
24632 \end_layout
24633
24634 \end_inset
24635 </cell>
24636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24637 \begin_inset Text
24638
24639 \begin_layout Plain Layout
24640
24641 \backslash
24642 sinh
24643 \end_layout
24644
24645 \end_inset
24646 </cell>
24647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24648 \begin_inset Text
24649
24650 \begin_layout Plain Layout
24651
24652 \backslash
24653 senh
24654 \end_layout
24655
24656 \end_inset
24657 </cell>
24658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24659 \begin_inset Text
24660
24661 \begin_layout Plain Layout
24662
24663 \backslash
24664 arcsin
24665 \end_layout
24666
24667 \end_inset
24668 </cell>
24669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24670 \begin_inset Text
24671
24672 \begin_layout Plain Layout
24673
24674 \backslash
24675 arcsen
24676 \end_layout
24677
24678 \end_inset
24679 </cell>
24680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24681 \begin_inset Text
24682
24683 \begin_layout Plain Layout
24684
24685 \backslash
24686 sup
24687 \end_layout
24688
24689 \end_inset
24690 </cell>
24691 </row>
24692 <row>
24693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24694 \begin_inset Text
24695
24696 \begin_layout Plain Layout
24697
24698 \backslash
24699 cos
24700 \end_layout
24701
24702 \end_inset
24703 </cell>
24704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24705 \begin_inset Text
24706
24707 \begin_layout Plain Layout
24708
24709 \end_layout
24710
24711 \end_inset
24712 </cell>
24713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24714 \begin_inset Text
24715
24716 \begin_layout Plain Layout
24717
24718 \backslash
24719 cosh
24720 \end_layout
24721
24722 \end_inset
24723 </cell>
24724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24725 \begin_inset Text
24726
24727 \begin_layout Plain Layout
24728
24729 \end_layout
24730
24731 \end_inset
24732 </cell>
24733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24734 \begin_inset Text
24735
24736 \begin_layout Plain Layout
24737
24738 \backslash
24739 arccos
24740 \end_layout
24741
24742 \end_inset
24743 </cell>
24744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24745 \begin_inset Text
24746
24747 \begin_layout Plain Layout
24748
24749 \backslash
24750 arccos
24751 \end_layout
24752
24753 \end_inset
24754 </cell>
24755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24756 \begin_inset Text
24757
24758 \begin_layout Plain Layout
24759
24760 \backslash
24761 inf
24762 \end_layout
24763
24764 \end_inset
24765 </cell>
24766 </row>
24767 <row>
24768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24769 \begin_inset Text
24770
24771 \begin_layout Plain Layout
24772
24773 \backslash
24774 tan
24775 \end_layout
24776
24777 \end_inset
24778 </cell>
24779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24780 \begin_inset Text
24781
24782 \begin_layout Plain Layout
24783
24784 \backslash
24785 tg
24786 \end_layout
24787
24788 \end_inset
24789 </cell>
24790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24791 \begin_inset Text
24792
24793 \begin_layout Plain Layout
24794
24795 \backslash
24796 tanh
24797 \end_layout
24798
24799 \end_inset
24800 </cell>
24801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24802 \begin_inset Text
24803
24804 \begin_layout Plain Layout
24805
24806 \backslash
24807 tgh
24808 \end_layout
24809
24810 \end_inset
24811 </cell>
24812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24813 \begin_inset Text
24814
24815 \begin_layout Plain Layout
24816
24817 \backslash
24818 arctan
24819 \end_layout
24820
24821 \end_inset
24822 </cell>
24823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24824 \begin_inset Text
24825
24826 \begin_layout Plain Layout
24827
24828 \backslash
24829 arctg
24830 \end_layout
24831
24832 \end_inset
24833 </cell>
24834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24835 \begin_inset Text
24836
24837 \begin_layout Plain Layout
24838
24839 \backslash
24840 lim
24841 \end_layout
24842
24843 \end_inset
24844 </cell>
24845 </row>
24846 <row>
24847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24848 \begin_inset Text
24849
24850 \begin_layout Plain Layout
24851
24852 \backslash
24853 cot
24854 \end_layout
24855
24856 \end_inset
24857 </cell>
24858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24859 \begin_inset Text
24860
24861 \begin_layout Plain Layout
24862 \begin_inset Formula $ $
24863 \end_inset
24864
24865
24866 \backslash
24867 cotg
24868 \end_layout
24869
24870 \end_inset
24871 </cell>
24872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24873 \begin_inset Text
24874
24875 \begin_layout Plain Layout
24876
24877 \backslash
24878 coth
24879 \end_layout
24880
24881 \end_inset
24882 </cell>
24883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24884 \begin_inset Text
24885
24886 \begin_layout Plain Layout
24887
24888 \end_layout
24889
24890 \end_inset
24891 </cell>
24892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24893 \begin_inset Text
24894
24895 \begin_layout Plain Layout
24896
24897 \backslash
24898 arg
24899 \end_layout
24900
24901 \end_inset
24902 </cell>
24903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24904 \begin_inset Text
24905
24906 \begin_layout Plain Layout
24907
24908 \end_layout
24909
24910 \end_inset
24911 </cell>
24912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24913 \begin_inset Text
24914
24915 \begin_layout Plain Layout
24916
24917 \backslash
24918 liminf
24919 \end_layout
24920
24921 \end_inset
24922 </cell>
24923 </row>
24924 <row>
24925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24926 \begin_inset Text
24927
24928 \begin_layout Plain Layout
24929
24930 \backslash
24931 sec
24932 \end_layout
24933
24934 \end_inset
24935 </cell>
24936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24937 \begin_inset Text
24938
24939 \begin_layout Plain Layout
24940
24941 \end_layout
24942
24943 \end_inset
24944 </cell>
24945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24946 \begin_inset Text
24947
24948 \begin_layout Plain Layout
24949
24950 \backslash
24951 min
24952 \end_layout
24953
24954 \end_inset
24955 </cell>
24956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24957 \begin_inset Text
24958
24959 \begin_layout Plain Layout
24960
24961 \end_layout
24962
24963 \end_inset
24964 </cell>
24965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24966 \begin_inset Text
24967
24968 \begin_layout Plain Layout
24969
24970 \backslash
24971 deg
24972 \end_layout
24973
24974 \end_inset
24975 </cell>
24976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24977 \begin_inset Text
24978
24979 \begin_layout Plain Layout
24980
24981 \end_layout
24982
24983 \end_inset
24984 </cell>
24985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24986 \begin_inset Text
24987
24988 \begin_layout Plain Layout
24989
24990 \backslash
24991 limsup
24992 \end_layout
24993
24994 \end_inset
24995 </cell>
24996 </row>
24997 <row>
24998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24999 \begin_inset Text
25000
25001 \begin_layout Plain Layout
25002
25003 \backslash
25004 csc
25005 \end_layout
25006
25007 \end_inset
25008 </cell>
25009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25010 \begin_inset Text
25011
25012 \begin_layout Plain Layout
25013
25014 \backslash
25015 cosec
25016 \end_layout
25017
25018 \end_inset
25019 </cell>
25020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25021 \begin_inset Text
25022
25023 \begin_layout Plain Layout
25024
25025 \backslash
25026 max
25027 \end_layout
25028
25029 \end_inset
25030 </cell>
25031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25032 \begin_inset Text
25033
25034 \begin_layout Plain Layout
25035
25036 \end_layout
25037
25038 \end_inset
25039 </cell>
25040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25041 \begin_inset Text
25042
25043 \begin_layout Plain Layout
25044
25045 \backslash
25046 det
25047 \end_layout
25048
25049 \end_inset
25050 </cell>
25051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25052 \begin_inset Text
25053
25054 \begin_layout Plain Layout
25055
25056 \end_layout
25057
25058 \end_inset
25059 </cell>
25060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25061 \begin_inset Text
25062
25063 \begin_layout Plain Layout
25064
25065 \backslash
25066 Pr
25067 \end_layout
25068
25069 \end_inset
25070 </cell>
25071 </row>
25072 <row>
25073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25074 \begin_inset Text
25075
25076 \begin_layout Plain Layout
25077
25078 \backslash
25079 ln
25080 \end_layout
25081
25082 \end_inset
25083 </cell>
25084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25085 \begin_inset Text
25086
25087 \begin_layout Plain Layout
25088
25089 \end_layout
25090
25091 \end_inset
25092 </cell>
25093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25094 \begin_inset Text
25095
25096 \begin_layout Plain Layout
25097
25098 \backslash
25099 exp
25100 \end_layout
25101
25102 \end_inset
25103 </cell>
25104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25105 \begin_inset Text
25106
25107 \begin_layout Plain Layout
25108
25109 \end_layout
25110
25111 \end_inset
25112 </cell>
25113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25114 \begin_inset Text
25115
25116 \begin_layout Plain Layout
25117
25118 \backslash
25119 dim
25120 \end_layout
25121
25122 \end_inset
25123 </cell>
25124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25125 \begin_inset Text
25126
25127 \begin_layout Plain Layout
25128
25129 \end_layout
25130
25131 \end_inset
25132 </cell>
25133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25134 \begin_inset Text
25135
25136 \begin_layout Plain Layout
25137
25138 \backslash
25139 hom
25140 \end_layout
25141
25142 \end_inset
25143 </cell>
25144 </row>
25145 <row>
25146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25147 \begin_inset Text
25148
25149 \begin_layout Plain Layout
25150
25151 \backslash
25152 lg
25153 \end_layout
25154
25155 \end_inset
25156 </cell>
25157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25158 \begin_inset Text
25159
25160 \begin_layout Plain Layout
25161
25162 \end_layout
25163
25164 \end_inset
25165 </cell>
25166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25167 \begin_inset Text
25168
25169 \begin_layout Plain Layout
25170
25171 \backslash
25172 log
25173 \end_layout
25174
25175 \end_inset
25176 </cell>
25177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25178 \begin_inset Text
25179
25180 \begin_layout Plain Layout
25181
25182 \end_layout
25183
25184 \end_inset
25185 </cell>
25186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25187 \begin_inset Text
25188
25189 \begin_layout Plain Layout
25190
25191 \backslash
25192 ker
25193 \end_layout
25194
25195 \end_inset
25196 </cell>
25197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25198 \begin_inset Text
25199
25200 \begin_layout Plain Layout
25201
25202 \end_layout
25203
25204 \end_inset
25205 </cell>
25206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25207 \begin_inset Text
25208
25209 \begin_layout Plain Layout
25210
25211 \backslash
25212 gcd
25213 \end_layout
25214
25215 \end_inset
25216 </cell>
25217 </row>
25218 </lyxtabular>
25219
25220 \end_inset
25221
25222
25223 \end_layout
25224
25225 \begin_layout Standard
25226 También se pueden insertar con el botón 
25227 \begin_inset Graphics
25228         filename ../../images/math/functions.png
25229         embed ""
25230         scale 85
25231
25232 \end_inset
25233
25234  de la barra de ecuaciones.
25235 \end_layout
25236
25237 \begin_layout Subsection
25238 Funciones definidas por el usuario
25239 \begin_inset Index
25240 status collapsed
25241
25242 \begin_layout Plain Layout
25243 Funciones ! personalizadas
25244 \end_layout
25245
25246 \end_inset
25247
25248
25249 \end_layout
25250
25251 \begin_layout Standard
25252 Para usar una función no predefinida, como por ejemplo la función máximo
25253  común divisor, mcd
25254 \begin_inset Foot
25255 status collapsed
25256
25257 \begin_layout Plain Layout
25258 Se ha sustituido el ejemplo del original en inglés, 
25259 \backslash
25260
25261 \series bold
25262 sgn
25263 \series default
25264 , por la función máximo común divisor, 
25265 \series bold
25266
25267 \backslash
25268 mcd
25269 \series default
25270 , equivalente a la predefinida en inglés 
25271 \series bold
25272
25273 \backslash
25274 gcd
25275 \series default
25276 .
25277  (
25278 \emph on
25279 N.
25280 \begin_inset Space \thinspace{}
25281 \end_inset
25282
25283 del t.
25284 \emph default
25285 )
25286 \end_layout
25287
25288 \end_inset
25289
25290 , hay dos posibilidades:
25291 \end_layout
25292
25293 \begin_layout Itemize
25294 Define la función añadiendo al preámbulo LaTeX la línea
25295 \begin_inset Foot
25296 status collapsed
25297
25298 \begin_layout Plain Layout
25299 Más sobre 
25300 \series bold
25301
25302 \backslash
25303 DeclareMathOperator
25304 \series default
25305  en 
25306 \begin_inset CommandInset ref
25307 LatexCommand ref
25308 reference "sub:Operadores-de-usuario"
25309
25310 \end_inset
25311
25312
25313 \end_layout
25314
25315 \end_inset
25316
25317
25318 \begin_inset Newline newline
25319 \end_inset
25320
25321
25322 \begin_inset VSpace -3mm
25323 \end_inset
25324
25325
25326 \begin_inset Newline newline
25327 \end_inset
25328
25329
25330 \series bold
25331
25332 \backslash
25333 DeclareMathOperator{
25334 \backslash
25335 mcd}{mcd}
25336 \series default
25337
25338 \begin_inset Index
25339 status collapsed
25340
25341 \begin_layout Plain Layout
25342 Comandos ! D ! 
25343 \backslash
25344 dbinom@
25345 \backslash
25346 DeclareMathOperator
25347 \end_layout
25348
25349 \end_inset
25350
25351
25352 \begin_inset Newline newline
25353 \end_inset
25354
25355
25356 \begin_inset VSpace -2mm
25357 \end_inset
25358
25359
25360 \begin_inset Newline newline
25361 \end_inset
25362
25363 Ahora la función recién definida se puede obtener con el comando 
25364 \series bold
25365
25366 \backslash
25367 mcd
25368 \series default
25369 .
25370 \end_layout
25371
25372 \begin_layout Itemize
25373 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25374  en nuestro ejemplo las letras 
25375 \emph on
25376 mcd
25377 \emph default
25378 , y cámbialo a texto matemático.
25379  Entre el factor precedente y la función se inserta un espacio.
25380 \end_layout
25381
25382 \begin_layout Standard
25383 El resultado con ambos métodos es el mismo que con una función predefinida:
25384 \begin_inset Foot
25385 status collapsed
25386
25387 \begin_layout Plain Layout
25388 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
25389  negro.
25390 \end_layout
25391
25392 \end_inset
25393
25394
25395 \end_layout
25396
25397 \begin_layout Standard
25398 \align center
25399 \begin_inset Tabular
25400 <lyxtabular version="3" rows="3" columns="2">
25401 <features>
25402 <column alignment="center" valignment="top" width="0pt">
25403 <column alignment="center" valignment="top" width="0pt">
25404 <row>
25405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25406 \begin_inset Text
25407
25408 \begin_layout Plain Layout
25409 Comando
25410 \end_layout
25411
25412 \end_inset
25413 </cell>
25414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25415 \begin_inset Text
25416
25417 \begin_layout Plain Layout
25418 Resultado
25419 \end_layout
25420
25421 \end_inset
25422 </cell>
25423 </row>
25424 <row>
25425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25426 \begin_inset Text
25427
25428 \begin_layout Plain Layout
25429 A
25430 \backslash
25431 mcd(x)+B
25432 \end_layout
25433
25434 \end_inset
25435 </cell>
25436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25437 \begin_inset Text
25438
25439 \begin_layout Plain Layout
25440 \begin_inset Formula $A\mcd (x)+B$
25441 \end_inset
25442
25443
25444 \end_layout
25445
25446 \end_inset
25447 </cell>
25448 </row>
25449 <row>
25450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25451 \begin_inset Text
25452
25453 \begin_layout Plain Layout
25454 A
25455 \backslash
25456 ,
25457 \begin_inset Formula $\underbrace{\textrm{mcd}}_{\textrm{Alt-m}\,\textrm{m}}$
25458 \end_inset
25459
25460 (x)+B
25461 \end_layout
25462
25463 \end_inset
25464 </cell>
25465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25466 \begin_inset Text
25467
25468 \begin_layout Plain Layout
25469 \begin_inset Formula $A\,\mbox{mcd}(x)+B$
25470 \end_inset
25471
25472
25473 \end_layout
25474
25475 \end_inset
25476 </cell>
25477 </row>
25478 </lyxtabular>
25479
25480 \end_inset
25481
25482
25483 \end_layout
25484
25485 \begin_layout Standard
25486 El primer método es preferible si la función se va a usar varias veces.
25487 \end_layout
25488
25489 \begin_layout Subsection
25490 Límites
25491 \begin_inset Index
25492 status collapsed
25493
25494 \begin_layout Plain Layout
25495 Límites
25496 \end_layout
25497
25498 \end_inset
25499
25500
25501 \end_layout
25502
25503 \begin_layout Standard
25504 Para límites, además de 
25505 \series bold
25506
25507 \backslash
25508 lim
25509 \series default
25510
25511 \begin_inset Index
25512 status collapsed
25513
25514 \begin_layout Plain Layout
25515 Comandos ! L ! 
25516 \backslash
25517 lim
25518 \end_layout
25519
25520 \end_inset
25521
25522
25523 \series bold
25524
25525 \backslash
25526 liminf
25527 \series default
25528  y 
25529 \series bold
25530
25531 \backslash
25532 limsup
25533 \series default
25534  están definidas las siguientes funciones:
25535 \series bold
25536  
25537 \end_layout
25538
25539 \begin_layout Standard
25540 \noindent
25541 \align center
25542 \begin_inset Tabular
25543 <lyxtabular version="3" rows="5" columns="2">
25544 <features>
25545 <column alignment="center" valignment="top" width="0">
25546 <column alignment="center" valignment="top" width="0">
25547 <row>
25548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25549 \begin_inset Text
25550
25551 \begin_layout Plain Layout
25552 Comando
25553 \end_layout
25554
25555 \end_inset
25556 </cell>
25557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25558 \begin_inset Text
25559
25560 \begin_layout Plain Layout
25561 Resultado
25562 \begin_inset Note Note
25563 status collapsed
25564
25565 \begin_layout Plain Layout
25566
25567 \series bold
25568
25569 \backslash
25570 raisebox
25571 \series default
25572  se usa sólo como espaciador
25573 \end_layout
25574
25575 \end_inset
25576
25577
25578 \end_layout
25579
25580 \end_inset
25581 </cell>
25582 </row>
25583 <row>
25584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25585 \begin_inset Text
25586
25587 \begin_layout Plain Layout
25588
25589 \backslash
25590 varliminf
25591 \end_layout
25592
25593 \end_inset
25594 </cell>
25595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25596 \begin_inset Text
25597
25598 \begin_layout Plain Layout
25599 \begin_inset Formula $\varliminf $
25600 \end_inset
25601
25602
25603 \end_layout
25604
25605 \end_inset
25606 </cell>
25607 </row>
25608 <row>
25609 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25610 \begin_inset Text
25611
25612 \begin_layout Plain Layout
25613
25614 \backslash
25615 varlimsup
25616 \end_layout
25617
25618 \end_inset
25619 </cell>
25620 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25621 \begin_inset Text
25622
25623 \begin_layout Plain Layout
25624 \begin_inset Formula $\varlimsup $
25625 \end_inset
25626
25627
25628 \end_layout
25629
25630 \end_inset
25631 </cell>
25632 </row>
25633 <row>
25634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25635 \begin_inset Text
25636
25637 \begin_layout Plain Layout
25638
25639 \backslash
25640 varprojlim
25641 \end_layout
25642
25643 \end_inset
25644 </cell>
25645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25646 \begin_inset Text
25647
25648 \begin_layout Plain Layout
25649 \begin_inset Formula $\varprojlim $
25650 \end_inset
25651
25652
25653 \end_layout
25654
25655 \end_inset
25656 </cell>
25657 </row>
25658 <row>
25659 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25660 \begin_inset Text
25661
25662 \begin_layout Plain Layout
25663
25664 \backslash
25665 varinjlim
25666 \end_layout
25667
25668 \end_inset
25669 </cell>
25670 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25671 \begin_inset Text
25672
25673 \begin_layout Plain Layout
25674 \begin_inset Formula $\varinjlim $
25675 \end_inset
25676
25677
25678 \begin_inset Formula $\raisebox {-2.5mm}{}$
25679 \end_inset
25680
25681
25682 \end_layout
25683
25684 \end_inset
25685 </cell>
25686 </row>
25687 </lyxtabular>
25688
25689 \end_inset
25690
25691
25692 \end_layout
25693
25694 \begin_layout Standard
25695 \begin_inset VSpace medskip
25696 \end_inset
25697
25698
25699 \end_layout
25700
25701 \begin_layout Standard
25702 El límite se crea insertando un subíndice.
25703  Se imprime a la derecha junto a la función en una fórmula en línea:
25704 \end_layout
25705
25706 \begin_layout Standard
25707 \noindent
25708 \align center
25709 \begin_inset Tabular
25710 <lyxtabular version="3" rows="2" columns="2">
25711 <features>
25712 <column alignment="center" valignment="top" width="0pt">
25713 <column alignment="center" valignment="top" width="0pt">
25714 <row>
25715 <cell alignment="center" valignment="top" usebox="none">
25716 \begin_inset Text
25717
25718 \begin_layout Plain Layout
25719 Comando
25720 \end_layout
25721
25722 \end_inset
25723 </cell>
25724 <cell alignment="center" valignment="top" usebox="none">
25725 \begin_inset Text
25726
25727 \begin_layout Plain Layout
25728 \begin_inset ERT
25729 status collapsed
25730
25731 \begin_layout Plain Layout
25732
25733
25734 \backslash
25735 hspace{1cm}
25736 \end_layout
25737
25738 \end_inset
25739
25740 Resultado
25741 \begin_inset Note Note
25742 status collapsed
25743
25744 \begin_layout Plain Layout
25745
25746 \series bold
25747
25748 \backslash
25749 raisebox
25750 \series default
25751  se usa sólo como espaciador
25752 \end_layout
25753
25754 \end_inset
25755
25756
25757 \end_layout
25758
25759 \end_inset
25760 </cell>
25761 </row>
25762 <row>
25763 <cell alignment="center" valignment="top" usebox="none">
25764 \begin_inset Text
25765
25766 \begin_layout Plain Layout
25767
25768 \backslash
25769 lim_x
25770 \backslash
25771 to
25772 \begin_inset ERT
25773 status collapsed
25774
25775 \begin_layout Plain Layout
25776
25777
25778 \backslash
25779 spce 
25780 \end_layout
25781
25782 \end_inset
25783
25784 A
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 x=B
25798 \end_layout
25799
25800 \end_inset
25801 </cell>
25802 <cell alignment="center" valignment="top" usebox="none">
25803 \begin_inset Text
25804
25805 \begin_layout Plain Layout
25806 \begin_inset Formula $\hspace {1cm}\raisebox {5mm}{}\lim_{x\rightarrow A}x=B$
25807 \end_inset
25808
25809
25810 \end_layout
25811
25812 \end_inset
25813 </cell>
25814 </row>
25815 </lyxtabular>
25816
25817 \end_inset
25818
25819
25820 \end_layout
25821
25822 \begin_layout Standard
25823 En una ecuación presentada el límite se imprime debajo, como es habitual:
25824 \begin_inset Foot
25825 status collapsed
25826
25827 \begin_layout Plain Layout
25828 El estilo 
25829 \series bold
25830 spanish
25831 \series default
25832  de 
25833 \series bold
25834 babel
25835 \series default
25836  lo imprime como en línea.
25837  Para evitarlo, se puede insertar el comando 
25838 \series bold
25839
25840 \backslash
25841 limits
25842 \series default
25843  justo detrás de 
25844 \series bold
25845
25846 \backslash
25847 lim
25848 \series default
25849 , o usar el menú 
25850 \family sans
25851 Editar\SpecialChar \menuseparator
25852 Ecuación\SpecialChar \menuseparator
25853 Cambiar tipo de límites\SpecialChar \menuseparator
25854 Pantalla
25855 \family default
25856 , como se explica en 
25857 \begin_inset CommandInset ref
25858 LatexCommand ref
25859 reference "sub:Límites-de-operadores"
25860
25861 \end_inset
25862
25863 .
25864  Véase 
25865 \begin_inset CommandInset citation
25866 LatexCommand cite
25867 key "spanish"
25868
25869 \end_inset
25870
25871 .
25872  (
25873 \emph on
25874 N.
25875 \begin_inset Space \thinspace{}
25876 \end_inset
25877
25878 del t.
25879 \emph default
25880
25881 \end_layout
25882
25883 \end_inset
25884
25885
25886 \begin_inset Formula \[
25887 \lim\limits _{x\rightarrow A}=B\]
25888
25889 \end_inset
25890
25891
25892 \end_layout
25893
25894 \begin_layout Subsection
25895 Función módulo
25896 \begin_inset Index
25897 status collapsed
25898
25899 \begin_layout Plain Layout
25900 Funciones ! módulo
25901 \end_layout
25902
25903 \end_inset
25904
25905
25906 \end_layout
25907
25908 \begin_layout Standard
25909 La función módulo es especial, porque existe en cuatro variantes.
25910 \end_layout
25911
25912 \begin_layout Standard
25913 En una ecuación presentada:
25914 \begin_inset Formula \begin{align*}
25915 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
25916 \mathrm{a\backslash mod\textrm{\spce }b} &  & a\mod  b\\
25917 \mathrm{a\backslash pmod\textrm{\spce }b} &  & a\pmod  b\\
25918 \mathrm{a\backslash bmod\textrm{\spce }b} &  & a\bmod b\\
25919 \mathrm{a\backslash pod\textrm{\spce }b} &  & a\pod  b\end{align*}
25920
25921 \end_inset
25922
25923 En una ecuación en línea se pone menos espacio delante del nombre de la
25924  función para todas las variantes.
25925 \end_layout
25926
25927 \begin_layout Section
25928 Caracteres especiales
25929 \begin_inset Index
25930 status collapsed
25931
25932 \begin_layout Plain Layout
25933 Caracteres especiales
25934 \end_layout
25935
25936 \end_inset
25937
25938
25939 \end_layout
25940
25941 \begin_layout Subsection
25942 Caracteres especiales en texto matemático
25943 \end_layout
25944
25945 \begin_layout Standard
25946 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
25947  TeX:
25948 \end_layout
25949
25950 \begin_layout Standard
25951 \begin_inset Space \hfill{}
25952 \end_inset
25953
25954
25955 \begin_inset Tabular
25956 <lyxtabular version="3" rows="8" columns="2">
25957 <features>
25958 <column alignment="block" valignment="top" width="0">
25959 <column alignment="block" valignment="top" width="0">
25960 <row>
25961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25962 \begin_inset Text
25963
25964 \begin_layout Plain Layout
25965 Comando
25966 \end_layout
25967
25968 \end_inset
25969 </cell>
25970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25971 \begin_inset Text
25972
25973 \begin_layout Plain Layout
25974 Resultado
25975 \end_layout
25976
25977 \end_inset
25978 </cell>
25979 </row>
25980 <row>
25981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25982 \begin_inset Text
25983
25984 \begin_layout Plain Layout
25985
25986 \backslash
25987 oe
25988 \end_layout
25989
25990 \end_inset
25991 </cell>
25992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25993 \begin_inset Text
25994
25995 \begin_layout Plain Layout
25996 \begin_inset Formula $\textrm{\oe }$
25997 \end_inset
25998
25999
26000 \end_layout
26001
26002 \end_inset
26003 </cell>
26004 </row>
26005 <row>
26006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26007 \begin_inset Text
26008
26009 \begin_layout Plain Layout
26010
26011 \backslash
26012 OE
26013 \end_layout
26014
26015 \end_inset
26016 </cell>
26017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26018 \begin_inset Text
26019
26020 \begin_layout Plain Layout
26021 \begin_inset Formula $\textrm{\OE }$
26022 \end_inset
26023
26024
26025 \end_layout
26026
26027 \end_inset
26028 </cell>
26029 </row>
26030 <row>
26031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26032 \begin_inset Text
26033
26034 \begin_layout Plain Layout
26035
26036 \backslash
26037 ae
26038 \end_layout
26039
26040 \end_inset
26041 </cell>
26042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26043 \begin_inset Text
26044
26045 \begin_layout Plain Layout
26046 \begin_inset Formula $\textrm{\ae }$
26047 \end_inset
26048
26049
26050 \end_layout
26051
26052 \end_inset
26053 </cell>
26054 </row>
26055 <row>
26056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26057 \begin_inset Text
26058
26059 \begin_layout Plain Layout
26060
26061 \backslash
26062 AE
26063 \end_layout
26064
26065 \end_inset
26066 </cell>
26067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26068 \begin_inset Text
26069
26070 \begin_layout Plain Layout
26071 \begin_inset Formula $\textrm{\AE }$
26072 \end_inset
26073
26074
26075 \end_layout
26076
26077 \end_inset
26078 </cell>
26079 </row>
26080 <row>
26081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26082 \begin_inset Text
26083
26084 \begin_layout Plain Layout
26085
26086 \backslash
26087 aa
26088 \end_layout
26089
26090 \end_inset
26091 </cell>
26092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26093 \begin_inset Text
26094
26095 \begin_layout Plain Layout
26096 \begin_inset Formula $\textrm{\aa }$
26097 \end_inset
26098
26099
26100 \end_layout
26101
26102 \end_inset
26103 </cell>
26104 </row>
26105 <row>
26106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26107 \begin_inset Text
26108
26109 \begin_layout Plain Layout
26110
26111 \backslash
26112 AA
26113 \begin_inset Index
26114 status collapsed
26115
26116 \begin_layout Plain Layout
26117 \begin_inset ERT
26118 status collapsed
26119
26120 \begin_layout Plain Layout
26121
26122
26123 \backslash
26124
26125 \begin_inset ERT
26126 status collapsed
26127
26128 \begin_layout Plain Layout
26129
26130 {
26131 \end_layout
26132
26133 \end_inset
26134
26135
26136 \begin_inset ERT
26137 status collapsed
26138
26139 \begin_layout Plain Layout
26140
26141 }
26142 \end_layout
26143
26144 \end_inset
26145
26146
26147 \end_layout
26148
26149 \end_inset
26150
26151 @
26152 \begin_inset ERT
26153 status collapsed
26154
26155 \begin_layout Plain Layout
26156
26157
26158 \backslash
26159
26160 \begin_inset ERT
26161 status collapsed
26162
26163 \begin_layout Plain Layout
26164
26165 {
26166 \end_layout
26167
26168 \end_inset
26169
26170
26171 \begin_inset ERT
26172 status collapsed
26173
26174 \begin_layout Plain Layout
26175
26176 }
26177 \end_layout
26178
26179 \end_inset
26180
26181
26182 \end_layout
26183
26184 \end_inset
26185
26186 textrm
26187 \begin_inset ERT
26188 status collapsed
26189
26190 \begin_layout Plain Layout
26191
26192 {
26193 \end_layout
26194
26195 \end_inset
26196
26197
26198 \begin_inset ERT
26199 status collapsed
26200
26201 \begin_layout Plain Layout
26202
26203
26204 \backslash
26205
26206 \begin_inset ERT
26207 status collapsed
26208
26209 \begin_layout Plain Layout
26210
26211 {
26212 \end_layout
26213
26214 \end_inset
26215
26216
26217 \begin_inset ERT
26218 status collapsed
26219
26220 \begin_layout Plain Layout
26221
26222 }
26223 \end_layout
26224
26225 \end_inset
26226
26227
26228 \end_layout
26229
26230 \end_inset
26231
26232 AA
26233 \begin_inset ERT
26234 status collapsed
26235
26236 \begin_layout Plain Layout
26237
26238 }
26239 \end_layout
26240
26241 \end_inset
26242
26243
26244 \end_layout
26245
26246 \end_inset
26247
26248
26249 \end_layout
26250
26251 \end_inset
26252 </cell>
26253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26254 \begin_inset Text
26255
26256 \begin_layout Plain Layout
26257 \begin_inset Formula $\textrm{\AA}$
26258 \end_inset
26259
26260
26261 \end_layout
26262
26263 \end_inset
26264 </cell>
26265 </row>
26266 <row>
26267 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26268 \begin_inset Text
26269
26270 \begin_layout Plain Layout
26271
26272 \backslash
26273 i
26274 \end_layout
26275
26276 \end_inset
26277 </cell>
26278 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26279 \begin_inset Text
26280
26281 \begin_layout Plain Layout
26282 \begin_inset Formula $\textrm{\i }$
26283 \end_inset
26284
26285
26286 \end_layout
26287
26288 \end_inset
26289 </cell>
26290 </row>
26291 </lyxtabular>
26292
26293 \end_inset
26294
26295
26296 \begin_inset Space \hfill{}
26297 \end_inset
26298
26299
26300 \begin_inset Tabular
26301 <lyxtabular version="3" rows="8" columns="2">
26302 <features>
26303 <column alignment="block" valignment="top" width="0">
26304 <column alignment="center" valignment="top" width="0">
26305 <row>
26306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26307 \begin_inset Text
26308
26309 \begin_layout Plain Layout
26310 Comando
26311 \begin_inset Note Note
26312 status collapsed
26313
26314 \begin_layout Plain Layout
26315
26316 \series bold
26317
26318 \backslash
26319 raisebox
26320 \series default
26321  se usa sólo como espaciador
26322 \end_layout
26323
26324 \end_inset
26325
26326
26327 \end_layout
26328
26329 \end_inset
26330 </cell>
26331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26332 \begin_inset Text
26333
26334 \begin_layout Plain Layout
26335 Resultado
26336 \end_layout
26337
26338 \end_inset
26339 </cell>
26340 </row>
26341 <row>
26342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26343 \begin_inset Text
26344
26345 \begin_layout Plain Layout
26346
26347 \backslash
26348 o
26349 \end_layout
26350
26351 \end_inset
26352 </cell>
26353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26354 \begin_inset Text
26355
26356 \begin_layout Plain Layout
26357 \begin_inset Formula $\textrm{\o }$
26358 \end_inset
26359
26360
26361 \end_layout
26362
26363 \end_inset
26364 </cell>
26365 </row>
26366 <row>
26367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26368 \begin_inset Text
26369
26370 \begin_layout Plain Layout
26371
26372 \backslash
26373 O
26374 \end_layout
26375
26376 \end_inset
26377 </cell>
26378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26379 \begin_inset Text
26380
26381 \begin_layout Plain Layout
26382 \begin_inset Formula $\textrm{\O}$
26383 \end_inset
26384
26385
26386 \end_layout
26387
26388 \end_inset
26389 </cell>
26390 </row>
26391 <row>
26392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26393 \begin_inset Text
26394
26395 \begin_layout Plain Layout
26396
26397 \backslash
26398 l
26399 \end_layout
26400
26401 \end_inset
26402 </cell>
26403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26404 \begin_inset Text
26405
26406 \begin_layout Plain Layout
26407 \begin_inset Formula $\textrm{\l }$
26408 \end_inset
26409
26410
26411 \end_layout
26412
26413 \end_inset
26414 </cell>
26415 </row>
26416 <row>
26417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26418 \begin_inset Text
26419
26420 \begin_layout Plain Layout
26421
26422 \backslash
26423 L
26424 \end_layout
26425
26426 \end_inset
26427 </cell>
26428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26429 \begin_inset Text
26430
26431 \begin_layout Plain Layout
26432 \begin_inset Formula $\textrm{\L }$
26433 \end_inset
26434
26435
26436 \end_layout
26437
26438 \end_inset
26439 </cell>
26440 </row>
26441 <row>
26442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26443 \begin_inset Text
26444
26445 \begin_layout Plain Layout
26446 !
26447 \begin_inset ERT
26448 status collapsed
26449
26450 \begin_layout Plain Layout
26451
26452
26453 \backslash
26454 hspace{0mm}
26455 \end_layout
26456
26457 \end_inset
26458
26459 `
26460 \begin_inset ERT
26461 status collapsed
26462
26463 \begin_layout Plain Layout
26464
26465
26466 \backslash
26467 spce 
26468 \end_layout
26469
26470 \end_inset
26471
26472
26473 \end_layout
26474
26475 \end_inset
26476 </cell>
26477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26478 \begin_inset Text
26479
26480 \begin_layout Plain Layout
26481 \begin_inset Formula $\textrm{!`}$
26482 \end_inset
26483
26484
26485 \end_layout
26486
26487 \end_inset
26488 </cell>
26489 </row>
26490 <row>
26491 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26492 \begin_inset Text
26493
26494 \begin_layout Plain Layout
26495 ?
26496 \begin_inset ERT
26497 status collapsed
26498
26499 \begin_layout Plain Layout
26500
26501
26502 \backslash
26503 hspace{0mm}
26504 \end_layout
26505
26506 \end_inset
26507
26508 `
26509 \begin_inset ERT
26510 status collapsed
26511
26512 \begin_layout Plain Layout
26513
26514
26515 \backslash
26516 spce 
26517 \end_layout
26518
26519 \end_inset
26520
26521
26522 \end_layout
26523
26524 \end_inset
26525 </cell>
26526 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26527 \begin_inset Text
26528
26529 \begin_layout Plain Layout
26530 \begin_inset Formula $\textrm{?`}$
26531 \end_inset
26532
26533
26534 \end_layout
26535
26536 \end_inset
26537 </cell>
26538 </row>
26539 <row>
26540 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26541 \begin_inset Text
26542
26543 \begin_layout Plain Layout
26544
26545 \backslash
26546 j
26547 \end_layout
26548
26549 \end_inset
26550 </cell>
26551 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26552 \begin_inset Text
26553
26554 \begin_layout Plain Layout
26555 \begin_inset Formula $\textrm{\j }$
26556 \end_inset
26557
26558
26559 \end_layout
26560
26561 \end_inset
26562 </cell>
26563 </row>
26564 </lyxtabular>
26565
26566 \end_inset
26567
26568
26569 \begin_inset Space \hfill{}
26570 \end_inset
26571
26572
26573 \end_layout
26574
26575 \begin_layout Standard
26576 Los caracteres 
26577 \begin_inset Formula $\textrm{\textrm{Å}}$
26578 \end_inset
26579
26580  y 
26581 \begin_inset Formula $\textrm{\textrm{Ø}}$
26582 \end_inset
26583
26584  también se pueden insertar mediante el botón 
26585 \begin_inset Graphics
26586         filename ../../images/math/digamma.png
26587         embed ""
26588         scale 85
26589
26590 \end_inset
26591
26592  de la barra de ecuaciones.
26593 \end_layout
26594
26595 \begin_layout Standard
26596 Los comandos 
26597 \series bold
26598 !
26599 \begin_inset ERT
26600 status collapsed
26601
26602 \begin_layout Plain Layout
26603
26604
26605 \backslash
26606 hspace{0mm}
26607 \end_layout
26608
26609 \end_inset
26610
26611 `
26612 \series default
26613  y 
26614 \series bold
26615 ?
26616 \begin_inset ERT
26617 status collapsed
26618
26619 \begin_layout Plain Layout
26620
26621
26622 \backslash
26623 hspace{0mm}
26624 \end_layout
26625
26626 \end_inset
26627
26628 `
26629 \series default
26630  son una excepción porque se pueden insertar directamente a texto en LyX.
26631  
26632 \end_layout
26633
26634 \begin_layout Subsection
26635 Acentos en texto
26636 \begin_inset CommandInset label
26637 LatexCommand label
26638 name "sub:Acentos-en-texto"
26639
26640 \end_inset
26641
26642
26643 \begin_inset Index
26644 status collapsed
26645
26646 \begin_layout Plain Layout
26647 Acentos ! en texto
26648 \end_layout
26649
26650 \end_inset
26651
26652
26653 \end_layout
26654
26655 \begin_layout Standard
26656 Con los siguientes comandos se pueden acentuar todas las letras.
26657  Los comandos deben ponerse en modo TeX.
26658 \end_layout
26659
26660 \begin_layout Standard
26661 \begin_inset Space \hfill{}
26662 \end_inset
26663
26664
26665 \begin_inset Tabular
26666 <lyxtabular version="3" rows="8" columns="2">
26667 <features>
26668 <column alignment="block" valignment="top" width="0">
26669 <column alignment="block" valignment="top" width="0">
26670 <row>
26671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26672 \begin_inset Text
26673
26674 \begin_layout Plain Layout
26675 Comando
26676 \end_layout
26677
26678 \end_inset
26679 </cell>
26680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26681 \begin_inset Text
26682
26683 \begin_layout Plain Layout
26684 Resultado
26685 \end_layout
26686
26687 \end_inset
26688 </cell>
26689 </row>
26690 <row>
26691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26692 \begin_inset Text
26693
26694 \begin_layout Plain Layout
26695
26696 \backslash
26697
26698 \begin_inset Quotes grd
26699 \end_inset
26700
26701 e
26702 \end_layout
26703
26704 \end_inset
26705 </cell>
26706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26707 \begin_inset Text
26708
26709 \begin_layout Plain Layout
26710 \begin_inset ERT
26711 status collapsed
26712
26713 \begin_layout Plain Layout
26714
26715
26716 \backslash
26717 "e
26718 \end_layout
26719
26720 \end_inset
26721
26722
26723 \end_layout
26724
26725 \end_inset
26726 </cell>
26727 </row>
26728 <row>
26729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26730 \begin_inset Text
26731
26732 \begin_layout Plain Layout
26733
26734 \backslash
26735 `e
26736 \end_layout
26737
26738 \end_inset
26739 </cell>
26740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26741 \begin_inset Text
26742
26743 \begin_layout Plain Layout
26744 \begin_inset ERT
26745 status collapsed
26746
26747 \begin_layout Plain Layout
26748
26749
26750 \backslash
26751 `e
26752 \end_layout
26753
26754 \end_inset
26755
26756
26757 \end_layout
26758
26759 \end_inset
26760 </cell>
26761 </row>
26762 <row>
26763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26764 \begin_inset Text
26765
26766 \begin_layout Plain Layout
26767
26768 \backslash
26769 ^
26770 \begin_inset ERT
26771 status collapsed
26772
26773 \begin_layout Plain Layout
26774
26775
26776 \backslash
26777 spce 
26778 \end_layout
26779
26780 \end_inset
26781
26782 e
26783 \end_layout
26784
26785 \end_inset
26786 </cell>
26787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26788 \begin_inset Text
26789
26790 \begin_layout Plain Layout
26791 \begin_inset ERT
26792 status collapsed
26793
26794 \begin_layout Plain Layout
26795
26796
26797 \backslash
26798 ^e
26799 \end_layout
26800
26801 \end_inset
26802
26803
26804 \end_layout
26805
26806 \end_inset
26807 </cell>
26808 </row>
26809 <row>
26810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26811 \begin_inset Text
26812
26813 \begin_layout Plain Layout
26814
26815 \backslash
26816 =e
26817 \end_layout
26818
26819 \end_inset
26820 </cell>
26821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26822 \begin_inset Text
26823
26824 \begin_layout Plain Layout
26825 \begin_inset ERT
26826 status collapsed
26827
26828 \begin_layout Plain Layout
26829
26830
26831 \backslash
26832 =e
26833 \end_layout
26834
26835 \end_inset
26836
26837
26838 \end_layout
26839
26840 \end_inset
26841 </cell>
26842 </row>
26843 <row>
26844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26845 \begin_inset Text
26846
26847 \begin_layout Plain Layout
26848
26849 \backslash
26850 u
26851 \begin_inset ERT
26852 status collapsed
26853
26854 \begin_layout Plain Layout
26855
26856
26857 \backslash
26858 spce 
26859 \end_layout
26860
26861 \end_inset
26862
26863 e
26864 \end_layout
26865
26866 \end_inset
26867 </cell>
26868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26869 \begin_inset Text
26870
26871 \begin_layout Plain Layout
26872 \begin_inset ERT
26873 status collapsed
26874
26875 \begin_layout Plain Layout
26876
26877
26878 \backslash
26879 u e
26880 \end_layout
26881
26882 \end_inset
26883
26884
26885 \end_layout
26886
26887 \end_inset
26888 </cell>
26889 </row>
26890 <row>
26891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26892 \begin_inset Text
26893
26894 \begin_layout Plain Layout
26895
26896 \backslash
26897 b
26898 \begin_inset ERT
26899 status collapsed
26900
26901 \begin_layout Plain Layout
26902
26903
26904 \backslash
26905 spce 
26906 \end_layout
26907
26908 \end_inset
26909
26910 e
26911 \end_layout
26912
26913 \end_inset
26914 </cell>
26915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26916 \begin_inset Text
26917
26918 \begin_layout Plain Layout
26919 \begin_inset ERT
26920 status collapsed
26921
26922 \begin_layout Plain Layout
26923
26924
26925 \backslash
26926 b e
26927 \end_layout
26928
26929 \end_inset
26930
26931
26932 \end_layout
26933
26934 \end_inset
26935 </cell>
26936 </row>
26937 <row>
26938 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26939 \begin_inset Text
26940
26941 \begin_layout Plain Layout
26942
26943 \backslash
26944 t
26945 \begin_inset ERT
26946 status collapsed
26947
26948 \begin_layout Plain Layout
26949
26950
26951 \backslash
26952 spce 
26953 \end_layout
26954
26955 \end_inset
26956
26957 ee
26958 \end_layout
26959
26960 \end_inset
26961 </cell>
26962 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26963 \begin_inset Text
26964
26965 \begin_layout Plain Layout
26966 \begin_inset ERT
26967 status collapsed
26968
26969 \begin_layout Plain Layout
26970
26971
26972 \backslash
26973 t ee
26974 \end_layout
26975
26976 \end_inset
26977
26978
26979 \end_layout
26980
26981 \end_inset
26982 </cell>
26983 </row>
26984 </lyxtabular>
26985
26986 \end_inset
26987
26988
26989 \begin_inset Space \hfill{}
26990 \end_inset
26991
26992
26993 \begin_inset Tabular
26994 <lyxtabular version="3" rows="8" columns="2">
26995 <features>
26996 <column alignment="block" valignment="top" width="0">
26997 <column alignment="center" valignment="top" width="0">
26998 <row>
26999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27000 \begin_inset Text
27001
27002 \begin_layout Plain Layout
27003 Comando
27004 \end_layout
27005
27006 \end_inset
27007 </cell>
27008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27009 \begin_inset Text
27010
27011 \begin_layout Plain Layout
27012 Resultado
27013 \end_layout
27014
27015 \end_inset
27016 </cell>
27017 </row>
27018 <row>
27019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27020 \begin_inset Text
27021
27022 \begin_layout Plain Layout
27023
27024 \backslash
27025 H
27026 \begin_inset ERT
27027 status collapsed
27028
27029 \begin_layout Plain Layout
27030
27031
27032 \backslash
27033 spce 
27034 \end_layout
27035
27036 \end_inset
27037
27038 e
27039 \end_layout
27040
27041 \end_inset
27042 </cell>
27043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27044 \begin_inset Text
27045
27046 \begin_layout Plain Layout
27047 \begin_inset ERT
27048 status collapsed
27049
27050 \begin_layout Plain Layout
27051
27052
27053 \backslash
27054 H e
27055 \end_layout
27056
27057 \end_inset
27058
27059
27060 \end_layout
27061
27062 \end_inset
27063 </cell>
27064 </row>
27065 <row>
27066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27067 \begin_inset Text
27068
27069 \begin_layout Plain Layout
27070
27071 \backslash
27072 'e
27073 \end_layout
27074
27075 \end_inset
27076 </cell>
27077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27078 \begin_inset Text
27079
27080 \begin_layout Plain Layout
27081 \begin_inset ERT
27082 status collapsed
27083
27084 \begin_layout Plain Layout
27085
27086
27087 \backslash
27088 'e
27089 \end_layout
27090
27091 \end_inset
27092
27093
27094 \end_layout
27095
27096 \end_inset
27097 </cell>
27098 </row>
27099 <row>
27100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27101 \begin_inset Text
27102
27103 \begin_layout Plain Layout
27104
27105 \backslash
27106 ~e
27107 \begin_inset Index
27108 status collapsed
27109
27110 \begin_layout Plain Layout
27111 Tilde
27112 \end_layout
27113
27114 \end_inset
27115
27116
27117 \end_layout
27118
27119 \end_inset
27120 </cell>
27121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27122 \begin_inset Text
27123
27124 \begin_layout Plain Layout
27125 \begin_inset ERT
27126 status collapsed
27127
27128 \begin_layout Plain Layout
27129
27130
27131 \backslash
27132 ~e
27133 \end_layout
27134
27135 \end_inset
27136
27137
27138 \end_layout
27139
27140 \end_inset
27141 </cell>
27142 </row>
27143 <row>
27144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27145 \begin_inset Text
27146
27147 \begin_layout Plain Layout
27148
27149 \backslash
27150 .e
27151 \end_layout
27152
27153 \end_inset
27154 </cell>
27155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27156 \begin_inset Text
27157
27158 \begin_layout Plain Layout
27159 \begin_inset ERT
27160 status collapsed
27161
27162 \begin_layout Plain Layout
27163
27164
27165 \backslash
27166 .e
27167 \end_layout
27168
27169 \end_inset
27170
27171
27172 \end_layout
27173
27174 \end_inset
27175 </cell>
27176 </row>
27177 <row>
27178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27179 \begin_inset Text
27180
27181 \begin_layout Plain Layout
27182
27183 \backslash
27184 v
27185 \begin_inset ERT
27186 status collapsed
27187
27188 \begin_layout Plain Layout
27189
27190
27191 \backslash
27192 spce 
27193 \end_layout
27194
27195 \end_inset
27196
27197 e
27198 \end_layout
27199
27200 \end_inset
27201 </cell>
27202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27203 \begin_inset Text
27204
27205 \begin_layout Plain Layout
27206 \begin_inset ERT
27207 status collapsed
27208
27209 \begin_layout Plain Layout
27210
27211
27212 \backslash
27213 v e
27214 \end_layout
27215
27216 \end_inset
27217
27218
27219 \end_layout
27220
27221 \end_inset
27222 </cell>
27223 </row>
27224 <row>
27225 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27226 \begin_inset Text
27227
27228 \begin_layout Plain Layout
27229
27230 \backslash
27231 d
27232 \begin_inset ERT
27233 status collapsed
27234
27235 \begin_layout Plain Layout
27236
27237
27238 \backslash
27239 spce 
27240 \end_layout
27241
27242 \end_inset
27243
27244 e
27245 \end_layout
27246
27247 \end_inset
27248 </cell>
27249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27250 \begin_inset Text
27251
27252 \begin_layout Plain Layout
27253 \begin_inset ERT
27254 status collapsed
27255
27256 \begin_layout Plain Layout
27257
27258
27259 \backslash
27260 d e
27261 \end_layout
27262
27263 \end_inset
27264
27265
27266 \end_layout
27267
27268 \end_inset
27269 </cell>
27270 </row>
27271 <row>
27272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27273 \begin_inset Text
27274
27275 \begin_layout Plain Layout
27276
27277 \backslash
27278 c
27279 \begin_inset ERT
27280 status collapsed
27281
27282 \begin_layout Plain Layout
27283
27284
27285 \backslash
27286 spce 
27287 \end_layout
27288
27289 \end_inset
27290
27291 e
27292 \end_layout
27293
27294 \end_inset
27295 </cell>
27296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27297 \begin_inset Text
27298
27299 \begin_layout Plain Layout
27300 \begin_inset ERT
27301 status collapsed
27302
27303 \begin_layout Plain Layout
27304
27305
27306 \backslash
27307 c e
27308 \end_layout
27309
27310 \end_inset
27311
27312
27313 \end_layout
27314
27315 \end_inset
27316 </cell>
27317 </row>
27318 </lyxtabular>
27319
27320 \end_inset
27321
27322
27323 \begin_inset Space \hfill{}
27324 \end_inset
27325
27326
27327 \end_layout
27328
27329 \begin_layout Standard
27330 \begin_inset VSpace medskip
27331 \end_inset
27332
27333
27334 \end_layout
27335
27336 \begin_layout Standard
27337 Con el comando 
27338 \series bold
27339
27340 \backslash
27341 t
27342 \series default
27343  también se pueden acentuar dos caracteres distintos.
27344  El comando 
27345 \series bold
27346
27347 \backslash
27348 t
27349 \begin_inset ERT
27350 status collapsed
27351
27352 \begin_layout Plain Layout
27353
27354
27355 \backslash
27356 spce 
27357 \end_layout
27358
27359 \end_inset
27360
27361 sz
27362 \series default
27363  genera 
27364 \begin_inset ERT
27365 status collapsed
27366
27367 \begin_layout Plain Layout
27368
27369
27370 \backslash
27371 t sz
27372 \end_layout
27373
27374 \end_inset
27375
27376
27377 \end_layout
27378
27379 \begin_layout Standard
27380 Los acentos 
27381 \series bold
27382 `
27383 \series default
27384  , 
27385 \series bold
27386 '
27387 \series default
27388  y 
27389 \series bold
27390 ^
27391 \series default
27392  se pueden insertar directamente con el teclado sobre vocales sin usar modo
27393  TeX.
27394  Lo mismo se aplica a la tilde
27395 \begin_inset Foot
27396 status collapsed
27397
27398 \begin_layout Plain Layout
27399 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
27400 \end_layout
27401
27402 \end_inset
27403
27404  con 
27405 \emph on
27406 a
27407 \emph default
27408
27409 \emph on
27410 o
27411 \emph default
27412  y 
27413 \emph on
27414 n.
27415 \end_layout
27416
27417 \begin_layout Standard
27418 Los comandos 
27419 \series bold
27420
27421 \backslash
27422 b
27423 \series default
27424  , 
27425 \series bold
27426
27427 \backslash
27428 c
27429 \series default
27430  , 
27431 \series bold
27432
27433 \backslash
27434 d
27435 \series default
27436  , 
27437 \series bold
27438
27439 \backslash
27440 H
27441 \series default
27442  , 
27443 \series bold
27444
27445 \backslash
27446 t
27447 \series default
27448  , 
27449 \series bold
27450
27451 \backslash
27452 u
27453 \series default
27454  , 
27455 \series bold
27456
27457 \backslash
27458 v
27459 \series default
27460 , y acentos insertados directamente con el teclado también están disponibles
27461  en texto matemático.
27462  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
27463  
27464 \begin_inset CommandInset ref
27465 LatexCommand ref
27466 reference "sub:Acentos-para-un"
27467
27468 \end_inset
27469
27470 .
27471 \end_layout
27472
27473 \begin_layout Standard
27474 \begin_inset VSpace bigskip
27475 \end_inset
27476
27477
27478 \end_layout
27479
27480 \begin_layout Standard
27481 Además, con el comando 
27482 \series bold
27483
27484 \backslash
27485 textcircled
27486 \series default
27487
27488 \begin_inset Index
27489 status collapsed
27490
27491 \begin_layout Plain Layout
27492 Comandos ! T ! 
27493 \backslash
27494 textcircled
27495 \end_layout
27496
27497 \end_inset
27498
27499  se pueden insertar en un círculo todos los números y letras, de forma parecida
27500  al símbolo copyright.
27501 \end_layout
27502
27503 \begin_layout Standard
27504 \noindent
27505 \align center
27506 \begin_inset Tabular
27507 <lyxtabular version="3" rows="3" columns="2">
27508 <features>
27509 <column alignment="center" valignment="top" width="0">
27510 <column alignment="center" valignment="top" width="0">
27511 <row>
27512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27513 \begin_inset Text
27514
27515 \begin_layout Plain Layout
27516 Comando
27517 \end_layout
27518
27519 \end_inset
27520 </cell>
27521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27522 \begin_inset Text
27523
27524 \begin_layout Plain Layout
27525 Resultado
27526 \begin_inset Note Note
27527 status collapsed
27528
27529 \begin_layout Plain Layout
27530
27531 \series bold
27532
27533 \backslash
27534 raisebox
27535 \series default
27536  se usa sólo como espaciador
27537 \end_layout
27538
27539 \end_inset
27540
27541
27542 \end_layout
27543
27544 \end_inset
27545 </cell>
27546 </row>
27547 <row>
27548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27549 \begin_inset Text
27550
27551 \begin_layout Plain Layout
27552
27553 \backslash
27554 textcircled{w}
27555 \end_layout
27556
27557 \end_inset
27558 </cell>
27559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27560 \begin_inset Text
27561
27562 \begin_layout Plain Layout
27563 \begin_inset ERT
27564 status collapsed
27565
27566 \begin_layout Plain Layout
27567
27568
27569 \backslash
27570 textcircled{w}
27571 \end_layout
27572
27573 \end_inset
27574
27575
27576 \end_layout
27577
27578 \end_inset
27579 </cell>
27580 </row>
27581 <row>
27582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27583 \begin_inset Text
27584
27585 \begin_layout Plain Layout
27586
27587 \backslash
27588 Large 
27589 \backslash
27590 textcircled{
27591 \backslash
27592 normalsize
27593 \backslash
27594 protect
27595 \backslash
27596 raisebox{-1.5pt}{W}}
27597 \end_layout
27598
27599 \end_inset
27600 </cell>
27601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27602 \begin_inset Text
27603
27604 \begin_layout Plain Layout
27605 \begin_inset Formula $\raisebox {4.5mm}{}$
27606 \end_inset
27607
27608
27609 \begin_inset ERT
27610 status collapsed
27611
27612 \begin_layout Plain Layout
27613
27614
27615 \backslash
27616 Large 
27617 \backslash
27618 textcircled{
27619 \backslash
27620 normalsize
27621 \backslash
27622 protect
27623 \backslash
27624 raisebox{-1.5pt}W}
27625 \end_layout
27626
27627 \end_inset
27628
27629
27630 \begin_inset Formula $\raisebox {-2mm}{}$
27631 \end_inset
27632
27633
27634 \end_layout
27635
27636 \end_inset
27637 </cell>
27638 </row>
27639 </lyxtabular>
27640
27641 \end_inset
27642
27643
27644 \end_layout
27645
27646 \begin_layout Standard
27647 Hay que tener cuidado que el carácter se ajuste al círculo.
27648  Por eso 
27649 \series bold
27650
27651 \backslash
27652 Large
27653 \begin_inset Foot
27654 status collapsed
27655
27656 \begin_layout Plain Layout
27657 véase 
27658 \begin_inset CommandInset ref
27659 LatexCommand ref
27660 reference "sub:Tamaños-de-fuentes"
27661
27662 \end_inset
27663
27664
27665 \end_layout
27666
27667 \end_inset
27668
27669
27670 \series default
27671  especifica el tamaño del círculo.
27672  Con ayuda de 
27673 \series bold
27674
27675 \backslash
27676 raisebox
27677 \begin_inset Foot
27678 status collapsed
27679
27680 \begin_layout Plain Layout
27681 véase 
27682 \begin_inset CommandInset ref
27683 LatexCommand ref
27684 reference "sub:Cuadros-sin-marco"
27685
27686 \end_inset
27687
27688
27689 \end_layout
27690
27691 \end_inset
27692
27693
27694 \series default
27695  se puede centrar el carácter.
27696 \end_layout
27697
27698 \begin_layout Subsection
27699 Números minúsculos
27700 \begin_inset Index
27701 status collapsed
27702
27703 \begin_layout Plain Layout
27704 Números ! minúsculos
27705 \end_layout
27706
27707 \end_inset
27708
27709
27710 \end_layout
27711
27712 \begin_layout Standard
27713 Los números minúsculos se componen con el comando 
27714 \series bold
27715
27716 \backslash
27717 oldstylenums
27718 \series default
27719
27720 \begin_inset Index
27721 status collapsed
27722
27723 \begin_layout Plain Layout
27724 Comandos ! O ! 
27725 \backslash
27726 oldstylenums
27727 \end_layout
27728
27729 \end_inset
27730
27731 .
27732  El comando se puede usar en ecuaciones y en modo TeX.
27733  Su esquema es:
27734 \end_layout
27735
27736 \begin_layout Standard
27737
27738 \series bold
27739
27740 \backslash
27741 oldstylenums{número}
27742 \end_layout
27743
27744 \begin_layout Standard
27745 El comando 
27746 \series bold
27747
27748 \backslash
27749 oldstylenums{0123456789}
27750 \series default
27751  genera: 
27752 \begin_inset Formula $\oldstylenums {0123456789}$
27753 \end_inset
27754
27755
27756 \end_layout
27757
27758 \begin_layout Subsection
27759 Caracteres especiales misceláneos
27760 \begin_inset CommandInset label
27761 LatexCommand label
27762 name "sub:Caracteres-especiales-misceláneos"
27763
27764 \end_inset
27765
27766
27767 \begin_inset Index
27768 status collapsed
27769
27770 \begin_layout Plain Layout
27771 Caracteres especiales ! misceláneos
27772 \end_layout
27773
27774 \end_inset
27775
27776
27777 \end_layout
27778
27779 \begin_layout Standard
27780 Los siguientes caracteres sólo pueden insertarse en ecuaciones mediante
27781  comandos:
27782 \end_layout
27783
27784 \begin_layout Standard
27785 \noindent
27786 \align center
27787 \begin_inset Tabular
27788 <lyxtabular version="3" rows="4" columns="2">
27789 <features>
27790 <column alignment="center" valignment="top" width="0">
27791 <column alignment="center" valignment="top" width="0">
27792 <row>
27793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27794 \begin_inset Text
27795
27796 \begin_layout Plain Layout
27797 Comando
27798 \end_layout
27799
27800 \end_inset
27801 </cell>
27802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27803 \begin_inset Text
27804
27805 \begin_layout Plain Layout
27806 Resultado
27807 \end_layout
27808
27809 \end_inset
27810 </cell>
27811 </row>
27812 <row>
27813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27814 \begin_inset Text
27815
27816 \begin_layout Plain Layout
27817
27818 \backslash
27819 ^
27820 \begin_inset ERT
27821 status collapsed
27822
27823 \begin_layout Plain Layout
27824
27825
27826 \backslash
27827 spce 
27828 \end_layout
27829
27830 \end_inset
27831
27832
27833 \end_layout
27834
27835 \end_inset
27836 </cell>
27837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27838 \begin_inset Text
27839
27840 \begin_layout Plain Layout
27841 \begin_inset Formula $\mathcircumflex$
27842 \end_inset
27843
27844
27845 \end_layout
27846
27847 \end_inset
27848 </cell>
27849 </row>
27850 <row>
27851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27852 \begin_inset Text
27853
27854 \begin_layout Plain Layout
27855
27856 \backslash
27857 _
27858 \begin_inset Formula $ $
27859 \end_inset
27860
27861
27862 \end_layout
27863
27864 \end_inset
27865 </cell>
27866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27867 \begin_inset Text
27868
27869 \begin_layout Plain Layout
27870 \begin_inset Formula $\_{} {}{}{}$
27871 \end_inset
27872
27873
27874 \end_layout
27875
27876 \end_inset
27877 </cell>
27878 </row>
27879 <row>
27880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27881 \begin_inset Text
27882
27883 \begin_layout Plain Layout
27884 ^
27885 \begin_inset ERT
27886 status collapsed
27887
27888 \begin_layout Plain Layout
27889
27890
27891 \backslash
27892 spce 
27893 \end_layout
27894
27895 \end_inset
27896
27897
27898 \backslash
27899 circ
27900 \begin_inset Index
27901 status collapsed
27902
27903 \begin_layout Plain Layout
27904 °
27905 \end_layout
27906
27907 \end_inset
27908
27909
27910 \end_layout
27911
27912 \end_inset
27913 </cell>
27914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27915 \begin_inset Text
27916
27917 \begin_layout Plain Layout
27918 \begin_inset Formula $^{\circ}$
27919 \end_inset
27920
27921
27922 \end_layout
27923
27924 \end_inset
27925 </cell>
27926 </row>
27927 </lyxtabular>
27928
27929 \end_inset
27930
27931
27932 \end_layout
27933
27934 \begin_layout Standard
27935 El símbolo grado ° puede no obstante insertarse directamente si el preámbulo
27936  LaTeX contiene la línea:
27937 \begin_inset Foot
27938 status collapsed
27939
27940 \begin_layout Plain Layout
27941 Más sobre este asunto en 
27942 \begin_inset CommandInset ref
27943 LatexCommand ref
27944 reference "sub:Caracteres-de-texto"
27945
27946 \end_inset
27947
27948
27949 \end_layout
27950
27951 \end_inset
27952
27953  
27954 \end_layout
27955
27956 \begin_layout Standard
27957
27958 \series bold
27959
27960 \backslash
27961 DeclareInputtext{176}{
27962 \backslash
27963 ifmmode^
27964 \backslash
27965 circ
27966 \backslash
27967 else
27968 \backslash
27969 textdegree
27970 \backslash
27971 f\SpecialChar \textcompwordmark{}
27972 i}
27973 \end_layout
27974
27975 \begin_layout Standard
27976 \begin_inset VSpace bigskip
27977 \end_inset
27978
27979
27980 \end_layout
27981
27982 \begin_layout Standard
27983 La tilde
27984 \begin_inset Index
27985 status collapsed
27986
27987 \begin_layout Plain Layout
27988 Tilde
27989 \end_layout
27990
27991 \end_inset
27992
27993  está diseñada como acento, así que sola se ve un poco fuera de sitio: ~
27994 \begin_inset Newline newline
27995 \end_inset
27996
27997 Pero a veces hace falta una tilde para direcciones web.
27998  En ese caso, en una ecuación se usa el signo de relación 
27999 \series bold
28000
28001 \backslash
28002 sim
28003 \series default
28004 .
28005 \begin_inset Foot
28006 status collapsed
28007
28008 \begin_layout Plain Layout
28009 véase 
28010 \begin_inset CommandInset ref
28011 LatexCommand ref
28012 reference "sec:Relaciones"
28013
28014 \end_inset
28015
28016
28017 \end_layout
28018
28019 \end_inset
28020
28021  Como en un cuadro URL (menú 
28022 \family sans
28023 Insertar\SpecialChar \menuseparator
28024 URL
28025 \family default
28026 ) no se puede escribir una ecuación, se inserta la URL como texto normal
28027  en estilo '
28028 \family typewriter
28029 typewriter
28030 \family default
28031 '.
28032  Si la URL ha de ser un hiperenlace en la salida DVI o PDF, se usa el comando
28033  
28034 \series bold
28035
28036 \backslash
28037 href
28038 \series default
28039
28040 \begin_inset Index
28041 status collapsed
28042
28043 \begin_layout Plain Layout
28044 Comandos ! H ! 
28045 \backslash
28046 href
28047 \end_layout
28048
28049 \end_inset
28050
28051 .
28052 \begin_inset Foot
28053 status collapsed
28054
28055 \begin_layout Plain Layout
28056
28057 \series bold
28058
28059 \backslash
28060 href
28061 \series default
28062  sólo puede usarse junto con el paquete LaTeX 
28063 \begin_inset Index
28064 status collapsed
28065
28066 \begin_layout Plain Layout
28067 Paquetes ! hyperref
28068 \end_layout
28069
28070 \end_inset
28071
28072 .
28073  Más sobre 
28074 \series bold
28075
28076 \backslash
28077 href
28078 \series default
28079  en la sección 
28080 \emph on
28081 URL
28082 \emph default
28083  del manual 
28084 \emph on
28085 Objetos incrustados
28086 \emph default
28087 .
28088 \end_layout
28089
28090 \end_inset
28091
28092
28093 \end_layout
28094
28095 \begin_layout Standard
28096 Ejemplo de una URL con una tilde:
28097 \end_layout
28098
28099 \begin_layout Standard
28100 como texto: 
28101 \family typewriter
28102 http://www.lyx.org/
28103 \begin_inset Formula $\sim$
28104 \end_inset
28105
28106 mustermann
28107 \end_layout
28108
28109 \begin_layout Standard
28110 con 
28111 \series bold
28112
28113 \backslash
28114 href
28115 \series default
28116
28117 \begin_inset ERT
28118 status collapsed
28119
28120 \begin_layout Plain Layout
28121
28122
28123 \backslash
28124 href{http://www.lyx.org/~mustermann}{
28125 \end_layout
28126
28127 \end_inset
28128
28129 http://www.lyx.org/
28130 \begin_inset Formula $\sim$
28131 \end_inset
28132
28133 mustermann
28134 \begin_inset ERT
28135 status collapsed
28136
28137 \begin_layout Plain Layout
28138
28139 }
28140 \end_layout
28141
28142 \end_inset
28143
28144
28145 \end_layout
28146
28147 \begin_layout Section
28148 Estilos de ecuación
28149 \begin_inset CommandInset label
28150 LatexCommand label
28151 name "sec:Estilos-de-ecuación"
28152
28153 \end_inset
28154
28155
28156 \begin_inset Index
28157 status collapsed
28158
28159 \begin_layout Plain Layout
28160 Ecuación ! estilos de
28161 \end_layout
28162
28163 \end_inset
28164
28165
28166 \end_layout
28167
28168 \begin_layout Itemize
28169 Hay dos estilos diferentes de alineación:
28170 \end_layout
28171
28172 \begin_deeper
28173 \begin_layout Description
28174 Centrado es el estándar predefinido
28175 \end_layout
28176
28177 \begin_layout Description
28178 Sangrado para este estilo debe insertarse la opción 
28179 \series bold
28180 fleqn
28181 \series default
28182  en el menú 
28183 \family sans
28184 Documento\SpecialChar \menuseparator
28185 Configuración
28186 \family default
28187  bajo 
28188 \family sans
28189 Clase de documento
28190 \end_layout
28191
28192 \begin_layout Standard
28193 Cuando se usa 
28194 \series bold
28195 Sangrado
28196 \series default
28197 , éste se puede ajustar con la longitud 
28198 \series bold
28199
28200 \backslash
28201 mathindent
28202 \series default
28203
28204 \begin_inset Index
28205 status collapsed
28206
28207 \begin_layout Plain Layout
28208 Comandos ! M ! 
28209 \backslash
28210 mathindent
28211 \end_layout
28212
28213 \end_inset
28214
28215 .
28216  Para 15
28217 \begin_inset Space \thinspace{}
28218 \end_inset
28219
28220 mm, p.
28221 \begin_inset Space \thinspace{}
28222 \end_inset
28223
28224 e., se inserta esta línea de comando en el preámbulo LaTeX:
28225 \end_layout
28226
28227 \begin_layout Standard
28228
28229 \series bold
28230
28231 \backslash
28232 setlength{
28233 \backslash
28234 mathindent}{15mm}
28235 \end_layout
28236
28237 \begin_layout Standard
28238 Si no se especifica longitud se usa el valor predeterminado de 30
28239 \begin_inset Space \thinspace{}
28240 \end_inset
28241
28242 pt.
28243 \end_layout
28244
28245 \end_deeper
28246 \begin_layout Itemize
28247 Y dos estilos diferentes de numeración:
28248 \end_layout
28249
28250 \begin_deeper
28251 \begin_layout Description
28252 Derecha es el estándar predefinido
28253 \end_layout
28254
28255 \begin_layout Description
28256 Izquierda para este estilo debe insertarse la opción 
28257 \series bold
28258 fleqn
28259 \series default
28260  en el menú 
28261 \family sans
28262 Documento\SpecialChar \menuseparator
28263 Configuración
28264 \family default
28265  bajo 
28266 \family sans
28267 Clase de documento
28268 \end_layout
28269
28270 \end_deeper
28271 \begin_layout Standard
28272
28273 \series bold
28274 fleqn
28275 \series default
28276  y 
28277 \series bold
28278 leqno
28279 \series default
28280  también se pueden usar juntos.
28281  En ese caso se insertan ambas opciones, separadas por una coma.
28282 \end_layout
28283
28284 \begin_layout Standard
28285 Los estilos escogidos se aplican a todas las ecuaciones en presentación
28286  del documento.
28287  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
28288  estilo 
28289 \series bold
28290 Centrado
28291 \series default
28292  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
28293 \begin_inset CommandInset ref
28294 LatexCommand ref
28295 reference "sub:Entorno-flalign"
28296
28297 \end_inset
28298
28299 .
28300 \end_layout
28301
28302 \begin_layout Section
28303 Ecuaciones multilínea
28304 \begin_inset CommandInset label
28305 LatexCommand label
28306 name "sec:Ecuaciones-multilínea"
28307
28308 \end_inset
28309
28310
28311 \begin_inset Index
28312 status collapsed
28313
28314 \begin_layout Plain Layout
28315 Ecuación ! multilínea
28316 \end_layout
28317
28318 \end_inset
28319
28320
28321 \end_layout
28322
28323 \begin_layout Subsection
28324 General
28325 \end_layout
28326
28327 \begin_layout Standard
28328 En LyX se generan nuevas líneas en una ecuación con 
28329 \family sans
28330 \series bold
28331 Ctrl-Intro
28332 \family default
28333 \series default
28334 .
28335  Esto crea un 
28336 \series bold
28337 entorno align
28338 \series default
28339 , que se describe en la 
28340 \begin_inset CommandInset ref
28341 LatexCommand ref
28342 reference "sub:Entorno-align-estándar"
28343
28344 \end_inset
28345
28346 .
28347 \end_layout
28348
28349 \begin_layout Standard
28350 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
28351  el menú 
28352 \family sans
28353 Insertar\SpecialChar \menuseparator
28354 Ecuación
28355 \family default
28356 .
28357  En las siguientes secciones se describen estos entornos.
28358 \end_layout
28359
28360 \begin_layout Standard
28361 En todos los entornos de ecuación multilínea la combinación 
28362 \family sans
28363 Ctrl-Intro
28364 \family default
28365  genera una línea nueva.
28366  Para añadir o quitar líneas se pueden usar los botones 
28367 \begin_inset Graphics
28368         filename ../../images/tabular-feature_append-row.png
28369         embed ""
28370         scale 85
28371
28372 \end_inset
28373
28374  o 
28375 \begin_inset Graphics
28376         filename ../../images/tabular-feature_delete-row.png
28377         embed ""
28378         scale 85
28379
28380 \end_inset
28381
28382 de la barra de herramientas, respectivamente, o el menú 
28383 \family sans
28384 Editar\SpecialChar \menuseparator
28385 Filas y columnas
28386 \family default
28387 .
28388 \end_layout
28389
28390 \begin_layout Subsubsection
28391 Separación de líneas
28392 \begin_inset CommandInset label
28393 LatexCommand label
28394 name "sub:Separación-de-líneas"
28395
28396 \end_inset
28397
28398
28399 \begin_inset Index
28400 status collapsed
28401
28402 \begin_layout Plain Layout
28403 Ecuación ! multilínea ! separación de filas
28404 \end_layout
28405
28406 \end_inset
28407
28408
28409 \end_layout
28410
28411 \begin_layout Standard
28412 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
28413 \begin_inset Formula \begin{eqnarray*}
28414 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}\\
28415 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*}
28416
28417 \end_inset
28418
28419 En LaTeX un espacio adicional para una línea se especifica como argumento
28420  opcional del comando de nueva línea.
28421  Esto aún no es posible en LYX
28422 \begin_inset Foot
28423 status collapsed
28424
28425 \begin_layout Plain Layout
28426 véase 
28427 \begin_inset ERT
28428 status collapsed
28429
28430 \begin_layout Plain Layout
28431
28432
28433 \backslash
28434 href{http://bugzilla.lyx.org/show_bug.cgi?id=1505}{
28435 \end_layout
28436
28437 \end_inset
28438
28439 LyX-bug #1505
28440 \begin_inset ERT
28441 status collapsed
28442
28443 \begin_layout Plain Layout
28444
28445 }
28446 \end_layout
28447
28448 \end_inset
28449
28450
28451 \end_layout
28452
28453 \end_inset
28454
28455 , por lo que toda la ecuación debe insertarse en modo TeX.
28456  Para añadir espacio en nuestro ejemplo se inserta el comando 
28457 \series bold
28458
28459 \backslash
28460
28461 \backslash
28462 [3mm]
28463 \series default
28464  al final de la primera línea.
28465  Así: 
28466 \begin_inset ERT
28467 status collapsed
28468
28469 \begin_layout Plain Layout
28470
28471
28472 \backslash
28473 begin{eqnarray*}
28474 \end_layout
28475
28476 \begin_layout Plain Layout
28477
28478 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28479  = & 
28480 \backslash
28481 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28482 \backslash
28483
28484 \backslash
28485 [3mm]
28486 \end_layout
28487
28488 \begin_layout Plain Layout
28489
28490 4x^{2}
28491 \backslash
28492 left(B^{2}+x_{0}^{2}
28493 \backslash
28494 right)+4x_{0}x
28495 \backslash
28496 left(D-B^{2}
28497 \backslash
28498 right)+B^{2}
28499 \backslash
28500 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28501 \backslash
28502 right) & = & 0
28503 \end_layout
28504
28505 \begin_layout Plain Layout
28506
28507
28508 \backslash
28509 end{eqnarray*}
28510 \end_layout
28511
28512 \end_inset
28513
28514
28515 \begin_inset VSpace bigskip
28516 \end_inset
28517
28518
28519 \end_layout
28520
28521 \begin_layout Standard
28522 Para obtener separación en todas las líneas hay que cambiar la longitud
28523  
28524 \series bold
28525
28526 \backslash
28527 jot
28528 \series default
28529
28530 \begin_inset Index
28531 status collapsed
28532
28533 \begin_layout Plain Layout
28534 Comandos ! J ! 
28535 \backslash
28536 jot
28537 \end_layout
28538
28539 \end_inset
28540
28541 .
28542  La definición es: 
28543 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
28544 \end_inset
28545
28546 .
28547  El valor predeterminado para 
28548 \series bold
28549
28550 \backslash
28551 jot
28552 \series default
28553  es 3
28554 \begin_inset Space \thinspace{}
28555 \end_inset
28556
28557 pt.
28558  Para establecer una separación adicional de 3
28559 \begin_inset Space \thinspace{}
28560 \end_inset
28561
28562 mm como en el ejemplo anterior, se inserta el comando
28563 \end_layout
28564
28565 \begin_layout Standard
28566
28567 \series bold
28568
28569 \backslash
28570 setlength{
28571 \backslash
28572 jot}{3mm+3pt}
28573 \end_layout
28574
28575 \begin_layout Standard
28576 en modo TeX antes de la ecuación.
28577  Es necesario cargar el paquete 
28578 \series bold
28579 calc
28580 \series default
28581
28582 \begin_inset Foot
28583 status collapsed
28584
28585 \begin_layout Plain Layout
28586
28587 \series bold
28588 calc
28589 \series default
28590  forma parte de toda instalación LaTeX estándar.
28591 \end_layout
28592
28593 \end_inset
28594
28595
28596 \begin_inset Index
28597 status collapsed
28598
28599 \begin_layout Plain Layout
28600 Paquetes ! calc
28601 \end_layout
28602
28603 \end_inset
28604
28605  en el preámbulo con la línea
28606 \end_layout
28607
28608 \begin_layout Standard
28609
28610 \series bold
28611
28612 \backslash
28613 usepackage{calc}
28614 \end_layout
28615
28616 \begin_layout Standard
28617 Se obtiene:
28618 \begin_inset ERT
28619 status open
28620
28621 \begin_layout Plain Layout
28622
28623
28624 \backslash
28625 setlength{
28626 \backslash
28627 jot}{3mm+3pt}
28628 \end_layout
28629
28630 \end_inset
28631
28632
28633 \begin_inset Formula \begin{eqnarray*}
28634 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}\\
28635 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*}
28636
28637 \end_inset
28638
28639
28640 \begin_inset ERT
28641 status collapsed
28642
28643 \begin_layout Plain Layout
28644
28645
28646 \backslash
28647 setlength{
28648 \backslash
28649 jot}{3pt}
28650 \end_layout
28651
28652 \end_inset
28653
28654  Para volver a la distancia predeterminada, 
28655 \series bold
28656
28657 \backslash
28658 jot
28659 \series default
28660  se establece en 3
28661 \begin_inset Space \thinspace{}
28662 \end_inset
28663
28664 pt.
28665 \end_layout
28666
28667 \begin_layout Subsubsection
28668 Separación de columnas
28669 \begin_inset CommandInset label
28670 LatexCommand label
28671 name "sub:Separación-de-columnas"
28672
28673 \end_inset
28674
28675
28676 \begin_inset Index
28677 status collapsed
28678
28679 \begin_layout Plain Layout
28680 Ecuación ! multilínea !separación de columnas
28681 \end_layout
28682
28683 \end_inset
28684
28685
28686 \end_layout
28687
28688 \begin_layout Standard
28689 Una ecuación multilínea forma una matriz.
28690  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
28691  columnas.
28692  Cambiando la separación de columnas en este entorno se puede cambiar el
28693  espacio junto al signo de relación.
28694 \end_layout
28695
28696 \begin_layout Standard
28697 La separación de columnas se especifica con la longitud
28698 \series bold
28699  
28700 \backslash
28701 arraycolsep
28702 \series default
28703
28704 \begin_inset Index
28705 status collapsed
28706
28707 \begin_layout Plain Layout
28708 Comandos ! A ! 
28709 \backslash
28710 arraycolsep
28711 \end_layout
28712
28713 \end_inset
28714
28715  según:
28716 \begin_inset Newline newline
28717 \end_inset
28718
28719 separación de columnas = 2
28720 \begin_inset Space \thinspace{}
28721 \end_inset
28722
28723
28724 \series bold
28725
28726 \backslash
28727 arraycolsep
28728 \series default
28729
28730 \begin_inset Newline newline
28731 \end_inset
28732
28733 Así, el comando en modo TeX
28734 \end_layout
28735
28736 \begin_layout Standard
28737
28738 \series bold
28739
28740 \backslash
28741 setlength{
28742 \backslash
28743 arraycolsep}{1cm}
28744 \end_layout
28745
28746 \begin_layout Standard
28747 establece para todas las ecuaciones siguientes una separación de columnas
28748  de 2
28749 \begin_inset Space \thinspace{}
28750 \end_inset
28751
28752 cm.
28753  Para volver al valor predefinido, 
28754 \series bold
28755
28756 \backslash
28757 arraycolsep
28758 \series default
28759  se pone en 5
28760 \begin_inset Space \thinspace{}
28761 \end_inset
28762
28763 pt.
28764 \end_layout
28765
28766 \begin_layout Standard
28767 Una ecuación con separación de 2
28768 \begin_inset Space \thinspace{}
28769 \end_inset
28770
28771 cm entre columnas:
28772 \begin_inset ERT
28773 status collapsed
28774
28775 \begin_layout Plain Layout
28776
28777
28778 \backslash
28779 setlength{
28780 \backslash
28781 arraycolsep}{1cm}
28782 \end_layout
28783
28784 \end_inset
28785
28786
28787 \begin_inset Formula \begin{eqnarray*}
28788 A & = & B\\
28789 C & \ne & A\end{eqnarray*}
28790
28791 \end_inset
28792
28793 Una ecuación con la separación predefinida para matrices, 10
28794 \begin_inset Space \thinspace{}
28795 \end_inset
28796
28797 pt:
28798 \begin_inset ERT
28799 status collapsed
28800
28801 \begin_layout Plain Layout
28802
28803
28804 \backslash
28805 setlength{
28806 \backslash
28807 arraycolsep}{5pt}
28808 \end_layout
28809
28810 \end_inset
28811
28812
28813 \begin_inset Formula \begin{eqnarray*}
28814 A & = & B\\
28815 C & \ne & A\end{eqnarray*}
28816
28817 \end_inset
28818
28819
28820 \end_layout
28821
28822 \begin_layout Subsubsection
28823 Ecuaciones largas
28824 \begin_inset Index
28825 status collapsed
28826
28827 \begin_layout Plain Layout
28828 Ecuación ! larga
28829 \end_layout
28830
28831 \end_inset
28832
28833
28834 \end_layout
28835
28836 \begin_layout Standard
28837 Se pueden componer ecuaciones largas mediante estos métodos:
28838 \end_layout
28839
28840 \begin_layout Itemize
28841 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
28842  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
28843 \begin_inset Formula \begin{eqnarray}
28844 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 \\
28845  &  & -\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}
28846
28847 \end_inset
28848
28849 El signo menos al principio de la segunda línea normalmente no aparece como
28850  operador porque es el primer carácter de la línea.
28851  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
28852  Para evitarlo se ha insertado espacio detrás del menos con el comando 
28853 \series bold
28854
28855 \backslash
28856 hspace{3pt}
28857 \series default
28858
28859 \begin_inset Index
28860 status collapsed
28861
28862 \begin_layout Plain Layout
28863 Comandos ! H ! 
28864 \backslash
28865 hspace
28866 \end_layout
28867
28868 \end_inset
28869
28870 .
28871 \begin_inset Foot
28872 status collapsed
28873
28874 \begin_layout Plain Layout
28875 véase más sobre 
28876 \series bold
28877
28878 \backslash
28879 hspace
28880 \series default
28881  en 
28882 \begin_inset CommandInset ref
28883 LatexCommand ref
28884 reference "sub:Espacio-variable"
28885
28886 \end_inset
28887
28888
28889 \end_layout
28890
28891 \end_inset
28892
28893
28894 \end_layout
28895
28896 \begin_layout Itemize
28897 Si ambos lados de la ecuación son demasiado largos se usa el comando 
28898 \series bold
28899
28900 \backslash
28901 lefteqn
28902 \series default
28903
28904 \begin_inset Index
28905 status collapsed
28906
28907 \begin_layout Plain Layout
28908 Comandos ! L ! 
28909 \backslash
28910 lefteqn
28911 \end_layout
28912
28913 \end_inset
28914
28915 .
28916  Se inserta en la primer columna de la primera línea y hace que todas las
28917  inserciones posteriores sobreescriban las columnas siguientes:
28918 \begin_inset Formula \begin{eqnarray}
28919 \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 \\
28920  &  & -\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 \\
28921  &  & =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}
28922
28923 \end_inset
28924
28925 Tras la inserción de 
28926 \series bold
28927
28928 \backslash
28929 lefteqn
28930 \series default
28931  el cursor está en un marco púrpura un poco a la izquierda del azul.
28932  La ecuación se inserta en éste.
28933 \begin_inset Newline newline
28934 \end_inset
28935
28936 El contenido de las restantes líneas se inserta en la segunda columna o
28937  en otra.
28938  A mayor número de columna donde se inserte, mayor sangrado.
28939 \begin_inset ERT
28940 status collapsed
28941
28942 \begin_layout Plain Layout
28943
28944
28945 \backslash
28946 medskip
28947 \end_layout
28948
28949 \end_inset
28950
28951
28952 \begin_inset Newline newline
28953 \end_inset
28954
28955
28956 \begin_inset Note Greyedout
28957 status open
28958
28959 \begin_layout Plain Layout
28960 Ten en cuenta lo siguiente si usas 
28961 \series bold
28962
28963 \backslash
28964 lefteqn
28965 \series default
28966 :
28967 \end_layout
28968
28969 \begin_layout Itemize
28970 La ecuación no usa la anchura total de la página.
28971  Cuando se añade, p.
28972 \begin_inset Space \thinspace{}
28973 \end_inset
28974
28975 e., el término 
28976 \begin_inset Formula $-B^{2}$
28977 \end_inset
28978
28979  en la primera línea del ejemplo, debería estar fuera del margen.
28980  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
28981  principio de la primera línea.
28982 \end_layout
28983
28984 \begin_layout Itemize
28985 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
28986  primera línea.
28987 \begin_inset Foot
28988 status collapsed
28989
28990 \begin_layout Plain Layout
28991 \begin_inset ERT
28992 status collapsed
28993
28994 \begin_layout Plain Layout
28995
28996
28997 \backslash
28998 href{http://bugzilla.lyx.org/show_bug.cgi?id=1429}{
28999 \end_layout
29000
29001 \end_inset
29002
29003 LyX-bug #1429
29004 \begin_inset ERT
29005 status collapsed
29006
29007 \begin_layout Plain Layout
29008
29009 }
29010 \end_layout
29011
29012 \end_inset
29013
29014
29015 \end_layout
29016
29017 \end_inset
29018
29019  Sólo se puede poner el cursor al principio de la línea y moverlo con las
29020  teclas de flecha.
29021 \end_layout
29022
29023 \end_inset
29024
29025  
29026 \end_layout
29027
29028 \begin_layout Itemize
29029 Se describen otros métodos para escribir fórmulas largas en 
29030 \begin_inset CommandInset ref
29031 LatexCommand ref
29032 reference "sub:Entorno-multilínea"
29033
29034 \end_inset
29035
29036  y 
29037 \begin_inset CommandInset ref
29038 LatexCommand ref
29039 reference "sub:Partes-de-una-multilínea"
29040
29041 \end_inset
29042
29043 .
29044 \end_layout
29045
29046 \begin_layout Subsubsection
29047 Delimitadores multilínea
29048 \begin_inset CommandInset label
29049 LatexCommand label
29050 name "sub:Delimitadores-multilínea"
29051
29052 \end_inset
29053
29054
29055 \begin_inset Index
29056 status collapsed
29057
29058 \begin_layout Plain Layout
29059 Delimitadores ! para varias líneas
29060 \end_layout
29061
29062 \end_inset
29063
29064
29065 \end_layout
29066
29067 \begin_layout Standard
29068 Para poner delimitadores que cubran varias líneas hay un problema:
29069 \begin_inset Formula \begin{eqnarray*}
29070 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29071  &  & \left.\cdots+B-D\right]\end{eqnarray*}
29072
29073 \end_inset
29074
29075 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
29076 res con tamaño variable no abarcan líneas múltiples.
29077 \end_layout
29078
29079 \begin_layout Standard
29080 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
29081  primera línea se finaliza con 
29082 \series bold
29083
29084 \backslash
29085 right.
29086 \series default
29087
29088 \begin_inset Index
29089 status collapsed
29090
29091 \begin_layout Plain Layout
29092 Comandos ! R ! 
29093 \backslash
29094 right
29095 \end_layout
29096
29097 \end_inset
29098
29099  y la segunda con 
29100 \series bold
29101
29102 \backslash
29103 left.
29104 \series default
29105 .
29106 \begin_inset Foot
29107 status collapsed
29108
29109 \begin_layout Plain Layout
29110
29111 \series bold
29112 Más sobre 
29113 \series default
29114
29115 \backslash
29116 left.
29117
29118 \series bold
29119  y 
29120 \series default
29121
29122 \backslash
29123 right.
29124
29125 \series bold
29126  en 
29127 \begin_inset CommandInset ref
29128 LatexCommand ref
29129 reference "sub:Tamaño-automático-de"
29130
29131 \end_inset
29132
29133
29134 \end_layout
29135
29136 \end_inset
29137
29138
29139 \begin_inset Index
29140 status collapsed
29141
29142 \begin_layout Plain Layout
29143 Comandos ! L ! 
29144 \backslash
29145 left
29146 \end_layout
29147
29148 \end_inset
29149
29150  Después de 
29151 \series bold
29152
29153 \backslash
29154 left.
29155
29156 \series default
29157  se inserta el comando 
29158 \series bold
29159
29160 \backslash
29161 vphantom
29162 \series default
29163
29164 \begin_inset ERT
29165 status collapsed
29166
29167 \begin_layout Plain Layout
29168
29169
29170 \backslash
29171 spce 
29172 \end_layout
29173
29174 \end_inset
29175
29176
29177 \series bold
29178
29179 \backslash
29180 prod
29181 \series default
29182 ^
29183 \begin_inset ERT
29184 status collapsed
29185
29186 \begin_layout Plain Layout
29187
29188
29189 \backslash
29190 spce 
29191 \end_layout
29192
29193 \end_inset
29194
29195
29196 \series bold
29197
29198 \backslash
29199 infty
29200 \series default
29201
29202 \begin_inset ERT
29203 status collapsed
29204
29205 \begin_layout Plain Layout
29206
29207
29208 \backslash
29209 spce 
29210 \end_layout
29211
29212 \end_inset
29213
29214
29215 \series bold
29216
29217 \begin_inset Formula $\downarrow$
29218 \end_inset
29219
29220 _R=1}
29221 \series default
29222
29223 \begin_inset Index
29224 status collapsed
29225
29226 \begin_layout Plain Layout
29227 Comandos ! V ! 
29228 \backslash
29229 vphantom
29230 \end_layout
29231
29232 \end_inset
29233
29234 , porque el operador de multiplicación con sus límites es el símbolo mayor
29235  en la primera línea y ese debería ser el tamaño para el delimitador en
29236  la segunda línea.
29237 \end_layout
29238
29239 \begin_layout Standard
29240 El resultado es: 
29241 \begin_inset Formula \begin{eqnarray*}
29242 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29243  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
29244
29245 \end_inset
29246
29247
29248 \end_layout
29249
29250 \begin_layout Subsection
29251 Entornos align
29252 \end_layout
29253
29254 \begin_layout Standard
29255 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
29256  Son especialmente apropiados para poner ecuaciones adosadas.
29257 \end_layout
29258
29259 \begin_layout Standard
29260 Los entornos align constan de columnas.
29261  Las columnas impares se alinean a la derecha, las pares a la izquierda.
29262  En un entorno align se puede numerar cada línea.
29263 \end_layout
29264
29265 \begin_layout Standard
29266 Los entornos align se crean con el menú 
29267 \family sans
29268 Insertar\SpecialChar \menuseparator
29269 Ecuación
29270 \family default
29271 .
29272  Una ecuación existente se puede convertir a align con el menú 
29273 \family sans
29274 Editar\SpecialChar \menuseparator
29275 Ecuación\SpecialChar \menuseparator
29276 Cambiar tipo de ecuación
29277 \family default
29278 .
29279 \end_layout
29280
29281 \begin_layout Standard
29282 Para añadir o quitar columnas se pueden usar los botones 
29283 \begin_inset Graphics
29284         filename ../../images/tabular-feature_append-row.png
29285         embed ""
29286         scale 85
29287
29288 \end_inset
29289
29290  o 
29291 \begin_inset Graphics
29292         filename ../../images/tabular-feature_delete-row.png
29293         embed ""
29294         scale 85
29295
29296 \end_inset
29297
29298 de la barra de ecuaciones o el menú 
29299 \family sans
29300 Editar\SpecialChar \menuseparator
29301 Filas y columnas
29302 \family default
29303 .
29304 \end_layout
29305
29306 \begin_layout Subsubsection
29307 Entorno align estándar
29308 \begin_inset CommandInset label
29309 LatexCommand label
29310 name "sub:Entorno-align-estándar"
29311
29312 \end_inset
29313
29314
29315 \begin_inset Index
29316 status collapsed
29317
29318 \begin_layout Plain Layout
29319 Ecuación ! multilínea ! entorno align
29320 \end_layout
29321
29322 \end_inset
29323
29324
29325 \end_layout
29326
29327 \begin_layout Standard
29328 Este entorno align se crea pulsando 
29329 \family sans
29330 Ctrl-Intro
29331 \family default
29332  en una ecuación o con el menú 
29333 \family sans
29334 Insertar\SpecialChar \menuseparator
29335 Ecuación\SpecialChar \menuseparator
29336 Entorno AMS align
29337 \family default
29338 .
29339 \end_layout
29340
29341 \begin_layout Standard
29342 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
29343  align de cuatro columnas:
29344 \begin_inset Formula \begin{align*}
29345 A & =\sen (B) & C & =D\\
29346 C & \neq A & B & \neq D\end{align*}
29347
29348 \end_inset
29349
29350 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
29351  un 
29352 \series bold
29353
29354 \backslash
29355 hfill
29356 \series default
29357
29358 \begin_inset Foot
29359 status collapsed
29360
29361 \begin_layout Plain Layout
29362 Más sobre 
29363 \series bold
29364
29365 \backslash
29366 hfill
29367 \series default
29368  en 
29369 \begin_inset CommandInset ref
29370 LatexCommand ref
29371 reference "sub:Espacio-variable"
29372
29373 \end_inset
29374
29375
29376 \end_layout
29377
29378 \end_inset
29379
29380  antes de la primera y detrás de cada columna par.
29381  Si se pone en estilo 
29382 \series bold
29383 Sangrado
29384 \series default
29385 ,
29386 \begin_inset Foot
29387 status collapsed
29388
29389 \begin_layout Plain Layout
29390 véase estilos de ecuación en 
29391 \begin_inset CommandInset ref
29392 LatexCommand ref
29393 reference "sec:Estilos-de-ecuación"
29394
29395 \end_inset
29396
29397
29398 \end_layout
29399
29400 \end_inset
29401
29402  la ecuación queda sin el 
29403 \series bold
29404
29405 \backslash
29406 hfill
29407 \series default
29408  ante la primera columna.
29409 \end_layout
29410
29411 \begin_layout Subsubsection
29412 Entorno alignat
29413 \begin_inset Index
29414 status collapsed
29415
29416 \begin_layout Plain Layout
29417 Ecuación ! multilínea ! entorno alignat
29418 \end_layout
29419
29420 \end_inset
29421
29422
29423 \end_layout
29424
29425 \begin_layout Standard
29426 El entorno alignat no tiene separación predefinida de columnas.
29427  Se puede insertar manualmente con los espacios descritos en 
29428 \begin_inset CommandInset ref
29429 LatexCommand ref
29430 reference "sec:Espacio"
29431
29432 \end_inset
29433
29434 .
29435 \end_layout
29436
29437 \begin_layout Standard
29438 El ejemplo anterior en el entorno alignat, con un espacio de 1
29439 \begin_inset Space \thinspace{}
29440 \end_inset
29441
29442 cm al comienzo da la segunda ecuación:
29443 \begin_inset Formula \begin{alignat*}{2}
29444 A & =\sen (B)\hspace {1cm} & C & =D\\
29445 C & \neq A & B & \neq D\end{alignat*}
29446
29447 \end_inset
29448
29449 Como cada columna puede tener un espacio diferente, este entorno es especialment
29450 e apropiado para poner tres o más ecuaciones adosadas.
29451 \end_layout
29452
29453 \begin_layout Subsubsection
29454 Entorno flalign
29455 \begin_inset CommandInset label
29456 LatexCommand label
29457 name "sub:Entorno-flalign"
29458
29459 \end_inset
29460
29461
29462 \begin_inset Index
29463 status collapsed
29464
29465 \begin_layout Plain Layout
29466 Ecuación ! multilínea ! entorno flalign
29467 \end_layout
29468
29469 \end_inset
29470
29471
29472 \end_layout
29473
29474 \begin_layout Standard
29475 En este entorno las dos primeras columnas están siempre tan a la izquierda
29476  como sea posible y las dos últimas a la derecha.
29477  Ejemplo:
29478 \begin_inset Formula \begin{flalign*}
29479 A & =1 & B & =2 & C & =3\\
29480 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4\end{flalign*}
29481
29482 \end_inset
29483
29484 En un entorno flalign con un número impar de columnas, en la última de las
29485  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
29486  alineadas a la izquierda, aunque se use el estilo 
29487 \series bold
29488 Centrado
29489 \series default
29490 .
29491  Un ejemplo de fórmula sangrada 
29492 \begin_inset CommandInset ref
29493 LatexCommand eqref
29494 reference "eq:IntVol"
29495
29496 \end_inset
29497
29498 :
29499 \begin_inset Formula \begin{flalign}
29500 \hspace {30pt}\iiint_{V}X\mbox{d}V & =U & {}\end{flalign}
29501
29502 \end_inset
29503
29504 Las dos primeras columnas contienen la fórmula.
29505  Para sangrarla como con el estilo 
29506 \series bold
29507 Sangrado
29508 \series default
29509 , se añade un espacio de 30
29510 \begin_inset Space \thinspace{}
29511 \end_inset
29512
29513 pt al comienzo de la primera columna.
29514  
29515 \end_layout
29516
29517 \begin_layout Subsection
29518 Entorno eqnarray
29519 \begin_inset Index
29520 status collapsed
29521
29522 \begin_layout Plain Layout
29523 Ecuación ! multilínea ! entorno eqnarray
29524 \end_layout
29525
29526 \end_inset
29527
29528
29529 \begin_inset Index
29530 status collapsed
29531
29532 \begin_layout Plain Layout
29533 Ecuación ! multilínea ! entorno eqnarray
29534 \end_layout
29535
29536 \end_inset
29537
29538
29539 \end_layout
29540
29541 \begin_layout Standard
29542 Al introducir este entorno aparecen tres marcos azules.
29543  El contenido del primero se alinea a la derecha, el del último a la izquierda.
29544  El contenido del marco central está centrado y algo más pequeño, porque
29545  está diseñado para insertar sólo caracteres de relación.
29546 \begin_inset Formula \begin{eqnarray*}
29547 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29548 AB & AB & AB\\
29549 A & = & A\end{eqnarray*}
29550
29551 \end_inset
29552
29553
29554 \end_layout
29555
29556 \begin_layout Subsection
29557 Entorno gather
29558 \begin_inset Index
29559 status collapsed
29560
29561 \begin_layout Plain Layout
29562 Ecuación ! multilínea ! entorno gather
29563 \end_layout
29564
29565 \end_inset
29566
29567
29568 \end_layout
29569
29570 \begin_layout Standard
29571 Este entorno consta de una sola columna centrada.
29572  Se puede numerar cada línea.
29573 \begin_inset Formula \begin{gather}
29574 A=1\\
29575 X=\mbox{-}1\end{gather}
29576
29577 \end_inset
29578
29579
29580 \end_layout
29581
29582 \begin_layout Subsection
29583 Entorno multilínea
29584 \begin_inset CommandInset label
29585 LatexCommand label
29586 name "sub:Entorno-multilínea"
29587
29588 \end_inset
29589
29590
29591 \begin_inset Index
29592 status collapsed
29593
29594 \begin_layout Plain Layout
29595 Ecuación ! multilínea ! entorno multilínea
29596 \end_layout
29597
29598 \end_inset
29599
29600
29601 \end_layout
29602
29603 \begin_layout Standard
29604 El entorno multilínea, como gather, consta de una sola columna.
29605  Pero la primera línea está alineada a la izquierda, la última a la derecha.
29606  Las demás están centradas.
29607  Por tanto este entorno es apropiado para ecuaciones largas.
29608  Como ejemplo, la ecuación
29609 \begin_inset Space ~
29610 \end_inset
29611
29612
29613 \begin_inset CommandInset ref
29614 LatexCommand eqref
29615 reference "eq:lefteqn"
29616
29617 \end_inset
29618
29619  en entorno multilínea:
29620 \begin_inset Formula \begin{multline}
29621 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}\\
29622 -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}\\
29623 =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}
29624
29625 \end_inset
29626
29627 En la salida sólo aparece numerada la última (primera) línea si la numeración
29628  del documento es a la derecha (izquierda).
29629 \begin_inset Foot
29630 status collapsed
29631
29632 \begin_layout Plain Layout
29633 véanse los estilos de numeración en 
29634 \begin_inset CommandInset ref
29635 LatexCommand ref
29636 reference "sec:Estilos-de-ecuación"
29637
29638 \end_inset
29639
29640
29641 \end_layout
29642
29643 \end_inset
29644
29645  Este también es el caso si hay número de ecuación detrás de cada línea
29646  en LyX.
29647 \begin_inset Foot
29648 status collapsed
29649
29650 \begin_layout Plain Layout
29651 Es el 
29652 \begin_inset ERT
29653 status collapsed
29654
29655 \begin_layout Plain Layout
29656
29657
29658 \backslash
29659 href{http://bugzilla.lyx.org/show_bug.cgi?id=518}{
29660 \end_layout
29661
29662 \end_inset
29663
29664 LyX-bug #518
29665 \begin_inset ERT
29666 status collapsed
29667
29668 \begin_layout Plain Layout
29669
29670 }
29671 \end_layout
29672
29673 \end_inset
29674
29675 .
29676 \end_layout
29677
29678 \end_inset
29679
29680
29681 \end_layout
29682
29683 \begin_layout Standard
29684 Con los comandos 
29685 \series bold
29686
29687 \backslash
29688 shoveright
29689 \begin_inset Index
29690 status collapsed
29691
29692 \begin_layout Plain Layout
29693 Comandos ! S ! 
29694 \backslash
29695 shoveright
29696 \end_layout
29697
29698 \end_inset
29699
29700
29701 \series default
29702  y 
29703 \series bold
29704
29705 \backslash
29706 shoveleft
29707 \series default
29708
29709 \begin_inset Index
29710 status collapsed
29711
29712 \begin_layout Plain Layout
29713 Comandos ! S ! 
29714 \backslash
29715 shoveleft
29716 \end_layout
29717
29718 \end_inset
29719
29720 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
29721 ente.
29722  Los comandos se usan como sigue:
29723 \end_layout
29724
29725 \begin_layout Standard
29726
29727 \series bold
29728
29729 \backslash
29730 shoveright{contenido de la línea}
29731 \series default
29732  y 
29733 \series bold
29734
29735 \backslash
29736 shoveleft{contenido de la línea}
29737 \end_layout
29738
29739 \begin_layout Standard
29740 \begin_inset VSpace medskip
29741 \end_inset
29742
29743
29744 \end_layout
29745
29746 \begin_layout Standard
29747 La longitud 
29748 \series bold
29749
29750 \backslash
29751 multlinegap
29752 \series default
29753
29754 \begin_inset Index
29755 status collapsed
29756
29757 \begin_layout Plain Layout
29758 Comandos ! M ! 
29759 \backslash
29760 multlinegap
29761 \end_layout
29762
29763 \end_inset
29764
29765  especifica la distancia de la primera línea desde el margen izquierdo de
29766  la página.
29767  Esta longitud es 0
29768 \begin_inset Space \thinspace{}
29769 \end_inset
29770
29771 pt por defecto.
29772 \end_layout
29773
29774 \begin_layout Standard
29775 Como ejemplo la ecuación anterior con el comando
29776 \end_layout
29777
29778 \begin_layout Standard
29779
29780 \series bold
29781
29782 \backslash
29783 setlength{
29784 \backslash
29785 multlinegap}{2cm}
29786 \end_layout
29787
29788 \begin_layout Standard
29789 insertado previamente en modo TeX:
29790 \begin_inset ERT
29791 status collapsed
29792
29793 \begin_layout Plain Layout
29794
29795
29796 \backslash
29797 setlength{
29798 \backslash
29799 multlinegap}{2cm}
29800 \end_layout
29801
29802 \end_inset
29803
29804
29805 \begin_inset Formula \begin{multline}
29806 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}\\
29807 \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}}\\
29808 =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}
29809
29810 \end_inset
29811
29812
29813 \begin_inset ERT
29814 status collapsed
29815
29816 \begin_layout Plain Layout
29817
29818
29819 \backslash
29820 setlength{
29821 \backslash
29822 multlinegap}{0pt}
29823 \end_layout
29824
29825 \end_inset
29826
29827 La segunda línea se ha alineado a la izquierda con 
29828 \series bold
29829
29830 \backslash
29831 shoveleft
29832 \series default
29833 .
29834 \end_layout
29835
29836 \begin_layout Subsection
29837 Partes de una ecuación multilínea
29838 \begin_inset CommandInset label
29839 LatexCommand label
29840 name "sub:Partes-de-una-multilínea"
29841
29842 \end_inset
29843
29844
29845 \begin_inset Index
29846 status collapsed
29847
29848 \begin_layout Plain Layout
29849 Ecuación ! multilínea ! partes de
29850 \end_layout
29851
29852 \end_inset
29853
29854
29855 \end_layout
29856
29857 \begin_layout Standard
29858 Para mostrar sólo partes de una ecuación multilínea se
29859 \family roman
29860 \series medium
29861 \shape up
29862 \size normal
29863 \emph off
29864 \bar no
29865 \noun off
29866 \color none
29867
29868 \backslash
29869 left.
29870 \backslash
29871 right
29872 \backslash
29873 }
29874 \family default
29875 \series default
29876 \shape default
29877 \size default
29878 \emph default
29879 \bar default
29880 \noun default
29881 \color inherit
29882  usa uno de los siguientes métodos: 
29883 \series bold
29884 aligned
29885 \series default
29886
29887 \series bold
29888 alignedat
29889 \series default
29890
29891 \series bold
29892 gathered
29893 \series default
29894  o 
29895 \series bold
29896 split
29897 \series default
29898 .
29899  Se pueden elegir en el menú 
29900 \family sans
29901 Insertar\SpecialChar \menuseparator
29902 Ecuación
29903 \family default
29904  o usando los comandos aquí descritos.
29905 \end_layout
29906
29907 \begin_layout Standard
29908 Los tres primeros tienen las mismas propiedades que los correspondientes
29909  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
29910  Un ejemplo:
29911 \begin_inset Formula \[
29912 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29913 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29914 \right\} \mbox{Relaciones de incertidumbre}\]
29915
29916 \end_inset
29917
29918 Para componer esta expresión se inserta una ecuación en presentación y en
29919  ella se introduce el comando 
29920 \series bold
29921
29922 \backslash
29923 aligned
29924 \series default
29925
29926 \begin_inset Index
29927 status collapsed
29928
29929 \begin_layout Plain Layout
29930 Comandos ! A ! 
29931 \backslash
29932 aligned
29933 \end_layout
29934
29935 \end_inset
29936
29937 .
29938  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
29939  añadir filas y columnas.
29940  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
29941  como la llave.
29942 \end_layout
29943
29944 \begin_layout Standard
29945 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
29946  se alinean horizontalmente.
29947  Usar aligned en una ecuación en presentación tiene la ventaja de que el
29948  número de ecuación se centra verticalmente con las líneas.
29949  Como ejemplo, la ecuación 
29950 \begin_inset CommandInset ref
29951 LatexCommand eqref
29952 reference "eq:kurzlang"
29953
29954 \end_inset
29955
29956  en entorno aligned: 
29957 \begin_inset Formula \begin{equation}
29958 \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}|}\\
29959  & -\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}
29960 \end{equation}
29961
29962 \end_inset
29963
29964 Para usar los entornos 
29965 \series bold
29966 alignedat
29967 \series default
29968
29969 \series bold
29970 gathered
29971 \series default
29972 , o 
29973 \series bold
29974 split
29975 \series default
29976 , se insertan respectivamente los comandos
29977 \series bold
29978  
29979 \backslash
29980 alignedat
29981 \series default
29982 ,
29983 \begin_inset Index
29984 status collapsed
29985
29986 \begin_layout Plain Layout
29987 Comandos ! A ! 
29988 \backslash
29989 alignedat
29990 \end_layout
29991
29992 \end_inset
29993
29994  
29995 \series bold
29996
29997 \backslash
29998 gathered
29999 \series default
30000
30001 \begin_inset Index
30002 status collapsed
30003
30004 \begin_layout Plain Layout
30005 Comandos ! G ! 
30006 \backslash
30007 gathered
30008 \end_layout
30009
30010 \end_inset
30011
30012 , o 
30013 \series bold
30014
30015 \backslash
30016 split
30017 \series default
30018
30019 \begin_inset Index
30020 status collapsed
30021
30022 \begin_layout Plain Layout
30023 Comandos ! S ! 
30024 \backslash
30025 split
30026 \end_layout
30027
30028 \end_inset
30029
30030 .
30031  El entorno split tiene las mismas propiedades que aligned pero sólo puede
30032  tener dos columnas.
30033 \end_layout
30034
30035 \begin_layout Subsection
30036 Texto en ecuaciones multilínea
30037 \begin_inset CommandInset label
30038 LatexCommand label
30039 name "sub:Texto-en-multilínea"
30040
30041 \end_inset
30042
30043
30044 \begin_inset Index
30045 status collapsed
30046
30047 \begin_layout Plain Layout
30048 Texto ! en ecuaciones
30049 \end_layout
30050
30051 \end_inset
30052
30053
30054 \begin_inset Index
30055 status collapsed
30056
30057 \begin_layout Plain Layout
30058 Ecuación ! multilínea ! texto en
30059 \end_layout
30060
30061 \end_inset
30062
30063
30064 \end_layout
30065
30066 \begin_layout Standard
30067 En los entornos Align, multilínea y gather, se puede insertar texto que
30068  se mostrará en una línea separada y que no afecta la alineación de columna.
30069  Para esto se usa el comando 
30070 \series bold
30071
30072 \backslash
30073 intertext
30074 \series default
30075
30076 \begin_inset Index
30077 status collapsed
30078
30079 \begin_layout Plain Layout
30080 Comandos ! I ! 
30081 \backslash
30082 intertext
30083 \end_layout
30084
30085 \end_inset
30086
30087  con el siguiente esquema:
30088 \end_layout
30089
30090 \begin_layout Standard
30091
30092 \series bold
30093
30094 \backslash
30095 intertext{texto}
30096 \end_layout
30097
30098 \begin_layout Standard
30099 El texto no debería ocupar más de una línea porque no se puede partir con
30100  guión.
30101  Como LyX aún no soporta 
30102 \series bold
30103
30104 \backslash
30105 intertext
30106 \series default
30107  directamente, el texto se escribe como texto matemático.
30108  
30109 \series bold
30110
30111 \backslash
30112 intertext
30113 \series default
30114  debe por tanto estar al comienzo de una línea y en la salida se presenta
30115  sobre esta línea.
30116  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
30117 \begin_inset Formula \begin{align}
30118 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30119 \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}
30120
30121 \end_inset
30122
30123
30124 \end_layout
30125
30126 \begin_layout Section
30127 Numeración de ecuaciones
30128 \begin_inset Index
30129 status collapsed
30130
30131 \begin_layout Plain Layout
30132 Ecuación ! numeración|see
30133 \begin_inset ERT
30134 status collapsed
30135
30136 \begin_layout Plain Layout
30137
30138 {
30139 \end_layout
30140
30141 \end_inset
30142
30143 Numeración de ecuaciones
30144 \begin_inset ERT
30145 status collapsed
30146
30147 \begin_layout Plain Layout
30148
30149 }
30150 \end_layout
30151
30152 \end_inset
30153
30154
30155 \end_layout
30156
30157 \end_inset
30158
30159
30160 \begin_inset Index
30161 status collapsed
30162
30163 \begin_layout Plain Layout
30164 Numeración de ecuaciones
30165 \end_layout
30166
30167 \end_inset
30168
30169
30170 \end_layout
30171
30172 \begin_layout Subsection
30173 General
30174 \end_layout
30175
30176 \begin_layout Standard
30177 Las ecuaciones numeradas se insertan con el menú 
30178 \family sans
30179 Insertar\SpecialChar \menuseparator
30180 Ecuación
30181 \family default
30182  
30183 \family sans
30184 \SpecialChar \menuseparator
30185 Ecuación
30186 \begin_inset Space ~
30187 \end_inset
30188
30189 numerada
30190 \family default
30191  (atajo 
30192 \family sans
30193 Ctrl-Alt
30194 \begin_inset Space ~
30195 \end_inset
30196
30197 n
30198 \family default
30199 ).
30200  Ecuaciones existentes se pueden numerar con el menú 
30201 \family sans
30202 Editar\SpecialChar \menuseparator
30203 Ecuación\SpecialChar \menuseparator
30204 Conmutar
30205 \begin_inset Space ~
30206 \end_inset
30207
30208 numeración
30209 \family default
30210  (atajo
30211 \family sans
30212  Alt-m
30213 \begin_inset Space ~
30214 \end_inset
30215
30216 n
30217 \family default
30218 ).
30219  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
30220  En la salida se muestra el número real.
30221 \end_layout
30222
30223 \begin_layout Standard
30224 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
30225  líneas.
30226  No obstante, la numeración se puede controlar en cada línea con el menú
30227  
30228 \family sans
30229 Editar\SpecialChar \menuseparator
30230 Ecuación\SpecialChar \menuseparator
30231 \SpecialChar \menuseparator
30232 Conmutar
30233 \begin_inset Space ~
30234 \end_inset
30235
30236 numeración
30237 \begin_inset Space ~
30238 \end_inset
30239
30240 de
30241 \begin_inset Space ~
30242 \end_inset
30243
30244 línea
30245 \family default
30246  (atajo
30247 \family sans
30248  Alt-m
30249 \begin_inset Space ~
30250 \end_inset
30251
30252 N
30253 \family default
30254 ).
30255 \end_layout
30256
30257 \begin_layout Standard
30258 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
30259  distintos, véase 
30260 \begin_inset CommandInset ref
30261 LatexCommand ref
30262 reference "sec:Estilos-de-ecuación"
30263
30264 \end_inset
30265
30266 .
30267 \end_layout
30268
30269 \begin_layout Subsection
30270 Referencias cruzadas
30271 \begin_inset CommandInset label
30272 LatexCommand label
30273 name "sub:Referencias-cruzadas"
30274
30275 \end_inset
30276
30277
30278 \begin_inset Index
30279 status collapsed
30280
30281 \begin_layout Plain Layout
30282 Referencias cruzadas ! a ecuaciones
30283 \end_layout
30284
30285 \end_inset
30286
30287
30288 \end_layout
30289
30290 \begin_layout Standard
30291 Todas las ecuaciones con etiqueta se pueden referenciar.
30292  La etiqueta se añade con el menú 
30293 \family sans
30294 Insertar\SpecialChar \menuseparator
30295 Etiqueta
30296 \family default
30297  o con el botón 
30298 \begin_inset Graphics
30299         filename ../../images/label-insert.png
30300         embed ""
30301         scale 85
30302
30303 \end_inset
30304
30305  de la barra de herramientas.
30306  El cursor debe estar dentro de una ecuación en presentación.
30307  Surge un diálogo con el prefijo 
30308 \series bold
30309 eq:
30310 \series default
30311 , detrás del cual se escribe el texto de la etiqueta.
30312  El prefijo significa 
30313 \begin_inset Quotes fld
30314 \end_inset
30315
30316 equation
30317 \begin_inset Quotes frd
30318 \end_inset
30319
30320  y hace más fácil encontrar etiquetas en documentos extensos porque así
30321  se distingue p.
30322 \begin_inset Space \thinspace{}
30323 \end_inset
30324
30325 e.
30326 \begin_inset Space ~
30327 \end_inset
30328
30329 de las etiquetas de sección.
30330  Para cambiar una etiqueta se usa de nuevo el menú 
30331 \family sans
30332 Insertar\SpecialChar \menuseparator
30333 Etiqueta
30334 \family default
30335 .
30336 \end_layout
30337
30338 \begin_layout Standard
30339 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
30340  ecuación.
30341  Una ecuación con etiqueta se numera siempre.
30342 \end_layout
30343
30344 \begin_layout Standard
30345 Las referencias cruzadas se insertan mediante el menú 
30346 \family sans
30347 Insertar\SpecialChar \menuseparator
30348 Referencia cruzada
30349 \family default
30350  o con el botón 
30351 \begin_inset Graphics
30352         filename ../../images/dialog-show-new-inset_ref.png
30353         embed ""
30354         scale 85
30355
30356 \end_inset
30357
30358 .
30359  Una referencia a una ecuación aparece en la salida con su número.
30360  Si en el diálogo de referencia cruzada se elige el formato 
30361 \series bold
30362 (<referencia>)
30363 \series default
30364 , la referencia se muestra en la salida entre paréntesis.
30365  
30366 \begin_inset Newline newline
30367 \end_inset
30368
30369 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
30370  a la ecuación de referencia.
30371 \end_layout
30372
30373 \begin_layout Standard
30374 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
30375  siguientes:
30376 \begin_inset Note Note
30377 status collapsed
30378
30379 \begin_layout Plain Layout
30380 Observa los distintos tipos de referencias cruzadas.
30381 \end_layout
30382
30383 \end_inset
30384
30385
30386 \end_layout
30387
30388 \begin_layout Standard
30389 Las ecuaciones 
30390 \begin_inset CommandInset ref
30391 LatexCommand eqref
30392 reference "eq:tag"
30393
30394 \end_inset
30395
30396  y 
30397 \begin_inset CommandInset ref
30398 LatexCommand eqref
30399 reference "eq:c"
30400
30401 \end_inset
30402
30403  son equivalentes.
30404  En (
30405 \begin_inset CommandInset ref
30406 LatexCommand ref
30407 reference "eq:Lat"
30408
30409 \end_inset
30410
30411 ) se usan mayúsculas latinas para la numeración, a diferencia de (
30412 \begin_inset CommandInset ref
30413 LatexCommand ref
30414 reference "eq:Rom"
30415
30416 \end_inset
30417
30418 ).
30419 \begin_inset VSpace medskip
30420 \end_inset
30421
30422
30423 \end_layout
30424
30425 \begin_layout Standard
30426 Si el argumento de 
30427 \series bold
30428
30429 \backslash
30430 tag
30431 \begin_inset Foot
30432 status collapsed
30433
30434 \begin_layout Plain Layout
30435
30436 \series bold
30437
30438 \backslash
30439 tag
30440 \series default
30441  se describe en 
30442 \begin_inset CommandInset ref
30443 LatexCommand ref
30444 reference "sub:Numeración-personalizada"
30445
30446 \end_inset
30447
30448
30449 \end_layout
30450
30451 \end_inset
30452
30453
30454 \series default
30455  contiene un marco, como se describe en la 
30456 \begin_inset CommandInset ref
30457 LatexCommand ref
30458 reference "sub:Cuadros-de-párrafo"
30459
30460 \end_inset
30461
30462 , no se puede referenciar la ecuación.
30463 \end_layout
30464
30465 \begin_layout Subsection
30466 Subnumeración
30467 \begin_inset Index
30468 status collapsed
30469
30470 \begin_layout Plain Layout
30471 Numeración de ecuaciones ! subnumeración
30472 \end_layout
30473
30474 \end_inset
30475
30476
30477 \end_layout
30478
30479 \begin_layout Standard
30480 Con ayuda de los comandos 
30481 \series bold
30482
30483 \backslash
30484 begin{subequations}
30485 \series default
30486  y 
30487 \series bold
30488
30489 \backslash
30490 end{subequations}
30491 \series default
30492  en modo TeX se pueden subnumerar ecuaciones.
30493 \end_layout
30494
30495 \begin_layout Standard
30496 Ejemplo:
30497 \begin_inset Formula \begin{equation}
30498 A=C-B\label{eq:a}\end{equation}
30499
30500 \end_inset
30501
30502
30503 \begin_inset ERT
30504 status collapsed
30505
30506 \begin_layout Plain Layout
30507
30508
30509 \backslash
30510 addtocounter{equation}{-1}
30511 \end_layout
30512
30513 \end_inset
30514
30515
30516 \begin_inset ERT
30517 status collapsed
30518
30519 \begin_layout Plain Layout
30520
30521
30522 \backslash
30523 begin{subequations}
30524 \end_layout
30525
30526 \end_inset
30527
30528
30529 \begin_inset VSpace -5mm
30530 \end_inset
30531
30532
30533 \begin_inset Formula \begin{equation}
30534 B=C-A\label{eq:b}\end{equation}
30535
30536 \end_inset
30537
30538
30539 \begin_inset Formula \begin{equation}
30540 C=A+B\label{eq:c}\end{equation}
30541
30542 \end_inset
30543
30544
30545 \end_layout
30546
30547 \begin_layout Standard
30548 \begin_inset ERT
30549 status collapsed
30550
30551 \begin_layout Plain Layout
30552
30553
30554 \backslash
30555 end{subequations}
30556 \end_layout
30557
30558 \end_inset
30559
30560
30561 \end_layout
30562
30563 \begin_layout Standard
30564 Para este ejemplo se ha hecho lo siguiente:
30565 \end_layout
30566
30567 \begin_layout Enumerate
30568 se inserta la primera ecuación
30569 \end_layout
30570
30571 \begin_layout Enumerate
30572 después de ella se inserta
30573 \series bold
30574
30575 \begin_inset Newline newline
30576 \end_inset
30577
30578
30579 \backslash
30580 addtocounter{equation}{-1} 
30581 \backslash
30582 begin{subequations}
30583 \begin_inset Index
30584 status collapsed
30585
30586 \begin_layout Plain Layout
30587 Comandos ! A ! 
30588 \backslash
30589 addtocounter
30590 \end_layout
30591
30592 \end_inset
30593
30594
30595 \end_layout
30596
30597 \begin_layout Enumerate
30598 se inserta la segunda ecuación
30599 \end_layout
30600
30601 \begin_layout Enumerate
30602 se inserta la tercera ecuación
30603 \end_layout
30604
30605 \begin_layout Enumerate
30606 se inserta 
30607 \series bold
30608
30609 \backslash
30610 end{subequations}
30611 \series default
30612  tras la tercera ecuación
30613 \end_layout
30614
30615 \begin_layout Standard
30616 Toda ecuación entre los comandos 
30617 \series bold
30618
30619 \backslash
30620 begin
30621 \series default
30622  y 
30623 \series bold
30624
30625 \backslash
30626 end
30627 \series default
30628  se subnumera con a, b, c\SpecialChar \ldots{}
30629  En ecuaciones multilínea se subnumerará cada línea.
30630  Todas las ecuaciones subnumeradas son tratadas como 
30631 \emph on
30632 una
30633 \emph default
30634  ecuación numerada.
30635  Pero como cada ecuación numerada aumenta el contador 
30636 \series bold
30637 equation
30638 \series default
30639  en uno, hay que disminuir el comando 
30640 \series bold
30641
30642 \backslash
30643 addtocounter
30644 \series default
30645 .
30646  De lo contrario, las ecuaciones 
30647 \begin_inset CommandInset ref
30648 LatexCommand eqref
30649 reference "eq:a"
30650
30651 \end_inset
30652
30653
30654 \begin_inset CommandInset ref
30655 LatexCommand eqref
30656 reference "eq:b"
30657
30658 \end_inset
30659
30660
30661 \begin_inset CommandInset ref
30662 LatexCommand eqref
30663 reference "eq:c"
30664
30665 \end_inset
30666
30667  se numerarían 
30668 \begin_inset CommandInset ref
30669 LatexCommand eqref
30670 reference "eq:a"
30671
30672 \end_inset
30673
30674
30675 \begin_inset CommandInset ref
30676 LatexCommand eqref
30677 reference "eq:d"
30678
30679 \end_inset
30680
30681
30682 \begin_inset CommandInset ref
30683 LatexCommand eqref
30684 reference "eq:f"
30685
30686 \end_inset
30687
30688 .
30689 \end_layout
30690
30691 \begin_layout Standard
30692 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
30693  ecuaciones.
30694  Para evitarlo se inserta ese espacio vertical de -5
30695 \begin_inset Space \thinspace{}
30696 \end_inset
30697
30698 mm detrás del comando 
30699 \series bold
30700
30701 \backslash
30702 begin{subequations}
30703 \series default
30704 .
30705
30706 \series bold
30707  
30708 \series default
30709 Si se usa el estilo 
30710 \series bold
30711 Sangrado
30712 \series default
30713
30714 \begin_inset Foot
30715 status open
30716
30717 \begin_layout Plain Layout
30718 véase estilos de ecuación en 
30719 \begin_inset CommandInset ref
30720 LatexCommand ref
30721 reference "sec:Estilos-de-ecuación"
30722
30723 \end_inset
30724
30725
30726 \end_layout
30727
30728 \end_inset
30729
30730 , entonces se inserta -7
30731 \begin_inset Space \thinspace{}
30732 \end_inset
30733
30734 mm.
30735 \end_layout
30736
30737 \begin_layout Standard
30738 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
30739  de la segunda línea:
30740 \begin_inset ERT
30741 status collapsed
30742
30743 \begin_layout Plain Layout
30744
30745
30746 \backslash
30747 begin{subequations}
30748 \end_layout
30749
30750 \end_inset
30751
30752
30753 \begin_inset Formula \begin{eqnarray}
30754 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30755  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30756  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
30757
30758 \end_inset
30759
30760
30761 \begin_inset ERT
30762 status collapsed
30763
30764 \begin_layout Plain Layout
30765
30766
30767 \backslash
30768 end{subequations}
30769 \end_layout
30770
30771 \end_inset
30772
30773
30774 \end_layout
30775
30776 \begin_layout Subsection
30777 Numeración definida por el usuario
30778 \begin_inset CommandInset label
30779 LatexCommand label
30780 name "sub:Numeración-personalizada"
30781
30782 \end_inset
30783
30784
30785 \begin_inset Index
30786 status collapsed
30787
30788 \begin_layout Plain Layout
30789 Numeración de ecuaciones ! personalizada
30790 \end_layout
30791
30792 \end_inset
30793
30794
30795 \end_layout
30796
30797 \begin_layout Standard
30798 Con la numeración estándar el número se coloca entre paréntesis.
30799  Para reemplazar los paréntesis con barras verticales, p.
30800 \begin_inset Space \thinspace{}
30801 \end_inset
30802
30803 e., se añade al preámbulo LaTeX la línea: 
30804 \end_layout
30805
30806 \begin_layout Standard
30807
30808 \series bold
30809
30810 \backslash
30811 def
30812 \backslash
30813 tagform@#1{
30814 \backslash
30815 maketag@@@{|#1|}}
30816 \series default
30817
30818 \begin_inset Note Note
30819 status collapsed
30820
30821 \begin_layout Plain Layout
30822 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
30823  Para activarlo, quita el % del principio.
30824 \end_layout
30825
30826 \end_inset
30827
30828
30829 \end_layout
30830
30831 \begin_layout Standard
30832 Para usar otros caracteres, se reemplazan las barras al lado de 
30833 \series bold
30834 #1
30835 \series default
30836  por ellos.
30837  Para obtener sólo el número de ecuación se omiten las barras verticales.
30838 \begin_inset VSpace bigskip
30839 \end_inset
30840
30841
30842 \end_layout
30843
30844 \begin_layout Standard
30845 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
30846  consecutivo, se usa el comando 
30847 \series bold
30848
30849 \backslash
30850 tag
30851 \begin_inset Index
30852 status collapsed
30853
30854 \begin_layout Plain Layout
30855 Comandos ! T ! 
30856 \backslash
30857 tag
30858 \end_layout
30859
30860 \end_inset
30861
30862
30863 \series default
30864 :
30865 \begin_inset Formula \begin{equation}
30866 A+B=C\tag{algo}\label{eq:tag}\end{equation}
30867
30868 \end_inset
30869
30870 En este ejemplo se ha insertado el comando
30871 \series bold
30872  
30873 \backslash
30874 tag
30875 \begin_inset ERT
30876 status collapsed
30877
30878 \begin_layout Plain Layout
30879
30880
30881 \backslash
30882 spce 
30883 \end_layout
30884
30885 \end_inset
30886
30887 algo
30888 \series default
30889  en la ecuación.
30890 \end_layout
30891
30892 \begin_layout Standard
30893 Si se usa en su lugar el comando con asterisco 
30894 \series bold
30895
30896 \backslash
30897 tag*
30898 \begin_inset ERT
30899 status collapsed
30900
30901 \begin_layout Plain Layout
30902
30903
30904 \backslash
30905 spce 
30906 \end_layout
30907
30908 \end_inset
30909
30910 algo
30911 \series default
30912  no se imprimen los paréntesis:
30913 \begin_inset Formula \[
30914 A+B=C\tag*{algo}\]
30915
30916 \end_inset
30917
30918
30919 \end_layout
30920
30921 \begin_layout Standard
30922 \begin_inset VSpace bigskip
30923 \end_inset
30924
30925
30926 \end_layout
30927
30928 \begin_layout Standard
30929 Para reiniciar la numeración en nuevas partes o secciones del documento
30930  se usan los siguientes comandos:
30931 \end_layout
30932
30933 \begin_layout Standard
30934
30935 \series bold
30936
30937 \backslash
30938 @addtoreset{equation}{part}
30939 \series default
30940
30941 \begin_inset Index
30942 status collapsed
30943
30944 \begin_layout Plain Layout
30945 Comandos ! 
30946 \begin_inset ERT
30947 status collapsed
30948
30949 \begin_layout Plain Layout
30950
30951 "
30952 \end_layout
30953
30954 \end_inset
30955
30956 @
30957 \begin_inset ERT
30958 status collapsed
30959
30960 \begin_layout Plain Layout
30961
30962 "
30963 \end_layout
30964
30965 \end_inset
30966
30967  ! 
30968 \backslash
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 \begin_inset ERT
30982 status collapsed
30983
30984 \begin_layout Plain Layout
30985
30986 "
30987 \end_layout
30988
30989 \end_inset
30990
30991 addtoreset
30992 \end_layout
30993
30994 \end_inset
30995
30996
30997 \begin_inset Newline newline
30998 \end_inset
30999
31000
31001 \series bold
31002
31003 \backslash
31004 @addtoreset{equation}{section}
31005 \end_layout
31006
31007 \begin_layout Standard
31008 Pata poder usar estos comandos en modo TeX, el carácter 
31009 \begin_inset Quotes fld
31010 \end_inset
31011
31012 @
31013 \begin_inset Quotes frd
31014 \end_inset
31015
31016  debe 
31017 \begin_inset Quotes fld
31018 \end_inset
31019
31020 activarse
31021 \begin_inset Quotes frd
31022 \end_inset
31023
31024  para LaTeX con el comando 
31025 \series bold
31026
31027 \backslash
31028 makeatletter
31029 \series default
31030 .
31031  El comando 
31032 \series bold
31033
31034 \backslash
31035 makeatother
31036 \series default
31037  deshace esto.
31038  Así pues, la secuencia de comandos en modo TeX es:
31039 \end_layout
31040
31041 \begin_layout Standard
31042
31043 \series bold
31044
31045 \backslash
31046 makeatletter
31047 \begin_inset Newline newline
31048 \end_inset
31049
31050
31051 \backslash
31052 @addtoreset{equation}{section}
31053 \begin_inset Newline newline
31054 \end_inset
31055
31056
31057 \backslash
31058 makeatother
31059 \end_layout
31060
31061 \begin_layout Standard
31062 En el preámbulo LaTeX se pueden omitir 
31063 \series bold
31064
31065 \backslash
31066 makeatletter
31067 \series default
31068  y 
31069 \series bold
31070
31071 \backslash
31072 makeatother
31073 \series default
31074  pues son automáticamente insertados por LyX.
31075 \end_layout
31076
31077 \begin_layout Standard
31078 Para el comando 
31079 \series bold
31080
31081 \backslash
31082 @addtoreset
31083 \series default
31084 ,
31085 \series bold
31086  
31087 \series default
31088 hay que cargar en el preámbulo LaTeX el archivo 
31089 \series bold
31090 remreset.sty
31091 \series default
31092
31093 \begin_inset Foot
31094 status open
31095
31096 \begin_layout Plain Layout
31097
31098 \series bold
31099 remreset
31100 \series default
31101  es parte del paquete LaTeX 
31102 \series bold
31103 carlisle
31104 \series default
31105
31106 \begin_inset Index
31107 status collapsed
31108
31109 \begin_layout Plain Layout
31110 Paquetes ! carlisle
31111 \end_layout
31112
31113 \end_inset
31114
31115 , incluido en las instalaciones estándar de LaTeX.
31116 \end_layout
31117
31118 \end_inset
31119
31120
31121 \begin_inset Index
31122 status collapsed
31123
31124 \begin_layout Plain Layout
31125 Paquetes ! remreset
31126 \end_layout
31127
31128 \end_inset
31129
31130  con la línea
31131 \end_layout
31132
31133 \begin_layout Standard
31134
31135 \series bold
31136
31137 \backslash
31138 usepackage{remreset}
31139 \end_layout
31140
31141 \begin_layout Standard
31142 Entonces se puede usar el comando 
31143 \series bold
31144
31145 \backslash
31146 @removefromreset
31147 \series default
31148
31149 \begin_inset Index
31150 status collapsed
31151
31152 \begin_layout Plain Layout
31153 Comandos ! 
31154 \begin_inset ERT
31155 status collapsed
31156
31157 \begin_layout Plain Layout
31158
31159 "
31160 \end_layout
31161
31162 \end_inset
31163
31164 @
31165 \begin_inset ERT
31166 status collapsed
31167
31168 \begin_layout Plain Layout
31169
31170 "
31171 \end_layout
31172
31173 \end_inset
31174
31175  ! 
31176 \backslash
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 \begin_inset ERT
31190 status collapsed
31191
31192 \begin_layout Plain Layout
31193
31194 "
31195 \end_layout
31196
31197 \end_inset
31198
31199 removefromreset
31200 \end_layout
31201
31202 \end_inset
31203
31204  con el mismo esquema que 
31205 \series bold
31206
31207 \backslash
31208 @addtoreset
31209 \series default
31210 .
31211 \begin_inset VSpace bigskip
31212 \end_inset
31213
31214
31215 \end_layout
31216
31217 \begin_layout Standard
31218 A veces las ecuaciones deberían numerarse de la siguiente manera:
31219 \end_layout
31220
31221 \begin_layout Standard
31222
31223 \family typewriter
31224 (número de sección.número de ecuación)
31225 \end_layout
31226
31227 \begin_layout Standard
31228 El número de ecuación empezaría con 
31229 \begin_inset Quotes fld
31230 \end_inset
31231
31232 1
31233 \begin_inset Quotes frd
31234 \end_inset
31235
31236  en cada sección.
31237 \end_layout
31238
31239 \begin_layout Standard
31240 Para este caso hay el comando 
31241 \series bold
31242
31243 \backslash
31244 numberwithin
31245 \series default
31246
31247 \begin_inset Index
31248 status collapsed
31249
31250 \begin_layout Plain Layout
31251 Comandos ! N ! 
31252 \backslash
31253 numberwithin
31254 \end_layout
31255
31256 \end_inset
31257
31258 , que se usa con el esquema:
31259 \end_layout
31260
31261 \begin_layout Standard
31262
31263 \series bold
31264
31265 \backslash
31266 numberwithin{counter}{sectioning}
31267 \end_layout
31268
31269 \begin_layout Standard
31270 \begin_inset Quotes fld
31271 \end_inset
31272
31273 counter
31274 \begin_inset Quotes frd
31275 \end_inset
31276
31277  indica qué clase de numeración es afectada, 
31278 \begin_inset Quotes fld
31279 \end_inset
31280
31281 sectioning
31282 \begin_inset Quotes frd
31283 \end_inset
31284
31285  indica qué número va delante del punto.
31286  
31287 \end_layout
31288
31289 \begin_layout Standard
31290 Así pues, en nuestro caso se ha usado la siguiente línea ERT o de preámbulo
31291  LaTeX:
31292 \end_layout
31293
31294 \begin_layout Standard
31295
31296 \series bold
31297
31298 \backslash
31299 numberwithin{equation}{section}
31300 \end_layout
31301
31302 \begin_layout Standard
31303 Este es el resultado::
31304 \begin_inset ERT
31305 status collapsed
31306
31307 \begin_layout Plain Layout
31308
31309
31310 \backslash
31311 numberwithin{equation}{section}
31312 \end_layout
31313
31314 \end_inset
31315
31316
31317 \begin_inset Formula \begin{equation}
31318 A+B=C\end{equation}
31319
31320 \end_inset
31321
31322
31323 \end_layout
31324
31325 \begin_layout Standard
31326 Para numerar p.
31327 \begin_inset Space \thinspace{}
31328 \end_inset
31329
31330 e.
31331 \begin_inset Space ~
31332 \end_inset
31333
31334 tablas de modo que 
31335 \begin_inset Quotes fld
31336 \end_inset
31337
31338 sectioning
31339 \begin_inset Quotes frd
31340 \end_inset
31341
31342  es el número de la parte se usa
31343 \begin_inset Newline newline
31344 \end_inset
31345
31346
31347 \series bold
31348
31349 \backslash
31350 numberwithin{table}{part}
31351 \end_layout
31352
31353 \begin_layout Standard
31354 Para volver a la numeración estándar o evitar esta clase numeración cuando
31355  es definida por la clase de documento, se inserta el siguiente comando
31356  como ERT o en el preámbulo LaTeX:
31357 \end_layout
31358
31359 \begin_layout Standard
31360
31361 \series bold
31362
31363 \backslash
31364 renewcommand{
31365 \backslash
31366 theequation}{
31367 \backslash
31368 arabic{equation}}
31369 \begin_inset Index
31370 status collapsed
31371
31372 \begin_layout Plain Layout
31373 Comandos ! A ! 
31374 \backslash
31375 arabic
31376 \end_layout
31377
31378 \end_inset
31379
31380
31381 \series default
31382
31383 \begin_inset ERT
31384 status collapsed
31385
31386 \begin_layout Plain Layout
31387
31388
31389 \backslash
31390 renewcommand{
31391 \backslash
31392 theequation}{
31393 \backslash
31394 arabic{equation}}
31395 \end_layout
31396
31397 \end_inset
31398
31399
31400 \series bold
31401
31402 \begin_inset Newline newline
31403 \end_inset
31404
31405
31406 \series default
31407 o
31408 \series bold
31409
31410 \begin_inset Newline newline
31411 \end_inset
31412
31413
31414 \backslash
31415 renewcommand{
31416 \backslash
31417 thetable}{
31418 \backslash
31419 arabic{table}}
31420 \end_layout
31421
31422 \begin_layout Standard
31423
31424 \series bold
31425
31426 \backslash
31427 numberwithin
31428 \series default
31429  usa internamente el comando 
31430 \series bold
31431
31432 \backslash
31433 @addtoreset
31434 \series default
31435 , descrito arriba, que también necesita ser restaurado.
31436 \begin_inset ERT
31437 status collapsed
31438
31439 \begin_layout Plain Layout
31440
31441
31442 \backslash
31443 makeatletter
31444 \end_layout
31445
31446 \begin_layout Plain Layout
31447
31448
31449 \backslash
31450 @removefromreset{equation}{section}
31451 \end_layout
31452
31453 \begin_layout Plain Layout
31454
31455
31456 \backslash
31457 makeatother
31458 \end_layout
31459
31460 \end_inset
31461
31462
31463 \end_layout
31464
31465 \begin_layout Subsection
31466 Numeración con números romanos y letras
31467 \begin_inset CommandInset label
31468 LatexCommand label
31469 name "sub:Numeración-con-romanos"
31470
31471 \end_inset
31472
31473
31474 \begin_inset Index
31475 status collapsed
31476
31477 \begin_layout Plain Layout
31478 Numeración de ecuaciones ! con números romanos
31479 \end_layout
31480
31481 \end_inset
31482
31483
31484 \begin_inset Index
31485 status collapsed
31486
31487 \begin_layout Plain Layout
31488 Numeración de ecuaciones ! con letras
31489 \end_layout
31490
31491 \end_inset
31492
31493
31494 \end_layout
31495
31496 \begin_layout Standard
31497 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
31498  Por ejemplo, para numerar con romanos en minúscula,
31499 \begin_inset Foot
31500 status collapsed
31501
31502 \begin_layout Plain Layout
31503 Como en español no se usan romanos en minúscula, el estilo 
31504 \series bold
31505 spanish
31506 \series default
31507  del sistema 
31508 \series bold
31509 babel
31510 \series default
31511  redefine 
31512 \series bold
31513
31514 \backslash
31515 roman
31516 \series default
31517  para que los dé en versalitas.
31518  Véase 
31519 \begin_inset CommandInset citation
31520 LatexCommand cite
31521 key "spanish"
31522
31523 \end_inset
31524
31525  (
31526 \emph on
31527 N.
31528 \begin_inset Space \thinspace{}
31529 \end_inset
31530
31531 del t
31532 \emph default
31533 ).
31534 \end_layout
31535
31536 \end_inset
31537
31538  se inserta el comando
31539 \end_layout
31540
31541 \begin_layout Standard
31542
31543 \series bold
31544
31545 \backslash
31546 renewcommand{
31547 \backslash
31548 theequation}{
31549 \backslash
31550 roman{equation}}
31551 \end_layout
31552
31553 \begin_layout Standard
31554 antes de la ecuación en modo TeX.
31555  
31556 \series bold
31557
31558 \backslash
31559 renewcommand
31560 \series default
31561
31562 \begin_inset Index
31563 status collapsed
31564
31565 \begin_layout Plain Layout
31566 Comandos ! R ! 
31567 \backslash
31568 renewcommand
31569 \end_layout
31570
31571 \end_inset
31572
31573  redefine el comando predefinido 
31574 \series bold
31575
31576 \backslash
31577 theequation
31578 \series default
31579  como 
31580 \series bold
31581
31582 \backslash
31583 roman{equation}
31584 \series default
31585 .
31586 \begin_inset Foot
31587 status collapsed
31588
31589 \begin_layout Plain Layout
31590 El comando 
31591 \series bold
31592
31593 \backslash
31594 renewcommand
31595 \series default
31596  tiene el mismo esquema que el comando 
31597 \series bold
31598
31599 \backslash
31600 newcommand
31601 \series default
31602 , descrito en 
31603 \begin_inset CommandInset ref
31604 LatexCommand ref
31605 reference "sec:Comandos-de-usuario"
31606
31607 \end_inset
31608
31609 .
31610 \end_layout
31611
31612 \end_inset
31613
31614  
31615 \series bold
31616 equation
31617 \series default
31618  es el contador de ecuaciones.
31619  Si se usa el comando 
31620 \series bold
31621
31622 \backslash
31623 the
31624 \series default
31625  como prefijo de un contador, el valor del contador sale en números arábigos.
31626  Si una ecuación es numerada, LaTeX pone internamente el comando 
31627 \series bold
31628
31629 \backslash
31630 theequation
31631 \series default
31632  detrás de la ecuación.
31633  
31634 \series bold
31635
31636 \backslash
31637 roman{equation}
31638 \series default
31639
31640 \begin_inset Index
31641 status collapsed
31642
31643 \begin_layout Plain Layout
31644 Comandos ! R ! 
31645 \backslash
31646 roman
31647 \end_layout
31648
31649 \end_inset
31650
31651  pone el contador en romanos en minúscula.
31652 \end_layout
31653
31654 \begin_layout Standard
31655 Todas las ecuaciones siguientes a 
31656 \series bold
31657
31658 \backslash
31659 renew
31660 \series default
31661 c
31662 \series bold
31663 ommand
31664 \series default
31665  se numerarán en romanos.
31666  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
31667  cambiando 
31668 \series bold
31669
31670 \backslash
31671 roman
31672 \series default
31673  por 
31674 \series bold
31675
31676 \backslash
31677 Roman
31678 \series default
31679  
31680 \begin_inset Index
31681 status collapsed
31682
31683 \begin_layout Plain Layout
31684 Comandos ! R ! 
31685 \backslash
31686 roman@
31687 \backslash
31688 Roman
31689 \end_layout
31690
31691 \end_inset
31692
31693 .
31694  Para 
31695 \begin_inset Quotes fld
31696 \end_inset
31697
31698 numerar
31699 \begin_inset Quotes frd
31700 \end_inset
31701
31702  con minúsculas latinas hay el comando 
31703 \series bold
31704
31705 \backslash
31706 alph
31707 \series default
31708
31709 \begin_inset Index
31710 status collapsed
31711
31712 \begin_layout Plain Layout
31713 Comandos ! A ! 
31714 \backslash
31715 alph
31716 \end_layout
31717
31718 \end_inset
31719
31720 , y para mayúsculas el comando 
31721 \series bold
31722
31723 \backslash
31724 Alph
31725 \series default
31726
31727 \begin_inset Index
31728 status collapsed
31729
31730 \begin_layout Plain Layout
31731 Comandos ! A ! 
31732 \backslash
31733 alph@
31734 \backslash
31735 Alph
31736 \end_layout
31737
31738 \end_inset
31739
31740 .
31741 \end_layout
31742
31743 \begin_layout Standard
31744 \begin_inset Note Greyedout
31745 status collapsed
31746
31747 \begin_layout Plain Layout
31748
31749 \series bold
31750 Nota:
31751 \series default
31752  Con letras latinas sólo se puede numerar hasta un máximo de 26 ecuaciones.
31753 \end_layout
31754
31755 \end_inset
31756
31757
31758 \begin_inset ERT
31759 status collapsed
31760
31761 \begin_layout Plain Layout
31762
31763
31764 \backslash
31765 renewcommand{
31766 \backslash
31767 theequation}{
31768 \backslash
31769 roman{equation}}
31770 \end_layout
31771
31772 \end_inset
31773
31774
31775 \begin_inset Formula \begin{equation}
31776 A=\textrm{romanos en minúscula}\label{eq:rom}\end{equation}
31777
31778 \end_inset
31779
31780
31781 \begin_inset ERT
31782 status collapsed
31783
31784 \begin_layout Plain Layout
31785
31786
31787 \backslash
31788 renewcommand{
31789 \backslash
31790 theequation}{
31791 \backslash
31792 Roman{equation}}
31793 \end_layout
31794
31795 \end_inset
31796
31797
31798 \begin_inset Formula \begin{equation}
31799 B=\textrm{romanos en mayúscula}\label{eq:Rom}\end{equation}
31800
31801 \end_inset
31802
31803
31804 \begin_inset ERT
31805 status collapsed
31806
31807 \begin_layout Plain Layout
31808
31809
31810 \backslash
31811 renewcommand{
31812 \backslash
31813 theequation}{
31814 \backslash
31815 alph{equation}}
31816 \end_layout
31817
31818 \end_inset
31819
31820
31821 \begin_inset Formula \begin{equation}
31822 C=\textrm{latinas en minúscula}\label{eq:lat}\end{equation}
31823
31824 \end_inset
31825
31826
31827 \begin_inset ERT
31828 status collapsed
31829
31830 \begin_layout Plain Layout
31831
31832
31833 \backslash
31834 renewcommand{
31835 \backslash
31836 theequation}{
31837 \backslash
31838 Alph{equation}}
31839 \end_layout
31840
31841 \end_inset
31842
31843
31844 \begin_inset Formula \begin{equation}
31845 D=\textrm{latinas en mayúscula}\label{eq:Lat}\end{equation}
31846
31847 \end_inset
31848
31849
31850 \end_layout
31851
31852 \begin_layout Standard
31853 Para volver a la numeración por defecto se inserta el comando:
31854 \end_layout
31855
31856 \begin_layout Standard
31857
31858 \series bold
31859
31860 \backslash
31861 renewcommand{
31862 \backslash
31863 theequation}{
31864 \backslash
31865 arabic{equation}}
31866 \begin_inset Index
31867 status collapsed
31868
31869 \begin_layout Plain Layout
31870 Comandos ! A ! 
31871 \backslash
31872 arabic
31873 \end_layout
31874
31875 \end_inset
31876
31877
31878 \end_layout
31879
31880 \begin_layout Standard
31881 \begin_inset ERT
31882 status collapsed
31883
31884 \begin_layout Plain Layout
31885
31886
31887 \backslash
31888 renewcommand{
31889 \backslash
31890 theequation}{
31891 \backslash
31892 arabic{equation}}
31893 \end_layout
31894
31895 \end_inset
31896
31897
31898 \begin_inset Formula \begin{equation}
31899 E=\mbox{arábigos}\label{eq:arab}\end{equation}
31900
31901 \end_inset
31902
31903
31904 \end_layout
31905
31906 \begin_layout Standard
31907 \begin_inset VSpace medskip
31908 \end_inset
31909
31910
31911 \end_layout
31912
31913 \begin_layout Standard
31914 Como ves, las ecuaciones se numeran consecutivamente independientemente
31915  del estilo de numeración.
31916  Cuando la numeración haya de empezar con 
31917 \begin_inset Quotes fld
31918 \end_inset
31919
31920 1
31921 \begin_inset Quotes frd
31922 \end_inset
31923
31924  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
31925  Una descripción sobre esto se encuentra en el archivo 
31926 \begin_inset ERT
31927 status collapsed
31928
31929 \begin_layout Plain Layout
31930
31931
31932 \backslash
31933 href{Formula-numbering.lyx}{
31934 \end_layout
31935
31936 \end_inset
31937
31938 Formula-numbering.lyx
31939 \begin_inset ERT
31940 status collapsed
31941
31942 \begin_layout Plain Layout
31943
31944 }
31945 \end_layout
31946
31947 \end_inset
31948
31949 .
31950 \end_layout
31951
31952 \begin_layout Section
31953 Comandos definidos por el usuario
31954 \begin_inset CommandInset label
31955 LatexCommand label
31956 name "sec:Comandos-de-usuario"
31957
31958 \end_inset
31959
31960
31961 \begin_inset Index
31962 status collapsed
31963
31964 \begin_layout Plain Layout
31965 Comandos personalizados
31966 \end_layout
31967
31968 \end_inset
31969
31970
31971 \end_layout
31972
31973 \begin_layout Standard
31974 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
31975  Pero es posible definir nuevos comandos más cortos con el comando 
31976 \series bold
31977
31978 \backslash
31979 newcommand
31980 \series default
31981
31982 \begin_inset Index
31983 status collapsed
31984
31985 \begin_layout Plain Layout
31986 Comandos ! N ! 
31987 \backslash
31988 newcommand
31989 \end_layout
31990
31991 \end_inset
31992
31993 .
31994  
31995 \end_layout
31996
31997 \begin_layout Standard
31998 El esquema del comando 
31999 \series bold
32000
32001 \backslash
32002 newcommand
32003 \series default
32004  es:
32005 \end_layout
32006
32007 \begin_layout Standard
32008
32009 \series bold
32010
32011 \backslash
32012 newcommand{nombre nuevo de comando}[número de argumentos]
32013 \begin_inset Newline newline
32014 \end_inset
32015
32016
32017 \begin_inset ERT
32018 status collapsed
32019
32020 \begin_layout Plain Layout
32021
32022
32023 \backslash
32024 phantom{
32025 \end_layout
32026
32027 \end_inset
32028
32029
32030 \backslash
32031 newcommand
32032 \begin_inset ERT
32033 status collapsed
32034
32035 \begin_layout Plain Layout
32036
32037 }
32038 \end_layout
32039
32040 \end_inset
32041
32042 [valor opcional]{definición de comando}
32043 \end_layout
32044
32045 \begin_layout Standard
32046 \begin_inset Note Greyedout
32047 status collapsed
32048
32049 \begin_layout Plain Layout
32050
32051 \series bold
32052 Nota:
32053 \series default
32054  Asegúrate de que el nombre del nuevo comando no está definido ya en el
32055  documento o en paquetes LaTeX que uses.
32056  Si p.
32057 \begin_inset Space \thinspace{}
32058 \end_inset
32059
32060 e.
32061  defines el comando 
32062 \series bold
32063
32064 \backslash
32065 le
32066 \series default
32067  para 
32068 \series bold
32069
32070 \backslash
32071 Leftarrow,
32072 \series default
32073  se producirán errores porque 
32074 \series bold
32075
32076 \backslash
32077 le
32078 \series default
32079  ya existe como comando para 
32080 \begin_inset Quotes fld
32081 \end_inset
32082
32083
32084 \begin_inset Formula $\le$
32085 \end_inset
32086
32087
32088 \begin_inset Quotes frd
32089 \end_inset
32090
32091 .
32092
32093 \series bold
32094  
32095 \end_layout
32096
32097 \end_inset
32098
32099
32100 \end_layout
32101
32102 \begin_layout Standard
32103 \begin_inset Note Greyedout
32104 status collapsed
32105
32106 \begin_layout Plain Layout
32107
32108 \series bold
32109 Nota:
32110 \series default
32111  Los nombres de comandos personalizados sólo pueden tener letras latinas.
32112 \end_layout
32113
32114 \end_inset
32115
32116
32117 \end_layout
32118
32119 \begin_layout Standard
32120 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
32121  argumentos debería tener el nuevo comando.
32122  Con el valor opcional se puede predefinir un valor para un argumento opcional.
32123  Cuando se hace esto, el 
32124 \emph on
32125 primer
32126 \emph default
32127  argumento del nuevo comando es automáticamente opcional.
32128 \end_layout
32129
32130 \begin_layout Standard
32131 Veamos unos ejemplos:
32132 \end_layout
32133
32134 \begin_layout Itemize
32135 Para definir el comando 
32136 \series bold
32137
32138 \backslash
32139 gr
32140 \series default
32141  para 
32142 \series bold
32143
32144 \backslash
32145 Longrightarrow
32146 \series default
32147 , la línea de preámbulo LaTeX es:
32148 \begin_inset ERT
32149 status collapsed
32150
32151 \begin_layout Plain Layout
32152
32153
32154 \backslash
32155 medskip
32156 \end_layout
32157
32158 \end_inset
32159
32160
32161 \series bold
32162
32163 \begin_inset Newline newline
32164 \end_inset
32165
32166
32167 \backslash
32168 newcommand{
32169 \backslash
32170 gr}{
32171 \backslash
32172 Longrightarrow}
32173 \end_layout
32174
32175 \begin_layout Itemize
32176 Para definir el comando 
32177 \series bold
32178
32179 \backslash
32180 us
32181 \series default
32182  para 
32183 \series bold
32184
32185 \backslash
32186 underline
32187 \series default
32188 , el argumento (que sería subrayado) debe tenerse en cuenta.
32189  Para esto la línea de preámbulo es: :
32190 \begin_inset ERT
32191 status collapsed
32192
32193 \begin_layout Plain Layout
32194
32195
32196 \backslash
32197 medskip
32198 \end_layout
32199
32200 \end_inset
32201
32202
32203 \series bold
32204
32205 \begin_inset Newline newline
32206 \end_inset
32207
32208
32209 \backslash
32210 newcommand{
32211 \backslash
32212 us}[1]{
32213 \backslash
32214 underline{#1}}
32215 \series default
32216
32217 \begin_inset ERT
32218 status collapsed
32219
32220 \begin_layout Plain Layout
32221
32222
32223 \backslash
32224 medskip
32225 \end_layout
32226
32227 \end_inset
32228
32229
32230 \begin_inset Newline newline
32231 \end_inset
32232
32233 El carácter 
32234 \series bold
32235 #
32236 \series default
32237  actúa como colocador del argumento, el 
32238 \series bold
32239 1
32240 \series default
32241  indica que es el colocador para el primer argumento.
32242 \end_layout
32243
32244 \begin_layout Itemize
32245 Para 
32246 \series bold
32247
32248 \backslash
32249 framebox
32250 \series default
32251  se puede p.
32252 \begin_inset Space \thinspace{}
32253 \end_inset
32254
32255 e.
32256  definir el comando 
32257 \series bold
32258
32259 \backslash
32260 fb
32261 \series default
32262 :
32263 \begin_inset ERT
32264 status collapsed
32265
32266 \begin_layout Plain Layout
32267
32268
32269 \backslash
32270 medskip
32271 \end_layout
32272
32273 \end_inset
32274
32275
32276 \series bold
32277
32278 \begin_inset Newline newline
32279 \end_inset
32280
32281
32282 \backslash
32283 newcommand{
32284 \backslash
32285 fb}[3]{
32286 \backslash
32287 framebox#1#2{$#3$}}
32288 \series default
32289
32290 \begin_inset ERT
32291 status collapsed
32292
32293 \begin_layout Plain Layout
32294
32295
32296 \backslash
32297 medskip
32298 \end_layout
32299
32300 \end_inset
32301
32302
32303 \begin_inset Newline newline
32304 \end_inset
32305
32306 Los dos signos dólar generan la ecuación extra necesaria para 
32307 \series bold
32308
32309 \backslash
32310 framebox
32311 \series default
32312 , véase 
32313 \begin_inset CommandInset ref
32314 LatexCommand ref
32315 reference "sub:Cuadros-con-marco"
32316
32317 \end_inset
32318
32319 .
32320 \end_layout
32321
32322 \begin_layout Itemize
32323 Para crear un nuevo comando para 
32324 \series bold
32325
32326 \backslash
32327 fcolorbox
32328 \series default
32329  donde no es necesario especificar el color para el cuadro, el argumento
32330  para el color se define opcional:
32331 \begin_inset ERT
32332 status collapsed
32333
32334 \begin_layout Plain Layout
32335
32336
32337 \backslash
32338 medskip
32339 \end_layout
32340
32341 \end_inset
32342
32343
32344 \series bold
32345
32346 \begin_inset Newline newline
32347 \end_inset
32348
32349
32350 \backslash
32351 newcommand{
32352 \backslash
32353 cb}[3][white]{
32354 \backslash
32355 fcolorbox{#2}{#1}{$#3$}}
32356 \series default
32357
32358 \begin_inset ERT
32359 status collapsed
32360
32361 \begin_layout Plain Layout
32362
32363
32364 \backslash
32365 medskip
32366 \end_layout
32367
32368 \end_inset
32369
32370
32371 \begin_inset Newline newline
32372 \end_inset
32373
32374 Si el color no es especificado al usar 
32375 \series bold
32376
32377 \backslash
32378 cb
32379 \series default
32380 , se elige el color 
32381 \series bold
32382 white
32383 \series default
32384  predefinido.
32385 \end_layout
32386
32387 \begin_layout Standard
32388 Un ensayo con los nuevos comandos definidos:
32389 \end_layout
32390
32391 \begin_layout Standard
32392 \noindent
32393 \align center
32394 \begin_inset Tabular
32395 <lyxtabular version="3" rows="6" columns="2">
32396 <features>
32397 <column alignment="center" valignment="top" width="0">
32398 <column alignment="center" valignment="top" width="0">
32399 <row>
32400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32401 \begin_inset Text
32402
32403 \begin_layout Plain Layout
32404 Comando
32405 \end_layout
32406
32407 \end_inset
32408 </cell>
32409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32410 \begin_inset Text
32411
32412 \begin_layout Plain Layout
32413 Resultado
32414 \begin_inset Note Note
32415 status collapsed
32416
32417 \begin_layout Plain Layout
32418
32419 \series bold
32420
32421 \backslash
32422 raisebox
32423 \series default
32424  se usa sólo como espaciador
32425 \end_layout
32426
32427 \end_inset
32428
32429
32430 \end_layout
32431
32432 \end_inset
32433 </cell>
32434 </row>
32435 <row>
32436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32437 \begin_inset Text
32438
32439 \begin_layout Plain Layout
32440 A
32441 \backslash
32442 gr
32443 \begin_inset ERT
32444 status collapsed
32445
32446 \begin_layout Plain Layout
32447
32448
32449 \backslash
32450 spce 
32451 \end_layout
32452
32453 \end_inset
32454
32455 B
32456 \end_layout
32457
32458 \end_inset
32459 </cell>
32460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32461 \begin_inset Text
32462
32463 \begin_layout Plain Layout
32464 \begin_inset Formula $A\gr  B$
32465 \end_inset
32466
32467
32468 \end_layout
32469
32470 \end_inset
32471 </cell>
32472 </row>
32473 <row>
32474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32475 \begin_inset Text
32476
32477 \begin_layout Plain Layout
32478
32479 \backslash
32480 us{ABcd
32481 \end_layout
32482
32483 \end_inset
32484 </cell>
32485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32486 \begin_inset Text
32487
32488 \begin_layout Plain Layout
32489 \begin_inset Formula $\raisebox {4.5mm}{}\us {ABcd}\raisebox {-2mm}{}$
32490 \end_inset
32491
32492
32493 \end_layout
32494
32495 \end_inset
32496 </cell>
32497 </row>
32498 <row>
32499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32500 \begin_inset Text
32501
32502 \begin_layout Plain Layout
32503
32504 \backslash
32505 fb{[2cm]
32506 \begin_inset Formula $\to$
32507 \end_inset
32508
32509
32510 \backslash
32511 {
32512 \begin_inset Formula $\to$
32513 \end_inset
32514
32515
32516 \backslash
32517 {
32518 \backslash
32519 int
32520 \begin_inset ERT
32521 status collapsed
32522
32523 \begin_layout Plain Layout
32524
32525
32526 \backslash
32527 spce 
32528 \end_layout
32529
32530 \end_inset
32531
32532 A=B
32533 \end_layout
32534
32535 \end_inset
32536 </cell>
32537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32538 \begin_inset Text
32539
32540 \begin_layout Plain Layout
32541 \begin_inset Formula $\raisebox {6mm}{}\fb {[2cm]}{}{\int A=B}\raisebox {-4mm}{}$
32542 \end_inset
32543
32544
32545 \end_layout
32546
32547 \end_inset
32548 </cell>
32549 </row>
32550 <row>
32551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32552 \begin_inset Text
32553
32554 \begin_layout Plain Layout
32555
32556 \backslash
32557 cb{red
32558 \begin_inset Formula $\to$
32559 \end_inset
32560
32561
32562 \backslash
32563 {
32564 \backslash
32565 int
32566 \begin_inset ERT
32567 status collapsed
32568
32569 \begin_layout Plain Layout
32570
32571
32572 \backslash
32573 spce 
32574 \end_layout
32575
32576 \end_inset
32577
32578 A=B
32579 \end_layout
32580
32581 \end_inset
32582 </cell>
32583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32584 \begin_inset Text
32585
32586 \begin_layout Plain Layout
32587 \begin_inset Formula $\raisebox {6mm}{}\cb {red}{\int A=B}\raisebox {-4mm}{}$
32588 \end_inset
32589
32590
32591 \end_layout
32592
32593 \end_inset
32594 </cell>
32595 </row>
32596 <row>
32597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32598 \begin_inset Text
32599
32600 \begin_layout Plain Layout
32601
32602 \backslash
32603 cb[green]
32604 \backslash
32605 {red
32606 \begin_inset Formula $\to$
32607 \end_inset
32608
32609
32610 \backslash
32611 {
32612 \backslash
32613 int
32614 \begin_inset ERT
32615 status collapsed
32616
32617 \begin_layout Plain Layout
32618
32619
32620 \backslash
32621 spce 
32622 \end_layout
32623
32624 \end_inset
32625
32626 A=B
32627 \end_layout
32628
32629 \end_inset
32630 </cell>
32631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32632 \begin_inset Text
32633
32634 \begin_layout Plain Layout
32635 \begin_inset Formula $\raisebox {6mm}{}\cb [green]{red}{\int A=B}\raisebox {-4mm}{}$
32636 \end_inset
32637
32638
32639 \end_layout
32640
32641 \end_inset
32642 </cell>
32643 </row>
32644 </lyxtabular>
32645
32646 \end_inset
32647
32648
32649 \end_layout
32650
32651 \begin_layout Section
32652 Diagramas
32653 \begin_inset Index
32654 status collapsed
32655
32656 \begin_layout Plain Layout
32657 Diagramas
32658 \end_layout
32659
32660 \end_inset
32661
32662
32663 \end_layout
32664
32665 \begin_layout Standard
32666 Para componer diagramas se necesita el paquete LaTeX 
32667 \series bold
32668 amscd
32669 \series default
32670 .
32671 \series bold
32672
32673 \begin_inset Foot
32674 status collapsed
32675
32676 \begin_layout Plain Layout
32677
32678 \series bold
32679 amscd
32680 \series default
32681  forma parte de las instalaciones estándar de LaTeX.
32682 \end_layout
32683
32684 \end_inset
32685
32686
32687 \series default
32688
32689 \begin_inset Index
32690 status collapsed
32691
32692 \begin_layout Plain Layout
32693 Paquetes ! amscd
32694 \end_layout
32695
32696 \end_inset
32697
32698  Se carga en el preámbulo LaTeX con la línea:
32699 \end_layout
32700
32701 \begin_layout Standard
32702
32703 \series bold
32704
32705 \backslash
32706 usepackage{amscd}
32707 \end_layout
32708
32709 \begin_layout Standard
32710 Los diagramas visualizan relaciones y su aspecto es como este:
32711 \begin_inset Formula \[
32712 \begin{CD}A@)))B@)))C\\
32713 @AAA@.@VVV\\
32714 F@(((E@(((D\end{CD}\]
32715
32716 \end_inset
32717
32718 Para obtener el diagrama se inserta en la ecuación el comando 
32719 \series bold
32720
32721 \backslash
32722 CD
32723 \begin_inset Index
32724 status collapsed
32725
32726 \begin_layout Plain Layout
32727 Comandos ! C ! 
32728 \backslash
32729 CD
32730 \end_layout
32731
32732 \end_inset
32733
32734
32735 \series default
32736 .
32737  Surge un marco azul entre dos líneas de trazos en el que se insertan a
32738  continuación comandos.
32739  Con 
32740 \family sans
32741 Ctrl-Intro
32742 \family default
32743  se inicia una nueva línea.
32744  En las líneas impares se insertan relaciones horizontales, en las pares
32745  verticales.
32746 \end_layout
32747
32748 \begin_layout Standard
32749 Para componer las relaciones hay los siguientes comandos:
32750 \begin_inset Foot
32751 status collapsed
32752
32753 \begin_layout Plain Layout
32754 \begin_inset CommandInset label
32755 LatexCommand label
32756 name "fn:sinónimos"
32757
32758 \end_inset
32759
32760 Los comandos con 
32761 \series bold
32762 >
32763 \series default
32764  o 
32765 \series bold
32766 <
32767 \series default
32768  pueden generar errores con el estilo 
32769 \series bold
32770 spanish
32771 \series default
32772  de 
32773 \series bold
32774 babel
32775 \series default
32776 .
32777  Para evitarlo se pueden sustituir por sus sinónimos 
32778 \series bold
32779 )
32780 \series default
32781  o 
32782 \series bold
32783 (
32784 \series default
32785  respectivamente.
32786  Véase 
32787 \begin_inset CommandInset citation
32788 LatexCommand cite
32789 key "spanish"
32790
32791 \end_inset
32792
32793 .
32794  (
32795 \emph on
32796 N.
32797 \begin_inset Space \thinspace{}
32798 \end_inset
32799
32800 del t.
32801 \emph default
32802 )
32803 \end_layout
32804
32805 \end_inset
32806
32807
32808 \end_layout
32809
32810 \begin_layout Itemize
32811
32812 \series bold
32813 @<<<
32814 \series default
32815  genera una flecha hacia la izquierda, 
32816 \series bold
32817 @>>>
32818 \series default
32819  una hacia la derecha, y 
32820 \series bold
32821 @=
32822 \series default
32823  un signo igual largo
32824 \end_layout
32825
32826 \begin_layout Itemize
32827
32828 \series bold
32829 @AAA
32830 \series default
32831  genera una flecha hacia arriba, 
32832 \series bold
32833 @VVV
32834 \series default
32835  una hacia abajo, y 
32836 \series bold
32837 @|
32838 \series default
32839  un signo igual vertical
32840 \end_layout
32841
32842 \begin_layout Itemize
32843
32844 \series bold
32845 @.
32846
32847 \series default
32848  genera una ubicación vacía para relaciones inexistentes
32849 \end_layout
32850
32851 \begin_layout Standard
32852 Todas las flechas pueden etiquetarse como sigue:
32853 \end_layout
32854
32855 \begin_layout Itemize
32856 Si se inserta texto entre la primera y segunda <
32857 \begin_inset Space ~
32858 \end_inset
32859
32860  o >, respectivamente, se muestra sobre la flecha.
32861  Si se inserta entre la segunda y la tercera, bajo la flecha.
32862 \end_layout
32863
32864 \begin_layout Itemize
32865 Para flechas verticales, si se inserta texto entre la primera y la segunda
32866  A o V, respectivamente, se muestra al lado izquierdo de la flecha.
32867  Si se inserta entre la segunda y la tercera, al lado derecho.
32868  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
32869 \end_layout
32870
32871 \begin_layout Standard
32872 Como ejemplo un diagrama con todas las relaciones posibles:
32873 \begin_inset Formula \[
32874 \begin{CD}A@)j))B@))k)C@=F\\
32875 @AmAA@.@VV{V}V@|\\
32876 D@((j\,(E@)k))F@=C\end{CD}\]
32877
32878 \end_inset
32879
32880 El comando para este diagrama es:
32881 \begin_inset Newline newline
32882 \end_inset
32883
32884
32885 \series bold
32886
32887 \backslash
32888 CD
32889 \begin_inset ERT
32890 status collapsed
32891
32892 \begin_layout Plain Layout
32893
32894
32895 \backslash
32896 spce 
32897 \end_layout
32898
32899 \end_inset
32900
32901 A@>j>>B@>>k>C@=F Ctrl-Intro
32902 \begin_inset Newline newline
32903 \end_inset
32904
32905
32906 \begin_inset ERT
32907 status collapsed
32908
32909 \begin_layout Plain Layout
32910
32911
32912 \backslash
32913 hphantom{
32914 \end_layout
32915
32916 \end_inset
32917
32918
32919 \backslash
32920 CD
32921 \begin_inset ERT
32922 status collapsed
32923
32924 \begin_layout Plain Layout
32925
32926
32927 \backslash
32928 spce 
32929 \end_layout
32930
32931 \end_inset
32932
32933
32934 \begin_inset ERT
32935 status collapsed
32936
32937 \begin_layout Plain Layout
32938
32939 }
32940 \end_layout
32941
32942 \end_inset
32943
32944 @AmAA@.@VV
32945 \backslash
32946 {V
32947 \series default
32948
32949 \begin_inset Formula $\to$
32950 \end_inset
32951
32952
32953 \series bold
32954 V@| Ctrl-Intro
32955 \begin_inset Newline newline
32956 \end_inset
32957
32958
32959 \begin_inset ERT
32960 status collapsed
32961
32962 \begin_layout Plain Layout
32963
32964
32965 \backslash
32966 hphantom{
32967 \end_layout
32968
32969 \end_inset
32970
32971
32972 \backslash
32973 CD
32974 \begin_inset ERT
32975 status collapsed
32976
32977 \begin_layout Plain Layout
32978
32979
32980 \backslash
32981 spce 
32982 \end_layout
32983
32984 \end_inset
32985
32986
32987 \begin_inset ERT
32988 status collapsed
32989
32990 \begin_layout Plain Layout
32991
32992 }
32993 \end_layout
32994
32995 \end_inset
32996
32997 D@<<j<E@>k>>F@=C
32998 \end_layout
32999
33000 \begin_layout Standard
33001 \begin_inset Newpage newpage
33002 \end_inset
33003
33004
33005 \end_layout
33006
33007 \begin_layout Section
33008 Indicaciones
33009 \begin_inset ERT
33010 status collapsed
33011
33012 \begin_layout Plain Layout
33013
33014
33015 \backslash
33016 texorpdfstring{
33017 \end_layout
33018
33019 \end_inset
33020
33021
33022 \begin_inset Foot
33023 status collapsed
33024
33025 \begin_layout Plain Layout
33026 Otras sugerencias útiles para matemáticas en 
33027 \begin_inset CommandInset citation
33028 LatexCommand cite
33029 key "Voss"
33030
33031 \end_inset
33032
33033 .
33034 \end_layout
33035
33036 \end_inset
33037
33038
33039 \begin_inset ERT
33040 status collapsed
33041
33042 \begin_layout Plain Layout
33043
33044 }{}
33045 \end_layout
33046
33047 \end_inset
33048
33049
33050 \begin_inset Note Note
33051 status collapsed
33052
33053 \begin_layout Plain Layout
33054
33055 \backslash
33056 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
33057  PDF.
33058 \end_layout
33059
33060 \begin_layout Plain Layout
33061 Más sobre 
33062 \backslash
33063 texorpdfstring hay en la sección 
33064 \begin_inset CommandInset ref
33065 LatexCommand ref
33066 reference "sub:Ecuaciones-en-Sección"
33067
33068 \end_inset
33069
33070 .
33071 \end_layout
33072
33073 \end_inset
33074
33075
33076 \begin_inset Index
33077 status collapsed
33078
33079 \begin_layout Plain Layout
33080 Indicaciones
33081 \end_layout
33082
33083 \end_inset
33084
33085
33086 \end_layout
33087
33088 \begin_layout Subsection
33089 Símbolos y ecuaciones químicas
33090 \begin_inset CommandInset label
33091 LatexCommand label
33092 name "sub:Símbolos-y-ecuaciones-químicas"
33093
33094 \end_inset
33095
33096
33097 \begin_inset Index
33098 status collapsed
33099
33100 \begin_layout Plain Layout
33101 Química ! símbolos
33102 \end_layout
33103
33104 \end_inset
33105
33106
33107 \begin_inset Index
33108 status collapsed
33109
33110 \begin_layout Plain Layout
33111 Ecuación química
33112 \end_layout
33113
33114 \end_inset
33115
33116
33117 \begin_inset Index
33118 status collapsed
33119
33120 \begin_layout Plain Layout
33121 Química ! caracteres
33122 \end_layout
33123
33124 \end_inset
33125
33126
33127 \begin_inset Index
33128 status collapsed
33129
33130 \begin_layout Plain Layout
33131 Iones|see
33132 \begin_inset ERT
33133 status collapsed
33134
33135 \begin_layout Plain Layout
33136
33137 {
33138 \end_layout
33139
33140 \end_inset
33141
33142 Química ! caracteres
33143 \begin_inset ERT
33144 status collapsed
33145
33146 \begin_layout Plain Layout
33147
33148 }
33149 \end_layout
33150
33151 \end_inset
33152
33153
33154 \end_layout
33155
33156 \end_inset
33157
33158
33159 \end_layout
33160
33161 \begin_layout Standard
33162 Un ejemplo de texto de química:
33163 \end_layout
33164
33165 \begin_layout Quote
33166 El ión 
33167 \begin_inset Formula $ $
33168 \end_inset
33169
33170
33171 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
33172 \end_inset
33173
33174  reacciona con dos iones 
33175 \begin_inset Formula $\mathrm{Na^{+}}$
33176 \end_inset
33177
33178  para dar sulfato de sodio 
33179 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
33180 \end_inset
33181
33182 .
33183  La ecuación química es:
33184 \begin_inset Formula \[
33185 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
33186
33187 \end_inset
33188
33189
33190 \end_layout
33191
33192 \begin_layout Standard
33193 Esta ecuación química puede componerse directamente en modo ecuación.
33194  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
33195  y con el atajo 
33196 \family sans
33197 Alt-c
33198 \begin_inset Space ~
33199 \end_inset
33200
33201 r
33202 \family default
33203  se cambia en redonda.
33204 \begin_inset Foot
33205 status open
33206
33207 \begin_layout Plain Layout
33208 véase estilos de fuentes en 
33209 \begin_inset CommandInset ref
33210 LatexCommand ref
33211 reference "sub:Estilos-de-fuentes"
33212
33213 \end_inset
33214
33215 .
33216 \end_layout
33217
33218 \end_inset
33219
33220
33221 \end_layout
33222
33223 \begin_layout Subsection
33224 Números negativos
33225 \begin_inset Index
33226 status collapsed
33227
33228 \begin_layout Plain Layout
33229 Números ! negativos
33230 \end_layout
33231
33232 \end_inset
33233
33234
33235 \end_layout
33236
33237 \begin_layout Standard
33238 Los números negativos a veces se ven feos en las ecuaciones porque el signo
33239  menos delante del número tiene la misma longitud que el operador signo
33240  menos.
33241  Si se escribe el número negativo en texto normal el signo menos aparece
33242  correctamente.
33243 \end_layout
33244
33245 \begin_layout Standard
33246 Así pues, el problema desaparece si se convierte el signo menos a texto
33247  matemático.
33248 \end_layout
33249
33250 \begin_layout Standard
33251 Un ejemplo para visualizar el problema:
33252 \end_layout
33253
33254 \begin_layout Standard
33255 \noindent
33256 \align center
33257 \begin_inset Tabular
33258 <lyxtabular version="3" rows="3" columns="2">
33259 <features>
33260 <column alignment="center" valignment="top" width="0">
33261 <column alignment="center" valignment="top" width="0">
33262 <row>
33263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33264 \begin_inset Text
33265
33266 \begin_layout Plain Layout
33267 texto normal:
33268 \end_layout
33269
33270 \end_inset
33271 </cell>
33272 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33273 \begin_inset Text
33274
33275 \begin_layout Plain Layout
33276 x = -2
33277 \end_layout
33278
33279 \end_inset
33280 </cell>
33281 </row>
33282 <row>
33283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33284 \begin_inset Text
33285
33286 \begin_layout Plain Layout
33287 ecuación:
33288 \end_layout
33289
33290 \end_inset
33291 </cell>
33292 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33293 \begin_inset Text
33294
33295 \begin_layout Plain Layout
33296 \begin_inset Formula $x=-2$
33297 \end_inset
33298
33299
33300 \end_layout
33301
33302 \end_inset
33303 </cell>
33304 </row>
33305 <row>
33306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33307 \begin_inset Text
33308
33309 \begin_layout Plain Layout
33310 solución:
33311 \end_layout
33312
33313 \end_inset
33314 </cell>
33315 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33316 \begin_inset Text
33317
33318 \begin_layout Plain Layout
33319 \begin_inset Formula $x=\mbox{-}2$
33320 \end_inset
33321
33322
33323 \end_layout
33324
33325 \end_inset
33326 </cell>
33327 </row>
33328 </lyxtabular>
33329
33330 \end_inset
33331
33332
33333 \end_layout
33334
33335 \begin_layout Subsection
33336 Coma como separador decimal
33337 \begin_inset Index
33338 status collapsed
33339
33340 \begin_layout Plain Layout
33341 Coma decimal
33342 \end_layout
33343
33344 \end_inset
33345
33346
33347 \end_layout
33348
33349 \begin_layout Standard
33350 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
33351  de grupos numéricos.
33352  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
33353 \end_layout
33354
33355 \begin_layout Standard
33356 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
33357  
33358 \family sans
33359 Alt-m
33360 \begin_inset Space ~
33361 \end_inset
33362
33363 m
33364 \family default
33365 ).
33366 \end_layout
33367
33368 \begin_layout Standard
33369 Para usar las comas en todas las fórmulas del documento como separador decimal,
33370  se carga el archivo 
33371 \series bold
33372 icomma.sty
33373 \series default
33374
33375 \begin_inset Foot
33376 status collapsed
33377
33378 \begin_layout Plain Layout
33379
33380 \series bold
33381 icomma
33382 \series default
33383  forma parte del paquete LaTeX 
33384 \series bold
33385 was
33386 \series default
33387
33388 \begin_inset Index
33389 status collapsed
33390
33391 \begin_layout Plain Layout
33392 Paquetes ! was
33393 \begin_inset VSpace 4mm
33394 \end_inset
33395
33396
33397 \end_layout
33398
33399 \end_inset
33400
33401 .
33402 \end_layout
33403
33404 \end_inset
33405
33406
33407 \begin_inset Index
33408 status collapsed
33409
33410 \begin_layout Plain Layout
33411 Paquetes ! icomma
33412 \end_layout
33413
33414 \end_inset
33415
33416  en el preámbulo LaTeX con la línea: 
33417 \end_layout
33418
33419 \begin_layout Standard
33420
33421 \series bold
33422
33423 \backslash
33424 usepackage{icomma}
33425 \end_layout
33426
33427 \begin_layout Subsection
33428 Vectores físicos
33429 \begin_inset CommandInset label
33430 LatexCommand label
33431 name "sub:Vectores-físicos"
33432
33433 \end_inset
33434
33435
33436 \begin_inset Index
33437 status collapsed
33438
33439 \begin_layout Plain Layout
33440 Vectores físicos
33441 \end_layout
33442
33443 \end_inset
33444
33445
33446 \end_layout
33447
33448 \begin_layout Standard
33449 El paquete LaTeX 
33450 \series bold
33451 braket
33452 \series default
33453
33454 \begin_inset Foot
33455 status collapsed
33456
33457 \begin_layout Plain Layout
33458
33459 \series bold
33460 braket
33461 \series default
33462  es parte de una instalación LaTeX estándar.
33463 \end_layout
33464
33465 \end_inset
33466
33467
33468 \begin_inset Index
33469 status collapsed
33470
33471 \begin_layout Plain Layout
33472 Paquetes ! braket
33473 \end_layout
33474
33475 \end_inset
33476
33477  suministra vectores predefinidos; se carga con la línea de preámbulo LaTeX:
33478 \end_layout
33479
33480 \begin_layout Standard
33481
33482 \series bold
33483
33484 \backslash
33485 usepackage{braket}
33486 \end_layout
33487
33488 \begin_layout Standard
33489 \begin_inset ERT
33490 status collapsed
33491
33492 \begin_layout Plain Layout
33493
33494
33495 \backslash
33496 ifbraket 
33497 \end_layout
33498
33499 \end_inset
33500
33501
33502 \begin_inset Note Note
33503 status collapsed
33504
33505 \begin_layout Plain Layout
33506 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
33507 \series bold
33508 braket
33509 \series default
33510  está instalado.
33511 \end_layout
33512
33513 \end_inset
33514
33515
33516 \end_layout
33517
33518 \begin_layout Standard
33519 Están definidos los siguientes comandos:
33520 \end_layout
33521
33522 \begin_layout Standard
33523 \noindent
33524 \align center
33525 \begin_inset Tabular
33526 <lyxtabular version="3" rows="4" columns="2">
33527 <features>
33528 <column alignment="center" valignment="top" width="0">
33529 <column alignment="center" valignment="top" width="0">
33530 <row>
33531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33532 \begin_inset Text
33533
33534 \begin_layout Plain Layout
33535 Comando
33536 \end_layout
33537
33538 \end_inset
33539 </cell>
33540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33541 \begin_inset Text
33542
33543 \begin_layout Plain Layout
33544 Resultado
33545 \end_layout
33546
33547 \end_inset
33548 </cell>
33549 </row>
33550 <row>
33551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33552 \begin_inset Text
33553
33554 \begin_layout Plain Layout
33555
33556 \backslash
33557 Bra{
33558 \backslash
33559 psi
33560 \end_layout
33561
33562 \end_inset
33563 </cell>
33564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33565 \begin_inset Text
33566
33567 \begin_layout Plain Layout
33568 \begin_inset Formula $\Bra {\psi}$
33569 \end_inset
33570
33571
33572 \end_layout
33573
33574 \end_inset
33575 </cell>
33576 </row>
33577 <row>
33578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33579 \begin_inset Text
33580
33581 \begin_layout Plain Layout
33582
33583 \backslash
33584 Ket{
33585 \backslash
33586 psi
33587 \end_layout
33588
33589 \end_inset
33590 </cell>
33591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33592 \begin_inset Text
33593
33594 \begin_layout Plain Layout
33595 \begin_inset Formula $\Ket {\psi}$
33596 \end_inset
33597
33598
33599 \end_layout
33600
33601 \end_inset
33602 </cell>
33603 </row>
33604 <row>
33605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33606 \begin_inset Text
33607
33608 \begin_layout Plain Layout
33609
33610 \backslash
33611 Braket{
33612 \backslash
33613 psi|
33614 \backslash
33615 phi
33616 \end_layout
33617
33618 \end_inset
33619 </cell>
33620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33621 \begin_inset Text
33622
33623 \begin_layout Plain Layout
33624 \begin_inset Formula $\Braket {\psi|\phi}$
33625 \end_inset
33626
33627
33628 \end_layout
33629
33630 \end_inset
33631 </cell>
33632 </row>
33633 </lyxtabular>
33634
33635 \end_inset
33636
33637
33638 \end_layout
33639
33640 \begin_layout Standard
33641 El comando 
33642 \series bold
33643
33644 \backslash
33645 Braket
33646 \series default
33647  asegura que todas las barras verticales tienen el tamaño de los delimitadores
33648  circundantes:
33649 \begin_inset Formula \[
33650 \Braket {\phi|J=\frac{3}{2}\,,\, M_{J}}\]
33651
33652 \end_inset
33653
33654
33655 \begin_inset ERT
33656 status collapsed
33657
33658 \begin_layout Plain Layout
33659
33660
33661 \backslash
33662 else
33663 \end_layout
33664
33665 \end_inset
33666
33667
33668 \begin_inset Note Note
33669 status collapsed
33670
33671 \begin_layout Plain Layout
33672 Lo que sigue se verá en la salida si el paquete LaTeX 
33673 \series bold
33674 braket
33675 \series default
33676  no está instalado:
33677 \end_layout
33678
33679 \end_inset
33680
33681
33682 \end_layout
33683
33684 \begin_layout Standard
33685 Debes instalar el paquete LaTeX 
33686 \series bold
33687 braket
33688 \series default
33689  para ver en la salida el resto de esta subsección.
33690 \end_layout
33691
33692 \begin_layout Standard
33693 \begin_inset ERT
33694 status collapsed
33695
33696 \begin_layout Plain Layout
33697
33698
33699 \backslash
33700 fi
33701 \end_layout
33702
33703 \end_inset
33704
33705
33706 \end_layout
33707
33708 \begin_layout Standard
33709 El efecto de 
33710 \series bold
33711
33712 \backslash
33713 Braket
33714 \series default
33715  también se puede conseguir con el comando 
33716 \series bold
33717
33718 \backslash
33719 middle
33720 \series default
33721 , que se describe en 
33722 \begin_inset CommandInset ref
33723 LatexCommand ref
33724 reference "sub:Tamaño-automático-de"
33725
33726 \end_inset
33727
33728 .
33729 \end_layout
33730
33731 \begin_layout Subsection
33732 Fracciones definidas por el usuario
33733 \begin_inset CommandInset label
33734 LatexCommand label
33735 name "sub:Fracciones-personalizadas"
33736
33737 \end_inset
33738
33739
33740 \begin_inset Index
33741 status collapsed
33742
33743 \begin_layout Plain Layout
33744 Fracciones ! personalizadas
33745 \end_layout
33746
33747 \end_inset
33748
33749
33750 \end_layout
33751
33752 \begin_layout Standard
33753 Para definir comandos personalizados para fracciones, se usa el comando
33754  
33755 \series bold
33756
33757 \backslash
33758 genfrac
33759 \series default
33760
33761 \begin_inset Index
33762 status collapsed
33763
33764 \begin_layout Plain Layout
33765 Comandos ! G ! 
33766 \backslash
33767 genfrac
33768 \end_layout
33769
33770 \end_inset
33771
33772  con el siguiente esquema:
33773 \end_layout
33774
33775 \begin_layout Standard
33776
33777 \series bold
33778
33779 \backslash
33780 genfrac{delimitador izquierdo}{delimitador derecho}{grosor raya de
33781 \begin_inset Newline newline
33782 \end_inset
33783
33784
33785 \begin_inset ERT
33786 status collapsed
33787
33788 \begin_layout Plain Layout
33789
33790
33791 \backslash
33792 phantom{
33793 \end_layout
33794
33795 \end_inset
33796
33797
33798 \backslash
33799 genfrac{
33800 \begin_inset ERT
33801 status collapsed
33802
33803 \begin_layout Plain Layout
33804
33805 }
33806 \end_layout
33807
33808 \end_inset
33809
33810 fracción}{estilo}{numerador}{denominador}
33811 \end_layout
33812
33813 \begin_layout Standard
33814 El estilo es un número en el rango 0-3.
33815 \end_layout
33816
33817 \begin_layout Standard
33818 \align center
33819 \begin_inset Tabular
33820 <lyxtabular version="3" rows="5" columns="2">
33821 <features>
33822 <column alignment="center" valignment="top" width="0">
33823 <column alignment="center" valignment="top" width="0">
33824 <row>
33825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33826 \begin_inset Text
33827
33828 \begin_layout Plain Layout
33829 Número
33830 \end_layout
33831
33832 \end_inset
33833 </cell>
33834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33835 \begin_inset Text
33836
33837 \begin_layout Plain Layout
33838 Estilo (tamaño)
33839 \end_layout
33840
33841 \end_inset
33842 </cell>
33843 </row>
33844 <row>
33845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33846 \begin_inset Text
33847
33848 \begin_layout Plain Layout
33849 0
33850 \end_layout
33851
33852 \end_inset
33853 </cell>
33854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33855 \begin_inset Text
33856
33857 \begin_layout Plain Layout
33858 ecuación en presentación
33859 \end_layout
33860
33861 \end_inset
33862 </cell>
33863 </row>
33864 <row>
33865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33866 \begin_inset Text
33867
33868 \begin_layout Plain Layout
33869 1
33870 \end_layout
33871
33872 \end_inset
33873 </cell>
33874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33875 \begin_inset Text
33876
33877 \begin_layout Plain Layout
33878 ecuación en línea
33879 \end_layout
33880
33881 \end_inset
33882 </cell>
33883 </row>
33884 <row>
33885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33886 \begin_inset Text
33887
33888 \begin_layout Plain Layout
33889 2
33890 \end_layout
33891
33892 \end_inset
33893 </cell>
33894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33895 \begin_inset Text
33896
33897 \begin_layout Plain Layout
33898 pequeño
33899 \end_layout
33900
33901 \end_inset
33902 </cell>
33903 </row>
33904 <row>
33905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33906 \begin_inset Text
33907
33908 \begin_layout Plain Layout
33909 3
33910 \end_layout
33911
33912 \end_inset
33913 </cell>
33914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33915 \begin_inset Text
33916
33917 \begin_layout Plain Layout
33918 muy pequeño
33919 \end_layout
33920
33921 \end_inset
33922 </cell>
33923 </row>
33924 </lyxtabular>
33925
33926 \end_inset
33927
33928
33929 \end_layout
33930
33931 \begin_layout Standard
33932 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
33933  
33934 \series bold
33935
33936 \backslash
33937 frac
33938 \series default
33939 .
33940 \end_layout
33941
33942 \begin_layout Standard
33943 Si no se pone grosor de la raya de fracción se usará el valor predefinido
33944  de 0.4
33945 \begin_inset Space \thinspace{}
33946 \end_inset
33947
33948 pt.
33949 \end_layout
33950
33951 \begin_layout Standard
33952 Por ejemplo, los comandos 
33953 \series bold
33954
33955 \backslash
33956 dfrac
33957 \series default
33958  y 
33959 \series bold
33960
33961 \backslash
33962 tbinom
33963 \series default
33964  de la 
33965 \begin_inset CommandInset ref
33966 LatexCommand ref
33967 reference "sub:Fracciones"
33968
33969 \end_inset
33970
33971  se definen con los comandos:
33972 \end_layout
33973
33974 \begin_layout Standard
33975
33976 \series bold
33977
33978 \backslash
33979 newcommand{
33980 \backslash
33981 dfrac}[2]{
33982 \backslash
33983 genfrac{}{}{}{0}{#1}{#2}}
33984 \end_layout
33985
33986 \begin_layout Standard
33987 y
33988 \end_layout
33989
33990 \begin_layout Standard
33991
33992 \series bold
33993
33994 \backslash
33995 newcommand{
33996 \backslash
33997 tbinom}[2]{
33998 \backslash
33999 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34000 \end_layout
34001
34002 \begin_layout Standard
34003 \begin_inset VSpace medskip
34004 \end_inset
34005
34006
34007 \end_layout
34008
34009 \begin_layout Standard
34010 Para definir una fracción en la que el grosor de la raya se pueda definir
34011  como argumento opcional, se inserta la siguiente línea en el preámbulo
34012  LaTeX:
34013 \end_layout
34014
34015 \begin_layout Standard
34016
34017 \series bold
34018
34019 \backslash
34020 newcommand{
34021 \backslash
34022 fracS}[3][]{
34023 \backslash
34024 genfrac{}{}{#1}{}{#2}{#3}}
34025 \end_layout
34026
34027 \begin_layout Standard
34028 Un ensayo:
34029 \begin_inset Formula \begin{align*}
34030 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34031 \text{Resultado} &  & \fracS [1mm]{A}{B} &  & \fracS [5mm]{A}{B}\end{align*}
34032
34033 \end_inset
34034
34035 Como se puede ver, la distancia del numerador y el denominador a la raya
34036  de fracción se redondea a unas tres veces el grosor de la raya.
34037 \end_layout
34038
34039 \begin_layout Subsection
34040 Ecuaciones canceladas
34041 \begin_inset CommandInset label
34042 LatexCommand label
34043 name "sub:Ecuaciones-canceladas"
34044
34045 \end_inset
34046
34047
34048 \begin_inset Index
34049 status collapsed
34050
34051 \begin_layout Plain Layout
34052 Ecuación ! cancelada
34053 \end_layout
34054
34055 \end_inset
34056
34057
34058 \end_layout
34059
34060 \begin_layout Standard
34061 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
34062  
34063 \series bold
34064 cancel
34065 \series default
34066
34067 \begin_inset Foot
34068 status collapsed
34069
34070 \begin_layout Plain Layout
34071
34072 \series bold
34073 cancel
34074 \series default
34075  forma parte de las distribuciones estándar de LaTeX.
34076 \end_layout
34077
34078 \end_inset
34079
34080
34081 \begin_inset Index
34082 status collapsed
34083
34084 \begin_layout Plain Layout
34085 Paquetes ! cancel
34086 \end_layout
34087
34088 \end_inset
34089
34090  con la línea de preámbulo LaTeX
34091 \end_layout
34092
34093 \begin_layout Standard
34094
34095 \series bold
34096
34097 \backslash
34098 usepackage[samesize]{cancel}
34099 \end_layout
34100
34101 \begin_layout Standard
34102 Hay cuatro formas de cancelar ecuaciones:
34103 \end_layout
34104
34105 \begin_layout Standard
34106 \align center
34107 \begin_inset Tabular
34108 <lyxtabular version="3" rows="5" columns="2">
34109 <features>
34110 <column alignment="center" valignment="top" width="0">
34111 <column alignment="center" valignment="top" width="0">
34112 <row>
34113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34114 \begin_inset Text
34115
34116 \begin_layout Plain Layout
34117 Comando
34118 \end_layout
34119
34120 \end_inset
34121 </cell>
34122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34123 \begin_inset Text
34124
34125 \begin_layout Plain Layout
34126 Resultado
34127 \begin_inset Note Note
34128 status collapsed
34129
34130 \begin_layout Plain Layout
34131
34132 \series bold
34133
34134 \backslash
34135 raisebox
34136 \series default
34137  se usa sólo como espaciador
34138 \end_layout
34139
34140 \end_inset
34141
34142
34143 \end_layout
34144
34145 \end_inset
34146 </cell>
34147 </row>
34148 <row>
34149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34150 \begin_inset Text
34151
34152 \begin_layout Plain Layout
34153
34154 \backslash
34155 cancel{
34156 \backslash
34157 int
34158 \begin_inset ERT
34159 status collapsed
34160
34161 \begin_layout Plain Layout
34162
34163
34164 \backslash
34165 spce 
34166 \end_layout
34167
34168 \end_inset
34169
34170 A=B
34171 \end_layout
34172
34173 \end_inset
34174 </cell>
34175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34176 \begin_inset Text
34177
34178 \begin_layout Plain Layout
34179 \begin_inset Formula $\raisebox {4.5mm}{}\cancel {\int A=B}\raisebox {-2.5mm}{}$
34180 \end_inset
34181
34182
34183 \end_layout
34184
34185 \end_inset
34186 </cell>
34187 </row>
34188 <row>
34189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34190 \begin_inset Text
34191
34192 \begin_layout Plain Layout
34193
34194 \backslash
34195 bcancel{
34196 \backslash
34197 int
34198 \begin_inset ERT
34199 status collapsed
34200
34201 \begin_layout Plain Layout
34202
34203
34204 \backslash
34205 spce 
34206 \end_layout
34207
34208 \end_inset
34209
34210 A=B
34211 \end_layout
34212
34213 \end_inset
34214 </cell>
34215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34216 \begin_inset Text
34217
34218 \begin_layout Plain Layout
34219 \begin_inset Formula $\raisebox {4.5mm}{}\bcancel {\int A=B}\raisebox {-2.5mm}{}$
34220 \end_inset
34221
34222
34223 \end_layout
34224
34225 \end_inset
34226 </cell>
34227 </row>
34228 <row>
34229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34230 \begin_inset Text
34231
34232 \begin_layout Plain Layout
34233
34234 \backslash
34235 xcancel{
34236 \backslash
34237 int
34238 \begin_inset ERT
34239 status collapsed
34240
34241 \begin_layout Plain Layout
34242
34243
34244 \backslash
34245 spce 
34246 \end_layout
34247
34248 \end_inset
34249
34250 A=B
34251 \end_layout
34252
34253 \end_inset
34254 </cell>
34255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34256 \begin_inset Text
34257
34258 \begin_layout Plain Layout
34259 \begin_inset Formula $\raisebox {4.5mm}{}\xcancel {\int A=B}\raisebox {-2.5mm}{}$
34260 \end_inset
34261
34262
34263 \end_layout
34264
34265 \end_inset
34266 </cell>
34267 </row>
34268 <row>
34269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34270 \begin_inset Text
34271
34272 \begin_layout Plain Layout
34273
34274 \backslash
34275 cancelto{1
34276 \begin_inset Formula $\to$
34277 \end_inset
34278
34279
34280 \backslash
34281 {
34282 \backslash
34283 int
34284 \begin_inset ERT
34285 status collapsed
34286
34287 \begin_layout Plain Layout
34288
34289
34290 \backslash
34291 spce 
34292 \end_layout
34293
34294 \end_inset
34295
34296 A=B
34297 \end_layout
34298
34299 \end_inset
34300 </cell>
34301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34302 \begin_inset Text
34303
34304 \begin_layout Plain Layout
34305 \begin_inset Formula $\raisebox {7mm}{}\cancelto {1}{\int A=B}\raisebox {-2.5mm}{}\hspace {3mm}$
34306 \end_inset
34307
34308
34309 \end_layout
34310
34311 \end_inset
34312 </cell>
34313 </row>
34314 </lyxtabular>
34315
34316 \end_inset
34317
34318
34319 \end_layout
34320
34321 \begin_layout Standard
34322
34323 \series bold
34324
34325 \backslash
34326 cancelto
34327 \series default
34328  es especialmente apropiada para visualizar la simplificación de fracciones
34329  en una ecuación:
34330 \begin_inset Formula \[
34331 \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}}}\]
34332
34333 \end_inset
34334
34335
34336 \end_layout
34337
34338 \begin_layout Subsection
34339 Ecuaciones en encabezados de sección
34340 \begin_inset CommandInset label
34341 LatexCommand label
34342 name "sub:Ecuaciones-en-encabezados"
34343
34344 \end_inset
34345
34346
34347 \begin_inset Index
34348 status collapsed
34349
34350 \begin_layout Plain Layout
34351 Ecuación ! en encabezados de sección
34352 \end_layout
34353
34354 \end_inset
34355
34356
34357 \end_layout
34358
34359 \begin_layout Standard
34360 Si se quiere poner una ecuación en un encabezado de sección hay que tener
34361  en cuenta lo siguiente:
34362 \end_layout
34363
34364 \begin_layout Standard
34365 \begin_inset Note Greyedout
34366 status open
34367
34368 \begin_layout Plain Layout
34369 Cuando se usa el paquete LaTeX 
34370 \series bold
34371 hyperref
34372 \series default
34373
34374 \begin_inset Index
34375 status collapsed
34376
34377 \begin_layout Plain Layout
34378 Paquetes ! hyperref
34379 \end_layout
34380
34381 \end_inset
34382
34383 , los marcadores PDF se generan automáticamente para cada encabezado de
34384  sección en el índice.
34385  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
34386  texto del marcador, porque se infringen las convenciones PDF.
34387 \end_layout
34388
34389 \end_inset
34390
34391
34392 \end_layout
34393
34394 \begin_layout Standard
34395 Estos problemas se pueden solucionar insertando al final del encabezado
34396  un título breve con el menú 
34397 \family sans
34398 Insertar\SpecialChar \menuseparator
34399 Título
34400 \begin_inset Space ~
34401 \end_inset
34402
34403 breve
34404 \family default
34405 .
34406  Los títulos breves se usan como alternativa para encabezados de sección
34407  con más de una línea para mantener el buen aspecto del índice.
34408  En éste sólo aparece el título breve y por tanto también en los marcadores.
34409 \end_layout
34410
34411 \begin_layout Standard
34412 Si hay que poner ecuaciones en el índice y se usa 
34413 \series bold
34414 hyperref
34415 \series default
34416 , se puede insertar el siguiente comando en modo TeX:
34417 \end_layout
34418
34419 \begin_layout Standard
34420
34421 \series bold
34422
34423 \backslash
34424 texorpdfstring{parte}{alternativa}
34425 \begin_inset Index
34426 status collapsed
34427
34428 \begin_layout Plain Layout
34429 Comandos ! T ! 
34430 \backslash
34431 texorpdfstring
34432 \end_layout
34433
34434 \end_inset
34435
34436
34437 \end_layout
34438
34439 \begin_layout Standard
34440 Parte se refiere a la parte del encabezado que no debería aparecer en el
34441  marcador PDF.
34442  Puede ser caracteres, ecuaciones, notas al pie, y también referencias cruzadas.
34443  La alternativa se usa para el marcador en vez de la parte.
34444 \end_layout
34445
34446 \begin_layout Standard
34447 Aquí hay dos ejemplo de encabezados:
34448 \end_layout
34449
34450 \begin_layout Standard
34451 \begin_inset VSpace -3mm
34452 \end_inset
34453
34454
34455 \end_layout
34456
34457 \begin_layout Standard
34458 \begin_inset ERT
34459 status collapsed
34460
34461 \begin_layout Plain Layout
34462
34463
34464 \backslash
34465 boldmath 
34466 \end_layout
34467
34468 \end_inset
34469
34470
34471 \end_layout
34472
34473 \begin_layout Subsubsection
34474 Encabezado sin ecuación en el índice 
34475 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34476 \end_inset
34477
34478
34479 \begin_inset OptArg
34480 status collapsed
34481
34482 \begin_layout Plain Layout
34483 Encabezado sin ecuación en el índice
34484 \end_layout
34485
34486 \end_inset
34487
34488
34489 \end_layout
34490
34491 \begin_layout Subsubsection
34492 Encabezado con ecuación en el índice
34493 \begin_inset ERT
34494 status collapsed
34495
34496 \begin_layout Plain Layout
34497
34498
34499 \backslash
34500 texorpdfstring{
34501 \end_layout
34502
34503 \end_inset
34504
34505  
34506 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34507 \end_inset
34508
34509
34510 \begin_inset ERT
34511 status collapsed
34512
34513 \begin_layout Plain Layout
34514
34515 }{}
34516 \end_layout
34517
34518 \end_inset
34519
34520
34521 \end_layout
34522
34523 \begin_layout Standard
34524 \begin_inset ERT
34525 status collapsed
34526
34527 \begin_layout Plain Layout
34528
34529
34530 \backslash
34531 unboldmath 
34532 \end_layout
34533
34534 \end_inset
34535
34536 En el primer encabezado se ha puesto un título breve, en el segundo un 
34537 \series bold
34538
34539 \backslash
34540 texorpdfstring
34541 \series default
34542 .
34543 \end_layout
34544
34545 \begin_layout Standard
34546 Para obtener el mismo formato que en los demás encabezados se han puesto
34547  ambos en un 
34548 \series bold
34549 entorno boldmath
34550 \series default
34551 .
34552 \begin_inset Foot
34553 status collapsed
34554
34555 \begin_layout Plain Layout
34556 véase 
34557 \begin_inset CommandInset ref
34558 LatexCommand ref
34559 reference "sub:Ecuaciones-en-negrita"
34560
34561 \end_inset
34562
34563
34564 \end_layout
34565
34566 \end_inset
34567
34568
34569 \end_layout
34570
34571 \begin_layout Subsection
34572 Ecuaciones en texto multicolumna
34573 \begin_inset Index
34574 status collapsed
34575
34576 \begin_layout Plain Layout
34577 Ecuación ! en texto multicolumna
34578 \end_layout
34579
34580 \end_inset
34581
34582
34583 \end_layout
34584
34585 \begin_layout Standard
34586 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
34587  para ajustarse a la columna y entonces es preciso abarcar la anchura total
34588  de la página.
34589  Esto se hace usando el paquete LaTeX 
34590 \series bold
34591 multicol
34592 \series default
34593 ,
34594 \begin_inset Foot
34595 status collapsed
34596
34597 \begin_layout Plain Layout
34598
34599 \series bold
34600 multicol
34601 \series default
34602  forma parte de las distribuciones LaTeX estándar.
34603 \end_layout
34604
34605 \end_inset
34606
34607
34608 \begin_inset Index
34609 status collapsed
34610
34611 \begin_layout Plain Layout
34612 Paquetes ! multicol
34613 \end_layout
34614
34615 \end_inset
34616
34617  que se carga en el preámbulo LaTeX con la línea
34618 \end_layout
34619
34620 \begin_layout Standard
34621
34622 \series bold
34623
34624 \backslash
34625 usepackage{multicol}
34626 \end_layout
34627
34628 \begin_layout Standard
34629 \begin_inset Note Greyedout
34630 status collapsed
34631
34632 \begin_layout Plain Layout
34633 Ten en cuenta que la opción 
34634 \family sans
34635 Documento
34636 \begin_inset Space ~
34637 \end_inset
34638
34639 con
34640 \begin_inset Space ~
34641 \end_inset
34642
34643 dos
34644 \begin_inset Space ~
34645 \end_inset
34646
34647 caras
34648 \family default
34649 , bajo 
34650 \family sans
34651 Diseño
34652 \begin_inset Space ~
34653 \end_inset
34654
34655 de
34656 \begin_inset Space ~
34657 \end_inset
34658
34659 página 
34660 \family default
34661 en el menú 
34662 \family sans
34663 Documento\SpecialChar \menuseparator
34664 Configuración
34665 \family default
34666  
34667 \emph on
34668 debe
34669 \emph default
34670  estar desmarcada.
34671 \end_layout
34672
34673 \end_inset
34674
34675
34676 \end_layout
34677
34678 \begin_layout Standard
34679 Antes del texto multicolumna se inserta en modo TeX el comando
34680 \end_layout
34681
34682 \begin_layout Standard
34683
34684 \series bold
34685
34686 \backslash
34687 begin{multicols}{número de columnas}
34688 \end_layout
34689
34690 \begin_layout Standard
34691 El número de columnas está en el rango 2-10.
34692  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
34693  TeX el comando
34694 \end_layout
34695
34696 \begin_layout Standard
34697
34698 \series bold
34699
34700 \backslash
34701 end{multicols}
34702 \end_layout
34703
34704 \begin_layout Standard
34705 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
34706  Para quitarlo se inserta un espacio vertical de -6
34707 \begin_inset Space \thinspace{}
34708 \end_inset
34709
34710 mm antes de la ecuación.
34711  Si se usa el estilo 
34712 \series bold
34713 Sangrado
34714 \series default
34715 ,
34716 \begin_inset Foot
34717 status collapsed
34718
34719 \begin_layout Plain Layout
34720 véase estilos de ecuación en 
34721 \begin_inset CommandInset ref
34722 LatexCommand ref
34723 reference "sec:Estilos-de-ecuación"
34724
34725 \end_inset
34726
34727
34728 \end_layout
34729
34730 \end_inset
34731
34732  se inserta un espacio de -9
34733 \begin_inset Space \thinspace{}
34734 \end_inset
34735
34736 mm.
34737 \end_layout
34738
34739 \begin_layout Standard
34740 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
34741 \end_layout
34742
34743 \begin_layout Standard
34744 \begin_inset ERT
34745 status collapsed
34746
34747 \begin_layout Plain Layout
34748
34749
34750 \backslash
34751 begin{multicols}{2}
34752 \end_layout
34753
34754 \end_inset
34755
34756 Das Spektrum wird fouriertransformiert.
34757  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
34758 , Lösungsmittel) zu trennen.
34759  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
34760  nun das Aussehen des Ausgangssignals.
34761  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
34762  über alle Phasen integrieren muss.
34763  Sei nun 
34764 \begin_inset Formula $S$
34765 \end_inset
34766
34767  unser normiertes Ausgangssignal and 
34768 \begin_inset Formula $P$
34769 \end_inset
34770
34771  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
34772 \begin_inset ERT
34773 status collapsed
34774
34775 \begin_layout Plain Layout
34776
34777
34778 \backslash
34779 end{multicols}
34780 \end_layout
34781
34782 \end_inset
34783
34784
34785 \begin_inset VSpace -6mm
34786 \end_inset
34787
34788
34789 \begin_inset Formula \begin{equation}
34790 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
34791
34792 \end_inset
34793
34794
34795 \begin_inset ERT
34796 status collapsed
34797
34798 \begin_layout Plain Layout
34799
34800
34801 \backslash
34802 begin{multicols}{2}
34803 \end_layout
34804
34805 \end_inset
34806
34807 wobei 
34808 \begin_inset Formula $S_{0}$
34809 \end_inset
34810
34811  das Signal ohne Gradient ist and the Normierungsbedingung 
34812 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34813 \end_inset
34814
34815  gilt.
34816  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
34817  Direkt nach the 
34818 \begin_inset Formula $\nicefrac{\pi}{2}$
34819 \end_inset
34820
34821
34822 \begin_inset Space \thinspace{}
34823 \end_inset
34824
34825 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
34826  das Signal zusätzlich abschwächt.
34827  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
34828  
34829 \begin_inset Formula $T_{2}$
34830 \end_inset
34831
34832 -Zeit.
34833 \end_layout
34834
34835 \begin_layout Standard
34836 \begin_inset ERT
34837 status collapsed
34838
34839 \begin_layout Plain Layout
34840
34841
34842 \backslash
34843 end{multicols}
34844 \end_layout
34845
34846 \end_inset
34847
34848  
34849 \end_layout
34850
34851 \begin_layout Subsection
34852 Ecuaciones con descripción de variables
34853 \begin_inset Index
34854 status collapsed
34855
34856 \begin_layout Plain Layout
34857 Ecuación ! con descripción de variables
34858 \end_layout
34859
34860 \end_inset
34861
34862
34863 \end_layout
34864
34865 \begin_layout Standard
34866 Para describir variables en una ecuación, como en la fórmula 
34867 \begin_inset CommandInset ref
34868 LatexCommand eqref
34869 reference "eq:within"
34870
34871 \end_inset
34872
34873 , se inserta una matriz 2×
34874 \begin_inset Formula $n$
34875 \end_inset
34876
34877  con columnas alineadas a la izquierda para las 
34878 \emph on
34879
34880 \begin_inset Formula $n$
34881 \end_inset
34882
34883
34884 \emph default
34885  variables usadas.
34886 \begin_inset Foot
34887 status collapsed
34888
34889 \begin_layout Plain Layout
34890 véase matrices en 
34891 \begin_inset CommandInset ref
34892 LatexCommand ref
34893 reference "sec:Matrices"
34894
34895 \end_inset
34896
34897
34898 \end_layout
34899
34900 \end_inset
34901
34902  Para poner la descripción en tamaño más pequeño se inserta, p.e, el comando
34903  
34904 \series bold
34905
34906 \backslash
34907 footnotesize
34908 \series default
34909  antes de la matriz.
34910 \begin_inset Foot
34911 status collapsed
34912
34913 \begin_layout Plain Layout
34914 véase tamaños de fuentes en 
34915 \begin_inset CommandInset ref
34916 LatexCommand ref
34917 reference "sub:Tamaños-de-fuentes"
34918
34919 \end_inset
34920
34921 .
34922 \end_layout
34923
34924 \end_inset
34925
34926
34927 \end_layout
34928
34929 \begin_layout Standard
34930 Si se usa el estilo 
34931 \series bold
34932 Sangrado
34933 \series default
34934 ,
34935 \begin_inset Foot
34936 status collapsed
34937
34938 \begin_layout Plain Layout
34939 véase estilos de ecuación en 
34940 \begin_inset CommandInset ref
34941 LatexCommand ref
34942 reference "sec:Estilos-de-ecuación"
34943
34944 \end_inset
34945
34946
34947 \end_layout
34948
34949 \end_inset
34950
34951  se inserta un 
34952 \series bold
34953
34954 \backslash
34955 hfill
34956 \series default
34957
34958 \begin_inset Foot
34959 status collapsed
34960
34961 \begin_layout Plain Layout
34962
34963 \series bold
34964
34965 \backslash
34966 hfill
34967 \series default
34968  sólo funciona en ecuaciones en estilo 
34969 \series bold
34970 Sangrado
34971 \series default
34972 , véase 
34973 \begin_inset CommandInset ref
34974 LatexCommand ref
34975 reference "sub:Espacio-variable"
34976
34977 \end_inset
34978
34979
34980 \end_layout
34981
34982 \end_inset
34983
34984  delante y detrás de la matriz para que tenga la misma separación con la
34985  ecuación y con el margen.
34986 \end_layout
34987
34988 \begin_layout Standard
34989 Si se usa el estilo 
34990 \series bold
34991 Centrado
34992 \series default
34993  se emplea el método descrito en la 
34994 \begin_inset CommandInset ref
34995 LatexCommand ref
34996 reference "sub:Entorno-flalign"
34997
34998 \end_inset
34999
35000  para sangrar la ecuación.
35001  La ecuación 
35002 \begin_inset CommandInset ref
35003 LatexCommand eqref
35004 reference "eq:within"
35005
35006 \end_inset
35007
35008  consta de cinco columnas ya que las dos primeras contienen la fórmula,
35009  la tercera la matriz y la última una llave TeX vacía.
35010 \begin_inset Formula \begin{flalign}
35011 \hspace {30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize \begin{array}{ll}
35012 \rho & \mbox{densidad}\\
35013 V & \mbox{volumen}\\
35014 g & \mbox{aceleración gravitatoria}\end{array} &  & {}\label{eq:within}\end{flalign}
35015
35016 \end_inset
35017
35018
35019 \end_layout
35020
35021 \begin_layout Subsection
35022 Letras griegas minúsculas en redonda
35023 \begin_inset CommandInset label
35024 LatexCommand label
35025 name "sub:Griegas-en-redonda"
35026
35027 \end_inset
35028
35029
35030 \begin_inset Index
35031 status collapsed
35032
35033 \begin_layout Plain Layout
35034 Letras griegas ! en redonda
35035 \end_layout
35036
35037 \end_inset
35038
35039
35040 \end_layout
35041
35042 \begin_layout Standard
35043 La mayoría de las fuentes sólo suministran letras griegas minúsculas en
35044  cursiva.
35045  Pero para símbolos de partículas elementales como piones y neutrinos hacen
35046  falta letras griegas en redonda.
35047  El archivo 
35048 \series bold
35049 upgreek.sty
35050 \series default
35051
35052 \begin_inset Foot
35053 status collapsed
35054
35055 \begin_layout Plain Layout
35056
35057 \series bold
35058 upgreek
35059 \series default
35060  forma parte del paquete LaTeX 
35061 \series bold
35062 was
35063 \series default
35064
35065 \begin_inset Index
35066 status collapsed
35067
35068 \begin_layout Plain Layout
35069 Paquetes ! was
35070 \begin_inset VSpace 4mm
35071 \end_inset
35072
35073
35074 \end_layout
35075
35076 \end_inset
35077
35078 .
35079 \end_layout
35080
35081 \end_inset
35082
35083
35084 \begin_inset Index
35085 status collapsed
35086
35087 \begin_layout Plain Layout
35088 Paquetes ! upgreek
35089 \end_layout
35090
35091 \end_inset
35092
35093 , que se carga en el preámbulo LaTeX con la línea
35094 \end_layout
35095
35096 \begin_layout Standard
35097
35098 \series bold
35099
35100 \backslash
35101 usepackage{upgreek}
35102 \end_layout
35103
35104 \begin_layout Standard
35105 las suministra.
35106  
35107 \begin_inset ERT
35108 status collapsed
35109
35110 \begin_layout Plain Layout
35111
35112
35113 \backslash
35114 ifupgreek 
35115 \end_layout
35116
35117 \end_inset
35118
35119
35120 \begin_inset Note Note
35121 status collapsed
35122
35123 \begin_layout Plain Layout
35124 La tabla siguiente sólo se podrá ver si está instalado el paquete LaTeX
35125  
35126 \series bold
35127 upgreek
35128 \series default
35129 .
35130 \end_layout
35131
35132 \end_inset
35133
35134  Se imprimen con el comando de la letra correspondiente precedido de 
35135 \series bold
35136 up
35137 \series default
35138 .
35139  Por ejemplo, el comando 
35140 \series bold
35141
35142 \backslash
35143 uptau
35144 \series default
35145  genera: 
35146 \begin_inset Formula $\uptau $
35147 \end_inset
35148
35149
35150 \end_layout
35151
35152 \begin_layout Standard
35153 Con estos comandos se pueden escribir reacciones entre partículas elementales:
35154 \begin_inset Formula \[
35155 \uppi ^{+}\rightarrow\upmu ^{+}+\upnu _{\upmu }\]
35156
35157 \end_inset
35158
35159
35160 \end_layout
35161
35162 \begin_layout Standard
35163 Las letras en redonda son más remarcadas y más grandes que las correspondientes
35164  en cursiva.
35165  Por tanto no deberían emplearse para unidades como 
35166 \begin_inset Quotes fld
35167 \end_inset
35168
35169 µm
35170 \begin_inset Quotes frd
35171 \end_inset
35172
35173 .
35174 \end_layout
35175
35176 \begin_layout Standard
35177 \begin_inset ERT
35178 status collapsed
35179
35180 \begin_layout Plain Layout
35181
35182
35183 \backslash
35184 else 
35185 \end_layout
35186
35187 \end_inset
35188
35189
35190 \begin_inset Note Note
35191 status collapsed
35192
35193 \begin_layout Plain Layout
35194 Lo siguiente se mostrará si el paquete LaTeX 
35195 \series bold
35196 upgreek
35197 \series default
35198  no está instalado:
35199 \end_layout
35200
35201 \end_inset
35202
35203
35204 \end_layout
35205
35206 \begin_layout Standard
35207 Debes instalar el paquete LaTeX 
35208 \series bold
35209 upgreek
35210 \series default
35211  para ver en la salida el resto de esta subsección.
35212  
35213 \end_layout
35214
35215 \begin_layout Standard
35216 \begin_inset ERT
35217 status collapsed
35218
35219 \begin_layout Plain Layout
35220
35221
35222 \backslash
35223 fi
35224 \end_layout
35225
35226 \end_inset
35227
35228
35229 \end_layout
35230
35231 \begin_layout Subsection
35232 Caracteres de texto en ecuaciones
35233 \begin_inset CommandInset label
35234 LatexCommand label
35235 name "sub:Caracteres-de-texto"
35236
35237 \end_inset
35238
35239
35240 \begin_inset Index
35241 status collapsed
35242
35243 \begin_layout Plain Layout
35244 Texto ! en ecuaciones
35245 \end_layout
35246
35247 \end_inset
35248
35249
35250 \end_layout
35251
35252 \begin_layout Standard
35253 En algunos casos podrías querer insertar caracteres de texto directamente
35254  en ecuaciones.
35255  Por ejemplo, cuando se usa con frecuencia el punto centrado 
35256 \begin_inset Formula $\cdot$
35257 \end_inset
35258
35259  en expresiones como 
35260 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
35261 \end_inset
35262
35263 , habría que insertar el comando 
35264 \series bold
35265
35266 \backslash
35267 cdot
35268 \series default
35269
35270 \begin_inset Foot
35271 status collapsed
35272
35273 \begin_layout Plain Layout
35274 véase 
35275 \begin_inset CommandInset ref
35276 LatexCommand ref
35277 reference "sub:Operadores-binarios"
35278
35279 \end_inset
35280
35281
35282 \end_layout
35283
35284 \end_inset
35285
35286  continuamente, porque este carácter está definido en todas las codificaciones
35287  como carácter de texto.
35288  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
35289 \end_layout
35290
35291 \begin_layout Standard
35292
35293 \series bold
35294
35295 \backslash
35296 Declare Inputtext{183}{
35297 \backslash
35298 ifmmode
35299 \backslash
35300 cdot
35301 \backslash
35302 else
35303 \backslash
35304 textperiodcentered
35305 \backslash
35306 f\SpecialChar \textcompwordmark{}
35307 i}
35308 \end_layout
35309
35310 \begin_layout Standard
35311 La codificación de caracteres (menú 
35312 \family sans
35313 Documento\SpecialChar \menuseparator
35314 Configuración\SpecialChar \menuseparator
35315 Idioma
35316 \family default
35317 ) especifica el carácter que se muestra al pulsar una tecla.
35318  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
35319  
35320 \series bold
35321
35322 \backslash
35323 textperiodcentered
35324 \series default
35325 .
35326  Pero este comando no está disponible en ecuaciones así que obtendrías errores
35327  de LaTeX.
35328  Con la codificación cambiada se escoge automáticamente el comando correcto,
35329  dependiendo de si el carácter se ha insertado en una ecuación o no.
35330 \end_layout
35331
35332 \begin_layout Standard
35333 La codificación de diversos caracteres se guarda en archivos de definición.
35334  Por ejemplo la codificación 
35335 \series bold
35336 latin9
35337 \series default
35338  se define en el archivo 
35339 \series bold
35340 latin9.def
35341 \series default
35342  que está en el directorio de LaTeX.
35343  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
35344  archivo de definición, de lo contrario nuestros documentos no podrían ser
35345  editados en otros ordenadores.
35346 \begin_inset VSpace medskip
35347 \end_inset
35348
35349
35350 \end_layout
35351
35352 \begin_layout Standard
35353 Además del punto centrado, en este documento se ha definido el signo grado
35354  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
35355  directamente en una fórmula:
35356 \end_layout
35357
35358 \begin_layout Standard
35359
35360 \series bold
35361
35362 \backslash
35363 DeclareInputtext{176}{
35364 \backslash
35365 ifmmode^
35366 \backslash
35367 circ
35368 \backslash
35369 else
35370 \backslash
35371 textdegree
35372 \backslash
35373 f\SpecialChar \textcompwordmark{}
35374 i}
35375 \begin_inset Newpage newpage
35376 \end_inset
35377
35378
35379 \end_layout
35380
35381 \begin_layout Section
35382 \start_of_appendix
35383 Notas sobre tipografía
35384 \begin_inset Index
35385 status collapsed
35386
35387 \begin_layout Plain Layout
35388 Tipografía, notas
35389 \end_layout
35390
35391 \end_inset
35392
35393
35394 \end_layout
35395
35396 \begin_layout Standard
35397 Esta sección es un resumen de las normas tipográficas ISO más importantes.
35398 \begin_inset Foot
35399 status collapsed
35400
35401 \begin_layout Plain Layout
35402 Este compendio se ha tomado parcialmente del diccionario semioficial alemán
35403  
35404 \begin_inset Quotes fld
35405 \end_inset
35406
35407 Duden
35408 \begin_inset Quotes frd
35409 \end_inset
35410
35411  
35412 \begin_inset CommandInset citation
35413 LatexCommand cite
35414 key "Duden"
35415
35416 \end_inset
35417
35418 , que incluye algunas de las normas ISO.
35419  
35420 \begin_inset Newline newline
35421 \end_inset
35422
35423 (
35424 \emph on
35425 N.
35426 \begin_inset Space \thinspace{}
35427 \end_inset
35428
35429 del t.
35430 \emph default
35431 : Para documentación en español sobre el tema, véase 
35432 \begin_inset CommandInset citation
35433 LatexCommand cite
35434 key "Bezos"
35435
35436 \end_inset
35437
35438 .)
35439 \end_layout
35440
35441 \end_inset
35442
35443
35444 \end_layout
35445
35446 \begin_layout Itemize
35447 Las unidades físicas se escriben 
35448 \emph on
35449 siempre 
35450 \emph default
35451 en redonda
35452 \begin_inset Foot
35453 status collapsed
35454
35455 \begin_layout Plain Layout
35456 véase estilos de fuentes en 
35457 \begin_inset CommandInset ref
35458 LatexCommand ref
35459 reference "sub:Estilos-de-fuentes"
35460
35461 \end_inset
35462
35463
35464 \end_layout
35465
35466 \end_inset
35467
35468 : 30
35469 \begin_inset Space \thinspace{}
35470 \end_inset
35471
35472 km/h
35473 \begin_inset Newline newline
35474 \end_inset
35475
35476 Entre el valor y la unidad hay un espacio delgado, véase 
35477 \begin_inset CommandInset ref
35478 LatexCommand ref
35479 reference "sub:Espacio-predefinido"
35480
35481 \end_inset
35482
35483 .
35484 \end_layout
35485
35486 \begin_layout Itemize
35487 Los signos por ciento y por mil se escriben como las unidades físicas:
35488 \begin_inset Newline newline
35489 \end_inset
35490
35491 1,2
35492 \begin_inset Space \thinspace{}
35493 \end_inset
35494
35495
35496 \begin_inset ERT
35497 status collapsed
35498
35499 \begin_layout Plain Layout
35500
35501
35502 \backslash
35503 textperthousand 
35504 \end_layout
35505
35506 \end_inset
35507
35508  
35509 \begin_inset Space ~
35510 \end_inset
35511
35512 de alcohol en sangre.
35513 \end_layout
35514
35515 \begin_layout Itemize
35516 El signo grado sigue directamente al valor: 15°, excepto si acompaña a otra
35517  unidad: 15
35518 \begin_inset Space \thinspace{}
35519 \end_inset
35520
35521 °C
35522 \end_layout
35523
35524 \begin_layout Itemize
35525 En números con más de cuatro dígitos se inserta un espacio delgado para
35526  separarlos en grupos de tres cifras: 18
35527 \begin_inset Space \thinspace{}
35528 \end_inset
35529
35530 473
35531 \begin_inset Space \thinspace{}
35532 \end_inset
35533
35534 588
35535 \end_layout
35536
35537 \begin_layout Itemize
35538 Para dimensiones como 120×90×40
35539 \begin_inset Space \thinspace{}
35540 \end_inset
35541
35542 cm se usa el aspa de multiplicar 
35543 \begin_inset Quotes fld
35544 \end_inset
35545
35546 ×
35547 \begin_inset Quotes frd
35548 \end_inset
35549
35550 .
35551  Se puede insertar con el comando LaTeX 
35552 \series bold
35553
35554 \backslash
35555 texttimes
35556 \series default
35557  o directamente con alguna combinación de teclas.
35558 \end_layout
35559
35560 \begin_layout Itemize
35561 Las funciones con nombres que constan de varias letras se escriben en redonda
35562  para evitar confusiones, véase 
35563 \begin_inset CommandInset ref
35564 LatexCommand ref
35565 reference "sub:Funciones-predefinidas"
35566
35567 \end_inset
35568
35569 .
35570 \end_layout
35571
35572 \begin_layout Itemize
35573 Los índices que constan de varias letras se escriben en redonda: 
35574 \begin_inset Formula $E_{\mbox{cin}}$
35575 \end_inset
35576
35577
35578 \begin_inset Newline newline
35579 \end_inset
35580
35581 Los componentes de una matriz se escriben en cursiva: 
35582 \begin_inset Formula $\hat{H}_{kl}$
35583 \end_inset
35584
35585
35586 \end_layout
35587
35588 \begin_layout Itemize
35589 El operador de diferenciación/integración 'd', el número de Euler 'e' y
35590  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
35591 s con otras variables.
35592  
35593 \end_layout
35594
35595 \begin_layout Standard
35596 \begin_inset Newpage newpage
35597 \end_inset
35598
35599
35600 \end_layout
35601
35602 \begin_layout Section
35603 Sinónimos
35604 \begin_inset Index
35605 status collapsed
35606
35607 \begin_layout Plain Layout
35608 Sinónimos
35609 \end_layout
35610
35611 \end_inset
35612
35613
35614 \end_layout
35615
35616 \begin_layout Standard
35617 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
35618  como los que se recogen en esta lista:
35619 \begin_inset Foot
35620 status collapsed
35621
35622 \begin_layout Plain Layout
35623 véase también 
35624 \begin_inset CommandInset ref
35625 LatexCommand ref
35626 reference "fn:sinónimos"
35627
35628 \end_inset
35629
35630 .
35631 \end_layout
35632
35633 \end_inset
35634
35635
35636 \end_layout
35637
35638 \begin_layout Standard
35639
35640 \end_layout
35641
35642 \begin_layout Standard
35643 \begin_inset VSpace bigskip
35644 \end_inset
35645
35646
35647 \begin_inset Space \hfill{}
35648 \end_inset
35649
35650
35651 \begin_inset Tabular
35652 <lyxtabular version="3" rows="12" columns="2">
35653 <features>
35654 <column alignment="center" valignment="top" width="0pt">
35655 <column alignment="center" valignment="top" width="0pt">
35656 <row>
35657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35658 \begin_inset Text
35659
35660 \begin_layout Plain Layout
35661 Comando
35662 \end_layout
35663
35664 \end_inset
35665 </cell>
35666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35667 \begin_inset Text
35668
35669 \begin_layout Plain Layout
35670 equivalente a
35671 \begin_inset Note Note
35672 status collapsed
35673
35674 \begin_layout Plain Layout
35675
35676 \series bold
35677
35678 \backslash
35679 raisebox
35680 \series default
35681  se usa sólo como espaciador
35682 \end_layout
35683
35684 \end_inset
35685
35686
35687 \end_layout
35688
35689 \end_inset
35690 </cell>
35691 </row>
35692 <row>
35693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35694 \begin_inset Text
35695
35696 \begin_layout Plain Layout
35697
35698 \backslash
35699 ast
35700 \end_layout
35701
35702 \end_inset
35703 </cell>
35704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35705 \begin_inset Text
35706
35707 \begin_layout Plain Layout
35708 \begin_inset ERT
35709 status collapsed
35710
35711 \begin_layout Plain Layout
35712
35713
35714 \backslash
35715 raisebox{-1.2mm}{
35716 \end_layout
35717
35718 \end_inset
35719
35720 *
35721 \begin_inset ERT
35722 status collapsed
35723
35724 \begin_layout Plain Layout
35725
35726 }
35727 \end_layout
35728
35729 \end_inset
35730
35731
35732 \end_layout
35733
35734 \end_inset
35735 </cell>
35736 </row>
35737 <row>
35738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35739 \begin_inset Text
35740
35741 \begin_layout Plain Layout
35742
35743 \backslash
35744 choose
35745 \end_layout
35746
35747 \end_inset
35748 </cell>
35749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35750 \begin_inset Text
35751
35752 \begin_layout Plain Layout
35753
35754 \backslash
35755 binom
35756 \end_layout
35757
35758 \end_inset
35759 </cell>
35760 </row>
35761 <row>
35762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35763 \begin_inset Text
35764
35765 \begin_layout Plain Layout
35766
35767 \backslash
35768 geq
35769 \end_layout
35770
35771 \end_inset
35772 </cell>
35773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35774 \begin_inset Text
35775
35776 \begin_layout Plain Layout
35777
35778 \backslash
35779 ge
35780 \end_layout
35781
35782 \end_inset
35783 </cell>
35784 </row>
35785 <row>
35786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35787 \begin_inset Text
35788
35789 \begin_layout Plain Layout
35790
35791 \backslash
35792 lbrace
35793 \end_layout
35794
35795 \end_inset
35796 </cell>
35797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35798 \begin_inset Text
35799
35800 \begin_layout Plain Layout
35801 {
35802 \end_layout
35803
35804 \end_inset
35805 </cell>
35806 </row>
35807 <row>
35808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35809 \begin_inset Text
35810
35811 \begin_layout Plain Layout
35812
35813 \backslash
35814 lbracket
35815 \end_layout
35816
35817 \end_inset
35818 </cell>
35819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35820 \begin_inset Text
35821
35822 \begin_layout Plain Layout
35823 [
35824 \end_layout
35825
35826 \end_inset
35827 </cell>
35828 </row>
35829 <row>
35830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35831 \begin_inset Text
35832
35833 \begin_layout Plain Layout
35834
35835 \backslash
35836 leftarrow
35837 \end_layout
35838
35839 \end_inset
35840 </cell>
35841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35842 \begin_inset Text
35843
35844 \begin_layout Plain Layout
35845
35846 \backslash
35847 gets
35848 \end_layout
35849
35850 \end_inset
35851 </cell>
35852 </row>
35853 <row>
35854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35855 \begin_inset Text
35856
35857 \begin_layout Plain Layout
35858
35859 \backslash
35860 leq
35861 \end_layout
35862
35863 \end_inset
35864 </cell>
35865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35866 \begin_inset Text
35867
35868 \begin_layout Plain Layout
35869
35870 \backslash
35871 le
35872 \end_layout
35873
35874 \end_inset
35875 </cell>
35876 </row>
35877 <row>
35878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35879 \begin_inset Text
35880
35881 \begin_layout Plain Layout
35882
35883 \backslash
35884 lor
35885 \end_layout
35886
35887 \end_inset
35888 </cell>
35889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35890 \begin_inset Text
35891
35892 \begin_layout Plain Layout
35893
35894 \backslash
35895 vee
35896 \end_layout
35897
35898 \end_inset
35899 </cell>
35900 </row>
35901 <row>
35902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35903 \begin_inset Text
35904
35905 \begin_layout Plain Layout
35906
35907 \backslash
35908 neq
35909 \end_layout
35910
35911 \end_inset
35912 </cell>
35913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35914 \begin_inset Text
35915
35916 \begin_layout Plain Layout
35917
35918 \backslash
35919 not=
35920 \end_layout
35921
35922 \end_inset
35923 </cell>
35924 </row>
35925 <row>
35926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35927 \begin_inset Text
35928
35929 \begin_layout Plain Layout
35930
35931 \backslash
35932 slash
35933 \end_layout
35934
35935 \end_inset
35936 </cell>
35937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35938 \begin_inset Text
35939
35940 \begin_layout Plain Layout
35941 /
35942 \end_layout
35943
35944 \end_inset
35945 </cell>
35946 </row>
35947 <row>
35948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35949 \begin_inset Text
35950
35951 \begin_layout Plain Layout
35952
35953 \backslash
35954 vert
35955 \end_layout
35956
35957 \end_inset
35958 </cell>
35959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35960 \begin_inset Text
35961
35962 \begin_layout Plain Layout
35963 |
35964 \end_layout
35965
35966 \end_inset
35967 </cell>
35968 </row>
35969 </lyxtabular>
35970
35971 \end_inset
35972
35973
35974 \begin_inset Space \hfill{}
35975 \end_inset
35976
35977
35978 \begin_inset Tabular
35979 <lyxtabular version="3" rows="12" columns="2">
35980 <features>
35981 <column alignment="center" valignment="top" width="0pt">
35982 <column alignment="center" valignment="top" width="0pt">
35983 <row>
35984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35985 \begin_inset Text
35986
35987 \begin_layout Plain Layout
35988 Comando
35989 \end_layout
35990
35991 \end_inset
35992 </cell>
35993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35994 \begin_inset Text
35995
35996 \begin_layout Plain Layout
35997 equivalente a
35998 \end_layout
35999
36000 \end_inset
36001 </cell>
36002 </row>
36003 <row>
36004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36005 \begin_inset Text
36006
36007 \begin_layout Plain Layout
36008
36009 \backslash
36010 backslash
36011 \end_layout
36012
36013 \end_inset
36014 </cell>
36015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36016 \begin_inset Text
36017
36018 \begin_layout Plain Layout
36019
36020 \backslash
36021
36022 \backslash
36023
36024 \end_layout
36025
36026 \end_inset
36027 </cell>
36028 </row>
36029 <row>
36030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36031 \begin_inset Text
36032
36033 \begin_layout Plain Layout
36034
36035 \backslash
36036 dasharrow
36037 \end_layout
36038
36039 \end_inset
36040 </cell>
36041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36042 \begin_inset Text
36043
36044 \begin_layout Plain Layout
36045
36046 \backslash
36047 dashrightarrow
36048 \end_layout
36049
36050 \end_inset
36051 </cell>
36052 </row>
36053 <row>
36054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36055 \begin_inset Text
36056
36057 \begin_layout Plain Layout
36058
36059 \backslash
36060 land
36061 \end_layout
36062
36063 \end_inset
36064 </cell>
36065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36066 \begin_inset Text
36067
36068 \begin_layout Plain Layout
36069
36070 \backslash
36071 wedge
36072 \end_layout
36073
36074 \end_inset
36075 </cell>
36076 </row>
36077 <row>
36078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36079 \begin_inset Text
36080
36081 \begin_layout Plain Layout
36082
36083 \backslash
36084 rbrace
36085 \end_layout
36086
36087 \end_inset
36088 </cell>
36089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36090 \begin_inset Text
36091
36092 \begin_layout Plain Layout
36093 }
36094 \end_layout
36095
36096 \end_inset
36097 </cell>
36098 </row>
36099 <row>
36100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36101 \begin_inset Text
36102
36103 \begin_layout Plain Layout
36104
36105 \backslash
36106 rbracket
36107 \end_layout
36108
36109 \end_inset
36110 </cell>
36111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36112 \begin_inset Text
36113
36114 \begin_layout Plain Layout
36115 ]
36116 \end_layout
36117
36118 \end_inset
36119 </cell>
36120 </row>
36121 <row>
36122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36123 \begin_inset Text
36124
36125 \begin_layout Plain Layout
36126
36127 \backslash
36128 rightarrow
36129 \end_layout
36130
36131 \end_inset
36132 </cell>
36133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36134 \begin_inset Text
36135
36136 \begin_layout Plain Layout
36137
36138 \backslash
36139 to
36140 \end_layout
36141
36142 \end_inset
36143 </cell>
36144 </row>
36145 <row>
36146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36147 \begin_inset Text
36148
36149 \begin_layout Plain Layout
36150
36151 \backslash
36152 lnot
36153 \end_layout
36154
36155 \end_inset
36156 </cell>
36157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36158 \begin_inset Text
36159
36160 \begin_layout Plain Layout
36161
36162 \backslash
36163 neg
36164 \end_layout
36165
36166 \end_inset
36167 </cell>
36168 </row>
36169 <row>
36170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36171 \begin_inset Text
36172
36173 \begin_layout Plain Layout
36174
36175 \backslash
36176 ne
36177 \end_layout
36178
36179 \end_inset
36180 </cell>
36181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36182 \begin_inset Text
36183
36184 \begin_layout Plain Layout
36185
36186 \backslash
36187 not=
36188 \end_layout
36189
36190 \end_inset
36191 </cell>
36192 </row>
36193 <row>
36194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36195 \begin_inset Text
36196
36197 \begin_layout Plain Layout
36198
36199 \backslash
36200 owns
36201 \end_layout
36202
36203 \end_inset
36204 </cell>
36205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36206 \begin_inset Text
36207
36208 \begin_layout Plain Layout
36209
36210 \backslash
36211 ni
36212 \end_layout
36213
36214 \end_inset
36215 </cell>
36216 </row>
36217 <row>
36218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36219 \begin_inset Text
36220
36221 \begin_layout Plain Layout
36222
36223 \backslash
36224 square
36225 \end_layout
36226
36227 \end_inset
36228 </cell>
36229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36230 \begin_inset Text
36231
36232 \begin_layout Plain Layout
36233
36234 \backslash
36235 Box
36236 \end_layout
36237
36238 \end_inset
36239 </cell>
36240 </row>
36241 <row>
36242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36243 \begin_inset Text
36244
36245 \begin_layout Plain Layout
36246
36247 \backslash
36248 Vert
36249 \end_layout
36250
36251 \end_inset
36252 </cell>
36253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36254 \begin_inset Text
36255
36256 \begin_layout Plain Layout
36257
36258 \backslash
36259 |
36260 \end_layout
36261
36262 \end_inset
36263 </cell>
36264 </row>
36265 </lyxtabular>
36266
36267 \end_inset
36268
36269
36270 \begin_inset Space \hfill{}
36271 \end_inset
36272
36273
36274 \end_layout
36275
36276 \begin_layout Standard
36277 \begin_inset Newpage newpage
36278 \end_inset
36279
36280
36281 \end_layout
36282
36283 \begin_layout Bibliography
36284 \begin_inset CommandInset bibitem
36285 LatexCommand bibitem
36286 key "TLC2"
36287
36288 \end_inset
36289
36290
36291 \shape smallcaps
36292 Mittelbach, F.
36293  ; Goossens, M.
36294 \shape default
36295
36296 \shape italic
36297 The LaTeX Companion
36298 \shape default
36299 .
36300  Addison Wesley, 2004
36301 \end_layout
36302
36303 \begin_layout Bibliography
36304 \begin_inset CommandInset bibitem
36305 LatexCommand bibitem
36306 key "Mathmode"
36307
36308 \end_inset
36309
36310
36311 \begin_inset ERT
36312 status collapsed
36313
36314 \begin_layout Plain Layout
36315
36316
36317 \backslash
36318 href{ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf}{
36319 \end_layout
36320
36321 \end_inset
36322
36323 Description
36324 \begin_inset ERT
36325 status collapsed
36326
36327 \begin_layout Plain Layout
36328
36329 }
36330 \end_layout
36331
36332 \end_inset
36333
36334  of LaTeX's math abilities
36335 \end_layout
36336
36337 \begin_layout Bibliography
36338 \begin_inset CommandInset bibitem
36339 LatexCommand bibitem
36340 key "Voss"
36341
36342 \end_inset
36343
36344 LaTeX tips and tricks-
36345 \begin_inset ERT
36346 status collapsed
36347
36348 \begin_layout Plain Layout
36349
36350
36351 \backslash
36352 href{http://tug.org/TeXnik/}{
36353 \end_layout
36354
36355 \end_inset
36356
36357 page
36358 \begin_inset ERT
36359 status collapsed
36360
36361 \begin_layout Plain Layout
36362
36363 }
36364 \end_layout
36365
36366 \end_inset
36367
36368
36369 \end_layout
36370
36371 \begin_layout Bibliography
36372 \begin_inset CommandInset bibitem
36373 LatexCommand bibitem
36374 key "AMS"
36375
36376 \end_inset
36377
36378
36379 \begin_inset ERT
36380 status collapsed
36381
36382 \begin_layout Plain Layout
36383
36384
36385 \backslash
36386 href{ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf}{
36387 \end_layout
36388
36389 \end_inset
36390
36391 Description
36392 \begin_inset ERT
36393 status collapsed
36394
36395 \begin_layout Plain Layout
36396
36397 }
36398 \end_layout
36399
36400 \end_inset
36401
36402  of 
36403 \begin_inset ERT
36404 status collapsed
36405
36406 \begin_layout Plain Layout
36407
36408
36409 \backslash
36410 AmS
36411 \end_layout
36412
36413 \end_inset
36414
36415 -LaTeX
36416 \end_layout
36417
36418 \begin_layout Bibliography
36419 \begin_inset CommandInset bibitem
36420 LatexCommand bibitem
36421 key "Symbole"
36422
36423 \end_inset
36424
36425
36426 \begin_inset ERT
36427 status collapsed
36428
36429 \begin_layout Plain Layout
36430
36431
36432 \backslash
36433 href{ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf}{
36434 \end_layout
36435
36436 \end_inset
36437
36438 List
36439 \begin_inset ERT
36440 status collapsed
36441
36442 \begin_layout Plain Layout
36443
36444 }
36445 \end_layout
36446
36447 \end_inset
36448
36449  of all symbols available with LaTeX-packages
36450 \end_layout
36451
36452 \begin_layout Bibliography
36453 \begin_inset CommandInset bibitem
36454 LatexCommand bibitem
36455 key "hyperref"
36456
36457 \end_inset
36458
36459
36460 \begin_inset ERT
36461 status collapsed
36462
36463 \begin_layout Plain Layout
36464
36465
36466 \backslash
36467 href{http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf}{
36468 \end_layout
36469
36470 \end_inset
36471
36472 Documentation
36473 \begin_inset ERT
36474 status collapsed
36475
36476 \begin_layout Plain Layout
36477
36478 }
36479 \end_layout
36480
36481 \end_inset
36482
36483  of the LaTeX-package 
36484 \series bold
36485 hyperref
36486 \series default
36487
36488 \begin_inset Index
36489 status collapsed
36490
36491 \begin_layout Plain Layout
36492 Paquetes ! hyperref
36493 \end_layout
36494
36495 \end_inset
36496
36497
36498 \end_layout
36499
36500 \begin_layout Bibliography
36501 \begin_inset CommandInset bibitem
36502 LatexCommand bibitem
36503 key "Mathclap"
36504
36505 \end_inset
36506
36507
36508 \begin_inset ERT
36509 status collapsed
36510
36511 \begin_layout Plain Layout
36512
36513
36514 \backslash
36515 href{http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf}{
36516 \end_layout
36517
36518 \end_inset
36519
36520 Description
36521 \begin_inset ERT
36522 status collapsed
36523
36524 \begin_layout Plain Layout
36525
36526 }
36527 \end_layout
36528
36529 \end_inset
36530
36531  of the command 
36532 \series bold
36533
36534 \backslash
36535 mathclap
36536 \series default
36537 , descrito en 
36538 \begin_inset CommandInset ref
36539 LatexCommand ref
36540 reference "sub:Límites-de-operadores"
36541
36542 \end_inset
36543
36544
36545 \begin_inset Index
36546 status collapsed
36547
36548 \begin_layout Plain Layout
36549 Comandos ! M ! 
36550 \backslash
36551 mathclap
36552 \end_layout
36553
36554 \end_inset
36555
36556
36557 \end_layout
36558
36559 \begin_layout Bibliography
36560 \begin_inset CommandInset bibitem
36561 LatexCommand bibitem
36562 key "Duden"
36563
36564 \end_inset
36565
36566
36567 \emph on
36568 Duden Band 1
36569 \emph default
36570 .
36571  22.
36572  Auflage, Duden 2001
36573 \end_layout
36574
36575 \begin_layout Bibliography
36576 \begin_inset CommandInset bibitem
36577 LatexCommand bibitem
36578 key "spanish"
36579
36580 \end_inset
36581
36582
36583 \begin_inset ERT
36584 status collapsed
36585
36586 \begin_layout Plain Layout
36587
36588
36589 \backslash
36590 href{http://www.texytipografia.com/archive/spanish.pdf}{
36591 \end_layout
36592
36593 \end_inset
36594
36595 Documentación
36596 \begin_inset ERT
36597 status collapsed
36598
36599 \begin_layout Plain Layout
36600
36601 }
36602 \end_layout
36603
36604 \end_inset
36605
36606  del estilo 
36607 \series bold
36608 spanish
36609 \family sans
36610 \series default
36611  
36612 \family default
36613 incluido en el paquete 
36614 \series bold
36615 babel
36616 \end_layout
36617
36618 \begin_layout Bibliography
36619 \begin_inset CommandInset bibitem
36620 LatexCommand bibitem
36621 key "Bezos"
36622
36623 \end_inset
36624
36625
36626 \begin_inset ERT
36627 status collapsed
36628
36629 \begin_layout Plain Layout
36630
36631
36632 \backslash
36633 href{http://www.texytipografia.com/archive/ortomatem.pdf}{
36634 \end_layout
36635
36636 \end_inset
36637
36638 Documento
36639 \begin_inset ERT
36640 status collapsed
36641
36642 \begin_layout Plain Layout
36643
36644 }
36645 \end_layout
36646
36647 \end_inset
36648
36649  sobre ortotipografía y notaciones matemáticas en español
36650 \end_layout
36651
36652 \begin_layout Standard
36653
36654 \family sans
36655 \series bold
36656 \begin_inset CommandInset index_print
36657 LatexCommand printindex
36658
36659 \end_inset
36660
36661
36662 \end_layout
36663
36664 \end_body
36665 \end_document