]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
Update format of docs using LyX binary
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 612
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/
7 \textclass scrartcl
8 \begin_preamble
9 % DO NOT ALTER THIS PREAMBLE!!!
10 %
11 % This preamble is designed to ensure that the file prints
12 % out as advertised. If you mess with this preamble,
13 % parts of this document may not print out as expected.  If you
14 % have problems LaTeXing this file, please contact 
15 % the documentation team
16 % email: lyx-docs@lists.lyx.org
17
18 % solves the following problem:
19 % If the dection number consits of too many numerals the section heading
20 % will be printed in the TOC without a space between it and the section number.
21 % As solution more space between the number and the heading is inserted:
22 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
23 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
24
25 % increase link area for cross-references and autoname them,
26 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
27 \@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}
28 \@ifpackageloaded{babel}{
29  \addto\extrasenglish{%
30   \renewcommand*{\equationautorefname}[1]{}%
31   \renewcommand{\sectionautorefname}{sec.\negthinspace}%
32   \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
33   \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
34  }
35 }{}
36
37 % don't load packages twice
38 % see first footnote in sec. 9.3
39 \@ifundefined{textcolor}{\usepackage{color}}{}
40
41 % the pages of the TOC are numbered roman
42 % and a PDF-bookmark for the TOC is added
43 \pagenumbering{roman}
44 \let\myTOC\tableofcontents
45 \renewcommand{\tableofcontents}{%
46  \vspace{1cm}
47  \pdfbookmark[1]{\contentsname}{}
48  \myTOC
49  \cleardoublepage
50  \pagenumbering{arabic}}
51
52 % add 0.5 mm vertical space for table rows
53 \@ifundefined{extrarowheight} {\usepackage{array}}{}
54 \setlength{\extrarowheight}{0.5mm}
55
56 % insert additional vertical space of 1.5 mm between footnotes,
57 \let\myFoot\footnote
58 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
59
60 % makes caption labels bold
61 \setkomafont{captionlabel}{\bfseries}
62
63 % enables calculation of values
64 \usepackage{calc}
65
66 % for multiple columns used in sec. 24.7
67 \usepackage{multicol}
68
69 % needed in sec. 19.4
70 \usepackage{remreset}
71
72 % for the Fourier transformation symbol
73 \usepackage{mathrsfs}
74
75 % define a color, used in sec.9.3
76 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
77
78 % declare operators (see sec. 10.4 and sec. 15.2)
79 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
80 \DeclareMathOperator{\sgn}{sgn}
81
82 % example definitions for sec. 20.1 
83 \newcommand{\gr}{\Longrightarrow}
84 \newcommand{\us}[1]{\underline{#1}}
85 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
86 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
87 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
88
89 % example macro from sec. 19.4
90 %\AtBeginDocument{
91 %\def\tagform@#1{\maketag@@@{|#1|}}
92 %}
93
94 % ------------------------------------
95 % used to check for needed LaTeX packages
96 \usepackage{ifthen}
97
98 % check for package undertilde
99 % used for the command \utilde
100 \newboolean{undertilde}
101 \IfFileExists{undertilde.sty}
102  {\usepackage{undertilde}
103   \setboolean{undertilde}{true}}
104  {\setboolean{undertilde}{false}}
105
106 % check for package eurosym
107 % used for the Euro symbol
108 \newboolean{eurosym}
109 \IfFileExists{eurosym.sty}
110  {\usepackage[gennarrow]{eurosym}
111   \setboolean{eurosym}{true}}
112  {\setboolean{eurosym}{false}}
113
114 % check for package braket
115 % used for physical vectors
116 \newboolean{braket}
117 \IfFileExists{braket.sty}
118  {\usepackage{braket}
119   \setboolean{braket}{true}}
120  {\setboolean{braket}{false}}
121
122 % check for package cancel
123 \newboolean{cancel}
124 \IfFileExists{cancel.sty}
125  {\usepackage{cancel}
126   \setboolean{cancel}{true}}
127  {\setboolean{cancel}{false}}
128
129 % check for package upgreek
130 \newboolean{upgreek}
131 \IfFileExists{upgreek.sty}
132  {\usepackage{upgreek}
133   \setboolean{upgreek}{true}}
134  {\setboolean{upgreek}{false}}
135 \end_preamble
136 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
137 \use_default_options false
138 \begin_modules
139 subequations
140 \end_modules
141 \maintain_unincluded_children no
142 \language english
143 \language_package default
144 \inputencoding utf8
145 \fontencoding auto
146 \font_roman "lmodern" "default"
147 \font_sans "lmss" "default"
148 \font_typewriter "lmtt" "default"
149 \font_math "auto" "auto"
150 \font_default_family default
151 \use_non_tex_fonts false
152 \font_sc false
153 \font_roman_osf false
154 \font_sans_osf false
155 \font_typewriter_osf false
156 \font_sf_scale 100 100
157 \font_tt_scale 100 100
158 \use_microtype false
159 \use_dash_ligatures false
160 \graphics default
161 \default_output_format pdf2
162 \output_sync 0
163 \bibtex_command default
164 \index_command makeindex
165 \float_placement class
166 \float_alignment class
167 \paperfontsize 12
168 \spacing single
169 \use_hyperref true
170 \pdf_title "LyX's Math Manual"
171 \pdf_author "LyX Team, Uwe Stöhr"
172 \pdf_subject "LyX-documentation about math"
173 \pdf_keywords "LyX, Mathed"
174 \pdf_bookmarks true
175 \pdf_bookmarksnumbered true
176 \pdf_bookmarksopen true
177 \pdf_bookmarksopenlevel 1
178 \pdf_breaklinks false
179 \pdf_pdfborder false
180 \pdf_colorlinks true
181 \pdf_backref false
182 \pdf_pdfusetitle false
183 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
184 \papersize a4
185 \use_geometry false
186 \use_package amsmath 2
187 \use_package amssymb 2
188 \use_package cancel 1
189 \use_package esint 1
190 \use_package mathdots 1
191 \use_package mathtools 2
192 \use_package mhchem 1
193 \use_package stackrel 1
194 \use_package stmaryrd 1
195 \use_package undertilde 0
196 \cite_engine basic
197 \cite_engine_type default
198 \biblio_style plain
199 \use_bibtopic false
200 \use_indices false
201 \paperorientation portrait
202 \suppress_date false
203 \justification true
204 \use_refstyle 0
205 \use_minted 0
206 \use_lineno 0
207 \notefontcolor #0000ff
208 \index Index
209 \shortcut idx
210 \color #008000
211 \end_index
212 \secnumdepth 4
213 \tocdepth 3
214 \paragraph_separation skip
215 \defskip halfline
216 \is_math_indent 0
217 \math_numbering_side default
218 \quotes_style english
219 \dynamic_quotes 0
220 \papercolumns 1
221 \papersides 2
222 \paperpagestyle plain
223 \tablestyle default
224 \bullet 1 0 6 -1
225 \bullet 2 2 35 -1
226 \bullet 3 2 7 -1
227 \tracking_changes true
228 \output_changes false
229 \change_bars false
230 \postpone_fragile_content false
231 \html_math_output 0
232 \html_css_as_file 0
233 \html_be_strict false
234 \docbook_table_output 0
235 \docbook_mathml_prefix 1
236 \author -563046850 "Jean-Marc LASGOUTTES"
237 \author 177693 "x"
238 \author 5863208 "ab"
239 \author 47243155 "Jean-Marc"
240 \author 232239728 "Owner"
241 \end_header
242
243 \begin_body
244
245 \begin_layout Title
246 \SpecialChar LyX
247 's Detailed Math Manual
248 \end_layout
249
250 \begin_layout Author
251 by the \SpecialChar LyX
252  Team
253 \begin_inset Foot
254 status collapsed
255
256 \begin_layout Plain Layout
257 \noindent
258 If you have comments or error corrections,
259  please send them to the \SpecialChar LyX
260  Documentation mailing list:
261  
262 \family typewriter
263
264 \begin_inset CommandInset href
265 LatexCommand href
266 name "lyx-docs@lists.lyx.org"
267 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
268 type "mailto:"
269 literal "false"
270
271 \end_inset
272
273
274 \end_layout
275
276 \end_inset
277
278
279 \begin_inset Note Note
280 status open
281
282 \begin_layout Plain Layout
283 author:
284  Uwe Stöhr
285 \end_layout
286
287 \end_inset
288
289
290 \begin_inset Newline newline
291 \end_inset
292
293
294 \begin_inset Newline newline
295 \end_inset
296
297
298 \family sans
299 Version 2.
300 \change_inserted 47243155 1563226038
301 4
302 \change_deleted 47243155 1563226038
303 3
304 \change_unchanged
305 .x
306 \end_layout
307
308 \begin_layout Standard
309 \begin_inset CommandInset toc
310 LatexCommand tableofcontents
311
312 \end_inset
313
314
315 \end_layout
316
317 \begin_layout Standard
318 \begin_inset Note Note
319 status open
320
321 \begin_layout Plain Layout
322 To export this document to PDF,
323  PS or DVI the \SpecialChar LaTeX
324 -packages 
325 \series bold
326 braket,
327  cancel,
328  eurosym,
329  mathdots,
330  mathtools,
331  mhchem,
332  undertilde
333 \series default
334  and 
335 \series bold
336 was
337 \series default
338  should be installed.
339  If they are not installed the document can be exported anyway but the sections where the packages are required will not appear in the output.
340  An exception is 
341 \series bold
342 mhchem
343 \series default
344 ;
345  if it is not installed,
346  this file cannot be exported.
347 \end_layout
348
349 \begin_layout Plain Layout
350 The latest PDF-version of this document can be found here:
351 \begin_inset Newline newline
352 \end_inset
353
354
355 \series bold
356 https://wiki.lyx.org/LyX/Manuals#Math
357 \end_layout
358
359 \end_inset
360
361
362 \end_layout
363
364 \begin_layout Standard
365 \begin_inset Newpage newpage
366 \end_inset
367
368
369 \end_layout
370
371 \begin_layout Section
372 Introduction
373 \end_layout
374
375 \begin_layout Standard
376 This document details \SpecialChar LyX
377 's math features and the \SpecialChar LaTeX
378 -commands used for mathematical characters and constructs.
379  It is oriented toward the use of commands.
380  The user should read the 
381 \family typewriter
382 Mathematical
383 \begin_inset space ~
384 \end_inset
385
386 Formulas
387 \family default
388  section of the User's Guide before proceeding.
389 \end_layout
390
391 \begin_layout Standard
392 Most of the characters and many constructs explained in this manual are also accessible via the menu 
393 \family sans
394 Insert
395 \series bold
396 \SpecialChar menuseparator
397
398 \series default
399 Math
400 \family default
401  or the 
402 \family sans
403 math
404 \family default
405 \series bold
406  
407 \family sans
408 \series default
409 toolbar
410 \family default
411 .
412  But everybody who has to write lots of formulas will notice that it is much faster to use commands instead of the math toolbar.
413  Therefore this manual is focused on commands but also mentions the corresponding toolbar buttons when available.
414 \end_layout
415
416 \begin_layout Standard
417 Unless specially mentioned,
418  math commands are only available within formulas.
419  To be able to use all of the commands explained in this document,
420  the option 
421 \family sans
422 Use AMS math package
423 \family default
424  must be checked in the document settings (menu 
425 \family sans
426 Document\SpecialChar menuseparator
427 Settings\SpecialChar menuseparator
428 Math
429 \begin_inset space ~
430 \end_inset
431
432 Options
433 \family default
434 ).
435 \begin_inset Foot
436 status collapsed
437
438 \begin_layout Plain Layout
439 The option 
440 \family sans
441 Use AMS math package automatically
442 \family default
443  only uses 
444 \begin_inset ERT
445 status collapsed
446
447 \begin_layout Plain Layout
448
449
450 \backslash
451 AmS 
452 \end_layout
453
454 \end_inset
455
456 -math when math constructs are found that are supported by \SpecialChar LyX
457 .
458 \end_layout
459
460 \end_inset
461
462
463 \end_layout
464
465 \begin_layout Standard
466 This document doesn't list all 
467 \begin_inset ERT
468 status collapsed
469
470 \begin_layout Plain Layout
471
472
473 \backslash
474 AmS 
475 \end_layout
476
477 \end_inset
478
479 -math commands
480 \begin_inset Foot
481 status open
482
483 \begin_layout Plain Layout
484 A list containing all 
485 \begin_inset ERT
486 status collapsed
487
488 \begin_layout Plain Layout
489
490
491 \backslash
492 AmS
493 \end_layout
494
495 \end_inset
496
497 -math commands is in the file 
498 \family sans
499
500 \begin_inset CommandInset href
501 LatexCommand href
502 name "amsguide.pdf"
503 target "https://www.ctan.org/tex-archive/macros/amstex/doc/amsguide.pdf"
504 literal "false"
505
506 \end_inset
507
508
509 \family default
510 ,
511  which is part of every \SpecialChar LaTeX
512  standard installation.
513 \end_layout
514
515 \end_inset
516
517  for lucidity reasons.
518 \end_layout
519
520 \begin_layout Section
521 General Instructions
522 \end_layout
523
524 \begin_layout Standard
525 To create an inline formula
526 \begin_inset Index idx
527 range none
528 pageformat default
529 status collapsed
530
531 \begin_layout Plain Layout
532 Formula
533 \begin_inset IndexMacro subentry
534 status open
535
536 \begin_layout Plain Layout
537 inline
538 \end_layout
539
540 \end_inset
541
542
543 \end_layout
544
545 \end_inset
546
547  that is embedded in a text line,
548  use one of the shortcuts 
549 \begin_inset Info
550 type  "shortcuts"
551 arg   "math-mode"
552 \end_inset
553
554  or the toolbar button 
555 \begin_inset Info
556 type  "icon"
557 arg   "math-mode"
558 \end_inset
559
560 .
561 \begin_inset Newline newline
562 \end_inset
563
564 To create a display style formula
565 \begin_inset Index idx
566 range none
567 pageformat default
568 status open
569
570 \begin_layout Plain Layout
571 Formula
572 \begin_inset IndexMacro subentry
573 status open
574
575 \begin_layout Plain Layout
576 display style
577 \end_layout
578
579 \end_inset
580
581
582 \end_layout
583
584 \end_inset
585
586  which will appear bigger,
587  has a different format,
588  and will be in a separate paragraph,
589  use one of these shortcuts:
590  
591 \begin_inset Info
592 type  "shortcuts"
593 arg   "math-display"
594 \end_inset
595
596 .
597 \end_layout
598
599 \begin_layout Standard
600 To change a display style formula to an inline formula,
601  place the cursor inside the formula and use 
602 \change_deleted 5863208 1612729312
603 one of 
604 \change_unchanged
605 the shortcut
606 \change_deleted 5863208 1612729314
607 s
608 \change_unchanged
609  
610 \change_deleted 5863208 1612729303
611
612 \begin_inset Info
613 type  "shortcuts"
614 arg   "math-mode"
615 \end_inset
616
617
618 \change_inserted 5863208 1612729281
619
620 \begin_inset Info
621 type  "shortcuts"
622 arg   "math-mutate simple"
623 \end_inset
624
625
626 \change_unchanged
627  or the menu 
628 \family sans
629 Edit\SpecialChar menuseparator
630 Math\SpecialChar menuseparator
631 Change formula type
632 \family default
633 .
634  
635 \change_inserted 5863208 1612729555
636 Similarly you can use the shortcut 
637 \begin_inset Info
638 type  "shortcuts"
639 arg   "math-mutate equation"
640 \end_inset
641
642  to change from an inline to a display style formula.
643  
644 \change_deleted 5863208 1612729557
645 The same method is used to change an inline formula to a display style formula.
646 \change_unchanged
647
648 \end_layout
649
650 \begin_layout Standard
651 To display parts of an inline formula in the size of a display style formula,
652  enter the command 
653 \series bold
654
655 \backslash
656 displaystyle
657 \series default
658
659 \begin_inset Index idx
660 range none
661 pageformat default
662 status collapsed
663
664 \begin_layout Plain Layout
665 Commands
666 \begin_inset IndexMacro subentry
667 status open
668
669 \begin_layout Plain Layout
670 D
671 \end_layout
672
673 \end_inset
674
675
676 \begin_inset IndexMacro subentry
677 status open
678
679 \begin_layout Plain Layout
680
681 \backslash
682 displaystyle
683 \end_layout
684
685 \end_inset
686
687
688 \end_layout
689
690 \end_inset
691
692  in a formula.
693  A new blue box will appear in which the desired formula part is inserted.
694 \end_layout
695
696 \begin_layout Standard
697 Only inline formulas are allowed inside tables.
698 \end_layout
699
700 \begin_layout Standard
701
702 \change_deleted 232239728 1610897673
703 The 
704 \family sans
705 math toolbar
706 \family default
707  can be turned on in the menu 
708 \family sans
709 View\SpecialChar menuseparator
710 Toolbars
711 \family default
712 .
713  When you click there on 
714 \begin_inset Quotes eld
715 \end_inset
716
717 Math
718 \begin_inset Quotes erd
719 \end_inset
720
721  the toolbar will be shown permanently at the bottom;
722  this state is visualized in the 
723 \family sans
724 Toolbars
725 \family default
726  menu with a checkmark.
727  When you click in this state again on 
728 \begin_inset Quotes eld
729 \end_inset
730
731 Math
732 \begin_inset Quotes erd
733 \end_inset
734
735  in the 
736 \family sans
737 Toolbars
738 \family default
739  menu,
740  the 
741 \family sans
742 math toolbar
743 \family default
744  is only shown when the cursor is within a formula;
745  this state is visualized by the renaming of the menu entry from 
746 \begin_inset Quotes eld
747 \end_inset
748
749 Math
750 \begin_inset Quotes erd
751 \end_inset
752
753  to 
754 \begin_inset Quotes eld
755 \end_inset
756
757 Math
758 \begin_inset space ~
759 \end_inset
760
761 (auto)
762 \begin_inset Quotes erd
763 \end_inset
764
765 .
766 \change_inserted 232239728 1610897478
767
768 \end_layout
769
770 \begin_layout Standard
771
772 \change_inserted 232239728 1610918987
773
774 \family sans
775 Math toolbar
776 \family default
777  visibility is controlled in the menu 
778 \family sans
779 View\SpecialChar menuseparator
780 Toolbars\SpecialChar menuseparator
781 Math
782 \family default
783 .
784  Three options will be presented,
785  On,
786  Off,
787  and Automatic.
788  Selecting On will cause the toolbar to be shown permanently at the bottom of the screen.
789  Selecting Off will disable the toolbar.
790  Selecting Automatic will cause the toolbar to automatically appear when the cursor is located within a formula.
791  The active state of the toolbar is indicated by a checkmark next to the current menu selection.
792 \begin_inset Note Note
793 status open
794
795 \begin_layout Plain Layout
796
797 \change_inserted 232239728 1610897730
798 The menu functionality appears to have changed,
799  I rewrote the paragraph for the current functionality
800 \change_unchanged
801
802 \end_layout
803
804 \end_inset
805
806
807 \change_unchanged
808
809 \end_layout
810
811 \begin_layout Standard
812 \SpecialChar TeX
813  mode
814 \begin_inset Index idx
815 range none
816 pageformat default
817 status collapsed
818
819 \begin_layout Plain Layout
820 \begin_inset IndexMacro sortkey
821 status open
822
823 \begin_layout Plain Layout
824 T
825 \end_layout
826
827 \end_inset
828
829 \SpecialChar TeX
830 -mode
831 \end_layout
832
833 \end_inset
834
835  is invoked by pressing the toolbar button 
836 \begin_inset Info
837 type  "icon"
838 arg   "ert-insert"
839 \end_inset
840
841  or by using the menu 
842 \family sans
843 Insert\SpecialChar menuseparator
844 TeX Code
845 \family default
846  (shortcut 
847 \begin_inset Info
848 type  "shortcut"
849 arg   "ert-insert"
850 \end_inset
851
852 ).
853 \end_layout
854
855 \begin_layout Standard
856 To change the \SpecialChar LaTeX
857 -preamble
858 \begin_inset Index idx
859 range none
860 pageformat default
861 status collapsed
862
863 \begin_layout Plain Layout
864 \begin_inset IndexMacro sortkey
865 status open
866
867 \begin_layout Plain Layout
868 L
869 \end_layout
870
871 \end_inset
872
873 \SpecialChar LaTeX
874 -preamble
875 \end_layout
876
877 \end_inset
878
879 ,
880  use the menu 
881 \family sans
882 Document\SpecialChar menuseparator
883 Settings\SpecialChar menuseparator
884 LaTeX
885 \family default
886  
887 \family sans
888 Preamble
889 \family default
890 .
891 \end_layout
892
893 \begin_layout Standard
894 To edit matrices,
895  case differentiations and multiline formulas,
896  use the menus 
897 \family sans
898 Edit\SpecialChar menuseparator
899 Math
900 \family default
901  and 
902 \family sans
903 Edit\SpecialChar menuseparator
904 Rows
905 \begin_inset space \thinspace{}
906 \end_inset
907
908 &
909 \begin_inset space \thinspace{}
910 \end_inset
911
912 Columns,
913
914 \family default
915  or the 
916 \family sans
917 table toolbar
918 \family default
919 .
920  When lines and columns are swapped via the menu,
921  the column or line where the cursor is in is exchanged with the column to the right or the line below,
922  respectively.
923  If the cursor is in the last column or row,
924  the exchange is done with the column to the left or the line above.
925 \end_layout
926
927 \begin_layout Standard
928 To write text in formulas
929 \begin_inset Foot
930 status collapsed
931
932 \begin_layout Plain Layout
933 For multiline formulas the command 
934 \series bold
935
936 \backslash
937 intertext
938 \series default
939  is used,
940  see 
941 \begin_inset CommandInset ref
942 LatexCommand ref
943 reference "subsec:Text-in-multiline"
944 nolink "false"
945
946 \end_inset
947
948 .
949 \end_layout
950
951 \end_inset
952
953  
954 \emph on
955 mathematical text
956 \emph default
957
958 \begin_inset Index idx
959 range none
960 pageformat default
961 status collapsed
962
963 \begin_layout Plain Layout
964 Text
965 \begin_inset IndexMacro subentry
966 status open
967
968 \begin_layout Plain Layout
969 in formulas
970 \end_layout
971
972 \end_inset
973
974
975 \end_layout
976
977 \end_inset
978
979
980 \begin_inset Index idx
981 range none
982 pageformat default
983 status collapsed
984
985 \begin_layout Plain Layout
986 Mathematical text
987 \end_layout
988
989 \end_inset
990
991  is used.
992  This mode is invoked with the shortcut 
993 \begin_inset Info
994 type  "shortcut"
995 arg   "font-default"
996 \end_inset
997
998  or by the insertion of the command 
999 \series bold
1000
1001 \backslash
1002 text
1003 \series default
1004
1005 \begin_inset Index idx
1006 range none
1007 pageformat default
1008 status collapsed
1009
1010 \begin_layout Plain Layout
1011 Commands
1012 \begin_inset IndexMacro subentry
1013 status open
1014
1015 \begin_layout Plain Layout
1016 T
1017 \end_layout
1018
1019 \end_inset
1020
1021
1022 \begin_inset IndexMacro subentry
1023 status open
1024
1025 \begin_layout Plain Layout
1026
1027 \backslash
1028 text
1029 \end_layout
1030
1031 \end_inset
1032
1033
1034 \end_layout
1035
1036 \end_inset
1037
1038 .
1039  The text appears black in \SpecialChar LyX
1040  and can therefore be distinguished from the other formula parts which appear blue.
1041  In the output,
1042  mathematical text is set upright contrary to other formula parts.
1043 \end_layout
1044
1045 \begin_layout Subsection*
1046 Command Scheme
1047 \end_layout
1048
1049 \begin_layout Standard
1050 Most \SpecialChar LaTeX
1051 -commands for math constructs have the following syntax:
1052 \end_layout
1053
1054 \begin_layout Standard
1055
1056 \series bold
1057
1058 \backslash
1059 commandname[optional
1060 \series default
1061  
1062 \series bold
1063 argument]{required
1064 \series default
1065  
1066 \series bold
1067 argument}
1068 \end_layout
1069
1070 \begin_layout Standard
1071 A command always starts with a backslash 
1072 \begin_inset Quotes gld
1073 \end_inset
1074
1075
1076 \series bold
1077
1078 \backslash
1079
1080 \series default
1081
1082 \begin_inset Quotes grd
1083 \end_inset
1084
1085 .
1086  To omit the 
1087 \series bold
1088 optional
1089 \series default
1090  
1091 \series bold
1092 argument
1093 \series default
1094 s,
1095  also omit the associated brackets.
1096  The braces around the 
1097 \series bold
1098 required
1099 \series default
1100  
1101 \series bold
1102 arguments
1103 \series default
1104  are referred to in this document as \SpecialChar TeX
1105  braces
1106 \begin_inset Index idx
1107 range none
1108 pageformat default
1109 status collapsed
1110
1111 \begin_layout Plain Layout
1112 \begin_inset IndexMacro sortkey
1113 status open
1114
1115 \begin_layout Plain Layout
1116 T
1117 \end_layout
1118
1119 \end_inset
1120
1121 \SpecialChar TeX
1122 -braces
1123 \end_layout
1124
1125 \end_inset
1126
1127 .
1128  If you append a left brace to a command name inside a formula,
1129  \SpecialChar LyX
1130  automatically creates a right \SpecialChar TeX
1131  brace.
1132  In all other cases standalone \SpecialChar TeX
1133  braces are created in formulas with the command 
1134 \series bold
1135
1136 \backslash
1137 {
1138 \series default
1139 .
1140  Normal braces are created by typing 
1141 \series bold
1142 {
1143 \series default
1144 .
1145  \SpecialChar TeX
1146  braces appear red in \SpecialChar LyX
1147 ,
1148  normal braces appear blue.
1149  In \SpecialChar TeX
1150  mode a command is not needed to get \SpecialChar TeX
1151  braces.
1152  \SpecialChar TeX
1153  braces don't appear in the output while normal braces do.
1154 \end_layout
1155
1156 \begin_layout Standard
1157 When commands without arguments,
1158  like commands for symbols,
1159  are entered in \SpecialChar TeX
1160  mode,
1161  a space character must 
1162 \emph on
1163 always
1164 \emph default
1165  be behind the command to end it.
1166  This space doesn't appear in the output.
1167  When the space should appear in the output,
1168  the space must be followed by a 
1169 \change_deleted 177693 1654668848
1170 protected
1171 \change_inserted 177693 1654668851
1172 non-breaking
1173 \change_unchanged
1174  space in normal text.
1175 \end_layout
1176
1177 \begin_layout Standard
1178
1179 \change_deleted 177693 1654668857
1180 protected
1181 \change_inserted 177693 1654668860
1182 non-breaking
1183 \change_unchanged
1184  space is inserted with
1185 \change_inserted 232239728 1610908934
1186  
1187 \change_deleted 5863208 1612729787
1188 the menu selection 
1189 \change_inserted 5863208 1612729774
1190
1191 \begin_inset Info
1192 type  "shortcuts"
1193 arg   "command-alternatives math-space ; space-insert protected"
1194 \end_inset
1195
1196
1197 \change_deleted 232239728 1610908788
1198
1199 \begin_inset Info
1200 type  "shortcuts"
1201 arg   "command-alternatives space-insert protected;  math-space"
1202 \end_inset
1203
1204
1205 \change_inserted 5863208 1612729766
1206 or with the menu selection
1207 \family sans
1208  
1209 \change_inserted 232239728 1610908897
1210 Insert\SpecialChar menuseparator
1211 Formatting\SpecialChar menuseparator
1212
1213 \change_deleted 177693 1654668863
1214 Protected
1215 \change_inserted 177693 1654668975
1216 Non-Breaking Normal
1217 \change_inserted 232239728 1610908897
1218  Space
1219 \family default
1220  or 
1221 \change_inserted 5863208 1612729638
1222
1223 \family sans
1224 Ctrl+Space
1225 \change_deleted 5863208 1612729640
1226
1227 \family default
1228 Ctrl+Space
1229 \change_unchanged
1230 .
1231 \end_layout
1232
1233 \begin_layout Subsection*
1234 \begin_inset Newpage newpage
1235 \end_inset
1236
1237
1238 \change_deleted 5863208 1612098922
1239 Syntax 
1240 \change_unchanged
1241 Explanation
1242 \change_inserted 5863208 1612100879
1243  of Syntax Used in this Manual
1244 \change_unchanged
1245
1246 \end_layout
1247
1248 \begin_layout Itemize
1249 The symbol 
1250 \begin_inset space \textvisiblespace{}
1251 \end_inset
1252
1253  denotes a space character to be input
1254 \change_inserted 5863208 1612098935
1255  by the user
1256 \change_unchanged
1257 .
1258 \end_layout
1259
1260 \begin_layout Itemize
1261 An arrow like 
1262 \begin_inset Formula $\to$
1263 \end_inset
1264
1265  denotes the usage of the corresponding arrow key on the keyboard.
1266  The 
1267 \family sans
1268 Tab
1269 \family default
1270  key can often be used instead of 
1271 \begin_inset Formula $\to$
1272 \end_inset
1273
1274  and 
1275 \begin_inset Formula $\downarrow$
1276 \end_inset
1277
1278 ,
1279  and 
1280 \family sans
1281 Shift+Tab
1282 \family default
1283  instead of 
1284 \begin_inset Formula $\leftarrow$
1285 \end_inset
1286
1287  and 
1288 \begin_inset Formula $\uparrow$
1289 \end_inset
1290
1291 .
1292 \end_layout
1293
1294 \begin_layout Subsection*
1295 Available Units
1296 \end_layout
1297
1298 \begin_layout Standard
1299 \align center
1300 \begin_inset Float table
1301 placement H
1302 alignment document
1303 wide false
1304 sideways false
1305 status open
1306
1307 \begin_layout Plain Layout
1308 \align center
1309 \begin_inset Caption Standard
1310
1311 \begin_layout Plain Layout
1312 \begin_inset CommandInset label
1313 LatexCommand label
1314 name "tab:Available-units"
1315
1316 \end_inset
1317
1318 Available units
1319 \end_layout
1320
1321 \end_inset
1322
1323
1324 \end_layout
1325
1326 \begin_layout Plain Layout
1327 \align center
1328 \begin_inset Tabular
1329 <lyxtabular version="3" rows="13" columns="2">
1330 <features booktabs="true" tabularvalignment="middle">
1331 <column alignment="center" valignment="top">
1332 <column alignment="center" valignment="top" width="0pt">
1333 <row>
1334 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1335 \begin_inset Text
1336
1337 \begin_layout Plain Layout
1338 Unit
1339 \end_layout
1340
1341 \end_inset
1342 </cell>
1343 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1344 \begin_inset Text
1345
1346 \begin_layout Plain Layout
1347 Name / Description
1348 \end_layout
1349
1350 \end_inset
1351 </cell>
1352 </row>
1353 <row>
1354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1355 \begin_inset Text
1356
1357 \begin_layout Plain Layout
1358 mm
1359 \end_layout
1360
1361 \end_inset
1362 </cell>
1363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1364 \begin_inset Text
1365
1366 \begin_layout Plain Layout
1367 Millimeter
1368 \end_layout
1369
1370 \end_inset
1371 </cell>
1372 </row>
1373 <row>
1374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1375 \begin_inset Text
1376
1377 \begin_layout Plain Layout
1378 cm
1379 \end_layout
1380
1381 \end_inset
1382 </cell>
1383 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1384 \begin_inset Text
1385
1386 \begin_layout Plain Layout
1387 Centimeter
1388 \end_layout
1389
1390 \end_inset
1391 </cell>
1392 </row>
1393 <row>
1394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1395 \begin_inset Text
1396
1397 \begin_layout Plain Layout
1398 in
1399 \end_layout
1400
1401 \end_inset
1402 </cell>
1403 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1404 \begin_inset Text
1405
1406 \begin_layout Plain Layout
1407 Inch (1
1408 \begin_inset space \thinspace{}
1409 \end_inset
1410
1411 in = 2
1412 \change_deleted 232239728 1610909338
1413 ,
1414 \change_inserted 232239728 1610909338
1415 .
1416 \change_unchanged
1417 54
1418 \begin_inset space \thinspace{}
1419 \end_inset
1420
1421 cm)
1422 \end_layout
1423
1424 \end_inset
1425 </cell>
1426 </row>
1427 <row>
1428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1429 \begin_inset Text
1430
1431 \begin_layout Plain Layout
1432 pt
1433 \end_layout
1434
1435 \end_inset
1436 </cell>
1437 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1438 \begin_inset Text
1439
1440 \begin_layout Plain Layout
1441 Point (72.27
1442 \begin_inset space \thinspace{}
1443 \end_inset
1444
1445 pt = 1
1446 \begin_inset space \thinspace{}
1447 \end_inset
1448
1449 in)
1450 \end_layout
1451
1452 \end_inset
1453 </cell>
1454 </row>
1455 <row>
1456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1457 \begin_inset Text
1458
1459 \begin_layout Plain Layout
1460 pc
1461 \end_layout
1462
1463 \end_inset
1464 </cell>
1465 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1466 \begin_inset Text
1467
1468 \begin_layout Plain Layout
1469 Pica (1
1470 \begin_inset space \thinspace{}
1471 \end_inset
1472
1473 pc = 12
1474 \begin_inset space \thinspace{}
1475 \end_inset
1476
1477 pt)
1478 \end_layout
1479
1480 \end_inset
1481 </cell>
1482 </row>
1483 <row>
1484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1485 \begin_inset Text
1486
1487 \begin_layout Plain Layout
1488 sp
1489 \end_layout
1490
1491 \end_inset
1492 </cell>
1493 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1494 \begin_inset Text
1495
1496 \begin_layout Plain Layout
1497 scaled point (65536
1498 \begin_inset space \thinspace{}
1499 \end_inset
1500
1501 sp = 1
1502 \begin_inset space \thinspace{}
1503 \end_inset
1504
1505 pt)
1506 \end_layout
1507
1508 \end_inset
1509 </cell>
1510 </row>
1511 <row>
1512 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1513 \begin_inset Text
1514
1515 \begin_layout Plain Layout
1516 bp
1517 \end_layout
1518
1519 \end_inset
1520 </cell>
1521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1522 \begin_inset Text
1523
1524 \begin_layout Plain Layout
1525 big point (72
1526 \begin_inset space \thinspace{}
1527 \end_inset
1528
1529 bp = 1
1530 \begin_inset space \thinspace{}
1531 \end_inset
1532
1533 in)
1534 \end_layout
1535
1536 \end_inset
1537 </cell>
1538 </row>
1539 <row>
1540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1541 \begin_inset Text
1542
1543 \begin_layout Plain Layout
1544 dd
1545 \end_layout
1546
1547 \end_inset
1548 </cell>
1549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1550 \begin_inset Text
1551
1552 \begin_layout Plain Layout
1553 Didot (1
1554 \begin_inset space \thinspace{}
1555 \end_inset
1556
1557 dd 
1558 \begin_inset Formula $\approx$
1559 \end_inset
1560
1561  0.376
1562 \begin_inset space \thinspace{}
1563 \end_inset
1564
1565 mm)
1566 \end_layout
1567
1568 \end_inset
1569 </cell>
1570 </row>
1571 <row>
1572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1573 \begin_inset Text
1574
1575 \begin_layout Plain Layout
1576 cc
1577 \end_layout
1578
1579 \end_inset
1580 </cell>
1581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1582 \begin_inset Text
1583
1584 \begin_layout Plain Layout
1585 Cicero (1
1586 \begin_inset space \thinspace{}
1587 \end_inset
1588
1589 cc = 12
1590 \begin_inset space \thinspace{}
1591 \end_inset
1592
1593 dd)
1594 \end_layout
1595
1596 \end_inset
1597 </cell>
1598 </row>
1599 <row>
1600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1601 \begin_inset Text
1602
1603 \begin_layout Plain Layout
1604 ex
1605 \end_layout
1606
1607 \end_inset
1608 </cell>
1609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1610 \begin_inset Text
1611
1612 \begin_layout Plain Layout
1613 Height of letter 
1614 \emph on
1615
1616 \begin_inset Quotes eld
1617 \end_inset
1618
1619 x
1620 \emph default
1621
1622 \begin_inset Quotes erd
1623 \end_inset
1624
1625  in the current font
1626 \end_layout
1627
1628 \end_inset
1629 </cell>
1630 </row>
1631 <row>
1632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1633 \begin_inset Text
1634
1635 \begin_layout Plain Layout
1636 em
1637 \end_layout
1638
1639 \end_inset
1640 </cell>
1641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1642 \begin_inset Text
1643
1644 \begin_layout Plain Layout
1645 width of letter 
1646 \begin_inset Quotes eld
1647 \end_inset
1648
1649
1650 \emph on
1651 M
1652 \emph default
1653
1654 \begin_inset Quotes erd
1655 \end_inset
1656
1657  in the current font
1658 \end_layout
1659
1660 \end_inset
1661 </cell>
1662 </row>
1663 <row>
1664 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
1665 \begin_inset Text
1666
1667 \begin_layout Plain Layout
1668 mu
1669 \end_layout
1670
1671 \end_inset
1672 </cell>
1673 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
1674 \begin_inset Text
1675
1676 \begin_layout Plain Layout
1677 math unit (1
1678 \begin_inset space \thinspace{}
1679 \end_inset
1680
1681 mu = 
1682 \begin_inset Formula $\nicefrac{1}{18}$
1683 \end_inset
1684
1685
1686 \begin_inset space \thinspace{}
1687 \end_inset
1688
1689 em)
1690 \end_layout
1691
1692 \end_inset
1693 </cell>
1694 </row>
1695 </lyxtabular>
1696
1697 \end_inset
1698
1699
1700 \end_layout
1701
1702 \end_inset
1703
1704
1705 \end_layout
1706
1707 \begin_layout Section
1708 Basic Functions
1709 \end_layout
1710
1711 \begin_layout Subsection
1712 Exponents
1713 \begin_inset Index idx
1714 range none
1715 pageformat default
1716 status collapsed
1717
1718 \begin_layout Plain Layout
1719 Exponents
1720 \end_layout
1721
1722 \end_inset
1723
1724  and Indices
1725 \begin_inset Index idx
1726 range none
1727 pageformat default
1728 status collapsed
1729
1730 \begin_layout Plain Layout
1731 Indices
1732 \end_layout
1733
1734 \end_inset
1735
1736
1737 \begin_inset Index idx
1738 range none
1739 pageformat default
1740 status collapsed
1741
1742 \begin_layout Plain Layout
1743 Superscripts
1744 \begin_inset IndexMacro see
1745 status open
1746
1747 \begin_layout Plain Layout
1748 Exponents
1749 \end_layout
1750
1751 \end_inset
1752
1753
1754 \end_layout
1755
1756 \end_inset
1757
1758
1759 \begin_inset Index idx
1760 range none
1761 pageformat default
1762 status collapsed
1763
1764 \begin_layout Plain Layout
1765 Subscripts
1766 \begin_inset IndexMacro see
1767 status open
1768
1769 \begin_layout Plain Layout
1770 Indices
1771 \end_layout
1772
1773 \end_inset
1774
1775
1776 \end_layout
1777
1778 \end_inset
1779
1780
1781 \end_layout
1782
1783 \begin_layout Standard
1784 Indices are created with an underscore 
1785 \begin_inset Quotes eld
1786 \end_inset
1787
1788 _
1789 \begin_inset Quotes erd
1790 \end_inset
1791
1792  or via the math toolbar button 
1793 \begin_inset Info
1794 type  "icon"
1795 arg   "math-subscript"
1796 \end_inset
1797
1798 ,
1799  exponents with a caret 
1800 \begin_inset Quotes eld
1801 \end_inset
1802
1803 ^
1804 \begin_inset Quotes erd
1805 \end_inset
1806
1807  or via the math toolbar button 
1808 \begin_inset Info
1809 type  "icon"
1810 arg   "math-superscript"
1811 \end_inset
1812
1813 .
1814 \end_layout
1815
1816 \begin_layout Standard
1817 \align center
1818 \begin_inset Tabular
1819 <lyxtabular version="3" rows="4" columns="2">
1820 <features booktabs="true" tabularvalignment="middle">
1821 <column alignment="center" valignment="top" width="0pt">
1822 <column alignment="center" valignment="top" width="0pt">
1823 <row>
1824 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1825 \begin_inset Text
1826
1827 \begin_layout Plain Layout
1828 Command
1829 \end_layout
1830
1831 \end_inset
1832 </cell>
1833 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1834 \begin_inset Text
1835
1836 \begin_layout Plain Layout
1837 Result
1838 \end_layout
1839
1840 \end_inset
1841 </cell>
1842 </row>
1843 <row>
1844 <cell alignment="center" valignment="top" usebox="none">
1845 \begin_inset Text
1846
1847 \begin_layout Plain Layout
1848 B_V
1849 \end_layout
1850
1851 \end_inset
1852 </cell>
1853 <cell alignment="center" valignment="top" usebox="none">
1854 \begin_inset Text
1855
1856 \begin_layout Plain Layout
1857 \begin_inset Formula $B_{V}$
1858 \end_inset
1859
1860
1861 \end_layout
1862
1863 \end_inset
1864 </cell>
1865 </row>
1866 <row topspace="1.5mm">
1867 <cell alignment="center" valignment="top" usebox="none">
1868 \begin_inset Text
1869
1870 \begin_layout Plain Layout
1871 B^V
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 <cell alignment="center" valignment="top" usebox="none">
1877 \begin_inset Text
1878
1879 \begin_layout Plain Layout
1880 \begin_inset Formula $B^{V}$
1881 \end_inset
1882
1883
1884 \end_layout
1885
1886 \end_inset
1887 </cell>
1888 </row>
1889 <row topspace="1.5mm">
1890 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1891 \begin_inset Text
1892
1893 \begin_layout Plain Layout
1894 B^
1895 \begin_inset space \textvisiblespace{}
1896 \end_inset
1897
1898 A
1899 \end_layout
1900
1901 \end_inset
1902 </cell>
1903 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1904 \begin_inset Text
1905
1906 \begin_layout Plain Layout
1907 \begin_inset Formula $B^{A}$
1908 \end_inset
1909
1910
1911 \end_layout
1912
1913 \end_inset
1914 </cell>
1915 </row>
1916 </lyxtabular>
1917
1918 \end_inset
1919
1920
1921 \end_layout
1922
1923 \begin_layout Standard
1924 As the caret is in some languages an accent,
1925  vowels will be accentuated in this case and not set as exponents
1926 \begin_inset Foot
1927 status open
1928
1929 \begin_layout Plain Layout
1930 Depending on the keyboard settings used this can also happen for characters other than vowels.
1931 \end_layout
1932
1933 \end_inset
1934
1935 .
1936  To get exponents in this case,
1937  press 
1938 \family sans
1939 Space
1940 \family default
1941  after the caret as in the last example.
1942 \end_layout
1943
1944 \begin_layout Subsection
1945 Fractions
1946 \begin_inset CommandInset label
1947 LatexCommand label
1948 name "subsec:Fractions"
1949
1950 \end_inset
1951
1952
1953 \begin_inset Index idx
1954 range none
1955 pageformat default
1956 status collapsed
1957
1958 \begin_layout Plain Layout
1959 Fractions
1960 \end_layout
1961
1962 \end_inset
1963
1964
1965 \end_layout
1966
1967 \begin_layout Standard
1968 Fractions are generated with the command 
1969 \series bold
1970
1971 \backslash
1972 frac
1973 \series default
1974
1975 \begin_inset Index idx
1976 range none
1977 pageformat default
1978 status collapsed
1979
1980 \begin_layout Plain Layout
1981 Commands
1982 \begin_inset IndexMacro subentry
1983 status open
1984
1985 \begin_layout Plain Layout
1986 F
1987 \end_layout
1988
1989 \end_inset
1990
1991
1992 \begin_inset IndexMacro subentry
1993 status open
1994
1995 \begin_layout Plain Layout
1996
1997 \backslash
1998 frac
1999 \end_layout
2000
2001 \end_inset
2002
2003
2004 \end_layout
2005
2006 \end_inset
2007
2008  or via the math toolbar button 
2009 \begin_inset Info
2010 type  "icon"
2011 arg   "math-insert \\frac"
2012 \end_inset
2013
2014 .
2015  The font size is adjusted automatically,
2016  depending on whether the fraction is in an inline or display style formula.
2017  With the math toolbar button 
2018 \begin_inset Info
2019 type  "icon"
2020 arg   "math-insert \\frac-square"
2021 \end_inset
2022
2023  you can select different fraction types.
2024 \end_layout
2025
2026 \begin_layout Standard
2027 With the command 
2028 \series bold
2029
2030 \backslash
2031 dfrac
2032 \series default
2033
2034 \begin_inset Index idx
2035 range none
2036 pageformat default
2037 status collapsed
2038
2039 \begin_layout Plain Layout
2040 Commands
2041 \begin_inset IndexMacro subentry
2042 status open
2043
2044 \begin_layout Plain Layout
2045 D
2046 \end_layout
2047
2048 \end_inset
2049
2050
2051 \begin_inset IndexMacro subentry
2052 status open
2053
2054 \begin_layout Plain Layout
2055
2056 \backslash
2057 dfrac
2058 \end_layout
2059
2060 \end_inset
2061
2062
2063 \end_layout
2064
2065 \end_inset
2066
2067  a fraction can be created that always has the size of a display style formula.
2068  With 
2069 \series bold
2070
2071 \backslash
2072 tfrac
2073 \series default
2074
2075 \begin_inset Index idx
2076 range none
2077 pageformat default
2078 status collapsed
2079
2080 \begin_layout Plain Layout
2081 Commands
2082 \begin_inset IndexMacro subentry
2083 status open
2084
2085 \begin_layout Plain Layout
2086 T
2087 \end_layout
2088
2089 \end_inset
2090
2091
2092 \begin_inset IndexMacro subentry
2093 status open
2094
2095 \begin_layout Plain Layout
2096
2097 \backslash
2098 tfrac
2099 \end_layout
2100
2101 \end_inset
2102
2103
2104 \end_layout
2105
2106 \end_inset
2107
2108  the fraction appears always with the size of an inline formula.
2109  An example:
2110 \end_layout
2111
2112 \begin_layout Standard
2113 A line with the fraction 
2114 \begin_inset Formula $\frac{1}{2}$
2115 \end_inset
2116
2117  that was created with the command 
2118 \series bold
2119
2120 \backslash
2121 frac
2122 \series default
2123 .
2124 \end_layout
2125
2126 \begin_layout Standard
2127 A line with the fraction 
2128 \begin_inset Formula $\dfrac{1}{2}$
2129 \end_inset
2130
2131  that was created with the command 
2132 \series bold
2133
2134 \backslash
2135 dfrac
2136 \series default
2137 .
2138 \end_layout
2139
2140 \begin_layout Standard
2141 \align center
2142 \begin_inset Tabular
2143 <lyxtabular version="3" rows="4" columns="2">
2144 <features booktabs="true" tabularvalignment="middle">
2145 <column alignment="center" valignment="top" width="0pt">
2146 <column alignment="center" valignment="top" width="0pt">
2147 <row>
2148 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2149 \begin_inset Text
2150
2151 \begin_layout Plain Layout
2152 Command
2153 \end_layout
2154
2155 \end_inset
2156 </cell>
2157 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2158 \begin_inset Text
2159
2160 \begin_layout Plain Layout
2161 Result
2162 \end_layout
2163
2164 \end_inset
2165 </cell>
2166 </row>
2167 <row topspace="1.5mm">
2168 <cell alignment="center" valignment="top" usebox="none">
2169 \begin_inset Text
2170
2171 \begin_layout Plain Layout
2172
2173 \backslash
2174 frac
2175 \begin_inset space \textvisiblespace{}
2176 \end_inset
2177
2178 A
2179 \begin_inset Formula $\downarrow$
2180 \end_inset
2181
2182 B
2183 \end_layout
2184
2185 \end_inset
2186 </cell>
2187 <cell alignment="center" valignment="top" usebox="none">
2188 \begin_inset Text
2189
2190 \begin_layout Plain Layout
2191 \begin_inset Formula $\frac{A}{B}$
2192 \end_inset
2193
2194
2195 \end_layout
2196
2197 \end_inset
2198 </cell>
2199 </row>
2200 <row topspace="2mm">
2201 <cell alignment="center" valignment="top" usebox="none">
2202 \begin_inset Text
2203
2204 \begin_layout Plain Layout
2205
2206 \backslash
2207 dfrac
2208 \begin_inset space \textvisiblespace{}
2209 \end_inset
2210
2211 A
2212 \begin_inset Formula $\downarrow$
2213 \end_inset
2214
2215 B
2216 \end_layout
2217
2218 \end_inset
2219 </cell>
2220 <cell alignment="center" valignment="top" usebox="none">
2221 \begin_inset Text
2222
2223 \begin_layout Plain Layout
2224 \begin_inset Formula $\dfrac{A}{B}$
2225 \end_inset
2226
2227
2228 \end_layout
2229
2230 \end_inset
2231 </cell>
2232 </row>
2233 <row topspace="2mm" bottomspace="1mm">
2234 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2235 \begin_inset Text
2236
2237 \begin_layout Plain Layout
2238
2239 \backslash
2240 dfrac
2241 \begin_inset space \textvisiblespace{}
2242 \end_inset
2243
2244 e^
2245 \backslash
2246 frac
2247 \begin_inset space \textvisiblespace{}
2248 \end_inset
2249
2250 1
2251 \begin_inset Formula $\downarrow$
2252 \end_inset
2253
2254 2
2255 \begin_inset Formula $\downarrow\downarrow$
2256 \end_inset
2257
2258 3
2259 \end_layout
2260
2261 \end_inset
2262 </cell>
2263 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2264 \begin_inset Text
2265
2266 \begin_layout Plain Layout
2267 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
2268 \end_inset
2269
2270
2271 \end_layout
2272
2273 \end_inset
2274 </cell>
2275 </row>
2276 </lyxtabular>
2277
2278 \end_inset
2279
2280
2281 \end_layout
2282
2283 \begin_layout Standard
2284 \begin_inset VSpace bigskip
2285 \end_inset
2286
2287
2288 \begin_inset Newpage newpage
2289 \end_inset
2290
2291 For nested fractions the command 
2292 \series bold
2293
2294 \backslash
2295 cfrac
2296 \series default
2297
2298 \begin_inset Index idx
2299 range none
2300 pageformat default
2301 status collapsed
2302
2303 \begin_layout Plain Layout
2304 Commands
2305 \begin_inset IndexMacro subentry
2306 status open
2307
2308 \begin_layout Plain Layout
2309 C
2310 \end_layout
2311
2312 \end_inset
2313
2314
2315 \begin_inset IndexMacro subentry
2316 status open
2317
2318 \begin_layout Plain Layout
2319
2320 \backslash
2321 cfrac
2322 \end_layout
2323
2324 \end_inset
2325
2326
2327 \end_layout
2328
2329 \end_inset
2330
2331  can be used.
2332  Here is an example:
2333 \begin_inset VSpace -3mm
2334 \end_inset
2335
2336
2337 \end_layout
2338
2339 \begin_layout Standard
2340 \begin_inset Formula 
2341 \begin{align*}
2342 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2343 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2344 \end{align*}
2345
2346 \end_inset
2347
2348
2349 \end_layout
2350
2351 \begin_layout Standard
2352 The command for the example above is:
2353 \end_layout
2354
2355 \begin_layout Standard
2356
2357 \series bold
2358
2359 \backslash
2360 cfrac
2361 \begin_inset space \textvisiblespace{}
2362 \end_inset
2363
2364 A
2365 \begin_inset Formula $\downarrow$
2366 \end_inset
2367
2368 B+
2369 \backslash
2370 cfrac
2371 \begin_inset space \textvisiblespace{}
2372 \end_inset
2373
2374 C+
2375 \backslash
2376 cfrac
2377 \begin_inset space \textvisiblespace{}
2378 \end_inset
2379
2380 E
2381 \begin_inset Formula $\downarrow$
2382 \end_inset
2383
2384 F
2385 \begin_inset Formula $\downarrow$
2386 \end_inset
2387
2388 D
2389 \end_layout
2390
2391 \begin_layout Standard
2392 \begin_inset VSpace medskip
2393 \end_inset
2394
2395
2396 \end_layout
2397
2398 \begin_layout Standard
2399
2400 \series bold
2401
2402 \backslash
2403 cfrac
2404 \series default
2405  always sets the fraction size to that of a displayed formula,
2406  even when it is part of another fraction.
2407 \end_layout
2408
2409 \begin_layout Standard
2410 It is possible to specify the alignment of the numerator.
2411  The command 
2412 \series bold
2413
2414 \backslash
2415 cfracleft
2416 \series default
2417  is used to left align it,
2418  the command 
2419 \series bold
2420
2421 \backslash
2422 cfracright
2423 \series default
2424  to right-align it.
2425  
2426 \series bold
2427
2428 \backslash
2429 cfrac
2430 \series default
2431  centers the numerator.
2432  These fractions demonstrate the different alignments:
2433 \end_layout
2434
2435 \begin_layout Standard
2436
2437 \series bold
2438 \begin_inset Formula 
2439 \[
2440 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2441 \]
2442
2443 \end_inset
2444
2445
2446 \end_layout
2447
2448 \begin_layout Standard
2449 \begin_inset Note Greyedout
2450 status open
2451
2452 \begin_layout Plain Layout
2453
2454 \series bold
2455 Note:
2456
2457 \series default
2458  
2459 \series bold
2460
2461 \backslash
2462 cfracleft
2463 \series default
2464  and 
2465 \series bold
2466
2467 \backslash
2468 cfracright
2469 \series default
2470  are not real \SpecialChar LaTeX
2471  commands but represent the command 
2472 \series bold
2473
2474 \backslash
2475 cfrac[alignment]{numerator}{denominator}
2476 \series default
2477  .
2478  Therefore you cannot use them in \SpecialChar TeX
2479  code.
2480 \end_layout
2481
2482 \end_inset
2483
2484
2485 \end_layout
2486
2487 \begin_layout Standard
2488 \begin_inset VSpace medskip
2489 \end_inset
2490
2491 It is often advantageous to combine 
2492 \series bold
2493
2494 \backslash
2495 cfrac
2496 \series default
2497  and 
2498 \series bold
2499
2500 \backslash
2501 frac
2502 \series default
2503 :
2504 \begin_inset Formula 
2505 \[
2506 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2507 \]
2508
2509 \end_inset
2510
2511
2512 \end_layout
2513
2514 \begin_layout Standard
2515 For inline fractions with a sloped fraction stroke you can use the command 
2516 \series bold
2517
2518 \backslash
2519 nicefrac
2520 \series default
2521
2522 \begin_inset Index idx
2523 range none
2524 pageformat default
2525 status collapsed
2526
2527 \begin_layout Plain Layout
2528 Commands
2529 \begin_inset IndexMacro subentry
2530 status open
2531
2532 \begin_layout Plain Layout
2533 N
2534 \end_layout
2535
2536 \end_inset
2537
2538
2539 \begin_inset IndexMacro subentry
2540 status open
2541
2542 \begin_layout Plain Layout
2543
2544 \backslash
2545 nicefrac
2546 \end_layout
2547
2548 \end_inset
2549
2550
2551 \end_layout
2552
2553 \end_inset
2554
2555 :
2556  
2557 \begin_inset Formula $\nicefrac{5}{31}$
2558 \end_inset
2559
2560  or 
2561 \series bold
2562
2563 \backslash
2564 unitfrac
2565 \series default
2566
2567 \begin_inset Index idx
2568 range none
2569 pageformat default
2570 status collapsed
2571
2572 \begin_layout Plain Layout
2573 Commands
2574 \begin_inset IndexMacro subentry
2575 status open
2576
2577 \begin_layout Plain Layout
2578 U
2579 \end_layout
2580
2581 \end_inset
2582
2583
2584 \begin_inset IndexMacro subentry
2585 status open
2586
2587 \begin_layout Plain Layout
2588
2589 \backslash
2590 unitfrac
2591 \end_layout
2592
2593 \end_inset
2594
2595
2596 \end_layout
2597
2598 \end_inset
2599
2600 :
2601  
2602 \begin_inset Formula $\unitfrac{5}{31}$
2603 \end_inset
2604
2605  There is also the command 
2606 \series bold
2607
2608 \backslash
2609 unitfracthree
2610 \series default
2611  which allows you to write a fraction in combination with a number:
2612  
2613 \begin_inset Formula $\unitfrac[2]{1}{3}$
2614 \end_inset
2615
2616
2617 \end_layout
2618
2619 \begin_layout Standard
2620 \begin_inset Note Greyedout
2621 status open
2622
2623 \begin_layout Plain Layout
2624
2625 \series bold
2626 Note:
2627
2628 \series default
2629  
2630 \series bold
2631
2632 \backslash
2633 unitfracthree
2634 \series default
2635  is not a real \SpecialChar LaTeX
2636  command but the command
2637 \begin_inset Newline newline
2638 \end_inset
2639
2640
2641 \series bold
2642
2643 \backslash
2644 unitfrac[number]{numerator}{denominator}
2645 \series default
2646  .
2647  Therefore you cannot use it in \SpecialChar TeX
2648  code.
2649 \end_layout
2650
2651 \end_inset
2652
2653
2654 \end_layout
2655
2656 \begin_layout Standard
2657 How to define your own fractions where the fraction stroke can be changed is explained in 
2658 \begin_inset CommandInset ref
2659 LatexCommand ref
2660 reference "subsec:Self-defined-Fractions"
2661 nolink "false"
2662
2663 \end_inset
2664
2665 .
2666 \end_layout
2667
2668 \begin_layout Standard
2669 Multiline fractions are explained in 
2670 \begin_inset CommandInset ref
2671 LatexCommand ref
2672 reference "subsec:Multiline-Fractions"
2673 nolink "false"
2674
2675 \end_inset
2676
2677 .
2678 \end_layout
2679
2680 \begin_layout Subsection
2681 Roots
2682 \begin_inset Index idx
2683 range none
2684 pageformat default
2685 status collapsed
2686
2687 \begin_layout Plain Layout
2688 Roots
2689 \end_layout
2690
2691 \end_inset
2692
2693
2694 \end_layout
2695
2696 \begin_layout Standard
2697 Square roots are created with 
2698 \series bold
2699
2700 \backslash
2701 sqrt
2702 \series default
2703
2704 \begin_inset Index idx
2705 range none
2706 pageformat default
2707 status collapsed
2708
2709 \begin_layout Plain Layout
2710 Commands
2711 \begin_inset IndexMacro subentry
2712 status open
2713
2714 \begin_layout Plain Layout
2715 S
2716 \end_layout
2717
2718 \end_inset
2719
2720
2721 \begin_inset IndexMacro subentry
2722 status open
2723
2724 \begin_layout Plain Layout
2725
2726 \backslash
2727 sqrt
2728 \end_layout
2729
2730 \end_inset
2731
2732
2733 \end_layout
2734
2735 \end_inset
2736
2737  or the math toolbar button 
2738 \begin_inset Info
2739 type  "icon"
2740 arg   "math-insert \\sqrt"
2741 \end_inset
2742
2743 ,
2744  all other roots with the command 
2745 \series bold
2746
2747 \backslash
2748 root
2749 \series default
2750
2751 \begin_inset Index idx
2752 range none
2753 pageformat default
2754 status collapsed
2755
2756 \begin_layout Plain Layout
2757 Commands
2758 \begin_inset IndexMacro subentry
2759 status open
2760
2761 \begin_layout Plain Layout
2762 R
2763 \end_layout
2764
2765 \end_inset
2766
2767
2768 \begin_inset IndexMacro subentry
2769 status open
2770
2771 \begin_layout Plain Layout
2772
2773 \backslash
2774 root
2775 \end_layout
2776
2777 \end_inset
2778
2779
2780 \end_layout
2781
2782 \end_inset
2783
2784  or with the math toolbar button 
2785 \begin_inset Info
2786 type  "icon"
2787 arg   "math-insert \\root"
2788 \end_inset
2789
2790 .
2791 \end_layout
2792
2793 \begin_layout Standard
2794 \align center
2795 \begin_inset Tabular
2796 <lyxtabular version="3" rows="3" columns="2">
2797 <features booktabs="true" tabularvalignment="middle">
2798 <column alignment="center" valignment="top" width="0pt">
2799 <column alignment="center" valignment="top" width="0pt">
2800 <row>
2801 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2802 \begin_inset Text
2803
2804 \begin_layout Plain Layout
2805 Command
2806 \end_layout
2807
2808 \end_inset
2809 </cell>
2810 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2811 \begin_inset Text
2812
2813 \begin_layout Plain Layout
2814 Result
2815 \end_layout
2816
2817 \end_inset
2818 </cell>
2819 </row>
2820 <row topspace="1mm">
2821 <cell alignment="center" valignment="top" usebox="none">
2822 \begin_inset Text
2823
2824 \begin_layout Plain Layout
2825
2826 \backslash
2827 sqrt
2828 \begin_inset space \textvisiblespace{}
2829 \end_inset
2830
2831 A-B
2832 \end_layout
2833
2834 \end_inset
2835 </cell>
2836 <cell alignment="center" valignment="top" usebox="none">
2837 \begin_inset Text
2838
2839 \begin_layout Plain Layout
2840 \begin_inset Formula $\sqrt{A-B}$
2841 \end_inset
2842
2843
2844 \end_layout
2845
2846 \end_inset
2847 </cell>
2848 </row>
2849 <row topspace="1mm">
2850 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2851 \begin_inset Text
2852
2853 \begin_layout Plain Layout
2854
2855 \backslash
2856 root
2857 \begin_inset space \textvisiblespace{}
2858 \end_inset
2859
2860 3
2861 \begin_inset Formula $\downarrow$
2862 \end_inset
2863
2864 A-B
2865 \end_layout
2866
2867 \end_inset
2868 </cell>
2869 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2870 \begin_inset Text
2871
2872 \begin_layout Plain Layout
2873 \begin_inset Formula $\sqrt[3]{A-B}$
2874 \end_inset
2875
2876
2877 \end_layout
2878
2879 \end_inset
2880 </cell>
2881 </row>
2882 </lyxtabular>
2883
2884 \end_inset
2885
2886
2887 \end_layout
2888
2889 \begin_layout Standard
2890 A square root can also be created with 
2891 \series bold
2892
2893 \backslash
2894 root
2895 \series default
2896  when the root index field is left empty.
2897 \end_layout
2898
2899 \begin_layout Standard
2900 With certain indices the distance to the root is too small,
2901  like in this formula:
2902  
2903 \begin_inset Formula $\sqrt[\beta]{B}$
2904 \end_inset
2905
2906
2907 \begin_inset Newline newline
2908 \end_inset
2909
2910 The 
2911 \begin_inset Formula $\beta$
2912 \end_inset
2913
2914  touches the root.
2915  To avoid this,
2916  the commands 
2917 \series bold
2918
2919 \backslash
2920 leftroot
2921 \series default
2922
2923 \begin_inset Index idx
2924 range none
2925 pageformat default
2926 status collapsed
2927
2928 \begin_layout Plain Layout
2929 Commands
2930 \begin_inset IndexMacro subentry
2931 status open
2932
2933 \begin_layout Plain Layout
2934 L
2935 \end_layout
2936
2937 \end_inset
2938
2939
2940 \begin_inset IndexMacro subentry
2941 status open
2942
2943 \begin_layout Plain Layout
2944
2945 \backslash
2946 leftroot
2947 \end_layout
2948
2949 \end_inset
2950
2951
2952 \end_layout
2953
2954 \end_inset
2955
2956  and 
2957 \series bold
2958
2959 \backslash
2960 uproot
2961 \series default
2962
2963 \begin_inset Index idx
2964 range none
2965 pageformat default
2966 status collapsed
2967
2968 \begin_layout Plain Layout
2969 Commands
2970 \begin_inset IndexMacro subentry
2971 status open
2972
2973 \begin_layout Plain Layout
2974 U
2975 \end_layout
2976
2977 \end_inset
2978
2979
2980 \begin_inset IndexMacro subentry
2981 status open
2982
2983 \begin_layout Plain Layout
2984
2985 \backslash
2986 uproot
2987 \end_layout
2988
2989 \end_inset
2990
2991
2992 \end_layout
2993
2994 \end_inset
2995
2996  are used with the following scheme:
2997 \end_layout
2998
2999 \begin_layout Standard
3000
3001 \series bold
3002
3003 \backslash
3004 leftroot{distance}
3005 \series default
3006  and 
3007 \series bold
3008
3009 \backslash
3010 uproot{distance}
3011 \end_layout
3012
3013 \begin_layout Standard
3014 Distance is the number of Big Points (unit bp;
3015  
3016 \begin_inset Formula $\mathrm{72\,bp=1\,inch}$
3017 \end_inset
3018
3019 ),
3020  that the index should be moved to the left or up,
3021  resp..
3022  The commands are written to the index.
3023  This way the command
3024 \begin_inset Newline newline
3025 \end_inset
3026
3027
3028 \series bold
3029
3030 \backslash
3031 root
3032 \backslash
3033 leftroot{-1
3034 \begin_inset Formula $\to$
3035 \end_inset
3036
3037
3038 \backslash
3039 uproot{2
3040 \begin_inset Formula $\to$
3041 \end_inset
3042
3043
3044 \backslash
3045 beta
3046 \begin_inset space \textvisiblespace{}
3047 \end_inset
3048
3049
3050 \begin_inset Formula $\to$
3051 \end_inset
3052
3053 B
3054 \begin_inset Newline newline
3055 \end_inset
3056
3057
3058 \series default
3059 produces a correct typeset formula:
3060  
3061 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
3062 \end_inset
3063
3064
3065 \end_layout
3066
3067 \begin_layout Subsection
3068 Binomial Coefficients
3069 \begin_inset Index idx
3070 range none
3071 pageformat default
3072 status collapsed
3073
3074 \begin_layout Plain Layout
3075 Binomial coefficients
3076 \end_layout
3077
3078 \end_inset
3079
3080
3081 \end_layout
3082
3083 \begin_layout Standard
3084 Binomial coefficients are inserted with the command 
3085 \series bold
3086
3087 \backslash
3088 binom
3089 \series default
3090
3091 \begin_inset Index idx
3092 range none
3093 pageformat default
3094 status collapsed
3095
3096 \begin_layout Plain Layout
3097 Commands
3098 \begin_inset IndexMacro subentry
3099 status open
3100
3101 \begin_layout Plain Layout
3102 B
3103 \end_layout
3104
3105 \end_inset
3106
3107
3108 \begin_inset IndexMacro subentry
3109 status open
3110
3111 \begin_layout Plain Layout
3112
3113 \backslash
3114 binom
3115 \end_layout
3116
3117 \end_inset
3118
3119
3120 \end_layout
3121
3122 \end_inset
3123
3124  or with the submenu of the math toolbar button 
3125 \begin_inset Info
3126 type  "icon"
3127 arg   "math-insert \\frac-square"
3128 \end_inset
3129
3130 .
3131  As with fractions (
3132 \series bold
3133
3134 \backslash
3135 frac
3136 \series default
3137 ) in addition to 
3138 \series bold
3139
3140 \backslash
3141 binom
3142 \series default
3143  there are the commands 
3144 \series bold
3145
3146 \backslash
3147 dbinom
3148 \series default
3149
3150 \begin_inset Index idx
3151 range none
3152 pageformat default
3153 status collapsed
3154
3155 \begin_layout Plain Layout
3156 Commands
3157 \begin_inset IndexMacro subentry
3158 status open
3159
3160 \begin_layout Plain Layout
3161 D
3162 \end_layout
3163
3164 \end_inset
3165
3166
3167 \begin_inset IndexMacro subentry
3168 status open
3169
3170 \begin_layout Plain Layout
3171
3172 \backslash
3173 dbinom
3174 \end_layout
3175
3176 \end_inset
3177
3178
3179 \end_layout
3180
3181 \end_inset
3182
3183  and 
3184 \series bold
3185
3186 \backslash
3187 tbinom
3188 \series default
3189
3190 \begin_inset Index idx
3191 range none
3192 pageformat default
3193 status collapsed
3194
3195 \begin_layout Plain Layout
3196 Commands
3197 \begin_inset IndexMacro subentry
3198 status open
3199
3200 \begin_layout Plain Layout
3201 T
3202 \end_layout
3203
3204 \end_inset
3205
3206
3207 \begin_inset IndexMacro subentry
3208 status open
3209
3210 \begin_layout Plain Layout
3211
3212 \backslash
3213 tbinom
3214 \end_layout
3215
3216 \end_inset
3217
3218
3219 \end_layout
3220
3221 \end_inset
3222
3223 .
3224  For other brackets around binomial coefficients there are the commands 
3225 \series bold
3226
3227 \backslash
3228 brace
3229 \series default
3230
3231 \begin_inset Index idx
3232 range none
3233 pageformat default
3234 status collapsed
3235
3236 \begin_layout Plain Layout
3237 Commands
3238 \begin_inset IndexMacro subentry
3239 status open
3240
3241 \begin_layout Plain Layout
3242 B
3243 \end_layout
3244
3245 \end_inset
3246
3247
3248 \begin_inset IndexMacro subentry
3249 status open
3250
3251 \begin_layout Plain Layout
3252
3253 \backslash
3254 brace
3255 \end_layout
3256
3257 \end_inset
3258
3259
3260 \end_layout
3261
3262 \end_inset
3263
3264  and 
3265 \series bold
3266
3267 \backslash
3268 brack
3269 \series default
3270
3271 \begin_inset Index idx
3272 range none
3273 pageformat default
3274 status collapsed
3275
3276 \begin_layout Plain Layout
3277 Commands
3278 \begin_inset IndexMacro subentry
3279 status open
3280
3281 \begin_layout Plain Layout
3282 B
3283 \end_layout
3284
3285 \end_inset
3286
3287
3288 \begin_inset IndexMacro subentry
3289 status open
3290
3291 \begin_layout Plain Layout
3292
3293 \backslash
3294 brack
3295 \end_layout
3296
3297 \end_inset
3298
3299
3300 \end_layout
3301
3302 \end_inset
3303
3304 .
3305 \end_layout
3306
3307 \begin_layout Standard
3308 \align center
3309 \begin_inset Tabular
3310 <lyxtabular version="3" rows="6" columns="2">
3311 <features booktabs="true" tabularvalignment="middle">
3312 <column alignment="center" valignment="top" width="0pt">
3313 <column alignment="center" valignment="top" width="0pt">
3314 <row>
3315 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3316 \begin_inset Text
3317
3318 \begin_layout Plain Layout
3319 Command
3320 \end_layout
3321
3322 \end_inset
3323 </cell>
3324 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3325 \begin_inset Text
3326
3327 \begin_layout Plain Layout
3328 Result
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 </row>
3334 <row topspace="1mm">
3335 <cell alignment="center" valignment="top" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339
3340 \backslash
3341 binom
3342 \begin_inset space \textvisiblespace{}
3343 \end_inset
3344
3345 A
3346 \begin_inset Formula $\downarrow$
3347 \end_inset
3348
3349 B
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 <cell alignment="center" valignment="top" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358 \begin_inset Formula $\binom{A}{B}$
3359 \end_inset
3360
3361
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 </row>
3367 <row topspace="2mm">
3368 <cell alignment="center" valignment="top" usebox="none">
3369 \begin_inset Text
3370
3371 \begin_layout Plain Layout
3372
3373 \backslash
3374 dbinom
3375 \begin_inset space \textvisiblespace{}
3376 \end_inset
3377
3378 A
3379 \begin_inset Formula $\downarrow$
3380 \end_inset
3381
3382 B
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 <cell alignment="center" valignment="top" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391 \begin_inset Formula $\dbinom{A}{B}$
3392 \end_inset
3393
3394
3395 \end_layout
3396
3397 \end_inset
3398 </cell>
3399 </row>
3400 <row topspace="2mm" bottomspace="0.5mm">
3401 <cell alignment="center" valignment="top" usebox="none">
3402 \begin_inset Text
3403
3404 \begin_layout Plain Layout
3405
3406 \backslash
3407 tbinom
3408 \begin_inset space \textvisiblespace{}
3409 \end_inset
3410
3411 A
3412 \begin_inset Formula $\downarrow$
3413 \end_inset
3414
3415 B
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 <cell alignment="center" valignment="top" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Plain Layout
3424 \begin_inset Formula $\tbinom{A}{B}$
3425 \end_inset
3426
3427
3428 \end_layout
3429
3430 \end_inset
3431 </cell>
3432 </row>
3433 <row topspace="1mm">
3434 <cell alignment="center" valignment="top" topline="true" usebox="none">
3435 \begin_inset Text
3436
3437 \begin_layout Plain Layout
3438
3439 \backslash
3440 brack
3441 \begin_inset space \textvisiblespace{}
3442 \end_inset
3443
3444 A
3445 \begin_inset Formula $\downarrow$
3446 \end_inset
3447
3448 B
3449 \end_layout
3450
3451 \end_inset
3452 </cell>
3453 <cell alignment="center" valignment="top" topline="true" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Plain Layout
3457 \begin_inset Formula ${A \brack B}$
3458 \end_inset
3459
3460
3461 \end_layout
3462
3463 \end_inset
3464 </cell>
3465 </row>
3466 <row topspace="2mm" bottomspace="0.5mm">
3467 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3468 \begin_inset Text
3469
3470 \begin_layout Plain Layout
3471
3472 \backslash
3473 brace
3474 \begin_inset space \textvisiblespace{}
3475 \end_inset
3476
3477 A
3478 \begin_inset Formula $\downarrow$
3479 \end_inset
3480
3481 B
3482 \end_layout
3483
3484 \end_inset
3485 </cell>
3486 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3487 \begin_inset Text
3488
3489 \begin_layout Plain Layout
3490 \begin_inset Formula ${A \brace B}$
3491 \end_inset
3492
3493
3494 \end_layout
3495
3496 \end_inset
3497 </cell>
3498 </row>
3499 </lyxtabular>
3500
3501 \end_inset
3502
3503
3504 \end_layout
3505
3506 \begin_layout Subsection
3507 Case Differentiations
3508 \begin_inset Index idx
3509 range none
3510 pageformat default
3511 status collapsed
3512
3513 \begin_layout Plain Layout
3514 Case differentiations
3515 \end_layout
3516
3517 \end_inset
3518
3519
3520 \end_layout
3521
3522 \begin_layout Standard
3523 \align center
3524 \begin_inset Tabular
3525 <lyxtabular version="3" rows="3" columns="2">
3526 <features booktabs="true" tabularvalignment="middle">
3527 <column alignment="center" valignment="top" width="0pt">
3528 <column alignment="center" valignment="top" width="0pt">
3529 <row>
3530 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534 Command
3535 \end_layout
3536
3537 \end_inset
3538 </cell>
3539 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543 Result
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 </row>
3549 <row>
3550 <cell alignment="center" valignment="top" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554
3555 \backslash
3556 cases
3557 \begin_inset space \textvisiblespace{}
3558 \end_inset
3559
3560 A
3561 \begin_inset Formula $\to$
3562 \end_inset
3563
3564 B>0
3565 \begin_inset Index idx
3566 range none
3567 pageformat default
3568 status collapsed
3569
3570 \begin_layout Plain Layout
3571 Commands
3572 \begin_inset IndexMacro subentry
3573 status open
3574
3575 \begin_layout Plain Layout
3576 C
3577 \end_layout
3578
3579 \end_inset
3580
3581
3582 \begin_inset IndexMacro subentry
3583 status open
3584
3585 \begin_layout Plain Layout
3586
3587 \backslash
3588 cases
3589 \end_layout
3590
3591 \end_inset
3592
3593
3594 \end_layout
3595
3596 \end_inset
3597
3598
3599 \end_layout
3600
3601 \end_inset
3602 </cell>
3603 <cell alignment="center" valignment="top" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607 \begin_inset Formula $\begin{cases}
3608 A & B>0\end{cases}$
3609 \end_inset
3610
3611
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 </row>
3617 <row topspace="1.5mm">
3618 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3619 \begin_inset Text
3620
3621 \begin_layout Plain Layout
3622
3623 \backslash
3624 cases
3625 \begin_inset space \textvisiblespace{}
3626 \end_inset
3627
3628
3629 \begin_inset Info
3630 type  "shortcut"
3631 arg   "newline-insert newline"
3632 \end_inset
3633
3634
3635 \end_layout
3636
3637 \end_inset
3638 </cell>
3639 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3640 \begin_inset Text
3641
3642 \begin_layout Plain Layout
3643 \begin_inset Formula $\begin{cases}
3644 A & \textrm{for }x>0\\
3645 B & \textrm{for }x=0
3646 \end{cases}$
3647 \end_inset
3648
3649
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 </row>
3655 </lyxtabular>
3656
3657 \end_inset
3658
3659
3660 \end_layout
3661
3662 \begin_layout Standard
3663 After inserting 
3664 \series bold
3665
3666 \backslash
3667 cases
3668 \series default
3669  or pressing the math toolbar button 
3670 \begin_inset Info
3671 type  "icon"
3672 arg   "math-insert \\cases"
3673 \end_inset
3674
3675  you can create new lines with the shortcut 
3676 \begin_inset Info
3677 type  "shortcut"
3678 arg   "newline-insert newline"
3679 \end_inset
3680
3681  or the table toolbar button 
3682 \begin_inset Info
3683 type  "icon"
3684 arg   "tabular-feature append-row"
3685 \end_inset
3686
3687 .
3688 \end_layout
3689
3690 \begin_layout Standard
3691 The command 
3692 \series bold
3693
3694 \backslash
3695 cases
3696 \series default
3697  is also available via the menu 
3698 \family sans
3699 Insert\SpecialChar menuseparator
3700 Math\SpecialChar menuseparator
3701 Cases-Environment
3702 \family default
3703 .
3704 \end_layout
3705
3706 \begin_layout Subsection
3707 Negations
3708 \begin_inset Index idx
3709 range none
3710 pageformat default
3711 status collapsed
3712
3713 \begin_layout Plain Layout
3714 Negations
3715 \end_layout
3716
3717 \end_inset
3718
3719
3720 \end_layout
3721
3722 \begin_layout Standard
3723 By inserting 
3724 \series bold
3725
3726 \backslash
3727 not
3728 \series default
3729
3730 \begin_inset Index idx
3731 range none
3732 pageformat default
3733 status collapsed
3734
3735 \begin_layout Plain Layout
3736 Commands
3737 \begin_inset IndexMacro subentry
3738 status open
3739
3740 \begin_layout Plain Layout
3741 N
3742 \end_layout
3743
3744 \end_inset
3745
3746
3747 \begin_inset IndexMacro subentry
3748 status open
3749
3750 \begin_layout Plain Layout
3751
3752 \backslash
3753 not
3754 \end_layout
3755
3756 \end_inset
3757
3758
3759 \end_layout
3760
3761 \end_inset
3762
3763  every character can be displayed canceled.
3764  The characters are quasi accentuated by a slash.
3765 \end_layout
3766
3767 \begin_layout Standard
3768 \align center
3769 \begin_inset Tabular
3770 <lyxtabular version="3" rows="4" columns="2">
3771 <features booktabs="true" tabularvalignment="middle">
3772 <column alignment="center" valignment="top" width="0pt">
3773 <column alignment="center" valignment="top" width="0pt">
3774 <row>
3775 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3776 \begin_inset Text
3777
3778 \begin_layout Plain Layout
3779 Command
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Plain Layout
3788 Result
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 </row>
3794 <row>
3795 <cell alignment="center" valignment="top" usebox="none">
3796 \begin_inset Text
3797
3798 \begin_layout Plain Layout
3799
3800 \backslash
3801 not=
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 <cell alignment="center" valignment="top" usebox="none">
3807 \begin_inset Text
3808
3809 \begin_layout Plain Layout
3810 \begin_inset Formula $\not=$
3811 \end_inset
3812
3813
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 </row>
3819 <row>
3820 <cell alignment="center" valignment="top" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824
3825 \backslash
3826 not 
3827 \backslash
3828 le
3829 \end_layout
3830
3831 \end_inset
3832 </cell>
3833 <cell alignment="center" valignment="top" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837 \begin_inset Formula $\not\le$
3838 \end_inset
3839
3840
3841 \end_layout
3842
3843 \end_inset
3844 </cell>
3845 </row>
3846 <row>
3847 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3848 \begin_inset Text
3849
3850 \begin_layout Plain Layout
3851
3852 \backslash
3853 not 
3854 \backslash
3855 parallel
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 \begin_inset Formula $\not\parallel$
3865 \end_inset
3866
3867
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 </row>
3873 </lyxtabular>
3874
3875 \end_inset
3876
3877
3878 \end_layout
3879
3880 \begin_layout Standard
3881 The last example shows that not all negations look good.
3882  Therefore there are special commands for some negations (see 
3883 \begin_inset CommandInset ref
3884 LatexCommand ref
3885 reference "subsec:Mathematical-Symbols"
3886 nolink "false"
3887
3888 \end_inset
3889
3890  and 
3891 \begin_inset CommandInset ref
3892 LatexCommand ref
3893 reference "sec:Relations"
3894 nolink "false"
3895
3896 \end_inset
3897
3898 ).
3899 \end_layout
3900
3901 \begin_layout Subsection
3902 Placeholders
3903 \begin_inset CommandInset label
3904 LatexCommand label
3905 name "subsec:Placeholders"
3906
3907 \end_inset
3908
3909
3910 \begin_inset Index idx
3911 range none
3912 pageformat default
3913 status collapsed
3914
3915 \begin_layout Plain Layout
3916 Placeholders
3917 \end_layout
3918
3919 \end_inset
3920
3921
3922 \begin_inset Index idx
3923 range none
3924 pageformat default
3925 status collapsed
3926
3927 \begin_layout Plain Layout
3928 Chemical characters
3929 \begin_inset IndexMacro subentry
3930 status open
3931
3932 \begin_layout Plain Layout
3933 Isotopes
3934 \end_layout
3935
3936 \end_inset
3937
3938
3939 \end_layout
3940
3941 \end_inset
3942
3943
3944 \begin_inset Index idx
3945 range none
3946 pageformat default
3947 status open
3948
3949 \begin_layout Plain Layout
3950 Isotopes
3951 \begin_inset IndexMacro see
3952 status open
3953
3954 \begin_layout Plain Layout
3955 Chemical characters
3956 \end_layout
3957
3958 \end_inset
3959
3960
3961 \end_layout
3962
3963 \end_inset
3964
3965
3966 \end_layout
3967
3968 \begin_layout Standard
3969 When displaying e.
3970 \begin_inset space \thinspace{}
3971 \end_inset
3972
3973 g.
3974 \begin_inset space \space{}
3975 \end_inset
3976
3977 isotopes
3978 \begin_inset Foot
3979 status collapsed
3980
3981 \begin_layout Plain Layout
3982 Typesetting isotopes and chemical symbols is described in 
3983 \begin_inset CommandInset ref
3984 LatexCommand ref
3985 reference "subsec:Chemical-Symbols-and"
3986 nolink "false"
3987
3988 \end_inset
3989
3990 .
3991 \end_layout
3992
3993 \end_inset
3994
3995  the following problem occurs:
3996 \end_layout
3997
3998 \begin_layout Standard
3999 \align center
4000 \begin_inset Tabular
4001 <lyxtabular version="3" rows="2" columns="2">
4002 <features booktabs="true" tabularvalignment="middle">
4003 <column alignment="center" valignment="top" width="0pt">
4004 <column alignment="center" valignment="top" width="0pt">
4005 <row>
4006 <cell alignment="center" valignment="top" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010 Indices created with sub- and superscripts:
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 <cell alignment="center" valignment="top" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019 \begin_inset Formula $_{9}^{19}\mathrm{F}$
4020 \end_inset
4021
4022
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 </row>
4028 <row topspace="1.5mm">
4029 <cell alignment="center" valignment="top" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033 Correct indices:
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 <cell alignment="center" valignment="top" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
4043 \end_inset
4044
4045
4046 \end_layout
4047
4048 \end_inset
4049 </cell>
4050 </row>
4051 </lyxtabular>
4052
4053 \end_inset
4054
4055
4056 \end_layout
4057
4058 \begin_layout Standard
4059 The shorter index is placed by default below or above the first character of the longer index.
4060  This is corrected using the command 
4061 \series bold
4062
4063 \backslash
4064 phantom
4065 \series default
4066
4067 \begin_inset Index idx
4068 range none
4069 pageformat default
4070 status collapsed
4071
4072 \begin_layout Plain Layout
4073 Commands
4074 \begin_inset IndexMacro subentry
4075 status open
4076
4077 \begin_layout Plain Layout
4078 P
4079 \end_layout
4080
4081 \end_inset
4082
4083
4084 \begin_inset IndexMacro subentry
4085 status open
4086
4087 \begin_layout Plain Layout
4088
4089 \backslash
4090 phantom
4091 \end_layout
4092
4093 \end_inset
4094
4095
4096 \end_layout
4097
4098 \end_inset
4099
4100  or the math toolbar button
4101 \begin_inset space \thinspace{}
4102 \end_inset
4103
4104
4105 \begin_inset Foot
4106 status collapsed
4107
4108 \begin_layout Plain Layout
4109 Found in the submenu of the toolbar button 
4110 \begin_inset Info
4111 type  "icon"
4112 arg   "math-insert \\space"
4113 \end_inset
4114
4115
4116 \end_layout
4117
4118 \end_inset
4119
4120  
4121 \begin_inset Info
4122 type  "icon"
4123 arg   "math/phantom"
4124 \end_inset
4125
4126  to create one or more phantom characters.
4127  When inserting phantom characters a small blue box appears that is superposed with two red arrows.
4128  The arrows indicate the width and height of the box to be created as a placeholder.
4129  Phantom characters are placeholders with the same character size.
4130 \end_layout
4131
4132 \begin_layout Standard
4133 \align center
4134 \begin_inset Tabular
4135 <lyxtabular version="3" rows="4" columns="2">
4136 <features booktabs="true" tabularvalignment="middle">
4137 <column alignment="center" valignment="top" width="0pt">
4138 <column alignment="center" valignment="top" width="0pt">
4139 <row>
4140 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4141 \begin_inset Text
4142
4143 \begin_layout Plain Layout
4144 Command
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Plain Layout
4153 Result
4154 \end_layout
4155
4156 \end_inset
4157 </cell>
4158 </row>
4159 <row topspace="1.5mm">
4160 <cell alignment="center" valignment="top" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164 ^19
4165 \begin_inset space \textvisiblespace{}
4166 \end_inset
4167
4168 _
4169 \backslash
4170 phantom
4171 \begin_inset space \textvisiblespace{}
4172 \end_inset
4173
4174 1
4175 \begin_inset Formula $\to$
4176 \end_inset
4177
4178 9
4179 \begin_inset space \textvisiblespace{}
4180 \end_inset
4181
4182
4183 \change_inserted 5863208 1612176450
4184
4185 \backslash
4186 mathrm
4187 \begin_inset space \textvisiblespace{}
4188 \end_inset
4189
4190
4191 \change_unchanged
4192 F
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 <cell alignment="center" valignment="top" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
4202 \end_inset
4203
4204
4205 \end_layout
4206
4207 \end_inset
4208 </cell>
4209 </row>
4210 <row topspace="1.5mm" bottomspace="0.5mm">
4211 <cell alignment="center" valignment="top" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215 ^235
4216 \begin_inset space \textvisiblespace{}
4217 \end_inset
4218
4219 _
4220 \backslash
4221 phantom
4222 \begin_inset space \textvisiblespace{}
4223 \end_inset
4224
4225 23
4226 \begin_inset Formula $\to$
4227 \end_inset
4228
4229 9
4230 \begin_inset space \textvisiblespace{}
4231 \end_inset
4232
4233
4234 \change_inserted 5863208 1612707447
4235
4236 \backslash
4237 mathrm
4238 \begin_inset space \textvisiblespace{}
4239 \end_inset
4240
4241
4242 \change_unchanged
4243 F
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 <cell alignment="center" valignment="top" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Plain Layout
4252 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
4253 \end_inset
4254
4255
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 </row>
4261 <row topspace="1.5mm" bottomspace="0.5mm">
4262 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Plain Layout
4266
4267 \backslash
4268 Lambda
4269 \change_inserted 5863208 1612707546
4270
4271 \begin_inset space \textvisiblespace{}
4272 \end_inset
4273
4274
4275 \change_unchanged
4276 ^
4277 \change_deleted 5863208 1612707563
4278
4279 \begin_inset space \textvisiblespace{}
4280 \end_inset
4281
4282
4283 \change_unchanged
4284
4285 \backslash
4286 phantom
4287 \begin_inset space \textvisiblespace{}
4288 \end_inset
4289
4290 ii
4291 \begin_inset Formula $\to$
4292 \end_inset
4293
4294 t
4295 \begin_inset space \textvisiblespace{}
4296 \end_inset
4297
4298 _MMt
4299 \end_layout
4300
4301 \end_inset
4302 </cell>
4303 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
4308 \end_inset
4309
4310
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 </row>
4316 </lyxtabular>
4317
4318 \end_inset
4319
4320
4321 \end_layout
4322
4323 \begin_layout Standard
4324 Furthermore there are the commands 
4325 \series bold
4326
4327 \backslash
4328 vphantom
4329 \series default
4330
4331 \begin_inset Index idx
4332 range none
4333 pageformat default
4334 status collapsed
4335
4336 \begin_layout Plain Layout
4337 Commands
4338 \begin_inset IndexMacro subentry
4339 status open
4340
4341 \begin_layout Plain Layout
4342 V
4343 \end_layout
4344
4345 \end_inset
4346
4347
4348 \begin_inset IndexMacro subentry
4349 status open
4350
4351 \begin_layout Plain Layout
4352
4353 \backslash
4354 vphantom
4355 \end_layout
4356
4357 \end_inset
4358
4359
4360 \end_layout
4361
4362 \end_inset
4363
4364  (toolbar button 
4365 \begin_inset Info
4366 type  "icon"
4367 arg   "math/vphantom"
4368 \end_inset
4369
4370 ) and 
4371 \series bold
4372
4373 \backslash
4374 hphantom
4375 \series default
4376
4377 \begin_inset Index idx
4378 range none
4379 pageformat default
4380 status collapsed
4381
4382 \begin_layout Plain Layout
4383 Commands
4384 \begin_inset IndexMacro subentry
4385 status open
4386
4387 \begin_layout Plain Layout
4388 H
4389 \end_layout
4390
4391 \end_inset
4392
4393
4394 \begin_inset IndexMacro subentry
4395 status open
4396
4397 \begin_layout Plain Layout
4398
4399 \backslash
4400 hphantom
4401 \end_layout
4402
4403 \end_inset
4404
4405
4406 \end_layout
4407
4408 \end_inset
4409
4410  (toolbar button 
4411 \begin_inset Info
4412 type  "icon"
4413 arg   "math/hphantom"
4414 \end_inset
4415
4416 ).
4417  
4418 \series bold
4419
4420 \backslash
4421 hphantom
4422 \series default
4423  creates only space for the maximal height of the characters in the box but not for its width.
4424  
4425 \series bold
4426
4427 \backslash
4428 vphantom
4429 \series default
4430  creates only space for the width of the box content.
4431  Therefore  the boxes of both commands have only one red arrow.
4432 \end_layout
4433
4434 \begin_layout Standard
4435 For example the command 
4436 \series bold
4437
4438 \backslash
4439 vphantom
4440 \begin_inset space \textvisiblespace{}
4441 \end_inset
4442
4443 a
4444 \backslash
4445 int
4446 \series default
4447  creates space for the height of the integral sign,
4448 \begin_inset Foot
4449 status collapsed
4450
4451 \begin_layout Plain Layout
4452 The command 
4453 \series bold
4454
4455 \backslash
4456 int
4457 \series default
4458  creates an integral sign,
4459  see 
4460 \begin_inset CommandInset ref
4461 LatexCommand ref
4462 reference "subsec:Big-Operators"
4463 nolink "false"
4464
4465 \end_inset
4466
4467 .
4468 \end_layout
4469
4470 \end_inset
4471
4472  because this is the larger character.
4473  An example application is in 
4474 \begin_inset CommandInset ref
4475 LatexCommand ref
4476 reference "subsec:Multiline-Brackets"
4477 nolink "false"
4478
4479 \end_inset
4480
4481 .
4482 \end_layout
4483
4484 \begin_layout Standard
4485 Placeholders can also be used for text when they are inserted via the menu 
4486 \family sans
4487 Insert\SpecialChar menuseparator
4488 Formatting\SpecialChar menuseparator
4489 Phantom
4490 \family default
4491 :
4492 \end_layout
4493
4494 \begin_layout Standard
4495 This is a sentence.
4496 \begin_inset Newline newline
4497 \end_inset
4498
4499
4500 \begin_inset Phantom Phantom
4501 status open
4502
4503 \begin_layout Plain Layout
4504 This
4505 \end_layout
4506
4507 \end_inset
4508
4509  is a sentence.
4510 \end_layout
4511
4512 \begin_layout Subsection
4513 Lines
4514 \begin_inset Index idx
4515 range none
4516 pageformat default
4517 status collapsed
4518
4519 \begin_layout Plain Layout
4520 Lines
4521 \end_layout
4522
4523 \end_inset
4524
4525
4526 \begin_inset Index idx
4527 range none
4528 pageformat default
4529 status collapsed
4530
4531 \begin_layout Plain Layout
4532 Formula
4533 \begin_inset IndexMacro subentry
4534 status open
4535
4536 \begin_layout Plain Layout
4537 underlined
4538 \end_layout
4539
4540 \end_inset
4541
4542
4543 \end_layout
4544
4545 \end_inset
4546
4547
4548 \end_layout
4549
4550 \begin_layout Standard
4551 \align center
4552 \begin_inset Tabular
4553 <lyxtabular version="3" rows="4" columns="2">
4554 <features booktabs="true" tabularvalignment="middle">
4555 <column alignment="center" valignment="top" width="0pt">
4556 <column alignment="center" valignment="top" width="0pt">
4557 <row>
4558 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4559 \begin_inset Text
4560
4561 \begin_layout Plain Layout
4562 Command
4563 \end_layout
4564
4565 \end_inset
4566 </cell>
4567 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571 Result
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 </row>
4577 <row topspace="2mm">
4578 <cell alignment="center" valignment="top" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582
4583 \backslash
4584 overline
4585 \begin_inset space \textvisiblespace{}
4586 \end_inset
4587
4588 A+B
4589 \begin_inset Index idx
4590 range none
4591 pageformat default
4592 status collapsed
4593
4594 \begin_layout Plain Layout
4595 Commands
4596 \begin_inset IndexMacro subentry
4597 status open
4598
4599 \begin_layout Plain Layout
4600 O
4601 \end_layout
4602
4603 \end_inset
4604
4605
4606 \begin_inset IndexMacro subentry
4607 status open
4608
4609 \begin_layout Plain Layout
4610
4611 \backslash
4612 overline
4613 \end_layout
4614
4615 \end_inset
4616
4617
4618 \end_layout
4619
4620 \end_inset
4621
4622
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 <cell alignment="center" valignment="top" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631 \begin_inset Formula $\overline{A+B}$
4632 \end_inset
4633
4634
4635 \end_layout
4636
4637 \end_inset
4638 </cell>
4639 </row>
4640 <row bottomspace="1mm">
4641 <cell alignment="center" valignment="top" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Plain Layout
4645
4646 \backslash
4647 underline
4648 \begin_inset space \textvisiblespace{}
4649 \end_inset
4650
4651 A+B
4652 \begin_inset Index idx
4653 range none
4654 pageformat default
4655 status collapsed
4656
4657 \begin_layout Plain Layout
4658 Commands
4659 \begin_inset IndexMacro subentry
4660 status open
4661
4662 \begin_layout Plain Layout
4663 U
4664 \end_layout
4665
4666 \end_inset
4667
4668
4669 \begin_inset IndexMacro subentry
4670 status open
4671
4672 \begin_layout Plain Layout
4673
4674 \backslash
4675 underline
4676 \end_layout
4677
4678 \end_inset
4679
4680
4681 \end_layout
4682
4683 \end_inset
4684
4685
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 <cell alignment="center" valignment="top" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694 \begin_inset Formula $\underline{A+B}$
4695 \end_inset
4696
4697
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 </row>
4703 <row topspace="2mm" bottomspace="1mm">
4704 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708
4709 \backslash
4710 overline
4711 \begin_inset space \textvisiblespace{}
4712 \end_inset
4713
4714
4715 \backslash
4716 underline
4717 \begin_inset space \textvisiblespace{}
4718 \end_inset
4719
4720 A+B
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4726 \begin_inset Text
4727
4728 \begin_layout Plain Layout
4729 \begin_inset Formula $\overline{\underline{A+B}}$
4730 \end_inset
4731
4732
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 </row>
4738 </lyxtabular>
4739
4740 \end_inset
4741
4742
4743 \end_layout
4744
4745 \begin_layout Standard
4746 In the last example it doesn't matter if 
4747 \series bold
4748
4749 \backslash
4750 overline
4751 \series default
4752  or 
4753 \series bold
4754
4755 \backslash
4756 underline
4757 \series default
4758  is inserted first.
4759 \end_layout
4760
4761 \begin_layout Standard
4762 To double underline use 
4763 \series bold
4764
4765 \backslash
4766 underline
4767 \series default
4768  twice
4769 \change_deleted 5863208 1612707977
4770  
4771 \change_inserted 5863208 1612707993
4772  (or as many times you want).
4773 \change_unchanged
4774
4775 \end_layout
4776
4777 \begin_layout Standard
4778
4779 \change_deleted 232239728 1610990247
4780 It is possible to place up to 6 lines above or below characters.
4781 \change_deleted 5863208 1612729848
4782
4783 \begin_inset Note Note
4784 status open
4785
4786 \begin_layout Plain Layout
4787
4788 \change_inserted 232239728 1610990434
4789 I put 30 over and under lines in my test so I don't know what the actual maximum is,
4790  but it's greater than 6.
4791 \end_layout
4792
4793 \end_inset
4794
4795
4796 \change_unchanged
4797
4798 \end_layout
4799
4800 \begin_layout Standard
4801 \begin_inset VSpace bigskip
4802 \end_inset
4803
4804 Custom lines can be created using the command 
4805 \series bold
4806
4807 \backslash
4808 rule
4809 \series default
4810
4811 \begin_inset Index idx
4812 range none
4813 pageformat default
4814 status collapsed
4815
4816 \begin_layout Plain Layout
4817 Commands
4818 \begin_inset IndexMacro subentry
4819 status open
4820
4821 \begin_layout Plain Layout
4822 R
4823 \end_layout
4824
4825 \end_inset
4826
4827
4828 \begin_inset IndexMacro subentry
4829 status open
4830
4831 \begin_layout Plain Layout
4832
4833 \backslash
4834 rule
4835 \end_layout
4836
4837 \end_inset
4838
4839
4840 \end_layout
4841
4842 \end_inset
4843
4844  which has the following scheme:
4845 \end_layout
4846
4847 \begin_layout Standard
4848
4849 \series bold
4850
4851 \backslash
4852 rule[vertical offset]{length}{thickness}
4853 \end_layout
4854
4855 \begin_layout Standard
4856 The optional vertical offset shifts the line upwards (or downwards,
4857  when the value is negative).
4858  The units listed in 
4859 \begin_inset CommandInset ref
4860 LatexCommand ref
4861 reference "tab:Available-units"
4862 nolink "false"
4863
4864 \end_inset
4865
4866  can be used for the values.
4867  Here are two example lines created with the commands
4868 \begin_inset Newline newline
4869 \end_inset
4870
4871
4872 \series bold
4873
4874 \backslash
4875 rule[-2ex]{3cm}{2pt}
4876 \series default
4877  and 
4878 \series bold
4879
4880 \backslash
4881 rule{2cm}{1pt}
4882 \series default
4883 :
4884 \end_layout
4885
4886 \begin_layout Standard
4887 This is a sentence 
4888 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4889 \end_inset
4890
4891  with two lines.
4892 \end_layout
4893
4894 \begin_layout Standard
4895
4896 \series bold
4897
4898 \backslash
4899 rule
4900 \series default
4901  can also be used for text when a line is inserted via the menu 
4902 \family sans
4903 Insert\SpecialChar menuseparator
4904 Formatting\SpecialChar menuseparator
4905 Horizontal
4906 \begin_inset space ~
4907 \end_inset
4908
4909 Line
4910 \family default
4911 :
4912 \end_layout
4913
4914 \begin_layout Standard
4915 This is a sentence 
4916 \begin_inset CommandInset line
4917 LatexCommand rule
4918 offset "0.5ex"
4919 width "3cm"
4920 height "1pt"
4921
4922 \end_inset
4923
4924  with one line.
4925 \end_layout
4926
4927 \begin_layout Subsection
4928 Ellipses
4929 \begin_inset CommandInset label
4930 LatexCommand label
4931 name "subsec:Ellipses"
4932
4933 \end_inset
4934
4935
4936 \begin_inset Index idx
4937 range none
4938 pageformat default
4939 status collapsed
4940
4941 \begin_layout Plain Layout
4942 Ellipses
4943 \end_layout
4944
4945 \end_inset
4946
4947
4948 \end_layout
4949
4950 \begin_layout Standard
4951 There are different types of ellipses available.
4952 \begin_inset Foot
4953 status collapsed
4954
4955 \begin_layout Plain Layout
4956 In the math toolbar in the submenu of the button 
4957 \begin_inset Info
4958 type  "icon"
4959 arg   "math-insert \\ldots"
4960 \end_inset
4961
4962
4963 \end_layout
4964
4965 \end_inset
4966
4967  For listings,
4968  dots at the baseline are used (
4969 \series bold
4970
4971 \backslash
4972 ldots
4973 \series default
4974
4975 \begin_inset Index idx
4976 range none
4977 pageformat default
4978 status collapsed
4979
4980 \begin_layout Plain Layout
4981 Commands
4982 \begin_inset IndexMacro subentry
4983 status open
4984
4985 \begin_layout Plain Layout
4986 L
4987 \end_layout
4988
4989 \end_inset
4990
4991
4992 \begin_inset IndexMacro subentry
4993 status open
4994
4995 \begin_layout Plain Layout
4996
4997 \backslash
4998 ldots
4999 \end_layout
5000
5001 \end_inset
5002
5003
5004 \end_layout
5005
5006 \end_inset
5007
5008 ),
5009  while for operations,
5010  dots are needed that are on the same height as the operators (
5011 \series bold
5012
5013 \backslash
5014 cdots
5015 \series default
5016
5017 \begin_inset Index idx
5018 range none
5019 pageformat default
5020 status collapsed
5021
5022 \begin_layout Plain Layout
5023 Commands
5024 \begin_inset IndexMacro subentry
5025 status open
5026
5027 \begin_layout Plain Layout
5028 C
5029 \end_layout
5030
5031 \end_inset
5032
5033
5034 \begin_inset IndexMacro subentry
5035 status open
5036
5037 \begin_layout Plain Layout
5038
5039 \backslash
5040 cdots
5041 \end_layout
5042
5043 \end_inset
5044
5045
5046 \end_layout
5047
5048 \end_inset
5049
5050 ).
5051  When using the command 
5052 \series bold
5053
5054 \backslash
5055 dots
5056 \series default
5057
5058 \begin_inset Index idx
5059 range none
5060 pageformat default
5061 status collapsed
5062
5063 \begin_layout Plain Layout
5064 Commands
5065 \begin_inset IndexMacro subentry
5066 status open
5067
5068 \begin_layout Plain Layout
5069 D
5070 \end_layout
5071
5072 \end_inset
5073
5074
5075 \begin_inset IndexMacro subentry
5076 status open
5077
5078 \begin_layout Plain Layout
5079
5080 \backslash
5081 dots
5082 \end_layout
5083
5084 \end_inset
5085
5086
5087 \end_layout
5088
5089 \end_inset
5090
5091 ,
5092  \SpecialChar LaTeX
5093  decides on the basis of the next character what type is used.
5094 \end_layout
5095
5096 \begin_layout Standard
5097 \align center
5098 \begin_inset Tabular
5099 <lyxtabular version="3" rows="9" columns="2">
5100 <features booktabs="true" tabularvalignment="middle">
5101 <column alignment="center" valignment="top" width="0pt">
5102 <column alignment="center" valignment="top" width="0pt">
5103 <row>
5104 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Plain Layout
5108 Command
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117 Result
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 </row>
5123 <row>
5124 <cell alignment="center" valignment="top" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128 A_1
5129 \begin_inset space \textvisiblespace{}
5130 \end_inset
5131
5132 ,
5133 \backslash
5134 dots
5135 \begin_inset space \textvisiblespace{}
5136 \end_inset
5137
5138 ,A_n
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 <cell alignment="center" valignment="top" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Plain Layout
5147 \begin_inset Formula $A_{1},\dots,A_{n}$
5148 \end_inset
5149
5150
5151 \end_layout
5152
5153 \end_inset
5154 </cell>
5155 </row>
5156 <row>
5157 <cell alignment="center" valignment="top" usebox="none">
5158 \begin_inset Text
5159
5160 \begin_layout Plain Layout
5161 A_1
5162 \begin_inset space \textvisiblespace{}
5163 \end_inset
5164
5165 +
5166 \backslash
5167 dots
5168 \begin_inset space \textvisiblespace{}
5169 \end_inset
5170
5171 +A_n
5172 \end_layout
5173
5174 \end_inset
5175 </cell>
5176 <cell alignment="center" valignment="top" usebox="none">
5177 \begin_inset Text
5178
5179 \begin_layout Plain Layout
5180 \begin_inset Formula $A_{1}+\dots+A_{n}$
5181 \end_inset
5182
5183
5184 \end_layout
5185
5186 \end_inset
5187 </cell>
5188 </row>
5189 <row>
5190 <cell alignment="center" valignment="top" usebox="none">
5191 \begin_inset Text
5192
5193 \begin_layout Plain Layout
5194 A_1
5195 \begin_inset space \textvisiblespace{}
5196 \end_inset
5197
5198 ,
5199 \backslash
5200 ldots
5201 \begin_inset space \textvisiblespace{}
5202 \end_inset
5203
5204 ,A_n
5205 \end_layout
5206
5207 \end_inset
5208 </cell>
5209 <cell alignment="center" valignment="top" usebox="none">
5210 \begin_inset Text
5211
5212 \begin_layout Plain Layout
5213 \begin_inset Formula $A_{1},\ldots,A_{n}$
5214 \end_inset
5215
5216
5217 \end_layout
5218
5219 \end_inset
5220 </cell>
5221 </row>
5222 <row>
5223 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5224 \begin_inset Text
5225
5226 \begin_layout Plain Layout
5227 A_1
5228 \begin_inset space \textvisiblespace{}
5229 \end_inset
5230
5231 +
5232 \backslash
5233 cdots
5234 \begin_inset space \textvisiblespace{}
5235 \end_inset
5236
5237 +A_n
5238 \end_layout
5239
5240 \end_inset
5241 </cell>
5242 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246 \begin_inset Formula $A_{1}+\cdots+A_{n}$
5247 \end_inset
5248
5249
5250 \end_layout
5251
5252 \end_inset
5253 </cell>
5254 </row>
5255 <row>
5256 <cell alignment="center" valignment="top" usebox="none">
5257 \begin_inset Text
5258
5259 \begin_layout Plain Layout
5260
5261 \backslash
5262 vdots
5263 \end_layout
5264
5265 \end_inset
5266 </cell>
5267 <cell alignment="center" valignment="top" usebox="none">
5268 \begin_inset Text
5269
5270 \begin_layout Plain Layout
5271 \begin_inset Formula $\vdots$
5272 \end_inset
5273
5274
5275 \end_layout
5276
5277 \end_inset
5278 </cell>
5279 </row>
5280 <row>
5281 <cell alignment="center" valignment="top" usebox="none">
5282 \begin_inset Text
5283
5284 \begin_layout Plain Layout
5285
5286 \backslash
5287 ddots
5288 \end_layout
5289
5290 \end_inset
5291 </cell>
5292 <cell alignment="center" valignment="top" usebox="none">
5293 \begin_inset Text
5294
5295 \begin_layout Plain Layout
5296 \begin_inset Formula $\ddots$
5297 \end_inset
5298
5299
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 </row>
5305 <row>
5306 <cell alignment="center" valignment="top" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Plain Layout
5310
5311 \backslash
5312 iddots
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 <cell alignment="center" valignment="top" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321 \begin_inset Formula $\iddots$
5322 \end_inset
5323
5324
5325 \end_layout
5326
5327 \end_inset
5328 </cell>
5329 </row>
5330 <row>
5331 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5332 \begin_inset Text
5333
5334 \begin_layout Plain Layout
5335 3×3
5336 \begin_inset space \thinspace{}
5337 \end_inset
5338
5339 matrix with the different dots
5340 \end_layout
5341
5342 \end_inset
5343 </cell>
5344 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5345 \begin_inset Text
5346
5347 \begin_layout Plain Layout
5348 \begin_inset Formula $\begin{array}{ccc}
5349 A_{11} & \cdots & A_{1m}\\
5350 \vdots & \ddots & \vdots\\
5351 A_{n1} & \cdots & A_{nm}
5352 \end{array}$
5353 \end_inset
5354
5355
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 </row>
5361 </lyxtabular>
5362
5363 \end_inset
5364
5365
5366 \end_layout
5367
5368 \begin_layout Standard
5369 The ellipses available in menu 
5370 \family sans
5371 Insert\SpecialChar menuseparator
5372 Special
5373 \begin_inset space ~
5374 \end_inset
5375
5376 Character
5377 \family default
5378  are 
5379 \series bold
5380
5381 \backslash
5382 ldots
5383 \series default
5384 .
5385 \end_layout
5386
5387 \begin_layout Standard
5388 \begin_inset VSpace medskip
5389 \end_inset
5390
5391 To use 
5392 \series bold
5393
5394 \backslash
5395 iddots
5396 \series default
5397 ,
5398  the option 
5399 \family sans
5400 Use mathdots package (automatically)
5401 \family default
5402  must be set in the document settings under 
5403 \family sans
5404 Math
5405 \begin_inset space ~
5406 \end_inset
5407
5408 Options
5409 \family default
5410 .
5411 \begin_inset Newline newline
5412 \end_inset
5413
5414 Using the option 
5415 \family sans
5416 Use mathdots package
5417 \family default
5418  will improve the appearance of all dots in the documents if their font style or size is not the default.
5419 \end_layout
5420
5421 \begin_layout Standard
5422 \begin_inset VSpace medskip
5423 \end_inset
5424
5425 Specially for matrices there are ellipses that span over several columns.
5426  They are created with the command 
5427 \series bold
5428
5429 \backslash
5430 hdotsfor
5431 \series default
5432
5433 \begin_inset Index idx
5434 range none
5435 pageformat default
5436 status collapsed
5437
5438 \begin_layout Plain Layout
5439 Commands
5440 \begin_inset IndexMacro subentry
5441 status open
5442
5443 \begin_layout Plain Layout
5444 H
5445 \end_layout
5446
5447 \end_inset
5448
5449
5450 \begin_inset IndexMacro subentry
5451 status open
5452
5453 \begin_layout Plain Layout
5454
5455 \backslash
5456 hdotsfor
5457 \end_layout
5458
5459 \end_inset
5460
5461
5462 \end_layout
5463
5464 \end_inset
5465
5466  and have the following scheme
5467 \change_inserted 5863208 1612709418
5468  (
5469 \family sans
5470 mathtools
5471 \family default
5472  must be loaded 
5473 \family sans
5474 always
5475 \family default
5476  under 
5477 \family sans
5478 Math
5479 \begin_inset space ~
5480 \end_inset
5481
5482 Options
5483 \family default
5484  for this to work)
5485 \change_unchanged
5486 :
5487 \end_layout
5488
5489 \begin_layout Standard
5490
5491 \series bold
5492
5493 \backslash
5494 hdotsfor[distance]{number of columns}
5495 \end_layout
5496
5497 \begin_layout Standard
5498 The number of columns specifies how many columns should be spanned.
5499  Distance is a factor for the distance between the dots.
5500 \end_layout
5501
5502 \begin_layout Standard
5503 In the following matrix the command 
5504 \series bold
5505
5506 \backslash
5507 hdotsfor[2]{4}
5508 \series default
5509  was inserted in the first box of the second line to get an ellipsis with a dot distance twice as long as with the command 
5510 \series bold
5511
5512 \backslash
5513 dots
5514 \series default
5515 :
5516 \begin_inset Formula 
5517 \[
5518 \left(\begin{array}{cccc}
5519 A & B & C & D\\
5520 \hdotsfor[2]{4}\\
5521 q & w & e & r
5522 \end{array}\right)
5523 \]
5524
5525 \end_inset
5526
5527 Note that the matrix fields that should be spanned must be empty,
5528  otherwise you get \SpecialChar LaTeX
5529 -errors.
5530 \end_layout
5531
5532 \begin_layout Standard
5533 \begin_inset VSpace bigskip
5534 \end_inset
5535
5536 Furthermore you can fill with the command 
5537 \series bold
5538
5539 \backslash
5540 dotfill
5541 \series default
5542
5543 \begin_inset Index idx
5544 range none
5545 pageformat default
5546 status open
5547
5548 \begin_layout Plain Layout
5549 Commands
5550 \begin_inset IndexMacro subentry
5551 status open
5552
5553 \begin_layout Plain Layout
5554 D
5555 \end_layout
5556
5557 \end_inset
5558
5559
5560 \begin_inset IndexMacro subentry
5561 status open
5562
5563 \begin_layout Plain Layout
5564
5565 \backslash
5566 dotfill
5567 \end_layout
5568
5569 \end_inset
5570
5571
5572 \end_layout
5573
5574 \end_inset
5575
5576  the rest of a line with dots.
5577  The effect of these commands is the same as with 
5578 \series bold
5579
5580 \backslash
5581 hfill
5582 \series default
5583 ,
5584  see 
5585 \begin_inset CommandInset ref
5586 LatexCommand ref
5587 reference "subsec:Variable-Space"
5588 nolink "false"
5589
5590 \end_inset
5591
5592 .
5593 \end_layout
5594
5595 \begin_layout Standard
5596 For example the command 
5597 \series bold
5598 A
5599 \backslash
5600 dotfill
5601 \begin_inset space \textvisiblespace{}
5602 \end_inset
5603
5604 B
5605 \series default
5606  produces
5607 \end_layout
5608
5609 \begin_layout Standard
5610 \begin_inset Formula $A\dotfill B$
5611 \end_inset
5612
5613
5614 \end_layout
5615
5616 \begin_layout Standard
5617 Similar to
5618 \series bold
5619  
5620 \backslash
5621 dotfill
5622 \series default
5623  there is for a line the command 
5624 \series bold
5625
5626 \backslash
5627 hrulefill
5628 \series default
5629
5630 \begin_inset Index idx
5631 range none
5632 pageformat default
5633 status collapsed
5634
5635 \begin_layout Plain Layout
5636 Commands
5637 \begin_inset IndexMacro subentry
5638 status open
5639
5640 \begin_layout Plain Layout
5641 H
5642 \end_layout
5643
5644 \end_inset
5645
5646
5647 \begin_inset IndexMacro subentry
5648 status open
5649
5650 \begin_layout Plain Layout
5651
5652 \backslash
5653 hrulefill
5654 \end_layout
5655
5656 \end_inset
5657
5658
5659 \end_layout
5660
5661 \end_inset
5662
5663 :
5664 \end_layout
5665
5666 \begin_layout Standard
5667 \begin_inset Formula $A\hrulefill B$
5668 \end_inset
5669
5670
5671 \end_layout
5672
5673 \begin_layout Standard
5674 To use the commands for text,
5675  they have to be inserted in \SpecialChar TeX
5676  mode.
5677 \end_layout
5678
5679 \begin_layout Section
5680 Matrices
5681 \begin_inset CommandInset label
5682 LatexCommand label
5683 name "sec:Matrices"
5684
5685 \end_inset
5686
5687
5688 \begin_inset Index idx
5689 range none
5690 pageformat default
5691 status collapsed
5692
5693 \begin_layout Plain Layout
5694 Matrices
5695 \end_layout
5696
5697 \end_inset
5698
5699
5700 \end_layout
5701
5702 \begin_layout Standard
5703 Matrices can be inserted via the math toolbar button 
5704 \begin_inset Info
5705 type  "icon"
5706 arg   "dialog-show mathmatrix"
5707 \end_inset
5708
5709  or the menu 
5710 \family sans
5711 Insert\SpecialChar menuseparator
5712 Math\SpecialChar menuseparator
5713 Matrix
5714 \family default
5715 .
5716  In the matrix dialog you can specify the number of columns and rows,
5717  the alignment and the decoration.
5718  The vertical alignment is only of importance for matrices in inline formulas:
5719 \end_layout
5720
5721 \begin_layout Standard
5722 The first matrix is top 
5723 \begin_inset Formula $\begin{array}[t]{cccc}
5724 A & D & G & J\\
5725 B & E & H & K\\
5726 C & F & I & L
5727 \end{array}$
5728 \end_inset
5729
5730 ,
5731  the second middle 
5732 \begin_inset Formula $\begin{array}{cccc}
5733 A & D & G & J\\
5734 B & E & H & K\\
5735 C & F & I & L
5736 \end{array}$
5737 \end_inset
5738
5739  and the third bottom 
5740 \begin_inset Formula $\begin{array}[b]{cccc}
5741 A & D & G & J\\
5742 B & E & H & K\\
5743 C & F & I & L
5744 \end{array}$
5745 \end_inset
5746
5747  aligned.
5748 \end_layout
5749
5750 \begin_layout Standard
5751 The horizontal alignment specifies how the column entries should be aligned.
5752  It is set by entering a letter for every column.
5753  
5754 \emph on
5755 l
5756 \emph default
5757  denotes left aligned,
5758  
5759 \emph on
5760 c
5761 \emph default
5762  centered and 
5763 \emph on
5764 r
5765 \emph default
5766  right aligned.
5767  To create for example a 4
5768 \series bold
5769 ×
5770 \series default
5771 4
5772 \begin_inset space ~
5773 \end_inset
5774
5775 matrix where the first column is left aligned,
5776  the second and third are centered and the last one is right aligned,
5777  one enters for the horizontal alignment 
5778 \series bold
5779 lccr
5780 \series default
5781 .
5782  Normally in a matrix all columns are centered,
5783  therefore the default for every column is a 
5784 \series bold
5785 c
5786 \series default
5787 .
5788 \end_layout
5789
5790 \begin_layout Standard
5791 Horizontal alignment:
5792 \end_layout
5793
5794 \begin_layout Standard
5795
5796 \series bold
5797 lll
5798 \series default
5799  :
5800  
5801 \begin_inset Formula $\begin{array}{lll}
5802 10000 & D & G\\
5803 B & 10000 & H\\
5804 C & F & 10000
5805 \end{array}$
5806 \end_inset
5807
5808  ,
5809  
5810 \series bold
5811 ccc
5812 \series default
5813  :
5814  
5815 \begin_inset Formula $\begin{array}{ccc}
5816 10000 & D & G\\
5817 B & 10000 & H\\
5818 C & F & 10000
5819 \end{array}$
5820 \end_inset
5821
5822  ,
5823  
5824 \series bold
5825 rrr
5826 \series default
5827  :
5828  
5829 \begin_inset Formula $\begin{array}{rrr}
5830 10000 & D & G\\
5831 B & 10000 & H\\
5832 C & F & 10000
5833 \end{array}$
5834 \end_inset
5835
5836
5837 \end_layout
5838
5839 \begin_layout Standard
5840 To subsequently add or delete rows and columns,
5841  the math toolbar buttons 
5842 \begin_inset Info
5843 type  "icon"
5844 arg   "tabular-feature append-row"
5845 \end_inset
5846
5847 ,
5848  
5849 \begin_inset Info
5850 type  "icon"
5851 arg   "tabular-feature delete-row"
5852 \end_inset
5853
5854 ,
5855  etc.
5856 \begin_inset space \thinspace{}
5857 \end_inset
5858
5859 ,
5860  or the menu 
5861 \family sans
5862 Edit\SpecialChar menuseparator
5863 Rows & Columns
5864 \family default
5865  can be used.
5866  New rows can also be created with 
5867 \begin_inset Info
5868 type  "shortcut"
5869 arg   "newline-insert newline"
5870 \end_inset
5871
5872 .
5873 \end_layout
5874
5875 \begin_layout Standard
5876 \begin_inset VSpace bigskip
5877 \end_inset
5878
5879
5880 \change_deleted 47243155 1563226130
5881 The 
5882 \change_deleted -563046850 1563190969
5883
5884 \family sans
5885 Decoration
5886 \change_inserted -563046850 1563190971
5887 Appearance
5888 \change_unchanged
5889
5890 \family default
5891  
5892 \change_deleted -563046850 1563192602
5893 adds
5894 \change_inserted -563046850 1563192607
5895 can be used to add
5896 \change_unchanged
5897  parentheses in the selected style around the matrix
5898 \change_inserted -563046850 1563192780
5899  or to select the 
5900 \family sans
5901 small
5902 \family default
5903  style,
5904  suitable for an inline matrix like this one 
5905 \begin_inset Formula $\bigl(\begin{smallmatrix}0 & \textrm{-}\mathrm{i}\\
5906 \mathrm{i} & 0
5907 \end{smallmatrix}\bigr)$
5908 \end_inset
5909
5910
5911 \change_unchanged
5912 .
5913
5914 \change_inserted -563046850 1563192943
5915  Here the parentheses have been added manually using commands 
5916 \series bold
5917
5918 \backslash
5919 bigl(
5920 \series default
5921  and 
5922 \series bold
5923
5924 \backslash
5925 bigr).
5926 \end_layout
5927
5928 \begin_layout Standard
5929
5930 \change_deleted -563046850 1563192735
5931  
5932 \change_unchanged
5933 Alternatively,
5934  parentheses can 
5935 \change_deleted -563046850 1563192971
5936 either 
5937 \change_unchanged
5938 be created with the commands 
5939 \series bold
5940
5941 \backslash
5942 left
5943 \series default
5944
5945 \begin_inset Index idx
5946 range none
5947 pageformat default
5948 status collapsed
5949
5950 \begin_layout Plain Layout
5951 Commands
5952 \begin_inset IndexMacro subentry
5953 status open
5954
5955 \begin_layout Plain Layout
5956 L
5957 \end_layout
5958
5959 \end_inset
5960
5961
5962 \begin_inset IndexMacro subentry
5963 status open
5964
5965 \begin_layout Plain Layout
5966
5967 \backslash
5968 left
5969 \end_layout
5970
5971 \end_inset
5972
5973
5974 \end_layout
5975
5976 \end_inset
5977
5978  and 
5979 \series bold
5980
5981 \backslash
5982 right
5983 \series default
5984
5985 \begin_inset Index idx
5986 range none
5987 pageformat default
5988 status collapsed
5989
5990 \begin_layout Plain Layout
5991 Commands
5992 \begin_inset IndexMacro subentry
5993 status open
5994
5995 \begin_layout Plain Layout
5996 R
5997 \end_layout
5998
5999 \end_inset
6000
6001
6002 \begin_inset IndexMacro subentry
6003 status open
6004
6005 \begin_layout Plain Layout
6006
6007 \backslash
6008 right
6009 \end_layout
6010
6011 \end_inset
6012
6013
6014 \end_layout
6015
6016 \end_inset
6017
6018  (shortcut 
6019 \family sans
6020 Alt+M
6021 \begin_inset space ~
6022 \end_inset
6023
6024 Parenthesis
6025 \family default
6026 ),
6027  see 
6028 \begin_inset CommandInset ref
6029 LatexCommand ref
6030 reference "subsec:Automatic-Bracket-Size"
6031 nolink "false"
6032
6033 \end_inset
6034
6035 ,
6036  or by using the following commands:
6037 \begin_inset VSpace medskip
6038 \end_inset
6039
6040
6041 \end_layout
6042
6043 \begin_layout Standard
6044 \begin_inset space \hfill{}
6045 \end_inset
6046
6047
6048 \begin_inset Tabular
6049 <lyxtabular version="3" rows="4" columns="2">
6050 <features booktabs="true" tabularvalignment="middle">
6051 <column alignment="center" valignment="top" width="0pt">
6052 <column alignment="center" valignment="top">
6053 <row>
6054 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058 Command
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067 Result
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 </row>
6073 <row topspace="1.5mm">
6074 <cell alignment="center" valignment="top" usebox="none">
6075 \begin_inset Text
6076
6077 \begin_layout Plain Layout
6078
6079 \backslash
6080 bmatrix
6081 \begin_inset space \textvisiblespace{}
6082 \end_inset
6083
6084 2
6085 \series bold
6086 ×
6087 \series default
6088 2
6089 \begin_inset space \thinspace{}
6090 \end_inset
6091
6092 matrix
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 <cell alignment="center" valignment="top" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
6102 0 & \textrm{-}\mathrm{i}\\
6103 \mathrm{i} & 0
6104 \end{array}\end{bmatrix}$
6105 \end_inset
6106
6107
6108 \end_layout
6109
6110 \end_inset
6111 </cell>
6112 </row>
6113 <row topspace="1.5mm" bottomspace="0.5mm">
6114 <cell alignment="center" valignment="top" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Plain Layout
6118
6119 \backslash
6120 Bmatrix
6121 \begin_inset space \textvisiblespace{}
6122 \end_inset
6123
6124 2
6125 \series bold
6126 ×
6127 \series default
6128 2
6129 \begin_inset space \thinspace{}
6130 \end_inset
6131
6132 matrix
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 <cell alignment="center" valignment="top" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
6142 0 & \textrm{-}\mathrm{i}\\
6143 \mathrm{i} & 0
6144 \end{array}\end{Bmatrix}$
6145 \end_inset
6146
6147
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 </row>
6153 <row>
6154 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158
6159 \backslash
6160 pmatrix
6161 \begin_inset space \textvisiblespace{}
6162 \end_inset
6163
6164 2
6165 \series bold
6166 ×
6167 \series default
6168 2
6169 \begin_inset space \thinspace{}
6170 \end_inset
6171
6172 matrix
6173 \end_layout
6174
6175 \end_inset
6176 </cell>
6177 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6178 \begin_inset Text
6179
6180 \begin_layout Plain Layout
6181 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
6182 0 & \textrm{-}\mathrm{i}\\
6183 \mathrm{i} & 0
6184 \end{array}\end{pmatrix}$
6185 \end_inset
6186
6187
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 </row>
6193 </lyxtabular>
6194
6195 \end_inset
6196
6197
6198 \begin_inset space \hfill{}
6199 \end_inset
6200
6201
6202 \begin_inset Tabular
6203 <lyxtabular version="3" rows="4" columns="2">
6204 <features booktabs="true" tabularvalignment="middle">
6205 <column alignment="center" valignment="top" width="0pt">
6206 <column alignment="center" valignment="top">
6207 <row>
6208 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6209 \begin_inset Text
6210
6211 \begin_layout Plain Layout
6212 Command
6213 \end_layout
6214
6215 \end_inset
6216 </cell>
6217 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221 Result
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 </row>
6227 <row topspace="1.5mm">
6228 <cell alignment="center" valignment="top" usebox="none">
6229 \begin_inset Text
6230
6231 \begin_layout Plain Layout
6232
6233 \backslash
6234 vmatrix
6235 \begin_inset space \textvisiblespace{}
6236 \end_inset
6237
6238 2
6239 \series bold
6240 ×
6241 \series default
6242 2
6243 \begin_inset space \thinspace{}
6244 \end_inset
6245
6246 matrix
6247 \end_layout
6248
6249 \end_inset
6250 </cell>
6251 <cell alignment="center" valignment="top" usebox="none">
6252 \begin_inset Text
6253
6254 \begin_layout Plain Layout
6255 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
6256 0 & \textrm{-}\mathrm{i}\\
6257 \mathrm{i} & 0
6258 \end{array}\end{vmatrix}$
6259 \end_inset
6260
6261
6262 \end_layout
6263
6264 \end_inset
6265 </cell>
6266 </row>
6267 <row topspace="1.5mm" bottomspace="0.5mm">
6268 <cell alignment="center" valignment="top" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272
6273 \backslash
6274 Vmatrix
6275 \begin_inset space \textvisiblespace{}
6276 \end_inset
6277
6278 2
6279 \series bold
6280 ×
6281 \series default
6282 2
6283 \begin_inset space \thinspace{}
6284 \end_inset
6285
6286 matrix
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 <cell alignment="center" valignment="top" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
6296 0 & \textrm{-}\mathrm{i}\\
6297 \mathrm{i} & 0
6298 \end{array}\end{Vmatrix}$
6299 \end_inset
6300
6301
6302 \end_layout
6303
6304 \end_inset
6305 </cell>
6306 </row>
6307 <row>
6308 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6309 \begin_inset Text
6310
6311 \begin_layout Plain Layout
6312
6313 \backslash
6314 matrix
6315 \begin_inset space \textvisiblespace{}
6316 \end_inset
6317
6318 2
6319 \series bold
6320 ×
6321 \series default
6322 2
6323 \begin_inset space \thinspace{}
6324 \end_inset
6325
6326 matrix
6327 \end_layout
6328
6329 \end_inset
6330 </cell>
6331 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6332 \begin_inset Text
6333
6334 \begin_layout Plain Layout
6335 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
6336 0 & \textrm{-}\mathrm{i}\\
6337 \mathrm{i} & 0
6338 \end{array}\end{matrix}$
6339 \end_inset
6340
6341
6342 \end_layout
6343
6344 \end_inset
6345 </cell>
6346 </row>
6347 </lyxtabular>
6348
6349 \end_inset
6350
6351
6352 \begin_inset space \hfill{}
6353 \end_inset
6354
6355
6356 \end_layout
6357
6358 \begin_layout Standard
6359 \begin_inset VSpace medskip
6360 \end_inset
6361
6362 When e.
6363 \begin_inset space \thinspace{}
6364 \end_inset
6365
6366 g.
6367 \begin_inset space \space{}
6368 \end_inset
6369
6370
6371 \series bold
6372
6373 \backslash
6374 vmatrix
6375 \series default
6376  is inserted,
6377  a blue box appears between two vertical lines where the matrix is inserted.
6378 \begin_inset Newline newline
6379 \end_inset
6380
6381 Note that decorated matrices ignore the vertical alignment.
6382 \end_layout
6383
6384 \begin_layout Standard
6385 \begin_inset VSpace bigskip
6386 \end_inset
6387
6388 As all multiline formulas are matrices,
6389  the length 
6390 \series bold
6391
6392 \backslash
6393 arraycolsep
6394 \series default
6395
6396 \begin_inset Index idx
6397 range none
6398 pageformat default
6399 status collapsed
6400
6401 \begin_layout Plain Layout
6402 Commands
6403 \begin_inset IndexMacro subentry
6404 status open
6405
6406 \begin_layout Plain Layout
6407 A
6408 \end_layout
6409
6410 \end_inset
6411
6412
6413 \begin_inset IndexMacro subentry
6414 status open
6415
6416 \begin_layout Plain Layout
6417
6418 \backslash
6419 arraycolsep
6420 \end_layout
6421
6422 \end_inset
6423
6424
6425 \end_layout
6426
6427 \end_inset
6428
6429  that is described in 
6430 \begin_inset CommandInset ref
6431 LatexCommand ref
6432 reference "subsec:Column-Separation"
6433 nolink "false"
6434
6435 \end_inset
6436
6437  can also be used to change the column separation of matrices.
6438 \end_layout
6439
6440 \begin_layout Standard
6441 To change the row separation,
6442  the command 
6443 \series bold
6444
6445 \backslash
6446 arraystretch
6447 \series default
6448
6449 \begin_inset Index idx
6450 range none
6451 pageformat default
6452 status collapsed
6453
6454 \begin_layout Plain Layout
6455 Commands
6456 \begin_inset IndexMacro subentry
6457 status open
6458
6459 \begin_layout Plain Layout
6460 A
6461 \end_layout
6462
6463 \end_inset
6464
6465
6466 \begin_inset IndexMacro subentry
6467 status open
6468
6469 \begin_layout Plain Layout
6470
6471 \backslash
6472 arraystretch
6473 \end_layout
6474
6475 \end_inset
6476
6477
6478 \end_layout
6479
6480 \end_inset
6481
6482  is used as follows:
6483 \end_layout
6484
6485 \begin_layout Standard
6486
6487 \series bold
6488
6489 \backslash
6490 renewcommand{
6491 \backslash
6492 arraystretch}{stretch factor}
6493 \begin_inset Index idx
6494 range none
6495 pageformat default
6496 status collapsed
6497
6498 \begin_layout Plain Layout
6499 Commands
6500 \begin_inset IndexMacro subentry
6501 status open
6502
6503 \begin_layout Plain Layout
6504 R
6505 \end_layout
6506
6507 \end_inset
6508
6509
6510 \begin_inset IndexMacro subentry
6511 status open
6512
6513 \begin_layout Plain Layout
6514
6515 \backslash
6516 renewcommand
6517 \end_layout
6518
6519 \end_inset
6520
6521
6522 \end_layout
6523
6524 \end_inset
6525
6526
6527 \end_layout
6528
6529 \begin_layout Standard
6530 The command 
6531 \series bold
6532
6533 \backslash
6534 renewcommand
6535 \series default
6536  assigns the stretch factor to the predefined command 
6537 \series bold
6538
6539 \backslash
6540 arraystretch
6541 \series default
6542 .
6543  For example to double the row separation,
6544  use a stretch factor of 2.
6545  This is then used for all following matrices.
6546  To restore the original separation,
6547  assign a stretch factor of 1 to 
6548 \series bold
6549
6550 \backslash
6551 arraystretch
6552 \series default
6553 .
6554 \end_layout
6555
6556 \begin_layout Standard
6557
6558 \change_inserted 47243155 1563226178
6559 Small inline matrices can also be obtained using 
6560 \change_deleted 47243155 1563226182
6561 To set matrices into a text line,
6562
6563 \change_unchanged
6564  the command 
6565 \series bold
6566
6567 \backslash
6568 smallmatrix
6569 \series default
6570
6571 \begin_inset Index idx
6572 range none
6573 pageformat default
6574 status collapsed
6575
6576 \begin_layout Plain Layout
6577 Commands
6578 \begin_inset IndexMacro subentry
6579 status open
6580
6581 \begin_layout Plain Layout
6582 S
6583 \end_layout
6584
6585 \end_inset
6586
6587
6588 \begin_inset IndexMacro subentry
6589 status open
6590
6591 \begin_layout Plain Layout
6592
6593 \backslash
6594 smallmatrix
6595 \end_layout
6596
6597 \end_inset
6598
6599
6600 \end_layout
6601
6602 \end_inset
6603
6604
6605 \change_deleted 47243155 1563226186
6606  is used
6607 \change_unchanged
6608 .
6609  When it is inserted in a line a blue box with two dashed lines appears.
6610  Adjust the matrix rows and columns as desired.
6611 \end_layout
6612
6613 \begin_layout Standard
6614 This is a matrix 
6615 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
6616 C & D
6617 \end{smallmatrix}\right)$
6618 \end_inset
6619
6620  in a text line
6621 \change_inserted 47243155 1563226243
6622  with automatic delimiters around it
6623 \change_unchanged
6624 .
6625 \end_layout
6626
6627 \begin_layout Section
6628 Brackets and Delimiters
6629 \begin_inset Index idx
6630 range none
6631 pageformat default
6632 status collapsed
6633
6634 \begin_layout Plain Layout
6635 Brackets
6636 \end_layout
6637
6638 \end_inset
6639
6640
6641 \begin_inset Index idx
6642 range none
6643 pageformat default
6644 status collapsed
6645
6646 \begin_layout Plain Layout
6647 Delimiters
6648 \end_layout
6649
6650 \end_inset
6651
6652
6653 \end_layout
6654
6655 \begin_layout Subsection
6656 Vertical Brackets and Delimiters
6657 \begin_inset Index idx
6658 range none
6659 pageformat default
6660 status collapsed
6661
6662 \begin_layout Plain Layout
6663 Brackets
6664 \begin_inset IndexMacro subentry
6665 status open
6666
6667 \begin_layout Plain Layout
6668 vertical
6669 \end_layout
6670
6671 \end_inset
6672
6673
6674 \end_layout
6675
6676 \end_inset
6677
6678
6679 \end_layout
6680
6681 \begin_layout Standard
6682 \begin_inset space \hfill{}
6683 \end_inset
6684
6685
6686 \begin_inset Tabular
6687 <lyxtabular version="3" rows="9" columns="2">
6688 <features booktabs="true" tabularvalignment="middle">
6689 <column alignment="center" valignment="top" width="0pt">
6690 <column alignment="center" valignment="top" width="0pt">
6691 <row>
6692 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Plain Layout
6696 Command
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Plain Layout
6705 Result
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 </row>
6711 <row>
6712 <cell alignment="center" valignment="top" usebox="none">
6713 \begin_inset Text
6714
6715 \begin_layout Plain Layout
6716 (
6717 \end_layout
6718
6719 \end_inset
6720 </cell>
6721 <cell alignment="center" valignment="top" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Plain Layout
6725 \begin_inset Formula $($
6726 \end_inset
6727
6728
6729 \end_layout
6730
6731 \end_inset
6732 </cell>
6733 </row>
6734 <row>
6735 <cell alignment="center" valignment="top" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739 {
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 <cell alignment="center" valignment="top" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748 \begin_inset Formula $\{$
6749 \end_inset
6750
6751
6752 \end_layout
6753
6754 \end_inset
6755 </cell>
6756 </row>
6757 <row>
6758 <cell alignment="center" valignment="top" usebox="none">
6759 \begin_inset Text
6760
6761 \begin_layout Plain Layout
6762 [
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 <cell alignment="center" valignment="top" usebox="none">
6768 \begin_inset Text
6769
6770 \begin_layout Plain Layout
6771 \begin_inset Formula $[$
6772 \end_inset
6773
6774
6775 \end_layout
6776
6777 \end_inset
6778 </cell>
6779 </row>
6780 <row>
6781 <cell alignment="center" valignment="top" usebox="none">
6782 \begin_inset Text
6783
6784 \begin_layout Plain Layout
6785
6786 \backslash
6787 langle
6788 \end_layout
6789
6790 \end_inset
6791 </cell>
6792 <cell alignment="center" valignment="top" usebox="none">
6793 \begin_inset Text
6794
6795 \begin_layout Plain Layout
6796 \begin_inset Formula $\langle$
6797 \end_inset
6798
6799
6800 \end_layout
6801
6802 \end_inset
6803 </cell>
6804 </row>
6805 <row>
6806 <cell alignment="center" valignment="top" usebox="none">
6807 \begin_inset Text
6808
6809 \begin_layout Plain Layout
6810
6811 \backslash
6812 lceil
6813 \end_layout
6814
6815 \end_inset
6816 </cell>
6817 <cell alignment="center" valignment="top" usebox="none">
6818 \begin_inset Text
6819
6820 \begin_layout Plain Layout
6821 \begin_inset Formula $\lceil$
6822 \end_inset
6823
6824
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 </row>
6830 <row>
6831 <cell alignment="center" valignment="top" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Plain Layout
6835
6836 \backslash
6837 lfloor
6838 \end_layout
6839
6840 \end_inset
6841 </cell>
6842 <cell alignment="center" valignment="top" usebox="none">
6843 \begin_inset Text
6844
6845 \begin_layout Plain Layout
6846 \begin_inset Formula $\lfloor$
6847 \end_inset
6848
6849
6850 \end_layout
6851
6852 \end_inset
6853 </cell>
6854 </row>
6855 <row>
6856 <cell alignment="center" valignment="top" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Plain Layout
6860 /
6861 \end_layout
6862
6863 \end_inset
6864 </cell>
6865 <cell alignment="center" valignment="top" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Plain Layout
6869 \begin_inset Formula $/$
6870 \end_inset
6871
6872
6873 \end_layout
6874
6875 \end_inset
6876 </cell>
6877 </row>
6878 <row>
6879 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6880 \begin_inset Text
6881
6882 \begin_layout Plain Layout
6883 |
6884 \end_layout
6885
6886 \end_inset
6887 </cell>
6888 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6889 \begin_inset Text
6890
6891 \begin_layout Plain Layout
6892 \begin_inset Formula $|$
6893 \end_inset
6894
6895
6896 \end_layout
6897
6898 \end_inset
6899 </cell>
6900 </row>
6901 </lyxtabular>
6902
6903 \end_inset
6904
6905
6906 \begin_inset space \hfill{}
6907 \end_inset
6908
6909
6910 \begin_inset Tabular
6911 <lyxtabular version="3" rows="9" columns="2">
6912 <features booktabs="true" tabularvalignment="middle">
6913 <column alignment="center" valignment="top" width="0pt">
6914 <column alignment="center" valignment="top" width="0pt">
6915 <row>
6916 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6917 \begin_inset Text
6918
6919 \begin_layout Plain Layout
6920 Command
6921 \end_layout
6922
6923 \end_inset
6924 </cell>
6925 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6926 \begin_inset Text
6927
6928 \begin_layout Plain Layout
6929 Result
6930 \end_layout
6931
6932 \end_inset
6933 </cell>
6934 </row>
6935 <row>
6936 <cell alignment="center" valignment="top" usebox="none">
6937 \begin_inset Text
6938
6939 \begin_layout Plain Layout
6940 )
6941 \end_layout
6942
6943 \end_inset
6944 </cell>
6945 <cell alignment="center" valignment="top" usebox="none">
6946 \begin_inset Text
6947
6948 \begin_layout Plain Layout
6949 \begin_inset Formula $)$
6950 \end_inset
6951
6952
6953 \end_layout
6954
6955 \end_inset
6956 </cell>
6957 </row>
6958 <row>
6959 <cell alignment="center" valignment="top" usebox="none">
6960 \begin_inset Text
6961
6962 \begin_layout Plain Layout
6963 }
6964 \end_layout
6965
6966 \end_inset
6967 </cell>
6968 <cell alignment="center" valignment="top" usebox="none">
6969 \begin_inset Text
6970
6971 \begin_layout Plain Layout
6972 \begin_inset Formula $\}$
6973 \end_inset
6974
6975
6976 \end_layout
6977
6978 \end_inset
6979 </cell>
6980 </row>
6981 <row>
6982 <cell alignment="center" valignment="top" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Plain Layout
6986 ]
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 <cell alignment="center" valignment="top" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995 \begin_inset Formula $]$
6996 \end_inset
6997
6998
6999 \end_layout
7000
7001 \end_inset
7002 </cell>
7003 </row>
7004 <row>
7005 <cell alignment="center" valignment="top" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009
7010 \backslash
7011 rangle
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 <cell alignment="center" valignment="top" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020 \begin_inset Formula $\rangle$
7021 \end_inset
7022
7023
7024 \end_layout
7025
7026 \end_inset
7027 </cell>
7028 </row>
7029 <row>
7030 <cell alignment="center" valignment="top" usebox="none">
7031 \begin_inset Text
7032
7033 \begin_layout Plain Layout
7034
7035 \backslash
7036 rceil
7037 \end_layout
7038
7039 \end_inset
7040 </cell>
7041 <cell alignment="center" valignment="top" usebox="none">
7042 \begin_inset Text
7043
7044 \begin_layout Plain Layout
7045 \begin_inset Formula $\rceil$
7046 \end_inset
7047
7048
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 </row>
7054 <row>
7055 <cell alignment="center" valignment="top" usebox="none">
7056 \begin_inset Text
7057
7058 \begin_layout Plain Layout
7059
7060 \backslash
7061 rfloor
7062 \end_layout
7063
7064 \end_inset
7065 </cell>
7066 <cell alignment="center" valignment="top" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070 \begin_inset Formula $\rfloor$
7071 \end_inset
7072
7073
7074 \end_layout
7075
7076 \end_inset
7077 </cell>
7078 </row>
7079 <row>
7080 <cell alignment="center" valignment="top" usebox="none">
7081 \begin_inset Text
7082
7083 \begin_layout Plain Layout
7084
7085 \backslash
7086
7087 \backslash
7088
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 <cell alignment="center" valignment="top" usebox="none">
7094 \begin_inset Text
7095
7096 \begin_layout Plain Layout
7097 \begin_inset Formula $\backslash$
7098 \end_inset
7099
7100
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 </row>
7106 <row>
7107 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7108 \begin_inset Text
7109
7110 \begin_layout Plain Layout
7111
7112 \backslash
7113 |
7114 \end_layout
7115
7116 \end_inset
7117 </cell>
7118 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7119 \begin_inset Text
7120
7121 \begin_layout Plain Layout
7122 \begin_inset Formula $\|$
7123 \end_inset
7124
7125
7126 \end_layout
7127
7128 \end_inset
7129 </cell>
7130 </row>
7131 </lyxtabular>
7132
7133 \end_inset
7134
7135
7136 \begin_inset space \hfill{}
7137 \end_inset
7138
7139
7140 \end_layout
7141
7142 \begin_layout Standard
7143
7144 \series medium
7145 \begin_inset Note Greyedout
7146 status open
7147
7148 \begin_layout Plain Layout
7149
7150 \series bold
7151 Note:
7152
7153 \series default
7154  In \SpecialChar TeX
7155  mode the command 
7156 \series bold
7157
7158 \backslash
7159 textbackslash
7160 \series default
7161
7162 \begin_inset Index idx
7163 range none
7164 pageformat default
7165 status collapsed
7166
7167 \begin_layout Plain Layout
7168 Commands
7169 \begin_inset IndexMacro subentry
7170 status open
7171
7172 \begin_layout Plain Layout
7173 T
7174 \end_layout
7175
7176 \end_inset
7177
7178
7179 \begin_inset IndexMacro subentry
7180 status open
7181
7182 \begin_layout Plain Layout
7183
7184 \backslash
7185 textbackslash
7186 \end_layout
7187
7188 \end_inset
7189
7190
7191 \end_layout
7192
7193 \end_inset
7194
7195  must be used for the backslash,
7196  because the command 
7197 \series bold
7198
7199 \backslash
7200
7201 \backslash
7202
7203 \series default
7204  produces a line break there.
7205 \end_layout
7206
7207 \end_inset
7208
7209
7210 \end_layout
7211
7212 \begin_layout Standard
7213 For all characters listed above the size can be adjusted with the commands described in the following two subsections.
7214  When using these commands,
7215  the characters < and > can directly be used instead of the commands 
7216 \series bold
7217
7218 \backslash
7219 langle
7220 \series default
7221  and 
7222 \series bold
7223
7224 \backslash
7225 rangle
7226 \series default
7227 .
7228 \end_layout
7229
7230 \begin_layout Subsubsection
7231 Manual Bracket Size
7232 \begin_inset CommandInset label
7233 LatexCommand label
7234 name "subsec:Manual-Bracket-Size"
7235
7236 \end_inset
7237
7238
7239 \begin_inset Index idx
7240 range none
7241 pageformat default
7242 status collapsed
7243
7244 \begin_layout Plain Layout
7245 Bracket size
7246 \begin_inset IndexMacro subentry
7247 status open
7248
7249 \begin_layout Plain Layout
7250 manual
7251 \end_layout
7252
7253 \end_inset
7254
7255
7256 \end_layout
7257
7258 \end_inset
7259
7260
7261 \end_layout
7262
7263 \begin_layout Standard
7264 The bracket size can be specified manually by the \SpecialChar LaTeX
7265 -commands 
7266 \series bold
7267
7268 \backslash
7269 big
7270 \series default
7271
7272 \begin_inset Index idx
7273 range none
7274 pageformat default
7275 status collapsed
7276
7277 \begin_layout Plain Layout
7278 Commands
7279 \begin_inset IndexMacro subentry
7280 status open
7281
7282 \begin_layout Plain Layout
7283 B
7284 \end_layout
7285
7286 \end_inset
7287
7288
7289 \begin_inset IndexMacro subentry
7290 status open
7291
7292 \begin_layout Plain Layout
7293
7294 \backslash
7295 big
7296 \end_layout
7297
7298 \end_inset
7299
7300
7301 \end_layout
7302
7303 \end_inset
7304
7305 ,
7306  
7307 \series bold
7308
7309 \backslash
7310 Big
7311 \series default
7312 ,
7313  
7314 \series bold
7315
7316 \backslash
7317 bigg
7318 \series default
7319  and 
7320 \series bold
7321
7322 \backslash
7323 Bigg
7324 \series default
7325 .
7326  
7327 \series bold
7328
7329 \backslash
7330 big
7331 \series default
7332  denotes the smallest and 
7333 \series bold
7334
7335 \backslash
7336 Bigg
7337 \series default
7338  the largest bracket size.
7339 \end_layout
7340
7341 \begin_layout Standard
7342 These commands are used to emphasize levels of brackets:
7343 \end_layout
7344
7345 \begin_layout Standard
7346 \align center
7347 \begin_inset Tabular
7348 <lyxtabular version="3" rows="2" columns="2">
7349 <features booktabs="true" tabularvalignment="middle">
7350 <column alignment="center" valignment="top" width="0pt">
7351 <column alignment="center" valignment="top" width="0pt">
7352 <row>
7353 <cell alignment="center" valignment="top" usebox="none">
7354 \begin_inset Text
7355
7356 \begin_layout Plain Layout
7357 All brackets in the same size:
7358 \end_layout
7359
7360 \end_inset
7361 </cell>
7362 <cell alignment="center" valignment="top" usebox="none">
7363 \begin_inset Text
7364
7365 \begin_layout Plain Layout
7366 \begin_inset Formula $((A+B)(A-B))^{C}$
7367 \end_inset
7368
7369
7370 \end_layout
7371
7372 \end_inset
7373 </cell>
7374 </row>
7375 <row topspace="2mm">
7376 <cell alignment="center" valignment="top" usebox="none">
7377 \begin_inset Text
7378
7379 \begin_layout Plain Layout
7380 This looks better:
7381 \end_layout
7382
7383 \end_inset
7384 </cell>
7385 <cell alignment="center" valignment="top" usebox="none">
7386 \begin_inset Text
7387
7388 \begin_layout Plain Layout
7389 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
7390 \end_inset
7391
7392
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 </row>
7398 </lyxtabular>
7399
7400 \end_inset
7401
7402
7403 \end_layout
7404
7405 \begin_layout Standard
7406 For the second formula the command 
7407 \series bold
7408
7409 \backslash
7410 Big((A+B)(A-B)
7411 \backslash
7412 Big)^
7413 \begin_inset space \textvisiblespace{}
7414 \end_inset
7415
7416 C
7417 \series default
7418  has been used.
7419 \end_layout
7420
7421 \begin_layout Standard
7422 Here is an example containing all bracket sizes:
7423 \end_layout
7424
7425 \begin_layout Standard
7426 \align center
7427
7428 \backslash
7429 Bigg(
7430 \backslash
7431 exp
7432 \backslash
7433 bigg<
7434 \backslash
7435 Big[
7436 \backslash
7437 big{
7438 \backslash
7439 ln(3x)
7440 \backslash
7441 big}^2
7442 \begin_inset space \textvisiblespace{}
7443 \end_inset
7444
7445
7446 \backslash
7447 sin(x)
7448 \backslash
7449 Big]^
7450 \begin_inset space \textvisiblespace{}
7451 \end_inset
7452
7453 A
7454 \begin_inset space \textvisiblespace{}
7455 \end_inset
7456
7457
7458 \backslash
7459 bigg>
7460 \backslash
7461 Bigg)^0,5
7462 \end_layout
7463
7464 \begin_layout Standard
7465 \align center
7466 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
7467 \end_inset
7468
7469
7470 \end_layout
7471
7472 \begin_layout Standard
7473 In addition to the 
7474 \series bold
7475
7476 \backslash
7477 big
7478 \series default
7479 -commands there is a variant,
7480  
7481 \series bold
7482
7483 \backslash
7484 bigm
7485 \series default
7486
7487 \begin_inset Index idx
7488 range none
7489 pageformat default
7490 status collapsed
7491
7492 \begin_layout Plain Layout
7493 Commands
7494 \begin_inset IndexMacro subentry
7495 status open
7496
7497 \begin_layout Plain Layout
7498 B
7499 \end_layout
7500
7501 \end_inset
7502
7503
7504 \begin_inset IndexMacro subentry
7505 status open
7506
7507 \begin_layout Plain Layout
7508
7509 \backslash
7510 bigm
7511 \end_layout
7512
7513 \end_inset
7514
7515
7516 \end_layout
7517
7518 \end_inset
7519
7520 ,
7521  that adds a bit more space between the bracket and its content.
7522  Other variants 
7523 \series bold
7524
7525 \backslash
7526 bigl 
7527 \series default
7528 and
7529 \series bold
7530  
7531 \backslash
7532 bigr
7533 \series default
7534
7535 \begin_inset Index idx
7536 range none
7537 pageformat default
7538 status collapsed
7539
7540 \begin_layout Plain Layout
7541 Commands
7542 \begin_inset IndexMacro subentry
7543 status open
7544
7545 \begin_layout Plain Layout
7546 B
7547 \end_layout
7548
7549 \end_inset
7550
7551
7552 \begin_inset IndexMacro subentry
7553 status open
7554
7555 \begin_layout Plain Layout
7556
7557 \backslash
7558 bigl – 
7559 \backslash
7560 bigr
7561 \end_layout
7562
7563 \end_inset
7564
7565
7566 \end_layout
7567
7568 \end_inset
7569
7570 ,
7571  don't add additional space.
7572  The 
7573 \emph on
7574 l
7575 \emph default
7576  at the end of the command 
7577 \series bold
7578
7579 \backslash
7580 bigl
7581 \series default
7582  is for a left bracket;
7583  for a right bracket this is replaced by an 
7584 \emph on
7585 r
7586 \emph default
7587 .
7588  A left or right bracket can each be an opening or closing bracket.
7589 \end_layout
7590
7591 \begin_layout Standard
7592 The following table contains comparisons of the variants:
7593 \end_layout
7594
7595 \begin_layout Standard
7596 \align center
7597 \begin_inset Tabular
7598 <lyxtabular version="3" rows="5" columns="2">
7599 <features booktabs="true" tabularvalignment="middle">
7600 <column alignment="center" valignment="top" width="0pt">
7601 <column alignment="center" valignment="middle">
7602 <row>
7603 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7604 \begin_inset Text
7605
7606 \begin_layout Plain Layout
7607 Command
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Plain Layout
7616 Result
7617 \end_layout
7618
7619 \end_inset
7620 </cell>
7621 </row>
7622 <row topspace="2mm">
7623 <cell alignment="center" valignment="top" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Plain Layout
7627
7628 \backslash
7629 Bigm(
7630 \backslash
7631 bigm(
7632 \backslash
7633 ln(3x)
7634 \backslash
7635 bigm)^2
7636 \begin_inset space \textvisiblespace{}
7637 \end_inset
7638
7639
7640 \backslash
7641 Bigm)
7642 \end_layout
7643
7644 \end_inset
7645 </cell>
7646 <cell alignment="center" valignment="top" usebox="none">
7647 \begin_inset Text
7648
7649 \begin_layout Plain Layout
7650 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
7651 \end_inset
7652
7653
7654 \end_layout
7655
7656 \end_inset
7657 </cell>
7658 </row>
7659 <row topspace="2mm">
7660 <cell alignment="center" valignment="top" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664
7665 \backslash
7666 Big(
7667 \backslash
7668 big(
7669 \backslash
7670 ln(3x)
7671 \backslash
7672 big)^2
7673 \begin_inset space \textvisiblespace{}
7674 \end_inset
7675
7676
7677 \backslash
7678 Big)
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 <cell alignment="center" valignment="top" usebox="none">
7684 \begin_inset Text
7685
7686 \begin_layout Plain Layout
7687 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
7688 \end_inset
7689
7690
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 </row>
7696 <row topspace="2mm" bottomspace="0.5mm">
7697 <cell alignment="center" valignment="top" usebox="none">
7698 \begin_inset Text
7699
7700 \begin_layout Plain Layout
7701
7702 \backslash
7703 Bigl(
7704 \backslash
7705 bigl(
7706 \backslash
7707 ln(3x)
7708 \backslash
7709 bigr)^2
7710 \begin_inset space \textvisiblespace{}
7711 \end_inset
7712
7713
7714 \backslash
7715 Bigr)
7716 \end_layout
7717
7718 \end_inset
7719 </cell>
7720 <cell alignment="center" valignment="top" usebox="none">
7721 \begin_inset Text
7722
7723 \begin_layout Plain Layout
7724 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
7725 \end_inset
7726
7727
7728 \end_layout
7729
7730 \end_inset
7731 </cell>
7732 </row>
7733 <row topspace="1.5mm" bottomspace="0.5mm">
7734 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Plain Layout
7738
7739 \backslash
7740 bigl)
7741 \backslash
7742 ln(3x)
7743 \backslash
7744 bigr(
7745 \end_layout
7746
7747 \end_inset
7748 </cell>
7749 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753 \begin_inset Formula $\bigl)\ln(3x)\bigr($
7754 \end_inset
7755
7756
7757 \end_layout
7758
7759 \end_inset
7760 </cell>
7761 </row>
7762 </lyxtabular>
7763
7764 \end_inset
7765
7766
7767 \end_layout
7768
7769 \begin_layout Subsubsection
7770 Automatic Bracket Size
7771 \begin_inset CommandInset label
7772 LatexCommand label
7773 name "subsec:Automatic-Bracket-Size"
7774
7775 \end_inset
7776
7777
7778 \begin_inset Index idx
7779 range none
7780 pageformat default
7781 status collapsed
7782
7783 \begin_layout Plain Layout
7784 Bracket size
7785 \begin_inset IndexMacro subentry
7786 status open
7787
7788 \begin_layout Plain Layout
7789 automatic
7790 \end_layout
7791
7792 \end_inset
7793
7794
7795 \end_layout
7796
7797 \end_inset
7798
7799
7800 \end_layout
7801
7802 \begin_layout Standard
7803 Variably sized brackets can be inserted with the commands 
7804 \series bold
7805
7806 \backslash
7807 left
7808 \series default
7809
7810 \begin_inset Index idx
7811 range none
7812 pageformat default
7813 status collapsed
7814
7815 \begin_layout Plain Layout
7816 Commands
7817 \begin_inset IndexMacro subentry
7818 status open
7819
7820 \begin_layout Plain Layout
7821 L
7822 \end_layout
7823
7824 \end_inset
7825
7826
7827 \begin_inset IndexMacro subentry
7828 status open
7829
7830 \begin_layout Plain Layout
7831
7832 \backslash
7833 left
7834 \end_layout
7835
7836 \end_inset
7837
7838
7839 \end_layout
7840
7841 \end_inset
7842
7843  and 
7844 \series bold
7845
7846 \backslash
7847 right
7848 \series default
7849
7850 \begin_inset Index idx
7851 range none
7852 pageformat default
7853 status collapsed
7854
7855 \begin_layout Plain Layout
7856 Commands
7857 \begin_inset IndexMacro subentry
7858 status open
7859
7860 \begin_layout Plain Layout
7861 R
7862 \end_layout
7863
7864 \end_inset
7865
7866
7867 \begin_inset IndexMacro subentry
7868 status open
7869
7870 \begin_layout Plain Layout
7871
7872 \backslash
7873 right
7874 \end_layout
7875
7876 \end_inset
7877
7878
7879 \end_layout
7880
7881 \end_inset
7882
7883  or via the math toolbar button 
7884 \begin_inset Info
7885 type  "icon"
7886 arg   "dialog-show mathdelimiter"
7887 \end_inset
7888
7889 .
7890  The desired bracket must be inserted directly behind the 
7891 \series bold
7892
7893 \backslash
7894 left
7895 \series default
7896  and 
7897 \series bold
7898
7899 \backslash
7900 right
7901 \series default
7902  commands.
7903  The bracket size will then automatically be calculated for the output.
7904 \end_layout
7905
7906 \begin_layout Standard
7907 \align center
7908 normal bracket:
7909  The command 
7910 \series bold
7911
7912 \backslash
7913 ln(
7914 \backslash
7915 frac
7916 \begin_inset space \textvisiblespace{}
7917 \end_inset
7918
7919 A
7920 \begin_inset Formula $\downarrow$
7921 \end_inset
7922
7923 C
7924 \begin_inset space \textvisiblespace{}
7925 \end_inset
7926
7927 )
7928 \series default
7929  creates
7930 \begin_inset Formula 
7931 \[
7932 \ln(\frac{A}{C})
7933 \]
7934
7935 \end_inset
7936
7937
7938 \end_layout
7939
7940 \begin_layout Standard
7941 \align center
7942 multiline bracket:
7943  The command 
7944 \series bold
7945
7946 \backslash
7947 ln
7948 \backslash
7949 left(
7950 \backslash
7951 frac
7952 \begin_inset space \textvisiblespace{}
7953 \end_inset
7954
7955 A
7956 \begin_inset Formula $\downarrow$
7957 \end_inset
7958
7959 C
7960 \begin_inset space \textvisiblespace{}
7961 \end_inset
7962
7963
7964 \backslash
7965 right)
7966 \series default
7967  creates
7968 \begin_inset Formula 
7969 \[
7970 \ln\left(\frac{A}{C}\right)
7971 \]
7972
7973 \end_inset
7974
7975
7976 \end_layout
7977
7978 \begin_layout Standard
7979 Instead of 
7980 \series bold
7981
7982 \backslash
7983 left
7984 \series default
7985  and 
7986 \series bold
7987
7988 \backslash
7989 right
7990 \series default
7991  the shortcut 
7992 \family sans
7993 Alt+M
7994 \begin_inset space ~
7995 \end_inset
7996
7997 Bracket
7998 \family default
7999  can be used.
8000  This has the advantage that you can see in \SpecialChar LyX
8001  immediately the real bracket size and that the matching right bracket will be created too.
8002 \begin_inset Newline newline
8003 \end_inset
8004
8005 The command for the last example would then be:
8006  
8007 \series bold
8008
8009 \backslash
8010 ln Alt+M
8011 \series default
8012  
8013 \series bold
8014 (
8015 \backslash
8016 frac
8017 \begin_inset space \textvisiblespace{}
8018 \end_inset
8019
8020 A
8021 \begin_inset Formula $\downarrow$
8022 \end_inset
8023
8024 C
8025 \end_layout
8026
8027 \begin_layout Standard
8028 To omit a left or right bracket,
8029  a dot is inserted for the omitted bracket.
8030  For example the command 
8031 \series bold
8032
8033 \backslash
8034 left.
8035 \backslash
8036 frac
8037 \begin_inset space \textvisiblespace{}
8038 \end_inset
8039
8040 A
8041 \begin_inset Formula $\downarrow$
8042 \end_inset
8043
8044 B
8045 \begin_inset space \textvisiblespace{}
8046 \end_inset
8047
8048
8049 \backslash
8050 right}
8051 \series default
8052  creates:
8053 \series bold
8054
8055 \begin_inset Formula 
8056 \[
8057 \left.\frac{A}{B}\right\} 
8058 \]
8059
8060 \end_inset
8061
8062
8063 \series default
8064 The commands 
8065 \series bold
8066
8067 \backslash
8068 left
8069 \series default
8070  and 
8071 \series bold
8072
8073 \backslash
8074 right
8075 \series default
8076  will be converted by \SpecialChar LyX
8077  to brackets with the correct size when the document is reloaded and an omitted bracket will appear as dashed line.
8078 \end_layout
8079
8080 \begin_layout Standard
8081 \begin_inset VSpace bigskip
8082 \end_inset
8083
8084 Because all popular \SpecialChar LaTeX
8085  distributions use e\SpecialChar TeX
8086 ,
8087  an extension to \SpecialChar LaTeX
8088 ,
8089  the command 
8090 \series bold
8091
8092 \backslash
8093 middle
8094 \series default
8095
8096 \begin_inset Index idx
8097 range none
8098 pageformat default
8099 status collapsed
8100
8101 \begin_layout Plain Layout
8102 Commands
8103 \begin_inset IndexMacro subentry
8104 status open
8105
8106 \begin_layout Plain Layout
8107 M
8108 \end_layout
8109
8110 \end_inset
8111
8112
8113 \begin_inset IndexMacro subentry
8114 status open
8115
8116 \begin_layout Plain Layout
8117
8118 \backslash
8119 middle
8120 \end_layout
8121
8122 \end_inset
8123
8124
8125 \end_layout
8126
8127 \end_inset
8128
8129  is available for all brackets and limits.
8130  With this command the height of the following character is adapted to the one of the surrounding brackets,
8131  for example in the case of physical vectors:
8132 \begin_inset Formula 
8133 \[
8134 \left\langle \phi\:\middle|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
8135 \]
8136
8137 \end_inset
8138
8139 For physical vectors there is a special \SpecialChar LaTeX
8140 -package,
8141  described in 
8142 \begin_inset CommandInset ref
8143 LatexCommand ref
8144 reference "subsec:Physical-Vectors"
8145 nolink "false"
8146
8147 \end_inset
8148
8149 .
8150 \end_layout
8151
8152 \begin_layout Subsection
8153 Horizontal Brackets
8154 \begin_inset Index idx
8155 range none
8156 pageformat default
8157 status collapsed
8158
8159 \begin_layout Plain Layout
8160 Brackets
8161 \begin_inset IndexMacro subentry
8162 status open
8163
8164 \begin_layout Plain Layout
8165 horizontal
8166 \end_layout
8167
8168 \end_inset
8169
8170
8171 \end_layout
8172
8173 \end_inset
8174
8175
8176 \end_layout
8177
8178 \begin_layout Standard
8179 \align center
8180 \begin_inset Tabular
8181 <lyxtabular version="3" rows="4" columns="2">
8182 <features booktabs="true" tabularvalignment="middle">
8183 <column alignment="center" valignment="top" width="0pt">
8184 <column alignment="center" valignment="top" width="0pt">
8185 <row>
8186 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 Command
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 Result
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 </row>
8205 <row>
8206 <cell alignment="center" valignment="top" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210
8211 \backslash
8212 overbrace
8213 \begin_inset space \textvisiblespace{}
8214 \end_inset
8215
8216 A+B
8217 \begin_inset space \textvisiblespace{}
8218 \end_inset
8219
8220 ^3
8221 \begin_inset Index idx
8222 range none
8223 pageformat default
8224 status collapsed
8225
8226 \begin_layout Plain Layout
8227 Commands
8228 \begin_inset IndexMacro subentry
8229 status open
8230
8231 \begin_layout Plain Layout
8232 O
8233 \end_layout
8234
8235 \end_inset
8236
8237
8238 \begin_inset IndexMacro subentry
8239 status open
8240
8241 \begin_layout Plain Layout
8242
8243 \backslash
8244 overbrace
8245 \end_layout
8246
8247 \end_inset
8248
8249
8250 \end_layout
8251
8252 \end_inset
8253
8254
8255 \end_layout
8256
8257 \end_inset
8258 </cell>
8259 <cell alignment="center" valignment="top" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263 \begin_inset Formula $\overbrace{A+B}^{3}$
8264 \end_inset
8265
8266
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 </row>
8272 <row topspace="2mm">
8273 <cell alignment="center" valignment="top" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277
8278 \backslash
8279 underbrace
8280 \begin_inset space \textvisiblespace{}
8281 \end_inset
8282
8283 A+B
8284 \begin_inset space \textvisiblespace{}
8285 \end_inset
8286
8287 _5
8288 \begin_inset Index idx
8289 range none
8290 pageformat default
8291 status collapsed
8292
8293 \begin_layout Plain Layout
8294 Commands
8295 \begin_inset IndexMacro subentry
8296 status open
8297
8298 \begin_layout Plain Layout
8299 U
8300 \end_layout
8301
8302 \end_inset
8303
8304
8305 \begin_inset IndexMacro subentry
8306 status open
8307
8308 \begin_layout Plain Layout
8309
8310 \backslash
8311 underbrace
8312 \end_layout
8313
8314 \end_inset
8315
8316
8317 \end_layout
8318
8319 \end_inset
8320
8321
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 <cell alignment="center" valignment="top" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330 \begin_inset Formula $\underbrace{A+B}_{5}$
8331 \end_inset
8332
8333
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 </row>
8339 <row>
8340 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344
8345 \backslash
8346 overbrace
8347 \begin_inset space \textvisiblespace{}
8348 \end_inset
8349
8350
8351 \backslash
8352 underbrace
8353 \begin_inset space \textvisiblespace{}
8354 \end_inset
8355
8356 A+B_w
8357 \begin_inset space \textvisiblespace{}
8358 \end_inset
8359
8360
8361 \begin_inset space \textvisiblespace{}
8362 \end_inset
8363
8364 _7
8365 \begin_inset space \textvisiblespace{}
8366 \end_inset
8367
8368
8369 \begin_inset space \textvisiblespace{}
8370 \end_inset
8371
8372 ^
8373 \begin_inset space \textvisiblespace{}
8374 \end_inset
8375
8376 C
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
8386 \end_inset
8387
8388
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 </row>
8394 </lyxtabular>
8395
8396 \end_inset
8397
8398
8399 \end_layout
8400
8401 \begin_layout Standard
8402 In the last example it doesn't matter if 
8403 \series bold
8404
8405 \backslash
8406 overbrace
8407 \series default
8408  or 
8409 \series bold
8410
8411 \backslash
8412 underbrace
8413 \series default
8414  is inserted first.
8415 \end_layout
8416
8417 \begin_layout Standard
8418 \begin_inset VSpace medskip
8419 \end_inset
8420
8421
8422 \end_layout
8423
8424 \begin_layout Standard
8425 If in document settings under 
8426 \family sans
8427 Math
8428 \begin_inset space ~
8429 \end_inset
8430
8431 Options
8432 \family default
8433  the option for the package 
8434 \series bold
8435 mathtools
8436 \series default
8437
8438 \begin_inset Index idx
8439 range none
8440 pageformat default
8441 status collapsed
8442
8443 \begin_layout Plain Layout
8444 Packages
8445 \begin_inset IndexMacro subentry
8446 status open
8447
8448 \begin_layout Plain Layout
8449 mathtools
8450 \end_layout
8451
8452 \end_inset
8453
8454
8455 \end_layout
8456
8457 \end_inset
8458
8459  is set to 
8460 \family sans
8461 Load
8462 \begin_inset space ~
8463 \end_inset
8464
8465 always
8466 \family default
8467 ,
8468  you will also have access to square brackets:
8469 \end_layout
8470
8471 \begin_layout Standard
8472 \align center
8473 \begin_inset Tabular
8474 <lyxtabular version="3" rows="4" columns="2">
8475 <features booktabs="true" tabularvalignment="middle">
8476 <column alignment="center" valignment="top" width="0pt">
8477 <column alignment="center" valignment="top" width="0pt">
8478 <row>
8479 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483 Command
8484 \end_layout
8485
8486 \end_inset
8487 </cell>
8488 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492 Result
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 </row>
8498 <row>
8499 <cell alignment="center" valignment="top" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503
8504 \backslash
8505
8506 \family roman
8507 \series medium
8508 \shape up
8509 \size normal
8510 \emph off
8511 \bar no
8512 \strikeout off
8513 \uuline off
8514 \uwave off
8515 \noun off
8516 \color none
8517 overbracket
8518 \family default
8519 \series default
8520 \shape default
8521 \size default
8522 \emph default
8523 \bar default
8524 \strikeout default
8525 \uuline default
8526 \uwave default
8527 \noun default
8528 \color inherit
8529 {A+B
8530 \begin_inset space \textvisiblespace{}
8531 \end_inset
8532
8533 ^3
8534 \begin_inset Index idx
8535 range none
8536 pageformat default
8537 status collapsed
8538
8539 \begin_layout Plain Layout
8540 Commands
8541 \begin_inset IndexMacro subentry
8542 status open
8543
8544 \begin_layout Plain Layout
8545 O
8546 \end_layout
8547
8548 \end_inset
8549
8550
8551 \begin_inset IndexMacro subentry
8552 status open
8553
8554 \begin_layout Plain Layout
8555
8556 \backslash
8557 overbracket
8558 \end_layout
8559
8560 \end_inset
8561
8562
8563 \end_layout
8564
8565 \end_inset
8566
8567
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 <cell alignment="center" valignment="top" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576 \begin_inset Formula $\overbracket{A+B}^{3}$
8577 \end_inset
8578
8579
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 </row>
8585 <row topspace="2mm">
8586 <cell alignment="center" valignment="top" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590
8591 \backslash
8592 under
8593 \family roman
8594 \series medium
8595 \shape up
8596 \size normal
8597 \emph off
8598 \bar no
8599 \strikeout off
8600 \uuline off
8601 \uwave off
8602 \noun off
8603 \color none
8604 bracket
8605 \family default
8606 \series default
8607 \shape default
8608 \size default
8609 \emph default
8610 \bar default
8611 \strikeout default
8612 \uuline default
8613 \uwave default
8614 \noun default
8615 \color inherit
8616 {A+B
8617 \begin_inset space \textvisiblespace{}
8618 \end_inset
8619
8620 _5
8621 \begin_inset Index idx
8622 range none
8623 pageformat default
8624 status collapsed
8625
8626 \begin_layout Plain Layout
8627 Commands
8628 \begin_inset IndexMacro subentry
8629 status open
8630
8631 \begin_layout Plain Layout
8632 U
8633 \end_layout
8634
8635 \end_inset
8636
8637
8638 \begin_inset IndexMacro subentry
8639 status open
8640
8641 \begin_layout Plain Layout
8642
8643 \backslash
8644 under
8645 \family roman
8646 \series medium
8647 \shape up
8648 \size normal
8649 \emph off
8650 \bar no
8651 \strikeout off
8652 \uuline off
8653 \uwave off
8654 \noun off
8655 \color none
8656 bracket
8657 \end_layout
8658
8659 \end_inset
8660
8661
8662 \end_layout
8663
8664 \end_inset
8665
8666
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 <cell alignment="center" valignment="top" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675 \begin_inset Formula $\underbracket{A+B}_{5}$
8676 \end_inset
8677
8678
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 </row>
8684 <row>
8685 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689
8690 \backslash
8691 overbracket{
8692 \backslash
8693 underbracket{A+B_w
8694 \begin_inset space \textvisiblespace{}
8695 \end_inset
8696
8697
8698 \begin_inset space \textvisiblespace{}
8699 \end_inset
8700
8701 _7
8702 \begin_inset space \textvisiblespace{}
8703 \end_inset
8704
8705
8706 \begin_inset space \textvisiblespace{}
8707 \end_inset
8708
8709 ^
8710 \change_deleted 5863208 1612711596
8711
8712 \begin_inset space \textvisiblespace{}
8713 \end_inset
8714
8715
8716 \change_unchanged
8717 C
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
8727 \end_inset
8728
8729
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 </row>
8735 </lyxtabular>
8736
8737 \end_inset
8738
8739
8740 \end_layout
8741
8742 \begin_layout Standard
8743 For 
8744 \series bold
8745
8746 \backslash
8747 overbracket
8748 \series default
8749  and 
8750 \series bold
8751
8752 \backslash
8753 underbracket
8754 \series default
8755  you can change the thickness of the bracket's stroke by specifying the desired thickness in square brackets behind the command:
8756 \end_layout
8757
8758 \begin_layout Standard
8759 \align center
8760 \begin_inset Tabular
8761 <lyxtabular version="3" rows="3" columns="2">
8762 <features booktabs="true" tabularvalignment="middle">
8763 <column alignment="center" valignment="top" width="0pt">
8764 <column alignment="center" valignment="top" width="0pt">
8765 <row>
8766 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770 Command
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779 Result
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 </row>
8785 <row>
8786 <cell alignment="center" valignment="top" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790
8791 \backslash
8792
8793 \family roman
8794 \series medium
8795 \shape up
8796 \size normal
8797 \emph off
8798 \bar no
8799 \strikeout off
8800 \uuline off
8801 \uwave off
8802 \noun off
8803 \color none
8804 overbracket
8805 \family default
8806 \series default
8807 \shape default
8808 \size default
8809 \emph default
8810 \bar default
8811 \strikeout default
8812 \uuline default
8813 \uwave default
8814 \noun default
8815 \color inherit
8816 [3pt]
8817 \backslash
8818 {A+B
8819 \begin_inset space \textvisiblespace{}
8820 \end_inset
8821
8822 ^3
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 <cell alignment="center" valignment="top" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
8832 \end_inset
8833
8834
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 </row>
8840 <row topspace="2mm">
8841 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845
8846 \backslash
8847 under
8848 \family roman
8849 \series medium
8850 \shape up
8851 \size normal
8852 \emph off
8853 \bar no
8854 \strikeout off
8855 \uuline off
8856 \uwave off
8857 \noun off
8858 \color none
8859 bracket
8860 \family default
8861 \series default
8862 \shape default
8863 \size default
8864 \emph default
8865 \bar default
8866 \strikeout default
8867 \uuline default
8868 \uwave default
8869 \noun default
8870 \color inherit
8871 [1pt]
8872 \backslash
8873 {A+B
8874 \begin_inset space \textvisiblespace{}
8875 \end_inset
8876
8877 _5
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
8887 \end_inset
8888
8889
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 </row>
8895 </lyxtabular>
8896
8897 \end_inset
8898
8899
8900 \end_layout
8901
8902 \begin_layout Standard
8903 \begin_inset VSpace bigskip
8904 \end_inset
8905
8906 When brackets overlap each other,
8907  multiline formulas as described in 
8908 \begin_inset CommandInset ref
8909 LatexCommand ref
8910 reference "sec:Multiline-Formulas"
8911 nolink "false"
8912
8913 \end_inset
8914
8915  must be used:
8916 \begin_inset Formula 
8917 \begin{eqnarray*}
8918 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
8919  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
8920 \end{eqnarray*}
8921
8922 \end_inset
8923
8924 In the first row,
8925  the formula is inserted together with the first brace.
8926  It is important that the space command
8927 \begin_inset Foot
8928 status collapsed
8929
8930 \begin_layout Plain Layout
8931 Space commands are explained in 
8932 \begin_inset CommandInset ref
8933 LatexCommand ref
8934 reference "subsec:Predefined-Space"
8935 nolink "false"
8936
8937 \end_inset
8938
8939 .
8940 \end_layout
8941
8942 \end_inset
8943
8944  
8945 \series bold
8946
8947 \backslash
8948 :
8949
8950 \series default
8951  is inserted before the first 
8952 \begin_inset Formula $d$
8953 \end_inset
8954
8955  because the brace that ends behind the 
8956 \begin_inset Formula $q$
8957 \end_inset
8958
8959  prevents the following 
8960 \begin_inset Quotes eld
8961 \end_inset
8962
8963 +
8964 \begin_inset Quotes erd
8965 \end_inset
8966
8967  from being surrounded by spaces.
8968 \begin_inset Foot
8969 status collapsed
8970
8971 \begin_layout Plain Layout
8972 Because a bracket is not handled as a character,
8973  see 
8974 \begin_inset CommandInset ref
8975 LatexCommand ref
8976 reference "subsec:Binary-Operators"
8977 nolink "false"
8978
8979 \end_inset
8980
8981
8982 \end_layout
8983
8984 \end_inset
8985
8986  The second brace is inserted in the second row.
8987  As it should begin before the 
8988 \begin_inset Formula $b$
8989 \end_inset
8990
8991 ,
8992  first the command 
8993 \series bold
8994
8995 \backslash
8996 hphantom{gggg+
8997 \backslash
8998 :}
8999 \series default
9000  is inserted.
9001 \begin_inset Foot
9002 status collapsed
9003
9004 \begin_layout Plain Layout
9005 More about 
9006 \series bold
9007
9008 \backslash
9009 hphantom
9010 \series default
9011  see 
9012 \begin_inset CommandInset ref
9013 LatexCommand ref
9014 reference "subsec:Placeholders"
9015 nolink "false"
9016
9017 \end_inset
9018
9019
9020 \end_layout
9021
9022 \end_inset
9023
9024  This space is needed because the 
9025 \begin_inset Quotes eld
9026 \end_inset
9027
9028 +
9029 \begin_inset Quotes erd
9030 \end_inset
9031
9032  is surrounded by spaces in the formula.
9033  The brace is placed under the command 
9034 \series bold
9035
9036 \backslash
9037 hphantom{bbqq+dddd}
9038 \series default
9039 .
9040 \end_layout
9041
9042 \begin_layout Standard
9043 It gets more complicated when brackets overlap each other above and under the formula as in the following example:
9044 \begin_inset ERT
9045 status collapsed
9046
9047 \begin_layout Plain Layout
9048
9049
9050 \backslash
9051 setlength{
9052 \backslash
9053 jot}{-6pt}
9054 \end_layout
9055
9056 \end_inset
9057
9058
9059 \begin_inset Formula 
9060 \begin{eqnarray*}
9061  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
9062 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
9063 \end{eqnarray*}
9064
9065 \end_inset
9066
9067
9068 \begin_inset ERT
9069 status collapsed
9070
9071 \begin_layout Plain Layout
9072
9073
9074 \backslash
9075 setlength{
9076 \backslash
9077 jot}{3pt}
9078 \end_layout
9079
9080 \end_inset
9081
9082 The first formula row is the same as the second row of the previous example,
9083  with the difference that the brace is above.
9084  The second row contains the formula together with the second brace.
9085  To avoid the space between the upper brace in the first row and the formula,
9086  the row spacing needs to be reduced.
9087  This is not easily done due to a bug in \SpecialChar LyX
9088 .
9089 \begin_inset Foot
9090 status collapsed
9091
9092 \begin_layout Plain Layout
9093 \begin_inset CommandInset href
9094 LatexCommand href
9095 name "LyX-bug #1505"
9096 target "https://www.lyx.org/trac/ticket/1505"
9097 literal "false"
9098
9099 \end_inset
9100
9101
9102 \end_layout
9103
9104 \end_inset
9105
9106  As a solution for the problem,
9107  the global formula row separation 
9108 \series bold
9109
9110 \backslash
9111 jot
9112 \series default
9113
9114 \begin_inset Index idx
9115 range none
9116 pageformat default
9117 status collapsed
9118
9119 \begin_layout Plain Layout
9120 Commands
9121 \begin_inset IndexMacro subentry
9122 status open
9123
9124 \begin_layout Plain Layout
9125 J
9126 \end_layout
9127
9128 \end_inset
9129
9130
9131 \begin_inset IndexMacro subentry
9132 status open
9133
9134 \begin_layout Plain Layout
9135
9136 \backslash
9137 jot
9138 \end_layout
9139
9140 \end_inset
9141
9142
9143 \end_layout
9144
9145 \end_inset
9146
9147  must be changed to -6
9148 \begin_inset space \thinspace{}
9149 \end_inset
9150
9151 pt before the formula with the command 
9152 \series bold
9153
9154 \backslash
9155 setlength{
9156 \backslash
9157 jot}{-6pt}
9158 \series default
9159  in \SpecialChar TeX
9160  mode.
9161  
9162 \series bold
9163
9164 \backslash
9165 jot
9166 \series default
9167  is set back after the formula to the standard value of 3
9168 \begin_inset space \thinspace{}
9169 \end_inset
9170
9171 pt using the same command.
9172  More about the row separation in formulas is explained in 
9173 \begin_inset CommandInset ref
9174 LatexCommand ref
9175 reference "subsec:Line-Separation"
9176 nolink "false"
9177
9178 \end_inset
9179
9180 .
9181 \end_layout
9182
9183 \begin_layout Section
9184 Arrows
9185 \begin_inset Index idx
9186 range none
9187 pageformat default
9188 status collapsed
9189
9190 \begin_layout Plain Layout
9191 Arrows
9192 \end_layout
9193
9194 \end_inset
9195
9196
9197 \end_layout
9198
9199 \begin_layout Standard
9200 Arrows can be inserted via the math toolbar button 
9201 \begin_inset Info
9202 type  "icon"
9203 arg   "math-insert \\leftarrow"
9204 \end_inset
9205
9206  or the commands listed in the following subsections.
9207 \end_layout
9208
9209 \begin_layout Subsection
9210 Horizontal Arrows
9211 \begin_inset Index idx
9212 range none
9213 pageformat default
9214 status collapsed
9215
9216 \begin_layout Plain Layout
9217 Arrows
9218 \begin_inset IndexMacro subentry
9219 status open
9220
9221 \begin_layout Plain Layout
9222 horizontal
9223 \end_layout
9224
9225 \end_inset
9226
9227
9228 \end_layout
9229
9230 \end_inset
9231
9232
9233 \end_layout
9234
9235 \begin_layout Standard
9236 \begin_inset space \hfill{}
9237 \end_inset
9238
9239
9240 \begin_inset Tabular
9241 <lyxtabular version="3" rows="8" columns="2">
9242 <features booktabs="true" tabularvalignment="middle">
9243 <column alignment="center" valignment="top" width="0pt">
9244 <column alignment="center" valignment="top" width="0pt">
9245 <row>
9246 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250 Command
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Plain Layout
9259 Result
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 </row>
9265 <row>
9266 <cell alignment="center" valignment="top" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270
9271 \backslash
9272 gets
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 <cell alignment="center" valignment="top" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281 \begin_inset Formula $\gets$
9282 \end_inset
9283
9284
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 </row>
9290 <row>
9291 <cell alignment="center" valignment="top" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295
9296 \backslash
9297 Leftarrow
9298 \end_layout
9299
9300 \end_inset
9301 </cell>
9302 <cell alignment="center" valignment="top" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306 \begin_inset Formula $\Leftarrow$
9307 \end_inset
9308
9309
9310 \end_layout
9311
9312 \end_inset
9313 </cell>
9314 </row>
9315 <row>
9316 <cell alignment="center" valignment="top" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Plain Layout
9320
9321 \backslash
9322 longleftarrow
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 <cell alignment="center" valignment="top" usebox="none">
9328 \begin_inset Text
9329
9330 \begin_layout Plain Layout
9331 \begin_inset Formula $\longleftarrow$
9332 \end_inset
9333
9334
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 </row>
9340 <row>
9341 <cell alignment="center" valignment="top" usebox="none">
9342 \begin_inset Text
9343
9344 \begin_layout Plain Layout
9345
9346 \backslash
9347 Longleftarrow
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 <cell alignment="center" valignment="top" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Plain Layout
9356 \begin_inset Formula $\Longleftarrow$
9357 \end_inset
9358
9359
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 </row>
9365 <row>
9366 <cell alignment="center" valignment="top" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370
9371 \backslash
9372 leftharpoonup
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 <cell alignment="center" valignment="top" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Plain Layout
9381 \begin_inset Formula $\leftharpoonup$
9382 \end_inset
9383
9384
9385 \end_layout
9386
9387 \end_inset
9388 </cell>
9389 </row>
9390 <row>
9391 <cell alignment="center" valignment="top" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395
9396 \backslash
9397 leftharpoondown
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 <cell alignment="center" valignment="top" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406 \begin_inset Formula $\leftharpoondown$
9407 \end_inset
9408
9409
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 </row>
9415 <row>
9416 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420
9421 \backslash
9422 hookleftarrow
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9428 \begin_inset Text
9429
9430 \begin_layout Plain Layout
9431 \begin_inset Formula $\hookleftarrow$
9432 \end_inset
9433
9434
9435 \end_layout
9436
9437 \end_inset
9438 </cell>
9439 </row>
9440 </lyxtabular>
9441
9442 \end_inset
9443
9444
9445 \begin_inset space \hfill{}
9446 \end_inset
9447
9448
9449 \begin_inset Tabular
9450 <lyxtabular version="3" rows="8" columns="2">
9451 <features booktabs="true" tabularvalignment="middle">
9452 <column alignment="center" valignment="top" width="0pt">
9453 <column alignment="center" valignment="top" width="0pt">
9454 <row>
9455 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459 Command
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468 Result
9469 \end_layout
9470
9471 \end_inset
9472 </cell>
9473 </row>
9474 <row>
9475 <cell alignment="center" valignment="top" usebox="none">
9476 \begin_inset Text
9477
9478 \begin_layout Plain Layout
9479
9480 \backslash
9481 to
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 <cell alignment="center" valignment="top" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490 \begin_inset Formula $\to$
9491 \end_inset
9492
9493
9494 \end_layout
9495
9496 \end_inset
9497 </cell>
9498 </row>
9499 <row>
9500 <cell alignment="center" valignment="top" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504
9505 \backslash
9506 Rightarrow
9507 \end_layout
9508
9509 \end_inset
9510 </cell>
9511 <cell alignment="center" valignment="top" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515 \begin_inset Formula $\Rightarrow$
9516 \end_inset
9517
9518
9519 \end_layout
9520
9521 \end_inset
9522 </cell>
9523 </row>
9524 <row>
9525 <cell alignment="center" valignment="top" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529
9530 \backslash
9531 longrightarrow
9532 \end_layout
9533
9534 \end_inset
9535 </cell>
9536 <cell alignment="center" valignment="top" usebox="none">
9537 \begin_inset Text
9538
9539 \begin_layout Plain Layout
9540 \begin_inset Formula $\longrightarrow$
9541 \end_inset
9542
9543
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 </row>
9549 <row>
9550 <cell alignment="center" valignment="top" usebox="none">
9551 \begin_inset Text
9552
9553 \begin_layout Plain Layout
9554
9555 \backslash
9556 Longrightarrow
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 <cell alignment="center" valignment="top" usebox="none">
9562 \begin_inset Text
9563
9564 \begin_layout Plain Layout
9565 \begin_inset Formula $\Longrightarrow$
9566 \end_inset
9567
9568
9569 \end_layout
9570
9571 \end_inset
9572 </cell>
9573 </row>
9574 <row>
9575 <cell alignment="center" valignment="top" usebox="none">
9576 \begin_inset Text
9577
9578 \begin_layout Plain Layout
9579
9580 \backslash
9581 rightharpoonup
9582 \end_layout
9583
9584 \end_inset
9585 </cell>
9586 <cell alignment="center" valignment="top" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590 \begin_inset Formula $\rightharpoonup$
9591 \end_inset
9592
9593
9594 \end_layout
9595
9596 \end_inset
9597 </cell>
9598 </row>
9599 <row>
9600 <cell alignment="center" valignment="top" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Plain Layout
9604
9605 \backslash
9606 rightharpoondown
9607 \end_layout
9608
9609 \end_inset
9610 </cell>
9611 <cell alignment="center" valignment="top" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Plain Layout
9615 \begin_inset Formula $\rightharpoondown$
9616 \end_inset
9617
9618
9619 \end_layout
9620
9621 \end_inset
9622 </cell>
9623 </row>
9624 <row>
9625 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9626 \begin_inset Text
9627
9628 \begin_layout Plain Layout
9629
9630 \backslash
9631 hookrightarrow
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9637 \begin_inset Text
9638
9639 \begin_layout Plain Layout
9640 \begin_inset Formula $\hookrightarrow$
9641 \end_inset
9642
9643
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 </row>
9649 </lyxtabular>
9650
9651 \end_inset
9652
9653
9654 \begin_inset space \hfill{}
9655 \end_inset
9656
9657
9658 \end_layout
9659
9660 \begin_layout Standard
9661 \begin_inset space \hfill{}
9662 \end_inset
9663
9664
9665 \begin_inset Tabular
9666 <lyxtabular version="3" rows="6" columns="2">
9667 <features booktabs="true" tabularvalignment="middle">
9668 <column alignment="center" valignment="top" width="0pt">
9669 <column alignment="center" valignment="top" width="0pt">
9670 <row>
9671 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9672 \begin_inset Text
9673
9674 \begin_layout Plain Layout
9675 Command
9676 \end_layout
9677
9678 \end_inset
9679 </cell>
9680 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9681 \begin_inset Text
9682
9683 \begin_layout Plain Layout
9684 Result
9685 \end_layout
9686
9687 \end_inset
9688 </cell>
9689 </row>
9690 <row>
9691 <cell alignment="center" valignment="top" usebox="none">
9692 \begin_inset Text
9693
9694 \begin_layout Plain Layout
9695
9696 \backslash
9697 leftrightarrow
9698 \end_layout
9699
9700 \end_inset
9701 </cell>
9702 <cell alignment="center" valignment="top" usebox="none">
9703 \begin_inset Text
9704
9705 \begin_layout Plain Layout
9706 \begin_inset Formula $\leftrightarrow$
9707 \end_inset
9708
9709
9710 \end_layout
9711
9712 \end_inset
9713 </cell>
9714 </row>
9715 <row>
9716 <cell alignment="center" valignment="top" usebox="none">
9717 \begin_inset Text
9718
9719 \begin_layout Plain Layout
9720
9721 \backslash
9722 Leftrightarrow
9723 \end_layout
9724
9725 \end_inset
9726 </cell>
9727 <cell alignment="center" valignment="top" usebox="none">
9728 \begin_inset Text
9729
9730 \begin_layout Plain Layout
9731 \begin_inset Formula $\Leftrightarrow$
9732 \end_inset
9733
9734
9735 \end_layout
9736
9737 \end_inset
9738 </cell>
9739 </row>
9740 <row>
9741 <cell alignment="center" valignment="top" usebox="none">
9742 \begin_inset Text
9743
9744 \begin_layout Plain Layout
9745
9746 \backslash
9747 longleftrightarrow
9748 \end_layout
9749
9750 \end_inset
9751 </cell>
9752 <cell alignment="center" valignment="top" usebox="none">
9753 \begin_inset Text
9754
9755 \begin_layout Plain Layout
9756 \begin_inset Formula $\longleftrightarrow$
9757 \end_inset
9758
9759
9760 \end_layout
9761
9762 \end_inset
9763 </cell>
9764 </row>
9765 <row>
9766 <cell alignment="center" valignment="top" usebox="none">
9767 \begin_inset Text
9768
9769 \begin_layout Plain Layout
9770
9771 \backslash
9772 Longleftrightarrow
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 <cell alignment="center" valignment="top" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781 \begin_inset Formula $\Longleftrightarrow$
9782 \end_inset
9783
9784
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 </row>
9790 <row>
9791 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Plain Layout
9795
9796 \backslash
9797 rightleftharpoons
9798 \end_layout
9799
9800 \end_inset
9801 </cell>
9802 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9803 \begin_inset Text
9804
9805 \begin_layout Plain Layout
9806 \begin_inset Formula $\rightleftharpoons$
9807 \end_inset
9808
9809
9810 \end_layout
9811
9812 \end_inset
9813 </cell>
9814 </row>
9815 </lyxtabular>
9816
9817 \end_inset
9818
9819
9820 \begin_inset space \hspace{}
9821 \length 25pt
9822 \end_inset
9823
9824
9825 \begin_inset space \hfill{}
9826 \end_inset
9827
9828
9829 \begin_inset Tabular
9830 <lyxtabular version="3" rows="5" columns="2">
9831 <features booktabs="true" tabularvalignment="middle">
9832 <column alignment="center" valignment="top" width="0pt">
9833 <column alignment="center" valignment="top" width="0pt">
9834 <row>
9835 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9836 \begin_inset Text
9837
9838 \begin_layout Plain Layout
9839 Command
9840 \end_layout
9841
9842 \end_inset
9843 </cell>
9844 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9845 \begin_inset Text
9846
9847 \begin_layout Plain Layout
9848 Result
9849 \end_layout
9850
9851 \end_inset
9852 </cell>
9853 </row>
9854 <row>
9855 <cell alignment="center" valignment="top" usebox="none">
9856 \begin_inset Text
9857
9858 \begin_layout Plain Layout
9859
9860 \backslash
9861 mapsto
9862 \end_layout
9863
9864 \end_inset
9865 </cell>
9866 <cell alignment="center" valignment="top" usebox="none">
9867 \begin_inset Text
9868
9869 \begin_layout Plain Layout
9870 \begin_inset Formula $\mapsto$
9871 \end_inset
9872
9873
9874 \end_layout
9875
9876 \end_inset
9877 </cell>
9878 </row>
9879 <row>
9880 <cell alignment="center" valignment="top" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884
9885 \backslash
9886 longmapsto
9887 \end_layout
9888
9889 \end_inset
9890 </cell>
9891 <cell alignment="center" valignment="top" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895 \begin_inset Formula $\longmapsto$
9896 \end_inset
9897
9898
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 </row>
9904 <row>
9905 <cell alignment="center" valignment="top" usebox="none">
9906 \begin_inset Text
9907
9908 \begin_layout Plain Layout
9909
9910 \backslash
9911 leadsto
9912 \end_layout
9913
9914 \end_inset
9915 </cell>
9916 <cell alignment="center" valignment="top" usebox="none">
9917 \begin_inset Text
9918
9919 \begin_layout Plain Layout
9920 \begin_inset Formula $\leadsto$
9921 \end_inset
9922
9923
9924 \end_layout
9925
9926 \end_inset
9927 </cell>
9928 </row>
9929 <row>
9930 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Plain Layout
9934
9935 \backslash
9936 dasharrow
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9942 \begin_inset Text
9943
9944 \begin_layout Plain Layout
9945 \begin_inset Formula $\dasharrow$
9946 \end_inset
9947
9948
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 </row>
9954 </lyxtabular>
9955
9956 \end_inset
9957
9958
9959 \begin_inset space \hfill{}
9960 \end_inset
9961
9962
9963 \end_layout
9964
9965 \begin_layout Standard
9966 \begin_inset VSpace medskip
9967 \end_inset
9968
9969 Arrows used as accents such as vector arrows are listed in 
9970 \begin_inset CommandInset ref
9971 LatexCommand ref
9972 reference "sec:Accents"
9973 nolink "false"
9974
9975 \end_inset
9976
9977 .
9978 \end_layout
9979
9980 \begin_layout Standard
9981 \begin_inset VSpace bigskip
9982 \end_inset
9983
9984 Labeled arrows
9985 \begin_inset Index idx
9986 range none
9987 pageformat default
9988 status collapsed
9989
9990 \begin_layout Plain Layout
9991 Arrows
9992 \begin_inset IndexMacro subentry
9993 status open
9994
9995 \begin_layout Plain Layout
9996 labeled
9997 \end_layout
9998
9999 \end_inset
10000
10001
10002 \end_layout
10003
10004 \end_inset
10005
10006  are also available using the commands 
10007 \series bold
10008
10009 \backslash
10010 xleftarrow
10011 \series default
10012
10013 \begin_inset Index idx
10014 range none
10015 pageformat default
10016 status collapsed
10017
10018 \begin_layout Plain Layout
10019 Commands
10020 \begin_inset IndexMacro subentry
10021 status open
10022
10023 \begin_layout Plain Layout
10024 X
10025 \end_layout
10026
10027 \end_inset
10028
10029
10030 \begin_inset IndexMacro subentry
10031 status open
10032
10033 \begin_layout Plain Layout
10034
10035 \backslash
10036 xleftarrow
10037 \end_layout
10038
10039 \end_inset
10040
10041
10042 \end_layout
10043
10044 \end_inset
10045
10046  and 
10047 \series bold
10048
10049 \backslash
10050 xrightarrow
10051 \series default
10052
10053 \begin_inset Index idx
10054 range none
10055 pageformat default
10056 status collapsed
10057
10058 \begin_layout Plain Layout
10059 Commands
10060 \begin_inset IndexMacro subentry
10061 status open
10062
10063 \begin_layout Plain Layout
10064 X
10065 \end_layout
10066
10067 \end_inset
10068
10069
10070 \begin_inset IndexMacro subentry
10071 status open
10072
10073 \begin_layout Plain Layout
10074
10075 \backslash
10076 xrightarrow
10077 \end_layout
10078
10079 \end_inset
10080
10081
10082 \end_layout
10083
10084 \end_inset
10085
10086 .
10087  When inserting one of these commands in a formula,
10088  an arrow with two blue boxes appears indicating where the labels can be inserted.
10089  The length of the arrow adapts to the label width.
10090 \end_layout
10091
10092 \begin_layout Standard
10093 \align center
10094 \begin_inset Tabular
10095 <lyxtabular version="3" rows="3" columns="2">
10096 <features booktabs="true" tabularvalignment="middle">
10097 <column alignment="center" valignment="top" width="0pt">
10098 <column alignment="center" valignment="top" width="0pt">
10099 <row>
10100 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Plain Layout
10104 Command
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113 Result
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 </row>
10119 <row>
10120 <cell alignment="center" valignment="top" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124 F(a)
10125 \backslash
10126 xleftarrow
10127 \begin_inset space \textvisiblespace{}
10128 \end_inset
10129
10130 x=a
10131 \begin_inset Formula $\downarrow$
10132 \end_inset
10133
10134 x>0
10135 \begin_inset Formula $\to$
10136 \end_inset
10137
10138 F(x)
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 <cell alignment="center" valignment="top" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
10148 \end_inset
10149
10150
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 </row>
10156 <row topspace="2mm">
10157 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161 F(x)
10162 \backslash
10163 xrightarrow
10164 \begin_inset space \textvisiblespace{}
10165 \end_inset
10166
10167 x=a
10168 \begin_inset Formula $\downarrow$
10169 \end_inset
10170
10171 x>0
10172 \begin_inset Formula $\to$
10173 \end_inset
10174
10175 F(a)
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10181 \begin_inset Text
10182
10183 \begin_layout Plain Layout
10184 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
10185 \end_inset
10186
10187
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 </row>
10193 </lyxtabular>
10194
10195 \end_inset
10196
10197
10198 \end_layout
10199
10200 \begin_layout Standard
10201 \begin_inset VSpace medskip
10202 \end_inset
10203
10204
10205 \end_layout
10206
10207 \begin_layout Standard
10208 If in the document settings under 
10209 \family sans
10210 Math
10211 \begin_inset space ~
10212 \end_inset
10213
10214 Options
10215 \family default
10216  for the package 
10217 \series bold
10218 mathtools
10219 \series default
10220
10221 \begin_inset Index idx
10222 range none
10223 pageformat default
10224 status collapsed
10225
10226 \begin_layout Plain Layout
10227 Packages
10228 \begin_inset IndexMacro subentry
10229 status open
10230
10231 \begin_layout Plain Layout
10232 mathtools
10233 \end_layout
10234
10235 \end_inset
10236
10237
10238 \end_layout
10239
10240 \end_inset
10241
10242  the option 
10243 \family sans
10244 Load
10245 \begin_inset space ~
10246 \end_inset
10247
10248 always
10249 \family default
10250  is set,
10251  you will have access to the following labeled arrows:
10252 \end_layout
10253
10254 \begin_layout Standard
10255 \begin_inset Newpage newpage
10256 \end_inset
10257
10258
10259 \end_layout
10260
10261 \begin_layout Standard
10262 \align center
10263 \begin_inset space \hspace*{\fill}
10264 \end_inset
10265
10266
10267 \begin_inset Tabular
10268 <lyxtabular version="3" rows="7" columns="2">
10269 <features booktabs="true" tabularvalignment="middle">
10270 <column alignment="center" valignment="top" width="0pt">
10271 <column alignment="center" valignment="top" width="0pt">
10272 <row>
10273 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10274 \begin_inset Text
10275
10276 \begin_layout Plain Layout
10277 Command
10278 \end_layout
10279
10280 \end_inset
10281 </cell>
10282 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286 Example
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 </row>
10292 <row>
10293 <cell alignment="center" valignment="top" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297
10298 \family roman
10299 \series medium
10300 \shape up
10301 \size normal
10302 \emph off
10303 \bar no
10304 \strikeout off
10305 \uuline off
10306 \uwave off
10307 \noun off
10308 \color none
10309
10310 \backslash
10311 xleftrightarrow
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 <cell alignment="center" valignment="top" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
10321 \end_inset
10322
10323
10324 \end_layout
10325
10326 \end_inset
10327 </cell>
10328 </row>
10329 <row topspace="2mm">
10330 <cell alignment="center" valignment="top" usebox="none">
10331 \begin_inset Text
10332
10333 \begin_layout Plain Layout
10334
10335 \family roman
10336 \series medium
10337 \shape up
10338 \size normal
10339 \emph off
10340 \bar no
10341 \strikeout off
10342 \uuline off
10343 \uwave off
10344 \noun off
10345 \color none
10346
10347 \backslash
10348 xLeftarrow
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="center" valignment="top" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
10358 \end_inset
10359
10360
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 </row>
10366 <row topspace="2mm">
10367 <cell alignment="center" valignment="top" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371
10372 \backslash
10373
10374 \family roman
10375 \series medium
10376 \shape up
10377 \size normal
10378 \emph off
10379 \bar no
10380 \strikeout off
10381 \uuline off
10382 \uwave off
10383 \noun off
10384 \color none
10385 xRightarrow
10386 \end_layout
10387
10388 \end_inset
10389 </cell>
10390 <cell alignment="center" valignment="top" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
10395 \end_inset
10396
10397
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 </row>
10403 <row topspace="2mm">
10404 <cell alignment="center" valignment="top" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408
10409 \backslash
10410
10411 \family roman
10412 \series medium
10413 \shape up
10414 \size normal
10415 \emph off
10416 \bar no
10417 \strikeout off
10418 \uuline off
10419 \uwave off
10420 \noun off
10421 \color none
10422 xLeftrightarrow
10423 \end_layout
10424
10425 \end_inset
10426 </cell>
10427 <cell alignment="center" valignment="top" usebox="none">
10428 \begin_inset Text
10429
10430 \begin_layout Plain Layout
10431 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
10432 \end_inset
10433
10434
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 </row>
10440 <row topspace="2mm">
10441 <cell alignment="center" valignment="top" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445
10446 \family roman
10447 \series medium
10448 \shape up
10449 \size normal
10450 \emph off
10451 \bar no
10452 \strikeout off
10453 \uuline off
10454 \uwave off
10455 \noun off
10456 \color none
10457
10458 \backslash
10459 xhookleftarrow
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 <cell alignment="center" valignment="top" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
10469 \end_inset
10470
10471
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 </row>
10477 <row topspace="2mm">
10478 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482
10483 \family roman
10484 \series medium
10485 \shape up
10486 \size normal
10487 \emph off
10488 \bar no
10489 \strikeout off
10490 \uuline off
10491 \uwave off
10492 \noun off
10493 \color none
10494
10495 \backslash
10496 xhookrightarrow
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Plain Layout
10505 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
10506 \end_inset
10507
10508
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 </row>
10514 </lyxtabular>
10515
10516 \end_inset
10517
10518
10519 \begin_inset space \hspace*{\fill}
10520 \end_inset
10521
10522
10523 \begin_inset Tabular
10524 <lyxtabular version="3" rows="7" columns="2">
10525 <features booktabs="true" tabularvalignment="middle">
10526 <column alignment="center" valignment="top" width="0pt">
10527 <column alignment="center" valignment="top" width="0pt">
10528 <row>
10529 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533 Command
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542 Example
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 </row>
10548 <row>
10549 <cell alignment="center" valignment="top" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553
10554 \backslash
10555
10556 \family roman
10557 \series medium
10558 \shape up
10559 \size normal
10560 \emph off
10561 \bar no
10562 \strikeout off
10563 \uuline off
10564 \uwave off
10565 \noun off
10566 \color none
10567 xleftharpoondown
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 <cell alignment="center" valignment="top" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
10577 \end_inset
10578
10579
10580 \end_layout
10581
10582 \end_inset
10583 </cell>
10584 </row>
10585 <row topspace="2mm">
10586 <cell alignment="center" valignment="top" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590
10591 \backslash
10592
10593 \family roman
10594 \series medium
10595 \shape up
10596 \size normal
10597 \emph off
10598 \bar no
10599 \strikeout off
10600 \uuline off
10601 \uwave off
10602 \noun off
10603 \color none
10604 xleftharpoonup
10605 \end_layout
10606
10607 \end_inset
10608 </cell>
10609 <cell alignment="center" valignment="top" usebox="none">
10610 \begin_inset Text
10611
10612 \begin_layout Plain Layout
10613 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
10614 \end_inset
10615
10616
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 </row>
10622 <row topspace="2mm">
10623 <cell alignment="center" valignment="top" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627
10628 \backslash
10629
10630 \family roman
10631 \series medium
10632 \shape up
10633 \size normal
10634 \emph off
10635 \bar no
10636 \strikeout off
10637 \uuline off
10638 \uwave off
10639 \noun off
10640 \color none
10641 xrightharpoondown
10642 \end_layout
10643
10644 \end_inset
10645 </cell>
10646 <cell alignment="center" valignment="top" usebox="none">
10647 \begin_inset Text
10648
10649 \begin_layout Plain Layout
10650 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
10651 \end_inset
10652
10653
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 </row>
10659 <row topspace="2mm">
10660 <cell alignment="center" valignment="top" usebox="none">
10661 \begin_inset Text
10662
10663 \begin_layout Plain Layout
10664
10665 \backslash
10666
10667 \family roman
10668 \series medium
10669 \shape up
10670 \size normal
10671 \emph off
10672 \bar no
10673 \strikeout off
10674 \uuline off
10675 \uwave off
10676 \noun off
10677 \color none
10678 xrightharpoonup
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 <cell alignment="center" valignment="top" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
10688 \end_inset
10689
10690
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 </row>
10696 <row topspace="2mm">
10697 <cell alignment="center" valignment="top" usebox="none">
10698 \begin_inset Text
10699
10700 \begin_layout Plain Layout
10701
10702 \backslash
10703
10704 \family roman
10705 \series medium
10706 \shape up
10707 \size normal
10708 \emph off
10709 \bar no
10710 \strikeout off
10711 \uuline off
10712 \uwave off
10713 \noun off
10714 \color none
10715 xleftrightharpoons
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
10725 \end_inset
10726
10727
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 </row>
10733 <row topspace="2mm">
10734 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738
10739 \backslash
10740
10741 \family roman
10742 \series medium
10743 \shape up
10744 \size normal
10745 \emph off
10746 \bar no
10747 \strikeout off
10748 \uuline off
10749 \uwave off
10750 \noun off
10751 \color none
10752 xrightleftharpoons
10753 \end_layout
10754
10755 \end_inset
10756 </cell>
10757 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10758 \begin_inset Text
10759
10760 \begin_layout Plain Layout
10761 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
10762 \end_inset
10763
10764
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 </row>
10770 </lyxtabular>
10771
10772 \end_inset
10773
10774
10775 \begin_inset space \hspace*{\fill}
10776 \end_inset
10777
10778
10779 \end_layout
10780
10781 \begin_layout Standard
10782 The command scheme for all of these arrows is:
10783 \end_layout
10784
10785 \begin_layout Standard
10786 \align center
10787 \begin_inset Tabular
10788 <lyxtabular version="3" rows="2" columns="2">
10789 <features booktabs="true" tabularvalignment="middle">
10790 <column alignment="center" valignment="top" width="0pt">
10791 <column alignment="center" valignment="top" width="0pt">
10792 <row>
10793 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797 Command
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806 Result
10807 \end_layout
10808
10809 \end_inset
10810 </cell>
10811 </row>
10812 <row bottomspace="0.5mm">
10813 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817 F(a)
10818 \backslash
10819 xleftrightarrow[x=a]
10820 \backslash
10821 {x>0
10822 \begin_inset Formula $\to$
10823 \end_inset
10824
10825 F(x)
10826 \end_layout
10827
10828 \end_inset
10829 </cell>
10830 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10831 \begin_inset Text
10832
10833 \begin_layout Plain Layout
10834 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
10835 \end_inset
10836
10837
10838 \end_layout
10839
10840 \end_inset
10841 </cell>
10842 </row>
10843 </lyxtabular>
10844
10845 \end_inset
10846
10847
10848 \end_layout
10849
10850 \begin_layout Subsection
10851 Vertical and Diagonal Arrows
10852 \begin_inset Index idx
10853 range none
10854 pageformat default
10855 status collapsed
10856
10857 \begin_layout Plain Layout
10858 Arrows
10859 \begin_inset IndexMacro subentry
10860 status open
10861
10862 \begin_layout Plain Layout
10863 diagonal
10864 \end_layout
10865
10866 \end_inset
10867
10868
10869 \end_layout
10870
10871 \end_inset
10872
10873
10874 \begin_inset Index idx
10875 range none
10876 pageformat default
10877 status collapsed
10878
10879 \begin_layout Plain Layout
10880 Arrows
10881 \begin_inset IndexMacro subentry
10882 status open
10883
10884 \begin_layout Plain Layout
10885 vertical
10886 \end_layout
10887
10888 \end_inset
10889
10890
10891 \end_layout
10892
10893 \end_inset
10894
10895
10896 \end_layout
10897
10898 \begin_layout Standard
10899 \begin_inset space \hfill{}
10900 \end_inset
10901
10902
10903 \begin_inset Tabular
10904 <lyxtabular version="3" rows="7" columns="2">
10905 <features booktabs="true" tabularvalignment="middle">
10906 <column alignment="center" valignment="top" width="0pt">
10907 <column alignment="center" valignment="top" width="0pt">
10908 <row>
10909 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913 Command
10914 \end_layout
10915
10916 \end_inset
10917 </cell>
10918 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922 Result
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 </row>
10928 <row>
10929 <cell alignment="center" valignment="top" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933
10934 \backslash
10935 uparrow
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 <cell alignment="center" valignment="top" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944 \begin_inset Formula $\uparrow$
10945 \end_inset
10946
10947
10948 \end_layout
10949
10950 \end_inset
10951 </cell>
10952 </row>
10953 <row>
10954 <cell alignment="center" valignment="top" usebox="none">
10955 \begin_inset Text
10956
10957 \begin_layout Plain Layout
10958
10959 \backslash
10960 Uparrow
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 <cell alignment="center" valignment="top" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969 \begin_inset Formula $\Uparrow$
10970 \end_inset
10971
10972
10973 \end_layout
10974
10975 \end_inset
10976 </cell>
10977 </row>
10978 <row>
10979 <cell alignment="center" valignment="top" usebox="none">
10980 \begin_inset Text
10981
10982 \begin_layout Plain Layout
10983
10984 \backslash
10985 updownarrow
10986 \end_layout
10987
10988 \end_inset
10989 </cell>
10990 <cell alignment="center" valignment="top" usebox="none">
10991 \begin_inset Text
10992
10993 \begin_layout Plain Layout
10994 \begin_inset Formula $\updownarrow$
10995 \end_inset
10996
10997
10998 \end_layout
10999
11000 \end_inset
11001 </cell>
11002 </row>
11003 <row>
11004 <cell alignment="center" valignment="top" usebox="none">
11005 \begin_inset Text
11006
11007 \begin_layout Plain Layout
11008
11009 \backslash
11010 Updownarrow
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 <cell alignment="center" valignment="top" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019 \begin_inset Formula $\Updownarrow$
11020 \end_inset
11021
11022
11023 \end_layout
11024
11025 \end_inset
11026 </cell>
11027 </row>
11028 <row>
11029 <cell alignment="center" valignment="top" usebox="none">
11030 \begin_inset Text
11031
11032 \begin_layout Plain Layout
11033
11034 \backslash
11035 Downarrow
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 <cell alignment="center" valignment="top" usebox="none">
11041 \begin_inset Text
11042
11043 \begin_layout Plain Layout
11044 \begin_inset Formula $\Downarrow$
11045 \end_inset
11046
11047
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 </row>
11053 <row>
11054 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058
11059 \backslash
11060 downarrow
11061 \end_layout
11062
11063 \end_inset
11064 </cell>
11065 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11066 \begin_inset Text
11067
11068 \begin_layout Plain Layout
11069 \begin_inset Formula $\downarrow$
11070 \end_inset
11071
11072
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 </row>
11078 </lyxtabular>
11079
11080 \end_inset
11081
11082
11083 \begin_inset space \hfill{}
11084 \end_inset
11085
11086
11087 \begin_inset Tabular
11088 <lyxtabular version="3" rows="5" columns="2">
11089 <features booktabs="true" tabularvalignment="middle">
11090 <column alignment="center" valignment="top" width="0pt">
11091 <column alignment="center" valignment="top" width="0pt">
11092 <row>
11093 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11094 \begin_inset Text
11095
11096 \begin_layout Plain Layout
11097 Command
11098 \end_layout
11099
11100 \end_inset
11101 </cell>
11102 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11103 \begin_inset Text
11104
11105 \begin_layout Plain Layout
11106 Result
11107 \end_layout
11108
11109 \end_inset
11110 </cell>
11111 </row>
11112 <row>
11113 <cell alignment="center" valignment="top" usebox="none">
11114 \begin_inset Text
11115
11116 \begin_layout Plain Layout
11117
11118 \backslash
11119 nearrow
11120 \end_layout
11121
11122 \end_inset
11123 </cell>
11124 <cell alignment="center" valignment="top" usebox="none">
11125 \begin_inset Text
11126
11127 \begin_layout Plain Layout
11128 \begin_inset Formula $\nearrow$
11129 \end_inset
11130
11131
11132 \end_layout
11133
11134 \end_inset
11135 </cell>
11136 </row>
11137 <row>
11138 <cell alignment="center" valignment="top" usebox="none">
11139 \begin_inset Text
11140
11141 \begin_layout Plain Layout
11142
11143 \backslash
11144 searrow
11145 \end_layout
11146
11147 \end_inset
11148 </cell>
11149 <cell alignment="center" valignment="top" usebox="none">
11150 \begin_inset Text
11151
11152 \begin_layout Plain Layout
11153 \begin_inset Formula $\searrow$
11154 \end_inset
11155
11156
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 </row>
11162 <row>
11163 <cell alignment="center" valignment="top" usebox="none">
11164 \begin_inset Text
11165
11166 \begin_layout Plain Layout
11167
11168 \backslash
11169 swarrow
11170 \end_layout
11171
11172 \end_inset
11173 </cell>
11174 <cell alignment="center" valignment="top" usebox="none">
11175 \begin_inset Text
11176
11177 \begin_layout Plain Layout
11178 \begin_inset Formula $\swarrow$
11179 \end_inset
11180
11181
11182 \end_layout
11183
11184 \end_inset
11185 </cell>
11186 </row>
11187 <row>
11188 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11189 \begin_inset Text
11190
11191 \begin_layout Plain Layout
11192
11193 \backslash
11194 nwarrow
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203 \begin_inset Formula $\nwarrow$
11204 \end_inset
11205
11206
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 </row>
11212 </lyxtabular>
11213
11214 \end_inset
11215
11216
11217 \begin_inset space \hfill{}
11218 \end_inset
11219
11220
11221 \end_layout
11222
11223 \begin_layout Standard
11224 \begin_inset VSpace medskip
11225 \end_inset
11226
11227 Vertical arrows can also be used as delimiters together with the commands described in 
11228 \begin_inset CommandInset ref
11229 LatexCommand ref
11230 reference "subsec:Manual-Bracket-Size"
11231 nolink "false"
11232
11233 \end_inset
11234
11235  and 
11236 \begin_inset CommandInset ref
11237 LatexCommand ref
11238 reference "subsec:Automatic-Bracket-Size"
11239 nolink "false"
11240
11241 \end_inset
11242
11243 .
11244 \end_layout
11245
11246 \begin_layout Section
11247 Accents
11248 \begin_inset CommandInset label
11249 LatexCommand label
11250 name "sec:Accents"
11251
11252 \end_inset
11253
11254
11255 \begin_inset Index idx
11256 range none
11257 pageformat default
11258 status collapsed
11259
11260 \begin_layout Plain Layout
11261 Accents
11262 \end_layout
11263
11264 \end_inset
11265
11266
11267 \end_layout
11268
11269 \begin_layout Standard
11270 Accents can be inserted via the math toolbar button 
11271 \begin_inset Info
11272 type  "icon"
11273 arg   "math-insert \\hat"
11274 \end_inset
11275
11276  or the commands listed in the following subsections.
11277 \end_layout
11278
11279 \begin_layout Subsection
11280 Accents for One Character
11281 \begin_inset ERT
11282 status collapsed
11283
11284 \begin_layout Plain Layout
11285
11286
11287 \backslash
11288 texorpdfstring{
11289 \end_layout
11290
11291 \end_inset
11292
11293
11294 \begin_inset Foot
11295 status collapsed
11296
11297 \begin_layout Plain Layout
11298 For accents in text see 
11299 \begin_inset CommandInset ref
11300 LatexCommand ref
11301 reference "subsec:Accents-in-Text"
11302 nolink "false"
11303
11304 \end_inset
11305
11306
11307 \end_layout
11308
11309 \end_inset
11310
11311
11312 \begin_inset ERT
11313 status collapsed
11314
11315 \begin_layout Plain Layout
11316
11317 }{}
11318 \end_layout
11319
11320 \end_inset
11321
11322
11323 \begin_inset Note Note
11324 status collapsed
11325
11326 \begin_layout Plain Layout
11327
11328 \series bold
11329
11330 \backslash
11331 texorpdfstring
11332 \series default
11333  is used to avoid that the footnote appears in the PDF-bookmark.
11334 \end_layout
11335
11336 \begin_layout Plain Layout
11337 More about 
11338 \series bold
11339
11340 \backslash
11341 texorpdfstring
11342 \series default
11343  is in section 
11344 \begin_inset CommandInset ref
11345 LatexCommand ref
11346 reference "subsec:Formulas-in-Section"
11347 nolink "false"
11348
11349 \end_inset
11350
11351 .
11352 \end_layout
11353
11354 \end_inset
11355
11356
11357 \begin_inset CommandInset label
11358 LatexCommand label
11359 name "subsec:Accents-for-one"
11360
11361 \end_inset
11362
11363
11364 \begin_inset Index idx
11365 range none
11366 pageformat default
11367 status collapsed
11368
11369 \begin_layout Plain Layout
11370 Accents
11371 \begin_inset IndexMacro subentry
11372 status open
11373
11374 \begin_layout Plain Layout
11375 for one character
11376 \end_layout
11377
11378 \end_inset
11379
11380
11381 \end_layout
11382
11383 \end_inset
11384
11385
11386 \end_layout
11387
11388 \begin_layout Standard
11389 \begin_inset space \hfill{}
11390 \end_inset
11391
11392
11393 \begin_inset Tabular
11394 <lyxtabular version="3" rows="8" columns="2">
11395 <features booktabs="true" tabularvalignment="middle">
11396 <column alignment="center" valignment="top" width="0pt">
11397 <column alignment="center" valignment="top" width="0pt">
11398 <row>
11399 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Plain Layout
11403 Command
11404 \end_layout
11405
11406 \end_inset
11407 </cell>
11408 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11409 \begin_inset Text
11410
11411 \begin_layout Plain Layout
11412 Result
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 </row>
11418 <row topspace="1.5mm">
11419 <cell alignment="center" valignment="top" usebox="none">
11420 \begin_inset Text
11421
11422 \begin_layout Plain Layout
11423
11424 \backslash
11425 dot
11426 \begin_inset space \textvisiblespace{}
11427 \end_inset
11428
11429 A
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 <cell alignment="center" valignment="top" usebox="none">
11435 \begin_inset Text
11436
11437 \begin_layout Plain Layout
11438 \begin_inset Formula $\dot{A}$
11439 \end_inset
11440
11441
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 </row>
11447 <row topspace="1.5mm">
11448 <cell alignment="center" valignment="top" usebox="none">
11449 \begin_inset Text
11450
11451 \begin_layout Plain Layout
11452
11453 \backslash
11454 ddot
11455 \begin_inset space \textvisiblespace{}
11456 \end_inset
11457
11458 A
11459 \end_layout
11460
11461 \end_inset
11462 </cell>
11463 <cell alignment="center" valignment="top" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467 \begin_inset Formula $\ddot{A}$
11468 \end_inset
11469
11470
11471 \end_layout
11472
11473 \end_inset
11474 </cell>
11475 </row>
11476 <row topspace="1.5mm">
11477 <cell alignment="center" valignment="top" usebox="none">
11478 \begin_inset Text
11479
11480 \begin_layout Plain Layout
11481
11482 \backslash
11483 dddot
11484 \begin_inset space \textvisiblespace{}
11485 \end_inset
11486
11487 A
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 <cell alignment="center" valignment="top" usebox="none">
11493 \begin_inset Text
11494
11495 \begin_layout Plain Layout
11496 \begin_inset Formula $\dddot{A}$
11497 \end_inset
11498
11499
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 </row>
11505 <row topspace="1.5mm">
11506 <cell alignment="center" valignment="top" usebox="none">
11507 \begin_inset Text
11508
11509 \begin_layout Plain Layout
11510
11511 \backslash
11512 ddddot
11513 \begin_inset space \textvisiblespace{}
11514 \end_inset
11515
11516 A
11517 \end_layout
11518
11519 \end_inset
11520 </cell>
11521 <cell alignment="center" valignment="top" usebox="none">
11522 \begin_inset Text
11523
11524 \begin_layout Plain Layout
11525 \begin_inset Formula $\ddddot{A}$
11526 \end_inset
11527
11528
11529 \end_layout
11530
11531 \end_inset
11532 </cell>
11533 </row>
11534 <row topspace="1.5mm">
11535 <cell alignment="center" valignment="top" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Plain Layout
11539
11540 \backslash
11541 vec
11542 \begin_inset space \textvisiblespace{}
11543 \end_inset
11544
11545 A
11546 \begin_inset Index idx
11547 range none
11548 pageformat default
11549 status collapsed
11550
11551 \begin_layout Plain Layout
11552 Vectors
11553 \end_layout
11554
11555 \end_inset
11556
11557
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 <cell alignment="center" valignment="top" usebox="none">
11563 \begin_inset Text
11564
11565 \begin_layout Plain Layout
11566 \begin_inset Formula $\vec{A}$
11567 \end_inset
11568
11569
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 </row>
11575 <row topspace="1.5mm">
11576 <cell alignment="center" valignment="top" usebox="none">
11577 \begin_inset Text
11578
11579 \begin_layout Plain Layout
11580
11581 \backslash
11582 bar
11583 \begin_inset space \textvisiblespace{}
11584 \end_inset
11585
11586 A
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 <cell alignment="center" valignment="top" usebox="none">
11592 \begin_inset Text
11593
11594 \begin_layout Plain Layout
11595 \begin_inset Formula $\bar{A}$
11596 \end_inset
11597
11598
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 </row>
11604 <row topspace="1.5mm">
11605 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11606 \begin_inset Text
11607
11608 \begin_layout Plain Layout
11609
11610 \backslash
11611 mathring
11612 \begin_inset space \textvisiblespace{}
11613 \end_inset
11614
11615 A
11616 \end_layout
11617
11618 \end_inset
11619 </cell>
11620 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11621 \begin_inset Text
11622
11623 \begin_layout Plain Layout
11624 \begin_inset Formula $\mathring{A}$
11625 \end_inset
11626
11627
11628 \end_layout
11629
11630 \end_inset
11631 </cell>
11632 </row>
11633 </lyxtabular>
11634
11635 \end_inset
11636
11637
11638 \begin_inset space \hfill{}
11639 \end_inset
11640
11641
11642 \begin_inset Tabular
11643 <lyxtabular version="3" rows="7" columns="2">
11644 <features booktabs="true" tabularvalignment="middle">
11645 <column alignment="center" valignment="top" width="0pt">
11646 <column alignment="center" valignment="top" width="0pt">
11647 <row>
11648 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11649 \begin_inset Text
11650
11651 \begin_layout Plain Layout
11652 Command
11653 \end_layout
11654
11655 \end_inset
11656 </cell>
11657 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11658 \begin_inset Text
11659
11660 \begin_layout Plain Layout
11661 Result
11662 \end_layout
11663
11664 \end_inset
11665 </cell>
11666 </row>
11667 <row topspace="1.5mm">
11668 <cell alignment="center" valignment="top" usebox="none">
11669 \begin_inset Text
11670
11671 \begin_layout Plain Layout
11672
11673 \backslash
11674 tilde
11675 \begin_inset space \textvisiblespace{}
11676 \end_inset
11677
11678 A
11679 \end_layout
11680
11681 \end_inset
11682 </cell>
11683 <cell alignment="center" valignment="top" usebox="none">
11684 \begin_inset Text
11685
11686 \begin_layout Plain Layout
11687 \begin_inset Formula $\tilde{A}$
11688 \end_inset
11689
11690
11691 \end_layout
11692
11693 \end_inset
11694 </cell>
11695 </row>
11696 <row topspace="1.5mm">
11697 <cell alignment="center" valignment="top" usebox="none">
11698 \begin_inset Text
11699
11700 \begin_layout Plain Layout
11701
11702 \backslash
11703 hat
11704 \begin_inset space \textvisiblespace{}
11705 \end_inset
11706
11707 A
11708 \end_layout
11709
11710 \end_inset
11711 </cell>
11712 <cell alignment="center" valignment="top" usebox="none">
11713 \begin_inset Text
11714
11715 \begin_layout Plain Layout
11716 \begin_inset Formula $\hat{A}$
11717 \end_inset
11718
11719
11720 \end_layout
11721
11722 \end_inset
11723 </cell>
11724 </row>
11725 <row topspace="1.5mm">
11726 <cell alignment="center" valignment="top" usebox="none">
11727 \begin_inset Text
11728
11729 \begin_layout Plain Layout
11730
11731 \backslash
11732 check
11733 \begin_inset space \textvisiblespace{}
11734 \end_inset
11735
11736 A
11737 \end_layout
11738
11739 \end_inset
11740 </cell>
11741 <cell alignment="center" valignment="top" usebox="none">
11742 \begin_inset Text
11743
11744 \begin_layout Plain Layout
11745 \begin_inset Formula $\check{A}$
11746 \end_inset
11747
11748
11749 \end_layout
11750
11751 \end_inset
11752 </cell>
11753 </row>
11754 <row topspace="1.5mm">
11755 <cell alignment="center" valignment="top" usebox="none">
11756 \begin_inset Text
11757
11758 \begin_layout Plain Layout
11759
11760 \backslash
11761 acute
11762 \begin_inset space \textvisiblespace{}
11763 \end_inset
11764
11765 A
11766 \end_layout
11767
11768 \end_inset
11769 </cell>
11770 <cell alignment="center" valignment="top" usebox="none">
11771 \begin_inset Text
11772
11773 \begin_layout Plain Layout
11774 \begin_inset Formula $\acute{A}$
11775 \end_inset
11776
11777
11778 \end_layout
11779
11780 \end_inset
11781 </cell>
11782 </row>
11783 <row topspace="1.5mm">
11784 <cell alignment="center" valignment="top" usebox="none">
11785 \begin_inset Text
11786
11787 \begin_layout Plain Layout
11788
11789 \backslash
11790 grave
11791 \begin_inset space \textvisiblespace{}
11792 \end_inset
11793
11794 A
11795 \end_layout
11796
11797 \end_inset
11798 </cell>
11799 <cell alignment="center" valignment="top" usebox="none">
11800 \begin_inset Text
11801
11802 \begin_layout Plain Layout
11803 \begin_inset Formula $\grave{A}$
11804 \end_inset
11805
11806
11807 \end_layout
11808
11809 \end_inset
11810 </cell>
11811 </row>
11812 <row topspace="1.5mm">
11813 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11814 \begin_inset Text
11815
11816 \begin_layout Plain Layout
11817
11818 \backslash
11819 breve
11820 \begin_inset space \textvisiblespace{}
11821 \end_inset
11822
11823 A
11824 \end_layout
11825
11826 \end_inset
11827 </cell>
11828 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11829 \begin_inset Text
11830
11831 \begin_layout Plain Layout
11832 \begin_inset Formula $\breve{A}$
11833 \end_inset
11834
11835
11836 \end_layout
11837
11838 \end_inset
11839 </cell>
11840 </row>
11841 </lyxtabular>
11842
11843 \end_inset
11844
11845
11846 \begin_inset space \hfill{}
11847 \end_inset
11848
11849
11850 \end_layout
11851
11852 \begin_layout Standard
11853 \begin_inset VSpace bigskip
11854 \end_inset
11855
11856
11857 \end_layout
11858
11859 \begin_layout Standard
11860 You can directly insert accents such as é in formulas.
11861  \SpecialChar LyX
11862  will transform them to the corresponding accent command.
11863  For umlauts
11864 \begin_inset Index idx
11865 range none
11866 pageformat default
11867 status collapsed
11868
11869 \begin_layout Plain Layout
11870 Umlauts
11871 \end_layout
11872
11873 \end_inset
11874
11875  however it is better to insert a quotation mark before the vowel.
11876  These two characters are then treated by \SpecialChar LaTeX
11877  as 
11878 \emph on
11879 one
11880 \emph default
11881  character when the formula part with the umlaut is marked as German.
11882  In contrast to 
11883 \series bold
11884
11885 \backslash
11886 ddot
11887 \series default
11888 ,
11889  with this method 
11890 \begin_inset Quotes eld
11891 \end_inset
11892
11893 real
11894 \begin_inset Quotes erd
11895 \end_inset
11896
11897  umlauts are created as demonstrated in the following example:
11898 \end_layout
11899
11900 \begin_layout Standard
11901 \begin_inset VSpace -2mm
11902 \end_inset
11903
11904
11905 \end_layout
11906
11907 \begin_layout Standard
11908 \align center
11909 \begin_inset Tabular
11910 <lyxtabular version="3" rows="3" columns="2">
11911 <features booktabs="true" tabularvalignment="middle">
11912 <column alignment="center" valignment="top" width="0pt">
11913 <column alignment="center" valignment="top">
11914 <row>
11915 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11916 \begin_inset Text
11917
11918 \begin_layout Plain Layout
11919 Command
11920 \end_layout
11921
11922 \end_inset
11923 </cell>
11924 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11925 \begin_inset Text
11926
11927 \begin_layout Plain Layout
11928 Result
11929 \end_layout
11930
11931 \end_inset
11932 </cell>
11933 </row>
11934 <row>
11935 <cell alignment="center" valignment="top" usebox="none">
11936 \begin_inset Text
11937
11938 \begin_layout Plain Layout
11939 \begin_inset Quotes grd
11940 \end_inset
11941
11942 i
11943 \end_layout
11944
11945 \end_inset
11946 </cell>
11947 <cell alignment="center" valignment="top" usebox="none">
11948 \begin_inset Text
11949
11950 \begin_layout Plain Layout
11951 \begin_inset space \hspace{}
11952 \length 0pt
11953 \end_inset
11954
11955
11956 \lang ngerman
11957
11958 \begin_inset Formula $"i$
11959 \end_inset
11960
11961
11962 \end_layout
11963
11964 \end_inset
11965 </cell>
11966 </row>
11967 <row topspace="1.5mm">
11968 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11969 \begin_inset Text
11970
11971 \begin_layout Plain Layout
11972
11973 \backslash
11974 ddot
11975 \begin_inset space \textvisiblespace{}
11976 \end_inset
11977
11978 i
11979 \end_layout
11980
11981 \end_inset
11982 </cell>
11983 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11984 \begin_inset Text
11985
11986 \begin_layout Plain Layout
11987 \begin_inset Formula $\ddot{i}$
11988 \end_inset
11989
11990
11991 \end_layout
11992
11993 \end_inset
11994 </cell>
11995 </row>
11996 </lyxtabular>
11997
11998 \end_inset
11999
12000
12001 \end_layout
12002
12003 \begin_layout Standard
12004 One advantage with 
12005 \series bold
12006
12007 \backslash
12008 ddot
12009 \series default
12010  is that umlauts can be directly converted to mathematical text because the accent commands above are 
12011 \emph on
12012 not allowed
12013 \emph default
12014  
12015 \emph on
12016 in mathematical text
12017 \emph default
12018 .
12019  To convert an accented character to mathematical text,
12020  only the character under the accent may be converted.
12021  This applies for all conversions,
12022  e.
12023 \begin_inset space \thinspace{}
12024 \end_inset
12025
12026 g.
12027 \begin_inset space \space{}
12028 \end_inset
12029
12030 to italic or bold.
12031 \end_layout
12032
12033 \begin_layout Standard
12034 \begin_inset VSpace bigskip
12035 \end_inset
12036
12037
12038 \end_layout
12039
12040 \begin_layout Standard
12041 \SpecialChar LyX
12042  also supports a tilde under the character if the \SpecialChar LaTeX
12043 -package 
12044 \series bold
12045 undertilde
12046 \series default
12047
12048 \begin_inset Index idx
12049 range none
12050 pageformat default
12051 status collapsed
12052
12053 \begin_layout Plain Layout
12054 Packages
12055 \begin_inset IndexMacro subentry
12056 status open
12057
12058 \begin_layout Plain Layout
12059 undertilde
12060 \end_layout
12061
12062 \end_inset
12063
12064
12065 \end_layout
12066
12067 \end_inset
12068
12069  is installed on your system:
12070 \end_layout
12071
12072 \begin_layout Standard
12073 \begin_inset ERT
12074 status collapsed
12075
12076 \begin_layout Plain Layout
12077
12078
12079 \backslash
12080 ifundertilde 
12081 \end_layout
12082
12083 \end_inset
12084
12085
12086 \begin_inset Note Note
12087 status open
12088
12089 \begin_layout Plain Layout
12090 The following table will only be displayed when the \SpecialChar LaTeX
12091 -package 
12092 \series bold
12093 undertilde
12094 \series default
12095  is installed.
12096 \end_layout
12097
12098 \end_inset
12099
12100
12101 \end_layout
12102
12103 \begin_layout Standard
12104 \noindent
12105 \align center
12106 \begin_inset Tabular
12107 <lyxtabular version="3" rows="2" columns="2">
12108 <features booktabs="true" tabularvalignment="middle">
12109 <column alignment="center" valignment="top" width="0pt">
12110 <column alignment="center" valignment="top" width="0pt">
12111 <row>
12112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12113 \begin_inset Text
12114
12115 \begin_layout Plain Layout
12116 Command
12117 \end_layout
12118
12119 \end_inset
12120 </cell>
12121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12122 \begin_inset Text
12123
12124 \begin_layout Plain Layout
12125 Result
12126 \end_layout
12127
12128 \end_inset
12129 </cell>
12130 </row>
12131 <row>
12132 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12133 \begin_inset Text
12134
12135 \begin_layout Plain Layout
12136
12137 \backslash
12138 utilde
12139 \begin_inset space \textvisiblespace{}
12140 \end_inset
12141
12142 A
12143 \end_layout
12144
12145 \end_inset
12146 </cell>
12147 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12148 \begin_inset Text
12149
12150 \begin_layout Plain Layout
12151 \begin_inset Formula $\utilde{A}$
12152 \end_inset
12153
12154
12155 \end_layout
12156
12157 \end_inset
12158 </cell>
12159 </row>
12160 </lyxtabular>
12161
12162 \end_inset
12163
12164
12165 \end_layout
12166
12167 \begin_layout Standard
12168 \begin_inset ERT
12169 status collapsed
12170
12171 \begin_layout Plain Layout
12172
12173
12174 \backslash
12175 else 
12176 \end_layout
12177
12178 \end_inset
12179
12180
12181 \begin_inset Note Note
12182 status open
12183
12184 \begin_layout Plain Layout
12185 The following will be displayed when the \SpecialChar LaTeX
12186 -package 
12187 \series bold
12188 undertilde
12189 \series default
12190  is not installed:
12191 \end_layout
12192
12193 \end_inset
12194
12195
12196 \end_layout
12197
12198 \begin_layout Standard
12199 You need to install the \SpecialChar LaTeX
12200 -package 
12201 \series bold
12202 undertilde
12203 \series default
12204  to see the rest of this subsection in the output.
12205 \end_layout
12206
12207 \begin_layout Standard
12208 \begin_inset ERT
12209 status collapsed
12210
12211 \begin_layout Plain Layout
12212
12213
12214 \backslash
12215 fi 
12216 \end_layout
12217
12218 \end_inset
12219
12220
12221 \end_layout
12222
12223 \begin_layout Subsection
12224 Accents for Several Characters
12225 \begin_inset Index idx
12226 range none
12227 pageformat default
12228 status collapsed
12229
12230 \begin_layout Plain Layout
12231 Accents
12232 \begin_inset IndexMacro subentry
12233 status open
12234
12235 \begin_layout Plain Layout
12236 for several characters
12237 \end_layout
12238
12239 \end_inset
12240
12241
12242 \end_layout
12243
12244 \end_inset
12245
12246
12247 \end_layout
12248
12249 \begin_layout Standard
12250 \begin_inset space \hfill{}
12251 \end_inset
12252
12253
12254 \begin_inset Tabular
12255 <lyxtabular version="3" rows="5" columns="2">
12256 <features booktabs="true" tabularvalignment="middle">
12257 <column alignment="center" valignment="top" width="0pt">
12258 <column alignment="center" valignment="top" width="0pt">
12259 <row>
12260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12261 \begin_inset Text
12262
12263 \begin_layout Plain Layout
12264 Command
12265 \end_layout
12266
12267 \end_inset
12268 </cell>
12269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12270 \begin_inset Text
12271
12272 \begin_layout Plain Layout
12273 Result
12274 \end_layout
12275
12276 \end_inset
12277 </cell>
12278 </row>
12279 <row topspace="1.5mm">
12280 <cell alignment="center" valignment="top" usebox="none">
12281 \begin_inset Text
12282
12283 \begin_layout Plain Layout
12284
12285 \backslash
12286 overleftarrow
12287 \begin_inset space \textvisiblespace{}
12288 \end_inset
12289
12290 A=B
12291 \end_layout
12292
12293 \end_inset
12294 </cell>
12295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12296 \begin_inset Text
12297
12298 \begin_layout Plain Layout
12299 \begin_inset Formula $\overleftarrow{A=B}$
12300 \end_inset
12301
12302
12303 \end_layout
12304
12305 \end_inset
12306 </cell>
12307 </row>
12308 <row topspace="1.5mm">
12309 <cell alignment="center" valignment="top" usebox="none">
12310 \begin_inset Text
12311
12312 \begin_layout Plain Layout
12313
12314 \backslash
12315 underleftarrow
12316 \begin_inset space \textvisiblespace{}
12317 \end_inset
12318
12319 A=B
12320 \end_layout
12321
12322 \end_inset
12323 </cell>
12324 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12325 \begin_inset Text
12326
12327 \begin_layout Plain Layout
12328 \begin_inset Formula $\underleftarrow{A=B}$
12329 \end_inset
12330
12331
12332 \end_layout
12333
12334 \end_inset
12335 </cell>
12336 </row>
12337 <row topspace="1.5mm">
12338 <cell alignment="center" valignment="top" usebox="none">
12339 \begin_inset Text
12340
12341 \begin_layout Plain Layout
12342
12343 \backslash
12344 overleftrightarrow
12345 \begin_inset space \textvisiblespace{}
12346 \end_inset
12347
12348 A=B
12349 \end_layout
12350
12351 \end_inset
12352 </cell>
12353 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12354 \begin_inset Text
12355
12356 \begin_layout Plain Layout
12357 \begin_inset Formula $\overleftrightarrow{A=B}$
12358 \end_inset
12359
12360
12361 \end_layout
12362
12363 \end_inset
12364 </cell>
12365 </row>
12366 <row topspace="1.5mm" bottomspace="1mm">
12367 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12368 \begin_inset Text
12369
12370 \begin_layout Plain Layout
12371
12372 \backslash
12373 underleftrightarrow
12374 \begin_inset space \textvisiblespace{}
12375 \end_inset
12376
12377 A=B
12378 \end_layout
12379
12380 \end_inset
12381 </cell>
12382 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12383 \begin_inset Text
12384
12385 \begin_layout Plain Layout
12386 \begin_inset Formula $\underleftrightarrow{A=B}$
12387 \end_inset
12388
12389
12390 \end_layout
12391
12392 \end_inset
12393 </cell>
12394 </row>
12395 </lyxtabular>
12396
12397 \end_inset
12398
12399
12400 \begin_inset space \hfill{}
12401 \end_inset
12402
12403
12404 \begin_inset Tabular
12405 <lyxtabular version="3" rows="5" columns="2">
12406 <features booktabs="true" tabularvalignment="middle">
12407 <column alignment="center" valignment="top" width="0pt">
12408 <column alignment="center" valignment="top" width="0pt">
12409 <row>
12410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12411 \begin_inset Text
12412
12413 \begin_layout Plain Layout
12414 Command
12415 \end_layout
12416
12417 \end_inset
12418 </cell>
12419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12420 \begin_inset Text
12421
12422 \begin_layout Plain Layout
12423 Result
12424 \end_layout
12425
12426 \end_inset
12427 </cell>
12428 </row>
12429 <row topspace="1.5mm">
12430 <cell alignment="center" valignment="top" usebox="none">
12431 \begin_inset Text
12432
12433 \begin_layout Plain Layout
12434
12435 \backslash
12436 overrightarrow
12437 \begin_inset space \textvisiblespace{}
12438 \end_inset
12439
12440 A=B
12441 \end_layout
12442
12443 \end_inset
12444 </cell>
12445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12446 \begin_inset Text
12447
12448 \begin_layout Plain Layout
12449 \begin_inset Formula $\overrightarrow{A=B}$
12450 \end_inset
12451
12452
12453 \end_layout
12454
12455 \end_inset
12456 </cell>
12457 </row>
12458 <row topspace="1.5mm">
12459 <cell alignment="center" valignment="top" usebox="none">
12460 \begin_inset Text
12461
12462 \begin_layout Plain Layout
12463
12464 \backslash
12465 underrightarrow
12466 \begin_inset space \textvisiblespace{}
12467 \end_inset
12468
12469 A=B
12470 \end_layout
12471
12472 \end_inset
12473 </cell>
12474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12475 \begin_inset Text
12476
12477 \begin_layout Plain Layout
12478 \begin_inset Formula $\underrightarrow{A=B}$
12479 \end_inset
12480
12481
12482 \end_layout
12483
12484 \end_inset
12485 </cell>
12486 </row>
12487 <row topspace="1.5mm">
12488 <cell alignment="center" valignment="top" usebox="none">
12489 \begin_inset Text
12490
12491 \begin_layout Plain Layout
12492
12493 \backslash
12494 widetilde
12495 \begin_inset space \textvisiblespace{}
12496 \end_inset
12497
12498 A=B
12499 \end_layout
12500
12501 \end_inset
12502 </cell>
12503 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12504 \begin_inset Text
12505
12506 \begin_layout Plain Layout
12507 \begin_inset Formula $\widetilde{A=B}$
12508 \end_inset
12509
12510
12511 \end_layout
12512
12513 \end_inset
12514 </cell>
12515 </row>
12516 <row topspace="1.5mm" bottomspace="1mm">
12517 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12518 \begin_inset Text
12519
12520 \begin_layout Plain Layout
12521
12522 \backslash
12523 widehat
12524 \begin_inset space \textvisiblespace{}
12525 \end_inset
12526
12527 A=B
12528 \end_layout
12529
12530 \end_inset
12531 </cell>
12532 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12533 \begin_inset Text
12534
12535 \begin_layout Plain Layout
12536 \begin_inset Formula $\widehat{A=B}$
12537 \end_inset
12538
12539
12540 \end_layout
12541
12542 \end_inset
12543 </cell>
12544 </row>
12545 </lyxtabular>
12546
12547 \end_inset
12548
12549
12550 \begin_inset space \hfill{}
12551 \end_inset
12552
12553
12554 \end_layout
12555
12556 \begin_layout Standard
12557 \begin_inset VSpace medskip
12558 \end_inset
12559
12560 Using these commands you can accent as many characters as you like.
12561  But the accents 
12562 \series bold
12563
12564 \backslash
12565 widetilde
12566 \series default
12567  and 
12568 \series bold
12569
12570 \backslash
12571 widehat
12572 \series default
12573  will only be set in the output with a length of three characters,
12574  as shown in the following example:
12575 \begin_inset Formula 
12576 \[
12577 \widetilde{A+B=C-D}
12578 \]
12579
12580 \end_inset
12581
12582
12583 \end_layout
12584
12585 \begin_layout Standard
12586 It is also possible to accent several characters using the commands 
12587 \series bold
12588
12589 \backslash
12590 overset
12591 \series default
12592
12593 \begin_inset Index idx
12594 range none
12595 pageformat default
12596 status collapsed
12597
12598 \begin_layout Plain Layout
12599 Commands
12600 \begin_inset IndexMacro subentry
12601 status open
12602
12603 \begin_layout Plain Layout
12604 O
12605 \end_layout
12606
12607 \end_inset
12608
12609
12610 \begin_inset IndexMacro subentry
12611 status open
12612
12613 \begin_layout Plain Layout
12614
12615 \backslash
12616 overset
12617 \end_layout
12618
12619 \end_inset
12620
12621
12622 \end_layout
12623
12624 \end_inset
12625
12626  and 
12627 \series bold
12628
12629 \backslash
12630 underset
12631 \series default
12632
12633 \begin_inset Index idx
12634 range none
12635 pageformat default
12636 status collapsed
12637
12638 \begin_layout Plain Layout
12639 Commands
12640 \begin_inset IndexMacro subentry
12641 status open
12642
12643 \begin_layout Plain Layout
12644 U
12645 \end_layout
12646
12647 \end_inset
12648
12649
12650 \begin_inset IndexMacro subentry
12651 status open
12652
12653 \begin_layout Plain Layout
12654
12655 \backslash
12656 underset
12657 \end_layout
12658
12659 \end_inset
12660
12661
12662 \end_layout
12663
12664 \end_inset
12665
12666  described in the previous subsection.
12667  The command 
12668 \series bold
12669
12670 \backslash
12671 underset
12672 \begin_inset space \textvisiblespace{}
12673 \end_inset
12674
12675 A=B
12676 \begin_inset Formula $\downarrow$
12677 \end_inset
12678
12679 ***
12680 \series default
12681  creates:
12682 \begin_inset Formula 
12683 \[
12684 \underset{***}{A=B}
12685 \]
12686
12687 \end_inset
12688
12689
12690 \end_layout
12691
12692 \begin_layout Section
12693 Space
12694 \begin_inset CommandInset label
12695 LatexCommand label
12696 name "subsec:Space"
12697
12698 \end_inset
12699
12700
12701 \begin_inset Index idx
12702 range none
12703 pageformat default
12704 status collapsed
12705
12706 \begin_layout Plain Layout
12707 Space
12708 \begin_inset IndexMacro subentry
12709 status open
12710
12711 \begin_layout Plain Layout
12712 horizontal
12713 \end_layout
12714
12715 \end_inset
12716
12717
12718 \end_layout
12719
12720 \end_inset
12721
12722
12723 \end_layout
12724
12725 \begin_layout Subsection
12726 Predefined Space
12727 \begin_inset CommandInset label
12728 LatexCommand label
12729 name "subsec:Predefined-Space"
12730
12731 \end_inset
12732
12733
12734 \begin_inset Index idx
12735 range none
12736 pageformat default
12737 status collapsed
12738
12739 \begin_layout Plain Layout
12740 Space
12741 \begin_inset IndexMacro subentry
12742 status open
12743
12744 \begin_layout Plain Layout
12745 horizontal
12746 \end_layout
12747
12748 \end_inset
12749
12750
12751 \begin_inset IndexMacro subentry
12752 status open
12753
12754 \begin_layout Plain Layout
12755 predefined
12756 \end_layout
12757
12758 \end_inset
12759
12760
12761 \end_layout
12762
12763 \end_inset
12764
12765
12766 \end_layout
12767
12768 \begin_layout Standard
12769 Sometimes it is necessary to insert horizontal space into a formula.
12770  This is done by inserting a 
12771 \change_deleted 177693 1654668870
12772 protected
12773 \change_inserted 177693 1654668872
12774 non-breaking
12775 \change_unchanged
12776  space (shortcut 
12777 \change_inserted 5863208 1612729962
12778
12779 \begin_inset Info
12780 type  "shortcut"
12781 arg   "command-alternatives math-space ; space-insert protected"
12782 \end_inset
12783
12784
12785 \change_deleted 5863208 1612729965
12786
12787 \begin_inset Info
12788 type  "shortcut"
12789 arg   "command-alternatives space-insert protected ; math-space"
12790 \end_inset
12791
12792
12793 \begin_inset Note Note
12794 status open
12795
12796 \begin_layout Plain Layout
12797
12798 \change_inserted 232239728 1611160593
12799 What is intended here?
12800 \change_unchanged
12801
12802 \end_layout
12803
12804 \end_inset
12805
12806
12807 \change_unchanged
12808 ).
12809  A 
12810 \begin_inset Quotes eld
12811 \end_inset
12812
12813
12814 \color blue
12815
12816 \begin_inset space \textvisiblespace{}
12817 \end_inset
12818
12819
12820 \color inherit
12821
12822 \begin_inset Quotes erd
12823 \end_inset
12824
12825  appears and by pressing 
12826 \family sans
12827 Space
12828 \family default
12829  several times one can select one of eight different space sizes.
12830  The spaces can also be inserted using the math toolbar button 
12831 \begin_inset Info
12832 type  "icon"
12833 arg   "math-insert \\space"
12834 \end_inset
12835
12836  or special commands.
12837  The size can be adjusted at any time by positioning the cursor on the 
12838 \begin_inset Info
12839 type  "icon"
12840 arg   "math-insert \\space"
12841 \end_inset
12842
12843  and pressing 
12844 \family sans
12845 Space
12846 \family default
12847  until the desired size is achieved.
12848 \end_layout
12849
12850 \begin_layout Standard
12851 \noindent
12852 \align center
12853 \begin_inset Tabular
12854 <lyxtabular version="3" rows="6" columns="3">
12855 <features booktabs="true" tabularvalignment="middle">
12856 <column alignment="center" valignment="top">
12857 <column alignment="center" valignment="top" width="15col%">
12858 <column alignment="center" valignment="top">
12859 <row>
12860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12861 \begin_inset Text
12862
12863 \begin_layout Plain Layout
12864 Command
12865 \end_layout
12866
12867 \end_inset
12868 </cell>
12869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12870 \begin_inset Text
12871
12872 \begin_layout Plain Layout
12873 Number of 
12874 \family sans
12875 Space
12876 \family default
12877  keystrokes
12878 \end_layout
12879
12880 \end_inset
12881 </cell>
12882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12883 \begin_inset Text
12884
12885 \begin_layout Plain Layout
12886 Result
12887 \end_layout
12888
12889 \end_inset
12890 </cell>
12891 </row>
12892 <row>
12893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12894 \begin_inset Text
12895
12896 \begin_layout Plain Layout
12897
12898 \backslash
12899 ,
12900 \end_layout
12901
12902 \end_inset
12903 </cell>
12904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12905 \begin_inset Text
12906
12907 \begin_layout Plain Layout
12908 0
12909 \end_layout
12910
12911 \end_inset
12912 </cell>
12913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12914 \begin_inset Text
12915
12916 \begin_layout Plain Layout
12917 \begin_inset Formula $A\,B$
12918 \end_inset
12919
12920
12921 \end_layout
12922
12923 \end_inset
12924 </cell>
12925 </row>
12926 <row>
12927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12928 \begin_inset Text
12929
12930 \begin_layout Plain Layout
12931
12932 \backslash
12933 :
12934 \end_layout
12935
12936 \end_inset
12937 </cell>
12938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12939 \begin_inset Text
12940
12941 \begin_layout Plain Layout
12942 1
12943 \end_layout
12944
12945 \end_inset
12946 </cell>
12947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12948 \begin_inset Text
12949
12950 \begin_layout Plain Layout
12951 \begin_inset Formula $A\:B$
12952 \end_inset
12953
12954
12955 \end_layout
12956
12957 \end_inset
12958 </cell>
12959 </row>
12960 <row>
12961 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12962 \begin_inset Text
12963
12964 \begin_layout Plain Layout
12965
12966 \backslash
12967 ;
12968 \end_layout
12969
12970 \end_inset
12971 </cell>
12972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12973 \begin_inset Text
12974
12975 \begin_layout Plain Layout
12976 2
12977 \end_layout
12978
12979 \end_inset
12980 </cell>
12981 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12982 \begin_inset Text
12983
12984 \begin_layout Plain Layout
12985 \begin_inset Formula $A\;B$
12986 \end_inset
12987
12988
12989 \end_layout
12990
12991 \end_inset
12992 </cell>
12993 </row>
12994 <row>
12995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12996 \begin_inset Text
12997
12998 \begin_layout Plain Layout
12999
13000 \backslash
13001 quad
13002 \end_layout
13003
13004 \end_inset
13005 </cell>
13006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13007 \begin_inset Text
13008
13009 \begin_layout Plain Layout
13010 3
13011 \end_layout
13012
13013 \end_inset
13014 </cell>
13015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13016 \begin_inset Text
13017
13018 \begin_layout Plain Layout
13019 \begin_inset Formula $A\quad B$
13020 \end_inset
13021
13022
13023 \end_layout
13024
13025 \end_inset
13026 </cell>
13027 </row>
13028 <row>
13029 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13030 \begin_inset Text
13031
13032 \begin_layout Plain Layout
13033
13034 \backslash
13035 qquad
13036 \end_layout
13037
13038 \end_inset
13039 </cell>
13040 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13041 \begin_inset Text
13042
13043 \begin_layout Plain Layout
13044 4
13045 \end_layout
13046
13047 \end_inset
13048 </cell>
13049 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13050 \begin_inset Text
13051
13052 \begin_layout Plain Layout
13053 \begin_inset Formula $A\qquad B$
13054 \end_inset
13055
13056
13057 \end_layout
13058
13059 \end_inset
13060 </cell>
13061 </row>
13062 </lyxtabular>
13063
13064 \end_inset
13065
13066
13067 \begin_inset space \hfill{}
13068 \end_inset
13069
13070
13071 \begin_inset Tabular
13072 <lyxtabular version="3" rows="6" columns="3">
13073 <features booktabs="true" tabularvalignment="middle">
13074 <column alignment="center" valignment="top">
13075 <column alignment="center" valignment="top" width="15col%">
13076 <column alignment="center" valignment="top">
13077 <row>
13078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13079 \begin_inset Text
13080
13081 \begin_layout Plain Layout
13082 Command
13083 \end_layout
13084
13085 \end_inset
13086 </cell>
13087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13088 \begin_inset Text
13089
13090 \begin_layout Plain Layout
13091 Number of 
13092 \family sans
13093 Space
13094 \family default
13095  keystrokes
13096 \end_layout
13097
13098 \end_inset
13099 </cell>
13100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13101 \begin_inset Text
13102
13103 \begin_layout Plain Layout
13104 Result
13105 \end_layout
13106
13107 \end_inset
13108 </cell>
13109 </row>
13110 <row>
13111 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13112 \begin_inset Text
13113
13114 \begin_layout Plain Layout
13115
13116 \backslash
13117 hfill
13118 \end_layout
13119
13120 \end_inset
13121 </cell>
13122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13123 \begin_inset Text
13124
13125 \begin_layout Plain Layout
13126 5
13127 \end_layout
13128
13129 \end_inset
13130 </cell>
13131 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13132 \begin_inset Text
13133
13134 \begin_layout Plain Layout
13135 \begin_inset Formula $A\hfill B$
13136 \end_inset
13137
13138
13139 \end_layout
13140
13141 \end_inset
13142 </cell>
13143 </row>
13144 <row>
13145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13146 \begin_inset Text
13147
13148 \begin_layout Plain Layout
13149
13150 \backslash
13151 hspace*{1em}
13152 \end_layout
13153
13154 \end_inset
13155 </cell>
13156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13157 \begin_inset Text
13158
13159 \begin_layout Plain Layout
13160 6
13161 \end_layout
13162
13163 \end_inset
13164 </cell>
13165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13166 \begin_inset Text
13167
13168 \begin_layout Plain Layout
13169 \begin_inset Formula $A\hspace*{1em}B$
13170 \end_inset
13171
13172
13173 \end_layout
13174
13175 \end_inset
13176 </cell>
13177 </row>
13178 <row>
13179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13180 \begin_inset Text
13181
13182 \begin_layout Plain Layout
13183
13184 \backslash
13185 hspace{1em}
13186 \end_layout
13187
13188 \end_inset
13189 </cell>
13190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13191 \begin_inset Text
13192
13193 \begin_layout Plain Layout
13194 7
13195 \end_layout
13196
13197 \end_inset
13198 </cell>
13199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13200 \begin_inset Text
13201
13202 \begin_layout Plain Layout
13203 \begin_inset Formula $A\hspace{1em}B$
13204 \end_inset
13205
13206
13207 \end_layout
13208
13209 \end_inset
13210 </cell>
13211 </row>
13212 <row>
13213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13214 \begin_inset Text
13215
13216 \begin_layout Plain Layout
13217
13218 \backslash
13219
13220 \begin_inset space \textvisiblespace{}
13221 \end_inset
13222
13223
13224 \end_layout
13225
13226 \end_inset
13227 </cell>
13228 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13229 \begin_inset Text
13230
13231 \begin_layout Plain Layout
13232 8
13233 \end_layout
13234
13235 \end_inset
13236 </cell>
13237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13238 \begin_inset Text
13239
13240 \begin_layout Plain Layout
13241 \begin_inset Formula $A\ B$
13242 \end_inset
13243
13244
13245 \end_layout
13246
13247 \end_inset
13248 </cell>
13249 </row>
13250 <row>
13251 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13252 \begin_inset Text
13253
13254 \begin_layout Plain Layout
13255
13256 \backslash
13257 !
13258 \end_layout
13259
13260 \end_inset
13261 </cell>
13262 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13263 \begin_inset Text
13264
13265 \begin_layout Plain Layout
13266 9
13267 \end_layout
13268
13269 \end_inset
13270 </cell>
13271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13272 \begin_inset Text
13273
13274 \begin_layout Plain Layout
13275 \begin_inset Formula $A\!B$
13276 \end_inset
13277
13278
13279 \end_layout
13280
13281 \end_inset
13282 </cell>
13283 </row>
13284 </lyxtabular>
13285
13286 \end_inset
13287
13288
13289 \end_layout
13290
13291 \begin_layout Standard
13292 Space's
13293 \begin_inset space ~
13294 \end_inset
13295
13296 5
13297 \begin_inset space \thinspace{}
13298 \end_inset
13299
13300
13301 \begin_inset space \thinspace{}
13302 \end_inset
13303
13304 7 are variable spaces which are explained in 
13305 \begin_inset CommandInset ref
13306 LatexCommand ref
13307 reference "subsec:Variable-Space"
13308 nolink "false"
13309
13310 \end_inset
13311
13312 .
13313  Space
13314 \begin_inset space ~
13315 \end_inset
13316
13317 9 appears to produce no space.
13318  It is displayed red in \SpecialChar LyX
13319  contrary to the other sizes,
13320  because it is a negative space.
13321  There are two more negative spaces:
13322 \end_layout
13323
13324 \begin_layout Standard
13325 \align center
13326 \begin_inset Tabular
13327 <lyxtabular version="3" rows="3" columns="3">
13328 <features booktabs="true" tabularvalignment="middle">
13329 <column alignment="center" valignment="middle" width="6.8cm">
13330 <column alignment="center" valignment="top" width="0pt">
13331 <column alignment="center" valignment="top" width="0pt">
13332 <row>
13333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13334 \begin_inset Text
13335
13336 \begin_layout Plain Layout
13337 Command
13338 \end_layout
13339
13340 \end_inset
13341 </cell>
13342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13343 \begin_inset Text
13344
13345 \begin_layout Plain Layout
13346
13347 \backslash
13348 negmedspace
13349 \end_layout
13350
13351 \end_inset
13352 </cell>
13353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13354 \begin_inset Text
13355
13356 \begin_layout Plain Layout
13357
13358 \backslash
13359 negthickspace
13360 \end_layout
13361
13362 \end_inset
13363 </cell>
13364 </row>
13365 <row>
13366 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13367 \begin_inset Text
13368
13369 \begin_layout Plain Layout
13370 Number of 
13371 \family sans
13372 Space
13373 \family default
13374  keystrokes after inserting the 
13375 \change_deleted 177693 1654668881
13376 protected
13377 \change_inserted 177693 1654668883
13378 non-breaking
13379 \change_unchanged
13380  space
13381 \end_layout
13382
13383 \end_inset
13384 </cell>
13385 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13386 \begin_inset Text
13387
13388 \begin_layout Plain Layout
13389 10
13390 \end_layout
13391
13392 \end_inset
13393 </cell>
13394 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13395 \begin_inset Text
13396
13397 \begin_layout Plain Layout
13398 11
13399 \end_layout
13400
13401 \end_inset
13402 </cell>
13403 </row>
13404 <row>
13405 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13406 \begin_inset Text
13407
13408 \begin_layout Plain Layout
13409 Result
13410 \end_layout
13411
13412 \end_inset
13413 </cell>
13414 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13415 \begin_inset Text
13416
13417 \begin_layout Plain Layout
13418 \begin_inset Formula $A\negmedspace B$
13419 \end_inset
13420
13421
13422 \end_layout
13423
13424 \end_inset
13425 </cell>
13426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13427 \begin_inset Text
13428
13429 \begin_layout Plain Layout
13430 \begin_inset Formula $A\negthickspace B$
13431 \end_inset
13432
13433
13434 \end_layout
13435
13436 \end_inset
13437 </cell>
13438 </row>
13439 </lyxtabular>
13440
13441 \end_inset
13442
13443
13444 \end_layout
13445
13446 \begin_layout Standard
13447 Negative spaces can lead to characters overlapping each other.
13448  Thus they can be used to enforce ligatures,
13449  which are useful for things such as summation operators:
13450 \end_layout
13451
13452 \begin_layout Standard
13453 \align center
13454 \begin_inset Tabular
13455 <lyxtabular version="3" rows="3" columns="2">
13456 <features booktabs="true" tabularvalignment="middle">
13457 <column alignment="center" valignment="top" width="0pt">
13458 <column alignment="center" valignment="top">
13459 <row>
13460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13461 \begin_inset Text
13462
13463 \begin_layout Plain Layout
13464 Command
13465 \end_layout
13466
13467 \end_inset
13468 </cell>
13469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13470 \begin_inset Text
13471
13472 \begin_layout Plain Layout
13473 Result
13474 \end_layout
13475
13476 \end_inset
13477 </cell>
13478 </row>
13479 <row>
13480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13481 \begin_inset Text
13482
13483 \begin_layout Plain Layout
13484
13485 \backslash
13486 sum
13487 \backslash
13488 sum
13489 \begin_inset space \textvisiblespace{}
13490 \end_inset
13491
13492 f_kl
13493 \end_layout
13494
13495 \end_inset
13496 </cell>
13497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13498 \begin_inset Text
13499
13500 \begin_layout Plain Layout
13501 \begin_inset Formula $\sum\sum f_{kl}$
13502 \end_inset
13503
13504
13505 \end_layout
13506
13507 \end_inset
13508 </cell>
13509 </row>
13510 <row>
13511 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13512 \begin_inset Text
13513
13514 \begin_layout Plain Layout
13515
13516 \backslash
13517 sum
13518 \backslash
13519 negmedspace
13520 \backslash
13521 sum
13522 \begin_inset space \textvisiblespace{}
13523 \end_inset
13524
13525 f_kl
13526 \end_layout
13527
13528 \end_inset
13529 </cell>
13530 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13531 \begin_inset Text
13532
13533 \begin_layout Plain Layout
13534 \begin_inset Formula $\sum\negmedspace\sum f_{kl}$
13535 \end_inset
13536
13537
13538 \end_layout
13539
13540 \end_inset
13541 </cell>
13542 </row>
13543 </lyxtabular>
13544
13545 \end_inset
13546
13547
13548 \end_layout
13549
13550 \begin_layout Standard
13551 \noindent
13552 \begin_inset VSpace medskip
13553 \end_inset
13554
13555
13556 \end_layout
13557
13558 \begin_layout Standard
13559 \noindent
13560 Relational operators,
13561  for example equal or less than signs,
13562  are always surrounded by space.
13563  To suppress this,
13564  the operator is placed into a \SpecialChar TeX
13565  brace.
13566  The following example demonstrates this:
13567 \end_layout
13568
13569 \begin_layout Standard
13570 \align center
13571 \begin_inset Tabular
13572 <lyxtabular version="3" rows="2" columns="2">
13573 <features tabularvalignment="middle">
13574 <column alignment="center" valignment="top" width="0pt">
13575 <column alignment="center" valignment="top" width="0pt">
13576 <row>
13577 <cell alignment="center" valignment="top" usebox="none">
13578 \begin_inset Text
13579
13580 \begin_layout Plain Layout
13581 Normal equation
13582 \end_layout
13583
13584 \end_inset
13585 </cell>
13586 <cell alignment="center" valignment="top" usebox="none">
13587 \begin_inset Text
13588
13589 \begin_layout Plain Layout
13590 \begin_inset Formula $A=B$
13591 \end_inset
13592
13593
13594 \end_layout
13595
13596 \end_inset
13597 </cell>
13598 </row>
13599 <row>
13600 <cell alignment="center" valignment="top" usebox="none">
13601 \begin_inset Text
13602
13603 \begin_layout Plain Layout
13604 Equation without space
13605 \end_layout
13606
13607 \end_inset
13608 </cell>
13609 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13610 \begin_inset Text
13611
13612 \begin_layout Plain Layout
13613 \begin_inset Formula $A{=}B$
13614 \end_inset
13615
13616
13617 \end_layout
13618
13619 \end_inset
13620 </cell>
13621 </row>
13622 </lyxtabular>
13623
13624 \end_inset
13625
13626
13627 \end_layout
13628
13629 \begin_layout Standard
13630 \noindent
13631 The command for the last formula is:
13632  
13633 \series bold
13634 A
13635 \backslash
13636 {=
13637 \begin_inset Formula $\to$
13638 \end_inset
13639
13640 B
13641 \end_layout
13642
13643 \begin_layout Standard
13644 \begin_inset VSpace bigskip
13645 \end_inset
13646
13647
13648 \end_layout
13649
13650 \begin_layout Standard
13651 Another example of controlled spaces is physical units.
13652  The space between a value and its unit is smaller than a normal space,
13653  typically a thin space is used.
13654  For units in text,
13655  the smaller space is inserted via the menu 
13656 \family sans
13657 Insert\SpecialChar menuseparator
13658 Formatting\SpecialChar menuseparator
13659 Thin
13660 \begin_inset space ~
13661 \end_inset
13662
13663 Space
13664 \family default
13665  (shortcut 
13666 \begin_inset Info
13667 type  "shortcut"
13668 arg   "space-insert thin"
13669 \end_inset
13670
13671 ).
13672 \end_layout
13673
13674 \begin_layout Standard
13675 An example to visualize the difference:
13676 \end_layout
13677
13678 \begin_layout Standard
13679 \begin_inset Tabular
13680 <lyxtabular version="3" rows="2" columns="2">
13681 <features tabularvalignment="middle">
13682 <column alignment="left" valignment="top">
13683 <column alignment="left" valignment="top">
13684 <row>
13685 <cell alignment="center" valignment="top" usebox="none">
13686 \begin_inset Text
13687
13688 \begin_layout Plain Layout
13689 24 kW
13690 \begin_inset Formula $\cdot$
13691 \end_inset
13692
13693 h
13694 \end_layout
13695
13696 \end_inset
13697 </cell>
13698 <cell alignment="center" valignment="top" usebox="none">
13699 \begin_inset Text
13700
13701 \begin_layout Plain Layout
13702 Space between value and unit
13703 \end_layout
13704
13705 \end_inset
13706 </cell>
13707 </row>
13708 <row>
13709 <cell alignment="center" valignment="top" usebox="none">
13710 \begin_inset Text
13711
13712 \begin_layout Plain Layout
13713 24
13714 \begin_inset space \thinspace{}
13715 \end_inset
13716
13717 kW
13718 \begin_inset Formula $\cdot$
13719 \end_inset
13720
13721 h
13722 \end_layout
13723
13724 \end_inset
13725 </cell>
13726 <cell alignment="center" valignment="top" usebox="none">
13727 \begin_inset Text
13728
13729 \begin_layout Plain Layout
13730 Thin space between value and unit
13731 \end_layout
13732
13733 \end_inset
13734 </cell>
13735 </row>
13736 </lyxtabular>
13737
13738 \end_inset
13739
13740
13741 \end_layout
13742
13743 \begin_layout Subsection
13744 Variable Space
13745 \begin_inset ERT
13746 status collapsed
13747
13748 \begin_layout Plain Layout
13749
13750
13751 \backslash
13752 texorpdfstring{
13753 \end_layout
13754
13755 \end_inset
13756
13757
13758 \begin_inset Foot
13759 status collapsed
13760
13761 \begin_layout Plain Layout
13762 For vertical space in formulas see 
13763 \begin_inset CommandInset ref
13764 LatexCommand ref
13765 reference "subsec:Line-Separation"
13766 nolink "false"
13767
13768 \end_inset
13769
13770
13771 \end_layout
13772
13773 \end_inset
13774
13775
13776 \begin_inset ERT
13777 status collapsed
13778
13779 \begin_layout Plain Layout
13780
13781 }{}
13782 \end_layout
13783
13784 \end_inset
13785
13786
13787 \begin_inset Note Note
13788 status collapsed
13789
13790 \begin_layout Plain Layout
13791
13792 \backslash
13793 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
13794 \end_layout
13795
13796 \begin_layout Plain Layout
13797 More about 
13798 \backslash
13799 texorpdfstring is in section 
13800 \begin_inset CommandInset ref
13801 LatexCommand ref
13802 reference "subsec:Formulas-in-Section"
13803 nolink "false"
13804
13805 \end_inset
13806
13807 .
13808 \end_layout
13809
13810 \end_inset
13811
13812
13813 \begin_inset CommandInset label
13814 LatexCommand label
13815 name "subsec:Variable-Space"
13816
13817 \end_inset
13818
13819
13820 \begin_inset Index idx
13821 range none
13822 pageformat default
13823 status collapsed
13824
13825 \begin_layout Plain Layout
13826 Space
13827 \begin_inset IndexMacro subentry
13828 status open
13829
13830 \begin_layout Plain Layout
13831 horizontal
13832 \end_layout
13833
13834 \end_inset
13835
13836
13837 \begin_inset IndexMacro subentry
13838 status open
13839
13840 \begin_layout Plain Layout
13841 variable
13842 \end_layout
13843
13844 \end_inset
13845
13846
13847 \end_layout
13848
13849 \end_inset
13850
13851
13852 \end_layout
13853
13854 \begin_layout Standard
13855 Space with a defined length can be inserted with the command 
13856 \series bold
13857
13858 \backslash
13859 hspace
13860 \series default
13861
13862 \begin_inset Index idx
13863 range none
13864 pageformat default
13865 status collapsed
13866
13867 \begin_layout Plain Layout
13868 Commands
13869 \begin_inset IndexMacro subentry
13870 status open
13871
13872 \begin_layout Plain Layout
13873 H
13874 \end_layout
13875
13876 \end_inset
13877
13878
13879 \begin_inset IndexMacro subentry
13880 status open
13881
13882 \begin_layout Plain Layout
13883
13884 \backslash
13885 hspace
13886 \end_layout
13887
13888 \end_inset
13889
13890
13891 \end_layout
13892
13893 \end_inset
13894
13895 .
13896  A long 
13897 \begin_inset Quotes eld
13898 \end_inset
13899
13900
13901 \color blue
13902
13903 \begin_inset space \textvisiblespace{}
13904 \end_inset
13905
13906
13907 \color inherit
13908
13909 \begin_inset Quotes erd
13910 \end_inset
13911
13912  will appear,
13913  the length of which can be specified by left-clicking on the 
13914 \begin_inset Quotes eld
13915 \end_inset
13916
13917
13918 \color blue
13919
13920 \begin_inset space \textvisiblespace{}
13921 \end_inset
13922
13923
13924 \color inherit
13925
13926 \begin_inset Quotes erd
13927 \end_inset
13928
13929 .
13930  The length may also be negative.
13931  If the space is the first character in a line,
13932  it will ordinarily be omitted.
13933  To force its output use the command 
13934 \series bold
13935
13936 \backslash
13937 hspace*
13938 \series default
13939  instead of 
13940 \series bold
13941
13942 \backslash
13943 hspace
13944 \series default
13945  or left-click on the 
13946 \begin_inset Quotes eld
13947 \end_inset
13948
13949
13950 \color blue
13951
13952 \begin_inset space \textvisiblespace{}
13953 \end_inset
13954
13955
13956 \color inherit
13957
13958 \begin_inset Quotes erd
13959 \end_inset
13960
13961  and check the option 
13962 \family sans
13963 Protect
13964 \family default
13965 .
13966 \begin_inset Newline newline
13967 \end_inset
13968
13969 To insert as much space as is available,
13970  the command 
13971 \series bold
13972
13973 \backslash
13974 hfill
13975 \series default
13976
13977 \begin_inset Index idx
13978 range none
13979 pageformat default
13980 status collapsed
13981
13982 \begin_layout Plain Layout
13983 Commands
13984 \begin_inset IndexMacro subentry
13985 status open
13986
13987 \begin_layout Plain Layout
13988 H
13989 \end_layout
13990
13991 \end_inset
13992
13993
13994 \begin_inset IndexMacro subentry
13995 status open
13996
13997 \begin_layout Plain Layout
13998
13999 \backslash
14000 hfill
14001 \end_layout
14002
14003 \end_inset
14004
14005
14006 \end_layout
14007
14008 \end_inset
14009
14010  is used.
14011 \end_layout
14012
14013 \begin_layout Standard
14014 \align center
14015 \begin_inset Tabular
14016 <lyxtabular version="3" rows="4" columns="2">
14017 <features booktabs="true" tabularvalignment="middle">
14018 <column alignment="center" valignment="top" width="0pt">
14019 <column alignment="center" valignment="top">
14020 <row>
14021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14022 \begin_inset Text
14023
14024 \begin_layout Plain Layout
14025 Command (
14026 \backslash
14027 hspace length)
14028 \end_layout
14029
14030 \end_inset
14031 </cell>
14032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14033 \begin_inset Text
14034
14035 \begin_layout Plain Layout
14036 Result
14037 \end_layout
14038
14039 \end_inset
14040 </cell>
14041 </row>
14042 <row>
14043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14044 \begin_inset Text
14045
14046 \begin_layout Plain Layout
14047 A=B
14048 \backslash
14049 hspace
14050 \begin_inset space \textvisiblespace{}
14051 \end_inset
14052
14053 A
14054 \backslash
14055 not=C (3
14056 \begin_inset space \thinspace{}
14057 \end_inset
14058
14059 cm)
14060 \end_layout
14061
14062 \end_inset
14063 </cell>
14064 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14065 \begin_inset Text
14066
14067 \begin_layout Plain Layout
14068 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
14069 \end_inset
14070
14071
14072 \end_layout
14073
14074 \end_inset
14075 </cell>
14076 </row>
14077 <row>
14078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14079 \begin_inset Text
14080
14081 \begin_layout Plain Layout
14082 A
14083 \backslash
14084 hspace
14085 \begin_inset space \textvisiblespace{}
14086 \end_inset
14087
14088 A
14089 \backslash
14090 not=A (-1
14091 \begin_inset space \thinspace{}
14092 \end_inset
14093
14094 mm)
14095 \end_layout
14096
14097 \end_inset
14098 </cell>
14099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14100 \begin_inset Text
14101
14102 \begin_layout Plain Layout
14103 \begin_inset Formula $A\hspace{-1mm}A\not=A$
14104 \end_inset
14105
14106
14107 \end_layout
14108
14109 \end_inset
14110 </cell>
14111 </row>
14112 <row>
14113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14114 \begin_inset Text
14115
14116 \begin_layout Plain Layout
14117 A=A
14118 \backslash
14119 hfill
14120 \begin_inset space \textvisiblespace{}
14121 \end_inset
14122
14123 B=B
14124 \end_layout
14125
14126 \end_inset
14127 </cell>
14128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14129 \begin_inset Text
14130
14131 \begin_layout Plain Layout
14132 \begin_inset Formula $A=A\hfill B=B$
14133 \end_inset
14134
14135
14136 \end_layout
14137
14138 \end_inset
14139 </cell>
14140 </row>
14141 </lyxtabular>
14142
14143 \end_inset
14144
14145
14146 \end_layout
14147
14148 \begin_layout Standard
14149 In the last example the available space is given by the longest column entry of the table.
14150  In an inline formula the space depends on the length of the line in which 
14151 \series bold
14152
14153 \backslash
14154 hfill
14155 \series default
14156  is inserted.
14157  Thus,
14158  when the line uses the full width,
14159  no space will be created.
14160  
14161 \series bold
14162
14163 \backslash
14164 hfill
14165 \series default
14166  only has an effect on displayed formulas when the formula style 
14167 \series bold
14168 Indented
14169 \series default
14170  is used.
14171  (Formula styles are explained in 
14172 \begin_inset CommandInset ref
14173 LatexCommand ref
14174 reference "sec:Formula-Styles"
14175 nolink "false"
14176
14177 \end_inset
14178
14179 .)
14180 \end_layout
14181
14182 \begin_layout Standard
14183 Besides 
14184 \series bold
14185
14186 \backslash
14187 hfill
14188 \series default
14189 ,
14190  there are also commands,
14191  
14192 \series bold
14193
14194 \backslash
14195 dotfill
14196 \series default
14197  and 
14198 \series bold
14199
14200 \backslash
14201 hrulefill,
14202
14203 \series default
14204  that fill the space with a pattern.
14205  See 
14206 \begin_inset CommandInset ref
14207 LatexCommand ref
14208 reference "subsec:Ellipses"
14209 nolink "false"
14210
14211 \end_inset
14212
14213  for an example.
14214 \end_layout
14215
14216 \begin_layout Standard
14217 For text,
14218  variable space can be inserted via the menu 
14219 \family sans
14220 Insert\SpecialChar menuseparator
14221 Formatting\SpecialChar menuseparator
14222 Horizontal
14223 \begin_inset space ~
14224 \end_inset
14225
14226 Space
14227 \family default
14228 :
14229 \end_layout
14230
14231 \begin_layout Standard
14232 This is a line with
14233 \begin_inset space \hspace{}
14234 \length 2cm
14235 \end_inset
14236
14237 2
14238 \begin_inset space \thinspace{}
14239 \end_inset
14240
14241 cm space.
14242 \end_layout
14243
14244 \begin_layout Standard
14245 This is a line with
14246 \begin_inset space \hfill{}
14247 \end_inset
14248
14249 maximum space.
14250 \end_layout
14251
14252 \begin_layout Subsection
14253 Space Besides Inline Formulas
14254 \begin_inset Index idx
14255 range none
14256 pageformat default
14257 status collapsed
14258
14259 \begin_layout Plain Layout
14260 Space
14261 \begin_inset IndexMacro subentry
14262 status open
14263
14264 \begin_layout Plain Layout
14265 besides inline formulas
14266 \end_layout
14267
14268 \end_inset
14269
14270
14271 \end_layout
14272
14273 \end_inset
14274
14275
14276 \end_layout
14277
14278 \begin_layout Standard
14279 The space that surrounds inline formulas can be adjusted with the length 
14280 \series bold
14281
14282 \backslash
14283 mathsurround
14284 \series default
14285
14286 \begin_inset Index idx
14287 range none
14288 pageformat default
14289 status collapsed
14290
14291 \begin_layout Plain Layout
14292 Commands
14293 \begin_inset IndexMacro subentry
14294 status open
14295
14296 \begin_layout Plain Layout
14297 M
14298 \end_layout
14299
14300 \end_inset
14301
14302
14303 \begin_inset IndexMacro subentry
14304 status open
14305
14306 \begin_layout Plain Layout
14307
14308 \backslash
14309 mathsurround
14310 \end_layout
14311
14312 \end_inset
14313
14314
14315 \end_layout
14316
14317 \end_inset
14318
14319 .
14320  The value of a length is set with the command 
14321 \series bold
14322
14323 \backslash
14324 setlength
14325 \series default
14326
14327 \begin_inset Index idx
14328 range none
14329 pageformat default
14330 status collapsed
14331
14332 \begin_layout Plain Layout
14333 Commands
14334 \begin_inset IndexMacro subentry
14335 status open
14336
14337 \begin_layout Plain Layout
14338 S
14339 \end_layout
14340
14341 \end_inset
14342
14343
14344 \begin_inset IndexMacro subentry
14345 status open
14346
14347 \begin_layout Plain Layout
14348
14349 \backslash
14350 setlength
14351 \end_layout
14352
14353 \end_inset
14354
14355
14356 \end_layout
14357
14358 \end_inset
14359
14360  which has the following scheme:
14361 \end_layout
14362
14363 \begin_layout Standard
14364
14365 \series bold
14366
14367 \backslash
14368 setlength{length name}{value}
14369 \end_layout
14370
14371 \begin_layout Standard
14372 To set 
14373 \series bold
14374
14375 \backslash
14376 mathsurround
14377 \series default
14378  to the value 5
14379 \begin_inset space \thinspace{}
14380 \end_inset
14381
14382 mm,
14383  the command
14384 \end_layout
14385
14386 \begin_layout Standard
14387
14388 \series bold
14389
14390 \backslash
14391 setlength{
14392 \backslash
14393 mathsurround}{5mm}
14394 \end_layout
14395
14396 \begin_layout Standard
14397 is inserted in \SpecialChar TeX
14398  mode.
14399  5
14400 \begin_inset space \thinspace{}
14401 \end_inset
14402
14403 mm space will now be set around all inline formulas:
14404 \begin_inset ERT
14405 status collapsed
14406
14407 \begin_layout Plain Layout
14408
14409
14410 \backslash
14411 setlength{
14412 \backslash
14413 mathsurround}{5mm}
14414 \end_layout
14415
14416 \end_inset
14417
14418
14419 \end_layout
14420
14421 \begin_layout Standard
14422 This is a line with an inline formula 
14423 \begin_inset Formula $A=B$
14424 \end_inset
14425
14426  with 5
14427 \begin_inset space \thinspace{}
14428 \end_inset
14429
14430 mm surrounding space.
14431 \begin_inset ERT
14432 status collapsed
14433
14434 \begin_layout Plain Layout
14435
14436
14437 \backslash
14438 setlength{
14439 \backslash
14440 mathsurround}{0pt}
14441 \end_layout
14442
14443 \end_inset
14444
14445
14446 \end_layout
14447
14448 \begin_layout Standard
14449 To return to the predefined value,
14450  
14451 \series bold
14452
14453 \backslash
14454 mathsurround
14455 \series default
14456  is set to the value 0
14457 \begin_inset space \thinspace{}
14458 \end_inset
14459
14460 pt.
14461 \end_layout
14462
14463 \begin_layout Section
14464 Boxes and Frames
14465 \begin_inset Index idx
14466 range none
14467 pageformat default
14468 status collapsed
14469
14470 \begin_layout Plain Layout
14471 Boxes
14472 \end_layout
14473
14474 \end_inset
14475
14476
14477 \begin_inset Index idx
14478 range none
14479 pageformat default
14480 status collapsed
14481
14482 \begin_layout Plain Layout
14483 Frames
14484 \begin_inset IndexMacro see
14485 status open
14486
14487 \begin_layout Plain Layout
14488 Boxes
14489 \end_layout
14490
14491 \end_inset
14492
14493
14494 \end_layout
14495
14496 \end_inset
14497
14498
14499 \end_layout
14500
14501 \begin_layout Standard
14502 Boxes for text are described in chapter 
14503 \family typewriter
14504 Boxes
14505 \family default
14506  in the 
14507 \family typewriter
14508 Embedded
14509 \begin_inset space ~
14510 \end_inset
14511
14512 Objects
14513 \family default
14514  manual.
14515 \end_layout
14516
14517 \begin_layout Subsection
14518 Boxes with Frame
14519 \begin_inset CommandInset label
14520 LatexCommand label
14521 name "subsec:Boxes-with-Frame"
14522
14523 \end_inset
14524
14525
14526 \begin_inset Index idx
14527 range none
14528 pageformat default
14529 status collapsed
14530
14531 \begin_layout Plain Layout
14532 Boxes
14533 \begin_inset IndexMacro subentry
14534 status open
14535
14536 \begin_layout Plain Layout
14537 with frame
14538 \end_layout
14539
14540 \end_inset
14541
14542
14543 \end_layout
14544
14545 \end_inset
14546
14547
14548 \end_layout
14549
14550 \begin_layout Standard
14551 It is possible to frame a formula or part of one with the commands 
14552 \series bold
14553
14554 \backslash
14555 fbox
14556 \series default
14557
14558 \begin_inset Index idx
14559 range none
14560 pageformat default
14561 status collapsed
14562
14563 \begin_layout Plain Layout
14564 Commands
14565 \begin_inset IndexMacro subentry
14566 status open
14567
14568 \begin_layout Plain Layout
14569 F
14570 \end_layout
14571
14572 \end_inset
14573
14574
14575 \begin_inset IndexMacro subentry
14576 status open
14577
14578 \begin_layout Plain Layout
14579
14580 \backslash
14581 fbox
14582 \end_layout
14583
14584 \end_inset
14585
14586
14587 \end_layout
14588
14589 \end_inset
14590
14591  and 
14592 \series bold
14593
14594 \backslash
14595 boxed
14596 \series default
14597
14598 \begin_inset Index idx
14599 range none
14600 pageformat default
14601 status collapsed
14602
14603 \begin_layout Plain Layout
14604 Commands
14605 \begin_inset IndexMacro subentry
14606 status open
14607
14608 \begin_layout Plain Layout
14609 B
14610 \end_layout
14611
14612 \end_inset
14613
14614
14615 \begin_inset IndexMacro subentry
14616 status open
14617
14618 \begin_layout Plain Layout
14619
14620 \backslash
14621 boxed
14622 \end_layout
14623
14624 \end_inset
14625
14626
14627 \end_layout
14628
14629 \end_inset
14630
14631 .
14632 \end_layout
14633
14634 \begin_layout Standard
14635 When one of these commands is inserted in a formula,
14636  a blue box appears within a frame to enter formula parts.
14637  For 
14638 \series bold
14639
14640 \backslash
14641 fbox
14642 \series default
14643  an additional formula has to be created by 
14644 \family sans
14645 Ctrl+M
14646 \family default
14647  within this box,
14648  because the box content will otherwise be treated as mathematical text.
14649  When 
14650 \series bold
14651
14652 \backslash
14653 boxed
14654 \series default
14655  is used,
14656  a new formula is automatically created inside the frame.
14657 \end_layout
14658
14659 \begin_layout Standard
14660 The command 
14661 \series bold
14662
14663 \backslash
14664 fbox
14665 \series default
14666  is not suitable to frame displayed formulas because the formula will always be set in the size of the documents text.
14667  Conversly 
14668 \series bold
14669
14670 \backslash
14671 boxed
14672 \series default
14673  is not suitable to frame inline formulas because the formula will always be set in the size of a displayed formula.
14674 \end_layout
14675
14676 \begin_layout Standard
14677 An extension to 
14678 \series bold
14679
14680 \backslash
14681 fbox
14682 \series default
14683  is the command 
14684 \series bold
14685
14686 \backslash
14687 framebox
14688 \series default
14689
14690 \begin_inset Index idx
14691 range none
14692 pageformat default
14693 status collapsed
14694
14695 \begin_layout Plain Layout
14696 Commands
14697 \begin_inset IndexMacro subentry
14698 status open
14699
14700 \begin_layout Plain Layout
14701 F
14702 \end_layout
14703
14704 \end_inset
14705
14706
14707 \begin_inset IndexMacro subentry
14708 status open
14709
14710 \begin_layout Plain Layout
14711
14712 \backslash
14713 framebox
14714 \end_layout
14715
14716 \end_inset
14717
14718
14719 \end_layout
14720
14721 \end_inset
14722
14723  with which the frame width and the alignment can be specified.
14724  
14725 \series bold
14726
14727 \backslash
14728 framebox
14729 \series default
14730  is used in the following scheme:
14731 \end_layout
14732
14733 \begin_layout Standard
14734
14735 \series bold
14736
14737 \backslash
14738 framebox[frame width][position]{box content}
14739 \end_layout
14740
14741 \begin_layout Standard
14742 The position can either be 
14743 \emph on
14744 l
14745 \emph default
14746  or 
14747 \emph on
14748 r
14749 \emph default
14750 .
14751  
14752 \emph on
14753 l
14754 \emph default
14755  left aligns and 
14756 \emph on
14757 r
14758 \emph default
14759  right aligns the formula in the box.
14760  If no position is given the formula will be centered.
14761 \begin_inset Newline newline
14762 \end_inset
14763
14764 If width is not given then position can not be given.
14765  In this case the frame width is adjusted to the box content like for 
14766 \series bold
14767
14768 \backslash
14769 fbox
14770 \series default
14771 .
14772 \end_layout
14773
14774 \begin_layout Standard
14775 When the command 
14776 \series bold
14777
14778 \backslash
14779 framebox
14780 \series default
14781  is inserted,
14782  a box appears containing three blue boxes.
14783  The first two boxes are surrounded by brackets and denote the two optional arguments.
14784  The third box is for formula parts like for 
14785 \series bold
14786
14787 \backslash
14788 fbox
14789 \series default
14790 .
14791 \end_layout
14792
14793 \begin_layout Standard
14794 \align center
14795 \begin_inset Tabular
14796 <lyxtabular version="3" rows="5" columns="2">
14797 <features booktabs="true" tabularvalignment="middle">
14798 <column alignment="center" valignment="top" width="0pt">
14799 <column alignment="center" valignment="top">
14800 <row>
14801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14802 \begin_inset Text
14803
14804 \begin_layout Plain Layout
14805 Command
14806 \end_layout
14807
14808 \end_inset
14809 </cell>
14810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14811 \begin_inset Text
14812
14813 \begin_layout Plain Layout
14814 Result
14815 \end_layout
14816
14817 \end_inset
14818 </cell>
14819 </row>
14820 <row topspace="1.5mm">
14821 <cell alignment="center" valignment="top" usebox="none">
14822 \begin_inset Text
14823
14824 \begin_layout Plain Layout
14825
14826 \backslash
14827 fbox
14828 \begin_inset space \textvisiblespace{}
14829 \end_inset
14830
14831
14832 \family sans
14833 Ctrl+M
14834 \family default
14835  
14836 \backslash
14837 int
14838 \begin_inset space \textvisiblespace{}
14839 \end_inset
14840
14841 A=B
14842 \end_layout
14843
14844 \end_inset
14845 </cell>
14846 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14847 \begin_inset Text
14848
14849 \begin_layout Plain Layout
14850 \begin_inset Formula $\fbox{\ensuremath{\int A=B}}$
14851 \end_inset
14852
14853
14854 \end_layout
14855
14856 \end_inset
14857 </cell>
14858 </row>
14859 <row topspace="1.5mm">
14860 <cell alignment="center" valignment="top" usebox="none">
14861 \begin_inset Text
14862
14863 \begin_layout Plain Layout
14864
14865 \backslash
14866 boxed
14867 \begin_inset space \textvisiblespace{}
14868 \end_inset
14869
14870
14871 \backslash
14872 int
14873 \begin_inset space \textvisiblespace{}
14874 \end_inset
14875
14876 A=B
14877 \end_layout
14878
14879 \end_inset
14880 </cell>
14881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14882 \begin_inset Text
14883
14884 \begin_layout Plain Layout
14885 \begin_inset Formula $\boxed{\int A=B}$
14886 \end_inset
14887
14888
14889 \end_layout
14890
14891 \end_inset
14892 </cell>
14893 </row>
14894 <row topspace="1.5mm">
14895 <cell alignment="center" valignment="top" usebox="none">
14896 \begin_inset Text
14897
14898 \begin_layout Plain Layout
14899 A+
14900 \backslash
14901 fbox
14902 \begin_inset space \textvisiblespace{}
14903 \end_inset
14904
14905 B
14906 \end_layout
14907
14908 \end_inset
14909 </cell>
14910 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14911 \begin_inset Text
14912
14913 \begin_layout Plain Layout
14914 \begin_inset Formula $A+\fbox{B}$
14915 \end_inset
14916
14917
14918 \end_layout
14919
14920 \end_inset
14921 </cell>
14922 </row>
14923 <row topspace="1.5mm" bottomspace="1mm">
14924 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14925 \begin_inset Text
14926
14927 \begin_layout Plain Layout
14928
14929 \backslash
14930 framebox
14931 \begin_inset space \textvisiblespace{}
14932 \end_inset
14933
14934 20mm
14935 \begin_inset Formula $\to$
14936 \end_inset
14937
14938
14939 \begin_inset Formula $\to$
14940 \end_inset
14941
14942
14943 \family sans
14944 Ctrl+M
14945 \family default
14946  
14947 \backslash
14948 frac
14949 \begin_inset space \textvisiblespace{}
14950 \end_inset
14951
14952 A
14953 \begin_inset Formula $\downarrow$
14954 \end_inset
14955
14956 B
14957 \end_layout
14958
14959 \end_inset
14960 </cell>
14961 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14962 \begin_inset Text
14963
14964 \begin_layout Plain Layout
14965 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
14966 \end_inset
14967
14968
14969 \end_layout
14970
14971 \end_inset
14972 </cell>
14973 </row>
14974 </lyxtabular>
14975
14976 \end_inset
14977
14978
14979 \end_layout
14980
14981 \begin_layout Standard
14982 To adjust the frame thickness the following commands are inserted in \SpecialChar TeX
14983  mode before the formula:
14984 \end_layout
14985
14986 \begin_layout Standard
14987
14988 \series bold
14989
14990 \backslash
14991 fboxrule
14992 \series default
14993  
14994 \series bold
14995
14996 \begin_inset Quotes eld
14997 \end_inset
14998
14999 thickness
15000 \begin_inset Quotes erd
15001 \end_inset
15002
15003
15004 \series default
15005  
15006 \series bold
15007
15008 \backslash
15009 fboxsep
15010 \series default
15011  
15012 \series bold
15013
15014 \begin_inset Quotes eld
15015 \end_inset
15016
15017 distance
15018 \begin_inset Quotes erd
15019 \end_inset
15020
15021
15022 \end_layout
15023
15024 \begin_layout Standard
15025 \begin_inset Quotes eld
15026 \end_inset
15027
15028 distance
15029 \begin_inset Quotes erd
15030 \end_inset
15031
15032  specifies the minimum distance between the frame and the first character in the box.
15033  An example of this is given in the following framed formula:
15034 \begin_inset ERT
15035 status open
15036
15037 \begin_layout Plain Layout
15038
15039
15040 \backslash
15041 fboxrule 2mm 
15042 \backslash
15043 fboxsep 3mm
15044 \end_layout
15045
15046 \end_inset
15047
15048
15049 \begin_inset Formula 
15050 \[
15051 \boxed{A+B=C}
15052 \]
15053
15054 \end_inset
15055
15056 Before this formula the commands
15057 \end_layout
15058
15059 \begin_layout Standard
15060
15061 \series bold
15062
15063 \backslash
15064 fboxrule
15065 \series default
15066  
15067 \series bold
15068 2mm
15069 \series default
15070  
15071 \series bold
15072
15073 \backslash
15074 fboxsep
15075 \series default
15076  
15077 \series bold
15078 3mm
15079 \end_layout
15080
15081 \begin_layout Standard
15082 were inserted in \SpecialChar TeX
15083  mode.
15084  These values are then used for all following boxes.
15085 \end_layout
15086
15087 \begin_layout Standard
15088 To return to the standard frame size,
15089  the command
15090 \end_layout
15091
15092 \begin_layout Standard
15093
15094 \series bold
15095
15096 \backslash
15097 fboxrule
15098 \series default
15099  
15100 \series bold
15101 0.4pt
15102 \series default
15103  
15104 \series bold
15105
15106 \backslash
15107 fboxsep
15108 \series default
15109  
15110 \series bold
15111 3pt
15112 \series default
15113
15114 \begin_inset ERT
15115 status open
15116
15117 \begin_layout Plain Layout
15118
15119
15120 \backslash
15121 fboxrule 0.4pt 
15122 \backslash
15123 fboxsep 3pt
15124 \end_layout
15125
15126 \end_inset
15127
15128
15129 \end_layout
15130
15131 \begin_layout Standard
15132 is inserted in \SpecialChar TeX
15133  mode before the next formula.
15134 \end_layout
15135
15136 \begin_layout Subsection
15137 Boxes Without Frame
15138 \begin_inset CommandInset label
15139 LatexCommand label
15140 name "subsec:Boxes-without-Frame"
15141
15142 \end_inset
15143
15144
15145 \begin_inset Index idx
15146 range none
15147 pageformat default
15148 status collapsed
15149
15150 \begin_layout Plain Layout
15151 Boxes
15152 \begin_inset IndexMacro subentry
15153 status open
15154
15155 \begin_layout Plain Layout
15156 without frame
15157 \end_layout
15158
15159 \end_inset
15160
15161
15162 \end_layout
15163
15164 \end_inset
15165
15166
15167 \end_layout
15168
15169 \begin_layout Standard
15170 For boxes without a frame the following box commands:
15171  
15172 \series bold
15173
15174 \backslash
15175 mbox
15176 \series default
15177
15178 \begin_inset Index idx
15179 range none
15180 pageformat default
15181 status collapsed
15182
15183 \begin_layout Plain Layout
15184 Commands
15185 \begin_inset IndexMacro subentry
15186 status open
15187
15188 \begin_layout Plain Layout
15189 M
15190 \end_layout
15191
15192 \end_inset
15193
15194
15195 \begin_inset IndexMacro subentry
15196 status open
15197
15198 \begin_layout Plain Layout
15199
15200 \backslash
15201 mbox
15202 \end_layout
15203
15204 \end_inset
15205
15206
15207 \end_layout
15208
15209 \end_inset
15210
15211 ,
15212  
15213 \series bold
15214
15215 \backslash
15216 makebox
15217 \series default
15218
15219 \begin_inset Index idx
15220 range none
15221 pageformat default
15222 status collapsed
15223
15224 \begin_layout Plain Layout
15225 Commands
15226 \begin_inset IndexMacro subentry
15227 status open
15228
15229 \begin_layout Plain Layout
15230 M
15231 \end_layout
15232
15233 \end_inset
15234
15235
15236 \begin_inset IndexMacro subentry
15237 status open
15238
15239 \begin_layout Plain Layout
15240
15241 \backslash
15242 makebox
15243 \end_layout
15244
15245 \end_inset
15246
15247
15248 \end_layout
15249
15250 \end_inset
15251
15252  and 
15253 \series bold
15254
15255 \backslash
15256 raisebox
15257 \series default
15258
15259 \begin_inset Index idx
15260 range none
15261 pageformat default
15262 status collapsed
15263
15264 \begin_layout Plain Layout
15265 Commands
15266 \begin_inset IndexMacro subentry
15267 status open
15268
15269 \begin_layout Plain Layout
15270 R
15271 \end_layout
15272
15273 \end_inset
15274
15275
15276 \begin_inset IndexMacro subentry
15277 status open
15278
15279 \begin_layout Plain Layout
15280
15281 \backslash
15282 raisebox
15283 \end_layout
15284
15285 \end_inset
15286
15287
15288 \end_layout
15289
15290 \end_inset
15291
15292  are available.
15293 \end_layout
15294
15295 \begin_layout Standard
15296 With 
15297 \series bold
15298
15299 \backslash
15300 raisebox
15301 \series default
15302  a box can be super- or subscripted.
15303  But in contrary to normal super- and subscripting,
15304  the characters in the box keep their font size.
15305  
15306 \series bold
15307
15308 \backslash
15309 raisebox
15310 \series default
15311  is used in the following scheme:
15312 \end_layout
15313
15314 \begin_layout Standard
15315
15316 \series bold
15317
15318 \backslash
15319 raisebox{height}{box content}
15320 \end_layout
15321
15322 \begin_layout Standard
15323 When the box contains a formula,
15324  an extra formula is needed like for 
15325 \series bold
15326
15327 \backslash
15328 fbox
15329 \series default
15330 .
15331 \end_layout
15332
15333 \begin_layout Standard
15334
15335 \series medium
15336 \begin_inset Note Greyedout
15337 status open
15338
15339 \begin_layout Plain Layout
15340
15341 \series bold
15342 Note:
15343
15344 \series default
15345  For 
15346 \series bold
15347
15348 \backslash
15349 raisebox
15350 \series default
15351  this extra formula is created by pressing 
15352 \family sans
15353 Ctrl+M
15354 \family default
15355  twice instead of once because \SpecialChar LyX
15356  doesn't yet support 
15357 \series bold
15358
15359 \backslash
15360 raisebox
15361 \series default
15362  directly.
15363 \end_layout
15364
15365 \end_inset
15366
15367
15368 \end_layout
15369
15370 \begin_layout Standard
15371 \align center
15372 \begin_inset Tabular
15373 <lyxtabular version="3" rows="4" columns="2">
15374 <features booktabs="true" tabularvalignment="middle">
15375 <column alignment="center" valignment="top" width="0pt">
15376 <column alignment="center" valignment="top">
15377 <row>
15378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15379 \begin_inset Text
15380
15381 \begin_layout Plain Layout
15382 Command
15383 \end_layout
15384
15385 \end_inset
15386 </cell>
15387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15388 \begin_inset Text
15389
15390 \begin_layout Plain Layout
15391 Result
15392 \end_layout
15393
15394 \end_inset
15395 </cell>
15396 </row>
15397 <row>
15398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15399 \begin_inset Text
15400
15401 \begin_layout Plain Layout
15402 H
15403 \backslash
15404 raisebox{2mm
15405 \begin_inset Formula $\to$
15406 \end_inset
15407
15408
15409 \backslash
15410 {al
15411 \begin_inset Formula $\to$
15412 \end_inset
15413
15414  lo
15415 \end_layout
15416
15417 \end_inset
15418 </cell>
15419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15420 \begin_inset Text
15421
15422 \begin_layout Plain Layout
15423 \begin_inset Formula $H\raisebox{2mm}{al}lo$
15424 \end_inset
15425
15426
15427 \end_layout
15428
15429 \end_inset
15430 </cell>
15431 </row>
15432 <row>
15433 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15434 \begin_inset Text
15435
15436 \begin_layout Plain Layout
15437 H
15438 \backslash
15439 raisebox{-2mm
15440 \begin_inset Formula $\to$
15441 \end_inset
15442
15443
15444 \backslash
15445 {al
15446 \begin_inset Formula $\to$
15447 \end_inset
15448
15449 lo
15450 \end_layout
15451
15452 \end_inset
15453 </cell>
15454 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15455 \begin_inset Text
15456
15457 \begin_layout Plain Layout
15458 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
15459 \end_inset
15460
15461
15462 \end_layout
15463
15464 \end_inset
15465 </cell>
15466 </row>
15467 <row>
15468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15469 \begin_inset Text
15470
15471 \begin_layout Plain Layout
15472 A=
15473 \backslash
15474 raisebox{-2mm
15475 \begin_inset Formula $\to$
15476 \end_inset
15477
15478
15479 \backslash
15480 {
15481 \family sans
15482 Ctrl+M
15483 \family default
15484  
15485 \family sans
15486 Ctrl+M
15487 \family default
15488  
15489 \backslash
15490 sqrt
15491 \begin_inset space \textvisiblespace{}
15492 \end_inset
15493
15494
15495 \end_layout
15496
15497 \end_inset
15498 </cell>
15499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15500 \begin_inset Text
15501
15502 \begin_layout Plain Layout
15503 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
15504 \end_inset
15505
15506
15507 \end_layout
15508
15509 \end_inset
15510 </cell>
15511 </row>
15512 </lyxtabular>
15513
15514 \end_inset
15515
15516
15517 \end_layout
15518
15519 \begin_layout Standard
15520 The command 
15521 \series bold
15522
15523 \backslash
15524 mbox
15525 \series default
15526  is equivalent to 
15527 \series bold
15528
15529 \backslash
15530 fbox
15531 \series default
15532  and 
15533 \series bold
15534
15535 \backslash
15536 makebox
15537 \series default
15538  is equivalent to 
15539 \series bold
15540
15541 \backslash
15542 framebox
15543 \series default
15544 ,
15545  except that there is no frame.
15546 \end_layout
15547
15548 \begin_layout Subsection
15549 Colored Boxes
15550 \begin_inset CommandInset label
15551 LatexCommand label
15552 name "subsec:Colored-Boxes"
15553
15554 \end_inset
15555
15556
15557 \begin_inset Index idx
15558 range none
15559 pageformat default
15560 status collapsed
15561
15562 \begin_layout Plain Layout
15563 Boxes
15564 \begin_inset IndexMacro subentry
15565 status open
15566
15567 \begin_layout Plain Layout
15568 colored
15569 \end_layout
15570
15571 \end_inset
15572
15573
15574 \end_layout
15575
15576 \end_inset
15577
15578
15579 \end_layout
15580
15581 \begin_layout Standard
15582 To be able to use all commands explained in this section,
15583  the \SpecialChar LaTeX
15584 -package 
15585 \series bold
15586 color
15587 \series default
15588
15589 \begin_inset Foot
15590 status collapsed
15591
15592 \begin_layout Plain Layout
15593 The \SpecialChar LaTeX
15594 -package 
15595 \series bold
15596 color
15597 \series default
15598  is part of every \SpecialChar LaTeX
15599  standard installation.
15600 \end_layout
15601
15602 \end_inset
15603
15604
15605 \begin_inset Index idx
15606 range none
15607 pageformat default
15608 status collapsed
15609
15610 \begin_layout Plain Layout
15611 Packages
15612 \begin_inset IndexMacro subentry
15613 status open
15614
15615 \begin_layout Plain Layout
15616 color
15617 \end_layout
15618
15619 \end_inset
15620
15621
15622 \end_layout
15623
15624 \end_inset
15625
15626  must be loaded in the \SpecialChar LaTeX
15627 -preamble with the line
15628 \begin_inset Foot
15629 status collapsed
15630
15631 \begin_layout Plain Layout
15632 When text is colored somewhere in the document with a predefined color,
15633  \SpecialChar LyX
15634  loads the \SpecialChar LaTeX
15635  package 
15636 \series bold
15637 color
15638 \series default
15639  automatically.
15640  Thus it is possible that the package is loaded twice,
15641  but this does not cause problems.
15642 \end_layout
15643
15644 \end_inset
15645
15646
15647 \begin_inset Note Note
15648 status collapsed
15649
15650 \begin_layout Plain Layout
15651 To avoid that the package is loaded twice,
15652  a macro was inserted to the \SpecialChar LaTeX
15653 -preamble.
15654 \end_layout
15655
15656 \end_inset
15657
15658
15659 \end_layout
15660
15661 \begin_layout Standard
15662
15663 \series bold
15664
15665 \backslash
15666 usepackage{color}
15667 \end_layout
15668
15669 \begin_layout Standard
15670 \begin_inset VSpace medskip
15671 \end_inset
15672
15673 To create color boxes,
15674  the command 
15675 \series bold
15676
15677 \backslash
15678 colorbox
15679 \series default
15680
15681 \begin_inset Index idx
15682 range none
15683 pageformat default
15684 status collapsed
15685
15686 \begin_layout Plain Layout
15687 Commands
15688 \begin_inset IndexMacro subentry
15689 status open
15690
15691 \begin_layout Plain Layout
15692 C
15693 \end_layout
15694
15695 \end_inset
15696
15697
15698 \begin_inset IndexMacro subentry
15699 status open
15700
15701 \begin_layout Plain Layout
15702
15703 \backslash
15704 colorbox
15705 \end_layout
15706
15707 \end_inset
15708
15709
15710 \end_layout
15711
15712 \end_inset
15713
15714  is used in the following scheme:
15715 \end_layout
15716
15717 \begin_layout Standard
15718
15719 \series bold
15720
15721 \backslash
15722 colorbox{color}{box content}
15723 \end_layout
15724
15725 \begin_layout Standard
15726 The box content can also be a box and a 
15727 \series bold
15728
15729 \backslash
15730 colorbox
15731 \series default
15732  can also be part of another box (see the 2nd and 3rd example).
15733  When the box should contain a formula,
15734  an extra formula has to be created,
15735  the same way as for 
15736 \series bold
15737
15738 \backslash
15739 raisebox
15740 \series default
15741 .
15742 \begin_inset Foot
15743 status collapsed
15744
15745 \begin_layout Plain Layout
15746 This also applies for the command 
15747 \series bold
15748
15749 \backslash
15750 fcolorbox
15751 \series default
15752 .
15753 \end_layout
15754
15755 \end_inset
15756
15757
15758 \end_layout
15759
15760 \begin_layout Standard
15761 One of the following predefined colors can be chosen:
15762 \end_layout
15763
15764 \begin_layout Standard
15765
15766 \series bold
15767 black
15768 \series default
15769 ,
15770  
15771 \series bold
15772 blue
15773 \series default
15774 ,
15775  
15776 \series bold
15777 cyan
15778 \series default
15779 ,
15780  
15781 \series bold
15782 green
15783 \series default
15784 ,
15785  
15786 \series bold
15787 magenta
15788 \series default
15789 ,
15790  
15791 \series bold
15792 red
15793 \series default
15794 ,
15795  
15796 \series bold
15797 white
15798 \series default
15799  and 
15800 \series bold
15801 yellow
15802 \begin_inset VSpace smallskip
15803 \end_inset
15804
15805
15806 \end_layout
15807
15808 \begin_layout Standard
15809 \align center
15810 \begin_inset Tabular
15811 <lyxtabular version="3" rows="4" columns="2">
15812 <features booktabs="true" tabularvalignment="middle">
15813 <column alignment="center" valignment="top" width="0pt">
15814 <column alignment="center" valignment="top">
15815 <row>
15816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15817 \begin_inset Text
15818
15819 \begin_layout Plain Layout
15820 Command
15821 \end_layout
15822
15823 \end_inset
15824 </cell>
15825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15826 \begin_inset Text
15827
15828 \begin_layout Plain Layout
15829 Result
15830 \end_layout
15831
15832 \end_inset
15833 </cell>
15834 </row>
15835 <row>
15836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Plain Layout
15840
15841 \backslash
15842 colorbox{yellow
15843 \begin_inset Formula $\to$
15844 \end_inset
15845
15846
15847 \backslash
15848 {A=B
15849 \end_layout
15850
15851 \end_inset
15852 </cell>
15853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Plain Layout
15857 \begin_inset Formula $\colorbox{yellow}{A=B}$
15858 \end_inset
15859
15860
15861 \end_layout
15862
15863 \end_inset
15864 </cell>
15865 </row>
15866 <row topspace="1.5mm">
15867 <cell alignment="center" valignment="top" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Plain Layout
15871
15872 \backslash
15873 colorbox{green
15874 \begin_inset Formula $\to$
15875 \end_inset
15876
15877
15878 \backslash
15879 {
15880 \backslash
15881 fbox
15882 \begin_inset space \textvisiblespace{}
15883 \end_inset
15884
15885
15886 \change_inserted 232239728 1611182042
15887
15888 \begin_inset Formula $\gets\gets$
15889 \end_inset
15890
15891
15892 \change_unchanged
15893 A=B
15894 \end_layout
15895
15896 \end_inset
15897 </cell>
15898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Plain Layout
15902 \begin_inset Formula $\colorbox{green}{\fbox{A=B}}$
15903 \end_inset
15904
15905
15906 \end_layout
15907
15908 \end_inset
15909 </cell>
15910 </row>
15911 <row topspace="1.5mm" bottomspace="1mm">
15912 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15913 \begin_inset Text
15914
15915 \begin_layout Plain Layout
15916
15917 \backslash
15918 fbox
15919 \begin_inset space \textvisiblespace{}
15920 \end_inset
15921
15922
15923 \change_inserted 232239728 1611182036
15924
15925 \begin_inset Formula $\gets\gets$
15926 \end_inset
15927
15928
15929 \change_unchanged
15930
15931 \backslash
15932 colorbox{green
15933 \begin_inset Formula $\to$
15934 \end_inset
15935
15936
15937 \backslash
15938 {
15939 \family sans
15940 Ctrl+M
15941 \family default
15942  
15943 \family sans
15944 Ctrl+M
15945 \family default
15946  
15947 \backslash
15948 int
15949 \begin_inset space \textvisiblespace{}
15950 \end_inset
15951
15952 C=D
15953 \end_layout
15954
15955 \end_inset
15956 </cell>
15957 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15958 \begin_inset Text
15959
15960 \begin_layout Plain Layout
15961 \begin_inset Formula $\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}$
15962 \end_inset
15963
15964
15965 \end_layout
15966
15967 \end_inset
15968 </cell>
15969 </row>
15970 </lyxtabular>
15971
15972 \end_inset
15973
15974
15975 \begin_inset VSpace smallskip
15976 \end_inset
15977
15978
15979 \end_layout
15980
15981 \begin_layout Standard
15982
15983 \series bold
15984
15985 \backslash
15986 colorbox
15987 \series default
15988  only colors the box background,
15989  not the characters in the box.
15990  To color all characters,
15991  the whole formula is highlighted and the desired color is chosen in the 
15992 \family sans
15993 Text
15994 \begin_inset space ~
15995 \end_inset
15996
15997 Style
15998 \family default
15999  dialog.
16000  The dialog can be called with the toolbar button 
16001 \begin_inset Info
16002 type  "icon"
16003 arg   "dialog-show character"
16004 \end_inset
16005
16006  or the menu 
16007 \family sans
16008 Edit\SpecialChar menuseparator
16009 Text
16010 \begin_inset space ~
16011 \end_inset
16012
16013 Properties\SpecialChar menuseparator
16014 Customized
16015 \family default
16016 .
16017  The formula number will have the same color as the formula.
16018  If a different color for the formula number is desired,
16019  the color must be changed within the formula.
16020 \end_layout
16021
16022 \begin_layout Standard
16023 An example:
16024 \end_layout
16025
16026 \begin_layout Standard
16027
16028 \color red
16029 \begin_inset Formula 
16030 \begin{equation}
16031 \int A=B\label{eq:red}
16032 \end{equation}
16033
16034 \end_inset
16035
16036
16037 \color green
16038
16039 \begin_inset Formula 
16040 \begin{equation}
16041 \textcolor{red}{\int A=B}\label{eq:redgreen}
16042 \end{equation}
16043
16044 \end_inset
16045
16046
16047 \end_layout
16048
16049 \begin_layout Standard
16050 Formula 
16051 \begin_inset CommandInset ref
16052 LatexCommand eqref
16053 reference "eq:red"
16054 nolink "false"
16055
16056 \end_inset
16057
16058  is completely colored red.
16059 \begin_inset Newline newline
16060 \end_inset
16061
16062 Formula 
16063 \begin_inset CommandInset ref
16064 LatexCommand eqref
16065 reference "eq:redgreen"
16066 nolink "false"
16067
16068 \end_inset
16069
16070  was first completely colored green to set the color for the formula number.
16071  Subsequently the formula characters were colored red.
16072 \end_layout
16073
16074 \begin_layout Standard
16075 \begin_inset VSpace bigskip
16076 \end_inset
16077
16078 To color the frame different than the rest of the box,
16079  the command 
16080 \series bold
16081
16082 \backslash
16083 fcolorbox
16084 \series default
16085
16086 \begin_inset Index idx
16087 range none
16088 pageformat default
16089 status collapsed
16090
16091 \begin_layout Plain Layout
16092 Commands
16093 \begin_inset IndexMacro subentry
16094 status open
16095
16096 \begin_layout Plain Layout
16097 F
16098 \end_layout
16099
16100 \end_inset
16101
16102
16103 \begin_inset IndexMacro subentry
16104 status open
16105
16106 \begin_layout Plain Layout
16107
16108 \backslash
16109 fcolorbox
16110 \end_layout
16111
16112 \end_inset
16113
16114
16115 \end_layout
16116
16117 \end_inset
16118
16119  is used in the following scheme:
16120 \end_layout
16121
16122 \begin_layout Standard
16123
16124 \series bold
16125
16126 \backslash
16127 fcolorbox{frame color}{color}{box content}
16128 \end_layout
16129
16130 \begin_layout Standard
16131 So 
16132 \series bold
16133
16134 \backslash
16135 fcolorbox
16136 \series default
16137  is an extension of the command 
16138 \series bold
16139
16140 \backslash
16141 colorbox
16142 \series default
16143 .
16144  The frame width is set,
16145  like for 
16146 \series bold
16147
16148 \backslash
16149 framebox
16150 \series default
16151 ,
16152  with 
16153 \series bold
16154
16155 \backslash
16156 fboxrule
16157 \series default
16158  and 
16159 \series bold
16160
16161 \backslash
16162 fboxsep
16163 \series default
16164 .
16165  An example:
16166 \begin_inset ERT
16167 status collapsed
16168
16169 \begin_layout Plain Layout
16170
16171
16172 \backslash
16173 fboxrule 1mm 
16174 \backslash
16175 fboxsep 1mm
16176 \end_layout
16177
16178 \end_inset
16179
16180
16181 \begin_inset Formula 
16182 \[
16183 \fcolorbox{cyan}{magenta}{A=B}
16184 \]
16185
16186 \end_inset
16187
16188
16189 \begin_inset ERT
16190 status collapsed
16191
16192 \begin_layout Plain Layout
16193
16194
16195 \backslash
16196 fboxrule 0.4pt 
16197 \backslash
16198 fboxsep 3pt
16199 \end_layout
16200
16201 \end_inset
16202
16203
16204 \end_layout
16205
16206 \begin_layout Standard
16207 This formula was created with the command
16208 \begin_inset Newline newline
16209 \end_inset
16210
16211
16212 \series bold
16213
16214 \backslash
16215 fcolorbox{cyan
16216 \begin_inset Formula $\to$
16217 \end_inset
16218
16219
16220 \backslash
16221 {magenta
16222 \begin_inset Formula $\to$
16223 \end_inset
16224
16225
16226 \backslash
16227 {A=B
16228 \series default
16229 .
16230 \end_layout
16231
16232 \begin_layout Standard
16233 \begin_inset VSpace bigskip
16234 \end_inset
16235
16236 To use colors other than predefined ones,
16237  they must be defined first.
16238 \end_layout
16239
16240 \begin_layout Standard
16241 One can for example define the color 
16242 \begin_inset Quotes eld
16243 \end_inset
16244
16245
16246 \series bold
16247 darkgreen
16248 \series default
16249
16250 \begin_inset Quotes erd
16251 \end_inset
16252
16253  with the \SpecialChar LaTeX
16254 -preamble line:
16255 \end_layout
16256
16257 \begin_layout Standard
16258
16259 \series bold
16260
16261 \backslash
16262 definecolor{darkgreen}{cmyk}{0.5,
16263
16264 \series default
16265  
16266 \series bold
16267 0,
16268
16269 \series default
16270  
16271 \series bold
16272 1,
16273
16274 \series default
16275  
16276 \series bold
16277 0.5}
16278 \series default
16279
16280 \begin_inset Index idx
16281 range none
16282 pageformat default
16283 status collapsed
16284
16285 \begin_layout Plain Layout
16286 Commands
16287 \begin_inset IndexMacro subentry
16288 status open
16289
16290 \begin_layout Plain Layout
16291 D
16292 \end_layout
16293
16294 \end_inset
16295
16296
16297 \begin_inset IndexMacro subentry
16298 status open
16299
16300 \begin_layout Plain Layout
16301
16302 \backslash
16303 definecolor
16304 \end_layout
16305
16306 \end_inset
16307
16308
16309 \end_layout
16310
16311 \end_inset
16312
16313
16314 \end_layout
16315
16316 \begin_layout Standard
16317
16318 \series bold
16319 cmyk
16320 \series default
16321  is the color space denoting the colors 
16322 \series bold
16323 cyan
16324 \series default
16325 ,
16326  
16327 \series bold
16328 magenta
16329 \series default
16330 ,
16331  
16332 \series bold
16333 yellow
16334 \series default
16335  and 
16336 \series bold
16337 black
16338 \series default
16339 .
16340  The four comma separated numbers are the portion factors for the corresponding colors of the color space.
16341  The factors can be in the range of 0
16342 \begin_inset space \thinspace{}
16343 \end_inset
16344
16345 -
16346 \begin_inset space \thinspace{}
16347 \end_inset
16348
16349 1.
16350  Instead of 
16351 \series bold
16352 cmyk,
16353
16354 \series default
16355  the color space 
16356 \series bold
16357 rgb
16358 \series default
16359  can also be used for definitions.
16360  
16361 \series bold
16362 rgb
16363 \series default
16364  denotes 
16365 \series bold
16366 red
16367 \series default
16368 ,
16369  
16370 \series bold
16371 green
16372 \series default
16373  and 
16374 \series bold
16375 blue
16376 \series default
16377 ,
16378  so there are three portion factors for the corresponding colors.
16379  Furthermore there is the color space 
16380 \series bold
16381 gray
16382 \series default
16383  with one portion factor for the gray value.
16384 \end_layout
16385
16386 \begin_layout Standard
16387 As an example here is a framed box with the newly defined color 
16388 \series bold
16389 darkgreen
16390 \series default
16391  where the characters have been colored 
16392 \series bold
16393 yellow
16394 \series default
16395 :
16396 \begin_inset Formula 
16397 \begin{equation}
16398 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
16399 \end{equation}
16400
16401 \end_inset
16402
16403
16404 \end_layout
16405
16406 \begin_layout Standard
16407 Self-defined colors can also be used for text with the help of the command 
16408 \series bold
16409
16410 \backslash
16411 textcolor
16412 \series default
16413 :
16414 \begin_inset Index idx
16415 range none
16416 pageformat default
16417 status collapsed
16418
16419 \begin_layout Plain Layout
16420 Text
16421 \begin_inset IndexMacro subentry
16422 status open
16423
16424 \begin_layout Plain Layout
16425 colored
16426 \end_layout
16427
16428 \end_inset
16429
16430
16431 \end_layout
16432
16433 \end_inset
16434
16435
16436 \end_layout
16437
16438 \begin_layout Standard
16439 \begin_inset ERT
16440 status collapsed
16441
16442 \begin_layout Plain Layout
16443
16444
16445 \backslash
16446 textcolor{darkgreen}{
16447 \end_layout
16448
16449 \end_inset
16450
16451 This sentence is 
16452 \begin_inset Quotes eld
16453 \end_inset
16454
16455 darkgreen
16456 \begin_inset Quotes erd
16457 \end_inset
16458
16459 .
16460 \begin_inset ERT
16461 status collapsed
16462
16463 \begin_layout Plain Layout
16464
16465 }
16466 \end_layout
16467
16468 \end_inset
16469
16470
16471 \end_layout
16472
16473 \begin_layout Standard
16474
16475 \series bold
16476
16477 \backslash
16478 textcolor
16479 \series default
16480
16481 \begin_inset Index idx
16482 range none
16483 pageformat default
16484 status collapsed
16485
16486 \begin_layout Plain Layout
16487 Commands
16488 \begin_inset IndexMacro subentry
16489 status open
16490
16491 \begin_layout Plain Layout
16492 T
16493 \end_layout
16494
16495 \end_inset
16496
16497
16498 \begin_inset IndexMacro subentry
16499 status open
16500
16501 \begin_layout Plain Layout
16502
16503 \backslash
16504 textcolor
16505 \end_layout
16506
16507 \end_inset
16508
16509
16510 \end_layout
16511
16512 \end_inset
16513
16514  is used in the scheme 
16515 \series bold
16516
16517 \backslash
16518 textcolor{color}{characters to color}
16519 \series default
16520 .
16521 \end_layout
16522
16523 \begin_layout Subsection
16524 Paragraph Boxes
16525 \begin_inset CommandInset label
16526 LatexCommand label
16527 name "subsec:Paragraph-Boxes"
16528
16529 \end_inset
16530
16531
16532 \begin_inset Index idx
16533 range none
16534 pageformat default
16535 status collapsed
16536
16537 \begin_layout Plain Layout
16538 Boxes
16539 \begin_inset IndexMacro subentry
16540 status open
16541
16542 \begin_layout Plain Layout
16543 as paragraph
16544 \end_layout
16545
16546 \end_inset
16547
16548
16549 \end_layout
16550
16551 \end_inset
16552
16553
16554 \end_layout
16555
16556 \begin_layout Standard
16557 A box that can contain several lines and paragraphs,
16558  a so-called paragraph box (parbox),
16559  can be created with the menu 
16560 \family sans
16561 Insert\SpecialChar menuseparator
16562 Box
16563 \family default
16564  or the toolbar button 
16565 \begin_inset Info
16566 type  "icon"
16567 arg   "box-insert"
16568 \end_inset
16569
16570 .
16571 \end_layout
16572
16573 \begin_layout Standard
16574 The following example shows a framed parbox in a line:
16575 \end_layout
16576
16577 \begin_layout Standard
16578 \begin_inset VSpace medskip
16579 \end_inset
16580
16581 This is a line 
16582 \begin_inset Box Boxed
16583 position "c"
16584 hor_pos "c"
16585 has_inner_box 1
16586 inner_pos "t"
16587 use_parbox 1
16588 use_makebox 0
16589 width "5cm"
16590 special "none"
16591 height "1in"
16592 height_special "totalheight"
16593 thickness "0.4pt"
16594 separation "3pt"
16595 shadowsize "4pt"
16596 framecolor "black"
16597 backgroundcolor "none"
16598 status open
16599
16600 \begin_layout Plain Layout
16601 This is a paragraph box.
16602  It is exactly 5
16603 \begin_inset space \thinspace{}
16604 \end_inset
16605
16606 cm long and can also contain formulas:
16607  
16608 \begin_inset Formula $\int A\,\mathrm{d}s=C$
16609 \end_inset
16610
16611
16612 \end_layout
16613
16614 \end_inset
16615
16616  with a parbox.
16617 \end_layout
16618
16619 \begin_layout Standard
16620 \begin_inset VSpace medskip
16621 \end_inset
16622
16623
16624 \end_layout
16625
16626 \begin_layout Standard
16627 Such a box is created by right-clicking on the gray box inset.
16628  A dialog pops up showing the box properties.
16629  In our case set:
16630  
16631 \emph on
16632 Decoration
16633 \emph default
16634 :
16635  Rectangular box,
16636  
16637 \emph on
16638 Inner Box
16639 \emph default
16640 :
16641  Parbox,
16642  
16643 \emph on
16644 Width
16645 \emph default
16646 :
16647  5
16648 \begin_inset space \thinspace{}
16649 \end_inset
16650
16651 cm,
16652  
16653 \emph on
16654 Vertical Box Alignment
16655 \emph default
16656 :
16657  Middle
16658 \end_layout
16659
16660 \begin_layout Standard
16661 \begin_inset VSpace medskip
16662 \end_inset
16663
16664 In \SpecialChar LaTeX
16665  a parbox is created with the command 
16666 \series bold
16667
16668 \backslash
16669 parbox
16670 \series default
16671
16672 \begin_inset Index idx
16673 range none
16674 pageformat default
16675 status collapsed
16676
16677 \begin_layout Plain Layout
16678 Commands
16679 \begin_inset IndexMacro subentry
16680 status open
16681
16682 \begin_layout Plain Layout
16683 P
16684 \end_layout
16685
16686 \end_inset
16687
16688
16689 \begin_inset IndexMacro subentry
16690 status open
16691
16692 \begin_layout Plain Layout
16693
16694 \backslash
16695 parbox
16696 \end_layout
16697
16698 \end_inset
16699
16700
16701 \end_layout
16702
16703 \end_inset
16704
16705  which has the following scheme:
16706 \end_layout
16707
16708 \begin_layout Standard
16709
16710 \series bold
16711
16712 \backslash
16713 parbox[position]{width}{box content}
16714 \end_layout
16715
16716 \begin_layout Standard
16717 The positions 
16718 \emph on
16719 b
16720 \emph default
16721  and 
16722 \emph on
16723 t
16724 \emph default
16725  are possible.
16726  
16727 \emph on
16728 b
16729 \emph default
16730  for 
16731 \begin_inset Quotes eld
16732 \end_inset
16733
16734 bottom
16735 \begin_inset Quotes erd
16736 \end_inset
16737
16738  means that the box is aligned within the surrounding text with its last line.
16739  With 
16740 \emph on
16741 t
16742 \emph default
16743  for 
16744 \begin_inset Quotes eld
16745 \end_inset
16746
16747 top
16748 \begin_inset Quotes erd
16749 \end_inset
16750
16751  this is done with the first line.
16752  When no position is given,
16753  the box will be vertically centered,
16754  see section 
16755 \emph on
16756 Boxes
16757 \emph default
16758  of the 
16759 \emph on
16760 Embedded
16761 \begin_inset space ~
16762 \end_inset
16763
16764 Objects
16765 \emph default
16766  manual for examples.
16767 \end_layout
16768
16769 \begin_layout Standard
16770 \begin_inset VSpace bigskip
16771 \end_inset
16772
16773 To frame formulas completely,
16774  including the formula number,
16775  the formula must be set into a parbox.
16776  To do this,
16777  the command 
16778 \series bold
16779
16780 \backslash
16781 fbox{
16782 \backslash
16783 parbox{
16784 \backslash
16785 linewidth-2
16786 \backslash
16787 fboxsep-2
16788 \backslash
16789 fboxrule}{
16790 \series default
16791  is inserted in \SpecialChar TeX
16792  mode before the formula.
16793  
16794 \series bold
16795
16796 \backslash
16797 linewidth
16798 \series default
16799
16800 \begin_inset Index idx
16801 range none
16802 pageformat default
16803 status collapsed
16804
16805 \begin_layout Plain Layout
16806 Commands
16807 \begin_inset IndexMacro subentry
16808 status open
16809
16810 \begin_layout Plain Layout
16811 L
16812 \end_layout
16813
16814 \end_inset
16815
16816
16817 \begin_inset IndexMacro subentry
16818 status open
16819
16820 \begin_layout Plain Layout
16821
16822 \backslash
16823 linewidth
16824 \end_layout
16825
16826 \end_inset
16827
16828
16829 \end_layout
16830
16831 \end_inset
16832
16833  is the line width set for the document.
16834  Because the frame is outside the parbox,
16835  two times the frame separation and the frame thickness must be subtracted from the line width.
16836  To be able to multiply and subtract in arguments,
16837  the \SpecialChar LaTeX
16838 -package 
16839 \series bold
16840 calc
16841 \series default
16842
16843 \begin_inset Foot
16844 status collapsed
16845
16846 \begin_layout Plain Layout
16847
16848 \series bold
16849 calc
16850 \series default
16851  is part of every \SpecialChar LaTeX
16852  standard installation.
16853 \end_layout
16854
16855 \end_inset
16856
16857
16858 \begin_inset Index idx
16859 range none
16860 pageformat default
16861 status collapsed
16862
16863 \begin_layout Plain Layout
16864 Packages
16865 \begin_inset IndexMacro subentry
16866 status open
16867
16868 \begin_layout Plain Layout
16869 calc
16870 \end_layout
16871
16872 \end_inset
16873
16874
16875 \end_layout
16876
16877 \end_inset
16878
16879  must be loaded in the \SpecialChar LaTeX
16880 -preamble with the line
16881 \end_layout
16882
16883 \begin_layout Standard
16884
16885 \series bold
16886
16887 \backslash
16888 usepackage{calc}
16889 \end_layout
16890
16891 \begin_layout Standard
16892 Behind the formula both boxes are closed by entering 
16893 \series bold
16894 }}
16895 \series default
16896  in \SpecialChar TeX
16897  mode.
16898  Here is an example:
16899 \begin_inset ERT
16900 status collapsed
16901
16902 \begin_layout Plain Layout
16903
16904
16905 \backslash
16906 fboxsep 5mm 
16907 \backslash
16908 fboxrule 5mm
16909 \end_layout
16910
16911 \end_inset
16912
16913
16914 \end_layout
16915
16916 \begin_layout Standard
16917 \begin_inset ERT
16918 status collapsed
16919
16920 \begin_layout Plain Layout
16921
16922
16923 \backslash
16924 fbox{
16925 \backslash
16926 parbox{
16927 \backslash
16928 linewidth-2
16929 \backslash
16930 fboxsep-2
16931 \backslash
16932 fboxrule}{
16933 \end_layout
16934
16935 \end_inset
16936
16937
16938 \begin_inset Formula 
16939 \begin{equation}
16940 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
16941 \end{equation}
16942
16943 \end_inset
16944
16945
16946 \begin_inset ERT
16947 status collapsed
16948
16949 \begin_layout Plain Layout
16950
16951 }}
16952 \end_layout
16953
16954 \end_inset
16955
16956
16957 \begin_inset ERT
16958 status collapsed
16959
16960 \begin_layout Plain Layout
16961
16962
16963 \backslash
16964 fboxrule 0.4pt 
16965 \backslash
16966 fboxsep 3pt
16967 \end_layout
16968
16969 \end_inset
16970
16971
16972 \end_layout
16973
16974 \begin_layout Standard
16975 \begin_inset VSpace medskip
16976 \end_inset
16977
16978 As a parbox is used as the argument of 
16979 \series bold
16980
16981 \backslash
16982 fbox
16983 \series default
16984 ,
16985  there is in this case no difference between 
16986 \series bold
16987
16988 \backslash
16989 fbox
16990 \series default
16991  and 
16992 \series bold
16993
16994 \backslash
16995 boxed
16996 \series default
16997 .
16998 \end_layout
16999
17000 \begin_layout Standard
17001 \begin_inset VSpace bigskip
17002 \end_inset
17003
17004 Paragraph boxes are very useful to comment formulas directly.
17005  To do this,
17006  
17007 \series bold
17008
17009 \backslash
17010 parbox
17011 \series default
17012  is used in combination with the command 
17013 \series bold
17014
17015 \backslash
17016 tag
17017 \series default
17018 .
17019  (more about 
17020 \series bold
17021
17022 \backslash
17023 tag
17024 \series default
17025  see 
17026 \begin_inset CommandInset ref
17027 LatexCommand ref
17028 reference "subsec:User-defined-Numbering"
17029 nolink "false"
17030
17031 \end_inset
17032
17033 )
17034 \end_layout
17035
17036 \begin_layout Standard
17037 An example of a formula commented with 
17038 \series bold
17039
17040 \backslash
17041 parbox
17042 \series default
17043 :
17044 \end_layout
17045
17046 \begin_layout Standard
17047 \begin_inset ERT
17048 status collapsed
17049
17050 \begin_layout Plain Layout
17051
17052
17053 \backslash
17054 [5x-7b=3b
17055 \backslash
17056 tag*{
17057 \backslash
17058 parbox{5cm}{
17059 \end_layout
17060
17061 \end_inset
17062
17063 This is a description.
17064  It is distinctly separated from the formula and multiline.
17065 \begin_inset ERT
17066 status collapsed
17067
17068 \begin_layout Plain Layout
17069
17070 }}
17071 \backslash
17072 ]
17073 \end_layout
17074
17075 \end_inset
17076
17077
17078 \end_layout
17079
17080 \begin_layout Standard
17081 Such a formula must be inserted completely in \SpecialChar TeX
17082  mode because \SpecialChar LyX
17083  does not yet support the command 
17084 \series bold
17085
17086 \backslash
17087 parbox
17088 \series default
17089  in formulas.
17090  The formula is created with the following command sequence:
17091 \end_layout
17092
17093 \begin_layout Standard
17094 The command 
17095 \series bold
17096
17097 \backslash
17098 [5x-7b=3b
17099 \backslash
17100 tag*
17101 \backslash
17102 {
17103 \backslash
17104 parbox{5cm}{
17105 \series default
17106  is inserted in \SpecialChar TeX
17107  mode.
17108 \begin_inset Foot
17109 status collapsed
17110
17111 \begin_layout Plain Layout
17112 When the formula style 
17113 \series bold
17114 Indented
17115 \series default
17116  is used,
17117  
17118 \series bold
17119
17120 \backslash
17121 tag*
17122 \backslash
17123 {
17124 \series default
17125  can also be replaced by 
17126 \series bold
17127
17128 \backslash
17129 hfill
17130 \series default
17131 .
17132  (formula styles see 
17133 \begin_inset CommandInset ref
17134 LatexCommand ref
17135 reference "sec:Formula-Styles"
17136 nolink "false"
17137
17138 \end_inset
17139
17140 )
17141 \end_layout
17142
17143 \end_inset
17144
17145  Then the description follows as normal text and finally 
17146 \series bold
17147 }}
17148 \backslash
17149 ]
17150 \series default
17151  is inserted in \SpecialChar TeX
17152  mode.
17153  The commands 
17154 \series bold
17155
17156 \backslash
17157 [
17158 \series default
17159  and 
17160 \series bold
17161
17162 \backslash
17163 ]
17164 \series default
17165  create a displayed formula.
17166 \end_layout
17167
17168 \begin_layout Standard
17169 The advantages of 
17170 \series bold
17171
17172 \backslash
17173 parbox
17174 \series default
17175  can be seen in this example that was 
17176 \begin_inset Quotes eld
17177 \end_inset
17178
17179 commented
17180 \begin_inset Quotes erd
17181 \end_inset
17182
17183  using the mathematical textmode:
17184 \begin_inset Formula 
17185 \[
17186 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
17187 \]
17188
17189 \end_inset
17190
17191
17192 \end_layout
17193
17194 \begin_layout Section
17195 Operators
17196 \begin_inset Index idx
17197 range none
17198 pageformat default
17199 status collapsed
17200
17201 \begin_layout Plain Layout
17202 Operators
17203 \end_layout
17204
17205 \end_inset
17206
17207
17208 \end_layout
17209
17210 \begin_layout Subsection
17211 Big Operators
17212 \begin_inset CommandInset label
17213 LatexCommand label
17214 name "subsec:Big-Operators"
17215
17216 \end_inset
17217
17218
17219 \begin_inset Index idx
17220 range none
17221 pageformat default
17222 status collapsed
17223
17224 \begin_layout Plain Layout
17225 Operators
17226 \begin_inset IndexMacro subentry
17227 status open
17228
17229 \begin_layout Plain Layout
17230 big
17231 \end_layout
17232
17233 \end_inset
17234
17235
17236 \end_layout
17237
17238 \end_inset
17239
17240
17241 \begin_inset Index idx
17242 range none
17243 pageformat default
17244 status collapsed
17245
17246 \begin_layout Plain Layout
17247 Sums
17248 \end_layout
17249
17250 \end_inset
17251
17252
17253 \begin_inset Index idx
17254 range none
17255 pageformat default
17256 status collapsed
17257
17258 \begin_layout Plain Layout
17259 Integrals
17260 \end_layout
17261
17262 \end_inset
17263
17264
17265 \end_layout
17266
17267 \begin_layout Standard
17268 To be able to use all of the integral operators listed here,
17269  the 
17270 \family sans
17271 Load automatically
17272 \family default
17273  option for the
17274 \family sans
17275  esint package
17276 \family default
17277  must be set in the document settings under 
17278 \family sans
17279 Math
17280 \begin_inset space ~
17281 \end_inset
17282
17283 Options
17284 \family default
17285 .
17286 \end_layout
17287
17288 \begin_layout Standard
17289 \begin_inset space \hfill{}
17290 \end_inset
17291
17292
17293 \begin_inset Tabular
17294 <lyxtabular version="3" rows="11" columns="2">
17295 <features booktabs="true" tabularvalignment="middle">
17296 <column alignment="center" valignment="top" width="0pt">
17297 <column alignment="center" valignment="top" width="0pt">
17298 <row>
17299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17300 \begin_inset Text
17301
17302 \begin_layout Plain Layout
17303 Command
17304 \end_layout
17305
17306 \end_inset
17307 </cell>
17308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17309 \begin_inset Text
17310
17311 \begin_layout Plain Layout
17312 Result
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 </row>
17318 <row>
17319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17320 \begin_inset Text
17321
17322 \begin_layout Plain Layout
17323
17324 \backslash
17325 int
17326 \begin_inset Index idx
17327 range none
17328 pageformat default
17329 status collapsed
17330
17331 \begin_layout Plain Layout
17332 Commands
17333 \begin_inset IndexMacro subentry
17334 status open
17335
17336 \begin_layout Plain Layout
17337 I
17338 \end_layout
17339
17340 \end_inset
17341
17342
17343 \begin_inset IndexMacro subentry
17344 status open
17345
17346 \begin_layout Plain Layout
17347
17348 \backslash
17349 int
17350 \end_layout
17351
17352 \end_inset
17353
17354
17355 \end_layout
17356
17357 \end_inset
17358
17359
17360 \end_layout
17361
17362 \end_inset
17363 </cell>
17364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17365 \begin_inset Text
17366
17367 \begin_layout Plain Layout
17368 \begin_inset Formula $\int$
17369 \end_inset
17370
17371
17372 \end_layout
17373
17374 \end_inset
17375 </cell>
17376 </row>
17377 <row>
17378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17379 \begin_inset Text
17380
17381 \begin_layout Plain Layout
17382
17383 \backslash
17384 oint
17385 \end_layout
17386
17387 \end_inset
17388 </cell>
17389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17390 \begin_inset Text
17391
17392 \begin_layout Plain Layout
17393 \begin_inset Formula $\oint$
17394 \end_inset
17395
17396
17397 \end_layout
17398
17399 \end_inset
17400 </cell>
17401 </row>
17402 <row>
17403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17404 \begin_inset Text
17405
17406 \begin_layout Plain Layout
17407
17408 \backslash
17409 ointctrclockwise
17410 \end_layout
17411
17412 \end_inset
17413 </cell>
17414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17415 \begin_inset Text
17416
17417 \begin_layout Plain Layout
17418 \begin_inset Formula $\ointctrclockwise$
17419 \end_inset
17420
17421
17422 \end_layout
17423
17424 \end_inset
17425 </cell>
17426 </row>
17427 <row>
17428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Plain Layout
17432
17433 \backslash
17434 ointclockwise
17435 \end_layout
17436
17437 \end_inset
17438 </cell>
17439 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17440 \begin_inset Text
17441
17442 \begin_layout Plain Layout
17443 \begin_inset Formula $\ointclockwise$
17444 \end_inset
17445
17446
17447 \end_layout
17448
17449 \end_inset
17450 </cell>
17451 </row>
17452 <row>
17453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17454 \begin_inset Text
17455
17456 \begin_layout Plain Layout
17457
17458 \backslash
17459 sqint
17460 \end_layout
17461
17462 \end_inset
17463 </cell>
17464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17465 \begin_inset Text
17466
17467 \begin_layout Plain Layout
17468 \begin_inset Formula $\sqint$
17469 \end_inset
17470
17471
17472 \end_layout
17473
17474 \end_inset
17475 </cell>
17476 </row>
17477 <row>
17478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17479 \begin_inset Text
17480
17481 \begin_layout Plain Layout
17482
17483 \backslash
17484 fint
17485 \end_layout
17486
17487 \end_inset
17488 </cell>
17489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17490 \begin_inset Text
17491
17492 \begin_layout Plain Layout
17493  
17494 \begin_inset Formula $\fint$
17495 \end_inset
17496
17497
17498 \end_layout
17499
17500 \end_inset
17501 </cell>
17502 </row>
17503 <row>
17504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17505 \begin_inset Text
17506
17507 \begin_layout Plain Layout
17508
17509 \backslash
17510 landupint
17511 \end_layout
17512
17513 \end_inset
17514 </cell>
17515 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17516 \begin_inset Text
17517
17518 \begin_layout Plain Layout
17519  
17520 \begin_inset Formula $\landupint$
17521 \end_inset
17522
17523
17524 \end_layout
17525
17526 \end_inset
17527 </cell>
17528 </row>
17529 <row>
17530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17531 \begin_inset Text
17532
17533 \begin_layout Plain Layout
17534
17535 \backslash
17536 landdownint
17537 \end_layout
17538
17539 \end_inset
17540 </cell>
17541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17542 \begin_inset Text
17543
17544 \begin_layout Plain Layout
17545  
17546 \begin_inset Formula $\landdownint$
17547 \end_inset
17548
17549
17550 \end_layout
17551
17552 \end_inset
17553 </cell>
17554 </row>
17555 <row>
17556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17557 \begin_inset Text
17558
17559 \begin_layout Plain Layout
17560
17561 \backslash
17562 bigcap
17563 \end_layout
17564
17565 \end_inset
17566 </cell>
17567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17568 \begin_inset Text
17569
17570 \begin_layout Plain Layout
17571 \begin_inset Formula $\bigcap$
17572 \end_inset
17573
17574
17575 \end_layout
17576
17577 \end_inset
17578 </cell>
17579 </row>
17580 <row>
17581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17582 \begin_inset Text
17583
17584 \begin_layout Plain Layout
17585
17586 \backslash
17587 bigcup
17588 \end_layout
17589
17590 \end_inset
17591 </cell>
17592 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17593 \begin_inset Text
17594
17595 \begin_layout Plain Layout
17596 \begin_inset Formula $\bigcup$
17597 \end_inset
17598
17599
17600 \end_layout
17601
17602 \end_inset
17603 </cell>
17604 </row>
17605 </lyxtabular>
17606
17607 \end_inset
17608
17609
17610 \begin_inset space \hfill{}
17611 \end_inset
17612
17613
17614 \begin_inset Tabular
17615 <lyxtabular version="3" rows="11" columns="2">
17616 <features booktabs="true" tabularvalignment="middle">
17617 <column alignment="center" valignment="top" width="0pt">
17618 <column alignment="center" valignment="top" width="0pt">
17619 <row>
17620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17621 \begin_inset Text
17622
17623 \begin_layout Plain Layout
17624 Command
17625 \end_layout
17626
17627 \end_inset
17628 </cell>
17629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17630 \begin_inset Text
17631
17632 \begin_layout Plain Layout
17633 Result
17634 \end_layout
17635
17636 \end_inset
17637 </cell>
17638 </row>
17639 <row>
17640 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17641 \begin_inset Text
17642
17643 \begin_layout Plain Layout
17644
17645 \backslash
17646 sum
17647 \begin_inset Index idx
17648 range none
17649 pageformat default
17650 status collapsed
17651
17652 \begin_layout Plain Layout
17653 Commands
17654 \begin_inset IndexMacro subentry
17655 status open
17656
17657 \begin_layout Plain Layout
17658 S
17659 \end_layout
17660
17661 \end_inset
17662
17663
17664 \begin_inset IndexMacro subentry
17665 status open
17666
17667 \begin_layout Plain Layout
17668
17669 \backslash
17670 sum
17671 \end_layout
17672
17673 \end_inset
17674
17675
17676 \end_layout
17677
17678 \end_inset
17679
17680
17681 \end_layout
17682
17683 \end_inset
17684 </cell>
17685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17686 \begin_inset Text
17687
17688 \begin_layout Plain Layout
17689 \begin_inset Formula $\sum$
17690 \end_inset
17691
17692
17693 \end_layout
17694
17695 \end_inset
17696 </cell>
17697 </row>
17698 <row>
17699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17700 \begin_inset Text
17701
17702 \begin_layout Plain Layout
17703
17704 \backslash
17705 prod
17706 \begin_inset Index idx
17707 range none
17708 pageformat default
17709 status collapsed
17710
17711 \begin_layout Plain Layout
17712 Commands
17713 \begin_inset IndexMacro subentry
17714 status open
17715
17716 \begin_layout Plain Layout
17717 P
17718 \end_layout
17719
17720 \end_inset
17721
17722
17723 \begin_inset IndexMacro subentry
17724 status open
17725
17726 \begin_layout Plain Layout
17727
17728 \backslash
17729 prod
17730 \end_layout
17731
17732 \end_inset
17733
17734
17735 \end_layout
17736
17737 \end_inset
17738
17739
17740 \end_layout
17741
17742 \end_inset
17743 </cell>
17744 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17745 \begin_inset Text
17746
17747 \begin_layout Plain Layout
17748 \begin_inset Formula $\prod$
17749 \end_inset
17750
17751
17752 \end_layout
17753
17754 \end_inset
17755 </cell>
17756 </row>
17757 <row>
17758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17759 \begin_inset Text
17760
17761 \begin_layout Plain Layout
17762
17763 \backslash
17764 coprod
17765 \end_layout
17766
17767 \end_inset
17768 </cell>
17769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17770 \begin_inset Text
17771
17772 \begin_layout Plain Layout
17773 \begin_inset Formula $\coprod$
17774 \end_inset
17775
17776
17777 \end_layout
17778
17779 \end_inset
17780 </cell>
17781 </row>
17782 <row>
17783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17784 \begin_inset Text
17785
17786 \begin_layout Plain Layout
17787
17788 \backslash
17789 bigodot
17790 \end_layout
17791
17792 \end_inset
17793 </cell>
17794 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17795 \begin_inset Text
17796
17797 \begin_layout Plain Layout
17798 \begin_inset Formula $\bigodot$
17799 \end_inset
17800
17801
17802 \end_layout
17803
17804 \end_inset
17805 </cell>
17806 </row>
17807 <row>
17808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17809 \begin_inset Text
17810
17811 \begin_layout Plain Layout
17812
17813 \backslash
17814 bigotimes
17815 \end_layout
17816
17817 \end_inset
17818 </cell>
17819 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17820 \begin_inset Text
17821
17822 \begin_layout Plain Layout
17823 \begin_inset Formula $\bigotimes$
17824 \end_inset
17825
17826
17827 \end_layout
17828
17829 \end_inset
17830 </cell>
17831 </row>
17832 <row>
17833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17834 \begin_inset Text
17835
17836 \begin_layout Plain Layout
17837
17838 \backslash
17839 bigoplus
17840 \end_layout
17841
17842 \end_inset
17843 </cell>
17844 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17845 \begin_inset Text
17846
17847 \begin_layout Plain Layout
17848 \begin_inset Formula $\bigoplus$
17849 \end_inset
17850
17851
17852 \end_layout
17853
17854 \end_inset
17855 </cell>
17856 </row>
17857 <row>
17858 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17859 \begin_inset Text
17860
17861 \begin_layout Plain Layout
17862
17863 \backslash
17864 bigwedge
17865 \end_layout
17866
17867 \end_inset
17868 </cell>
17869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17870 \begin_inset Text
17871
17872 \begin_layout Plain Layout
17873 \begin_inset Formula $\bigwedge$
17874 \end_inset
17875
17876
17877 \end_layout
17878
17879 \end_inset
17880 </cell>
17881 </row>
17882 <row>
17883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17884 \begin_inset Text
17885
17886 \begin_layout Plain Layout
17887
17888 \backslash
17889 bigvee
17890 \end_layout
17891
17892 \end_inset
17893 </cell>
17894 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17895 \begin_inset Text
17896
17897 \begin_layout Plain Layout
17898 \begin_inset Formula $\bigvee$
17899 \end_inset
17900
17901
17902 \end_layout
17903
17904 \end_inset
17905 </cell>
17906 </row>
17907 <row>
17908 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17909 \begin_inset Text
17910
17911 \begin_layout Plain Layout
17912
17913 \backslash
17914 bigsqcup
17915 \end_layout
17916
17917 \end_inset
17918 </cell>
17919 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17920 \begin_inset Text
17921
17922 \begin_layout Plain Layout
17923 \begin_inset Formula $\bigsqcup$
17924 \end_inset
17925
17926
17927 \end_layout
17928
17929 \end_inset
17930 </cell>
17931 </row>
17932 <row>
17933 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17934 \begin_inset Text
17935
17936 \begin_layout Plain Layout
17937
17938 \backslash
17939 biguplus
17940 \end_layout
17941
17942 \end_inset
17943 </cell>
17944 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17945 \begin_inset Text
17946
17947 \begin_layout Plain Layout
17948 \begin_inset Formula $\biguplus$
17949 \end_inset
17950
17951
17952 \end_layout
17953
17954 \end_inset
17955 </cell>
17956 </row>
17957 </lyxtabular>
17958
17959 \end_inset
17960
17961
17962 \begin_inset space \hfill{}
17963 \end_inset
17964
17965
17966 \end_layout
17967
17968 \begin_layout Standard
17969 All big operators can also be inserted via the math toolbar button 
17970 \begin_inset Info
17971 type  "icon"
17972 arg   "math-insert \\intop"
17973 \end_inset
17974
17975 .
17976 \end_layout
17977
17978 \begin_layout Standard
17979 The operators are called big because they are bigger than the sometimes equal looking binary operators.
17980  All big operators can have limits as described in the next subsection.
17981 \end_layout
17982
17983 \begin_layout Standard
17984 For all integral operators there is a second version available,
17985  ending in 
17986 \series bold
17987 op
17988 \series default
17989 :
17990  
17991 \series bold
17992
17993 \backslash
17994 intop
17995 \series default
17996 ,
17997  
17998 \series bold
17999
18000 \backslash
18001 ointop
18002 \series default
18003  etc.
18004  These operators differ in the style the operator limits are displayed,
18005  see 
18006 \begin_inset CommandInset ref
18007 LatexCommand ref
18008 reference "subsec:Operator-Limits"
18009 nolink "false"
18010
18011 \end_inset
18012
18013 .
18014 \end_layout
18015
18016 \begin_layout Subsubsection*
18017 Advice for Integrals
18018 \end_layout
18019
18020 \begin_layout Standard
18021 The letter 
18022 \emph on
18023 d
18024 \emph default
18025  in an integral is an operator that has to be set upright.
18026  This is done by highlighting the 
18027 \emph on
18028 d
18029 \emph default
18030  and using the keyboard shortcut 
18031 \begin_inset Info
18032 type  "shortcut"
18033 arg   "font-roman"
18034 \end_inset
18035
18036
18037 \begin_inset Foot
18038 status collapsed
18039
18040 \begin_layout Plain Layout
18041 Font styles
18042 \series bold
18043  
18044 \series default
18045 see 
18046 \begin_inset CommandInset ref
18047 LatexCommand ref
18048 reference "subsec:Font-Styles"
18049 nolink "false"
18050
18051 \end_inset
18052
18053
18054 \end_layout
18055
18056 \end_inset
18057
18058 .
18059  Also the smallest space is inserted before the 
18060 \emph on
18061 d
18062 \emph default
18063 ,
18064  as this is usual for operators.
18065  An example:
18066 \end_layout
18067
18068 \begin_layout Standard
18069 incorrect:
18070  
18071 \begin_inset Formula $\int A(x)dx$
18072 \end_inset
18073
18074
18075 \begin_inset Newline newline
18076 \end_inset
18077
18078
18079 \begin_inset Phantom HPhantom
18080 status open
18081
18082 \begin_layout Plain Layout
18083 in
18084 \end_layout
18085
18086 \end_inset
18087
18088 correct:
18089  
18090 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
18091 \end_inset
18092
18093
18094 \end_layout
18095
18096 \begin_layout Standard
18097 The following commands exist for multiple integrals:
18098 \begin_inset VSpace medskip
18099 \end_inset
18100
18101
18102 \end_layout
18103
18104 \begin_layout Standard
18105 \begin_inset space \hfill{}
18106 \end_inset
18107
18108
18109 \begin_inset Tabular
18110 <lyxtabular version="3" rows="4" columns="2">
18111 <features booktabs="true" tabularvalignment="middle">
18112 <column alignment="center" valignment="top" width="0pt">
18113 <column alignment="center" valignment="top" width="0pt">
18114 <row>
18115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18116 \begin_inset Text
18117
18118 \begin_layout Plain Layout
18119 Command
18120 \end_layout
18121
18122 \end_inset
18123 </cell>
18124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18125 \begin_inset Text
18126
18127 \begin_layout Plain Layout
18128 Result
18129 \end_layout
18130
18131 \end_inset
18132 </cell>
18133 </row>
18134 <row bottomspace="1mm">
18135 <cell alignment="center" valignment="top" usebox="none">
18136 \begin_inset Text
18137
18138 \begin_layout Plain Layout
18139
18140 \backslash
18141 iint
18142 \end_layout
18143
18144 \end_inset
18145 </cell>
18146 <cell alignment="center" valignment="top" usebox="none">
18147 \begin_inset Text
18148
18149 \begin_layout Plain Layout
18150 \begin_inset Formula $\iint$
18151 \end_inset
18152
18153
18154 \end_layout
18155
18156 \end_inset
18157 </cell>
18158 </row>
18159 <row bottomspace="1mm">
18160 <cell alignment="center" valignment="top" usebox="none">
18161 \begin_inset Text
18162
18163 \begin_layout Plain Layout
18164
18165 \backslash
18166 oiint
18167 \end_layout
18168
18169 \end_inset
18170 </cell>
18171 <cell alignment="center" valignment="top" usebox="none">
18172 \begin_inset Text
18173
18174 \begin_layout Plain Layout
18175 \begin_inset Formula $\oiint$
18176 \end_inset
18177
18178
18179 \end_layout
18180
18181 \end_inset
18182 </cell>
18183 </row>
18184 <row bottomspace="1mm">
18185 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18186 \begin_inset Text
18187
18188 \begin_layout Plain Layout
18189
18190 \backslash
18191 sqiint
18192 \end_layout
18193
18194 \end_inset
18195 </cell>
18196 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18197 \begin_inset Text
18198
18199 \begin_layout Plain Layout
18200 \begin_inset Formula $\sqiint$
18201 \end_inset
18202
18203
18204 \end_layout
18205
18206 \end_inset
18207 </cell>
18208 </row>
18209 </lyxtabular>
18210
18211 \end_inset
18212
18213
18214 \begin_inset space \hfill{}
18215 \end_inset
18216
18217
18218 \begin_inset Tabular
18219 <lyxtabular version="3" rows="4" columns="2">
18220 <features booktabs="true" tabularvalignment="middle">
18221 <column alignment="center" valignment="top" width="0pt">
18222 <column alignment="center" valignment="top" width="0pt">
18223 <row>
18224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18225 \begin_inset Text
18226
18227 \begin_layout Plain Layout
18228 Command
18229 \end_layout
18230
18231 \end_inset
18232 </cell>
18233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18234 \begin_inset Text
18235
18236 \begin_layout Plain Layout
18237 Result
18238 \end_layout
18239
18240 \end_inset
18241 </cell>
18242 </row>
18243 <row bottomspace="1mm">
18244 <cell alignment="center" valignment="top" usebox="none">
18245 \begin_inset Text
18246
18247 \begin_layout Plain Layout
18248
18249 \backslash
18250 iiint
18251 \end_layout
18252
18253 \end_inset
18254 </cell>
18255 <cell alignment="center" valignment="top" usebox="none">
18256 \begin_inset Text
18257
18258 \begin_layout Plain Layout
18259 \begin_inset Formula $\iiint$
18260 \end_inset
18261
18262
18263 \end_layout
18264
18265 \end_inset
18266 </cell>
18267 </row>
18268 <row bottomspace="1mm">
18269 <cell alignment="center" valignment="top" usebox="none">
18270 \begin_inset Text
18271
18272 \begin_layout Plain Layout
18273
18274 \backslash
18275 iiiint
18276 \end_layout
18277
18278 \end_inset
18279 </cell>
18280 <cell alignment="center" valignment="top" usebox="none">
18281 \begin_inset Text
18282
18283 \begin_layout Plain Layout
18284 \begin_inset Formula $\iiiint$
18285 \end_inset
18286
18287
18288 \end_layout
18289
18290 \end_inset
18291 </cell>
18292 </row>
18293 <row bottomspace="1mm">
18294 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18295 \begin_inset Text
18296
18297 \begin_layout Plain Layout
18298
18299 \backslash
18300 dotsint
18301 \end_layout
18302
18303 \end_inset
18304 </cell>
18305 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18306 \begin_inset Text
18307
18308 \begin_layout Plain Layout
18309 \begin_inset Formula $\dotsint$
18310 \end_inset
18311
18312
18313 \end_layout
18314
18315 \end_inset
18316 </cell>
18317 </row>
18318 </lyxtabular>
18319
18320 \end_inset
18321
18322
18323 \begin_inset space \hfill{}
18324 \end_inset
18325
18326
18327 \end_layout
18328
18329 \begin_layout Subsection
18330 Operator Limits
18331 \begin_inset CommandInset label
18332 LatexCommand label
18333 name "subsec:Operator-Limits"
18334
18335 \end_inset
18336
18337
18338 \begin_inset Index idx
18339 range none
18340 pageformat default
18341 status collapsed
18342
18343 \begin_layout Plain Layout
18344 Operators
18345 \begin_inset IndexMacro subentry
18346 status open
18347
18348 \begin_layout Plain Layout
18349 Limits
18350 \end_layout
18351
18352 \end_inset
18353
18354
18355 \end_layout
18356
18357 \end_inset
18358
18359
18360 \end_layout
18361
18362 \begin_layout Standard
18363 Limits are created by super- and subscripts:
18364 \end_layout
18365
18366 \begin_layout Standard
18367 \align center
18368 \begin_inset Tabular
18369 <lyxtabular version="3" rows="2" columns="2">
18370 <features booktabs="true" tabularvalignment="middle">
18371 <column alignment="center" valignment="top" width="0pt">
18372 <column alignment="center" valignment="top" width="0pt">
18373 <row>
18374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18375 \begin_inset Text
18376
18377 \begin_layout Plain Layout
18378 Command
18379 \end_layout
18380
18381 \end_inset
18382 </cell>
18383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18384 \begin_inset Text
18385
18386 \begin_layout Plain Layout
18387 Result
18388 \end_layout
18389
18390 \end_inset
18391 </cell>
18392 </row>
18393 <row>
18394 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18395 \begin_inset Text
18396
18397 \begin_layout Plain Layout
18398
18399 \backslash
18400 prod^
18401 \backslash
18402 infty
18403 \begin_inset space \textvisiblespace{}
18404 \end_inset
18405
18406
18407 \begin_inset Formula $\to$
18408 \end_inset
18409
18410 _0
18411 \begin_inset Formula $\to$
18412 \end_inset
18413
18414 A(x)
18415 \end_layout
18416
18417 \end_inset
18418 </cell>
18419 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18420 \begin_inset Text
18421
18422 \begin_layout Plain Layout
18423 \begin_inset Formula $\prod_{0}^{\infty}A(x)$
18424 \end_inset
18425
18426
18427 \end_layout
18428
18429 \end_inset
18430 </cell>
18431 </row>
18432 </lyxtabular>
18433
18434 \end_inset
18435
18436
18437 \end_layout
18438
18439 \begin_layout Standard
18440 Limits of inline formulas are set on the right side of the operator.
18441  Limits in displayed formulas are set above or below the operator,
18442  except for integral limits.
18443 \end_layout
18444
18445 \begin_layout Standard
18446 To force the limits to be set beside the operator,
18447  the cursor is placed directly behind the operator and the limits type is changed with the menu 
18448 \family sans
18449 Edit\SpecialChar menuseparator
18450 Math\SpecialChar menuseparator
18451 Change Limits Type
18452 \family default
18453  to 
18454 \family sans
18455 \series bold
18456 Inline
18457 \family default
18458 \series default
18459  (shortcut 
18460 \begin_inset Info
18461 type  "shortcut"
18462 arg   "math-limits"
18463 \end_inset
18464
18465 ).
18466  An example:
18467 \end_layout
18468
18469 \begin_layout Standard
18470 The default displayed formulas limits type is this:
18471 \begin_inset Formula 
18472 \[
18473 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
18474 \]
18475
18476 \end_inset
18477
18478 This is how it looks when the limits type is changed to 
18479 \family sans
18480 \series bold
18481 Inline
18482 \family default
18483 \series default
18484 :
18485 \begin_inset Formula 
18486 \[
18487 \sum\nolimits_{x=0}^{\infty}\frac{1}{x^{2}}
18488 \]
18489
18490 \end_inset
18491
18492 For integrals,
18493  except those ending with 
18494 \series bold
18495 op
18496 \series default
18497  like 
18498 \series bold
18499
18500 \backslash
18501 intop
18502 \series default
18503 ,
18504  
18505 \series bold
18506
18507 \backslash
18508 ointop
18509 \series default
18510  etc.,
18511  the limits by default are set beside the operator.
18512  But for multiple integrals the limits are often set below the operator.
18513  In the following example the limits type was set to 
18514 \series bold
18515 Display
18516 \series default
18517  and so set below the integrals:
18518 \begin_inset Formula 
18519 \begin{equation}
18520 \iiint\limits_{V}X\,\mathrm{d}V=U\label{eq:VolInt}
18521 \end{equation}
18522
18523 \end_inset
18524
18525
18526 \change_deleted 5863208 1612725771
18527
18528 \begin_inset Note Note
18529 status open
18530
18531 \begin_layout Plain Layout
18532
18533 \change_inserted 232239728 1611193306
18534 This integral did not have its limits set to Display in the original document
18535 \change_unchanged
18536
18537 \end_layout
18538
18539 \end_inset
18540
18541
18542 \change_unchanged
18543
18544 \end_layout
18545
18546 \begin_layout Standard
18547 \begin_inset VSpace medskip
18548 \end_inset
18549
18550 To specify conditions for limits,
18551  the commands 
18552 \series bold
18553
18554 \backslash
18555 subarray
18556 \series default
18557
18558 \begin_inset Index idx
18559 range none
18560 pageformat default
18561 status collapsed
18562
18563 \begin_layout Plain Layout
18564 Commands
18565 \begin_inset IndexMacro subentry
18566 status open
18567
18568 \begin_layout Plain Layout
18569 S
18570 \end_layout
18571
18572 \end_inset
18573
18574
18575 \begin_inset IndexMacro subentry
18576 status open
18577
18578 \begin_layout Plain Layout
18579
18580 \backslash
18581 subarray
18582 \end_layout
18583
18584 \end_inset
18585
18586
18587 \end_layout
18588
18589 \end_inset
18590
18591  and 
18592 \series bold
18593
18594 \backslash
18595 substack
18596 \series default
18597
18598 \begin_inset Index idx
18599 range none
18600 pageformat default
18601 status collapsed
18602
18603 \begin_layout Plain Layout
18604 Commands
18605 \begin_inset IndexMacro subentry
18606 status open
18607
18608 \begin_layout Plain Layout
18609 S
18610 \end_layout
18611
18612 \end_inset
18613
18614
18615 \begin_inset IndexMacro subentry
18616 status open
18617
18618 \begin_layout Plain Layout
18619
18620 \backslash
18621 substack
18622 \end_layout
18623
18624 \end_inset
18625
18626
18627 \end_layout
18628
18629 \end_inset
18630
18631  are used.
18632  To create this expression 
18633 \begin_inset Formula 
18634 \begin{equation}
18635 \sum_{\begin{subarray}{c}
18636 0<k<1000\\
18637 \\k\,\in\,\mathbb{N}
18638 \end{subarray}}^{n}k^{-2}\label{eq:substack}
18639 \end{equation}
18640
18641 \end_inset
18642
18643
18644 \end_layout
18645
18646 \begin_layout Standard
18647 the following must be done:
18648 \begin_inset Newline newline
18649 \end_inset
18650
18651 First the command 
18652 \series bold
18653
18654 \backslash
18655 sum
18656 \series default
18657 ^
18658 \series bold
18659 n
18660 \begin_inset space \textvisiblespace{}
18661 \end_inset
18662
18663 _
18664 \series default
18665  is typed in.
18666  The cursor is now in a blue box under the summation operator.
18667  Insert the command 
18668 \series bold
18669
18670 \backslash
18671 subarray
18672 \begin_inset space \textvisiblespace{}
18673 \end_inset
18674
18675
18676 \series default
18677 .
18678  The blue box is now within a purple box and now multiple limit lines can be written.
18679  A new line is created by inserting a line break (
18680 \begin_inset Info
18681 type  "shortcut"
18682 arg   "newline-insert newline"
18683 \end_inset
18684
18685 ).
18686  When 
18687 \begin_inset Newline newline
18688 \end_inset
18689
18690
18691 \series bold
18692 0<k<1000 Ctrl+Return
18693 \begin_inset Newline newline
18694 \end_inset
18695
18696
18697 \series default
18698 is typed in,
18699  a new box appears below for the new limit line.
18700 \end_layout
18701
18702 \begin_layout Standard
18703 The alignment of the lines can be changed to left aligned with the 
18704 \family sans
18705 table
18706 \family default
18707  
18708 \family sans
18709 toolbar
18710 \family default
18711  or the menu 
18712 \family sans
18713 Edit\SpecialChar menuseparator
18714 Rows &Columns
18715 \family default
18716 .
18717  To get right alignment,
18718  
18719 \series bold
18720
18721 \backslash
18722 hfill
18723 \begin_inset space \textvisiblespace{}
18724 \end_inset
18725
18726
18727 \series default
18728  is inserted at the beginning of the line.
18729 \end_layout
18730
18731 \begin_layout Standard
18732 The command 
18733 \series bold
18734
18735 \backslash
18736 substack
18737 \series default
18738  is equivalent to 
18739 \series bold
18740
18741 \backslash
18742 subarray
18743 \series default
18744  with the difference that the lines are always centered.
18745 \end_layout
18746
18747 \begin_layout Standard
18748 \begin_inset VSpace bigskip
18749 \end_inset
18750
18751 As in formula 
18752 \begin_inset CommandInset ref
18753 LatexCommand eqref
18754 reference "eq:substack"
18755 nolink "false"
18756
18757 \end_inset
18758
18759  there can be too much space beside an operator.
18760  This occurs because the characters following the operator are set beside the limits.
18761  To avoid this the command 
18762 \series bold
18763
18764 \backslash
18765 smashoperator
18766 \series default
18767
18768 \begin_inset Index idx
18769 range none
18770 pageformat default
18771 status collapsed
18772
18773 \begin_layout Plain Layout
18774 Commands
18775 \begin_inset IndexMacro subentry
18776 status open
18777
18778 \begin_layout Plain Layout
18779 S
18780 \end_layout
18781
18782 \end_inset
18783
18784
18785 \begin_inset IndexMacro subentry
18786 status open
18787
18788 \begin_layout Plain Layout
18789
18790 \backslash
18791 smashoperator
18792 \end_layout
18793
18794 \end_inset
18795
18796
18797 \end_layout
18798
18799 \end_inset
18800
18801  can be used.
18802  To use it,
18803  set the package 
18804 \series bold
18805 mathtools
18806 \series default
18807
18808 \begin_inset Index idx
18809 range none
18810 pageformat default
18811 status collapsed
18812
18813 \begin_layout Plain Layout
18814 Packages
18815 \begin_inset IndexMacro subentry
18816 status open
18817
18818 \begin_layout Plain Layout
18819 mathtools
18820 \end_layout
18821
18822 \end_inset
18823
18824
18825 \end_layout
18826
18827 \end_inset
18828
18829  in the document settings under 
18830 \family sans
18831 Math
18832 \begin_inset space ~
18833 \end_inset
18834
18835 Options
18836 \family default
18837  to 
18838 \family sans
18839 Load
18840 \begin_inset space ~
18841 \end_inset
18842
18843 always
18844 \family default
18845 .
18846  
18847 \series bold
18848
18849 \backslash
18850 smashoperator
18851 \series default
18852  sets the space besides the operator to 0
18853 \begin_inset space \thinspace{}
18854 \end_inset
18855
18856 pt.
18857 \begin_inset Newline newline
18858 \end_inset
18859
18860 Applied on formula 
18861 \begin_inset CommandInset ref
18862 LatexCommand eqref
18863 reference "eq:substack"
18864 nolink "false"
18865
18866 \end_inset
18867
18868 ,
18869  one uses the command
18870 \end_layout
18871
18872 \begin_layout Standard
18873
18874 \series bold
18875
18876 \backslash
18877 smashoperator{
18878 \end_layout
18879
18880 \begin_layout Standard
18881 and inserts the operator with its limits into the braces.
18882  Behind the brace one continues the formula:
18883 \begin_inset Formula 
18884 \[
18885 \smashoperator{\sum_{\begin{subarray}{c}
18886 0<k<1000\\
18887 \\k\,\in\,\mathbb{N}
18888 \end{subarray}}^{n}}k^{-2}
18889 \]
18890
18891 \end_inset
18892
18893
18894 \end_layout
18895
18896 \begin_layout Standard
18897 It is possible to set the space of only one side of the operator to 0
18898 \begin_inset space \thinspace{}
18899 \end_inset
18900
18901 pt.
18902  To do this write either 
18903 \series bold
18904 [l]
18905 \series default
18906  or 
18907 \series bold
18908 [r]
18909 \series default
18910  between 
18911 \series bold
18912
18913 \backslash
18914 smashoperator
18915 \series default
18916  and its brace.
18917  
18918 \series bold
18919 l
18920 \series default
18921  stands for the left and 
18922 \series bold
18923 r
18924 \series default
18925  for the right side of the operator.
18926  Here is an example of the possible 
18927 \series bold
18928
18929 \backslash
18930 smashoperator
18931 \series default
18932  forms:
18933 \end_layout
18934
18935 \begin_layout Standard
18936 \begin_inset Formula 
18937 \[
18938 Y\smashoperator{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}=Y\smashoperator[l]{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}=Y\smashoperator[r]{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}
18939 \]
18940
18941 \end_inset
18942
18943
18944 \end_layout
18945
18946 \begin_layout Standard
18947 \begin_inset VSpace bigskip
18948 \end_inset
18949
18950
18951 \end_layout
18952
18953 \begin_layout Standard
18954 When several consecutive operators have limits the typesetting of the limits looks often imperfect in the output,
18955  for example:
18956 \begin_inset Formula 
18957 \[
18958 \text{a)}\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\limsup_{n\to\infty}\max_{p\ge n}
18959 \]
18960
18961 \end_inset
18962
18963 To improve the typesetting,
18964  in the document settings under 
18965 \family sans
18966 Math
18967 \begin_inset space ~
18968 \end_inset
18969
18970 Options
18971 \family default
18972  for the package 
18973 \series bold
18974 mathtools
18975 \series default
18976
18977 \begin_inset Index idx
18978 range none
18979 pageformat default
18980 status collapsed
18981
18982 \begin_layout Plain Layout
18983 Packages
18984 \begin_inset IndexMacro subentry
18985 status open
18986
18987 \begin_layout Plain Layout
18988 mathtools
18989 \end_layout
18990
18991 \end_inset
18992
18993
18994 \end_layout
18995
18996 \end_inset
18997
18998 ,
18999  set the option to
19000 \family sans
19001  Load
19002 \begin_inset space ~
19003 \end_inset
19004
19005 always
19006 \family default
19007 .
19008  Then insert the command 
19009 \series bold
19010
19011 \backslash
19012 adjustlimits
19013 \series default
19014
19015 \begin_inset Index idx
19016 range none
19017 pageformat default
19018 status collapsed
19019
19020 \begin_layout Plain Layout
19021 Commands
19022 \begin_inset IndexMacro subentry
19023 status open
19024
19025 \begin_layout Plain Layout
19026 A
19027 \end_layout
19028
19029 \end_inset
19030
19031
19032 \begin_inset IndexMacro subentry
19033 status open
19034
19035 \begin_layout Plain Layout
19036
19037 \backslash
19038 adjustlimits
19039 \end_layout
19040
19041 \end_inset
19042
19043
19044 \end_layout
19045
19046 \end_inset
19047
19048  directly before the first operator.
19049  The example will then look like this:
19050 \begin_inset Formula 
19051 \[
19052 \text{a)}\adjustlimits\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\adjustlimits\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\adjustlimits\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\adjustlimits\limsup_{n\to\infty}\max_{p\ge n}
19053 \]
19054
19055 \end_inset
19056
19057
19058 \end_layout
19059
19060 \begin_layout Standard
19061 \begin_inset VSpace bigskip
19062 \end_inset
19063
19064 How to use one limit for several operators is described in 
19065 \begin_inset CommandInset ref
19066 LatexCommand ref
19067 reference "subsec:Self-defined-Operators"
19068 nolink "false"
19069
19070 \end_inset
19071
19072 .
19073 \end_layout
19074
19075 \begin_layout Subsection
19076 Decoration for Operators
19077 \begin_inset Index idx
19078 range none
19079 pageformat default
19080 status collapsed
19081
19082 \begin_layout Plain Layout
19083 Operators
19084 \begin_inset IndexMacro subentry
19085 status open
19086
19087 \begin_layout Plain Layout
19088 Decoration
19089 \end_layout
19090
19091 \end_inset
19092
19093
19094 \end_layout
19095
19096 \end_inset
19097
19098
19099 \end_layout
19100
19101 \begin_layout Standard
19102 With the commands 
19103 \series bold
19104
19105 \backslash
19106 overset
19107 \series default
19108
19109 \begin_inset Index idx
19110 range none
19111 pageformat default
19112 status collapsed
19113
19114 \begin_layout Plain Layout
19115 Commands
19116 \begin_inset IndexMacro subentry
19117 status open
19118
19119 \begin_layout Plain Layout
19120 O
19121 \end_layout
19122
19123 \end_inset
19124
19125
19126 \begin_inset IndexMacro subentry
19127 status open
19128
19129 \begin_layout Plain Layout
19130
19131 \backslash
19132 overset
19133 \end_layout
19134
19135 \end_inset
19136
19137
19138 \end_layout
19139
19140 \end_inset
19141
19142  and 
19143 \series bold
19144
19145 \backslash
19146 underset
19147 \series default
19148
19149 \begin_inset Index idx
19150 range none
19151 pageformat default
19152 status collapsed
19153
19154 \begin_layout Plain Layout
19155 Commands
19156 \begin_inset IndexMacro subentry
19157 status open
19158
19159 \begin_layout Plain Layout
19160 U
19161 \end_layout
19162
19163 \end_inset
19164
19165
19166 \begin_inset IndexMacro subentry
19167 status open
19168
19169 \begin_layout Plain Layout
19170
19171 \backslash
19172 underset
19173 \end_layout
19174
19175 \end_inset
19176
19177
19178 \end_layout
19179
19180 \end_inset
19181
19182  characters can be placed above or below an operator respectively.
19183  With the command 
19184 \series bold
19185
19186 \backslash
19187 sideset
19188 \series default
19189
19190 \begin_inset Index idx
19191 range none
19192 pageformat default
19193 status collapsed
19194
19195 \begin_layout Plain Layout
19196 Commands
19197 \begin_inset IndexMacro subentry
19198 status open
19199
19200 \begin_layout Plain Layout
19201 S
19202 \end_layout
19203
19204 \end_inset
19205
19206
19207 \begin_inset IndexMacro subentry
19208 status open
19209
19210 \begin_layout Plain Layout
19211
19212 \backslash
19213 sideset
19214 \end_layout
19215
19216 \end_inset
19217
19218
19219 \end_layout
19220
19221 \end_inset
19222
19223  characters can be set before and behind a big operator.
19224 \end_layout
19225
19226 \begin_layout Standard
19227 There are 4
19228 \begin_inset space ~
19229 \end_inset
19230
19231 variants of 
19232 \series bold
19233
19234 \backslash
19235 sideset
19236 \series default
19237 :
19238 \end_layout
19239
19240 \begin_layout Itemize
19241
19242 \series bold
19243
19244 \backslash
19245 sideset
19246 \series default
19247  is used to set characters at the corners of the operator
19248 \end_layout
19249
19250 \begin_layout Itemize
19251
19252 \series bold
19253
19254 \backslash
19255 sidesetn
19256 \series default
19257  is used to set characters before and/or behind the operator (this variant represents \SpecialChar LaTeX
19258 's original 
19259 \series bold
19260
19261 \backslash
19262 sideset
19263 \series default
19264  command)
19265 \end_layout
19266
19267 \begin_layout Itemize
19268
19269 \series bold
19270
19271 \backslash
19272 sidesetl
19273 \series default
19274  is used to set characters at the left corners and/or behind the operator
19275 \end_layout
19276
19277 \begin_layout Itemize
19278
19279 \series bold
19280
19281 \backslash
19282 sidesetr
19283 \series default
19284  is used to set characters at the right corners and/or before the operator
19285 \end_layout
19286
19287 \begin_layout Standard
19288 For example the command 
19289 \series bold
19290
19291 \backslash
19292 sidesetn
19293 \begin_inset space \textvisiblespace{}
19294 \end_inset
19295
19296
19297 \backslash
19298 sum
19299 \begin_inset space \textvisiblespace{}
19300 \end_inset
19301
19302
19303 \begin_inset Formula $\to$
19304 \end_inset
19305
19306 '
19307 \begin_inset Formula $\to$
19308 \end_inset
19309
19310 _k=1
19311 \begin_inset space \textvisiblespace{}
19312 \end_inset
19313
19314
19315 \series default
19316 ^
19317 \series bold
19318 n
19319 \series default
19320  produces:
19321 \begin_inset Formula 
19322 \[
19323 \sideset{}{'}\sum_{k=1}^{n}
19324 \]
19325
19326 \end_inset
19327
19328
19329 \end_layout
19330
19331 \begin_layout Standard
19332 \begin_inset Note Greyedout
19333 status open
19334
19335 \begin_layout Plain Layout
19336
19337 \series bold
19338 Note:
19339  
19340 \backslash
19341 sideset
19342 \series default
19343  can only be used to decorate big operators,
19344  binary operators are not allowed.
19345 \end_layout
19346
19347 \end_inset
19348
19349
19350 \end_layout
19351
19352 \begin_layout Standard
19353
19354 \series bold
19355
19356 \backslash
19357 overset
19358 \series default
19359  and 
19360 \series bold
19361
19362 \backslash
19363 underset
19364 \series default
19365  can also be used to decorate symbols and characters.
19366  For example,
19367  the command 
19368 \series bold
19369
19370 \backslash
19371 overset
19372 \begin_inset space \textvisiblespace{}
19373 \end_inset
19374
19375
19376 \backslash
19377 maltese
19378 \begin_inset space \textvisiblespace{}
19379 \end_inset
19380
19381
19382 \series default
19383
19384 \begin_inset Formula $\uparrow$
19385 \end_inset
19386
19387
19388 \series bold
19389 a
19390 \series default
19391  produces:
19392 \begin_inset Formula 
19393 \[
19394 \overset{a}{\maltese}
19395 \]
19396
19397 \end_inset
19398
19399
19400 \end_layout
19401
19402 \begin_layout Subsection
19403 Binary Operators
19404 \begin_inset CommandInset label
19405 LatexCommand label
19406 name "subsec:Binary-Operators"
19407
19408 \end_inset
19409
19410
19411 \begin_inset Index idx
19412 range none
19413 pageformat default
19414 status collapsed
19415
19416 \begin_layout Plain Layout
19417 Operators
19418 \begin_inset IndexMacro subentry
19419 status open
19420
19421 \begin_layout Plain Layout
19422 binary
19423 \end_layout
19424
19425 \end_inset
19426
19427
19428 \end_layout
19429
19430 \end_inset
19431
19432
19433 \end_layout
19434
19435 \begin_layout Standard
19436 Binary operators are surrounded by space when there is a character before and after them.
19437 \begin_inset VSpace medskip
19438 \end_inset
19439
19440
19441 \end_layout
19442
19443 \begin_layout Standard
19444 \begin_inset Tabular
19445 <lyxtabular version="3" rows="13" columns="2">
19446 <features booktabs="true" tabularvalignment="middle">
19447 <column alignment="center" valignment="top" width="0pt">
19448 <column alignment="center" valignment="top" width="0pt">
19449 <row>
19450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19451 \begin_inset Text
19452
19453 \begin_layout Plain Layout
19454 Command
19455 \begin_inset Note Note
19456 status collapsed
19457
19458 \begin_layout Plain Layout
19459
19460 \series bold
19461
19462 \backslash
19463 raisebox
19464 \series default
19465  is only used as spacer.
19466 \end_layout
19467
19468 \end_inset
19469
19470
19471 \end_layout
19472
19473 \end_inset
19474 </cell>
19475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19476 \begin_inset Text
19477
19478 \begin_layout Plain Layout
19479 Result
19480 \end_layout
19481
19482 \end_inset
19483 </cell>
19484 </row>
19485 <row>
19486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19487 \begin_inset Text
19488
19489 \begin_layout Plain Layout
19490 +
19491 \end_layout
19492
19493 \end_inset
19494 </cell>
19495 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19496 \begin_inset Text
19497
19498 \begin_layout Plain Layout
19499 \begin_inset Formula $+$
19500 \end_inset
19501
19502
19503 \end_layout
19504
19505 \end_inset
19506 </cell>
19507 </row>
19508 <row>
19509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19510 \begin_inset Text
19511
19512 \begin_layout Plain Layout
19513 -
19514 \end_layout
19515
19516 \end_inset
19517 </cell>
19518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19519 \begin_inset Text
19520
19521 \begin_layout Plain Layout
19522 \begin_inset Formula $-$
19523 \end_inset
19524
19525
19526 \end_layout
19527
19528 \end_inset
19529 </cell>
19530 </row>
19531 <row>
19532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19533 \begin_inset Text
19534
19535 \begin_layout Plain Layout
19536
19537 \backslash
19538 pm
19539 \end_layout
19540
19541 \end_inset
19542 </cell>
19543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19544 \begin_inset Text
19545
19546 \begin_layout Plain Layout
19547 \begin_inset Formula $\pm$
19548 \end_inset
19549
19550
19551 \end_layout
19552
19553 \end_inset
19554 </cell>
19555 </row>
19556 <row>
19557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19558 \begin_inset Text
19559
19560 \begin_layout Plain Layout
19561
19562 \backslash
19563 mp
19564 \end_layout
19565
19566 \end_inset
19567 </cell>
19568 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19569 \begin_inset Text
19570
19571 \begin_layout Plain Layout
19572 \begin_inset Formula $\mp$
19573 \end_inset
19574
19575
19576 \end_layout
19577
19578 \end_inset
19579 </cell>
19580 </row>
19581 <row>
19582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19583 \begin_inset Text
19584
19585 \begin_layout Plain Layout
19586
19587 \backslash
19588 cdot
19589 \end_layout
19590
19591 \end_inset
19592 </cell>
19593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19594 \begin_inset Text
19595
19596 \begin_layout Plain Layout
19597 \begin_inset Formula $\cdot$
19598 \end_inset
19599
19600
19601 \end_layout
19602
19603 \end_inset
19604 </cell>
19605 </row>
19606 <row>
19607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19608 \begin_inset Text
19609
19610 \begin_layout Plain Layout
19611
19612 \backslash
19613 times
19614 \end_layout
19615
19616 \end_inset
19617 </cell>
19618 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19619 \begin_inset Text
19620
19621 \begin_layout Plain Layout
19622 \begin_inset Formula $\times$
19623 \end_inset
19624
19625
19626 \end_layout
19627
19628 \end_inset
19629 </cell>
19630 </row>
19631 <row>
19632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19633 \begin_inset Text
19634
19635 \begin_layout Plain Layout
19636
19637 \backslash
19638 div
19639 \end_layout
19640
19641 \end_inset
19642 </cell>
19643 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19644 \begin_inset Text
19645
19646 \begin_layout Plain Layout
19647 \begin_inset Formula $\div$
19648 \end_inset
19649
19650
19651 \end_layout
19652
19653 \end_inset
19654 </cell>
19655 </row>
19656 <row>
19657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19658 \begin_inset Text
19659
19660 \begin_layout Plain Layout
19661 \begin_inset ERT
19662 status collapsed
19663
19664 \begin_layout Plain Layout
19665
19666
19667 \backslash
19668 raisebox{-1.2mm}{
19669 \end_layout
19670
19671 \end_inset
19672
19673 *
19674 \begin_inset ERT
19675 status collapsed
19676
19677 \begin_layout Plain Layout
19678
19679 }
19680 \end_layout
19681
19682 \end_inset
19683
19684
19685 \end_layout
19686
19687 \end_inset
19688 </cell>
19689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19690 \begin_inset Text
19691
19692 \begin_layout Plain Layout
19693 \begin_inset Formula $*$
19694 \end_inset
19695
19696
19697 \end_layout
19698
19699 \end_inset
19700 </cell>
19701 </row>
19702 <row>
19703 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19704 \begin_inset Text
19705
19706 \begin_layout Plain Layout
19707
19708 \backslash
19709 star
19710 \end_layout
19711
19712 \end_inset
19713 </cell>
19714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19715 \begin_inset Text
19716
19717 \begin_layout Plain Layout
19718 \begin_inset Formula $\star$
19719 \end_inset
19720
19721
19722 \end_layout
19723
19724 \end_inset
19725 </cell>
19726 </row>
19727 <row>
19728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19729 \begin_inset Text
19730
19731 \begin_layout Plain Layout
19732
19733 \backslash
19734 circ
19735 \end_layout
19736
19737 \end_inset
19738 </cell>
19739 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19740 \begin_inset Text
19741
19742 \begin_layout Plain Layout
19743 \begin_inset Formula $\circ$
19744 \end_inset
19745
19746
19747 \end_layout
19748
19749 \end_inset
19750 </cell>
19751 </row>
19752 <row>
19753 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19754 \begin_inset Text
19755
19756 \begin_layout Plain Layout
19757
19758 \backslash
19759 diamond
19760 \end_layout
19761
19762 \end_inset
19763 </cell>
19764 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19765 \begin_inset Text
19766
19767 \begin_layout Plain Layout
19768 \begin_inset Formula $\diamond$
19769 \end_inset
19770
19771
19772 \end_layout
19773
19774 \end_inset
19775 </cell>
19776 </row>
19777 <row>
19778 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19779 \begin_inset Text
19780
19781 \begin_layout Plain Layout
19782
19783 \backslash
19784 bullet
19785 \end_layout
19786
19787 \end_inset
19788 </cell>
19789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19790 \begin_inset Text
19791
19792 \begin_layout Plain Layout
19793 \begin_inset Formula $\bullet$
19794 \end_inset
19795
19796
19797 \end_layout
19798
19799 \end_inset
19800 </cell>
19801 </row>
19802 </lyxtabular>
19803
19804 \end_inset
19805
19806
19807 \begin_inset space \hfill{}
19808 \end_inset
19809
19810
19811 \begin_inset Tabular
19812 <lyxtabular version="3" rows="13" columns="2">
19813 <features booktabs="true" tabularvalignment="middle">
19814 <column alignment="center" valignment="top" width="0pt">
19815 <column alignment="center" valignment="top" width="0pt">
19816 <row>
19817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19818 \begin_inset Text
19819
19820 \begin_layout Plain Layout
19821 Command
19822 \end_layout
19823
19824 \end_inset
19825 </cell>
19826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19827 \begin_inset Text
19828
19829 \begin_layout Plain Layout
19830 Result
19831 \end_layout
19832
19833 \end_inset
19834 </cell>
19835 </row>
19836 <row>
19837 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19838 \begin_inset Text
19839
19840 \begin_layout Plain Layout
19841
19842 \backslash
19843 nabla
19844 \end_layout
19845
19846 \end_inset
19847 </cell>
19848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19849 \begin_inset Text
19850
19851 \begin_layout Plain Layout
19852 \begin_inset Formula $\nabla$
19853 \end_inset
19854
19855
19856 \end_layout
19857
19858 \end_inset
19859 </cell>
19860 </row>
19861 <row>
19862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19863 \begin_inset Text
19864
19865 \begin_layout Plain Layout
19866
19867 \backslash
19868 bigtriangledown
19869 \end_layout
19870
19871 \end_inset
19872 </cell>
19873 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19874 \begin_inset Text
19875
19876 \begin_layout Plain Layout
19877 \begin_inset Formula $\bigtriangledown$
19878 \end_inset
19879
19880
19881 \end_layout
19882
19883 \end_inset
19884 </cell>
19885 </row>
19886 <row>
19887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19888 \begin_inset Text
19889
19890 \begin_layout Plain Layout
19891
19892 \backslash
19893 bigtriangleup
19894 \end_layout
19895
19896 \end_inset
19897 </cell>
19898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19899 \begin_inset Text
19900
19901 \begin_layout Plain Layout
19902 \begin_inset Formula $\bigtriangleup$
19903 \end_inset
19904
19905
19906 \end_layout
19907
19908 \end_inset
19909 </cell>
19910 </row>
19911 <row>
19912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19913 \begin_inset Text
19914
19915 \begin_layout Plain Layout
19916
19917 \backslash
19918 Box
19919 \end_layout
19920
19921 \end_inset
19922 </cell>
19923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19924 \begin_inset Text
19925
19926 \begin_layout Plain Layout
19927 \begin_inset Formula $\Box$
19928 \end_inset
19929
19930
19931 \end_layout
19932
19933 \end_inset
19934 </cell>
19935 </row>
19936 <row>
19937 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19938 \begin_inset Text
19939
19940 \begin_layout Plain Layout
19941
19942 \backslash
19943 cap 
19944 \end_layout
19945
19946 \end_inset
19947 </cell>
19948 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19949 \begin_inset Text
19950
19951 \begin_layout Plain Layout
19952 \begin_inset Formula $\cap$
19953 \end_inset
19954
19955
19956 \end_layout
19957
19958 \end_inset
19959 </cell>
19960 </row>
19961 <row>
19962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19963 \begin_inset Text
19964
19965 \begin_layout Plain Layout
19966
19967 \backslash
19968 cup
19969 \end_layout
19970
19971 \end_inset
19972 </cell>
19973 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19974 \begin_inset Text
19975
19976 \begin_layout Plain Layout
19977 \begin_inset Formula $\cup$
19978 \end_inset
19979
19980
19981 \end_layout
19982
19983 \end_inset
19984 </cell>
19985 </row>
19986 <row>
19987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19988 \begin_inset Text
19989
19990 \begin_layout Plain Layout
19991
19992 \backslash
19993 dagger
19994 \end_layout
19995
19996 \end_inset
19997 </cell>
19998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19999 \begin_inset Text
20000
20001 \begin_layout Plain Layout
20002 \begin_inset Formula $\dagger$
20003 \end_inset
20004
20005
20006 \end_layout
20007
20008 \end_inset
20009 </cell>
20010 </row>
20011 <row>
20012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20013 \begin_inset Text
20014
20015 \begin_layout Plain Layout
20016
20017 \backslash
20018 ddagger
20019 \end_layout
20020
20021 \end_inset
20022 </cell>
20023 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20024 \begin_inset Text
20025
20026 \begin_layout Plain Layout
20027 \begin_inset Formula $\ddagger$
20028 \end_inset
20029
20030
20031 \end_layout
20032
20033 \end_inset
20034 </cell>
20035 </row>
20036 <row>
20037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20038 \begin_inset Text
20039
20040 \begin_layout Plain Layout
20041
20042 \backslash
20043 wr
20044 \end_layout
20045
20046 \end_inset
20047 </cell>
20048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20049 \begin_inset Text
20050
20051 \begin_layout Plain Layout
20052 \begin_inset Formula $\wr$
20053 \end_inset
20054
20055
20056 \end_layout
20057
20058 \end_inset
20059 </cell>
20060 </row>
20061 <row>
20062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20063 \begin_inset Text
20064
20065 \begin_layout Plain Layout
20066
20067 \backslash
20068 bigcirc
20069 \end_layout
20070
20071 \end_inset
20072 </cell>
20073 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20074 \begin_inset Text
20075
20076 \begin_layout Plain Layout
20077 \begin_inset Formula $\bigcirc$
20078 \end_inset
20079
20080
20081 \end_layout
20082
20083 \end_inset
20084 </cell>
20085 </row>
20086 <row>
20087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20088 \begin_inset Text
20089
20090 \begin_layout Plain Layout
20091
20092 \backslash
20093 wedge
20094 \end_layout
20095
20096 \end_inset
20097 </cell>
20098 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20099 \begin_inset Text
20100
20101 \begin_layout Plain Layout
20102 \begin_inset Formula $\wedge$
20103 \end_inset
20104
20105
20106 \end_layout
20107
20108 \end_inset
20109 </cell>
20110 </row>
20111 <row>
20112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20113 \begin_inset Text
20114
20115 \begin_layout Plain Layout
20116
20117 \backslash
20118 vee
20119 \end_layout
20120
20121 \end_inset
20122 </cell>
20123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20124 \begin_inset Text
20125
20126 \begin_layout Plain Layout
20127 \begin_inset Formula $\vee$
20128 \end_inset
20129
20130
20131 \end_layout
20132
20133 \end_inset
20134 </cell>
20135 </row>
20136 </lyxtabular>
20137
20138 \end_inset
20139
20140
20141 \begin_inset space \hfill{}
20142 \end_inset
20143
20144
20145 \begin_inset Tabular
20146 <lyxtabular version="3" rows="13" columns="2">
20147 <features booktabs="true" tabularvalignment="middle">
20148 <column alignment="center" valignment="top" width="0pt">
20149 <column alignment="center" valignment="top" width="0pt">
20150 <row>
20151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20152 \begin_inset Text
20153
20154 \begin_layout Plain Layout
20155 Command
20156 \end_layout
20157
20158 \end_inset
20159 </cell>
20160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20161 \begin_inset Text
20162
20163 \begin_layout Plain Layout
20164 Result
20165 \end_layout
20166
20167 \end_inset
20168 </cell>
20169 </row>
20170 <row>
20171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20172 \begin_inset Text
20173
20174 \begin_layout Plain Layout
20175
20176 \backslash
20177 oplus
20178 \end_layout
20179
20180 \end_inset
20181 </cell>
20182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20183 \begin_inset Text
20184
20185 \begin_layout Plain Layout
20186 \begin_inset Formula $\oplus$
20187 \end_inset
20188
20189
20190 \end_layout
20191
20192 \end_inset
20193 </cell>
20194 </row>
20195 <row>
20196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20197 \begin_inset Text
20198
20199 \begin_layout Plain Layout
20200
20201 \backslash
20202 ominus
20203 \end_layout
20204
20205 \end_inset
20206 </cell>
20207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20208 \begin_inset Text
20209
20210 \begin_layout Plain Layout
20211 \begin_inset Formula $\ominus$
20212 \end_inset
20213
20214
20215 \end_layout
20216
20217 \end_inset
20218 </cell>
20219 </row>
20220 <row>
20221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20222 \begin_inset Text
20223
20224 \begin_layout Plain Layout
20225
20226 \backslash
20227 otimes
20228 \end_layout
20229
20230 \end_inset
20231 </cell>
20232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20233 \begin_inset Text
20234
20235 \begin_layout Plain Layout
20236 \begin_inset Formula $\otimes$
20237 \end_inset
20238
20239
20240 \end_layout
20241
20242 \end_inset
20243 </cell>
20244 </row>
20245 <row>
20246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20247 \begin_inset Text
20248
20249 \begin_layout Plain Layout
20250
20251 \backslash
20252 oslash
20253 \end_layout
20254
20255 \end_inset
20256 </cell>
20257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20258 \begin_inset Text
20259
20260 \begin_layout Plain Layout
20261 \begin_inset Formula $\oslash$
20262 \end_inset
20263
20264
20265 \end_layout
20266
20267 \end_inset
20268 </cell>
20269 </row>
20270 <row>
20271 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20272 \begin_inset Text
20273
20274 \begin_layout Plain Layout
20275
20276 \backslash
20277 odot
20278 \end_layout
20279
20280 \end_inset
20281 </cell>
20282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20283 \begin_inset Text
20284
20285 \begin_layout Plain Layout
20286 \begin_inset Formula $\odot$
20287 \end_inset
20288
20289
20290 \end_layout
20291
20292 \end_inset
20293 </cell>
20294 </row>
20295 <row>
20296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20297 \begin_inset Text
20298
20299 \begin_layout Plain Layout
20300
20301 \backslash
20302 amalg
20303 \end_layout
20304
20305 \end_inset
20306 </cell>
20307 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20308 \begin_inset Text
20309
20310 \begin_layout Plain Layout
20311 \begin_inset Formula $\amalg$
20312 \end_inset
20313
20314
20315 \end_layout
20316
20317 \end_inset
20318 </cell>
20319 </row>
20320 <row>
20321 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20322 \begin_inset Text
20323
20324 \begin_layout Plain Layout
20325
20326 \backslash
20327 uplus
20328 \end_layout
20329
20330 \end_inset
20331 </cell>
20332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20333 \begin_inset Text
20334
20335 \begin_layout Plain Layout
20336 \begin_inset Formula $\uplus$
20337 \end_inset
20338
20339
20340 \end_layout
20341
20342 \end_inset
20343 </cell>
20344 </row>
20345 <row>
20346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20347 \begin_inset Text
20348
20349 \begin_layout Plain Layout
20350
20351 \backslash
20352 setminus
20353 \end_layout
20354
20355 \end_inset
20356 </cell>
20357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20358 \begin_inset Text
20359
20360 \begin_layout Plain Layout
20361 \begin_inset Formula $\setminus$
20362 \end_inset
20363
20364
20365 \end_layout
20366
20367 \end_inset
20368 </cell>
20369 </row>
20370 <row>
20371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20372 \begin_inset Text
20373
20374 \begin_layout Plain Layout
20375
20376 \backslash
20377 sqcap
20378 \end_layout
20379
20380 \end_inset
20381 </cell>
20382 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20383 \begin_inset Text
20384
20385 \begin_layout Plain Layout
20386 \begin_inset Formula $\sqcap$
20387 \end_inset
20388
20389
20390 \end_layout
20391
20392 \end_inset
20393 </cell>
20394 </row>
20395 <row>
20396 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20397 \begin_inset Text
20398
20399 \begin_layout Plain Layout
20400
20401 \backslash
20402 sqcup
20403 \end_layout
20404
20405 \end_inset
20406 </cell>
20407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20408 \begin_inset Text
20409
20410 \begin_layout Plain Layout
20411 \begin_inset Formula $\sqcup$
20412 \end_inset
20413
20414
20415 \end_layout
20416
20417 \end_inset
20418 </cell>
20419 </row>
20420 <row>
20421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20422 \begin_inset Text
20423
20424 \begin_layout Plain Layout
20425
20426 \backslash
20427 triangleleft
20428 \end_layout
20429
20430 \end_inset
20431 </cell>
20432 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20433 \begin_inset Text
20434
20435 \begin_layout Plain Layout
20436 \begin_inset Formula $\triangleleft$
20437 \end_inset
20438
20439
20440 \end_layout
20441
20442 \end_inset
20443 </cell>
20444 </row>
20445 <row>
20446 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20447 \begin_inset Text
20448
20449 \begin_layout Plain Layout
20450
20451 \backslash
20452 triangleright
20453 \end_layout
20454
20455 \end_inset
20456 </cell>
20457 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20458 \begin_inset Text
20459
20460 \begin_layout Plain Layout
20461 \begin_inset Formula $\triangleright$
20462 \end_inset
20463
20464
20465 \end_layout
20466
20467 \end_inset
20468 </cell>
20469 </row>
20470 </lyxtabular>
20471
20472 \end_inset
20473
20474
20475 \end_layout
20476
20477 \begin_layout Standard
20478 All binary operators can also be inserted via the math toolbar button 
20479 \begin_inset Info
20480 type  "icon"
20481 arg   "math-insert \\pm"
20482 \end_inset
20483
20484 .
20485 \end_layout
20486
20487 \begin_layout Standard
20488 To typeset the Laplace operator,
20489  
20490 \series bold
20491
20492 \backslash
20493 Delta
20494 \series default
20495  or 
20496 \series bold
20497
20498 \backslash
20499 nabla
20500 \series default
20501 ^
20502 \series bold
20503 2
20504 \series default
20505  (
20506 \begin_inset Formula $\nabla^{2}$
20507 \end_inset
20508
20509 ) can also be used instead of 
20510 \series bold
20511
20512 \backslash
20513 bigtriangleup
20514 \series default
20515 .
20516 \end_layout
20517
20518 \begin_layout Standard
20519 The character 
20520 \family sans
20521 Menu Separator
20522 \family default
20523  from the menu 
20524 \family sans
20525 Insert\SpecialChar menuseparator
20526 Special Character
20527 \family default
20528  is the operator 
20529 \series bold
20530
20531 \backslash
20532 triangleright
20533 \series default
20534 .
20535 \end_layout
20536
20537 \begin_layout Subsection
20538 Self-defined Operators
20539 \begin_inset CommandInset label
20540 LatexCommand label
20541 name "subsec:Self-defined-Operators"
20542
20543 \end_inset
20544
20545
20546 \begin_inset Index idx
20547 range none
20548 pageformat default
20549 status collapsed
20550
20551 \begin_layout Plain Layout
20552 Operators
20553 \begin_inset IndexMacro subentry
20554 status open
20555
20556 \begin_layout Plain Layout
20557 self-defined
20558 \end_layout
20559
20560 \end_inset
20561
20562
20563 \end_layout
20564
20565 \end_inset
20566
20567
20568 \end_layout
20569
20570 \begin_layout Standard
20571 With the help of the command 
20572 \series bold
20573
20574 \backslash
20575 DeclareMathOperator
20576 \series default
20577
20578 \begin_inset Index idx
20579 range none
20580 pageformat default
20581 status collapsed
20582
20583 \begin_layout Plain Layout
20584 Commands
20585 \begin_inset IndexMacro subentry
20586 status open
20587
20588 \begin_layout Plain Layout
20589 D
20590 \end_layout
20591
20592 \end_inset
20593
20594
20595 \begin_inset IndexMacro subentry
20596 status open
20597
20598 \begin_layout Plain Layout
20599 \begin_inset IndexMacro sortkey
20600 status open
20601
20602 \begin_layout Plain Layout
20603
20604 \backslash
20605 dbinom
20606 \end_layout
20607
20608 \end_inset
20609
20610
20611 \backslash
20612 DeclareMathOperator
20613 \end_layout
20614
20615 \end_inset
20616
20617
20618 \end_layout
20619
20620 \end_inset
20621
20622 ,
20623  custom operators can be defined in the \SpecialChar LaTeX
20624 -preamble.
20625  Its command scheme is:
20626 \end_layout
20627
20628 \begin_layout Standard
20629
20630 \series bold
20631
20632 \backslash
20633 DeclareMathOperator{new command}{display}
20634 \end_layout
20635
20636 \begin_layout Standard
20637 Display can be characters or symbols that define how the operator looks in the output.
20638  To define a big operator a * is set behind the command.
20639  All self-defined big operators can have limits as described in 
20640 \begin_inset CommandInset ref
20641 LatexCommand ref
20642 reference "subsec:Operator-Limits"
20643 nolink "false"
20644
20645 \end_inset
20646
20647 .
20648 \end_layout
20649
20650 \begin_layout Standard
20651 For example the \SpecialChar LaTeX
20652 -preamble line
20653 \end_layout
20654
20655 \begin_layout Standard
20656
20657 \series bold
20658
20659 \backslash
20660 DeclareMathOperator*{
20661 \backslash
20662 Lozenge}{
20663 \backslash
20664 blacklozenge}
20665 \end_layout
20666
20667 \begin_layout Standard
20668 defines the command 
20669 \series bold
20670
20671 \backslash
20672 Lozenge
20673 \series default
20674 ,
20675  that inserts a big operator consisting of the black lozenge symbol from 
20676 \begin_inset CommandInset ref
20677 LatexCommand ref
20678 reference "subsec:Miscellaneous-Symbols"
20679 nolink "false"
20680
20681 \end_inset
20682
20683 :
20684 \begin_inset Formula 
20685 \[
20686 \Lozenge_{n=1}^{\infty}
20687 \]
20688
20689 \end_inset
20690
20691 The command for this formula is:
20692  
20693 \series bold
20694
20695 \backslash
20696 Lozenge
20697 \series default
20698 ^
20699 \series bold
20700
20701 \backslash
20702 infty
20703 \begin_inset Formula $\to$
20704 \end_inset
20705
20706 _n=1
20707 \end_layout
20708
20709 \begin_layout Standard
20710 \begin_inset VSpace bigskip
20711 \end_inset
20712
20713 When self-defined operators are not used several times in the document,
20714  they can also be defined with the commands 
20715 \series bold
20716
20717 \backslash
20718 mathop
20719 \series default
20720
20721 \begin_inset Index idx
20722 range none
20723 pageformat default
20724 status collapsed
20725
20726 \begin_layout Plain Layout
20727 Commands
20728 \begin_inset IndexMacro subentry
20729 status open
20730
20731 \begin_layout Plain Layout
20732 M
20733 \end_layout
20734
20735 \end_inset
20736
20737
20738 \begin_inset IndexMacro subentry
20739 status open
20740
20741 \begin_layout Plain Layout
20742
20743 \backslash
20744 mathop
20745 \end_layout
20746
20747 \end_inset
20748
20749
20750 \end_layout
20751
20752 \end_inset
20753
20754  and 
20755 \series bold
20756
20757 \backslash
20758 mathbin
20759 \series default
20760
20761 \begin_inset Index idx
20762 range none
20763 pageformat default
20764 status collapsed
20765
20766 \begin_layout Plain Layout
20767 Commands
20768 \begin_inset IndexMacro subentry
20769 status open
20770
20771 \begin_layout Plain Layout
20772 M
20773 \end_layout
20774
20775 \end_inset
20776
20777
20778 \begin_inset IndexMacro subentry
20779 status open
20780
20781 \begin_layout Plain Layout
20782
20783 \backslash
20784 mathbin
20785 \end_layout
20786
20787 \end_inset
20788
20789
20790 \end_layout
20791
20792 \end_inset
20793
20794 ,
20795  which have the following scheme:
20796 \end_layout
20797
20798 \begin_layout Standard
20799
20800 \series bold
20801
20802 \backslash
20803 mathop{display}
20804 \series default
20805  and 
20806 \series bold
20807
20808 \backslash
20809 mathbin{display}
20810 \end_layout
20811
20812 \begin_layout Standard
20813
20814 \series bold
20815
20816 \backslash
20817 mathop
20818 \series default
20819  defines big operators,
20820  
20821 \series bold
20822
20823 \backslash
20824 mathbin
20825 \series default
20826  binary operators.
20827 \end_layout
20828
20829 \begin_layout Standard
20830
20831 \series bold
20832
20833 \backslash
20834 mathop
20835 \series default
20836  can be used to use one limit for several operators:
20837 \end_layout
20838
20839 \begin_layout Standard
20840 \begin_inset Formula 
20841 \[
20842 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
20843 \]
20844
20845 \end_inset
20846
20847
20848 \end_layout
20849
20850 \begin_layout Standard
20851 The command for the formula above is:
20852 \begin_inset Newline newline
20853 \end_inset
20854
20855
20856 \series bold
20857
20858 \backslash
20859 mathop{
20860 \backslash
20861 sum
20862 \backslash
20863 negmedspace
20864 \backslash
20865 sum
20866 \series default
20867
20868 \begin_inset space \textvisiblespace{}
20869 \end_inset
20870
20871
20872 \series bold
20873
20874 \begin_inset Formula $\to$
20875 \end_inset
20876
20877 ^N
20878 \series default
20879
20880 \begin_inset space \textvisiblespace{}
20881 \end_inset
20882
20883
20884 \series bold
20885 _i,j=1
20886 \end_layout
20887
20888 \begin_layout Section
20889 Fonts
20890 \begin_inset Index idx
20891 range none
20892 pageformat default
20893 status collapsed
20894
20895 \begin_layout Plain Layout
20896 Fonts
20897 \end_layout
20898
20899 \end_inset
20900
20901
20902 \end_layout
20903
20904 \begin_layout Subsection
20905 Font Styles
20906 \begin_inset CommandInset label
20907 LatexCommand label
20908 name "subsec:Font-Styles"
20909
20910 \end_inset
20911
20912
20913 \begin_inset Index idx
20914 range none
20915 pageformat default
20916 status collapsed
20917
20918 \begin_layout Plain Layout
20919 Font
20920 \begin_inset IndexMacro subentry
20921 status open
20922
20923 \begin_layout Plain Layout
20924 style
20925 \end_layout
20926
20927 \end_inset
20928
20929
20930 \end_layout
20931
20932 \end_inset
20933
20934
20935 \end_layout
20936
20937 \begin_layout Standard
20938 Latin letters in formulas can be set in one of the following font styles:
20939 \end_layout
20940
20941 \begin_layout Standard
20942 \align center
20943 \begin_inset Tabular
20944 <lyxtabular version="3" rows="6" columns="3">
20945 <features booktabs="true" tabularvalignment="middle">
20946 <column alignment="center" valignment="top" width="0pt">
20947 <column alignment="center" valignment="top">
20948 <column alignment="center" valignment="top">
20949 <row>
20950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20951 \begin_inset Text
20952
20953 \begin_layout Plain Layout
20954 Command
20955 \end_layout
20956
20957 \end_inset
20958 </cell>
20959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20960 \begin_inset Text
20961
20962 \begin_layout Plain Layout
20963 Result
20964 \end_layout
20965
20966 \end_inset
20967 </cell>
20968 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20969 \begin_inset Text
20970
20971 \begin_layout Plain Layout
20972 Shortcut
20973 \end_layout
20974
20975 \end_inset
20976 </cell>
20977 </row>
20978 <row>
20979 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20980 \begin_inset Text
20981
20982 \begin_layout Plain Layout
20983
20984 \backslash
20985 mathbb
20986 \series bold
20987
20988 \begin_inset space \textvisiblespace{}
20989 \end_inset
20990
20991
20992 \series default
20993 ABC
20994 \end_layout
20995
20996 \end_inset
20997 </cell>
20998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20999 \begin_inset Text
21000
21001 \begin_layout Plain Layout
21002 \begin_inset Formula $\mathbb{ABC}$
21003 \end_inset
21004
21005
21006 \end_layout
21007
21008 \end_inset
21009 </cell>
21010 <cell alignment="center" valignment="top" usebox="none">
21011 \begin_inset Text
21012
21013 \begin_layout Plain Layout
21014 -
21015 \end_layout
21016
21017 \end_inset
21018 </cell>
21019 </row>
21020 <row>
21021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21022 \begin_inset Text
21023
21024 \begin_layout Plain Layout
21025
21026 \backslash
21027 mathbf
21028 \series bold
21029
21030 \begin_inset space \textvisiblespace{}
21031 \end_inset
21032
21033
21034 \series default
21035 AbC
21036 \end_layout
21037
21038 \end_inset
21039 </cell>
21040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21041 \begin_inset Text
21042
21043 \begin_layout Plain Layout
21044 \begin_inset Formula $\mathbf{AbC}$
21045 \end_inset
21046
21047
21048 \end_layout
21049
21050 \end_inset
21051 </cell>
21052 <cell alignment="center" valignment="top" usebox="none">
21053 \begin_inset Text
21054
21055 \begin_layout Plain Layout
21056 \begin_inset Info
21057 type  "shortcut"
21058 arg   "font-bold"
21059 \end_inset
21060
21061
21062 \end_layout
21063
21064 \end_inset
21065 </cell>
21066 </row>
21067 <row>
21068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21069 \begin_inset Text
21070
21071 \begin_layout Plain Layout
21072
21073 \backslash
21074 boldsymbol
21075 \series bold
21076
21077 \begin_inset space \textvisiblespace{}
21078 \end_inset
21079
21080
21081 \series default
21082 AbC
21083 \end_layout
21084
21085 \end_inset
21086 </cell>
21087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21088 \begin_inset Text
21089
21090 \begin_layout Plain Layout
21091 \begin_inset Formula $\boldsymbol{AbC}$
21092 \end_inset
21093
21094
21095 \end_layout
21096
21097 \end_inset
21098 </cell>
21099 <cell alignment="center" valignment="top" usebox="none">
21100 \begin_inset Text
21101
21102 \begin_layout Plain Layout
21103 \begin_inset Info
21104 type  "shortcut"
21105 arg   "font-boldsymbol"
21106 \end_inset
21107
21108
21109 \end_layout
21110
21111 \end_inset
21112 </cell>
21113 </row>
21114 <row>
21115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21116 \begin_inset Text
21117
21118 \begin_layout Plain Layout
21119
21120 \backslash
21121 mathcal
21122 \series bold
21123
21124 \begin_inset space \textvisiblespace{}
21125 \end_inset
21126
21127
21128 \series default
21129 ABC
21130 \end_layout
21131
21132 \end_inset
21133 </cell>
21134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21135 \begin_inset Text
21136
21137 \begin_layout Plain Layout
21138 \begin_inset Formula $\mathcal{ABC}$
21139 \end_inset
21140
21141
21142 \end_layout
21143
21144 \end_inset
21145 </cell>
21146 <cell alignment="center" valignment="top" usebox="none">
21147 \begin_inset Text
21148
21149 \begin_layout Plain Layout
21150 -
21151 \end_layout
21152
21153 \end_inset
21154 </cell>
21155 </row>
21156 <row>
21157 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21158 \begin_inset Text
21159
21160 \begin_layout Plain Layout
21161
21162 \backslash
21163 mathfrak
21164 \series bold
21165
21166 \begin_inset space \textvisiblespace{}
21167 \end_inset
21168
21169
21170 \series default
21171 AbC
21172 \end_layout
21173
21174 \end_inset
21175 </cell>
21176 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21177 \begin_inset Text
21178
21179 \begin_layout Plain Layout
21180 \begin_inset Formula $\mathfrak{AbC}$
21181 \end_inset
21182
21183
21184 \end_layout
21185
21186 \end_inset
21187 </cell>
21188 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21189 \begin_inset Text
21190
21191 \begin_layout Plain Layout
21192 -
21193 \end_layout
21194
21195 \end_inset
21196 </cell>
21197 </row>
21198 </lyxtabular>
21199
21200 \end_inset
21201
21202
21203 \end_layout
21204
21205 \begin_layout Standard
21206 \align center
21207 \begin_inset Tabular
21208 <lyxtabular version="3" rows="6" columns="3">
21209 <features booktabs="true" tabularvalignment="middle">
21210 <column alignment="center" valignment="top" width="0pt">
21211 <column alignment="center" valignment="top">
21212 <column alignment="center" valignment="top">
21213 <row>
21214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21215 \begin_inset Text
21216
21217 \begin_layout Plain Layout
21218 Command
21219 \end_layout
21220
21221 \end_inset
21222 </cell>
21223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21224 \begin_inset Text
21225
21226 \begin_layout Plain Layout
21227 Result
21228 \end_layout
21229
21230 \end_inset
21231 </cell>
21232 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21233 \begin_inset Text
21234
21235 \begin_layout Plain Layout
21236 Shortcut
21237 \end_layout
21238
21239 \end_inset
21240 </cell>
21241 </row>
21242 <row>
21243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21244 \begin_inset Text
21245
21246 \begin_layout Plain Layout
21247
21248 \backslash
21249 mathit
21250 \series bold
21251
21252 \begin_inset space \textvisiblespace{}
21253 \end_inset
21254
21255
21256 \series default
21257 AbC
21258 \end_layout
21259
21260 \end_inset
21261 </cell>
21262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21263 \begin_inset Text
21264
21265 \begin_layout Plain Layout
21266 \begin_inset Formula $\mathit{AbC}$
21267 \end_inset
21268
21269
21270 \end_layout
21271
21272 \end_inset
21273 </cell>
21274 <cell alignment="center" valignment="top" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278 -
21279 \end_layout
21280
21281 \end_inset
21282 </cell>
21283 </row>
21284 <row>
21285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21286 \begin_inset Text
21287
21288 \begin_layout Plain Layout
21289
21290 \backslash
21291 mathrm
21292 \series bold
21293
21294 \begin_inset space \textvisiblespace{}
21295 \end_inset
21296
21297
21298 \series default
21299 AbC
21300 \end_layout
21301
21302 \end_inset
21303 </cell>
21304 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21305 \begin_inset Text
21306
21307 \begin_layout Plain Layout
21308 \begin_inset Formula $\mathrm{AbC}$
21309 \end_inset
21310
21311
21312 \end_layout
21313
21314 \end_inset
21315 </cell>
21316 <cell alignment="center" valignment="top" usebox="none">
21317 \begin_inset Text
21318
21319 \begin_layout Plain Layout
21320 \begin_inset Info
21321 type  "shortcut"
21322 arg   "font-roman"
21323 \end_inset
21324
21325
21326 \end_layout
21327
21328 \end_inset
21329 </cell>
21330 </row>
21331 <row>
21332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21333 \begin_inset Text
21334
21335 \begin_layout Plain Layout
21336
21337 \backslash
21338 mathsf
21339 \series bold
21340
21341 \begin_inset space \textvisiblespace{}
21342 \end_inset
21343
21344
21345 \series default
21346 AbC
21347 \end_layout
21348
21349 \end_inset
21350 </cell>
21351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21352 \begin_inset Text
21353
21354 \begin_layout Plain Layout
21355 \begin_inset Formula $\mathsf{AbC}$
21356 \end_inset
21357
21358
21359 \end_layout
21360
21361 \end_inset
21362 </cell>
21363 <cell alignment="center" valignment="top" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Plain Layout
21367 \begin_inset Info
21368 type  "shortcut"
21369 arg   "font-sans"
21370 \end_inset
21371
21372
21373 \end_layout
21374
21375 \end_inset
21376 </cell>
21377 </row>
21378 <row>
21379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21380 \begin_inset Text
21381
21382 \begin_layout Plain Layout
21383
21384 \backslash
21385 mathtt
21386 \series bold
21387
21388 \begin_inset space \textvisiblespace{}
21389 \end_inset
21390
21391
21392 \series default
21393 AbC
21394 \end_layout
21395
21396 \end_inset
21397 </cell>
21398 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21399 \begin_inset Text
21400
21401 \begin_layout Plain Layout
21402 \begin_inset Formula $\mathtt{AbC}$
21403 \end_inset
21404
21405
21406 \end_layout
21407
21408 \end_inset
21409 </cell>
21410 <cell alignment="center" valignment="top" usebox="none">
21411 \begin_inset Text
21412
21413 \begin_layout Plain Layout
21414 \begin_inset Info
21415 type  "shortcut"
21416 arg   "font-typewriter"
21417 \end_inset
21418
21419
21420 \end_layout
21421
21422 \end_inset
21423 </cell>
21424 </row>
21425 <row>
21426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21427 \begin_inset Text
21428
21429 \begin_layout Plain Layout
21430
21431 \backslash
21432 mathscr
21433 \series bold
21434
21435 \begin_inset space \textvisiblespace{}
21436 \end_inset
21437
21438
21439 \series default
21440 ABC
21441 \end_layout
21442
21443 \end_inset
21444 </cell>
21445 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21446 \begin_inset Text
21447
21448 \begin_layout Plain Layout
21449 \begin_inset Formula $\mathscr{ABC}$
21450 \end_inset
21451
21452
21453 \end_layout
21454
21455 \end_inset
21456 </cell>
21457 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21458 \begin_inset Text
21459
21460 \begin_layout Plain Layout
21461 -
21462 \end_layout
21463
21464 \end_inset
21465 </cell>
21466 </row>
21467 </lyxtabular>
21468
21469 \end_inset
21470
21471
21472 \end_layout
21473
21474 \begin_layout Standard
21475 \begin_inset Note Greyedout
21476 status open
21477
21478 \begin_layout Plain Layout
21479
21480 \series bold
21481 Note:
21482
21483 \series default
21484  The styles 
21485 \series bold
21486
21487 \backslash
21488 mathbb
21489 \series default
21490 ,
21491  
21492 \series bold
21493
21494 \backslash
21495 mathcal
21496 \series default
21497  and 
21498 \series bold
21499
21500 \backslash
21501 mathscr
21502 \series default
21503  can only be used for big letters.
21504 \end_layout
21505
21506 \end_inset
21507
21508
21509 \end_layout
21510
21511 \begin_layout Standard
21512 The style 
21513 \series bold
21514
21515 \backslash
21516 mathnormal
21517 \series default
21518  is predefined.
21519 \end_layout
21520
21521 \begin_layout Standard
21522 The style commands also work for letters in mathematical constructs:
21523 \begin_inset Formula 
21524 \[
21525 \mathfrak{A=\frac{b}{C}}
21526 \]
21527
21528 \end_inset
21529
21530
21531 \end_layout
21532
21533 \begin_layout Standard
21534 Characters in mathematical text don't appear in a math font style but in the text font style 
21535 \series bold
21536
21537 \backslash
21538 textrm
21539 \series default
21540 .
21541  Note that their style can't be set correctly via the text style dialog.
21542  This is a known bug in \SpecialChar LyX
21543 .
21544 \begin_inset Foot
21545 status collapsed
21546
21547 \begin_layout Plain Layout
21548 \begin_inset CommandInset href
21549 LatexCommand href
21550 name "LyX-bug #4629"
21551 target "https://www.lyx.org/trac/ticket/4629"
21552 literal "false"
21553
21554 \end_inset
21555
21556
21557 \end_layout
21558
21559 \end_inset
21560
21561
21562 \end_layout
21563
21564 \begin_layout Standard
21565 Instead of the style commands,
21566  
21567 \family sans
21568 Edit\SpecialChar menuseparator
21569 Math\SpecialChar menuseparator
21570 Text Style
21571 \family default
21572  dialog,
21573  or the toolbar button,
21574  
21575 \begin_inset Info
21576 type  "icon"
21577 arg   "math-insert \\font"
21578 \end_inset
21579
21580  can be used.
21581 \end_layout
21582
21583 \begin_layout Subsection
21584 Bold Formulas
21585 \begin_inset CommandInset label
21586 LatexCommand label
21587 name "subsec:Bold-Formulas"
21588
21589 \end_inset
21590
21591
21592 \begin_inset Index idx
21593 range none
21594 pageformat default
21595 status collapsed
21596
21597 \begin_layout Plain Layout
21598 Formula
21599 \begin_inset IndexMacro subentry
21600 status open
21601
21602 \begin_layout Plain Layout
21603 bold
21604 \end_layout
21605
21606 \end_inset
21607
21608
21609 \end_layout
21610
21611 \end_inset
21612
21613
21614 \end_layout
21615
21616 \begin_layout Standard
21617 To make a complete formula bold,
21618  the command 
21619 \series bold
21620
21621 \backslash
21622 mathbf
21623 \series default
21624  from the previous subsection cannot be used because it doesn't work for small Greek letters.
21625  Additionally it always prints Latin letters upright,
21626  as in the following equation:
21627 \end_layout
21628
21629 \begin_layout Standard
21630 \begin_inset Formula 
21631 \[
21632 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
21633 \]
21634
21635 \end_inset
21636
21637
21638 \end_layout
21639
21640 \begin_layout Standard
21641 To display the formula correctly,
21642  the command 
21643 \series bold
21644
21645 \backslash
21646 boldsymbol
21647 \series default
21648  is used:
21649 \begin_inset Formula 
21650 \[
21651 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
21652 \]
21653
21654 \end_inset
21655
21656 It is also possible to set the formula in a 
21657 \series bold
21658 boldmath environment
21659 \series default
21660 .
21661  This environment is created by inserting the command 
21662 \series bold
21663
21664 \backslash
21665 boldmath
21666 \series default
21667
21668 \begin_inset Index idx
21669 range none
21670 pageformat default
21671 status collapsed
21672
21673 \begin_layout Plain Layout
21674 Commands
21675 \begin_inset IndexMacro subentry
21676 status open
21677
21678 \begin_layout Plain Layout
21679 B
21680 \end_layout
21681
21682 \end_inset
21683
21684
21685 \begin_inset IndexMacro subentry
21686 status open
21687
21688 \begin_layout Plain Layout
21689
21690 \backslash
21691 boldmath
21692 \end_layout
21693
21694 \end_inset
21695
21696
21697 \end_layout
21698
21699 \end_inset
21700
21701  in \SpecialChar TeX
21702  mode.
21703  To end the environment,
21704  the command 
21705 \series bold
21706
21707 \backslash
21708 unboldmath
21709 \series default
21710
21711 \begin_inset Index idx
21712 range none
21713 pageformat default
21714 status collapsed
21715
21716 \begin_layout Plain Layout
21717 Commands
21718 \begin_inset IndexMacro subentry
21719 status open
21720
21721 \begin_layout Plain Layout
21722 U
21723 \end_layout
21724
21725 \end_inset
21726
21727
21728 \begin_inset IndexMacro subentry
21729 status open
21730
21731 \begin_layout Plain Layout
21732
21733 \backslash
21734 unboldmath
21735 \end_layout
21736
21737 \end_inset
21738
21739
21740 \end_layout
21741
21742 \end_inset
21743
21744  is inserted in \SpecialChar TeX
21745  mode.
21746 \begin_inset ERT
21747 status collapsed
21748
21749 \begin_layout Plain Layout
21750
21751
21752 \backslash
21753 boldmath 
21754 \end_layout
21755
21756 \end_inset
21757
21758
21759 \begin_inset Formula 
21760 \[
21761 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
21762 \]
21763
21764 \end_inset
21765
21766
21767 \begin_inset ERT
21768 status collapsed
21769
21770 \begin_layout Plain Layout
21771
21772
21773 \backslash
21774 unboldmath 
21775 \end_layout
21776
21777 \end_inset
21778
21779
21780 \end_layout
21781
21782 \begin_layout Subsection
21783 Colored Formulas
21784 \begin_inset Index idx
21785 range none
21786 pageformat default
21787 status collapsed
21788
21789 \begin_layout Plain Layout
21790 Formula
21791 \begin_inset IndexMacro subentry
21792 status open
21793
21794 \begin_layout Plain Layout
21795 colored
21796 \end_layout
21797
21798 \end_inset
21799
21800
21801 \end_layout
21802
21803 \end_inset
21804
21805
21806 \end_layout
21807
21808 \begin_layout Standard
21809 Formulas can be colored like normal text:
21810  Highlight a formula or a formula part and use the 
21811 \family sans
21812 Text Style
21813 \family default
21814  dialog.
21815  Here is a formula in magenta:
21816 \begin_inset Formula 
21817 \[
21818 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
21819 \]
21820
21821 \end_inset
21822
21823
21824 \end_layout
21825
21826 \begin_layout Standard
21827 You can also define your own colors as described in 
21828 \begin_inset CommandInset ref
21829 LatexCommand ref
21830 reference "subsec:Colored-Boxes"
21831 nolink "false"
21832
21833 \end_inset
21834
21835 .
21836  They can be used with the \SpecialChar TeX
21837  code command 
21838 \series bold
21839
21840 \backslash
21841 textcolor
21842 \series default
21843
21844 \begin_inset Index idx
21845 range none
21846 pageformat default
21847 status collapsed
21848
21849 \begin_layout Plain Layout
21850 Commands
21851 \begin_inset IndexMacro subentry
21852 status open
21853
21854 \begin_layout Plain Layout
21855 T
21856 \end_layout
21857
21858 \end_inset
21859
21860
21861 \begin_inset IndexMacro subentry
21862 status open
21863
21864 \begin_layout Plain Layout
21865
21866 \backslash
21867 textcolor
21868 \end_layout
21869
21870 \end_inset
21871
21872
21873 \end_layout
21874
21875 \end_inset
21876
21877  in the scheme
21878 \end_layout
21879
21880 \begin_layout Standard
21881
21882 \series bold
21883
21884 \backslash
21885 textcolor{color}{characters or formula}
21886 \end_layout
21887
21888 \begin_layout Standard
21889 The following example was colored completely dark green and partly red:
21890 \end_layout
21891
21892 \begin_layout Standard
21893 \begin_inset ERT
21894 status collapsed
21895
21896 \begin_layout Plain Layout
21897
21898
21899 \backslash
21900 textcolor{darkgreen}{
21901 \end_layout
21902
21903 \end_inset
21904
21905
21906 \begin_inset Formula 
21907 \[
21908 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
21909 \]
21910
21911 \end_inset
21912
21913
21914 \begin_inset ERT
21915 status collapsed
21916
21917 \begin_layout Plain Layout
21918
21919 }
21920 \end_layout
21921
21922 \end_inset
21923
21924
21925 \end_layout
21926
21927 \begin_layout Standard
21928 Due to a bug in \SpecialChar LyX
21929  only complete formulas can be colored with self-defined colors.
21930 \begin_inset Foot
21931 status collapsed
21932
21933 \begin_layout Plain Layout
21934 \begin_inset CommandInset href
21935 LatexCommand href
21936 name "LyX-bug #5269"
21937 target "https://www.lyx.org/trac/ticket/5269"
21938 literal "false"
21939
21940 \end_inset
21941
21942
21943 \end_layout
21944
21945 \end_inset
21946
21947
21948 \end_layout
21949
21950 \begin_layout Subsection
21951 Font Sizes
21952 \begin_inset CommandInset label
21953 LatexCommand label
21954 name "subsec:Font-Sizes"
21955
21956 \end_inset
21957
21958
21959 \begin_inset Index idx
21960 range none
21961 pageformat default
21962 status collapsed
21963
21964 \begin_layout Plain Layout
21965 Font
21966 \begin_inset IndexMacro subentry
21967 status open
21968
21969 \begin_layout Plain Layout
21970 size
21971 \end_layout
21972
21973 \end_inset
21974
21975
21976 \end_layout
21977
21978 \end_inset
21979
21980
21981 \end_layout
21982
21983 \begin_layout Standard
21984 As with characters in text,
21985  the following size commands are available for formula characters:
21986 \end_layout
21987
21988 \begin_layout Standard
21989
21990 \series bold
21991
21992 \backslash
21993 Huge
21994 \series default
21995 ,
21996  
21997 \series bold
21998
21999 \backslash
22000 huge
22001 \series default
22002 ,
22003  
22004 \series bold
22005
22006 \backslash
22007 LARGE
22008 \series default
22009 ,
22010  
22011 \series bold
22012
22013 \backslash
22014 Large
22015 \series default
22016 ,
22017  
22018 \series bold
22019
22020 \backslash
22021 large
22022 \series default
22023 ,
22024  
22025 \series bold
22026
22027 \backslash
22028 normalsize
22029 \series default
22030 ,
22031  
22032 \series bold
22033
22034 \backslash
22035 small
22036 \series default
22037 ,
22038 \begin_inset Newline newline
22039 \end_inset
22040
22041
22042 \series bold
22043
22044 \backslash
22045 footnotesize
22046 \series default
22047 ,
22048  
22049 \series bold
22050
22051 \backslash
22052 scriptsize
22053 \series default
22054  and 
22055 \series bold
22056
22057 \backslash
22058 tiny
22059 \end_layout
22060
22061 \begin_layout Standard
22062 The font size produced by the commands depends on the document's original font size,
22063  which corresponds to the command 
22064 \series bold
22065
22066 \backslash
22067 normalsize
22068 \series default
22069 .
22070  The other commands produce character sizes smaller or larger than 
22071 \series bold
22072
22073 \backslash
22074 normalsize
22075 \series default
22076 .
22077  There are however limits to how small or large the font size can be changed.
22078  If for example the document font size is 12
22079 \begin_inset space \thinspace{}
22080 \end_inset
22081
22082 pt,
22083  the command 
22084 \series bold
22085
22086 \backslash
22087 Huge
22088 \series default
22089  switches to the same size as 
22090 \series bold
22091
22092 \backslash
22093 huge
22094 \series default
22095 .
22096 \end_layout
22097
22098 \begin_layout Standard
22099 A size command is inserted in \SpecialChar TeX
22100  mode before a formula and sets the size for all of the following formulas and text characters.
22101  To switch back to the initial size,
22102  the command 
22103 \series bold
22104
22105 \backslash
22106 normalsize
22107 \series default
22108  is inserted behind the formula,
22109  again in \SpecialChar TeX
22110  mode.
22111 \end_layout
22112
22113 \begin_layout Standard
22114 Size can also be changed within a formula using the following size commands or the toolbar button 
22115 \begin_inset Info
22116 type  "icon"
22117 arg   "math-insert \\style"
22118 \end_inset
22119
22120 :
22121 \end_layout
22122
22123 \begin_layout Standard
22124 \noindent
22125 \align center
22126 \begin_inset Tabular
22127 <lyxtabular version="3" rows="5" columns="2">
22128 <features booktabs="true" tabularvalignment="middle">
22129 <column alignment="center" valignment="top" width="0pt">
22130 <column alignment="center" valignment="top">
22131 <row>
22132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22133 \begin_inset Text
22134
22135 \begin_layout Plain Layout
22136 Command
22137 \end_layout
22138
22139 \end_inset
22140 </cell>
22141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22142 \begin_inset Text
22143
22144 \begin_layout Plain Layout
22145 Result
22146 \end_layout
22147
22148 \end_inset
22149 </cell>
22150 </row>
22151 <row>
22152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22153 \begin_inset Text
22154
22155 \begin_layout Plain Layout
22156
22157 \backslash
22158 displaystyle
22159 \begin_inset Index idx
22160 range none
22161 pageformat default
22162 status collapsed
22163
22164 \begin_layout Plain Layout
22165 Commands
22166 \begin_inset IndexMacro subentry
22167 status open
22168
22169 \begin_layout Plain Layout
22170 D
22171 \end_layout
22172
22173 \end_inset
22174
22175
22176 \begin_inset IndexMacro subentry
22177 status open
22178
22179 \begin_layout Plain Layout
22180
22181 \backslash
22182 displaystyle
22183 \end_layout
22184
22185 \end_inset
22186
22187
22188 \end_layout
22189
22190 \end_inset
22191
22192
22193 \end_layout
22194
22195 \end_inset
22196 </cell>
22197 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22198 \begin_inset Text
22199
22200 \begin_layout Plain Layout
22201 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
22202 \end_inset
22203
22204
22205 \end_layout
22206
22207 \end_inset
22208 </cell>
22209 </row>
22210 <row topspace="1mm">
22211 <cell alignment="center" valignment="top" usebox="none">
22212 \begin_inset Text
22213
22214 \begin_layout Plain Layout
22215
22216 \backslash
22217 textstyle
22218 \end_layout
22219
22220 \end_inset
22221 </cell>
22222 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22223 \begin_inset Text
22224
22225 \begin_layout Plain Layout
22226 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
22227 \end_inset
22228
22229
22230 \end_layout
22231
22232 \end_inset
22233 </cell>
22234 </row>
22235 <row>
22236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22237 \begin_inset Text
22238
22239 \begin_layout Plain Layout
22240
22241 \backslash
22242 scriptstyle
22243 \end_layout
22244
22245 \end_inset
22246 </cell>
22247 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22248 \begin_inset Text
22249
22250 \begin_layout Plain Layout
22251 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
22252 \end_inset
22253
22254
22255 \end_layout
22256
22257 \end_inset
22258 </cell>
22259 </row>
22260 <row>
22261 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22262 \begin_inset Text
22263
22264 \begin_layout Plain Layout
22265
22266 \backslash
22267 scriptscriptstyle
22268 \end_layout
22269
22270 \end_inset
22271 </cell>
22272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22273 \begin_inset Text
22274
22275 \begin_layout Plain Layout
22276 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
22277 \end_inset
22278
22279
22280 \end_layout
22281
22282 \end_inset
22283 </cell>
22284 </row>
22285 </lyxtabular>
22286
22287 \end_inset
22288
22289
22290 \end_layout
22291
22292 \begin_layout Standard
22293 After entering these commands,
22294  a blue box appears in which the formula parts are inserted.
22295 \end_layout
22296
22297 \begin_layout Standard
22298 There is another method for changing the font size,
22299  although it only works for symbols or letters in mathematical text.
22300  To use it,
22301  one of the above text size commands is inserted into mathematical text.
22302  All characters until the end of the mathematical text or until another size command will have the selected size.
22303  Two examples:
22304 \begin_inset VSpace -2mm
22305 \end_inset
22306
22307
22308 \end_layout
22309
22310 \begin_layout Standard
22311 \begin_inset ERT
22312 status collapsed
22313
22314 \begin_layout Plain Layout
22315
22316
22317 \backslash
22318 huge 
22319 \end_layout
22320
22321 \end_inset
22322
22323
22324 \begin_inset Formula 
22325 \[
22326 A=\frac{B}{c}\cdot\maltese
22327 \]
22328
22329 \end_inset
22330
22331
22332 \begin_inset Formula 
22333 \[
22334 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
22335 \]
22336
22337 \end_inset
22338
22339
22340 \begin_inset ERT
22341 status collapsed
22342
22343 \begin_layout Plain Layout
22344
22345
22346 \backslash
22347 normalsize 
22348 \end_layout
22349
22350 \end_inset
22351
22352
22353 \begin_inset VSpace medskip
22354 \end_inset
22355
22356 Before the first formula the command 
22357 \series bold
22358
22359 \backslash
22360 huge
22361 \series default
22362  was inserted.
22363  The command for the second formula is:
22364 \begin_inset Newline newline
22365 \end_inset
22366
22367
22368 \series bold
22369
22370 \backslash
22371 maltese
22372 \begin_inset space \textvisiblespace{}
22373 \end_inset
22374
22375 A Alt+M M 
22376 \backslash
22377 Large
22378 \begin_inset space \textvisiblespace{}
22379 \end_inset
22380
22381
22382 \backslash
22383 maltese
22384 \begin_inset space \textvisiblespace{}
22385 \end_inset
22386
22387
22388 \backslash
22389 textit
22390 \begin_inset space \textvisiblespace{}
22391 \end_inset
22392
22393 A
22394 \begin_inset Formula $\to$
22395 \end_inset
22396
22397
22398 \begin_inset Formula $\to$
22399 \end_inset
22400
22401
22402 \begin_inset Newline newline
22403 \end_inset
22404
22405
22406 \begin_inset space \hspace*{}
22407 \length 1cm
22408 \end_inset
22409
22410 Alt+M
22411 \series default
22412  
22413 \series bold
22414
22415 \backslash
22416 tiny
22417 \begin_inset space \textvisiblespace{}
22418 \end_inset
22419
22420
22421 \backslash
22422 maltese
22423 \begin_inset space \textvisiblespace{}
22424 \end_inset
22425
22426
22427 \backslash
22428 textit
22429 \begin_inset space \textvisiblespace{}
22430 \end_inset
22431
22432 A
22433 \end_layout
22434
22435 \begin_layout Standard
22436 If a symbol cannot be displayed in different sizes,
22437  it will always be displayed in the default size.
22438 \end_layout
22439
22440 \begin_layout Section
22441 Greek Letters
22442 \begin_inset Index idx
22443 range none
22444 pageformat default
22445 status collapsed
22446
22447 \begin_layout Plain Layout
22448 Greek letters
22449 \end_layout
22450
22451 \end_inset
22452
22453
22454 \end_layout
22455
22456 \begin_layout Standard
22457 Greek letters can be inserted via the toolbar button 
22458 \begin_inset Info
22459 type  "icon"
22460 arg   "math-insert \\alpha"
22461 \end_inset
22462
22463  as well as by command.
22464  All international typesetting norms purport that Greek letters in math have to be typeset italic/slanted.
22465  In some languages,
22466  like French or Russian,
22467  they are nevertheless sometimes typeset upright.
22468 \end_layout
22469
22470 \begin_layout Subsection
22471 Small Letters
22472 \begin_inset Index idx
22473 range none
22474 pageformat default
22475 status collapsed
22476
22477 \begin_layout Plain Layout
22478 Greek letters
22479 \begin_inset IndexMacro subentry
22480 status open
22481
22482 \begin_layout Plain Layout
22483 small
22484 \end_layout
22485
22486 \end_inset
22487
22488
22489 \end_layout
22490
22491 \end_inset
22492
22493
22494 \end_layout
22495
22496 \begin_layout Standard
22497 \begin_inset space \hfill{}
22498 \end_inset
22499
22500
22501 \begin_inset Tabular
22502 <lyxtabular version="3" rows="11" columns="2">
22503 <features booktabs="true" tabularvalignment="middle">
22504 <column alignment="center" valignment="top" width="0pt">
22505 <column alignment="center" valignment="top" width="0pt">
22506 <row>
22507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22508 \begin_inset Text
22509
22510 \begin_layout Plain Layout
22511 Command
22512 \end_layout
22513
22514 \end_inset
22515 </cell>
22516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22517 \begin_inset Text
22518
22519 \begin_layout Plain Layout
22520 Result
22521 \end_layout
22522
22523 \end_inset
22524 </cell>
22525 </row>
22526 <row>
22527 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22528 \begin_inset Text
22529
22530 \begin_layout Plain Layout
22531
22532 \backslash
22533 alpha
22534 \end_layout
22535
22536 \end_inset
22537 </cell>
22538 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22539 \begin_inset Text
22540
22541 \begin_layout Plain Layout
22542 \begin_inset Formula $\alpha$
22543 \end_inset
22544
22545
22546 \end_layout
22547
22548 \end_inset
22549 </cell>
22550 </row>
22551 <row>
22552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556
22557 \backslash
22558 beta
22559 \end_layout
22560
22561 \end_inset
22562 </cell>
22563 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22564 \begin_inset Text
22565
22566 \begin_layout Plain Layout
22567 \begin_inset Formula $\beta$
22568 \end_inset
22569
22570
22571 \end_layout
22572
22573 \end_inset
22574 </cell>
22575 </row>
22576 <row>
22577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22578 \begin_inset Text
22579
22580 \begin_layout Plain Layout
22581
22582 \backslash
22583 gamma
22584 \end_layout
22585
22586 \end_inset
22587 </cell>
22588 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22589 \begin_inset Text
22590
22591 \begin_layout Plain Layout
22592 \begin_inset Formula $\gamma$
22593 \end_inset
22594
22595
22596 \end_layout
22597
22598 \end_inset
22599 </cell>
22600 </row>
22601 <row>
22602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22603 \begin_inset Text
22604
22605 \begin_layout Plain Layout
22606
22607 \backslash
22608 delta
22609 \end_layout
22610
22611 \end_inset
22612 </cell>
22613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22614 \begin_inset Text
22615
22616 \begin_layout Plain Layout
22617 \begin_inset Formula $\delta$
22618 \end_inset
22619
22620
22621 \end_layout
22622
22623 \end_inset
22624 </cell>
22625 </row>
22626 <row>
22627 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Plain Layout
22631
22632 \backslash
22633 epsilon
22634 \end_layout
22635
22636 \end_inset
22637 </cell>
22638 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22639 \begin_inset Text
22640
22641 \begin_layout Plain Layout
22642 \begin_inset Formula $\epsilon$
22643 \end_inset
22644
22645
22646 \end_layout
22647
22648 \end_inset
22649 </cell>
22650 </row>
22651 <row>
22652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22653 \begin_inset Text
22654
22655 \begin_layout Plain Layout
22656
22657 \backslash
22658 varepsilon
22659 \end_layout
22660
22661 \end_inset
22662 </cell>
22663 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22664 \begin_inset Text
22665
22666 \begin_layout Plain Layout
22667 \begin_inset Formula $\varepsilon$
22668 \end_inset
22669
22670
22671 \end_layout
22672
22673 \end_inset
22674 </cell>
22675 </row>
22676 <row>
22677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22678 \begin_inset Text
22679
22680 \begin_layout Plain Layout
22681
22682 \backslash
22683 zeta
22684 \end_layout
22685
22686 \end_inset
22687 </cell>
22688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22689 \begin_inset Text
22690
22691 \begin_layout Plain Layout
22692 \begin_inset Formula $\zeta$
22693 \end_inset
22694
22695
22696 \end_layout
22697
22698 \end_inset
22699 </cell>
22700 </row>
22701 <row>
22702 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22703 \begin_inset Text
22704
22705 \begin_layout Plain Layout
22706
22707 \backslash
22708 eta
22709 \end_layout
22710
22711 \end_inset
22712 </cell>
22713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22714 \begin_inset Text
22715
22716 \begin_layout Plain Layout
22717 \begin_inset Formula $\eta$
22718 \end_inset
22719
22720
22721 \end_layout
22722
22723 \end_inset
22724 </cell>
22725 </row>
22726 <row>
22727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22728 \begin_inset Text
22729
22730 \begin_layout Plain Layout
22731
22732 \backslash
22733 theta
22734 \end_layout
22735
22736 \end_inset
22737 </cell>
22738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22739 \begin_inset Text
22740
22741 \begin_layout Plain Layout
22742 \begin_inset Formula $\theta$
22743 \end_inset
22744
22745
22746 \end_layout
22747
22748 \end_inset
22749 </cell>
22750 </row>
22751 <row>
22752 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22753 \begin_inset Text
22754
22755 \begin_layout Plain Layout
22756
22757 \backslash
22758 vartheta
22759 \end_layout
22760
22761 \end_inset
22762 </cell>
22763 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22764 \begin_inset Text
22765
22766 \begin_layout Plain Layout
22767 \begin_inset Formula $\vartheta$
22768 \end_inset
22769
22770
22771 \end_layout
22772
22773 \end_inset
22774 </cell>
22775 </row>
22776 </lyxtabular>
22777
22778 \end_inset
22779
22780
22781 \begin_inset space \hfill{}
22782 \end_inset
22783
22784
22785 \begin_inset Tabular
22786 <lyxtabular version="3" rows="12" columns="2">
22787 <features booktabs="true" tabularvalignment="middle">
22788 <column alignment="center" valignment="top" width="0pt">
22789 <column alignment="center" valignment="top" width="0pt">
22790 <row>
22791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22792 \begin_inset Text
22793
22794 \begin_layout Plain Layout
22795 Command
22796 \end_layout
22797
22798 \end_inset
22799 </cell>
22800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22801 \begin_inset Text
22802
22803 \begin_layout Plain Layout
22804 Result
22805 \end_layout
22806
22807 \end_inset
22808 </cell>
22809 </row>
22810 <row>
22811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22812 \begin_inset Text
22813
22814 \begin_layout Plain Layout
22815
22816 \backslash
22817 iota
22818 \end_layout
22819
22820 \end_inset
22821 </cell>
22822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22823 \begin_inset Text
22824
22825 \begin_layout Plain Layout
22826 \begin_inset Formula $\iota$
22827 \end_inset
22828
22829
22830 \end_layout
22831
22832 \end_inset
22833 </cell>
22834 </row>
22835 <row>
22836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22837 \begin_inset Text
22838
22839 \begin_layout Plain Layout
22840
22841 \backslash
22842 kappa
22843 \end_layout
22844
22845 \end_inset
22846 </cell>
22847 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22848 \begin_inset Text
22849
22850 \begin_layout Plain Layout
22851 \begin_inset Formula $\kappa$
22852 \end_inset
22853
22854
22855 \end_layout
22856
22857 \end_inset
22858 </cell>
22859 </row>
22860 <row>
22861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22862 \begin_inset Text
22863
22864 \begin_layout Plain Layout
22865
22866 \backslash
22867 varkappa
22868 \end_layout
22869
22870 \end_inset
22871 </cell>
22872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22873 \begin_inset Text
22874
22875 \begin_layout Plain Layout
22876 \begin_inset Formula $\varkappa$
22877 \end_inset
22878
22879
22880 \end_layout
22881
22882 \end_inset
22883 </cell>
22884 </row>
22885 <row>
22886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22887 \begin_inset Text
22888
22889 \begin_layout Plain Layout
22890
22891 \backslash
22892 lambda
22893 \end_layout
22894
22895 \end_inset
22896 </cell>
22897 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22898 \begin_inset Text
22899
22900 \begin_layout Plain Layout
22901 \begin_inset Formula $\lambda$
22902 \end_inset
22903
22904
22905 \end_layout
22906
22907 \end_inset
22908 </cell>
22909 </row>
22910 <row>
22911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22912 \begin_inset Text
22913
22914 \begin_layout Plain Layout
22915
22916 \backslash
22917 mu
22918 \end_layout
22919
22920 \end_inset
22921 </cell>
22922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22923 \begin_inset Text
22924
22925 \begin_layout Plain Layout
22926 \begin_inset Formula $\mu$
22927 \end_inset
22928
22929
22930 \end_layout
22931
22932 \end_inset
22933 </cell>
22934 </row>
22935 <row>
22936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22937 \begin_inset Text
22938
22939 \begin_layout Plain Layout
22940
22941 \backslash
22942 nu
22943 \end_layout
22944
22945 \end_inset
22946 </cell>
22947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22948 \begin_inset Text
22949
22950 \begin_layout Plain Layout
22951 \begin_inset Formula $\nu$
22952 \end_inset
22953
22954
22955 \end_layout
22956
22957 \end_inset
22958 </cell>
22959 </row>
22960 <row>
22961 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22962 \begin_inset Text
22963
22964 \begin_layout Plain Layout
22965
22966 \backslash
22967 xi
22968 \end_layout
22969
22970 \end_inset
22971 </cell>
22972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22973 \begin_inset Text
22974
22975 \begin_layout Plain Layout
22976 \begin_inset Formula $\xi$
22977 \end_inset
22978
22979
22980 \end_layout
22981
22982 \end_inset
22983 </cell>
22984 </row>
22985 <row>
22986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22987 \begin_inset Text
22988
22989 \begin_layout Plain Layout
22990 o
22991 \end_layout
22992
22993 \end_inset
22994 </cell>
22995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22996 \begin_inset Text
22997
22998 \begin_layout Plain Layout
22999 \begin_inset Formula $o$
23000 \end_inset
23001
23002
23003 \end_layout
23004
23005 \end_inset
23006 </cell>
23007 </row>
23008 <row>
23009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23010 \begin_inset Text
23011
23012 \begin_layout Plain Layout
23013
23014 \backslash
23015 pi
23016 \end_layout
23017
23018 \end_inset
23019 </cell>
23020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23021 \begin_inset Text
23022
23023 \begin_layout Plain Layout
23024 \begin_inset Formula $\pi$
23025 \end_inset
23026
23027
23028 \end_layout
23029
23030 \end_inset
23031 </cell>
23032 </row>
23033 <row>
23034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23035 \begin_inset Text
23036
23037 \begin_layout Plain Layout
23038
23039 \backslash
23040 varpi
23041 \end_layout
23042
23043 \end_inset
23044 </cell>
23045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23046 \begin_inset Text
23047
23048 \begin_layout Plain Layout
23049 \begin_inset Formula $\varpi$
23050 \end_inset
23051
23052
23053 \end_layout
23054
23055 \end_inset
23056 </cell>
23057 </row>
23058 <row>
23059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23060 \begin_inset Text
23061
23062 \begin_layout Plain Layout
23063
23064 \backslash
23065 rho
23066 \end_layout
23067
23068 \end_inset
23069 </cell>
23070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23071 \begin_inset Text
23072
23073 \begin_layout Plain Layout
23074 \begin_inset Formula $\rho$
23075 \end_inset
23076
23077
23078 \end_layout
23079
23080 \end_inset
23081 </cell>
23082 </row>
23083 </lyxtabular>
23084
23085 \end_inset
23086
23087
23088 \begin_inset space \hfill{}
23089 \end_inset
23090
23091
23092 \begin_inset Tabular
23093 <lyxtabular version="3" rows="11" columns="2">
23094 <features booktabs="true" tabularvalignment="middle">
23095 <column alignment="center" valignment="top" width="0pt">
23096 <column alignment="center" valignment="top" width="0pt">
23097 <row>
23098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23099 \begin_inset Text
23100
23101 \begin_layout Plain Layout
23102 Command
23103 \end_layout
23104
23105 \end_inset
23106 </cell>
23107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23108 \begin_inset Text
23109
23110 \begin_layout Plain Layout
23111 Result
23112 \end_layout
23113
23114 \end_inset
23115 </cell>
23116 </row>
23117 <row>
23118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23119 \begin_inset Text
23120
23121 \begin_layout Plain Layout
23122
23123 \backslash
23124 varrho
23125 \end_layout
23126
23127 \end_inset
23128 </cell>
23129 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23130 \begin_inset Text
23131
23132 \begin_layout Plain Layout
23133 \begin_inset Formula $\varrho$
23134 \end_inset
23135
23136
23137 \end_layout
23138
23139 \end_inset
23140 </cell>
23141 </row>
23142 <row>
23143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23144 \begin_inset Text
23145
23146 \begin_layout Plain Layout
23147
23148 \backslash
23149 sigma
23150 \end_layout
23151
23152 \end_inset
23153 </cell>
23154 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23155 \begin_inset Text
23156
23157 \begin_layout Plain Layout
23158 \begin_inset Formula $\sigma$
23159 \end_inset
23160
23161
23162 \end_layout
23163
23164 \end_inset
23165 </cell>
23166 </row>
23167 <row>
23168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23169 \begin_inset Text
23170
23171 \begin_layout Plain Layout
23172
23173 \backslash
23174 varsigma
23175 \end_layout
23176
23177 \end_inset
23178 </cell>
23179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23180 \begin_inset Text
23181
23182 \begin_layout Plain Layout
23183 \begin_inset Formula $\varsigma$
23184 \end_inset
23185
23186
23187 \end_layout
23188
23189 \end_inset
23190 </cell>
23191 </row>
23192 <row>
23193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23194 \begin_inset Text
23195
23196 \begin_layout Plain Layout
23197
23198 \backslash
23199 tau
23200 \end_layout
23201
23202 \end_inset
23203 </cell>
23204 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23205 \begin_inset Text
23206
23207 \begin_layout Plain Layout
23208 \begin_inset Formula $\tau$
23209 \end_inset
23210
23211
23212 \end_layout
23213
23214 \end_inset
23215 </cell>
23216 </row>
23217 <row>
23218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23219 \begin_inset Text
23220
23221 \begin_layout Plain Layout
23222
23223 \backslash
23224 upsilon
23225 \end_layout
23226
23227 \end_inset
23228 </cell>
23229 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23230 \begin_inset Text
23231
23232 \begin_layout Plain Layout
23233 \begin_inset Formula $\upsilon$
23234 \end_inset
23235
23236
23237 \end_layout
23238
23239 \end_inset
23240 </cell>
23241 </row>
23242 <row>
23243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23244 \begin_inset Text
23245
23246 \begin_layout Plain Layout
23247
23248 \backslash
23249 phi
23250 \end_layout
23251
23252 \end_inset
23253 </cell>
23254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23255 \begin_inset Text
23256
23257 \begin_layout Plain Layout
23258 \begin_inset Formula $\phi$
23259 \end_inset
23260
23261
23262 \end_layout
23263
23264 \end_inset
23265 </cell>
23266 </row>
23267 <row>
23268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23269 \begin_inset Text
23270
23271 \begin_layout Plain Layout
23272
23273 \backslash
23274 varphi
23275 \end_layout
23276
23277 \end_inset
23278 </cell>
23279 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23280 \begin_inset Text
23281
23282 \begin_layout Plain Layout
23283 \begin_inset Formula $\varphi$
23284 \end_inset
23285
23286
23287 \end_layout
23288
23289 \end_inset
23290 </cell>
23291 </row>
23292 <row>
23293 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23294 \begin_inset Text
23295
23296 \begin_layout Plain Layout
23297
23298 \backslash
23299 chi
23300 \end_layout
23301
23302 \end_inset
23303 </cell>
23304 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23305 \begin_inset Text
23306
23307 \begin_layout Plain Layout
23308 \begin_inset Formula $\chi$
23309 \end_inset
23310
23311
23312 \end_layout
23313
23314 \end_inset
23315 </cell>
23316 </row>
23317 <row>
23318 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23319 \begin_inset Text
23320
23321 \begin_layout Plain Layout
23322
23323 \backslash
23324 psi
23325 \end_layout
23326
23327 \end_inset
23328 </cell>
23329 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23330 \begin_inset Text
23331
23332 \begin_layout Plain Layout
23333 \begin_inset Formula $\psi$
23334 \end_inset
23335
23336
23337 \end_layout
23338
23339 \end_inset
23340 </cell>
23341 </row>
23342 <row>
23343 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23344 \begin_inset Text
23345
23346 \begin_layout Plain Layout
23347
23348 \backslash
23349 omega
23350 \end_layout
23351
23352 \end_inset
23353 </cell>
23354 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23355 \begin_inset Text
23356
23357 \begin_layout Plain Layout
23358 \begin_inset Formula $\omega$
23359 \end_inset
23360
23361
23362 \end_layout
23363
23364 \end_inset
23365 </cell>
23366 </row>
23367 </lyxtabular>
23368
23369 \end_inset
23370
23371
23372 \begin_inset space \hfill{}
23373 \end_inset
23374
23375
23376 \end_layout
23377
23378 \begin_layout Standard
23379 \begin_inset VSpace medskip
23380 \end_inset
23381
23382
23383 \end_layout
23384
23385 \begin_layout Standard
23386 Creating upright Greek letters is explained in 
23387 \begin_inset CommandInset ref
23388 LatexCommand ref
23389 reference "subsec:Upright-small-Greek"
23390 nolink "false"
23391
23392 \end_inset
23393
23394 .
23395 \end_layout
23396
23397 \begin_layout Subsection
23398 Big Letters
23399 \begin_inset Index idx
23400 range none
23401 pageformat default
23402 status collapsed
23403
23404 \begin_layout Plain Layout
23405 Greek letters
23406 \begin_inset IndexMacro subentry
23407 status open
23408
23409 \begin_layout Plain Layout
23410 big
23411 \end_layout
23412
23413 \end_inset
23414
23415
23416 \end_layout
23417
23418 \end_inset
23419
23420
23421 \end_layout
23422
23423 \begin_layout Standard
23424 \begin_inset space \hfill{}
23425 \end_inset
23426
23427
23428 \begin_inset Tabular
23429 <lyxtabular version="3" rows="7" columns="2">
23430 <features booktabs="true" tabularvalignment="middle">
23431 <column alignment="center" valignment="top" width="0pt">
23432 <column alignment="center" valignment="top" width="0pt">
23433 <row>
23434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23435 \begin_inset Text
23436
23437 \begin_layout Plain Layout
23438 Command
23439 \end_layout
23440
23441 \end_inset
23442 </cell>
23443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23444 \begin_inset Text
23445
23446 \begin_layout Plain Layout
23447 Result
23448 \end_layout
23449
23450 \end_inset
23451 </cell>
23452 </row>
23453 <row>
23454 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23455 \begin_inset Text
23456
23457 \begin_layout Plain Layout
23458
23459 \backslash
23460 Gamma
23461 \end_layout
23462
23463 \end_inset
23464 </cell>
23465 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23466 \begin_inset Text
23467
23468 \begin_layout Plain Layout
23469 \begin_inset Formula $\Gamma$
23470 \end_inset
23471
23472
23473 \end_layout
23474
23475 \end_inset
23476 </cell>
23477 </row>
23478 <row>
23479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23480 \begin_inset Text
23481
23482 \begin_layout Plain Layout
23483
23484 \backslash
23485 Delta
23486 \end_layout
23487
23488 \end_inset
23489 </cell>
23490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23491 \begin_inset Text
23492
23493 \begin_layout Plain Layout
23494 \begin_inset Formula $\Delta$
23495 \end_inset
23496
23497
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 </row>
23503 <row>
23504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23505 \begin_inset Text
23506
23507 \begin_layout Plain Layout
23508
23509 \backslash
23510 Theta
23511 \end_layout
23512
23513 \end_inset
23514 </cell>
23515 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23516 \begin_inset Text
23517
23518 \begin_layout Plain Layout
23519 \begin_inset Formula $\Theta$
23520 \end_inset
23521
23522
23523 \end_layout
23524
23525 \end_inset
23526 </cell>
23527 </row>
23528 <row>
23529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23530 \begin_inset Text
23531
23532 \begin_layout Plain Layout
23533
23534 \backslash
23535 Lambda
23536 \end_layout
23537
23538 \end_inset
23539 </cell>
23540 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544 \begin_inset Formula $\Lambda$
23545 \end_inset
23546
23547
23548 \end_layout
23549
23550 \end_inset
23551 </cell>
23552 </row>
23553 <row>
23554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23555 \begin_inset Text
23556
23557 \begin_layout Plain Layout
23558
23559 \backslash
23560 Xi
23561 \end_layout
23562
23563 \end_inset
23564 </cell>
23565 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23566 \begin_inset Text
23567
23568 \begin_layout Plain Layout
23569 \begin_inset Formula $\Xi$
23570 \end_inset
23571
23572
23573 \end_layout
23574
23575 \end_inset
23576 </cell>
23577 </row>
23578 <row>
23579 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23580 \begin_inset Text
23581
23582 \begin_layout Plain Layout
23583
23584 \backslash
23585 Pi
23586 \end_layout
23587
23588 \end_inset
23589 </cell>
23590 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23591 \begin_inset Text
23592
23593 \begin_layout Plain Layout
23594 \begin_inset Formula $\Pi$
23595 \end_inset
23596
23597
23598 \end_layout
23599
23600 \end_inset
23601 </cell>
23602 </row>
23603 </lyxtabular>
23604
23605 \end_inset
23606
23607
23608 \begin_inset space \hfill{}
23609 \end_inset
23610
23611
23612 \begin_inset Tabular
23613 <lyxtabular version="3" rows="6" columns="2">
23614 <features booktabs="true" tabularvalignment="middle">
23615 <column alignment="center" valignment="top" width="0pt">
23616 <column alignment="center" valignment="top" width="0pt">
23617 <row>
23618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23619 \begin_inset Text
23620
23621 \begin_layout Plain Layout
23622 Command
23623 \end_layout
23624
23625 \end_inset
23626 </cell>
23627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23628 \begin_inset Text
23629
23630 \begin_layout Plain Layout
23631 Result
23632 \end_layout
23633
23634 \end_inset
23635 </cell>
23636 </row>
23637 <row>
23638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23639 \begin_inset Text
23640
23641 \begin_layout Plain Layout
23642
23643 \backslash
23644 Sigma
23645 \end_layout
23646
23647 \end_inset
23648 </cell>
23649 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23650 \begin_inset Text
23651
23652 \begin_layout Plain Layout
23653 \begin_inset Formula $\Sigma$
23654 \end_inset
23655
23656
23657 \end_layout
23658
23659 \end_inset
23660 </cell>
23661 </row>
23662 <row>
23663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23664 \begin_inset Text
23665
23666 \begin_layout Plain Layout
23667
23668 \backslash
23669 Upsilon
23670 \end_layout
23671
23672 \end_inset
23673 </cell>
23674 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23675 \begin_inset Text
23676
23677 \begin_layout Plain Layout
23678 \begin_inset Formula $\Upsilon$
23679 \end_inset
23680
23681
23682 \end_layout
23683
23684 \end_inset
23685 </cell>
23686 </row>
23687 <row>
23688 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23689 \begin_inset Text
23690
23691 \begin_layout Plain Layout
23692
23693 \backslash
23694 Phi
23695 \end_layout
23696
23697 \end_inset
23698 </cell>
23699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23700 \begin_inset Text
23701
23702 \begin_layout Plain Layout
23703 \begin_inset Formula $\Phi$
23704 \end_inset
23705
23706
23707 \end_layout
23708
23709 \end_inset
23710 </cell>
23711 </row>
23712 <row>
23713 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23714 \begin_inset Text
23715
23716 \begin_layout Plain Layout
23717
23718 \backslash
23719 Psi
23720 \end_layout
23721
23722 \end_inset
23723 </cell>
23724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23725 \begin_inset Text
23726
23727 \begin_layout Plain Layout
23728 \begin_inset Formula $\Psi$
23729 \end_inset
23730
23731
23732 \end_layout
23733
23734 \end_inset
23735 </cell>
23736 </row>
23737 <row>
23738 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23739 \begin_inset Text
23740
23741 \begin_layout Plain Layout
23742
23743 \backslash
23744 Omega
23745 \end_layout
23746
23747 \end_inset
23748 </cell>
23749 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23750 \begin_inset Text
23751
23752 \begin_layout Plain Layout
23753 \begin_inset Formula $\Omega$
23754 \end_inset
23755
23756
23757 \end_layout
23758
23759 \end_inset
23760 </cell>
23761 </row>
23762 </lyxtabular>
23763
23764 \end_inset
23765
23766
23767 \begin_inset space \hfill{}
23768 \end_inset
23769
23770
23771 \end_layout
23772
23773 \begin_layout Standard
23774 \begin_inset VSpace medskip
23775 \end_inset
23776
23777 The big Greek letters appearing upright is caused by a design bug in \SpecialChar TeX
23778 .
23779  To create correct italic big letters,
23780  begin every command with 
23781 \series bold
23782 var
23783 \series default
23784 .
23785  For example the command 
23786 \series bold
23787
23788 \backslash
23789 varGamma
23790 \series default
23791  produces 
23792 \begin_inset Formula $\varGamma$
23793 \end_inset
23794
23795 .
23796  Another way is to load the package 
23797 \series bold
23798 fixmath
23799 \series default
23800
23801 \begin_inset Foot
23802 status collapsed
23803
23804 \begin_layout Plain Layout
23805
23806 \series bold
23807 fixmath
23808 \series default
23809  is part of the \SpecialChar LaTeX
23810 -package 
23811 \series bold
23812 was
23813 \series default
23814
23815 \begin_inset Index idx
23816 range none
23817 pageformat default
23818 status collapsed
23819
23820 \begin_layout Plain Layout
23821 Packages
23822 \begin_inset IndexMacro subentry
23823 status open
23824
23825 \begin_layout Plain Layout
23826 was
23827 \end_layout
23828
23829 \end_inset
23830
23831
23832 \end_layout
23833
23834 \end_inset
23835
23836 .
23837 \end_layout
23838
23839 \end_inset
23840
23841
23842 \begin_inset Index idx
23843 range none
23844 pageformat default
23845 status collapsed
23846
23847 \begin_layout Plain Layout
23848 Packages
23849 \begin_inset IndexMacro subentry
23850 status open
23851
23852 \begin_layout Plain Layout
23853 fixmath
23854 \end_layout
23855
23856 \end_inset
23857
23858
23859 \end_layout
23860
23861 \end_inset
23862
23863  with the \SpecialChar LaTeX
23864 -preamble line
23865 \end_layout
23866
23867 \begin_layout Standard
23868
23869 \series bold
23870
23871 \backslash
23872 usepackage{fixmath}
23873 \end_layout
23874
23875 \begin_layout Standard
23876 Then all big Greek letters in a document will automatically be typeset italic.
23877 \end_layout
23878
23879 \begin_layout Subsection
23880 Bold Letters
23881 \begin_inset Index idx
23882 range none
23883 pageformat default
23884 status collapsed
23885
23886 \begin_layout Plain Layout
23887 Greek letters
23888 \begin_inset IndexMacro subentry
23889 status open
23890
23891 \begin_layout Plain Layout
23892 bold
23893 \end_layout
23894
23895 \end_inset
23896
23897
23898 \end_layout
23899
23900 \end_inset
23901
23902
23903 \end_layout
23904
23905 \begin_layout Standard
23906 Greek letters cannot be set with different font styles like Latin letters.
23907  They can only be made bold with the command 
23908 \series bold
23909
23910 \backslash
23911 boldsymbol
23912 \series default
23913
23914 \begin_inset Index idx
23915 range none
23916 pageformat default
23917 status collapsed
23918
23919 \begin_layout Plain Layout
23920 Commands
23921 \begin_inset IndexMacro subentry
23922 status open
23923
23924 \begin_layout Plain Layout
23925 B
23926 \end_layout
23927
23928 \end_inset
23929
23930
23931 \begin_inset IndexMacro subentry
23932 status open
23933
23934 \begin_layout Plain Layout
23935
23936 \backslash
23937 boldsymbol
23938 \end_layout
23939
23940 \end_inset
23941
23942
23943 \end_layout
23944
23945 \end_inset
23946
23947 .
23948 \end_layout
23949
23950 \begin_layout Standard
23951 \align center
23952 \begin_inset Tabular
23953 <lyxtabular version="3" rows="3" columns="2">
23954 <features booktabs="true" tabularvalignment="middle">
23955 <column alignment="center" valignment="top" width="0pt">
23956 <column alignment="center" valignment="top">
23957 <row>
23958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23959 \begin_inset Text
23960
23961 \begin_layout Plain Layout
23962 Command
23963 \end_layout
23964
23965 \end_inset
23966 </cell>
23967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23968 \begin_inset Text
23969
23970 \begin_layout Plain Layout
23971 Result
23972 \end_layout
23973
23974 \end_inset
23975 </cell>
23976 </row>
23977 <row>
23978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23979 \begin_inset Text
23980
23981 \begin_layout Plain Layout
23982
23983 \backslash
23984 Upsilon
23985 \backslash
23986 boldsymbol
23987 \backslash
23988 Upsilon
23989 \end_layout
23990
23991 \end_inset
23992 </cell>
23993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23994 \begin_inset Text
23995
23996 \begin_layout Plain Layout
23997 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
23998 \end_inset
23999
24000
24001 \end_layout
24002
24003 \end_inset
24004 </cell>
24005 </row>
24006 <row>
24007 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24008 \begin_inset Text
24009
24010 \begin_layout Plain Layout
24011
24012 \backslash
24013 theta
24014 \backslash
24015 boldsymbol
24016 \backslash
24017 theta
24018 \end_layout
24019
24020 \end_inset
24021 </cell>
24022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24023 \begin_inset Text
24024
24025 \begin_layout Plain Layout
24026 \begin_inset Formula $\theta\boldsymbol{\theta}$
24027 \end_inset
24028
24029
24030 \end_layout
24031
24032 \end_inset
24033 </cell>
24034 </row>
24035 </lyxtabular>
24036
24037 \end_inset
24038
24039
24040 \end_layout
24041
24042 \begin_layout Section
24043 Symbols
24044 \begin_inset ERT
24045 status collapsed
24046
24047 \begin_layout Plain Layout
24048
24049
24050 \backslash
24051 texorpdfstring{
24052 \end_layout
24053
24054 \end_inset
24055
24056
24057 \begin_inset Foot
24058 status collapsed
24059
24060 \begin_layout Plain Layout
24061 A list with all symbols of most of the \SpecialChar LaTeX
24062 -packages can be found in 
24063 \begin_inset CommandInset citation
24064 LatexCommand cite
24065 key "Symbols"
24066 literal "true"
24067
24068 \end_inset
24069
24070 .
24071 \end_layout
24072
24073 \end_inset
24074
24075
24076 \begin_inset ERT
24077 status collapsed
24078
24079 \begin_layout Plain Layout
24080
24081 }{}
24082 \end_layout
24083
24084 \end_inset
24085
24086
24087 \begin_inset Note Note
24088 status collapsed
24089
24090 \begin_layout Plain Layout
24091
24092 \backslash
24093 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
24094 \end_layout
24095
24096 \begin_layout Plain Layout
24097 More about 
24098 \backslash
24099 texorpdfstring is in section 
24100 \begin_inset CommandInset ref
24101 LatexCommand ref
24102 reference "subsec:Formulas-in-Section"
24103 nolink "false"
24104
24105 \end_inset
24106
24107 .
24108 \end_layout
24109
24110 \end_inset
24111
24112
24113 \begin_inset Index idx
24114 range none
24115 pageformat default
24116 status collapsed
24117
24118 \begin_layout Plain Layout
24119 Symbols
24120 \end_layout
24121
24122 \end_inset
24123
24124
24125 \end_layout
24126
24127 \begin_layout Standard
24128 Many of the symbols listed in this section can also be inserted via the toolbar buttons 
24129 \begin_inset Info
24130 type  "icon"
24131 arg   "math-insert \\nabla"
24132 \end_inset
24133
24134  and 
24135 \begin_inset Info
24136 type  "icon"
24137 arg   "math-insert \\digamma"
24138 \end_inset
24139
24140 .
24141 \end_layout
24142
24143 \begin_layout Subsection
24144 Mathematical Symbols
24145 \begin_inset CommandInset label
24146 LatexCommand label
24147 name "subsec:Mathematical-Symbols"
24148
24149 \end_inset
24150
24151
24152 \begin_inset Index idx
24153 range none
24154 pageformat default
24155 status collapsed
24156
24157 \begin_layout Plain Layout
24158 Symbols
24159 \begin_inset IndexMacro subentry
24160 status open
24161
24162 \begin_layout Plain Layout
24163 mathematical
24164 \end_layout
24165
24166 \end_inset
24167
24168
24169 \end_layout
24170
24171 \end_inset
24172
24173
24174 \end_layout
24175
24176 \begin_layout Standard
24177 \begin_inset Tabular
24178 <lyxtabular version="3" rows="10" columns="2">
24179 <features booktabs="true" tabularvalignment="middle">
24180 <column alignment="center" valignment="top" width="0pt">
24181 <column alignment="center" valignment="top" width="0pt">
24182 <row>
24183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24184 \begin_inset Text
24185
24186 \begin_layout Plain Layout
24187 Command
24188 \end_layout
24189
24190 \end_inset
24191 </cell>
24192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24193 \begin_inset Text
24194
24195 \begin_layout Plain Layout
24196 Symbol
24197 \end_layout
24198
24199 \end_inset
24200 </cell>
24201 </row>
24202 <row>
24203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24204 \begin_inset Text
24205
24206 \begin_layout Plain Layout
24207
24208 \backslash
24209 neg
24210 \end_layout
24211
24212 \end_inset
24213 </cell>
24214 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24215 \begin_inset Text
24216
24217 \begin_layout Plain Layout
24218 \begin_inset Formula $\neg$
24219 \end_inset
24220
24221
24222 \end_layout
24223
24224 \end_inset
24225 </cell>
24226 </row>
24227 <row>
24228 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24229 \begin_inset Text
24230
24231 \begin_layout Plain Layout
24232
24233 \backslash
24234 Im
24235 \end_layout
24236
24237 \end_inset
24238 </cell>
24239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24240 \begin_inset Text
24241
24242 \begin_layout Plain Layout
24243 \begin_inset Formula $\Im$
24244 \end_inset
24245
24246
24247 \end_layout
24248
24249 \end_inset
24250 </cell>
24251 </row>
24252 <row>
24253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24254 \begin_inset Text
24255
24256 \begin_layout Plain Layout
24257
24258 \backslash
24259 Re
24260 \end_layout
24261
24262 \end_inset
24263 </cell>
24264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24265 \begin_inset Text
24266
24267 \begin_layout Plain Layout
24268 \begin_inset Formula $\Re$
24269 \end_inset
24270
24271
24272 \end_layout
24273
24274 \end_inset
24275 </cell>
24276 </row>
24277 <row>
24278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24279 \begin_inset Text
24280
24281 \begin_layout Plain Layout
24282
24283 \backslash
24284 aleph
24285 \end_layout
24286
24287 \end_inset
24288 </cell>
24289 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24290 \begin_inset Text
24291
24292 \begin_layout Plain Layout
24293 \begin_inset Formula $\aleph$
24294 \end_inset
24295
24296
24297 \end_layout
24298
24299 \end_inset
24300 </cell>
24301 </row>
24302 <row>
24303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24304 \begin_inset Text
24305
24306 \begin_layout Plain Layout
24307
24308 \backslash
24309 partial
24310 \end_layout
24311
24312 \end_inset
24313 </cell>
24314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24315 \begin_inset Text
24316
24317 \begin_layout Plain Layout
24318 \begin_inset Formula $\partial$
24319 \end_inset
24320
24321
24322 \end_layout
24323
24324 \end_inset
24325 </cell>
24326 </row>
24327 <row>
24328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24329 \begin_inset Text
24330
24331 \begin_layout Plain Layout
24332
24333 \backslash
24334 infty
24335 \end_layout
24336
24337 \end_inset
24338 </cell>
24339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24340 \begin_inset Text
24341
24342 \begin_layout Plain Layout
24343 \begin_inset Formula $\infty$
24344 \end_inset
24345
24346
24347 \end_layout
24348
24349 \end_inset
24350 </cell>
24351 </row>
24352 <row>
24353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24354 \begin_inset Text
24355
24356 \begin_layout Plain Layout
24357
24358 \backslash
24359 wp
24360 \end_layout
24361
24362 \end_inset
24363 </cell>
24364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24365 \begin_inset Text
24366
24367 \begin_layout Plain Layout
24368 \begin_inset Formula $\wp$
24369 \end_inset
24370
24371
24372 \end_layout
24373
24374 \end_inset
24375 </cell>
24376 </row>
24377 <row>
24378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24379 \begin_inset Text
24380
24381 \begin_layout Plain Layout
24382
24383 \backslash
24384 imath
24385 \end_layout
24386
24387 \end_inset
24388 </cell>
24389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24390 \begin_inset Text
24391
24392 \begin_layout Plain Layout
24393 \begin_inset Formula $\imath$
24394 \end_inset
24395
24396
24397 \end_layout
24398
24399 \end_inset
24400 </cell>
24401 </row>
24402 <row>
24403 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24404 \begin_inset Text
24405
24406 \begin_layout Plain Layout
24407
24408 \backslash
24409 jmath
24410 \end_layout
24411
24412 \end_inset
24413 </cell>
24414 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24415 \begin_inset Text
24416
24417 \begin_layout Plain Layout
24418 \begin_inset Formula $\jmath$
24419 \end_inset
24420
24421
24422 \end_layout
24423
24424 \end_inset
24425 </cell>
24426 </row>
24427 </lyxtabular>
24428
24429 \end_inset
24430
24431
24432 \begin_inset space \hfill{}
24433 \end_inset
24434
24435
24436 \begin_inset Tabular
24437 <lyxtabular version="3" rows="10" columns="2">
24438 <features booktabs="true" tabularvalignment="middle">
24439 <column alignment="center" valignment="top" width="0pt">
24440 <column alignment="center" valignment="top" width="0pt">
24441 <row>
24442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24443 \begin_inset Text
24444
24445 \begin_layout Plain Layout
24446 Command
24447 \end_layout
24448
24449 \end_inset
24450 </cell>
24451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24452 \begin_inset Text
24453
24454 \begin_layout Plain Layout
24455 Symbol
24456 \begin_inset Note Note
24457 status collapsed
24458
24459 \begin_layout Plain Layout
24460
24461 \series bold
24462
24463 \backslash
24464 raisebox
24465 \series default
24466  is only used as spacer.
24467 \end_layout
24468
24469 \end_inset
24470
24471
24472 \end_layout
24473
24474 \end_inset
24475 </cell>
24476 </row>
24477 <row>
24478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24479 \begin_inset Text
24480
24481 \begin_layout Plain Layout
24482
24483 \backslash
24484 forall
24485 \end_layout
24486
24487 \end_inset
24488 </cell>
24489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24490 \begin_inset Text
24491
24492 \begin_layout Plain Layout
24493 \begin_inset Formula $\forall$
24494 \end_inset
24495
24496
24497 \end_layout
24498
24499 \end_inset
24500 </cell>
24501 </row>
24502 <row>
24503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24504 \begin_inset Text
24505
24506 \begin_layout Plain Layout
24507
24508 \backslash
24509 exists
24510 \end_layout
24511
24512 \end_inset
24513 </cell>
24514 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24515 \begin_inset Text
24516
24517 \begin_layout Plain Layout
24518 \begin_inset Formula $\exists$
24519 \end_inset
24520
24521
24522 \end_layout
24523
24524 \end_inset
24525 </cell>
24526 </row>
24527 <row>
24528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24529 \begin_inset Text
24530
24531 \begin_layout Plain Layout
24532
24533 \backslash
24534 nexists
24535 \end_layout
24536
24537 \end_inset
24538 </cell>
24539 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24540 \begin_inset Text
24541
24542 \begin_layout Plain Layout
24543 \begin_inset Formula $\nexists$
24544 \end_inset
24545
24546
24547 \end_layout
24548
24549 \end_inset
24550 </cell>
24551 </row>
24552 <row>
24553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24554 \begin_inset Text
24555
24556 \begin_layout Plain Layout
24557
24558 \backslash
24559 emptyset
24560 \end_layout
24561
24562 \end_inset
24563 </cell>
24564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24565 \begin_inset Text
24566
24567 \begin_layout Plain Layout
24568 \begin_inset Formula $\emptyset$
24569 \end_inset
24570
24571
24572 \end_layout
24573
24574 \end_inset
24575 </cell>
24576 </row>
24577 <row>
24578 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24579 \begin_inset Text
24580
24581 \begin_layout Plain Layout
24582
24583 \backslash
24584 varnothing
24585 \end_layout
24586
24587 \end_inset
24588 </cell>
24589 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24590 \begin_inset Text
24591
24592 \begin_layout Plain Layout
24593 \begin_inset Formula $\varnothing$
24594 \end_inset
24595
24596
24597 \end_layout
24598
24599 \end_inset
24600 </cell>
24601 </row>
24602 <row>
24603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24604 \begin_inset Text
24605
24606 \begin_layout Plain Layout
24607
24608 \backslash
24609 dag
24610 \end_layout
24611
24612 \end_inset
24613 </cell>
24614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24615 \begin_inset Text
24616
24617 \begin_layout Plain Layout
24618 \begin_inset Formula $\dag$
24619 \end_inset
24620
24621
24622 \end_layout
24623
24624 \end_inset
24625 </cell>
24626 </row>
24627 <row>
24628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24629 \begin_inset Text
24630
24631 \begin_layout Plain Layout
24632
24633 \backslash
24634 ddag
24635 \end_layout
24636
24637 \end_inset
24638 </cell>
24639 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24640 \begin_inset Text
24641
24642 \begin_layout Plain Layout
24643 \begin_inset Formula $\ddag$
24644 \end_inset
24645
24646
24647 \end_layout
24648
24649 \end_inset
24650 </cell>
24651 </row>
24652 <row>
24653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24654 \begin_inset Text
24655
24656 \begin_layout Plain Layout
24657
24658 \backslash
24659 complement
24660 \end_layout
24661
24662 \end_inset
24663 </cell>
24664 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24665 \begin_inset Text
24666
24667 \begin_layout Plain Layout
24668 \begin_inset ERT
24669 status collapsed
24670
24671 \begin_layout Plain Layout
24672
24673
24674 \backslash
24675 raisebox{-0.8mm}{
24676 \end_layout
24677
24678 \end_inset
24679
24680
24681 \begin_inset Formula $\complement$
24682 \end_inset
24683
24684
24685 \begin_inset ERT
24686 status collapsed
24687
24688 \begin_layout Plain Layout
24689
24690 }
24691 \end_layout
24692
24693 \end_inset
24694
24695
24696 \end_layout
24697
24698 \end_inset
24699 </cell>
24700 </row>
24701 <row>
24702 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24703 \begin_inset Text
24704
24705 \begin_layout Plain Layout
24706
24707 \backslash
24708 Bbbk
24709 \end_layout
24710
24711 \end_inset
24712 </cell>
24713 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24714 \begin_inset Text
24715
24716 \begin_layout Plain Layout
24717 \begin_inset Formula $\Bbbk$
24718 \end_inset
24719
24720
24721 \end_layout
24722
24723 \end_inset
24724 </cell>
24725 </row>
24726 </lyxtabular>
24727
24728 \end_inset
24729
24730
24731 \begin_inset space \hfill{}
24732 \end_inset
24733
24734
24735 \begin_inset Tabular
24736 <lyxtabular version="3" rows="10" columns="2">
24737 <features booktabs="true" tabularvalignment="middle">
24738 <column alignment="center" valignment="top" width="0pt">
24739 <column alignment="center" valignment="top" width="0pt">
24740 <row>
24741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24742 \begin_inset Text
24743
24744 \begin_layout Plain Layout
24745 Command
24746 \end_layout
24747
24748 \end_inset
24749 </cell>
24750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24751 \begin_inset Text
24752
24753 \begin_layout Plain Layout
24754 Symbol
24755 \end_layout
24756
24757 \end_inset
24758 </cell>
24759 </row>
24760 <row>
24761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24762 \begin_inset Text
24763
24764 \begin_layout Plain Layout
24765
24766 \backslash
24767 prime
24768 \end_layout
24769
24770 \end_inset
24771 </cell>
24772 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24773 \begin_inset Text
24774
24775 \begin_layout Plain Layout
24776 \begin_inset Formula $\prime$
24777 \end_inset
24778
24779
24780 \end_layout
24781
24782 \end_inset
24783 </cell>
24784 </row>
24785 <row>
24786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24787 \begin_inset Text
24788
24789 \begin_layout Plain Layout
24790
24791 \backslash
24792 backprime
24793 \end_layout
24794
24795 \end_inset
24796 </cell>
24797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24798 \begin_inset Text
24799
24800 \begin_layout Plain Layout
24801 \begin_inset Formula $\backprime$
24802 \end_inset
24803
24804
24805 \end_layout
24806
24807 \end_inset
24808 </cell>
24809 </row>
24810 <row>
24811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24812 \begin_inset Text
24813
24814 \begin_layout Plain Layout
24815
24816 \backslash
24817 mho
24818 \end_layout
24819
24820 \end_inset
24821 </cell>
24822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24823 \begin_inset Text
24824
24825 \begin_layout Plain Layout
24826 \begin_inset Formula $\mho$
24827 \end_inset
24828
24829
24830 \end_layout
24831
24832 \end_inset
24833 </cell>
24834 </row>
24835 <row>
24836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24837 \begin_inset Text
24838
24839 \begin_layout Plain Layout
24840
24841 \backslash
24842 triangle
24843 \end_layout
24844
24845 \end_inset
24846 </cell>
24847 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24848 \begin_inset Text
24849
24850 \begin_layout Plain Layout
24851 \begin_inset Formula $\triangle$
24852 \end_inset
24853
24854
24855 \end_layout
24856
24857 \end_inset
24858 </cell>
24859 </row>
24860 <row>
24861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24862 \begin_inset Text
24863
24864 \begin_layout Plain Layout
24865
24866 \backslash
24867 angle
24868 \end_layout
24869
24870 \end_inset
24871 </cell>
24872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24873 \begin_inset Text
24874
24875 \begin_layout Plain Layout
24876 \begin_inset Formula $\angle$
24877 \end_inset
24878
24879
24880 \end_layout
24881
24882 \end_inset
24883 </cell>
24884 </row>
24885 <row>
24886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24887 \begin_inset Text
24888
24889 \begin_layout Plain Layout
24890
24891 \backslash
24892 measuredangle
24893 \end_layout
24894
24895 \end_inset
24896 </cell>
24897 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24898 \begin_inset Text
24899
24900 \begin_layout Plain Layout
24901 \begin_inset Formula $\measuredangle$
24902 \end_inset
24903
24904
24905 \end_layout
24906
24907 \end_inset
24908 </cell>
24909 </row>
24910 <row>
24911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24912 \begin_inset Text
24913
24914 \begin_layout Plain Layout
24915
24916 \backslash
24917 sphericalangle
24918 \end_layout
24919
24920 \end_inset
24921 </cell>
24922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24923 \begin_inset Text
24924
24925 \begin_layout Plain Layout
24926 \begin_inset Formula $\sphericalangle$
24927 \end_inset
24928
24929
24930 \end_layout
24931
24932 \end_inset
24933 </cell>
24934 </row>
24935 <row>
24936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24937 \begin_inset Text
24938
24939 \begin_layout Plain Layout
24940
24941 \backslash
24942 top
24943 \end_layout
24944
24945 \end_inset
24946 </cell>
24947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24948 \begin_inset Text
24949
24950 \begin_layout Plain Layout
24951 \begin_inset Formula $\top$
24952 \end_inset
24953
24954
24955 \end_layout
24956
24957 \end_inset
24958 </cell>
24959 </row>
24960 <row>
24961 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24962 \begin_inset Text
24963
24964 \begin_layout Plain Layout
24965
24966 \backslash
24967 bot
24968 \end_layout
24969
24970 \end_inset
24971 </cell>
24972 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24973 \begin_inset Text
24974
24975 \begin_layout Plain Layout
24976 \begin_inset Formula $\bot$
24977 \end_inset
24978
24979
24980 \end_layout
24981
24982 \end_inset
24983 </cell>
24984 </row>
24985 </lyxtabular>
24986
24987 \end_inset
24988
24989
24990 \end_layout
24991
24992 \begin_layout Subsection
24993 Miscellaneous Symbols
24994 \begin_inset CommandInset label
24995 LatexCommand label
24996 name "subsec:Miscellaneous-Symbols"
24997
24998 \end_inset
24999
25000
25001 \begin_inset Index idx
25002 range none
25003 pageformat default
25004 status collapsed
25005
25006 \begin_layout Plain Layout
25007 Symbols
25008 \begin_inset IndexMacro subentry
25009 status open
25010
25011 \begin_layout Plain Layout
25012 miscellaneous
25013 \end_layout
25014
25015 \end_inset
25016
25017
25018 \end_layout
25019
25020 \end_inset
25021
25022
25023 \end_layout
25024
25025 \begin_layout Standard
25026 \noindent
25027 \align center
25028 \begin_inset Tabular
25029 <lyxtabular version="3" rows="10" columns="2">
25030 <features booktabs="true" tabularvalignment="middle">
25031 <column alignment="center" valignment="top" width="0pt">
25032 <column alignment="center" valignment="top" width="0pt">
25033 <row>
25034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25035 \begin_inset Text
25036
25037 \begin_layout Plain Layout
25038 Command
25039 \end_layout
25040
25041 \end_inset
25042 </cell>
25043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25044 \begin_inset Text
25045
25046 \begin_layout Plain Layout
25047 Symbol
25048 \end_layout
25049
25050 \end_inset
25051 </cell>
25052 </row>
25053 <row>
25054 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25055 \begin_inset Text
25056
25057 \begin_layout Plain Layout
25058
25059 \backslash
25060 flat
25061 \end_layout
25062
25063 \end_inset
25064 </cell>
25065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25066 \begin_inset Text
25067
25068 \begin_layout Plain Layout
25069 \begin_inset Formula $\flat$
25070 \end_inset
25071
25072
25073 \end_layout
25074
25075 \end_inset
25076 </cell>
25077 </row>
25078 <row>
25079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25080 \begin_inset Text
25081
25082 \begin_layout Plain Layout
25083
25084 \backslash
25085 natural
25086 \end_layout
25087
25088 \end_inset
25089 </cell>
25090 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25091 \begin_inset Text
25092
25093 \begin_layout Plain Layout
25094 \begin_inset Formula $\natural$
25095 \end_inset
25096
25097
25098 \end_layout
25099
25100 \end_inset
25101 </cell>
25102 </row>
25103 <row>
25104 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25105 \begin_inset Text
25106
25107 \begin_layout Plain Layout
25108
25109 \backslash
25110 sharp
25111 \end_layout
25112
25113 \end_inset
25114 </cell>
25115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25116 \begin_inset Text
25117
25118 \begin_layout Plain Layout
25119 \begin_inset Formula $\sharp$
25120 \end_inset
25121
25122
25123 \end_layout
25124
25125 \end_inset
25126 </cell>
25127 </row>
25128 <row>
25129 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25130 \begin_inset Text
25131
25132 \begin_layout Plain Layout
25133
25134 \backslash
25135 surd
25136 \end_layout
25137
25138 \end_inset
25139 </cell>
25140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25141 \begin_inset Text
25142
25143 \begin_layout Plain Layout
25144 \begin_inset Formula $\surd$
25145 \end_inset
25146
25147
25148 \end_layout
25149
25150 \end_inset
25151 </cell>
25152 </row>
25153 <row>
25154 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25155 \begin_inset Text
25156
25157 \begin_layout Plain Layout
25158
25159 \backslash
25160 checkmark
25161 \end_layout
25162
25163 \end_inset
25164 </cell>
25165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25166 \begin_inset Text
25167
25168 \begin_layout Plain Layout
25169 \begin_inset Formula $\checkmark$
25170 \end_inset
25171
25172
25173 \end_layout
25174
25175 \end_inset
25176 </cell>
25177 </row>
25178 <row>
25179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25180 \begin_inset Text
25181
25182 \begin_layout Plain Layout
25183
25184 \backslash
25185 yen
25186 \end_layout
25187
25188 \end_inset
25189 </cell>
25190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25191 \begin_inset Text
25192
25193 \begin_layout Plain Layout
25194 \begin_inset Formula $\yen$
25195 \end_inset
25196
25197
25198 \end_layout
25199
25200 \end_inset
25201 </cell>
25202 </row>
25203 <row>
25204 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25205 \begin_inset Text
25206
25207 \begin_layout Plain Layout
25208
25209 \backslash
25210 pounds
25211 \end_layout
25212
25213 \end_inset
25214 </cell>
25215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25216 \begin_inset Text
25217
25218 \begin_layout Plain Layout
25219 \begin_inset Formula $\pounds$
25220 \end_inset
25221
25222
25223 \end_layout
25224
25225 \end_inset
25226 </cell>
25227 </row>
25228 <row>
25229 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25230 \begin_inset Text
25231
25232 \begin_layout Plain Layout
25233 $
25234 \end_layout
25235
25236 \end_inset
25237 </cell>
25238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25239 \begin_inset Text
25240
25241 \begin_layout Plain Layout
25242 \begin_inset Formula $\$$
25243 \end_inset
25244
25245
25246 \end_layout
25247
25248 \end_inset
25249 </cell>
25250 </row>
25251 <row>
25252 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25253 \begin_inset Text
25254
25255 \begin_layout Plain Layout
25256 §
25257 \end_layout
25258
25259 \end_inset
25260 </cell>
25261 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25262 \begin_inset Text
25263
25264 \begin_layout Plain Layout
25265 \begin_inset Formula $§$
25266 \end_inset
25267
25268
25269 \end_layout
25270
25271 \end_inset
25272 </cell>
25273 </row>
25274 </lyxtabular>
25275
25276 \end_inset
25277
25278
25279 \begin_inset space \hfill{}
25280 \end_inset
25281
25282
25283 \begin_inset Tabular
25284 <lyxtabular version="3" rows="10" columns="2">
25285 <features booktabs="true" tabularvalignment="middle">
25286 <column alignment="center" valignment="top" width="0pt">
25287 <column alignment="center" valignment="top">
25288 <row>
25289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25290 \begin_inset Text
25291
25292 \begin_layout Plain Layout
25293 Command
25294 \end_layout
25295
25296 \end_inset
25297 </cell>
25298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25299 \begin_inset Text
25300
25301 \begin_layout Plain Layout
25302 Symbol
25303 \end_layout
25304
25305 \end_inset
25306 </cell>
25307 </row>
25308 <row>
25309 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25310 \begin_inset Text
25311
25312 \begin_layout Plain Layout
25313
25314 \backslash
25315 hbar
25316 \end_layout
25317
25318 \end_inset
25319 </cell>
25320 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25321 \begin_inset Text
25322
25323 \begin_layout Plain Layout
25324 \begin_inset Formula $\hbar$
25325 \end_inset
25326
25327
25328 \end_layout
25329
25330 \end_inset
25331 </cell>
25332 </row>
25333 <row>
25334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25335 \begin_inset Text
25336
25337 \begin_layout Plain Layout
25338
25339 \backslash
25340 hslash
25341 \end_layout
25342
25343 \end_inset
25344 </cell>
25345 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25346 \begin_inset Text
25347
25348 \begin_layout Plain Layout
25349 \begin_inset Formula $\hslash$
25350 \end_inset
25351
25352
25353 \end_layout
25354
25355 \end_inset
25356 </cell>
25357 </row>
25358 <row>
25359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25360 \begin_inset Text
25361
25362 \begin_layout Plain Layout
25363
25364 \backslash
25365 clubsuit
25366 \end_layout
25367
25368 \end_inset
25369 </cell>
25370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25371 \begin_inset Text
25372
25373 \begin_layout Plain Layout
25374 \begin_inset Formula $\clubsuit$
25375 \end_inset
25376
25377
25378 \end_layout
25379
25380 \end_inset
25381 </cell>
25382 </row>
25383 <row>
25384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25385 \begin_inset Text
25386
25387 \begin_layout Plain Layout
25388
25389 \backslash
25390 spadesuit
25391 \end_layout
25392
25393 \end_inset
25394 </cell>
25395 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25396 \begin_inset Text
25397
25398 \begin_layout Plain Layout
25399 \begin_inset Formula $\spadesuit$
25400 \end_inset
25401
25402
25403 \end_layout
25404
25405 \end_inset
25406 </cell>
25407 </row>
25408 <row>
25409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25410 \begin_inset Text
25411
25412 \begin_layout Plain Layout
25413
25414 \backslash
25415 bigstar
25416 \end_layout
25417
25418 \end_inset
25419 </cell>
25420 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25421 \begin_inset Text
25422
25423 \begin_layout Plain Layout
25424 \begin_inset Formula $\bigstar$
25425 \end_inset
25426
25427
25428 \end_layout
25429
25430 \end_inset
25431 </cell>
25432 </row>
25433 <row>
25434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25435 \begin_inset Text
25436
25437 \begin_layout Plain Layout
25438
25439 \backslash
25440 blacklozenge
25441 \end_layout
25442
25443 \end_inset
25444 </cell>
25445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25446 \begin_inset Text
25447
25448 \begin_layout Plain Layout
25449 \begin_inset Formula $\blacklozenge$
25450 \end_inset
25451
25452
25453 \end_layout
25454
25455 \end_inset
25456 </cell>
25457 </row>
25458 <row>
25459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25460 \begin_inset Text
25461
25462 \begin_layout Plain Layout
25463
25464 \backslash
25465 blacktriangle
25466 \end_layout
25467
25468 \end_inset
25469 </cell>
25470 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25471 \begin_inset Text
25472
25473 \begin_layout Plain Layout
25474 \begin_inset Formula $\blacktriangle$
25475 \end_inset
25476
25477
25478 \end_layout
25479
25480 \end_inset
25481 </cell>
25482 </row>
25483 <row>
25484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25485 \begin_inset Text
25486
25487 \begin_layout Plain Layout
25488
25489 \backslash
25490 blacktiangledown
25491 \end_layout
25492
25493 \end_inset
25494 </cell>
25495 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25496 \begin_inset Text
25497
25498 \begin_layout Plain Layout
25499 \begin_inset Formula $\blacktriangledown$
25500 \end_inset
25501
25502
25503 \end_layout
25504
25505 \end_inset
25506 </cell>
25507 </row>
25508 <row>
25509 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25510 \begin_inset Text
25511
25512 \begin_layout Plain Layout
25513
25514 \backslash
25515 bullet
25516 \end_layout
25517
25518 \end_inset
25519 </cell>
25520 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25521 \begin_inset Text
25522
25523 \begin_layout Plain Layout
25524 \begin_inset Formula $\bullet$
25525 \end_inset
25526
25527
25528 \end_layout
25529
25530 \end_inset
25531 </cell>
25532 </row>
25533 </lyxtabular>
25534
25535 \end_inset
25536
25537
25538 \begin_inset space \hfill{}
25539 \end_inset
25540
25541
25542 \begin_inset Tabular
25543 <lyxtabular version="3" rows="10" columns="2">
25544 <features booktabs="true" tabularvalignment="middle">
25545 <column alignment="center" valignment="top" width="0pt">
25546 <column alignment="center" valignment="top" width="0pt">
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 Command
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 Symbol
25562 \end_layout
25563
25564 \end_inset
25565 </cell>
25566 </row>
25567 <row>
25568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25569 \begin_inset Text
25570
25571 \begin_layout Plain Layout
25572
25573 \backslash
25574 diamondsuit
25575 \end_layout
25576
25577 \end_inset
25578 </cell>
25579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25580 \begin_inset Text
25581
25582 \begin_layout Plain Layout
25583 \begin_inset Formula $\diamondsuit$
25584 \end_inset
25585
25586
25587 \end_layout
25588
25589 \end_inset
25590 </cell>
25591 </row>
25592 <row>
25593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
25594 \begin_inset Text
25595
25596 \begin_layout Plain Layout
25597
25598 \backslash
25599 Diamond
25600 \end_layout
25601
25602 \end_inset
25603 </cell>
25604 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25605 \begin_inset Text
25606
25607 \begin_layout Plain Layout
25608 \begin_inset Formula $\Diamond$
25609 \end_inset
25610
25611
25612 \end_layout
25613
25614 \end_inset
25615 </cell>
25616 </row>
25617 <row>
25618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25619 \begin_inset Text
25620
25621 \begin_layout Plain Layout
25622
25623 \backslash
25624 heartsuit
25625 \end_layout
25626
25627 \end_inset
25628 </cell>
25629 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25630 \begin_inset Text
25631
25632 \begin_layout Plain Layout
25633 \begin_inset Formula $\heartsuit$
25634 \end_inset
25635
25636
25637 \end_layout
25638
25639 \end_inset
25640 </cell>
25641 </row>
25642 <row>
25643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25644 \begin_inset Text
25645
25646 \begin_layout Plain Layout
25647
25648 \backslash
25649 P
25650 \end_layout
25651
25652 \end_inset
25653 </cell>
25654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25655 \begin_inset Text
25656
25657 \begin_layout Plain Layout
25658 \begin_inset Formula $\P$
25659 \end_inset
25660
25661
25662 \end_layout
25663
25664 \end_inset
25665 </cell>
25666 </row>
25667 <row>
25668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25669 \begin_inset Text
25670
25671 \begin_layout Plain Layout
25672
25673 \backslash
25674 copyright
25675 \end_layout
25676
25677 \end_inset
25678 </cell>
25679 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25680 \begin_inset Text
25681
25682 \begin_layout Plain Layout
25683 \begin_inset Formula $\copyright$
25684 \end_inset
25685
25686
25687 \end_layout
25688
25689 \end_inset
25690 </cell>
25691 </row>
25692 <row>
25693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25694 \begin_inset Text
25695
25696 \begin_layout Plain Layout
25697
25698 \backslash
25699 circledR
25700 \end_layout
25701
25702 \end_inset
25703 </cell>
25704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25705 \begin_inset Text
25706
25707 \begin_layout Plain Layout
25708 \begin_inset Formula $\circledR$
25709 \end_inset
25710
25711
25712 \end_layout
25713
25714 \end_inset
25715 </cell>
25716 </row>
25717 <row>
25718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25719 \begin_inset Text
25720
25721 \begin_layout Plain Layout
25722
25723 \backslash
25724 maltese
25725 \end_layout
25726
25727 \end_inset
25728 </cell>
25729 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25730 \begin_inset Text
25731
25732 \begin_layout Plain Layout
25733 \begin_inset Formula $\maltese$
25734 \end_inset
25735
25736
25737 \end_layout
25738
25739 \end_inset
25740 </cell>
25741 </row>
25742 <row>
25743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25744 \begin_inset Text
25745
25746 \begin_layout Plain Layout
25747
25748 \backslash
25749 diagup
25750 \end_layout
25751
25752 \end_inset
25753 </cell>
25754 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25755 \begin_inset Text
25756
25757 \begin_layout Plain Layout
25758 \begin_inset Formula $\diagup$
25759 \end_inset
25760
25761
25762 \end_layout
25763
25764 \end_inset
25765 </cell>
25766 </row>
25767 <row>
25768 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25769 \begin_inset Text
25770
25771 \begin_layout Plain Layout
25772
25773 \backslash
25774 diagdown
25775 \end_layout
25776
25777 \end_inset
25778 </cell>
25779 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25780 \begin_inset Text
25781
25782 \begin_layout Plain Layout
25783 \begin_inset Formula $\diagdown$
25784 \end_inset
25785
25786
25787 \end_layout
25788
25789 \end_inset
25790 </cell>
25791 </row>
25792 </lyxtabular>
25793
25794 \end_inset
25795
25796
25797 \end_layout
25798
25799 \begin_layout Standard
25800 \begin_inset VSpace medskip
25801 \end_inset
25802
25803
25804 \end_layout
25805
25806 \begin_layout Standard
25807 Some symbols can be displayed in different sizes,
25808  see 
25809 \begin_inset CommandInset ref
25810 LatexCommand ref
25811 reference "subsec:Font-Sizes"
25812 nolink "false"
25813
25814 \end_inset
25815
25816 .
25817 \end_layout
25818
25819 \begin_layout Subsection
25820 The Euro-Symbol €
25821 \begin_inset Index idx
25822 range none
25823 pageformat default
25824 status collapsed
25825
25826 \begin_layout Plain Layout
25827 Symbols
25828 \begin_inset IndexMacro subentry
25829 status open
25830
25831 \begin_layout Plain Layout
25832 Euro-symbol
25833 \end_layout
25834
25835 \end_inset
25836
25837
25838 \end_layout
25839
25840 \end_inset
25841
25842
25843 \begin_inset Index idx
25844 range none
25845 pageformat default
25846 status collapsed
25847
25848 \begin_layout Plain Layout
25849 \begin_inset IndexMacro sortkey
25850 status open
25851
25852 \begin_layout Plain Layout
25853
25854 \backslash
25855
25856 \end_layout
25857
25858 \end_inset
25859
25860
25861 \begin_inset ERT
25862 status collapsed
25863
25864 \begin_layout Plain Layout
25865
25866
25867 \backslash
25868 officialeuro
25869 \end_layout
25870
25871 \end_inset
25872
25873
25874 \end_layout
25875
25876 \end_inset
25877
25878
25879 \end_layout
25880
25881 \begin_layout Standard
25882 To use the Euro symbol in formulas,
25883  the \SpecialChar LaTeX
25884 -package 
25885 \series bold
25886 eurosym
25887 \series default
25888
25889 \begin_inset Index idx
25890 range none
25891 pageformat default
25892 status collapsed
25893
25894 \begin_layout Plain Layout
25895 Packages
25896 \begin_inset IndexMacro subentry
25897 status open
25898
25899 \begin_layout Plain Layout
25900 eurosym
25901 \end_layout
25902
25903 \end_inset
25904
25905
25906 \end_layout
25907
25908 \end_inset
25909
25910  must be installed and loaded with the \SpecialChar LaTeX
25911 -preamble line
25912 \end_layout
25913
25914 \begin_layout Standard
25915
25916 \series bold
25917
25918 \backslash
25919 usepackage[gennarrow]{eurosym}
25920 \end_layout
25921
25922 \begin_layout Standard
25923 The Euro symbol can now be inserted with the command 
25924 \series bold
25925
25926 \backslash
25927 euro
25928 \series default
25929
25930 \begin_inset Index idx
25931 range none
25932 pageformat default
25933 status collapsed
25934
25935 \begin_layout Plain Layout
25936 Commands
25937 \begin_inset IndexMacro subentry
25938 status open
25939
25940 \begin_layout Plain Layout
25941 E
25942 \end_layout
25943
25944 \end_inset
25945
25946
25947 \begin_inset IndexMacro subentry
25948 status open
25949
25950 \begin_layout Plain Layout
25951
25952 \backslash
25953 euro
25954 \end_layout
25955
25956 \end_inset
25957
25958
25959 \end_layout
25960
25961 \end_inset
25962
25963 .
25964 \end_layout
25965
25966 \begin_layout Standard
25967 The Euro symbol can directly be inserted with the € key in mathematical text,
25968  without having 
25969 \series bold
25970 eurosym
25971 \series default
25972  installed.
25973  When 
25974 \series bold
25975 eurosym
25976 \series default
25977  is installed,
25978  
25979 \series bold
25980
25981 \backslash
25982 euro
25983 \series default
25984  can also be inserted in \SpecialChar TeX
25985  mode.
25986  The official currency symbol can then be inserted with the command 
25987 \series bold
25988
25989 \backslash
25990 officialeuro
25991 \series default
25992
25993 \begin_inset Index idx
25994 range none
25995 pageformat default
25996 status collapsed
25997
25998 \begin_layout Plain Layout
25999 Commands
26000 \begin_inset IndexMacro subentry
26001 status open
26002
26003 \begin_layout Plain Layout
26004 O
26005 \end_layout
26006
26007 \end_inset
26008
26009
26010 \begin_inset IndexMacro subentry
26011 status open
26012
26013 \begin_layout Plain Layout
26014
26015 \backslash
26016 officialeuro
26017 \end_layout
26018
26019 \end_inset
26020
26021
26022 \end_layout
26023
26024 \end_inset
26025
26026 ,
26027  which is also only available in \SpecialChar TeX
26028  mode.
26029 \end_layout
26030
26031 \begin_layout Standard
26032 \begin_inset ERT
26033 status collapsed
26034
26035 \begin_layout Plain Layout
26036
26037
26038 \backslash
26039 ifeurosym 
26040 \end_layout
26041
26042 \end_inset
26043
26044
26045 \begin_inset Note Note
26046 status open
26047
26048 \begin_layout Plain Layout
26049 The following table will only be displayed when the \SpecialChar LaTeX
26050 -package 
26051 \series bold
26052 eurosym
26053 \series default
26054  is installed.
26055 \end_layout
26056
26057 \end_inset
26058
26059
26060 \end_layout
26061
26062 \begin_layout Standard
26063 An overview about the different Euro symbols:
26064 \end_layout
26065
26066 \begin_layout Standard
26067 \align center
26068 \begin_inset Tabular
26069 <lyxtabular version="3" rows="4" columns="3">
26070 <features booktabs="true" tabularvalignment="middle">
26071 <column alignment="center" valignment="top" width="0pt">
26072 <column alignment="center" valignment="top" width="0pt">
26073 <column alignment="center" valignment="top" width="0pt">
26074 <row>
26075 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
26076 \begin_inset Text
26077
26078 \begin_layout Plain Layout
26079 \begin_inset ERT
26080 status collapsed
26081
26082 \begin_layout Plain Layout
26083
26084
26085 \backslash
26086 cmidrule[0.08em]{2-3}
26087 \end_layout
26088
26089 \end_inset
26090
26091
26092 \end_layout
26093
26094 \end_inset
26095 </cell>
26096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26097 \begin_inset Text
26098
26099 \begin_layout Plain Layout
26100 Command 
26101 \end_layout
26102
26103 \end_inset
26104 </cell>
26105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26106 \begin_inset Text
26107
26108 \begin_layout Plain Layout
26109 Symbol
26110 \end_layout
26111
26112 \end_inset
26113 </cell>
26114 </row>
26115 <row>
26116 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26117 \begin_inset Text
26118
26119 \begin_layout Plain Layout
26120 formula
26121 \end_layout
26122
26123 \end_inset
26124 </cell>
26125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26126 \begin_inset Text
26127
26128 \begin_layout Plain Layout
26129
26130 \backslash
26131 euro
26132 \end_layout
26133
26134 \end_inset
26135 </cell>
26136 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26137 \begin_inset Text
26138
26139 \begin_layout Plain Layout
26140 \begin_inset Formula $\euro$
26141 \end_inset
26142
26143
26144 \end_layout
26145
26146 \end_inset
26147 </cell>
26148 </row>
26149 <row>
26150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26151 \begin_inset Text
26152
26153 \begin_layout Plain Layout
26154 mathematical text
26155 \end_layout
26156
26157 \end_inset
26158 </cell>
26159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26160 \begin_inset Text
26161
26162 \begin_layout Plain Layout
26163
26164 \end_layout
26165
26166 \end_inset
26167 </cell>
26168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26169 \begin_inset Text
26170
26171 \begin_layout Plain Layout
26172 \begin_inset Formula $\mbox{€}$
26173 \end_inset
26174
26175
26176 \end_layout
26177
26178 \end_inset
26179 </cell>
26180 </row>
26181 <row>
26182 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26183 \begin_inset Text
26184
26185 \begin_layout Plain Layout
26186 \SpecialChar TeX
26187  mode
26188 \end_layout
26189
26190 \end_inset
26191 </cell>
26192 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26193 \begin_inset Text
26194
26195 \begin_layout Plain Layout
26196
26197 \backslash
26198 officialeuro
26199 \end_layout
26200
26201 \end_inset
26202 </cell>
26203 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26204 \begin_inset Text
26205
26206 \begin_layout Plain Layout
26207 \begin_inset ERT
26208 status collapsed
26209
26210 \begin_layout Plain Layout
26211
26212
26213 \backslash
26214 officialeuro
26215 \end_layout
26216
26217 \end_inset
26218
26219
26220 \end_layout
26221
26222 \end_inset
26223 </cell>
26224 </row>
26225 </lyxtabular>
26226
26227 \end_inset
26228
26229
26230 \begin_inset Note Note
26231 status collapsed
26232
26233 \begin_layout Plain Layout
26234
26235 \series bold
26236
26237 \backslash
26238 cmidrule
26239 \series default
26240  is used here only for table borders.
26241  See sec.
26242  
26243 \family sans
26244 Formal Tables
26245 \family default
26246  of the 
26247 \emph on
26248 EmbeddedObjects
26249 \emph default
26250  manual for details.
26251 \end_layout
26252
26253 \end_inset
26254
26255
26256 \end_layout
26257
26258 \begin_layout Standard
26259 \begin_inset ERT
26260 status collapsed
26261
26262 \begin_layout Plain Layout
26263
26264
26265 \backslash
26266 else 
26267 \end_layout
26268
26269 \end_inset
26270
26271
26272 \begin_inset Note Note
26273 status open
26274
26275 \begin_layout Plain Layout
26276 The following will be displayed when the \SpecialChar LaTeX
26277 -package 
26278 \series bold
26279 eurosym
26280 \series default
26281  is not installed:
26282 \end_layout
26283
26284 \end_inset
26285
26286
26287 \end_layout
26288
26289 \begin_layout Standard
26290 You need to install the \SpecialChar LaTeX
26291 -package 
26292 \series bold
26293 eurosym
26294 \series default
26295  to see the rest of this subsection in the output.
26296 \end_layout
26297
26298 \begin_layout Standard
26299 \begin_inset ERT
26300 status collapsed
26301
26302 \begin_layout Plain Layout
26303
26304
26305 \backslash
26306 fi 
26307 \end_layout
26308
26309 \end_inset
26310
26311
26312 \end_layout
26313
26314 \begin_layout Section
26315 Relations
26316 \begin_inset CommandInset label
26317 LatexCommand label
26318 name "sec:Relations"
26319
26320 \end_inset
26321
26322
26323 \begin_inset Index idx
26324 range none
26325 pageformat default
26326 status collapsed
26327
26328 \begin_layout Plain Layout
26329 Relations
26330 \end_layout
26331
26332 \end_inset
26333
26334
26335 \begin_inset Index idx
26336 range none
26337 pageformat default
26338 status collapsed
26339
26340 \begin_layout Plain Layout
26341 Comparisons
26342 \begin_inset IndexMacro see
26343 status open
26344
26345 \begin_layout Plain Layout
26346 Relations
26347 \end_layout
26348
26349 \end_inset
26350
26351
26352 \end_layout
26353
26354 \end_inset
26355
26356
26357 \end_layout
26358
26359 \begin_layout Standard
26360 All of the following relations can also be inserted via the toolbar button 
26361 \begin_inset Info
26362 type  "icon"
26363 arg   "math-insert \\leq"
26364 \end_inset
26365
26366 .
26367 \end_layout
26368
26369 \begin_layout Standard
26370 \begin_inset Tabular
26371 <lyxtabular version="3" rows="17" columns="2">
26372 <features booktabs="true" tabularvalignment="middle">
26373 <column alignment="center" valignment="top" width="0pt">
26374 <column alignment="center" valignment="top" width="0pt">
26375 <row>
26376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26377 \begin_inset Text
26378
26379 \begin_layout Plain Layout
26380 Command
26381 \end_layout
26382
26383 \end_inset
26384 </cell>
26385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26386 \begin_inset Text
26387
26388 \begin_layout Plain Layout
26389 Relation
26390 \end_layout
26391
26392 \end_inset
26393 </cell>
26394 </row>
26395 <row>
26396 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26397 \begin_inset Text
26398
26399 \begin_layout Plain Layout
26400 <
26401 \end_layout
26402
26403 \end_inset
26404 </cell>
26405 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26406 \begin_inset Text
26407
26408 \begin_layout Plain Layout
26409 \begin_inset Formula $<$
26410 \end_inset
26411
26412
26413 \end_layout
26414
26415 \end_inset
26416 </cell>
26417 </row>
26418 <row>
26419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26420 \begin_inset Text
26421
26422 \begin_layout Plain Layout
26423
26424 \backslash
26425 le
26426 \end_layout
26427
26428 \end_inset
26429 </cell>
26430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26431 \begin_inset Text
26432
26433 \begin_layout Plain Layout
26434 \begin_inset Formula $\le$
26435 \end_inset
26436
26437
26438 \end_layout
26439
26440 \end_inset
26441 </cell>
26442 </row>
26443 <row>
26444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26445 \begin_inset Text
26446
26447 \begin_layout Plain Layout
26448
26449 \backslash
26450 ll
26451 \end_layout
26452
26453 \end_inset
26454 </cell>
26455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26456 \begin_inset Text
26457
26458 \begin_layout Plain Layout
26459 \begin_inset Formula $\ll$
26460 \end_inset
26461
26462
26463 \end_layout
26464
26465 \end_inset
26466 </cell>
26467 </row>
26468 <row>
26469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26470 \begin_inset Text
26471
26472 \begin_layout Plain Layout
26473
26474 \backslash
26475 prec
26476 \end_layout
26477
26478 \end_inset
26479 </cell>
26480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26481 \begin_inset Text
26482
26483 \begin_layout Plain Layout
26484 \begin_inset Formula $\prec$
26485 \end_inset
26486
26487
26488 \end_layout
26489
26490 \end_inset
26491 </cell>
26492 </row>
26493 <row>
26494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26495 \begin_inset Text
26496
26497 \begin_layout Plain Layout
26498
26499 \backslash
26500 preceq
26501 \end_layout
26502
26503 \end_inset
26504 </cell>
26505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26506 \begin_inset Text
26507
26508 \begin_layout Plain Layout
26509 \begin_inset Formula $\preceq$
26510 \end_inset
26511
26512
26513 \end_layout
26514
26515 \end_inset
26516 </cell>
26517 </row>
26518 <row>
26519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26520 \begin_inset Text
26521
26522 \begin_layout Plain Layout
26523
26524 \backslash
26525 subset
26526 \end_layout
26527
26528 \end_inset
26529 </cell>
26530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26531 \begin_inset Text
26532
26533 \begin_layout Plain Layout
26534 \begin_inset Formula $\subset$
26535 \end_inset
26536
26537
26538 \end_layout
26539
26540 \end_inset
26541 </cell>
26542 </row>
26543 <row>
26544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26545 \begin_inset Text
26546
26547 \begin_layout Plain Layout
26548
26549 \backslash
26550 subseteq
26551 \end_layout
26552
26553 \end_inset
26554 </cell>
26555 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26556 \begin_inset Text
26557
26558 \begin_layout Plain Layout
26559 \begin_inset Formula $\subseteq$
26560 \end_inset
26561
26562
26563 \end_layout
26564
26565 \end_inset
26566 </cell>
26567 </row>
26568 <row>
26569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26570 \begin_inset Text
26571
26572 \begin_layout Plain Layout
26573
26574 \backslash
26575 sqsubseteq
26576 \end_layout
26577
26578 \end_inset
26579 </cell>
26580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26581 \begin_inset Text
26582
26583 \begin_layout Plain Layout
26584 \begin_inset Formula $\sqsubseteq$
26585 \end_inset
26586
26587
26588 \end_layout
26589
26590 \end_inset
26591 </cell>
26592 </row>
26593 <row>
26594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26595 \begin_inset Text
26596
26597 \begin_layout Plain Layout
26598
26599 \backslash
26600 in
26601 \end_layout
26602
26603 \end_inset
26604 </cell>
26605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26606 \begin_inset Text
26607
26608 \begin_layout Plain Layout
26609 \begin_inset Formula $\in$
26610 \end_inset
26611
26612
26613 \end_layout
26614
26615 \end_inset
26616 </cell>
26617 </row>
26618 <row>
26619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26620 \begin_inset Text
26621
26622 \begin_layout Plain Layout
26623
26624 \backslash
26625 vdash
26626 \end_layout
26627
26628 \end_inset
26629 </cell>
26630 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26631 \begin_inset Text
26632
26633 \begin_layout Plain Layout
26634 \begin_inset Formula $\vdash$
26635 \end_inset
26636
26637
26638 \end_layout
26639
26640 \end_inset
26641 </cell>
26642 </row>
26643 <row>
26644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26645 \begin_inset Text
26646
26647 \begin_layout Plain Layout
26648
26649 \backslash
26650 smile
26651 \end_layout
26652
26653 \end_inset
26654 </cell>
26655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26656 \begin_inset Text
26657
26658 \begin_layout Plain Layout
26659 \begin_inset Formula $\smile$
26660 \end_inset
26661
26662
26663 \end_layout
26664
26665 \end_inset
26666 </cell>
26667 </row>
26668 <row>
26669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26670 \begin_inset Text
26671
26672 \begin_layout Plain Layout
26673
26674 \backslash
26675 lhd
26676 \end_layout
26677
26678 \end_inset
26679 </cell>
26680 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26681 \begin_inset Text
26682
26683 \begin_layout Plain Layout
26684 \begin_inset Formula $\lhd$
26685 \end_inset
26686
26687
26688 \end_layout
26689
26690 \end_inset
26691 </cell>
26692 </row>
26693 <row>
26694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26695 \begin_inset Text
26696
26697 \begin_layout Plain Layout
26698
26699 \backslash
26700 unlhd
26701 \end_layout
26702
26703 \end_inset
26704 </cell>
26705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26706 \begin_inset Text
26707
26708 \begin_layout Plain Layout
26709 \begin_inset Formula $\unlhd$
26710 \end_inset
26711
26712
26713 \end_layout
26714
26715 \end_inset
26716 </cell>
26717 </row>
26718 <row>
26719 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26720 \begin_inset Text
26721
26722 \begin_layout Plain Layout
26723
26724 \backslash
26725 gtrless
26726 \end_layout
26727
26728 \end_inset
26729 </cell>
26730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26731 \begin_inset Text
26732
26733 \begin_layout Plain Layout
26734 \begin_inset Formula $\gtrless$
26735 \end_inset
26736
26737
26738 \end_layout
26739
26740 \end_inset
26741 </cell>
26742 </row>
26743 <row>
26744 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26745 \begin_inset Text
26746
26747 \begin_layout Plain Layout
26748
26749 \backslash
26750 mid
26751 \end_layout
26752
26753 \end_inset
26754 </cell>
26755 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26756 \begin_inset Text
26757
26758 \begin_layout Plain Layout
26759 \begin_inset Formula $\mid$
26760 \end_inset
26761
26762
26763 \end_layout
26764
26765 \end_inset
26766 </cell>
26767 </row>
26768 <row>
26769 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26770 \begin_inset Text
26771
26772 \begin_layout Plain Layout
26773
26774 \backslash
26775 nmid
26776 \end_layout
26777
26778 \end_inset
26779 </cell>
26780 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26781 \begin_inset Text
26782
26783 \begin_layout Plain Layout
26784 \begin_inset Formula $\nmid$
26785 \end_inset
26786
26787
26788 \end_layout
26789
26790 \end_inset
26791 </cell>
26792 </row>
26793 </lyxtabular>
26794
26795 \end_inset
26796
26797
26798 \begin_inset space \hfill{}
26799 \end_inset
26800
26801
26802 \begin_inset Tabular
26803 <lyxtabular version="3" rows="17" columns="2">
26804 <features booktabs="true" tabularvalignment="middle">
26805 <column alignment="center" valignment="top" width="0pt">
26806 <column alignment="center" valignment="top" width="0pt">
26807 <row>
26808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26809 \begin_inset Text
26810
26811 \begin_layout Plain Layout
26812 Command
26813 \end_layout
26814
26815 \end_inset
26816 </cell>
26817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26818 \begin_inset Text
26819
26820 \begin_layout Plain Layout
26821 Relation
26822 \end_layout
26823
26824 \end_inset
26825 </cell>
26826 </row>
26827 <row>
26828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26829 \begin_inset Text
26830
26831 \begin_layout Plain Layout
26832 =
26833 \end_layout
26834
26835 \end_inset
26836 </cell>
26837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26838 \begin_inset Text
26839
26840 \begin_layout Plain Layout
26841 \begin_inset Formula $=$
26842 \end_inset
26843
26844
26845 \end_layout
26846
26847 \end_inset
26848 </cell>
26849 </row>
26850 <row>
26851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26852 \begin_inset Text
26853
26854 \begin_layout Plain Layout
26855
26856 \backslash
26857 not=
26858 \end_layout
26859
26860 \end_inset
26861 </cell>
26862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26863 \begin_inset Text
26864
26865 \begin_layout Plain Layout
26866 \begin_inset Formula $\not=$
26867 \end_inset
26868
26869
26870 \end_layout
26871
26872 \end_inset
26873 </cell>
26874 </row>
26875 <row>
26876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26877 \begin_inset Text
26878
26879 \begin_layout Plain Layout
26880
26881 \backslash
26882 equiv
26883 \end_layout
26884
26885 \end_inset
26886 </cell>
26887 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26888 \begin_inset Text
26889
26890 \begin_layout Plain Layout
26891 \begin_inset Formula $\equiv$
26892 \end_inset
26893
26894
26895 \end_layout
26896
26897 \end_inset
26898 </cell>
26899 </row>
26900 <row>
26901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26902 \begin_inset Text
26903
26904 \begin_layout Plain Layout
26905
26906 \backslash
26907 sim
26908 \end_layout
26909
26910 \end_inset
26911 </cell>
26912 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26913 \begin_inset Text
26914
26915 \begin_layout Plain Layout
26916 \begin_inset Formula $\sim$
26917 \end_inset
26918
26919
26920 \end_layout
26921
26922 \end_inset
26923 </cell>
26924 </row>
26925 <row>
26926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26927 \begin_inset Text
26928
26929 \begin_layout Plain Layout
26930
26931 \backslash
26932 simeq
26933 \end_layout
26934
26935 \end_inset
26936 </cell>
26937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26938 \begin_inset Text
26939
26940 \begin_layout Plain Layout
26941 \begin_inset Formula $\simeq$
26942 \end_inset
26943
26944
26945 \end_layout
26946
26947 \end_inset
26948 </cell>
26949 </row>
26950 <row>
26951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26952 \begin_inset Text
26953
26954 \begin_layout Plain Layout
26955
26956 \backslash
26957 approx
26958 \end_layout
26959
26960 \end_inset
26961 </cell>
26962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26963 \begin_inset Text
26964
26965 \begin_layout Plain Layout
26966 \begin_inset Formula $\approx$
26967 \end_inset
26968
26969
26970 \end_layout
26971
26972 \end_inset
26973 </cell>
26974 </row>
26975 <row>
26976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26977 \begin_inset Text
26978
26979 \begin_layout Plain Layout
26980
26981 \backslash
26982 cong
26983 \end_layout
26984
26985 \end_inset
26986 </cell>
26987 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26988 \begin_inset Text
26989
26990 \begin_layout Plain Layout
26991 \begin_inset Formula $\cong$
26992 \end_inset
26993
26994
26995 \end_layout
26996
26997 \end_inset
26998 </cell>
26999 </row>
27000 <row>
27001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27002 \begin_inset Text
27003
27004 \begin_layout Plain Layout
27005
27006 \backslash
27007 bowtie
27008 \end_layout
27009
27010 \end_inset
27011 </cell>
27012 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27013 \begin_inset Text
27014
27015 \begin_layout Plain Layout
27016 \begin_inset Formula $\bowtie$
27017 \end_inset
27018
27019
27020 \end_layout
27021
27022 \end_inset
27023 </cell>
27024 </row>
27025 <row>
27026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27027 \begin_inset Text
27028
27029 \begin_layout Plain Layout
27030
27031 \backslash
27032 notin
27033 \end_layout
27034
27035 \end_inset
27036 </cell>
27037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27038 \begin_inset Text
27039
27040 \begin_layout Plain Layout
27041 \begin_inset Formula $\notin$
27042 \end_inset
27043
27044
27045 \end_layout
27046
27047 \end_inset
27048 </cell>
27049 </row>
27050 <row>
27051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27052 \begin_inset Text
27053
27054 \begin_layout Plain Layout
27055
27056 \backslash
27057 perp
27058 \end_layout
27059
27060 \end_inset
27061 </cell>
27062 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27063 \begin_inset Text
27064
27065 \begin_layout Plain Layout
27066 \begin_inset Formula $\perp$
27067 \end_inset
27068
27069
27070 \end_layout
27071
27072 \end_inset
27073 </cell>
27074 </row>
27075 <row>
27076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27077 \begin_inset Text
27078
27079 \begin_layout Plain Layout
27080
27081 \backslash
27082 propto
27083 \end_layout
27084
27085 \end_inset
27086 </cell>
27087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27088 \begin_inset Text
27089
27090 \begin_layout Plain Layout
27091 \begin_inset Formula $\propto$
27092 \end_inset
27093
27094
27095 \end_layout
27096
27097 \end_inset
27098 </cell>
27099 </row>
27100 <row>
27101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27102 \begin_inset Text
27103
27104 \begin_layout Plain Layout
27105
27106 \backslash
27107 asymp
27108 \end_layout
27109
27110 \end_inset
27111 </cell>
27112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27113 \begin_inset Text
27114
27115 \begin_layout Plain Layout
27116 \begin_inset Formula $\asymp$
27117 \end_inset
27118
27119
27120 \end_layout
27121
27122 \end_inset
27123 </cell>
27124 </row>
27125 <row>
27126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27127 \begin_inset Text
27128
27129 \begin_layout Plain Layout
27130
27131 \backslash
27132 doteq
27133 \end_layout
27134
27135 \end_inset
27136 </cell>
27137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27138 \begin_inset Text
27139
27140 \begin_layout Plain Layout
27141 \begin_inset Formula $\doteq$
27142 \end_inset
27143
27144
27145 \end_layout
27146
27147 \end_inset
27148 </cell>
27149 </row>
27150 <row>
27151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27152 \begin_inset Text
27153
27154 \begin_layout Plain Layout
27155
27156 \backslash
27157 circeq
27158 \end_layout
27159
27160 \end_inset
27161 </cell>
27162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27163 \begin_inset Text
27164
27165 \begin_layout Plain Layout
27166 \begin_inset Formula $\circeq$
27167 \end_inset
27168
27169
27170 \end_layout
27171
27172 \end_inset
27173 </cell>
27174 </row>
27175 <row>
27176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27177 \begin_inset Text
27178
27179 \begin_layout Plain Layout
27180
27181 \backslash
27182 models
27183 \end_layout
27184
27185 \end_inset
27186 </cell>
27187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27188 \begin_inset Text
27189
27190 \begin_layout Plain Layout
27191 \begin_inset Formula $\models$
27192 \end_inset
27193
27194
27195 \end_layout
27196
27197 \end_inset
27198 </cell>
27199 </row>
27200 <row>
27201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27202 \begin_inset Text
27203
27204 \begin_layout Plain Layout
27205
27206 \backslash
27207 widehat=
27208 \end_layout
27209
27210 \end_inset
27211 </cell>
27212 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27213 \begin_inset Text
27214
27215 \begin_layout Plain Layout
27216 \begin_inset Formula $\widehat{=}$
27217 \end_inset
27218
27219
27220 \end_layout
27221
27222 \end_inset
27223 </cell>
27224 </row>
27225 </lyxtabular>
27226
27227 \end_inset
27228
27229
27230 \begin_inset space \hfill{}
27231 \end_inset
27232
27233
27234 \begin_inset Tabular
27235 <lyxtabular version="3" rows="17" columns="2">
27236 <features booktabs="true" tabularvalignment="middle">
27237 <column alignment="center" valignment="top" width="0pt">
27238 <column alignment="center" valignment="top" width="0pt">
27239 <row>
27240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27241 \begin_inset Text
27242
27243 \begin_layout Plain Layout
27244 Command
27245 \end_layout
27246
27247 \end_inset
27248 </cell>
27249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27250 \begin_inset Text
27251
27252 \begin_layout Plain Layout
27253 Relation
27254 \end_layout
27255
27256 \end_inset
27257 </cell>
27258 </row>
27259 <row>
27260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27261 \begin_inset Text
27262
27263 \begin_layout Plain Layout
27264 >
27265 \end_layout
27266
27267 \end_inset
27268 </cell>
27269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27270 \begin_inset Text
27271
27272 \begin_layout Plain Layout
27273 \begin_inset Formula $>$
27274 \end_inset
27275
27276
27277 \end_layout
27278
27279 \end_inset
27280 </cell>
27281 </row>
27282 <row>
27283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27284 \begin_inset Text
27285
27286 \begin_layout Plain Layout
27287
27288 \backslash
27289 ge
27290 \end_layout
27291
27292 \end_inset
27293 </cell>
27294 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27295 \begin_inset Text
27296
27297 \begin_layout Plain Layout
27298 \begin_inset Formula $\ge$
27299 \end_inset
27300
27301
27302 \end_layout
27303
27304 \end_inset
27305 </cell>
27306 </row>
27307 <row>
27308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27309 \begin_inset Text
27310
27311 \begin_layout Plain Layout
27312
27313 \backslash
27314 gg
27315 \end_layout
27316
27317 \end_inset
27318 </cell>
27319 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27320 \begin_inset Text
27321
27322 \begin_layout Plain Layout
27323 \begin_inset Formula $\gg$
27324 \end_inset
27325
27326
27327 \end_layout
27328
27329 \end_inset
27330 </cell>
27331 </row>
27332 <row>
27333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27334 \begin_inset Text
27335
27336 \begin_layout Plain Layout
27337
27338 \backslash
27339 succ
27340 \end_layout
27341
27342 \end_inset
27343 </cell>
27344 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27345 \begin_inset Text
27346
27347 \begin_layout Plain Layout
27348 \begin_inset Formula $\succ$
27349 \end_inset
27350
27351
27352 \end_layout
27353
27354 \end_inset
27355 </cell>
27356 </row>
27357 <row>
27358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27359 \begin_inset Text
27360
27361 \begin_layout Plain Layout
27362
27363 \backslash
27364 succeq
27365 \end_layout
27366
27367 \end_inset
27368 </cell>
27369 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27370 \begin_inset Text
27371
27372 \begin_layout Plain Layout
27373 \begin_inset Formula $\succeq$
27374 \end_inset
27375
27376
27377 \end_layout
27378
27379 \end_inset
27380 </cell>
27381 </row>
27382 <row>
27383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27384 \begin_inset Text
27385
27386 \begin_layout Plain Layout
27387
27388 \backslash
27389 supset
27390 \end_layout
27391
27392 \end_inset
27393 </cell>
27394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27395 \begin_inset Text
27396
27397 \begin_layout Plain Layout
27398 \begin_inset Formula $\supset$
27399 \end_inset
27400
27401
27402 \end_layout
27403
27404 \end_inset
27405 </cell>
27406 </row>
27407 <row>
27408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27409 \begin_inset Text
27410
27411 \begin_layout Plain Layout
27412
27413 \backslash
27414 supseteq
27415 \end_layout
27416
27417 \end_inset
27418 </cell>
27419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27420 \begin_inset Text
27421
27422 \begin_layout Plain Layout
27423 \begin_inset Formula $\supseteq$
27424 \end_inset
27425
27426
27427 \end_layout
27428
27429 \end_inset
27430 </cell>
27431 </row>
27432 <row>
27433 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27434 \begin_inset Text
27435
27436 \begin_layout Plain Layout
27437
27438 \backslash
27439 sqsupseteq
27440 \end_layout
27441
27442 \end_inset
27443 </cell>
27444 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27445 \begin_inset Text
27446
27447 \begin_layout Plain Layout
27448 \begin_inset Formula $\sqsupseteq$
27449 \end_inset
27450
27451
27452 \end_layout
27453
27454 \end_inset
27455 </cell>
27456 </row>
27457 <row>
27458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27459 \begin_inset Text
27460
27461 \begin_layout Plain Layout
27462
27463 \backslash
27464 ni
27465 \end_layout
27466
27467 \end_inset
27468 </cell>
27469 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27470 \begin_inset Text
27471
27472 \begin_layout Plain Layout
27473 \begin_inset Formula $\ni$
27474 \end_inset
27475
27476
27477 \end_layout
27478
27479 \end_inset
27480 </cell>
27481 </row>
27482 <row>
27483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27484 \begin_inset Text
27485
27486 \begin_layout Plain Layout
27487
27488 \backslash
27489 dashv
27490 \end_layout
27491
27492 \end_inset
27493 </cell>
27494 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27495 \begin_inset Text
27496
27497 \begin_layout Plain Layout
27498 \begin_inset Formula $\dashv$
27499 \end_inset
27500
27501
27502 \end_layout
27503
27504 \end_inset
27505 </cell>
27506 </row>
27507 <row>
27508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27509 \begin_inset Text
27510
27511 \begin_layout Plain Layout
27512
27513 \backslash
27514 frown
27515 \end_layout
27516
27517 \end_inset
27518 </cell>
27519 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27520 \begin_inset Text
27521
27522 \begin_layout Plain Layout
27523 \begin_inset Formula $\frown$
27524 \end_inset
27525
27526
27527 \end_layout
27528
27529 \end_inset
27530 </cell>
27531 </row>
27532 <row>
27533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27534 \begin_inset Text
27535
27536 \begin_layout Plain Layout
27537
27538 \backslash
27539 rhd
27540 \end_layout
27541
27542 \end_inset
27543 </cell>
27544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27545 \begin_inset Text
27546
27547 \begin_layout Plain Layout
27548 \begin_inset Formula $\rhd$
27549 \end_inset
27550
27551
27552 \end_layout
27553
27554 \end_inset
27555 </cell>
27556 </row>
27557 <row>
27558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27559 \begin_inset Text
27560
27561 \begin_layout Plain Layout
27562
27563 \backslash
27564 unrhd
27565 \end_layout
27566
27567 \end_inset
27568 </cell>
27569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27570 \begin_inset Text
27571
27572 \begin_layout Plain Layout
27573 \begin_inset Formula $\unrhd$
27574 \end_inset
27575
27576
27577 \end_layout
27578
27579 \end_inset
27580 </cell>
27581 </row>
27582 <row>
27583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27584 \begin_inset Text
27585
27586 \begin_layout Plain Layout
27587
27588 \backslash
27589 lessgtr
27590 \end_layout
27591
27592 \end_inset
27593 </cell>
27594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27595 \begin_inset Text
27596
27597 \begin_layout Plain Layout
27598 \begin_inset Formula $\lessgtr$
27599 \end_inset
27600
27601
27602 \end_layout
27603
27604 \end_inset
27605 </cell>
27606 </row>
27607 <row>
27608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27609 \begin_inset Text
27610
27611 \begin_layout Plain Layout
27612
27613 \backslash
27614 parallel
27615 \end_layout
27616
27617 \end_inset
27618 </cell>
27619 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27620 \begin_inset Text
27621
27622 \begin_layout Plain Layout
27623 \begin_inset Formula $\parallel$
27624 \end_inset
27625
27626
27627 \end_layout
27628
27629 \end_inset
27630 </cell>
27631 </row>
27632 <row>
27633 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27634 \begin_inset Text
27635
27636 \begin_layout Plain Layout
27637
27638 \backslash
27639 nparallel
27640 \end_layout
27641
27642 \end_inset
27643 </cell>
27644 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27645 \begin_inset Text
27646
27647 \begin_layout Plain Layout
27648 \begin_inset Formula $\nparallel$
27649 \end_inset
27650
27651
27652 \end_layout
27653
27654 \end_inset
27655 </cell>
27656 </row>
27657 </lyxtabular>
27658
27659 \end_inset
27660
27661
27662 \end_layout
27663
27664 \begin_layout Standard
27665 \begin_inset VSpace medskip
27666 \end_inset
27667
27668 The characters 
27669 \series bold
27670
27671 \backslash
27672 lhd
27673 \series default
27674  and 
27675 \series bold
27676
27677 \backslash
27678 rhd
27679 \series default
27680  are bigger than the equal looking operators 
27681 \series bold
27682
27683 \backslash
27684 triangleleft
27685 \series default
27686  and 
27687 \series bold
27688
27689 \backslash
27690 triangleright
27691 \series default
27692 ,
27693  respectively.
27694 \end_layout
27695
27696 \begin_layout Standard
27697 \SpecialChar LyX
27698  supports also many special relations.
27699  Use the toolbar button 
27700 \begin_inset Info
27701 type  "icon"
27702 arg   "math-insert \\leqq"
27703 \end_inset
27704
27705  to see a list of these relations.
27706 \end_layout
27707
27708 \begin_layout Standard
27709 Contrary to symbols,
27710  relations are always surrounded by space.
27711 \end_layout
27712
27713 \begin_layout Standard
27714 Relations with labels can be created with the command 
27715 \series bold
27716
27717 \backslash
27718 stackrel
27719 \series default
27720
27721 \begin_inset Index idx
27722 range none
27723 pageformat default
27724 status collapsed
27725
27726 \begin_layout Plain Layout
27727 Commands
27728 \begin_inset IndexMacro subentry
27729 status open
27730
27731 \begin_layout Plain Layout
27732 S
27733 \end_layout
27734
27735 \end_inset
27736
27737
27738 \begin_inset IndexMacro subentry
27739 status open
27740
27741 \begin_layout Plain Layout
27742
27743 \backslash
27744 stackrel
27745 \end_layout
27746
27747 \end_inset
27748
27749
27750 \end_layout
27751
27752 \end_inset
27753
27754 :
27755 \end_layout
27756
27757 \begin_layout Standard
27758 \align center
27759 \begin_inset Tabular
27760 <lyxtabular version="3" rows="2" columns="2">
27761 <features booktabs="true" tabularvalignment="middle">
27762 <column alignment="center" valignment="top" width="0pt">
27763 <column alignment="center" valignment="top">
27764 <row>
27765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27766 \begin_inset Text
27767
27768 \begin_layout Plain Layout
27769 Command
27770 \end_layout
27771
27772 \end_inset
27773 </cell>
27774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27775 \begin_inset Text
27776
27777 \begin_layout Plain Layout
27778 Result
27779 \end_layout
27780
27781 \end_inset
27782 </cell>
27783 </row>
27784 <row topspace="1.5mm">
27785 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27786 \begin_inset Text
27787
27788 \begin_layout Plain Layout
27789 A(r)
27790 \backslash
27791 stackrel
27792 \begin_inset space \textvisiblespace{}
27793 \end_inset
27794
27795 r
27796 \backslash
27797 to
27798 \backslash
27799 infty
27800 \begin_inset space \textvisiblespace{}
27801 \end_inset
27802
27803
27804 \begin_inset Formula $\downarrow$
27805 \end_inset
27806
27807
27808 \backslash
27809 approx
27810 \begin_inset space \textvisiblespace{}
27811 \end_inset
27812
27813
27814 \begin_inset space \textvisiblespace{}
27815 \end_inset
27816
27817 B
27818 \end_layout
27819
27820 \end_inset
27821 </cell>
27822 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27823 \begin_inset Text
27824
27825 \begin_layout Plain Layout
27826 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
27827 \end_inset
27828
27829
27830 \end_layout
27831
27832 \end_inset
27833 </cell>
27834 </row>
27835 </lyxtabular>
27836
27837 \end_inset
27838
27839
27840 \end_layout
27841
27842 \begin_layout Section
27843 Functions
27844 \end_layout
27845
27846 \begin_layout Subsection
27847 Predefined Functions
27848 \begin_inset CommandInset label
27849 LatexCommand label
27850 name "subsec:Predefined-Functions"
27851
27852 \end_inset
27853
27854
27855 \begin_inset Index idx
27856 range none
27857 pageformat default
27858 status collapsed
27859
27860 \begin_layout Plain Layout
27861 Functions
27862 \begin_inset IndexMacro subentry
27863 status open
27864
27865 \begin_layout Plain Layout
27866 predefined
27867 \end_layout
27868
27869 \end_inset
27870
27871
27872 \end_layout
27873
27874 \end_inset
27875
27876
27877 \end_layout
27878
27879 \begin_layout Standard
27880 In general,
27881  variables are set 
27882 \emph on
27883 italic
27884 \emph default
27885  in mathematical expressions,
27886  but not function names,
27887  because 
27888 \begin_inset Formula $sin$
27889 \end_inset
27890
27891  could be misunderstood as 
27892 \begin_inset Formula $s\cdot i\cdot n$
27893 \end_inset
27894
27895 .
27896  Also predefined functions are separated a bit from the character in front of them.
27897  They are inserted as commands starting with a backslash before their name.
27898 \end_layout
27899
27900 \begin_layout Standard
27901 \align center
27902 \begin_inset Tabular
27903 <lyxtabular version="3" rows="2" columns="2">
27904 <features booktabs="true" tabularvalignment="middle">
27905 <column alignment="center" valignment="top" width="0pt">
27906 <column alignment="center" valignment="top" width="0pt">
27907 <row>
27908 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
27909 \begin_inset Text
27910
27911 \begin_layout Plain Layout
27912 Command
27913 \end_layout
27914
27915 \end_inset
27916 </cell>
27917 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
27918 \begin_inset Text
27919
27920 \begin_layout Plain Layout
27921 Result
27922 \end_layout
27923
27924 \end_inset
27925 </cell>
27926 </row>
27927 <row>
27928 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27929 \begin_inset Text
27930
27931 \begin_layout Plain Layout
27932 Asin(x)+B
27933 \end_layout
27934
27935 \end_inset
27936 </cell>
27937 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
27938 \begin_inset Text
27939
27940 \begin_layout Plain Layout
27941 \begin_inset Formula $Asin(x)+B$
27942 \end_inset
27943
27944
27945 \end_layout
27946
27947 \end_inset
27948 </cell>
27949 </row>
27950 </lyxtabular>
27951
27952 \end_inset
27953
27954
27955 \begin_inset space \quad{}
27956 \end_inset
27957
27958
27959 \begin_inset Tabular
27960 <lyxtabular version="3" rows="2" columns="2">
27961 <features booktabs="true" tabularvalignment="middle">
27962 <column alignment="center" valignment="top" width="0pt">
27963 <column alignment="center" valignment="top" width="0pt">
27964 <row>
27965 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
27966 \begin_inset Text
27967
27968 \begin_layout Plain Layout
27969 Command
27970 \end_layout
27971
27972 \end_inset
27973 </cell>
27974 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
27975 \begin_inset Text
27976
27977 \begin_layout Plain Layout
27978 Result
27979 \end_layout
27980
27981 \end_inset
27982 </cell>
27983 </row>
27984 <row>
27985 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27986 \begin_inset Text
27987
27988 \begin_layout Plain Layout
27989 A
27990 \backslash
27991 sin(x)+B
27992 \end_layout
27993
27994 \end_inset
27995 </cell>
27996 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27997 \begin_inset Text
27998
27999 \begin_layout Plain Layout
28000 \begin_inset Formula $A\sin(x)+B$
28001 \end_inset
28002
28003
28004 \end_layout
28005
28006 \end_inset
28007 </cell>
28008 </row>
28009 </lyxtabular>
28010
28011 \end_inset
28012
28013
28014 \end_layout
28015
28016 \begin_layout Standard
28017 The following functions are predefined:
28018 \end_layout
28019
28020 \begin_layout Standard
28021 \begin_inset VSpace -2mm
28022 \end_inset
28023
28024
28025 \end_layout
28026
28027 \begin_layout Standard
28028 \align center
28029 \begin_inset Tabular
28030 <lyxtabular version="3" rows="9" columns="4">
28031 <features booktabs="true" tabularvalignment="middle">
28032 <column alignment="center" valignment="top" width="0pt">
28033 <column alignment="center" valignment="top" width="0pt">
28034 <column alignment="center" valignment="top" width="0pt">
28035 <column alignment="center" valignment="top" width="0pt">
28036 <row>
28037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28038 \begin_inset Text
28039
28040 \begin_layout Plain Layout
28041 Command
28042 \end_layout
28043
28044 \end_inset
28045 </cell>
28046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28047 \begin_inset Text
28048
28049 \begin_layout Plain Layout
28050 Command
28051 \end_layout
28052
28053 \end_inset
28054 </cell>
28055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28056 \begin_inset Text
28057
28058 \begin_layout Plain Layout
28059 Command
28060 \end_layout
28061
28062 \end_inset
28063 </cell>
28064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28065 \begin_inset Text
28066
28067 \begin_layout Plain Layout
28068 Command
28069 \end_layout
28070
28071 \end_inset
28072 </cell>
28073 </row>
28074 <row>
28075 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28076 \begin_inset Text
28077
28078 \begin_layout Plain Layout
28079
28080 \backslash
28081 sin
28082 \end_layout
28083
28084 \end_inset
28085 </cell>
28086 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28087 \begin_inset Text
28088
28089 \begin_layout Plain Layout
28090
28091 \backslash
28092 sinh
28093 \end_layout
28094
28095 \end_inset
28096 </cell>
28097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28098 \begin_inset Text
28099
28100 \begin_layout Plain Layout
28101
28102 \backslash
28103 arcsin
28104 \end_layout
28105
28106 \end_inset
28107 </cell>
28108 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28109 \begin_inset Text
28110
28111 \begin_layout Plain Layout
28112
28113 \backslash
28114 sup
28115 \end_layout
28116
28117 \end_inset
28118 </cell>
28119 </row>
28120 <row>
28121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28122 \begin_inset Text
28123
28124 \begin_layout Plain Layout
28125
28126 \backslash
28127 cos
28128 \end_layout
28129
28130 \end_inset
28131 </cell>
28132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28133 \begin_inset Text
28134
28135 \begin_layout Plain Layout
28136
28137 \backslash
28138 cosh
28139 \end_layout
28140
28141 \end_inset
28142 </cell>
28143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28144 \begin_inset Text
28145
28146 \begin_layout Plain Layout
28147
28148 \backslash
28149 arccos
28150 \end_layout
28151
28152 \end_inset
28153 </cell>
28154 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28155 \begin_inset Text
28156
28157 \begin_layout Plain Layout
28158
28159 \backslash
28160 inf
28161 \end_layout
28162
28163 \end_inset
28164 </cell>
28165 </row>
28166 <row>
28167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28168 \begin_inset Text
28169
28170 \begin_layout Plain Layout
28171
28172 \backslash
28173 tan
28174 \end_layout
28175
28176 \end_inset
28177 </cell>
28178 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28179 \begin_inset Text
28180
28181 \begin_layout Plain Layout
28182
28183 \backslash
28184 tanh
28185 \end_layout
28186
28187 \end_inset
28188 </cell>
28189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28190 \begin_inset Text
28191
28192 \begin_layout Plain Layout
28193
28194 \backslash
28195 arctan
28196 \end_layout
28197
28198 \end_inset
28199 </cell>
28200 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28201 \begin_inset Text
28202
28203 \begin_layout Plain Layout
28204
28205 \backslash
28206 lim
28207 \end_layout
28208
28209 \end_inset
28210 </cell>
28211 </row>
28212 <row>
28213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28214 \begin_inset Text
28215
28216 \begin_layout Plain Layout
28217
28218 \backslash
28219 cot
28220 \end_layout
28221
28222 \end_inset
28223 </cell>
28224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28225 \begin_inset Text
28226
28227 \begin_layout Plain Layout
28228
28229 \backslash
28230 coth
28231 \end_layout
28232
28233 \end_inset
28234 </cell>
28235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28236 \begin_inset Text
28237
28238 \begin_layout Plain Layout
28239
28240 \backslash
28241 arg
28242 \end_layout
28243
28244 \end_inset
28245 </cell>
28246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28247 \begin_inset Text
28248
28249 \begin_layout Plain Layout
28250
28251 \backslash
28252 liminf
28253 \end_layout
28254
28255 \end_inset
28256 </cell>
28257 </row>
28258 <row>
28259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28260 \begin_inset Text
28261
28262 \begin_layout Plain Layout
28263
28264 \backslash
28265 sec
28266 \end_layout
28267
28268 \end_inset
28269 </cell>
28270 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28271 \begin_inset Text
28272
28273 \begin_layout Plain Layout
28274
28275 \backslash
28276 min
28277 \end_layout
28278
28279 \end_inset
28280 </cell>
28281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28282 \begin_inset Text
28283
28284 \begin_layout Plain Layout
28285
28286 \backslash
28287 deg
28288 \end_layout
28289
28290 \end_inset
28291 </cell>
28292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28293 \begin_inset Text
28294
28295 \begin_layout Plain Layout
28296
28297 \backslash
28298 limsup
28299 \end_layout
28300
28301 \end_inset
28302 </cell>
28303 </row>
28304 <row>
28305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28306 \begin_inset Text
28307
28308 \begin_layout Plain Layout
28309
28310 \backslash
28311 csc
28312 \end_layout
28313
28314 \end_inset
28315 </cell>
28316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28317 \begin_inset Text
28318
28319 \begin_layout Plain Layout
28320
28321 \backslash
28322 max
28323 \end_layout
28324
28325 \end_inset
28326 </cell>
28327 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28328 \begin_inset Text
28329
28330 \begin_layout Plain Layout
28331
28332 \backslash
28333 det
28334 \end_layout
28335
28336 \end_inset
28337 </cell>
28338 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28339 \begin_inset Text
28340
28341 \begin_layout Plain Layout
28342
28343 \backslash
28344 Pr
28345 \end_layout
28346
28347 \end_inset
28348 </cell>
28349 </row>
28350 <row>
28351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28352 \begin_inset Text
28353
28354 \begin_layout Plain Layout
28355
28356 \backslash
28357 ln
28358 \end_layout
28359
28360 \end_inset
28361 </cell>
28362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28363 \begin_inset Text
28364
28365 \begin_layout Plain Layout
28366
28367 \backslash
28368 exp
28369 \end_layout
28370
28371 \end_inset
28372 </cell>
28373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28374 \begin_inset Text
28375
28376 \begin_layout Plain Layout
28377
28378 \backslash
28379 dim
28380 \end_layout
28381
28382 \end_inset
28383 </cell>
28384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28385 \begin_inset Text
28386
28387 \begin_layout Plain Layout
28388
28389 \backslash
28390 hom
28391 \end_layout
28392
28393 \end_inset
28394 </cell>
28395 </row>
28396 <row>
28397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
28398 \begin_inset Text
28399
28400 \begin_layout Plain Layout
28401
28402 \backslash
28403 lg
28404 \end_layout
28405
28406 \end_inset
28407 </cell>
28408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
28409 \begin_inset Text
28410
28411 \begin_layout Plain Layout
28412
28413 \backslash
28414 log
28415 \end_layout
28416
28417 \end_inset
28418 </cell>
28419 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
28420 \begin_inset Text
28421
28422 \begin_layout Plain Layout
28423
28424 \backslash
28425 ker
28426 \end_layout
28427
28428 \end_inset
28429 </cell>
28430 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
28431 \begin_inset Text
28432
28433 \begin_layout Plain Layout
28434
28435 \backslash
28436 gcd
28437 \end_layout
28438
28439 \end_inset
28440 </cell>
28441 </row>
28442 </lyxtabular>
28443
28444 \end_inset
28445
28446
28447 \end_layout
28448
28449 \begin_layout Standard
28450 They can also be inserted with the math toolbar button 
28451 \begin_inset Info
28452 type  "icon"
28453 arg   "math-insert \\functions"
28454 \end_inset
28455
28456 .
28457 \end_layout
28458
28459 \begin_layout Subsection
28460 Self-defined Functions
28461 \begin_inset Index idx
28462 range none
28463 pageformat default
28464 status collapsed
28465
28466 \begin_layout Plain Layout
28467 Functions
28468 \begin_inset IndexMacro subentry
28469 status open
28470
28471 \begin_layout Plain Layout
28472 self-defined
28473 \end_layout
28474
28475 \end_inset
28476
28477
28478 \end_layout
28479
28480 \end_inset
28481
28482
28483 \end_layout
28484
28485 \begin_layout Standard
28486 To use a function that is not predefined,
28487  for instance the sign function sgn(x),
28488  there are two possibilities:
28489 \end_layout
28490
28491 \begin_layout Itemize
28492 Define the function by inserting the following line in the \SpecialChar LaTeX
28493 -preamble
28494 \begin_inset Foot
28495 status collapsed
28496
28497 \begin_layout Plain Layout
28498 For more about 
28499 \series bold
28500
28501 \backslash
28502 DeclareMathOperator
28503 \series default
28504  see 
28505 \begin_inset CommandInset ref
28506 LatexCommand ref
28507 reference "subsec:Self-defined-Operators"
28508 nolink "false"
28509
28510 \end_inset
28511
28512 .
28513 \end_layout
28514
28515 \end_inset
28516
28517
28518 \begin_inset Newline newline
28519 \end_inset
28520
28521
28522 \begin_inset VSpace -3mm
28523 \end_inset
28524
28525
28526 \begin_inset Newline newline
28527 \end_inset
28528
28529
28530 \series bold
28531
28532 \backslash
28533 DeclareMathOperator{
28534 \backslash
28535 sgn}{sgn}
28536 \series default
28537
28538 \begin_inset Index idx
28539 range none
28540 pageformat default
28541 status collapsed
28542
28543 \begin_layout Plain Layout
28544 Commands
28545 \begin_inset IndexMacro subentry
28546 status open
28547
28548 \begin_layout Plain Layout
28549 D
28550 \end_layout
28551
28552 \end_inset
28553
28554
28555 \begin_inset IndexMacro subentry
28556 status open
28557
28558 \begin_layout Plain Layout
28559 \begin_inset IndexMacro sortkey
28560 status collapsed
28561
28562 \begin_layout Plain Layout
28563
28564 \backslash
28565 dbinom
28566 \end_layout
28567
28568 \end_inset
28569
28570
28571 \backslash
28572 DeclareMathOperator
28573 \end_layout
28574
28575 \end_inset
28576
28577
28578 \end_layout
28579
28580 \end_inset
28581
28582
28583 \begin_inset Newline newline
28584 \end_inset
28585
28586
28587 \begin_inset VSpace -2mm
28588 \end_inset
28589
28590
28591 \begin_inset Newline newline
28592 \end_inset
28593
28594 Now the newly defined function can be called with the command 
28595 \series bold
28596
28597 \backslash
28598 sgn
28599 \series default
28600 .
28601 \end_layout
28602
28603 \begin_layout Itemize
28604 Write the formula as usual,
28605  mark the formula name,
28606  in our example the letters 
28607 \emph on
28608 sgn
28609 \emph default
28610 ,
28611  and change it to mathematical text.
28612  Finally,
28613  insert a space between the prefactor and function.
28614 \end_layout
28615
28616 \begin_layout Standard
28617 The result is the same with both methods as with a predefined function
28618 \begin_inset Foot
28619 status collapsed
28620
28621 \begin_layout Plain Layout
28622 In \SpecialChar LyX
28623  self-defined functions are displayed red,
28624  predefined ones black.
28625 \end_layout
28626
28627 \end_inset
28628
28629 :
28630 \end_layout
28631
28632 \begin_layout Standard
28633 \align center
28634 \begin_inset Tabular
28635 <lyxtabular version="3" rows="3" columns="2">
28636 <features booktabs="true" tabularvalignment="middle">
28637 <column alignment="center" valignment="top" width="0pt">
28638 <column alignment="center" valignment="top" width="0pt">
28639 <row>
28640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28641 \begin_inset Text
28642
28643 \begin_layout Plain Layout
28644 Command
28645 \end_layout
28646
28647 \end_inset
28648 </cell>
28649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28650 \begin_inset Text
28651
28652 \begin_layout Plain Layout
28653 Result
28654 \end_layout
28655
28656 \end_inset
28657 </cell>
28658 </row>
28659 <row>
28660 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28661 \begin_inset Text
28662
28663 \begin_layout Plain Layout
28664 A
28665 \backslash
28666 sgn(x)+B
28667 \end_layout
28668
28669 \end_inset
28670 </cell>
28671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28672 \begin_inset Text
28673
28674 \begin_layout Plain Layout
28675 \begin_inset Formula $A\sgn(x)+B$
28676 \end_inset
28677
28678
28679 \end_layout
28680
28681 \end_inset
28682 </cell>
28683 </row>
28684 <row>
28685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28686 \begin_inset Text
28687
28688 \begin_layout Plain Layout
28689 A
28690 \backslash
28691 ,
28692 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
28693 \end_inset
28694
28695 (x)+B
28696 \end_layout
28697
28698 \end_inset
28699 </cell>
28700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28701 \begin_inset Text
28702
28703 \begin_layout Plain Layout
28704 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
28705 \end_inset
28706
28707
28708 \end_layout
28709
28710 \end_inset
28711 </cell>
28712 </row>
28713 </lyxtabular>
28714
28715 \end_inset
28716
28717
28718 \end_layout
28719
28720 \begin_layout Standard
28721 The first method is more suitable when the self-defined function will be used several times.
28722 \end_layout
28723
28724 \begin_layout Subsection
28725 Limits
28726 \begin_inset Index idx
28727 range none
28728 pageformat default
28729 status collapsed
28730
28731 \begin_layout Plain Layout
28732 Limits
28733 \end_layout
28734
28735 \end_inset
28736
28737
28738 \end_layout
28739
28740 \begin_layout Standard
28741 For limits,
28742  in addition to the commands 
28743 \series bold
28744
28745 \backslash
28746 lim
28747 \series default
28748
28749 \begin_inset Index idx
28750 range none
28751 pageformat default
28752 status collapsed
28753
28754 \begin_layout Plain Layout
28755 Commands
28756 \begin_inset IndexMacro subentry
28757 status open
28758
28759 \begin_layout Plain Layout
28760 L
28761 \end_layout
28762
28763 \end_inset
28764
28765
28766 \begin_inset IndexMacro subentry
28767 status open
28768
28769 \begin_layout Plain Layout
28770
28771 \backslash
28772 lim
28773 \end_layout
28774
28775 \end_inset
28776
28777
28778 \end_layout
28779
28780 \end_inset
28781
28782 ,
28783  
28784 \series bold
28785
28786 \backslash
28787 liminf
28788 \series default
28789  and 
28790 \series bold
28791
28792 \backslash
28793 limsup
28794 \series default
28795  the following functions are defined:
28796 \end_layout
28797
28798 \begin_layout Standard
28799 \align center
28800 \begin_inset Tabular
28801 <lyxtabular version="3" rows="5" columns="2">
28802 <features booktabs="true" tabularvalignment="middle">
28803 <column alignment="center" valignment="top" width="0pt">
28804 <column alignment="center" valignment="top" width="0pt">
28805 <row>
28806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28807 \begin_inset Text
28808
28809 \begin_layout Plain Layout
28810 Command
28811 \end_layout
28812
28813 \end_inset
28814 </cell>
28815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28816 \begin_inset Text
28817
28818 \begin_layout Plain Layout
28819 Result
28820 \end_layout
28821
28822 \end_inset
28823 </cell>
28824 </row>
28825 <row>
28826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28827 \begin_inset Text
28828
28829 \begin_layout Plain Layout
28830
28831 \backslash
28832 varliminf
28833 \end_layout
28834
28835 \end_inset
28836 </cell>
28837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28838 \begin_inset Text
28839
28840 \begin_layout Plain Layout
28841 \begin_inset Formula $\varliminf$
28842 \end_inset
28843
28844
28845 \end_layout
28846
28847 \end_inset
28848 </cell>
28849 </row>
28850 <row topspace="1.5mm">
28851 <cell alignment="center" valignment="top" usebox="none">
28852 \begin_inset Text
28853
28854 \begin_layout Plain Layout
28855
28856 \backslash
28857 varlimsup
28858 \end_layout
28859
28860 \end_inset
28861 </cell>
28862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28863 \begin_inset Text
28864
28865 \begin_layout Plain Layout
28866 \begin_inset Formula $\varlimsup$
28867 \end_inset
28868
28869
28870 \end_layout
28871
28872 \end_inset
28873 </cell>
28874 </row>
28875 <row topspace="1.5mm">
28876 <cell alignment="center" valignment="top" usebox="none">
28877 \begin_inset Text
28878
28879 \begin_layout Plain Layout
28880
28881 \backslash
28882 varprojlim
28883 \end_layout
28884
28885 \end_inset
28886 </cell>
28887 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28888 \begin_inset Text
28889
28890 \begin_layout Plain Layout
28891 \begin_inset Formula $\varprojlim$
28892 \end_inset
28893
28894
28895 \end_layout
28896
28897 \end_inset
28898 </cell>
28899 </row>
28900 <row topspace="1.5mm" bottomspace="1mm">
28901 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
28902 \begin_inset Text
28903
28904 \begin_layout Plain Layout
28905
28906 \backslash
28907 varinjlim
28908 \end_layout
28909
28910 \end_inset
28911 </cell>
28912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
28913 \begin_inset Text
28914
28915 \begin_layout Plain Layout
28916 \begin_inset Formula $\varinjlim$
28917 \end_inset
28918
28919
28920 \end_layout
28921
28922 \end_inset
28923 </cell>
28924 </row>
28925 </lyxtabular>
28926
28927 \end_inset
28928
28929
28930 \end_layout
28931
28932 \begin_layout Standard
28933 \begin_inset VSpace medskip
28934 \end_inset
28935
28936 The limit is created by inserting a subscript.
28937  It is set right beside the function in an inline formula:
28938 \end_layout
28939
28940 \begin_layout Standard
28941 \align center
28942 \begin_inset Tabular
28943 <lyxtabular version="3" rows="2" columns="2">
28944 <features booktabs="true" tabularvalignment="middle">
28945 <column alignment="center" valignment="top" width="0pt">
28946 <column alignment="center" valignment="top" width="0pt">
28947 <row>
28948 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
28949 \begin_inset Text
28950
28951 \begin_layout Plain Layout
28952 Command
28953 \end_layout
28954
28955 \end_inset
28956 </cell>
28957 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
28958 \begin_inset Text
28959
28960 \begin_layout Plain Layout
28961 Result
28962 \end_layout
28963
28964 \end_inset
28965 </cell>
28966 </row>
28967 <row>
28968 <cell alignment="center" valignment="top" usebox="none">
28969 \begin_inset Text
28970
28971 \begin_layout Plain Layout
28972
28973 \backslash
28974 lim_x
28975 \backslash
28976 to
28977 \begin_inset space \textvisiblespace{}
28978 \end_inset
28979
28980 A
28981 \begin_inset space \textvisiblespace{}
28982 \end_inset
28983
28984 x=B
28985 \end_layout
28986
28987 \end_inset
28988 </cell>
28989 <cell alignment="center" valignment="top" usebox="none">
28990 \begin_inset Text
28991
28992 \begin_layout Plain Layout
28993 \begin_inset Formula $\lim_{x\to A}x=B$
28994 \end_inset
28995
28996
28997 \end_layout
28998
28999 \end_inset
29000 </cell>
29001 </row>
29002 </lyxtabular>
29003
29004 \end_inset
29005
29006
29007 \end_layout
29008
29009 \begin_layout Standard
29010 In a displayed formula the limit is set below the formula,
29011  as usual:
29012 \begin_inset Formula 
29013 \[
29014 \lim_{x\to A}x=B
29015 \]
29016
29017 \end_inset
29018
29019
29020 \end_layout
29021
29022 \begin_layout Standard
29023 \begin_inset VSpace medskip
29024 \end_inset
29025
29026
29027 \end_layout
29028
29029 \begin_layout Standard
29030 How to adjust the typesetting of the limits see 
29031 \begin_inset CommandInset ref
29032 LatexCommand ref
29033 reference "subsec:Operator-Limits"
29034 nolink "false"
29035
29036 \end_inset
29037
29038 .
29039 \end_layout
29040
29041 \begin_layout Subsection
29042 Modulo-Functions
29043 \begin_inset Index idx
29044 range none
29045 pageformat default
29046 status collapsed
29047
29048 \begin_layout Plain Layout
29049 Functions
29050 \begin_inset IndexMacro subentry
29051 status open
29052
29053 \begin_layout Plain Layout
29054 modulo-
29055 \end_layout
29056
29057 \end_inset
29058
29059
29060 \end_layout
29061
29062 \end_inset
29063
29064
29065 \end_layout
29066
29067 \begin_layout Standard
29068 The modulo-function is special,
29069  because it exists in four variants.
29070  The variants in a displayed formula are:
29071 \begin_inset Formula 
29072 \begin{align*}
29073 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
29074 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
29075 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
29076 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
29077 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
29078 \end{align*}
29079
29080 \end_inset
29081
29082
29083 \end_layout
29084
29085 \begin_layout Standard
29086 In an inline formula less space is set before the function names for all variants.
29087  By default the modulo-functions take only the first character following the command into account.
29088  To use more than one character,
29089  put them in \SpecialChar TeX
29090  braces:
29091 \begin_inset Formula 
29092 \begin{align*}
29093 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
29094 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
29095 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
29096 \end{align*}
29097
29098 \end_inset
29099
29100
29101 \end_layout
29102
29103 \begin_layout Section
29104 Special Characters
29105 \begin_inset Index idx
29106 range none
29107 pageformat default
29108 status collapsed
29109
29110 \begin_layout Plain Layout
29111 Special characters
29112 \end_layout
29113
29114 \end_inset
29115
29116
29117 \end_layout
29118
29119 \begin_layout Standard
29120 The characters ^ and _ would normally create a superscript and subscript,
29121  respectively.
29122  To get these characters you have to insert them with a leading 
29123 \backslash
29124 .
29125 \end_layout
29126
29127 \begin_layout Standard
29128 \noindent
29129 \align center
29130 \begin_inset Tabular
29131 <lyxtabular version="3" rows="3" columns="2">
29132 <features booktabs="true" tabularvalignment="middle">
29133 <column alignment="left" valignment="top" width="0pt">
29134 <column alignment="block" valignment="top">
29135 <row>
29136 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29137 \begin_inset Text
29138
29139 \begin_layout Plain Layout
29140 Command
29141 \end_layout
29142
29143 \end_inset
29144 </cell>
29145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29146 \begin_inset Text
29147
29148 \begin_layout Plain Layout
29149 Result
29150 \end_layout
29151
29152 \end_inset
29153 </cell>
29154 </row>
29155 <row>
29156 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29157 \begin_inset Text
29158
29159 \begin_layout Plain Layout
29160
29161 \backslash
29162 ^
29163 \begin_inset space \textvisiblespace{}
29164 \end_inset
29165
29166
29167 \end_layout
29168
29169 \end_inset
29170 </cell>
29171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29172 \begin_inset Text
29173
29174 \begin_layout Plain Layout
29175 \begin_inset Formula $\mathcircumflex$
29176 \end_inset
29177
29178
29179 \end_layout
29180
29181 \end_inset
29182 </cell>
29183 </row>
29184 <row>
29185 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
29186 \begin_inset Text
29187
29188 \begin_layout Plain Layout
29189
29190 \backslash
29191 _
29192 \end_layout
29193
29194 \end_inset
29195 </cell>
29196 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
29197 \begin_inset Text
29198
29199 \begin_layout Plain Layout
29200 \begin_inset Formula $\_$
29201 \end_inset
29202
29203
29204 \end_layout
29205
29206 \end_inset
29207 </cell>
29208 </row>
29209 </lyxtabular>
29210
29211 \end_inset
29212
29213
29214 \end_layout
29215
29216 \begin_layout Subsection
29217 Special Characters in Mathematical Text
29218 \end_layout
29219
29220 \begin_layout Standard
29221 The following commands can only be used in mathematical text or in \SpecialChar TeX
29222  mode:
29223 \end_layout
29224
29225 \begin_layout Standard
29226 \begin_inset space \hfill{}
29227 \end_inset
29228
29229
29230 \begin_inset Tabular
29231 <lyxtabular version="3" rows="8" columns="2">
29232 <features booktabs="true" tabularvalignment="middle">
29233 <column alignment="left" valignment="top" width="0pt">
29234 <column alignment="block" valignment="top">
29235 <row>
29236 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29237 \begin_inset Text
29238
29239 \begin_layout Plain Layout
29240 Command
29241 \end_layout
29242
29243 \end_inset
29244 </cell>
29245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29246 \begin_inset Text
29247
29248 \begin_layout Plain Layout
29249 Result
29250 \end_layout
29251
29252 \end_inset
29253 </cell>
29254 </row>
29255 <row>
29256 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29257 \begin_inset Text
29258
29259 \begin_layout Plain Layout
29260
29261 \backslash
29262 oe
29263 \end_layout
29264
29265 \end_inset
29266 </cell>
29267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29268 \begin_inset Text
29269
29270 \begin_layout Plain Layout
29271 \begin_inset Formula $\textrm{œ}$
29272 \end_inset
29273
29274
29275 \end_layout
29276
29277 \end_inset
29278 </cell>
29279 </row>
29280 <row>
29281 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29282 \begin_inset Text
29283
29284 \begin_layout Plain Layout
29285
29286 \backslash
29287 OE
29288 \end_layout
29289
29290 \end_inset
29291 </cell>
29292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29293 \begin_inset Text
29294
29295 \begin_layout Plain Layout
29296 \begin_inset Formula $\textrm{Œ}$
29297 \end_inset
29298
29299
29300 \end_layout
29301
29302 \end_inset
29303 </cell>
29304 </row>
29305 <row>
29306 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29307 \begin_inset Text
29308
29309 \begin_layout Plain Layout
29310
29311 \backslash
29312 ae
29313 \end_layout
29314
29315 \end_inset
29316 </cell>
29317 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29318 \begin_inset Text
29319
29320 \begin_layout Plain Layout
29321 \begin_inset Formula $\textrm{æ}$
29322 \end_inset
29323
29324
29325 \end_layout
29326
29327 \end_inset
29328 </cell>
29329 </row>
29330 <row>
29331 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29332 \begin_inset Text
29333
29334 \begin_layout Plain Layout
29335
29336 \backslash
29337 AE
29338 \end_layout
29339
29340 \end_inset
29341 </cell>
29342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29343 \begin_inset Text
29344
29345 \begin_layout Plain Layout
29346 \begin_inset Formula $\textrm{Æ}$
29347 \end_inset
29348
29349
29350 \end_layout
29351
29352 \end_inset
29353 </cell>
29354 </row>
29355 <row>
29356 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29357 \begin_inset Text
29358
29359 \begin_layout Plain Layout
29360
29361 \backslash
29362 aa
29363 \end_layout
29364
29365 \end_inset
29366 </cell>
29367 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29368 \begin_inset Text
29369
29370 \begin_layout Plain Layout
29371 \begin_inset Formula $\textrm{å}$
29372 \end_inset
29373
29374
29375 \end_layout
29376
29377 \end_inset
29378 </cell>
29379 </row>
29380 <row>
29381 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29382 \begin_inset Text
29383
29384 \begin_layout Plain Layout
29385
29386 \backslash
29387 AA
29388 \end_layout
29389
29390 \end_inset
29391 </cell>
29392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29393 \begin_inset Text
29394
29395 \begin_layout Plain Layout
29396 \begin_inset Formula $\textrm{Å}$
29397 \end_inset
29398
29399
29400 \end_layout
29401
29402 \end_inset
29403 </cell>
29404 </row>
29405 <row>
29406 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
29407 \begin_inset Text
29408
29409 \begin_layout Plain Layout
29410
29411 \backslash
29412 i
29413 \end_layout
29414
29415 \end_inset
29416 </cell>
29417 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
29418 \begin_inset Text
29419
29420 \begin_layout Plain Layout
29421 \begin_inset Formula $\textrm{ı}$
29422 \end_inset
29423
29424
29425 \end_layout
29426
29427 \end_inset
29428 </cell>
29429 </row>
29430 </lyxtabular>
29431
29432 \end_inset
29433
29434
29435 \begin_inset space \hfill{}
29436 \end_inset
29437
29438
29439 \begin_inset Tabular
29440 <lyxtabular version="3" rows="8" columns="2">
29441 <features booktabs="true" tabularvalignment="middle">
29442 <column alignment="left" valignment="top" width="0pt">
29443 <column alignment="center" valignment="top">
29444 <row>
29445 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29446 \begin_inset Text
29447
29448 \begin_layout Plain Layout
29449 Command
29450 \begin_inset Note Note
29451 status collapsed
29452
29453 \begin_layout Plain Layout
29454 The space of 0
29455 \begin_inset space \thinspace{}
29456 \end_inset
29457
29458 mm is used for separation,
29459  because otherwise the output will be ¡ and ¿ respectively.
29460 \end_layout
29461
29462 \end_inset
29463
29464
29465 \end_layout
29466
29467 \end_inset
29468 </cell>
29469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29470 \begin_inset Text
29471
29472 \begin_layout Plain Layout
29473 Result
29474 \end_layout
29475
29476 \end_inset
29477 </cell>
29478 </row>
29479 <row>
29480 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29481 \begin_inset Text
29482
29483 \begin_layout Plain Layout
29484
29485 \backslash
29486 o
29487 \end_layout
29488
29489 \end_inset
29490 </cell>
29491 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29492 \begin_inset Text
29493
29494 \begin_layout Plain Layout
29495 \begin_inset Formula $\textrm{ø}$
29496 \end_inset
29497
29498
29499 \end_layout
29500
29501 \end_inset
29502 </cell>
29503 </row>
29504 <row>
29505 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29506 \begin_inset Text
29507
29508 \begin_layout Plain Layout
29509
29510 \backslash
29511 O
29512 \end_layout
29513
29514 \end_inset
29515 </cell>
29516 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29517 \begin_inset Text
29518
29519 \begin_layout Plain Layout
29520 \begin_inset Formula $\textrm{Ø}$
29521 \end_inset
29522
29523
29524 \end_layout
29525
29526 \end_inset
29527 </cell>
29528 </row>
29529 <row>
29530 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29531 \begin_inset Text
29532
29533 \begin_layout Plain Layout
29534
29535 \backslash
29536 l
29537 \end_layout
29538
29539 \end_inset
29540 </cell>
29541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29542 \begin_inset Text
29543
29544 \begin_layout Plain Layout
29545 \begin_inset Formula $\textrm{ł}$
29546 \end_inset
29547
29548
29549 \end_layout
29550
29551 \end_inset
29552 </cell>
29553 </row>
29554 <row>
29555 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29556 \begin_inset Text
29557
29558 \begin_layout Plain Layout
29559
29560 \backslash
29561 L
29562 \end_layout
29563
29564 \end_inset
29565 </cell>
29566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29567 \begin_inset Text
29568
29569 \begin_layout Plain Layout
29570 \begin_inset Formula $\textrm{Ł}$
29571 \end_inset
29572
29573
29574 \end_layout
29575
29576 \end_inset
29577 </cell>
29578 </row>
29579 <row>
29580 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29581 \begin_inset Text
29582
29583 \begin_layout Plain Layout
29584 !
29585 \begin_inset space \hspace{}
29586 \length 0mm
29587 \end_inset
29588
29589 `
29590 \begin_inset space \textvisiblespace{}
29591 \end_inset
29592
29593
29594 \end_layout
29595
29596 \end_inset
29597 </cell>
29598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29599 \begin_inset Text
29600
29601 \begin_layout Plain Layout
29602 \begin_inset Formula $\textrm{!`}$
29603 \end_inset
29604
29605
29606 \end_layout
29607
29608 \end_inset
29609 </cell>
29610 </row>
29611 <row>
29612 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29613 \begin_inset Text
29614
29615 \begin_layout Plain Layout
29616 ?
29617 \begin_inset space \hspace{}
29618 \length 0mm
29619 \end_inset
29620
29621 `
29622 \begin_inset space \textvisiblespace{}
29623 \end_inset
29624
29625
29626 \end_layout
29627
29628 \end_inset
29629 </cell>
29630 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29631 \begin_inset Text
29632
29633 \begin_layout Plain Layout
29634 \begin_inset Formula $\textrm{?`}$
29635 \end_inset
29636
29637
29638 \end_layout
29639
29640 \end_inset
29641 </cell>
29642 </row>
29643 <row>
29644 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
29645 \begin_inset Text
29646
29647 \begin_layout Plain Layout
29648
29649 \backslash
29650 j
29651 \end_layout
29652
29653 \end_inset
29654 </cell>
29655 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
29656 \begin_inset Text
29657
29658 \begin_layout Plain Layout
29659 \begin_inset Formula $\textrm{ȷ}$
29660 \end_inset
29661
29662
29663 \end_layout
29664
29665 \end_inset
29666 </cell>
29667 </row>
29668 </lyxtabular>
29669
29670 \end_inset
29671
29672
29673 \begin_inset space \hfill{}
29674 \end_inset
29675
29676
29677 \end_layout
29678
29679 \begin_layout Standard
29680 The characters 
29681 \begin_inset Formula $\textrm{Å}$
29682 \end_inset
29683
29684  and 
29685 \begin_inset Formula $\textrm{Ø}$
29686 \end_inset
29687
29688  can also be inserted via the math toolbar button 
29689 \begin_inset Info
29690 type  "icon"
29691 arg   "math-insert \\digamma"
29692 \end_inset
29693
29694 .
29695 \end_layout
29696
29697 \begin_layout Standard
29698 The commands 
29699 \series bold
29700 !
29701 \begin_inset space \hspace{}
29702 \length 0mm
29703 \end_inset
29704
29705 `
29706 \series default
29707  and 
29708 \series bold
29709 ?
29710 \begin_inset space \hspace{}
29711 \length 0mm
29712 \end_inset
29713
29714 `
29715 \series default
29716  are exceptions because they can be inserted in \SpecialChar LyX
29717  directly to text.
29718 \end_layout
29719
29720 \begin_layout Subsection
29721 Accents in Text
29722 \begin_inset CommandInset label
29723 LatexCommand label
29724 name "subsec:Accents-in-Text"
29725
29726 \end_inset
29727
29728
29729 \begin_inset Index idx
29730 range none
29731 pageformat default
29732 status collapsed
29733
29734 \begin_layout Plain Layout
29735 Accents
29736 \begin_inset IndexMacro subentry
29737 status open
29738
29739 \begin_layout Plain Layout
29740 in text
29741 \end_layout
29742
29743 \end_inset
29744
29745
29746 \end_layout
29747
29748 \end_inset
29749
29750
29751 \end_layout
29752
29753 \begin_layout Standard
29754 Any letter can be accented with the following commands.
29755  The commands must be inserted in \SpecialChar TeX
29756  mode.
29757 \end_layout
29758
29759 \begin_layout Standard
29760 \begin_inset space \hfill{}
29761 \end_inset
29762
29763
29764 \begin_inset Tabular
29765 <lyxtabular version="3" rows="8" columns="2">
29766 <features booktabs="true" tabularvalignment="middle">
29767 <column alignment="left" valignment="top" width="0pt">
29768 <column alignment="block" valignment="top">
29769 <row>
29770 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29771 \begin_inset Text
29772
29773 \begin_layout Plain Layout
29774 Command
29775 \end_layout
29776
29777 \end_inset
29778 </cell>
29779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29780 \begin_inset Text
29781
29782 \begin_layout Plain Layout
29783 Result
29784 \end_layout
29785
29786 \end_inset
29787 </cell>
29788 </row>
29789 <row>
29790 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29791 \begin_inset Text
29792
29793 \begin_layout Plain Layout
29794
29795 \backslash
29796
29797 \begin_inset Quotes grd
29798 \end_inset
29799
29800 e
29801 \end_layout
29802
29803 \end_inset
29804 </cell>
29805 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29806 \begin_inset Text
29807
29808 \begin_layout Plain Layout
29809 \begin_inset ERT
29810 status collapsed
29811
29812 \begin_layout Plain Layout
29813
29814
29815 \backslash
29816 "e
29817 \end_layout
29818
29819 \end_inset
29820
29821
29822 \end_layout
29823
29824 \end_inset
29825 </cell>
29826 </row>
29827 <row>
29828 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29829 \begin_inset Text
29830
29831 \begin_layout Plain Layout
29832
29833 \backslash
29834 `e
29835 \end_layout
29836
29837 \end_inset
29838 </cell>
29839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29840 \begin_inset Text
29841
29842 \begin_layout Plain Layout
29843 \begin_inset ERT
29844 status collapsed
29845
29846 \begin_layout Plain Layout
29847
29848
29849 \backslash
29850 `e
29851 \end_layout
29852
29853 \end_inset
29854
29855
29856 \end_layout
29857
29858 \end_inset
29859 </cell>
29860 </row>
29861 <row>
29862 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29863 \begin_inset Text
29864
29865 \begin_layout Plain Layout
29866
29867 \backslash
29868 ^
29869 \begin_inset space \textvisiblespace{}
29870 \end_inset
29871
29872 e
29873 \end_layout
29874
29875 \end_inset
29876 </cell>
29877 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29878 \begin_inset Text
29879
29880 \begin_layout Plain Layout
29881 \begin_inset ERT
29882 status collapsed
29883
29884 \begin_layout Plain Layout
29885
29886
29887 \backslash
29888 ^e
29889 \end_layout
29890
29891 \end_inset
29892
29893
29894 \end_layout
29895
29896 \end_inset
29897 </cell>
29898 </row>
29899 <row>
29900 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29901 \begin_inset Text
29902
29903 \begin_layout Plain Layout
29904
29905 \backslash
29906 =e
29907 \end_layout
29908
29909 \end_inset
29910 </cell>
29911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29912 \begin_inset Text
29913
29914 \begin_layout Plain Layout
29915 \begin_inset ERT
29916 status collapsed
29917
29918 \begin_layout Plain Layout
29919
29920
29921 \backslash
29922 =e
29923 \end_layout
29924
29925 \end_inset
29926
29927
29928 \end_layout
29929
29930 \end_inset
29931 </cell>
29932 </row>
29933 <row>
29934 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29935 \begin_inset Text
29936
29937 \begin_layout Plain Layout
29938
29939 \backslash
29940 u
29941 \begin_inset space \textvisiblespace{}
29942 \end_inset
29943
29944 e
29945 \end_layout
29946
29947 \end_inset
29948 </cell>
29949 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29950 \begin_inset Text
29951
29952 \begin_layout Plain Layout
29953 \begin_inset ERT
29954 status collapsed
29955
29956 \begin_layout Plain Layout
29957
29958
29959 \backslash
29960 u e
29961 \end_layout
29962
29963 \end_inset
29964
29965
29966 \end_layout
29967
29968 \end_inset
29969 </cell>
29970 </row>
29971 <row>
29972 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29973 \begin_inset Text
29974
29975 \begin_layout Plain Layout
29976
29977 \backslash
29978 b
29979 \begin_inset space \textvisiblespace{}
29980 \end_inset
29981
29982 e
29983 \end_layout
29984
29985 \end_inset
29986 </cell>
29987 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29988 \begin_inset Text
29989
29990 \begin_layout Plain Layout
29991 \begin_inset ERT
29992 status collapsed
29993
29994 \begin_layout Plain Layout
29995
29996
29997 \backslash
29998 b e
29999 \end_layout
30000
30001 \end_inset
30002
30003
30004 \end_layout
30005
30006 \end_inset
30007 </cell>
30008 </row>
30009 <row>
30010 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
30011 \begin_inset Text
30012
30013 \begin_layout Plain Layout
30014
30015 \backslash
30016 t
30017 \begin_inset space \textvisiblespace{}
30018 \end_inset
30019
30020 ee
30021 \end_layout
30022
30023 \end_inset
30024 </cell>
30025 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
30026 \begin_inset Text
30027
30028 \begin_layout Plain Layout
30029 \begin_inset ERT
30030 status collapsed
30031
30032 \begin_layout Plain Layout
30033
30034
30035 \backslash
30036 t ee
30037 \end_layout
30038
30039 \end_inset
30040
30041
30042 \end_layout
30043
30044 \end_inset
30045 </cell>
30046 </row>
30047 </lyxtabular>
30048
30049 \end_inset
30050
30051
30052 \begin_inset space \hfill{}
30053 \end_inset
30054
30055
30056 \begin_inset Tabular
30057 <lyxtabular version="3" rows="8" columns="2">
30058 <features booktabs="true" tabularvalignment="middle">
30059 <column alignment="left" valignment="top" width="0pt">
30060 <column alignment="center" valignment="top">
30061 <row>
30062 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30063 \begin_inset Text
30064
30065 \begin_layout Plain Layout
30066 Command
30067 \end_layout
30068
30069 \end_inset
30070 </cell>
30071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30072 \begin_inset Text
30073
30074 \begin_layout Plain Layout
30075 Result
30076 \end_layout
30077
30078 \end_inset
30079 </cell>
30080 </row>
30081 <row>
30082 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30083 \begin_inset Text
30084
30085 \begin_layout Plain Layout
30086
30087 \backslash
30088 H
30089 \begin_inset space \textvisiblespace{}
30090 \end_inset
30091
30092 e
30093 \end_layout
30094
30095 \end_inset
30096 </cell>
30097 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30098 \begin_inset Text
30099
30100 \begin_layout Plain Layout
30101 \begin_inset ERT
30102 status collapsed
30103
30104 \begin_layout Plain Layout
30105
30106
30107 \backslash
30108 H e
30109 \end_layout
30110
30111 \end_inset
30112
30113
30114 \end_layout
30115
30116 \end_inset
30117 </cell>
30118 </row>
30119 <row>
30120 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30121 \begin_inset Text
30122
30123 \begin_layout Plain Layout
30124
30125 \backslash
30126 'e
30127 \end_layout
30128
30129 \end_inset
30130 </cell>
30131 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30132 \begin_inset Text
30133
30134 \begin_layout Plain Layout
30135 \begin_inset ERT
30136 status collapsed
30137
30138 \begin_layout Plain Layout
30139
30140
30141 \backslash
30142 'e
30143 \end_layout
30144
30145 \end_inset
30146
30147
30148 \end_layout
30149
30150 \end_inset
30151 </cell>
30152 </row>
30153 <row>
30154 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30155 \begin_inset Text
30156
30157 \begin_layout Plain Layout
30158
30159 \backslash
30160 ~e
30161 \begin_inset Index idx
30162 range none
30163 pageformat default
30164 status collapsed
30165
30166 \begin_layout Plain Layout
30167 Tilde
30168 \end_layout
30169
30170 \end_inset
30171
30172
30173 \end_layout
30174
30175 \end_inset
30176 </cell>
30177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30178 \begin_inset Text
30179
30180 \begin_layout Plain Layout
30181 \begin_inset ERT
30182 status collapsed
30183
30184 \begin_layout Plain Layout
30185
30186
30187 \backslash
30188 ~e
30189 \end_layout
30190
30191 \end_inset
30192
30193
30194 \end_layout
30195
30196 \end_inset
30197 </cell>
30198 </row>
30199 <row>
30200 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30201 \begin_inset Text
30202
30203 \begin_layout Plain Layout
30204
30205 \backslash
30206 .e
30207 \end_layout
30208
30209 \end_inset
30210 </cell>
30211 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30212 \begin_inset Text
30213
30214 \begin_layout Plain Layout
30215 \begin_inset ERT
30216 status collapsed
30217
30218 \begin_layout Plain Layout
30219
30220
30221 \backslash
30222 .e
30223 \end_layout
30224
30225 \end_inset
30226
30227
30228 \end_layout
30229
30230 \end_inset
30231 </cell>
30232 </row>
30233 <row>
30234 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30235 \begin_inset Text
30236
30237 \begin_layout Plain Layout
30238
30239 \backslash
30240 v
30241 \begin_inset space \textvisiblespace{}
30242 \end_inset
30243
30244 e
30245 \end_layout
30246
30247 \end_inset
30248 </cell>
30249 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30250 \begin_inset Text
30251
30252 \begin_layout Plain Layout
30253 \begin_inset ERT
30254 status collapsed
30255
30256 \begin_layout Plain Layout
30257
30258
30259 \backslash
30260 v e
30261 \end_layout
30262
30263 \end_inset
30264
30265
30266 \end_layout
30267
30268 \end_inset
30269 </cell>
30270 </row>
30271 <row>
30272 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30273 \begin_inset Text
30274
30275 \begin_layout Plain Layout
30276
30277 \backslash
30278 d
30279 \begin_inset space \textvisiblespace{}
30280 \end_inset
30281
30282 e
30283 \end_layout
30284
30285 \end_inset
30286 </cell>
30287 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30288 \begin_inset Text
30289
30290 \begin_layout Plain Layout
30291 \begin_inset ERT
30292 status collapsed
30293
30294 \begin_layout Plain Layout
30295
30296
30297 \backslash
30298 d e
30299 \end_layout
30300
30301 \end_inset
30302
30303
30304 \end_layout
30305
30306 \end_inset
30307 </cell>
30308 </row>
30309 <row>
30310 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30311 \begin_inset Text
30312
30313 \begin_layout Plain Layout
30314
30315 \backslash
30316 c
30317 \begin_inset space \textvisiblespace{}
30318 \end_inset
30319
30320 e
30321 \end_layout
30322
30323 \end_inset
30324 </cell>
30325 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30326 \begin_inset Text
30327
30328 \begin_layout Plain Layout
30329 \begin_inset ERT
30330 status collapsed
30331
30332 \begin_layout Plain Layout
30333
30334
30335 \backslash
30336 c e
30337 \end_layout
30338
30339 \end_inset
30340
30341
30342 \end_layout
30343
30344 \end_inset
30345 </cell>
30346 </row>
30347 </lyxtabular>
30348
30349 \end_inset
30350
30351
30352 \begin_inset space \hfill{}
30353 \end_inset
30354
30355
30356 \end_layout
30357
30358 \begin_layout Standard
30359 \begin_inset VSpace medskip
30360 \end_inset
30361
30362 With the command 
30363 \series bold
30364
30365 \backslash
30366 t
30367 \series default
30368  also two different characters can be accented.
30369  The command 
30370 \series bold
30371
30372 \backslash
30373 t
30374 \begin_inset space \textvisiblespace{}
30375 \end_inset
30376
30377 sz
30378 \series default
30379  creates:
30380  
30381 \begin_inset ERT
30382 status collapsed
30383
30384 \begin_layout Plain Layout
30385
30386
30387 \backslash
30388 t sz
30389 \end_layout
30390
30391 \end_inset
30392
30393
30394 \end_layout
30395
30396 \begin_layout Standard
30397 The accents 
30398 \series bold
30399 `
30400 \series default
30401  ,
30402  
30403 \series bold
30404 '
30405 \series default
30406  and 
30407 \series bold
30408 ^
30409 \series default
30410  can in combination with vowels be directly inserted with the keyboard without using \SpecialChar TeX
30411  mode.
30412  The same applies for the tilde
30413 \begin_inset Foot
30414 status collapsed
30415
30416 \begin_layout Plain Layout
30417 This only applies for keyboards where the tilde is defined as accent.
30418 \end_layout
30419
30420 \end_inset
30421
30422  
30423 \series bold
30424 ~
30425 \series default
30426  in combination with 
30427 \emph on
30428 a
30429 \emph default
30430  ,
30431  
30432 \emph on
30433 n
30434 \emph default
30435  ,
30436  or 
30437 \emph on
30438 o
30439 \emph default
30440 .
30441 \end_layout
30442
30443 \begin_layout Standard
30444 The commands 
30445 \series bold
30446
30447 \backslash
30448 b
30449 \series default
30450  ,
30451  
30452 \series bold
30453
30454 \backslash
30455 c
30456 \series default
30457  ,
30458  
30459 \series bold
30460
30461 \backslash
30462 d
30463 \series default
30464  ,
30465  
30466 \series bold
30467
30468 \backslash
30469 H
30470 \series default
30471  ,
30472  
30473 \series bold
30474
30475 \backslash
30476 t
30477 \series default
30478  ,
30479  
30480 \series bold
30481
30482 \backslash
30483 u
30484 \series default
30485  ,
30486  
30487 \series bold
30488
30489 \backslash
30490 v
30491 \series default
30492  and accents that are inserted directly with the keyboard are also available in mathematical text.
30493  For the other accents there are special math commands used in formulas,
30494  see 
30495 \begin_inset CommandInset ref
30496 LatexCommand ref
30497 reference "subsec:Accents-for-one"
30498 nolink "false"
30499
30500 \end_inset
30501
30502 .
30503 \end_layout
30504
30505 \begin_layout Standard
30506 \begin_inset VSpace bigskip
30507 \end_inset
30508
30509 With the command 
30510 \series bold
30511
30512 \backslash
30513 textcircled
30514 \series default
30515
30516 \begin_inset Index idx
30517 range none
30518 pageformat default
30519 status collapsed
30520
30521 \begin_layout Plain Layout
30522 Commands
30523 \begin_inset IndexMacro subentry
30524 status open
30525
30526 \begin_layout Plain Layout
30527 T
30528 \end_layout
30529
30530 \end_inset
30531
30532
30533 \begin_inset IndexMacro subentry
30534 status open
30535
30536 \begin_layout Plain Layout
30537
30538 \backslash
30539 textcircled
30540 \end_layout
30541
30542 \end_inset
30543
30544
30545 \end_layout
30546
30547 \end_inset
30548
30549  any number or letter can be set into a circle,
30550  quasi accented with a circle,
30551  similar to the copyright symbol.
30552 \end_layout
30553
30554 \begin_layout Standard
30555 \align center
30556 \begin_inset Tabular
30557 <lyxtabular version="3" rows="3" columns="2">
30558 <features booktabs="true" tabularvalignment="middle">
30559 <column alignment="center" valignment="top" width="0pt">
30560 <column alignment="center" valignment="top">
30561 <row>
30562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30563 \begin_inset Text
30564
30565 \begin_layout Plain Layout
30566 Command
30567 \end_layout
30568
30569 \end_inset
30570 </cell>
30571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30572 \begin_inset Text
30573
30574 \begin_layout Plain Layout
30575 Result
30576 \end_layout
30577
30578 \end_inset
30579 </cell>
30580 </row>
30581 <row>
30582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30583 \begin_inset Text
30584
30585 \begin_layout Plain Layout
30586
30587 \backslash
30588 textcircled{w}
30589 \end_layout
30590
30591 \end_inset
30592 </cell>
30593 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30594 \begin_inset Text
30595
30596 \begin_layout Plain Layout
30597 \begin_inset ERT
30598 status collapsed
30599
30600 \begin_layout Plain Layout
30601
30602
30603 \backslash
30604 textcircled{w}
30605 \end_layout
30606
30607 \end_inset
30608
30609
30610 \end_layout
30611
30612 \end_inset
30613 </cell>
30614 </row>
30615 <row topspace="1mm">
30616 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30617 \begin_inset Text
30618
30619 \begin_layout Plain Layout
30620
30621 \backslash
30622 Large 
30623 \backslash
30624 textcircled{
30625 \backslash
30626 normalsize
30627 \backslash
30628 protect
30629 \backslash
30630 raisebox{-1.5pt}{W}}
30631 \end_layout
30632
30633 \end_inset
30634 </cell>
30635 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
30636 \begin_inset Text
30637
30638 \begin_layout Plain Layout
30639 \begin_inset ERT
30640 status collapsed
30641
30642 \begin_layout Plain Layout
30643
30644
30645 \backslash
30646 Large 
30647 \backslash
30648 textcircled{
30649 \backslash
30650 normalsize
30651 \backslash
30652 protect
30653 \backslash
30654 raisebox{-1.5pt}W}
30655 \end_layout
30656
30657 \end_inset
30658
30659
30660 \end_layout
30661
30662 \end_inset
30663 </cell>
30664 </row>
30665 </lyxtabular>
30666
30667 \end_inset
30668
30669
30670 \end_layout
30671
30672 \begin_layout Standard
30673 One has to take care that the character fits into the circle.
30674  
30675 \series bold
30676
30677 \backslash
30678 Large
30679 \series default
30680
30681 \begin_inset Foot
30682 status collapsed
30683
30684 \begin_layout Plain Layout
30685 See 
30686 \begin_inset CommandInset ref
30687 LatexCommand ref
30688 reference "subsec:Font-Sizes"
30689 nolink "false"
30690
30691 \end_inset
30692
30693
30694 \end_layout
30695
30696 \end_inset
30697
30698  specifies the size of the circle.
30699  With the help of 
30700 \series bold
30701
30702 \backslash
30703 raisebox
30704 \series default
30705
30706 \begin_inset Foot
30707 status collapsed
30708
30709 \begin_layout Plain Layout
30710 See 
30711 \begin_inset CommandInset ref
30712 LatexCommand ref
30713 reference "subsec:Boxes-without-Frame"
30714 nolink "false"
30715
30716 \end_inset
30717
30718
30719 \end_layout
30720
30721 \end_inset
30722
30723  the character can be centered.
30724 \end_layout
30725
30726 \begin_layout Subsection
30727 Old-style Figures
30728 \begin_inset Index idx
30729 range none
30730 pageformat default
30731 status collapsed
30732
30733 \begin_layout Plain Layout
30734 Old-style Figures
30735 \end_layout
30736
30737 \end_inset
30738
30739
30740 \end_layout
30741
30742 \begin_layout Standard
30743 Old-style figures (also known as old-style numerals) are created with the command 
30744 \series bold
30745
30746 \backslash
30747 oldstylenums
30748 \series default
30749
30750 \begin_inset Index idx
30751 range none
30752 pageformat default
30753 status collapsed
30754
30755 \begin_layout Plain Layout
30756 Commands
30757 \begin_inset IndexMacro subentry
30758 status open
30759
30760 \begin_layout Plain Layout
30761 O
30762 \end_layout
30763
30764 \end_inset
30765
30766
30767 \begin_inset IndexMacro subentry
30768 status open
30769
30770 \begin_layout Plain Layout
30771
30772 \backslash
30773 oldstylenums
30774 \end_layout
30775
30776 \end_inset
30777
30778
30779 \end_layout
30780
30781 \end_inset
30782
30783 .
30784  The command can be used in formulas and in \SpecialChar TeX
30785  mode.
30786  The command scheme is:
30787 \end_layout
30788
30789 \begin_layout Standard
30790
30791 \series bold
30792
30793 \backslash
30794 oldstylenums{number}
30795 \end_layout
30796
30797 \begin_layout Standard
30798 The command 
30799 \series bold
30800
30801 \backslash
30802 oldstylenums{0123456789}
30803 \series default
30804  produces:
30805  
30806 \begin_inset Formula $\oldstylenums{0123456789}$
30807 \end_inset
30808
30809
30810 \end_layout
30811
30812 \begin_layout Section
30813 Formula Styles
30814 \begin_inset CommandInset label
30815 LatexCommand label
30816 name "sec:Formula-Styles"
30817
30818 \end_inset
30819
30820
30821 \begin_inset Index idx
30822 range none
30823 pageformat default
30824 status collapsed
30825
30826 \begin_layout Plain Layout
30827 Formula
30828 \begin_inset IndexMacro subentry
30829 status open
30830
30831 \begin_layout Plain Layout
30832 styles
30833 \end_layout
30834
30835 \end_inset
30836
30837
30838 \end_layout
30839
30840 \end_inset
30841
30842
30843 \end_layout
30844
30845 \begin_layout Itemize
30846 There are two different alignment styles:
30847 \end_layout
30848
30849 \begin_deeper
30850 \begin_layout Description
30851 Centered is the predefined standard.
30852 \end_layout
30853
30854 \begin_layout Description
30855 Indented can be set using the menu 
30856 \family sans
30857 Document\SpecialChar menuseparator
30858 Settings
30859 \family default
30860  under 
30861 \family sans
30862 Math
30863 \begin_inset space ~
30864 \end_inset
30865
30866 Options.
30867 \end_layout
30868
30869 \begin_layout Standard
30870 When 
30871 \series bold
30872 Indented
30873 \series default
30874  is used,
30875  the indentation can be adjusted.
30876  The default value depends on the document class.
30877 \end_layout
30878
30879 \end_deeper
30880 \begin_layout Itemize
30881 Two different numbering styles are available in the menu 
30882 \family sans
30883 Document\SpecialChar menuseparator
30884 Settings
30885 \family default
30886  under 
30887 \family sans
30888 Math
30889 \begin_inset space ~
30890 \end_inset
30891
30892 Options
30893 \family default
30894 :
30895 \end_layout
30896
30897 \begin_deeper
30898 \begin_layout Description
30899 Right is in most cases the default.
30900 \end_layout
30901
30902 \begin_layout Description
30903 Left
30904 \end_layout
30905
30906 \end_deeper
30907 \begin_layout Standard
30908 The chosen styles are used for all displayed formulas of the document.
30909  When both,
30910  centered and indented formulas should be created in a document,
30911  the style 
30912 \series bold
30913 Centered
30914 \series default
30915  is used.
30916  The indented formulas are then set in a flalign environment,
30917  see 
30918 \begin_inset CommandInset ref
30919 LatexCommand ref
30920 reference "subsec:Flalign-Environment"
30921 nolink "false"
30922
30923 \end_inset
30924
30925 .
30926 \end_layout
30927
30928 \begin_layout Section
30929 Multiline Formulas
30930 \begin_inset CommandInset label
30931 LatexCommand label
30932 name "sec:Multiline-Formulas"
30933
30934 \end_inset
30935
30936
30937 \begin_inset Index idx
30938 range none
30939 pageformat default
30940 status collapsed
30941
30942 \begin_layout Plain Layout
30943 Formula
30944 \begin_inset IndexMacro subentry
30945 status open
30946
30947 \begin_layout Plain Layout
30948 multiline
30949 \end_layout
30950
30951 \end_inset
30952
30953
30954 \end_layout
30955
30956 \end_inset
30957
30958
30959 \end_layout
30960
30961 \begin_layout Subsection
30962 General
30963 \end_layout
30964
30965 \begin_layout Standard
30966 In \SpecialChar LyX
30967 ,
30968  multiline formulas are created by pressing 
30969 \begin_inset Info
30970 type  "shortcut"
30971 arg   "newline-insert newline"
30972 \end_inset
30973
30974  inside a formula.
30975  This creates either an 
30976 \series bold
30977 align environment
30978 \series default
30979  that is described in 
30980 \begin_inset CommandInset ref
30981 LatexCommand ref
30982 reference "subsec:Standard-align-Environment"
30983 nolink "false"
30984
30985 \end_inset
30986
30987  or,
30988  when automatically loading of the package
30989 \family sans
30990  AMS math
30991 \family default
30992  is disabled in the document settings,
30993  an 
30994 \series bold
30995 eqnarray environment
30996 \series default
30997  that is described in 
30998 \begin_inset CommandInset ref
30999 LatexCommand ref
31000 reference "subsec:Eqnarray-Environment"
31001 nolink "false"
31002
31003 \end_inset
31004
31005 .
31006  The align environment is recommended as it provides a typographically correct output in all cases.
31007 \end_layout
31008
31009 \begin_layout Standard
31010 There are other multiline formula environments that can be created via the menu 
31011 \family sans
31012 Insert\SpecialChar menuseparator
31013 Math
31014 \family default
31015 .
31016  These environments are described in the following sections.
31017 \end_layout
31018
31019 \begin_layout Standard
31020 In all multiline formula environments a new line is created by pressing 
31021 \begin_inset Info
31022 type  "shortcut"
31023 arg   "newline-insert newline"
31024 \end_inset
31025
31026 .
31027  To add or delete lines,
31028  use the math toolbar buttons 
31029 \begin_inset Info
31030 type  "icon"
31031 arg   "tabular-feature append-row"
31032 \end_inset
31033
31034  or 
31035 \begin_inset Info
31036 type  "icon"
31037 arg   "tabular-feature delete-row"
31038 \end_inset
31039
31040  respectively,
31041  or the menu option
31042 \family sans
31043  Edit\SpecialChar menuseparator
31044 Rows & Columns
31045 \family default
31046 .
31047 \end_layout
31048
31049 \begin_layout Subsubsection
31050 Line Separation
31051 \begin_inset CommandInset label
31052 LatexCommand label
31053 name "subsec:Line-Separation"
31054
31055 \end_inset
31056
31057
31058 \begin_inset Index idx
31059 range none
31060 pageformat default
31061 status collapsed
31062
31063 \begin_layout Plain Layout
31064 Formula
31065 \begin_inset IndexMacro subentry
31066 status open
31067
31068 \begin_layout Plain Layout
31069 multiline
31070 \end_layout
31071
31072 \end_inset
31073
31074
31075 \begin_inset IndexMacro subentry
31076 status open
31077
31078 \begin_layout Plain Layout
31079 Line separation
31080 \end_layout
31081
31082 \end_inset
31083
31084
31085 \end_layout
31086
31087 \end_inset
31088
31089
31090 \end_layout
31091
31092 \begin_layout Standard
31093 Sometimes there is not enough space in multiline formulas between the lines:
31094 \begin_inset Formula 
31095 \begin{eqnarray*}
31096 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}\\
31097 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
31098 \end{eqnarray*}
31099
31100 \end_inset
31101
31102
31103 \end_layout
31104
31105 \begin_layout Standard
31106 In \SpecialChar LaTeX
31107  additional line space is specified as an optional argument of the new line command.
31108  This is not yet possible in \SpecialChar LyX
31109
31110 \begin_inset Foot
31111 status collapsed
31112
31113 \begin_layout Plain Layout
31114 see 
31115 \begin_inset CommandInset href
31116 LatexCommand href
31117 name "LyX-bug #1505"
31118 target "https://www.lyx.org/trac/ticket/1505"
31119 literal "false"
31120
31121 \end_inset
31122
31123
31124 \end_layout
31125
31126 \end_inset
31127
31128 ,
31129  therefore the whole formula must be inserted in \SpecialChar TeX
31130  mode.
31131  To add in our example space,
31132  the command 
31133 \series bold
31134
31135 \backslash
31136
31137 \backslash
31138 [3mm]
31139 \series default
31140  is inserted at the end of the first line.
31141  One gets:
31142  
31143 \begin_inset ERT
31144 status open
31145
31146 \begin_layout Plain Layout
31147
31148
31149 \backslash
31150 begin{eqnarray*}
31151 \end_layout
31152
31153 \begin_layout Plain Layout
31154
31155 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD & = & 
31156 \backslash
31157 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
31158 \backslash
31159
31160 \backslash
31161 [3mm]
31162 \end_layout
31163
31164 \begin_layout Plain Layout
31165
31166 4x^{2}
31167 \backslash
31168 left(B^{2}+x_{0}^{2}
31169 \backslash
31170 right)+4x_{0}x
31171 \backslash
31172 left(D-B^{2}
31173 \backslash
31174 right)+B^{2}
31175 \backslash
31176 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
31177 \backslash
31178 right) & = & 0
31179 \end_layout
31180
31181 \begin_layout Plain Layout
31182
31183
31184 \backslash
31185 end{eqnarray*}
31186 \end_layout
31187
31188 \end_inset
31189
31190
31191 \end_layout
31192
31193 \begin_layout Standard
31194 \begin_inset VSpace bigskip
31195 \end_inset
31196
31197 To set the line separation for all lines in a formula,
31198  the length of 
31199 \series bold
31200
31201 \backslash
31202 jot
31203 \series default
31204
31205 \begin_inset Index idx
31206 range none
31207 pageformat default
31208 status collapsed
31209
31210 \begin_layout Plain Layout
31211 Commands
31212 \begin_inset IndexMacro subentry
31213 status open
31214
31215 \begin_layout Plain Layout
31216 J
31217 \end_layout
31218
31219 \end_inset
31220
31221
31222 \begin_inset IndexMacro subentry
31223 status open
31224
31225 \begin_layout Plain Layout
31226
31227 \backslash
31228 jot
31229 \end_layout
31230
31231 \end_inset
31232
31233
31234 \end_layout
31235
31236 \end_inset
31237
31238  is changed.
31239  The definition is:
31240  
31241 \begin_inset Formula $\mbox{line separation}=\mathrm{6\,pt+\backslash jot}$
31242 \end_inset
31243
31244 .
31245  
31246 \series bold
31247
31248 \backslash
31249 jot
31250 \series default
31251  is predefined as 3
31252 \begin_inset space \thinspace{}
31253 \end_inset
31254
31255 pt.
31256  To create 3
31257 \begin_inset space \thinspace{}
31258 \end_inset
31259
31260 mm of additional line separation as in the previous example,
31261  the command
31262 \end_layout
31263
31264 \begin_layout Standard
31265
31266 \series bold
31267
31268 \backslash
31269 setlength{
31270 \backslash
31271 jot}{3mm+3pt}
31272 \end_layout
31273
31274 \begin_layout Standard
31275 is inserted in \SpecialChar TeX
31276  mode before the formula.
31277  This requires that the \SpecialChar LaTeX
31278 -package 
31279 \series bold
31280 calc
31281 \series default
31282
31283 \begin_inset Foot
31284 status collapsed
31285
31286 \begin_layout Plain Layout
31287
31288 \series bold
31289 calc
31290 \series default
31291  is part of every \SpecialChar LaTeX
31292  standard installation.
31293 \end_layout
31294
31295 \end_inset
31296
31297
31298 \begin_inset Index idx
31299 range none
31300 pageformat default
31301 status collapsed
31302
31303 \begin_layout Plain Layout
31304 Packages
31305 \begin_inset IndexMacro subentry
31306 status open
31307
31308 \begin_layout Plain Layout
31309 calc
31310 \end_layout
31311
31312 \end_inset
31313
31314
31315 \end_layout
31316
31317 \end_inset
31318
31319  was loaded in \SpecialChar LaTeX
31320 -preamble with the line
31321 \end_layout
31322
31323 \begin_layout Standard
31324
31325 \series bold
31326
31327 \backslash
31328 usepackage{calc}
31329 \end_layout
31330
31331 \begin_layout Standard
31332 One gets:
31333  
31334 \begin_inset ERT
31335 status collapsed
31336
31337 \begin_layout Plain Layout
31338
31339
31340 \backslash
31341 setlength{
31342 \backslash
31343 jot}{3mm+3pt}
31344 \end_layout
31345
31346 \end_inset
31347
31348
31349 \begin_inset Formula 
31350 \begin{eqnarray*}
31351 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}\\
31352 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
31353 \end{eqnarray*}
31354
31355 \end_inset
31356
31357
31358 \end_layout
31359
31360 \begin_layout Standard
31361 \begin_inset ERT
31362 status collapsed
31363
31364 \begin_layout Plain Layout
31365
31366
31367 \backslash
31368 setlength{
31369 \backslash
31370 jot}{3pt}
31371 \end_layout
31372
31373 \end_inset
31374
31375  To get restore 
31376 \series bold
31377
31378 \backslash
31379 jot
31380 \series default
31381  to its original value,
31382  
31383 \series bold
31384
31385 \backslash
31386 jot
31387 \series default
31388  is set to the value 3
31389 \begin_inset space \thinspace{}
31390 \end_inset
31391
31392 pt.
31393 \end_layout
31394
31395 \begin_layout Subsubsection
31396 Column Separation
31397 \begin_inset CommandInset label
31398 LatexCommand label
31399 name "subsec:Column-Separation"
31400
31401 \end_inset
31402
31403
31404 \begin_inset Index idx
31405 range none
31406 pageformat default
31407 status collapsed
31408
31409 \begin_layout Plain Layout
31410 Formula
31411 \begin_inset IndexMacro subentry
31412 status open
31413
31414 \begin_layout Plain Layout
31415 multiline
31416 \end_layout
31417
31418 \end_inset
31419
31420
31421 \begin_inset IndexMacro subentry
31422 status open
31423
31424 \begin_layout Plain Layout
31425 Column separation
31426 \end_layout
31427
31428 \end_inset
31429
31430
31431 \end_layout
31432
31433 \end_inset
31434
31435
31436 \end_layout
31437
31438 \begin_layout Standard
31439 Multiline formulas form a matrix.
31440  A formula in the eqnarray environment for example is a matrix with three columns.
31441  By changing the column separation in this environment,
31442  the space beside the relation sign can be changed.
31443 \end_layout
31444
31445 \begin_layout Standard
31446 The column separation is specified with the length 
31447 \series bold
31448
31449 \backslash
31450 arraycolsep
31451 \series default
31452
31453 \begin_inset Index idx
31454 range none
31455 pageformat default
31456 status collapsed
31457
31458 \begin_layout Plain Layout
31459 Commands
31460 \begin_inset IndexMacro subentry
31461 status open
31462
31463 \begin_layout Plain Layout
31464 A
31465 \end_layout
31466
31467 \end_inset
31468
31469
31470 \begin_inset IndexMacro subentry
31471 status open
31472
31473 \begin_layout Plain Layout
31474
31475 \backslash
31476 arraycolsep
31477 \end_layout
31478
31479 \end_inset
31480
31481
31482 \end_layout
31483
31484 \end_inset
31485
31486  according to the formula:
31487  column separation = 2
31488 \begin_inset space \thinspace{}
31489 \end_inset
31490
31491
31492 \series bold
31493
31494 \backslash
31495 arraycolsep
31496 \change_deleted 5863208 1612730022
31497
31498 \series default
31499
31500 \begin_inset Note Note
31501 status open
31502
31503 \begin_layout Plain Layout
31504
31505 \change_inserted 232239728 1611406079
31506 How does units play into this?
31507  (cm/in/pt) Is the 2 unitless and the result takes on the units of the input value?
31508 \change_unchanged
31509
31510 \end_layout
31511
31512 \end_inset
31513
31514
31515 \change_unchanged
31516
31517 \begin_inset Newline newline
31518 \end_inset
31519
31520 Thus,
31521  the command
31522 \end_layout
31523
31524 \begin_layout Standard
31525
31526 \series bold
31527
31528 \backslash
31529 setlength{
31530 \backslash
31531 arraycolsep}{1cm}
31532 \end_layout
31533
31534 \begin_layout Standard
31535 inserted in \SpecialChar TeX
31536  mode,
31537  sets all following formula column separations to 2
31538 \begin_inset space \thinspace{}
31539 \end_inset
31540
31541 cm.
31542  To return to the predefined distance,
31543  
31544 \series bold
31545
31546 \backslash
31547 arraycolsep
31548 \series default
31549  is set to 5
31550 \begin_inset space \thinspace{}
31551 \end_inset
31552
31553 pt.
31554 \end_layout
31555
31556 \begin_layout Standard
31557 A formula with 2
31558 \begin_inset space \thinspace{}
31559 \end_inset
31560
31561 cm column separation:
31562 \begin_inset ERT
31563 status open
31564
31565 \begin_layout Plain Layout
31566
31567
31568 \backslash
31569 setlength{
31570 \backslash
31571 arraycolsep}{1cm}
31572 \end_layout
31573
31574 \end_inset
31575
31576
31577 \begin_inset Formula 
31578 \begin{eqnarray*}
31579 A & = & B\\
31580 C & \ne & A
31581 \end{eqnarray*}
31582
31583 \end_inset
31584
31585 A formula with the predefined column separation for matrices of 10
31586 \begin_inset space \thinspace{}
31587 \end_inset
31588
31589 pt:
31590 \begin_inset ERT
31591 status open
31592
31593 \begin_layout Plain Layout
31594
31595
31596 \backslash
31597 setlength{
31598 \backslash
31599 arraycolsep}{5pt}
31600 \end_layout
31601
31602 \end_inset
31603
31604
31605 \begin_inset Formula 
31606 \begin{eqnarray*}
31607 A & = & B\\
31608 C & \ne & A
31609 \end{eqnarray*}
31610
31611 \end_inset
31612
31613
31614 \end_layout
31615
31616 \begin_layout Standard
31617 \begin_inset Newpage newpage
31618 \end_inset
31619
31620
31621 \end_layout
31622
31623 \begin_layout Subsubsection
31624 Long Formulas
31625 \begin_inset Index idx
31626 range none
31627 pageformat default
31628 status collapsed
31629
31630 \begin_layout Plain Layout
31631 Formula
31632 \begin_inset IndexMacro subentry
31633 status open
31634
31635 \begin_layout Plain Layout
31636 long
31637 \end_layout
31638
31639 \end_inset
31640
31641
31642 \end_layout
31643
31644 \end_inset
31645
31646
31647 \end_layout
31648
31649 \begin_layout Standard
31650 Long formulas can be typeset using these methods:
31651 \end_layout
31652
31653 \begin_layout Itemize
31654 If one side of an equation is much shorter than the line width,
31655  this is chosen for the left side and the right side is typeset over two lines:
31656 \begin_inset Formula 
31657 \begin{eqnarray}
31658 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 \\
31659  &  & -\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:shortlong}
31660 \end{eqnarray}
31661
31662 \end_inset
31663
31664 The minus sign at the beginning of the second line does normally not appear as an operator because it is the first character of the line.
31665  Thus it would not be surrounded by space and could not be distinguished from the fraction bar.
31666  To avoid this,
31667  a 3
31668 \begin_inset space \thinspace{}
31669 \end_inset
31670
31671 pt space was inserted behind the minus sign with the command 
31672 \series bold
31673
31674 \backslash
31675 hspace
31676 \series default
31677 .
31678 \begin_inset Foot
31679 status collapsed
31680
31681 \begin_layout Plain Layout
31682 For more about 
31683 \series bold
31684
31685 \backslash
31686 hspace
31687 \series default
31688  see 
31689 \begin_inset CommandInset ref
31690 LatexCommand ref
31691 reference "subsec:Variable-Space"
31692 nolink "false"
31693
31694 \end_inset
31695
31696
31697 \end_layout
31698
31699 \end_inset
31700
31701
31702 \begin_inset Index idx
31703 range none
31704 pageformat default
31705 status collapsed
31706
31707 \begin_layout Plain Layout
31708 Commands
31709 \begin_inset IndexMacro subentry
31710 status open
31711
31712 \begin_layout Plain Layout
31713 H
31714 \end_layout
31715
31716 \end_inset
31717
31718
31719 \begin_inset IndexMacro subentry
31720 status open
31721
31722 \begin_layout Plain Layout
31723
31724 \backslash
31725 hspace
31726 \end_layout
31727
31728 \end_inset
31729
31730
31731 \end_layout
31732
31733 \end_inset
31734
31735
31736 \end_layout
31737
31738 \begin_layout Itemize
31739 When both sides of the equation are long,
31740  the command 
31741 \series bold
31742
31743 \backslash
31744 lefteqn
31745 \series default
31746
31747 \begin_inset Index idx
31748 range none
31749 pageformat default
31750 status collapsed
31751
31752 \begin_layout Plain Layout
31753 Commands
31754 \begin_inset IndexMacro subentry
31755 status open
31756
31757 \begin_layout Plain Layout
31758 L
31759 \end_layout
31760
31761 \end_inset
31762
31763
31764 \begin_inset IndexMacro subentry
31765 status open
31766
31767 \begin_layout Plain Layout
31768
31769 \backslash
31770 lefteqn
31771 \end_layout
31772
31773 \end_inset
31774
31775
31776 \end_layout
31777
31778 \end_inset
31779
31780  is used.
31781  It is inserted in the first column of the first line and causes all further insertions to overwrite the following columns:
31782 \begin_inset Formula 
31783 \begin{eqnarray}
31784 \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 \\
31785  &  & -\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 \\
31786  &  & =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}
31787 \end{eqnarray}
31788
31789 \end_inset
31790
31791 After the insertion of 
31792 \series bold
31793
31794 \backslash
31795 lefteqn
31796 \series default
31797 ,
31798  the cursor is in a purple box that is shifted a bit to the left from the blue one.
31799  The formula is inserted there.
31800 \begin_inset Newline newline
31801 \end_inset
31802
31803 The content of additional lines is inserted in the second or another formula column.
31804  The greater the insertion column number ,
31805  the larger the indentation.
31806 \begin_inset VSpace medskip
31807 \end_inset
31808
31809
31810 \begin_inset Newline newline
31811 \end_inset
31812
31813
31814 \begin_inset Note Greyedout
31815 status open
31816
31817 \begin_layout Plain Layout
31818 Note the following when using 
31819 \series bold
31820
31821 \backslash
31822 lefteqn
31823 \series default
31824 :
31825 \end_layout
31826
31827 \begin_layout Itemize
31828 The formula doesn't use the full page width.
31829  When e.
31830 \begin_inset space \thinspace{}
31831 \end_inset
31832
31833 g.
31834 \begin_inset space \space{}
31835 \end_inset
31836
31837 the term 
31838 \begin_inset Formula $-B^{2}$
31839 \end_inset
31840
31841  is added to the first line in the above example,
31842  it would have been outside the page margin.
31843  To better use the width,
31844  negative space can be inserted at the beginning of the first line.
31845 \end_layout
31846
31847 \begin_layout Itemize
31848 Due to a bug in \SpecialChar LyX
31849  the cursor cannot be set with the mouse in the first line.
31850 \begin_inset Foot
31851 status collapsed
31852
31853 \begin_layout Plain Layout
31854 \begin_inset CommandInset href
31855 LatexCommand href
31856 name "LyX-bug #1429"
31857 target "https://www.lyx.org/trac/ticket/1429"
31858 literal "false"
31859
31860 \end_inset
31861
31862
31863 \end_layout
31864
31865 \end_inset
31866
31867  One can only set the cursor at the beginning of the line and move it with the arrow keys.
31868 \end_layout
31869
31870 \end_inset
31871
31872
31873 \end_layout
31874
31875 \begin_layout Itemize
31876 Other methods to set long formulas are offered by the environments described in 
31877 \begin_inset CommandInset ref
31878 LatexCommand ref
31879 reference "subsec:Multline-Environment"
31880 nolink "false"
31881
31882 \end_inset
31883
31884  and 
31885 \begin_inset CommandInset ref
31886 LatexCommand ref
31887 reference "subsec:Multiline-Formula-Parts"
31888 nolink "false"
31889
31890 \end_inset
31891
31892 .
31893 \end_layout
31894
31895 \begin_layout Subsubsection
31896 Multiline Fractions
31897 \begin_inset CommandInset label
31898 LatexCommand label
31899 name "subsec:Multiline-Fractions"
31900
31901 \end_inset
31902
31903
31904 \begin_inset Index idx
31905 range none
31906 pageformat default
31907 status collapsed
31908
31909 \begin_layout Plain Layout
31910 Fractions
31911 \begin_inset IndexMacro subentry
31912 status open
31913
31914 \begin_layout Plain Layout
31915 multiline
31916 \end_layout
31917
31918 \end_inset
31919
31920
31921 \end_layout
31922
31923 \end_inset
31924
31925
31926 \end_layout
31927
31928 \begin_layout Standard
31929 There are cases where the denominator and/or the numerator of a fraction is so long that the fraction does not fit on one line.
31930  It is then necessary to add a line break within the fraction.
31931  This can be done using the command 
31932 \series bold
31933
31934 \backslash
31935 splitfrac
31936 \series default
31937
31938 \begin_inset Index idx
31939 range none
31940 pageformat default
31941 status collapsed
31942
31943 \begin_layout Plain Layout
31944 Commands
31945 \begin_inset IndexMacro subentry
31946 status open
31947
31948 \begin_layout Plain Layout
31949 S
31950 \end_layout
31951
31952 \end_inset
31953
31954
31955 \begin_inset IndexMacro subentry
31956 status open
31957
31958 \begin_layout Plain Layout
31959
31960 \backslash
31961 splitfrac
31962 \end_layout
31963
31964 \end_inset
31965
31966
31967 \end_layout
31968
31969 \end_inset
31970
31971 .
31972  To activate it,
31973  go to the document settings under 
31974 \family sans
31975 Math
31976 \begin_inset space ~
31977 \end_inset
31978
31979 Options
31980 \family default
31981  for the package 
31982 \series bold
31983 mathtools
31984 \series default
31985
31986 \begin_inset Index idx
31987 range none
31988 pageformat default
31989 status collapsed
31990
31991 \begin_layout Plain Layout
31992 Packages
31993 \begin_inset IndexMacro subentry
31994 status open
31995
31996 \begin_layout Plain Layout
31997 mathtools
31998 \end_layout
31999
32000 \end_inset
32001
32002
32003 \end_layout
32004
32005 \end_inset
32006
32007  and set its option to 
32008 \family sans
32009 Load
32010 \begin_inset space ~
32011 \end_inset
32012
32013 always
32014 \family default
32015 .
32016  
32017 \series bold
32018
32019 \backslash
32020 splitfrac
32021 \series default
32022  has the scheme
32023 \end_layout
32024
32025 \begin_layout Standard
32026
32027 \series bold
32028
32029 \backslash
32030 splitfrac{first line}{second line}
32031 \end_layout
32032
32033 \begin_layout Standard
32034 and is used for either the denominator or numerator:
32035 \end_layout
32036
32037 \begin_layout Standard
32038 \begin_inset Formula 
32039 \[
32040 a=\frac{\splitfrac{xy+xy+xy+xy+xy}{+wy+wy+wy+wy}}{z}\ne\frac{\splitdfrac{xy+\frac{xy}{z}+xy+xy+xy}{+xy+xy+xy+xy}}{z}
32041 \]
32042
32043 \end_inset
32044
32045 The command for the first numerator above is:
32046 \end_layout
32047
32048 \begin_layout Standard
32049
32050 \series bold
32051
32052 \backslash
32053 splitfrac{xy+xy+xy+xy+xy
32054 \begin_inset space \textvisiblespace{}
32055 \end_inset
32056
32057
32058 \backslash
32059 {+wy+wy+wy+wy
32060 \end_layout
32061
32062 \begin_layout Subsubsection
32063 Multiline Brackets
32064 \begin_inset CommandInset label
32065 LatexCommand label
32066 name "subsec:Multiline-Brackets"
32067
32068 \end_inset
32069
32070
32071 \begin_inset Index idx
32072 range none
32073 pageformat default
32074 status collapsed
32075
32076 \begin_layout Plain Layout
32077 Brackets
32078 \begin_inset IndexMacro subentry
32079 status open
32080
32081 \begin_layout Plain Layout
32082 for multiline expressions
32083 \end_layout
32084
32085 \end_inset
32086
32087
32088 \end_layout
32089
32090 \end_inset
32091
32092
32093 \end_layout
32094
32095 \begin_layout Standard
32096 For brackets spanning multiple lines the following problem occurs:
32097 \begin_inset Formula 
32098 \begin{eqnarray*}
32099 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
32100  &  & \left.\cdots+B-D\right]
32101 \end{eqnarray*}
32102
32103 \end_inset
32104
32105
32106 \end_layout
32107
32108 \begin_layout Standard
32109 The closing bracket is smaller than the opening bracket because brackets with variable size may not span multiple lines.
32110 \end_layout
32111
32112 \begin_layout Standard
32113 To set the bracket size for the second line correctly,
32114  the first line is ended with 
32115 \series bold
32116
32117 \backslash
32118 right.
32119 \series default
32120
32121 \begin_inset Index idx
32122 range none
32123 pageformat default
32124 status collapsed
32125
32126 \begin_layout Plain Layout
32127 Commands
32128 \begin_inset IndexMacro subentry
32129 status open
32130
32131 \begin_layout Plain Layout
32132 R
32133 \end_layout
32134
32135 \end_inset
32136
32137
32138 \begin_inset IndexMacro subentry
32139 status open
32140
32141 \begin_layout Plain Layout
32142
32143 \backslash
32144 right
32145 \end_layout
32146
32147 \end_inset
32148
32149
32150 \end_layout
32151
32152 \end_inset
32153
32154  and the second line with 
32155 \series bold
32156
32157 \backslash
32158 left.
32159 \begin_inset Foot
32160 status collapsed
32161
32162 \begin_layout Plain Layout
32163 For more about 
32164 \series bold
32165
32166 \backslash
32167 left
32168 \series default
32169  and 
32170 \series bold
32171
32172 \backslash
32173 right
32174 \series default
32175  see 
32176 \begin_inset CommandInset ref
32177 LatexCommand ref
32178 reference "subsec:Automatic-Bracket-Size"
32179 nolink "false"
32180
32181 \end_inset
32182
32183
32184 \end_layout
32185
32186 \end_inset
32187
32188
32189 \series default
32190
32191 \begin_inset Index idx
32192 range none
32193 pageformat default
32194 status collapsed
32195
32196 \begin_layout Plain Layout
32197 Commands
32198 \begin_inset IndexMacro subentry
32199 status open
32200
32201 \begin_layout Plain Layout
32202 L
32203 \end_layout
32204
32205 \end_inset
32206
32207
32208 \begin_inset IndexMacro subentry
32209 status open
32210
32211 \begin_layout Plain Layout
32212
32213 \backslash
32214 left
32215 \end_layout
32216
32217 \end_inset
32218
32219
32220 \end_layout
32221
32222 \end_inset
32223
32224 .
32225  After 
32226 \series bold
32227
32228 \backslash
32229 left.
32230
32231 \series default
32232  the command 
32233 \series bold
32234
32235 \backslash
32236 vphantom
32237 \series default
32238
32239 \begin_inset space \textvisiblespace{}
32240 \end_inset
32241
32242
32243 \series bold
32244
32245 \backslash
32246 prod
32247 \series default
32248 ^
32249 \begin_inset space \textvisiblespace{}
32250 \end_inset
32251
32252
32253 \series bold
32254
32255 \backslash
32256 infty
32257 \series default
32258
32259 \begin_inset space \textvisiblespace{}
32260 \end_inset
32261
32262
32263 \series bold
32264
32265 \begin_inset Formula $\downarrow$
32266 \end_inset
32267
32268 _R=1}
32269 \series default
32270
32271 \begin_inset Index idx
32272 range none
32273 pageformat default
32274 status collapsed
32275
32276 \begin_layout Plain Layout
32277 Commands
32278 \begin_inset IndexMacro subentry
32279 status open
32280
32281 \begin_layout Plain Layout
32282 V
32283 \end_layout
32284
32285 \end_inset
32286
32287
32288 \begin_inset IndexMacro subentry
32289 status open
32290
32291 \begin_layout Plain Layout
32292
32293 \backslash
32294 vphantom
32295 \end_layout
32296
32297 \end_inset
32298
32299
32300 \end_layout
32301
32302 \end_inset
32303
32304  is inserted,
32305  because the multiplication operator with its limits is the largest symbol in the first line and this should be the size for the bracket in the second line.
32306 \end_layout
32307
32308 \begin_layout Standard
32309 The result is this:
32310 \begin_inset Formula 
32311 \begin{eqnarray*}
32312 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
32313  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
32314 \end{eqnarray*}
32315
32316 \end_inset
32317
32318
32319 \end_layout
32320
32321 \begin_layout Subsection
32322 Align Environments
32323 \end_layout
32324
32325 \begin_layout Standard
32326 Align environments can be used for every kind of multiline formulas.
32327  They are especially useful to set several formulas side by side.
32328 \end_layout
32329
32330 \begin_layout Standard
32331 Align environments consist of columns.
32332  The odd columns are right aligned,
32333  the even ones left aligned.
32334  Every line in an Align environment can be numbered.
32335 \end_layout
32336
32337 \begin_layout Standard
32338 Align environments are created via the menu 
32339 \family sans
32340 Insert\SpecialChar menuseparator
32341 Math
32342 \family default
32343 .
32344  With the menu 
32345 \family sans
32346 Edit\SpecialChar menuseparator
32347 Math\SpecialChar menuseparator
32348 Change Formula Type
32349 \family default
32350  pre-existing formulas can be converted to Align environments.
32351 \end_layout
32352
32353 \begin_layout Standard
32354 To add or delete columns,
32355  use the math toolbar buttons 
32356 \begin_inset Info
32357 type  "icon"
32358 arg   "tabular-feature append-column"
32359 \end_inset
32360
32361  or 
32362 \begin_inset Info
32363 type  "icon"
32364 arg   "tabular-feature delete-column"
32365 \end_inset
32366
32367  respectively,
32368  or the menu option 
32369 \family sans
32370 Edit\SpecialChar menuseparator
32371 Rows & Columns
32372 \family default
32373  can be used.
32374 \end_layout
32375
32376 \begin_layout Subsubsection
32377 Standard Align Environment
32378 \begin_inset CommandInset label
32379 LatexCommand label
32380 name "subsec:Standard-align-Environment"
32381
32382 \end_inset
32383
32384
32385 \begin_inset Index idx
32386 range none
32387 pageformat default
32388 status collapsed
32389
32390 \begin_layout Plain Layout
32391 Formula
32392 \begin_inset IndexMacro subentry
32393 status open
32394
32395 \begin_layout Plain Layout
32396 multiline
32397 \end_layout
32398
32399 \end_inset
32400
32401
32402 \begin_inset IndexMacro subentry
32403 status open
32404
32405 \begin_layout Plain Layout
32406 align environment
32407 \end_layout
32408
32409 \end_inset
32410
32411
32412 \end_layout
32413
32414 \end_inset
32415
32416
32417 \end_layout
32418
32419 \begin_layout Standard
32420 This align environment is created by pressing 
32421 \begin_inset Info
32422 type  "shortcut"
32423 arg   "newline-insert newline"
32424 \end_inset
32425
32426  in a formula or by the menu 
32427 \family sans
32428 Insert\SpecialChar menuseparator
32429 Math\SpecialChar menuseparator
32430 AMS align Environment
32431 \family default
32432 .
32433 \end_layout
32434
32435 \begin_layout Standard
32436 An example for two formulas set side by side,
32437  that are created with a four column align environment:
32438 \begin_inset Formula 
32439 \begin{align*}
32440 A & =\sin(B) & C & =D\\
32441 C & \ne A & B & \ne D
32442 \end{align*}
32443
32444 \end_inset
32445
32446 As it can be seen,
32447  the formulas in this environment are placed so as if there would be a 
32448 \series bold
32449
32450 \backslash
32451 hfill
32452 \begin_inset Foot
32453 status open
32454
32455 \begin_layout Plain Layout
32456 For more about 
32457 \series bold
32458
32459 \backslash
32460 hfill
32461 \series default
32462  see 
32463 \begin_inset CommandInset ref
32464 LatexCommand ref
32465 reference "subsec:Variable-Space"
32466 nolink "false"
32467
32468 \end_inset
32469
32470
32471 \end_layout
32472
32473 \end_inset
32474
32475
32476 \series default
32477  before the first and after every even column.
32478  When the formula style 
32479 \series bold
32480 Indented
32481 \begin_inset Foot
32482 status open
32483
32484 \begin_layout Plain Layout
32485 For formula styles see 
32486 \begin_inset CommandInset ref
32487 LatexCommand ref
32488 reference "sec:Formula-Styles"
32489 nolink "false"
32490
32491 \end_inset
32492
32493
32494 \end_layout
32495
32496 \end_inset
32497
32498
32499 \series default
32500  is used,
32501  the formula is set without the 
32502 \series bold
32503
32504 \backslash
32505 hfill
32506 \series default
32507  before the first column.
32508 \end_layout
32509
32510 \begin_layout Subsubsection
32511 Alignat Environment
32512 \begin_inset Index idx
32513 range none
32514 pageformat default
32515 status collapsed
32516
32517 \begin_layout Plain Layout
32518 Formula
32519 \begin_inset IndexMacro subentry
32520 status open
32521
32522 \begin_layout Plain Layout
32523 multiline
32524 \end_layout
32525
32526 \end_inset
32527
32528
32529 \begin_inset IndexMacro subentry
32530 status open
32531
32532 \begin_layout Plain Layout
32533 alignat environment
32534 \end_layout
32535
32536 \end_inset
32537
32538
32539 \end_layout
32540
32541 \end_inset
32542
32543
32544 \end_layout
32545
32546 \begin_layout Standard
32547 The alignat environment has no predefined column separation.
32548  It can be inserted manually with the spaces that are described in 
32549 \begin_inset CommandInset ref
32550 LatexCommand ref
32551 reference "subsec:Space"
32552 nolink "false"
32553
32554 \end_inset
32555
32556 .
32557 \end_layout
32558
32559 \begin_layout Standard
32560 The above example is shown in the alignat environment where 1
32561 \begin_inset space \thinspace{}
32562 \end_inset
32563
32564 cm space was inserted at the beginning of the second formula:
32565 \begin_inset Formula 
32566 \begin{alignat*}{2}
32567 A & =\sin(B) & \hspace{1cm}C & =D\\
32568 C & \ne A & B & \ne D
32569 \end{alignat*}
32570
32571 \end_inset
32572
32573 Because the column separation can be set separately for every column,
32574  this environment is especially suitable to set three or more formulas side by side.
32575 \end_layout
32576
32577 \begin_layout Subsubsection
32578 Flalign Environment
32579 \begin_inset CommandInset label
32580 LatexCommand label
32581 name "subsec:Flalign-Environment"
32582
32583 \end_inset
32584
32585
32586 \begin_inset Index idx
32587 range none
32588 pageformat default
32589 status collapsed
32590
32591 \begin_layout Plain Layout
32592 Formula
32593 \begin_inset IndexMacro subentry
32594 status open
32595
32596 \begin_layout Plain Layout
32597 multiline
32598 \end_layout
32599
32600 \end_inset
32601
32602
32603 \begin_inset IndexMacro subentry
32604 status open
32605
32606 \begin_layout Plain Layout
32607 flalign environment
32608 \end_layout
32609
32610 \end_inset
32611
32612
32613 \end_layout
32614
32615 \end_inset
32616
32617
32618 \end_layout
32619
32620 \begin_layout Standard
32621 In this environment the first column is always set to the left as much as possible and the last one to the right.
32622  An example:
32623 \begin_inset Formula 
32624 \begin{flalign*}
32625 A & =1 & B & =2 & C & =3\\
32626 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
32627 \end{flalign*}
32628
32629 \end_inset
32630
32631
32632 \end_layout
32633
32634 \begin_layout Standard
32635 By creating a flalign environment with an odd number of columns where an empty \SpecialChar TeX
32636  brace is inserted in the last column,
32637  several formulas in a document can be set to the left,
32638  although the formula style 
32639 \series bold
32640 Centered
32641 \series default
32642  is used.
32643  As example the indented formula 
32644 \begin_inset CommandInset ref
32645 LatexCommand eqref
32646 reference "eq:VolInt"
32647 nolink "false"
32648
32649 \end_inset
32650
32651 :
32652 \begin_inset Formula 
32653 \begin{flalign}
32654 \hspace{30pt}\iiint_{V}X\,\mathrm{d}V & =U & {}
32655 \end{flalign}
32656
32657 \end_inset
32658
32659 The first two columns contain the formula.
32660  To indent it as with the formula style 
32661 \series bold
32662 Indented
32663 \series default
32664 ,
32665  a 30
32666 \begin_inset space \thinspace{}
32667 \end_inset
32668
32669 pt space was inserted at the beginning of the first column.
32670 \end_layout
32671
32672 \begin_layout Subsection
32673 Eqnarray Environment
32674 \begin_inset CommandInset label
32675 LatexCommand label
32676 name "subsec:Eqnarray-Environment"
32677
32678 \end_inset
32679
32680
32681 \begin_inset Index idx
32682 range none
32683 pageformat default
32684 status collapsed
32685
32686 \begin_layout Plain Layout
32687 Formula
32688 \begin_inset IndexMacro subentry
32689 status open
32690
32691 \begin_layout Plain Layout
32692 multiline
32693 \end_layout
32694
32695 \end_inset
32696
32697
32698 \begin_inset IndexMacro subentry
32699 status open
32700
32701 \begin_layout Plain Layout
32702 eqnarray environment
32703 \end_layout
32704
32705 \end_inset
32706
32707
32708 \end_layout
32709
32710 \end_inset
32711
32712
32713 \end_layout
32714
32715 \begin_layout Standard
32716 When this environment is created,
32717  three blue boxes appear.
32718  The content of the first box is right aligned,
32719  the content of the last box left aligned.
32720  The content of the middle box appears centered and a bit smaller because it is intended for relational characters only.
32721 \begin_inset Formula 
32722 \begin{eqnarray*}
32723 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
32724 AB & AB & AB\\
32725 A & = & A
32726 \end{eqnarray*}
32727
32728 \end_inset
32729
32730
32731 \end_layout
32732
32733 \begin_layout Subsection
32734 Gather Environment
32735 \begin_inset Index idx
32736 range none
32737 pageformat default
32738 status collapsed
32739
32740 \begin_layout Plain Layout
32741 Formula
32742 \begin_inset IndexMacro subentry
32743 status open
32744
32745 \begin_layout Plain Layout
32746 multiline
32747 \end_layout
32748
32749 \end_inset
32750
32751
32752 \begin_inset IndexMacro subentry
32753 status open
32754
32755 \begin_layout Plain Layout
32756 gather environment
32757 \end_layout
32758
32759 \end_inset
32760
32761
32762 \end_layout
32763
32764 \end_inset
32765
32766
32767 \end_layout
32768
32769 \begin_layout Standard
32770 This environment consists of one centered column.
32771  Every line can be numbered.
32772 \begin_inset Formula 
32773 \begin{gather}
32774 A=1\\
32775 X=\textrm{-}1
32776 \end{gather}
32777
32778 \end_inset
32779
32780
32781 \end_layout
32782
32783 \begin_layout Subsection
32784 Multline Environment
32785 \begin_inset CommandInset label
32786 LatexCommand label
32787 name "subsec:Multline-Environment"
32788
32789 \end_inset
32790
32791
32792 \begin_inset Index idx
32793 range none
32794 pageformat default
32795 status collapsed
32796
32797 \begin_layout Plain Layout
32798 Formula
32799 \begin_inset IndexMacro subentry
32800 status open
32801
32802 \begin_layout Plain Layout
32803 multiline
32804 \end_layout
32805
32806 \end_inset
32807
32808
32809 \begin_inset IndexMacro subentry
32810 status open
32811
32812 \begin_layout Plain Layout
32813 multline environment
32814 \end_layout
32815
32816 \end_inset
32817
32818
32819 \end_layout
32820
32821 \end_inset
32822
32823
32824 \end_layout
32825
32826 \begin_layout Standard
32827 The multline environment consists,
32828  like the gather environment,
32829  of one column.
32830  But the first line is left aligned,
32831  the last one right aligned.
32832  All other lines are centered.
32833  Therefore this environment is suitable for long formulas.
32834  Using example formula 
32835 \begin_inset CommandInset ref
32836 LatexCommand eqref
32837 reference "eq:lefteqn"
32838 nolink "false"
32839
32840 \end_inset
32841
32842  in the multline environment:
32843 \begin_inset Formula 
32844 \begin{multline}
32845 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}\\
32846 -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}\\
32847 =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}}
32848 \end{multline}
32849
32850 \end_inset
32851
32852
32853 \end_layout
32854
32855 \begin_layout Standard
32856 In the output,
32857  only the last line of a multline environment appears numbered when the document numbering is on the right .
32858  If the document numbering is on the left then only the first line will appear numbered.
32859 \begin_inset Foot
32860 status collapsed
32861
32862 \begin_layout Plain Layout
32863 For numbering styles see 
32864 \begin_inset CommandInset ref
32865 LatexCommand ref
32866 reference "sec:Formula-Styles"
32867 nolink "false"
32868
32869 \end_inset
32870
32871
32872 \end_layout
32873
32874 \end_inset
32875
32876
32877 \end_layout
32878
32879 \begin_layout Standard
32880 With the commands 
32881 \series bold
32882
32883 \backslash
32884 shoveright
32885 \series default
32886
32887 \begin_inset Index idx
32888 range none
32889 pageformat default
32890 status collapsed
32891
32892 \begin_layout Plain Layout
32893 Commands
32894 \begin_inset IndexMacro subentry
32895 status open
32896
32897 \begin_layout Plain Layout
32898 S
32899 \end_layout
32900
32901 \end_inset
32902
32903
32904 \begin_inset IndexMacro subentry
32905 status open
32906
32907 \begin_layout Plain Layout
32908
32909 \backslash
32910 shoveright
32911 \end_layout
32912
32913 \end_inset
32914
32915
32916 \end_layout
32917
32918 \end_inset
32919
32920  and 
32921 \series bold
32922
32923 \backslash
32924 shoveleft
32925 \series default
32926
32927 \begin_inset Index idx
32928 range none
32929 pageformat default
32930 status collapsed
32931
32932 \begin_layout Plain Layout
32933 Commands
32934 \begin_inset IndexMacro subentry
32935 status open
32936
32937 \begin_layout Plain Layout
32938 S
32939 \end_layout
32940
32941 \end_inset
32942
32943
32944 \begin_inset IndexMacro subentry
32945 status open
32946
32947 \begin_layout Plain Layout
32948
32949 \backslash
32950 shoveleft
32951 \end_layout
32952
32953 \end_inset
32954
32955
32956 \end_layout
32957
32958 \end_inset
32959
32960  a centered line can be right or left aligned,
32961  respectively.
32962  The commands are used as follows:
32963 \end_layout
32964
32965 \begin_layout Standard
32966
32967 \series bold
32968
32969 \backslash
32970 shoveright{line content}
32971 \series default
32972  and 
32973 \series bold
32974
32975 \backslash
32976 shoveleft{line content}
32977 \end_layout
32978
32979 \begin_layout Standard
32980 \begin_inset VSpace medskip
32981 \end_inset
32982
32983 The length 
32984 \series bold
32985
32986 \backslash
32987 multlinegap
32988 \series default
32989
32990 \begin_inset Index idx
32991 range none
32992 pageformat default
32993 status collapsed
32994
32995 \begin_layout Plain Layout
32996 Commands
32997 \begin_inset IndexMacro subentry
32998 status open
32999
33000 \begin_layout Plain Layout
33001 M
33002 \end_layout
33003
33004 \end_inset
33005
33006
33007 \begin_inset IndexMacro subentry
33008 status open
33009
33010 \begin_layout Plain Layout
33011
33012 \backslash
33013 multlinegap
33014 \end_layout
33015
33016 \end_inset
33017
33018
33019 \end_layout
33020
33021 \end_inset
33022
33023  specifies the distance of the first line from the left page margin.
33024  Predefined is the length 0
33025 \begin_inset space \thinspace{}
33026 \end_inset
33027
33028 pt.
33029 \end_layout
33030
33031 \begin_layout Standard
33032 As example the above formula where the command
33033 \end_layout
33034
33035 \begin_layout Standard
33036
33037 \series bold
33038
33039 \backslash
33040 setlength{
33041 \backslash
33042 multlinegap}{2cm}
33043 \end_layout
33044
33045 \begin_layout Standard
33046 was inserted in \SpecialChar TeX
33047  mode before:
33048 \begin_inset ERT
33049 status collapsed
33050
33051 \begin_layout Plain Layout
33052
33053
33054 \backslash
33055 setlength{
33056 \backslash
33057 multlinegap}{2cm}
33058 \end_layout
33059
33060 \end_inset
33061
33062
33063 \begin_inset Formula 
33064 \begin{multline}
33065 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}\\
33066 \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}}\\
33067 =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}}
33068 \end{multline}
33069
33070 \end_inset
33071
33072
33073 \begin_inset ERT
33074 status collapsed
33075
33076 \begin_layout Plain Layout
33077
33078
33079 \backslash
33080 setlength{
33081 \backslash
33082 multlinegap}{0pt}
33083 \end_layout
33084
33085 \end_inset
33086
33087 The second line was left aligned using 
33088 \series bold
33089
33090 \backslash
33091 shoveleft
33092 \series default
33093 .
33094 \end_layout
33095
33096 \begin_layout Subsection
33097 Multiline Formula Parts
33098 \begin_inset CommandInset label
33099 LatexCommand label
33100 name "subsec:Multiline-Formula-Parts"
33101
33102 \end_inset
33103
33104
33105 \begin_inset Index idx
33106 range none
33107 pageformat default
33108 status collapsed
33109
33110 \begin_layout Plain Layout
33111 Formula
33112 \begin_inset IndexMacro subentry
33113 status open
33114
33115 \begin_layout Plain Layout
33116 multiline
33117 \end_layout
33118
33119 \end_inset
33120
33121
33122 \begin_inset IndexMacro subentry
33123 status open
33124
33125 \begin_layout Plain Layout
33126 formula parts
33127 \end_layout
33128
33129 \end_inset
33130
33131
33132 \end_layout
33133
33134 \end_inset
33135
33136
33137 \end_layout
33138
33139 \begin_layout Standard
33140 To display only parts of a formula with multiple lines,
33141  one of the following environments is used:
33142  
33143 \series bold
33144 aligned
33145 \series default
33146 ,
33147  
33148 \series bold
33149 alignedat
33150 \series default
33151 ,
33152  
33153 \series bold
33154 gathered
33155 \series default
33156  or 
33157 \series bold
33158 split
33159 \series default
33160 .
33161  They can be inserted via the menu 
33162 \family sans
33163 Insert\SpecialChar menuseparator
33164 Math
33165 \family default
33166  or by using the commands described in this section.
33167 \end_layout
33168
33169 \begin_layout Standard
33170 The first three have the same properties as the corresponding multiline formula environments,
33171  but it is possible to set additional formula parts beside them.
33172  An example:
33173 \begin_inset Formula 
33174 \[
33175 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
33176 \Delta E\Delta t & \ge\frac{\hbar}{2}
33177 \end{aligned}
33178 \right\} \textrm{Uncertainty relations}
33179 \]
33180
33181 \end_inset
33182
33183
33184 \end_layout
33185
33186 \begin_layout Standard
33187 To get this formula,
33188  a displayed formula is created where the command 
33189 \series bold
33190
33191 \backslash
33192 aligned
33193 \series default
33194
33195 \begin_inset Index idx
33196 range none
33197 pageformat default
33198 status collapsed
33199
33200 \begin_layout Plain Layout
33201 Commands
33202 \begin_inset IndexMacro subentry
33203 status open
33204
33205 \begin_layout Plain Layout
33206 A
33207 \end_layout
33208
33209 \end_inset
33210
33211
33212 \begin_inset IndexMacro subentry
33213 status open
33214
33215 \begin_layout Plain Layout
33216
33217 \backslash
33218 aligned
33219 \end_layout
33220
33221 \end_inset
33222
33223
33224 \end_layout
33225
33226 \end_inset
33227
33228  is inserted.
33229  A purple box appears around the blue formula box where now columns and lines can be added.
33230  Outside the multiline environment other formula parts can be set,
33231  like the brace.
33232 \end_layout
33233
33234 \begin_layout Standard
33235 The aligned environment is also suitable for long formulas whose lines are horizontally aligned.
33236  Using aligned in a displayed formula has the advantage that the formula number is vertically centered behind the lines.
33237  For example here is formula 
33238 \begin_inset CommandInset ref
33239 LatexCommand eqref
33240 reference "eq:shortlong"
33241 nolink "false"
33242
33243 \end_inset
33244
33245  in the aligned environment:
33246 \begin_inset Formula 
33247 \begin{equation}
33248 \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}|}\\
33249  & -\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}|}
33250 \end{aligned}
33251 \end{equation}
33252
33253 \end_inset
33254
33255
33256 \end_layout
33257
33258 \begin_layout Standard
33259 To use the environments 
33260 \series bold
33261 alignedat
33262 \series default
33263 ,
33264  
33265 \series bold
33266 gathered
33267 \series default
33268 ,
33269  or 
33270 \series bold
33271 split
33272 \series default
33273 ,
33274  the command 
33275 \series bold
33276
33277 \backslash
33278 alignedat
33279 \series default
33280 ,
33281 \begin_inset Index idx
33282 range none
33283 pageformat default
33284 status collapsed
33285
33286 \begin_layout Plain Layout
33287 Commands
33288 \begin_inset IndexMacro subentry
33289 status open
33290
33291 \begin_layout Plain Layout
33292 A
33293 \end_layout
33294
33295 \end_inset
33296
33297
33298 \begin_inset IndexMacro subentry
33299 status open
33300
33301 \begin_layout Plain Layout
33302
33303 \backslash
33304 alignedat
33305 \end_layout
33306
33307 \end_inset
33308
33309
33310 \end_layout
33311
33312 \end_inset
33313
33314  
33315 \series bold
33316
33317 \backslash
33318 gathered
33319 \series default
33320
33321 \begin_inset Index idx
33322 range none
33323 pageformat default
33324 status collapsed
33325
33326 \begin_layout Plain Layout
33327 Commands
33328 \begin_inset IndexMacro subentry
33329 status open
33330
33331 \begin_layout Plain Layout
33332 G
33333 \end_layout
33334
33335 \end_inset
33336
33337
33338 \begin_inset IndexMacro subentry
33339 status open
33340
33341 \begin_layout Plain Layout
33342
33343 \backslash
33344 gathered
33345 \end_layout
33346
33347 \end_inset
33348
33349
33350 \end_layout
33351
33352 \end_inset
33353
33354 ,
33355  or 
33356 \series bold
33357
33358 \backslash
33359 split
33360 \series default
33361
33362 \begin_inset Index idx
33363 range none
33364 pageformat default
33365 status collapsed
33366
33367 \begin_layout Plain Layout
33368 Commands
33369 \begin_inset IndexMacro subentry
33370 status open
33371
33372 \begin_layout Plain Layout
33373 S
33374 \end_layout
33375
33376 \end_inset
33377
33378
33379 \begin_inset IndexMacro subentry
33380 status open
33381
33382 \begin_layout Plain Layout
33383
33384 \backslash
33385 split
33386 \end_layout
33387
33388 \end_inset
33389
33390
33391 \end_layout
33392
33393 \end_inset
33394
33395  are inserted,
33396  respectively.
33397  The split environment has the same properties as the aligned environment but it can only have two columns.
33398 \end_layout
33399
33400 \begin_layout Subsection
33401 Text in Multiline Formulas
33402 \begin_inset CommandInset label
33403 LatexCommand label
33404 name "subsec:Text-in-multiline"
33405
33406 \end_inset
33407
33408
33409 \begin_inset Index idx
33410 range none
33411 pageformat default
33412 status collapsed
33413
33414 \begin_layout Plain Layout
33415 Text
33416 \begin_inset IndexMacro subentry
33417 status open
33418
33419 \begin_layout Plain Layout
33420 in formulas
33421 \end_layout
33422
33423 \end_inset
33424
33425
33426 \end_layout
33427
33428 \end_inset
33429
33430
33431 \begin_inset Index idx
33432 range none
33433 pageformat default
33434 status collapsed
33435
33436 \begin_layout Plain Layout
33437 Formula
33438 \begin_inset IndexMacro subentry
33439 status open
33440
33441 \begin_layout Plain Layout
33442 multiline
33443 \end_layout
33444
33445 \end_inset
33446
33447
33448 \begin_inset IndexMacro subentry
33449 status open
33450
33451 \begin_layout Plain Layout
33452 text
33453 \end_layout
33454
33455 \end_inset
33456
33457
33458 \end_layout
33459
33460 \end_inset
33461
33462
33463 \end_layout
33464
33465 \begin_layout Standard
33466 In the align environments as well as the multline and gather environment,
33467  text can be inserted that will appear in a separate line and doesn't affect the column alignment.
33468  To do this,
33469  the command 
33470 \series bold
33471
33472 \backslash
33473 intertext
33474 \series default
33475
33476 \begin_inset Index idx
33477 range none
33478 pageformat default
33479 status collapsed
33480
33481 \begin_layout Plain Layout
33482 Commands
33483 \begin_inset IndexMacro subentry
33484 status open
33485
33486 \begin_layout Plain Layout
33487 I
33488 \end_layout
33489
33490 \end_inset
33491
33492
33493 \begin_inset IndexMacro subentry
33494 status open
33495
33496 \begin_layout Plain Layout
33497
33498 \backslash
33499 intertext
33500 \end_layout
33501
33502 \end_inset
33503
33504
33505 \end_layout
33506
33507 \end_inset
33508
33509  is used in the following scheme:
33510 \end_layout
33511
33512 \begin_layout Standard
33513
33514 \series bold
33515
33516 \backslash
33517 intertext{text}
33518 \end_layout
33519
33520 \begin_layout Standard
33521 The text should not be longer than a line because it cannot be hyphenated.
33522  As \SpecialChar LyX
33523  doesn't yet support 
33524 \series bold
33525
33526 \backslash
33527 intertext
33528 \series default
33529  directly,
33530  the text is written as mathematical text.
33531  Therefore 
33532 \series bold
33533
33534 \backslash
33535 intertext
33536 \series default
33537  must be at the beginning of a line and will appear in the output above this line.
33538  An example where the text was inserted at the beginning of the second line:
33539 \begin_inset Formula 
33540 \begin{align}
33541 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
33542 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
33543 \end{align}
33544
33545 \end_inset
33546
33547
33548 \end_layout
33549
33550 \begin_layout Standard
33551
33552 \series bold
33553
33554 \backslash
33555 intertext
33556 \series default
33557  always creates some vertical space between the text and the formula lines.
33558  To avoid this space,
33559  in the document settings under 
33560 \family sans
33561 Math
33562 \begin_inset space ~
33563 \end_inset
33564
33565 Options
33566 \family default
33567  for the package 
33568 \series bold
33569 mathtools
33570 \series default
33571
33572 \begin_inset Index idx
33573 range none
33574 pageformat default
33575 status collapsed
33576
33577 \begin_layout Plain Layout
33578 Packages
33579 \begin_inset IndexMacro subentry
33580 status open
33581
33582 \begin_layout Plain Layout
33583 mathtools
33584 \end_layout
33585
33586 \end_inset
33587
33588
33589 \end_layout
33590
33591 \end_inset
33592
33593  set the option to 
33594 \family sans
33595 Load
33596 \begin_inset space ~
33597 \end_inset
33598
33599 always
33600 \family default
33601 .
33602  Then you can use the command 
33603 \series bold
33604
33605 \backslash
33606 shortintertext
33607 \series default
33608
33609 \begin_inset Index idx
33610 range none
33611 pageformat default
33612 status collapsed
33613
33614 \begin_layout Plain Layout
33615 Commands
33616 \begin_inset IndexMacro subentry
33617 status open
33618
33619 \begin_layout Plain Layout
33620 S
33621 \end_layout
33622
33623 \end_inset
33624
33625
33626 \begin_inset IndexMacro subentry
33627 status open
33628
33629 \begin_layout Plain Layout
33630
33631 \backslash
33632 shortintertext
33633 \end_layout
33634
33635 \end_inset
33636
33637
33638 \end_layout
33639
33640 \end_inset
33641
33642  instead of 
33643 \series bold
33644
33645 \backslash
33646 intertext
33647 \series default
33648 :
33649 \end_layout
33650
33651 \begin_layout Standard
33652 \begin_inset Formula 
33653 \begin{align}
33654 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
33655 \shortintertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
33656 \end{align}
33657
33658 \end_inset
33659
33660
33661 \end_layout
33662
33663 \begin_layout Section
33664 Formula Numbering
33665 \begin_inset Index idx
33666 range none
33667 pageformat default
33668 status collapsed
33669
33670 \begin_layout Plain Layout
33671 Formula numbering
33672 \end_layout
33673
33674 \end_inset
33675
33676
33677 \begin_inset Index idx
33678 range none
33679 pageformat default
33680 status collapsed
33681
33682 \begin_layout Plain Layout
33683 Formula
33684 \begin_inset IndexMacro subentry
33685 status open
33686
33687 \begin_layout Plain Layout
33688 numbering
33689 \end_layout
33690
33691 \end_inset
33692
33693
33694 \begin_inset IndexMacro see
33695 status open
33696
33697 \begin_layout Plain Layout
33698 Formula numbering
33699 \end_layout
33700
33701 \end_inset
33702
33703
33704 \end_layout
33705
33706 \end_inset
33707
33708
33709 \end_layout
33710
33711 \begin_layout Subsection
33712 General
33713 \end_layout
33714
33715 \begin_layout Standard
33716 Numbered formulas can be created with the menu 
33717 \family sans
33718 Insert\SpecialChar menuseparator
33719 Math\SpecialChar menuseparator
33720 Numbered
33721 \begin_inset space ~
33722 \end_inset
33723
33724 Formula
33725 \family default
33726  (shortcut 
33727 \begin_inset Info
33728 type  "shortcuts"
33729 arg   "command-sequence math-display; math-number-toggle;"
33730 \end_inset
33731
33732 ).
33733  Existing formulas can be numbered with the menu 
33734 \family sans
33735 Edit\SpecialChar menuseparator
33736 Math\SpecialChar menuseparator
33737 Number
33738 \begin_inset space ~
33739 \end_inset
33740
33741 Whole
33742 \begin_inset space ~
33743 \end_inset
33744
33745 Formula
33746 \family default
33747  (shortcut 
33748 \begin_inset Info
33749 type  "shortcut"
33750 arg   "math-number-toggle"
33751 \end_inset
33752
33753 ).
33754  The formula number is displayed in \SpecialChar LyX
33755  behind the formula as a number in parentheses.
33756  
33757 \change_deleted 232239728 1611410645
33758 The number sign is replaced in the output by the formula number.
33759 \change_deleted 5863208 1612727075
33760
33761 \begin_inset Note Note
33762 status open
33763
33764 \begin_layout Plain Layout
33765
33766 \change_inserted 232239728 1611410697
33767 LyX appears to put the actual formula number in the raw file now
33768 \change_unchanged
33769
33770 \end_layout
33771
33772 \end_inset
33773
33774
33775 \change_unchanged
33776
33777 \end_layout
33778
33779 \begin_layout Standard
33780 When numbering is turned on in multiline formulas,
33781  all formulas will be numbered.
33782  But the numbering can be controlled with the menu 
33783 \family sans
33784 Edit\SpecialChar menuseparator
33785 Math\SpecialChar menuseparator
33786 Number
33787 \begin_inset space ~
33788 \end_inset
33789
33790 This
33791 \begin_inset space ~
33792 \end_inset
33793
33794 Line
33795 \family default
33796  (shortcut 
33797 \begin_inset Info
33798 type  "shortcut"
33799 arg   "math-number-line-toggle"
33800 \end_inset
33801
33802 ) for every formula.
33803 \end_layout
33804
33805 \begin_layout Standard
33806 Except for inline formulas,
33807  all formulas can be numbered with two different styles,
33808  see 
33809 \begin_inset CommandInset ref
33810 LatexCommand ref
33811 reference "sec:Formula-Styles"
33812 nolink "false"
33813
33814 \end_inset
33815
33816 .
33817 \end_layout
33818
33819 \begin_layout Subsection
33820 Cross-References
33821 \begin_inset Index idx
33822 range none
33823 pageformat default
33824 status collapsed
33825
33826 \begin_layout Plain Layout
33827 Cross-references
33828 \begin_inset IndexMacro subentry
33829 status open
33830
33831 \begin_layout Plain Layout
33832 to formulas
33833 \end_layout
33834
33835 \end_inset
33836
33837
33838 \end_layout
33839
33840 \end_inset
33841
33842
33843 \end_layout
33844
33845 \begin_layout Standard
33846 All labeled formulas can be cross-referenced.
33847  A label is added with the menu 
33848 \family sans
33849 Insert\SpecialChar menuseparator
33850 Label
33851 \family default
33852  or the toolbar button 
33853 \begin_inset Info
33854 type  "icon"
33855 arg   "label-insert"
33856 \end_inset
33857
33858 .
33859  The cursor must be inside a displayed formula.
33860  Alternatively you can right-click on the formula and choose 
33861 \family sans
33862 Equation Label
33863 \family default
33864 .
33865  A dialog pops up displaying the prefix 
33866 \series bold
33867 eq:
33868
33869 \series default
33870  in a text field.
33871  The label is inserted behind the prefix.
33872  The predefined prefix means 
33873 \begin_inset Quotes eld
33874 \end_inset
33875
33876 equation
33877 \begin_inset Quotes erd
33878 \end_inset
33879
33880  and makes it easier to find labels in large documents because it marks it as a formula label to distinguish it from e.
33881 \begin_inset space \thinspace{}
33882 \end_inset
33883
33884 g.
33885 \begin_inset space \space{}
33886 \end_inset
33887
33888 section labels.
33889  To change a label,
33890  the menu 
33891 \family sans
33892 Insert\SpecialChar menuseparator
33893 Label
33894 \family default
33895  is used again or you can right-click on a formula and then on 
33896 \family sans
33897 Equation Label
33898 \family default
33899 .
33900 \end_layout
33901
33902 \begin_layout Standard
33903 The name of the label is displayed in \SpecialChar LyX
33904  within parentheses behind the formula number.
33905  A formula with a label is always numbered.
33906 \end_layout
33907
33908 \begin_layout Standard
33909 Cross-references are inserted via the menu 
33910 \family sans
33911 Insert\SpecialChar menuseparator
33912 Cross-Reference
33913 \family default
33914  or with the toolbar button 
33915 \begin_inset Info
33916 type  "icon"
33917 arg   "dialog-show-new-inset ref"
33918 \end_inset
33919
33920 .
33921  A formula cross-reference appears in the output as formula number.
33922  When in the cross-reference dialog window the format 
33923 \series bold
33924 (<reference>)
33925 \series default
33926  is chosen,
33927  the cross-reference appears in the output as formula number in parentheses.
33928 \begin_inset Newline newline
33929 \end_inset
33930
33931 By right-clicking on a cross-reference in \SpecialChar LyX
33932 ,
33933  one jumps to the formula that is referenced.
33934 \end_layout
33935
33936 \begin_layout Standard
33937 Here are as examples cross-references to formulas of the following subsections:
33938 \begin_inset Note Note
33939 status open
33940
33941 \begin_layout Plain Layout
33942 Note the different cross-reference types.
33943 \end_layout
33944
33945 \end_inset
33946
33947
33948 \end_layout
33949
33950 \begin_layout Standard
33951 The equations 
33952 \begin_inset CommandInset ref
33953 LatexCommand eqref
33954 reference "eq:tag"
33955 nolink "false"
33956
33957 \end_inset
33958
33959  and 
33960 \begin_inset CommandInset ref
33961 LatexCommand eqref
33962 reference "eq:c"
33963 nolink "false"
33964
33965 \end_inset
33966
33967  are equivalent.
33968  In (
33969 \begin_inset CommandInset ref
33970 LatexCommand ref
33971 reference "eq:Lat"
33972 nolink "false"
33973
33974 \end_inset
33975
33976 ) big Latin letters are used for the numbering in contrary to (
33977 \begin_inset CommandInset ref
33978 LatexCommand ref
33979 reference "eq:Rom"
33980 nolink "false"
33981
33982 \end_inset
33983
33984 ).
33985 \end_layout
33986
33987 \begin_layout Standard
33988 \begin_inset VSpace medskip
33989 \end_inset
33990
33991 When the argument of 
33992 \series bold
33993
33994 \backslash
33995 tag
33996 \begin_inset Foot
33997 status collapsed
33998
33999 \begin_layout Plain Layout
34000
34001 \series bold
34002
34003 \backslash
34004 tag
34005 \series default
34006  is described in 
34007 \begin_inset CommandInset ref
34008 LatexCommand ref
34009 reference "subsec:User-defined-Numbering"
34010 nolink "false"
34011
34012 \end_inset
34013
34014 .
34015 \end_layout
34016
34017 \end_inset
34018
34019
34020 \series default
34021  contains a box like in 
34022 \begin_inset CommandInset ref
34023 LatexCommand ref
34024 reference "subsec:Paragraph-Boxes"
34025 nolink "false"
34026
34027 \end_inset
34028
34029 ,
34030  the formula cannot be referenced.
34031 \end_layout
34032
34033 \begin_layout Subsection
34034 Subnumbering
34035 \begin_inset Index idx
34036 range none
34037 pageformat default
34038 status collapsed
34039
34040 \begin_layout Plain Layout
34041 Formula numbering
34042 \begin_inset IndexMacro subentry
34043 status open
34044
34045 \begin_layout Plain Layout
34046 subnumbering
34047 \end_layout
34048
34049 \end_inset
34050
34051
34052 \end_layout
34053
34054 \end_inset
34055
34056
34057 \end_layout
34058
34059 \begin_layout Standard
34060 Formulas can be numbered as subequations.
34061  To activate this feature,
34062  add the module 
34063 \family sans
34064 Subequations
34065 \family default
34066  to the document in the menu 
34067 \family sans
34068 Document\SpecialChar menuseparator
34069 Settings\SpecialChar menuseparator
34070 Modules
34071 \family default
34072 .
34073  To insert subequations use the menu 
34074 \family sans
34075 Insert\SpecialChar menuseparator
34076 Custom Insets\SpecialChar menuseparator
34077 Subequations
34078 \family default
34079 .
34080 \end_layout
34081
34082 \begin_layout Standard
34083 The equations to be subnumbered are put into the 
34084 \family sans
34085 Subequations
34086 \family default
34087  inset.
34088  An example:
34089 \begin_inset Formula 
34090 \begin{equation}
34091 A=C-B
34092 \end{equation}
34093
34094 \end_inset
34095
34096
34097 \begin_inset VSpace -5mm
34098 \end_inset
34099
34100
34101 \begin_inset Flex Subequations
34102 status open
34103
34104 \begin_layout Plain Layout
34105 \begin_inset Formula 
34106 \begin{equation}
34107 B=C-A\label{eq:b}
34108 \end{equation}
34109
34110 \end_inset
34111
34112
34113 \begin_inset Formula 
34114 \begin{equation}
34115 C=A+B\label{eq:c}
34116 \end{equation}
34117
34118 \end_inset
34119
34120
34121 \end_layout
34122
34123 \end_inset
34124
34125
34126 \end_layout
34127
34128 \begin_layout Standard
34129 Every formula in the 
34130 \family sans
34131 Subequations
34132 \family default
34133  inset will be subnumbered with a,
34134  b,
34135  c,
34136  \SpecialChar ldots
34137  in the output.
34138  For multiline formulas every line will be subnumbered.
34139 \end_layout
34140
34141 \begin_layout Standard
34142 Referencing subequations works like normal equations:
34143  
34144 \begin_inset CommandInset ref
34145 LatexCommand eqref
34146 reference "eq:b"
34147 nolink "false"
34148
34149 \end_inset
34150
34151 ,
34152  
34153 \begin_inset CommandInset ref
34154 LatexCommand eqref
34155 reference "eq:c"
34156 nolink "false"
34157
34158 \end_inset
34159
34160 .
34161  If you want to reference the subequations collectively,
34162  insert a label as first thing in the 
34163 \family sans
34164 Subequations
34165 \family default
34166  inset.
34167  Formula 
34168 \begin_inset CommandInset ref
34169 LatexCommand eqref
34170 reference "eq:Here-is-an"
34171 plural "false"
34172 caps "false"
34173 noprefix "false"
34174 nolink "false"
34175
34176 \end_inset
34177
34178  is an example.
34179 \end_layout
34180
34181 \begin_layout Standard
34182 When inserting subequations,
34183  vertical space is added before the equation.
34184  To remove this,
34185  insert -5
34186 \begin_inset space \thinspace{}
34187 \end_inset
34188
34189 mm vertical space right before the 
34190 \family sans
34191 Subequations
34192 \family default
34193  inset.
34194  If the formula style 
34195 \series bold
34196 Indented
34197 \begin_inset Foot
34198 status open
34199
34200 \begin_layout Plain Layout
34201 For formula styles see 
34202 \begin_inset CommandInset ref
34203 LatexCommand ref
34204 reference "sec:Formula-Styles"
34205 nolink "false"
34206
34207 \end_inset
34208
34209
34210 \end_layout
34211
34212 \end_inset
34213
34214
34215 \series default
34216  is used,
34217  insert -7
34218 \begin_inset space \thinspace{}
34219 \end_inset
34220
34221 mm space instead.
34222 \end_layout
34223
34224 \begin_layout Standard
34225 To get another subnumber instead of small Latin letters,
34226  insert this command as \SpecialChar TeX
34227  code before the equations in the 
34228 \family sans
34229 Subequations
34230 \family default
34231  inset:
34232 \end_layout
34233
34234 \begin_layout Standard
34235
34236 \series bold
34237
34238 \backslash
34239 renewcommand{
34240 \backslash
34241 theequation}{
34242 \backslash
34243 theparentequation -
34244 \backslash
34245 roman{equation}}
34246 \end_layout
34247
34248 \begin_layout Standard
34249
34250 \series bold
34251
34252 \backslash
34253 theparentequation
34254 \series default
34255  creates the parent number and 
34256 \series bold
34257
34258 \backslash
34259 roman{equation}
34260 \series default
34261  adds a small Roman number as subnumber.
34262  For more information about the customization of the numbering,
34263  see 
34264 \begin_inset CommandInset ref
34265 LatexCommand ref
34266 reference "subsec:Numbering-with-Roman"
34267 nolink "false"
34268
34269 \end_inset
34270
34271 .
34272 \end_layout
34273
34274 \begin_layout Standard
34275 Here is an example of a multiline formula where the numbering is customized and turned off for the second line:
34276 \begin_inset Flex Subequations
34277 status open
34278
34279 \begin_layout Plain Layout
34280 \begin_inset CommandInset label
34281 LatexCommand label
34282 name "eq:Here-is-an"
34283
34284 \end_inset
34285
34286
34287 \begin_inset ERT
34288 status open
34289
34290 \begin_layout Plain Layout
34291
34292
34293 \backslash
34294 renewcommand{
34295 \backslash
34296 theequation}{
34297 \backslash
34298 theparentequation -
34299 \backslash
34300 roman{equation}}
34301 \end_layout
34302
34303 \end_inset
34304
34305
34306 \begin_inset Formula 
34307 \begin{eqnarray}
34308 A & = & (B-Z)^{2}=(B-Z)(B-Z)\\
34309  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
34310  & = & B^{2}-2BZ+Z^{2}
34311 \end{eqnarray}
34312
34313 \end_inset
34314
34315
34316 \end_layout
34317
34318 \end_inset
34319
34320
34321 \end_layout
34322
34323 \begin_layout Subsection
34324 Numbering with Roman Numbers and Letters
34325 \begin_inset CommandInset label
34326 LatexCommand label
34327 name "subsec:Numbering-with-Roman"
34328
34329 \end_inset
34330
34331
34332 \begin_inset Index idx
34333 range none
34334 pageformat default
34335 status collapsed
34336
34337 \begin_layout Plain Layout
34338 Formula numbering
34339 \begin_inset IndexMacro subentry
34340 status open
34341
34342 \begin_layout Plain Layout
34343 with letters
34344 \end_layout
34345
34346 \end_inset
34347
34348
34349 \end_layout
34350
34351 \end_inset
34352
34353
34354 \begin_inset Index idx
34355 range none
34356 pageformat default
34357 status collapsed
34358
34359 \begin_layout Plain Layout
34360 Formula numbering
34361 \begin_inset IndexMacro subentry
34362 status open
34363
34364 \begin_layout Plain Layout
34365 with Roman numbers
34366 \end_layout
34367
34368 \end_inset
34369
34370
34371 \end_layout
34372
34373 \end_inset
34374
34375
34376 \end_layout
34377
34378 \begin_layout Standard
34379 Formulas can also be numbered with Roman numbers and Latin letters.
34380  To number with small Roman numbers,
34381  the command
34382 \end_layout
34383
34384 \begin_layout Standard
34385
34386 \series bold
34387
34388 \backslash
34389 renewcommand{
34390 \backslash
34391 theequation}{
34392 \backslash
34393 roman{equation}}
34394 \end_layout
34395
34396 \begin_layout Standard
34397 is inserted before the formula in \SpecialChar TeX
34398  mode.
34399  
34400 \series bold
34401
34402 \backslash
34403 renewcommand
34404 \series default
34405
34406 \begin_inset Index idx
34407 range none
34408 pageformat default
34409 status collapsed
34410
34411 \begin_layout Plain Layout
34412 Commands
34413 \begin_inset IndexMacro subentry
34414 status open
34415
34416 \begin_layout Plain Layout
34417 R
34418 \end_layout
34419
34420 \end_inset
34421
34422
34423 \begin_inset IndexMacro subentry
34424 status open
34425
34426 \begin_layout Plain Layout
34427
34428 \backslash
34429 renewcommand
34430 \end_layout
34431
34432 \end_inset
34433
34434
34435 \end_layout
34436
34437 \end_inset
34438
34439  redefines the predefined command 
34440 \series bold
34441
34442 \backslash
34443 theequation
34444 \series default
34445  to the command 
34446 \series bold
34447
34448 \backslash
34449 roman{equation}
34450 \series default
34451 .
34452 \begin_inset Foot
34453 status open
34454
34455 \begin_layout Plain Layout
34456 The command 
34457 \series bold
34458
34459 \backslash
34460 renewcommand
34461 \series default
34462  has the same scheme as the command 
34463 \series bold
34464
34465 \backslash
34466 newcommand
34467 \series default
34468  described in 
34469 \begin_inset CommandInset ref
34470 LatexCommand ref
34471 reference "subsec:The-Command-newcommand"
34472 nolink "false"
34473
34474 \end_inset
34475
34476 .
34477 \end_layout
34478
34479 \end_inset
34480
34481  
34482 \series bold
34483 equation
34484 \series default
34485  is the formula counter.
34486  When the command 
34487 \series bold
34488
34489 \backslash
34490 the
34491 \series default
34492  is used as prefix for a counter,
34493  the value of the counter is output as Arabic number.
34494  When a formula is numbered,
34495  \SpecialChar LaTeX
34496  sets internally the command 
34497 \series bold
34498
34499 \backslash
34500 theequation
34501 \series default
34502  behind the formula.
34503  
34504 \series bold
34505
34506 \backslash
34507 roman{equation}
34508 \begin_inset Index idx
34509 range none
34510 pageformat default
34511 status collapsed
34512
34513 \begin_layout Plain Layout
34514 Commands
34515 \begin_inset IndexMacro subentry
34516 status open
34517
34518 \begin_layout Plain Layout
34519 R
34520 \end_layout
34521
34522 \end_inset
34523
34524
34525 \begin_inset IndexMacro subentry
34526 status open
34527
34528 \begin_layout Plain Layout
34529
34530 \backslash
34531 roman
34532 \end_layout
34533
34534 \end_inset
34535
34536
34537 \end_layout
34538
34539 \end_inset
34540
34541
34542 \series default
34543  outputs the counter as small Roman number.
34544 \end_layout
34545
34546 \begin_layout Standard
34547 All formulas behind the command 
34548 \series bold
34549
34550 \backslash
34551 renew
34552 \series default
34553 c
34554 \series bold
34555 ommand
34556 \series default
34557  are now numbered Roman.
34558  To switch to numbering with big Roman numbers,
34559  the command is inserted again,
34560  but 
34561 \series bold
34562
34563 \backslash
34564 roman
34565 \series default
34566  is replaced by 
34567 \series bold
34568
34569 \backslash
34570 Roman
34571 \series default
34572
34573 \begin_inset Index idx
34574 range none
34575 pageformat default
34576 status collapsed
34577
34578 \begin_layout Plain Layout
34579 Commands
34580 \begin_inset IndexMacro subentry
34581 status open
34582
34583 \begin_layout Plain Layout
34584 R
34585 \end_layout
34586
34587 \end_inset
34588
34589
34590 \begin_inset IndexMacro subentry
34591 status open
34592
34593 \begin_layout Plain Layout
34594 \begin_inset IndexMacro sortkey
34595 status open
34596
34597 \begin_layout Plain Layout
34598
34599 \backslash
34600 roman
34601 \end_layout
34602
34603 \end_inset
34604
34605
34606 \backslash
34607 Roman
34608 \end_layout
34609
34610 \end_inset
34611
34612
34613 \end_layout
34614
34615 \end_inset
34616
34617 .
34618  To 
34619 \begin_inset Quotes eld
34620 \end_inset
34621
34622 number
34623 \begin_inset Quotes erd
34624 \end_inset
34625
34626  with small Latin letters there is the command 
34627 \series bold
34628
34629 \backslash
34630 alph
34631 \series default
34632
34633 \begin_inset Index idx
34634 range none
34635 pageformat default
34636 status collapsed
34637
34638 \begin_layout Plain Layout
34639 Commands
34640 \begin_inset IndexMacro subentry
34641 status open
34642
34643 \begin_layout Plain Layout
34644 A
34645 \end_layout
34646
34647 \end_inset
34648
34649
34650 \begin_inset IndexMacro subentry
34651 status open
34652
34653 \begin_layout Plain Layout
34654
34655 \backslash
34656 alph
34657 \end_layout
34658
34659 \end_inset
34660
34661
34662 \end_layout
34663
34664 \end_inset
34665
34666 ,
34667  for big ones there is the command 
34668 \series bold
34669
34670 \backslash
34671 Alph
34672 \series default
34673
34674 \begin_inset Index idx
34675 range none
34676 pageformat default
34677 status collapsed
34678
34679 \begin_layout Plain Layout
34680 Commands
34681 \begin_inset IndexMacro subentry
34682 status open
34683
34684 \begin_layout Plain Layout
34685 A
34686 \end_layout
34687
34688 \end_inset
34689
34690
34691 \begin_inset IndexMacro subentry
34692 status open
34693
34694 \begin_layout Plain Layout
34695 \begin_inset IndexMacro sortkey
34696 status open
34697
34698 \begin_layout Plain Layout
34699
34700 \backslash
34701 alph
34702 \end_layout
34703
34704 \end_inset
34705
34706
34707 \backslash
34708 Alph
34709 \end_layout
34710
34711 \end_inset
34712
34713
34714 \end_layout
34715
34716 \end_inset
34717
34718 .
34719 \end_layout
34720
34721 \begin_layout Standard
34722 \begin_inset Note Greyedout
34723 status open
34724
34725 \begin_layout Plain Layout
34726
34727 \series bold
34728 Note:
34729
34730 \series default
34731  Only a maximum of 26
34732 \begin_inset space ~
34733 \end_inset
34734
34735 formulas can be numbered with Latin letters in one document.
34736 \end_layout
34737
34738 \end_inset
34739
34740
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 renewcommand{
34752 \backslash
34753 theequation}{
34754 \backslash
34755 roman{equation}}
34756 \end_layout
34757
34758 \end_inset
34759
34760
34761 \end_layout
34762
34763 \begin_layout Standard
34764 \begin_inset Formula 
34765 \begin{equation}
34766 A=\textrm{small roman}
34767 \end{equation}
34768
34769 \end_inset
34770
34771
34772 \begin_inset ERT
34773 status collapsed
34774
34775 \begin_layout Plain Layout
34776
34777
34778 \backslash
34779 renewcommand{
34780 \backslash
34781 theequation}{
34782 \backslash
34783 Roman{equation}}
34784 \end_layout
34785
34786 \end_inset
34787
34788
34789 \begin_inset Formula 
34790 \begin{equation}
34791 B=\textrm{big Roman}\label{eq:Rom}
34792 \end{equation}
34793
34794 \end_inset
34795
34796
34797 \begin_inset ERT
34798 status collapsed
34799
34800 \begin_layout Plain Layout
34801
34802
34803 \backslash
34804 renewcommand{
34805 \backslash
34806 theequation}{
34807 \backslash
34808 alph{equation}}
34809 \end_layout
34810
34811 \end_inset
34812
34813
34814 \begin_inset Formula 
34815 \begin{equation}
34816 C=\textrm{small Latin}
34817 \end{equation}
34818
34819 \end_inset
34820
34821
34822 \begin_inset ERT
34823 status collapsed
34824
34825 \begin_layout Plain Layout
34826
34827
34828 \backslash
34829 renewcommand{
34830 \backslash
34831 theequation}{
34832 \backslash
34833 Alph{equation}}
34834 \end_layout
34835
34836 \end_inset
34837
34838
34839 \begin_inset Formula 
34840 \begin{equation}
34841 D=\textrm{big Latin}\label{eq:Lat}
34842 \end{equation}
34843
34844 \end_inset
34845
34846
34847 \end_layout
34848
34849 \begin_layout Standard
34850 To switch back to the default numbering,
34851  insert the command:
34852 \end_layout
34853
34854 \begin_layout Standard
34855
34856 \series bold
34857
34858 \backslash
34859 renewcommand{
34860 \backslash
34861 theequation}{
34862 \backslash
34863 arabic{equation}}
34864 \begin_inset Index idx
34865 range none
34866 pageformat default
34867 status collapsed
34868
34869 \begin_layout Plain Layout
34870 Commands
34871 \begin_inset IndexMacro subentry
34872 status open
34873
34874 \begin_layout Plain Layout
34875 A
34876 \end_layout
34877
34878 \end_inset
34879
34880
34881 \begin_inset IndexMacro subentry
34882 status open
34883
34884 \begin_layout Plain Layout
34885
34886 \backslash
34887 arabic
34888 \end_layout
34889
34890 \end_inset
34891
34892
34893 \end_layout
34894
34895 \end_inset
34896
34897
34898 \end_layout
34899
34900 \begin_layout Standard
34901 \begin_inset ERT
34902 status collapsed
34903
34904 \begin_layout Plain Layout
34905
34906
34907 \backslash
34908 renewcommand{
34909 \backslash
34910 theequation}{
34911 \backslash
34912 arabic{equation}}
34913 \end_layout
34914
34915 \end_inset
34916
34917
34918 \begin_inset Formula 
34919 \begin{equation}
34920 E=\textrm{Arabic}
34921 \end{equation}
34922
34923 \end_inset
34924
34925
34926 \end_layout
34927
34928 \begin_layout Standard
34929 \begin_inset VSpace medskip
34930 \end_inset
34931
34932 As you see,
34933  formulas are numbered serially independent from the numbering style.
34934  When then numbering should start with 
34935 \begin_inset Quotes eld
34936 \end_inset
34937
34938 1
34939 \begin_inset Quotes erd
34940 \end_inset
34941
34942  when the style is changed,
34943  new equation counters have to be defined.
34944  A description of this can be found in the file 
34945 \begin_inset CommandInset href
34946 LatexCommand href
34947 name "Formula-numbering.lyx"
34948 target "run:Formula-numbering.lyx"
34949 literal "false"
34950
34951 \end_inset
34952
34953 .
34954 \end_layout
34955
34956 \begin_layout Subsection
34957 User-defined Numbering
34958 \begin_inset CommandInset label
34959 LatexCommand label
34960 name "subsec:User-defined-Numbering"
34961
34962 \end_inset
34963
34964
34965 \begin_inset Index idx
34966 range none
34967 pageformat default
34968 status collapsed
34969
34970 \begin_layout Plain Layout
34971 Formula numbering
34972 \begin_inset IndexMacro subentry
34973 status open
34974
34975 \begin_layout Plain Layout
34976 user-defined
34977 \end_layout
34978
34979 \end_inset
34980
34981
34982 \end_layout
34983
34984 \end_inset
34985
34986
34987 \end_layout
34988
34989 \begin_layout Standard
34990 \begin_inset Note Greyedout
34991 status open
34992
34993 \begin_layout Plain Layout
34994
34995 \series bold
34996 Note:
34997
34998 \series default
34999  If the document language is a right-to-left language such as Arabic,
35000  you must add this to the to the \SpecialChar LaTeX
35001 -preamble to be able to use the commands described in this section:
35002 \begin_inset Newline newline
35003 \end_inset
35004
35005
35006 \series bold
35007
35008 \backslash
35009 AtBeginDocument{
35010 \begin_inset Newline newline
35011 \end_inset
35012
35013
35014 \begin_inset Phantom HPhantom
35015 status open
35016
35017 \begin_layout Plain Layout
35018
35019 \series bold
35020 \begin_inset space ~
35021 \end_inset
35022
35023
35024 \end_layout
35025
35026 \end_inset
35027
35028
35029 \backslash
35030 def
35031 \backslash
35032 tagform@#1{
35033 \backslash
35034 maketag@@@{(
35035 \backslash
35036 ignorespaces#1
35037 \backslash
35038 unskip)}} }
35039 \end_layout
35040
35041 \end_inset
35042
35043
35044 \end_layout
35045
35046 \begin_layout Standard
35047 \begin_inset Index idx
35048 range none
35049 pageformat default
35050 status collapsed
35051
35052 \begin_layout Plain Layout
35053 Formula numbering
35054 \begin_inset IndexMacro subentry
35055 status open
35056
35057 \begin_layout Plain Layout
35058 self-defined delimiters
35059 \end_layout
35060
35061 \end_inset
35062
35063
35064 \end_layout
35065
35066 \end_inset
35067
35068 With standard numbering,
35069  parentheses are set around a formula number.
35070  To replace the parentheses for example with vertical bars,
35071  the following line is added to the \SpecialChar LaTeX
35072 -preamble:
35073 \end_layout
35074
35075 \begin_layout Standard
35076
35077 \series bold
35078
35079 \backslash
35080 AtBeginDocument{
35081 \begin_inset Newline newline
35082 \end_inset
35083
35084
35085 \begin_inset Phantom HPhantom
35086 status open
35087
35088 \begin_layout Plain Layout
35089
35090 \series bold
35091 \begin_inset space ~
35092 \end_inset
35093
35094
35095 \end_layout
35096
35097 \end_inset
35098
35099
35100 \backslash
35101 def
35102 \backslash
35103 tagform@#1{
35104 \backslash
35105 maketag@@@{|#1|}} }
35106 \series default
35107
35108 \begin_inset Note Note
35109 status collapsed
35110
35111 \begin_layout Plain Layout
35112 This macro is already declared in the \SpecialChar LaTeX
35113 -preamble for testing.
35114  To activate it,
35115  remove the percent signs at the beginning.
35116 \end_layout
35117
35118 \end_inset
35119
35120
35121 \end_layout
35122
35123 \begin_layout Standard
35124 To use other characters,
35125  the vertical bars besides the 
35126 \series bold
35127 #1
35128 \series default
35129  are replaced by one or more characters.
35130  To display only the formula number the vertical bars are omitted.
35131 \end_layout
35132
35133 \begin_layout Standard
35134 \begin_inset VSpace bigskip
35135 \end_inset
35136
35137 When there should be an expression of your choice instead of the consecutive formula number in parentheses behind the formula,
35138  the command 
35139 \series bold
35140
35141 \backslash
35142 tag
35143 \series default
35144
35145 \begin_inset Index idx
35146 range none
35147 pageformat default
35148 status collapsed
35149
35150 \begin_layout Plain Layout
35151 Commands
35152 \begin_inset IndexMacro subentry
35153 status open
35154
35155 \begin_layout Plain Layout
35156 T
35157 \end_layout
35158
35159 \end_inset
35160
35161
35162 \begin_inset IndexMacro subentry
35163 status open
35164
35165 \begin_layout Plain Layout
35166
35167 \backslash
35168 tag
35169 \end_layout
35170
35171 \end_inset
35172
35173
35174 \end_layout
35175
35176 \end_inset
35177
35178  is used:
35179 \begin_inset Formula 
35180 \begin{equation}
35181 A+B=C\tag{something}\label{eq:tag}
35182 \end{equation}
35183
35184 \end_inset
35185
35186 In this example the command 
35187 \series bold
35188
35189 \backslash
35190 tag
35191 \begin_inset space \textvisiblespace{}
35192 \end_inset
35193
35194 something
35195 \series default
35196  was inserted in the formula.
35197 \end_layout
35198
35199 \begin_layout Standard
35200 When the command 
35201 \series bold
35202
35203 \backslash
35204 tag*
35205 \begin_inset space \textvisiblespace{}
35206 \end_inset
35207
35208 something
35209 \series default
35210  is inserted instead,
35211  the parentheses are removed:
35212 \begin_inset Formula 
35213 \[
35214 A+B=C\tag*{something}
35215 \]
35216
35217 \end_inset
35218
35219
35220 \end_layout
35221
35222 \begin_layout Standard
35223 \begin_inset VSpace bigskip
35224 \end_inset
35225
35226 To restart the formula numbering with new document parts or sections,
35227  the following command is used:
35228 \end_layout
35229
35230 \begin_layout Standard
35231
35232 \series bold
35233
35234 \backslash
35235 @addtoreset{equation}{part}
35236 \series default
35237
35238 \begin_inset Index idx
35239 range none
35240 pageformat default
35241 status collapsed
35242
35243 \begin_layout Plain Layout
35244 Commands
35245 \begin_inset IndexMacro subentry
35246 status open
35247
35248 \begin_layout Plain Layout
35249 \begin_inset ERT
35250 status collapsed
35251
35252 \begin_layout Plain Layout
35253
35254 "
35255 \end_layout
35256
35257 \end_inset
35258
35259 @
35260 \end_layout
35261
35262 \end_inset
35263
35264
35265 \begin_inset IndexMacro subentry
35266 status open
35267
35268 \begin_layout Plain Layout
35269
35270 \backslash
35271
35272 \begin_inset ERT
35273 status collapsed
35274
35275 \begin_layout Plain Layout
35276
35277 "
35278 \end_layout
35279
35280 \end_inset
35281
35282 @addtoreset
35283 \end_layout
35284
35285 \end_inset
35286
35287
35288 \end_layout
35289
35290 \end_inset
35291
35292
35293 \begin_inset Newline newline
35294 \end_inset
35295
35296 resp.
35297 \begin_inset Newline newline
35298 \end_inset
35299
35300
35301 \series bold
35302
35303 \backslash
35304 @addtoreset{equation}{section}
35305 \end_layout
35306
35307 \begin_layout Standard
35308 To be able to use these commands in \SpecialChar TeX
35309  mode,
35310  the 
35311 \begin_inset Quotes eld
35312 \end_inset
35313
35314 @
35315 \begin_inset Quotes erd
35316 \end_inset
35317
35318  character has to be made 
35319 \begin_inset Quotes eld
35320 \end_inset
35321
35322 active
35323 \begin_inset Quotes erd
35324 \end_inset
35325
35326  for \SpecialChar LaTeX
35327  using the command 
35328 \series bold
35329
35330 \backslash
35331 makeatletter.
35332
35333 \series default
35334  The command 
35335 \series bold
35336
35337 \backslash
35338 makeatother
35339 \series default
35340  disables this.
35341  So the command sequence in \SpecialChar TeX
35342  mode is:
35343 \end_layout
35344
35345 \begin_layout Standard
35346
35347 \series bold
35348
35349 \backslash
35350 makeatletter
35351 \begin_inset Newline newline
35352 \end_inset
35353
35354
35355 \backslash
35356 @addtoreset{equation}{section}
35357 \begin_inset Newline newline
35358 \end_inset
35359
35360
35361 \backslash
35362 makeatother
35363 \end_layout
35364
35365 \begin_layout Standard
35366 In the \SpecialChar LaTeX
35367 -preamble 
35368 \series bold
35369
35370 \backslash
35371 makeatletter
35372 \series default
35373  and 
35374 \series bold
35375
35376 \backslash
35377 makeatother
35378 \series default
35379  can be omitted as they are automatically internally inserted by \SpecialChar LyX
35380 .
35381 \end_layout
35382
35383 \begin_layout Standard
35384 To revert 
35385 \series bold
35386
35387 \backslash
35388 @addtoreset
35389 \series default
35390 ,
35391  the file 
35392 \series bold
35393 remreset.sty
35394 \series default
35395
35396 \begin_inset Foot
35397 status collapsed
35398
35399 \begin_layout Plain Layout
35400
35401 \series bold
35402 remreset
35403 \series default
35404  is part of the \SpecialChar LaTeX
35405 -package 
35406 \series bold
35407 carlisle
35408 \series default
35409
35410 \begin_inset Index idx
35411 range none
35412 pageformat default
35413 status collapsed
35414
35415 \begin_layout Plain Layout
35416 Packages
35417 \begin_inset IndexMacro subentry
35418 status open
35419
35420 \begin_layout Plain Layout
35421 carlisle
35422 \end_layout
35423
35424 \end_inset
35425
35426
35427 \end_layout
35428
35429 \end_inset
35430
35431  that is part of every \SpecialChar LaTeX
35432  standard installation.
35433 \end_layout
35434
35435 \end_inset
35436
35437
35438 \begin_inset Index idx
35439 range none
35440 pageformat default
35441 status collapsed
35442
35443 \begin_layout Plain Layout
35444 Packages
35445 \begin_inset IndexMacro subentry
35446 status open
35447
35448 \begin_layout Plain Layout
35449 remreset
35450 \end_layout
35451
35452 \end_inset
35453
35454
35455 \end_layout
35456
35457 \end_inset
35458
35459  has to be loaded in the \SpecialChar LaTeX
35460 -preamble with the line
35461 \end_layout
35462
35463 \begin_layout Standard
35464
35465 \series bold
35466
35467 \backslash
35468 usepackage{remreset}
35469 \end_layout
35470
35471 \begin_layout Standard
35472 Then the command 
35473 \series bold
35474
35475 \backslash
35476 @removefromreset
35477 \series default
35478
35479 \begin_inset Index idx
35480 range none
35481 pageformat default
35482 status collapsed
35483
35484 \begin_layout Plain Layout
35485 Commands
35486 \begin_inset IndexMacro subentry
35487 status open
35488
35489 \begin_layout Plain Layout
35490 \begin_inset ERT
35491 status collapsed
35492
35493 \begin_layout Plain Layout
35494
35495 "
35496 \end_layout
35497
35498 \end_inset
35499
35500 @
35501 \end_layout
35502
35503 \end_inset
35504
35505
35506 \begin_inset IndexMacro subentry
35507 status open
35508
35509 \begin_layout Plain Layout
35510
35511 \backslash
35512
35513 \begin_inset ERT
35514 status collapsed
35515
35516 \begin_layout Plain Layout
35517
35518 "
35519 \end_layout
35520
35521 \end_inset
35522
35523 @removefromreset
35524 \end_layout
35525
35526 \end_inset
35527
35528
35529 \end_layout
35530
35531 \end_inset
35532
35533  can be used with the same scheme as 
35534 \series bold
35535
35536 \backslash
35537 @addtoreset
35538 \series default
35539 .
35540 \end_layout
35541
35542 \begin_layout Standard
35543 \begin_inset VSpace bigskip
35544 \end_inset
35545
35546 Sometimes formulas should be numbered in the following form:
35547 \end_layout
35548
35549 \begin_layout Standard
35550
35551 \family typewriter
35552 (section number.formula number)
35553 \end_layout
35554
35555 \begin_layout Standard
35556 The formula number should start with every section with 
35557 \begin_inset Quotes eld
35558 \end_inset
35559
35560 1
35561 \begin_inset Quotes erd
35562 \end_inset
35563
35564 .
35565 \end_layout
35566
35567 \begin_layout Standard
35568 For this case there is the command 
35569 \series bold
35570
35571 \backslash
35572 numberwithin
35573 \series default
35574
35575 \begin_inset Index idx
35576 range none
35577 pageformat default
35578 status collapsed
35579
35580 \begin_layout Plain Layout
35581 Commands
35582 \begin_inset IndexMacro subentry
35583 status open
35584
35585 \begin_layout Plain Layout
35586 N
35587 \end_layout
35588
35589 \end_inset
35590
35591
35592 \begin_inset IndexMacro subentry
35593 status open
35594
35595 \begin_layout Plain Layout
35596
35597 \backslash
35598 numberwithin
35599 \end_layout
35600
35601 \end_inset
35602
35603
35604 \end_layout
35605
35606 \end_inset
35607
35608 ,
35609  which is used with the following scheme:
35610 \end_layout
35611
35612 \begin_layout Standard
35613
35614 \series bold
35615
35616 \backslash
35617 numberwithin{counter}{sectioning}
35618 \end_layout
35619
35620 \begin_layout Standard
35621 Counter denotes what kind of numbering is affected,
35622  sectioning denotes what the number before the dot is.
35623 \end_layout
35624
35625 \begin_layout Standard
35626 Thus in our case the following \SpecialChar LaTeX
35627  preamble or \SpecialChar TeX
35628  code line is used:
35629 \end_layout
35630
35631 \begin_layout Standard
35632
35633 \series bold
35634
35635 \backslash
35636 numberwithin{equation}{section}
35637 \end_layout
35638
35639 \begin_layout Standard
35640 This is the result:
35641 \begin_inset ERT
35642 status collapsed
35643
35644 \begin_layout Plain Layout
35645
35646
35647 \backslash
35648 numberwithin{equation}{section}
35649 \end_layout
35650
35651 \end_inset
35652
35653
35654 \begin_inset Formula 
35655 \begin{equation}
35656 A+B=C
35657 \end{equation}
35658
35659 \end_inset
35660
35661
35662 \end_layout
35663
35664 \begin_layout Standard
35665 To number e.
35666 \begin_inset space \thinspace{}
35667 \end_inset
35668
35669 g.
35670 \begin_inset space \space{}
35671 \end_inset
35672
35673  tables so that the number of the part is the sectioning,
35674 \begin_inset Newline newline
35675 \end_inset
35676
35677
35678 \series bold
35679
35680 \backslash
35681 numberwithin{table}{part}
35682 \series default
35683  is used.
35684 \end_layout
35685
35686 \begin_layout Standard
35687 To go back to the standard numbering or to prevent this kind of numbering when it is defined by the document class,
35688  the following command is inserted as \SpecialChar TeX
35689  code or to the \SpecialChar LaTeX
35690  preamble:
35691 \end_layout
35692
35693 \begin_layout Standard
35694
35695 \series bold
35696
35697 \backslash
35698 renewcommand{
35699 \backslash
35700 theequation}{
35701 \backslash
35702 arabic{equation}}
35703 \begin_inset Index idx
35704 range none
35705 pageformat default
35706 status collapsed
35707
35708 \begin_layout Plain Layout
35709 Commands
35710 \begin_inset IndexMacro subentry
35711 status open
35712
35713 \begin_layout Plain Layout
35714 A
35715 \end_layout
35716
35717 \end_inset
35718
35719
35720 \begin_inset IndexMacro subentry
35721 status open
35722
35723 \begin_layout Plain Layout
35724
35725 \backslash
35726 arabic
35727 \end_layout
35728
35729 \end_inset
35730
35731
35732 \end_layout
35733
35734 \end_inset
35735
35736
35737 \series default
35738
35739 \begin_inset ERT
35740 status collapsed
35741
35742 \begin_layout Plain Layout
35743
35744
35745 \backslash
35746 renewcommand{
35747 \backslash
35748 theequation}{
35749 \backslash
35750 arabic{equation}}
35751 \end_layout
35752
35753 \end_inset
35754
35755
35756 \series bold
35757
35758 \begin_inset Newline newline
35759 \end_inset
35760
35761
35762 \series default
35763 or
35764 \series bold
35765
35766 \begin_inset Newline newline
35767 \end_inset
35768
35769
35770 \backslash
35771 renewcommand{
35772 \backslash
35773 thetable}{
35774 \backslash
35775 arabic{table}}
35776 \end_layout
35777
35778 \begin_layout Standard
35779
35780 \series bold
35781
35782 \backslash
35783 numberwithin
35784 \series default
35785  internally uses the command 
35786 \series bold
35787
35788 \backslash
35789 @addtoreset
35790 \series default
35791 ,
35792  described above,
35793  and would also need to be reverted.
35794 \begin_inset ERT
35795 status collapsed
35796
35797 \begin_layout Plain Layout
35798
35799
35800 \backslash
35801 makeatletter
35802 \end_layout
35803
35804 \begin_layout Plain Layout
35805
35806
35807 \backslash
35808 @removefromreset{equation}{section}
35809 \end_layout
35810
35811 \begin_layout Plain Layout
35812
35813
35814 \backslash
35815 makeatother
35816 \end_layout
35817
35818 \end_inset
35819
35820
35821 \end_layout
35822
35823 \begin_layout Section
35824 Chemical Symbols and Equations
35825 \begin_inset CommandInset label
35826 LatexCommand label
35827 name "subsec:Chemical-Symbols-and"
35828
35829 \end_inset
35830
35831
35832 \begin_inset Index idx
35833 range none
35834 pageformat default
35835 status collapsed
35836
35837 \begin_layout Plain Layout
35838 Chemical characters
35839 \begin_inset IndexMacro subentry
35840 status open
35841
35842 \begin_layout Plain Layout
35843 Symbols
35844 \end_layout
35845
35846 \end_inset
35847
35848
35849 \end_layout
35850
35851 \end_inset
35852
35853
35854 \begin_inset Index idx
35855 range none
35856 pageformat default
35857 status collapsed
35858
35859 \begin_layout Plain Layout
35860 Chemical equations
35861 \end_layout
35862
35863 \end_inset
35864
35865
35866 \begin_inset Index idx
35867 range none
35868 pageformat default
35869 status collapsed
35870
35871 \begin_layout Plain Layout
35872 Symbols
35873 \begin_inset IndexMacro subentry
35874 status open
35875
35876 \begin_layout Plain Layout
35877 chemical
35878 \end_layout
35879
35880 \end_inset
35881
35882
35883 \end_layout
35884
35885 \end_inset
35886
35887
35888 \end_layout
35889
35890 \begin_layout Standard
35891 An example text from chemistry:
35892 \end_layout
35893
35894 \begin_layout Quote
35895 The 
35896 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
35897 \end_inset
35898
35899 -ion reacts with two 
35900 \begin_inset Formula $\mathrm{Na^{+}}$
35901 \end_inset
35902
35903 -ions to sodium sulfate 
35904 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
35905 \end_inset
35906
35907 .
35908  The chemical equation for this is:
35909 \begin_inset Formula 
35910 \begin{equation}
35911 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
35912 \end{equation}
35913
35914 \end_inset
35915
35916
35917 \end_layout
35918
35919 \begin_layout Standard
35920 Chemical equations can be created as formulas.
35921  To avoid the symbols appearing in italic,
35922  everything is highlighted and changed by the shortcut 
35923 \begin_inset Info
35924 type  "shortcut"
35925 arg   "font-roman"
35926 \end_inset
35927
35928  to the upright font style.
35929 \begin_inset Foot
35930 status collapsed
35931
35932 \begin_layout Plain Layout
35933 For font styles
35934 \series bold
35935  
35936 \series default
35937 see 
35938 \begin_inset CommandInset ref
35939 LatexCommand ref
35940 reference "subsec:Font-Styles"
35941 nolink "false"
35942
35943 \end_inset
35944
35945
35946 \end_layout
35947
35948 \end_inset
35949
35950
35951 \end_layout
35952
35953 \begin_layout Standard
35954 A more convenient way to typeset chemical formulas is to use the command 
35955 \series bold
35956
35957 \backslash
35958 ce
35959 \series default
35960
35961 \begin_inset Index idx
35962 range none
35963 pageformat default
35964 status collapsed
35965
35966 \begin_layout Plain Layout
35967 Commands
35968 \begin_inset IndexMacro subentry
35969 status open
35970
35971 \begin_layout Plain Layout
35972 C
35973 \end_layout
35974
35975 \end_inset
35976
35977
35978 \begin_inset IndexMacro subentry
35979 status open
35980
35981 \begin_layout Plain Layout
35982
35983 \backslash
35984 ce
35985 \end_layout
35986
35987 \end_inset
35988
35989
35990 \end_layout
35991
35992 \end_inset
35993
35994  which is available when the \SpecialChar LaTeX
35995 -package 
35996 \series bold
35997 mhchem
35998 \series default
35999
36000 \begin_inset Index idx
36001 range none
36002 pageformat default
36003 status collapsed
36004
36005 \begin_layout Plain Layout
36006 Packages
36007 \begin_inset IndexMacro subentry
36008 status open
36009
36010 \begin_layout Plain Layout
36011 mhchem
36012 \end_layout
36013
36014 \end_inset
36015
36016
36017 \end_layout
36018
36019 \end_inset
36020
36021  is installed.
36022  After inserting 
36023 \series bold
36024
36025 \backslash
36026 ce
36027 \series default
36028  in a formula a new blue box appears where chemical formulas can be inserted in an intuitive way.
36029 \end_layout
36030
36031 \begin_layout Standard
36032 \align center
36033 \begin_inset Tabular
36034 <lyxtabular version="3" rows="10" columns="2">
36035 <features booktabs="true" tabularvalignment="middle">
36036 <column alignment="center" valignment="top" width="0pt">
36037 <column alignment="center" valignment="top">
36038 <row>
36039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36040 \begin_inset Text
36041
36042 \begin_layout Plain Layout
36043 Command
36044 \end_layout
36045
36046 \end_inset
36047 </cell>
36048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36049 \begin_inset Text
36050
36051 \begin_layout Plain Layout
36052 Result
36053 \end_layout
36054
36055 \end_inset
36056 </cell>
36057 </row>
36058 <row>
36059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36060 \begin_inset Text
36061
36062 \begin_layout Plain Layout
36063
36064 \backslash
36065 ce
36066 \begin_inset space \textvisiblespace{}
36067 \end_inset
36068
36069 H2CO3
36070 \end_layout
36071
36072 \end_inset
36073 </cell>
36074 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
36075 \begin_inset Text
36076
36077 \begin_layout Plain Layout
36078 \begin_inset Formula $\ce{H2CO3}$
36079 \end_inset
36080
36081
36082 \end_layout
36083
36084 \end_inset
36085 </cell>
36086 </row>
36087 <row topspace="1.5mm">
36088 <cell alignment="center" valignment="top" usebox="none">
36089 \begin_inset Text
36090
36091 \begin_layout Plain Layout
36092
36093 \backslash
36094 ce
36095 \begin_inset space \textvisiblespace{}
36096 \end_inset
36097
36098 SO4^2-
36099 \end_layout
36100
36101 \end_inset
36102 </cell>
36103 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
36104 \begin_inset Text
36105
36106 \begin_layout Plain Layout
36107 \begin_inset Formula $\ce{SO4^{2-}}$
36108 \end_inset
36109
36110
36111 \end_layout
36112
36113 \end_inset
36114 </cell>
36115 </row>
36116 <row topspace="1.5mm">
36117 <cell alignment="center" valignment="top" usebox="none">
36118 \begin_inset Text
36119
36120 \begin_layout Plain Layout
36121
36122 \backslash
36123 ce
36124 \begin_inset space \textvisiblespace{}
36125 \end_inset
36126
36127 (NH4)2S
36128 \end_layout
36129
36130 \end_inset
36131 </cell>
36132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
36133 \begin_inset Text
36134
36135 \begin_layout Plain Layout
36136 \begin_inset Formula $\ce{(NH4)2S}$
36137 \end_inset
36138
36139
36140 \end_layout
36141
36142 \end_inset
36143 </cell>
36144 </row>
36145 <row topspace="1.5mm">
36146 <cell alignment="center" valignment="top" usebox="none">
36147 \begin_inset Text
36148
36149 \begin_layout Plain Layout
36150
36151 \backslash
36152 ce
36153 \begin_inset space \textvisiblespace{}
36154 \end_inset
36155
36156 KCr(SO4)2.12H2O
36157 \end_layout
36158
36159 \end_inset
36160 </cell>
36161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
36162 \begin_inset Text
36163
36164 \begin_layout Plain Layout
36165 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
36166 \end_inset
36167
36168
36169 \end_layout
36170
36171 \end_inset
36172 </cell>
36173 </row>
36174 <row topspace="1.5mm">
36175 <cell alignment="center" valignment="top" usebox="none">
36176 \begin_inset Text
36177
36178 \begin_layout Plain Layout
36179
36180 \backslash
36181 ce
36182 \begin_inset space \textvisiblespace{}
36183 \end_inset
36184
36185 A-B
36186 \backslash
36187 dbond
36188 \begin_inset space \textvisiblespace{}
36189 \end_inset
36190
36191 C
36192 \backslash
36193 tbond
36194 \begin_inset space \textvisiblespace{}
36195 \end_inset
36196
36197 D
36198 \end_layout
36199
36200 \end_inset
36201 </cell>
36202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
36203 \begin_inset Text
36204
36205 \begin_layout Plain Layout
36206 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
36207 \end_inset
36208
36209
36210 \end_layout
36211
36212 \end_inset
36213 </cell>
36214 </row>
36215 <row topspace="1.5mm">
36216 <cell alignment="center" valignment="top" usebox="none">
36217 \begin_inset Text
36218
36219 \begin_layout Plain Layout
36220
36221 \backslash
36222 ce
36223 \begin_inset space \textvisiblespace{}
36224 \end_inset
36225
36226 ^227
36227 \begin_inset Formula $\downarrow$
36228 \end_inset
36229
36230 _90
36231 \begin_inset Formula $\to$
36232 \end_inset
36233
36234 Th+
36235 \end_layout
36236
36237 \end_inset
36238 </cell>
36239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
36240 \begin_inset Text
36241
36242 \begin_layout Plain Layout
36243 \begin_inset Formula $\ce{_{90}^{227}Th+}$
36244 \end_inset
36245
36246
36247 \end_layout
36248
36249 \end_inset
36250 </cell>
36251 </row>
36252 <row>
36253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36254 \begin_inset Text
36255
36256 \begin_layout Plain Layout
36257
36258 \backslash
36259 ce
36260 \begin_inset space \textvisiblespace{}
36261 \end_inset
36262
36263
36264 \backslash
36265 mu
36266 \begin_inset space \textvisiblespace{}
36267 \end_inset
36268
36269
36270 \backslash
36271 hyphen
36272 \begin_inset space \textvisiblespace{}
36273 \end_inset
36274
36275 Cl
36276 \end_layout
36277
36278 \end_inset
36279 </cell>
36280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
36281 \begin_inset Text
36282
36283 \begin_layout Plain Layout
36284 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
36285 \end_inset
36286
36287
36288 \end_layout
36289
36290 \end_inset
36291 </cell>
36292 </row>
36293 <row>
36294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36295 \begin_inset Text
36296
36297 \begin_layout Plain Layout
36298
36299 \backslash
36300 ce
36301 \begin_inset space \textvisiblespace{}
36302 \end_inset
36303
36304 CO2
36305 \begin_inset space \textvisiblespace{}
36306 \end_inset
36307
36308 +
36309 \begin_inset space \textvisiblespace{}
36310 \end_inset
36311
36312 C
36313 \begin_inset space \textvisiblespace{}
36314 \end_inset
36315
36316 <=>
36317 \begin_inset space \textvisiblespace{}
36318 \end_inset
36319
36320 2CO
36321 \end_layout
36322
36323 \end_inset
36324 </cell>
36325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36326 \begin_inset Text
36327
36328 \begin_layout Plain Layout
36329 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
36330 \end_inset
36331
36332
36333 \end_layout
36334
36335 \end_inset
36336 </cell>
36337 </row>
36338 <row topspace="1.5mm">
36339 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36340 \begin_inset Text
36341
36342 \begin_layout Plain Layout
36343
36344 \backslash
36345 ce
36346 \begin_inset space \textvisiblespace{}
36347 \end_inset
36348
36349 CO2
36350 \begin_inset space \textvisiblespace{}
36351 \end_inset
36352
36353 +
36354 \begin_inset space \textvisiblespace{}
36355 \end_inset
36356
36357 C
36358 \begin_inset space \textvisiblespace{}
36359 \end_inset
36360
36361 ->[
36362 \backslash
36363 alpha][
36364 \backslash
36365 beta]
36366 \begin_inset space \textvisiblespace{}
36367 \end_inset
36368
36369 2CO}
36370 \end_layout
36371
36372 \end_inset
36373 </cell>
36374 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
36375 \begin_inset Text
36376
36377 \begin_layout Plain Layout
36378 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
36379 \end_inset
36380
36381
36382 \end_layout
36383
36384 \end_inset
36385 </cell>
36386 </row>
36387 </lyxtabular>
36388
36389 \end_inset
36390
36391
36392 \end_layout
36393
36394 \begin_layout Standard
36395 \begin_inset Note Greyedout
36396 status open
36397
36398 \begin_layout Plain Layout
36399
36400 \series bold
36401 Note:
36402
36403 \series default
36404  It is not possible in \SpecialChar LyX
36405  to use the character ^ to get an up-arrow as described in the 
36406 \series bold
36407 mhchem
36408 \series default
36409  manual.
36410  One instead uses a negative thin space followed by the command 
36411 \series bold
36412
36413 \backslash
36414 uparrow
36415 \series default
36416 :
36417  
36418 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
36419 \end_inset
36420
36421
36422 \end_layout
36423
36424 \end_inset
36425
36426
36427 \end_layout
36428
36429 \begin_layout Standard
36430 Using 
36431 \series bold
36432
36433 \backslash
36434 ce
36435 \series default
36436  the command for equation
36437 \begin_inset space ~
36438 \end_inset
36439
36440
36441 \begin_inset CommandInset ref
36442 LatexCommand eqref
36443 reference "eq:chem-reaction"
36444 nolink "false"
36445
36446 \end_inset
36447
36448  is:
36449 \begin_inset Newline newline
36450 \end_inset
36451
36452
36453 \series bold
36454  
36455 \backslash
36456 ce
36457 \begin_inset space \textvisiblespace{}
36458 \end_inset
36459
36460 2Na+
36461 \begin_inset space \textvisiblespace{}
36462 \end_inset
36463
36464 +
36465 \begin_inset space \textvisiblespace{}
36466 \end_inset
36467
36468 SO4^2-
36469 \begin_inset space \textvisiblespace{}
36470 \end_inset
36471
36472
36473 \begin_inset space \textvisiblespace{}
36474 \end_inset
36475
36476 ->
36477 \begin_inset space \textvisiblespace{}
36478 \end_inset
36479
36480 Na2SO4
36481 \end_layout
36482
36483 \begin_layout Standard
36484 To create multiline chemical equations first a multiline formula is created as described in 
36485 \begin_inset CommandInset ref
36486 LatexCommand ref
36487 reference "sec:Multiline-Formulas"
36488 nolink "false"
36489
36490 \end_inset
36491
36492 .
36493  Afterwards the command 
36494 \series bold
36495
36496 \backslash
36497 ce
36498 \series default
36499  is used in every small blue box of the formula.
36500  
36501 \begin_inset CommandInset ref
36502 LatexCommand eqref
36503 reference "eq:TEOS-reaction-1"
36504 nolink "false"
36505
36506 \end_inset
36507
36508  and 
36509 \begin_inset CommandInset ref
36510 LatexCommand eqref
36511 reference "eq:TEOS-reaction-2"
36512 nolink "false"
36513
36514 \end_inset
36515
36516  are an example of a multi-stage chemical reaction where every equation has its own number.
36517 \begin_inset Formula 
36518 \begin{eqnarray}
36519 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
36520 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
36521 \end{eqnarray}
36522
36523 \end_inset
36524
36525
36526 \end_layout
36527
36528 \begin_layout Standard
36529 Besides 
36530 \series bold
36531
36532 \backslash
36533 ce
36534 \series default
36535  the 
36536 \series bold
36537 mhchem
36538 \series default
36539  package provides the command 
36540 \series bold
36541
36542 \backslash
36543 cf
36544 \series default
36545
36546 \begin_inset Index idx
36547 range none
36548 pageformat default
36549 status collapsed
36550
36551 \begin_layout Plain Layout
36552 Commands
36553 \begin_inset IndexMacro subentry
36554 status open
36555
36556 \begin_layout Plain Layout
36557 C
36558 \end_layout
36559
36560 \end_inset
36561
36562
36563 \begin_inset IndexMacro subentry
36564 status open
36565
36566 \begin_layout Plain Layout
36567
36568 \backslash
36569 cf
36570 \end_layout
36571
36572 \end_inset
36573
36574
36575 \end_layout
36576
36577 \end_inset
36578
36579  that is used for special cases.
36580  For more information about 
36581 \series bold
36582
36583 \backslash
36584 cf
36585 \series default
36586  and more examples have a look at the documentation of 
36587 \series bold
36588 mhchem
36589 \series default
36590 ,
36591  
36592 \begin_inset CommandInset citation
36593 LatexCommand cite
36594 key "mhchem"
36595 literal "true"
36596
36597 \end_inset
36598
36599 .
36600 \end_layout
36601
36602 \begin_layout Section
36603 Diagrams
36604 \end_layout
36605
36606 \begin_layout Standard
36607 \SpecialChar LyX
36608  supports two types of commutative diagrams:
36609  
36610 \series bold
36611 amscd
36612 \series default
36613  and 
36614 \series bold
36615 xymatrix
36616 \series default
36617  and are explained below.
36618 \end_layout
36619
36620 \begin_layout Subsection
36621 Amscd Diagrams
36622 \begin_inset Index idx
36623 range none
36624 pageformat default
36625 status collapsed
36626
36627 \begin_layout Plain Layout
36628 Diagrams
36629 \begin_inset IndexMacro subentry
36630 status open
36631
36632 \begin_layout Plain Layout
36633 amscd
36634 \end_layout
36635
36636 \end_inset
36637
36638
36639 \end_layout
36640
36641 \end_inset
36642
36643
36644 \end_layout
36645
36646 \begin_layout Standard
36647 Diagrams of this type visualize relations by vertical and horizontal lines or arrows:
36648 \begin_inset Formula 
36649 \[
36650 \begin{CD}A@>>>B@>>>C\\
36651 @AAA@.@VVV\\
36652 F@<<<E@<<<D
36653 \end{CD}
36654 \]
36655
36656 \end_inset
36657
36658
36659 \end_layout
36660
36661 \begin_layout Standard
36662 To create them,
36663  the command 
36664 \series bold
36665
36666 \backslash
36667 CD
36668 \begin_inset Index idx
36669 range none
36670 pageformat default
36671 status collapsed
36672
36673 \begin_layout Plain Layout
36674 Commands
36675 \begin_inset IndexMacro subentry
36676 status open
36677
36678 \begin_layout Plain Layout
36679 C
36680 \end_layout
36681
36682 \end_inset
36683
36684
36685 \begin_inset IndexMacro subentry
36686 status open
36687
36688 \begin_layout Plain Layout
36689
36690 \backslash
36691 CD
36692 \end_layout
36693
36694 \end_inset
36695
36696
36697 \end_layout
36698
36699 \end_inset
36700
36701
36702 \series default
36703  is inserted to a formula.
36704  A blue box appears with two dashed lines where additional commands can be inserted.
36705  With 
36706 \begin_inset Info
36707 type  "shortcut"
36708 arg   "newline-insert newline"
36709 \end_inset
36710
36711  a new line is created.
36712  Horizontal relations are inserted in odd formula lines,
36713  vertical in even formula lines.
36714 \end_layout
36715
36716 \begin_layout Standard
36717 To create the relations use the following commands:
36718 \end_layout
36719
36720 \begin_layout Itemize
36721
36722 \series bold
36723 @<<<
36724 \series default
36725  creates a left arrow,
36726  
36727 \series bold
36728 @>>>
36729 \series default
36730  a right arrow and 
36731 \series bold
36732 @=
36733 \series default
36734  a long equal sign
36735 \end_layout
36736
36737 \begin_layout Itemize
36738
36739 \series bold
36740 @AAA
36741 \series default
36742  creates an up arrow,
36743  
36744 \series bold
36745 @VVV
36746 \series default
36747  a down arrow and 
36748 \series bold
36749 @|
36750 \series default
36751  a vertical equal sign
36752 \end_layout
36753
36754 \begin_layout Itemize
36755
36756 \series bold
36757 @.
36758
36759 \series default
36760  is a placeholder for non-existent relations
36761 \end_layout
36762
36763 \begin_layout Standard
36764 All arrows can be labeled as follows:
36765 \end_layout
36766
36767 \begin_layout Itemize
36768 If text inserted between the first and second < or >,
36769  resp.,
36770  it is placed above the arrow.
36771  When it is inserted between the second and third one,
36772  it appears under the arrow.
36773 \end_layout
36774
36775 \begin_layout Itemize
36776 When text for vertical arrows is inserted between the first and second A or V,
36777  resp.,
36778  it is placed left beside the arrow.
36779  When it is inserted between the second and third one,
36780  it appears right beside the arrow.
36781  If the text contains an A or V,
36782  these letters must be set into a \SpecialChar TeX
36783  brace.
36784 \end_layout
36785
36786 \begin_layout Standard
36787 As example a diagram with all possible relations:
36788 \end_layout
36789
36790 \begin_layout Standard
36791 \begin_inset Formula 
36792 \[
36793 \begin{CD}A@>j>>B@>>k>C@=F\\
36794 @AmAA@.@VV{V}V@|\\
36795 D@<<j<E@>k>>F@=C
36796 \end{CD}
36797 \]
36798
36799 \end_inset
36800
36801
36802 \end_layout
36803
36804 \begin_layout Standard
36805 The command for this is:
36806 \begin_inset Newline newline
36807 \end_inset
36808
36809
36810 \series bold
36811
36812 \backslash
36813 CD
36814 \begin_inset space \textvisiblespace{}
36815 \end_inset
36816
36817 A@>j>>B@>>k>C@=F Ctrl+Return
36818 \begin_inset Newline newline
36819 \end_inset
36820
36821
36822 \begin_inset Phantom HPhantom
36823 status open
36824
36825 \begin_layout Plain Layout
36826
36827 \series bold
36828
36829 \backslash
36830 CD
36831 \begin_inset space \textvisiblespace{}
36832 \end_inset
36833
36834
36835 \end_layout
36836
36837 \end_inset
36838
36839 @AmAA@.@VV
36840 \backslash
36841 {V
36842 \series default
36843
36844 \begin_inset Formula $\to$
36845 \end_inset
36846
36847
36848 \series bold
36849 V@| Ctrl+Return
36850 \begin_inset Newline newline
36851 \end_inset
36852
36853
36854 \begin_inset Phantom HPhantom
36855 status open
36856
36857 \begin_layout Plain Layout
36858
36859 \series bold
36860
36861 \backslash
36862 CD
36863 \begin_inset space \textvisiblespace{}
36864 \end_inset
36865
36866
36867 \end_layout
36868
36869 \end_inset
36870
36871 D@<<j<E@>k>>F@=C
36872 \end_layout
36873
36874 \begin_layout Subsection
36875 Xymatrix Diagrams
36876 \begin_inset Index idx
36877 range none
36878 pageformat default
36879 status collapsed
36880
36881 \begin_layout Plain Layout
36882 Diagrams
36883 \begin_inset IndexMacro subentry
36884 status open
36885
36886 \begin_layout Plain Layout
36887 xymatrix
36888 \end_layout
36889
36890 \end_inset
36891
36892
36893 \end_layout
36894
36895 \end_inset
36896
36897
36898 \end_layout
36899
36900 \begin_layout Standard
36901 To be able to use xymatrices,
36902  the \SpecialChar LaTeX
36903 -package 
36904 \series bold
36905 xypic
36906 \series default
36907  must be installed.
36908  A xymatrix is created by inserting the command 
36909 \series bold
36910
36911 \backslash
36912 xymatrix
36913 \series default
36914  in a formula.
36915  Then you are able to add new matrix columns and rows like for normal matrices,
36916  see 
36917 \begin_inset CommandInset ref
36918 LatexCommand ref
36919 reference "sec:Matrices"
36920 nolink "false"
36921
36922 \end_inset
36923
36924 .
36925 \end_layout
36926
36927 \begin_layout Standard
36928 Contrary to amscd diagrams,
36929  xymatrices support diagonal and curved arrows,
36930  and much more.
36931  The commands used to create commutative diagrams and decorations are explained in detail in the 
36932 \emph on
36933 XY-pic manual
36934 \emph default
36935  found in the menu 
36936 \family sans
36937 Help\SpecialChar menuseparator
36938 Specific
36939 \begin_inset space ~
36940 \end_inset
36941
36942 Manuals
36943 \family default
36944 .
36945 \end_layout
36946
36947 \begin_layout Subsection
36948
36949 \noun on
36950 Feynman
36951 \noun default
36952  Diagrams
36953 \begin_inset Index idx
36954 range none
36955 pageformat default
36956 status collapsed
36957
36958 \begin_layout Plain Layout
36959 Diagrams
36960 \begin_inset IndexMacro subentry
36961 status open
36962
36963 \begin_layout Plain Layout
36964 Feynman
36965 \end_layout
36966
36967 \end_inset
36968
36969
36970 \end_layout
36971
36972 \end_inset
36973
36974
36975 \end_layout
36976
36977 \begin_layout Standard
36978 To be able to use 
36979 \noun on
36980 Feynman
36981 \noun default
36982 -diagrams,
36983  the \SpecialChar LaTeX
36984 -package 
36985 \series bold
36986 feyn
36987 \series default
36988  must be installed.
36989  A 
36990 \noun on
36991 Feynman
36992 \noun default
36993 -diagram is created by inserting the command 
36994 \series bold
36995
36996 \backslash
36997 Diagram
36998 \series default
36999  in a formula.
37000  Then you will be able to add new matrix columns and rows like for normal matrices,
37001  see 
37002 \begin_inset CommandInset ref
37003 LatexCommand ref
37004 reference "sec:Matrices"
37005 nolink "false"
37006
37007 \end_inset
37008
37009 .
37010 \end_layout
37011
37012 \begin_layout Standard
37013 Examples of how to create 
37014 \noun on
37015 Feynman-
37016 \noun default
37017 diagrams in \SpecialChar LyX
37018  are given in the 
37019 \emph on
37020 Feynman-diagram
37021 \emph default
37022  manual that you find in the menu 
37023 \family sans
37024 Help\SpecialChar menuseparator
37025 Specific
37026 \begin_inset space ~
37027 \end_inset
37028
37029 Manuals
37030 \family default
37031 .
37032 \end_layout
37033
37034 \begin_layout Section
37035 User-defined Commands
37036 \begin_inset Index idx
37037 range none
37038 pageformat default
37039 status collapsed
37040
37041 \begin_layout Plain Layout
37042 User-defined commands
37043 \end_layout
37044
37045 \end_inset
37046
37047
37048 \end_layout
37049
37050 \begin_layout Standard
37051 \begin_inset Note Greyedout
37052 status open
37053
37054 \begin_layout Plain Layout
37055
37056 \series bold
37057 Note:
37058
37059 \series default
37060  The names of user-defined commands and macros may only consist of Latin letters.
37061 \end_layout
37062
37063 \end_inset
37064
37065
37066 \end_layout
37067
37068 \begin_layout Subsection
37069 The Command 
37070 \backslash
37071 newcommand
37072 \begin_inset CommandInset label
37073 LatexCommand label
37074 name "subsec:The-Command-newcommand"
37075
37076 \end_inset
37077
37078
37079 \begin_inset Index idx
37080 range none
37081 pageformat default
37082 status collapsed
37083
37084 \begin_layout Plain Layout
37085 User-defined commands
37086 \begin_inset IndexMacro subentry
37087 status open
37088
37089 \begin_layout Plain Layout
37090
37091 \backslash
37092 newcommand
37093 \end_layout
37094
37095 \end_inset
37096
37097
37098 \end_layout
37099
37100 \end_inset
37101
37102
37103 \begin_inset Index idx
37104 range none
37105 pageformat default
37106 status collapsed
37107
37108 \begin_layout Plain Layout
37109 Commands
37110 \begin_inset IndexMacro subentry
37111 status open
37112
37113 \begin_layout Plain Layout
37114 N
37115 \end_layout
37116
37117 \end_inset
37118
37119
37120 \begin_inset IndexMacro subentry
37121 status open
37122
37123 \begin_layout Plain Layout
37124
37125 \backslash
37126 newcommand
37127 \end_layout
37128
37129 \end_inset
37130
37131
37132 \end_layout
37133
37134 \end_inset
37135
37136
37137 \end_layout
37138
37139 \begin_layout Standard
37140 Many \SpecialChar LaTeX
37141 -commands are too long to be used frequently.
37142  But it is possible to define with the command 
37143 \series bold
37144
37145 \backslash
37146 newcommand
37147 \series default
37148  new shorter commands.
37149 \end_layout
37150
37151 \begin_layout Standard
37152 The command scheme of 
37153 \series bold
37154
37155 \backslash
37156 newcommand
37157 \series default
37158  is:
37159 \end_layout
37160
37161 \begin_layout Standard
37162
37163 \series bold
37164
37165 \backslash
37166 newcommand{new command name}[number of arguments][optional
37167 \series default
37168  
37169 \series bold
37170 value]
37171 \begin_inset Newline newline
37172 \end_inset
37173
37174
37175 \begin_inset Phantom HPhantom
37176 status open
37177
37178 \begin_layout Plain Layout
37179
37180 \series bold
37181
37182 \backslash
37183 newcommand
37184 \end_layout
37185
37186 \end_inset
37187
37188 {command definition}
37189 \end_layout
37190
37191 \begin_layout Standard
37192 \begin_inset Note Greyedout
37193 status open
37194
37195 \begin_layout Plain Layout
37196
37197 \series bold
37198 Note:
37199
37200 \series default
37201  Verify that the name of the new command is not already used in your document or by the \SpecialChar LaTeX
37202 -packages that you use.
37203  If you for example define the command 
37204 \series bold
37205
37206 \backslash
37207 le
37208 \series default
37209  for 
37210 \series bold
37211
37212 \backslash
37213 Leftarrow
37214 \series default
37215 ,
37216  you will get an error message because 
37217 \series bold
37218
37219 \backslash
37220 le
37221 \series default
37222  is already defined as command for 
37223 \begin_inset Quotes eld
37224 \end_inset
37225
37226
37227 \begin_inset Formula $\le$
37228 \end_inset
37229
37230
37231 \begin_inset Quotes erd
37232 \end_inset
37233
37234 .
37235 \end_layout
37236
37237 \end_inset
37238
37239
37240 \end_layout
37241
37242 \begin_layout Standard
37243 The number of arguments is an integer in the range 0
37244 \begin_inset space \thinspace{}
37245 \end_inset
37246
37247 -
37248 \begin_inset space \thinspace{}
37249 \end_inset
37250
37251 9 and specifies how many arguments the new command should have.
37252  With the optional value a value for an optional argument can be predefined.
37253  When this is done,
37254  the 
37255 \emph on
37256 first
37257 \emph default
37258  
37259 \emph on
37260 a
37261 \emph default
37262 rgument of the new command is automatically an optional one.
37263 \end_layout
37264
37265 \begin_layout Standard
37266 Here are some examples:
37267 \end_layout
37268
37269 \begin_layout Itemize
37270 To define the command 
37271 \series bold
37272
37273 \backslash
37274 gr
37275 \series default
37276  for 
37277 \series bold
37278
37279 \backslash
37280 Longrightarrow
37281 \series default
37282 ,
37283  the \SpecialChar LaTeX
37284 -preamble line is:
37285 \begin_inset VSpace medskip
37286 \end_inset
37287
37288
37289 \begin_inset Newline newline
37290 \end_inset
37291
37292
37293 \series bold
37294
37295 \backslash
37296 newcommand{
37297 \backslash
37298 gr}{
37299 \backslash
37300 Longrightarrow}
37301 \end_layout
37302
37303 \begin_layout Itemize
37304 To define the command 
37305 \series bold
37306
37307 \backslash
37308 us
37309 \series default
37310  for 
37311 \series bold
37312
37313 \backslash
37314 underline
37315 \series default
37316 ,
37317  the argument (that should be underlined) must be taken into account.
37318  For this the preamble line is:
37319 \begin_inset VSpace medskip
37320 \end_inset
37321
37322
37323 \begin_inset Newline newline
37324 \end_inset
37325
37326
37327 \series bold
37328
37329 \backslash
37330 newcommand{
37331 \backslash
37332 us}[1]{
37333 \backslash
37334 underline{#1}}
37335 \series default
37336
37337 \begin_inset VSpace medskip
37338 \end_inset
37339
37340
37341 \begin_inset Newline newline
37342 \end_inset
37343
37344 The character 
37345 \series bold
37346 #
37347 \series default
37348  acts as argument placeholder,
37349  the 
37350 \series bold
37351 1
37352 \series default
37353  behind it denotes that it is the placeholder for the first argument.
37354 \end_layout
37355
37356 \begin_layout Itemize
37357 For 
37358 \series bold
37359
37360 \backslash
37361 framebox
37362 \series default
37363  one can e.
37364 \begin_inset space \thinspace{}
37365 \end_inset
37366
37367 g.
37368 \begin_inset space \space{}
37369 \end_inset
37370
37371 define the command 
37372 \series bold
37373
37374 \backslash
37375 fb
37376 \series default
37377 :
37378 \begin_inset VSpace medskip
37379 \end_inset
37380
37381
37382 \begin_inset Newline newline
37383 \end_inset
37384
37385
37386 \series bold
37387
37388 \backslash
37389 newcommand{
37390 \backslash
37391 fb}[3]{
37392 \backslash
37393 framebox#1#2{$#3$}}
37394 \series default
37395
37396 \begin_inset VSpace medskip
37397 \end_inset
37398
37399
37400 \begin_inset Newline newline
37401 \end_inset
37402
37403 The two Dollar signs creates the extra formula needed for 
37404 \series bold
37405
37406 \backslash
37407 framebox
37408 \series default
37409 ,
37410  see 
37411 \begin_inset CommandInset ref
37412 LatexCommand ref
37413 reference "subsec:Boxes-with-Frame"
37414 nolink "false"
37415
37416 \end_inset
37417
37418 .
37419 \end_layout
37420
37421 \begin_layout Itemize
37422 To create a new command for 
37423 \series bold
37424
37425 \backslash
37426 fcolorbox
37427 \series default
37428  where the color for the box need not be specified,
37429  the argument for the color is defined optional:
37430 \begin_inset VSpace medskip
37431 \end_inset
37432
37433
37434 \begin_inset Newline newline
37435 \end_inset
37436
37437
37438 \series bold
37439
37440 \backslash
37441 newcommand{
37442 \backslash
37443 cb}[3][white]{
37444 \backslash
37445 fcolorbox{#2}{#1}{$#3$}}
37446 \series default
37447
37448 \begin_inset VSpace medskip
37449 \end_inset
37450
37451
37452 \begin_inset Newline newline
37453 \end_inset
37454
37455 When the color is not specified when using 
37456 \series bold
37457
37458 \backslash
37459 cb
37460 \series default
37461 ,
37462  the predefined color 
37463 \series bold
37464 white
37465 \series default
37466  will be used.
37467 \end_layout
37468
37469 \begin_layout Standard
37470 A test of the new defined commands:
37471 \end_layout
37472
37473 \begin_layout Standard
37474 \align center
37475 \begin_inset Tabular
37476 <lyxtabular version="3" rows="6" columns="2">
37477 <features booktabs="true" tabularvalignment="middle">
37478 <column alignment="center" valignment="top" width="0pt">
37479 <column alignment="center" valignment="top">
37480 <row>
37481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37482 \begin_inset Text
37483
37484 \begin_layout Plain Layout
37485 Command
37486 \end_layout
37487
37488 \end_inset
37489 </cell>
37490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37491 \begin_inset Text
37492
37493 \begin_layout Plain Layout
37494 Result
37495 \end_layout
37496
37497 \end_inset
37498 </cell>
37499 </row>
37500 <row>
37501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37502 \begin_inset Text
37503
37504 \begin_layout Plain Layout
37505 A
37506 \backslash
37507 gr
37508 \begin_inset space \textvisiblespace{}
37509 \end_inset
37510
37511 B
37512 \end_layout
37513
37514 \end_inset
37515 </cell>
37516 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
37517 \begin_inset Text
37518
37519 \begin_layout Plain Layout
37520 \begin_inset Formula $A\gr B$
37521 \end_inset
37522
37523
37524 \end_layout
37525
37526 \end_inset
37527 </cell>
37528 </row>
37529 <row>
37530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37531 \begin_inset Text
37532
37533 \begin_layout Plain Layout
37534
37535 \backslash
37536 us{ABcd
37537 \end_layout
37538
37539 \end_inset
37540 </cell>
37541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
37542 \begin_inset Text
37543
37544 \begin_layout Plain Layout
37545 \begin_inset Formula $\us{ABcd}$
37546 \end_inset
37547
37548
37549 \end_layout
37550
37551 \end_inset
37552 </cell>
37553 </row>
37554 <row topspace="1mm">
37555 <cell alignment="center" valignment="top" usebox="none">
37556 \begin_inset Text
37557
37558 \begin_layout Plain Layout
37559
37560 \backslash
37561 fb{[2cm]
37562 \begin_inset Formula $\to$
37563 \end_inset
37564
37565
37566 \backslash
37567 {
37568 \begin_inset Formula $\to$
37569 \end_inset
37570
37571
37572 \backslash
37573 {
37574 \backslash
37575 int
37576 \begin_inset space \textvisiblespace{}
37577 \end_inset
37578
37579 A=B
37580 \end_layout
37581
37582 \end_inset
37583 </cell>
37584 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
37585 \begin_inset Text
37586
37587 \begin_layout Plain Layout
37588 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
37589 \end_inset
37590
37591
37592 \end_layout
37593
37594 \end_inset
37595 </cell>
37596 </row>
37597 <row topspace="1.5mm">
37598 <cell alignment="center" valignment="top" usebox="none">
37599 \begin_inset Text
37600
37601 \begin_layout Plain Layout
37602
37603 \backslash
37604 cb{red
37605 \begin_inset Formula $\to$
37606 \end_inset
37607
37608
37609 \backslash
37610 {
37611 \backslash
37612 int
37613 \begin_inset space \textvisiblespace{}
37614 \end_inset
37615
37616 A=B
37617 \end_layout
37618
37619 \end_inset
37620 </cell>
37621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
37622 \begin_inset Text
37623
37624 \begin_layout Plain Layout
37625 \begin_inset Formula $\cb{red}{\int A=B}$
37626 \end_inset
37627
37628
37629 \end_layout
37630
37631 \end_inset
37632 </cell>
37633 </row>
37634 <row topspace="1.5mm" bottomspace="1mm">
37635 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37636 \begin_inset Text
37637
37638 \begin_layout Plain Layout
37639
37640 \backslash
37641 cb[green]
37642 \backslash
37643 {red
37644 \begin_inset Formula $\to$
37645 \end_inset
37646
37647
37648 \backslash
37649 {
37650 \backslash
37651 int
37652 \begin_inset space \textvisiblespace{}
37653 \end_inset
37654
37655 A=B
37656 \end_layout
37657
37658 \end_inset
37659 </cell>
37660 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
37661 \begin_inset Text
37662
37663 \begin_layout Plain Layout
37664 \begin_inset Formula $\cb[green]{red}{\int A=B}$
37665 \end_inset
37666
37667
37668 \end_layout
37669
37670 \end_inset
37671 </cell>
37672 </row>
37673 </lyxtabular>
37674
37675 \end_inset
37676
37677
37678 \end_layout
37679
37680 \begin_layout Subsection
37681 Math Macros
37682 \begin_inset Index idx
37683 range none
37684 pageformat default
37685 status collapsed
37686
37687 \begin_layout Plain Layout
37688 User-defined commands!
37689  Math macros
37690 \end_layout
37691
37692 \end_inset
37693
37694
37695 \begin_inset Index idx
37696 range none
37697 pageformat default
37698 status collapsed
37699
37700 \begin_layout Plain Layout
37701 Macros
37702 \end_layout
37703
37704 \end_inset
37705
37706
37707 \end_layout
37708
37709 \begin_layout Standard
37710 User-defined commands are especially convenient for complex expressions.
37711  For example if you are dealing with a document that has quadratic equations,
37712  the same solution type occurs several times.
37713  The general form of a quadratic equation is
37714 \begin_inset Formula 
37715 \[
37716 0=\lambda^{2}+p\lambda+q
37717 \]
37718
37719 \end_inset
37720
37721 The general form of the solution is
37722 \begin_inset Formula 
37723 \[
37724 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
37725 \]
37726
37727 \end_inset
37728
37729
37730 \end_layout
37731
37732 \begin_layout Standard
37733 To define a command for the solution formula where only the three parameters 
37734 \begin_inset Formula $\lambda$
37735 \end_inset
37736
37737 ,
37738  
37739 \begin_inset Formula $p$
37740 \end_inset
37741
37742  and 
37743 \begin_inset Formula $q$
37744 \end_inset
37745
37746  need to be specified and the index of 
37747 \begin_inset Formula $\lambda$
37748 \end_inset
37749
37750  can be given optionally,
37751  the \SpecialChar LaTeX
37752 -preamble line is
37753 \begin_inset Newline newline
37754 \end_inset
37755
37756
37757 \series bold
37758
37759 \backslash
37760 newcommand{
37761 \backslash
37762 qG}[4][1,
37763 \backslash
37764 ,2]{#2_{#1}=-
37765 \backslash
37766 frac{#3}{2}
37767 \backslash
37768 pm
37769 \begin_inset Newline newline
37770 \end_inset
37771
37772
37773 \begin_inset Phantom HPhantom
37774 status open
37775
37776 \begin_layout Plain Layout
37777
37778 \series bold
37779
37780 \backslash
37781 newcommand
37782 \end_layout
37783
37784 \end_inset
37785
37786
37787 \backslash
37788 sqrt{
37789 \backslash
37790 frac{#3^{2}}{4}-#4}}
37791 \end_layout
37792
37793 \begin_layout Standard
37794 To create with this the solution formula,
37795  the command
37796 \begin_inset Newline newline
37797 \end_inset
37798
37799
37800 \series bold
37801
37802 \backslash
37803 qG{
37804 \backslash
37805 lambda
37806 \begin_inset Formula $\to$
37807 \end_inset
37808
37809
37810 \backslash
37811 {p
37812 \begin_inset Formula $\to$
37813 \end_inset
37814
37815
37816 \backslash
37817 {q
37818 \series default
37819  is inserted to a formula
37820 \series bold
37821 .
37822 \end_layout
37823
37824 \begin_layout Standard
37825 The definition of the new command is unintuitive because one has to know the schemes of all used \SpecialChar LaTeX
37826  commands,
37827  e.
37828 \begin_inset space \thinspace{}
37829 \end_inset
37830
37831 g.
37832 \begin_inset space \space{}
37833 \end_inset
37834
37835 that a fraction is inserted in \SpecialChar LaTeX
37836  as 
37837 \series bold
37838
37839 \backslash
37840 frac{numerator}{denominator}
37841 \series default
37842 .
37843  Furthermore one can easily forget a brace in the definition and cannot see in \SpecialChar LyX
37844  what the new command is doing.
37845  To avoid these problems \SpecialChar LyX
37846  offers the possibility to use math macros instead of the command 
37847 \series bold
37848
37849 \backslash
37850 newcommand
37851 \series default
37852 .
37853 \end_layout
37854
37855 \begin_layout Standard
37856 A math macro is created by using the menu 
37857 \family sans
37858 Insert\SpecialChar menuseparator
37859 Math\SpecialChar menuseparator
37860 Macro
37861 \family default
37862  or the toolbar button 
37863 \begin_inset Info
37864 type  "icon"
37865 arg   "math-macro newmacroname_newcommand"
37866 \end_inset
37867
37868 .
37869  The math macro toolbar appears together with the following box where the macro is defined:
37870 \begin_inset Newline newline
37871 \end_inset
37872
37873
37874 \begin_inset space \hspace*{\fill}
37875 \end_inset
37876
37877
37878 \begin_inset Graphics
37879         filename clipart/macrobox.png
37880         scale 95
37881
37882 \end_inset
37883
37884
37885 \begin_inset space \hspace*{\fill}
37886 \end_inset
37887
37888
37889 \begin_inset Newline newline
37890 \end_inset
37891
37892
37893 \begin_inset FormulaMacro
37894 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
37895 \end_inset
37896
37897
37898 \backslash
37899 newmacroname is the default name of the macro that should be changed to something sensible.
37900  The wanted formula is inserted in the first blue box.
37901  An argument placeholder is inserted with the command 
37902 \series bold
37903
37904 \backslash
37905 #argumentnumber
37906 \series default
37907 ,
37908  e.
37909 \begin_inset space \thinspace{}
37910 \end_inset
37911
37912 g
37913 \begin_inset space \space{}
37914 \end_inset
37915
37916
37917 \series bold
37918
37919 \backslash
37920 #1
37921 \series default
37922  or by using the macro toolbar button 
37923 \begin_inset Info
37924 type  "icon"
37925 arg   "math-macro-add-param"
37926 \end_inset
37927
37928 .
37929  Argument placeholders are displayed red.
37930  A maximum of 9
37931 \begin_inset space ~
37932 \end_inset
37933
37934 arguments are possible.
37935  Optional arguments are created with the toolbar button 
37936 \begin_inset Info
37937 type  "icon"
37938 arg   "math-macro-add-optional-param"
37939 \end_inset
37940
37941 .
37942  The first non-optional argument can be transformed to an optional one with the toolbar button 
37943 \begin_inset Info
37944 type  "icon"
37945 arg   "math-macro-make-optional"
37946 \end_inset
37947
37948 .
37949  In the second blue box the appearance of the macro in \SpecialChar LyX
37950  can be defined.
37951  Normally you want to see it as it is defined,
37952  so the box is kept empty.
37953  But when you have created a macro that needs lot of space on the screen,
37954  you can insert in the box for example
37955 \begin_inset Newline newline
37956 \end_inset
37957
37958
37959 \series bold
37960 qG:
37961  
37962 \backslash
37963 #1
37964 \series default
37965  
37966 \series bold
37967 ,
37968
37969 \series default
37970  
37971 \series bold
37972
37973 \backslash
37974 #2
37975 \series default
37976  
37977 \series bold
37978 ,
37979
37980 \series default
37981  
37982 \series bold
37983
37984 \backslash
37985 #3,
37986  
37987 \backslash
37988 #4
37989 \begin_inset Newline newline
37990 \end_inset
37991
37992
37993 \series default
37994 For the macro only the arguments with the macro name in front of them will then be displayed in \SpecialChar LyX
37995 ,
37996  leading to a better overview.
37997  The formula appears in the output as defined in the first box.
37998 \begin_inset Newline newline
37999 \end_inset
38000
38001 The appearance of macros in formulas can furthermore be changed for single macros by setting the cursor in the macro and using the menu 
38002 \family sans
38003 View\SpecialChar menuseparator
38004 (Un)fold
38005 \begin_inset space ~
38006 \end_inset
38007
38008 Math
38009 \begin_inset space ~
38010 \end_inset
38011
38012 Macro
38013 \family default
38014 .
38015 \end_layout
38016
38017 \begin_layout Standard
38018 To use a macro,
38019  the macro name is inserted as command to a formula,
38020  in our case 
38021 \series bold
38022
38023 \backslash
38024 qG
38025 \series default
38026 .
38027  Our macro looks in \SpecialChar LyX
38028  like this:
38029 \begin_inset Newline newline
38030 \end_inset
38031
38032
38033 \begin_inset space \hspace*{\fill}
38034 \end_inset
38035
38036
38037 \begin_inset Graphics
38038         filename clipart/macrouse.png
38039         scale 95
38040
38041 \end_inset
38042
38043
38044 \begin_inset space \hspace*{\fill}
38045 \end_inset
38046
38047
38048 \begin_inset Newline newline
38049 \end_inset
38050
38051 Here is our macro example with the arguments 
38052 \begin_inset Formula $x$
38053 \end_inset
38054
38055 ,
38056  
38057 \begin_inset Formula $\ln(x)$
38058 \end_inset
38059
38060  and 
38061 \begin_inset Formula $B$
38062 \end_inset
38063
38064 :
38065 \end_layout
38066
38067 \begin_layout Standard
38068 \begin_inset Formula 
38069 \[
38070 \qG x{\ln(x)}B
38071 \]
38072
38073 \end_inset
38074
38075
38076 \end_layout
38077
38078 \begin_layout Standard
38079 \SpecialChar LyX
38080  offers in the menu 
38081 \family sans
38082 Tools\SpecialChar menuseparator
38083 Preferences\SpecialChar menuseparator
38084 Editing\SpecialChar menuseparator
38085 Control
38086 \family default
38087  different styles to edit macros.
38088  To find the style that suits you best,
38089  choose a style and set the cursor in a macro formula to see the difference.
38090 \end_layout
38091
38092 \begin_layout Standard
38093 A math macro is transformed internally to a 
38094 \series bold
38095
38096 \backslash
38097 newcommand
38098 \series default
38099  command when exporting the document.
38100  The created 
38101 \series bold
38102
38103 \backslash
38104 newcommand
38105 \series default
38106  command is not placed in the \SpecialChar LaTeX
38107 -preamble,
38108  therefore macros can only be used in formulas that are in the document below the macro definition box.
38109 \end_layout
38110
38111 \begin_layout Standard
38112 Math macros can also be directly created from a 
38113 \series bold
38114
38115 \backslash
38116 newcommand
38117 \series default
38118  command.
38119  When writing for example the command
38120 \series bold
38121
38122 \begin_inset Newline newline
38123 \end_inset
38124
38125
38126 \backslash
38127 newcommand{
38128 \backslash
38129 larrow}[2]{
38130 \backslash
38131 xleftarrow[#2]{#1}}
38132 \begin_inset Newline newline
38133 \end_inset
38134
38135
38136 \series default
38137 in \SpecialChar LyX
38138  as normal text,
38139  highlighting it completely and using the shortcut 
38140 \family sans
38141 Ctrl+M
38142 \family default
38143 ,
38144  the command will be transformed to a math macro.
38145  Using this method you need to be careful that the 
38146 \series bold
38147
38148 \backslash
38149 newcommand
38150 \series default
38151  command is typed correctly,
38152  otherwise you get a faulty macro leading to \SpecialChar LaTeX
38153  errors.
38154 \end_layout
38155
38156 \begin_layout Standard
38157 Math macros currently have the problem that further formulas in macro definitions are handled wrong.
38158  Therefore the example 
38159 \series bold
38160
38161 \backslash
38162 fb
38163 \series default
38164  from 
38165 \begin_inset CommandInset ref
38166 LatexCommand ref
38167 reference "subsec:The-Command-newcommand"
38168 nolink "false"
38169
38170 \end_inset
38171
38172  cannot be created as macro.
38173 \end_layout
38174
38175 \begin_layout Standard
38176 When the cursor is in a macro definition box,
38177  you will see the macro toolbar in \SpecialChar LyX
38178 :
38179 \end_layout
38180
38181 \begin_layout Standard
38182 \begin_inset VSpace defskip
38183 \end_inset
38184
38185
38186 \end_layout
38187
38188 \begin_layout Standard
38189 \begin_inset Graphics
38190         filename clipart/MacroToolbar.png
38191
38192 \end_inset
38193
38194
38195 \begin_inset Index idx
38196 range none
38197 pageformat default
38198 status collapsed
38199
38200 \begin_layout Plain Layout
38201 Macros
38202 \begin_inset IndexMacro subentry
38203 status open
38204
38205 \begin_layout Plain Layout
38206 Toolbar
38207 \end_layout
38208
38209 \end_inset
38210
38211
38212 \end_layout
38213
38214 \end_inset
38215
38216
38217 \end_layout
38218
38219 \begin_layout Standard
38220 \begin_inset VSpace defskip
38221 \end_inset
38222
38223
38224 \end_layout
38225
38226 \begin_layout Standard
38227 The macro toolbar contains from left to right the following buttons:
38228 \end_layout
38229
38230 \begin_layout Standard
38231 \begin_inset VSpace defskip
38232 \end_inset
38233
38234
38235 \end_layout
38236
38237 \begin_layout Standard
38238 \begin_inset Tabular
38239 <lyxtabular version="3" rows="9" columns="2">
38240 <features islongtable="true" longtabularalignment="center">
38241 <column alignment="left" valignment="top">
38242 <column alignment="left" valignment="top" width="85col%">
38243 <row interlinespace="2.5mm">
38244 <cell alignment="center" valignment="top" usebox="none">
38245 \begin_inset Text
38246
38247 \begin_layout Plain Layout
38248 \begin_inset Info
38249 type  "icon"
38250 arg   "math-macro-remove-param"
38251 \end_inset
38252
38253
38254 \end_layout
38255
38256 \end_inset
38257 </cell>
38258 <cell alignment="center" valignment="top" usebox="none">
38259 \begin_inset Text
38260
38261 \begin_layout Plain Layout
38262
38263 \family sans
38264 Edit\SpecialChar menuseparator
38265 Math\SpecialChar menuseparator
38266 Macro
38267 \begin_inset space ~
38268 \end_inset
38269
38270 Definition\SpecialChar menuseparator
38271 Remove Last Argument
38272 \end_layout
38273
38274 \end_inset
38275 </cell>
38276 </row>
38277 <row interlinespace="2.5mm">
38278 <cell alignment="center" valignment="top" usebox="none">
38279 \begin_inset Text
38280
38281 \begin_layout Plain Layout
38282 \begin_inset Info
38283 type  "icon"
38284 arg   "math-macro-add-param"
38285 \end_inset
38286
38287
38288 \end_layout
38289
38290 \end_inset
38291 </cell>
38292 <cell alignment="center" valignment="top" usebox="none">
38293 \begin_inset Text
38294
38295 \begin_layout Plain Layout
38296
38297 \family sans
38298 Edit\SpecialChar menuseparator
38299 Math\SpecialChar menuseparator
38300 Macro
38301 \begin_inset space ~
38302 \end_inset
38303
38304 Definition\SpecialChar menuseparator
38305 Append Argument
38306 \end_layout
38307
38308 \end_inset
38309 </cell>
38310 </row>
38311 <row interlinespace="2.5mm">
38312 <cell alignment="center" valignment="top" usebox="none">
38313 \begin_inset Text
38314
38315 \begin_layout Plain Layout
38316 \begin_inset Info
38317 type  "icon"
38318 arg   "math-macro-make-optional"
38319 \end_inset
38320
38321
38322 \end_layout
38323
38324 \end_inset
38325 </cell>
38326 <cell alignment="center" valignment="top" usebox="none">
38327 \begin_inset Text
38328
38329 \begin_layout Plain Layout
38330
38331 \family sans
38332 Edit\SpecialChar menuseparator
38333 Math\SpecialChar menuseparator
38334 Macro
38335 \begin_inset space ~
38336 \end_inset
38337
38338 Definition\SpecialChar menuseparator
38339 Transform First Non-Optional to
38340 \begin_inset Newline newline
38341 \end_inset
38342
38343
38344 \begin_inset Phantom HPhantom
38345 status open
38346
38347 \begin_layout Plain Layout
38348
38349 \family sans
38350 Edit\SpecialChar menuseparator
38351 Math\SpecialChar menuseparator
38352 Macro
38353 \begin_inset space ~
38354 \end_inset
38355
38356 Definition\SpecialChar menuseparator
38357
38358 \end_layout
38359
38360 \end_inset
38361
38362 Optional Argument
38363 \end_layout
38364
38365 \end_inset
38366 </cell>
38367 </row>
38368 <row interlinespace="2.5mm">
38369 <cell alignment="center" valignment="top" usebox="none">
38370 \begin_inset Text
38371
38372 \begin_layout Plain Layout
38373 \begin_inset Info
38374 type  "icon"
38375 arg   "math-macro-make-nonoptional"
38376 \end_inset
38377
38378
38379 \end_layout
38380
38381 \end_inset
38382 </cell>
38383 <cell alignment="center" valignment="top" usebox="none">
38384 \begin_inset Text
38385
38386 \begin_layout Plain Layout
38387
38388 \family sans
38389 Edit\SpecialChar menuseparator
38390 Math\SpecialChar menuseparator
38391 Macro
38392 \begin_inset space ~
38393 \end_inset
38394
38395 Definition\SpecialChar menuseparator
38396 Transform Last Optional to
38397 \begin_inset Newline newline
38398 \end_inset
38399
38400
38401 \begin_inset Phantom HPhantom
38402 status open
38403
38404 \begin_layout Plain Layout
38405
38406 \family sans
38407 Edit\SpecialChar menuseparator
38408 Math\SpecialChar menuseparator
38409 Macro
38410 \begin_inset space ~
38411 \end_inset
38412
38413 Definition\SpecialChar menuseparator
38414
38415 \end_layout
38416
38417 \end_inset
38418
38419 Non-Optional Argument
38420 \end_layout
38421
38422 \end_inset
38423 </cell>
38424 </row>
38425 <row interlinespace="2.5mm">
38426 <cell alignment="center" valignment="top" usebox="none">
38427 \begin_inset Text
38428
38429 \begin_layout Plain Layout
38430 \begin_inset Info
38431 type  "icon"
38432 arg   "math-macro-remove-optional-param"
38433 \end_inset
38434
38435
38436 \end_layout
38437
38438 \end_inset
38439 </cell>
38440 <cell alignment="center" valignment="top" usebox="none">
38441 \begin_inset Text
38442
38443 \begin_layout Plain Layout
38444
38445 \family sans
38446 Edit\SpecialChar menuseparator
38447 Math\SpecialChar menuseparator
38448 Macro
38449 \begin_inset space ~
38450 \end_inset
38451
38452 Definition\SpecialChar menuseparator
38453 Remove Optional Argument
38454 \end_layout
38455
38456 \end_inset
38457 </cell>
38458 </row>
38459 <row interlinespace="2.5mm">
38460 <cell alignment="center" valignment="top" usebox="none">
38461 \begin_inset Text
38462
38463 \begin_layout Plain Layout
38464 \begin_inset Info
38465 type  "icon"
38466 arg   "math-macro-add-optional-param"
38467 \end_inset
38468
38469
38470 \end_layout
38471
38472 \end_inset
38473 </cell>
38474 <cell alignment="center" valignment="top" usebox="none">
38475 \begin_inset Text
38476
38477 \begin_layout Plain Layout
38478
38479 \family sans
38480 Edit\SpecialChar menuseparator
38481 Math\SpecialChar menuseparator
38482 Macro
38483 \begin_inset space ~
38484 \end_inset
38485
38486 Definition\SpecialChar menuseparator
38487 Insert Optional Argument
38488 \end_layout
38489
38490 \end_inset
38491 </cell>
38492 </row>
38493 <row interlinespace="2.5mm">
38494 <cell alignment="center" valignment="top" usebox="none">
38495 \begin_inset Text
38496
38497 \begin_layout Plain Layout
38498 \begin_inset Info
38499 type  "icon"
38500 arg   "math-macro-remove-greedy-param"
38501 \end_inset
38502
38503
38504 \end_layout
38505
38506 \end_inset
38507 </cell>
38508 <cell alignment="center" valignment="top" usebox="none">
38509 \begin_inset Text
38510
38511 \begin_layout Plain Layout
38512
38513 \family sans
38514 Edit\SpecialChar menuseparator
38515 Math\SpecialChar menuseparator
38516 Macro
38517 \begin_inset space ~
38518 \end_inset
38519
38520 Definition\SpecialChar menuseparator
38521 Remove Last Argument
38522 \begin_inset Newline newline
38523 \end_inset
38524
38525
38526 \begin_inset Phantom HPhantom
38527 status open
38528
38529 \begin_layout Plain Layout
38530
38531 \family sans
38532 Edit\SpecialChar menuseparator
38533 Math\SpecialChar menuseparator
38534 Macro
38535 \begin_inset space ~
38536 \end_inset
38537
38538 Definition\SpecialChar menuseparator
38539
38540 \end_layout
38541
38542 \end_inset
38543
38544 Spitting Out To The Right
38545 \end_layout
38546
38547 \end_inset
38548 </cell>
38549 </row>
38550 <row interlinespace="2.5mm">
38551 <cell alignment="center" valignment="top" usebox="none">
38552 \begin_inset Text
38553
38554 \begin_layout Plain Layout
38555 \begin_inset Info
38556 type  "icon"
38557 arg   "math-macro-append-greedy-param"
38558 \end_inset
38559
38560
38561 \end_layout
38562
38563 \end_inset
38564 </cell>
38565 <cell alignment="center" valignment="top" usebox="none">
38566 \begin_inset Text
38567
38568 \begin_layout Plain Layout
38569
38570 \family sans
38571 Edit\SpecialChar menuseparator
38572 Math\SpecialChar menuseparator
38573 Macro
38574 \begin_inset space ~
38575 \end_inset
38576
38577 Definition\SpecialChar menuseparator
38578 Append Argument
38579 \begin_inset Newline newline
38580 \end_inset
38581
38582
38583 \begin_inset Phantom HPhantom
38584 status open
38585
38586 \begin_layout Plain Layout
38587
38588 \family sans
38589 Edit\SpecialChar menuseparator
38590 Math\SpecialChar menuseparator
38591 Macro
38592 \begin_inset space ~
38593 \end_inset
38594
38595 Definition\SpecialChar menuseparator
38596
38597 \end_layout
38598
38599 \end_inset
38600
38601 Eating From The Right
38602 \end_layout
38603
38604 \end_inset
38605 </cell>
38606 </row>
38607 <row interlinespace="2.5mm">
38608 <cell alignment="center" valignment="top" usebox="none">
38609 \begin_inset Text
38610
38611 \begin_layout Plain Layout
38612 \begin_inset Info
38613 type  "icon"
38614 arg   "math-macro-add-greedy-optional-param"
38615 \end_inset
38616
38617
38618 \end_layout
38619
38620 \end_inset
38621 </cell>
38622 <cell alignment="center" valignment="top" usebox="none">
38623 \begin_inset Text
38624
38625 \begin_layout Plain Layout
38626
38627 \family sans
38628 Edit\SpecialChar menuseparator
38629 Math\SpecialChar menuseparator
38630 Macro
38631 \begin_inset space ~
38632 \end_inset
38633
38634 Definition\SpecialChar menuseparator
38635 Append Optional Argument
38636 \begin_inset Newline newline
38637 \end_inset
38638
38639
38640 \begin_inset Phantom HPhantom
38641 status open
38642
38643 \begin_layout Plain Layout
38644
38645 \family sans
38646 Edit\SpecialChar menuseparator
38647 Math\SpecialChar menuseparator
38648 Macro
38649 \begin_inset space ~
38650 \end_inset
38651
38652 Definition\SpecialChar menuseparator
38653
38654 \end_layout
38655
38656 \end_inset
38657
38658 Eating From The Right
38659 \end_layout
38660
38661 \end_inset
38662 </cell>
38663 </row>
38664 </lyxtabular>
38665
38666 \end_inset
38667
38668
38669 \end_layout
38670
38671 \begin_layout Section
38672 Computer Algebra Systems
38673 \end_layout
38674
38675 \begin_layout Standard
38676 \SpecialChar LyX
38677  offers the exchange between mathematical expressions written in \SpecialChar LyX
38678 's math editor and external applications or user defined scripts.
38679  Currently supported applications are 
38680 \family sans
38681 Maple
38682 \family default
38683 ,
38684  
38685 \family sans
38686 Mathematica
38687 \family default
38688 ,
38689  
38690 \family sans
38691 Maxima
38692 \family default
38693  and 
38694 \family sans
38695 Octave
38696 \family default
38697 .
38698  Note that the set of supported mathematical constructs is limited only to very simple cases.
38699 \end_layout
38700
38701 \begin_layout Subsection
38702 Usage
38703 \end_layout
38704
38705 \begin_layout Standard
38706 Write some expression in a formula,
38707  go to the 
38708 \family sans
38709 Edit\SpecialChar menuseparator
38710 Math\SpecialChar menuseparator
38711 Use Computer Algebra System
38712 \family default
38713  menu and choose the application you have installed on the computer.
38714  After that the result of computation should show on the right side of the expression together with the 
38715 \begin_inset Quotes eld
38716 \end_inset
38717
38718 =
38719 \begin_inset Quotes erd
38720 \end_inset
38721
38722  operator.
38723 \end_layout
38724
38725 \begin_layout Standard
38726 Here are few simple examples (with results from 
38727 \family typewriter
38728 Maxima
38729 \family default
38730 ) to show what kind of computations can be performed:
38731 \end_layout
38732
38733 \begin_layout Itemize
38734 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
38735 \end_inset
38736
38737
38738 \end_layout
38739
38740 \begin_layout Itemize
38741 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
38742 \end_inset
38743
38744
38745 \end_layout
38746
38747 \begin_layout Itemize
38748 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
38749 \end_inset
38750
38751
38752 \end_layout
38753
38754 \begin_layout Itemize
38755 \begin_inset Formula $\int\left(\frac{1}{1+x^{3}}\right)dx=-\frac{\log\left(x^{2}-x+1\right)}{6}+\frac{\arctan\left(\frac{2\,x-1}{\sqrt{3}}\right)}{\sqrt{3}}+\frac{\log\left(x+1\right)}{3}$
38756 \end_inset
38757
38758
38759 \begin_inset Newline newline
38760 \end_inset
38761
38762
38763 \begin_inset Note Greyedout
38764 status open
38765
38766 \begin_layout Plain Layout
38767
38768 \series bold
38769 Note:
38770
38771 \series default
38772  One needs to use proper delimiter insets 
38773 \begin_inset Formula $\left(\right)$
38774 \end_inset
38775
38776  instead of simple '(' ')' characters.
38777 \end_layout
38778
38779 \end_inset
38780
38781  
38782 \end_layout
38783
38784 \begin_layout Itemize
38785 \begin_inset Formula $\det\left[\begin{array}{ccc}
38786 1 & 6 & 7\\
38787 2 & 5 & 8\\
38788 3 & 4 & 17
38789 \end{array}\right]=-56$
38790 \end_inset
38791
38792
38793 \end_layout
38794
38795 \begin_layout Itemize
38796 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
38797 \end_inset
38798
38799
38800 \end_layout
38801
38802 \begin_layout Itemize
38803 \begin_inset Formula $powerseries\left(-\log\left(5-x\right),x,1\right)=\sum_{{\mathit{i}_{2}}=0}^{\infty}{\frac{4^{-{\mathit{i}_{2}}-1}\,\left(x-1\right)^{{\mathit{i}_{2}}+1}}{{\mathit{i}_{2}}+1}}-\log4$
38804 \end_inset
38805
38806
38807 \end_layout
38808
38809 \begin_layout Itemize
38810 \begin_inset Formula $solve\left(x_{1}+y_{1}^{3}=y_{1}+x_{1}^{2},x_{1}\right)=\left[x_{1}=-\frac{\sqrt{4\,y_{1}^{3}-4\,y_{1}+1}-1}{2},x_{1}=\frac{\sqrt{4\,y_{1}^{3}-4\,y_{1}+1}+1}{2}\right]$
38811 \end_inset
38812
38813
38814 \end_layout
38815
38816 \begin_layout Subsection
38817 Keyboard shortcut
38818 \end_layout
38819
38820 \begin_layout Standard
38821 Currently there is no keyboard shortcut for calling the algebra applications.
38822  One can easily bind a shortcut to the 
38823 \family sans
38824 math-extern
38825 \family default
38826  \SpecialChar LyX
38827  function (see the 
38828 \family sans
38829 \emph on
38830 \SpecialChar LyX
38831  Functions
38832 \family default
38833 \emph default
38834  manual).
38835  One could e.
38836 \begin_inset space \thinspace{}
38837 \end_inset
38838
38839 g.
38840 \begin_inset space \space{}
38841 \end_inset
38842
38843 bind the 
38844 \family sans
38845 Return
38846 \family default
38847  key inside the math editor.
38848  To bind it to 
38849 \family typewriter
38850 Maxima
38851 \family default
38852  one would use this shortcut definition command:
38853 \end_layout
38854
38855 \begin_layout Standard
38856
38857 \series bold
38858 command-alternatives paragraph-break;math-extern maxima
38859 \end_layout
38860
38861 \begin_layout Section
38862 Miscellaneous
38863 \begin_inset Index idx
38864 range none
38865 pageformat default
38866 status collapsed
38867
38868 \begin_layout Plain Layout
38869 Miscellaneous
38870 \end_layout
38871
38872 \end_inset
38873
38874
38875 \end_layout
38876
38877 \begin_layout Subsection
38878 Negative Numbers
38879 \begin_inset Index idx
38880 range none
38881 pageformat default
38882 status collapsed
38883
38884 \begin_layout Plain Layout
38885 Numbers
38886 \begin_inset IndexMacro subentry
38887 status open
38888
38889 \begin_layout Plain Layout
38890 negative
38891 \end_layout
38892
38893 \end_inset
38894
38895
38896 \end_layout
38897
38898 \end_inset
38899
38900
38901 \end_layout
38902
38903 \begin_layout Standard
38904 Negative numbers often look ugly in formulas because the minus sign before the number is set with the same length as the minus operator sign.
38905  When writing the negative number in normal text,
38906  the minus sign appears correctly.
38907 \end_layout
38908
38909 \begin_layout Standard
38910 Thus,
38911  the problem disappears when converting the minus sign to mathematical text.
38912 \end_layout
38913
38914 \begin_layout Standard
38915 An example to visualize the problem:
38916 \end_layout
38917
38918 \begin_layout Standard
38919 \align center
38920 \begin_inset Tabular
38921 <lyxtabular version="3" rows="3" columns="2">
38922 <features booktabs="true" tabularvalignment="middle">
38923 <column alignment="right" valignment="top" width="0pt">
38924 <column alignment="left" valignment="top">
38925 <row>
38926 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
38927 \begin_inset Text
38928
38929 \begin_layout Plain Layout
38930 normal text:
38931 \end_layout
38932
38933 \end_inset
38934 </cell>
38935 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38936 \begin_inset Text
38937
38938 \begin_layout Plain Layout
38939 x = -2
38940 \end_layout
38941
38942 \end_inset
38943 </cell>
38944 </row>
38945 <row>
38946 <cell alignment="right" valignment="top" leftline="true" usebox="none">
38947 \begin_inset Text
38948
38949 \begin_layout Plain Layout
38950 formula:
38951 \end_layout
38952
38953 \end_inset
38954 </cell>
38955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38956 \begin_inset Text
38957
38958 \begin_layout Plain Layout
38959 \begin_inset Formula $x=-2$
38960 \end_inset
38961
38962
38963 \end_layout
38964
38965 \end_inset
38966 </cell>
38967 </row>
38968 <row>
38969 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38970 \begin_inset Text
38971
38972 \begin_layout Plain Layout
38973 solution:
38974 \end_layout
38975
38976 \end_inset
38977 </cell>
38978 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
38979 \begin_inset Text
38980
38981 \begin_layout Plain Layout
38982 \begin_inset Formula $x=\textrm{-}2$
38983 \end_inset
38984
38985
38986 \end_layout
38987
38988 \end_inset
38989 </cell>
38990 </row>
38991 </lyxtabular>
38992
38993 \end_inset
38994
38995
38996 \end_layout
38997
38998 \begin_layout Subsection
38999 Comma as decimal Separator
39000 \begin_inset Index idx
39001 range none
39002 pageformat default
39003 status collapsed
39004
39005 \begin_layout Plain Layout
39006 Comma
39007 \end_layout
39008
39009 \end_inset
39010
39011
39012 \end_layout
39013
39014 \begin_layout Standard
39015 In \SpecialChar LaTeX
39016  a comma inside a formula is used,
39017  according to the English convention,
39018  as number group separator.
39019  So there will be space added behind all commas in formulas.
39020 \end_layout
39021
39022 \begin_layout Standard
39023 To avoid this,
39024  the comma is highlighted and changed to mathematical text (shortcut 
39025 \begin_inset Info
39026 type  "shortcut"
39027 arg   "math-mode"
39028 \end_inset
39029
39030 ).
39031 \end_layout
39032
39033 \begin_layout Standard
39034 To use all formula commas in the document as decimal separator,
39035  the file 
39036 \series bold
39037 icomma.sty
39038 \series default
39039
39040 \begin_inset Foot
39041 status collapsed
39042
39043 \begin_layout Plain Layout
39044
39045 \series bold
39046 icomma
39047 \series default
39048  is part of the \SpecialChar LaTeX
39049 -package 
39050 \series bold
39051 was
39052 \series default
39053
39054 \begin_inset Index idx
39055 range none
39056 pageformat default
39057 status collapsed
39058
39059 \begin_layout Plain Layout
39060 Packages
39061 \begin_inset IndexMacro subentry
39062 status open
39063
39064 \begin_layout Plain Layout
39065 was
39066 \end_layout
39067
39068 \end_inset
39069
39070
39071 \end_layout
39072
39073 \end_inset
39074
39075 .
39076 \end_layout
39077
39078 \end_inset
39079
39080
39081 \begin_inset Index idx
39082 range none
39083 pageformat default
39084 status collapsed
39085
39086 \begin_layout Plain Layout
39087 Packages
39088 \begin_inset IndexMacro subentry
39089 status open
39090
39091 \begin_layout Plain Layout
39092 icomma
39093 \end_layout
39094
39095 \end_inset
39096
39097
39098 \end_layout
39099
39100 \end_inset
39101
39102  is loaded with the \SpecialChar LaTeX
39103 -preamble line
39104 \end_layout
39105
39106 \begin_layout Standard
39107
39108 \series bold
39109
39110 \backslash
39111 usepackage{icomma}
39112 \end_layout
39113
39114 \begin_layout Subsection
39115 Physical Vectors
39116 \begin_inset CommandInset label
39117 LatexCommand label
39118 name "subsec:Physical-Vectors"
39119
39120 \end_inset
39121
39122
39123 \begin_inset Index idx
39124 range none
39125 pageformat default
39126 status collapsed
39127
39128 \begin_layout Plain Layout
39129 Vectors
39130 \begin_inset IndexMacro subentry
39131 status open
39132
39133 \begin_layout Plain Layout
39134 physical
39135 \end_layout
39136
39137 \end_inset
39138
39139
39140 \end_layout
39141
39142 \end_inset
39143
39144
39145 \end_layout
39146
39147 \begin_layout Standard
39148 Predefined vectors are offered by the \SpecialChar LaTeX
39149 -package 
39150 \series bold
39151 braket
39152 \series default
39153
39154 \begin_inset Index idx
39155 range none
39156 pageformat default
39157 status collapsed
39158
39159 \begin_layout Plain Layout
39160 Packages
39161 \begin_inset IndexMacro subentry
39162 status open
39163
39164 \begin_layout Plain Layout
39165 braket
39166 \end_layout
39167
39168 \end_inset
39169
39170
39171 \end_layout
39172
39173 \end_inset
39174
39175  that is loaded with the \SpecialChar LaTeX
39176 -preamble line
39177 \end_layout
39178
39179 \begin_layout Standard
39180
39181 \series bold
39182
39183 \backslash
39184 usepackage{braket}
39185 \end_layout
39186
39187 \begin_layout Standard
39188 \begin_inset ERT
39189 status collapsed
39190
39191 \begin_layout Plain Layout
39192
39193
39194 \backslash
39195 ifbraket 
39196 \end_layout
39197
39198 \end_inset
39199
39200
39201 \begin_inset Note Note
39202 status open
39203
39204 \begin_layout Plain Layout
39205 The following table will only be displayed when the \SpecialChar LaTeX
39206 -package 
39207 \series bold
39208 braket
39209 \series default
39210  is installed.
39211 \end_layout
39212
39213 \end_inset
39214
39215
39216 \end_layout
39217
39218 \begin_layout Standard
39219 The following commands are defined:
39220 \end_layout
39221
39222 \begin_layout Standard
39223 \align center
39224 \begin_inset Tabular
39225 <lyxtabular version="3" rows="4" columns="2">
39226 <features booktabs="true" tabularvalignment="middle">
39227 <column alignment="center" valignment="top" width="0pt">
39228 <column alignment="center" valignment="top">
39229 <row>
39230 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
39231 \begin_inset Text
39232
39233 \begin_layout Plain Layout
39234 Command
39235 \end_layout
39236
39237 \end_inset
39238 </cell>
39239 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
39240 \begin_inset Text
39241
39242 \begin_layout Plain Layout
39243 Result
39244 \end_layout
39245
39246 \end_inset
39247 </cell>
39248 </row>
39249 <row>
39250 <cell alignment="center" valignment="top" usebox="none">
39251 \begin_inset Text
39252
39253 \begin_layout Plain Layout
39254
39255 \backslash
39256 Bra{
39257 \backslash
39258 psi
39259 \end_layout
39260
39261 \end_inset
39262 </cell>
39263 <cell alignment="center" valignment="top" usebox="none">
39264 \begin_inset Text
39265
39266 \begin_layout Plain Layout
39267 \begin_inset Formula $\Bra{\psi}$
39268 \end_inset
39269
39270
39271 \end_layout
39272
39273 \end_inset
39274 </cell>
39275 </row>
39276 <row>
39277 <cell alignment="center" valignment="top" usebox="none">
39278 \begin_inset Text
39279
39280 \begin_layout Plain Layout
39281
39282 \backslash
39283 Ket{
39284 \backslash
39285 psi
39286 \end_layout
39287
39288 \end_inset
39289 </cell>
39290 <cell alignment="center" valignment="top" usebox="none">
39291 \begin_inset Text
39292
39293 \begin_layout Plain Layout
39294 \begin_inset Formula $\Ket{\psi}$
39295 \end_inset
39296
39297
39298 \end_layout
39299
39300 \end_inset
39301 </cell>
39302 </row>
39303 <row>
39304 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
39305 \begin_inset Text
39306
39307 \begin_layout Plain Layout
39308
39309 \backslash
39310 Braket{
39311 \backslash
39312 psi|
39313 \backslash
39314 phi
39315 \end_layout
39316
39317 \end_inset
39318 </cell>
39319 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
39320 \begin_inset Text
39321
39322 \begin_layout Plain Layout
39323 \begin_inset Formula $\Braket{\psi|\phi}$
39324 \end_inset
39325
39326
39327 \end_layout
39328
39329 \end_inset
39330 </cell>
39331 </row>
39332 </lyxtabular>
39333
39334 \end_inset
39335
39336
39337 \end_layout
39338
39339 \begin_layout Standard
39340 The command 
39341 \series bold
39342
39343 \backslash
39344 Braket
39345 \series default
39346  assures that all vertical bars are set in the size of the surrounding brackets:
39347 \begin_inset Formula 
39348 \[
39349 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
39350 \]
39351
39352 \end_inset
39353
39354
39355 \begin_inset ERT
39356 status collapsed
39357
39358 \begin_layout Plain Layout
39359
39360
39361 \backslash
39362 else 
39363 \end_layout
39364
39365 \end_inset
39366
39367
39368 \begin_inset Note Note
39369 status open
39370
39371 \begin_layout Plain Layout
39372 The following will be displayed when the \SpecialChar LaTeX
39373 -package 
39374 \series bold
39375 braket
39376 \series default
39377  is not installed:
39378 \end_layout
39379
39380 \end_inset
39381
39382
39383 \end_layout
39384
39385 \begin_layout Standard
39386 You need to install the \SpecialChar LaTeX
39387 -package 
39388 \series bold
39389 braket
39390 \series default
39391  to see the rest of this subsection in the output.
39392 \end_layout
39393
39394 \begin_layout Standard
39395 \begin_inset ERT
39396 status collapsed
39397
39398 \begin_layout Plain Layout
39399
39400
39401 \backslash
39402 fi 
39403 \end_layout
39404
39405 \end_inset
39406
39407
39408 \end_layout
39409
39410 \begin_layout Standard
39411 The effect of 
39412 \series bold
39413
39414 \backslash
39415 Braket
39416 \series default
39417  can also be achieved using the command 
39418 \series bold
39419
39420 \backslash
39421 middle
39422 \series default
39423 ,
39424  that is described in 
39425 \begin_inset CommandInset ref
39426 LatexCommand ref
39427 reference "subsec:Automatic-Bracket-Size"
39428 nolink "false"
39429
39430 \end_inset
39431
39432 .
39433 \end_layout
39434
39435 \begin_layout Subsection
39436 Self-defined Fractions
39437 \begin_inset CommandInset label
39438 LatexCommand label
39439 name "subsec:Self-defined-Fractions"
39440
39441 \end_inset
39442
39443
39444 \begin_inset Index idx
39445 range none
39446 pageformat default
39447 status collapsed
39448
39449 \begin_layout Plain Layout
39450 Fractions
39451 \begin_inset IndexMacro subentry
39452 status open
39453
39454 \begin_layout Plain Layout
39455 self-defined
39456 \end_layout
39457
39458 \end_inset
39459
39460
39461 \end_layout
39462
39463 \end_inset
39464
39465
39466 \end_layout
39467
39468 \begin_layout Standard
39469 To define custom commands for fractions,
39470  the command 
39471 \series bold
39472
39473 \backslash
39474 genfrac
39475 \series default
39476
39477 \begin_inset Index idx
39478 range none
39479 pageformat default
39480 status collapsed
39481
39482 \begin_layout Plain Layout
39483 Commands
39484 \begin_inset IndexMacro subentry
39485 status open
39486
39487 \begin_layout Plain Layout
39488 G
39489 \end_layout
39490
39491 \end_inset
39492
39493
39494 \begin_inset IndexMacro subentry
39495 status open
39496
39497 \begin_layout Plain Layout
39498
39499 \backslash
39500 genfrac
39501 \end_layout
39502
39503 \end_inset
39504
39505
39506 \end_layout
39507
39508 \end_inset
39509
39510  is used in the following scheme:
39511 \end_layout
39512
39513 \begin_layout Standard
39514
39515 \series bold
39516
39517 \backslash
39518 genfrac{left
39519 \series default
39520  
39521 \series bold
39522 bracket}{right
39523 \series default
39524  
39525 \series bold
39526 bracket}{fraction bar thickness}{style}
39527 \begin_inset Newline newline
39528 \end_inset
39529
39530
39531 \begin_inset Phantom HPhantom
39532 status open
39533
39534 \begin_layout Plain Layout
39535
39536 \series bold
39537
39538 \backslash
39539 genfrac
39540 \end_layout
39541
39542 \end_inset
39543
39544 {numerator}{denominator}
39545 \end_layout
39546
39547 \begin_layout Standard
39548 The style is a number in the range of 0
39549 \begin_inset space \thinspace{}
39550 \end_inset
39551
39552 -
39553 \begin_inset space \thinspace{}
39554 \end_inset
39555
39556 3.
39557 \end_layout
39558
39559 \begin_layout Standard
39560 \align center
39561 \begin_inset Tabular
39562 <lyxtabular version="3" rows="5" columns="2">
39563 <features booktabs="true" tabularvalignment="middle">
39564 <column alignment="center" valignment="top" width="0pt">
39565 <column alignment="center" valignment="top">
39566 <row>
39567 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
39568 \begin_inset Text
39569
39570 \begin_layout Plain Layout
39571 Number
39572 \end_layout
39573
39574 \end_inset
39575 </cell>
39576 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
39577 \begin_inset Text
39578
39579 \begin_layout Plain Layout
39580 Style (Size)
39581 \end_layout
39582
39583 \end_inset
39584 </cell>
39585 </row>
39586 <row>
39587 <cell alignment="center" valignment="top" usebox="none">
39588 \begin_inset Text
39589
39590 \begin_layout Plain Layout
39591 0
39592 \end_layout
39593
39594 \end_inset
39595 </cell>
39596 <cell alignment="center" valignment="top" usebox="none">
39597 \begin_inset Text
39598
39599 \begin_layout Plain Layout
39600 display style formula
39601 \end_layout
39602
39603 \end_inset
39604 </cell>
39605 </row>
39606 <row>
39607 <cell alignment="center" valignment="top" usebox="none">
39608 \begin_inset Text
39609
39610 \begin_layout Plain Layout
39611 1
39612 \end_layout
39613
39614 \end_inset
39615 </cell>
39616 <cell alignment="center" valignment="top" usebox="none">
39617 \begin_inset Text
39618
39619 \begin_layout Plain Layout
39620 inline formula
39621 \end_layout
39622
39623 \end_inset
39624 </cell>
39625 </row>
39626 <row>
39627 <cell alignment="center" valignment="top" usebox="none">
39628 \begin_inset Text
39629
39630 \begin_layout Plain Layout
39631 2
39632 \end_layout
39633
39634 \end_inset
39635 </cell>
39636 <cell alignment="center" valignment="top" usebox="none">
39637 \begin_inset Text
39638
39639 \begin_layout Plain Layout
39640 small
39641 \end_layout
39642
39643 \end_inset
39644 </cell>
39645 </row>
39646 <row>
39647 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
39648 \begin_inset Text
39649
39650 \begin_layout Plain Layout
39651 3
39652 \end_layout
39653
39654 \end_inset
39655 </cell>
39656 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
39657 \begin_inset Text
39658
39659 \begin_layout Plain Layout
39660 tiny
39661 \end_layout
39662
39663 \end_inset
39664 </cell>
39665 </row>
39666 </lyxtabular>
39667
39668 \end_inset
39669
39670
39671 \end_layout
39672
39673 \begin_layout Standard
39674 When no style is given,
39675  the size is adjusted to the surrounding environment like for the command 
39676 \series bold
39677
39678 \backslash
39679 frac
39680 \series default
39681 .
39682 \end_layout
39683
39684 \begin_layout Standard
39685 When no fraction bar thickness is given,
39686  the predefined value of 0.4
39687 \begin_inset space \thinspace{}
39688 \end_inset
39689
39690 pt will be used.
39691 \end_layout
39692
39693 \begin_layout Standard
39694 \begin_inset VSpace medskip
39695 \end_inset
39696
39697 For example,
39698  the commands 
39699 \series bold
39700
39701 \backslash
39702 dfrac
39703 \series default
39704  and 
39705 \series bold
39706
39707 \backslash
39708 tbinom
39709 \series default
39710  from 
39711 \begin_inset CommandInset ref
39712 LatexCommand ref
39713 reference "subsec:Fractions"
39714 nolink "false"
39715
39716 \end_inset
39717
39718  are defined with the commands
39719 \end_layout
39720
39721 \begin_layout Standard
39722
39723 \series bold
39724
39725 \backslash
39726 newcommand{
39727 \backslash
39728 dfrac}[2]{
39729 \backslash
39730 genfrac{}{}{}{0}{#1}{#2}}
39731 \end_layout
39732
39733 \begin_layout Standard
39734 and
39735 \end_layout
39736
39737 \begin_layout Standard
39738
39739 \series bold
39740
39741 \backslash
39742 newcommand{
39743 \backslash
39744 tbinom}[2]{
39745 \backslash
39746 genfrac{(}{)}{0pt}{1}{#1}{#2}}
39747 \end_layout
39748
39749 \begin_layout Standard
39750 \begin_inset VSpace medskip
39751 \end_inset
39752
39753 To define a fraction where the fraction bar thickness can be given as optional argument,
39754  the following line is inserted to the \SpecialChar LaTeX
39755 -preamble:
39756 \end_layout
39757
39758 \begin_layout Standard
39759
39760 \series bold
39761
39762 \backslash
39763 newcommand{
39764 \backslash
39765 fracS}[3][]{
39766 \backslash
39767 genfrac{}{}{#1}{}{#2}{#3}}
39768 \end_layout
39769
39770 \begin_layout Standard
39771 A test:
39772 \begin_inset Formula 
39773 \begin{align*}
39774 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
39775 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
39776 \end{align*}
39777
39778 \end_inset
39779
39780 As one can see,
39781  the distance of the numerator and the denominator to the fraction bar is round about three times the bar thickness.
39782 \end_layout
39783
39784 \begin_layout Subsection
39785 Canceled Formulas
39786 \begin_inset Index idx
39787 range none
39788 pageformat default
39789 status collapsed
39790
39791 \begin_layout Plain Layout
39792 Formula
39793 \begin_inset IndexMacro subentry
39794 status open
39795
39796 \begin_layout Plain Layout
39797 canceled
39798 \end_layout
39799
39800 \end_inset
39801
39802
39803 \end_layout
39804
39805 \end_inset
39806
39807
39808 \end_layout
39809
39810 \begin_layout Standard
39811 There are four ways to cancel formulas or parts of formulas:
39812 \end_layout
39813
39814 \begin_layout Standard
39815 \begin_inset ERT
39816 status collapsed
39817
39818 \begin_layout Plain Layout
39819
39820
39821 \backslash
39822 ifcancel 
39823 \end_layout
39824
39825 \end_inset
39826
39827
39828 \begin_inset Note Note
39829 status open
39830
39831 \begin_layout Plain Layout
39832 The following table will only be displayed when the \SpecialChar LaTeX
39833 -package 
39834 \series bold
39835 cancel
39836 \series default
39837  is installed.
39838 \end_layout
39839
39840 \end_inset
39841
39842
39843 \end_layout
39844
39845 \begin_layout Standard
39846 \align center
39847 \begin_inset Tabular
39848 <lyxtabular version="3" rows="5" columns="2">
39849 <features booktabs="true" tabularvalignment="middle">
39850 <column alignment="center" valignment="top" width="0pt">
39851 <column alignment="center" valignment="top">
39852 <row>
39853 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
39854 \begin_inset Text
39855
39856 \begin_layout Plain Layout
39857 Command
39858 \end_layout
39859
39860 \end_inset
39861 </cell>
39862 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
39863 \begin_inset Text
39864
39865 \begin_layout Plain Layout
39866 Result
39867 \end_layout
39868
39869 \end_inset
39870 </cell>
39871 </row>
39872 <row>
39873 <cell alignment="center" valignment="top" usebox="none">
39874 \begin_inset Text
39875
39876 \begin_layout Plain Layout
39877
39878 \backslash
39879 cancel
39880 \begin_inset space \textvisiblespace{}
39881 \end_inset
39882
39883
39884 \backslash
39885 int
39886 \begin_inset space \textvisiblespace{}
39887 \end_inset
39888
39889 A=B
39890 \end_layout
39891
39892 \end_inset
39893 </cell>
39894 <cell alignment="center" valignment="top" usebox="none">
39895 \begin_inset Text
39896
39897 \begin_layout Plain Layout
39898 \begin_inset Formula $\cancel{\int A=B}$
39899 \end_inset
39900
39901
39902 \end_layout
39903
39904 \end_inset
39905 </cell>
39906 </row>
39907 <row topspace="1.5mm">
39908 <cell alignment="center" valignment="top" usebox="none">
39909 \begin_inset Text
39910
39911 \begin_layout Plain Layout
39912
39913 \backslash
39914 bcancel
39915 \begin_inset space \textvisiblespace{}
39916 \end_inset
39917
39918
39919 \backslash
39920 int
39921 \begin_inset space \textvisiblespace{}
39922 \end_inset
39923
39924 A=B
39925 \end_layout
39926
39927 \end_inset
39928 </cell>
39929 <cell alignment="center" valignment="top" usebox="none">
39930 \begin_inset Text
39931
39932 \begin_layout Plain Layout
39933 \begin_inset Formula $\bcancel{\int A=B}$
39934 \end_inset
39935
39936
39937 \end_layout
39938
39939 \end_inset
39940 </cell>
39941 </row>
39942 <row topspace="1.5mm">
39943 <cell alignment="center" valignment="top" usebox="none">
39944 \begin_inset Text
39945
39946 \begin_layout Plain Layout
39947
39948 \backslash
39949 xcancel
39950 \begin_inset space \textvisiblespace{}
39951 \end_inset
39952
39953
39954 \backslash
39955 int
39956 \begin_inset space \textvisiblespace{}
39957 \end_inset
39958
39959 A=B
39960 \end_layout
39961
39962 \end_inset
39963 </cell>
39964 <cell alignment="center" valignment="top" usebox="none">
39965 \begin_inset Text
39966
39967 \begin_layout Plain Layout
39968 \begin_inset Formula $\xcancel{\int A=B}$
39969 \end_inset
39970
39971
39972 \end_layout
39973
39974 \end_inset
39975 </cell>
39976 </row>
39977 <row>
39978 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
39979 \begin_inset Text
39980
39981 \begin_layout Plain Layout
39982
39983 \backslash
39984 cancelto
39985 \begin_inset space \textvisiblespace{}
39986 \end_inset
39987
39988
39989 \backslash
39990 int
39991 \begin_inset space \textvisiblespace{}
39992 \end_inset
39993
39994 A=B
39995 \begin_inset Formula $\to$
39996 \end_inset
39997
39998 1
39999 \end_layout
40000
40001 \end_inset
40002 </cell>
40003 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
40004 \begin_inset Text
40005
40006 \begin_layout Plain Layout
40007 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
40008 \end_inset
40009
40010
40011 \end_layout
40012
40013 \end_inset
40014 </cell>
40015 </row>
40016 </lyxtabular>
40017
40018 \end_inset
40019
40020
40021 \end_layout
40022
40023 \begin_layout Standard
40024
40025 \series bold
40026
40027 \backslash
40028 cancelto
40029 \series default
40030  is especially suitable to visualize the reduction of fractions within formulas:
40031 \begin_inset Formula 
40032 \[
40033 \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}}}
40034 \]
40035
40036 \end_inset
40037
40038
40039 \end_layout
40040
40041 \begin_layout Standard
40042 To change the size of 
40043 \series bold
40044
40045 \backslash
40046 cancelto
40047 \series default
40048 's 
40049 \begin_inset Quotes eld
40050 \end_inset
40051
40052 subscript
40053 \begin_inset Quotes erd
40054 \end_inset
40055
40056  value one can add the \SpecialChar LaTeX
40057 -preamble line
40058 \end_layout
40059
40060 \begin_layout Standard
40061
40062 \series bold
40063
40064 \backslash
40065 PassOptionsToPackage{option}{cancel}
40066 \end_layout
40067
40068 \begin_layout Standard
40069 where 
40070 \series bold
40071 option
40072 \series default
40073  is either 
40074 \series bold
40075 samesize
40076 \series default
40077  which leads to the same size as for the canceled value,
40078  or 
40079 \series bold
40080 Smaller
40081 \series default
40082  which makes is it a bit smaller than normal.
40083 \end_layout
40084
40085 \begin_layout Standard
40086 To color the cancellation bar one adds this command as \SpecialChar TeX
40087  code:
40088 \end_layout
40089
40090 \begin_layout Standard
40091
40092 \series bold
40093
40094 \backslash
40095 renewcommand{
40096 \backslash
40097 CancelColor}{
40098 \backslash
40099 color{red}}
40100 \end_layout
40101
40102 \begin_layout Standard
40103
40104 \series bold
40105 red
40106 \series default
40107  can be replaced by a color of your choice.
40108 \end_layout
40109
40110 \begin_layout Standard
40111 \begin_inset ERT
40112 status collapsed
40113
40114 \begin_layout Plain Layout
40115
40116
40117 \backslash
40118 renewcommand{
40119 \backslash
40120 CancelColor}{
40121 \backslash
40122 color{red}}
40123 \end_layout
40124
40125 \end_inset
40126
40127
40128 \end_layout
40129
40130 \begin_layout Standard
40131 \begin_inset Formula 
40132 \[
40133 \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}}}
40134 \]
40135
40136 \end_inset
40137
40138
40139 \end_layout
40140
40141 \begin_layout Standard
40142 \begin_inset ERT
40143 status collapsed
40144
40145 \begin_layout Plain Layout
40146
40147
40148 \backslash
40149 renewcommand{
40150 \backslash
40151 CancelColor}{
40152 \backslash
40153 color{black}}
40154 \end_layout
40155
40156 \end_inset
40157
40158
40159 \begin_inset Note Note
40160 status open
40161
40162 \begin_layout Plain Layout
40163 reset the color
40164 \end_layout
40165
40166 \end_inset
40167
40168
40169 \end_layout
40170
40171 \begin_layout Standard
40172 For further customizations,
40173  see the documentation of the package 
40174 \series bold
40175 cancel
40176 \series default
40177 ,
40178  
40179 \begin_inset CommandInset citation
40180 LatexCommand cite
40181 key "cancel"
40182 literal "true"
40183
40184 \end_inset
40185
40186 .
40187 \begin_inset Index idx
40188 range none
40189 pageformat default
40190 status collapsed
40191
40192 \begin_layout Plain Layout
40193 Packages
40194 \begin_inset IndexMacro subentry
40195 status open
40196
40197 \begin_layout Plain Layout
40198 cancel
40199 \end_layout
40200
40201 \end_inset
40202
40203
40204 \end_layout
40205
40206 \end_inset
40207
40208
40209 \end_layout
40210
40211 \begin_layout Standard
40212 \begin_inset ERT
40213 status collapsed
40214
40215 \begin_layout Plain Layout
40216
40217
40218 \backslash
40219 else 
40220 \end_layout
40221
40222 \end_inset
40223
40224
40225 \begin_inset Note Note
40226 status open
40227
40228 \begin_layout Plain Layout
40229 The following will be displayed when the \SpecialChar LaTeX
40230 -package 
40231 \series bold
40232 cancel
40233 \series default
40234  is not installed:
40235 \end_layout
40236
40237 \end_inset
40238
40239
40240 \end_layout
40241
40242 \begin_layout Standard
40243 You need to install the \SpecialChar LaTeX
40244 -package 
40245 \series bold
40246 cancel
40247 \series default
40248  to see the rest of this subsection in the output.
40249 \end_layout
40250
40251 \begin_layout Standard
40252 \begin_inset ERT
40253 status collapsed
40254
40255 \begin_layout Plain Layout
40256
40257
40258 \backslash
40259 fi 
40260 \end_layout
40261
40262 \end_inset
40263
40264
40265 \end_layout
40266
40267 \begin_layout Subsection
40268 Formulas in Section Headings
40269 \begin_inset CommandInset label
40270 LatexCommand label
40271 name "subsec:Formulas-in-Section"
40272
40273 \end_inset
40274
40275
40276 \begin_inset Index idx
40277 range none
40278 pageformat default
40279 status collapsed
40280
40281 \begin_layout Plain Layout
40282 Formula
40283 \begin_inset IndexMacro subentry
40284 status open
40285
40286 \begin_layout Plain Layout
40287 in section headings
40288 \end_layout
40289
40290 \end_inset
40291
40292
40293 \end_layout
40294
40295 \end_inset
40296
40297
40298 \end_layout
40299
40300 \begin_layout Standard
40301 When formulas are used in section headings,
40302  the following has to be taken into account:
40303 \end_layout
40304
40305 \begin_layout Standard
40306 \begin_inset Note Greyedout
40307 status open
40308
40309 \begin_layout Plain Layout
40310 When 
40311 \series bold
40312 hyperref
40313 \series default
40314
40315 \begin_inset Index idx
40316 range none
40317 pageformat default
40318 status collapsed
40319
40320 \begin_layout Plain Layout
40321 Packages
40322 \begin_inset IndexMacro subentry
40323 status open
40324
40325 \begin_layout Plain Layout
40326 hyperref
40327 \end_layout
40328
40329 \end_inset
40330
40331
40332 \end_layout
40333
40334 \end_inset
40335
40336  support is enabled in the document settings dialog under 
40337 \family sans
40338 PDF
40339 \begin_inset space ~
40340 \end_inset
40341
40342 Properties
40343 \family default
40344 ,
40345  PDF-bookmarks are created for every section heading in the table of contents.
40346  If a section heading contains formulas,
40347  they are incorrectly displayed in the bookmark text,
40348  because formulas in bookmarks infringe the PDF conventions.
40349 \end_layout
40350
40351 \end_inset
40352
40353
40354 \end_layout
40355
40356 \begin_layout Standard
40357 Both problems can be solved by inserting at the end of the section heading a short title with the menu 
40358 \family sans
40359 Insert\SpecialChar menuseparator
40360 Short
40361 \begin_inset space ~
40362 \end_inset
40363
40364 Title
40365 \family default
40366 .
40367  Short titles are used as alternative for multiline section headings to keep the table of contents clearly arranged.
40368  Only the short title appears in the table of contents and therefore also in the PDF-bookmark.
40369 \end_layout
40370
40371 \begin_layout Standard
40372 When formulas should be used in the table of contents but 
40373 \series bold
40374 hyperref
40375 \series default
40376  is used,
40377  one can use the following command in \SpecialChar TeX
40378  mode:
40379 \end_layout
40380
40381 \begin_layout Standard
40382
40383 \series bold
40384
40385 \backslash
40386 texorpdfstring{part}{alternative}
40387 \begin_inset Index idx
40388 range none
40389 pageformat default
40390 status collapsed
40391
40392 \begin_layout Plain Layout
40393 Commands
40394 \begin_inset IndexMacro subentry
40395 status open
40396
40397 \begin_layout Plain Layout
40398 T
40399 \end_layout
40400
40401 \end_inset
40402
40403
40404 \begin_inset IndexMacro subentry
40405 status open
40406
40407 \begin_layout Plain Layout
40408
40409 \backslash
40410 texorpdfstring
40411 \end_layout
40412
40413 \end_inset
40414
40415
40416 \end_layout
40417
40418 \end_inset
40419
40420
40421 \end_layout
40422
40423 \begin_layout Standard
40424 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
40425  This can be characters,
40426  formulas,
40427  footnotes,
40428  but also cross-references.
40429  The alternative is used instead of the part for the bookmark.
40430 \end_layout
40431
40432 \begin_layout Standard
40433 Here are two example headings:
40434 \begin_inset VSpace -3mm
40435 \end_inset
40436
40437
40438 \begin_inset ERT
40439 status collapsed
40440
40441 \begin_layout Plain Layout
40442
40443
40444 \backslash
40445 boldmath 
40446 \end_layout
40447
40448 \end_inset
40449
40450
40451 \end_layout
40452
40453 \begin_layout Subsubsection
40454 Heading without formula in table of contents 
40455 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
40456 \end_inset
40457
40458
40459 \begin_inset Argument 1
40460 status collapsed
40461
40462 \begin_layout Plain Layout
40463 Heading without formula in table of contents
40464 \end_layout
40465
40466 \end_inset
40467
40468
40469 \end_layout
40470
40471 \begin_layout Subsubsection
40472 Heading with formula in table of contents
40473 \begin_inset ERT
40474 status collapsed
40475
40476 \begin_layout Plain Layout
40477
40478
40479 \backslash
40480 texorpdfstring{
40481 \end_layout
40482
40483 \end_inset
40484
40485  
40486 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
40487 \end_inset
40488
40489
40490 \begin_inset ERT
40491 status collapsed
40492
40493 \begin_layout Plain Layout
40494
40495 }{}
40496 \end_layout
40497
40498 \end_inset
40499
40500
40501 \end_layout
40502
40503 \begin_layout Standard
40504 \begin_inset ERT
40505 status collapsed
40506
40507 \begin_layout Plain Layout
40508
40509
40510 \backslash
40511 unboldmath 
40512 \end_layout
40513
40514 \end_inset
40515
40516 In the first heading a short title was used,
40517  in the second one 
40518 \series bold
40519
40520 \backslash
40521 texorpdfstring
40522 \series default
40523 .
40524 \end_layout
40525
40526 \begin_layout Standard
40527 To get the same formatting as for the other headings,
40528  the complete heading was set into a 
40529 \series bold
40530 boldmath
40531 \series default
40532  environment
40533 \begin_inset Foot
40534 status open
40535
40536 \begin_layout Plain Layout
40537 See 
40538 \begin_inset CommandInset ref
40539 LatexCommand ref
40540 reference "subsec:Bold-Formulas"
40541 nolink "false"
40542
40543 \end_inset
40544
40545
40546 \end_layout
40547
40548 \end_inset
40549
40550 .
40551 \end_layout
40552
40553 \begin_layout Subsection
40554 Formulas in multi-column Text
40555 \begin_inset Index idx
40556 range none
40557 pageformat default
40558 status collapsed
40559
40560 \begin_layout Plain Layout
40561 Formula
40562 \begin_inset IndexMacro subentry
40563 status open
40564
40565 \begin_layout Plain Layout
40566 in multi-column text
40567 \end_layout
40568
40569 \end_inset
40570
40571
40572 \end_layout
40573
40574 \end_inset
40575
40576
40577 \end_layout
40578
40579 \begin_layout Standard
40580 Formulas in multi-column text are often too wide to fit into a column and thus need to be set over the whole page width.
40581  This is done by using the \SpecialChar LaTeX
40582 -package 
40583 \series bold
40584 multicol
40585 \series default
40586
40587 \begin_inset Foot
40588 status collapsed
40589
40590 \begin_layout Plain Layout
40591
40592 \series bold
40593 multicol
40594 \series default
40595  is part of every \SpecialChar LaTeX
40596  standard installation.
40597 \end_layout
40598
40599 \end_inset
40600
40601
40602 \begin_inset Index idx
40603 range none
40604 pageformat default
40605 status collapsed
40606
40607 \begin_layout Plain Layout
40608 Packages
40609 \begin_inset IndexMacro subentry
40610 status open
40611
40612 \begin_layout Plain Layout
40613 multicol
40614 \end_layout
40615
40616 \end_inset
40617
40618
40619 \end_layout
40620
40621 \end_inset
40622
40623 ,
40624  that is loaded with the \SpecialChar LaTeX
40625 -preamble line
40626 \end_layout
40627
40628 \begin_layout Standard
40629
40630 \series bold
40631
40632 \backslash
40633 usepackage{multicol}
40634 \end_layout
40635
40636 \begin_layout Standard
40637 \begin_inset Note Greyedout
40638 status open
40639
40640 \begin_layout Plain Layout
40641 Note that in this case the setting 
40642 \family sans
40643 Two-column
40644 \begin_inset space ~
40645 \end_inset
40646
40647 document
40648 \family default
40649  in the menu 
40650 \family sans
40651 Document\SpecialChar menuseparator
40652 Settings
40653 \family default
40654  under 
40655 \family sans
40656 Text
40657 \begin_inset space ~
40658 \end_inset
40659
40660 Layout
40661 \family default
40662 \emph on
40663  
40664 \emph default
40665 must 
40666 \emph on
40667 not
40668 \emph default
40669  be selected.
40670 \end_layout
40671
40672 \end_inset
40673
40674
40675 \end_layout
40676
40677 \begin_layout Standard
40678 Before the multi-column text the command
40679 \end_layout
40680
40681 \begin_layout Standard
40682
40683 \series bold
40684
40685 \backslash
40686 begin{multicols}{column number}
40687 \end_layout
40688
40689 \begin_layout Standard
40690 is written in \SpecialChar TeX
40691  mode.
40692  The column number is a number in the range of 2
40693 \begin_inset space \thinspace{}
40694 \end_inset
40695
40696 -
40697 \begin_inset space \thinspace{}
40698 \end_inset
40699
40700 10.
40701  Before the formula the multi-column text is ended by inserting the command
40702 \end_layout
40703
40704 \begin_layout Standard
40705
40706 \series bold
40707
40708 \backslash
40709 end{multicols}
40710 \end_layout
40711
40712 \begin_layout Standard
40713 in \SpecialChar TeX
40714  mode.
40715 \end_layout
40716
40717 \begin_layout Standard
40718 Due to the command some space is automatically added before the formula.
40719  To correct this,
40720  -6
40721 \begin_inset space \thinspace{}
40722 \end_inset
40723
40724 mm vertical space is inserted before the formula.
40725  When the formula style 
40726 \series bold
40727 Indented
40728 \begin_inset Foot
40729 status open
40730
40731 \begin_layout Plain Layout
40732 For formula styles see 
40733 \begin_inset CommandInset ref
40734 LatexCommand ref
40735 reference "sec:Formula-Styles"
40736 nolink "false"
40737
40738 \end_inset
40739
40740
40741 \end_layout
40742
40743 \end_inset
40744
40745
40746 \series default
40747  is used,
40748  a -9
40749 \begin_inset space \thinspace{}
40750 \end_inset
40751
40752 mm space is inserted instead.
40753 \end_layout
40754
40755 \begin_layout Standard
40756 As example a multi-column text with a displayed formula:
40757 \end_layout
40758
40759 \begin_layout Standard
40760
40761 \lang ngerman
40762 \begin_inset ERT
40763 status collapsed
40764
40765 \begin_layout Plain Layout
40766
40767
40768 \backslash
40769 begin{multicols}{2}
40770 \end_layout
40771
40772 \end_inset
40773
40774 Das Spektrum wird fouriertransformiert.
40775  Die Fouriertransformation wird verwendet,
40776  um die überlagerten Signale (Netzwerk,
40777  Lösungsmittel) zu trennen.
40778  Nachdem wir die Phasenverschiebung bestimmen konnten,
40779  interessiert uns nun das Aussehen des Ausgangssignals.
40780  Im Experiment haben wir es mit sehr vielen Teilchen zu tun,
40781  so dass man über alle Phasen integrieren muss.
40782  Sei nun 
40783 \begin_inset Formula $S$
40784 \end_inset
40785
40786  unser normiertes Ausgangssignal und 
40787 \begin_inset Formula $P$
40788 \end_inset
40789
40790  die Phasenverteilungsfunktion,
40791  so ergibt sich die Beziehung
40792 \begin_inset ERT
40793 status collapsed
40794
40795 \begin_layout Plain Layout
40796
40797
40798 \backslash
40799 end{multicols}
40800 \end_layout
40801
40802 \end_inset
40803
40804
40805 \begin_inset VSpace -6mm
40806 \end_inset
40807
40808
40809 \begin_inset Formula 
40810 \begin{equation}
40811 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
40812 \end{equation}
40813
40814 \end_inset
40815
40816
40817 \begin_inset ERT
40818 status collapsed
40819
40820 \begin_layout Plain Layout
40821
40822
40823 \backslash
40824 begin{multicols}{2}
40825 \end_layout
40826
40827 \end_inset
40828
40829 wobei 
40830 \begin_inset Formula $S_{0}$
40831 \end_inset
40832
40833  das Signal ohne Gradient ist und die Normierungsbedingung 
40834 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
40835 \end_inset
40836
40837  gilt.
40838  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
40839  Direkt nach dem 
40840 \begin_inset Formula $\nicefrac{\pi}{2}$
40841 \end_inset
40842
40843
40844 \begin_inset space \thinspace{}
40845 \end_inset
40846
40847 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren,
40848  wodurch sich das Signal zusätzlich abschwächt.
40849  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten 
40850 \begin_inset Formula $T_{2}$
40851 \end_inset
40852
40853 -Zeit.
40854 \end_layout
40855
40856 \begin_layout Standard
40857
40858 \lang ngerman
40859 \begin_inset ERT
40860 status collapsed
40861
40862 \begin_layout Plain Layout
40863
40864
40865 \backslash
40866 end{multicols}
40867 \end_layout
40868
40869 \end_inset
40870
40871
40872 \end_layout
40873
40874 \begin_layout Subsection
40875 Formulas with Description of Variables
40876 \begin_inset Index idx
40877 range none
40878 pageformat default
40879 status collapsed
40880
40881 \begin_layout Plain Layout
40882 Formula
40883 \begin_inset IndexMacro subentry
40884 status open
40885
40886 \begin_layout Plain Layout
40887 with description of variables
40888 \end_layout
40889
40890 \end_inset
40891
40892
40893 \end_layout
40894
40895 \end_inset
40896
40897
40898 \end_layout
40899
40900 \begin_layout Standard
40901 To describe variables within a formula,
40902  like in formula 
40903 \begin_inset CommandInset ref
40904 LatexCommand eqref
40905 reference "eq:within"
40906 nolink "false"
40907
40908 \end_inset
40909
40910 ,
40911  a 2
40912 \series bold
40913 ×
40914 \series default
40915
40916 \begin_inset Formula $n$
40917 \end_inset
40918
40919
40920 \begin_inset space ~
40921 \end_inset
40922
40923 matrix is used with left aligned columns for the 
40924 \begin_inset Formula $n$
40925 \end_inset
40926
40927  used variables.
40928 \begin_inset Foot
40929 status collapsed
40930
40931 \begin_layout Plain Layout
40932 For matrices see 
40933 \begin_inset CommandInset ref
40934 LatexCommand ref
40935 reference "sec:Matrices"
40936 nolink "false"
40937
40938 \end_inset
40939
40940
40941 \end_layout
40942
40943 \end_inset
40944
40945  To set the description in a smaller size,
40946  before the matrix e.
40947 \begin_inset space \thinspace{}
40948 \end_inset
40949
40950 g.
40951 \begin_inset space \space{}
40952 \end_inset
40953
40954 the command 
40955 \series bold
40956
40957 \backslash
40958 footnotesize
40959 \series default
40960  is inserted.
40961 \begin_inset Foot
40962 status collapsed
40963
40964 \begin_layout Plain Layout
40965 For font sizes see 
40966 \begin_inset CommandInset ref
40967 LatexCommand ref
40968 reference "subsec:Font-Sizes"
40969 nolink "false"
40970
40971 \end_inset
40972
40973
40974 \end_layout
40975
40976 \end_inset
40977
40978
40979 \end_layout
40980
40981 \begin_layout Standard
40982 When the formula style 
40983 \series bold
40984 Indented
40985 \begin_inset Foot
40986 status collapsed
40987
40988 \begin_layout Plain Layout
40989 For formula styles see 
40990 \begin_inset CommandInset ref
40991 LatexCommand ref
40992 reference "sec:Formula-Styles"
40993 nolink "false"
40994
40995 \end_inset
40996
40997
40998 \end_layout
40999
41000 \end_inset
41001
41002
41003 \series default
41004  is used,
41005  a 
41006 \series bold
41007
41008 \backslash
41009 hfill
41010 \series default
41011
41012 \begin_inset Foot
41013 status collapsed
41014
41015 \begin_layout Plain Layout
41016
41017 \series bold
41018
41019 \backslash
41020 hfill
41021 \series default
41022  only works in formulas with the style 
41023 \series bold
41024 Indented
41025 \series default
41026 ,
41027  see 
41028 \begin_inset CommandInset ref
41029 LatexCommand ref
41030 reference "subsec:Variable-Space"
41031 nolink "false"
41032
41033 \end_inset
41034
41035 .
41036 \end_layout
41037
41038 \end_inset
41039
41040  is inserted before and after the matrix to have the same separation of the matrix from the equation and the side margin.
41041 \end_layout
41042
41043 \begin_layout Standard
41044 When the formula style 
41045 \series bold
41046 Centered
41047 \series default
41048  is used,
41049  the method described in 
41050 \begin_inset CommandInset ref
41051 LatexCommand ref
41052 reference "subsec:Flalign-Environment"
41053 nolink "false"
41054
41055 \end_inset
41056
41057  is used to indent formulas.
41058  Formula 
41059 \begin_inset CommandInset ref
41060 LatexCommand eqref
41061 reference "eq:within"
41062 nolink "false"
41063
41064 \end_inset
41065
41066  consists of five columns where in the first two columns contain the equation,
41067  the third the matrix and the last one an empty \SpecialChar TeX
41068  brace.
41069 \begin_inset Formula 
41070 \begin{flalign}
41071 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
41072 \rho & \textrm{density}\\
41073 V & \textrm{volume}\\
41074 g & \textrm{gravitational acceleration}
41075 \end{array} &  & {}\label{eq:within}
41076 \end{flalign}
41077
41078 \end_inset
41079
41080
41081 \end_layout
41082
41083 \begin_layout Subsection
41084 Upright small Greek Letters
41085 \begin_inset CommandInset label
41086 LatexCommand label
41087 name "subsec:Upright-small-Greek"
41088
41089 \end_inset
41090
41091
41092 \begin_inset Index idx
41093 range none
41094 pageformat default
41095 status collapsed
41096
41097 \begin_layout Plain Layout
41098 Greek letters
41099 \begin_inset IndexMacro subentry
41100 status open
41101
41102 \begin_layout Plain Layout
41103 upright
41104 \end_layout
41105
41106 \end_inset
41107
41108
41109 \end_layout
41110
41111 \end_inset
41112
41113
41114 \end_layout
41115
41116 \begin_layout Standard
41117 Most of the math fonts only provide italic small Greek letters.
41118  But for symbols of elementary particles like pions and neutrinos,
41119  upright Greek letters are needed.
41120  The file 
41121 \series bold
41122 upgreek.sty
41123 \series default
41124
41125 \begin_inset Foot
41126 status collapsed
41127
41128 \begin_layout Plain Layout
41129
41130 \series bold
41131 upgreek
41132 \series default
41133  is part of the \SpecialChar LaTeX
41134 -package 
41135 \series bold
41136 was
41137 \series default
41138
41139 \begin_inset Index idx
41140 range none
41141 pageformat default
41142 status collapsed
41143
41144 \begin_layout Plain Layout
41145 Packages
41146 \begin_inset IndexMacro subentry
41147 status open
41148
41149 \begin_layout Plain Layout
41150 was
41151 \end_layout
41152
41153 \end_inset
41154
41155
41156 \end_layout
41157
41158 \end_inset
41159
41160 .
41161 \end_layout
41162
41163 \end_inset
41164
41165
41166 \begin_inset Index idx
41167 range none
41168 pageformat default
41169 status collapsed
41170
41171 \begin_layout Plain Layout
41172 Packages
41173 \begin_inset IndexMacro subentry
41174 status open
41175
41176 \begin_layout Plain Layout
41177 upgreek
41178 \end_layout
41179
41180 \end_inset
41181
41182
41183 \end_layout
41184
41185 \end_inset
41186
41187  that is loaded with the \SpecialChar LaTeX
41188 -preamble line
41189 \end_layout
41190
41191 \begin_layout Standard
41192
41193 \series bold
41194
41195 \backslash
41196 usepackage{upgreek}
41197 \end_layout
41198
41199 \begin_layout Standard
41200 provides them.
41201  
41202 \begin_inset ERT
41203 status collapsed
41204
41205 \begin_layout Plain Layout
41206
41207
41208 \backslash
41209 ifupgreek 
41210 \end_layout
41211
41212 \end_inset
41213
41214
41215 \begin_inset Note Note
41216 status open
41217
41218 \begin_layout Plain Layout
41219 The following table will only be displayed when the \SpecialChar LaTeX
41220 -package 
41221 \series bold
41222 upgreek
41223 \series default
41224  is installed:
41225 \end_layout
41226
41227 \end_inset
41228
41229  They are created when the command for a small Greek letter is started with 
41230 \series bold
41231 up
41232 \series default
41233 .
41234  For example the command 
41235 \series bold
41236
41237 \backslash
41238 uptau
41239 \series default
41240  creates this:
41241  
41242 \begin_inset Formula $\uptau$
41243 \end_inset
41244
41245
41246 \end_layout
41247
41248 \begin_layout Standard
41249 With these commands reactions of elementary particles can be typeset:
41250 \begin_inset Formula 
41251 \[
41252 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
41253 \]
41254
41255 \end_inset
41256
41257
41258 \end_layout
41259
41260 \begin_layout Standard
41261 The upright letters are more bold and wider than the italic ones.
41262  They should therefore not be used for units like 
41263 \begin_inset Quotes eld
41264 \end_inset
41265
41266 µm
41267 \begin_inset Quotes erd
41268 \end_inset
41269
41270 .
41271 \end_layout
41272
41273 \begin_layout Standard
41274 \begin_inset ERT
41275 status collapsed
41276
41277 \begin_layout Plain Layout
41278
41279
41280 \backslash
41281 else 
41282 \end_layout
41283
41284 \end_inset
41285
41286
41287 \begin_inset Note Note
41288 status open
41289
41290 \begin_layout Plain Layout
41291 The following will be displayed when the \SpecialChar LaTeX
41292 -package 
41293 \series bold
41294 upgreek
41295 \series default
41296  is not installed:
41297 \end_layout
41298
41299 \end_inset
41300
41301
41302 \end_layout
41303
41304 \begin_layout Standard
41305 You need to install the \SpecialChar LaTeX
41306 -package 
41307 \series bold
41308 upgreek
41309 \series default
41310  to see the rest of this subsection in the output.
41311 \end_layout
41312
41313 \begin_layout Standard
41314 \begin_inset ERT
41315 status collapsed
41316
41317 \begin_layout Plain Layout
41318
41319
41320 \backslash
41321 fi 
41322 \end_layout
41323
41324 \end_inset
41325
41326
41327 \end_layout
41328
41329 \begin_layout Subsection
41330 Text Characters in Formulas
41331 \begin_inset Index idx
41332 range none
41333 pageformat default
41334 status collapsed
41335
41336 \begin_layout Plain Layout
41337 Text
41338 \begin_inset IndexMacro subentry
41339 status open
41340
41341 \begin_layout Plain Layout
41342 in formulas
41343 \end_layout
41344
41345 \end_inset
41346
41347
41348 \end_layout
41349
41350 \end_inset
41351
41352
41353 \end_layout
41354
41355 \begin_layout Standard
41356 In some cases you might want to insert text characters directly into formulas.
41357  For example the centered dot · is often used in formulas like 
41358 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
41359 \end_inset
41360
41361 .
41362  One would have to insert the command 
41363 \series bold
41364
41365 \backslash
41366 cdot
41367 \series default
41368
41369 \begin_inset Foot
41370 status collapsed
41371
41372 \begin_layout Plain Layout
41373 See 
41374 \begin_inset CommandInset ref
41375 LatexCommand ref
41376 reference "subsec:Binary-Operators"
41377 nolink "false"
41378
41379 \end_inset
41380
41381
41382 \end_layout
41383
41384 \end_inset
41385
41386  all the time,
41387  because this character is defined in all encodings as a text character.
41388  But the encoding can be changed by this \SpecialChar LaTeX
41389 -preamble line:
41390 \end_layout
41391
41392 \begin_layout Standard
41393
41394 \series bold
41395
41396 \backslash
41397 Declare Inputtext{183}{
41398 \backslash
41399 ifmmode
41400 \backslash
41401 cdot
41402 \backslash
41403 else
41404 \backslash
41405 textperiodcentered
41406 \backslash
41407 f\SpecialChar ligaturebreak
41408 i}
41409 \end_layout
41410
41411 \begin_layout Standard
41412 The character encoding (menu 
41413 \family sans
41414 Document\SpecialChar menuseparator
41415 Settings\SpecialChar menuseparator
41416 Language
41417 \family default
41418 ) specifies what character appears when a keyboard key is pressed.
41419  When the key for the character '·' is pressed,
41420  internally the command 
41421 \series bold
41422
41423 \backslash
41424 textperiodcentered
41425 \series default
41426  is used.
41427  But this command is not available in a formula so that you would get \SpecialChar LaTeX
41428 -errors.
41429  With the changed encoding the correct command is chosen automatically,
41430  depending on if the character was inserted into a formula or not.
41431 \end_layout
41432
41433 \begin_layout Standard
41434 The encoding of several characters is saved in definition files.
41435  For example the encoding 
41436 \series bold
41437 latin9
41438 \series default
41439  is defined in the file 
41440 \series bold
41441 latin9.def
41442 \series default
41443  which is in the installation folder of \SpecialChar LaTeX
41444 .
41445  Encodings should only be changed via the \SpecialChar LaTeX
41446 -preamble and not in the definition files.
41447  Otherwise documents could not be edited by other \SpecialChar LyX
41448  users working on other computers.
41449 \end_layout
41450
41451 \begin_layout Standard
41452 \begin_inset VSpace medskip
41453 \end_inset
41454
41455 Besides the centered dot,
41456  in this document the degree sign ° is defined with the following \SpecialChar LaTeX
41457 -preamble line so that it can be directly inserted into a formula:
41458 \end_layout
41459
41460 \begin_layout Standard
41461
41462 \series bold
41463
41464 \backslash
41465 DeclareInputtext{176}{
41466 \backslash
41467 ifmmode^
41468 \backslash
41469 circ
41470 \backslash
41471 else
41472 \backslash
41473 textdegree
41474 \backslash
41475 f\SpecialChar ligaturebreak
41476 i}
41477 \end_layout
41478
41479 \begin_layout Subsection
41480 \SpecialChar LaTeX
41481 -comments in formulas
41482 \begin_inset Index idx
41483 range none
41484 pageformat default
41485 status collapsed
41486
41487 \begin_layout Plain Layout
41488 \SpecialChar LaTeX
41489 -comments
41490 \end_layout
41491
41492 \end_inset
41493
41494
41495 \end_layout
41496
41497 \begin_layout Standard
41498 In text you can insert a comment that will only be visible in the \SpecialChar LaTeX
41499  source code of your file with the menu 
41500 \family sans
41501 Insert\SpecialChar menuseparator
41502 Note\SpecialChar menuseparator
41503 Comment
41504 \family default
41505 .
41506  This is not possible in a formula but you can insert \SpecialChar LaTeX
41507 -comments with the command
41508 \end_layout
41509
41510 \begin_layout Standard
41511
41512 \series bold
41513
41514 \backslash
41515 %
41516 \end_layout
41517
41518 \begin_layout Standard
41519 This creates a box in which you can write your comment.
41520  Due to a bug in \SpecialChar LyX
41521
41522 \begin_inset Foot
41523 status collapsed
41524
41525 \begin_layout Plain Layout
41526 \begin_inset CommandInset href
41527 LatexCommand href
41528 name "LyX-bug #9002"
41529 target "https://www.lyx.org/trac/ticket/9002"
41530 literal "false"
41531
41532 \end_inset
41533
41534
41535 \end_layout
41536
41537 \end_inset
41538
41539  you cannot write normal text inside the comment,
41540  even when you use mathematical text,
41541  you will see its \SpecialChar LaTeX
41542 -commands in the \SpecialChar LaTeX
41543 -output.
41544 \begin_inset Newline newline
41545 \end_inset
41546
41547 This a formula with a \SpecialChar LaTeX
41548 -comment:
41549 \begin_inset Formula 
41550 \[
41551 A=B%\text{This is the comment}
41552 \]
41553
41554 \end_inset
41555
41556
41557 \end_layout
41558
41559 \begin_layout Standard
41560 \begin_inset Newpage newpage
41561 \end_inset
41562
41563
41564 \end_layout
41565
41566 \begin_layout Section
41567 \start_of_appendix
41568 Typographic Advice
41569 \begin_inset Index idx
41570 range none
41571 pageformat default
41572 status collapsed
41573
41574 \begin_layout Plain Layout
41575 Typographic advice
41576 \end_layout
41577
41578 \end_inset
41579
41580
41581 \end_layout
41582
41583 \begin_layout Standard
41584 This section is a summary of the most important typographic rules,
41585  listed in ISO norms.
41586 \begin_inset Foot
41587 status collapsed
41588
41589 \begin_layout Plain Layout
41590 This collection was partly taken from the German semi-official dictionary called 
41591 \begin_inset Quotes eld
41592 \end_inset
41593
41594 Duden
41595 \begin_inset Quotes erd
41596 \end_inset
41597
41598  
41599 \begin_inset CommandInset citation
41600 LatexCommand cite
41601 key "Duden"
41602 literal "true"
41603
41604 \end_inset
41605
41606  that lists some of the ISO rules.
41607  More rules are listed in 
41608 \begin_inset CommandInset citation
41609 LatexCommand cite
41610 key "Checklist"
41611 literal "true"
41612
41613 \end_inset
41614
41615 .
41616 \end_layout
41617
41618 \end_inset
41619
41620
41621 \end_layout
41622
41623 \begin_layout Itemize
41624 Physical units are 
41625 \emph on
41626 always
41627 \emph default
41628  set upright
41629 \begin_inset Foot
41630 status collapsed
41631
41632 \begin_layout Plain Layout
41633 Done with font styles,
41634  see 
41635 \begin_inset CommandInset ref
41636 LatexCommand ref
41637 reference "subsec:Font-Styles"
41638 nolink "false"
41639
41640 \end_inset
41641
41642
41643 \end_layout
41644
41645 \end_inset
41646
41647 ,
41648  no matter if they appear in italic text:
41649  30
41650 \begin_inset space \thinspace{}
41651 \end_inset
41652
41653 km/h
41654 \begin_inset Newline newline
41655 \end_inset
41656
41657 Between the value and the unit is the smallest space,
41658  see 
41659 \begin_inset CommandInset ref
41660 LatexCommand ref
41661 reference "subsec:Predefined-Space"
41662 nolink "false"
41663
41664 \end_inset
41665
41666 .
41667 \begin_inset Newline newline
41668 \end_inset
41669
41670 This convention is automatically fulfilled when the command 
41671 \series bold
41672
41673 \backslash
41674 unittwo
41675 \series default
41676  is used.
41677  When it is entered in a formula,
41678  two boxes appear.
41679  In the first one the value is inserted,
41680  in the second one the unit,
41681  and the result is as above:
41682  
41683 \begin_inset Formula $\unit[30]{km/h}$
41684 \end_inset
41685
41686
41687 \begin_inset space \thinspace{}
41688 \end_inset
41689
41690 .
41691  Note that 
41692 \series bold
41693
41694 \backslash
41695 unittwo
41696 \series default
41697  is not a real \SpecialChar LaTeX
41698  command but the command 
41699 \series bold
41700
41701 \backslash
41702 unit[value]{unit}
41703 \series default
41704 ,
41705  therefore you cannot use it in \SpecialChar TeX
41706  code.
41707 \end_layout
41708
41709 \begin_layout Itemize
41710 Percent and perthousand signs are set like physical units:
41711 \begin_inset Newline newline
41712 \end_inset
41713
41714 1.2
41715 \begin_inset space \thinspace{}
41716 \end_inset
41717
41718 ‰ alcohol in blood
41719 \end_layout
41720
41721 \begin_layout Itemize
41722 The degree sign follows the value directly:
41723  15°,
41724  except when it is used in units:
41725  15
41726 \begin_inset space \thinspace{}
41727 \end_inset
41728
41729 °C
41730 \end_layout
41731
41732 \begin_layout Itemize
41733 In numbers with more than four digits the smallest space is inserted before every third digit to group them:
41734  
41735 \family roman
41736 \series medium
41737 \shape up
41738 \size normal
41739 \emph off
41740 \bar no
41741 \noun off
41742 \color none
41743 18
41744 \begin_inset space \thinspace{}
41745 \end_inset
41746
41747 473
41748 \begin_inset space \thinspace{}
41749 \end_inset
41750
41751 588
41752 \end_layout
41753
41754 \begin_layout Itemize
41755 For dimensions like 120×90×40
41756 \begin_inset space \thinspace{}
41757 \end_inset
41758
41759 cm the multiplication sign 
41760 \begin_inset Quotes eld
41761 \end_inset
41762
41763 ×
41764 \begin_inset Quotes erd
41765 \end_inset
41766
41767  is used.
41768  It is available either via the command 
41769 \series bold
41770
41771 \backslash
41772 times
41773 \series default
41774  or via the menu 
41775 \family sans
41776 Insert\SpecialChar menuseparator
41777 Special Character\SpecialChar menuseparator
41778 Symbols
41779 \family default
41780 .
41781 \end_layout
41782
41783 \begin_layout Itemize
41784 Functions with names consisting of several letters are set upright to avoid confusions,
41785  see 
41786 \begin_inset CommandInset ref
41787 LatexCommand ref
41788 reference "subsec:Predefined-Functions"
41789 nolink "false"
41790
41791 \end_inset
41792
41793 .
41794 \end_layout
41795
41796 \begin_layout Itemize
41797 Indices consisting of several letters,
41798  are set upright:
41799  
41800 \begin_inset Formula $E_{\mathrm{kin}}$
41801 \end_inset
41802
41803
41804 \begin_inset Newline newline
41805 \end_inset
41806
41807 Components of matrices are set italic:
41808  
41809 \begin_inset Formula $\hat{H}_{kl}$
41810 \end_inset
41811
41812
41813 \end_layout
41814
41815 \begin_layout Itemize
41816 The differentiation/integration operator 'd',
41817  the Euler's number 'e' and the imaginary unit 'i' should be set upright,
41818  to avoid mixing them up with other variables.
41819 \end_layout
41820
41821 \begin_layout Itemize
41822 The character that denotes a 
41823 \noun on
41824 Fourier
41825 \noun default
41826  transformation is inserted either by the command 
41827 \series bold
41828
41829 \backslash
41830 mathscr
41831 \begin_inset space \textvisiblespace{}
41832 \end_inset
41833
41834 F
41835 \series default
41836  or via the menu 
41837 \family sans
41838 Insert\SpecialChar menuseparator
41839 Special Character\SpecialChar menuseparator
41840 Symbols\SpecialChar menuseparator
41841 Letterlike
41842 \begin_inset space ~
41843 \end_inset
41844
41845 Symbols
41846 \family default
41847 :
41848  
41849 \begin_inset Formula $\mathscr{F}$
41850 \end_inset
41851
41852
41853 \end_layout
41854
41855 \begin_layout Standard
41856 \begin_inset Newpage newpage
41857 \end_inset
41858
41859
41860 \end_layout
41861
41862 \begin_layout Section
41863 Synonyms
41864 \begin_inset Index idx
41865 range none
41866 pageformat default
41867 status collapsed
41868
41869 \begin_layout Plain Layout
41870 Synonyms
41871 \end_layout
41872
41873 \end_inset
41874
41875
41876 \end_layout
41877
41878 \begin_layout Standard
41879 Some characters and symbols can be created with several commands.
41880  Here is a list of the synonym commands:
41881 \end_layout
41882
41883 \begin_layout Standard
41884 \begin_inset VSpace bigskip
41885 \end_inset
41886
41887
41888 \begin_inset space \hfill{}
41889 \end_inset
41890
41891
41892 \begin_inset Tabular
41893 <lyxtabular version="3" rows="12" columns="2">
41894 <features booktabs="true" tabularvalignment="middle">
41895 <column alignment="center" valignment="top" width="0pt">
41896 <column alignment="center" valignment="top" width="0pt">
41897 <row>
41898 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
41899 \begin_inset Text
41900
41901 \begin_layout Plain Layout
41902 Command
41903 \end_layout
41904
41905 \end_inset
41906 </cell>
41907 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
41908 \begin_inset Text
41909
41910 \begin_layout Plain Layout
41911 equivalent to
41912 \end_layout
41913
41914 \end_inset
41915 </cell>
41916 </row>
41917 <row>
41918 <cell alignment="center" valignment="top" usebox="none">
41919 \begin_inset Text
41920
41921 \begin_layout Plain Layout
41922
41923 \backslash
41924 ast
41925 \end_layout
41926
41927 \end_inset
41928 </cell>
41929 <cell alignment="center" valignment="top" usebox="none">
41930 \begin_inset Text
41931
41932 \begin_layout Plain Layout
41933 *
41934 \end_layout
41935
41936 \end_inset
41937 </cell>
41938 </row>
41939 <row>
41940 <cell alignment="center" valignment="top" usebox="none">
41941 \begin_inset Text
41942
41943 \begin_layout Plain Layout
41944
41945 \backslash
41946 choose
41947 \end_layout
41948
41949 \end_inset
41950 </cell>
41951 <cell alignment="center" valignment="top" usebox="none">
41952 \begin_inset Text
41953
41954 \begin_layout Plain Layout
41955
41956 \backslash
41957 binom
41958 \end_layout
41959
41960 \end_inset
41961 </cell>
41962 </row>
41963 <row>
41964 <cell alignment="center" valignment="top" usebox="none">
41965 \begin_inset Text
41966
41967 \begin_layout Plain Layout
41968
41969 \backslash
41970 geq
41971 \end_layout
41972
41973 \end_inset
41974 </cell>
41975 <cell alignment="center" valignment="top" usebox="none">
41976 \begin_inset Text
41977
41978 \begin_layout Plain Layout
41979
41980 \backslash
41981 ge
41982 \end_layout
41983
41984 \end_inset
41985 </cell>
41986 </row>
41987 <row>
41988 <cell alignment="center" valignment="top" usebox="none">
41989 \begin_inset Text
41990
41991 \begin_layout Plain Layout
41992
41993 \backslash
41994 lbrace
41995 \end_layout
41996
41997 \end_inset
41998 </cell>
41999 <cell alignment="center" valignment="top" usebox="none">
42000 \begin_inset Text
42001
42002 \begin_layout Plain Layout
42003 {
42004 \end_layout
42005
42006 \end_inset
42007 </cell>
42008 </row>
42009 <row>
42010 <cell alignment="center" valignment="top" usebox="none">
42011 \begin_inset Text
42012
42013 \begin_layout Plain Layout
42014
42015 \backslash
42016 lbracket
42017 \end_layout
42018
42019 \end_inset
42020 </cell>
42021 <cell alignment="center" valignment="top" usebox="none">
42022 \begin_inset Text
42023
42024 \begin_layout Plain Layout
42025 [
42026 \end_layout
42027
42028 \end_inset
42029 </cell>
42030 </row>
42031 <row>
42032 <cell alignment="center" valignment="top" usebox="none">
42033 \begin_inset Text
42034
42035 \begin_layout Plain Layout
42036
42037 \backslash
42038 leftarrow
42039 \end_layout
42040
42041 \end_inset
42042 </cell>
42043 <cell alignment="center" valignment="top" usebox="none">
42044 \begin_inset Text
42045
42046 \begin_layout Plain Layout
42047
42048 \backslash
42049 gets
42050 \end_layout
42051
42052 \end_inset
42053 </cell>
42054 </row>
42055 <row>
42056 <cell alignment="center" valignment="top" usebox="none">
42057 \begin_inset Text
42058
42059 \begin_layout Plain Layout
42060
42061 \backslash
42062 leq
42063 \end_layout
42064
42065 \end_inset
42066 </cell>
42067 <cell alignment="center" valignment="top" usebox="none">
42068 \begin_inset Text
42069
42070 \begin_layout Plain Layout
42071
42072 \backslash
42073 le
42074 \end_layout
42075
42076 \end_inset
42077 </cell>
42078 </row>
42079 <row>
42080 <cell alignment="center" valignment="top" usebox="none">
42081 \begin_inset Text
42082
42083 \begin_layout Plain Layout
42084
42085 \backslash
42086 lor
42087 \end_layout
42088
42089 \end_inset
42090 </cell>
42091 <cell alignment="center" valignment="top" usebox="none">
42092 \begin_inset Text
42093
42094 \begin_layout Plain Layout
42095
42096 \backslash
42097 vee
42098 \end_layout
42099
42100 \end_inset
42101 </cell>
42102 </row>
42103 <row>
42104 <cell alignment="center" valignment="top" usebox="none">
42105 \begin_inset Text
42106
42107 \begin_layout Plain Layout
42108
42109 \backslash
42110 neq
42111 \end_layout
42112
42113 \end_inset
42114 </cell>
42115 <cell alignment="center" valignment="top" usebox="none">
42116 \begin_inset Text
42117
42118 \begin_layout Plain Layout
42119
42120 \backslash
42121 not=
42122 \end_layout
42123
42124 \end_inset
42125 </cell>
42126 </row>
42127 <row>
42128 <cell alignment="center" valignment="top" usebox="none">
42129 \begin_inset Text
42130
42131 \begin_layout Plain Layout
42132
42133 \backslash
42134 slash
42135 \end_layout
42136
42137 \end_inset
42138 </cell>
42139 <cell alignment="center" valignment="top" usebox="none">
42140 \begin_inset Text
42141
42142 \begin_layout Plain Layout
42143 /
42144 \end_layout
42145
42146 \end_inset
42147 </cell>
42148 </row>
42149 <row>
42150 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
42151 \begin_inset Text
42152
42153 \begin_layout Plain Layout
42154
42155 \backslash
42156 vert
42157 \end_layout
42158
42159 \end_inset
42160 </cell>
42161 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
42162 \begin_inset Text
42163
42164 \begin_layout Plain Layout
42165 |
42166 \end_layout
42167
42168 \end_inset
42169 </cell>
42170 </row>
42171 </lyxtabular>
42172
42173 \end_inset
42174
42175
42176 \begin_inset space \hfill{}
42177 \end_inset
42178
42179
42180 \begin_inset Tabular
42181 <lyxtabular version="3" rows="12" columns="2">
42182 <features booktabs="true" tabularvalignment="middle">
42183 <column alignment="center" valignment="top" width="0pt">
42184 <column alignment="center" valignment="top" width="0pt">
42185 <row>
42186 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
42187 \begin_inset Text
42188
42189 \begin_layout Plain Layout
42190 Command
42191 \end_layout
42192
42193 \end_inset
42194 </cell>
42195 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
42196 \begin_inset Text
42197
42198 \begin_layout Plain Layout
42199 equivalent to
42200 \end_layout
42201
42202 \end_inset
42203 </cell>
42204 </row>
42205 <row>
42206 <cell alignment="center" valignment="top" usebox="none">
42207 \begin_inset Text
42208
42209 \begin_layout Plain Layout
42210
42211 \backslash
42212 backslash
42213 \end_layout
42214
42215 \end_inset
42216 </cell>
42217 <cell alignment="center" valignment="top" usebox="none">
42218 \begin_inset Text
42219
42220 \begin_layout Plain Layout
42221
42222 \backslash
42223
42224 \backslash
42225
42226 \end_layout
42227
42228 \end_inset
42229 </cell>
42230 </row>
42231 <row>
42232 <cell alignment="center" valignment="top" usebox="none">
42233 \begin_inset Text
42234
42235 \begin_layout Plain Layout
42236
42237 \backslash
42238 dasharrow
42239 \end_layout
42240
42241 \end_inset
42242 </cell>
42243 <cell alignment="center" valignment="top" usebox="none">
42244 \begin_inset Text
42245
42246 \begin_layout Plain Layout
42247
42248 \backslash
42249 dashrightarrow
42250 \end_layout
42251
42252 \end_inset
42253 </cell>
42254 </row>
42255 <row>
42256 <cell alignment="center" valignment="top" usebox="none">
42257 \begin_inset Text
42258
42259 \begin_layout Plain Layout
42260
42261 \backslash
42262 land
42263 \end_layout
42264
42265 \end_inset
42266 </cell>
42267 <cell alignment="center" valignment="top" usebox="none">
42268 \begin_inset Text
42269
42270 \begin_layout Plain Layout
42271
42272 \backslash
42273 wedge
42274 \end_layout
42275
42276 \end_inset
42277 </cell>
42278 </row>
42279 <row>
42280 <cell alignment="center" valignment="top" usebox="none">
42281 \begin_inset Text
42282
42283 \begin_layout Plain Layout
42284
42285 \backslash
42286 rbrace
42287 \end_layout
42288
42289 \end_inset
42290 </cell>
42291 <cell alignment="center" valignment="top" usebox="none">
42292 \begin_inset Text
42293
42294 \begin_layout Plain Layout
42295 }
42296 \end_layout
42297
42298 \end_inset
42299 </cell>
42300 </row>
42301 <row>
42302 <cell alignment="center" valignment="top" usebox="none">
42303 \begin_inset Text
42304
42305 \begin_layout Plain Layout
42306
42307 \backslash
42308 rbracket
42309 \end_layout
42310
42311 \end_inset
42312 </cell>
42313 <cell alignment="center" valignment="top" usebox="none">
42314 \begin_inset Text
42315
42316 \begin_layout Plain Layout
42317 ]
42318 \end_layout
42319
42320 \end_inset
42321 </cell>
42322 </row>
42323 <row>
42324 <cell alignment="center" valignment="top" usebox="none">
42325 \begin_inset Text
42326
42327 \begin_layout Plain Layout
42328
42329 \backslash
42330 rightarrow
42331 \end_layout
42332
42333 \end_inset
42334 </cell>
42335 <cell alignment="center" valignment="top" usebox="none">
42336 \begin_inset Text
42337
42338 \begin_layout Plain Layout
42339
42340 \backslash
42341 to
42342 \end_layout
42343
42344 \end_inset
42345 </cell>
42346 </row>
42347 <row>
42348 <cell alignment="center" valignment="top" usebox="none">
42349 \begin_inset Text
42350
42351 \begin_layout Plain Layout
42352
42353 \backslash
42354 lnot
42355 \end_layout
42356
42357 \end_inset
42358 </cell>
42359 <cell alignment="center" valignment="top" usebox="none">
42360 \begin_inset Text
42361
42362 \begin_layout Plain Layout
42363
42364 \backslash
42365 neg
42366 \end_layout
42367
42368 \end_inset
42369 </cell>
42370 </row>
42371 <row>
42372 <cell alignment="center" valignment="top" usebox="none">
42373 \begin_inset Text
42374
42375 \begin_layout Plain Layout
42376
42377 \backslash
42378 ne
42379 \end_layout
42380
42381 \end_inset
42382 </cell>
42383 <cell alignment="center" valignment="top" usebox="none">
42384 \begin_inset Text
42385
42386 \begin_layout Plain Layout
42387
42388 \backslash
42389 not=
42390 \end_layout
42391
42392 \end_inset
42393 </cell>
42394 </row>
42395 <row>
42396 <cell alignment="center" valignment="top" usebox="none">
42397 \begin_inset Text
42398
42399 \begin_layout Plain Layout
42400
42401 \backslash
42402 owns
42403 \end_layout
42404
42405 \end_inset
42406 </cell>
42407 <cell alignment="center" valignment="top" usebox="none">
42408 \begin_inset Text
42409
42410 \begin_layout Plain Layout
42411
42412 \backslash
42413 ni
42414 \end_layout
42415
42416 \end_inset
42417 </cell>
42418 </row>
42419 <row>
42420 <cell alignment="center" valignment="top" usebox="none">
42421 \begin_inset Text
42422
42423 \begin_layout Plain Layout
42424
42425 \backslash
42426 square
42427 \end_layout
42428
42429 \end_inset
42430 </cell>
42431 <cell alignment="center" valignment="top" usebox="none">
42432 \begin_inset Text
42433
42434 \begin_layout Plain Layout
42435
42436 \backslash
42437 Box
42438 \end_layout
42439
42440 \end_inset
42441 </cell>
42442 </row>
42443 <row>
42444 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
42445 \begin_inset Text
42446
42447 \begin_layout Plain Layout
42448
42449 \backslash
42450 Vert
42451 \end_layout
42452
42453 \end_inset
42454 </cell>
42455 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
42456 \begin_inset Text
42457
42458 \begin_layout Plain Layout
42459
42460 \backslash
42461 |
42462 \end_layout
42463
42464 \end_inset
42465 </cell>
42466 </row>
42467 </lyxtabular>
42468
42469 \end_inset
42470
42471
42472 \begin_inset space \hfill{}
42473 \end_inset
42474
42475
42476 \begin_inset CommandInset href
42477 LatexCommand href
42478 name "List"
42479 target "https://ctan.org/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
42480 literal "false"
42481
42482 \end_inset
42483
42484
42485 \end_layout
42486
42487 \begin_layout Standard
42488 \begin_inset Newpage newpage
42489 \end_inset
42490
42491
42492 \end_layout
42493
42494 \begin_layout Bibliography
42495 \begin_inset CommandInset bibitem
42496 LatexCommand bibitem
42497 key "TLC2"
42498 literal "true"
42499
42500 \end_inset
42501
42502
42503 \shape smallcaps
42504 F.
42505  Mittelbach;
42506  M.
42507  Goossens
42508 \shape default
42509 :
42510  
42511 \shape italic
42512 The \SpecialChar LaTeX
42513  Companion
42514 \shape default
42515 .
42516  Addison Wesley,
42517  2004
42518 \end_layout
42519
42520 \begin_layout Bibliography
42521 \begin_inset CommandInset bibitem
42522 LatexCommand bibitem
42523 key "Mathmode"
42524 literal "true"
42525
42526 \end_inset
42527
42528
42529 \change_inserted 5863208 1612728717
42530
42531 \begin_inset CommandInset href
42532 LatexCommand href
42533 name "Description"
42534 target "http://mirrors.ctan.org/obsolete/info/math/voss/mathmode/Mathmode.pdf"
42535 literal "false"
42536
42537 \end_inset
42538
42539
42540 \change_deleted 5863208 1612728717
42541
42542 \begin_inset CommandInset href
42543 LatexCommand href
42544 name "Description"
42545 target "https://www.tug.org/~hvoss/PDF/mathmode.pdf"
42546 literal "false"
42547
42548 \end_inset
42549
42550
42551 \change_unchanged
42552  of \SpecialChar LaTeX
42553 's math abilities
42554 \change_deleted 5863208 1612728849
42555
42556 \begin_inset Note Note
42557 status open
42558
42559 \begin_layout Plain Layout
42560
42561 \change_inserted 232239728 1611367909
42562 Bad Link
42563 \change_unchanged
42564
42565 \end_layout
42566
42567 \end_inset
42568
42569
42570 \change_unchanged
42571
42572 \end_layout
42573
42574 \begin_layout Bibliography
42575 \begin_inset CommandInset bibitem
42576 LatexCommand bibitem
42577 key "AMS"
42578 literal "true"
42579
42580 \end_inset
42581
42582
42583 \change_inserted 5863208 1612728836
42584
42585 \begin_inset CommandInset href
42586 LatexCommand href
42587 name "Description"
42588 target "http://tug.ctan.org/info/amslatex/english/amsldoc.pdf"
42589 literal "false"
42590
42591 \end_inset
42592
42593
42594 \change_deleted 5863208 1612728836
42595
42596 \begin_inset CommandInset href
42597 LatexCommand href
42598 name "Description"
42599 target "https://www.ctan.org/tex-archive/macros/latex/required/amslatex/math/amsldoc.pdf"
42600 literal "false"
42601
42602 \end_inset
42603
42604
42605 \change_unchanged
42606  of 
42607 \begin_inset ERT
42608 status collapsed
42609
42610 \begin_layout Plain Layout
42611
42612
42613 \backslash
42614 AmS
42615 \end_layout
42616
42617 \end_inset
42618
42619 -\SpecialChar LaTeX
42620
42621 \change_deleted 5863208 1612728851
42622
42623 \begin_inset Note Note
42624 status open
42625
42626 \begin_layout Plain Layout
42627
42628 \change_inserted 232239728 1611367919
42629 Bad Link
42630 \change_unchanged
42631
42632 \end_layout
42633
42634 \end_inset
42635
42636
42637 \change_unchanged
42638
42639 \end_layout
42640
42641 \begin_layout Bibliography
42642 \begin_inset CommandInset bibitem
42643 LatexCommand bibitem
42644 key "Symbols"
42645 literal "true"
42646
42647 \end_inset
42648
42649
42650 \change_inserted 5863208 1612728963
42651
42652 \begin_inset CommandInset href
42653 LatexCommand href
42654 name "List"
42655 target "http://tug.ctan.org/info/symbols/comprehensive/symbols-a4.pdf"
42656 literal "false"
42657
42658 \end_inset
42659
42660
42661 \change_deleted 5863208 1612728963
42662
42663 \begin_inset CommandInset href
42664 LatexCommand href
42665 name "List"
42666 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
42667 literal "false"
42668
42669 \end_inset
42670
42671
42672 \change_unchanged
42673  of all symbols available with \SpecialChar LaTeX
42674 -packages
42675 \change_deleted 5863208 1612728966
42676
42677 \begin_inset Note Note
42678 status open
42679
42680 \begin_layout Plain Layout
42681
42682 \change_inserted 232239728 1611367959
42683 Bad link
42684 \change_unchanged
42685
42686 \end_layout
42687
42688 \end_inset
42689
42690
42691 \change_unchanged
42692
42693 \end_layout
42694
42695 \begin_layout Bibliography
42696 \begin_inset CommandInset bibitem
42697 LatexCommand bibitem
42698 key "cancel"
42699 literal "true"
42700
42701 \end_inset
42702
42703
42704 \begin_inset CommandInset href
42705 LatexCommand href
42706 name "Documentation"
42707 target "https://www.ctan.org/tex-archive/macros/latex/contrib/cancel/cancel.pdf"
42708 literal "false"
42709
42710 \end_inset
42711
42712  of the \SpecialChar LaTeX
42713 -package 
42714 \series bold
42715 cancel
42716 \series default
42717
42718 \begin_inset Index idx
42719 range none
42720 pageformat default
42721 status collapsed
42722
42723 \begin_layout Plain Layout
42724 Packages
42725 \begin_inset IndexMacro subentry
42726 status open
42727
42728 \begin_layout Plain Layout
42729 cancel
42730 \end_layout
42731
42732 \end_inset
42733
42734
42735 \end_layout
42736
42737 \end_inset
42738
42739
42740 \end_layout
42741
42742 \begin_layout Bibliography
42743 \begin_inset CommandInset bibitem
42744 LatexCommand bibitem
42745 key "hyperref"
42746 literal "true"
42747
42748 \end_inset
42749
42750
42751 \begin_inset CommandInset href
42752 LatexCommand href
42753 name "Documentation"
42754 target "https://www.ctan.org/tex-archive/macros/latex/contrib/hyperref/doc/manual.pdf"
42755 literal "false"
42756
42757 \end_inset
42758
42759  of the \SpecialChar LaTeX
42760 -package 
42761 \series bold
42762 hyperref
42763 \series default
42764
42765 \begin_inset Index idx
42766 range none
42767 pageformat default
42768 status collapsed
42769
42770 \begin_layout Plain Layout
42771 Packages
42772 \begin_inset IndexMacro subentry
42773 status open
42774
42775 \begin_layout Plain Layout
42776 hyperref
42777 \end_layout
42778
42779 \end_inset
42780
42781
42782 \end_layout
42783
42784 \end_inset
42785
42786
42787 \end_layout
42788
42789 \begin_layout Bibliography
42790 \begin_inset CommandInset bibitem
42791 LatexCommand bibitem
42792 key "mhchem"
42793 literal "true"
42794
42795 \end_inset
42796
42797
42798 \begin_inset CommandInset href
42799 LatexCommand href
42800 name "Documentation"
42801 target "https://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
42802 literal "false"
42803
42804 \end_inset
42805
42806  of the \SpecialChar LaTeX
42807 -package 
42808 \series bold
42809 mhchem
42810 \series default
42811
42812 \begin_inset Index idx
42813 range none
42814 pageformat default
42815 status collapsed
42816
42817 \begin_layout Plain Layout
42818 Packages
42819 \begin_inset IndexMacro subentry
42820 status open
42821
42822 \begin_layout Plain Layout
42823 mhchem
42824 \end_layout
42825
42826 \end_inset
42827
42828
42829 \end_layout
42830
42831 \end_inset
42832
42833
42834 \end_layout
42835
42836 \begin_layout Bibliography
42837 \begin_inset CommandInset bibitem
42838 LatexCommand bibitem
42839 key "Duden"
42840 literal "true"
42841
42842 \end_inset
42843
42844
42845 \emph on
42846 Duden Band
42847 \begin_inset space ~
42848 \end_inset
42849
42850 1
42851 \emph default
42852 .
42853  22.
42854 \begin_inset space ~
42855 \end_inset
42856
42857 Auflage,
42858  Dudenverlag,
42859  2000
42860 \end_layout
42861
42862 \begin_layout Bibliography
42863 \begin_inset CommandInset bibitem
42864 LatexCommand bibitem
42865 key "Checklist"
42866 literal "true"
42867
42868 \end_inset
42869
42870
42871 \begin_inset CommandInset href
42872 LatexCommand href
42873 name "Check list"
42874 target "https://www.nist.gov/physical-measurement-laboratory/special-publication-811"
42875 literal "false"
42876
42877 \end_inset
42878
42879  for reviewing manuscripts
42880 \end_layout
42881
42882 \begin_layout Standard
42883 \begin_inset CommandInset index_print
42884 LatexCommand printindex
42885 type "idx"
42886 name "Index"
42887 literal "false"
42888
42889 \end_inset
42890
42891
42892 \end_layout
42893
42894 \end_body
42895 \end_document