]> git.lyx.org Git - features.git/blob - lib/doc/Math.lyx
Fix languages in math docs.
[features.git] / lib / doc / Math.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 497
3 \begin_document
4 \begin_header
5 \origin /systemlyxdir/doc/
6 \textclass scrartcl
7 \begin_preamble
8 % DO NOT ALTER THIS PREAMBLE!!!
9 %
10 % This preamble is designed to ensure that the file prints
11 % out as advertised. If you mess with this preamble,
12 % parts of this document may not print out as expected.  If you
13 % have problems LaTeXing this file, please contact 
14 % the documentation team
15 % email: lyx-docs@lists.lyx.org
16
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 \fi % end if pdflatex is used
26
27 % solves the following problem:
28 % If the dection number consits of too many numerals the section heading
29 % will be printed in the TOC without a space between it and the section number.
30 % As solution more space between the number and the heading is inserted:
31 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
32 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
33
34 % increase link area for cross-references and autoname them,
35 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
36 \@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}
37 \addto\extrasenglish{%
38  \renewcommand*{\equationautorefname}[1]{}%
39  \renewcommand{\sectionautorefname}{sec.\negthinspace}%
40  \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
41  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
42 }
43
44 % don't load packages twice
45 % see first footnote in sec. 9.3
46 \@ifundefined{textcolor}{\usepackage{color}}{}
47
48 % the pages of the TOC are numbered roman
49 % and a PDF-bookmark for the TOC is added
50 \pagenumbering{roman}
51 \let\myTOC\tableofcontents
52 \renewcommand{\tableofcontents}{%
53  \vspace{1cm}
54  \pdfbookmark[1]{\contentsname}{}
55  \myTOC
56  \cleardoublepage
57  \pagenumbering{arabic}}
58
59 % insert additional vertical space of 1.5 mm between footnotes,
60 \let\myFoot\footnote
61 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
62
63 % provides caption formatting
64 \setkomafont{captionlabel}{\bfseries}
65
66 % enables calculation of values
67 \usepackage{calc}
68
69 % for multiple columns used in sec. 24.7
70 \usepackage{multicol}
71
72 % needed in sec. 19.4
73 \usepackage{remreset}
74
75 % for the Fourier transformation symbol
76 \usepackage{mathrsfs}
77
78 % define a color, used in sec.9.3
79 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
80
81 % declare operators (see sec. 10.4 and sec. 15.2)
82 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
83 \DeclareMathOperator{\sgn}{sgn}
84
85 % example definitions for sec. 20.1 
86 \newcommand{\gr}{\Longrightarrow}
87 \newcommand{\us}[1]{\underline{#1}}
88 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
89 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
90 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
91
92 % example macro from sec. 19.4
93 %\def\tagform@#1{\maketag@@@{|#1|}}
94
95
96 % ------------------------------------
97 % used to check for needed LaTeX packages
98 \usepackage{ifthen}
99
100 % check for package undertilde
101 % used for the command \utilde
102 \newboolean{undertilde}
103 \IfFileExists{undertilde.sty}
104  {\usepackage{undertilde}
105   \setboolean{undertilde}{true}}
106  {\setboolean{undertilde}{false}}
107
108 % check for package eurosym
109 % used for the Euro symbol
110 \newboolean{eurosym}
111 \IfFileExists{eurosym.sty}
112  {\usepackage[gennarrow]{eurosym}
113   \setboolean{eurosym}{true}}
114  {\setboolean{eurosym}{false}}
115
116 % check for package braket
117 % used for physical vectors
118 \newboolean{braket}
119 \IfFileExists{braket.sty}
120  {\usepackage{braket}
121   \setboolean{braket}{true}}
122  {\setboolean{braket}{false}}
123
124 % check for package cancel
125 \newboolean{cancel}
126 \IfFileExists{cancel.sty}
127  {\usepackage{cancel}
128   \setboolean{cancel}{true}}
129  {\setboolean{cancel}{false}}
130
131 % check for package upgreek
132 \newboolean{upgreek}
133 \IfFileExists{upgreek.sty}
134  {\usepackage{upgreek}
135   \setboolean{upgreek}{true}}
136  {\setboolean{upgreek}{false}}
137 \end_preamble
138 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
139 \use_default_options false
140 \maintain_unincluded_children false
141 \language english
142 \language_package default
143 \inputencoding auto
144 \fontencoding global
145 \font_roman default
146 \font_sans default
147 \font_typewriter default
148 \font_math auto
149 \font_default_family default
150 \use_non_tex_fonts false
151 \font_sc false
152 \font_osf false
153 \font_sf_scale 100
154 \font_tt_scale 100
155 \graphics default
156 \default_output_format default
157 \output_sync 0
158 \bibtex_command default
159 \index_command default
160 \paperfontsize 12
161 \spacing single
162 \use_hyperref true
163 \pdf_title "LyX's Math Manual"
164 \pdf_author "LyX Team, Uwe Stöhr"
165 \pdf_subject "LyX-documentation about math"
166 \pdf_keywords "LyX, Mathed"
167 \pdf_bookmarks true
168 \pdf_bookmarksnumbered true
169 \pdf_bookmarksopen true
170 \pdf_bookmarksopenlevel 1
171 \pdf_breaklinks false
172 \pdf_pdfborder false
173 \pdf_colorlinks true
174 \pdf_backref false
175 \pdf_pdfusetitle false
176 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
177 \papersize a4paper
178 \use_geometry false
179 \use_package amsmath 2
180 \use_package amssymb 2
181 \use_package cancel 0
182 \use_package esint 1
183 \use_package mathdots 1
184 \use_package mathtools 2
185 \use_package mhchem 1
186 \use_package stackrel 0
187 \use_package stmaryrd 0
188 \use_package undertilde 0
189 \cite_engine basic
190 \cite_engine_type default
191 \biblio_style plain
192 \use_bibtopic false
193 \use_indices false
194 \paperorientation portrait
195 \suppress_date false
196 \justification true
197 \use_refstyle 0
198 \notefontcolor #0000ff
199 \index Index
200 \shortcut idx
201 \color #008000
202 \end_index
203 \secnumdepth 4
204 \tocdepth 3
205 \paragraph_separation skip
206 \defskip medskip
207 \quotes_language english
208 \papercolumns 1
209 \papersides 2
210 \paperpagestyle plain
211 \bullet 1 0 6 -1
212 \bullet 2 2 35 -1
213 \bullet 3 2 7 -1
214 \tracking_changes false
215 \output_changes false
216 \html_math_output 0
217 \html_css_as_file 0
218 \html_be_strict false
219 \end_header
220
221 \begin_body
222
223 \begin_layout Title
224 \SpecialChar LyX
225 's detailed Math manual
226 \end_layout
227
228 \begin_layout Author
229 by the \SpecialChar LyX
230  Team
231 \begin_inset Foot
232 status collapsed
233
234 \begin_layout Plain Layout
235 \noindent
236 If you have comments or error corrections, please send them to the \SpecialChar LyX
237  Documentatio
238 n mailing list: 
239 \family typewriter
240
241 \begin_inset CommandInset href
242 LatexCommand href
243 name "lyx-docs@lists.lyx.org"
244 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
245 type "mailto:"
246
247 \end_inset
248
249
250 \end_layout
251
252 \end_inset
253
254
255 \begin_inset Note Note
256 status collapsed
257
258 \begin_layout Plain Layout
259 author: Uwe Stöhr
260 \end_layout
261
262 \end_inset
263
264
265 \begin_inset Newline newline
266 \end_inset
267
268
269 \begin_inset Newline newline
270 \end_inset
271
272
273 \family sans
274 Version 2.1.x
275 \end_layout
276
277 \begin_layout Standard
278 \begin_inset CommandInset toc
279 LatexCommand tableofcontents
280
281 \end_inset
282
283
284 \end_layout
285
286 \begin_layout Standard
287 \begin_inset Note Note
288 status open
289
290 \begin_layout Plain Layout
291 To export this document to PDF, PS or DVI the \SpecialChar LaTeX
292 -packages 
293 \series bold
294 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
295 \series default
296  and 
297 \series bold
298 was
299 \series default
300  should be installed.
301  If they are not installed the document can be exported anyway but the sections
302  where the packages are required will not appear in the output.
303  An exception is 
304 \series bold
305 mhchem
306 \series default
307 ; if it is not installed, this file cannot be exported.
308 \end_layout
309
310 \begin_layout Plain Layout
311 The latest PDF-version of this document can be found here:
312 \begin_inset Newline newline
313 \end_inset
314
315
316 \series bold
317 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
318 \end_layout
319
320 \end_inset
321
322
323 \end_layout
324
325 \begin_layout Standard
326 \begin_inset Newpage newpage
327 \end_inset
328
329
330 \end_layout
331
332 \begin_layout Section
333 Introduction
334 \end_layout
335
336 \begin_layout Standard
337 This document explains \SpecialChar LyX
338 's math features and is furthermore a collection
339  of \SpecialChar LaTeX
340 -commands used for mathematical characters and constructs.
341  The explanations are designed for the usage of commands.
342  It is therefore required that you have read the section 
343 \family typewriter
344 Mathematical
345 \begin_inset space ~
346 \end_inset
347
348 Formulas
349 \family default
350  of the User's Guide.
351 \end_layout
352
353 \begin_layout Standard
354 Most of the characters and many constructs explained in this manual are
355  also accessible via the menu 
356 \family sans
357 Insert
358 \series bold
359 \SpecialChar menuseparator
360
361 \series default
362 Math
363 \family default
364  or the 
365 \family sans
366 math
367 \family default
368 \series bold
369  
370 \family sans
371 \series default
372 toolbar
373 \family default
374 .
375  But everybody who has to write lots of formulas will notice that it is
376  much faster to use commands instead of the math toolbar.
377  Therefore this manual is focused on commands but also mentions the correspondin
378 g toolbar buttons when available.
379 \end_layout
380
381 \begin_layout Standard
382 If not specially mentioned the commands are only available within formulas.
383  To be able to use all commands explained in this document, the option 
384 \family sans
385 Use AMS math package
386 \family default
387  must be checked in the document settings (menu 
388 \family sans
389 Document\SpecialChar menuseparator
390 Settings\SpecialChar menuseparator
391 Math
392 \begin_inset space ~
393 \end_inset
394
395 Options
396 \family default
397 ).
398 \begin_inset Foot
399 status collapsed
400
401 \begin_layout Plain Layout
402 The option 
403 \family sans
404 Use AMS math package automatically
405 \family default
406  only uses 
407 \begin_inset ERT
408 status collapsed
409
410 \begin_layout Plain Layout
411
412
413 \backslash
414 AmS 
415 \end_layout
416
417 \end_inset
418
419 -math when math constructs are found that are supported by \SpecialChar LyX
420 .
421 \end_layout
422
423 \end_inset
424
425
426 \end_layout
427
428 \begin_layout Standard
429 This document doesn't list all 
430 \begin_inset ERT
431 status collapsed
432
433 \begin_layout Plain Layout
434
435
436 \backslash
437 AmS 
438 \end_layout
439
440 \end_inset
441
442 -math commands
443 \begin_inset Foot
444 status collapsed
445
446 \begin_layout Plain Layout
447 A list with all 
448 \begin_inset ERT
449 status collapsed
450
451 \begin_layout Plain Layout
452
453
454 \backslash
455 AmS
456 \end_layout
457
458 \end_inset
459
460 -math commands is in the file 
461 \family sans
462
463 \begin_inset CommandInset href
464 LatexCommand href
465 name "amsguide.ps"
466 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
467
468 \end_inset
469
470
471 \family default
472 , which is part of every \SpecialChar LaTeX
473  standard installation.
474 \end_layout
475
476 \end_inset
477
478  for lucidity reasons.
479 \end_layout
480
481 \begin_layout Section
482 General Instructions
483 \end_layout
484
485 \begin_layout Standard
486 To create an inline formula
487 \begin_inset Index idx
488 status collapsed
489
490 \begin_layout Plain Layout
491 Formula ! inline
492 \end_layout
493
494 \end_inset
495
496  that is embedded into a text line, use one of the shortcuts 
497 \begin_inset Info
498 type  "shortcuts"
499 arg   "math-mode"
500 \end_inset
501
502  or the toolbar button 
503 \begin_inset Info
504 type  "icon"
505 arg   "math-mode"
506 \end_inset
507
508 .
509 \begin_inset Newline newline
510 \end_inset
511
512 To create a display style formula
513 \begin_inset Index idx
514 status collapsed
515
516 \begin_layout Plain Layout
517 Formula ! display style
518 \end_layout
519
520 \end_inset
521
522  which will appear bigger, has a different format, and will be in a separate
523  paragraph, use one of these shortcuts: 
524 \begin_inset Info
525 type  "shortcuts"
526 arg   "math-display"
527 \end_inset
528
529 .
530 \end_layout
531
532 \begin_layout Standard
533 To change a display style formula to an inline formula, set the cursor into
534  the formula and use one of the shortcuts 
535 \begin_inset Info
536 type  "shortcuts"
537 arg   "math-mode"
538 \end_inset
539
540  or the menu 
541 \family sans
542 Edit\SpecialChar menuseparator
543 Math\SpecialChar menuseparator
544 Change formula type
545 \family default
546 .
547  The same way is used to change an inline formula to a display style formula.
548 \end_layout
549
550 \begin_layout Standard
551 To display parts of an inline formula in the size of a display style formula,
552  enter the command 
553 \series bold
554
555 \backslash
556 displaystyle
557 \series default
558
559 \begin_inset Index idx
560 status collapsed
561
562 \begin_layout Plain Layout
563 Commands ! D ! 
564 \backslash
565 displaystyle
566 \end_layout
567
568 \end_inset
569
570  to a formula.
571  Then a new blue box appears in which the desired formula part is inserted.
572 \end_layout
573
574 \begin_layout Standard
575 Only inline formulas are allowed inside tables.
576 \end_layout
577
578 \begin_layout Standard
579 The 
580 \family sans
581 math toolbar
582 \family default
583  can be turned on in the menu 
584 \family sans
585 View\SpecialChar menuseparator
586 Toolbars
587 \family default
588 .
589  When you click there on 
590 \begin_inset Quotes eld
591 \end_inset
592
593 Math
594 \begin_inset Quotes erd
595 \end_inset
596
597  the toolbar will be shown permanently at the bottom; this state is visualized
598  in the 
599 \family sans
600 Toolbars
601 \family default
602  menu with a checkmark.
603  When you click in this state again on 
604 \begin_inset Quotes eld
605 \end_inset
606
607 Math
608 \begin_inset Quotes erd
609 \end_inset
610
611  in the 
612 \family sans
613 Toolbars
614 \family default
615  menu, the 
616 \family sans
617 math toolbar
618 \family default
619  is only shown when the cursor is within a formula; this state is visualized
620  by the renaming of the menu entry from 
621 \begin_inset Quotes eld
622 \end_inset
623
624 Math
625 \begin_inset Quotes erd
626 \end_inset
627
628  to 
629 \begin_inset Quotes eld
630 \end_inset
631
632 Math
633 \begin_inset space ~
634 \end_inset
635
636 (auto)
637 \begin_inset Quotes erd
638 \end_inset
639
640 .
641 \end_layout
642
643 \begin_layout Standard
644 The \SpecialChar TeX
645  mode
646 \begin_inset Index idx
647 status collapsed
648
649 \begin_layout Plain Layout
650 T@\SpecialChar TeX
651 -mode
652 \end_layout
653
654 \end_inset
655
656  is invoked by pressing the toolbar button 
657 \begin_inset Info
658 type  "icon"
659 arg   "ert-insert"
660 \end_inset
661
662  or by using the menu 
663 \family sans
664 Insert\SpecialChar menuseparator
665 TeX Code
666 \family default
667  (shortcut 
668 \begin_inset Info
669 type  "shortcut"
670 arg   "ert-insert"
671 \end_inset
672
673 ).
674 \end_layout
675
676 \begin_layout Standard
677 To change the \SpecialChar LaTeX
678 -preamble
679 \begin_inset Index idx
680 status collapsed
681
682 \begin_layout Plain Layout
683 L@\SpecialChar LaTeX
684 -preamble
685 \end_layout
686
687 \end_inset
688
689 , use the menu 
690 \family sans
691 Document\SpecialChar menuseparator
692 Settings\SpecialChar menuseparator
693 LaTeX
694 \family default
695  
696 \family sans
697 Preamble
698 \family default
699 .
700 \end_layout
701
702 \begin_layout Standard
703 To edit matrices, case differentiations and multiline formulas subsequently,
704  use the menus 
705 \family sans
706 Edit\SpecialChar menuseparator
707 Math
708 \family default
709  and 
710 \family sans
711 Edit\SpecialChar menuseparator
712 Rows
713 \begin_inset space \thinspace{}
714 \end_inset
715
716 &
717 \begin_inset space \thinspace{}
718 \end_inset
719
720 Columns,
721 \family default
722  or the 
723 \family sans
724 table toolbar
725 \family default
726 .
727  When lines and columns are swapped via the menu, the column or line where
728  the cursor is in is exchanged with the column to the right or the line
729  below, respectively.
730  Is the cursor in the last column or row, the exchange is done with the
731  column to the left or the line above.
732 \end_layout
733
734 \begin_layout Standard
735 To write text in formulas
736 \begin_inset Foot
737 status collapsed
738
739 \begin_layout Plain Layout
740 For multiline formulas the command 
741 \series bold
742
743 \backslash
744 intertext
745 \series default
746  is used, see 
747 \begin_inset CommandInset ref
748 LatexCommand ref
749 reference "subsec:Text-in-multiline"
750
751 \end_inset
752
753 .
754 \end_layout
755
756 \end_inset
757
758  
759 \emph on
760 mathematical text
761 \emph default
762
763 \begin_inset Index idx
764 status collapsed
765
766 \begin_layout Plain Layout
767 Text ! in formulas
768 \end_layout
769
770 \end_inset
771
772
773 \begin_inset Index idx
774 status collapsed
775
776 \begin_layout Plain Layout
777 Mathematical text
778 \end_layout
779
780 \end_inset
781
782  is used.
783  This mode is invoked with the shortcut 
784 \begin_inset Info
785 type  "shortcut"
786 arg   "font-default"
787 \end_inset
788
789  or by the insertion of the command 
790 \series bold
791
792 \backslash
793 text
794 \series default
795
796 \begin_inset Index idx
797 status collapsed
798
799 \begin_layout Plain Layout
800 Commands ! T ! 
801 \backslash
802 text
803 \end_layout
804
805 \end_inset
806
807 .
808  The text appears black in \SpecialChar LyX
809  and can therefore be distinguished from the
810  other formula parts which appear blue.
811  In the output mathematical text is set upright, in contrary to other formula
812  parts.
813 \end_layout
814
815 \begin_layout Subsection*
816 Command Scheme
817 \end_layout
818
819 \begin_layout Standard
820 Most of the \SpecialChar LaTeX
821 -commands for math constructs have the following scheme:
822 \end_layout
823
824 \begin_layout Standard
825
826 \series bold
827
828 \backslash
829 commandname[optional
830 \series default
831  
832 \series bold
833 argument]{required
834 \series default
835  
836 \series bold
837 argument}
838 \end_layout
839
840 \begin_layout Standard
841 A command always starts with a backslash 
842 \begin_inset Quotes gld
843 \end_inset
844
845
846 \series bold
847
848 \backslash
849
850 \series default
851
852 \begin_inset Quotes grd
853 \end_inset
854
855 .
856  To omit optional arguments, also omit the associated brackets.
857  The braces around the required arguments are named in this document as
858  \SpecialChar TeX
859  braces
860 \begin_inset Index idx
861 status collapsed
862
863 \begin_layout Plain Layout
864 T@\SpecialChar TeX
865 -braces
866 \end_layout
867
868 \end_inset
869
870 .
871  If you add in a formula a left brace to a command name, \SpecialChar LyX
872  automatically
873  creates a \SpecialChar TeX
874  brace.
875  In all other cases \SpecialChar TeX
876  braces are created in formulas with the command 
877 \series bold
878
879 \backslash
880 {
881 \series default
882 .
883  \SpecialChar TeX
884  braces appear red in \SpecialChar LyX
885 , in contrary to normal braces which appear blue.
886  In \SpecialChar TeX
887  mode no command is needed to get \SpecialChar TeX
888  braces.
889  \SpecialChar TeX
890  braces don't appear in the output.
891 \end_layout
892
893 \begin_layout Standard
894 When commands without arguments, like commands for symbols are entered in
895  \SpecialChar TeX
896  mode, a space character must 
897 \emph on
898 always
899 \emph default
900  be behind the command to end it.
901  This space doesn't appear in the output.
902  When the space should appear in the output, the space must be followed
903  by a protected space in normal text.
904 \end_layout
905
906 \begin_layout Standard
907 A protected space is inserted with 
908 \begin_inset Info
909 type  "shortcuts"
910 arg   "command-alternatives space-insert protected ; math-space"
911 \end_inset
912
913 .
914 \end_layout
915
916 \begin_layout Subsection*
917 \begin_inset Newpage newpage
918 \end_inset
919
920 Syntax Explanation
921 \end_layout
922
923 \begin_layout Itemize
924 The symbol 
925 \begin_inset space \textvisiblespace{}
926 \end_inset
927
928  denotes a space character to be input.
929 \end_layout
930
931 \begin_layout Itemize
932 An arrow like 
933 \begin_inset Formula $\to$
934 \end_inset
935
936  denotes the usage of the corresponding arrow key on the keyboard.
937  The 
938 \family sans
939 Tab
940 \family default
941  key can often be used instead of 
942 \begin_inset Formula $\to$
943 \end_inset
944
945  and 
946 \begin_inset Formula $\downarrow$
947 \end_inset
948
949 , and 
950 \family sans
951 Shift+Tab
952 \family default
953  instead of 
954 \begin_inset Formula $\leftarrow$
955 \end_inset
956
957  and 
958 \begin_inset Formula $\uparrow$
959 \end_inset
960
961 .
962 \end_layout
963
964 \begin_layout Subsection*
965 Available units
966 \end_layout
967
968 \begin_layout Standard
969 \align center
970 \begin_inset Float table
971 placement H
972 wide false
973 sideways false
974 status open
975
976 \begin_layout Plain Layout
977 \align center
978 \begin_inset Caption Standard
979
980 \begin_layout Plain Layout
981 \begin_inset CommandInset label
982 LatexCommand label
983 name "tab:Available-units"
984
985 \end_inset
986
987 Available units
988 \end_layout
989
990 \end_inset
991
992
993 \end_layout
994
995 \begin_layout Plain Layout
996 \align center
997 \begin_inset Tabular
998 <lyxtabular version="3" rows="13" columns="2">
999 <features tabularvalignment="middle">
1000 <column alignment="center" valignment="top">
1001 <column alignment="center" valignment="top">
1002 <row>
1003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1004 \begin_inset Text
1005
1006 \begin_layout Plain Layout
1007 Unit
1008 \end_layout
1009
1010 \end_inset
1011 </cell>
1012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1013 \begin_inset Text
1014
1015 \begin_layout Plain Layout
1016 Name / Description
1017 \end_layout
1018
1019 \end_inset
1020 </cell>
1021 </row>
1022 <row>
1023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1024 \begin_inset Text
1025
1026 \begin_layout Plain Layout
1027 mm
1028 \end_layout
1029
1030 \end_inset
1031 </cell>
1032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1033 \begin_inset Text
1034
1035 \begin_layout Plain Layout
1036 Millimeter
1037 \end_layout
1038
1039 \end_inset
1040 </cell>
1041 </row>
1042 <row>
1043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1044 \begin_inset Text
1045
1046 \begin_layout Plain Layout
1047 cm
1048 \end_layout
1049
1050 \end_inset
1051 </cell>
1052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1053 \begin_inset Text
1054
1055 \begin_layout Plain Layout
1056 Centimeter
1057 \end_layout
1058
1059 \end_inset
1060 </cell>
1061 </row>
1062 <row>
1063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1064 \begin_inset Text
1065
1066 \begin_layout Plain Layout
1067 in
1068 \end_layout
1069
1070 \end_inset
1071 </cell>
1072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1073 \begin_inset Text
1074
1075 \begin_layout Plain Layout
1076 Inch (1
1077 \begin_inset space \thinspace{}
1078 \end_inset
1079
1080 in = 2,54
1081 \begin_inset space \thinspace{}
1082 \end_inset
1083
1084 cm)
1085 \end_layout
1086
1087 \end_inset
1088 </cell>
1089 </row>
1090 <row>
1091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1092 \begin_inset Text
1093
1094 \begin_layout Plain Layout
1095 pt
1096 \end_layout
1097
1098 \end_inset
1099 </cell>
1100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1101 \begin_inset Text
1102
1103 \begin_layout Plain Layout
1104 Point (72.27
1105 \begin_inset space \thinspace{}
1106 \end_inset
1107
1108 pt = 1
1109 \begin_inset space \thinspace{}
1110 \end_inset
1111
1112 in)
1113 \end_layout
1114
1115 \end_inset
1116 </cell>
1117 </row>
1118 <row>
1119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1120 \begin_inset Text
1121
1122 \begin_layout Plain Layout
1123 pc
1124 \end_layout
1125
1126 \end_inset
1127 </cell>
1128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1129 \begin_inset Text
1130
1131 \begin_layout Plain Layout
1132 Pica (1
1133 \begin_inset space \thinspace{}
1134 \end_inset
1135
1136 pc = 12
1137 \begin_inset space \thinspace{}
1138 \end_inset
1139
1140 pt)
1141 \end_layout
1142
1143 \end_inset
1144 </cell>
1145 </row>
1146 <row>
1147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1148 \begin_inset Text
1149
1150 \begin_layout Plain Layout
1151 sp
1152 \end_layout
1153
1154 \end_inset
1155 </cell>
1156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1157 \begin_inset Text
1158
1159 \begin_layout Plain Layout
1160 scaled point (65536
1161 \begin_inset space \thinspace{}
1162 \end_inset
1163
1164 sp = 1
1165 \begin_inset space \thinspace{}
1166 \end_inset
1167
1168 pt)
1169 \end_layout
1170
1171 \end_inset
1172 </cell>
1173 </row>
1174 <row>
1175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1176 \begin_inset Text
1177
1178 \begin_layout Plain Layout
1179 bp
1180 \end_layout
1181
1182 \end_inset
1183 </cell>
1184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1185 \begin_inset Text
1186
1187 \begin_layout Plain Layout
1188 big point (72
1189 \begin_inset space \thinspace{}
1190 \end_inset
1191
1192 bp = 1
1193 \begin_inset space \thinspace{}
1194 \end_inset
1195
1196 in)
1197 \end_layout
1198
1199 \end_inset
1200 </cell>
1201 </row>
1202 <row>
1203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1204 \begin_inset Text
1205
1206 \begin_layout Plain Layout
1207 dd
1208 \end_layout
1209
1210 \end_inset
1211 </cell>
1212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1213 \begin_inset Text
1214
1215 \begin_layout Plain Layout
1216 Didot (1
1217 \begin_inset space \thinspace{}
1218 \end_inset
1219
1220 dd 
1221 \begin_inset Formula $\approx$
1222 \end_inset
1223
1224  0.376
1225 \begin_inset space \thinspace{}
1226 \end_inset
1227
1228 mm)
1229 \end_layout
1230
1231 \end_inset
1232 </cell>
1233 </row>
1234 <row>
1235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1236 \begin_inset Text
1237
1238 \begin_layout Plain Layout
1239 cc
1240 \end_layout
1241
1242 \end_inset
1243 </cell>
1244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1245 \begin_inset Text
1246
1247 \begin_layout Plain Layout
1248 Cicero (1
1249 \begin_inset space \thinspace{}
1250 \end_inset
1251
1252 cc = 12
1253 \begin_inset space \thinspace{}
1254 \end_inset
1255
1256 dd)
1257 \end_layout
1258
1259 \end_inset
1260 </cell>
1261 </row>
1262 <row>
1263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1264 \begin_inset Text
1265
1266 \begin_layout Plain Layout
1267 ex
1268 \end_layout
1269
1270 \end_inset
1271 </cell>
1272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1273 \begin_inset Text
1274
1275 \begin_layout Plain Layout
1276 Height of letter 
1277 \emph on
1278
1279 \begin_inset Quotes eld
1280 \end_inset
1281
1282 x
1283 \emph default
1284
1285 \begin_inset Quotes erd
1286 \end_inset
1287
1288  in the current font
1289 \end_layout
1290
1291 \end_inset
1292 </cell>
1293 </row>
1294 <row>
1295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1296 \begin_inset Text
1297
1298 \begin_layout Plain Layout
1299 em
1300 \end_layout
1301
1302 \end_inset
1303 </cell>
1304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1305 \begin_inset Text
1306
1307 \begin_layout Plain Layout
1308 width of letter 
1309 \begin_inset Quotes eld
1310 \end_inset
1311
1312
1313 \emph on
1314 M
1315 \emph default
1316
1317 \begin_inset Quotes erd
1318 \end_inset
1319
1320  in the current font
1321 \end_layout
1322
1323 \end_inset
1324 </cell>
1325 </row>
1326 <row>
1327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1328 \begin_inset Text
1329
1330 \begin_layout Plain Layout
1331 mu
1332 \end_layout
1333
1334 \end_inset
1335 </cell>
1336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1337 \begin_inset Text
1338
1339 \begin_layout Plain Layout
1340 math unit (1
1341 \begin_inset space \thinspace{}
1342 \end_inset
1343
1344 mu = 
1345 \begin_inset Formula $\nicefrac{1}{18}$
1346 \end_inset
1347
1348
1349 \begin_inset space \thinspace{}
1350 \end_inset
1351
1352 em)
1353 \end_layout
1354
1355 \end_inset
1356 </cell>
1357 </row>
1358 </lyxtabular>
1359
1360 \end_inset
1361
1362
1363 \end_layout
1364
1365 \end_inset
1366
1367
1368 \end_layout
1369
1370 \begin_layout Standard
1371 \begin_inset Newpage newpage
1372 \end_inset
1373
1374
1375 \end_layout
1376
1377 \begin_layout Section
1378 Basic Functions
1379 \end_layout
1380
1381 \begin_layout Subsection
1382 Exponents
1383 \begin_inset Index idx
1384 status collapsed
1385
1386 \begin_layout Plain Layout
1387 Exponents
1388 \end_layout
1389
1390 \end_inset
1391
1392  and Indices
1393 \begin_inset Index idx
1394 status collapsed
1395
1396 \begin_layout Plain Layout
1397 Indices
1398 \end_layout
1399
1400 \end_inset
1401
1402
1403 \begin_inset Index idx
1404 status collapsed
1405
1406 \begin_layout Plain Layout
1407 Superscripts|see
1408 \begin_inset ERT
1409 status collapsed
1410
1411 \begin_layout Plain Layout
1412
1413 {
1414 \end_layout
1415
1416 \end_inset
1417
1418 Exponents
1419 \begin_inset ERT
1420 status collapsed
1421
1422 \begin_layout Plain Layout
1423
1424 }
1425 \end_layout
1426
1427 \end_inset
1428
1429
1430 \end_layout
1431
1432 \end_inset
1433
1434
1435 \begin_inset Index idx
1436 status collapsed
1437
1438 \begin_layout Plain Layout
1439 Subscripts|see
1440 \begin_inset ERT
1441 status collapsed
1442
1443 \begin_layout Plain Layout
1444
1445 {
1446 \end_layout
1447
1448 \end_inset
1449
1450 Indices
1451 \begin_inset ERT
1452 status collapsed
1453
1454 \begin_layout Plain Layout
1455
1456 }
1457 \end_layout
1458
1459 \end_inset
1460
1461
1462 \end_layout
1463
1464 \end_inset
1465
1466
1467 \end_layout
1468
1469 \begin_layout Standard
1470 Indices are created with an underscore 
1471 \begin_inset Quotes eld
1472 \end_inset
1473
1474 _
1475 \begin_inset Quotes erd
1476 \end_inset
1477
1478  or via the math toolbar button 
1479 \begin_inset Info
1480 type  "icon"
1481 arg   "math-subscript"
1482 \end_inset
1483
1484 , exponents with a caret 
1485 \begin_inset Quotes eld
1486 \end_inset
1487
1488 ^
1489 \begin_inset Quotes erd
1490 \end_inset
1491
1492  or via the math toolbar button 
1493 \begin_inset Info
1494 type  "icon"
1495 arg   "math-superscript"
1496 \end_inset
1497
1498 .
1499 \begin_inset Separator parbreak
1500 \end_inset
1501
1502
1503 \end_layout
1504
1505 \begin_layout Standard
1506 \align center
1507 \begin_inset Tabular
1508 <lyxtabular version="3" rows="4" columns="2">
1509 <features tabularvalignment="middle">
1510 <column alignment="center" valignment="top" width="0pt">
1511 <column alignment="center" valignment="top" width="0pt">
1512 <row>
1513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1514 \begin_inset Text
1515
1516 \begin_layout Plain Layout
1517 command
1518 \end_layout
1519
1520 \end_inset
1521 </cell>
1522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1523 \begin_inset Text
1524
1525 \begin_layout Plain Layout
1526 Result
1527 \begin_inset Note Note
1528 status collapsed
1529
1530 \begin_layout Plain Layout
1531
1532 \series bold
1533
1534 \backslash
1535 raisebox
1536 \series default
1537  is only used as spacer.
1538 \end_layout
1539
1540 \end_inset
1541
1542
1543 \end_layout
1544
1545 \end_inset
1546 </cell>
1547 </row>
1548 <row>
1549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1550 \begin_inset Text
1551
1552 \begin_layout Plain Layout
1553 B_V
1554 \end_layout
1555
1556 \end_inset
1557 </cell>
1558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1559 \begin_inset Text
1560
1561 \begin_layout Plain Layout
1562 \begin_inset Formula $B_{V}$
1563 \end_inset
1564
1565
1566 \end_layout
1567
1568 \end_inset
1569 </cell>
1570 </row>
1571 <row>
1572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1573 \begin_inset Text
1574
1575 \begin_layout Plain Layout
1576 B^V
1577 \end_layout
1578
1579 \end_inset
1580 </cell>
1581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1582 \begin_inset Text
1583
1584 \begin_layout Plain Layout
1585 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1586 \end_inset
1587
1588
1589 \end_layout
1590
1591 \end_inset
1592 </cell>
1593 </row>
1594 <row>
1595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1596 \begin_inset Text
1597
1598 \begin_layout Plain Layout
1599 B^
1600 \begin_inset space \textvisiblespace{}
1601 \end_inset
1602
1603 A
1604 \end_layout
1605
1606 \end_inset
1607 </cell>
1608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1609 \begin_inset Text
1610
1611 \begin_layout Plain Layout
1612 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1613 \end_inset
1614
1615
1616 \end_layout
1617
1618 \end_inset
1619 </cell>
1620 </row>
1621 </lyxtabular>
1622
1623 \end_inset
1624
1625
1626 \end_layout
1627
1628 \begin_layout Standard
1629 As the caret is in some languages an accent, vowels will be accentuated
1630  in this case and not set as exponents
1631 \begin_inset Foot
1632 status collapsed
1633
1634 \begin_layout Plain Layout
1635 Depending on the used keyboard settings this can also happen for characters
1636  other than vowels.
1637 \end_layout
1638
1639 \end_inset
1640
1641 .
1642  To get exponents in this case, press 
1643 \family sans
1644 Space
1645 \family default
1646  after the caret as in the last example.
1647 \end_layout
1648
1649 \begin_layout Subsection
1650 Fractions
1651 \begin_inset CommandInset label
1652 LatexCommand label
1653 name "subsec:Fractions"
1654
1655 \end_inset
1656
1657
1658 \begin_inset Index idx
1659 status collapsed
1660
1661 \begin_layout Plain Layout
1662 Fractions
1663 \end_layout
1664
1665 \end_inset
1666
1667
1668 \end_layout
1669
1670 \begin_layout Standard
1671 Fractions are generated with the command 
1672 \series bold
1673
1674 \backslash
1675 frac
1676 \series default
1677
1678 \begin_inset Index idx
1679 status collapsed
1680
1681 \begin_layout Plain Layout
1682 Commands ! F ! 
1683 \backslash
1684 frac
1685 \end_layout
1686
1687 \end_inset
1688
1689  or via the math toolbar button 
1690 \begin_inset Info
1691 type  "icon"
1692 arg   "math-insert \\frac"
1693 \end_inset
1694
1695 .
1696  The font size is adjusted automatically, depending on whether the fraction
1697  is in an inline or display style formula.
1698  With the math toolbar button 
1699 \begin_inset Info
1700 type  "icon"
1701 arg   "math-insert \\frac-square"
1702 \end_inset
1703
1704  you can select different fraction types.
1705 \end_layout
1706
1707 \begin_layout Standard
1708 With the command 
1709 \series bold
1710
1711 \backslash
1712 dfrac
1713 \series default
1714
1715 \begin_inset Index idx
1716 status collapsed
1717
1718 \begin_layout Plain Layout
1719 Commands ! D ! 
1720 \backslash
1721 dfrac
1722 \end_layout
1723
1724 \end_inset
1725
1726  a fraction can be created that always has the size of a display style formula.
1727  With 
1728 \series bold
1729
1730 \backslash
1731 tfrac
1732 \series default
1733
1734 \begin_inset Index idx
1735 status collapsed
1736
1737 \begin_layout Plain Layout
1738 Commands ! T ! 
1739 \backslash
1740 tfrac
1741 \end_layout
1742
1743 \end_inset
1744
1745  the fraction appears always with the size of an inline formula.
1746  An example:
1747 \end_layout
1748
1749 \begin_layout Standard
1750 A line with the fraction 
1751 \begin_inset Formula $\frac{1}{2}$
1752 \end_inset
1753
1754  that was created with the command 
1755 \series bold
1756
1757 \backslash
1758 frac
1759 \series default
1760 .
1761 \end_layout
1762
1763 \begin_layout Standard
1764 A line with the fraction 
1765 \begin_inset Formula $\dfrac{1}{2}$
1766 \end_inset
1767
1768  that was created with the command 
1769 \series bold
1770
1771 \backslash
1772 dfrac
1773 \series default
1774 .
1775 \begin_inset Separator parbreak
1776 \end_inset
1777
1778
1779 \end_layout
1780
1781 \begin_layout Standard
1782 \align center
1783 \begin_inset Tabular
1784 <lyxtabular version="3" rows="4" columns="2">
1785 <features tabularvalignment="middle">
1786 <column alignment="center" valignment="top" width="0pt">
1787 <column alignment="center" valignment="top" width="0pt">
1788 <row>
1789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1790 \begin_inset Text
1791
1792 \begin_layout Plain Layout
1793 Command
1794 \end_layout
1795
1796 \end_inset
1797 </cell>
1798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1799 \begin_inset Text
1800
1801 \begin_layout Plain Layout
1802 Result
1803 \begin_inset Note Note
1804 status collapsed
1805
1806 \begin_layout Plain Layout
1807
1808 \series bold
1809
1810 \backslash
1811 raisebox
1812 \series default
1813  is only used as spacer.
1814 \end_layout
1815
1816 \end_inset
1817
1818
1819 \end_layout
1820
1821 \end_inset
1822 </cell>
1823 </row>
1824 <row>
1825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1826 \begin_inset Text
1827
1828 \begin_layout Plain Layout
1829
1830 \backslash
1831 frac
1832 \begin_inset space \textvisiblespace{}
1833 \end_inset
1834
1835 A
1836 \begin_inset Formula $\downarrow$
1837 \end_inset
1838
1839 B
1840 \end_layout
1841
1842 \end_inset
1843 </cell>
1844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1845 \begin_inset Text
1846
1847 \begin_layout Plain Layout
1848 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1849 \end_inset
1850
1851
1852 \end_layout
1853
1854 \end_inset
1855 </cell>
1856 </row>
1857 <row>
1858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862
1863 \backslash
1864 dfrac
1865 \begin_inset space \textvisiblespace{}
1866 \end_inset
1867
1868 A
1869 \begin_inset Formula $\downarrow$
1870 \end_inset
1871
1872 B
1873 \end_layout
1874
1875 \end_inset
1876 </cell>
1877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1878 \begin_inset Text
1879
1880 \begin_layout Plain Layout
1881 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1882 \end_inset
1883
1884
1885 \end_layout
1886
1887 \end_inset
1888 </cell>
1889 </row>
1890 <row>
1891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1892 \begin_inset Text
1893
1894 \begin_layout Plain Layout
1895
1896 \backslash
1897 dfrac
1898 \begin_inset space \textvisiblespace{}
1899 \end_inset
1900
1901 e^
1902 \backslash
1903 frac
1904 \begin_inset space \textvisiblespace{}
1905 \end_inset
1906
1907 1
1908 \begin_inset Formula $\downarrow$
1909 \end_inset
1910
1911 2
1912 \begin_inset Formula $\downarrow\downarrow$
1913 \end_inset
1914
1915 3
1916 \end_layout
1917
1918 \end_inset
1919 </cell>
1920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1921 \begin_inset Text
1922
1923 \begin_layout Plain Layout
1924 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1925 \end_inset
1926
1927
1928 \end_layout
1929
1930 \end_inset
1931 </cell>
1932 </row>
1933 </lyxtabular>
1934
1935 \end_inset
1936
1937
1938 \end_layout
1939
1940 \begin_layout Standard
1941 \begin_inset VSpace bigskip
1942 \end_inset
1943
1944
1945 \begin_inset Newpage newpage
1946 \end_inset
1947
1948 For nested fractions the command 
1949 \series bold
1950
1951 \backslash
1952 cfrac
1953 \series default
1954
1955 \begin_inset Index idx
1956 status collapsed
1957
1958 \begin_layout Plain Layout
1959 Commands ! C ! 
1960 \backslash
1961 cfrac
1962 \end_layout
1963
1964 \end_inset
1965
1966  can be used.
1967  Here is an example:
1968 \begin_inset VSpace -3mm
1969 \end_inset
1970
1971
1972 \end_layout
1973
1974 \begin_layout Standard
1975 \begin_inset Formula 
1976 \begin{align*}
1977 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
1978 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1979 \end{align*}
1980
1981 \end_inset
1982
1983
1984 \end_layout
1985
1986 \begin_layout Standard
1987 The command for the example above is:
1988 \end_layout
1989
1990 \begin_layout Standard
1991
1992 \series bold
1993
1994 \backslash
1995 cfrac
1996 \begin_inset space \textvisiblespace{}
1997 \end_inset
1998
1999 A
2000 \begin_inset Formula $\downarrow$
2001 \end_inset
2002
2003 B+
2004 \backslash
2005 cfrac
2006 \begin_inset space \textvisiblespace{}
2007 \end_inset
2008
2009 C+
2010 \backslash
2011 cfrac
2012 \begin_inset space \textvisiblespace{}
2013 \end_inset
2014
2015 E
2016 \begin_inset Formula $\downarrow$
2017 \end_inset
2018
2019 F
2020 \begin_inset Formula $\downarrow$
2021 \end_inset
2022
2023 D
2024 \end_layout
2025
2026 \begin_layout Standard
2027 \begin_inset VSpace medskip
2028 \end_inset
2029
2030
2031 \end_layout
2032
2033 \begin_layout Standard
2034
2035 \series bold
2036
2037 \backslash
2038 cfrac
2039 \series default
2040  sets the fraction always in the size of a displayed formula, also when
2041  it is part of another fraction.
2042 \end_layout
2043
2044 \begin_layout Standard
2045 It is possible to specify the alignment of the numerator.
2046  The command 
2047 \series bold
2048
2049 \backslash
2050 cfracleft
2051 \series default
2052  is used to left align it, the command 
2053 \series bold
2054
2055 \backslash
2056 cfracright
2057 \series default
2058  to right-align it.
2059  
2060 \series bold
2061
2062 \backslash
2063 cfrac
2064 \series default
2065  centers the numerator.
2066  These fractions demonstrate the different alignments:
2067 \end_layout
2068
2069 \begin_layout Standard
2070
2071 \series bold
2072 \begin_inset Formula 
2073 \[
2074 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2075 \]
2076
2077 \end_inset
2078
2079
2080 \end_layout
2081
2082 \begin_layout Standard
2083 \begin_inset Note Greyedout
2084 status open
2085
2086 \begin_layout Plain Layout
2087
2088 \series bold
2089 Note:
2090 \series default
2091  
2092 \series bold
2093
2094 \backslash
2095 cfracleft
2096 \series default
2097  and 
2098 \series bold
2099
2100 \backslash
2101 cfracright
2102 \series default
2103  are no real \SpecialChar LaTeX
2104  commands but represent the command 
2105 \series bold
2106
2107 \backslash
2108 cfrac[alignment]{numerator}{denominator}
2109 \series default
2110  .
2111  Therefore you cannot use them in \SpecialChar TeX
2112  code.
2113 \end_layout
2114
2115 \end_inset
2116
2117
2118 \end_layout
2119
2120 \begin_layout Standard
2121 \begin_inset VSpace medskip
2122 \end_inset
2123
2124 It is often advantageous to combine 
2125 \series bold
2126
2127 \backslash
2128 cfrac
2129 \series default
2130  and 
2131 \series bold
2132
2133 \backslash
2134 frac
2135 \series default
2136 :
2137 \begin_inset Formula 
2138 \[
2139 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2140 \]
2141
2142 \end_inset
2143
2144
2145 \end_layout
2146
2147 \begin_layout Standard
2148 For inline fractions with a sloped fraction stroke you can use the command
2149  
2150 \series bold
2151
2152 \backslash
2153 nicefrac
2154 \series default
2155
2156 \begin_inset Index idx
2157 status collapsed
2158
2159 \begin_layout Plain Layout
2160 Commands ! N ! 
2161 \backslash
2162 nicefrac
2163 \end_layout
2164
2165 \end_inset
2166
2167
2168 \begin_inset Formula $\nicefrac{5}{31}$
2169 \end_inset
2170
2171  or 
2172 \series bold
2173
2174 \backslash
2175 unitfrac
2176 \series default
2177
2178 \begin_inset Index idx
2179 status collapsed
2180
2181 \begin_layout Plain Layout
2182 Commands ! U ! 
2183 \backslash
2184 unitfrac
2185 \end_layout
2186
2187 \end_inset
2188
2189
2190 \begin_inset Formula $\unitfrac{5}{31}$
2191 \end_inset
2192
2193  There is furthermore the command 
2194 \series bold
2195
2196 \backslash
2197 unitfracthree
2198 \series default
2199  that offers to write a fraction in combination with a number: 
2200 \begin_inset Formula $\unitfrac[2]{1}{3}$
2201 \end_inset
2202
2203
2204 \end_layout
2205
2206 \begin_layout Standard
2207 \begin_inset Note Greyedout
2208 status open
2209
2210 \begin_layout Plain Layout
2211
2212 \series bold
2213 Note:
2214 \series default
2215  
2216 \series bold
2217
2218 \backslash
2219 unitfracthree
2220 \series default
2221  is not a real \SpecialChar LaTeX
2222  command but the command
2223 \begin_inset Newline newline
2224 \end_inset
2225
2226
2227 \series bold
2228
2229 \backslash
2230 unitfrac[number]{numerator}{denominator}
2231 \series default
2232  .
2233  Therefore you cannot use it in \SpecialChar TeX
2234  code.
2235 \end_layout
2236
2237 \end_inset
2238
2239
2240 \end_layout
2241
2242 \begin_layout Standard
2243 How to define own fractions where the fraction stroke can be changed, is
2244  explained in 
2245 \begin_inset CommandInset ref
2246 LatexCommand ref
2247 reference "subsec:Self-defined-Fractions"
2248
2249 \end_inset
2250
2251 .
2252 \end_layout
2253
2254 \begin_layout Standard
2255 Multiline fractions are explained in 
2256 \begin_inset CommandInset ref
2257 LatexCommand ref
2258 reference "subsec:Multiline-Fractions"
2259
2260 \end_inset
2261
2262 .
2263 \end_layout
2264
2265 \begin_layout Subsection
2266 Roots
2267 \begin_inset Index idx
2268 status collapsed
2269
2270 \begin_layout Plain Layout
2271 Roots
2272 \end_layout
2273
2274 \end_inset
2275
2276
2277 \end_layout
2278
2279 \begin_layout Standard
2280 Square roots are created with 
2281 \series bold
2282
2283 \backslash
2284 sqrt
2285 \series default
2286
2287 \begin_inset Index idx
2288 status collapsed
2289
2290 \begin_layout Plain Layout
2291 Commands ! S ! 
2292 \backslash
2293 sqrt
2294 \end_layout
2295
2296 \end_inset
2297
2298  or the math toolbar button 
2299 \begin_inset Info
2300 type  "icon"
2301 arg   "math-insert \\sqrt"
2302 \end_inset
2303
2304 , all other roots with the command 
2305 \series bold
2306
2307 \backslash
2308 root
2309 \series default
2310
2311 \begin_inset Index idx
2312 status collapsed
2313
2314 \begin_layout Plain Layout
2315 Commands ! R ! 
2316 \backslash
2317 root
2318 \end_layout
2319
2320 \end_inset
2321
2322  or with the math toolbar button 
2323 \begin_inset Info
2324 type  "icon"
2325 arg   "math-insert \\root"
2326 \end_inset
2327
2328 .
2329 \begin_inset Separator parbreak
2330 \end_inset
2331
2332
2333 \end_layout
2334
2335 \begin_layout Standard
2336 \align center
2337 \begin_inset Tabular
2338 <lyxtabular version="3" rows="3" columns="2">
2339 <features tabularvalignment="middle">
2340 <column alignment="center" valignment="top" width="0pt">
2341 <column alignment="center" valignment="top" width="0pt">
2342 <row>
2343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2344 \begin_inset Text
2345
2346 \begin_layout Plain Layout
2347 Command
2348 \end_layout
2349
2350 \end_inset
2351 </cell>
2352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2353 \begin_inset Text
2354
2355 \begin_layout Plain Layout
2356 Result
2357 \begin_inset Note Note
2358 status collapsed
2359
2360 \begin_layout Plain Layout
2361
2362 \series bold
2363
2364 \backslash
2365 raisebox
2366 \series default
2367  is only used as spacer.
2368 \end_layout
2369
2370 \end_inset
2371
2372
2373 \end_layout
2374
2375 \end_inset
2376 </cell>
2377 </row>
2378 <row>
2379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2380 \begin_inset Text
2381
2382 \begin_layout Plain Layout
2383
2384 \backslash
2385 sqrt
2386 \begin_inset space \textvisiblespace{}
2387 \end_inset
2388
2389 A-B
2390 \end_layout
2391
2392 \end_inset
2393 </cell>
2394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2395 \begin_inset Text
2396
2397 \begin_layout Plain Layout
2398 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2399 \end_inset
2400
2401
2402 \end_layout
2403
2404 \end_inset
2405 </cell>
2406 </row>
2407 <row>
2408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2409 \begin_inset Text
2410
2411 \begin_layout Plain Layout
2412
2413 \backslash
2414 root
2415 \begin_inset space \textvisiblespace{}
2416 \end_inset
2417
2418 3
2419 \begin_inset Formula $\downarrow$
2420 \end_inset
2421
2422 A-B
2423 \end_layout
2424
2425 \end_inset
2426 </cell>
2427 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2428 \begin_inset Text
2429
2430 \begin_layout Plain Layout
2431 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2432 \end_inset
2433
2434
2435 \end_layout
2436
2437 \end_inset
2438 </cell>
2439 </row>
2440 </lyxtabular>
2441
2442 \end_inset
2443
2444
2445 \end_layout
2446
2447 \begin_layout Standard
2448 A square root can also be created with 
2449 \series bold
2450
2451 \backslash
2452 root
2453 \series default
2454  when the root index field is left empty.
2455 \end_layout
2456
2457 \begin_layout Standard
2458 With certain indices the distance to the root is too small, like in this
2459  formula: 
2460 \begin_inset Formula $\sqrt[\beta]{B}$
2461 \end_inset
2462
2463
2464 \begin_inset Newline newline
2465 \end_inset
2466
2467 The 
2468 \begin_inset Formula $\beta$
2469 \end_inset
2470
2471  touches the root.
2472  To avoid this, the commands 
2473 \series bold
2474
2475 \backslash
2476 leftroot
2477 \series default
2478
2479 \begin_inset Index idx
2480 status collapsed
2481
2482 \begin_layout Plain Layout
2483 Commands ! L ! 
2484 \backslash
2485 leftroot
2486 \end_layout
2487
2488 \end_inset
2489
2490  and 
2491 \series bold
2492
2493 \backslash
2494 uproot
2495 \series default
2496
2497 \begin_inset Index idx
2498 status collapsed
2499
2500 \begin_layout Plain Layout
2501 Commands ! U ! 
2502 \backslash
2503 uproot
2504 \end_layout
2505
2506 \end_inset
2507
2508  are used with the following scheme:
2509 \end_layout
2510
2511 \begin_layout Standard
2512
2513 \series bold
2514
2515 \backslash
2516 leftroot{distance}
2517 \series default
2518  and 
2519 \series bold
2520
2521 \backslash
2522 uproot{distance}
2523 \end_layout
2524
2525 \begin_layout Standard
2526 Distance is the number of Big Points (unit bp; 
2527 \begin_inset Formula $\mathrm{72\,bp=1\,inch}$
2528 \end_inset
2529
2530 ), that the index should be moved to the left or top, resp..
2531  The commands are written to the index.
2532  This way the command
2533 \begin_inset Newline newline
2534 \end_inset
2535
2536
2537 \series bold
2538
2539 \backslash
2540 root
2541 \backslash
2542 leftroot{-1
2543 \begin_inset Formula $\to$
2544 \end_inset
2545
2546
2547 \backslash
2548 uproot{2
2549 \begin_inset Formula $\to$
2550 \end_inset
2551
2552
2553 \backslash
2554 beta
2555 \begin_inset space \textvisiblespace{}
2556 \end_inset
2557
2558
2559 \begin_inset Formula $\to$
2560 \end_inset
2561
2562 B
2563 \begin_inset Newline newline
2564 \end_inset
2565
2566
2567 \series default
2568 produces a correct typeset formula: 
2569 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2570 \end_inset
2571
2572
2573 \end_layout
2574
2575 \begin_layout Subsection
2576 Binomial Coefficients
2577 \begin_inset Index idx
2578 status collapsed
2579
2580 \begin_layout Plain Layout
2581 Binomial coefficients
2582 \end_layout
2583
2584 \end_inset
2585
2586
2587 \end_layout
2588
2589 \begin_layout Standard
2590 Binomial coefficients are inserted with the command 
2591 \series bold
2592
2593 \backslash
2594 binom
2595 \series default
2596
2597 \begin_inset Index idx
2598 status collapsed
2599
2600 \begin_layout Plain Layout
2601 Commands ! B ! 
2602 \backslash
2603 binom
2604 \end_layout
2605
2606 \end_inset
2607
2608  or with the submenu of the math toolbar button 
2609 \begin_inset Info
2610 type  "icon"
2611 arg   "math-insert \\frac-square"
2612 \end_inset
2613
2614 .
2615  As with fractions (
2616 \series bold
2617
2618 \backslash
2619 frac
2620 \series default
2621 ) in addition to 
2622 \series bold
2623
2624 \backslash
2625 binom
2626 \series default
2627  there are the commands 
2628 \series bold
2629
2630 \backslash
2631 dbinom
2632 \series default
2633
2634 \begin_inset Index idx
2635 status collapsed
2636
2637 \begin_layout Plain Layout
2638 Commands ! D ! 
2639 \backslash
2640 dbinom
2641 \end_layout
2642
2643 \end_inset
2644
2645  and 
2646 \series bold
2647
2648 \backslash
2649 tbinom
2650 \series default
2651
2652 \begin_inset Index idx
2653 status collapsed
2654
2655 \begin_layout Plain Layout
2656 Commands ! T ! 
2657 \backslash
2658 tbinom
2659 \end_layout
2660
2661 \end_inset
2662
2663 .
2664  For other brackets around binomial coeficients there are the commands 
2665 \series bold
2666
2667 \backslash
2668 brace
2669 \series default
2670
2671 \begin_inset Index idx
2672 status collapsed
2673
2674 \begin_layout Plain Layout
2675 Commands ! B ! 
2676 \backslash
2677 brace
2678 \end_layout
2679
2680 \end_inset
2681
2682  and 
2683 \series bold
2684
2685 \backslash
2686 brack
2687 \series default
2688
2689 \begin_inset Index idx
2690 status collapsed
2691
2692 \begin_layout Plain Layout
2693 Commands ! B ! 
2694 \backslash
2695 brack
2696 \end_layout
2697
2698 \end_inset
2699
2700 .
2701 \begin_inset Separator parbreak
2702 \end_inset
2703
2704
2705 \end_layout
2706
2707 \begin_layout Standard
2708 \align center
2709 \begin_inset Tabular
2710 <lyxtabular version="3" rows="6" columns="2">
2711 <features tabularvalignment="middle">
2712 <column alignment="center" valignment="top" width="0pt">
2713 <column alignment="center" valignment="top" width="0pt">
2714 <row>
2715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2716 \begin_inset Text
2717
2718 \begin_layout Plain Layout
2719 Command
2720 \end_layout
2721
2722 \end_inset
2723 </cell>
2724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2725 \begin_inset Text
2726
2727 \begin_layout Plain Layout
2728 Result
2729 \begin_inset Note Note
2730 status collapsed
2731
2732 \begin_layout Plain Layout
2733
2734 \series bold
2735
2736 \backslash
2737 raisebox
2738 \series default
2739  is only used as spacer.
2740 \end_layout
2741
2742 \end_inset
2743
2744
2745 \end_layout
2746
2747 \end_inset
2748 </cell>
2749 </row>
2750 <row>
2751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2752 \begin_inset Text
2753
2754 \begin_layout Plain Layout
2755
2756 \backslash
2757 binom
2758 \begin_inset space \textvisiblespace{}
2759 \end_inset
2760
2761 A
2762 \begin_inset Formula $\downarrow$
2763 \end_inset
2764
2765 B
2766 \end_layout
2767
2768 \end_inset
2769 </cell>
2770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2771 \begin_inset Text
2772
2773 \begin_layout Plain Layout
2774 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2775 \end_inset
2776
2777
2778 \end_layout
2779
2780 \end_inset
2781 </cell>
2782 </row>
2783 <row>
2784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2785 \begin_inset Text
2786
2787 \begin_layout Plain Layout
2788
2789 \backslash
2790 dbinom
2791 \begin_inset space \textvisiblespace{}
2792 \end_inset
2793
2794 A
2795 \begin_inset Formula $\downarrow$
2796 \end_inset
2797
2798 B
2799 \end_layout
2800
2801 \end_inset
2802 </cell>
2803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2804 \begin_inset Text
2805
2806 \begin_layout Plain Layout
2807 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2808 \end_inset
2809
2810
2811 \end_layout
2812
2813 \end_inset
2814 </cell>
2815 </row>
2816 <row>
2817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2818 \begin_inset Text
2819
2820 \begin_layout Plain Layout
2821
2822 \backslash
2823 tbinom
2824 \begin_inset space \textvisiblespace{}
2825 \end_inset
2826
2827 A
2828 \begin_inset Formula $\downarrow$
2829 \end_inset
2830
2831 B
2832 \end_layout
2833
2834 \end_inset
2835 </cell>
2836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2837 \begin_inset Text
2838
2839 \begin_layout Plain Layout
2840 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2841 \end_inset
2842
2843
2844 \end_layout
2845
2846 \end_inset
2847 </cell>
2848 </row>
2849 <row>
2850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2851 \begin_inset Text
2852
2853 \begin_layout Plain Layout
2854
2855 \backslash
2856 brack
2857 \begin_inset space \textvisiblespace{}
2858 \end_inset
2859
2860 A
2861 \begin_inset Formula $\downarrow$
2862 \end_inset
2863
2864 B
2865 \end_layout
2866
2867 \end_inset
2868 </cell>
2869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2870 \begin_inset Text
2871
2872 \begin_layout Plain Layout
2873 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2874 \end_inset
2875
2876
2877 \end_layout
2878
2879 \end_inset
2880 </cell>
2881 </row>
2882 <row>
2883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2884 \begin_inset Text
2885
2886 \begin_layout Plain Layout
2887
2888 \backslash
2889 brace
2890 \begin_inset space \textvisiblespace{}
2891 \end_inset
2892
2893 A
2894 \begin_inset Formula $\downarrow$
2895 \end_inset
2896
2897 B
2898 \end_layout
2899
2900 \end_inset
2901 </cell>
2902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2903 \begin_inset Text
2904
2905 \begin_layout Plain Layout
2906 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2907 \end_inset
2908
2909
2910 \end_layout
2911
2912 \end_inset
2913 </cell>
2914 </row>
2915 </lyxtabular>
2916
2917 \end_inset
2918
2919
2920 \end_layout
2921
2922 \begin_layout Subsection
2923 Case Differentiations
2924 \begin_inset Index idx
2925 status collapsed
2926
2927 \begin_layout Plain Layout
2928 Case differentiations 
2929 \end_layout
2930
2931 \end_inset
2932
2933
2934 \end_layout
2935
2936 \begin_layout Standard
2937 \align center
2938 \begin_inset Tabular
2939 <lyxtabular version="3" rows="3" columns="2">
2940 <features tabularvalignment="middle">
2941 <column alignment="center" valignment="top" width="0pt">
2942 <column alignment="center" valignment="top" width="0pt">
2943 <row>
2944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2945 \begin_inset Text
2946
2947 \begin_layout Plain Layout
2948 Command
2949 \end_layout
2950
2951 \end_inset
2952 </cell>
2953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2954 \begin_inset Text
2955
2956 \begin_layout Plain Layout
2957 Result
2958 \end_layout
2959
2960 \end_inset
2961 </cell>
2962 </row>
2963 <row>
2964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2965 \begin_inset Text
2966
2967 \begin_layout Plain Layout
2968
2969 \backslash
2970 cases
2971 \begin_inset space \textvisiblespace{}
2972 \end_inset
2973
2974 A
2975 \begin_inset Formula $\to$
2976 \end_inset
2977
2978 B>0
2979 \begin_inset Index idx
2980 status collapsed
2981
2982 \begin_layout Plain Layout
2983 Commands ! C ! 
2984 \backslash
2985 cases
2986 \end_layout
2987
2988 \end_inset
2989
2990
2991 \end_layout
2992
2993 \end_inset
2994 </cell>
2995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2996 \begin_inset Text
2997
2998 \begin_layout Plain Layout
2999 \begin_inset Formula $\begin{cases}
3000 A & B>0\end{cases}$
3001 \end_inset
3002
3003
3004 \end_layout
3005
3006 \end_inset
3007 </cell>
3008 </row>
3009 <row>
3010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3011 \begin_inset Text
3012
3013 \begin_layout Plain Layout
3014
3015 \backslash
3016 cases
3017 \begin_inset space \textvisiblespace{}
3018 \end_inset
3019
3020
3021 \begin_inset Info
3022 type  "shortcut"
3023 arg   "newline-insert newline"
3024 \end_inset
3025
3026
3027 \end_layout
3028
3029 \end_inset
3030 </cell>
3031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3032 \begin_inset Text
3033
3034 \begin_layout Plain Layout
3035 \begin_inset Formula $\begin{cases}
3036 A & \textrm{for }x>0\\
3037 B & \textrm{for }x=0
3038 \end{cases}$
3039 \end_inset
3040
3041
3042 \end_layout
3043
3044 \end_inset
3045 </cell>
3046 </row>
3047 </lyxtabular>
3048
3049 \end_inset
3050
3051
3052 \end_layout
3053
3054 \begin_layout Standard
3055 After inserting 
3056 \series bold
3057
3058 \backslash
3059 cases
3060 \series default
3061  or pressing the math toolbar button 
3062 \begin_inset Info
3063 type  "icon"
3064 arg   "math-insert \\cases"
3065 \end_inset
3066
3067  you can create new lines with the shortcut 
3068 \begin_inset Info
3069 type  "shortcut"
3070 arg   "newline-insert newline"
3071 \end_inset
3072
3073  or the table toolbar button 
3074 \begin_inset Info
3075 type  "icon"
3076 arg   "inset-modify tabular append-row"
3077 \end_inset
3078
3079 .
3080 \end_layout
3081
3082 \begin_layout Standard
3083 The command 
3084 \series bold
3085
3086 \backslash
3087 cases
3088 \series default
3089  is also available via the menu 
3090 \family sans
3091 Insert\SpecialChar menuseparator
3092 Math\SpecialChar menuseparator
3093 Cases-Environment
3094 \family default
3095 .
3096 \end_layout
3097
3098 \begin_layout Subsection
3099 Negations
3100 \begin_inset Index idx
3101 status collapsed
3102
3103 \begin_layout Plain Layout
3104 Negations
3105 \end_layout
3106
3107 \end_inset
3108
3109
3110 \end_layout
3111
3112 \begin_layout Standard
3113 By inserting 
3114 \series bold
3115
3116 \backslash
3117 not
3118 \series default
3119
3120 \begin_inset Index idx
3121 status collapsed
3122
3123 \begin_layout Plain Layout
3124 Commands ! N ! 
3125 \backslash
3126 not
3127 \end_layout
3128
3129 \end_inset
3130
3131  every character can be displayed canceled.
3132  The characters are quasi accentuated by a slash.
3133 \begin_inset Separator parbreak
3134 \end_inset
3135
3136
3137 \end_layout
3138
3139 \begin_layout Standard
3140 \align center
3141 \begin_inset Tabular
3142 <lyxtabular version="3" rows="4" columns="2">
3143 <features tabularvalignment="middle">
3144 <column alignment="center" valignment="top" width="0pt">
3145 <column alignment="center" valignment="top" width="0pt">
3146 <row>
3147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151 Command
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Plain Layout
3160 Result
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 </row>
3166 <row>
3167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3168 \begin_inset Text
3169
3170 \begin_layout Plain Layout
3171
3172 \backslash
3173 not=
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3179 \begin_inset Text
3180
3181 \begin_layout Plain Layout
3182 \begin_inset Formula $\not=$
3183 \end_inset
3184
3185
3186 \end_layout
3187
3188 \end_inset
3189 </cell>
3190 </row>
3191 <row>
3192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3193 \begin_inset Text
3194
3195 \begin_layout Plain Layout
3196
3197 \backslash
3198 not 
3199 \backslash
3200 le
3201 \end_layout
3202
3203 \end_inset
3204 </cell>
3205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3206 \begin_inset Text
3207
3208 \begin_layout Plain Layout
3209 \begin_inset Formula $\not\le$
3210 \end_inset
3211
3212
3213 \end_layout
3214
3215 \end_inset
3216 </cell>
3217 </row>
3218 <row>
3219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3220 \begin_inset Text
3221
3222 \begin_layout Plain Layout
3223
3224 \backslash
3225 not 
3226 \backslash
3227 parallel
3228 \end_layout
3229
3230 \end_inset
3231 </cell>
3232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3233 \begin_inset Text
3234
3235 \begin_layout Plain Layout
3236 \begin_inset Formula $\not\parallel$
3237 \end_inset
3238
3239
3240 \end_layout
3241
3242 \end_inset
3243 </cell>
3244 </row>
3245 </lyxtabular>
3246
3247 \end_inset
3248
3249
3250 \end_layout
3251
3252 \begin_layout Standard
3253 The last example shows that not all negations look good.
3254  Therefore there are special commands for some negations (see 
3255 \begin_inset CommandInset ref
3256 LatexCommand ref
3257 reference "subsec:Mathematical-Symbols"
3258
3259 \end_inset
3260
3261  and 
3262 \begin_inset CommandInset ref
3263 LatexCommand ref
3264 reference "sec:Relations"
3265
3266 \end_inset
3267
3268 ).
3269 \end_layout
3270
3271 \begin_layout Subsection
3272 Placeholders
3273 \begin_inset CommandInset label
3274 LatexCommand label
3275 name "subsec:Placeholders"
3276
3277 \end_inset
3278
3279
3280 \begin_inset Index idx
3281 status collapsed
3282
3283 \begin_layout Plain Layout
3284 Placeholders
3285 \end_layout
3286
3287 \end_inset
3288
3289
3290 \begin_inset Index idx
3291 status collapsed
3292
3293 \begin_layout Plain Layout
3294 Chemical characters ! Isotopes
3295 \end_layout
3296
3297 \end_inset
3298
3299
3300 \begin_inset Index idx
3301 status collapsed
3302
3303 \begin_layout Plain Layout
3304 Isotopes|see
3305 \begin_inset ERT
3306 status collapsed
3307
3308 \begin_layout Plain Layout
3309
3310 {
3311 \end_layout
3312
3313 \end_inset
3314
3315 Chemical characters
3316 \begin_inset ERT
3317 status collapsed
3318
3319 \begin_layout Plain Layout
3320
3321 }
3322 \end_layout
3323
3324 \end_inset
3325
3326
3327 \end_layout
3328
3329 \end_inset
3330
3331
3332 \end_layout
3333
3334 \begin_layout Standard
3335 When displaying e.
3336 \begin_inset space \thinspace{}
3337 \end_inset
3338
3339 g.
3340 \begin_inset space \space{}
3341 \end_inset
3342
3343 isotopes
3344 \begin_inset Foot
3345 status collapsed
3346
3347 \begin_layout Plain Layout
3348 Typesetting isotopes and chemical symbols is described in 
3349 \begin_inset CommandInset ref
3350 LatexCommand ref
3351 reference "subsec:Chemical-Symbols-and"
3352
3353 \end_inset
3354
3355 .
3356 \end_layout
3357
3358 \end_inset
3359
3360  the following problem occurs:
3361 \begin_inset Separator parbreak
3362 \end_inset
3363
3364
3365 \end_layout
3366
3367 \begin_layout Standard
3368 \align center
3369 \begin_inset Tabular
3370 <lyxtabular version="3" rows="2" columns="2">
3371 <features tabularvalignment="middle">
3372 <column alignment="center" valignment="top" width="0pt">
3373 <column alignment="center" valignment="top" width="0pt">
3374 <row>
3375 <cell alignment="center" valignment="top" usebox="none">
3376 \begin_inset Text
3377
3378 \begin_layout Plain Layout
3379 Indices created with sub- and superscripts:
3380 \end_layout
3381
3382 \end_inset
3383 </cell>
3384 <cell alignment="center" valignment="top" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3389 \end_inset
3390
3391
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 </row>
3397 <row>
3398 <cell alignment="center" valignment="top" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Plain Layout
3402 correct indices:
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 <cell alignment="center" valignment="top" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Plain Layout
3411 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3412 \end_inset
3413
3414
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 </row>
3420 </lyxtabular>
3421
3422 \end_inset
3423
3424
3425 \begin_inset Note Note
3426 status collapsed
3427
3428 \begin_layout Plain Layout
3429
3430 \series bold
3431
3432 \backslash
3433 raisebox
3434 \series default
3435  is only used as spacer.
3436 \end_layout
3437
3438 \end_inset
3439
3440
3441 \end_layout
3442
3443 \begin_layout Standard
3444 The shorter index is by default placed below or above the first character
3445  of the longer index.
3446  To avoid this there is the command 
3447 \series bold
3448
3449 \backslash
3450 phantom
3451 \series default
3452
3453 \begin_inset Index idx
3454 status collapsed
3455
3456 \begin_layout Plain Layout
3457 Commands ! P ! 
3458 \backslash
3459 phantom
3460 \end_layout
3461
3462 \end_inset
3463
3464  or the math toolbar button
3465 \begin_inset space \thinspace{}
3466 \end_inset
3467
3468
3469 \begin_inset Foot
3470 status collapsed
3471
3472 \begin_layout Plain Layout
3473 can be found in the submenu of the toolbar button 
3474 \begin_inset Info
3475 type  "icon"
3476 arg   "math-insert \\space"
3477 \end_inset
3478
3479
3480 \end_layout
3481
3482 \end_inset
3483
3484  
3485 \begin_inset Graphics
3486         filename ../images/math/phantom.png
3487         scale 85
3488
3489 \end_inset
3490
3491  that creates one or more phantom characters.
3492  When inserting 
3493 \series bold
3494
3495 \backslash
3496 phantom
3497 \series default
3498  a small blue box appears that is superposed with two red arrows.
3499  The arrows indicate that the complete width and height of the box content
3500  will be created as placeholder.
3501  Phantom characters are accordingly placeholders with the size of the characters.
3502 \begin_inset Separator parbreak
3503 \end_inset
3504
3505
3506 \end_layout
3507
3508 \begin_layout Standard
3509 \align center
3510 \begin_inset Tabular
3511 <lyxtabular version="3" rows="4" columns="2">
3512 <features tabularvalignment="middle">
3513 <column alignment="center" valignment="top">
3514 <column alignment="center" valignment="top">
3515 <row>
3516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3517 \begin_inset Text
3518
3519 \begin_layout Plain Layout
3520 Command
3521 \end_layout
3522
3523 \end_inset
3524 </cell>
3525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3526 \begin_inset Text
3527
3528 \begin_layout Plain Layout
3529 Result
3530 \begin_inset Note Note
3531 status collapsed
3532
3533 \begin_layout Plain Layout
3534
3535 \series bold
3536
3537 \backslash
3538 raisebox
3539 \series default
3540  is only used as spacer.
3541 \end_layout
3542
3543 \end_inset
3544
3545
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 </row>
3551 <row>
3552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556 ^19
3557 \begin_inset space \textvisiblespace{}
3558 \end_inset
3559
3560 _
3561 \backslash
3562 phantom
3563 \begin_inset space \textvisiblespace{}
3564 \end_inset
3565
3566 1
3567 \begin_inset Formula $\to$
3568 \end_inset
3569
3570 9
3571 \begin_inset space \textvisiblespace{}
3572 \end_inset
3573
3574 F
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3584 \end_inset
3585
3586
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 </row>
3592 <row>
3593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597 ^235
3598 \begin_inset space \textvisiblespace{}
3599 \end_inset
3600
3601 _
3602 \backslash
3603 phantom
3604 \begin_inset space \textvisiblespace{}
3605 \end_inset
3606
3607 23
3608 \begin_inset Formula $\to$
3609 \end_inset
3610
3611 9
3612 \begin_inset space \textvisiblespace{}
3613 \end_inset
3614
3615 F
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3621 \begin_inset Text
3622
3623 \begin_layout Plain Layout
3624 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3625 \end_inset
3626
3627
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 </row>
3633 <row>
3634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638
3639 \backslash
3640 Lambda^
3641 \begin_inset space \textvisiblespace{}
3642 \end_inset
3643
3644
3645 \backslash
3646 phantom
3647 \begin_inset space \textvisiblespace{}
3648 \end_inset
3649
3650 ii
3651 \begin_inset Formula $\to$
3652 \end_inset
3653
3654 t
3655 \begin_inset space \textvisiblespace{}
3656 \end_inset
3657
3658 _MMt
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3668 \end_inset
3669
3670
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 </row>
3676 </lyxtabular>
3677
3678 \end_inset
3679
3680
3681 \end_layout
3682
3683 \begin_layout Standard
3684 Furthermore there are the commands 
3685 \series bold
3686
3687 \backslash
3688 vphantom
3689 \series default
3690
3691 \begin_inset Index idx
3692 status collapsed
3693
3694 \begin_layout Plain Layout
3695 Commands ! V ! 
3696 \backslash
3697 vphantom
3698 \end_layout
3699
3700 \end_inset
3701
3702  (toolbar button 
3703 \begin_inset space ~
3704 \end_inset
3705
3706
3707 \begin_inset Graphics
3708         filename ../images/math/vphantom.png
3709         scale 85
3710
3711 \end_inset
3712
3713 ) and 
3714 \series bold
3715
3716 \backslash
3717 hphantom
3718 \series default
3719
3720 \begin_inset Index idx
3721 status collapsed
3722
3723 \begin_layout Plain Layout
3724 Commands ! H ! 
3725 \backslash
3726 hphantom
3727 \end_layout
3728
3729 \end_inset
3730
3731  (toolbar button 
3732 \begin_inset space ~
3733 \end_inset
3734
3735
3736 \begin_inset Graphics
3737         filename ../images/math/hphantom.png
3738         scale 85
3739
3740 \end_inset
3741
3742 ).
3743  
3744 \series bold
3745
3746 \backslash
3747 hphantom
3748 \series default
3749  creates only space for the maximal height of the characters in the box
3750  but not for its width.
3751  
3752 \series bold
3753
3754 \backslash
3755 vphantom
3756 \series default
3757  creates only space for the width of the box content.
3758  Therefore  the boxes of both commands have only one red arrow.
3759 \end_layout
3760
3761 \begin_layout Standard
3762 For example the command 
3763 \series bold
3764
3765 \backslash
3766 vphantom
3767 \begin_inset space \textvisiblespace{}
3768 \end_inset
3769
3770 a
3771 \backslash
3772 int
3773 \series default
3774  creates space for the height of the integral sign,
3775 \begin_inset Foot
3776 status collapsed
3777
3778 \begin_layout Plain Layout
3779 The command 
3780 \series bold
3781
3782 \backslash
3783 int
3784 \series default
3785  creates an integral sign, see 
3786 \begin_inset CommandInset ref
3787 LatexCommand ref
3788 reference "subsec:Big-Operators"
3789
3790 \end_inset
3791
3792 .
3793 \end_layout
3794
3795 \end_inset
3796
3797  because this is the larger character.
3798  An example application is in 
3799 \begin_inset CommandInset ref
3800 LatexCommand ref
3801 reference "subsec:Multiline-Brackets"
3802
3803 \end_inset
3804
3805 .
3806 \end_layout
3807
3808 \begin_layout Standard
3809 Placeholders can also be used for text when they are inserted via the menu
3810  
3811 \family sans
3812 Insert\SpecialChar menuseparator
3813 Formatting\SpecialChar menuseparator
3814 Phantom
3815 \family default
3816 :
3817 \end_layout
3818
3819 \begin_layout Standard
3820 This is a sentence.
3821 \begin_inset Newline newline
3822 \end_inset
3823
3824
3825 \begin_inset Phantom Phantom
3826 status open
3827
3828 \begin_layout Plain Layout
3829 This
3830 \end_layout
3831
3832 \end_inset
3833
3834  is a sentence.
3835 \end_layout
3836
3837 \begin_layout Subsection
3838 Lines
3839 \begin_inset Index idx
3840 status collapsed
3841
3842 \begin_layout Plain Layout
3843 Lines
3844 \end_layout
3845
3846 \end_inset
3847
3848
3849 \begin_inset Index idx
3850 status collapsed
3851
3852 \begin_layout Plain Layout
3853 Formula ! underlined
3854 \end_layout
3855
3856 \end_inset
3857
3858
3859 \end_layout
3860
3861 \begin_layout Standard
3862 \align center
3863 \begin_inset Tabular
3864 <lyxtabular version="3" rows="4" columns="2">
3865 <features tabularvalignment="middle">
3866 <column alignment="center" valignment="top" width="0pt">
3867 <column alignment="center" valignment="top" width="0pt">
3868 <row>
3869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 Command
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3879 \begin_inset Text
3880
3881 \begin_layout Plain Layout
3882 Result
3883 \begin_inset Note Note
3884 status collapsed
3885
3886 \begin_layout Plain Layout
3887
3888 \series bold
3889
3890 \backslash
3891 raisebox
3892 \series default
3893  is only used as spacer.
3894 \end_layout
3895
3896 \end_inset
3897
3898
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 </row>
3904 <row>
3905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909
3910 \backslash
3911 overline
3912 \begin_inset space \textvisiblespace{}
3913 \end_inset
3914
3915 A+B
3916 \begin_inset Index idx
3917 status collapsed
3918
3919 \begin_layout Plain Layout
3920 Commands ! O ! 
3921 \backslash
3922 overline
3923 \end_layout
3924
3925 \end_inset
3926
3927
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3933 \begin_inset Text
3934
3935 \begin_layout Plain Layout
3936 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3937 \end_inset
3938
3939
3940 \end_layout
3941
3942 \end_inset
3943 </cell>
3944 </row>
3945 <row>
3946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950
3951 \backslash
3952 underline
3953 \begin_inset space \textvisiblespace{}
3954 \end_inset
3955
3956 A+B
3957 \begin_inset Index idx
3958 status collapsed
3959
3960 \begin_layout Plain Layout
3961 Commands ! U ! 
3962 \backslash
3963 underline
3964 \end_layout
3965
3966 \end_inset
3967
3968
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3978 \end_inset
3979
3980
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 </row>
3986 <row>
3987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991
3992 \backslash
3993 overline
3994 \begin_inset space \textvisiblespace{}
3995 \end_inset
3996
3997
3998 \backslash
3999 underline
4000 \begin_inset space \textvisiblespace{}
4001 \end_inset
4002
4003 A+B
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4013 \end_inset
4014
4015
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 </row>
4021 </lyxtabular>
4022
4023 \end_inset
4024
4025
4026 \end_layout
4027
4028 \begin_layout Standard
4029 In the last example it doesn't matter if first 
4030 \series bold
4031
4032 \backslash
4033 overline
4034 \series default
4035  or 
4036 \series bold
4037
4038 \backslash
4039 underline
4040 \series default
4041  is inserted.
4042 \end_layout
4043
4044 \begin_layout Standard
4045 To double underline use 
4046 \series bold
4047
4048 \backslash
4049 underline
4050 \series default
4051  twice.
4052 \end_layout
4053
4054 \begin_layout Standard
4055 It is possible to place up to 6 lines above or below characters.
4056 \end_layout
4057
4058 \begin_layout Standard
4059 \begin_inset VSpace bigskip
4060 \end_inset
4061
4062 Custom lines can be created using the command 
4063 \series bold
4064
4065 \backslash
4066 rule
4067 \series default
4068
4069 \begin_inset Index idx
4070 status collapsed
4071
4072 \begin_layout Plain Layout
4073 Commands ! R ! 
4074 \backslash
4075 rule
4076 \end_layout
4077
4078 \end_inset
4079
4080  which has the following scheme:
4081 \end_layout
4082
4083 \begin_layout Standard
4084
4085 \series bold
4086
4087 \backslash
4088 rule[vertical offset]{length}{thickness}
4089 \end_layout
4090
4091 \begin_layout Standard
4092 The optional vertical offset shifts the line upwards (or downwards, when
4093  the value is negative).
4094  The units listed in 
4095 \begin_inset CommandInset ref
4096 LatexCommand ref
4097 reference "tab:Available-units"
4098
4099 \end_inset
4100
4101  can be used for the values.
4102  Here are two example lines created with the commands
4103 \begin_inset Newline newline
4104 \end_inset
4105
4106
4107 \series bold
4108
4109 \backslash
4110 rule[-2ex]{3cm}{2pt}
4111 \series default
4112  and 
4113 \series bold
4114
4115 \backslash
4116 rule{2cm}{1pt}
4117 \series default
4118 :
4119 \end_layout
4120
4121 \begin_layout Standard
4122 This is a sentence 
4123 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4124 \end_inset
4125
4126  with two lines.
4127 \end_layout
4128
4129 \begin_layout Standard
4130
4131 \series bold
4132
4133 \backslash
4134 rule
4135 \series default
4136  can also be used for text when a line is inserted via the menu 
4137 \family sans
4138 Insert\SpecialChar menuseparator
4139 Formatting\SpecialChar menuseparator
4140 Horizontal
4141 \begin_inset space ~
4142 \end_inset
4143
4144 Line
4145 \family default
4146 :
4147 \end_layout
4148
4149 \begin_layout Standard
4150 This is a sentence 
4151 \begin_inset CommandInset line
4152 LatexCommand rule
4153 offset "0.5ex"
4154 width "3cm"
4155 height "1pt"
4156
4157 \end_inset
4158
4159  with one line.
4160 \end_layout
4161
4162 \begin_layout Subsection
4163 Ellipses
4164 \begin_inset CommandInset label
4165 LatexCommand label
4166 name "subsec:Ellipses"
4167
4168 \end_inset
4169
4170
4171 \begin_inset Index idx
4172 status collapsed
4173
4174 \begin_layout Plain Layout
4175 Ellipses
4176 \end_layout
4177
4178 \end_inset
4179
4180
4181 \end_layout
4182
4183 \begin_layout Standard
4184 There are different types of ellipses available.
4185 \begin_inset Foot
4186 status collapsed
4187
4188 \begin_layout Plain Layout
4189 In the math toolbar in the submenu of the button 
4190 \begin_inset Info
4191 type  "icon"
4192 arg   "math-insert \\ldots"
4193 \end_inset
4194
4195
4196 \end_layout
4197
4198 \end_inset
4199
4200  For listings dots at the baseline are used (
4201 \series bold
4202
4203 \backslash
4204 ldots
4205 \series default
4206
4207 \begin_inset Index idx
4208 status collapsed
4209
4210 \begin_layout Plain Layout
4211 Commands ! L ! 
4212 \backslash
4213 ldots
4214 \end_layout
4215
4216 \end_inset
4217
4218 ), while for operations dots are needed that are on the same height as the
4219  operators (
4220 \series bold
4221
4222 \backslash
4223 cdots
4224 \series default
4225
4226 \begin_inset Index idx
4227 status collapsed
4228
4229 \begin_layout Plain Layout
4230 Commands ! C ! 
4231 \backslash
4232 cdots
4233 \end_layout
4234
4235 \end_inset
4236
4237 ).
4238  When using the command 
4239 \series bold
4240
4241 \backslash
4242 dots
4243 \series default
4244
4245 \begin_inset Index idx
4246 status collapsed
4247
4248 \begin_layout Plain Layout
4249 Commands ! D ! 
4250 \backslash
4251 dots
4252 \end_layout
4253
4254 \end_inset
4255
4256 , \SpecialChar LaTeX
4257  decides on the basis of the next character what type is used.
4258 \begin_inset Separator parbreak
4259 \end_inset
4260
4261
4262 \end_layout
4263
4264 \begin_layout Standard
4265 \align center
4266 \begin_inset Tabular
4267 <lyxtabular version="3" rows="9" columns="2">
4268 <features tabularvalignment="middle">
4269 <column alignment="center" valignment="top" width="0pt">
4270 <column alignment="center" valignment="top" width="0pt">
4271 <row>
4272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4273 \begin_inset Text
4274
4275 \begin_layout Plain Layout
4276 Command
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285 Result
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 </row>
4291 <row>
4292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 A_1
4297 \begin_inset space \textvisiblespace{}
4298 \end_inset
4299
4300 ,
4301 \backslash
4302 dots
4303 \begin_inset space \textvisiblespace{}
4304 \end_inset
4305
4306 ,A_n
4307 \end_layout
4308
4309 \end_inset
4310 </cell>
4311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4312 \begin_inset Text
4313
4314 \begin_layout Plain Layout
4315 \begin_inset Formula $A_{1},\dots,A_{n}$
4316 \end_inset
4317
4318
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 </row>
4324 <row>
4325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329 A_1
4330 \begin_inset space \textvisiblespace{}
4331 \end_inset
4332
4333 +
4334 \backslash
4335 dots
4336 \begin_inset space \textvisiblespace{}
4337 \end_inset
4338
4339 +A_n
4340 \end_layout
4341
4342 \end_inset
4343 </cell>
4344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348 \begin_inset Formula $A_{1}+\dots+A_{n}$
4349 \end_inset
4350
4351
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 </row>
4357 <row>
4358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362 A_1
4363 \begin_inset space \textvisiblespace{}
4364 \end_inset
4365
4366 ,
4367 \backslash
4368 ldots
4369 \begin_inset space \textvisiblespace{}
4370 \end_inset
4371
4372 ,A_n
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4378 \begin_inset Text
4379
4380 \begin_layout Plain Layout
4381 \begin_inset Formula $A_{1},\ldots,A_{n}$
4382 \end_inset
4383
4384
4385 \end_layout
4386
4387 \end_inset
4388 </cell>
4389 </row>
4390 <row>
4391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4392 \begin_inset Text
4393
4394 \begin_layout Plain Layout
4395 A_1
4396 \begin_inset space \textvisiblespace{}
4397 \end_inset
4398
4399 +
4400 \backslash
4401 cdots
4402 \begin_inset space \textvisiblespace{}
4403 \end_inset
4404
4405 +A_n
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4415 \end_inset
4416
4417
4418 \end_layout
4419
4420 \end_inset
4421 </cell>
4422 </row>
4423 <row>
4424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Plain Layout
4428
4429 \backslash
4430 vdots
4431 \end_layout
4432
4433 \end_inset
4434 </cell>
4435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4436 \begin_inset Text
4437
4438 \begin_layout Plain Layout
4439 \begin_inset Formula $\vdots$
4440 \end_inset
4441
4442
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 </row>
4448 <row>
4449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453
4454 \backslash
4455 ddots
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464 \begin_inset Formula $\ddots$
4465 \end_inset
4466
4467
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 </row>
4473 <row>
4474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4475 \begin_inset Text
4476
4477 \begin_layout Plain Layout
4478
4479 \backslash
4480 iddots
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4486 \begin_inset Text
4487
4488 \begin_layout Plain Layout
4489 \begin_inset Formula $\iddots$
4490 \end_inset
4491
4492
4493 \end_layout
4494
4495 \end_inset
4496 </cell>
4497 </row>
4498 <row>
4499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503 3×3
4504 \begin_inset space \thinspace{}
4505 \end_inset
4506
4507 matrix with the different dots
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4513 \begin_inset Text
4514
4515 \begin_layout Plain Layout
4516 \begin_inset Formula $\begin{array}{ccc}
4517 A_{11} & \cdots & A_{1m}\\
4518 \vdots & \ddots & \vdots\\
4519 A_{n1} & \cdots & A_{nm}
4520 \end{array}$
4521 \end_inset
4522
4523
4524 \end_layout
4525
4526 \end_inset
4527 </cell>
4528 </row>
4529 </lyxtabular>
4530
4531 \end_inset
4532
4533
4534 \end_layout
4535
4536 \begin_layout Standard
4537 The ellipses available in menu 
4538 \family sans
4539 Insert\SpecialChar menuseparator
4540 Special
4541 \begin_inset space ~
4542 \end_inset
4543
4544 Character
4545 \family default
4546  are 
4547 \series bold
4548
4549 \backslash
4550 ldots
4551 \series default
4552 .
4553 \end_layout
4554
4555 \begin_layout Standard
4556 \begin_inset VSpace medskip
4557 \end_inset
4558
4559 To use 
4560 \series bold
4561
4562 \backslash
4563 iddots
4564 \series default
4565 , one of the options 
4566 \family sans
4567 Use mathdots package (automatically)
4568 \family default
4569  must be set in the document settings under 
4570 \family sans
4571 Math
4572 \begin_inset space ~
4573 \end_inset
4574
4575 Options
4576 \family default
4577 .
4578 \begin_inset Newline newline
4579 \end_inset
4580
4581 Using the option 
4582 \family sans
4583 Use mathdots package
4584 \family default
4585  will improve the appearance of all dots in the documents if their font
4586  style or size is not the default.
4587 \end_layout
4588
4589 \begin_layout Standard
4590 \begin_inset VSpace medskip
4591 \end_inset
4592
4593 Specially for matrices there are ellipses that span over several columns.
4594  They are created with the command 
4595 \series bold
4596
4597 \backslash
4598 hdotsfor
4599 \series default
4600
4601 \begin_inset Index idx
4602 status collapsed
4603
4604 \begin_layout Plain Layout
4605 Commands ! H ! 
4606 \backslash
4607 hdotsfor
4608 \end_layout
4609
4610 \end_inset
4611
4612 , that has the following scheme:
4613 \end_layout
4614
4615 \begin_layout Standard
4616
4617 \series bold
4618
4619 \backslash
4620 hdotsfor[distance]{number of columns}
4621 \end_layout
4622
4623 \begin_layout Standard
4624 The number of columns specifies how many columns should be spanned.
4625  Distance is a factor for the distance between the dots.
4626 \end_layout
4627
4628 \begin_layout Standard
4629 In the following matrix the command 
4630 \series bold
4631
4632 \backslash
4633 hdotsfor[2]{4}
4634 \series default
4635  was inserted in the first box of the second line, to get an ellipsis with
4636  a dot distance twice as long as with the command 
4637 \series bold
4638
4639 \backslash
4640 dots
4641 \series default
4642 :
4643 \begin_inset Formula 
4644 \[
4645 \left(\begin{array}{cccc}
4646 A & B & C & D\\
4647 \hdotsfor[2]{4}\\
4648 q & w & e & r
4649 \end{array}\right)
4650 \]
4651
4652 \end_inset
4653
4654 Note that the matrix fields that should be spanned must be empty, otherwise
4655  you get \SpecialChar LaTeX
4656 -errors.
4657 \end_layout
4658
4659 \begin_layout Standard
4660 \begin_inset VSpace bigskip
4661 \end_inset
4662
4663 Furthermore you can fill with the command 
4664 \series bold
4665
4666 \backslash
4667 dotfill
4668 \series default
4669
4670 \begin_inset Index idx
4671 status collapsed
4672
4673 \begin_layout Plain Layout
4674 Commands ! D ! 
4675 \backslash
4676 dotfill
4677 \end_layout
4678
4679 \end_inset
4680
4681  the rest of a line with dots.
4682  The effect of these commands is the same as with 
4683 \series bold
4684
4685 \backslash
4686 hfill
4687 \series default
4688 , see 
4689 \begin_inset CommandInset ref
4690 LatexCommand ref
4691 reference "subsec:Variable-Space"
4692
4693 \end_inset
4694
4695 .
4696 \end_layout
4697
4698 \begin_layout Standard
4699 For example the command 
4700 \series bold
4701 A
4702 \backslash
4703 dotfill
4704 \begin_inset space \textvisiblespace{}
4705 \end_inset
4706
4707 B
4708 \series default
4709  produces
4710 \end_layout
4711
4712 \begin_layout Standard
4713 \begin_inset Formula $A\dotfill B$
4714 \end_inset
4715
4716
4717 \end_layout
4718
4719 \begin_layout Standard
4720 Similar to
4721 \series bold
4722  
4723 \backslash
4724 dotfill
4725 \series default
4726  there is for a line the command 
4727 \series bold
4728
4729 \backslash
4730 hrulefill
4731 \series default
4732
4733 \begin_inset Index idx
4734 status collapsed
4735
4736 \begin_layout Plain Layout
4737 Commands ! H ! 
4738 \backslash
4739 hrulefill
4740 \end_layout
4741
4742 \end_inset
4743
4744 :
4745 \end_layout
4746
4747 \begin_layout Standard
4748 \begin_inset Formula $A\hrulefill B$
4749 \end_inset
4750
4751
4752 \end_layout
4753
4754 \begin_layout Standard
4755 To use the commands for text, they have to be inserted in \SpecialChar TeX
4756  mode.
4757 \end_layout
4758
4759 \begin_layout Section
4760 Matrices
4761 \begin_inset CommandInset label
4762 LatexCommand label
4763 name "sec:Matrices"
4764
4765 \end_inset
4766
4767
4768 \begin_inset Index idx
4769 status collapsed
4770
4771 \begin_layout Plain Layout
4772 Matrices
4773 \end_layout
4774
4775 \end_inset
4776
4777
4778 \end_layout
4779
4780 \begin_layout Standard
4781 Matrices can be inserted via the math toolbar button 
4782 \begin_inset Info
4783 type  "icon"
4784 arg   "dialog-show mathmatrix"
4785 \end_inset
4786
4787  or the menu 
4788 \family sans
4789 Insert\SpecialChar menuseparator
4790 Math\SpecialChar menuseparator
4791 Matrix
4792 \family default
4793 .
4794  In the matrix dialog you can specify the number of columns and rows, the
4795  alignment and the decoration.
4796  The vertical alignment is only of importance for matrices in inline formulas:
4797 \end_layout
4798
4799 \begin_layout Standard
4800 The first matrix is top 
4801 \begin_inset Formula $\begin{array}[t]{cccc}
4802 A & D & G & J\\
4803 B & E & H & K\\
4804 C & F & I & L
4805 \end{array}$
4806 \end_inset
4807
4808 , the second middle 
4809 \begin_inset Formula $\begin{array}{cccc}
4810 A & D & G & J\\
4811 B & E & H & K\\
4812 C & F & I & L
4813 \end{array}$
4814 \end_inset
4815
4816  and the third bottom 
4817 \begin_inset Formula $\begin{array}[b]{cccc}
4818 A & D & G & J\\
4819 B & E & H & K\\
4820 C & F & I & L
4821 \end{array}$
4822 \end_inset
4823
4824  aligned.
4825 \end_layout
4826
4827 \begin_layout Standard
4828 The horizontal alignment specifies how the column entries should be aligned.
4829  It is set by entering a letter for every column.
4830  
4831 \emph on
4832 l
4833 \emph default
4834  denotes left aligned, 
4835 \emph on
4836 c
4837 \emph default
4838  centered and 
4839 \emph on
4840 r
4841 \emph default
4842  right aligned.
4843  To create for example a 4
4844 \series bold
4845 ×
4846 \series default
4847 4
4848 \begin_inset space ~
4849 \end_inset
4850
4851 matrix where the first column is left aligned, the second and third are
4852  centered and the last one is right aligned, one enters for the horizontal
4853  alignment 
4854 \series bold
4855 lccr
4856 \series default
4857 .
4858  Normally in a matrix all columns are centered, therefore the default for
4859  every column is a 
4860 \series bold
4861 c
4862 \series default
4863 .
4864 \end_layout
4865
4866 \begin_layout Standard
4867 Horizontal alignment:
4868 \end_layout
4869
4870 \begin_layout Standard
4871
4872 \series bold
4873 lll
4874 \series default
4875  : 
4876 \begin_inset Formula $\begin{array}{lll}
4877 10000 & D & G\\
4878 B & 10000 & H\\
4879 C & F & 10000
4880 \end{array}$
4881 \end_inset
4882
4883  , 
4884 \series bold
4885 ccc
4886 \series default
4887  : 
4888 \begin_inset Formula $\begin{array}{ccc}
4889 10000 & D & G\\
4890 B & 10000 & H\\
4891 C & F & 10000
4892 \end{array}$
4893 \end_inset
4894
4895  , 
4896 \series bold
4897 rrr
4898 \series default
4899  : 
4900 \begin_inset Formula $\begin{array}{rrr}
4901 10000 & D & G\\
4902 B & 10000 & H\\
4903 C & F & 10000
4904 \end{array}$
4905 \end_inset
4906
4907
4908 \end_layout
4909
4910 \begin_layout Standard
4911 To add or delete rows and columns subsequently, the math toolbar buttons
4912  
4913 \begin_inset Info
4914 type  "icon"
4915 arg   "inset-modify tabular append-row"
4916 \end_inset
4917
4918
4919 \begin_inset Info
4920 type  "icon"
4921 arg   "inset-modify tabular delete-row"
4922 \end_inset
4923
4924 , etc.
4925 \begin_inset space \thinspace{}
4926 \end_inset
4927
4928 , or the menu 
4929 \family sans
4930 Edit\SpecialChar menuseparator
4931 Rows & Columns
4932 \family default
4933  can be used.
4934  New rows can also be created with 
4935 \begin_inset Info
4936 type  "shortcut"
4937 arg   "newline-insert newline"
4938 \end_inset
4939
4940 .
4941 \end_layout
4942
4943 \begin_layout Standard
4944 \begin_inset VSpace bigskip
4945 \end_inset
4946
4947 The 
4948 \family sans
4949 Decoration
4950 \family default
4951  adds parentheses in the selected style around the matrix.
4952  Alternatively, parentheses can can either be created with the commands
4953  
4954 \series bold
4955
4956 \backslash
4957 left
4958 \series default
4959
4960 \begin_inset Index idx
4961 status collapsed
4962
4963 \begin_layout Plain Layout
4964 Commands ! L ! 
4965 \backslash
4966 left
4967 \end_layout
4968
4969 \end_inset
4970
4971  and 
4972 \series bold
4973
4974 \backslash
4975 right
4976 \series default
4977
4978 \begin_inset Index idx
4979 status collapsed
4980
4981 \begin_layout Plain Layout
4982 Commands ! R ! 
4983 \backslash
4984 right
4985 \end_layout
4986
4987 \end_inset
4988
4989  (shortcut 
4990 \family sans
4991 Alt+M
4992 \begin_inset space ~
4993 \end_inset
4994
4995 Parenthesis
4996 \family default
4997 ), see 
4998 \begin_inset CommandInset ref
4999 LatexCommand ref
5000 reference "subsec:Automatic-Bracket-Size"
5001
5002 \end_inset
5003
5004 , or by using the following commands:
5005 \begin_inset VSpace medskip
5006 \end_inset
5007
5008
5009 \end_layout
5010
5011 \begin_layout Standard
5012 \begin_inset space \hfill{}
5013 \end_inset
5014
5015
5016 \begin_inset Tabular
5017 <lyxtabular version="3" rows="4" columns="2">
5018 <features tabularvalignment="middle">
5019 <column alignment="center" valignment="top">
5020 <column alignment="center" valignment="top">
5021 <row>
5022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5023 \begin_inset Text
5024
5025 \begin_layout Plain Layout
5026 Command
5027 \end_layout
5028
5029 \end_inset
5030 </cell>
5031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Plain Layout
5035 Result
5036 \begin_inset Note Note
5037 status collapsed
5038
5039 \begin_layout Plain Layout
5040
5041 \series bold
5042
5043 \backslash
5044 raisebox
5045 \series default
5046  is only used as spacer.
5047 \end_layout
5048
5049 \end_inset
5050
5051
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 </row>
5057 <row>
5058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062
5063 \backslash
5064 bmatrix
5065 \begin_inset space \textvisiblespace{}
5066 \end_inset
5067
5068 2
5069 \series bold
5070 ×
5071 \series default
5072 2
5073 \begin_inset space \thinspace{}
5074 \end_inset
5075
5076 matrix
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5086 0 & \textrm{-}\mathrm{i}\\
5087 \mathrm{i} & 0
5088 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5089 \end_inset
5090
5091
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 </row>
5097 <row>
5098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102
5103 \backslash
5104 Bmatrix
5105 \begin_inset space \textvisiblespace{}
5106 \end_inset
5107
5108 2
5109 \series bold
5110 ×
5111 \series default
5112 2
5113 \begin_inset space \thinspace{}
5114 \end_inset
5115
5116 matrix
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5126 0 & \textrm{-}\mathrm{i}\\
5127 \mathrm{i} & 0
5128 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5129 \end_inset
5130
5131
5132 \end_layout
5133
5134 \end_inset
5135 </cell>
5136 </row>
5137 <row>
5138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5139 \begin_inset Text
5140
5141 \begin_layout Plain Layout
5142
5143 \backslash
5144 pmatrix
5145 \begin_inset space \textvisiblespace{}
5146 \end_inset
5147
5148 2
5149 \series bold
5150 ×
5151 \series default
5152 2
5153 \begin_inset space \thinspace{}
5154 \end_inset
5155
5156 matrix
5157 \end_layout
5158
5159 \end_inset
5160 </cell>
5161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5162 \begin_inset Text
5163
5164 \begin_layout Plain Layout
5165 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5166 0 & \textrm{-}\mathrm{i}\\
5167 \mathrm{i} & 0
5168 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5169 \end_inset
5170
5171
5172 \end_layout
5173
5174 \end_inset
5175 </cell>
5176 </row>
5177 </lyxtabular>
5178
5179 \end_inset
5180
5181
5182 \begin_inset space \hfill{}
5183 \end_inset
5184
5185
5186 \begin_inset Tabular
5187 <lyxtabular version="3" rows="4" columns="2">
5188 <features tabularvalignment="middle">
5189 <column alignment="center" valignment="top">
5190 <column alignment="center" valignment="top">
5191 <row>
5192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5193 \begin_inset Text
5194
5195 \begin_layout Plain Layout
5196 Command
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5202 \begin_inset Text
5203
5204 \begin_layout Plain Layout
5205 Result
5206 \end_layout
5207
5208 \end_inset
5209 </cell>
5210 </row>
5211 <row>
5212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5213 \begin_inset Text
5214
5215 \begin_layout Plain Layout
5216
5217 \backslash
5218 vmatrix
5219 \begin_inset space \textvisiblespace{}
5220 \end_inset
5221
5222 2
5223 \series bold
5224 ×
5225 \series default
5226 2
5227 \begin_inset space \thinspace{}
5228 \end_inset
5229
5230 matrix
5231 \end_layout
5232
5233 \end_inset
5234 </cell>
5235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5240 0 & \textrm{-}\mathrm{i}\\
5241 \mathrm{i} & 0
5242 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5243 \end_inset
5244
5245
5246 \end_layout
5247
5248 \end_inset
5249 </cell>
5250 </row>
5251 <row>
5252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5253 \begin_inset Text
5254
5255 \begin_layout Plain Layout
5256
5257 \backslash
5258 Vmatrix
5259 \begin_inset space \textvisiblespace{}
5260 \end_inset
5261
5262 2
5263 \series bold
5264 ×
5265 \series default
5266 2
5267 \begin_inset space \thinspace{}
5268 \end_inset
5269
5270 matrix
5271 \end_layout
5272
5273 \end_inset
5274 </cell>
5275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5280 0 & \textrm{-}\mathrm{i}\\
5281 \mathrm{i} & 0
5282 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5283 \end_inset
5284
5285
5286 \end_layout
5287
5288 \end_inset
5289 </cell>
5290 </row>
5291 <row>
5292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5293 \begin_inset Text
5294
5295 \begin_layout Plain Layout
5296
5297 \backslash
5298 matrix
5299 \begin_inset space \textvisiblespace{}
5300 \end_inset
5301
5302 2
5303 \series bold
5304 ×
5305 \series default
5306 2
5307 \begin_inset space \thinspace{}
5308 \end_inset
5309
5310 matrix
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5320 0 & \textrm{-}\mathrm{i}\\
5321 \mathrm{i} & 0
5322 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5323 \end_inset
5324
5325
5326 \end_layout
5327
5328 \end_inset
5329 </cell>
5330 </row>
5331 </lyxtabular>
5332
5333 \end_inset
5334
5335
5336 \begin_inset space \hfill{}
5337 \end_inset
5338
5339
5340 \end_layout
5341
5342 \begin_layout Standard
5343 \begin_inset VSpace medskip
5344 \end_inset
5345
5346 When e.
5347 \begin_inset space \thinspace{}
5348 \end_inset
5349
5350 g.
5351 \begin_inset space \space{}
5352 \end_inset
5353
5354
5355 \series bold
5356
5357 \backslash
5358 vmatrix
5359 \series default
5360  is inserted, a blue box appears between two vertical lines where the matrix
5361  is inserted.
5362 \begin_inset Newline newline
5363 \end_inset
5364
5365 Note that decorated matrices ignore the vertical alignment.
5366 \end_layout
5367
5368 \begin_layout Standard
5369 \begin_inset VSpace bigskip
5370 \end_inset
5371
5372 As all multiline formulas are matrices, the length 
5373 \series bold
5374
5375 \backslash
5376 arraycolsep
5377 \series default
5378
5379 \begin_inset Index idx
5380 status collapsed
5381
5382 \begin_layout Plain Layout
5383 Commands ! A ! 
5384 \backslash
5385 arraycolsep
5386 \end_layout
5387
5388 \end_inset
5389
5390  that is described in 
5391 \begin_inset CommandInset ref
5392 LatexCommand ref
5393 reference "subsec:Column-Separation"
5394
5395 \end_inset
5396
5397  can also be used to change the column separation of matrices.
5398 \end_layout
5399
5400 \begin_layout Standard
5401 To change the row separation, the command 
5402 \series bold
5403
5404 \backslash
5405 arraystretch
5406 \series default
5407
5408 \begin_inset Index idx
5409 status collapsed
5410
5411 \begin_layout Plain Layout
5412 Commands ! A ! 
5413 \backslash
5414 arraystretch
5415 \end_layout
5416
5417 \end_inset
5418
5419  is used.
5420  It is used as follows:
5421 \end_layout
5422
5423 \begin_layout Standard
5424
5425 \series bold
5426
5427 \backslash
5428 renewcommand{
5429 \backslash
5430 arraystretch}{stretch factor}
5431 \begin_inset Index idx
5432 status collapsed
5433
5434 \begin_layout Plain Layout
5435 Commands ! R ! 
5436 \backslash
5437 renewcommand
5438 \end_layout
5439
5440 \end_inset
5441
5442
5443 \end_layout
5444
5445 \begin_layout Standard
5446 The command 
5447 \series bold
5448
5449 \backslash
5450 renewcommand
5451 \series default
5452  assigns the stretch factor to the predefined command 
5453 \series bold
5454
5455 \backslash
5456 arraystretch
5457 \series default
5458 .
5459  To double e.
5460 \begin_inset space \thinspace{}
5461 \end_inset
5462
5463 g.
5464 \begin_inset space \space{}
5465 \end_inset
5466
5467 the row separation, use the factor 2.
5468  This is then used for all following matrices.
5469  To go back to the original separation, assign the factor 1 to 
5470 \series bold
5471
5472 \backslash
5473 arraystretch
5474 \series default
5475 .
5476 \end_layout
5477
5478 \begin_layout Standard
5479 To set matrices into a text line, the command 
5480 \series bold
5481
5482 \backslash
5483 smallmatrix
5484 \series default
5485
5486 \begin_inset Index idx
5487 status collapsed
5488
5489 \begin_layout Plain Layout
5490 Commands ! S ! 
5491 \backslash
5492 smallmatrix
5493 \end_layout
5494
5495 \end_inset
5496
5497  is used.
5498  When it is inserted a blue box with two dashed lines appears.
5499  In this box the matrix is inserted.
5500 \end_layout
5501
5502 \begin_layout Standard
5503 This is a matrix 
5504 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5505 C & D
5506 \end{smallmatrix}\right)$
5507 \end_inset
5508
5509  in a text line.
5510 \end_layout
5511
5512 \begin_layout Section
5513 Brackets and Delimiters
5514 \begin_inset Index idx
5515 status collapsed
5516
5517 \begin_layout Plain Layout
5518 Brackets
5519 \end_layout
5520
5521 \end_inset
5522
5523
5524 \begin_inset Index idx
5525 status collapsed
5526
5527 \begin_layout Plain Layout
5528 Delimiters
5529 \end_layout
5530
5531 \end_inset
5532
5533
5534 \end_layout
5535
5536 \begin_layout Subsection
5537 Vertical Brackets and Delimiters
5538 \begin_inset Index idx
5539 status collapsed
5540
5541 \begin_layout Plain Layout
5542 Brackets ! vertical
5543 \end_layout
5544
5545 \end_inset
5546
5547
5548 \end_layout
5549
5550 \begin_layout Standard
5551 \begin_inset space \hfill{}
5552 \end_inset
5553
5554
5555 \begin_inset Tabular
5556 <lyxtabular version="3" rows="9" columns="2">
5557 <features tabularvalignment="middle">
5558 <column alignment="center" valignment="top" width="0pt">
5559 <column alignment="center" valignment="top" width="0pt">
5560 <row>
5561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5562 \begin_inset Text
5563
5564 \begin_layout Plain Layout
5565 Command
5566 \end_layout
5567
5568 \end_inset
5569 </cell>
5570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5571 \begin_inset Text
5572
5573 \begin_layout Plain Layout
5574 Result
5575 \end_layout
5576
5577 \end_inset
5578 </cell>
5579 </row>
5580 <row>
5581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Plain Layout
5585 (
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594 \begin_inset Formula $($
5595 \end_inset
5596
5597
5598 \end_layout
5599
5600 \end_inset
5601 </cell>
5602 </row>
5603 <row>
5604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5605 \begin_inset Text
5606
5607 \begin_layout Plain Layout
5608 {
5609 \end_layout
5610
5611 \end_inset
5612 </cell>
5613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5614 \begin_inset Text
5615
5616 \begin_layout Plain Layout
5617 \begin_inset Formula $\{$
5618 \end_inset
5619
5620
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 </row>
5626 <row>
5627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631 [
5632 \end_layout
5633
5634 \end_inset
5635 </cell>
5636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5637 \begin_inset Text
5638
5639 \begin_layout Plain Layout
5640 \begin_inset Formula $[$
5641 \end_inset
5642
5643
5644 \end_layout
5645
5646 \end_inset
5647 </cell>
5648 </row>
5649 <row>
5650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5651 \begin_inset Text
5652
5653 \begin_layout Plain Layout
5654
5655 \backslash
5656 langle
5657 \end_layout
5658
5659 \end_inset
5660 </cell>
5661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5662 \begin_inset Text
5663
5664 \begin_layout Plain Layout
5665 \begin_inset Formula $\langle$
5666 \end_inset
5667
5668
5669 \end_layout
5670
5671 \end_inset
5672 </cell>
5673 </row>
5674 <row>
5675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679
5680 \backslash
5681 lceil
5682 \end_layout
5683
5684 \end_inset
5685 </cell>
5686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5687 \begin_inset Text
5688
5689 \begin_layout Plain Layout
5690 \begin_inset Formula $\lceil$
5691 \end_inset
5692
5693
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 </row>
5699 <row>
5700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704
5705 \backslash
5706 lfloor
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5712 \begin_inset Text
5713
5714 \begin_layout Plain Layout
5715 \begin_inset Formula $\lfloor$
5716 \end_inset
5717
5718
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 </row>
5724 <row>
5725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Plain Layout
5729 /
5730 \end_layout
5731
5732 \end_inset
5733 </cell>
5734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5735 \begin_inset Text
5736
5737 \begin_layout Plain Layout
5738 \begin_inset Formula $/$
5739 \end_inset
5740
5741
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 </row>
5747 <row>
5748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 |
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 \begin_inset Formula $|$
5762 \end_inset
5763
5764
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 </row>
5770 </lyxtabular>
5771
5772 \end_inset
5773
5774
5775 \begin_inset space \hfill{}
5776 \end_inset
5777
5778
5779 \begin_inset Tabular
5780 <lyxtabular version="3" rows="9" columns="2">
5781 <features tabularvalignment="middle">
5782 <column alignment="center" valignment="top" width="0pt">
5783 <column alignment="center" valignment="top" width="0pt">
5784 <row>
5785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789 Command
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798 Result
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 </row>
5804 <row>
5805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 )
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5815 \begin_inset Text
5816
5817 \begin_layout Plain Layout
5818 \begin_inset Formula $)$
5819 \end_inset
5820
5821
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 </row>
5827 <row>
5828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 }
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841 \begin_inset Formula $\}$
5842 \end_inset
5843
5844
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 </row>
5850 <row>
5851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855 ]
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Plain Layout
5864 \begin_inset Formula $]$
5865 \end_inset
5866
5867
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 </row>
5873 <row>
5874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878
5879 \backslash
5880 rangle
5881 \end_layout
5882
5883 \end_inset
5884 </cell>
5885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889 \begin_inset Formula $\rangle$
5890 \end_inset
5891
5892
5893 \end_layout
5894
5895 \end_inset
5896 </cell>
5897 </row>
5898 <row>
5899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903
5904 \backslash
5905 rceil
5906 \end_layout
5907
5908 \end_inset
5909 </cell>
5910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5911 \begin_inset Text
5912
5913 \begin_layout Plain Layout
5914 \begin_inset Formula $\rceil$
5915 \end_inset
5916
5917
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 </row>
5923 <row>
5924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928
5929 \backslash
5930 rfloor
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Plain Layout
5939 \begin_inset Formula $\rfloor$
5940 \end_inset
5941
5942
5943 \end_layout
5944
5945 \end_inset
5946 </cell>
5947 </row>
5948 <row>
5949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953
5954 \backslash
5955
5956 \backslash
5957
5958 \end_layout
5959
5960 \end_inset
5961 </cell>
5962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Plain Layout
5966 \begin_inset Formula $\backslash$
5967 \end_inset
5968
5969
5970 \end_layout
5971
5972 \end_inset
5973 </cell>
5974 </row>
5975 <row>
5976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Plain Layout
5980
5981 \backslash
5982 |
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991 \begin_inset Formula $\|$
5992 \end_inset
5993
5994
5995 \end_layout
5996
5997 \end_inset
5998 </cell>
5999 </row>
6000 </lyxtabular>
6001
6002 \end_inset
6003
6004
6005 \begin_inset space \hfill{}
6006 \end_inset
6007
6008
6009 \end_layout
6010
6011 \begin_layout Standard
6012
6013 \series medium
6014 \begin_inset Note Greyedout
6015 status open
6016
6017 \begin_layout Plain Layout
6018
6019 \series bold
6020 Note:
6021 \series default
6022  In \SpecialChar TeX
6023  mode the command 
6024 \series bold
6025
6026 \backslash
6027 textbackslash
6028 \series default
6029
6030 \begin_inset Index idx
6031 status collapsed
6032
6033 \begin_layout Plain Layout
6034 Commands ! T ! 
6035 \backslash
6036 textbackslash
6037 \end_layout
6038
6039 \end_inset
6040
6041  must be used for the backslash, because the command 
6042 \series bold
6043
6044 \backslash
6045
6046 \backslash
6047
6048 \series default
6049  produces a line break there.
6050 \end_layout
6051
6052 \end_inset
6053
6054
6055 \end_layout
6056
6057 \begin_layout Standard
6058 For all characters listed above the size can be adjusted with the commands
6059  described in the following two subsections.
6060  When using these commands, the characters < and > can directly be used
6061  instead of the commands 
6062 \series bold
6063
6064 \backslash
6065 langle
6066 \series default
6067  and 
6068 \series bold
6069
6070 \backslash
6071 rangle
6072 \series default
6073 .
6074 \end_layout
6075
6076 \begin_layout Subsubsection
6077 Manual Bracket Size
6078 \begin_inset CommandInset label
6079 LatexCommand label
6080 name "subsec:Manual-Bracket-Size"
6081
6082 \end_inset
6083
6084
6085 \begin_inset Index idx
6086 status collapsed
6087
6088 \begin_layout Plain Layout
6089 Bracket size ! manual
6090 \end_layout
6091
6092 \end_inset
6093
6094
6095 \end_layout
6096
6097 \begin_layout Standard
6098 The bracket size can be specified manually by the \SpecialChar LaTeX
6099 -commands 
6100 \series bold
6101
6102 \backslash
6103 big
6104 \series default
6105
6106 \begin_inset Index idx
6107 status collapsed
6108
6109 \begin_layout Plain Layout
6110 Commands ! B ! 
6111 \backslash
6112 big
6113 \end_layout
6114
6115 \end_inset
6116
6117
6118 \series bold
6119
6120 \backslash
6121 Big
6122 \series default
6123
6124 \series bold
6125
6126 \backslash
6127 bigg
6128 \series default
6129  and 
6130 \series bold
6131
6132 \backslash
6133 Bigg
6134 \series default
6135 .
6136  
6137 \series bold
6138
6139 \backslash
6140 big
6141 \series default
6142  denotes the smallest and 
6143 \series bold
6144
6145 \backslash
6146 Bigg
6147 \series default
6148  the largest bracket size.
6149 \end_layout
6150
6151 \begin_layout Standard
6152 These commands are used to emphasize levels of brackets:
6153 \begin_inset Separator parbreak
6154 \end_inset
6155
6156
6157 \end_layout
6158
6159 \begin_layout Standard
6160 \align center
6161 \begin_inset Tabular
6162 <lyxtabular version="3" rows="2" columns="2">
6163 <features tabularvalignment="middle">
6164 <column alignment="center" valignment="top" width="0pt">
6165 <column alignment="center" valignment="top" width="0pt">
6166 <row>
6167 <cell alignment="center" valignment="top" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171 all brackets in the same size:
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell alignment="center" valignment="top" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6181 \end_inset
6182
6183
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 </row>
6189 <row>
6190 <cell alignment="center" valignment="top" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 this looks better:
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 <cell alignment="center" valignment="top" usebox="none">
6200 \begin_inset Text
6201
6202 \begin_layout Plain Layout
6203 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6204 \end_inset
6205
6206
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 </row>
6212 </lyxtabular>
6213
6214 \end_inset
6215
6216
6217 \begin_inset Note Note
6218 status collapsed
6219
6220 \begin_layout Plain Layout
6221
6222 \series bold
6223
6224 \backslash
6225 raisebox
6226 \series default
6227  is only used as spacer.
6228 \end_layout
6229
6230 \end_inset
6231
6232
6233 \end_layout
6234
6235 \begin_layout Standard
6236 For the second formula the command 
6237 \series bold
6238
6239 \backslash
6240 Big((A+B)(A-B)
6241 \backslash
6242 Big)^
6243 \begin_inset space \textvisiblespace{}
6244 \end_inset
6245
6246 C
6247 \series default
6248  has been used.
6249 \end_layout
6250
6251 \begin_layout Standard
6252 Here is an overview about all bracket sizes:
6253 \begin_inset Separator parbreak
6254 \end_inset
6255
6256
6257 \end_layout
6258
6259 \begin_layout Standard
6260 \align center
6261
6262 \backslash
6263 Bigg(
6264 \backslash
6265 exp
6266 \backslash
6267 bigg<
6268 \backslash
6269 Big[
6270 \backslash
6271 big{
6272 \backslash
6273 ln(3x)
6274 \backslash
6275 big}^2
6276 \begin_inset space \textvisiblespace{}
6277 \end_inset
6278
6279
6280 \backslash
6281 sin(x)
6282 \backslash
6283 Big]^
6284 \begin_inset space \textvisiblespace{}
6285 \end_inset
6286
6287 A
6288 \begin_inset space \textvisiblespace{}
6289 \end_inset
6290
6291
6292 \backslash
6293 bigg>
6294 \backslash
6295 Bigg)^0,5
6296 \end_layout
6297
6298 \begin_layout Standard
6299 \align center
6300 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6301 \end_inset
6302
6303
6304 \end_layout
6305
6306 \begin_layout Standard
6307 Besides the 
6308 \series bold
6309
6310 \backslash
6311 big
6312 \series default
6313 -commands there is the variant 
6314 \series bold
6315
6316 \backslash
6317 bigm
6318 \series default
6319
6320 \begin_inset Index idx
6321 status collapsed
6322
6323 \begin_layout Plain Layout
6324 Commands ! B ! 
6325 \backslash
6326 bigm
6327 \end_layout
6328
6329 \end_inset
6330
6331  that adds a bit more space between the bracket and its content, and the
6332  variant 
6333 \series bold
6334
6335 \backslash
6336 bigl
6337 \series default
6338 -
6339 \series bold
6340
6341 \backslash
6342 bigr
6343 \series default
6344
6345 \begin_inset Index idx
6346 status collapsed
6347
6348 \begin_layout Plain Layout
6349 Commands ! B ! 
6350 \backslash
6351 bigl - 
6352 \backslash
6353 bigr
6354 \end_layout
6355
6356 \end_inset
6357
6358 , that don't add additional space.
6359  The 
6360 \emph on
6361 l
6362 \emph default
6363  at the end of the command 
6364 \series bold
6365
6366 \backslash
6367 bigl
6368 \series default
6369  is for a left bracket; for a right bracket this will be replaced by an
6370  
6371 \emph on
6372 r
6373 \emph default
6374 .
6375  A left or right bracket can each be an opening or closing bracket.
6376 \end_layout
6377
6378 \begin_layout Standard
6379 In the following table is a comparison of the variants:
6380 \begin_inset Separator parbreak
6381 \end_inset
6382
6383
6384 \end_layout
6385
6386 \begin_layout Standard
6387 \align center
6388 \begin_inset Tabular
6389 <lyxtabular version="3" rows="5" columns="2">
6390 <features tabularvalignment="middle">
6391 <column alignment="center" valignment="middle">
6392 <column alignment="center" valignment="middle">
6393 <row>
6394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 Command
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407 Result
6408 \begin_inset Note Note
6409 status collapsed
6410
6411 \begin_layout Plain Layout
6412
6413 \series bold
6414
6415 \backslash
6416 raisebox
6417 \series default
6418  is only used as spacer.
6419 \end_layout
6420
6421 \end_inset
6422
6423
6424 \end_layout
6425
6426 \end_inset
6427 </cell>
6428 </row>
6429 <row>
6430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434
6435 \backslash
6436 Bigm(
6437 \backslash
6438 bigm(
6439 \backslash
6440 ln(3x)
6441 \backslash
6442 bigm)^2
6443 \begin_inset space \textvisiblespace{}
6444 \end_inset
6445
6446
6447 \backslash
6448 Bigm)
6449 \end_layout
6450
6451 \end_inset
6452 </cell>
6453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6454 \begin_inset Text
6455
6456 \begin_layout Plain Layout
6457 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6458 \end_inset
6459
6460
6461 \end_layout
6462
6463 \end_inset
6464 </cell>
6465 </row>
6466 <row>
6467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6468 \begin_inset Text
6469
6470 \begin_layout Plain Layout
6471
6472 \backslash
6473 Big(
6474 \backslash
6475 big(
6476 \backslash
6477 ln(3x)
6478 \backslash
6479 big)^2
6480 \begin_inset space \textvisiblespace{}
6481 \end_inset
6482
6483
6484 \backslash
6485 Big)
6486 \end_layout
6487
6488 \end_inset
6489 </cell>
6490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6491 \begin_inset Text
6492
6493 \begin_layout Plain Layout
6494 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6495 \end_inset
6496
6497
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 </row>
6503 <row>
6504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6505 \begin_inset Text
6506
6507 \begin_layout Plain Layout
6508
6509 \backslash
6510 Bigl(
6511 \backslash
6512 bigl(
6513 \backslash
6514 ln(3x)
6515 \backslash
6516 bigr)^2
6517 \begin_inset space \textvisiblespace{}
6518 \end_inset
6519
6520
6521 \backslash
6522 Bigr)
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6528 \begin_inset Text
6529
6530 \begin_layout Plain Layout
6531 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6532 \end_inset
6533
6534
6535 \end_layout
6536
6537 \end_inset
6538 </cell>
6539 </row>
6540 <row>
6541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6542 \begin_inset Text
6543
6544 \begin_layout Plain Layout
6545
6546 \backslash
6547 bigl)
6548 \backslash
6549 ln(3x)
6550 \backslash
6551 bigr(
6552 \end_layout
6553
6554 \end_inset
6555 </cell>
6556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6557 \begin_inset Text
6558
6559 \begin_layout Plain Layout
6560 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6561 \end_inset
6562
6563
6564 \end_layout
6565
6566 \end_inset
6567 </cell>
6568 </row>
6569 </lyxtabular>
6570
6571 \end_inset
6572
6573
6574 \end_layout
6575
6576 \begin_layout Subsubsection
6577 Automatic Bracket Size
6578 \begin_inset CommandInset label
6579 LatexCommand label
6580 name "subsec:Automatic-Bracket-Size"
6581
6582 \end_inset
6583
6584
6585 \begin_inset Index idx
6586 status collapsed
6587
6588 \begin_layout Plain Layout
6589 Bracket size ! automatic
6590 \end_layout
6591
6592 \end_inset
6593
6594
6595 \end_layout
6596
6597 \begin_layout Standard
6598 Brackets with variable size can be inserted with the commands 
6599 \series bold
6600
6601 \backslash
6602 left
6603 \series default
6604
6605 \begin_inset Index idx
6606 status collapsed
6607
6608 \begin_layout Plain Layout
6609 Commands ! L ! 
6610 \backslash
6611 left
6612 \end_layout
6613
6614 \end_inset
6615
6616  and 
6617 \series bold
6618
6619 \backslash
6620 right
6621 \series default
6622
6623 \begin_inset Index idx
6624 status collapsed
6625
6626 \begin_layout Plain Layout
6627 Commands ! R ! 
6628 \backslash
6629 right
6630 \end_layout
6631
6632 \end_inset
6633
6634  or via the math toolbar button 
6635 \begin_inset Info
6636 type  "icon"
6637 arg   "dialog-show mathdelimiter"
6638 \end_inset
6639
6640 .
6641  Directly behind 
6642 \series bold
6643
6644 \backslash
6645 left
6646 \series default
6647  and 
6648 \series bold
6649
6650 \backslash
6651 right
6652 \series default
6653  the wanted bracket must be inserted.
6654  The bracket size will then automatically be calculated for the output.
6655 \begin_inset Separator parbreak
6656 \end_inset
6657
6658
6659 \end_layout
6660
6661 \begin_layout Standard
6662 \align center
6663 normal bracket: The command 
6664 \series bold
6665
6666 \backslash
6667 ln(
6668 \backslash
6669 frac
6670 \begin_inset space \textvisiblespace{}
6671 \end_inset
6672
6673 A
6674 \begin_inset Formula $\downarrow$
6675 \end_inset
6676
6677 C
6678 \begin_inset space \textvisiblespace{}
6679 \end_inset
6680
6681 )
6682 \series default
6683  creates
6684 \begin_inset Formula 
6685 \[
6686 \ln(\frac{A}{C})
6687 \]
6688
6689 \end_inset
6690
6691
6692 \end_layout
6693
6694 \begin_layout Standard
6695 \align center
6696 multiline bracket: The command 
6697 \series bold
6698
6699 \backslash
6700 ln
6701 \backslash
6702 left(
6703 \backslash
6704 frac
6705 \begin_inset space \textvisiblespace{}
6706 \end_inset
6707
6708 A
6709 \begin_inset Formula $\downarrow$
6710 \end_inset
6711
6712 C
6713 \begin_inset space \textvisiblespace{}
6714 \end_inset
6715
6716
6717 \backslash
6718 right)
6719 \series default
6720  creates
6721 \begin_inset Formula 
6722 \[
6723 \ln\left(\frac{A}{C}\right)
6724 \]
6725
6726 \end_inset
6727
6728
6729 \end_layout
6730
6731 \begin_layout Standard
6732 Instead of 
6733 \series bold
6734
6735 \backslash
6736 left
6737 \series default
6738  and 
6739 \series bold
6740
6741 \backslash
6742 right
6743 \series default
6744  the shortcut 
6745 \family sans
6746 Alt+M
6747 \begin_inset space ~
6748 \end_inset
6749
6750 Bracket
6751 \family default
6752  can be used.
6753  This has the advantage that you can see in \SpecialChar LyX
6754  immediately the real bracket
6755  size and that the matching right bracket will be created too.
6756 \begin_inset Newline newline
6757 \end_inset
6758
6759 The command for the last example would then be: 
6760 \series bold
6761
6762 \backslash
6763 ln Alt+M
6764 \series default
6765  
6766 \series bold
6767 (
6768 \backslash
6769 frac
6770 \begin_inset space \textvisiblespace{}
6771 \end_inset
6772
6773 A
6774 \begin_inset Formula $\downarrow$
6775 \end_inset
6776
6777 C
6778 \end_layout
6779
6780 \begin_layout Standard
6781 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6782  For example the command 
6783 \series bold
6784
6785 \backslash
6786 left.
6787 \backslash
6788 frac
6789 \begin_inset space \textvisiblespace{}
6790 \end_inset
6791
6792 A
6793 \begin_inset Formula $\downarrow$
6794 \end_inset
6795
6796 B
6797 \begin_inset space \textvisiblespace{}
6798 \end_inset
6799
6800
6801 \backslash
6802 right}
6803 \series default
6804  creates:
6805 \series bold
6806
6807 \begin_inset Formula 
6808 \[
6809 \left.\frac{A}{B}\right\} 
6810 \]
6811
6812 \end_inset
6813
6814
6815 \series default
6816 The commands 
6817 \series bold
6818
6819 \backslash
6820 left
6821 \series default
6822  and 
6823 \series bold
6824
6825 \backslash
6826 right
6827 \series default
6828  will be converted by \SpecialChar LyX
6829  to brackets in the right size when the document is
6830  reloaded and an omitted bracket will appear as dashed line.
6831 \end_layout
6832
6833 \begin_layout Standard
6834 \begin_inset VSpace bigskip
6835 \end_inset
6836
6837 Because all popular \SpecialChar LaTeX
6838  distributions use e\SpecialChar TeX
6839 , an extension to \SpecialChar LaTeX
6840 , the command
6841  
6842 \series bold
6843
6844 \backslash
6845 middle
6846 \series default
6847
6848 \begin_inset Index idx
6849 status collapsed
6850
6851 \begin_layout Plain Layout
6852 Commands ! M ! 
6853 \backslash
6854 middle
6855 \end_layout
6856
6857 \end_inset
6858
6859  is additionally available for all brackets and limits.
6860  With this command the height of the following character is adapted to the
6861  one of the surrounding brackets, what is e.
6862 \begin_inset space \thinspace{}
6863 \end_inset
6864
6865 g.
6866 \begin_inset space \space{}
6867 \end_inset
6868
6869 needed for physical vectors:
6870 \begin_inset Formula 
6871 \[
6872 \left\langle \phi\:\middle|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6873 \]
6874
6875 \end_inset
6876
6877 For physical vectors there is a special \SpecialChar LaTeX
6878 -package, described in 
6879 \begin_inset CommandInset ref
6880 LatexCommand ref
6881 reference "subsec:Physical-Vectors"
6882
6883 \end_inset
6884
6885 .
6886 \end_layout
6887
6888 \begin_layout Subsection
6889 Horizontal Brackets
6890 \begin_inset Index idx
6891 status collapsed
6892
6893 \begin_layout Plain Layout
6894 Brackets ! horizontal
6895 \end_layout
6896
6897 \end_inset
6898
6899
6900 \end_layout
6901
6902 \begin_layout Standard
6903 \align center
6904 \begin_inset Tabular
6905 <lyxtabular version="3" rows="4" columns="2">
6906 <features tabularvalignment="middle">
6907 <column alignment="center" valignment="top" width="0pt">
6908 <column alignment="center" valignment="top" width="0pt">
6909 <row>
6910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6911 \begin_inset Text
6912
6913 \begin_layout Plain Layout
6914 Command
6915 \begin_inset Note Note
6916 status collapsed
6917
6918 \begin_layout Plain Layout
6919
6920 \series bold
6921
6922 \backslash
6923 raisebox
6924 \series default
6925  is only used as spacer.
6926 \end_layout
6927
6928 \end_inset
6929
6930
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939 Result
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 </row>
6945 <row>
6946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Plain Layout
6950 \begin_inset ERT
6951 status collapsed
6952
6953 \begin_layout Plain Layout
6954
6955
6956 \backslash
6957 raisebox{2.3mm}{
6958 \end_layout
6959
6960 \end_inset
6961
6962
6963 \backslash
6964 overbrace
6965 \begin_inset space \textvisiblespace{}
6966 \end_inset
6967
6968 A+B
6969 \begin_inset space \textvisiblespace{}
6970 \end_inset
6971
6972 ^3
6973 \begin_inset ERT
6974 status collapsed
6975
6976 \begin_layout Plain Layout
6977
6978 }
6979 \end_layout
6980
6981 \end_inset
6982
6983
6984 \begin_inset Index idx
6985 status collapsed
6986
6987 \begin_layout Plain Layout
6988 Commands ! O ! 
6989 \backslash
6990 overbrace
6991 \end_layout
6992
6993 \end_inset
6994
6995
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004 \begin_inset Formula $\overbrace{A+B}^{3}$
7005 \end_inset
7006
7007
7008 \end_layout
7009
7010 \end_inset
7011 </cell>
7012 </row>
7013 <row>
7014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7015 \begin_inset Text
7016
7017 \begin_layout Plain Layout
7018 \begin_inset ERT
7019 status collapsed
7020
7021 \begin_layout Plain Layout
7022
7023
7024 \backslash
7025 raisebox{-2.2mm}{
7026 \end_layout
7027
7028 \end_inset
7029
7030
7031 \backslash
7032 underbrace
7033 \begin_inset space \textvisiblespace{}
7034 \end_inset
7035
7036 A+B
7037 \begin_inset space \textvisiblespace{}
7038 \end_inset
7039
7040 _5
7041 \begin_inset ERT
7042 status collapsed
7043
7044 \begin_layout Plain Layout
7045
7046 }
7047 \end_layout
7048
7049 \end_inset
7050
7051
7052 \begin_inset Index idx
7053 status collapsed
7054
7055 \begin_layout Plain Layout
7056 Commands ! U ! 
7057 \backslash
7058 underbrace
7059 \end_layout
7060
7061 \end_inset
7062
7063
7064 \end_layout
7065
7066 \end_inset
7067 </cell>
7068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7069 \begin_inset Text
7070
7071 \begin_layout Plain Layout
7072 \begin_inset Formula $\underbrace{A+B}_{5}$
7073 \end_inset
7074
7075
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 </row>
7081 <row>
7082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7083 \begin_inset Text
7084
7085 \begin_layout Plain Layout
7086
7087 \backslash
7088 overbrace
7089 \begin_inset space \textvisiblespace{}
7090 \end_inset
7091
7092
7093 \backslash
7094 underbrace
7095 \begin_inset space \textvisiblespace{}
7096 \end_inset
7097
7098 A+B_w
7099 \begin_inset space \textvisiblespace{}
7100 \end_inset
7101
7102
7103 \begin_inset space \textvisiblespace{}
7104 \end_inset
7105
7106 _7
7107 \begin_inset space \textvisiblespace{}
7108 \end_inset
7109
7110
7111 \begin_inset space \textvisiblespace{}
7112 \end_inset
7113
7114 ^
7115 \begin_inset space \textvisiblespace{}
7116 \end_inset
7117
7118 C
7119 \end_layout
7120
7121 \end_inset
7122 </cell>
7123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7128 \end_inset
7129
7130
7131 \end_layout
7132
7133 \end_inset
7134 </cell>
7135 </row>
7136 </lyxtabular>
7137
7138 \end_inset
7139
7140
7141 \end_layout
7142
7143 \begin_layout Standard
7144 In the last example it doesn't matter if 
7145 \series bold
7146
7147 \backslash
7148 overbrace
7149 \series default
7150  or 
7151 \series bold
7152
7153 \backslash
7154 underbrace
7155 \series default
7156  is inserted at first.
7157 \end_layout
7158
7159 \begin_layout Standard
7160 \begin_inset VSpace medskip
7161 \end_inset
7162
7163
7164 \end_layout
7165
7166 \begin_layout Standard
7167 If you set in the document settings under 
7168 \family sans
7169 Math
7170 \begin_inset space ~
7171 \end_inset
7172
7173 Options
7174 \family default
7175  for the package 
7176 \series bold
7177 mathtools
7178 \series default
7179
7180 \begin_inset Index idx
7181 status collapsed
7182
7183 \begin_layout Plain Layout
7184 Packages ! mathtools
7185 \end_layout
7186
7187 \end_inset
7188
7189  the option 
7190 \family sans
7191 Load
7192 \begin_inset space ~
7193 \end_inset
7194
7195 always
7196 \family default
7197 , you have access to square backets:
7198 \begin_inset Separator parbreak
7199 \end_inset
7200
7201
7202 \end_layout
7203
7204 \begin_layout Standard
7205 \align center
7206 \begin_inset Tabular
7207 <lyxtabular version="3" rows="4" columns="2">
7208 <features tabularvalignment="middle">
7209 <column alignment="center" valignment="top" width="0pt">
7210 <column alignment="center" valignment="top" width="0pt">
7211 <row>
7212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7213 \begin_inset Text
7214
7215 \begin_layout Plain Layout
7216 Command
7217 \begin_inset Note Note
7218 status collapsed
7219
7220 \begin_layout Plain Layout
7221
7222 \series bold
7223
7224 \backslash
7225 raisebox
7226 \series default
7227  is only used as spacer.
7228 \end_layout
7229
7230 \end_inset
7231
7232
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241 Result
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 </row>
7247 <row>
7248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252 \begin_inset ERT
7253 status collapsed
7254
7255 \begin_layout Plain Layout
7256
7257
7258 \backslash
7259 raisebox{2.3mm}{
7260 \end_layout
7261
7262 \end_inset
7263
7264
7265 \backslash
7266
7267 \family roman
7268 \series medium
7269 \shape up
7270 \size normal
7271 \emph off
7272 \bar no
7273 \strikeout off
7274 \uuline off
7275 \uwave off
7276 \noun off
7277 \color none
7278 overbracket
7279 \family default
7280 \series default
7281 \shape default
7282 \size default
7283 \emph default
7284 \bar default
7285 \strikeout default
7286 \uuline default
7287 \uwave default
7288 \noun default
7289 \color inherit
7290 {A+B
7291 \begin_inset space \textvisiblespace{}
7292 \end_inset
7293
7294 ^3
7295 \begin_inset ERT
7296 status collapsed
7297
7298 \begin_layout Plain Layout
7299
7300 }
7301 \end_layout
7302
7303 \end_inset
7304
7305
7306 \begin_inset Index idx
7307 status collapsed
7308
7309 \begin_layout Plain Layout
7310 Commands ! O ! 
7311 \backslash
7312 overbracket
7313 \end_layout
7314
7315 \end_inset
7316
7317
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Plain Layout
7326 \begin_inset Formula $\overbracket{A+B}^{3}$
7327 \end_inset
7328
7329
7330 \end_layout
7331
7332 \end_inset
7333 </cell>
7334 </row>
7335 <row>
7336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7337 \begin_inset Text
7338
7339 \begin_layout Plain Layout
7340 \begin_inset ERT
7341 status collapsed
7342
7343 \begin_layout Plain Layout
7344
7345
7346 \backslash
7347 raisebox{-2.2mm}{
7348 \end_layout
7349
7350 \end_inset
7351
7352
7353 \backslash
7354 under
7355 \family roman
7356 \series medium
7357 \shape up
7358 \size normal
7359 \emph off
7360 \bar no
7361 \strikeout off
7362 \uuline off
7363 \uwave off
7364 \noun off
7365 \color none
7366 bracket
7367 \family default
7368 \series default
7369 \shape default
7370 \size default
7371 \emph default
7372 \bar default
7373 \strikeout default
7374 \uuline default
7375 \uwave default
7376 \noun default
7377 \color inherit
7378 {A+B
7379 \begin_inset space \textvisiblespace{}
7380 \end_inset
7381
7382 _5
7383 \begin_inset ERT
7384 status collapsed
7385
7386 \begin_layout Plain Layout
7387
7388 }
7389 \end_layout
7390
7391 \end_inset
7392
7393
7394 \begin_inset Index idx
7395 status collapsed
7396
7397 \begin_layout Plain Layout
7398 Commands ! U ! 
7399 \backslash
7400 under
7401 \family roman
7402 \series medium
7403 \shape up
7404 \size normal
7405 \emph off
7406 \bar no
7407 \strikeout off
7408 \uuline off
7409 \uwave off
7410 \noun off
7411 \color none
7412 bracket
7413 \end_layout
7414
7415 \end_inset
7416
7417
7418 \end_layout
7419
7420 \end_inset
7421 </cell>
7422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7423 \begin_inset Text
7424
7425 \begin_layout Plain Layout
7426 \begin_inset Formula $\underbracket{A+B}_{5}$
7427 \end_inset
7428
7429
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 </row>
7435 <row>
7436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Plain Layout
7440
7441 \backslash
7442 overbracket{
7443 \backslash
7444 underbracket{A+B_w
7445 \begin_inset space \textvisiblespace{}
7446 \end_inset
7447
7448
7449 \begin_inset space \textvisiblespace{}
7450 \end_inset
7451
7452 _7
7453 \begin_inset space \textvisiblespace{}
7454 \end_inset
7455
7456
7457 \begin_inset space \textvisiblespace{}
7458 \end_inset
7459
7460 ^
7461 \begin_inset space \textvisiblespace{}
7462 \end_inset
7463
7464 C
7465 \end_layout
7466
7467 \end_inset
7468 </cell>
7469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7474 \end_inset
7475
7476
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 </row>
7482 </lyxtabular>
7483
7484 \end_inset
7485
7486
7487 \end_layout
7488
7489 \begin_layout Standard
7490 For 
7491 \series bold
7492
7493 \backslash
7494 overbracket
7495 \series default
7496  and 
7497 \series bold
7498
7499 \backslash
7500 underbracket
7501 \series default
7502  you can change the thickness of the bracket's stroke by specifying the
7503  desired thickness in square brackets behind the command:
7504 \begin_inset Separator parbreak
7505 \end_inset
7506
7507
7508 \end_layout
7509
7510 \begin_layout Standard
7511 \align center
7512 \begin_inset Tabular
7513 <lyxtabular version="3" rows="3" columns="2">
7514 <features tabularvalignment="middle">
7515 <column alignment="center" valignment="top" width="0pt">
7516 <column alignment="center" valignment="top" width="0pt">
7517 <row>
7518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 Command
7523 \begin_inset Note Note
7524 status collapsed
7525
7526 \begin_layout Plain Layout
7527
7528 \series bold
7529
7530 \backslash
7531 raisebox
7532 \series default
7533  is only used as spacer.
7534 \end_layout
7535
7536 \end_inset
7537
7538
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 Result
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 </row>
7553 <row>
7554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558 \begin_inset ERT
7559 status collapsed
7560
7561 \begin_layout Plain Layout
7562
7563
7564 \backslash
7565 raisebox{2.3mm}{
7566 \end_layout
7567
7568 \end_inset
7569
7570
7571 \backslash
7572
7573 \family roman
7574 \series medium
7575 \shape up
7576 \size normal
7577 \emph off
7578 \bar no
7579 \strikeout off
7580 \uuline off
7581 \uwave off
7582 \noun off
7583 \color none
7584 overbracket
7585 \family default
7586 \series default
7587 \shape default
7588 \size default
7589 \emph default
7590 \bar default
7591 \strikeout default
7592 \uuline default
7593 \uwave default
7594 \noun default
7595 \color inherit
7596 [3pt]
7597 \backslash
7598 {A+B
7599 \begin_inset space \textvisiblespace{}
7600 \end_inset
7601
7602 ^3
7603 \begin_inset ERT
7604 status collapsed
7605
7606 \begin_layout Plain Layout
7607
7608 }
7609 \end_layout
7610
7611 \end_inset
7612
7613
7614 \end_layout
7615
7616 \end_inset
7617 </cell>
7618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7619 \begin_inset Text
7620
7621 \begin_layout Plain Layout
7622 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7623 \end_inset
7624
7625
7626 \end_layout
7627
7628 \end_inset
7629 </cell>
7630 </row>
7631 <row>
7632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636 \begin_inset ERT
7637 status collapsed
7638
7639 \begin_layout Plain Layout
7640
7641
7642 \backslash
7643 raisebox{-2.2mm}{
7644 \end_layout
7645
7646 \end_inset
7647
7648
7649 \backslash
7650 under
7651 \family roman
7652 \series medium
7653 \shape up
7654 \size normal
7655 \emph off
7656 \bar no
7657 \strikeout off
7658 \uuline off
7659 \uwave off
7660 \noun off
7661 \color none
7662 bracket
7663 \family default
7664 \series default
7665 \shape default
7666 \size default
7667 \emph default
7668 \bar default
7669 \strikeout default
7670 \uuline default
7671 \uwave default
7672 \noun default
7673 \color inherit
7674 [1pt]
7675 \backslash
7676 {A+B
7677 \begin_inset space \textvisiblespace{}
7678 \end_inset
7679
7680 _5
7681 \begin_inset ERT
7682 status collapsed
7683
7684 \begin_layout Plain Layout
7685
7686 }
7687 \end_layout
7688
7689 \end_inset
7690
7691
7692 \end_layout
7693
7694 \end_inset
7695 </cell>
7696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7697 \begin_inset Text
7698
7699 \begin_layout Plain Layout
7700 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7701 \end_inset
7702
7703
7704 \end_layout
7705
7706 \end_inset
7707 </cell>
7708 </row>
7709 </lyxtabular>
7710
7711 \end_inset
7712
7713
7714 \end_layout
7715
7716 \begin_layout Standard
7717 \begin_inset VSpace bigskip
7718 \end_inset
7719
7720 When brackets should overlap each other, multiline formulas, as described
7721  in 
7722 \begin_inset CommandInset ref
7723 LatexCommand ref
7724 reference "sec:Multiline-Formulas"
7725
7726 \end_inset
7727
7728 , must be used:
7729 \begin_inset Formula 
7730 \begin{eqnarray*}
7731 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7732  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7733 \end{eqnarray*}
7734
7735 \end_inset
7736
7737 In the first row the formula is inserted together with the first brace.
7738  It is hereby important that the space command
7739 \begin_inset Foot
7740 status collapsed
7741
7742 \begin_layout Plain Layout
7743 Space commands are explained in 
7744 \begin_inset CommandInset ref
7745 LatexCommand ref
7746 reference "subsec:Predefined-Space"
7747
7748 \end_inset
7749
7750 .
7751 \end_layout
7752
7753 \end_inset
7754
7755  
7756 \series bold
7757
7758 \backslash
7759 :
7760 \series default
7761  is inserted before the first 
7762 \begin_inset Formula $d$
7763 \end_inset
7764
7765 , because the brace that ends behind the 
7766 \begin_inset Formula $q$
7767 \end_inset
7768
7769  prevents that the following 
7770 \begin_inset Quotes eld
7771 \end_inset
7772
7773 +
7774 \begin_inset Quotes erd
7775 \end_inset
7776
7777  is surrounded by space.
7778 \begin_inset Foot
7779 status collapsed
7780
7781 \begin_layout Plain Layout
7782 because a bracket is not handled as a character, see 
7783 \begin_inset CommandInset ref
7784 LatexCommand ref
7785 reference "subsec:Binary-Operators"
7786
7787 \end_inset
7788
7789
7790 \end_layout
7791
7792 \end_inset
7793
7794  In the second row the second brace is inserted.
7795  As it should begin before the 
7796 \begin_inset Formula $b$
7797 \end_inset
7798
7799 , first the command 
7800 \series bold
7801
7802 \backslash
7803 hphantom{gggg+
7804 \backslash
7805 :}
7806 \series default
7807  is inserted.
7808 \begin_inset Foot
7809 status collapsed
7810
7811 \begin_layout Plain Layout
7812 more about 
7813 \series bold
7814
7815 \backslash
7816 hphantom
7817 \series default
7818  see 
7819 \begin_inset CommandInset ref
7820 LatexCommand ref
7821 reference "subsec:Placeholders"
7822
7823 \end_inset
7824
7825
7826 \end_layout
7827
7828 \end_inset
7829
7830  This space is needed because the 
7831 \begin_inset Quotes eld
7832 \end_inset
7833
7834 +
7835 \begin_inset Quotes erd
7836 \end_inset
7837
7838  is also surrounded by space in the formula.
7839  The brace is placed under the command 
7840 \series bold
7841
7842 \backslash
7843 hphantom{bbqq+dddd}
7844 \series default
7845 .
7846 \end_layout
7847
7848 \begin_layout Standard
7849 It gets more complicated when brackets overlap each other above and under
7850  the formula, like in the following example:
7851 \begin_inset ERT
7852 status collapsed
7853
7854 \begin_layout Plain Layout
7855
7856
7857 \backslash
7858 setlength{
7859 \backslash
7860 jot}{-6pt}
7861 \end_layout
7862
7863 \end_inset
7864
7865
7866 \begin_inset Formula 
7867 \begin{eqnarray*}
7868  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7869 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7870 \end{eqnarray*}
7871
7872 \end_inset
7873
7874
7875 \begin_inset ERT
7876 status collapsed
7877
7878 \begin_layout Plain Layout
7879
7880
7881 \backslash
7882 setlength{
7883 \backslash
7884 jot}{3pt}
7885 \end_layout
7886
7887 \end_inset
7888
7889 The first formula row is the same as the second row of the previous example,
7890  with the difference that the brace is above.
7891  The second row contains the formula together with the second brace.
7892  To avoid that there is space between the upper brace in the first row and
7893  the formula, the row spacing needs to be reduced.
7894  This is not easily possible due to a bug in \SpecialChar LyX
7895 .
7896 \begin_inset Foot
7897 status collapsed
7898
7899 \begin_layout Plain Layout
7900 \begin_inset CommandInset href
7901 LatexCommand href
7902 name "LyX-bug #1505"
7903 target "http://www.lyx.org/trac/ticket/1505"
7904
7905 \end_inset
7906
7907
7908 \end_layout
7909
7910 \end_inset
7911
7912  As a solution for the problem, the global formula row separation 
7913 \series bold
7914
7915 \backslash
7916 jot
7917 \series default
7918
7919 \begin_inset Index idx
7920 status collapsed
7921
7922 \begin_layout Plain Layout
7923 Commands ! J ! 
7924 \backslash
7925 jot
7926 \end_layout
7927
7928 \end_inset
7929
7930  must be changed to -6
7931 \begin_inset space \thinspace{}
7932 \end_inset
7933
7934 pt before the formula with the command 
7935 \series bold
7936
7937 \backslash
7938 setlength{
7939 \backslash
7940 jot}{-6pt}
7941 \series default
7942  in \SpecialChar TeX
7943  mode.
7944  
7945 \series bold
7946
7947 \backslash
7948 jot
7949 \series default
7950  is set back after the formula to the standard value of 3
7951 \begin_inset space \thinspace{}
7952 \end_inset
7953
7954 pt using the same command.
7955  More about the row separation in formulas is explained in 
7956 \begin_inset CommandInset ref
7957 LatexCommand ref
7958 reference "subsec:Line-Separation"
7959
7960 \end_inset
7961
7962 .
7963 \end_layout
7964
7965 \begin_layout Section
7966 Arrows
7967 \begin_inset Index idx
7968 status collapsed
7969
7970 \begin_layout Plain Layout
7971 Arrows
7972 \end_layout
7973
7974 \end_inset
7975
7976
7977 \end_layout
7978
7979 \begin_layout Standard
7980 Arrows can be inserted via the math toolbar button 
7981 \begin_inset Info
7982 type  "icon"
7983 arg   "math-insert \\leftarrow"
7984 \end_inset
7985
7986  or the commands listed in the following subsections.
7987 \end_layout
7988
7989 \begin_layout Subsection
7990 Horizontal Arrows
7991 \begin_inset Index idx
7992 status collapsed
7993
7994 \begin_layout Plain Layout
7995 Arrows ! horizontal
7996 \end_layout
7997
7998 \end_inset
7999
8000
8001 \end_layout
8002
8003 \begin_layout Standard
8004 \begin_inset space \hfill{}
8005 \end_inset
8006
8007
8008 \begin_inset Tabular
8009 <lyxtabular version="3" rows="8" columns="2">
8010 <features tabularvalignment="middle">
8011 <column alignment="center" valignment="top" width="0pt">
8012 <column alignment="center" valignment="top" width="0pt">
8013 <row>
8014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018 Command
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027 Result
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 </row>
8033 <row>
8034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038
8039 \backslash
8040 gets
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049 \begin_inset Formula $\gets$
8050 \end_inset
8051
8052
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 </row>
8058 <row>
8059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063
8064 \backslash
8065 Leftarrow
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074 \begin_inset Formula $\Leftarrow$
8075 \end_inset
8076
8077
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 </row>
8083 <row>
8084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088
8089 \backslash
8090 longleftarrow
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099 \begin_inset Formula $\longleftarrow$
8100 \end_inset
8101
8102
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 </row>
8108 <row>
8109 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113
8114 \backslash
8115 Longleftarrow
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124 \begin_inset Formula $\Longleftarrow$
8125 \end_inset
8126
8127
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 </row>
8133 <row>
8134 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138
8139 \backslash
8140 leftharpoonup
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149 \begin_inset Formula $\leftharpoonup$
8150 \end_inset
8151
8152
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 </row>
8158 <row>
8159 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163
8164 \backslash
8165 leftharpoondown
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174 \begin_inset Formula $\leftharpoondown$
8175 \end_inset
8176
8177
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 </row>
8183 <row>
8184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188
8189 \backslash
8190 hookleftarrow
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 \begin_inset Formula $\hookleftarrow$
8200 \end_inset
8201
8202
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 </row>
8208 </lyxtabular>
8209
8210 \end_inset
8211
8212
8213 \begin_inset space \hfill{}
8214 \end_inset
8215
8216
8217 \begin_inset Tabular
8218 <lyxtabular version="3" rows="8" columns="2">
8219 <features tabularvalignment="middle">
8220 <column alignment="center" valignment="top" width="0pt">
8221 <column alignment="center" valignment="top" width="0pt">
8222 <row>
8223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8224 \begin_inset Text
8225
8226 \begin_layout Plain Layout
8227 Command
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236 Result
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 </row>
8242 <row>
8243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247
8248 \backslash
8249 to
8250 \end_layout
8251
8252 \end_inset
8253 </cell>
8254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8255 \begin_inset Text
8256
8257 \begin_layout Plain Layout
8258 \begin_inset Formula $\to$
8259 \end_inset
8260
8261
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 </row>
8267 <row>
8268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272
8273 \backslash
8274 Rightarrow
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 \begin_inset Formula $\Rightarrow$
8284 \end_inset
8285
8286
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 </row>
8292 <row>
8293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297
8298 \backslash
8299 longrightarrow
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308 \begin_inset Formula $\longrightarrow$
8309 \end_inset
8310
8311
8312 \end_layout
8313
8314 \end_inset
8315 </cell>
8316 </row>
8317 <row>
8318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322
8323 \backslash
8324 Longrightarrow
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333 \begin_inset Formula $\Longrightarrow$
8334 \end_inset
8335
8336
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 </row>
8342 <row>
8343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347
8348 \backslash
8349 rightharpoonup
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358 \begin_inset Formula $\rightharpoonup$
8359 \end_inset
8360
8361
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 </row>
8367 <row>
8368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372
8373 \backslash
8374 rightharpoondown
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383 \begin_inset Formula $\rightharpoondown$
8384 \end_inset
8385
8386
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 </row>
8392 <row>
8393 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397
8398 \backslash
8399 hookrightarrow
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408 \begin_inset Formula $\hookrightarrow$
8409 \end_inset
8410
8411
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 </row>
8417 </lyxtabular>
8418
8419 \end_inset
8420
8421
8422 \begin_inset space \hfill{}
8423 \end_inset
8424
8425
8426 \end_layout
8427
8428 \begin_layout Standard
8429 \begin_inset space \hfill{}
8430 \end_inset
8431
8432
8433 \begin_inset Tabular
8434 <lyxtabular version="3" rows="6" columns="2">
8435 <features tabularvalignment="middle">
8436 <column alignment="center" valignment="top" width="0pt">
8437 <column alignment="center" valignment="top" width="0pt">
8438 <row>
8439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443 Command
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452 Result
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 </row>
8458 <row>
8459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463
8464 \backslash
8465 leftrightarrow
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474 \begin_inset Formula $\leftrightarrow$
8475 \end_inset
8476
8477
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 </row>
8483 <row>
8484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488
8489 \backslash
8490 Leftrightarrow
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499 \begin_inset Formula $\Leftrightarrow$
8500 \end_inset
8501
8502
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 </row>
8508 <row>
8509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513
8514 \backslash
8515 longleftrightarrow
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524 \begin_inset Formula $\longleftrightarrow$
8525 \end_inset
8526
8527
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 </row>
8533 <row>
8534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538
8539 \backslash
8540 Longleftrightarrow
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549 \begin_inset Formula $\Longleftrightarrow$
8550 \end_inset
8551
8552
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 </row>
8558 <row>
8559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563
8564 \backslash
8565 rightleftharpoons
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574 \begin_inset Formula $\rightleftharpoons$
8575 \end_inset
8576
8577
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 </row>
8583 </lyxtabular>
8584
8585 \end_inset
8586
8587
8588 \begin_inset space \hspace{}
8589 \length 25pt
8590 \end_inset
8591
8592
8593 \begin_inset space \hfill{}
8594 \end_inset
8595
8596
8597 \begin_inset Tabular
8598 <lyxtabular version="3" rows="5" columns="2">
8599 <features tabularvalignment="middle">
8600 <column alignment="center" valignment="top" width="0pt">
8601 <column alignment="center" valignment="top" width="0pt">
8602 <row>
8603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607 Command
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616 Result
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 </row>
8622 <row>
8623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627
8628 \backslash
8629 mapsto
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638 \begin_inset Formula $\mapsto$
8639 \end_inset
8640
8641
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 </row>
8647 <row>
8648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652
8653 \backslash
8654 longmapsto
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663 \begin_inset Formula $\longmapsto$
8664 \end_inset
8665
8666
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 </row>
8672 <row>
8673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677
8678 \backslash
8679 leadsto
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 \begin_inset Formula $\leadsto$
8689 \end_inset
8690
8691
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 </row>
8697 <row>
8698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702
8703 \backslash
8704 dasharrow
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713 \begin_inset Formula $\dasharrow$
8714 \end_inset
8715
8716
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 </row>
8722 </lyxtabular>
8723
8724 \end_inset
8725
8726
8727 \begin_inset space \hfill{}
8728 \end_inset
8729
8730
8731 \end_layout
8732
8733 \begin_layout Standard
8734 \begin_inset VSpace medskip
8735 \end_inset
8736
8737 Arrows used as accents like e.
8738 \begin_inset space \thinspace{}
8739 \end_inset
8740
8741 g.
8742 \begin_inset space \space{}
8743 \end_inset
8744
8745 vector arrows are listed in 
8746 \begin_inset CommandInset ref
8747 LatexCommand ref
8748 reference "sec:Accents"
8749
8750 \end_inset
8751
8752 .
8753 \end_layout
8754
8755 \begin_layout Standard
8756 \begin_inset VSpace bigskip
8757 \end_inset
8758
8759 Furthermore there are the labeled arrows
8760 \begin_inset Index idx
8761 status collapsed
8762
8763 \begin_layout Plain Layout
8764 Arrows ! labeled
8765 \end_layout
8766
8767 \end_inset
8768
8769  
8770 \series bold
8771
8772 \backslash
8773 xleftarrow
8774 \series default
8775
8776 \begin_inset Index idx
8777 status collapsed
8778
8779 \begin_layout Plain Layout
8780 Commands ! X ! 
8781 \backslash
8782 xleftarrow
8783 \end_layout
8784
8785 \end_inset
8786
8787  and 
8788 \series bold
8789
8790 \backslash
8791 xrightarrow
8792 \series default
8793
8794 \begin_inset Index idx
8795 status collapsed
8796
8797 \begin_layout Plain Layout
8798 Commands ! X ! 
8799 \backslash
8800 xrightarrow
8801 \begin_inset ERT
8802 status collapsed
8803
8804 \begin_layout Plain Layout
8805
8806
8807 \backslash
8808 vspace{4mm}
8809 \end_layout
8810
8811 \end_inset
8812
8813
8814 \end_layout
8815
8816 \end_inset
8817
8818 .
8819  When inserting one of these commands in a formula, an arrow with two blue
8820  boxes appear where the label can be inserted.
8821  The length of the arrow adapts to the label width.
8822 \end_layout
8823
8824 \begin_layout Standard
8825 \align center
8826 \begin_inset Tabular
8827 <lyxtabular version="3" rows="3" columns="2">
8828 <features tabularvalignment="middle">
8829 <column alignment="center" valignment="top" width="0pt">
8830 <column alignment="center" valignment="top" width="0pt">
8831 <row>
8832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836 Command
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845 Result
8846 \begin_inset Note Note
8847 status collapsed
8848
8849 \begin_layout Plain Layout
8850
8851 \series bold
8852
8853 \backslash
8854 raisebox
8855 \series default
8856  is only used as spacer.
8857 \end_layout
8858
8859 \end_inset
8860
8861
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 </row>
8867 <row>
8868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872 F(a)
8873 \backslash
8874 xleftarrow
8875 \begin_inset space \textvisiblespace{}
8876 \end_inset
8877
8878 x=a
8879 \begin_inset Formula $\downarrow$
8880 \end_inset
8881
8882 x>0
8883 \begin_inset Formula $\to$
8884 \end_inset
8885
8886 F(x)
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895 \begin_inset Formula $\raisebox{5.5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8896 \end_inset
8897
8898
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 </row>
8904 <row>
8905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Plain Layout
8909 F(x)
8910 \backslash
8911 xrightarrow
8912 \begin_inset space \textvisiblespace{}
8913 \end_inset
8914
8915 x=a
8916 \begin_inset Formula $\downarrow$
8917 \end_inset
8918
8919 x>0
8920 \begin_inset Formula $\to$
8921 \end_inset
8922
8923 F(a)
8924 \end_layout
8925
8926 \end_inset
8927 </cell>
8928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8929 \begin_inset Text
8930
8931 \begin_layout Plain Layout
8932 \begin_inset Formula $\raisebox{5.5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8933 \end_inset
8934
8935
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 </row>
8941 </lyxtabular>
8942
8943 \end_inset
8944
8945
8946 \end_layout
8947
8948 \begin_layout Standard
8949 \begin_inset VSpace medskip
8950 \end_inset
8951
8952
8953 \end_layout
8954
8955 \begin_layout Standard
8956 If you set in the document settings under 
8957 \family sans
8958 Math
8959 \begin_inset space ~
8960 \end_inset
8961
8962 Options
8963 \family default
8964  for the package 
8965 \series bold
8966 mathtools
8967 \series default
8968
8969 \begin_inset Index idx
8970 status collapsed
8971
8972 \begin_layout Plain Layout
8973 Packages ! mathtools
8974 \end_layout
8975
8976 \end_inset
8977
8978  the option 
8979 \family sans
8980 Load
8981 \begin_inset space ~
8982 \end_inset
8983
8984 always
8985 \family default
8986 , you have access to the following labeled arrows:
8987 \end_layout
8988
8989 \begin_layout Standard
8990 \begin_inset Newpage newpage
8991 \end_inset
8992
8993
8994 \begin_inset Separator parbreak
8995 \end_inset
8996
8997
8998 \end_layout
8999
9000 \begin_layout Standard
9001 \align center
9002 \begin_inset space \hspace*{\fill}
9003 \end_inset
9004
9005
9006 \begin_inset Tabular
9007 <lyxtabular version="3" rows="7" columns="2">
9008 <features tabularvalignment="middle">
9009 <column alignment="center" valignment="top" width="0pt">
9010 <column alignment="center" valignment="top" width="0pt">
9011 <row>
9012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016 Command
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025 Example
9026 \begin_inset Note Note
9027 status collapsed
9028
9029 \begin_layout Plain Layout
9030
9031 \series bold
9032
9033 \backslash
9034 raisebox
9035 \series default
9036  is only used as spacer.
9037 \end_layout
9038
9039 \end_inset
9040
9041
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 </row>
9047 <row>
9048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052
9053 \family roman
9054 \series medium
9055 \shape up
9056 \size normal
9057 \emph off
9058 \bar no
9059 \strikeout off
9060 \uuline off
9061 \uwave off
9062 \noun off
9063 \color none
9064
9065 \backslash
9066 xleftrightarrow
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075 \begin_inset Formula $\raisebox{6mm}{}\xleftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9076 \end_inset
9077
9078
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 </row>
9084 <row>
9085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089
9090 \family roman
9091 \series medium
9092 \shape up
9093 \size normal
9094 \emph off
9095 \bar no
9096 \strikeout off
9097 \uuline off
9098 \uwave off
9099 \noun off
9100 \color none
9101
9102 \backslash
9103 xLeftarrow
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112 \begin_inset Formula $\raisebox{6mm}{}\xLeftarrow[x=a]{x>0}\raisebox{-4mm}{}$
9113 \end_inset
9114
9115
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 </row>
9121 <row>
9122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126
9127 \backslash
9128
9129 \family roman
9130 \series medium
9131 \shape up
9132 \size normal
9133 \emph off
9134 \bar no
9135 \strikeout off
9136 \uuline off
9137 \uwave off
9138 \noun off
9139 \color none
9140 xRightarrow
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149 \begin_inset Formula $\raisebox{6mm}{}\xRightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9150 \end_inset
9151
9152
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 </row>
9158 <row>
9159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163
9164 \backslash
9165
9166 \family roman
9167 \series medium
9168 \shape up
9169 \size normal
9170 \emph off
9171 \bar no
9172 \strikeout off
9173 \uuline off
9174 \uwave off
9175 \noun off
9176 \color none
9177 xLeftrightarrow
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186 \begin_inset Formula $\raisebox{6mm}{}\xLeftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9187 \end_inset
9188
9189
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 </row>
9195 <row>
9196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200
9201 \family roman
9202 \series medium
9203 \shape up
9204 \size normal
9205 \emph off
9206 \bar no
9207 \strikeout off
9208 \uuline off
9209 \uwave off
9210 \noun off
9211 \color none
9212
9213 \backslash
9214 xhookleftarrow
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223 \begin_inset Formula $\raisebox{6mm}{}\xhookleftarrow[x=a]{x>0}\raisebox{-4mm}{}$
9224 \end_inset
9225
9226
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 </row>
9232 <row>
9233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237
9238 \family roman
9239 \series medium
9240 \shape up
9241 \size normal
9242 \emph off
9243 \bar no
9244 \strikeout off
9245 \uuline off
9246 \uwave off
9247 \noun off
9248 \color none
9249
9250 \backslash
9251 xhookrightarrow
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Plain Layout
9260 \begin_inset Formula $\raisebox{6mm}{}\xhookrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9261 \end_inset
9262
9263
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 </row>
9269 </lyxtabular>
9270
9271 \end_inset
9272
9273
9274 \begin_inset space \hspace*{\fill}
9275 \end_inset
9276
9277
9278 \begin_inset Tabular
9279 <lyxtabular version="3" rows="7" columns="2">
9280 <features tabularvalignment="middle">
9281 <column alignment="center" valignment="top" width="0pt">
9282 <column alignment="center" valignment="top" width="0pt">
9283 <row>
9284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288 Command
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9294 \begin_inset Text
9295
9296 \begin_layout Plain Layout
9297 Example
9298 \begin_inset Note Note
9299 status collapsed
9300
9301 \begin_layout Plain Layout
9302
9303 \series bold
9304
9305 \backslash
9306 raisebox
9307 \series default
9308  is only used as spacer.
9309 \end_layout
9310
9311 \end_inset
9312
9313
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 </row>
9319 <row>
9320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324
9325 \backslash
9326
9327 \family roman
9328 \series medium
9329 \shape up
9330 \size normal
9331 \emph off
9332 \bar no
9333 \strikeout off
9334 \uuline off
9335 \uwave off
9336 \noun off
9337 \color none
9338 xleftharpoondown
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Plain Layout
9347 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
9348 \end_inset
9349
9350
9351 \end_layout
9352
9353 \end_inset
9354 </cell>
9355 </row>
9356 <row>
9357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361
9362 \backslash
9363
9364 \family roman
9365 \series medium
9366 \shape up
9367 \size normal
9368 \emph off
9369 \bar no
9370 \strikeout off
9371 \uuline off
9372 \uwave off
9373 \noun off
9374 \color none
9375 xleftharpoonup
9376 \end_layout
9377
9378 \end_inset
9379 </cell>
9380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9381 \begin_inset Text
9382
9383 \begin_layout Plain Layout
9384 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
9385 \end_inset
9386
9387
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 </row>
9393 <row>
9394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Plain Layout
9398
9399 \backslash
9400
9401 \family roman
9402 \series medium
9403 \shape up
9404 \size normal
9405 \emph off
9406 \bar no
9407 \strikeout off
9408 \uuline off
9409 \uwave off
9410 \noun off
9411 \color none
9412 xrightharpoondown
9413 \end_layout
9414
9415 \end_inset
9416 </cell>
9417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
9422 \end_inset
9423
9424
9425 \end_layout
9426
9427 \end_inset
9428 </cell>
9429 </row>
9430 <row>
9431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9432 \begin_inset Text
9433
9434 \begin_layout Plain Layout
9435
9436 \backslash
9437
9438 \family roman
9439 \series medium
9440 \shape up
9441 \size normal
9442 \emph off
9443 \bar no
9444 \strikeout off
9445 \uuline off
9446 \uwave off
9447 \noun off
9448 \color none
9449 xrightharpoonup
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
9459 \end_inset
9460
9461
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 </row>
9467 <row>
9468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Plain Layout
9472
9473 \backslash
9474
9475 \family roman
9476 \series medium
9477 \shape up
9478 \size normal
9479 \emph off
9480 \bar no
9481 \strikeout off
9482 \uuline off
9483 \uwave off
9484 \noun off
9485 \color none
9486 xleftrightharpoons
9487 \end_layout
9488
9489 \end_inset
9490 </cell>
9491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495 \begin_inset Formula $\raisebox{6mm}{}\xleftrightharpoons[x=a]{x>0}\raisebox{-4mm}{}$
9496 \end_inset
9497
9498
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 </row>
9504 <row>
9505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9506 \begin_inset Text
9507
9508 \begin_layout Plain Layout
9509
9510 \backslash
9511
9512 \family roman
9513 \series medium
9514 \shape up
9515 \size normal
9516 \emph off
9517 \bar no
9518 \strikeout off
9519 \uuline off
9520 \uwave off
9521 \noun off
9522 \color none
9523 xrightleftharpoons
9524 \end_layout
9525
9526 \end_inset
9527 </cell>
9528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9529 \begin_inset Text
9530
9531 \begin_layout Plain Layout
9532 \begin_inset Formula $\raisebox{6mm}{}\xrightleftharpoons[x=a]{x>0}\raisebox{-4mm}{}$
9533 \end_inset
9534
9535
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 </row>
9541 </lyxtabular>
9542
9543 \end_inset
9544
9545
9546 \begin_inset space \hspace*{\fill}
9547 \end_inset
9548
9549
9550 \end_layout
9551
9552 \begin_layout Standard
9553 The command scheme is for all these arrows:
9554 \begin_inset Separator parbreak
9555 \end_inset
9556
9557
9558 \end_layout
9559
9560 \begin_layout Standard
9561 \align center
9562 \begin_inset Tabular
9563 <lyxtabular version="3" rows="2" columns="2">
9564 <features tabularvalignment="middle">
9565 <column alignment="center" valignment="top" width="0pt">
9566 <column alignment="center" valignment="top" width="0pt">
9567 <row>
9568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9569 \begin_inset Text
9570
9571 \begin_layout Plain Layout
9572 Command
9573 \end_layout
9574
9575 \end_inset
9576 </cell>
9577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9578 \begin_inset Text
9579
9580 \begin_layout Plain Layout
9581 Result
9582 \begin_inset Note Note
9583 status collapsed
9584
9585 \begin_layout Plain Layout
9586
9587 \series bold
9588
9589 \backslash
9590 raisebox
9591 \series default
9592  is only used as spacer.
9593 \end_layout
9594
9595 \end_inset
9596
9597
9598 \end_layout
9599
9600 \end_inset
9601 </cell>
9602 </row>
9603 <row>
9604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9605 \begin_inset Text
9606
9607 \begin_layout Plain Layout
9608 F(a)
9609 \backslash
9610 xleftrightarrow[x=a]
9611 \backslash
9612 {x>0
9613 \begin_inset Formula $\to$
9614 \end_inset
9615
9616 F(x)
9617 \end_layout
9618
9619 \end_inset
9620 </cell>
9621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9622 \begin_inset Text
9623
9624 \begin_layout Plain Layout
9625 \begin_inset Formula $\raisebox{6mm}{}F(a)\xleftrightarrow[x=a]{x>0}F(x)\raisebox{-4mm}{}$
9626 \end_inset
9627
9628
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 </row>
9634 </lyxtabular>
9635
9636 \end_inset
9637
9638
9639 \end_layout
9640
9641 \begin_layout Subsection
9642 Vertical and diagonal Arrows
9643 \begin_inset Index idx
9644 status collapsed
9645
9646 \begin_layout Plain Layout
9647 Arrows ! diagonal
9648 \end_layout
9649
9650 \end_inset
9651
9652
9653 \begin_inset Index idx
9654 status collapsed
9655
9656 \begin_layout Plain Layout
9657 Arrows ! vertical
9658 \end_layout
9659
9660 \end_inset
9661
9662
9663 \end_layout
9664
9665 \begin_layout Standard
9666 \begin_inset space \hfill{}
9667 \end_inset
9668
9669
9670 \begin_inset Tabular
9671 <lyxtabular version="3" rows="7" columns="2">
9672 <features tabularvalignment="middle">
9673 <column alignment="center" valignment="top" width="0pt">
9674 <column alignment="center" valignment="top" width="0pt">
9675 <row>
9676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9677 \begin_inset Text
9678
9679 \begin_layout Plain Layout
9680 Command
9681 \end_layout
9682
9683 \end_inset
9684 </cell>
9685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Plain Layout
9689 Result
9690 \end_layout
9691
9692 \end_inset
9693 </cell>
9694 </row>
9695 <row>
9696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9697 \begin_inset Text
9698
9699 \begin_layout Plain Layout
9700
9701 \backslash
9702 uparrow
9703 \end_layout
9704
9705 \end_inset
9706 </cell>
9707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9708 \begin_inset Text
9709
9710 \begin_layout Plain Layout
9711 \begin_inset Formula $\uparrow$
9712 \end_inset
9713
9714
9715 \end_layout
9716
9717 \end_inset
9718 </cell>
9719 </row>
9720 <row>
9721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9722 \begin_inset Text
9723
9724 \begin_layout Plain Layout
9725
9726 \backslash
9727 Uparrow
9728 \end_layout
9729
9730 \end_inset
9731 </cell>
9732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9733 \begin_inset Text
9734
9735 \begin_layout Plain Layout
9736 \begin_inset Formula $\Uparrow$
9737 \end_inset
9738
9739
9740 \end_layout
9741
9742 \end_inset
9743 </cell>
9744 </row>
9745 <row>
9746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750
9751 \backslash
9752 updownarrow
9753 \end_layout
9754
9755 \end_inset
9756 </cell>
9757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761 \begin_inset Formula $\updownarrow$
9762 \end_inset
9763
9764
9765 \end_layout
9766
9767 \end_inset
9768 </cell>
9769 </row>
9770 <row>
9771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9772 \begin_inset Text
9773
9774 \begin_layout Plain Layout
9775
9776 \backslash
9777 Updownarrow
9778 \end_layout
9779
9780 \end_inset
9781 </cell>
9782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9783 \begin_inset Text
9784
9785 \begin_layout Plain Layout
9786 \begin_inset Formula $\Updownarrow$
9787 \end_inset
9788
9789
9790 \end_layout
9791
9792 \end_inset
9793 </cell>
9794 </row>
9795 <row>
9796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9797 \begin_inset Text
9798
9799 \begin_layout Plain Layout
9800
9801 \backslash
9802 Downarrow
9803 \end_layout
9804
9805 \end_inset
9806 </cell>
9807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9808 \begin_inset Text
9809
9810 \begin_layout Plain Layout
9811 \begin_inset Formula $\Downarrow$
9812 \end_inset
9813
9814
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 </row>
9820 <row>
9821 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9822 \begin_inset Text
9823
9824 \begin_layout Plain Layout
9825
9826 \backslash
9827 downarrow
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9833 \begin_inset Text
9834
9835 \begin_layout Plain Layout
9836 \begin_inset Formula $\downarrow$
9837 \end_inset
9838
9839
9840 \end_layout
9841
9842 \end_inset
9843 </cell>
9844 </row>
9845 </lyxtabular>
9846
9847 \end_inset
9848
9849
9850 \begin_inset space \hfill{}
9851 \end_inset
9852
9853
9854 \begin_inset Tabular
9855 <lyxtabular version="3" rows="5" columns="2">
9856 <features tabularvalignment="middle">
9857 <column alignment="center" valignment="top" width="0pt">
9858 <column alignment="center" valignment="top" width="0pt">
9859 <row>
9860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864 Command
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9870 \begin_inset Text
9871
9872 \begin_layout Plain Layout
9873 Result
9874 \end_layout
9875
9876 \end_inset
9877 </cell>
9878 </row>
9879 <row>
9880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884
9885 \backslash
9886 nearrow
9887 \end_layout
9888
9889 \end_inset
9890 </cell>
9891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895 \begin_inset Formula $\nearrow$
9896 \end_inset
9897
9898
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 </row>
9904 <row>
9905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9906 \begin_inset Text
9907
9908 \begin_layout Plain Layout
9909
9910 \backslash
9911 searrow
9912 \end_layout
9913
9914 \end_inset
9915 </cell>
9916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9917 \begin_inset Text
9918
9919 \begin_layout Plain Layout
9920 \begin_inset Formula $\searrow$
9921 \end_inset
9922
9923
9924 \end_layout
9925
9926 \end_inset
9927 </cell>
9928 </row>
9929 <row>
9930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Plain Layout
9934
9935 \backslash
9936 swarrow
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9942 \begin_inset Text
9943
9944 \begin_layout Plain Layout
9945 \begin_inset Formula $\swarrow$
9946 \end_inset
9947
9948
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 </row>
9954 <row>
9955 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959
9960 \backslash
9961 nwarrow
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970 \begin_inset Formula $\nwarrow$
9971 \end_inset
9972
9973
9974 \end_layout
9975
9976 \end_inset
9977 </cell>
9978 </row>
9979 </lyxtabular>
9980
9981 \end_inset
9982
9983
9984 \begin_inset space \hfill{}
9985 \end_inset
9986
9987
9988 \end_layout
9989
9990 \begin_layout Standard
9991 \begin_inset VSpace medskip
9992 \end_inset
9993
9994 Vertical arrows can be used also as delimiters together with the commands
9995  described in 
9996 \begin_inset CommandInset ref
9997 LatexCommand ref
9998 reference "subsec:Manual-Bracket-Size"
9999
10000 \end_inset
10001
10002  and 
10003 \begin_inset CommandInset ref
10004 LatexCommand ref
10005 reference "subsec:Automatic-Bracket-Size"
10006
10007 \end_inset
10008
10009 .
10010 \end_layout
10011
10012 \begin_layout Section
10013 Accents
10014 \begin_inset CommandInset label
10015 LatexCommand label
10016 name "sec:Accents"
10017
10018 \end_inset
10019
10020
10021 \begin_inset Index idx
10022 status collapsed
10023
10024 \begin_layout Plain Layout
10025 Accents
10026 \end_layout
10027
10028 \end_inset
10029
10030
10031 \end_layout
10032
10033 \begin_layout Standard
10034 Accents can be inserted via the math toolbar button 
10035 \begin_inset Info
10036 type  "icon"
10037 arg   "math-insert \\hat"
10038 \end_inset
10039
10040  or the commands listed in the following subsections.
10041 \end_layout
10042
10043 \begin_layout Subsection
10044 Accents for one Character
10045 \begin_inset ERT
10046 status collapsed
10047
10048 \begin_layout Plain Layout
10049
10050
10051 \backslash
10052 texorpdfstring{
10053 \end_layout
10054
10055 \end_inset
10056
10057
10058 \begin_inset Foot
10059 status collapsed
10060
10061 \begin_layout Plain Layout
10062 accents in text see 
10063 \begin_inset CommandInset ref
10064 LatexCommand ref
10065 reference "subsec:Accents-in-Text"
10066
10067 \end_inset
10068
10069
10070 \end_layout
10071
10072 \end_inset
10073
10074
10075 \begin_inset ERT
10076 status collapsed
10077
10078 \begin_layout Plain Layout
10079
10080 }{}
10081 \end_layout
10082
10083 \end_inset
10084
10085
10086 \begin_inset Note Note
10087 status collapsed
10088
10089 \begin_layout Plain Layout
10090
10091 \series bold
10092
10093 \backslash
10094 texorpdfstring
10095 \series default
10096  is used to avoid that the footnote appears in the PDF-bookmark.
10097 \end_layout
10098
10099 \begin_layout Plain Layout
10100 More about 
10101 \series bold
10102
10103 \backslash
10104 texorpdfstring
10105 \series default
10106  is in section 
10107 \begin_inset CommandInset ref
10108 LatexCommand ref
10109 reference "subsec:Formulas-in-Section"
10110
10111 \end_inset
10112
10113 .
10114 \end_layout
10115
10116 \end_inset
10117
10118
10119 \begin_inset CommandInset label
10120 LatexCommand label
10121 name "subsec:Accents-for-one"
10122
10123 \end_inset
10124
10125
10126 \begin_inset Index idx
10127 status collapsed
10128
10129 \begin_layout Plain Layout
10130 Accents ! for one character
10131 \end_layout
10132
10133 \end_inset
10134
10135
10136 \end_layout
10137
10138 \begin_layout Standard
10139 \begin_inset space \hfill{}
10140 \end_inset
10141
10142
10143 \begin_inset Tabular
10144 <lyxtabular version="3" rows="8" columns="2">
10145 <features tabularvalignment="middle">
10146 <column alignment="center" valignment="top" width="0pt">
10147 <column alignment="center" valignment="top" width="0pt">
10148 <row>
10149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153 Command
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162 Result
10163 \begin_inset Note Note
10164 status collapsed
10165
10166 \begin_layout Plain Layout
10167
10168 \series bold
10169
10170 \backslash
10171 raisebox
10172 \series default
10173  is only used as spacer.
10174 \end_layout
10175
10176 \end_inset
10177
10178
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 </row>
10184 <row>
10185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Plain Layout
10189
10190 \backslash
10191 dot
10192 \begin_inset space \textvisiblespace{}
10193 \end_inset
10194
10195 A
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
10205 \end_inset
10206
10207
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 </row>
10213 <row>
10214 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Plain Layout
10218
10219 \backslash
10220 ddot
10221 \begin_inset space \textvisiblespace{}
10222 \end_inset
10223
10224 A
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
10234 \end_inset
10235
10236
10237 \end_layout
10238
10239 \end_inset
10240 </cell>
10241 </row>
10242 <row>
10243 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247
10248 \backslash
10249 dddot
10250 \begin_inset space \textvisiblespace{}
10251 \end_inset
10252
10253 A
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
10263 \end_inset
10264
10265
10266 \end_layout
10267
10268 \end_inset
10269 </cell>
10270 </row>
10271 <row>
10272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Plain Layout
10276
10277 \backslash
10278 ddddot
10279 \begin_inset space \textvisiblespace{}
10280 \end_inset
10281
10282 A
10283 \end_layout
10284
10285 \end_inset
10286 </cell>
10287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10288 \begin_inset Text
10289
10290 \begin_layout Plain Layout
10291 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
10292 \end_inset
10293
10294
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 </row>
10300 <row>
10301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305
10306 \backslash
10307 vec
10308 \begin_inset space \textvisiblespace{}
10309 \end_inset
10310
10311 A
10312 \begin_inset Index idx
10313 status collapsed
10314
10315 \begin_layout Plain Layout
10316 Vectors
10317 \end_layout
10318
10319 \end_inset
10320
10321
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
10331 \end_inset
10332
10333
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 </row>
10339 <row>
10340 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Plain Layout
10344
10345 \backslash
10346 bar
10347 \begin_inset space \textvisiblespace{}
10348 \end_inset
10349
10350 A
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
10360 \end_inset
10361
10362
10363 \end_layout
10364
10365 \end_inset
10366 </cell>
10367 </row>
10368 <row>
10369 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373
10374 \backslash
10375 mathring
10376 \begin_inset space \textvisiblespace{}
10377 \end_inset
10378
10379 A
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
10389 \end_inset
10390
10391
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 </row>
10397 </lyxtabular>
10398
10399 \end_inset
10400
10401
10402 \begin_inset space \hfill{}
10403 \end_inset
10404
10405
10406 \begin_inset Tabular
10407 <lyxtabular version="3" rows="7" columns="2">
10408 <features tabularvalignment="middle">
10409 <column alignment="center" valignment="top" width="0pt">
10410 <column alignment="center" valignment="top" width="0pt">
10411 <row>
10412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416 Command
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425 Result
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 </row>
10431 <row>
10432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436
10437 \backslash
10438 tilde
10439 \begin_inset space \textvisiblespace{}
10440 \end_inset
10441
10442 A
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10448 \begin_inset Text
10449
10450 \begin_layout Plain Layout
10451 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10452 \end_inset
10453
10454
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 </row>
10460 <row>
10461 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465
10466 \backslash
10467 hat
10468 \begin_inset space \textvisiblespace{}
10469 \end_inset
10470
10471 A
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Plain Layout
10480 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10481 \end_inset
10482
10483
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 </row>
10489 <row>
10490 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10491 \begin_inset Text
10492
10493 \begin_layout Plain Layout
10494
10495 \backslash
10496 check
10497 \begin_inset space \textvisiblespace{}
10498 \end_inset
10499
10500 A
10501 \end_layout
10502
10503 \end_inset
10504 </cell>
10505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10510 \end_inset
10511
10512
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 </row>
10518 <row>
10519 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523
10524 \backslash
10525 acute
10526 \begin_inset space \textvisiblespace{}
10527 \end_inset
10528
10529 A
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10539 \end_inset
10540
10541
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 </row>
10547 <row>
10548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552
10553 \backslash
10554 grave
10555 \begin_inset space \textvisiblespace{}
10556 \end_inset
10557
10558 A
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10568 \end_inset
10569
10570
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 </row>
10576 <row>
10577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581
10582 \backslash
10583 breve
10584 \begin_inset space \textvisiblespace{}
10585 \end_inset
10586
10587 A
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10597 \end_inset
10598
10599
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 </row>
10605 </lyxtabular>
10606
10607 \end_inset
10608
10609
10610 \begin_inset space \hfill{}
10611 \end_inset
10612
10613
10614 \end_layout
10615
10616 \begin_layout Standard
10617 \begin_inset VSpace bigskip
10618 \end_inset
10619
10620
10621 \end_layout
10622
10623 \begin_layout Standard
10624 You can directly insert accents like é to formulas.
10625  \SpecialChar LyX
10626  will transform them to the corresponding accent command.
10627  For umlauts
10628 \begin_inset Index idx
10629 status collapsed
10630
10631 \begin_layout Plain Layout
10632 Umlauts
10633 \end_layout
10634
10635 \end_inset
10636
10637  it is better to insert a quotation mark before the vowel.
10638  These two characters are then treated by \SpecialChar LaTeX
10639  as 
10640 \emph on
10641 one
10642 \emph default
10643  character when the formula part with the umlaut is marked as German.
10644  In contrary to 
10645 \series bold
10646
10647 \backslash
10648 ddot
10649 \series default
10650 , with this method 
10651 \begin_inset Quotes eld
10652 \end_inset
10653
10654 real
10655 \begin_inset Quotes erd
10656 \end_inset
10657
10658  umlauts are created as demonstrated in the following example:
10659 \end_layout
10660
10661 \begin_layout Standard
10662 \begin_inset VSpace -2mm
10663 \end_inset
10664
10665
10666 \end_layout
10667
10668 \begin_layout Standard
10669 \align center
10670 \begin_inset Tabular
10671 <lyxtabular version="3" rows="3" columns="2">
10672 <features tabularvalignment="middle">
10673 <column alignment="center" valignment="top">
10674 <column alignment="center" valignment="top">
10675 <row>
10676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10677 \begin_inset Text
10678
10679 \begin_layout Plain Layout
10680 Command
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689 Result
10690 \begin_inset Note Note
10691 status collapsed
10692
10693 \begin_layout Plain Layout
10694
10695 \series bold
10696
10697 \backslash
10698 raisebox
10699 \series default
10700  and the 0
10701 \begin_inset space \thinspace{}
10702 \end_inset
10703
10704 pt space are only used as spacer.
10705 \end_layout
10706
10707 \end_inset
10708
10709
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 </row>
10715 <row>
10716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720
10721 \lang ngerman
10722 \begin_inset Quotes grd
10723 \end_inset
10724
10725 i
10726 \end_layout
10727
10728 \end_inset
10729 </cell>
10730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734 \begin_inset space \hspace{}
10735 \length 0pt
10736 \end_inset
10737
10738
10739 \lang ngerman
10740
10741 \begin_inset Formula $"i$
10742 \end_inset
10743
10744
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 </row>
10750 <row>
10751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755
10756 \backslash
10757 ddot
10758 \begin_inset space \textvisiblespace{}
10759 \end_inset
10760
10761 i
10762 \end_layout
10763
10764 \end_inset
10765 </cell>
10766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10771 \end_inset
10772
10773
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 </row>
10779 </lyxtabular>
10780
10781 \end_inset
10782
10783
10784 \end_layout
10785
10786 \begin_layout Standard
10787 Another advantage to 
10788 \series bold
10789
10790 \backslash
10791 ddot
10792 \series default
10793  is that umlauts can directly be converted to mathematical text because
10794  the accent commands above are 
10795 \emph on
10796 not allowed
10797 \emph default
10798  
10799 \emph on
10800 in mathematical text
10801 \emph default
10802 .
10803  To convert an accented character to mathematical text, only the character
10804  under the accent may be converted.
10805  This applies also for all other conversions, e.
10806 \begin_inset space \thinspace{}
10807 \end_inset
10808
10809 g.
10810 \begin_inset space \space{}
10811 \end_inset
10812
10813 to italic or bold.
10814 \end_layout
10815
10816 \begin_layout Standard
10817 In mathematical text, umlauts and other accented characters can directly
10818  be inserted.
10819 \end_layout
10820
10821 \begin_layout Standard
10822 \begin_inset VSpace bigskip
10823 \end_inset
10824
10825
10826 \end_layout
10827
10828 \begin_layout Standard
10829 \SpecialChar LyX
10830  also supports a tilde under the character if the \SpecialChar LaTeX
10831 -package 
10832 \series bold
10833 undertilde
10834 \series default
10835
10836 \begin_inset Index idx
10837 status collapsed
10838
10839 \begin_layout Plain Layout
10840 Packages ! undertilde
10841 \end_layout
10842
10843 \end_inset
10844
10845  is installed on your system:
10846 \end_layout
10847
10848 \begin_layout Standard
10849 \begin_inset ERT
10850 status collapsed
10851
10852 \begin_layout Plain Layout
10853
10854
10855 \backslash
10856 ifundertilde 
10857 \end_layout
10858
10859 \end_inset
10860
10861
10862 \begin_inset Note Note
10863 status open
10864
10865 \begin_layout Plain Layout
10866 The following table will only be displayed when the \SpecialChar LaTeX
10867 -package 
10868 \series bold
10869 undertilde
10870 \series default
10871  is installed.
10872 \end_layout
10873
10874 \end_inset
10875
10876
10877 \begin_inset Separator parbreak
10878 \end_inset
10879
10880
10881 \end_layout
10882
10883 \begin_layout Standard
10884 \noindent
10885 \align center
10886 \begin_inset Tabular
10887 <lyxtabular version="3" rows="2" columns="2">
10888 <features tabularvalignment="middle">
10889 <column alignment="center" valignment="top" width="0pt">
10890 <column alignment="center" valignment="top" width="0pt">
10891 <row>
10892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10893 \begin_inset Text
10894
10895 \begin_layout Plain Layout
10896 Command
10897 \end_layout
10898
10899 \end_inset
10900 </cell>
10901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10902 \begin_inset Text
10903
10904 \begin_layout Plain Layout
10905 Result
10906 \end_layout
10907
10908 \end_inset
10909 </cell>
10910 </row>
10911 <row>
10912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10913 \begin_inset Text
10914
10915 \begin_layout Plain Layout
10916
10917 \backslash
10918 utilde
10919 \begin_inset space \textvisiblespace{}
10920 \end_inset
10921
10922 A
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
10932 \end_inset
10933
10934
10935 \end_layout
10936
10937 \end_inset
10938 </cell>
10939 </row>
10940 </lyxtabular>
10941
10942 \end_inset
10943
10944
10945 \end_layout
10946
10947 \begin_layout Standard
10948 \begin_inset ERT
10949 status collapsed
10950
10951 \begin_layout Plain Layout
10952
10953
10954 \backslash
10955 else 
10956 \end_layout
10957
10958 \end_inset
10959
10960
10961 \begin_inset Note Note
10962 status open
10963
10964 \begin_layout Plain Layout
10965 The following will be displayed when the \SpecialChar LaTeX
10966 -package 
10967 \series bold
10968 undertilde
10969 \series default
10970  is not installed:
10971 \end_layout
10972
10973 \end_inset
10974
10975
10976 \end_layout
10977
10978 \begin_layout Standard
10979 You need to install the \SpecialChar LaTeX
10980 -package 
10981 \series bold
10982 undertilde
10983 \series default
10984  to see the rest of this subsection in the output.
10985 \end_layout
10986
10987 \begin_layout Standard
10988 \begin_inset ERT
10989 status collapsed
10990
10991 \begin_layout Plain Layout
10992
10993
10994 \backslash
10995 fi 
10996 \end_layout
10997
10998 \end_inset
10999
11000
11001 \end_layout
11002
11003 \begin_layout Standard
11004 \begin_inset Newpage newpage
11005 \end_inset
11006
11007
11008 \end_layout
11009
11010 \begin_layout Subsection
11011 Accents for several Characters
11012 \begin_inset Index idx
11013 status collapsed
11014
11015 \begin_layout Plain Layout
11016 Accents ! for several characters
11017 \end_layout
11018
11019 \end_inset
11020
11021
11022 \end_layout
11023
11024 \begin_layout Standard
11025 \begin_inset space \hfill{}
11026 \end_inset
11027
11028
11029 \begin_inset Tabular
11030 <lyxtabular version="3" rows="5" columns="2">
11031 <features tabularvalignment="middle">
11032 <column alignment="center" valignment="top" width="0pt">
11033 <column alignment="center" valignment="top" width="0pt">
11034 <row>
11035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039 Command
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048 Result
11049 \begin_inset Note Note
11050 status collapsed
11051
11052 \begin_layout Plain Layout
11053
11054 \series bold
11055
11056 \backslash
11057 raisebox
11058 \series default
11059  is only used as spacer.
11060 \end_layout
11061
11062 \end_inset
11063
11064
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 </row>
11070 <row>
11071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075
11076 \backslash
11077 overleftarrow
11078 \begin_inset space \textvisiblespace{}
11079 \end_inset
11080
11081 A=B
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11087 \begin_inset Text
11088
11089 \begin_layout Plain Layout
11090 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
11091 \end_inset
11092
11093
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 </row>
11099 <row>
11100 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104
11105 \backslash
11106 underleftarrow
11107 \begin_inset space \textvisiblespace{}
11108 \end_inset
11109
11110 A=B
11111 \end_layout
11112
11113 \end_inset
11114 </cell>
11115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11116 \begin_inset Text
11117
11118 \begin_layout Plain Layout
11119 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
11120 \end_inset
11121
11122
11123 \end_layout
11124
11125 \end_inset
11126 </cell>
11127 </row>
11128 <row>
11129 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11130 \begin_inset Text
11131
11132 \begin_layout Plain Layout
11133
11134 \backslash
11135 overleftrightarrow
11136 \begin_inset space \textvisiblespace{}
11137 \end_inset
11138
11139 A=B
11140 \end_layout
11141
11142 \end_inset
11143 </cell>
11144 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11145 \begin_inset Text
11146
11147 \begin_layout Plain Layout
11148 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
11149 \end_inset
11150
11151
11152 \end_layout
11153
11154 \end_inset
11155 </cell>
11156 </row>
11157 <row>
11158 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11159 \begin_inset Text
11160
11161 \begin_layout Plain Layout
11162
11163 \backslash
11164 underleftrightarrow
11165 \begin_inset space \textvisiblespace{}
11166 \end_inset
11167
11168 A=B
11169 \end_layout
11170
11171 \end_inset
11172 </cell>
11173 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Plain Layout
11177 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
11178 \end_inset
11179
11180
11181 \end_layout
11182
11183 \end_inset
11184 </cell>
11185 </row>
11186 </lyxtabular>
11187
11188 \end_inset
11189
11190
11191 \begin_inset space \hfill{}
11192 \end_inset
11193
11194
11195 \begin_inset Tabular
11196 <lyxtabular version="3" rows="5" columns="2">
11197 <features tabularvalignment="middle">
11198 <column alignment="center" valignment="top" width="0pt">
11199 <column alignment="center" valignment="top" width="0pt">
11200 <row>
11201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205 Command
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214 Result
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 </row>
11220 <row>
11221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225
11226 \backslash
11227 overrightarrow
11228 \begin_inset space \textvisiblespace{}
11229 \end_inset
11230
11231 A=B
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11237 \begin_inset Text
11238
11239 \begin_layout Plain Layout
11240 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
11241 \end_inset
11242
11243
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 </row>
11249 <row>
11250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254
11255 \backslash
11256 underrightarrow
11257 \begin_inset space \textvisiblespace{}
11258 \end_inset
11259
11260 A=B
11261 \end_layout
11262
11263 \end_inset
11264 </cell>
11265 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
11270 \end_inset
11271
11272
11273 \end_layout
11274
11275 \end_inset
11276 </cell>
11277 </row>
11278 <row>
11279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283
11284 \backslash
11285 widetilde
11286 \begin_inset space \textvisiblespace{}
11287 \end_inset
11288
11289 A=B
11290 \end_layout
11291
11292 \end_inset
11293 </cell>
11294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11295 \begin_inset Text
11296
11297 \begin_layout Plain Layout
11298 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11299 \end_inset
11300
11301
11302 \end_layout
11303
11304 \end_inset
11305 </cell>
11306 </row>
11307 <row>
11308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11309 \begin_inset Text
11310
11311 \begin_layout Plain Layout
11312
11313 \backslash
11314 widehat
11315 \begin_inset space \textvisiblespace{}
11316 \end_inset
11317
11318 A=B
11319 \end_layout
11320
11321 \end_inset
11322 </cell>
11323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11324 \begin_inset Text
11325
11326 \begin_layout Plain Layout
11327 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11328 \end_inset
11329
11330
11331 \end_layout
11332
11333 \end_inset
11334 </cell>
11335 </row>
11336 </lyxtabular>
11337
11338 \end_inset
11339
11340
11341 \begin_inset space \hfill{}
11342 \end_inset
11343
11344
11345 \end_layout
11346
11347 \begin_layout Standard
11348 \begin_inset VSpace medskip
11349 \end_inset
11350
11351 With these commands as many characters as you like can be accented.
11352  But the accents 
11353 \series bold
11354
11355 \backslash
11356 widetilde
11357 \series default
11358  and 
11359 \series bold
11360
11361 \backslash
11362 widehat
11363 \series default
11364  will only be set in the output with a length of three characters, as shown
11365  in the following example:
11366 \begin_inset Formula 
11367 \[
11368 \widetilde{A+B=C-D}
11369 \]
11370
11371 \end_inset
11372
11373
11374 \end_layout
11375
11376 \begin_layout Standard
11377 With the commands 
11378 \series bold
11379
11380 \backslash
11381 overset
11382 \series default
11383
11384 \begin_inset Index idx
11385 status collapsed
11386
11387 \begin_layout Plain Layout
11388 Commands ! O ! 
11389 \backslash
11390 overset
11391 \end_layout
11392
11393 \end_inset
11394
11395  and 
11396 \series bold
11397
11398 \backslash
11399 underset
11400 \series default
11401
11402 \begin_inset Index idx
11403 status collapsed
11404
11405 \begin_layout Plain Layout
11406 Commands ! U ! 
11407 \backslash
11408 underset
11409 \end_layout
11410
11411 \end_inset
11412
11413  described in the previous subsection it is also possible to accent several
11414  characters.
11415  The command 
11416 \series bold
11417
11418 \backslash
11419 underset
11420 \begin_inset space \textvisiblespace{}
11421 \end_inset
11422
11423 A=B
11424 \begin_inset Formula $\downarrow$
11425 \end_inset
11426
11427 ***
11428 \series default
11429  creates:
11430 \begin_inset Formula 
11431 \[
11432 \underset{***}{A=B}
11433 \]
11434
11435 \end_inset
11436
11437
11438 \end_layout
11439
11440 \begin_layout Section
11441 Space
11442 \begin_inset CommandInset label
11443 LatexCommand label
11444 name "subsec:Space"
11445
11446 \end_inset
11447
11448
11449 \begin_inset Index idx
11450 status collapsed
11451
11452 \begin_layout Plain Layout
11453 Space ! horizontal
11454 \end_layout
11455
11456 \end_inset
11457
11458
11459 \end_layout
11460
11461 \begin_layout Subsection
11462 Predefined Space
11463 \begin_inset CommandInset label
11464 LatexCommand label
11465 name "subsec:Predefined-Space"
11466
11467 \end_inset
11468
11469
11470 \begin_inset Index idx
11471 status collapsed
11472
11473 \begin_layout Plain Layout
11474 Space ! horizontal ! predefined
11475 \end_layout
11476
11477 \end_inset
11478
11479
11480 \end_layout
11481
11482 \begin_layout Standard
11483 Sometimes it is necessary to insert horizontal space into a formula.
11484  This is done by inserting a protected space (shortcut 
11485 \begin_inset Info
11486 type  "shortcut"
11487 arg   "command-alternatives space-insert protected ; math-space"
11488 \end_inset
11489
11490 ).
11491  A 
11492 \begin_inset Quotes eld
11493 \end_inset
11494
11495
11496 \color blue
11497
11498 \begin_inset space \textvisiblespace{}
11499 \end_inset
11500
11501
11502 \color inherit
11503
11504 \begin_inset Quotes erd
11505 \end_inset
11506
11507  appears and by pressing 
11508 \family sans
11509 Space
11510 \family default
11511  several times one can select one of eight different space sizes.
11512  The spaces can also be inserted using the math toolbar button 
11513 \begin_inset Info
11514 type  "icon"
11515 arg   "math-insert \\space"
11516 \end_inset
11517
11518  or special commands.
11519  Independent from the inserted command, one can select the size again by
11520  pressing 
11521 \family sans
11522 Space
11523 \family default
11524  afterwards.
11525 \begin_inset Separator parbreak
11526 \end_inset
11527
11528
11529 \end_layout
11530
11531 \begin_layout Standard
11532 \noindent
11533 \align center
11534 \begin_inset Tabular
11535 <lyxtabular version="3" rows="6" columns="3">
11536 <features tabularvalignment="middle">
11537 <column alignment="center" valignment="top">
11538 <column alignment="center" valignment="top" width="15col%">
11539 <column alignment="center" valignment="top">
11540 <row>
11541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11542 \begin_inset Text
11543
11544 \begin_layout Plain Layout
11545 Command
11546 \end_layout
11547
11548 \end_inset
11549 </cell>
11550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11551 \begin_inset Text
11552
11553 \begin_layout Plain Layout
11554 Number of 
11555 \family sans
11556 Space
11557 \family default
11558  keystrokes
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11564 \begin_inset Text
11565
11566 \begin_layout Plain Layout
11567 Result
11568 \end_layout
11569
11570 \end_inset
11571 </cell>
11572 </row>
11573 <row>
11574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578
11579 \backslash
11580 ,
11581 \end_layout
11582
11583 \end_inset
11584 </cell>
11585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11586 \begin_inset Text
11587
11588 \begin_layout Plain Layout
11589 0
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Plain Layout
11598 \begin_inset Formula $A\,B$
11599 \end_inset
11600
11601
11602 \end_layout
11603
11604 \end_inset
11605 </cell>
11606 </row>
11607 <row>
11608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11609 \begin_inset Text
11610
11611 \begin_layout Plain Layout
11612
11613 \backslash
11614 :
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 1
11624 \end_layout
11625
11626 \end_inset
11627 </cell>
11628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11629 \begin_inset Text
11630
11631 \begin_layout Plain Layout
11632 \begin_inset Formula $A\:B$
11633 \end_inset
11634
11635
11636 \end_layout
11637
11638 \end_inset
11639 </cell>
11640 </row>
11641 <row>
11642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11643 \begin_inset Text
11644
11645 \begin_layout Plain Layout
11646
11647 \backslash
11648 ;
11649 \end_layout
11650
11651 \end_inset
11652 </cell>
11653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11654 \begin_inset Text
11655
11656 \begin_layout Plain Layout
11657 2
11658 \end_layout
11659
11660 \end_inset
11661 </cell>
11662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11663 \begin_inset Text
11664
11665 \begin_layout Plain Layout
11666 \begin_inset Formula $A\;B$
11667 \end_inset
11668
11669
11670 \end_layout
11671
11672 \end_inset
11673 </cell>
11674 </row>
11675 <row>
11676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680
11681 \backslash
11682 quad
11683 \end_layout
11684
11685 \end_inset
11686 </cell>
11687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11688 \begin_inset Text
11689
11690 \begin_layout Plain Layout
11691 3
11692 \end_layout
11693
11694 \end_inset
11695 </cell>
11696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700 \begin_inset Formula $A\quad B$
11701 \end_inset
11702
11703
11704 \end_layout
11705
11706 \end_inset
11707 </cell>
11708 </row>
11709 <row>
11710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11711 \begin_inset Text
11712
11713 \begin_layout Plain Layout
11714
11715 \backslash
11716 qquad
11717 \end_layout
11718
11719 \end_inset
11720 </cell>
11721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11722 \begin_inset Text
11723
11724 \begin_layout Plain Layout
11725 4
11726 \end_layout
11727
11728 \end_inset
11729 </cell>
11730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11731 \begin_inset Text
11732
11733 \begin_layout Plain Layout
11734 \begin_inset Formula $A\qquad B$
11735 \end_inset
11736
11737
11738 \end_layout
11739
11740 \end_inset
11741 </cell>
11742 </row>
11743 </lyxtabular>
11744
11745 \end_inset
11746
11747
11748 \begin_inset space \hfill{}
11749 \end_inset
11750
11751
11752 \begin_inset Tabular
11753 <lyxtabular version="3" rows="6" columns="3">
11754 <features tabularvalignment="middle">
11755 <column alignment="center" valignment="top">
11756 <column alignment="center" valignment="top" width="15col%">
11757 <column alignment="center" valignment="top">
11758 <row>
11759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11760 \begin_inset Text
11761
11762 \begin_layout Plain Layout
11763 Command
11764 \end_layout
11765
11766 \end_inset
11767 </cell>
11768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11769 \begin_inset Text
11770
11771 \begin_layout Plain Layout
11772 Number of 
11773 \family sans
11774 Space
11775 \family default
11776  keystrokes
11777 \end_layout
11778
11779 \end_inset
11780 </cell>
11781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11782 \begin_inset Text
11783
11784 \begin_layout Plain Layout
11785 Result
11786 \end_layout
11787
11788 \end_inset
11789 </cell>
11790 </row>
11791 <row>
11792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11793 \begin_inset Text
11794
11795 \begin_layout Plain Layout
11796
11797 \backslash
11798 hfill
11799 \end_layout
11800
11801 \end_inset
11802 </cell>
11803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11804 \begin_inset Text
11805
11806 \begin_layout Plain Layout
11807 5
11808 \end_layout
11809
11810 \end_inset
11811 </cell>
11812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11813 \begin_inset Text
11814
11815 \begin_layout Plain Layout
11816 \begin_inset Formula $A\hfill B$
11817 \end_inset
11818
11819
11820 \end_layout
11821
11822 \end_inset
11823 </cell>
11824 </row>
11825 <row>
11826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11827 \begin_inset Text
11828
11829 \begin_layout Plain Layout
11830
11831 \backslash
11832 hspace*{1em}
11833 \end_layout
11834
11835 \end_inset
11836 </cell>
11837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11838 \begin_inset Text
11839
11840 \begin_layout Plain Layout
11841 6
11842 \end_layout
11843
11844 \end_inset
11845 </cell>
11846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11847 \begin_inset Text
11848
11849 \begin_layout Plain Layout
11850 \begin_inset Formula $A\hspace*{1em}B$
11851 \end_inset
11852
11853
11854 \end_layout
11855
11856 \end_inset
11857 </cell>
11858 </row>
11859 <row>
11860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11861 \begin_inset Text
11862
11863 \begin_layout Plain Layout
11864
11865 \backslash
11866 hspace{1em}
11867 \end_layout
11868
11869 \end_inset
11870 </cell>
11871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11872 \begin_inset Text
11873
11874 \begin_layout Plain Layout
11875 7
11876 \end_layout
11877
11878 \end_inset
11879 </cell>
11880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11881 \begin_inset Text
11882
11883 \begin_layout Plain Layout
11884 \begin_inset Formula $A\hspace{1em}B$
11885 \end_inset
11886
11887
11888 \end_layout
11889
11890 \end_inset
11891 </cell>
11892 </row>
11893 <row>
11894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11895 \begin_inset Text
11896
11897 \begin_layout Plain Layout
11898
11899 \backslash
11900
11901 \begin_inset space \textvisiblespace{}
11902 \end_inset
11903
11904
11905 \end_layout
11906
11907 \end_inset
11908 </cell>
11909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11910 \begin_inset Text
11911
11912 \begin_layout Plain Layout
11913 8
11914 \end_layout
11915
11916 \end_inset
11917 </cell>
11918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11919 \begin_inset Text
11920
11921 \begin_layout Plain Layout
11922 \begin_inset Formula $A\ B$
11923 \end_inset
11924
11925
11926 \end_layout
11927
11928 \end_inset
11929 </cell>
11930 </row>
11931 <row>
11932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11933 \begin_inset Text
11934
11935 \begin_layout Plain Layout
11936
11937 \backslash
11938 !
11939 \end_layout
11940
11941 \end_inset
11942 </cell>
11943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11944 \begin_inset Text
11945
11946 \begin_layout Plain Layout
11947 9
11948 \end_layout
11949
11950 \end_inset
11951 </cell>
11952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11953 \begin_inset Text
11954
11955 \begin_layout Plain Layout
11956 \begin_inset Formula $A\!B$
11957 \end_inset
11958
11959
11960 \end_layout
11961
11962 \end_inset
11963 </cell>
11964 </row>
11965 </lyxtabular>
11966
11967 \end_inset
11968
11969
11970 \end_layout
11971
11972 \begin_layout Standard
11973 Space
11974 \begin_inset space ~
11975 \end_inset
11976
11977 5
11978 \begin_inset space \thinspace{}
11979 \end_inset
11980
11981
11982 \begin_inset space \thinspace{}
11983 \end_inset
11984
11985 7 are variable spaces which are explained in 
11986 \begin_inset CommandInset ref
11987 LatexCommand ref
11988 reference "subsec:Variable-Space"
11989
11990 \end_inset
11991
11992 .
11993  Space
11994 \begin_inset space ~
11995 \end_inset
11996
11997 9 seems to produce no space.
11998  It is displayed red in \SpecialChar LyX
11999  contrary to the other sizes, because it is a negative
12000  space.
12001  There are two more negative spaces:
12002 \begin_inset Separator parbreak
12003 \end_inset
12004
12005
12006 \end_layout
12007
12008 \begin_layout Standard
12009 \align center
12010 \begin_inset Tabular
12011 <lyxtabular version="3" rows="3" columns="3">
12012 <features tabularvalignment="middle">
12013 <column alignment="center" valignment="middle" width="6.8cm">
12014 <column alignment="center" valignment="top" width="0pt">
12015 <column alignment="center" valignment="top" width="0pt">
12016 <row>
12017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12018 \begin_inset Text
12019
12020 \begin_layout Plain Layout
12021 Command
12022 \end_layout
12023
12024 \end_inset
12025 </cell>
12026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12027 \begin_inset Text
12028
12029 \begin_layout Plain Layout
12030
12031 \backslash
12032 negmedspace
12033 \end_layout
12034
12035 \end_inset
12036 </cell>
12037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12038 \begin_inset Text
12039
12040 \begin_layout Plain Layout
12041
12042 \backslash
12043 negthickspace
12044 \end_layout
12045
12046 \end_inset
12047 </cell>
12048 </row>
12049 <row>
12050 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12051 \begin_inset Text
12052
12053 \begin_layout Plain Layout
12054 Number of 
12055 \family sans
12056 Space
12057 \family default
12058  keystrokes after inserting the protected space
12059 \end_layout
12060
12061 \end_inset
12062 </cell>
12063 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12064 \begin_inset Text
12065
12066 \begin_layout Plain Layout
12067 10
12068 \end_layout
12069
12070 \end_inset
12071 </cell>
12072 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12073 \begin_inset Text
12074
12075 \begin_layout Plain Layout
12076 11
12077 \end_layout
12078
12079 \end_inset
12080 </cell>
12081 </row>
12082 <row>
12083 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12084 \begin_inset Text
12085
12086 \begin_layout Plain Layout
12087 Result
12088 \end_layout
12089
12090 \end_inset
12091 </cell>
12092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12093 \begin_inset Text
12094
12095 \begin_layout Plain Layout
12096 \begin_inset Formula $A\negmedspace B$
12097 \end_inset
12098
12099
12100 \end_layout
12101
12102 \end_inset
12103 </cell>
12104 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12105 \begin_inset Text
12106
12107 \begin_layout Plain Layout
12108 \begin_inset Formula $A\negthickspace B$
12109 \end_inset
12110
12111
12112 \end_layout
12113
12114 \end_inset
12115 </cell>
12116 </row>
12117 </lyxtabular>
12118
12119 \end_inset
12120
12121
12122 \end_layout
12123
12124 \begin_layout Standard
12125 Negative spaces can lead to characters overlapping each other.
12126  Thus they can be used to enforce ligatures, which are e.
12127 \begin_inset space \thinspace{}
12128 \end_inset
12129
12130 g.
12131 \begin_inset space \space{}
12132 \end_inset
12133
12134 useful for summation operators:
12135 \begin_inset Separator parbreak
12136 \end_inset
12137
12138
12139 \end_layout
12140
12141 \begin_layout Standard
12142 \align center
12143 \begin_inset Tabular
12144 <lyxtabular version="3" rows="3" columns="2">
12145 <features tabularvalignment="middle">
12146 <column alignment="center" valignment="top">
12147 <column alignment="center" valignment="top">
12148 <row>
12149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12150 \begin_inset Text
12151
12152 \begin_layout Plain Layout
12153 Command
12154 \end_layout
12155
12156 \end_inset
12157 </cell>
12158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12159 \begin_inset Text
12160
12161 \begin_layout Plain Layout
12162 Result
12163 \begin_inset Note Note
12164 status collapsed
12165
12166 \begin_layout Plain Layout
12167
12168 \series bold
12169
12170 \backslash
12171 raisebox
12172 \series default
12173  is only used as spacer.
12174 \end_layout
12175
12176 \end_inset
12177
12178
12179 \end_layout
12180
12181 \end_inset
12182 </cell>
12183 </row>
12184 <row>
12185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12186 \begin_inset Text
12187
12188 \begin_layout Plain Layout
12189
12190 \backslash
12191 sum
12192 \backslash
12193 sum
12194 \begin_inset space \textvisiblespace{}
12195 \end_inset
12196
12197 f_kl
12198 \end_layout
12199
12200 \end_inset
12201 </cell>
12202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12203 \begin_inset Text
12204
12205 \begin_layout Plain Layout
12206 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
12207 \end_inset
12208
12209
12210 \end_layout
12211
12212 \end_inset
12213 </cell>
12214 </row>
12215 <row>
12216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12217 \begin_inset Text
12218
12219 \begin_layout Plain Layout
12220
12221 \backslash
12222 sum
12223 \backslash
12224 negmedspace
12225 \backslash
12226 sum
12227 \begin_inset space \textvisiblespace{}
12228 \end_inset
12229
12230 f_kl
12231 \end_layout
12232
12233 \end_inset
12234 </cell>
12235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12236 \begin_inset Text
12237
12238 \begin_layout Plain Layout
12239 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
12240 \end_inset
12241
12242
12243 \end_layout
12244
12245 \end_inset
12246 </cell>
12247 </row>
12248 </lyxtabular>
12249
12250 \end_inset
12251
12252
12253 \end_layout
12254
12255 \begin_layout Standard
12256 \noindent
12257 \begin_inset VSpace medskip
12258 \end_inset
12259
12260
12261 \end_layout
12262
12263 \begin_layout Standard
12264 \noindent
12265 Relations like for example equal signs, are always surrounded by space.
12266  To suppress this, the equal sign is placed into a \SpecialChar TeX
12267  brace.
12268  The following example demonstrates this:
12269 \begin_inset Separator parbreak
12270 \end_inset
12271
12272
12273 \end_layout
12274
12275 \begin_layout Standard
12276 \align center
12277 \begin_inset Tabular
12278 <lyxtabular version="3" rows="2" columns="2">
12279 <features tabularvalignment="middle">
12280 <column alignment="center" valignment="top" width="0pt">
12281 <column alignment="center" valignment="top" width="0pt">
12282 <row>
12283 <cell alignment="center" valignment="top" usebox="none">
12284 \begin_inset Text
12285
12286 \begin_layout Plain Layout
12287 normal equation
12288 \end_layout
12289
12290 \end_inset
12291 </cell>
12292 <cell alignment="center" valignment="top" usebox="none">
12293 \begin_inset Text
12294
12295 \begin_layout Plain Layout
12296 \begin_inset Formula $A=B$
12297 \end_inset
12298
12299
12300 \end_layout
12301
12302 \end_inset
12303 </cell>
12304 </row>
12305 <row>
12306 <cell alignment="center" valignment="top" usebox="none">
12307 \begin_inset Text
12308
12309 \begin_layout Plain Layout
12310 \begin_inset Note Note
12311 status collapsed
12312
12313 \begin_layout Plain Layout
12314
12315 \series bold
12316
12317 \backslash
12318 raisebox
12319 \series default
12320  is only used as spacer.
12321 \end_layout
12322
12323 \end_inset
12324
12325
12326 \begin_inset Formula $\raisebox{5mm}{}$
12327 \end_inset
12328
12329 equation without space
12330 \end_layout
12331
12332 \end_inset
12333 </cell>
12334 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12335 \begin_inset Text
12336
12337 \begin_layout Plain Layout
12338 \begin_inset Formula $A{=}B$
12339 \end_inset
12340
12341
12342 \end_layout
12343
12344 \end_inset
12345 </cell>
12346 </row>
12347 </lyxtabular>
12348
12349 \end_inset
12350
12351
12352 \end_layout
12353
12354 \begin_layout Standard
12355 \noindent
12356 The command for the last formula is: 
12357 \series bold
12358 A
12359 \backslash
12360 {=
12361 \begin_inset Formula $\to$
12362 \end_inset
12363
12364 B
12365 \end_layout
12366
12367 \begin_layout Standard
12368 \begin_inset VSpace bigskip
12369 \end_inset
12370
12371
12372 \end_layout
12373
12374 \begin_layout Standard
12375 Spaces are needed for physical units, because the space between the value
12376  and the unit is the smallest one and not a normal space.
12377  For units in text, the smallest space is inserted via the menu 
12378 \family sans
12379 Insert\SpecialChar menuseparator
12380 Formatting\SpecialChar menuseparator
12381 Thin
12382 \begin_inset space ~
12383 \end_inset
12384
12385 Space
12386 \family default
12387  (shortcut 
12388 \begin_inset Info
12389 type  "shortcut"
12390 arg   "space-insert thin"
12391 \end_inset
12392
12393 ).
12394 \end_layout
12395
12396 \begin_layout Standard
12397 An example to visualize the difference:
12398 \end_layout
12399
12400 \begin_layout Standard
12401 \begin_inset Tabular
12402 <lyxtabular version="3" rows="2" columns="2">
12403 <features tabularvalignment="middle">
12404 <column alignment="left" valignment="top">
12405 <column alignment="left" valignment="top">
12406 <row>
12407 <cell alignment="center" valignment="top" usebox="none">
12408 \begin_inset Text
12409
12410 \begin_layout Plain Layout
12411 24 kW
12412 \begin_inset Formula $\cdot$
12413 \end_inset
12414
12415 h
12416 \end_layout
12417
12418 \end_inset
12419 </cell>
12420 <cell alignment="center" valignment="top" usebox="none">
12421 \begin_inset Text
12422
12423 \begin_layout Plain Layout
12424 space between value and unit
12425 \end_layout
12426
12427 \end_inset
12428 </cell>
12429 </row>
12430 <row>
12431 <cell alignment="center" valignment="top" usebox="none">
12432 \begin_inset Text
12433
12434 \begin_layout Plain Layout
12435 24
12436 \begin_inset space \thinspace{}
12437 \end_inset
12438
12439 kW
12440 \begin_inset Formula $\cdot$
12441 \end_inset
12442
12443 h
12444 \end_layout
12445
12446 \end_inset
12447 </cell>
12448 <cell alignment="center" valignment="top" usebox="none">
12449 \begin_inset Text
12450
12451 \begin_layout Plain Layout
12452 smallest space between value and unit
12453 \end_layout
12454
12455 \end_inset
12456 </cell>
12457 </row>
12458 </lyxtabular>
12459
12460 \end_inset
12461
12462
12463 \end_layout
12464
12465 \begin_layout Subsection
12466 Variable Space
12467 \begin_inset ERT
12468 status collapsed
12469
12470 \begin_layout Plain Layout
12471
12472
12473 \backslash
12474 texorpdfstring{
12475 \end_layout
12476
12477 \end_inset
12478
12479
12480 \begin_inset Foot
12481 status collapsed
12482
12483 \begin_layout Plain Layout
12484 for vertical space in formulas see 
12485 \begin_inset CommandInset ref
12486 LatexCommand ref
12487 reference "subsec:Line-Separation"
12488
12489 \end_inset
12490
12491
12492 \end_layout
12493
12494 \end_inset
12495
12496
12497 \begin_inset ERT
12498 status collapsed
12499
12500 \begin_layout Plain Layout
12501
12502 }{}
12503 \end_layout
12504
12505 \end_inset
12506
12507
12508 \begin_inset Note Note
12509 status collapsed
12510
12511 \begin_layout Plain Layout
12512
12513 \backslash
12514 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
12515 \end_layout
12516
12517 \begin_layout Plain Layout
12518 More about 
12519 \backslash
12520 texorpdfstring is in section 
12521 \begin_inset CommandInset ref
12522 LatexCommand ref
12523 reference "subsec:Formulas-in-Section"
12524
12525 \end_inset
12526
12527 .
12528 \end_layout
12529
12530 \end_inset
12531
12532
12533 \begin_inset CommandInset label
12534 LatexCommand label
12535 name "subsec:Variable-Space"
12536
12537 \end_inset
12538
12539
12540 \begin_inset Index idx
12541 status collapsed
12542
12543 \begin_layout Plain Layout
12544 Space ! horizontal ! variable
12545 \end_layout
12546
12547 \end_inset
12548
12549
12550 \end_layout
12551
12552 \begin_layout Standard
12553 Space with a defined length can be inserted with the command 
12554 \series bold
12555
12556 \backslash
12557 hspace
12558 \series default
12559
12560 \begin_inset Index idx
12561 status collapsed
12562
12563 \begin_layout Plain Layout
12564 Commands ! H ! 
12565 \backslash
12566 hspace
12567 \end_layout
12568
12569 \end_inset
12570
12571 .
12572  Then a long 
12573 \begin_inset Quotes eld
12574 \end_inset
12575
12576
12577 \color blue
12578
12579 \begin_inset space \textvisiblespace{}
12580 \end_inset
12581
12582
12583 \color inherit
12584
12585 \begin_inset Quotes erd
12586 \end_inset
12587
12588  appears.
12589  The length can be specified by left-clicking on the 
12590 \begin_inset Quotes eld
12591 \end_inset
12592
12593
12594 \color blue
12595
12596 \begin_inset space \textvisiblespace{}
12597 \end_inset
12598
12599
12600 \color inherit
12601
12602 \begin_inset Quotes erd
12603 \end_inset
12604
12605 .
12606  The length may also be negative.
12607  When a space would be the first character in a line it would be omitted.
12608  To force its output use the command 
12609 \series bold
12610
12611 \backslash
12612 hspace*
12613 \series default
12614  instead of 
12615 \series bold
12616
12617 \backslash
12618 hspace
12619 \series default
12620  or left-click on the 
12621 \begin_inset Quotes eld
12622 \end_inset
12623
12624
12625 \color blue
12626
12627 \begin_inset space \textvisiblespace{}
12628 \end_inset
12629
12630
12631 \color inherit
12632
12633 \begin_inset Quotes erd
12634 \end_inset
12635
12636  and check the option 
12637 \family sans
12638 Protect
12639 \family default
12640 .
12641 \begin_inset Newline newline
12642 \end_inset
12643
12644 To insert as much space as is available, the command 
12645 \series bold
12646
12647 \backslash
12648 hfill
12649 \series default
12650
12651 \begin_inset Index idx
12652 status collapsed
12653
12654 \begin_layout Plain Layout
12655 Commands ! H ! 
12656 \backslash
12657 hfill
12658 \end_layout
12659
12660 \end_inset
12661
12662  is used.
12663 \end_layout
12664
12665 \begin_layout Standard
12666 \begin_inset VSpace -1mm
12667 \end_inset
12668
12669
12670 \end_layout
12671
12672 \begin_layout Standard
12673 \align center
12674 \begin_inset Tabular
12675 <lyxtabular version="3" rows="4" columns="2">
12676 <features tabularvalignment="middle">
12677 <column alignment="center" valignment="top">
12678 <column alignment="center" valignment="top">
12679 <row>
12680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12681 \begin_inset Text
12682
12683 \begin_layout Plain Layout
12684 Command (
12685 \backslash
12686 hspace length)
12687 \end_layout
12688
12689 \end_inset
12690 </cell>
12691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12692 \begin_inset Text
12693
12694 \begin_layout Plain Layout
12695 Result
12696 \end_layout
12697
12698 \end_inset
12699 </cell>
12700 </row>
12701 <row>
12702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12703 \begin_inset Text
12704
12705 \begin_layout Plain Layout
12706 A=B
12707 \backslash
12708 hspace
12709 \begin_inset space \textvisiblespace{}
12710 \end_inset
12711
12712 A
12713 \backslash
12714 not=C (3
12715 \begin_inset space \thinspace{}
12716 \end_inset
12717
12718 cm)
12719 \end_layout
12720
12721 \end_inset
12722 </cell>
12723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12724 \begin_inset Text
12725
12726 \begin_layout Plain Layout
12727 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12728 \end_inset
12729
12730
12731 \end_layout
12732
12733 \end_inset
12734 </cell>
12735 </row>
12736 <row>
12737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12738 \begin_inset Text
12739
12740 \begin_layout Plain Layout
12741 A
12742 \backslash
12743 hspace
12744 \begin_inset space \textvisiblespace{}
12745 \end_inset
12746
12747 A
12748 \backslash
12749 not=A (-1
12750 \begin_inset space \thinspace{}
12751 \end_inset
12752
12753 mm)
12754 \end_layout
12755
12756 \end_inset
12757 </cell>
12758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12759 \begin_inset Text
12760
12761 \begin_layout Plain Layout
12762 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12763 \end_inset
12764
12765
12766 \end_layout
12767
12768 \end_inset
12769 </cell>
12770 </row>
12771 <row>
12772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12773 \begin_inset Text
12774
12775 \begin_layout Plain Layout
12776 A=A
12777 \backslash
12778 hfill
12779 \begin_inset space \textvisiblespace{}
12780 \end_inset
12781
12782 B=B
12783 \end_layout
12784
12785 \end_inset
12786 </cell>
12787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12788 \begin_inset Text
12789
12790 \begin_layout Plain Layout
12791 \begin_inset Formula $A=A\hfill B=B$
12792 \end_inset
12793
12794
12795 \end_layout
12796
12797 \end_inset
12798 </cell>
12799 </row>
12800 </lyxtabular>
12801
12802 \end_inset
12803
12804
12805 \end_layout
12806
12807 \begin_layout Standard
12808 In the last example the available space is given by the longest column entry
12809  of the table.
12810  In an inline formula the space depends on the length of the line in which
12811  
12812 \series bold
12813
12814 \backslash
12815 hfill
12816 \series default
12817  is inserted.
12818  Thus, when the line uses the full width, no space will be created.
12819  
12820 \series bold
12821
12822 \backslash
12823 hfill
12824 \series default
12825  only has an effect on displayed formulas when the formula style 
12826 \series bold
12827 Indented
12828 \series default
12829  is used.
12830  (Formula styles are explained in 
12831 \begin_inset CommandInset ref
12832 LatexCommand ref
12833 reference "sec:Formula-Styles"
12834
12835 \end_inset
12836
12837 .)
12838 \end_layout
12839
12840 \begin_layout Standard
12841 Besides 
12842 \series bold
12843
12844 \backslash
12845 hfill
12846 \series default
12847 , there are the commands 
12848 \series bold
12849
12850 \backslash
12851 dotfill
12852 \series default
12853  and 
12854 \series bold
12855
12856 \backslash
12857 hrulefill
12858 \series default
12859  that fill the space with a pattern, see 
12860 \begin_inset CommandInset ref
12861 LatexCommand ref
12862 reference "subsec:Ellipses"
12863
12864 \end_inset
12865
12866  for an example.
12867 \end_layout
12868
12869 \begin_layout Standard
12870 For text, variable space can be inserted via the menu 
12871 \family sans
12872 Insert\SpecialChar menuseparator
12873 Formatting\SpecialChar menuseparator
12874 Horizontal
12875 \begin_inset space ~
12876 \end_inset
12877
12878 Space
12879 \family default
12880 :
12881 \end_layout
12882
12883 \begin_layout Standard
12884 This is a line with
12885 \begin_inset space \hspace{}
12886 \length 2cm
12887 \end_inset
12888
12889 2
12890 \begin_inset space \thinspace{}
12891 \end_inset
12892
12893 cm space.
12894 \end_layout
12895
12896 \begin_layout Standard
12897 This is a line with
12898 \begin_inset space \hfill{}
12899 \end_inset
12900
12901 maximum space.
12902 \end_layout
12903
12904 \begin_layout Subsection
12905 Space besides inline Formulas
12906 \begin_inset Index idx
12907 status collapsed
12908
12909 \begin_layout Plain Layout
12910 Space ! besides inline formulas
12911 \end_layout
12912
12913 \end_inset
12914
12915
12916 \end_layout
12917
12918 \begin_layout Standard
12919 The space that surrounds inline formulas can be adjusted with the length
12920  
12921 \series bold
12922
12923 \backslash
12924 mathsurround
12925 \series default
12926
12927 \begin_inset Index idx
12928 status collapsed
12929
12930 \begin_layout Plain Layout
12931 Commands ! M ! 
12932 \backslash
12933 mathsurround
12934 \end_layout
12935
12936 \end_inset
12937
12938 .
12939  The value of a length is set with the command 
12940 \series bold
12941
12942 \backslash
12943 setlength
12944 \series default
12945
12946 \begin_inset Index idx
12947 status collapsed
12948
12949 \begin_layout Plain Layout
12950 Commands ! S ! 
12951 \backslash
12952 setlength
12953 \end_layout
12954
12955 \end_inset
12956
12957  which has the following scheme:
12958 \end_layout
12959
12960 \begin_layout Standard
12961
12962 \series bold
12963
12964 \backslash
12965 setlength{length name}{value}
12966 \end_layout
12967
12968 \begin_layout Standard
12969 To set 
12970 \series bold
12971
12972 \backslash
12973 mathsurround
12974 \series default
12975  to the value 5
12976 \begin_inset space \thinspace{}
12977 \end_inset
12978
12979 mm, the command
12980 \end_layout
12981
12982 \begin_layout Standard
12983
12984 \series bold
12985
12986 \backslash
12987 setlength{
12988 \backslash
12989 mathsurround}{5mm}
12990 \end_layout
12991
12992 \begin_layout Standard
12993 is inserted in \SpecialChar TeX
12994  mode.
12995  5
12996 \begin_inset space \thinspace{}
12997 \end_inset
12998
12999 mm space will now be set around all inline formulas:
13000 \begin_inset ERT
13001 status collapsed
13002
13003 \begin_layout Plain Layout
13004
13005
13006 \backslash
13007 setlength{
13008 \backslash
13009 mathsurround}{5mm}
13010 \end_layout
13011
13012 \end_inset
13013
13014
13015 \end_layout
13016
13017 \begin_layout Standard
13018 This is a line with an inline formula 
13019 \begin_inset Formula $A=B$
13020 \end_inset
13021
13022  with 5
13023 \begin_inset space \thinspace{}
13024 \end_inset
13025
13026 mm surrounding space.
13027 \begin_inset ERT
13028 status collapsed
13029
13030 \begin_layout Plain Layout
13031
13032
13033 \backslash
13034 setlength{
13035 \backslash
13036 mathsurround}{0pt}
13037 \end_layout
13038
13039 \end_inset
13040
13041
13042 \end_layout
13043
13044 \begin_layout Standard
13045 To return to the predefined value, 
13046 \series bold
13047
13048 \backslash
13049 mathsurround
13050 \series default
13051  is set to the value 0
13052 \begin_inset space \thinspace{}
13053 \end_inset
13054
13055 pt.
13056 \end_layout
13057
13058 \begin_layout Section
13059 Boxes and Frames
13060 \begin_inset Index idx
13061 status collapsed
13062
13063 \begin_layout Plain Layout
13064 Boxes
13065 \end_layout
13066
13067 \end_inset
13068
13069
13070 \begin_inset Index idx
13071 status collapsed
13072
13073 \begin_layout Plain Layout
13074 Frames | see
13075 \begin_inset ERT
13076 status collapsed
13077
13078 \begin_layout Plain Layout
13079
13080 {
13081 \end_layout
13082
13083 \end_inset
13084
13085 Boxes
13086 \begin_inset ERT
13087 status collapsed
13088
13089 \begin_layout Plain Layout
13090
13091 }
13092 \end_layout
13093
13094 \end_inset
13095
13096
13097 \end_layout
13098
13099 \end_inset
13100
13101
13102 \end_layout
13103
13104 \begin_layout Standard
13105 Boxes for text are described in chapter 
13106 \family typewriter
13107 Boxes
13108 \family default
13109  in the 
13110 \family typewriter
13111 Embedded
13112 \begin_inset space ~
13113 \end_inset
13114
13115 Objects
13116 \family default
13117  manual.
13118 \end_layout
13119
13120 \begin_layout Subsection
13121 Boxes with Frame
13122 \begin_inset CommandInset label
13123 LatexCommand label
13124 name "subsec:Boxes-with-Frame"
13125
13126 \end_inset
13127
13128
13129 \begin_inset Index idx
13130 status collapsed
13131
13132 \begin_layout Plain Layout
13133 Boxes ! with frame
13134 \end_layout
13135
13136 \end_inset
13137
13138
13139 \end_layout
13140
13141 \begin_layout Standard
13142 It is possible to frame a formula or part of one with the commands 
13143 \series bold
13144
13145 \backslash
13146 fbox
13147 \series default
13148
13149 \begin_inset Index idx
13150 status collapsed
13151
13152 \begin_layout Plain Layout
13153 Commands ! F ! 
13154 \backslash
13155 fbox
13156 \end_layout
13157
13158 \end_inset
13159
13160  and 
13161 \series bold
13162
13163 \backslash
13164 boxed
13165 \series default
13166
13167 \begin_inset Index idx
13168 status collapsed
13169
13170 \begin_layout Plain Layout
13171 Commands ! B ! 
13172 \backslash
13173 boxed
13174 \end_layout
13175
13176 \end_inset
13177
13178 .
13179 \end_layout
13180
13181 \begin_layout Standard
13182 When one of these commands is inserted in a formula, a blue box appears
13183  within a frame to enter formula parts.
13184  For 
13185 \series bold
13186
13187 \backslash
13188 fbox
13189 \series default
13190  an additional formula has to be created by 
13191 \family sans
13192 Ctrl+M
13193 \family default
13194  within this box, because the box content will otherwise be treated as mathemati
13195 cal text.
13196  When 
13197 \series bold
13198
13199 \backslash
13200 boxed
13201 \series default
13202  is used, a new formula is automatically created inside the frame.
13203 \end_layout
13204
13205 \begin_layout Standard
13206 The command 
13207 \series bold
13208
13209 \backslash
13210 fbox
13211 \series default
13212  is not suitable to frame displayed formulas because the formula will always
13213  be set in the size of the text.
13214  
13215 \series bold
13216
13217 \backslash
13218 boxed
13219 \series default
13220  is in contrary not suitable to frame inline formulas, because the formula
13221  will always be set in the size of a displayed formula.
13222 \end_layout
13223
13224 \begin_layout Standard
13225 An extension to 
13226 \series bold
13227
13228 \backslash
13229 fbox
13230 \series default
13231  is the command 
13232 \series bold
13233
13234 \backslash
13235 framebox
13236 \series default
13237
13238 \begin_inset Index idx
13239 status collapsed
13240
13241 \begin_layout Plain Layout
13242 Commands ! F ! 
13243 \backslash
13244 framebox
13245 \end_layout
13246
13247 \end_inset
13248
13249  where additionally the frame width and the alignment can be specified.
13250  
13251 \series bold
13252
13253 \backslash
13254 framebox
13255 \series default
13256  is used in the following scheme:
13257 \end_layout
13258
13259 \begin_layout Standard
13260
13261 \series bold
13262
13263 \backslash
13264 framebox[frame width][position]{box content}
13265 \end_layout
13266
13267 \begin_layout Standard
13268 The position can either be 
13269 \emph on
13270 l
13271 \emph default
13272  or 
13273 \emph on
13274 r
13275 \emph default
13276 .
13277  
13278 \emph on
13279 l
13280 \emph default
13281  left aligns, 
13282 \emph on
13283 r
13284 \emph default
13285  right aligns the formula in the box.
13286  When no position is given, the formula will be centered.
13287 \begin_inset Newline newline
13288 \end_inset
13289
13290 If no width is given, also no position can be given.
13291  In this case the frame width is adjusted to the box content like for 
13292 \series bold
13293
13294 \backslash
13295 fbox
13296 \series default
13297 .
13298 \end_layout
13299
13300 \begin_layout Standard
13301 When the command 
13302 \series bold
13303
13304 \backslash
13305 framebox
13306 \series default
13307  is inserted, a box appears containing three blue boxes.
13308  The first two boxes are surrounded by brackets and denote the two optional
13309  arguments.
13310  The third box is for formula parts like for 
13311 \series bold
13312
13313 \backslash
13314 fbox
13315 \series default
13316 .
13317 \begin_inset Separator parbreak
13318 \end_inset
13319
13320
13321 \end_layout
13322
13323 \begin_layout Standard
13324 \align center
13325 \begin_inset Tabular
13326 <lyxtabular version="3" rows="5" columns="2">
13327 <features tabularvalignment="middle">
13328 <column alignment="center" valignment="top">
13329 <column alignment="center" valignment="top">
13330 <row>
13331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13332 \begin_inset Text
13333
13334 \begin_layout Plain Layout
13335 Command
13336 \end_layout
13337
13338 \end_inset
13339 </cell>
13340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13341 \begin_inset Text
13342
13343 \begin_layout Plain Layout
13344 Result
13345 \begin_inset Note Note
13346 status collapsed
13347
13348 \begin_layout Plain Layout
13349
13350 \series bold
13351
13352 \backslash
13353 raisebox
13354 \series default
13355  is only used as spacer.
13356 \end_layout
13357
13358 \end_inset
13359
13360
13361 \end_layout
13362
13363 \end_inset
13364 </cell>
13365 </row>
13366 <row>
13367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13368 \begin_inset Text
13369
13370 \begin_layout Plain Layout
13371
13372 \backslash
13373 fbox
13374 \begin_inset space \textvisiblespace{}
13375 \end_inset
13376
13377
13378 \family sans
13379 Ctrl+M
13380 \family default
13381  
13382 \backslash
13383 int
13384 \begin_inset space \textvisiblespace{}
13385 \end_inset
13386
13387 A=B
13388 \end_layout
13389
13390 \end_inset
13391 </cell>
13392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13393 \begin_inset Text
13394
13395 \begin_layout Plain Layout
13396 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
13397 \end_inset
13398
13399
13400 \end_layout
13401
13402 \end_inset
13403 </cell>
13404 </row>
13405 <row>
13406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13407 \begin_inset Text
13408
13409 \begin_layout Plain Layout
13410
13411 \backslash
13412 boxed
13413 \begin_inset space \textvisiblespace{}
13414 \end_inset
13415
13416
13417 \backslash
13418 int
13419 \begin_inset space \textvisiblespace{}
13420 \end_inset
13421
13422 A=B
13423 \end_layout
13424
13425 \end_inset
13426 </cell>
13427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13428 \begin_inset Text
13429
13430 \begin_layout Plain Layout
13431 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
13432 \end_inset
13433
13434
13435 \end_layout
13436
13437 \end_inset
13438 </cell>
13439 </row>
13440 <row>
13441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13442 \begin_inset Text
13443
13444 \begin_layout Plain Layout
13445 A+
13446 \backslash
13447 fbox
13448 \begin_inset space \textvisiblespace{}
13449 \end_inset
13450
13451 B
13452 \end_layout
13453
13454 \end_inset
13455 </cell>
13456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13457 \begin_inset Text
13458
13459 \begin_layout Plain Layout
13460 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13461 \end_inset
13462
13463
13464 \end_layout
13465
13466 \end_inset
13467 </cell>
13468 </row>
13469 <row>
13470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13471 \begin_inset Text
13472
13473 \begin_layout Plain Layout
13474
13475 \backslash
13476 framebox
13477 \begin_inset space \textvisiblespace{}
13478 \end_inset
13479
13480 20mm
13481 \begin_inset Formula $\to$
13482 \end_inset
13483
13484
13485 \begin_inset Formula $\to$
13486 \end_inset
13487
13488
13489 \family sans
13490 Ctrl+M
13491 \family default
13492  
13493 \backslash
13494 frac
13495 \begin_inset space \textvisiblespace{}
13496 \end_inset
13497
13498 A
13499 \begin_inset Formula $\downarrow$
13500 \end_inset
13501
13502 B
13503 \end_layout
13504
13505 \end_inset
13506 </cell>
13507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13508 \begin_inset Text
13509
13510 \begin_layout Plain Layout
13511 \begin_inset Formula $\raisebox{6mm}{}$
13512 \end_inset
13513
13514
13515 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13516 \end_inset
13517
13518
13519 \begin_inset Formula $\raisebox{-4mm}{}$
13520 \end_inset
13521
13522
13523 \end_layout
13524
13525 \end_inset
13526 </cell>
13527 </row>
13528 </lyxtabular>
13529
13530 \end_inset
13531
13532
13533 \end_layout
13534
13535 \begin_layout Standard
13536 The frame thickness can also be adjusted.
13537  To do this the following commands have to be inserted in \SpecialChar TeX
13538  mode before the
13539  formula
13540 \end_layout
13541
13542 \begin_layout Standard
13543
13544 \series bold
13545
13546 \backslash
13547 fboxrule
13548 \series default
13549  
13550 \series bold
13551
13552 \begin_inset Quotes eld
13553 \end_inset
13554
13555 thickness
13556 \begin_inset Quotes erd
13557 \end_inset
13558
13559
13560 \series default
13561  
13562 \series bold
13563
13564 \backslash
13565 fboxsep
13566 \series default
13567  
13568 \series bold
13569
13570 \begin_inset Quotes eld
13571 \end_inset
13572
13573 distance
13574 \begin_inset Quotes erd
13575 \end_inset
13576
13577
13578 \end_layout
13579
13580 \begin_layout Standard
13581 \begin_inset Quotes eld
13582 \end_inset
13583
13584 distance
13585 \begin_inset Quotes erd
13586 \end_inset
13587
13588  specifies the minimal distance between the frame and the first character
13589  in the box.
13590  An example for this is the following framed formula:
13591 \begin_inset ERT
13592 status collapsed
13593
13594 \begin_layout Plain Layout
13595
13596
13597 \backslash
13598 fboxrule 2mm 
13599 \backslash
13600 fboxsep 3mm
13601 \end_layout
13602
13603 \end_inset
13604
13605
13606 \begin_inset Formula 
13607 \[
13608 \boxed{A+B=C}
13609 \]
13610
13611 \end_inset
13612
13613 Before this formula the commands
13614 \end_layout
13615
13616 \begin_layout Standard
13617
13618 \series bold
13619
13620 \backslash
13621 fboxrule
13622 \series default
13623  
13624 \series bold
13625 2mm
13626 \series default
13627  
13628 \series bold
13629
13630 \backslash
13631 fboxsep
13632 \series default
13633  
13634 \series bold
13635 3mm
13636 \end_layout
13637
13638 \begin_layout Standard
13639 were inserted in \SpecialChar TeX
13640  mode.
13641  The given values are used for all following boxes.
13642 \end_layout
13643
13644 \begin_layout Standard
13645 To return to the standard frame size, the command
13646 \end_layout
13647
13648 \begin_layout Standard
13649
13650 \series bold
13651
13652 \backslash
13653 fboxrule
13654 \series default
13655  
13656 \series bold
13657 0.4pt
13658 \series default
13659  
13660 \series bold
13661
13662 \backslash
13663 fboxsep
13664 \series default
13665  
13666 \series bold
13667 3pt
13668 \series default
13669
13670 \begin_inset ERT
13671 status collapsed
13672
13673 \begin_layout Plain Layout
13674
13675
13676 \backslash
13677 fboxrule 0.4pt 
13678 \backslash
13679 fboxsep 3pt
13680 \end_layout
13681
13682 \end_inset
13683
13684
13685 \end_layout
13686
13687 \begin_layout Standard
13688 is inserted in \SpecialChar TeX
13689  mode before the next formula.
13690 \end_layout
13691
13692 \begin_layout Subsection
13693 Boxes without Frame
13694 \begin_inset CommandInset label
13695 LatexCommand label
13696 name "subsec:Boxes-without-Frame"
13697
13698 \end_inset
13699
13700
13701 \begin_inset Index idx
13702 status collapsed
13703
13704 \begin_layout Plain Layout
13705 Boxes ! without frame
13706 \end_layout
13707
13708 \end_inset
13709
13710
13711 \end_layout
13712
13713 \begin_layout Standard
13714 For boxes without a frame there are the following box commands: 
13715 \series bold
13716
13717 \backslash
13718 mbox
13719 \series default
13720
13721 \begin_inset Index idx
13722 status collapsed
13723
13724 \begin_layout Plain Layout
13725 Commands ! M ! 
13726 \backslash
13727 mbox
13728 \end_layout
13729
13730 \end_inset
13731
13732
13733 \series bold
13734
13735 \backslash
13736 makebox
13737 \series default
13738
13739 \begin_inset Index idx
13740 status collapsed
13741
13742 \begin_layout Plain Layout
13743 Commands ! M ! 
13744 \backslash
13745 makebox
13746 \end_layout
13747
13748 \end_inset
13749
13750  and 
13751 \series bold
13752
13753 \backslash
13754 raisebox
13755 \series default
13756
13757 \begin_inset Index idx
13758 status collapsed
13759
13760 \begin_layout Plain Layout
13761 Commands ! R ! 
13762 \backslash
13763 raisebox
13764 \end_layout
13765
13766 \end_inset
13767
13768
13769 \end_layout
13770
13771 \begin_layout Standard
13772 With 
13773 \series bold
13774
13775 \backslash
13776 raisebox
13777 \series default
13778  a box can be super- or subscripted.
13779  But in contrary to normal super- and subscripting, the characters in the
13780  box keep their font size.
13781  
13782 \series bold
13783
13784 \backslash
13785 raisebox
13786 \series default
13787  is used in the following scheme:
13788 \end_layout
13789
13790 \begin_layout Standard
13791
13792 \series bold
13793
13794 \backslash
13795 raisebox{height}{box content}
13796 \end_layout
13797
13798 \begin_layout Standard
13799 When the box should contain a formula, an extra formula is needed like for
13800  
13801 \series bold
13802
13803 \backslash
13804 fbox
13805 \series default
13806 .
13807  
13808 \series medium
13809
13810 \begin_inset Note Greyedout
13811 status open
13812
13813 \begin_layout Plain Layout
13814
13815 \series bold
13816 Note:
13817 \series default
13818  For 
13819 \series bold
13820
13821 \backslash
13822 raisebox
13823 \series default
13824  this extra formula is created by pressing 
13825 \family sans
13826 Ctrl+M
13827 \family default
13828  twice instead of once because \SpecialChar LyX
13829  doesn't yet support 
13830 \series bold
13831
13832 \backslash
13833 raisebox
13834 \series default
13835  directly.
13836 \end_layout
13837
13838 \end_inset
13839
13840
13841 \series default
13842
13843 \begin_inset Separator parbreak
13844 \end_inset
13845
13846
13847 \end_layout
13848
13849 \begin_layout Standard
13850 \align center
13851 \begin_inset Tabular
13852 <lyxtabular version="3" rows="4" columns="2">
13853 <features tabularvalignment="middle">
13854 <column alignment="center" valignment="top">
13855 <column alignment="center" valignment="top">
13856 <row>
13857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13858 \begin_inset Text
13859
13860 \begin_layout Plain Layout
13861 Command
13862 \end_layout
13863
13864 \end_inset
13865 </cell>
13866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13867 \begin_inset Text
13868
13869 \begin_layout Plain Layout
13870 Result
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 </row>
13876 <row>
13877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13878 \begin_inset Text
13879
13880 \begin_layout Plain Layout
13881 H
13882 \backslash
13883 raisebox{2mm
13884 \begin_inset Formula $\to$
13885 \end_inset
13886
13887
13888 \backslash
13889 {al
13890 \begin_inset Formula $\to$
13891 \end_inset
13892
13893  lo
13894 \end_layout
13895
13896 \end_inset
13897 </cell>
13898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13899 \begin_inset Text
13900
13901 \begin_layout Plain Layout
13902 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13903 \end_inset
13904
13905
13906 \end_layout
13907
13908 \end_inset
13909 </cell>
13910 </row>
13911 <row>
13912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13913 \begin_inset Text
13914
13915 \begin_layout Plain Layout
13916 H
13917 \backslash
13918 raisebox{-2mm
13919 \begin_inset Formula $\to$
13920 \end_inset
13921
13922
13923 \backslash
13924 {al
13925 \begin_inset Formula $\to$
13926 \end_inset
13927
13928 lo
13929 \end_layout
13930
13931 \end_inset
13932 </cell>
13933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Plain Layout
13937 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13938 \end_inset
13939
13940
13941 \end_layout
13942
13943 \end_inset
13944 </cell>
13945 </row>
13946 <row>
13947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13948 \begin_inset Text
13949
13950 \begin_layout Plain Layout
13951 A=
13952 \backslash
13953 raisebox{-2mm
13954 \begin_inset Formula $\to$
13955 \end_inset
13956
13957
13958 \backslash
13959 {
13960 \family sans
13961 Ctrl+M
13962 \family default
13963  
13964 \family sans
13965 Ctrl+M
13966 \family default
13967  
13968 \backslash
13969 sqrt
13970 \begin_inset space \textvisiblespace{}
13971 \end_inset
13972
13973
13974 \end_layout
13975
13976 \end_inset
13977 </cell>
13978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13979 \begin_inset Text
13980
13981 \begin_layout Plain Layout
13982 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13983 \end_inset
13984
13985
13986 \end_layout
13987
13988 \end_inset
13989 </cell>
13990 </row>
13991 </lyxtabular>
13992
13993 \end_inset
13994
13995
13996 \end_layout
13997
13998 \begin_layout Standard
13999 The command 
14000 \series bold
14001
14002 \backslash
14003 mbox
14004 \series default
14005  is equivalent to 
14006 \series bold
14007
14008 \backslash
14009 fbox
14010 \series default
14011  and 
14012 \series bold
14013
14014 \backslash
14015 makebox
14016 \series default
14017  is equivalent to 
14018 \series bold
14019
14020 \backslash
14021 framebox
14022 \series default
14023 , with the difference that there is no frame.
14024 \end_layout
14025
14026 \begin_layout Subsection
14027 Colored Boxes
14028 \begin_inset CommandInset label
14029 LatexCommand label
14030 name "subsec:Colored-Boxes"
14031
14032 \end_inset
14033
14034
14035 \begin_inset Index idx
14036 status collapsed
14037
14038 \begin_layout Plain Layout
14039 Boxes ! colored
14040 \end_layout
14041
14042 \end_inset
14043
14044
14045 \end_layout
14046
14047 \begin_layout Standard
14048 To be able to use all commands explained in this section, the \SpecialChar LaTeX
14049 -package 
14050 \series bold
14051 color
14052 \series default
14053
14054 \begin_inset Foot
14055 status collapsed
14056
14057 \begin_layout Plain Layout
14058 The \SpecialChar LaTeX
14059 -package 
14060 \series bold
14061 color
14062 \series default
14063  is part of every \SpecialChar LaTeX
14064  standard installation.
14065 \end_layout
14066
14067 \end_inset
14068
14069
14070 \begin_inset Index idx
14071 status collapsed
14072
14073 \begin_layout Plain Layout
14074 Packages ! color
14075 \end_layout
14076
14077 \end_inset
14078
14079  has to be loaded in the \SpecialChar LaTeX
14080 -preamble with the line
14081 \begin_inset Foot
14082 status collapsed
14083
14084 \begin_layout Plain Layout
14085 When text is colored somewhere in the document with a predefined color,
14086  \SpecialChar LyX
14087  loads the \SpecialChar LaTeX
14088  package 
14089 \series bold
14090 color
14091 \series default
14092  automatically.
14093  Thus it is possible that the package is loaded twice, but this does not
14094  cause problems.
14095 \end_layout
14096
14097 \end_inset
14098
14099
14100 \begin_inset Note Note
14101 status collapsed
14102
14103 \begin_layout Plain Layout
14104 To avoid that the package is loaded twice, a macro was inserted to the \SpecialChar LaTeX
14105 -preamble.
14106 \end_layout
14107
14108 \end_inset
14109
14110
14111 \end_layout
14112
14113 \begin_layout Standard
14114
14115 \series bold
14116
14117 \backslash
14118 usepackage{color}
14119 \end_layout
14120
14121 \begin_layout Standard
14122 \begin_inset VSpace medskip
14123 \end_inset
14124
14125 To color boxes, the command 
14126 \series bold
14127
14128 \backslash
14129 colorbox
14130 \series default
14131
14132 \begin_inset Index idx
14133 status collapsed
14134
14135 \begin_layout Plain Layout
14136 Commands ! C ! 
14137 \backslash
14138 colorbox
14139 \end_layout
14140
14141 \end_inset
14142
14143  is used in the following scheme:
14144 \end_layout
14145
14146 \begin_layout Standard
14147
14148 \series bold
14149
14150 \backslash
14151 colorbox{color}{box content}
14152 \end_layout
14153
14154 \begin_layout Standard
14155 The box content can also be a box and a 
14156 \series bold
14157
14158 \backslash
14159 colorbox
14160 \series default
14161  can also be part of another box (see the 2nd and 3rd example).
14162  When the box should contain a formula, an extra formula has to be created,
14163  the same way as for 
14164 \series bold
14165
14166 \backslash
14167 raisebox
14168 \series default
14169 .
14170 \begin_inset Foot
14171 status collapsed
14172
14173 \begin_layout Plain Layout
14174 This also applies for the command 
14175 \series bold
14176
14177 \backslash
14178 fcolorbox
14179 \series default
14180 .
14181 \end_layout
14182
14183 \end_inset
14184
14185
14186 \end_layout
14187
14188 \begin_layout Standard
14189 One of the following predefined colors can be chosen:
14190 \end_layout
14191
14192 \begin_layout Standard
14193
14194 \series bold
14195 black
14196 \series default
14197
14198 \series bold
14199 blue
14200 \series default
14201
14202 \series bold
14203 cyan
14204 \series default
14205
14206 \series bold
14207 green
14208 \series default
14209
14210 \series bold
14211 magenta
14212 \series default
14213
14214 \series bold
14215 red
14216 \series default
14217
14218 \series bold
14219 white
14220 \series default
14221  and 
14222 \series bold
14223 yellow
14224 \series default
14225
14226 \begin_inset Separator parbreak
14227 \end_inset
14228
14229
14230 \end_layout
14231
14232 \begin_layout Standard
14233 \align center
14234 \begin_inset Tabular
14235 <lyxtabular version="3" rows="4" columns="2">
14236 <features tabularvalignment="middle">
14237 <column alignment="center" valignment="top">
14238 <column alignment="center" valignment="top">
14239 <row>
14240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14241 \begin_inset Text
14242
14243 \begin_layout Plain Layout
14244 Command
14245 \end_layout
14246
14247 \end_inset
14248 </cell>
14249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14250 \begin_inset Text
14251
14252 \begin_layout Plain Layout
14253 Result
14254 \begin_inset Note Note
14255 status collapsed
14256
14257 \begin_layout Plain Layout
14258
14259 \series bold
14260
14261 \backslash
14262 raisebox
14263 \series default
14264  is only used as spacer.
14265 \end_layout
14266
14267 \end_inset
14268
14269
14270 \end_layout
14271
14272 \end_inset
14273 </cell>
14274 </row>
14275 <row>
14276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14277 \begin_inset Text
14278
14279 \begin_layout Plain Layout
14280
14281 \backslash
14282 colorbox{yellow
14283 \begin_inset Formula $\to$
14284 \end_inset
14285
14286
14287 \backslash
14288 {A=B
14289 \end_layout
14290
14291 \end_inset
14292 </cell>
14293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14294 \begin_inset Text
14295
14296 \begin_layout Plain Layout
14297 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
14298 \end_inset
14299
14300
14301 \end_layout
14302
14303 \end_inset
14304 </cell>
14305 </row>
14306 <row>
14307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14308 \begin_inset Text
14309
14310 \begin_layout Plain Layout
14311
14312 \backslash
14313 colorbox{green
14314 \begin_inset Formula $\to$
14315 \end_inset
14316
14317
14318 \backslash
14319 {
14320 \backslash
14321 fbox
14322 \begin_inset space \textvisiblespace{}
14323 \end_inset
14324
14325 A=B
14326 \end_layout
14327
14328 \end_inset
14329 </cell>
14330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14331 \begin_inset Text
14332
14333 \begin_layout Plain Layout
14334 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
14335 \end_inset
14336
14337
14338 \end_layout
14339
14340 \end_inset
14341 </cell>
14342 </row>
14343 <row>
14344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14345 \begin_inset Text
14346
14347 \begin_layout Plain Layout
14348
14349 \backslash
14350 fbox
14351 \begin_inset space \textvisiblespace{}
14352 \end_inset
14353
14354
14355 \backslash
14356 colorbox{green
14357 \begin_inset Formula $\to$
14358 \end_inset
14359
14360
14361 \backslash
14362 {
14363 \family sans
14364 Ctrl+M
14365 \family default
14366  
14367 \family sans
14368 Ctrl+M
14369 \family default
14370  
14371 \backslash
14372 int
14373 \begin_inset space \textvisiblespace{}
14374 \end_inset
14375
14376 C=D
14377 \end_layout
14378
14379 \end_inset
14380 </cell>
14381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14382 \begin_inset Text
14383
14384 \begin_layout Plain Layout
14385 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
14386 \end_inset
14387
14388
14389 \end_layout
14390
14391 \end_inset
14392 </cell>
14393 </row>
14394 </lyxtabular>
14395
14396 \end_inset
14397
14398
14399 \end_layout
14400
14401 \begin_layout Standard
14402
14403 \series bold
14404
14405 \backslash
14406 colorbox
14407 \series default
14408  only colors the box but not the characters in the box.
14409  To color all characters, the whole formula is highlighted and the desired
14410  color is chosen in the 
14411 \family sans
14412 Text
14413 \begin_inset space ~
14414 \end_inset
14415
14416 Style
14417 \family default
14418  dialog.
14419  The dialog can be called with the toolbar button 
14420 \begin_inset Info
14421 type  "icon"
14422 arg   "dialog-show character"
14423 \end_inset
14424
14425  or the menu 
14426 \family sans
14427 Edit\SpecialChar menuseparator
14428 Text
14429 \begin_inset space ~
14430 \end_inset
14431
14432 Style\SpecialChar menuseparator
14433 Customized
14434 \family default
14435 .
14436  The formula number then has the same color as the formula.
14437  When the formula number should get another color than the formula characters,
14438  the color must be changed within the formula.
14439 \end_layout
14440
14441 \begin_layout Standard
14442 An example:
14443 \end_layout
14444
14445 \begin_layout Standard
14446
14447 \color red
14448 \begin_inset Formula 
14449 \begin{equation}
14450 \int A=B\label{eq:red}
14451 \end{equation}
14452
14453 \end_inset
14454
14455
14456 \color green
14457
14458 \begin_inset Formula 
14459 \begin{equation}
14460 \textcolor{red}{\int A=B}\label{eq:redgreen}
14461 \end{equation}
14462
14463 \end_inset
14464
14465
14466 \end_layout
14467
14468 \begin_layout Standard
14469 Formula 
14470 \begin_inset CommandInset ref
14471 LatexCommand eqref
14472 reference "eq:red"
14473
14474 \end_inset
14475
14476  is completely colored red.
14477 \begin_inset Newline newline
14478 \end_inset
14479
14480 Formula 
14481 \begin_inset CommandInset ref
14482 LatexCommand eqref
14483 reference "eq:redgreen"
14484
14485 \end_inset
14486
14487  was first completely colored green to set the color for the formula number.
14488  Subsequently the formula characters were colored red.
14489 \end_layout
14490
14491 \begin_layout Standard
14492 \begin_inset VSpace bigskip
14493 \end_inset
14494
14495 To color the frame different than the rest of the box, the command 
14496 \series bold
14497
14498 \backslash
14499 fcolorbox
14500 \series default
14501
14502 \begin_inset Index idx
14503 status collapsed
14504
14505 \begin_layout Plain Layout
14506 Commands ! F ! 
14507 \backslash
14508 fcolorbox
14509 \end_layout
14510
14511 \end_inset
14512
14513  is used in the following scheme:
14514 \end_layout
14515
14516 \begin_layout Standard
14517
14518 \series bold
14519
14520 \backslash
14521 fcolorbox{frame color}{color}{box content}
14522 \end_layout
14523
14524 \begin_layout Standard
14525 So 
14526 \series bold
14527
14528 \backslash
14529 fcolorbox
14530 \series default
14531  is an extension of the command 
14532 \series bold
14533
14534 \backslash
14535 colorbox
14536 \series default
14537 .
14538  The frame width is set, like for 
14539 \series bold
14540
14541 \backslash
14542 framebox
14543 \series default
14544 , with 
14545 \series bold
14546
14547 \backslash
14548 fboxrule
14549 \series default
14550  and 
14551 \series bold
14552
14553 \backslash
14554 fboxsep
14555 \series default
14556 .
14557  An example:
14558 \begin_inset ERT
14559 status collapsed
14560
14561 \begin_layout Plain Layout
14562
14563
14564 \backslash
14565 fboxrule 1mm 
14566 \backslash
14567 fboxsep 1mm
14568 \end_layout
14569
14570 \end_inset
14571
14572
14573 \begin_inset Formula 
14574 \[
14575 \fcolorbox{cyan}{magenta}{A=B}
14576 \]
14577
14578 \end_inset
14579
14580
14581 \begin_inset ERT
14582 status collapsed
14583
14584 \begin_layout Plain Layout
14585
14586
14587 \backslash
14588 fboxrule 0.4pt 
14589 \backslash
14590 fboxsep 3pt
14591 \end_layout
14592
14593 \end_inset
14594
14595
14596 \end_layout
14597
14598 \begin_layout Standard
14599 This formula was created with the command
14600 \begin_inset Newline newline
14601 \end_inset
14602
14603
14604 \series bold
14605
14606 \backslash
14607 fcolorbox{cyan
14608 \begin_inset Formula $\to$
14609 \end_inset
14610
14611
14612 \backslash
14613 {magenta
14614 \begin_inset Formula $\to$
14615 \end_inset
14616
14617
14618 \backslash
14619 {A=B
14620 \series default
14621 .
14622 \end_layout
14623
14624 \begin_layout Standard
14625 \begin_inset VSpace bigskip
14626 \end_inset
14627
14628 To use other colors than the predefined ones, they have to be defined first.
14629 \end_layout
14630
14631 \begin_layout Standard
14632 One can for example define the color 
14633 \begin_inset Quotes eld
14634 \end_inset
14635
14636
14637 \series bold
14638 darkgreen
14639 \series default
14640
14641 \begin_inset Quotes erd
14642 \end_inset
14643
14644  with the \SpecialChar LaTeX
14645 -preamble line:
14646 \end_layout
14647
14648 \begin_layout Standard
14649
14650 \series bold
14651
14652 \backslash
14653 definecolor{darkgreen}{cmyk}{0.5,
14654 \series default
14655  
14656 \series bold
14657 0,
14658 \series default
14659  
14660 \series bold
14661 1,
14662 \series default
14663  
14664 \series bold
14665 0.5}
14666 \series default
14667
14668 \begin_inset Index idx
14669 status collapsed
14670
14671 \begin_layout Plain Layout
14672 Commands ! D ! 
14673 \backslash
14674 definecolor
14675 \end_layout
14676
14677 \end_inset
14678
14679
14680 \end_layout
14681
14682 \begin_layout Standard
14683
14684 \series bold
14685 cmyk
14686 \series default
14687  is the color space that denotes the colors 
14688 \series bold
14689 cyan
14690 \series default
14691
14692 \series bold
14693 magenta
14694 \series default
14695
14696 \series bold
14697 yellow
14698 \series default
14699  and 
14700 \series bold
14701 black
14702 \series default
14703 .
14704  The four comma separated numbers are the portion factor for the corresponding
14705  colors of the color space.
14706  The factors can be in the range of 0
14707 \begin_inset space \thinspace{}
14708 \end_inset
14709
14710 -
14711 \begin_inset space \thinspace{}
14712 \end_inset
14713
14714 1.
14715  Instead of 
14716 \series bold
14717 cmyk
14718 \series default
14719  also the color space 
14720 \series bold
14721 rgb
14722 \series default
14723  can be used for definitions.
14724  
14725 \series bold
14726 rgb
14727 \series default
14728  denotes 
14729 \series bold
14730 red
14731 \series default
14732
14733 \series bold
14734 green
14735 \series default
14736  and 
14737 \series bold
14738 blue
14739 \series default
14740 , so that there are in this case three portion factors for the corresponding
14741  colors.
14742  Furthermore there is the color space 
14743 \series bold
14744 gray
14745 \series default
14746  with one portion factor for the gray value.
14747 \end_layout
14748
14749 \begin_layout Standard
14750 As example a framed box with the new defined color 
14751 \series bold
14752 darkgreen
14753 \series default
14754  where the characters have been colored 
14755 \series bold
14756 yellow
14757 \series default
14758 :
14759 \begin_inset Formula 
14760 \begin{equation}
14761 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14762 \end{equation}
14763
14764 \end_inset
14765
14766
14767 \end_layout
14768
14769 \begin_layout Standard
14770 Self-defined colors can also be used for text with the help of the command
14771  
14772 \series bold
14773
14774 \backslash
14775 textcolor
14776 \series default
14777 :
14778 \begin_inset Index idx
14779 status collapsed
14780
14781 \begin_layout Plain Layout
14782 Text ! colored
14783 \end_layout
14784
14785 \end_inset
14786
14787
14788 \end_layout
14789
14790 \begin_layout Standard
14791 \begin_inset ERT
14792 status collapsed
14793
14794 \begin_layout Plain Layout
14795
14796
14797 \backslash
14798 textcolor{darkgreen}{
14799 \end_layout
14800
14801 \end_inset
14802
14803 This sentence is 
14804 \begin_inset Quotes eld
14805 \end_inset
14806
14807 darkgreen
14808 \begin_inset Quotes erd
14809 \end_inset
14810
14811 .
14812 \begin_inset ERT
14813 status collapsed
14814
14815 \begin_layout Plain Layout
14816
14817 }
14818 \end_layout
14819
14820 \end_inset
14821
14822
14823 \end_layout
14824
14825 \begin_layout Standard
14826
14827 \series bold
14828
14829 \backslash
14830 textcolor
14831 \series default
14832
14833 \begin_inset Index idx
14834 status collapsed
14835
14836 \begin_layout Plain Layout
14837 Commands ! T ! 
14838 \backslash
14839 textcolor
14840 \end_layout
14841
14842 \end_inset
14843
14844  is used in the scheme 
14845 \series bold
14846
14847 \backslash
14848 textcolor{color}{characters to color}
14849 \series default
14850 .
14851 \end_layout
14852
14853 \begin_layout Subsection
14854 Paragraph Boxes
14855 \begin_inset CommandInset label
14856 LatexCommand label
14857 name "subsec:Paragraph-Boxes"
14858
14859 \end_inset
14860
14861
14862 \begin_inset Index idx
14863 status collapsed
14864
14865 \begin_layout Plain Layout
14866 Boxes ! as paragraph
14867 \end_layout
14868
14869 \end_inset
14870
14871
14872 \end_layout
14873
14874 \begin_layout Standard
14875 A box that can contain several lines and paragraphs, a so-called paragraph
14876  box (parbox), can be created with the menu 
14877 \family sans
14878 Insert\SpecialChar menuseparator
14879 Box
14880 \family default
14881  or the toolbar button 
14882 \begin_inset Info
14883 type  "icon"
14884 arg   "box-insert"
14885 \end_inset
14886
14887 .
14888 \end_layout
14889
14890 \begin_layout Standard
14891 The following example shows a framed parbox in a line:
14892 \end_layout
14893
14894 \begin_layout Standard
14895 \begin_inset VSpace medskip
14896 \end_inset
14897
14898 This is a line 
14899 \begin_inset Box Boxed
14900 position "c"
14901 hor_pos "c"
14902 has_inner_box 1
14903 inner_pos "t"
14904 use_parbox 1
14905 use_makebox 0
14906 width "5cm"
14907 special "none"
14908 height "1in"
14909 height_special "totalheight"
14910 thickness "0.4pt"
14911 separation "3pt"
14912 shadowsize "4pt"
14913 framecolor "black"
14914 backgroundcolor "none"
14915 status open
14916
14917 \begin_layout Plain Layout
14918 This is a paragraph box.
14919  It is exactly 5
14920 \begin_inset space \thinspace{}
14921 \end_inset
14922
14923 cm long and can also contain formulas: 
14924 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14925 \end_inset
14926
14927
14928 \end_layout
14929
14930 \end_inset
14931
14932  with a parbox.
14933 \end_layout
14934
14935 \begin_layout Standard
14936 \begin_inset VSpace medskip
14937 \end_inset
14938
14939
14940 \end_layout
14941
14942 \begin_layout Standard
14943 Such a box is created by right-clicking on the gray box inset.
14944  A dialog pops up showing the box properties.
14945  In our case set: 
14946 \emph on
14947 Decoration
14948 \emph default
14949 : Rectangular box, 
14950 \emph on
14951 Inner Box
14952 \emph default
14953 : Parbox, 
14954 \emph on
14955 Width
14956 \emph default
14957 : 5
14958 \begin_inset space \thinspace{}
14959 \end_inset
14960
14961 cm, 
14962 \emph on
14963 Vertical Box Alignment
14964 \emph default
14965 : Middle
14966 \end_layout
14967
14968 \begin_layout Standard
14969 \begin_inset VSpace medskip
14970 \end_inset
14971
14972 In \SpecialChar LaTeX
14973  a parbox is created with the command 
14974 \series bold
14975
14976 \backslash
14977 parbox
14978 \series default
14979
14980 \begin_inset Index idx
14981 status collapsed
14982
14983 \begin_layout Plain Layout
14984 Commands ! P ! 
14985 \backslash
14986 parbox
14987 \end_layout
14988
14989 \end_inset
14990
14991  which has the following scheme:
14992 \end_layout
14993
14994 \begin_layout Standard
14995
14996 \series bold
14997
14998 \backslash
14999 parbox[position]{width}{box content}
15000 \end_layout
15001
15002 \begin_layout Standard
15003 The positions 
15004 \emph on
15005 b
15006 \emph default
15007  and 
15008 \emph on
15009 t
15010 \emph default
15011  are possible.
15012  
15013 \emph on
15014 b
15015 \emph default
15016  for 
15017 \begin_inset Quotes eld
15018 \end_inset
15019
15020 bottom
15021 \begin_inset Quotes erd
15022 \end_inset
15023
15024  means that the box is aligned within the surrounding text with its last
15025  line.
15026  With 
15027 \emph on
15028 t
15029 \emph default
15030  for 
15031 \begin_inset Quotes eld
15032 \end_inset
15033
15034 top
15035 \begin_inset Quotes erd
15036 \end_inset
15037
15038  this is done with the first line.
15039  When no position is given, the box will be vertically centered, see section
15040  
15041 \emph on
15042 Boxes
15043 \emph default
15044  of the 
15045 \emph on
15046 Embedded
15047 \begin_inset space ~
15048 \end_inset
15049
15050 Objects
15051 \emph default
15052  manual for examples.
15053 \end_layout
15054
15055 \begin_layout Standard
15056 \begin_inset VSpace bigskip
15057 \end_inset
15058
15059 To frame formulas completely, including the formula number, the formula
15060  must be set into a parbox.
15061  To do this, the command 
15062 \series bold
15063
15064 \backslash
15065 fbox{
15066 \backslash
15067 parbox{
15068 \backslash
15069 linewidth-2
15070 \backslash
15071 fboxsep-2
15072 \backslash
15073 fboxrule}{
15074 \series default
15075  is inserted in \SpecialChar TeX
15076  mode before the formula.
15077  
15078 \series bold
15079
15080 \backslash
15081 linewidth
15082 \series default
15083
15084 \begin_inset Index idx
15085 status collapsed
15086
15087 \begin_layout Plain Layout
15088 Commands ! L ! 
15089 \backslash
15090 linewidth
15091 \end_layout
15092
15093 \end_inset
15094
15095  is hereby the line width set for the document.
15096  Because the frame is outside the parbox, 2
15097 \begin_inset space \thinspace{}
15098 \end_inset
15099
15100 times the frame separation and the frame thickness must be subtracted from
15101  the line width.
15102  As this is not automatically done by \SpecialChar LyX
15103  due to a bug
15104 \begin_inset Foot
15105 status collapsed
15106
15107 \begin_layout Plain Layout
15108 \begin_inset CommandInset href
15109 LatexCommand href
15110 name "LyX-bug #4483"
15111 target "http://www.lyx.org/trac/ticket/4483"
15112
15113 \end_inset
15114
15115
15116 \end_layout
15117
15118 \end_inset
15119
15120 , \SpecialChar TeX
15121  mode has to be used.
15122  To be able to multiply and subtract in arguments, the \SpecialChar LaTeX
15123 -package 
15124 \series bold
15125 calc
15126 \series default
15127
15128 \begin_inset Foot
15129 status collapsed
15130
15131 \begin_layout Plain Layout
15132
15133 \series bold
15134 calc
15135 \series default
15136  is part of every \SpecialChar LaTeX
15137  standard installation.
15138 \end_layout
15139
15140 \end_inset
15141
15142
15143 \begin_inset Index idx
15144 status collapsed
15145
15146 \begin_layout Plain Layout
15147 Packages ! calc
15148 \end_layout
15149
15150 \end_inset
15151
15152  must be loaded in the \SpecialChar LaTeX
15153 -preamble with the line
15154 \end_layout
15155
15156 \begin_layout Standard
15157
15158 \series bold
15159
15160 \backslash
15161 usepackage{calc}
15162 \end_layout
15163
15164 \begin_layout Standard
15165 Behind the formula both boxes are closed by entering 
15166 \series bold
15167 }}
15168 \series default
15169  in \SpecialChar TeX
15170  mode.
15171  Here is an example:
15172 \begin_inset ERT
15173 status collapsed
15174
15175 \begin_layout Plain Layout
15176
15177
15178 \backslash
15179 fboxsep 5mm 
15180 \backslash
15181 fboxrule 5mm
15182 \end_layout
15183
15184 \end_inset
15185
15186
15187 \end_layout
15188
15189 \begin_layout Standard
15190 \begin_inset ERT
15191 status collapsed
15192
15193 \begin_layout Plain Layout
15194
15195
15196 \backslash
15197 fbox{
15198 \backslash
15199 parbox{
15200 \backslash
15201 linewidth-2
15202 \backslash
15203 fboxsep-2
15204 \backslash
15205 fboxrule}{
15206 \end_layout
15207
15208 \end_inset
15209
15210
15211 \begin_inset Formula 
15212 \begin{equation}
15213 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
15214 \end{equation}
15215
15216 \end_inset
15217
15218
15219 \begin_inset ERT
15220 status collapsed
15221
15222 \begin_layout Plain Layout
15223
15224 }}
15225 \end_layout
15226
15227 \end_inset
15228
15229
15230 \begin_inset ERT
15231 status collapsed
15232
15233 \begin_layout Plain Layout
15234
15235
15236 \backslash
15237 fboxrule 0.4pt 
15238 \backslash
15239 fboxsep 3pt
15240 \end_layout
15241
15242 \end_inset
15243
15244
15245 \end_layout
15246
15247 \begin_layout Standard
15248 \begin_inset VSpace medskip
15249 \end_inset
15250
15251 As a parbox is used as the argument of 
15252 \series bold
15253
15254 \backslash
15255 fbox
15256 \series default
15257 , there is in this case no difference between 
15258 \series bold
15259
15260 \backslash
15261 fbox
15262 \series default
15263  and 
15264 \series bold
15265
15266 \backslash
15267 boxed
15268 \series default
15269 .
15270 \end_layout
15271
15272 \begin_layout Standard
15273 \begin_inset VSpace bigskip
15274 \end_inset
15275
15276 Paragraph boxes are very useful to comment formulas directly.
15277  To do this, 
15278 \series bold
15279
15280 \backslash
15281 parbox
15282 \series default
15283  is used in combination with the command 
15284 \series bold
15285
15286 \backslash
15287 tag
15288 \series default
15289 .
15290  (more about 
15291 \series bold
15292
15293 \backslash
15294 tag
15295 \series default
15296  see 
15297 \begin_inset CommandInset ref
15298 LatexCommand ref
15299 reference "subsec:User-defined-Numbering"
15300
15301 \end_inset
15302
15303 )
15304 \end_layout
15305
15306 \begin_layout Standard
15307 An example of a formula commented with 
15308 \series bold
15309
15310 \backslash
15311 parbox
15312 \series default
15313 :
15314 \end_layout
15315
15316 \begin_layout Standard
15317 \begin_inset ERT
15318 status collapsed
15319
15320 \begin_layout Plain Layout
15321
15322
15323 \backslash
15324 [5x-7b=3b
15325 \backslash
15326 tag*{
15327 \backslash
15328 parbox{5cm}{
15329 \end_layout
15330
15331 \end_inset
15332
15333 This is a description.
15334  It is distinctly separated from the formula and multiline.
15335 \begin_inset ERT
15336 status collapsed
15337
15338 \begin_layout Plain Layout
15339
15340 }}
15341 \backslash
15342 ]
15343 \end_layout
15344
15345 \end_inset
15346
15347
15348 \end_layout
15349
15350 \begin_layout Standard
15351 Such a formula must be inserted completely in \SpecialChar TeX
15352  mode because \SpecialChar LyX
15353  does not yet
15354  support the command 
15355 \series bold
15356
15357 \backslash
15358 parbox
15359 \series default
15360  in formulas.
15361  The formula is created with the following command sequence:
15362 \end_layout
15363
15364 \begin_layout Standard
15365 The command 
15366 \series bold
15367
15368 \backslash
15369 [5x-7b=3b
15370 \backslash
15371 tag*
15372 \backslash
15373 {
15374 \backslash
15375 parbox{5cm}{
15376 \series default
15377  is inserted in \SpecialChar TeX
15378  mode.
15379 \begin_inset Foot
15380 status collapsed
15381
15382 \begin_layout Plain Layout
15383 When the formula style 
15384 \series bold
15385 Indented
15386 \series default
15387  is used, 
15388 \series bold
15389
15390 \backslash
15391 tag*
15392 \backslash
15393 {
15394 \series default
15395  can also be replaced by 
15396 \series bold
15397
15398 \backslash
15399 hfill
15400 \series default
15401 .
15402  (formula styles see 
15403 \begin_inset CommandInset ref
15404 LatexCommand ref
15405 reference "sec:Formula-Styles"
15406
15407 \end_inset
15408
15409 )
15410 \end_layout
15411
15412 \end_inset
15413
15414  Then the description follows as normal text and finally 
15415 \series bold
15416 }}
15417 \backslash
15418 ]
15419 \series default
15420  is inserted in \SpecialChar TeX
15421  mode.
15422  The commands 
15423 \series bold
15424
15425 \backslash
15426 [
15427 \series default
15428  and 
15429 \series bold
15430
15431 \backslash
15432 ]
15433 \series default
15434  hereby create a displayed formula.
15435 \end_layout
15436
15437 \begin_layout Standard
15438 The advantages of 
15439 \series bold
15440
15441 \backslash
15442 parbox
15443 \series default
15444  can be seen in this example that was 
15445 \begin_inset Quotes eld
15446 \end_inset
15447
15448 commented
15449 \begin_inset Quotes erd
15450 \end_inset
15451
15452  using the mathematical textmode:
15453 \begin_inset Formula 
15454 \[
15455 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
15456 \]
15457
15458 \end_inset
15459
15460
15461 \end_layout
15462
15463 \begin_layout Section
15464 Operators
15465 \begin_inset Index idx
15466 status collapsed
15467
15468 \begin_layout Plain Layout
15469 Operators
15470 \end_layout
15471
15472 \end_inset
15473
15474
15475 \end_layout
15476
15477 \begin_layout Subsection
15478 Big Operators
15479 \begin_inset CommandInset label
15480 LatexCommand label
15481 name "subsec:Big-Operators"
15482
15483 \end_inset
15484
15485
15486 \begin_inset Index idx
15487 status collapsed
15488
15489 \begin_layout Plain Layout
15490 Operators ! big
15491 \end_layout
15492
15493 \end_inset
15494
15495
15496 \begin_inset Index idx
15497 status collapsed
15498
15499 \begin_layout Plain Layout
15500 Sums
15501 \end_layout
15502
15503 \end_inset
15504
15505
15506 \begin_inset Index idx
15507 status collapsed
15508
15509 \begin_layout Plain Layout
15510 Integrals
15511 \end_layout
15512
15513 \end_inset
15514
15515
15516 \end_layout
15517
15518 \begin_layout Standard
15519 To be able to use all integral operators listed here, the option 
15520 \family sans
15521 Use esint package automatically
15522 \family default
15523  must be set in the document settings under 
15524 \family sans
15525 Math
15526 \begin_inset space ~
15527 \end_inset
15528
15529 Options
15530 \family default
15531 .
15532 \end_layout
15533
15534 \begin_layout Standard
15535 \begin_inset space \hfill{}
15536 \end_inset
15537
15538
15539 \begin_inset Tabular
15540 <lyxtabular version="3" rows="11" columns="2">
15541 <features tabularvalignment="middle">
15542 <column alignment="center" valignment="top" width="0pt">
15543 <column alignment="center" valignment="top" width="0pt">
15544 <row>
15545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15546 \begin_inset Text
15547
15548 \begin_layout Plain Layout
15549 Command
15550 \end_layout
15551
15552 \end_inset
15553 </cell>
15554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15555 \begin_inset Text
15556
15557 \begin_layout Plain Layout
15558 Result
15559 \end_layout
15560
15561 \end_inset
15562 </cell>
15563 </row>
15564 <row>
15565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15566 \begin_inset Text
15567
15568 \begin_layout Plain Layout
15569
15570 \backslash
15571 int
15572 \begin_inset Index idx
15573 status collapsed
15574
15575 \begin_layout Plain Layout
15576 Commands ! I ! 
15577 \backslash
15578 int
15579 \end_layout
15580
15581 \end_inset
15582
15583
15584 \end_layout
15585
15586 \end_inset
15587 </cell>
15588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15589 \begin_inset Text
15590
15591 \begin_layout Plain Layout
15592 \begin_inset Formula $\int$
15593 \end_inset
15594
15595
15596 \end_layout
15597
15598 \end_inset
15599 </cell>
15600 </row>
15601 <row>
15602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15603 \begin_inset Text
15604
15605 \begin_layout Plain Layout
15606
15607 \backslash
15608 oint
15609 \end_layout
15610
15611 \end_inset
15612 </cell>
15613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15614 \begin_inset Text
15615
15616 \begin_layout Plain Layout
15617 \begin_inset Formula $\oint$
15618 \end_inset
15619
15620
15621 \end_layout
15622
15623 \end_inset
15624 </cell>
15625 </row>
15626 <row>
15627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15628 \begin_inset Text
15629
15630 \begin_layout Plain Layout
15631
15632 \backslash
15633 ointctrclockwise
15634 \end_layout
15635
15636 \end_inset
15637 </cell>
15638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15639 \begin_inset Text
15640
15641 \begin_layout Plain Layout
15642 \begin_inset Formula $\ointctrclockwise$
15643 \end_inset
15644
15645
15646 \end_layout
15647
15648 \end_inset
15649 </cell>
15650 </row>
15651 <row>
15652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15653 \begin_inset Text
15654
15655 \begin_layout Plain Layout
15656
15657 \backslash
15658 ointclockwise
15659 \end_layout
15660
15661 \end_inset
15662 </cell>
15663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15664 \begin_inset Text
15665
15666 \begin_layout Plain Layout
15667 \begin_inset Formula $\ointclockwise$
15668 \end_inset
15669
15670
15671 \end_layout
15672
15673 \end_inset
15674 </cell>
15675 </row>
15676 <row>
15677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Plain Layout
15681
15682 \backslash
15683 sqint
15684 \end_layout
15685
15686 \end_inset
15687 </cell>
15688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15689 \begin_inset Text
15690
15691 \begin_layout Plain Layout
15692 \begin_inset Formula $\sqint$
15693 \end_inset
15694
15695
15696 \end_layout
15697
15698 \end_inset
15699 </cell>
15700 </row>
15701 <row>
15702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15703 \begin_inset Text
15704
15705 \begin_layout Plain Layout
15706
15707 \backslash
15708 fint
15709 \end_layout
15710
15711 \end_inset
15712 </cell>
15713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15714 \begin_inset Text
15715
15716 \begin_layout Plain Layout
15717  
15718 \begin_inset Formula $\fint$
15719 \end_inset
15720
15721
15722 \end_layout
15723
15724 \end_inset
15725 </cell>
15726 </row>
15727 <row>
15728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15729 \begin_inset Text
15730
15731 \begin_layout Plain Layout
15732
15733 \backslash
15734 landupint
15735 \end_layout
15736
15737 \end_inset
15738 </cell>
15739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15740 \begin_inset Text
15741
15742 \begin_layout Plain Layout
15743  
15744 \begin_inset Formula $\landupint$
15745 \end_inset
15746
15747
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 </row>
15753 <row>
15754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758
15759 \backslash
15760 landdownint
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769  
15770 \begin_inset Formula $\landdownint$
15771 \end_inset
15772
15773
15774 \end_layout
15775
15776 \end_inset
15777 </cell>
15778 </row>
15779 <row>
15780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15781 \begin_inset Text
15782
15783 \begin_layout Plain Layout
15784
15785 \backslash
15786 bigcap
15787 \end_layout
15788
15789 \end_inset
15790 </cell>
15791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15792 \begin_inset Text
15793
15794 \begin_layout Plain Layout
15795 \begin_inset Formula $\bigcap$
15796 \end_inset
15797
15798
15799 \end_layout
15800
15801 \end_inset
15802 </cell>
15803 </row>
15804 <row>
15805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Plain Layout
15809
15810 \backslash
15811 bigcup
15812 \end_layout
15813
15814 \end_inset
15815 </cell>
15816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15817 \begin_inset Text
15818
15819 \begin_layout Plain Layout
15820 \begin_inset Formula $\bigcup$
15821 \end_inset
15822
15823
15824 \end_layout
15825
15826 \end_inset
15827 </cell>
15828 </row>
15829 </lyxtabular>
15830
15831 \end_inset
15832
15833
15834 \begin_inset space \hfill{}
15835 \end_inset
15836
15837
15838 \begin_inset Tabular
15839 <lyxtabular version="3" rows="11" columns="2">
15840 <features tabularvalignment="middle">
15841 <column alignment="center" valignment="top" width="0pt">
15842 <column alignment="center" valignment="top" width="0pt">
15843 <row>
15844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15845 \begin_inset Text
15846
15847 \begin_layout Plain Layout
15848 Command
15849 \end_layout
15850
15851 \end_inset
15852 </cell>
15853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Plain Layout
15857 Result
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 </row>
15863 <row>
15864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15865 \begin_inset Text
15866
15867 \begin_layout Plain Layout
15868
15869 \backslash
15870 sum
15871 \begin_inset Index idx
15872 status collapsed
15873
15874 \begin_layout Plain Layout
15875 Commands ! S ! 
15876 \backslash
15877 sum
15878 \end_layout
15879
15880 \end_inset
15881
15882
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891 \begin_inset Formula $\sum$
15892 \end_inset
15893
15894
15895 \end_layout
15896
15897 \end_inset
15898 </cell>
15899 </row>
15900 <row>
15901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15902 \begin_inset Text
15903
15904 \begin_layout Plain Layout
15905
15906 \backslash
15907 prod
15908 \begin_inset Index idx
15909 status collapsed
15910
15911 \begin_layout Plain Layout
15912 Commands ! P ! 
15913 \backslash
15914 prod
15915 \begin_inset ERT
15916 status collapsed
15917
15918 \begin_layout Plain Layout
15919
15920
15921 \backslash
15922 vspace{4mm}
15923 \end_layout
15924
15925 \end_inset
15926
15927
15928 \end_layout
15929
15930 \end_inset
15931
15932
15933 \end_layout
15934
15935 \end_inset
15936 </cell>
15937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15938 \begin_inset Text
15939
15940 \begin_layout Plain Layout
15941 \begin_inset Formula $\prod$
15942 \end_inset
15943
15944
15945 \end_layout
15946
15947 \end_inset
15948 </cell>
15949 </row>
15950 <row>
15951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15952 \begin_inset Text
15953
15954 \begin_layout Plain Layout
15955
15956 \backslash
15957 coprod
15958 \end_layout
15959
15960 \end_inset
15961 </cell>
15962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15963 \begin_inset Text
15964
15965 \begin_layout Plain Layout
15966 \begin_inset Formula $\coprod$
15967 \end_inset
15968
15969
15970 \end_layout
15971
15972 \end_inset
15973 </cell>
15974 </row>
15975 <row>
15976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15977 \begin_inset Text
15978
15979 \begin_layout Plain Layout
15980
15981 \backslash
15982 bigodot
15983 \end_layout
15984
15985 \end_inset
15986 </cell>
15987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15988 \begin_inset Text
15989
15990 \begin_layout Plain Layout
15991 \begin_inset Formula $\bigodot$
15992 \end_inset
15993
15994
15995 \end_layout
15996
15997 \end_inset
15998 </cell>
15999 </row>
16000 <row>
16001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16002 \begin_inset Text
16003
16004 \begin_layout Plain Layout
16005
16006 \backslash
16007 bigotimes
16008 \end_layout
16009
16010 \end_inset
16011 </cell>
16012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16013 \begin_inset Text
16014
16015 \begin_layout Plain Layout
16016 \begin_inset Formula $\bigotimes$
16017 \end_inset
16018
16019
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 </row>
16025 <row>
16026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16027 \begin_inset Text
16028
16029 \begin_layout Plain Layout
16030
16031 \backslash
16032 bigoplus
16033 \end_layout
16034
16035 \end_inset
16036 </cell>
16037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16038 \begin_inset Text
16039
16040 \begin_layout Plain Layout
16041 \begin_inset Formula $\bigoplus$
16042 \end_inset
16043
16044
16045 \end_layout
16046
16047 \end_inset
16048 </cell>
16049 </row>
16050 <row>
16051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16052 \begin_inset Text
16053
16054 \begin_layout Plain Layout
16055
16056 \backslash
16057 bigwedge
16058 \end_layout
16059
16060 \end_inset
16061 </cell>
16062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16063 \begin_inset Text
16064
16065 \begin_layout Plain Layout
16066 \begin_inset Formula $\bigwedge$
16067 \end_inset
16068
16069
16070 \end_layout
16071
16072 \end_inset
16073 </cell>
16074 </row>
16075 <row>
16076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16077 \begin_inset Text
16078
16079 \begin_layout Plain Layout
16080
16081 \backslash
16082 bigvee
16083 \end_layout
16084
16085 \end_inset
16086 </cell>
16087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16088 \begin_inset Text
16089
16090 \begin_layout Plain Layout
16091 \begin_inset Formula $\bigvee$
16092 \end_inset
16093
16094
16095 \end_layout
16096
16097 \end_inset
16098 </cell>
16099 </row>
16100 <row>
16101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16102 \begin_inset Text
16103
16104 \begin_layout Plain Layout
16105
16106 \backslash
16107 bigsqcup
16108 \end_layout
16109
16110 \end_inset
16111 </cell>
16112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16113 \begin_inset Text
16114
16115 \begin_layout Plain Layout
16116 \begin_inset Formula $\bigsqcup$
16117 \end_inset
16118
16119
16120 \end_layout
16121
16122 \end_inset
16123 </cell>
16124 </row>
16125 <row>
16126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16127 \begin_inset Text
16128
16129 \begin_layout Plain Layout
16130
16131 \backslash
16132 biguplus
16133 \end_layout
16134
16135 \end_inset
16136 </cell>
16137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16138 \begin_inset Text
16139
16140 \begin_layout Plain Layout
16141 \begin_inset Formula $\biguplus$
16142 \end_inset
16143
16144
16145 \end_layout
16146
16147 \end_inset
16148 </cell>
16149 </row>
16150 </lyxtabular>
16151
16152 \end_inset
16153
16154
16155 \begin_inset space \hfill{}
16156 \end_inset
16157
16158
16159 \end_layout
16160
16161 \begin_layout Standard
16162 All big operators can also be inserted via the math toolbar button 
16163 \begin_inset Info
16164 type  "icon"
16165 arg   "math-insert \\intop"
16166 \end_inset
16167
16168 .
16169 \end_layout
16170
16171 \begin_layout Standard
16172 The operators are called big because they are bigger than the sometimes
16173  equal looking binary operators.
16174  All big operators can have limits as described in the next subsection.
16175 \end_layout
16176
16177 \begin_layout Standard
16178 For all integral operators there is a second version available, ending in
16179  
16180 \series bold
16181 op
16182 \series default
16183
16184 \series bold
16185
16186 \backslash
16187 intop
16188 \series default
16189
16190 \series bold
16191
16192 \backslash
16193 ointop
16194 \series default
16195  etc..
16196  These operators are different from 
16197 \series bold
16198
16199 \backslash
16200 int
16201 \series default
16202  etc.
16203 \begin_inset space \space{}
16204 \end_inset
16205
16206 in the style the operator limits are displayed, see 
16207 \begin_inset CommandInset ref
16208 LatexCommand ref
16209 reference "subsec:Operator-Limits"
16210
16211 \end_inset
16212
16213 .
16214  
16215 \end_layout
16216
16217 \begin_layout Subsubsection*
16218 Advice for Integrals
16219 \end_layout
16220
16221 \begin_layout Standard
16222 The letter 
16223 \emph on
16224 d
16225 \emph default
16226  in an integral is an operator, that therefore has to be set upright.
16227  This is done by highlighting the 
16228 \emph on
16229 d
16230 \emph default
16231  and using the keyboard shortcut 
16232 \begin_inset Info
16233 type  "shortcut"
16234 arg   "font-roman"
16235 \end_inset
16236
16237
16238 \begin_inset Foot
16239 status collapsed
16240
16241 \begin_layout Plain Layout
16242 Font styles
16243 \series bold
16244  
16245 \series default
16246 see 
16247 \begin_inset CommandInset ref
16248 LatexCommand ref
16249 reference "subsec:Font-Styles"
16250
16251 \end_inset
16252
16253
16254 \end_layout
16255
16256 \end_inset
16257
16258 .
16259  Finally the smallest space is inserted before the 
16260 \emph on
16261 d
16262 \emph default
16263 , as this is usual for operators.
16264  An example:
16265 \end_layout
16266
16267 \begin_layout Standard
16268 incorrect: 
16269 \begin_inset Formula $\int A(x)dx$
16270 \end_inset
16271
16272
16273 \begin_inset Newline newline
16274 \end_inset
16275
16276
16277 \begin_inset Phantom HPhantom
16278 status open
16279
16280 \begin_layout Plain Layout
16281 in
16282 \end_layout
16283
16284 \end_inset
16285
16286 correct: 
16287 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
16288 \end_inset
16289
16290
16291 \end_layout
16292
16293 \begin_layout Standard
16294 For multiple integrals there are the following commands:
16295 \begin_inset VSpace medskip
16296 \end_inset
16297
16298
16299 \end_layout
16300
16301 \begin_layout Standard
16302 \begin_inset space \hfill{}
16303 \end_inset
16304
16305
16306 \begin_inset Tabular
16307 <lyxtabular version="3" rows="4" columns="2">
16308 <features tabularvalignment="middle">
16309 <column alignment="center" valignment="top">
16310 <column alignment="center" valignment="top">
16311 <row>
16312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16313 \begin_inset Text
16314
16315 \begin_layout Plain Layout
16316 Command
16317 \end_layout
16318
16319 \end_inset
16320 </cell>
16321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16322 \begin_inset Text
16323
16324 \begin_layout Plain Layout
16325 Result
16326 \begin_inset Note Note
16327 status collapsed
16328
16329 \begin_layout Plain Layout
16330
16331 \series bold
16332
16333 \backslash
16334 raisebox
16335 \series default
16336  is only used as spacer.
16337 \end_layout
16338
16339 \end_inset
16340
16341
16342 \end_layout
16343
16344 \end_inset
16345 </cell>
16346 </row>
16347 <row>
16348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16349 \begin_inset Text
16350
16351 \begin_layout Plain Layout
16352
16353 \backslash
16354 iint
16355 \end_layout
16356
16357 \end_inset
16358 </cell>
16359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
16364 \end_inset
16365
16366
16367 \end_layout
16368
16369 \end_inset
16370 </cell>
16371 </row>
16372 <row>
16373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Plain Layout
16377
16378 \backslash
16379 oiint
16380 \end_layout
16381
16382 \end_inset
16383 </cell>
16384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16385 \begin_inset Text
16386
16387 \begin_layout Plain Layout
16388 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
16389 \end_inset
16390
16391
16392 \end_layout
16393
16394 \end_inset
16395 </cell>
16396 </row>
16397 <row>
16398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16399 \begin_inset Text
16400
16401 \begin_layout Plain Layout
16402
16403 \backslash
16404 sqiint
16405 \end_layout
16406
16407 \end_inset
16408 </cell>
16409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16410 \begin_inset Text
16411
16412 \begin_layout Plain Layout
16413 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
16414 \end_inset
16415
16416
16417 \end_layout
16418
16419 \end_inset
16420 </cell>
16421 </row>
16422 </lyxtabular>
16423
16424 \end_inset
16425
16426
16427 \begin_inset space \hfill{}
16428 \end_inset
16429
16430
16431 \begin_inset Tabular
16432 <lyxtabular version="3" rows="4" columns="2">
16433 <features tabularvalignment="middle">
16434 <column alignment="center" valignment="top">
16435 <column alignment="center" valignment="top">
16436 <row>
16437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16438 \begin_inset Text
16439
16440 \begin_layout Plain Layout
16441 Command
16442 \end_layout
16443
16444 \end_inset
16445 </cell>
16446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16447 \begin_inset Text
16448
16449 \begin_layout Plain Layout
16450 Result
16451 \end_layout
16452
16453 \end_inset
16454 </cell>
16455 </row>
16456 <row>
16457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16458 \begin_inset Text
16459
16460 \begin_layout Plain Layout
16461
16462 \backslash
16463 iiint
16464 \end_layout
16465
16466 \end_inset
16467 </cell>
16468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16469 \begin_inset Text
16470
16471 \begin_layout Plain Layout
16472 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16473 \end_inset
16474
16475
16476 \end_layout
16477
16478 \end_inset
16479 </cell>
16480 </row>
16481 <row>
16482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Plain Layout
16486
16487 \backslash
16488 iiiint
16489 \end_layout
16490
16491 \end_inset
16492 </cell>
16493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16494 \begin_inset Text
16495
16496 \begin_layout Plain Layout
16497 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16498 \end_inset
16499
16500
16501 \end_layout
16502
16503 \end_inset
16504 </cell>
16505 </row>
16506 <row>
16507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16508 \begin_inset Text
16509
16510 \begin_layout Plain Layout
16511
16512 \backslash
16513 dotsint
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16519 \begin_inset Text
16520
16521 \begin_layout Plain Layout
16522 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16523 \end_inset
16524
16525
16526 \end_layout
16527
16528 \end_inset
16529 </cell>
16530 </row>
16531 </lyxtabular>
16532
16533 \end_inset
16534
16535
16536 \begin_inset space \hfill{}
16537 \end_inset
16538
16539
16540 \end_layout
16541
16542 \begin_layout Subsection
16543 Operator Limits
16544 \begin_inset CommandInset label
16545 LatexCommand label
16546 name "subsec:Operator-Limits"
16547
16548 \end_inset
16549
16550
16551 \begin_inset Index idx
16552 status collapsed
16553
16554 \begin_layout Plain Layout
16555 Operators ! Limits
16556 \end_layout
16557
16558 \end_inset
16559
16560
16561 \end_layout
16562
16563 \begin_layout Standard
16564 Limits are created by super- and subscripts:
16565 \begin_inset Separator parbreak
16566 \end_inset
16567
16568
16569 \end_layout
16570
16571 \begin_layout Standard
16572 \align center
16573 \begin_inset Tabular
16574 <lyxtabular version="3" rows="2" columns="2">
16575 <features tabularvalignment="middle">
16576 <column alignment="center" valignment="top" width="0pt">
16577 <column alignment="center" valignment="top" width="0pt">
16578 <row>
16579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Plain Layout
16583 Command
16584 \end_layout
16585
16586 \end_inset
16587 </cell>
16588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16589 \begin_inset Text
16590
16591 \begin_layout Plain Layout
16592 Result
16593 \begin_inset Note Note
16594 status collapsed
16595
16596 \begin_layout Plain Layout
16597
16598 \series bold
16599
16600 \backslash
16601 raisebox
16602 \series default
16603  is only used as spacer.
16604 \end_layout
16605
16606 \end_inset
16607
16608
16609 \end_layout
16610
16611 \end_inset
16612 </cell>
16613 </row>
16614 <row>
16615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Plain Layout
16619
16620 \backslash
16621 prod^
16622 \backslash
16623 infty
16624 \begin_inset space \textvisiblespace{}
16625 \end_inset
16626
16627
16628 \begin_inset Formula $\to$
16629 \end_inset
16630
16631 _0
16632 \begin_inset Formula $\to$
16633 \end_inset
16634
16635 A(x)
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16641 \begin_inset Text
16642
16643 \begin_layout Plain Layout
16644 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16645 \end_inset
16646
16647
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 </row>
16653 </lyxtabular>
16654
16655 \end_inset
16656
16657
16658 \end_layout
16659
16660 \begin_layout Standard
16661 Limits of inline formulas are set right beside the operator.
16662  Limits in displayed formulas are set above or below the operator, except
16663  for integral limits.
16664 \end_layout
16665
16666 \begin_layout Standard
16667 To force that the limits are set beside the operator, the cursor is set
16668  directly behind the operator and the limits type is changed with the menu
16669  
16670 \family sans
16671 Edit\SpecialChar menuseparator
16672 Math\SpecialChar menuseparator
16673 Change Limits Type
16674 \family default
16675  to 
16676 \family sans
16677 \series bold
16678 Inline
16679 \family default
16680 \series default
16681  (shortcut 
16682 \begin_inset Info
16683 type  "shortcut"
16684 arg   "math-limits"
16685 \end_inset
16686
16687 ).
16688  An example:
16689 \end_layout
16690
16691 \begin_layout Standard
16692 The default limits type is this:
16693 \begin_inset Formula 
16694 \[
16695 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16696 \]
16697
16698 \end_inset
16699
16700 This is how it looks when the limits type was changed to 
16701 \family sans
16702 \series bold
16703 Inline
16704 \family default
16705 \series default
16706 :
16707 \begin_inset Formula 
16708 \[
16709 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16710 \]
16711
16712 \end_inset
16713
16714 For integrals, except those ending with 
16715 \series bold
16716 op
16717 \series default
16718  like 
16719 \series bold
16720
16721 \backslash
16722 intop
16723 \series default
16724
16725 \series bold
16726
16727 \backslash
16728 ointop
16729 \series default
16730  etc., the limits are by default set beside the operator.
16731  But for multiple integrals the limits are often set below the operator.
16732  In the following example the limits type was therefore set to 
16733 \series bold
16734 Display
16735 \series default
16736  and so set below the integrals:
16737 \begin_inset Formula 
16738 \begin{equation}
16739 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16740 \end{equation}
16741
16742 \end_inset
16743
16744
16745 \end_layout
16746
16747 \begin_layout Standard
16748 \begin_inset VSpace medskip
16749 \end_inset
16750
16751 To specify conditions for limits, the commands 
16752 \series bold
16753
16754 \backslash
16755 subarray
16756 \series default
16757
16758 \begin_inset Index idx
16759 status collapsed
16760
16761 \begin_layout Plain Layout
16762 Commands ! S ! 
16763 \backslash
16764 subarray
16765 \end_layout
16766
16767 \end_inset
16768
16769  and 
16770 \series bold
16771
16772 \backslash
16773 substack
16774 \series default
16775
16776 \begin_inset Index idx
16777 status collapsed
16778
16779 \begin_layout Plain Layout
16780 Commands ! S ! 
16781 \backslash
16782 substack
16783 \end_layout
16784
16785 \end_inset
16786
16787  are used.
16788  To create for example this expression 
16789 \begin_inset Formula 
16790 \begin{equation}
16791 \sum_{\begin{subarray}{c}
16792 0<k<1000\\
16793 \\
16794 k\,\in\,\mathbb{N}
16795 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16796 \end{equation}
16797
16798 \end_inset
16799
16800
16801 \end_layout
16802
16803 \begin_layout Standard
16804 the following has to be done:
16805 \begin_inset Newline newline
16806 \end_inset
16807
16808 First the command 
16809 \series bold
16810
16811 \backslash
16812 sum
16813 \series default
16814 ^
16815 \series bold
16816 n
16817 \begin_inset space \textvisiblespace{}
16818 \end_inset
16819
16820 _
16821 \series default
16822  is typed in.
16823  One is now in a blue box under the summation operator and insert there
16824  the command 
16825 \series bold
16826
16827 \backslash
16828 subarray
16829 \begin_inset space \textvisiblespace{}
16830 \end_inset
16831
16832
16833 \series default
16834 .
16835  The blue box is now within a purple box and now several lines can be written
16836  among each other.
16837  A new line is created by inserting a line break (
16838 \begin_inset Info
16839 type  "shortcut"
16840 arg   "newline-insert newline"
16841 \end_inset
16842
16843 ).
16844  When now
16845 \begin_inset Newline newline
16846 \end_inset
16847
16848
16849 \series bold
16850 0<k<1000 Ctrl+Return
16851 \begin_inset Newline newline
16852 \end_inset
16853
16854
16855 \series default
16856 is typed in, a new box appears below for the new line.
16857 \end_layout
16858
16859 \begin_layout Standard
16860 The alignment of the lines can be changed to left aligned with the 
16861 \family sans
16862 table
16863 \family default
16864  
16865 \family sans
16866 toolbar
16867 \family default
16868  or the menu 
16869 \family sans
16870 Edit\SpecialChar menuseparator
16871 Rows &Columns
16872 \family default
16873 .
16874  To get right alignment, 
16875 \series bold
16876
16877 \backslash
16878 hfill
16879 \begin_inset space \textvisiblespace{}
16880 \end_inset
16881
16882
16883 \series default
16884  is inserted at the beginning of the line.
16885 \end_layout
16886
16887 \begin_layout Standard
16888 The command 
16889 \series bold
16890
16891 \backslash
16892 substack
16893 \series default
16894  is equivalent to 
16895 \series bold
16896
16897 \backslash
16898 subarray
16899 \series default
16900  with the difference that the lines are always centered.
16901 \end_layout
16902
16903 \begin_layout Standard
16904 \begin_inset VSpace bigskip
16905 \end_inset
16906
16907 Like in formula 
16908 \begin_inset CommandInset ref
16909 LatexCommand eqref
16910 reference "eq:substack"
16911
16912 \end_inset
16913
16914  there can be too much space beside an operator, because the characters
16915  following the operator are set beside the limits.
16916  To avoid this the command 
16917 \series bold
16918
16919 \backslash
16920 smashoperator
16921 \series default
16922
16923 \begin_inset Index idx
16924 status collapsed
16925
16926 \begin_layout Plain Layout
16927 Commands ! S ! 
16928 \backslash
16929 smashoperator
16930 \end_layout
16931
16932 \end_inset
16933
16934  can be used.
16935  To activate it, set in the document settings under 
16936 \family sans
16937 Math
16938 \begin_inset space ~
16939 \end_inset
16940
16941 Options
16942 \family default
16943  for the package 
16944 \series bold
16945 mathtools
16946 \series default
16947
16948 \begin_inset Index idx
16949 status collapsed
16950
16951 \begin_layout Plain Layout
16952 Packages ! mathtools
16953 \end_layout
16954
16955 \end_inset
16956
16957  the option 
16958 \family sans
16959 Load
16960 \begin_inset space ~
16961 \end_inset
16962
16963 always
16964 \family default
16965 .
16966  
16967 \series bold
16968
16969 \backslash
16970 smashoperator
16971 \series default
16972  sets the space besides the operator to 0
16973 \begin_inset space \thinspace{}
16974 \end_inset
16975
16976 pt.
16977 \begin_inset Newline newline
16978 \end_inset
16979
16980 Applied on formula 
16981 \begin_inset CommandInset ref
16982 LatexCommand eqref
16983 reference "eq:substack"
16984
16985 \end_inset
16986
16987 , one uses the command
16988 \end_layout
16989
16990 \begin_layout Standard
16991
16992 \series bold
16993
16994 \backslash
16995 smashoperator{
16996 \end_layout
16997
16998 \begin_layout Standard
16999 and inserts the operator with its limits into the braces.
17000  Behind the brace one continues the formula:
17001 \begin_inset Formula 
17002 \[
17003 \smashoperator{\sum_{\begin{subarray}{c}
17004 0<k<1000\\
17005 \\
17006 k\,\in\,\mathbb{N}
17007 \end{subarray}}^{n}}k^{-2}
17008 \]
17009
17010 \end_inset
17011
17012
17013 \end_layout
17014
17015 \begin_layout Standard
17016 It is possible to set the space of only one side of the operator to 0
17017 \begin_inset space \thinspace{}
17018 \end_inset
17019
17020 pt.
17021  To do this write either 
17022 \series bold
17023 [l]
17024 \series default
17025  or 
17026 \series bold
17027 [r]
17028 \series default
17029  between 
17030 \series bold
17031
17032 \backslash
17033 smashoperator
17034 \series default
17035  and its brace.
17036  
17037 \series bold
17038 l
17039 \series default
17040  stands for the left and 
17041 \series bold
17042 r
17043 \series default
17044  for the right side of the operator.
17045  Here is an example of the possible 
17046 \series bold
17047
17048 \backslash
17049 smashoperator
17050 \series default
17051  forms:
17052 \end_layout
17053
17054 \begin_layout Standard
17055 \begin_inset Formula 
17056 \[
17057 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}
17058 \]
17059
17060 \end_inset
17061
17062
17063 \end_layout
17064
17065 \begin_layout Standard
17066 \begin_inset VSpace bigskip
17067 \end_inset
17068
17069
17070 \end_layout
17071
17072 \begin_layout Standard
17073 When several consecutive operators have limits the typesetting of the limits
17074  looks often imperfect in the output, see this example:
17075 \begin_inset Formula 
17076 \[
17077 \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}
17078 \]
17079
17080 \end_inset
17081
17082 To improve the typesetting set in the document settings under 
17083 \family sans
17084 Math
17085 \begin_inset space ~
17086 \end_inset
17087
17088 Options
17089 \family default
17090  for the package 
17091 \series bold
17092 mathtools
17093 \series default
17094
17095 \begin_inset Index idx
17096 status collapsed
17097
17098 \begin_layout Plain Layout
17099 Packages ! mathtools
17100 \end_layout
17101
17102 \end_inset
17103
17104  the option 
17105 \family sans
17106 Load
17107 \begin_inset space ~
17108 \end_inset
17109
17110 always
17111 \family default
17112 .
17113  Then insert into your formula the command 
17114 \series bold
17115
17116 \backslash
17117 adjustlimits
17118 \series default
17119
17120 \begin_inset Index idx
17121 status collapsed
17122
17123 \begin_layout Plain Layout
17124 Commands ! A ! 
17125 \backslash
17126 adjustlimits
17127 \end_layout
17128
17129 \end_inset
17130
17131  directly before the first operator.
17132  The example will then look like this:
17133 \begin_inset Formula 
17134 \[
17135 \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}
17136 \]
17137
17138 \end_inset
17139
17140
17141 \end_layout
17142
17143 \begin_layout Standard
17144 \begin_inset VSpace bigskip
17145 \end_inset
17146
17147 How to use one limit for several operators is described in 
17148 \begin_inset CommandInset ref
17149 LatexCommand ref
17150 reference "subsec:Self-defined-Operators"
17151
17152 \end_inset
17153
17154 .
17155 \end_layout
17156
17157 \begin_layout Subsection
17158 Decoration for Operators
17159 \begin_inset Index idx
17160 status collapsed
17161
17162 \begin_layout Plain Layout
17163 Operators ! Decoration
17164 \end_layout
17165
17166 \end_inset
17167
17168
17169 \end_layout
17170
17171 \begin_layout Standard
17172 With the commands 
17173 \series bold
17174
17175 \backslash
17176 overset
17177 \series default
17178
17179 \begin_inset Index idx
17180 status collapsed
17181
17182 \begin_layout Plain Layout
17183 Commands ! O ! 
17184 \backslash
17185 overset
17186 \end_layout
17187
17188 \end_inset
17189
17190  and 
17191 \series bold
17192
17193 \backslash
17194 underset
17195 \series default
17196
17197 \begin_inset Index idx
17198 status collapsed
17199
17200 \begin_layout Plain Layout
17201 Commands ! U ! 
17202 \backslash
17203 underset
17204 \end_layout
17205
17206 \end_inset
17207
17208  characters can be placed above or below an operator, respectively.
17209  With the command 
17210 \series bold
17211
17212 \backslash
17213 sideset
17214 \series default
17215
17216 \begin_inset Index idx
17217 status collapsed
17218
17219 \begin_layout Plain Layout
17220 Commands ! S ! 
17221 \backslash
17222 sideset
17223 \end_layout
17224
17225 \end_inset
17226
17227  characters can be set before and behind a big operator.
17228 \end_layout
17229
17230 \begin_layout Standard
17231 There are 4
17232 \begin_inset space ~
17233 \end_inset
17234
17235 variants of 
17236 \series bold
17237
17238 \backslash
17239 sideset
17240 \series default
17241 :
17242 \end_layout
17243
17244 \begin_layout Itemize
17245
17246 \series bold
17247
17248 \backslash
17249 sideset
17250 \series default
17251  is used to set characters at the corners of the operator
17252 \end_layout
17253
17254 \begin_layout Itemize
17255
17256 \series bold
17257
17258 \backslash
17259 sidesetn
17260 \series default
17261  is used to set characters before and/or behind the operator (this variant
17262  represents \SpecialChar LaTeX
17263 's original 
17264 \series bold
17265
17266 \backslash
17267 sideset
17268 \series default
17269  command)
17270 \end_layout
17271
17272 \begin_layout Itemize
17273
17274 \series bold
17275
17276 \backslash
17277 sidesetl
17278 \series default
17279  is used to set characters at the left corners and/or behind the operator
17280 \end_layout
17281
17282 \begin_layout Itemize
17283
17284 \series bold
17285
17286 \backslash
17287 sidesetr
17288 \series default
17289  is used to set characters at the right corners and/or before the operator
17290 \end_layout
17291
17292 \begin_layout Standard
17293 For example the command 
17294 \series bold
17295
17296 \backslash
17297 sidesetn
17298 \begin_inset space \textvisiblespace{}
17299 \end_inset
17300
17301
17302 \backslash
17303 sum
17304 \begin_inset space \textvisiblespace{}
17305 \end_inset
17306
17307
17308 \begin_inset Formula $\to$
17309 \end_inset
17310
17311 '
17312 \begin_inset Formula $\to$
17313 \end_inset
17314
17315 _k=1
17316 \begin_inset space \textvisiblespace{}
17317 \end_inset
17318
17319
17320 \series default
17321 ^
17322 \series bold
17323 n
17324 \series default
17325  produces:
17326 \begin_inset Formula 
17327 \[
17328 \sideset{}{'}\sum_{k=1}^{n}
17329 \]
17330
17331 \end_inset
17332
17333
17334 \end_layout
17335
17336 \begin_layout Standard
17337 \begin_inset Note Greyedout
17338 status open
17339
17340 \begin_layout Plain Layout
17341
17342 \series bold
17343 Note: 
17344 \backslash
17345 sideset
17346 \series default
17347  can only be used to decorate big operators, binary operators are not allowed.
17348 \end_layout
17349
17350 \end_inset
17351
17352
17353 \end_layout
17354
17355 \begin_layout Standard
17356
17357 \series bold
17358
17359 \backslash
17360 overset
17361 \series default
17362  and 
17363 \series bold
17364
17365 \backslash
17366 underset
17367 \series default
17368  can also be used to decorate symbols and characters.
17369  For example, the command 
17370 \series bold
17371
17372 \backslash
17373 overset
17374 \begin_inset space \textvisiblespace{}
17375 \end_inset
17376
17377
17378 \backslash
17379 maltese
17380 \begin_inset space \textvisiblespace{}
17381 \end_inset
17382
17383
17384 \series default
17385
17386 \begin_inset Formula $\uparrow$
17387 \end_inset
17388
17389
17390 \series bold
17391 a
17392 \series default
17393  produces:
17394 \begin_inset Formula 
17395 \[
17396 \overset{a}{\maltese}
17397 \]
17398
17399 \end_inset
17400
17401
17402 \end_layout
17403
17404 \begin_layout Subsection
17405 Binary Operators
17406 \begin_inset CommandInset label
17407 LatexCommand label
17408 name "subsec:Binary-Operators"
17409
17410 \end_inset
17411
17412
17413 \begin_inset Index idx
17414 status collapsed
17415
17416 \begin_layout Plain Layout
17417 Operators ! binary
17418 \end_layout
17419
17420 \end_inset
17421
17422
17423 \end_layout
17424
17425 \begin_layout Standard
17426 Binary operators are surrounded by space when there is a character before
17427  and after them.
17428 \begin_inset VSpace medskip
17429 \end_inset
17430
17431
17432 \end_layout
17433
17434 \begin_layout Standard
17435 \begin_inset space \hfill{}
17436 \end_inset
17437
17438
17439 \begin_inset Tabular
17440 <lyxtabular version="3" rows="13" columns="2">
17441 <features tabularvalignment="middle">
17442 <column alignment="center" valignment="top" width="0pt">
17443 <column alignment="center" valignment="top" width="0pt">
17444 <row>
17445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17446 \begin_inset Text
17447
17448 \begin_layout Plain Layout
17449 Command
17450 \begin_inset Note Note
17451 status collapsed
17452
17453 \begin_layout Plain Layout
17454
17455 \series bold
17456
17457 \backslash
17458 raisebox
17459 \series default
17460  is only used as spacer.
17461 \end_layout
17462
17463 \end_inset
17464
17465
17466 \end_layout
17467
17468 \end_inset
17469 </cell>
17470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17471 \begin_inset Text
17472
17473 \begin_layout Plain Layout
17474 Result
17475 \end_layout
17476
17477 \end_inset
17478 </cell>
17479 </row>
17480 <row>
17481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17482 \begin_inset Text
17483
17484 \begin_layout Plain Layout
17485 +
17486 \end_layout
17487
17488 \end_inset
17489 </cell>
17490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17491 \begin_inset Text
17492
17493 \begin_layout Plain Layout
17494 \begin_inset Formula $+$
17495 \end_inset
17496
17497
17498 \end_layout
17499
17500 \end_inset
17501 </cell>
17502 </row>
17503 <row>
17504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17505 \begin_inset Text
17506
17507 \begin_layout Plain Layout
17508 -
17509 \end_layout
17510
17511 \end_inset
17512 </cell>
17513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17514 \begin_inset Text
17515
17516 \begin_layout Plain Layout
17517 \begin_inset Formula $-$
17518 \end_inset
17519
17520
17521 \end_layout
17522
17523 \end_inset
17524 </cell>
17525 </row>
17526 <row>
17527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17528 \begin_inset Text
17529
17530 \begin_layout Plain Layout
17531
17532 \backslash
17533 pm
17534 \end_layout
17535
17536 \end_inset
17537 </cell>
17538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17539 \begin_inset Text
17540
17541 \begin_layout Plain Layout
17542 \begin_inset Formula $\pm$
17543 \end_inset
17544
17545
17546 \end_layout
17547
17548 \end_inset
17549 </cell>
17550 </row>
17551 <row>
17552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17553 \begin_inset Text
17554
17555 \begin_layout Plain Layout
17556
17557 \backslash
17558 mp
17559 \end_layout
17560
17561 \end_inset
17562 </cell>
17563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17564 \begin_inset Text
17565
17566 \begin_layout Plain Layout
17567 \begin_inset Formula $\mp$
17568 \end_inset
17569
17570
17571 \end_layout
17572
17573 \end_inset
17574 </cell>
17575 </row>
17576 <row>
17577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17578 \begin_inset Text
17579
17580 \begin_layout Plain Layout
17581
17582 \backslash
17583 cdot
17584 \end_layout
17585
17586 \end_inset
17587 </cell>
17588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17589 \begin_inset Text
17590
17591 \begin_layout Plain Layout
17592 \begin_inset Formula $\cdot$
17593 \end_inset
17594
17595
17596 \end_layout
17597
17598 \end_inset
17599 </cell>
17600 </row>
17601 <row>
17602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17603 \begin_inset Text
17604
17605 \begin_layout Plain Layout
17606
17607 \backslash
17608 times
17609 \end_layout
17610
17611 \end_inset
17612 </cell>
17613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17614 \begin_inset Text
17615
17616 \begin_layout Plain Layout
17617 \begin_inset Formula $\times$
17618 \end_inset
17619
17620
17621 \end_layout
17622
17623 \end_inset
17624 </cell>
17625 </row>
17626 <row>
17627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17628 \begin_inset Text
17629
17630 \begin_layout Plain Layout
17631
17632 \backslash
17633 div
17634 \end_layout
17635
17636 \end_inset
17637 </cell>
17638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17639 \begin_inset Text
17640
17641 \begin_layout Plain Layout
17642 \begin_inset Formula $\div$
17643 \end_inset
17644
17645
17646 \end_layout
17647
17648 \end_inset
17649 </cell>
17650 </row>
17651 <row>
17652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17653 \begin_inset Text
17654
17655 \begin_layout Plain Layout
17656 \begin_inset ERT
17657 status collapsed
17658
17659 \begin_layout Plain Layout
17660
17661
17662 \backslash
17663 raisebox{-1.2mm}{
17664 \end_layout
17665
17666 \end_inset
17667
17668 *
17669 \begin_inset ERT
17670 status collapsed
17671
17672 \begin_layout Plain Layout
17673
17674 }
17675 \end_layout
17676
17677 \end_inset
17678
17679
17680 \end_layout
17681
17682 \end_inset
17683 </cell>
17684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17685 \begin_inset Text
17686
17687 \begin_layout Plain Layout
17688 \begin_inset Formula $*$
17689 \end_inset
17690
17691
17692 \end_layout
17693
17694 \end_inset
17695 </cell>
17696 </row>
17697 <row>
17698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17699 \begin_inset Text
17700
17701 \begin_layout Plain Layout
17702
17703 \backslash
17704 star
17705 \end_layout
17706
17707 \end_inset
17708 </cell>
17709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17710 \begin_inset Text
17711
17712 \begin_layout Plain Layout
17713 \begin_inset Formula $\star$
17714 \end_inset
17715
17716
17717 \end_layout
17718
17719 \end_inset
17720 </cell>
17721 </row>
17722 <row>
17723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17724 \begin_inset Text
17725
17726 \begin_layout Plain Layout
17727
17728 \backslash
17729 circ
17730 \end_layout
17731
17732 \end_inset
17733 </cell>
17734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17735 \begin_inset Text
17736
17737 \begin_layout Plain Layout
17738 \begin_inset Formula $\circ$
17739 \end_inset
17740
17741
17742 \end_layout
17743
17744 \end_inset
17745 </cell>
17746 </row>
17747 <row>
17748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17749 \begin_inset Text
17750
17751 \begin_layout Plain Layout
17752
17753 \backslash
17754 diamond
17755 \end_layout
17756
17757 \end_inset
17758 </cell>
17759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17760 \begin_inset Text
17761
17762 \begin_layout Plain Layout
17763 \begin_inset Formula $\diamond$
17764 \end_inset
17765
17766
17767 \end_layout
17768
17769 \end_inset
17770 </cell>
17771 </row>
17772 <row>
17773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17774 \begin_inset Text
17775
17776 \begin_layout Plain Layout
17777
17778 \backslash
17779 bullet
17780 \end_layout
17781
17782 \end_inset
17783 </cell>
17784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17785 \begin_inset Text
17786
17787 \begin_layout Plain Layout
17788 \begin_inset Formula $\bullet$
17789 \end_inset
17790
17791
17792 \end_layout
17793
17794 \end_inset
17795 </cell>
17796 </row>
17797 </lyxtabular>
17798
17799 \end_inset
17800
17801
17802 \begin_inset space \hfill{}
17803 \end_inset
17804
17805
17806 \begin_inset Tabular
17807 <lyxtabular version="3" rows="13" columns="2">
17808 <features tabularvalignment="middle">
17809 <column alignment="center" valignment="top" width="0pt">
17810 <column alignment="center" valignment="top" width="0pt">
17811 <row>
17812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17813 \begin_inset Text
17814
17815 \begin_layout Plain Layout
17816 Command
17817 \end_layout
17818
17819 \end_inset
17820 </cell>
17821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17822 \begin_inset Text
17823
17824 \begin_layout Plain Layout
17825 Result
17826 \end_layout
17827
17828 \end_inset
17829 </cell>
17830 </row>
17831 <row>
17832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17833 \begin_inset Text
17834
17835 \begin_layout Plain Layout
17836
17837 \backslash
17838 nabla
17839 \end_layout
17840
17841 \end_inset
17842 </cell>
17843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17844 \begin_inset Text
17845
17846 \begin_layout Plain Layout
17847 \begin_inset Formula $\nabla$
17848 \end_inset
17849
17850
17851 \end_layout
17852
17853 \end_inset
17854 </cell>
17855 </row>
17856 <row>
17857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17858 \begin_inset Text
17859
17860 \begin_layout Plain Layout
17861
17862 \backslash
17863 bigtriangledown
17864 \end_layout
17865
17866 \end_inset
17867 </cell>
17868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17869 \begin_inset Text
17870
17871 \begin_layout Plain Layout
17872 \begin_inset Formula $\bigtriangledown$
17873 \end_inset
17874
17875
17876 \end_layout
17877
17878 \end_inset
17879 </cell>
17880 </row>
17881 <row>
17882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17883 \begin_inset Text
17884
17885 \begin_layout Plain Layout
17886
17887 \backslash
17888 bigtriangleup
17889 \end_layout
17890
17891 \end_inset
17892 </cell>
17893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17894 \begin_inset Text
17895
17896 \begin_layout Plain Layout
17897 \begin_inset Formula $\bigtriangleup$
17898 \end_inset
17899
17900
17901 \end_layout
17902
17903 \end_inset
17904 </cell>
17905 </row>
17906 <row>
17907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17908 \begin_inset Text
17909
17910 \begin_layout Plain Layout
17911
17912 \backslash
17913 Box
17914 \end_layout
17915
17916 \end_inset
17917 </cell>
17918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17919 \begin_inset Text
17920
17921 \begin_layout Plain Layout
17922 \begin_inset Formula $\Box$
17923 \end_inset
17924
17925
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 </row>
17931 <row>
17932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17933 \begin_inset Text
17934
17935 \begin_layout Plain Layout
17936
17937 \backslash
17938 cap 
17939 \end_layout
17940
17941 \end_inset
17942 </cell>
17943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17944 \begin_inset Text
17945
17946 \begin_layout Plain Layout
17947 \begin_inset Formula $\cap$
17948 \end_inset
17949
17950
17951 \end_layout
17952
17953 \end_inset
17954 </cell>
17955 </row>
17956 <row>
17957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17958 \begin_inset Text
17959
17960 \begin_layout Plain Layout
17961
17962 \backslash
17963 cup
17964 \end_layout
17965
17966 \end_inset
17967 </cell>
17968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17969 \begin_inset Text
17970
17971 \begin_layout Plain Layout
17972 \begin_inset Formula $\cup$
17973 \end_inset
17974
17975
17976 \end_layout
17977
17978 \end_inset
17979 </cell>
17980 </row>
17981 <row>
17982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17983 \begin_inset Text
17984
17985 \begin_layout Plain Layout
17986
17987 \backslash
17988 dagger
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997 \begin_inset Formula $\dagger$
17998 \end_inset
17999
18000
18001 \end_layout
18002
18003 \end_inset
18004 </cell>
18005 </row>
18006 <row>
18007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18008 \begin_inset Text
18009
18010 \begin_layout Plain Layout
18011
18012 \backslash
18013 ddagger
18014 \end_layout
18015
18016 \end_inset
18017 </cell>
18018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18019 \begin_inset Text
18020
18021 \begin_layout Plain Layout
18022 \begin_inset Formula $\ddagger$
18023 \end_inset
18024
18025
18026 \end_layout
18027
18028 \end_inset
18029 </cell>
18030 </row>
18031 <row>
18032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18033 \begin_inset Text
18034
18035 \begin_layout Plain Layout
18036
18037 \backslash
18038 wr
18039 \end_layout
18040
18041 \end_inset
18042 </cell>
18043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18044 \begin_inset Text
18045
18046 \begin_layout Plain Layout
18047 \begin_inset Formula $\wr$
18048 \end_inset
18049
18050
18051 \end_layout
18052
18053 \end_inset
18054 </cell>
18055 </row>
18056 <row>
18057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18058 \begin_inset Text
18059
18060 \begin_layout Plain Layout
18061
18062 \backslash
18063 bigcirc
18064 \end_layout
18065
18066 \end_inset
18067 </cell>
18068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18069 \begin_inset Text
18070
18071 \begin_layout Plain Layout
18072 \begin_inset Formula $\bigcirc$
18073 \end_inset
18074
18075
18076 \end_layout
18077
18078 \end_inset
18079 </cell>
18080 </row>
18081 <row>
18082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18083 \begin_inset Text
18084
18085 \begin_layout Plain Layout
18086
18087 \backslash
18088 wedge
18089 \end_layout
18090
18091 \end_inset
18092 </cell>
18093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18094 \begin_inset Text
18095
18096 \begin_layout Plain Layout
18097 \begin_inset Formula $\wedge$
18098 \end_inset
18099
18100
18101 \end_layout
18102
18103 \end_inset
18104 </cell>
18105 </row>
18106 <row>
18107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18108 \begin_inset Text
18109
18110 \begin_layout Plain Layout
18111
18112 \backslash
18113 vee
18114 \end_layout
18115
18116 \end_inset
18117 </cell>
18118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18119 \begin_inset Text
18120
18121 \begin_layout Plain Layout
18122 \begin_inset Formula $\vee$
18123 \end_inset
18124
18125
18126 \end_layout
18127
18128 \end_inset
18129 </cell>
18130 </row>
18131 </lyxtabular>
18132
18133 \end_inset
18134
18135
18136 \begin_inset space \hfill{}
18137 \end_inset
18138
18139
18140 \begin_inset Tabular
18141 <lyxtabular version="3" rows="13" columns="2">
18142 <features tabularvalignment="middle">
18143 <column alignment="center" valignment="top" width="0pt">
18144 <column alignment="center" valignment="top" width="0pt">
18145 <row>
18146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18147 \begin_inset Text
18148
18149 \begin_layout Plain Layout
18150 Command
18151 \end_layout
18152
18153 \end_inset
18154 </cell>
18155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18156 \begin_inset Text
18157
18158 \begin_layout Plain Layout
18159 Result
18160 \end_layout
18161
18162 \end_inset
18163 </cell>
18164 </row>
18165 <row>
18166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18167 \begin_inset Text
18168
18169 \begin_layout Plain Layout
18170
18171 \backslash
18172 oplus
18173 \end_layout
18174
18175 \end_inset
18176 </cell>
18177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18178 \begin_inset Text
18179
18180 \begin_layout Plain Layout
18181 \begin_inset Formula $\oplus$
18182 \end_inset
18183
18184
18185 \end_layout
18186
18187 \end_inset
18188 </cell>
18189 </row>
18190 <row>
18191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18192 \begin_inset Text
18193
18194 \begin_layout Plain Layout
18195
18196 \backslash
18197 ominus
18198 \end_layout
18199
18200 \end_inset
18201 </cell>
18202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18203 \begin_inset Text
18204
18205 \begin_layout Plain Layout
18206 \begin_inset Formula $\ominus$
18207 \end_inset
18208
18209
18210 \end_layout
18211
18212 \end_inset
18213 </cell>
18214 </row>
18215 <row>
18216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18217 \begin_inset Text
18218
18219 \begin_layout Plain Layout
18220
18221 \backslash
18222 otimes
18223 \end_layout
18224
18225 \end_inset
18226 </cell>
18227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18228 \begin_inset Text
18229
18230 \begin_layout Plain Layout
18231 \begin_inset Formula $\otimes$
18232 \end_inset
18233
18234
18235 \end_layout
18236
18237 \end_inset
18238 </cell>
18239 </row>
18240 <row>
18241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18242 \begin_inset Text
18243
18244 \begin_layout Plain Layout
18245
18246 \backslash
18247 oslash
18248 \end_layout
18249
18250 \end_inset
18251 </cell>
18252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18253 \begin_inset Text
18254
18255 \begin_layout Plain Layout
18256 \begin_inset Formula $\oslash$
18257 \end_inset
18258
18259
18260 \end_layout
18261
18262 \end_inset
18263 </cell>
18264 </row>
18265 <row>
18266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18267 \begin_inset Text
18268
18269 \begin_layout Plain Layout
18270
18271 \backslash
18272 odot
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18278 \begin_inset Text
18279
18280 \begin_layout Plain Layout
18281 \begin_inset Formula $\odot$
18282 \end_inset
18283
18284
18285 \end_layout
18286
18287 \end_inset
18288 </cell>
18289 </row>
18290 <row>
18291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18292 \begin_inset Text
18293
18294 \begin_layout Plain Layout
18295
18296 \backslash
18297 amalg
18298 \end_layout
18299
18300 \end_inset
18301 </cell>
18302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18303 \begin_inset Text
18304
18305 \begin_layout Plain Layout
18306 \begin_inset Formula $\amalg$
18307 \end_inset
18308
18309
18310 \end_layout
18311
18312 \end_inset
18313 </cell>
18314 </row>
18315 <row>
18316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18317 \begin_inset Text
18318
18319 \begin_layout Plain Layout
18320
18321 \backslash
18322 uplus
18323 \end_layout
18324
18325 \end_inset
18326 </cell>
18327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18328 \begin_inset Text
18329
18330 \begin_layout Plain Layout
18331 \begin_inset Formula $\uplus$
18332 \end_inset
18333
18334
18335 \end_layout
18336
18337 \end_inset
18338 </cell>
18339 </row>
18340 <row>
18341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18342 \begin_inset Text
18343
18344 \begin_layout Plain Layout
18345
18346 \backslash
18347 setminus
18348 \end_layout
18349
18350 \end_inset
18351 </cell>
18352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18353 \begin_inset Text
18354
18355 \begin_layout Plain Layout
18356 \begin_inset Formula $\setminus$
18357 \end_inset
18358
18359
18360 \end_layout
18361
18362 \end_inset
18363 </cell>
18364 </row>
18365 <row>
18366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18367 \begin_inset Text
18368
18369 \begin_layout Plain Layout
18370
18371 \backslash
18372 sqcap
18373 \end_layout
18374
18375 \end_inset
18376 </cell>
18377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18378 \begin_inset Text
18379
18380 \begin_layout Plain Layout
18381 \begin_inset Formula $\sqcap$
18382 \end_inset
18383
18384
18385 \end_layout
18386
18387 \end_inset
18388 </cell>
18389 </row>
18390 <row>
18391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18392 \begin_inset Text
18393
18394 \begin_layout Plain Layout
18395
18396 \backslash
18397 sqcup
18398 \end_layout
18399
18400 \end_inset
18401 </cell>
18402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18403 \begin_inset Text
18404
18405 \begin_layout Plain Layout
18406 \begin_inset Formula $\sqcup$
18407 \end_inset
18408
18409
18410 \end_layout
18411
18412 \end_inset
18413 </cell>
18414 </row>
18415 <row>
18416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18417 \begin_inset Text
18418
18419 \begin_layout Plain Layout
18420
18421 \backslash
18422 triangleleft
18423 \end_layout
18424
18425 \end_inset
18426 </cell>
18427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18428 \begin_inset Text
18429
18430 \begin_layout Plain Layout
18431 \begin_inset Formula $\triangleleft$
18432 \end_inset
18433
18434
18435 \end_layout
18436
18437 \end_inset
18438 </cell>
18439 </row>
18440 <row>
18441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18442 \begin_inset Text
18443
18444 \begin_layout Plain Layout
18445
18446 \backslash
18447 triangleright
18448 \end_layout
18449
18450 \end_inset
18451 </cell>
18452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18453 \begin_inset Text
18454
18455 \begin_layout Plain Layout
18456 \begin_inset Formula $\triangleright$
18457 \end_inset
18458
18459
18460 \end_layout
18461
18462 \end_inset
18463 </cell>
18464 </row>
18465 </lyxtabular>
18466
18467 \end_inset
18468
18469
18470 \begin_inset space \hfill{}
18471 \end_inset
18472
18473
18474 \end_layout
18475
18476 \begin_layout Standard
18477 All binary operators can also be inserted via the math toolbar button 
18478 \begin_inset Info
18479 type  "icon"
18480 arg   "math-insert \\pm"
18481 \end_inset
18482
18483 .
18484 \end_layout
18485
18486 \begin_layout Standard
18487 To typeset the Laplace operator also 
18488 \series bold
18489
18490 \backslash
18491 Delta
18492 \series default
18493  or 
18494 \series bold
18495
18496 \backslash
18497 nabla
18498 \series default
18499 ^
18500 \series bold
18501 2
18502 \series default
18503  (
18504 \begin_inset Formula $\nabla^{2}$
18505 \end_inset
18506
18507 ) can be used instead of 
18508 \series bold
18509
18510 \backslash
18511 bigtriangleup
18512 \series default
18513  .
18514 \end_layout
18515
18516 \begin_layout Standard
18517 The character 
18518 \family sans
18519 Menu Separator
18520 \family default
18521  from the menu 
18522 \family sans
18523 Insert\SpecialChar menuseparator
18524 Special Character
18525 \family default
18526  is the operator 
18527 \series bold
18528
18529 \backslash
18530 triangleright
18531 \series default
18532 .
18533 \end_layout
18534
18535 \begin_layout Subsection
18536 Self-defined Operators
18537 \begin_inset CommandInset label
18538 LatexCommand label
18539 name "subsec:Self-defined-Operators"
18540
18541 \end_inset
18542
18543
18544 \begin_inset Index idx
18545 status collapsed
18546
18547 \begin_layout Plain Layout
18548 Operators ! self-defined
18549 \end_layout
18550
18551 \end_inset
18552
18553
18554 \end_layout
18555
18556 \begin_layout Standard
18557 With the help of the command 
18558 \series bold
18559
18560 \backslash
18561 DeclareMathOperator
18562 \series default
18563
18564 \begin_inset Index idx
18565 status collapsed
18566
18567 \begin_layout Plain Layout
18568 Commands ! D ! 
18569 \backslash
18570 dbinom@
18571 \backslash
18572 DeclareMathOperator
18573 \end_layout
18574
18575 \end_inset
18576
18577  custom operators can be defined in the \SpecialChar LaTeX
18578 -preamble.
18579  Its command scheme is:
18580 \end_layout
18581
18582 \begin_layout Standard
18583
18584 \series bold
18585
18586 \backslash
18587 DeclareMathOperator{new command}{display}
18588 \end_layout
18589
18590 \begin_layout Standard
18591 Display can be characters or symbols that define how the operator looks
18592  in the output.
18593  To define a big operator a * is set behind the command.
18594  All self-defined big operators can have limits as described in 
18595 \begin_inset CommandInset ref
18596 LatexCommand ref
18597 reference "subsec:Operator-Limits"
18598
18599 \end_inset
18600
18601 .
18602 \end_layout
18603
18604 \begin_layout Standard
18605 For example the \SpecialChar LaTeX
18606 -preamble line
18607 \end_layout
18608
18609 \begin_layout Standard
18610
18611 \series bold
18612
18613 \backslash
18614 DeclareMathOperator*{
18615 \backslash
18616 Lozenge}{
18617 \backslash
18618 blacklozenge}
18619 \end_layout
18620
18621 \begin_layout Standard
18622 defines the command 
18623 \series bold
18624
18625 \backslash
18626 Lozenge
18627 \series default
18628 , that inserts a big operator consisting of the lozenge symbol from 
18629 \begin_inset CommandInset ref
18630 LatexCommand ref
18631 reference "subsec:Miscellaneous-Symbols"
18632
18633 \end_inset
18634
18635 :
18636 \begin_inset Formula 
18637 \[
18638 \Lozenge_{n=1}^{\infty}
18639 \]
18640
18641 \end_inset
18642
18643 The command for this formula is: 
18644 \series bold
18645
18646 \backslash
18647 Lozenge
18648 \series default
18649 ^
18650 \series bold
18651
18652 \backslash
18653 infty
18654 \begin_inset Formula $\to$
18655 \end_inset
18656
18657 _n=1
18658 \end_layout
18659
18660 \begin_layout Standard
18661 \begin_inset VSpace bigskip
18662 \end_inset
18663
18664 When self-defined operators are not used several times in the document,
18665  they can also be defined with the commands 
18666 \series bold
18667
18668 \backslash
18669 mathop
18670 \series default
18671
18672 \begin_inset Index idx
18673 status collapsed
18674
18675 \begin_layout Plain Layout
18676 Commands ! M ! 
18677 \backslash
18678 mathop
18679 \end_layout
18680
18681 \end_inset
18682
18683  and 
18684 \series bold
18685
18686 \backslash
18687 mathbin
18688 \series default
18689
18690 \begin_inset Index idx
18691 status collapsed
18692
18693 \begin_layout Plain Layout
18694 Commands ! M ! 
18695 \backslash
18696 mathbin
18697 \end_layout
18698
18699 \end_inset
18700
18701 , which have the following scheme:
18702 \end_layout
18703
18704 \begin_layout Standard
18705
18706 \series bold
18707
18708 \backslash
18709 mathop{display}
18710 \series default
18711  and 
18712 \series bold
18713
18714 \backslash
18715 mathbin{display}
18716 \end_layout
18717
18718 \begin_layout Standard
18719
18720 \series bold
18721
18722 \backslash
18723 mathop
18724 \series default
18725  defines big operators, 
18726 \series bold
18727
18728 \backslash
18729 mathbin
18730 \series default
18731  binary operators.
18732 \end_layout
18733
18734 \begin_layout Standard
18735
18736 \series bold
18737
18738 \backslash
18739 mathop
18740 \series default
18741  can e.
18742 \begin_inset space \thinspace{}
18743 \end_inset
18744
18745 g.
18746 \begin_inset space \space{}
18747 \end_inset
18748
18749 be used to use one limit for several operators:
18750 \end_layout
18751
18752 \begin_layout Standard
18753 \begin_inset Formula 
18754 \[
18755 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18756 \]
18757
18758 \end_inset
18759
18760
18761 \end_layout
18762
18763 \begin_layout Standard
18764 The command for the formula above is:
18765 \begin_inset Newline newline
18766 \end_inset
18767
18768
18769 \series bold
18770
18771 \backslash
18772 mathop{
18773 \backslash
18774 sum
18775 \backslash
18776 negmedspace
18777 \backslash
18778 sum
18779 \series default
18780
18781 \begin_inset space \textvisiblespace{}
18782 \end_inset
18783
18784
18785 \series bold
18786
18787 \begin_inset Formula $\to$
18788 \end_inset
18789
18790 ^N
18791 \series default
18792
18793 \begin_inset space \textvisiblespace{}
18794 \end_inset
18795
18796
18797 \series bold
18798 _i,j=1
18799 \end_layout
18800
18801 \begin_layout Section
18802 Fonts
18803 \begin_inset Index idx
18804 status collapsed
18805
18806 \begin_layout Plain Layout
18807 Fonts
18808 \end_layout
18809
18810 \end_inset
18811
18812
18813 \end_layout
18814
18815 \begin_layout Subsection
18816 Font Styles
18817 \begin_inset CommandInset label
18818 LatexCommand label
18819 name "subsec:Font-Styles"
18820
18821 \end_inset
18822
18823
18824 \begin_inset Index idx
18825 status collapsed
18826
18827 \begin_layout Plain Layout
18828 Font ! style
18829 \end_layout
18830
18831 \end_inset
18832
18833
18834 \end_layout
18835
18836 \begin_layout Standard
18837 Latin letters in formulas can be set in one of the following font styles:
18838 \begin_inset VSpace -2mm
18839 \end_inset
18840
18841
18842 \end_layout
18843
18844 \begin_layout Standard
18845 \align center
18846 \begin_inset Tabular
18847 <lyxtabular version="3" rows="7" columns="3">
18848 <features tabularvalignment="middle">
18849 <column alignment="center" valignment="top">
18850 <column alignment="center" valignment="top">
18851 <column alignment="center" valignment="top">
18852 <row>
18853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18854 \begin_inset Text
18855
18856 \begin_layout Plain Layout
18857 Command
18858 \end_layout
18859
18860 \end_inset
18861 </cell>
18862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18863 \begin_inset Text
18864
18865 \begin_layout Plain Layout
18866 Result
18867 \end_layout
18868
18869 \end_inset
18870 </cell>
18871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18872 \begin_inset Text
18873
18874 \begin_layout Plain Layout
18875 shortcut
18876 \end_layout
18877
18878 \end_inset
18879 </cell>
18880 </row>
18881 <row>
18882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18883 \begin_inset Text
18884
18885 \begin_layout Plain Layout
18886
18887 \backslash
18888 mathbb
18889 \series bold
18890
18891 \begin_inset space \textvisiblespace{}
18892 \end_inset
18893
18894
18895 \series default
18896 ABC
18897 \end_layout
18898
18899 \end_inset
18900 </cell>
18901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18902 \begin_inset Text
18903
18904 \begin_layout Plain Layout
18905 \begin_inset Formula $\mathbb{ABC}$
18906 \end_inset
18907
18908
18909 \end_layout
18910
18911 \end_inset
18912 </cell>
18913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18914 \begin_inset Text
18915
18916 \begin_layout Plain Layout
18917 \begin_inset Info
18918 type  "shortcuts"
18919 arg   "font-noun"
18920 \end_inset
18921
18922
18923 \end_layout
18924
18925 \end_inset
18926 </cell>
18927 </row>
18928 <row>
18929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18930 \begin_inset Text
18931
18932 \begin_layout Plain Layout
18933
18934 \backslash
18935 mathbf
18936 \series bold
18937
18938 \begin_inset space \textvisiblespace{}
18939 \end_inset
18940
18941
18942 \series default
18943 AbC
18944 \end_layout
18945
18946 \end_inset
18947 </cell>
18948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18949 \begin_inset Text
18950
18951 \begin_layout Plain Layout
18952 \begin_inset Formula $\mathbf{AbC}$
18953 \end_inset
18954
18955
18956 \end_layout
18957
18958 \end_inset
18959 </cell>
18960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18961 \begin_inset Text
18962
18963 \begin_layout Plain Layout
18964 \begin_inset Info
18965 type  "shortcuts"
18966 arg   "font-bold"
18967 \end_inset
18968
18969
18970 \end_layout
18971
18972 \end_inset
18973 </cell>
18974 </row>
18975 <row>
18976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18977 \begin_inset Text
18978
18979 \begin_layout Plain Layout
18980
18981 \backslash
18982 boldsymbol
18983 \series bold
18984
18985 \begin_inset space \textvisiblespace{}
18986 \end_inset
18987
18988
18989 \series default
18990 AbC
18991 \end_layout
18992
18993 \end_inset
18994 </cell>
18995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18996 \begin_inset Text
18997
18998 \begin_layout Plain Layout
18999 \begin_inset Formula $\boldsymbol{AbC}$
19000 \end_inset
19001
19002
19003 \end_layout
19004
19005 \end_inset
19006 </cell>
19007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19008 \begin_inset Text
19009
19010 \begin_layout Plain Layout
19011 \begin_inset Info
19012 type  "shortcuts"
19013 arg   "font-boldsymbol"
19014 \end_inset
19015
19016
19017 \end_layout
19018
19019 \end_inset
19020 </cell>
19021 </row>
19022 <row>
19023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19024 \begin_inset Text
19025
19026 \begin_layout Plain Layout
19027
19028 \backslash
19029 mathcal
19030 \series bold
19031
19032 \begin_inset space \textvisiblespace{}
19033 \end_inset
19034
19035
19036 \series default
19037 ABC
19038 \end_layout
19039
19040 \end_inset
19041 </cell>
19042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19043 \begin_inset Text
19044
19045 \begin_layout Plain Layout
19046 \begin_inset Formula $\mathcal{ABC}$
19047 \end_inset
19048
19049
19050 \end_layout
19051
19052 \end_inset
19053 </cell>
19054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19055 \begin_inset Text
19056
19057 \begin_layout Plain Layout
19058 \begin_inset Info
19059 type  "shortcuts"
19060 arg   "font-emph"
19061 \end_inset
19062
19063
19064 \end_layout
19065
19066 \end_inset
19067 </cell>
19068 </row>
19069 <row>
19070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19071 \begin_inset Text
19072
19073 \begin_layout Plain Layout
19074
19075 \backslash
19076 mathfrak
19077 \series bold
19078
19079 \begin_inset space \textvisiblespace{}
19080 \end_inset
19081
19082
19083 \series default
19084 AbC
19085 \end_layout
19086
19087 \end_inset
19088 </cell>
19089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19090 \begin_inset Text
19091
19092 \begin_layout Plain Layout
19093 \begin_inset Formula $\mathfrak{AbC}$
19094 \end_inset
19095
19096
19097 \end_layout
19098
19099 \end_inset
19100 </cell>
19101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19102 \begin_inset Text
19103
19104 \begin_layout Plain Layout
19105 -
19106 \end_layout
19107
19108 \end_inset
19109 </cell>
19110 </row>
19111 <row>
19112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19113 \begin_inset Text
19114
19115 \begin_layout Plain Layout
19116
19117 \backslash
19118 mathscr
19119 \series bold
19120
19121 \begin_inset space \textvisiblespace{}
19122 \end_inset
19123
19124
19125 \series default
19126 AbC
19127 \end_layout
19128
19129 \end_inset
19130 </cell>
19131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19132 \begin_inset Text
19133
19134 \begin_layout Plain Layout
19135 \begin_inset Formula $\mathscr{AbC}$
19136 \end_inset
19137
19138
19139 \end_layout
19140
19141 \end_inset
19142 </cell>
19143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19144 \begin_inset Text
19145
19146 \begin_layout Plain Layout
19147 -
19148 \end_layout
19149
19150 \end_inset
19151 </cell>
19152 </row>
19153 </lyxtabular>
19154
19155 \end_inset
19156
19157
19158 \end_layout
19159
19160 \begin_layout Standard
19161 \align center
19162 \begin_inset Tabular
19163 <lyxtabular version="3" rows="5" columns="3">
19164 <features tabularvalignment="middle">
19165 <column alignment="center" valignment="top">
19166 <column alignment="center" valignment="top">
19167 <column alignment="center" valignment="top">
19168 <row>
19169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19170 \begin_inset Text
19171
19172 \begin_layout Plain Layout
19173 Command
19174 \end_layout
19175
19176 \end_inset
19177 </cell>
19178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19179 \begin_inset Text
19180
19181 \begin_layout Plain Layout
19182 Result
19183 \end_layout
19184
19185 \end_inset
19186 </cell>
19187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19188 \begin_inset Text
19189
19190 \begin_layout Plain Layout
19191 shortcut
19192 \end_layout
19193
19194 \end_inset
19195 </cell>
19196 </row>
19197 <row>
19198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19199 \begin_inset Text
19200
19201 \begin_layout Plain Layout
19202
19203 \backslash
19204 mathit
19205 \series bold
19206
19207 \begin_inset space \textvisiblespace{}
19208 \end_inset
19209
19210
19211 \series default
19212 AbC
19213 \end_layout
19214
19215 \end_inset
19216 </cell>
19217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19218 \begin_inset Text
19219
19220 \begin_layout Plain Layout
19221 \begin_inset Formula $\mathit{AbC}$
19222 \end_inset
19223
19224
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19230 \begin_inset Text
19231
19232 \begin_layout Plain Layout
19233 -
19234 \end_layout
19235
19236 \end_inset
19237 </cell>
19238 </row>
19239 <row>
19240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19241 \begin_inset Text
19242
19243 \begin_layout Plain Layout
19244
19245 \backslash
19246 mathrm
19247 \series bold
19248
19249 \begin_inset space \textvisiblespace{}
19250 \end_inset
19251
19252
19253 \series default
19254 AbC
19255 \end_layout
19256
19257 \end_inset
19258 </cell>
19259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19260 \begin_inset Text
19261
19262 \begin_layout Plain Layout
19263 \begin_inset Formula $\mathrm{AbC}$
19264 \end_inset
19265
19266
19267 \end_layout
19268
19269 \end_inset
19270 </cell>
19271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19272 \begin_inset Text
19273
19274 \begin_layout Plain Layout
19275 \begin_inset Info
19276 type  "shortcuts"
19277 arg   "font-roman"
19278 \end_inset
19279
19280
19281 \end_layout
19282
19283 \end_inset
19284 </cell>
19285 </row>
19286 <row>
19287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19288 \begin_inset Text
19289
19290 \begin_layout Plain Layout
19291
19292 \backslash
19293 mathsf
19294 \series bold
19295
19296 \begin_inset space \textvisiblespace{}
19297 \end_inset
19298
19299
19300 \series default
19301 AbC
19302 \end_layout
19303
19304 \end_inset
19305 </cell>
19306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19307 \begin_inset Text
19308
19309 \begin_layout Plain Layout
19310 \begin_inset Formula $\mathsf{AbC}$
19311 \end_inset
19312
19313
19314 \end_layout
19315
19316 \end_inset
19317 </cell>
19318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19319 \begin_inset Text
19320
19321 \begin_layout Plain Layout
19322 \begin_inset Info
19323 type  "shortcuts"
19324 arg   "font-sans"
19325 \end_inset
19326
19327
19328 \end_layout
19329
19330 \end_inset
19331 </cell>
19332 </row>
19333 <row>
19334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19335 \begin_inset Text
19336
19337 \begin_layout Plain Layout
19338
19339 \backslash
19340 mathtt
19341 \series bold
19342
19343 \begin_inset space \textvisiblespace{}
19344 \end_inset
19345
19346
19347 \series default
19348 AbC
19349 \end_layout
19350
19351 \end_inset
19352 </cell>
19353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19354 \begin_inset Text
19355
19356 \begin_layout Plain Layout
19357 \begin_inset Formula $\mathtt{AbC}$
19358 \end_inset
19359
19360
19361 \end_layout
19362
19363 \end_inset
19364 </cell>
19365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19366 \begin_inset Text
19367
19368 \begin_layout Plain Layout
19369 \begin_inset Info
19370 type  "shortcuts"
19371 arg   "font-typewriter"
19372 \end_inset
19373
19374
19375 \end_layout
19376
19377 \end_inset
19378 </cell>
19379 </row>
19380 </lyxtabular>
19381
19382 \end_inset
19383
19384
19385 \end_layout
19386
19387 \begin_layout Standard
19388 \begin_inset Note Greyedout
19389 status open
19390
19391 \begin_layout Plain Layout
19392
19393 \series bold
19394 Note:
19395 \series default
19396  The styles 
19397 \series bold
19398
19399 \backslash
19400 mathbb
19401 \series default
19402  and 
19403 \series bold
19404
19405 \backslash
19406 mathcal
19407 \series default
19408  can only be used for big letters.
19409 \end_layout
19410
19411 \end_inset
19412
19413
19414 \end_layout
19415
19416 \begin_layout Standard
19417 Predefined is the style 
19418 \series bold
19419
19420 \backslash
19421 mathnormal
19422 \series default
19423 .
19424 \end_layout
19425
19426 \begin_layout Standard
19427 The style commands work also for letters in mathematical constructs:
19428 \begin_inset Formula 
19429 \[
19430 \mathfrak{A=\frac{b}{C}}
19431 \]
19432
19433 \end_inset
19434
19435
19436 \end_layout
19437
19438 \begin_layout Standard
19439 Characters in mathematical text don't appear in a math font style but in
19440  the text font style 
19441 \series bold
19442
19443 \backslash
19444 textrm
19445 \series default
19446 .
19447  That their style can't be set correctly via the text style dialog is a
19448  bug in \SpecialChar LyX
19449 .
19450 \begin_inset Foot
19451 status collapsed
19452
19453 \begin_layout Plain Layout
19454 \begin_inset CommandInset href
19455 LatexCommand href
19456 name "LyX-bug #4629"
19457 target "http://www.lyx.org/trac/ticket/4629"
19458
19459 \end_inset
19460
19461
19462 \end_layout
19463
19464 \end_inset
19465
19466
19467 \end_layout
19468
19469 \begin_layout Standard
19470 Instead of the style commands the dialog 
19471 \family sans
19472 Edit\SpecialChar menuseparator
19473 Math\SpecialChar menuseparator
19474 Text Style
19475 \family default
19476  or the toolbar button 
19477 \begin_inset Info
19478 type  "icon"
19479 arg   "math-insert \\font"
19480 \end_inset
19481
19482  can be used.
19483 \end_layout
19484
19485 \begin_layout Subsection
19486 Bold Formulas
19487 \begin_inset CommandInset label
19488 LatexCommand label
19489 name "subsec:Bold-Formulas"
19490
19491 \end_inset
19492
19493
19494 \begin_inset Index idx
19495 status collapsed
19496
19497 \begin_layout Plain Layout
19498 Formula ! bold
19499 \end_layout
19500
19501 \end_inset
19502
19503
19504 \end_layout
19505
19506 \begin_layout Standard
19507 To make a complete formula bold, the command 
19508 \series bold
19509
19510 \backslash
19511 mathbf
19512 \series default
19513  from the previous subsection cannot be used, because it doesn't work for
19514  small Greek letters.
19515  Furthermore it prints Latin letters always upright, like in the following
19516  equation:
19517 \end_layout
19518
19519 \begin_layout Standard
19520 \begin_inset Formula 
19521 \[
19522 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
19523 \]
19524
19525 \end_inset
19526
19527
19528 \end_layout
19529
19530 \begin_layout Standard
19531 To display the formula correctly, the command 
19532 \series bold
19533
19534 \backslash
19535 boldsymbol
19536 \series default
19537  is used:
19538 \begin_inset Formula 
19539 \[
19540 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
19541 \]
19542
19543 \end_inset
19544
19545 It is also possible to set the formula in a 
19546 \series bold
19547 boldmath environment
19548 \series default
19549 .
19550  This environment is created by inserting the command 
19551 \series bold
19552
19553 \backslash
19554 boldmath
19555 \series default
19556
19557 \begin_inset Index idx
19558 status collapsed
19559
19560 \begin_layout Plain Layout
19561 Commands ! B ! 
19562 \backslash
19563 boldmath
19564 \end_layout
19565
19566 \end_inset
19567
19568  in \SpecialChar TeX
19569  mode.
19570  To end the environment, the command 
19571 \series bold
19572
19573 \backslash
19574 unboldmath
19575 \series default
19576
19577 \begin_inset Index idx
19578 status collapsed
19579
19580 \begin_layout Plain Layout
19581 Commands ! U ! 
19582 \backslash
19583 unboldmath
19584 \end_layout
19585
19586 \end_inset
19587
19588  is inserted in \SpecialChar TeX
19589  mode.
19590 \begin_inset ERT
19591 status collapsed
19592
19593 \begin_layout Plain Layout
19594
19595
19596 \backslash
19597 boldmath 
19598 \end_layout
19599
19600 \end_inset
19601
19602
19603 \begin_inset Formula 
19604 \[
19605 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
19606 \]
19607
19608 \end_inset
19609
19610
19611 \begin_inset ERT
19612 status collapsed
19613
19614 \begin_layout Plain Layout
19615
19616
19617 \backslash
19618 unboldmath 
19619 \end_layout
19620
19621 \end_inset
19622
19623
19624 \end_layout
19625
19626 \begin_layout Subsection
19627 Colored Formulas
19628 \begin_inset Index idx
19629 status collapsed
19630
19631 \begin_layout Plain Layout
19632 Formula ! colored
19633 \end_layout
19634
19635 \end_inset
19636
19637
19638 \end_layout
19639
19640 \begin_layout Standard
19641 Formulas can be colored like normal text: Highlight a formula or a formula
19642  part and use the 
19643 \family sans
19644 Text Style
19645 \family default
19646  dialog.
19647  Here is a formula in magenta:
19648 \begin_inset Formula 
19649 \[
19650 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19651 \]
19652
19653 \end_inset
19654
19655
19656 \end_layout
19657
19658 \begin_layout Standard
19659 You can also define your own colors as described in 
19660 \begin_inset CommandInset ref
19661 LatexCommand ref
19662 reference "subsec:Colored-Boxes"
19663
19664 \end_inset
19665
19666 .
19667  They can be used with the \SpecialChar TeX
19668  code command 
19669 \series bold
19670
19671 \backslash
19672 textcolor
19673 \series default
19674
19675 \begin_inset Index idx
19676 status collapsed
19677
19678 \begin_layout Plain Layout
19679 Commands ! T ! 
19680 \backslash
19681 textcolor
19682 \end_layout
19683
19684 \end_inset
19685
19686  in the scheme
19687 \end_layout
19688
19689 \begin_layout Standard
19690
19691 \series bold
19692
19693 \backslash
19694 textcolor{color}{characters or formula}
19695 \end_layout
19696
19697 \begin_layout Standard
19698 The following example was colored completely dark green and partly red:
19699 \end_layout
19700
19701 \begin_layout Standard
19702 \begin_inset ERT
19703 status collapsed
19704
19705 \begin_layout Plain Layout
19706
19707
19708 \backslash
19709 textcolor{darkgreen}{
19710 \end_layout
19711
19712 \end_inset
19713
19714
19715 \begin_inset Formula 
19716 \[
19717 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19718 \]
19719
19720 \end_inset
19721
19722
19723 \begin_inset ERT
19724 status collapsed
19725
19726 \begin_layout Plain Layout
19727
19728 }
19729 \end_layout
19730
19731 \end_inset
19732
19733
19734 \end_layout
19735
19736 \begin_layout Standard
19737 Due to a bug in \SpecialChar LyX
19738  only complete formulas can be colored with self-defined
19739  colors.
19740 \begin_inset Foot
19741 status collapsed
19742
19743 \begin_layout Plain Layout
19744 \begin_inset CommandInset href
19745 LatexCommand href
19746 name "LyX-bug #5269"
19747 target "http://www.lyx.org/trac/ticket/5269"
19748
19749 \end_inset
19750
19751
19752 \end_layout
19753
19754 \end_inset
19755
19756
19757 \end_layout
19758
19759 \begin_layout Subsection
19760 Font Sizes
19761 \begin_inset CommandInset label
19762 LatexCommand label
19763 name "subsec:Font-Sizes"
19764
19765 \end_inset
19766
19767
19768 \begin_inset Index idx
19769 status collapsed
19770
19771 \begin_layout Plain Layout
19772 Font ! size
19773 \end_layout
19774
19775 \end_inset
19776
19777
19778 \end_layout
19779
19780 \begin_layout Standard
19781 For characters in formulas there are, analog to characters in text, the
19782  following size commands:
19783 \end_layout
19784
19785 \begin_layout Standard
19786
19787 \series bold
19788
19789 \backslash
19790 Huge
19791 \series default
19792
19793 \series bold
19794
19795 \backslash
19796 huge
19797 \series default
19798
19799 \series bold
19800
19801 \backslash
19802 LARGE
19803 \series default
19804
19805 \series bold
19806
19807 \backslash
19808 Large
19809 \series default
19810
19811 \series bold
19812
19813 \backslash
19814 large
19815 \series default
19816
19817 \series bold
19818
19819 \backslash
19820 normalsize
19821 \series default
19822
19823 \series bold
19824
19825 \backslash
19826 small
19827 \series default
19828 ,
19829 \begin_inset Newline newline
19830 \end_inset
19831
19832
19833 \series bold
19834
19835 \backslash
19836 footnotesize
19837 \series default
19838
19839 \series bold
19840
19841 \backslash
19842 scriptsize
19843 \series default
19844  and 
19845 \series bold
19846
19847 \backslash
19848 tiny
19849 \end_layout
19850
19851 \begin_layout Standard
19852 The size produced by the commands depends on the document font size, which
19853  corresponds to the command 
19854 \series bold
19855
19856 \backslash
19857 normalsize
19858 \series default
19859 .
19860  The other commands produce smaller or larger sizes than 
19861 \series bold
19862
19863 \backslash
19864 normalsize
19865 \series default
19866 .
19867  The font size can however not exceed a certain value.
19868  Is for example the document font size 12
19869 \begin_inset space \thinspace{}
19870 \end_inset
19871
19872 pt, the command 
19873 \series bold
19874
19875 \backslash
19876 Huge
19877 \series default
19878  switches to the same size as 
19879 \series bold
19880
19881 \backslash
19882 huge
19883 \series default
19884 .
19885  
19886 \end_layout
19887
19888 \begin_layout Standard
19889 A size command is inserted in \SpecialChar TeX
19890  mode before the formula and sets the size
19891  for all following formula and text characters.
19892  To switch back to the initial size, the command 
19893 \series bold
19894
19895 \backslash
19896 normalsize
19897 \series default
19898  is inserted behind the formula in \SpecialChar TeX
19899  mode.
19900 \end_layout
19901
19902 \begin_layout Standard
19903 Within a formula the size can be changed using the following size commands
19904  or the toolbar button 
19905 \begin_inset Info
19906 type  "icon"
19907 arg   "math-insert \\style"
19908 \end_inset
19909
19910 :
19911 \begin_inset Separator parbreak
19912 \end_inset
19913
19914
19915 \end_layout
19916
19917 \begin_layout Standard
19918 \noindent
19919 \align center
19920 \begin_inset Tabular
19921 <lyxtabular version="3" rows="5" columns="2">
19922 <features tabularvalignment="middle">
19923 <column alignment="center" valignment="top">
19924 <column alignment="center" valignment="top">
19925 <row>
19926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19927 \begin_inset Text
19928
19929 \begin_layout Plain Layout
19930 Command
19931 \end_layout
19932
19933 \end_inset
19934 </cell>
19935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19936 \begin_inset Text
19937
19938 \begin_layout Plain Layout
19939 Result
19940 \begin_inset Note Note
19941 status collapsed
19942
19943 \begin_layout Plain Layout
19944
19945 \series bold
19946
19947 \backslash
19948 raisebox
19949 \series default
19950  is only used as spacer.
19951 \end_layout
19952
19953 \end_inset
19954
19955
19956 \end_layout
19957
19958 \end_inset
19959 </cell>
19960 </row>
19961 <row>
19962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19963 \begin_inset Text
19964
19965 \begin_layout Plain Layout
19966
19967 \backslash
19968 displaystyle
19969 \begin_inset Index idx
19970 status collapsed
19971
19972 \begin_layout Plain Layout
19973 Commands ! D ! 
19974 \backslash
19975 displaystyle
19976 \end_layout
19977
19978 \end_inset
19979
19980
19981 \end_layout
19982
19983 \end_inset
19984 </cell>
19985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19986 \begin_inset Text
19987
19988 \begin_layout Plain Layout
19989 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19990 \end_inset
19991
19992
19993 \end_layout
19994
19995 \end_inset
19996 </cell>
19997 </row>
19998 <row>
19999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20000 \begin_inset Text
20001
20002 \begin_layout Plain Layout
20003
20004 \backslash
20005 textstyle
20006 \end_layout
20007
20008 \end_inset
20009 </cell>
20010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20011 \begin_inset Text
20012
20013 \begin_layout Plain Layout
20014 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
20015 \end_inset
20016
20017
20018 \end_layout
20019
20020 \end_inset
20021 </cell>
20022 </row>
20023 <row>
20024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20025 \begin_inset Text
20026
20027 \begin_layout Plain Layout
20028
20029 \backslash
20030 scriptstyle
20031 \end_layout
20032
20033 \end_inset
20034 </cell>
20035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20036 \begin_inset Text
20037
20038 \begin_layout Plain Layout
20039 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
20040 \end_inset
20041
20042
20043 \end_layout
20044
20045 \end_inset
20046 </cell>
20047 </row>
20048 <row>
20049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20050 \begin_inset Text
20051
20052 \begin_layout Plain Layout
20053
20054 \backslash
20055 scriptscriptstyle
20056 \end_layout
20057
20058 \end_inset
20059 </cell>
20060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20061 \begin_inset Text
20062
20063 \begin_layout Plain Layout
20064 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
20065 \end_inset
20066
20067
20068 \end_layout
20069
20070 \end_inset
20071 </cell>
20072 </row>
20073 </lyxtabular>
20074
20075 \end_inset
20076
20077
20078 \end_layout
20079
20080 \begin_layout Standard
20081 After entering these commands, a blue box appears in which the formula parts
20082  are inserted.
20083 \end_layout
20084
20085 \begin_layout Standard
20086 There is a further method to change the font size, that though only works
20087  for symbols or letters in mathematical text.
20088  To use it, one of the above text size commands is inserted in mathematical
20089  text.
20090  All following characters until the end of the mathematical text or until
20091  another size command will have the selected size.
20092  Two examples:
20093 \begin_inset VSpace -2mm
20094 \end_inset
20095
20096
20097 \end_layout
20098
20099 \begin_layout Standard
20100 \begin_inset ERT
20101 status collapsed
20102
20103 \begin_layout Plain Layout
20104
20105
20106 \backslash
20107 huge 
20108 \end_layout
20109
20110 \end_inset
20111
20112
20113 \begin_inset Formula 
20114 \[
20115 A=\frac{B}{c}\cdot\maltese
20116 \]
20117
20118 \end_inset
20119
20120
20121 \begin_inset Formula 
20122 \[
20123 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
20124 \]
20125
20126 \end_inset
20127
20128
20129 \begin_inset ERT
20130 status collapsed
20131
20132 \begin_layout Plain Layout
20133
20134
20135 \backslash
20136 normalsize 
20137 \end_layout
20138
20139 \end_inset
20140
20141
20142 \end_layout
20143
20144 \begin_layout Standard
20145 \begin_inset VSpace medskip
20146 \end_inset
20147
20148 Before both formulas the command 
20149 \series bold
20150
20151 \backslash
20152 huge
20153 \series default
20154  was inserted.
20155  The command for the second formula is:
20156 \begin_inset Newline newline
20157 \end_inset
20158
20159
20160 \series bold
20161
20162 \backslash
20163 maltese
20164 \begin_inset space \textvisiblespace{}
20165 \end_inset
20166
20167 A Alt+M M 
20168 \backslash
20169 Large
20170 \begin_inset space \textvisiblespace{}
20171 \end_inset
20172
20173
20174 \backslash
20175 maltese
20176 \begin_inset space \textvisiblespace{}
20177 \end_inset
20178
20179
20180 \backslash
20181 textit
20182 \begin_inset space \textvisiblespace{}
20183 \end_inset
20184
20185 A
20186 \begin_inset Formula $\to$
20187 \end_inset
20188
20189
20190 \begin_inset Formula $\to$
20191 \end_inset
20192
20193
20194 \begin_inset Newline newline
20195 \end_inset
20196
20197
20198 \begin_inset space \hspace*{}
20199 \length 1cm
20200 \end_inset
20201
20202 Alt+M
20203 \series default
20204  
20205 \series bold
20206
20207 \backslash
20208 tiny
20209 \begin_inset space \textvisiblespace{}
20210 \end_inset
20211
20212
20213 \backslash
20214 maltese
20215 \begin_inset space \textvisiblespace{}
20216 \end_inset
20217
20218
20219 \backslash
20220 textit
20221 \begin_inset space \textvisiblespace{}
20222 \end_inset
20223
20224 A
20225 \end_layout
20226
20227 \begin_layout Standard
20228 If a symbol cannot be displayed in different sizes, it will always be displayed
20229  in the default size.
20230 \end_layout
20231
20232 \begin_layout Section
20233 Greek Letters
20234 \begin_inset Index idx
20235 status collapsed
20236
20237 \begin_layout Plain Layout
20238 Greek letters
20239 \end_layout
20240
20241 \end_inset
20242
20243
20244 \end_layout
20245
20246 \begin_layout Standard
20247 Greek letters can also be inserted via the toolbar button 
20248 \begin_inset Info
20249 type  "icon"
20250 arg   "math-insert \\alpha"
20251 \end_inset
20252
20253 .
20254  All international typesetting norms purport that Greek letters in math
20255  have to be typeset italic/slanted.
20256  In some languages, like French or Russian, they are nevertheless sometimes
20257  typeset upright.
20258 \end_layout
20259
20260 \begin_layout Subsection
20261 Small Letters
20262 \begin_inset Index idx
20263 status collapsed
20264
20265 \begin_layout Plain Layout
20266 Greek letters ! small
20267 \end_layout
20268
20269 \end_inset
20270
20271
20272 \end_layout
20273
20274 \begin_layout Standard
20275 \begin_inset space \hfill{}
20276 \end_inset
20277
20278
20279 \begin_inset Tabular
20280 <lyxtabular version="3" rows="11" columns="2">
20281 <features tabularvalignment="middle">
20282 <column alignment="center" valignment="top" width="0pt">
20283 <column alignment="center" valignment="top" width="0pt">
20284 <row>
20285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20286 \begin_inset Text
20287
20288 \begin_layout Plain Layout
20289 Command
20290 \end_layout
20291
20292 \end_inset
20293 </cell>
20294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20295 \begin_inset Text
20296
20297 \begin_layout Plain Layout
20298 Result
20299 \end_layout
20300
20301 \end_inset
20302 </cell>
20303 </row>
20304 <row>
20305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20306 \begin_inset Text
20307
20308 \begin_layout Plain Layout
20309
20310 \backslash
20311 alpha
20312 \end_layout
20313
20314 \end_inset
20315 </cell>
20316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20317 \begin_inset Text
20318
20319 \begin_layout Plain Layout
20320 \begin_inset Formula $\alpha$
20321 \end_inset
20322
20323
20324 \end_layout
20325
20326 \end_inset
20327 </cell>
20328 </row>
20329 <row>
20330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20331 \begin_inset Text
20332
20333 \begin_layout Plain Layout
20334
20335 \backslash
20336 beta
20337 \end_layout
20338
20339 \end_inset
20340 </cell>
20341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20342 \begin_inset Text
20343
20344 \begin_layout Plain Layout
20345 \begin_inset Formula $\beta$
20346 \end_inset
20347
20348
20349 \end_layout
20350
20351 \end_inset
20352 </cell>
20353 </row>
20354 <row>
20355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20356 \begin_inset Text
20357
20358 \begin_layout Plain Layout
20359
20360 \backslash
20361 gamma
20362 \end_layout
20363
20364 \end_inset
20365 </cell>
20366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20367 \begin_inset Text
20368
20369 \begin_layout Plain Layout
20370 \begin_inset Formula $\gamma$
20371 \end_inset
20372
20373
20374 \end_layout
20375
20376 \end_inset
20377 </cell>
20378 </row>
20379 <row>
20380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20381 \begin_inset Text
20382
20383 \begin_layout Plain Layout
20384
20385 \backslash
20386 delta
20387 \end_layout
20388
20389 \end_inset
20390 </cell>
20391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20392 \begin_inset Text
20393
20394 \begin_layout Plain Layout
20395 \begin_inset Formula $\delta$
20396 \end_inset
20397
20398
20399 \end_layout
20400
20401 \end_inset
20402 </cell>
20403 </row>
20404 <row>
20405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20406 \begin_inset Text
20407
20408 \begin_layout Plain Layout
20409
20410 \backslash
20411 epsilon
20412 \end_layout
20413
20414 \end_inset
20415 </cell>
20416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20417 \begin_inset Text
20418
20419 \begin_layout Plain Layout
20420 \begin_inset Formula $\epsilon$
20421 \end_inset
20422
20423
20424 \end_layout
20425
20426 \end_inset
20427 </cell>
20428 </row>
20429 <row>
20430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20431 \begin_inset Text
20432
20433 \begin_layout Plain Layout
20434
20435 \backslash
20436 varepsilon
20437 \end_layout
20438
20439 \end_inset
20440 </cell>
20441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20442 \begin_inset Text
20443
20444 \begin_layout Plain Layout
20445 \begin_inset Formula $\varepsilon$
20446 \end_inset
20447
20448
20449 \end_layout
20450
20451 \end_inset
20452 </cell>
20453 </row>
20454 <row>
20455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20456 \begin_inset Text
20457
20458 \begin_layout Plain Layout
20459
20460 \backslash
20461 zeta
20462 \end_layout
20463
20464 \end_inset
20465 </cell>
20466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20467 \begin_inset Text
20468
20469 \begin_layout Plain Layout
20470 \begin_inset Formula $\zeta$
20471 \end_inset
20472
20473
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 </row>
20479 <row>
20480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484
20485 \backslash
20486 eta
20487 \end_layout
20488
20489 \end_inset
20490 </cell>
20491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20492 \begin_inset Text
20493
20494 \begin_layout Plain Layout
20495 \begin_inset Formula $\eta$
20496 \end_inset
20497
20498
20499 \end_layout
20500
20501 \end_inset
20502 </cell>
20503 </row>
20504 <row>
20505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20506 \begin_inset Text
20507
20508 \begin_layout Plain Layout
20509
20510 \backslash
20511 theta
20512 \end_layout
20513
20514 \end_inset
20515 </cell>
20516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20517 \begin_inset Text
20518
20519 \begin_layout Plain Layout
20520 \begin_inset Formula $\theta$
20521 \end_inset
20522
20523
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 </row>
20529 <row>
20530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20531 \begin_inset Text
20532
20533 \begin_layout Plain Layout
20534
20535 \backslash
20536 vartheta
20537 \end_layout
20538
20539 \end_inset
20540 </cell>
20541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20542 \begin_inset Text
20543
20544 \begin_layout Plain Layout
20545 \begin_inset Formula $\vartheta$
20546 \end_inset
20547
20548
20549 \end_layout
20550
20551 \end_inset
20552 </cell>
20553 </row>
20554 </lyxtabular>
20555
20556 \end_inset
20557
20558
20559 \begin_inset space \hfill{}
20560 \end_inset
20561
20562
20563 \begin_inset Tabular
20564 <lyxtabular version="3" rows="12" columns="2">
20565 <features tabularvalignment="middle">
20566 <column alignment="center" valignment="top" width="0pt">
20567 <column alignment="center" valignment="top" width="0pt">
20568 <row>
20569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20570 \begin_inset Text
20571
20572 \begin_layout Plain Layout
20573 Command
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20579 \begin_inset Text
20580
20581 \begin_layout Plain Layout
20582 Result
20583 \end_layout
20584
20585 \end_inset
20586 </cell>
20587 </row>
20588 <row>
20589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20590 \begin_inset Text
20591
20592 \begin_layout Plain Layout
20593
20594 \backslash
20595 iota
20596 \end_layout
20597
20598 \end_inset
20599 </cell>
20600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20601 \begin_inset Text
20602
20603 \begin_layout Plain Layout
20604 \begin_inset Formula $\iota$
20605 \end_inset
20606
20607
20608 \end_layout
20609
20610 \end_inset
20611 </cell>
20612 </row>
20613 <row>
20614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20615 \begin_inset Text
20616
20617 \begin_layout Plain Layout
20618
20619 \backslash
20620 kappa
20621 \end_layout
20622
20623 \end_inset
20624 </cell>
20625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20626 \begin_inset Text
20627
20628 \begin_layout Plain Layout
20629 \begin_inset Formula $\kappa$
20630 \end_inset
20631
20632
20633 \end_layout
20634
20635 \end_inset
20636 </cell>
20637 </row>
20638 <row>
20639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20640 \begin_inset Text
20641
20642 \begin_layout Plain Layout
20643
20644 \backslash
20645 varkappa
20646 \end_layout
20647
20648 \end_inset
20649 </cell>
20650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20651 \begin_inset Text
20652
20653 \begin_layout Plain Layout
20654 \begin_inset Formula $\varkappa$
20655 \end_inset
20656
20657
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 </row>
20663 <row>
20664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20665 \begin_inset Text
20666
20667 \begin_layout Plain Layout
20668
20669 \backslash
20670 lambda
20671 \end_layout
20672
20673 \end_inset
20674 </cell>
20675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20676 \begin_inset Text
20677
20678 \begin_layout Plain Layout
20679 \begin_inset Formula $\lambda$
20680 \end_inset
20681
20682
20683 \end_layout
20684
20685 \end_inset
20686 </cell>
20687 </row>
20688 <row>
20689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20690 \begin_inset Text
20691
20692 \begin_layout Plain Layout
20693
20694 \backslash
20695 mu
20696 \end_layout
20697
20698 \end_inset
20699 </cell>
20700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20701 \begin_inset Text
20702
20703 \begin_layout Plain Layout
20704 \begin_inset Formula $\mu$
20705 \end_inset
20706
20707
20708 \end_layout
20709
20710 \end_inset
20711 </cell>
20712 </row>
20713 <row>
20714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20715 \begin_inset Text
20716
20717 \begin_layout Plain Layout
20718
20719 \backslash
20720 nu
20721 \end_layout
20722
20723 \end_inset
20724 </cell>
20725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20726 \begin_inset Text
20727
20728 \begin_layout Plain Layout
20729 \begin_inset Formula $\nu$
20730 \end_inset
20731
20732
20733 \end_layout
20734
20735 \end_inset
20736 </cell>
20737 </row>
20738 <row>
20739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20740 \begin_inset Text
20741
20742 \begin_layout Plain Layout
20743
20744 \backslash
20745 xi
20746 \end_layout
20747
20748 \end_inset
20749 </cell>
20750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20751 \begin_inset Text
20752
20753 \begin_layout Plain Layout
20754 \begin_inset Formula $\xi$
20755 \end_inset
20756
20757
20758 \end_layout
20759
20760 \end_inset
20761 </cell>
20762 </row>
20763 <row>
20764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20765 \begin_inset Text
20766
20767 \begin_layout Plain Layout
20768 o
20769 \end_layout
20770
20771 \end_inset
20772 </cell>
20773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20774 \begin_inset Text
20775
20776 \begin_layout Plain Layout
20777 \begin_inset Formula $o$
20778 \end_inset
20779
20780
20781 \end_layout
20782
20783 \end_inset
20784 </cell>
20785 </row>
20786 <row>
20787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20788 \begin_inset Text
20789
20790 \begin_layout Plain Layout
20791
20792 \backslash
20793 pi
20794 \end_layout
20795
20796 \end_inset
20797 </cell>
20798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20799 \begin_inset Text
20800
20801 \begin_layout Plain Layout
20802 \begin_inset Formula $\pi$
20803 \end_inset
20804
20805
20806 \end_layout
20807
20808 \end_inset
20809 </cell>
20810 </row>
20811 <row>
20812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20813 \begin_inset Text
20814
20815 \begin_layout Plain Layout
20816
20817 \backslash
20818 varpi
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20824 \begin_inset Text
20825
20826 \begin_layout Plain Layout
20827 \begin_inset Formula $\varpi$
20828 \end_inset
20829
20830
20831 \end_layout
20832
20833 \end_inset
20834 </cell>
20835 </row>
20836 <row>
20837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841
20842 \backslash
20843 rho
20844 \end_layout
20845
20846 \end_inset
20847 </cell>
20848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20849 \begin_inset Text
20850
20851 \begin_layout Plain Layout
20852 \begin_inset Formula $\rho$
20853 \end_inset
20854
20855
20856 \end_layout
20857
20858 \end_inset
20859 </cell>
20860 </row>
20861 </lyxtabular>
20862
20863 \end_inset
20864
20865
20866 \begin_inset space \hfill{}
20867 \end_inset
20868
20869
20870 \begin_inset Tabular
20871 <lyxtabular version="3" rows="11" columns="2">
20872 <features tabularvalignment="middle">
20873 <column alignment="center" valignment="top" width="0pt">
20874 <column alignment="center" valignment="top" width="0pt">
20875 <row>
20876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20877 \begin_inset Text
20878
20879 \begin_layout Plain Layout
20880 Command
20881 \end_layout
20882
20883 \end_inset
20884 </cell>
20885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20886 \begin_inset Text
20887
20888 \begin_layout Plain Layout
20889 Result
20890 \end_layout
20891
20892 \end_inset
20893 </cell>
20894 </row>
20895 <row>
20896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20897 \begin_inset Text
20898
20899 \begin_layout Plain Layout
20900
20901 \backslash
20902 varrho
20903 \end_layout
20904
20905 \end_inset
20906 </cell>
20907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20908 \begin_inset Text
20909
20910 \begin_layout Plain Layout
20911 \begin_inset Formula $\varrho$
20912 \end_inset
20913
20914
20915 \end_layout
20916
20917 \end_inset
20918 </cell>
20919 </row>
20920 <row>
20921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20922 \begin_inset Text
20923
20924 \begin_layout Plain Layout
20925
20926 \backslash
20927 sigma
20928 \end_layout
20929
20930 \end_inset
20931 </cell>
20932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20933 \begin_inset Text
20934
20935 \begin_layout Plain Layout
20936 \begin_inset Formula $\sigma$
20937 \end_inset
20938
20939
20940 \end_layout
20941
20942 \end_inset
20943 </cell>
20944 </row>
20945 <row>
20946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20947 \begin_inset Text
20948
20949 \begin_layout Plain Layout
20950
20951 \backslash
20952 varsigma
20953 \end_layout
20954
20955 \end_inset
20956 </cell>
20957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20958 \begin_inset Text
20959
20960 \begin_layout Plain Layout
20961 \begin_inset Formula $\varsigma$
20962 \end_inset
20963
20964
20965 \end_layout
20966
20967 \end_inset
20968 </cell>
20969 </row>
20970 <row>
20971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20972 \begin_inset Text
20973
20974 \begin_layout Plain Layout
20975
20976 \backslash
20977 tau
20978 \end_layout
20979
20980 \end_inset
20981 </cell>
20982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20983 \begin_inset Text
20984
20985 \begin_layout Plain Layout
20986 \begin_inset Formula $\tau$
20987 \end_inset
20988
20989
20990 \end_layout
20991
20992 \end_inset
20993 </cell>
20994 </row>
20995 <row>
20996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20997 \begin_inset Text
20998
20999 \begin_layout Plain Layout
21000
21001 \backslash
21002 upsilon
21003 \end_layout
21004
21005 \end_inset
21006 </cell>
21007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21008 \begin_inset Text
21009
21010 \begin_layout Plain Layout
21011 \begin_inset Formula $\upsilon$
21012 \end_inset
21013
21014
21015 \end_layout
21016
21017 \end_inset
21018 </cell>
21019 </row>
21020 <row>
21021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21022 \begin_inset Text
21023
21024 \begin_layout Plain Layout
21025
21026 \backslash
21027 phi
21028 \end_layout
21029
21030 \end_inset
21031 </cell>
21032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21033 \begin_inset Text
21034
21035 \begin_layout Plain Layout
21036 \begin_inset Formula $\phi$
21037 \end_inset
21038
21039
21040 \end_layout
21041
21042 \end_inset
21043 </cell>
21044 </row>
21045 <row>
21046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21047 \begin_inset Text
21048
21049 \begin_layout Plain Layout
21050
21051 \backslash
21052 varphi
21053 \end_layout
21054
21055 \end_inset
21056 </cell>
21057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21058 \begin_inset Text
21059
21060 \begin_layout Plain Layout
21061 \begin_inset Formula $\varphi$
21062 \end_inset
21063
21064
21065 \end_layout
21066
21067 \end_inset
21068 </cell>
21069 </row>
21070 <row>
21071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21072 \begin_inset Text
21073
21074 \begin_layout Plain Layout
21075
21076 \backslash
21077 chi
21078 \end_layout
21079
21080 \end_inset
21081 </cell>
21082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21083 \begin_inset Text
21084
21085 \begin_layout Plain Layout
21086 \begin_inset Formula $\chi$
21087 \end_inset
21088
21089
21090 \end_layout
21091
21092 \end_inset
21093 </cell>
21094 </row>
21095 <row>
21096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21097 \begin_inset Text
21098
21099 \begin_layout Plain Layout
21100
21101 \backslash
21102 psi
21103 \end_layout
21104
21105 \end_inset
21106 </cell>
21107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21108 \begin_inset Text
21109
21110 \begin_layout Plain Layout
21111 \begin_inset Formula $\psi$
21112 \end_inset
21113
21114
21115 \end_layout
21116
21117 \end_inset
21118 </cell>
21119 </row>
21120 <row>
21121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21122 \begin_inset Text
21123
21124 \begin_layout Plain Layout
21125
21126 \backslash
21127 omega
21128 \end_layout
21129
21130 \end_inset
21131 </cell>
21132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21133 \begin_inset Text
21134
21135 \begin_layout Plain Layout
21136 \begin_inset Formula $\omega$
21137 \end_inset
21138
21139
21140 \end_layout
21141
21142 \end_inset
21143 </cell>
21144 </row>
21145 </lyxtabular>
21146
21147 \end_inset
21148
21149
21150 \begin_inset space \hfill{}
21151 \end_inset
21152
21153
21154 \end_layout
21155
21156 \begin_layout Standard
21157 \begin_inset VSpace medskip
21158 \end_inset
21159
21160
21161 \end_layout
21162
21163 \begin_layout Standard
21164 How to create special upright Greek letters is explained in 
21165 \begin_inset CommandInset ref
21166 LatexCommand ref
21167 reference "subsec:Upright-small-Greek"
21168
21169 \end_inset
21170
21171 .
21172 \end_layout
21173
21174 \begin_layout Subsection
21175 Big Letters
21176 \begin_inset Index idx
21177 status collapsed
21178
21179 \begin_layout Plain Layout
21180 Greek letters ! big
21181 \end_layout
21182
21183 \end_inset
21184
21185
21186 \end_layout
21187
21188 \begin_layout Standard
21189 \begin_inset space \hfill{}
21190 \end_inset
21191
21192
21193 \begin_inset Tabular
21194 <lyxtabular version="3" rows="7" columns="2">
21195 <features tabularvalignment="middle">
21196 <column alignment="center" valignment="top" width="0pt">
21197 <column alignment="center" valignment="top" width="0pt">
21198 <row>
21199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21200 \begin_inset Text
21201
21202 \begin_layout Plain Layout
21203 Command
21204 \end_layout
21205
21206 \end_inset
21207 </cell>
21208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21209 \begin_inset Text
21210
21211 \begin_layout Plain Layout
21212 Result
21213 \end_layout
21214
21215 \end_inset
21216 </cell>
21217 </row>
21218 <row>
21219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21220 \begin_inset Text
21221
21222 \begin_layout Plain Layout
21223
21224 \backslash
21225 Gamma
21226 \end_layout
21227
21228 \end_inset
21229 </cell>
21230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21231 \begin_inset Text
21232
21233 \begin_layout Plain Layout
21234 \begin_inset Formula $\Gamma$
21235 \end_inset
21236
21237
21238 \end_layout
21239
21240 \end_inset
21241 </cell>
21242 </row>
21243 <row>
21244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21245 \begin_inset Text
21246
21247 \begin_layout Plain Layout
21248
21249 \backslash
21250 Delta
21251 \end_layout
21252
21253 \end_inset
21254 </cell>
21255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21256 \begin_inset Text
21257
21258 \begin_layout Plain Layout
21259 \begin_inset Formula $\Delta$
21260 \end_inset
21261
21262
21263 \end_layout
21264
21265 \end_inset
21266 </cell>
21267 </row>
21268 <row>
21269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21270 \begin_inset Text
21271
21272 \begin_layout Plain Layout
21273
21274 \backslash
21275 Theta
21276 \end_layout
21277
21278 \end_inset
21279 </cell>
21280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21281 \begin_inset Text
21282
21283 \begin_layout Plain Layout
21284 \begin_inset Formula $\Theta$
21285 \end_inset
21286
21287
21288 \end_layout
21289
21290 \end_inset
21291 </cell>
21292 </row>
21293 <row>
21294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298
21299 \backslash
21300 Lambda
21301 \end_layout
21302
21303 \end_inset
21304 </cell>
21305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21306 \begin_inset Text
21307
21308 \begin_layout Plain Layout
21309 \begin_inset Formula $\Lambda$
21310 \end_inset
21311
21312
21313 \end_layout
21314
21315 \end_inset
21316 </cell>
21317 </row>
21318 <row>
21319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323
21324 \backslash
21325 Xi
21326 \end_layout
21327
21328 \end_inset
21329 </cell>
21330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21331 \begin_inset Text
21332
21333 \begin_layout Plain Layout
21334 \begin_inset Formula $\Xi$
21335 \end_inset
21336
21337
21338 \end_layout
21339
21340 \end_inset
21341 </cell>
21342 </row>
21343 <row>
21344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21345 \begin_inset Text
21346
21347 \begin_layout Plain Layout
21348
21349 \backslash
21350 Pi
21351 \end_layout
21352
21353 \end_inset
21354 </cell>
21355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21356 \begin_inset Text
21357
21358 \begin_layout Plain Layout
21359 \begin_inset Formula $\Pi$
21360 \end_inset
21361
21362
21363 \end_layout
21364
21365 \end_inset
21366 </cell>
21367 </row>
21368 </lyxtabular>
21369
21370 \end_inset
21371
21372
21373 \begin_inset space \hfill{}
21374 \end_inset
21375
21376
21377 \begin_inset Tabular
21378 <lyxtabular version="3" rows="6" columns="2">
21379 <features tabularvalignment="middle">
21380 <column alignment="center" valignment="top" width="0pt">
21381 <column alignment="center" valignment="top" width="0pt">
21382 <row>
21383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21384 \begin_inset Text
21385
21386 \begin_layout Plain Layout
21387 Command
21388 \end_layout
21389
21390 \end_inset
21391 </cell>
21392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21393 \begin_inset Text
21394
21395 \begin_layout Plain Layout
21396 Result
21397 \end_layout
21398
21399 \end_inset
21400 </cell>
21401 </row>
21402 <row>
21403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21404 \begin_inset Text
21405
21406 \begin_layout Plain Layout
21407
21408 \backslash
21409 Sigma
21410 \end_layout
21411
21412 \end_inset
21413 </cell>
21414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21415 \begin_inset Text
21416
21417 \begin_layout Plain Layout
21418 \begin_inset Formula $\Sigma$
21419 \end_inset
21420
21421
21422 \end_layout
21423
21424 \end_inset
21425 </cell>
21426 </row>
21427 <row>
21428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21429 \begin_inset Text
21430
21431 \begin_layout Plain Layout
21432
21433 \backslash
21434 Upsilon
21435 \end_layout
21436
21437 \end_inset
21438 </cell>
21439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21440 \begin_inset Text
21441
21442 \begin_layout Plain Layout
21443 \begin_inset Formula $\Upsilon$
21444 \end_inset
21445
21446
21447 \end_layout
21448
21449 \end_inset
21450 </cell>
21451 </row>
21452 <row>
21453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21454 \begin_inset Text
21455
21456 \begin_layout Plain Layout
21457
21458 \backslash
21459 Phi
21460 \end_layout
21461
21462 \end_inset
21463 </cell>
21464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21465 \begin_inset Text
21466
21467 \begin_layout Plain Layout
21468 \begin_inset Formula $\Phi$
21469 \end_inset
21470
21471
21472 \end_layout
21473
21474 \end_inset
21475 </cell>
21476 </row>
21477 <row>
21478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21479 \begin_inset Text
21480
21481 \begin_layout Plain Layout
21482
21483 \backslash
21484 Psi
21485 \end_layout
21486
21487 \end_inset
21488 </cell>
21489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21490 \begin_inset Text
21491
21492 \begin_layout Plain Layout
21493 \begin_inset Formula $\Psi$
21494 \end_inset
21495
21496
21497 \end_layout
21498
21499 \end_inset
21500 </cell>
21501 </row>
21502 <row>
21503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21504 \begin_inset Text
21505
21506 \begin_layout Plain Layout
21507
21508 \backslash
21509 Omega
21510 \end_layout
21511
21512 \end_inset
21513 </cell>
21514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21515 \begin_inset Text
21516
21517 \begin_layout Plain Layout
21518 \begin_inset Formula $\Omega$
21519 \end_inset
21520
21521
21522 \end_layout
21523
21524 \end_inset
21525 </cell>
21526 </row>
21527 </lyxtabular>
21528
21529 \end_inset
21530
21531
21532 \begin_inset space \hfill{}
21533 \end_inset
21534
21535
21536 \end_layout
21537
21538 \begin_layout Standard
21539 \begin_inset VSpace medskip
21540 \end_inset
21541
21542 That the big Greek letters appear upright is caused by a design bug when
21543  \SpecialChar TeX
21544  was developed.
21545  To get correct italic big letters, begin every command with 
21546 \series bold
21547 var
21548 \series default
21549 .
21550  For example the command 
21551 \series bold
21552
21553 \backslash
21554 varGamma
21555 \series default
21556  produces 
21557 \begin_inset Formula $\varGamma$
21558 \end_inset
21559
21560 .
21561  Another way is to load the package 
21562 \series bold
21563 fixmath
21564 \series default
21565
21566 \begin_inset Foot
21567 status collapsed
21568
21569 \begin_layout Plain Layout
21570
21571 \series bold
21572 fixmath
21573 \series default
21574  is part of the \SpecialChar LaTeX
21575 -package 
21576 \series bold
21577 was
21578 \series default
21579
21580 \begin_inset Index idx
21581 status collapsed
21582
21583 \begin_layout Plain Layout
21584 Packages ! was
21585 \begin_inset ERT
21586 status collapsed
21587
21588 \begin_layout Plain Layout
21589
21590
21591 \backslash
21592 vspace{4mm}
21593 \end_layout
21594
21595 \end_inset
21596
21597
21598 \end_layout
21599
21600 \end_inset
21601
21602 .
21603 \end_layout
21604
21605 \end_inset
21606
21607
21608 \begin_inset Index idx
21609 status collapsed
21610
21611 \begin_layout Plain Layout
21612 Packages ! fixmath
21613 \end_layout
21614
21615 \end_inset
21616
21617  with the \SpecialChar LaTeX
21618 -preamble line
21619 \end_layout
21620
21621 \begin_layout Standard
21622
21623 \series bold
21624
21625 \backslash
21626 usepackage{fixmath}
21627 \end_layout
21628
21629 \begin_layout Standard
21630 Then all big Greek letters in a document will automatically be typeset italic.
21631 \end_layout
21632
21633 \begin_layout Subsection
21634 Bold Letters
21635 \begin_inset Index idx
21636 status collapsed
21637
21638 \begin_layout Plain Layout
21639 Greek letters ! bold
21640 \end_layout
21641
21642 \end_inset
21643
21644
21645 \end_layout
21646
21647 \begin_layout Standard
21648 Greek letters cannot be set with different font styles like Latin letters.
21649  They can only be made bold with the command 
21650 \series bold
21651
21652 \backslash
21653 boldsymbol
21654 \series default
21655
21656 \begin_inset Index idx
21657 status collapsed
21658
21659 \begin_layout Plain Layout
21660 Commands ! B ! 
21661 \backslash
21662 boldsymbol
21663 \end_layout
21664
21665 \end_inset
21666
21667 .
21668 \begin_inset Separator parbreak
21669 \end_inset
21670
21671
21672 \end_layout
21673
21674 \begin_layout Standard
21675 \align center
21676 \begin_inset Tabular
21677 <lyxtabular version="3" rows="3" columns="2">
21678 <features tabularvalignment="middle">
21679 <column alignment="center" valignment="top">
21680 <column alignment="center" valignment="top">
21681 <row>
21682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21683 \begin_inset Text
21684
21685 \begin_layout Plain Layout
21686 Command
21687 \end_layout
21688
21689 \end_inset
21690 </cell>
21691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21692 \begin_inset Text
21693
21694 \begin_layout Plain Layout
21695 Result
21696 \end_layout
21697
21698 \end_inset
21699 </cell>
21700 </row>
21701 <row>
21702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21703 \begin_inset Text
21704
21705 \begin_layout Plain Layout
21706
21707 \backslash
21708 Upsilon
21709 \backslash
21710 boldsymbol
21711 \backslash
21712 Upsilon
21713 \end_layout
21714
21715 \end_inset
21716 </cell>
21717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21718 \begin_inset Text
21719
21720 \begin_layout Plain Layout
21721 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21722 \end_inset
21723
21724
21725 \end_layout
21726
21727 \end_inset
21728 </cell>
21729 </row>
21730 <row>
21731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21732 \begin_inset Text
21733
21734 \begin_layout Plain Layout
21735
21736 \backslash
21737 theta
21738 \backslash
21739 boldsymbol
21740 \backslash
21741 theta
21742 \end_layout
21743
21744 \end_inset
21745 </cell>
21746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21747 \begin_inset Text
21748
21749 \begin_layout Plain Layout
21750 \begin_inset Formula $\theta\boldsymbol{\theta}$
21751 \end_inset
21752
21753
21754 \end_layout
21755
21756 \end_inset
21757 </cell>
21758 </row>
21759 </lyxtabular>
21760
21761 \end_inset
21762
21763
21764 \end_layout
21765
21766 \begin_layout Section
21767 Symbols
21768 \begin_inset ERT
21769 status collapsed
21770
21771 \begin_layout Plain Layout
21772
21773
21774 \backslash
21775 texorpdfstring{
21776 \end_layout
21777
21778 \end_inset
21779
21780
21781 \begin_inset Foot
21782 status collapsed
21783
21784 \begin_layout Plain Layout
21785 A list with all symbols of most of the \SpecialChar LaTeX
21786 -packages can be found in 
21787 \begin_inset CommandInset citation
21788 LatexCommand cite
21789 key "Symbols"
21790
21791 \end_inset
21792
21793 .
21794 \end_layout
21795
21796 \end_inset
21797
21798
21799 \begin_inset ERT
21800 status collapsed
21801
21802 \begin_layout Plain Layout
21803
21804 }{}
21805 \end_layout
21806
21807 \end_inset
21808
21809
21810 \begin_inset Note Note
21811 status collapsed
21812
21813 \begin_layout Plain Layout
21814
21815 \backslash
21816 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21817 \end_layout
21818
21819 \begin_layout Plain Layout
21820 More about 
21821 \backslash
21822 texorpdfstring is in section 
21823 \begin_inset CommandInset ref
21824 LatexCommand ref
21825 reference "subsec:Formulas-in-Section"
21826
21827 \end_inset
21828
21829 .
21830 \end_layout
21831
21832 \end_inset
21833
21834
21835 \begin_inset Index idx
21836 status collapsed
21837
21838 \begin_layout Plain Layout
21839 Symbols
21840 \end_layout
21841
21842 \end_inset
21843
21844
21845 \end_layout
21846
21847 \begin_layout Standard
21848 Many of the symbols listed in this section can also be inserted via the
21849  toolbar buttons 
21850 \begin_inset Info
21851 type  "icon"
21852 arg   "math-insert \\nabla"
21853 \end_inset
21854
21855  and 
21856 \begin_inset Info
21857 type  "icon"
21858 arg   "math-insert \\digamma"
21859 \end_inset
21860
21861 .
21862 \end_layout
21863
21864 \begin_layout Subsection
21865 Mathematical Symbols
21866 \begin_inset CommandInset label
21867 LatexCommand label
21868 name "subsec:Mathematical-Symbols"
21869
21870 \end_inset
21871
21872
21873 \begin_inset Index idx
21874 status collapsed
21875
21876 \begin_layout Plain Layout
21877 Symbols ! mathematical
21878 \end_layout
21879
21880 \end_inset
21881
21882
21883 \end_layout
21884
21885 \begin_layout Standard
21886 \begin_inset space \hfill{}
21887 \end_inset
21888
21889
21890 \begin_inset Tabular
21891 <lyxtabular version="3" rows="10" columns="2">
21892 <features tabularvalignment="middle">
21893 <column alignment="center" valignment="top" width="0pt">
21894 <column alignment="center" valignment="top" width="0pt">
21895 <row>
21896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900 Command
21901 \end_layout
21902
21903 \end_inset
21904 </cell>
21905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21906 \begin_inset Text
21907
21908 \begin_layout Plain Layout
21909 Result
21910 \end_layout
21911
21912 \end_inset
21913 </cell>
21914 </row>
21915 <row>
21916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21917 \begin_inset Text
21918
21919 \begin_layout Plain Layout
21920
21921 \backslash
21922 neg
21923 \end_layout
21924
21925 \end_inset
21926 </cell>
21927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21928 \begin_inset Text
21929
21930 \begin_layout Plain Layout
21931 \begin_inset Formula $\neg$
21932 \end_inset
21933
21934
21935 \end_layout
21936
21937 \end_inset
21938 </cell>
21939 </row>
21940 <row>
21941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21942 \begin_inset Text
21943
21944 \begin_layout Plain Layout
21945
21946 \backslash
21947 Im
21948 \end_layout
21949
21950 \end_inset
21951 </cell>
21952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21953 \begin_inset Text
21954
21955 \begin_layout Plain Layout
21956 \begin_inset Formula $\Im$
21957 \end_inset
21958
21959
21960 \end_layout
21961
21962 \end_inset
21963 </cell>
21964 </row>
21965 <row>
21966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21967 \begin_inset Text
21968
21969 \begin_layout Plain Layout
21970
21971 \backslash
21972 Re
21973 \end_layout
21974
21975 \end_inset
21976 </cell>
21977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21978 \begin_inset Text
21979
21980 \begin_layout Plain Layout
21981 \begin_inset Formula $\Re$
21982 \end_inset
21983
21984
21985 \end_layout
21986
21987 \end_inset
21988 </cell>
21989 </row>
21990 <row>
21991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21992 \begin_inset Text
21993
21994 \begin_layout Plain Layout
21995
21996 \backslash
21997 aleph
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22003 \begin_inset Text
22004
22005 \begin_layout Plain Layout
22006 \begin_inset Formula $\aleph$
22007 \end_inset
22008
22009
22010 \end_layout
22011
22012 \end_inset
22013 </cell>
22014 </row>
22015 <row>
22016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22017 \begin_inset Text
22018
22019 \begin_layout Plain Layout
22020
22021 \backslash
22022 partial
22023 \end_layout
22024
22025 \end_inset
22026 </cell>
22027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22028 \begin_inset Text
22029
22030 \begin_layout Plain Layout
22031 \begin_inset Formula $\partial$
22032 \end_inset
22033
22034
22035 \end_layout
22036
22037 \end_inset
22038 </cell>
22039 </row>
22040 <row>
22041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22042 \begin_inset Text
22043
22044 \begin_layout Plain Layout
22045
22046 \backslash
22047 infty
22048 \end_layout
22049
22050 \end_inset
22051 </cell>
22052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22053 \begin_inset Text
22054
22055 \begin_layout Plain Layout
22056 \begin_inset Formula $\infty$
22057 \end_inset
22058
22059
22060 \end_layout
22061
22062 \end_inset
22063 </cell>
22064 </row>
22065 <row>
22066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22067 \begin_inset Text
22068
22069 \begin_layout Plain Layout
22070
22071 \backslash
22072 wp
22073 \end_layout
22074
22075 \end_inset
22076 </cell>
22077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22078 \begin_inset Text
22079
22080 \begin_layout Plain Layout
22081 \begin_inset Formula $\wp$
22082 \end_inset
22083
22084
22085 \end_layout
22086
22087 \end_inset
22088 </cell>
22089 </row>
22090 <row>
22091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22092 \begin_inset Text
22093
22094 \begin_layout Plain Layout
22095
22096 \backslash
22097 imath
22098 \end_layout
22099
22100 \end_inset
22101 </cell>
22102 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22103 \begin_inset Text
22104
22105 \begin_layout Plain Layout
22106 \begin_inset Formula $\imath$
22107 \end_inset
22108
22109
22110 \end_layout
22111
22112 \end_inset
22113 </cell>
22114 </row>
22115 <row>
22116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22117 \begin_inset Text
22118
22119 \begin_layout Plain Layout
22120
22121 \backslash
22122 jmath
22123 \end_layout
22124
22125 \end_inset
22126 </cell>
22127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22128 \begin_inset Text
22129
22130 \begin_layout Plain Layout
22131 \begin_inset Formula $\jmath$
22132 \end_inset
22133
22134
22135 \end_layout
22136
22137 \end_inset
22138 </cell>
22139 </row>
22140 </lyxtabular>
22141
22142 \end_inset
22143
22144
22145 \begin_inset space \hfill{}
22146 \end_inset
22147
22148
22149 \begin_inset Tabular
22150 <lyxtabular version="3" rows="10" columns="2">
22151 <features tabularvalignment="middle">
22152 <column alignment="center" valignment="top" width="0pt">
22153 <column alignment="center" valignment="top" width="0pt">
22154 <row>
22155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22156 \begin_inset Text
22157
22158 \begin_layout Plain Layout
22159 Command
22160 \end_layout
22161
22162 \end_inset
22163 </cell>
22164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22165 \begin_inset Text
22166
22167 \begin_layout Plain Layout
22168 Result
22169 \begin_inset Note Note
22170 status collapsed
22171
22172 \begin_layout Plain Layout
22173
22174 \series bold
22175
22176 \backslash
22177 raisebox
22178 \series default
22179  is only used as spacer.
22180 \end_layout
22181
22182 \end_inset
22183
22184
22185 \end_layout
22186
22187 \end_inset
22188 </cell>
22189 </row>
22190 <row>
22191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22192 \begin_inset Text
22193
22194 \begin_layout Plain Layout
22195
22196 \backslash
22197 forall
22198 \end_layout
22199
22200 \end_inset
22201 </cell>
22202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22203 \begin_inset Text
22204
22205 \begin_layout Plain Layout
22206 \begin_inset Formula $\forall$
22207 \end_inset
22208
22209
22210 \end_layout
22211
22212 \end_inset
22213 </cell>
22214 </row>
22215 <row>
22216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22217 \begin_inset Text
22218
22219 \begin_layout Plain Layout
22220
22221 \backslash
22222 exists
22223 \end_layout
22224
22225 \end_inset
22226 </cell>
22227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22228 \begin_inset Text
22229
22230 \begin_layout Plain Layout
22231 \begin_inset Formula $\exists$
22232 \end_inset
22233
22234
22235 \end_layout
22236
22237 \end_inset
22238 </cell>
22239 </row>
22240 <row>
22241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22242 \begin_inset Text
22243
22244 \begin_layout Plain Layout
22245
22246 \backslash
22247 nexists
22248 \end_layout
22249
22250 \end_inset
22251 </cell>
22252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22253 \begin_inset Text
22254
22255 \begin_layout Plain Layout
22256 \begin_inset Formula $\nexists$
22257 \end_inset
22258
22259
22260 \end_layout
22261
22262 \end_inset
22263 </cell>
22264 </row>
22265 <row>
22266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22267 \begin_inset Text
22268
22269 \begin_layout Plain Layout
22270
22271 \backslash
22272 emptyset
22273 \end_layout
22274
22275 \end_inset
22276 </cell>
22277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22278 \begin_inset Text
22279
22280 \begin_layout Plain Layout
22281 \begin_inset Formula $\emptyset$
22282 \end_inset
22283
22284
22285 \end_layout
22286
22287 \end_inset
22288 </cell>
22289 </row>
22290 <row>
22291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22292 \begin_inset Text
22293
22294 \begin_layout Plain Layout
22295
22296 \backslash
22297 varnothing
22298 \end_layout
22299
22300 \end_inset
22301 </cell>
22302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22303 \begin_inset Text
22304
22305 \begin_layout Plain Layout
22306 \begin_inset Formula $\varnothing$
22307 \end_inset
22308
22309
22310 \end_layout
22311
22312 \end_inset
22313 </cell>
22314 </row>
22315 <row>
22316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22317 \begin_inset Text
22318
22319 \begin_layout Plain Layout
22320
22321 \backslash
22322 dag
22323 \end_layout
22324
22325 \end_inset
22326 </cell>
22327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22328 \begin_inset Text
22329
22330 \begin_layout Plain Layout
22331 \begin_inset Formula $\dag$
22332 \end_inset
22333
22334
22335 \end_layout
22336
22337 \end_inset
22338 </cell>
22339 </row>
22340 <row>
22341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22342 \begin_inset Text
22343
22344 \begin_layout Plain Layout
22345
22346 \backslash
22347 ddag
22348 \end_layout
22349
22350 \end_inset
22351 </cell>
22352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22353 \begin_inset Text
22354
22355 \begin_layout Plain Layout
22356 \begin_inset Formula $\ddag$
22357 \end_inset
22358
22359
22360 \end_layout
22361
22362 \end_inset
22363 </cell>
22364 </row>
22365 <row>
22366 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22367 \begin_inset Text
22368
22369 \begin_layout Plain Layout
22370
22371 \backslash
22372 complement
22373 \end_layout
22374
22375 \end_inset
22376 </cell>
22377 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22378 \begin_inset Text
22379
22380 \begin_layout Plain Layout
22381 \begin_inset ERT
22382 status collapsed
22383
22384 \begin_layout Plain Layout
22385
22386
22387 \backslash
22388 raisebox{-0.8mm}{
22389 \end_layout
22390
22391 \end_inset
22392
22393
22394 \begin_inset Formula $\complement$
22395 \end_inset
22396
22397
22398 \begin_inset ERT
22399 status collapsed
22400
22401 \begin_layout Plain Layout
22402
22403 }
22404 \end_layout
22405
22406 \end_inset
22407
22408
22409 \end_layout
22410
22411 \end_inset
22412 </cell>
22413 </row>
22414 <row>
22415 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22416 \begin_inset Text
22417
22418 \begin_layout Plain Layout
22419
22420 \backslash
22421 Bbbk
22422 \end_layout
22423
22424 \end_inset
22425 </cell>
22426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22427 \begin_inset Text
22428
22429 \begin_layout Plain Layout
22430 \begin_inset Formula $\Bbbk$
22431 \end_inset
22432
22433
22434 \end_layout
22435
22436 \end_inset
22437 </cell>
22438 </row>
22439 </lyxtabular>
22440
22441 \end_inset
22442
22443
22444 \begin_inset space \hfill{}
22445 \end_inset
22446
22447
22448 \begin_inset Tabular
22449 <lyxtabular version="3" rows="10" columns="2">
22450 <features tabularvalignment="middle">
22451 <column alignment="center" valignment="top" width="0pt">
22452 <column alignment="center" valignment="top" width="0pt">
22453 <row>
22454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22455 \begin_inset Text
22456
22457 \begin_layout Plain Layout
22458 Command
22459 \end_layout
22460
22461 \end_inset
22462 </cell>
22463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22464 \begin_inset Text
22465
22466 \begin_layout Plain Layout
22467 Result
22468 \end_layout
22469
22470 \end_inset
22471 </cell>
22472 </row>
22473 <row>
22474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22475 \begin_inset Text
22476
22477 \begin_layout Plain Layout
22478
22479 \backslash
22480 prime
22481 \end_layout
22482
22483 \end_inset
22484 </cell>
22485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22486 \begin_inset Text
22487
22488 \begin_layout Plain Layout
22489 \begin_inset Formula $\prime$
22490 \end_inset
22491
22492
22493 \end_layout
22494
22495 \end_inset
22496 </cell>
22497 </row>
22498 <row>
22499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22500 \begin_inset Text
22501
22502 \begin_layout Plain Layout
22503
22504 \backslash
22505 backprime
22506 \end_layout
22507
22508 \end_inset
22509 </cell>
22510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22511 \begin_inset Text
22512
22513 \begin_layout Plain Layout
22514 \begin_inset Formula $\backprime$
22515 \end_inset
22516
22517
22518 \end_layout
22519
22520 \end_inset
22521 </cell>
22522 </row>
22523 <row>
22524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22525 \begin_inset Text
22526
22527 \begin_layout Plain Layout
22528
22529 \backslash
22530 mho
22531 \end_layout
22532
22533 \end_inset
22534 </cell>
22535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22536 \begin_inset Text
22537
22538 \begin_layout Plain Layout
22539 \begin_inset Formula $\mho$
22540 \end_inset
22541
22542
22543 \end_layout
22544
22545 \end_inset
22546 </cell>
22547 </row>
22548 <row>
22549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22550 \begin_inset Text
22551
22552 \begin_layout Plain Layout
22553
22554 \backslash
22555 triangle
22556 \end_layout
22557
22558 \end_inset
22559 </cell>
22560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22561 \begin_inset Text
22562
22563 \begin_layout Plain Layout
22564 \begin_inset Formula $\triangle$
22565 \end_inset
22566
22567
22568 \end_layout
22569
22570 \end_inset
22571 </cell>
22572 </row>
22573 <row>
22574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22575 \begin_inset Text
22576
22577 \begin_layout Plain Layout
22578
22579 \backslash
22580 angle
22581 \end_layout
22582
22583 \end_inset
22584 </cell>
22585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22586 \begin_inset Text
22587
22588 \begin_layout Plain Layout
22589 \begin_inset Formula $\angle$
22590 \end_inset
22591
22592
22593 \end_layout
22594
22595 \end_inset
22596 </cell>
22597 </row>
22598 <row>
22599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22600 \begin_inset Text
22601
22602 \begin_layout Plain Layout
22603
22604 \backslash
22605 measuredangle
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614 \begin_inset Formula $\measuredangle$
22615 \end_inset
22616
22617
22618 \end_layout
22619
22620 \end_inset
22621 </cell>
22622 </row>
22623 <row>
22624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22625 \begin_inset Text
22626
22627 \begin_layout Plain Layout
22628
22629 \backslash
22630 sphericalangle
22631 \end_layout
22632
22633 \end_inset
22634 </cell>
22635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22636 \begin_inset Text
22637
22638 \begin_layout Plain Layout
22639 \begin_inset Formula $\sphericalangle$
22640 \end_inset
22641
22642
22643 \end_layout
22644
22645 \end_inset
22646 </cell>
22647 </row>
22648 <row>
22649 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22650 \begin_inset Text
22651
22652 \begin_layout Plain Layout
22653
22654 \backslash
22655 top
22656 \end_layout
22657
22658 \end_inset
22659 </cell>
22660 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22661 \begin_inset Text
22662
22663 \begin_layout Plain Layout
22664 \begin_inset Formula $\top$
22665 \end_inset
22666
22667
22668 \end_layout
22669
22670 \end_inset
22671 </cell>
22672 </row>
22673 <row>
22674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22675 \begin_inset Text
22676
22677 \begin_layout Plain Layout
22678
22679 \backslash
22680 bot
22681 \end_layout
22682
22683 \end_inset
22684 </cell>
22685 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22686 \begin_inset Text
22687
22688 \begin_layout Plain Layout
22689 \begin_inset Formula $\bot$
22690 \end_inset
22691
22692
22693 \end_layout
22694
22695 \end_inset
22696 </cell>
22697 </row>
22698 </lyxtabular>
22699
22700 \end_inset
22701
22702
22703 \begin_inset space \hfill{}
22704 \end_inset
22705
22706
22707 \end_layout
22708
22709 \begin_layout Subsection
22710 Miscellaneous Symbols
22711 \begin_inset CommandInset label
22712 LatexCommand label
22713 name "subsec:Miscellaneous-Symbols"
22714
22715 \end_inset
22716
22717
22718 \begin_inset Index idx
22719 status collapsed
22720
22721 \begin_layout Plain Layout
22722 Symbols ! miscellaneous
22723 \end_layout
22724
22725 \end_inset
22726
22727
22728 \end_layout
22729
22730 \begin_layout Standard
22731 \noindent
22732 \align center
22733 \begin_inset Tabular
22734 <lyxtabular version="3" rows="10" columns="2">
22735 <features tabularvalignment="middle">
22736 <column alignment="center" valignment="top" width="0pt">
22737 <column alignment="center" valignment="top" width="0pt">
22738 <row>
22739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743 Command
22744 \end_layout
22745
22746 \end_inset
22747 </cell>
22748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22749 \begin_inset Text
22750
22751 \begin_layout Plain Layout
22752 Result
22753 \end_layout
22754
22755 \end_inset
22756 </cell>
22757 </row>
22758 <row>
22759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22760 \begin_inset Text
22761
22762 \begin_layout Plain Layout
22763
22764 \backslash
22765 flat
22766 \end_layout
22767
22768 \end_inset
22769 </cell>
22770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22771 \begin_inset Text
22772
22773 \begin_layout Plain Layout
22774 \begin_inset Formula $\flat$
22775 \end_inset
22776
22777
22778 \end_layout
22779
22780 \end_inset
22781 </cell>
22782 </row>
22783 <row>
22784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22785 \begin_inset Text
22786
22787 \begin_layout Plain Layout
22788
22789 \backslash
22790 natural
22791 \end_layout
22792
22793 \end_inset
22794 </cell>
22795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22796 \begin_inset Text
22797
22798 \begin_layout Plain Layout
22799 \begin_inset Formula $\natural$
22800 \end_inset
22801
22802
22803 \end_layout
22804
22805 \end_inset
22806 </cell>
22807 </row>
22808 <row>
22809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22810 \begin_inset Text
22811
22812 \begin_layout Plain Layout
22813
22814 \backslash
22815 sharp
22816 \end_layout
22817
22818 \end_inset
22819 </cell>
22820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22821 \begin_inset Text
22822
22823 \begin_layout Plain Layout
22824 \begin_inset Formula $\sharp$
22825 \end_inset
22826
22827
22828 \end_layout
22829
22830 \end_inset
22831 </cell>
22832 </row>
22833 <row>
22834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22835 \begin_inset Text
22836
22837 \begin_layout Plain Layout
22838
22839 \backslash
22840 surd
22841 \end_layout
22842
22843 \end_inset
22844 </cell>
22845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22846 \begin_inset Text
22847
22848 \begin_layout Plain Layout
22849 \begin_inset Formula $\surd$
22850 \end_inset
22851
22852
22853 \end_layout
22854
22855 \end_inset
22856 </cell>
22857 </row>
22858 <row>
22859 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22860 \begin_inset Text
22861
22862 \begin_layout Plain Layout
22863
22864 \backslash
22865 checkmark
22866 \end_layout
22867
22868 \end_inset
22869 </cell>
22870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22871 \begin_inset Text
22872
22873 \begin_layout Plain Layout
22874 \begin_inset Formula $\checkmark$
22875 \end_inset
22876
22877
22878 \end_layout
22879
22880 \end_inset
22881 </cell>
22882 </row>
22883 <row>
22884 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22885 \begin_inset Text
22886
22887 \begin_layout Plain Layout
22888
22889 \backslash
22890 yen
22891 \end_layout
22892
22893 \end_inset
22894 </cell>
22895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22896 \begin_inset Text
22897
22898 \begin_layout Plain Layout
22899 \begin_inset Formula $\yen$
22900 \end_inset
22901
22902
22903 \end_layout
22904
22905 \end_inset
22906 </cell>
22907 </row>
22908 <row>
22909 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22910 \begin_inset Text
22911
22912 \begin_layout Plain Layout
22913
22914 \backslash
22915 pounds
22916 \end_layout
22917
22918 \end_inset
22919 </cell>
22920 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22921 \begin_inset Text
22922
22923 \begin_layout Plain Layout
22924 \begin_inset Formula $\pounds$
22925 \end_inset
22926
22927
22928 \end_layout
22929
22930 \end_inset
22931 </cell>
22932 </row>
22933 <row>
22934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22935 \begin_inset Text
22936
22937 \begin_layout Plain Layout
22938 $
22939 \end_layout
22940
22941 \end_inset
22942 </cell>
22943 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22944 \begin_inset Text
22945
22946 \begin_layout Plain Layout
22947 \begin_inset Formula $\$$
22948 \end_inset
22949
22950
22951 \end_layout
22952
22953 \end_inset
22954 </cell>
22955 </row>
22956 <row>
22957 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22958 \begin_inset Text
22959
22960 \begin_layout Plain Layout
22961 §
22962 \end_layout
22963
22964 \end_inset
22965 </cell>
22966 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22967 \begin_inset Text
22968
22969 \begin_layout Plain Layout
22970 \begin_inset Formula $§$
22971 \end_inset
22972
22973
22974 \end_layout
22975
22976 \end_inset
22977 </cell>
22978 </row>
22979 </lyxtabular>
22980
22981 \end_inset
22982
22983
22984 \begin_inset Tabular
22985 <lyxtabular version="3" rows="10" columns="2">
22986 <features tabularvalignment="middle">
22987 <column alignment="center" valignment="top">
22988 <column alignment="center" valignment="top">
22989 <row>
22990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22991 \begin_inset Text
22992
22993 \begin_layout Plain Layout
22994 Command
22995 \end_layout
22996
22997 \end_inset
22998 </cell>
22999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23000 \begin_inset Text
23001
23002 \begin_layout Plain Layout
23003 Result
23004 \end_layout
23005
23006 \end_inset
23007 </cell>
23008 </row>
23009 <row>
23010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23011 \begin_inset Text
23012
23013 \begin_layout Plain Layout
23014
23015 \backslash
23016 hbar
23017 \end_layout
23018
23019 \end_inset
23020 </cell>
23021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23022 \begin_inset Text
23023
23024 \begin_layout Plain Layout
23025 \begin_inset Formula $\hbar$
23026 \end_inset
23027
23028
23029 \end_layout
23030
23031 \end_inset
23032 </cell>
23033 </row>
23034 <row>
23035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23036 \begin_inset Text
23037
23038 \begin_layout Plain Layout
23039
23040 \backslash
23041 hslash
23042 \end_layout
23043
23044 \end_inset
23045 </cell>
23046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23047 \begin_inset Text
23048
23049 \begin_layout Plain Layout
23050 \begin_inset Formula $\hslash$
23051 \end_inset
23052
23053
23054 \end_layout
23055
23056 \end_inset
23057 </cell>
23058 </row>
23059 <row>
23060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23061 \begin_inset Text
23062
23063 \begin_layout Plain Layout
23064
23065 \backslash
23066 clubsuit
23067 \end_layout
23068
23069 \end_inset
23070 </cell>
23071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23072 \begin_inset Text
23073
23074 \begin_layout Plain Layout
23075 \begin_inset Formula $\clubsuit$
23076 \end_inset
23077
23078
23079 \end_layout
23080
23081 \end_inset
23082 </cell>
23083 </row>
23084 <row>
23085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23086 \begin_inset Text
23087
23088 \begin_layout Plain Layout
23089
23090 \backslash
23091 spadesuit
23092 \end_layout
23093
23094 \end_inset
23095 </cell>
23096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23097 \begin_inset Text
23098
23099 \begin_layout Plain Layout
23100 \begin_inset Formula $\spadesuit$
23101 \end_inset
23102
23103
23104 \end_layout
23105
23106 \end_inset
23107 </cell>
23108 </row>
23109 <row>
23110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23111 \begin_inset Text
23112
23113 \begin_layout Plain Layout
23114
23115 \backslash
23116 bigstar
23117 \end_layout
23118
23119 \end_inset
23120 </cell>
23121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23122 \begin_inset Text
23123
23124 \begin_layout Plain Layout
23125 \begin_inset Formula $\bigstar$
23126 \end_inset
23127
23128
23129 \end_layout
23130
23131 \end_inset
23132 </cell>
23133 </row>
23134 <row>
23135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23136 \begin_inset Text
23137
23138 \begin_layout Plain Layout
23139
23140 \backslash
23141 blacklozenge
23142 \end_layout
23143
23144 \end_inset
23145 </cell>
23146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23147 \begin_inset Text
23148
23149 \begin_layout Plain Layout
23150 \begin_inset Formula $\blacklozenge$
23151 \end_inset
23152
23153
23154 \end_layout
23155
23156 \end_inset
23157 </cell>
23158 </row>
23159 <row>
23160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23161 \begin_inset Text
23162
23163 \begin_layout Plain Layout
23164
23165 \backslash
23166 blacktriangle
23167 \end_layout
23168
23169 \end_inset
23170 </cell>
23171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23172 \begin_inset Text
23173
23174 \begin_layout Plain Layout
23175 \begin_inset Formula $\blacktriangle$
23176 \end_inset
23177
23178
23179 \end_layout
23180
23181 \end_inset
23182 </cell>
23183 </row>
23184 <row>
23185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23186 \begin_inset Text
23187
23188 \begin_layout Plain Layout
23189
23190 \backslash
23191 blacktiangledown
23192 \end_layout
23193
23194 \end_inset
23195 </cell>
23196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23197 \begin_inset Text
23198
23199 \begin_layout Plain Layout
23200 \begin_inset Formula $\blacktriangledown$
23201 \end_inset
23202
23203
23204 \end_layout
23205
23206 \end_inset
23207 </cell>
23208 </row>
23209 <row>
23210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23211 \begin_inset Text
23212
23213 \begin_layout Plain Layout
23214
23215 \backslash
23216 bullet
23217 \end_layout
23218
23219 \end_inset
23220 </cell>
23221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23222 \begin_inset Text
23223
23224 \begin_layout Plain Layout
23225 \begin_inset Formula $\bullet$
23226 \end_inset
23227
23228
23229 \end_layout
23230
23231 \end_inset
23232 </cell>
23233 </row>
23234 </lyxtabular>
23235
23236 \end_inset
23237
23238
23239 \begin_inset Tabular
23240 <lyxtabular version="3" rows="10" columns="2">
23241 <features tabularvalignment="middle">
23242 <column alignment="center" valignment="top" width="0pt">
23243 <column alignment="center" valignment="top" width="0pt">
23244 <row>
23245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23246 \begin_inset Text
23247
23248 \begin_layout Plain Layout
23249 Command
23250 \end_layout
23251
23252 \end_inset
23253 </cell>
23254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23255 \begin_inset Text
23256
23257 \begin_layout Plain Layout
23258 Result
23259 \end_layout
23260
23261 \end_inset
23262 </cell>
23263 </row>
23264 <row>
23265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23266 \begin_inset Text
23267
23268 \begin_layout Plain Layout
23269
23270 \backslash
23271 diamondsuit
23272 \end_layout
23273
23274 \end_inset
23275 </cell>
23276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23277 \begin_inset Text
23278
23279 \begin_layout Plain Layout
23280 \begin_inset Formula $\diamondsuit$
23281 \end_inset
23282
23283
23284 \end_layout
23285
23286 \end_inset
23287 </cell>
23288 </row>
23289 <row>
23290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23291 \begin_inset Text
23292
23293 \begin_layout Plain Layout
23294
23295 \backslash
23296 Diamond
23297 \end_layout
23298
23299 \end_inset
23300 </cell>
23301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23302 \begin_inset Text
23303
23304 \begin_layout Plain Layout
23305 \begin_inset Formula $\Diamond$
23306 \end_inset
23307
23308
23309 \end_layout
23310
23311 \end_inset
23312 </cell>
23313 </row>
23314 <row>
23315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23316 \begin_inset Text
23317
23318 \begin_layout Plain Layout
23319
23320 \backslash
23321 heartsuit
23322 \end_layout
23323
23324 \end_inset
23325 </cell>
23326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23327 \begin_inset Text
23328
23329 \begin_layout Plain Layout
23330 \begin_inset Formula $\heartsuit$
23331 \end_inset
23332
23333
23334 \end_layout
23335
23336 \end_inset
23337 </cell>
23338 </row>
23339 <row>
23340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344
23345 \backslash
23346 P
23347 \end_layout
23348
23349 \end_inset
23350 </cell>
23351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23352 \begin_inset Text
23353
23354 \begin_layout Plain Layout
23355 \begin_inset Formula $\P$
23356 \end_inset
23357
23358
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 </row>
23364 <row>
23365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369
23370 \backslash
23371 copyright
23372 \end_layout
23373
23374 \end_inset
23375 </cell>
23376 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23377 \begin_inset Text
23378
23379 \begin_layout Plain Layout
23380 \begin_inset Formula $\copyright$
23381 \end_inset
23382
23383
23384 \end_layout
23385
23386 \end_inset
23387 </cell>
23388 </row>
23389 <row>
23390 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23391 \begin_inset Text
23392
23393 \begin_layout Plain Layout
23394
23395 \backslash
23396 circledR
23397 \end_layout
23398
23399 \end_inset
23400 </cell>
23401 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23402 \begin_inset Text
23403
23404 \begin_layout Plain Layout
23405 \begin_inset Formula $\circledR$
23406 \end_inset
23407
23408
23409 \end_layout
23410
23411 \end_inset
23412 </cell>
23413 </row>
23414 <row>
23415 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23416 \begin_inset Text
23417
23418 \begin_layout Plain Layout
23419
23420 \backslash
23421 maltese
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23427 \begin_inset Text
23428
23429 \begin_layout Plain Layout
23430 \begin_inset Formula $\maltese$
23431 \end_inset
23432
23433
23434 \end_layout
23435
23436 \end_inset
23437 </cell>
23438 </row>
23439 <row>
23440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444
23445 \backslash
23446 diagup
23447 \end_layout
23448
23449 \end_inset
23450 </cell>
23451 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23452 \begin_inset Text
23453
23454 \begin_layout Plain Layout
23455 \begin_inset Formula $\diagup$
23456 \end_inset
23457
23458
23459 \end_layout
23460
23461 \end_inset
23462 </cell>
23463 </row>
23464 <row>
23465 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23466 \begin_inset Text
23467
23468 \begin_layout Plain Layout
23469
23470 \backslash
23471 diagdown
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23477 \begin_inset Text
23478
23479 \begin_layout Plain Layout
23480 \begin_inset Formula $\diagdown$
23481 \end_inset
23482
23483
23484 \end_layout
23485
23486 \end_inset
23487 </cell>
23488 </row>
23489 </lyxtabular>
23490
23491 \end_inset
23492
23493
23494 \end_layout
23495
23496 \begin_layout Standard
23497 \begin_inset VSpace medskip
23498 \end_inset
23499
23500
23501 \end_layout
23502
23503 \begin_layout Standard
23504 Some symbols can be displayed in different sizes, see 
23505 \begin_inset CommandInset ref
23506 LatexCommand ref
23507 reference "subsec:Font-Sizes"
23508
23509 \end_inset
23510
23511 .
23512 \end_layout
23513
23514 \begin_layout Subsection
23515 The Euro-Symbol €
23516 \begin_inset Index idx
23517 status collapsed
23518
23519 \begin_layout Plain Layout
23520 Symbols ! Euro-symbol
23521 \end_layout
23522
23523 \end_inset
23524
23525
23526 \begin_inset Index idx
23527 status collapsed
23528
23529 \begin_layout Plain Layout
23530
23531 \backslash
23532 @
23533 \begin_inset ERT
23534 status collapsed
23535
23536 \begin_layout Plain Layout
23537
23538
23539 \backslash
23540 officialeuro
23541 \end_layout
23542
23543 \end_inset
23544
23545
23546 \end_layout
23547
23548 \end_inset
23549
23550
23551 \end_layout
23552
23553 \begin_layout Standard
23554 To use the Euro symbol in formulas, the \SpecialChar LaTeX
23555 -package 
23556 \series bold
23557 eurosym
23558 \series default
23559
23560 \begin_inset Index idx
23561 status collapsed
23562
23563 \begin_layout Plain Layout
23564 Packages ! eurosym
23565 \end_layout
23566
23567 \end_inset
23568
23569  must be installed and loaded with the \SpecialChar LaTeX
23570 -preamble line
23571 \end_layout
23572
23573 \begin_layout Standard
23574
23575 \series bold
23576
23577 \backslash
23578 usepackage[gennarrow]{eurosym}
23579 \end_layout
23580
23581 \begin_layout Standard
23582 The Euro symbol can now be inserted with the command 
23583 \series bold
23584
23585 \backslash
23586 euro
23587 \series default
23588
23589 \begin_inset Index idx
23590 status collapsed
23591
23592 \begin_layout Plain Layout
23593 Commands ! E ! 
23594 \backslash
23595 euro
23596 \end_layout
23597
23598 \end_inset
23599
23600 .
23601 \end_layout
23602
23603 \begin_layout Standard
23604 The Euro symbol can directly be inserted with the € key in mathematical
23605  text, without having 
23606 \series bold
23607 eurosym
23608 \series default
23609  installed.
23610  When 
23611 \series bold
23612 eurosym
23613 \series default
23614  is installed, 
23615 \series bold
23616
23617 \backslash
23618 euro
23619 \series default
23620  can also be inserted in \SpecialChar TeX
23621  mode.
23622  The official currency symbol can then be inserted with the command 
23623 \series bold
23624
23625 \backslash
23626 officialeuro
23627 \series default
23628
23629 \begin_inset Index idx
23630 status collapsed
23631
23632 \begin_layout Plain Layout
23633 Commands ! O ! 
23634 \backslash
23635 officialeuro
23636 \end_layout
23637
23638 \end_inset
23639
23640 , that is only available in \SpecialChar TeX
23641  mode.
23642 \end_layout
23643
23644 \begin_layout Standard
23645 \begin_inset ERT
23646 status collapsed
23647
23648 \begin_layout Plain Layout
23649
23650
23651 \backslash
23652 ifeurosym 
23653 \end_layout
23654
23655 \end_inset
23656
23657
23658 \begin_inset Note Note
23659 status open
23660
23661 \begin_layout Plain Layout
23662 The following table will only be displayed when the \SpecialChar LaTeX
23663 -package 
23664 \series bold
23665 eurosym
23666 \series default
23667  is installed.
23668 \end_layout
23669
23670 \end_inset
23671
23672
23673 \end_layout
23674
23675 \begin_layout Standard
23676 An overview about the different Euro symbols:
23677 \begin_inset Separator parbreak
23678 \end_inset
23679
23680
23681 \end_layout
23682
23683 \begin_layout Standard
23684 \align center
23685 \begin_inset Tabular
23686 <lyxtabular version="3" rows="4" columns="3">
23687 <features tabularvalignment="middle">
23688 <column alignment="center" valignment="top" width="0pt">
23689 <column alignment="center" valignment="top" width="0pt">
23690 <column alignment="center" valignment="top" width="0pt">
23691 <row>
23692 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23693 \begin_inset Text
23694
23695 \begin_layout Plain Layout
23696
23697 \end_layout
23698
23699 \end_inset
23700 </cell>
23701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23702 \begin_inset Text
23703
23704 \begin_layout Plain Layout
23705 Command 
23706 \end_layout
23707
23708 \end_inset
23709 </cell>
23710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23711 \begin_inset Text
23712
23713 \begin_layout Plain Layout
23714 Result
23715 \end_layout
23716
23717 \end_inset
23718 </cell>
23719 </row>
23720 <row>
23721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23722 \begin_inset Text
23723
23724 \begin_layout Plain Layout
23725 formula
23726 \end_layout
23727
23728 \end_inset
23729 </cell>
23730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23731 \begin_inset Text
23732
23733 \begin_layout Plain Layout
23734
23735 \backslash
23736 euro
23737 \end_layout
23738
23739 \end_inset
23740 </cell>
23741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23742 \begin_inset Text
23743
23744 \begin_layout Plain Layout
23745 \begin_inset Formula $\euro$
23746 \end_inset
23747
23748
23749 \end_layout
23750
23751 \end_inset
23752 </cell>
23753 </row>
23754 <row>
23755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23756 \begin_inset Text
23757
23758 \begin_layout Plain Layout
23759 mathematical text
23760 \end_layout
23761
23762 \end_inset
23763 </cell>
23764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23765 \begin_inset Text
23766
23767 \begin_layout Plain Layout
23768
23769 \end_layout
23770
23771 \end_inset
23772 </cell>
23773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23774 \begin_inset Text
23775
23776 \begin_layout Plain Layout
23777 \begin_inset Formula $\mbox{€}$
23778 \end_inset
23779
23780
23781 \end_layout
23782
23783 \end_inset
23784 </cell>
23785 </row>
23786 <row>
23787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23788 \begin_inset Text
23789
23790 \begin_layout Plain Layout
23791 \SpecialChar TeX
23792  mode
23793 \end_layout
23794
23795 \end_inset
23796 </cell>
23797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23798 \begin_inset Text
23799
23800 \begin_layout Plain Layout
23801
23802 \backslash
23803 officialeuro
23804 \end_layout
23805
23806 \end_inset
23807 </cell>
23808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23809 \begin_inset Text
23810
23811 \begin_layout Plain Layout
23812 \begin_inset ERT
23813 status collapsed
23814
23815 \begin_layout Plain Layout
23816
23817
23818 \backslash
23819 officialeuro
23820 \end_layout
23821
23822 \end_inset
23823
23824
23825 \end_layout
23826
23827 \end_inset
23828 </cell>
23829 </row>
23830 </lyxtabular>
23831
23832 \end_inset
23833
23834
23835 \end_layout
23836
23837 \begin_layout Standard
23838 \begin_inset ERT
23839 status collapsed
23840
23841 \begin_layout Plain Layout
23842
23843
23844 \backslash
23845 else 
23846 \end_layout
23847
23848 \end_inset
23849
23850
23851 \begin_inset Note Note
23852 status open
23853
23854 \begin_layout Plain Layout
23855 The following will be displayed when the \SpecialChar LaTeX
23856 -package 
23857 \series bold
23858 eurosym
23859 \series default
23860  is not installed:
23861 \end_layout
23862
23863 \end_inset
23864
23865
23866 \end_layout
23867
23868 \begin_layout Standard
23869 You need to install the \SpecialChar LaTeX
23870 -package 
23871 \series bold
23872 eurosym
23873 \series default
23874  to see the rest of this subsection in the output.
23875 \end_layout
23876
23877 \begin_layout Standard
23878 \begin_inset ERT
23879 status collapsed
23880
23881 \begin_layout Plain Layout
23882
23883
23884 \backslash
23885 fi 
23886 \end_layout
23887
23888 \end_inset
23889
23890
23891 \end_layout
23892
23893 \begin_layout Section
23894 Relations
23895 \begin_inset CommandInset label
23896 LatexCommand label
23897 name "sec:Relations"
23898
23899 \end_inset
23900
23901
23902 \begin_inset Index idx
23903 status collapsed
23904
23905 \begin_layout Plain Layout
23906 Relations
23907 \end_layout
23908
23909 \end_inset
23910
23911
23912 \begin_inset Index idx
23913 status collapsed
23914
23915 \begin_layout Plain Layout
23916 Comparisons|see
23917 \begin_inset ERT
23918 status collapsed
23919
23920 \begin_layout Plain Layout
23921
23922 {
23923 \end_layout
23924
23925 \end_inset
23926
23927 Relations
23928 \begin_inset ERT
23929 status collapsed
23930
23931 \begin_layout Plain Layout
23932
23933 }
23934 \end_layout
23935
23936 \end_inset
23937
23938
23939 \end_layout
23940
23941 \end_inset
23942
23943
23944 \end_layout
23945
23946 \begin_layout Standard
23947 All following relations can also be inserted via the toolbar button 
23948 \begin_inset Info
23949 type  "icon"
23950 arg   "math-insert \\leq"
23951 \end_inset
23952
23953 .
23954 \end_layout
23955
23956 \begin_layout Standard
23957 \begin_inset space \hfill{}
23958 \end_inset
23959
23960
23961 \begin_inset Tabular
23962 <lyxtabular version="3" rows="17" columns="2">
23963 <features tabularvalignment="middle">
23964 <column alignment="center" valignment="top" width="0pt">
23965 <column alignment="center" valignment="top" width="0pt">
23966 <row>
23967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23968 \begin_inset Text
23969
23970 \begin_layout Plain Layout
23971 Command
23972 \end_layout
23973
23974 \end_inset
23975 </cell>
23976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23977 \begin_inset Text
23978
23979 \begin_layout Plain Layout
23980 Result
23981 \end_layout
23982
23983 \end_inset
23984 </cell>
23985 </row>
23986 <row>
23987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23988 \begin_inset Text
23989
23990 \begin_layout Plain Layout
23991 <
23992 \end_layout
23993
23994 \end_inset
23995 </cell>
23996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23997 \begin_inset Text
23998
23999 \begin_layout Plain Layout
24000 \begin_inset Formula $<$
24001 \end_inset
24002
24003
24004 \end_layout
24005
24006 \end_inset
24007 </cell>
24008 </row>
24009 <row>
24010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24011 \begin_inset Text
24012
24013 \begin_layout Plain Layout
24014
24015 \backslash
24016 le
24017 \end_layout
24018
24019 \end_inset
24020 </cell>
24021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24022 \begin_inset Text
24023
24024 \begin_layout Plain Layout
24025 \begin_inset Formula $\le$
24026 \end_inset
24027
24028
24029 \end_layout
24030
24031 \end_inset
24032 </cell>
24033 </row>
24034 <row>
24035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24036 \begin_inset Text
24037
24038 \begin_layout Plain Layout
24039
24040 \backslash
24041 ll
24042 \end_layout
24043
24044 \end_inset
24045 </cell>
24046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24047 \begin_inset Text
24048
24049 \begin_layout Plain Layout
24050 \begin_inset Formula $\ll$
24051 \end_inset
24052
24053
24054 \end_layout
24055
24056 \end_inset
24057 </cell>
24058 </row>
24059 <row>
24060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24061 \begin_inset Text
24062
24063 \begin_layout Plain Layout
24064
24065 \backslash
24066 prec
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24072 \begin_inset Text
24073
24074 \begin_layout Plain Layout
24075 \begin_inset Formula $\prec$
24076 \end_inset
24077
24078
24079 \end_layout
24080
24081 \end_inset
24082 </cell>
24083 </row>
24084 <row>
24085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24086 \begin_inset Text
24087
24088 \begin_layout Plain Layout
24089
24090 \backslash
24091 preceq
24092 \end_layout
24093
24094 \end_inset
24095 </cell>
24096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24097 \begin_inset Text
24098
24099 \begin_layout Plain Layout
24100 \begin_inset Formula $\preceq$
24101 \end_inset
24102
24103
24104 \end_layout
24105
24106 \end_inset
24107 </cell>
24108 </row>
24109 <row>
24110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24111 \begin_inset Text
24112
24113 \begin_layout Plain Layout
24114
24115 \backslash
24116 subset
24117 \end_layout
24118
24119 \end_inset
24120 </cell>
24121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24122 \begin_inset Text
24123
24124 \begin_layout Plain Layout
24125 \begin_inset Formula $\subset$
24126 \end_inset
24127
24128
24129 \end_layout
24130
24131 \end_inset
24132 </cell>
24133 </row>
24134 <row>
24135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24136 \begin_inset Text
24137
24138 \begin_layout Plain Layout
24139
24140 \backslash
24141 subseteq
24142 \end_layout
24143
24144 \end_inset
24145 </cell>
24146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24147 \begin_inset Text
24148
24149 \begin_layout Plain Layout
24150 \begin_inset Formula $\subseteq$
24151 \end_inset
24152
24153
24154 \end_layout
24155
24156 \end_inset
24157 </cell>
24158 </row>
24159 <row>
24160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24161 \begin_inset Text
24162
24163 \begin_layout Plain Layout
24164
24165 \backslash
24166 sqsubseteq
24167 \end_layout
24168
24169 \end_inset
24170 </cell>
24171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24172 \begin_inset Text
24173
24174 \begin_layout Plain Layout
24175 \begin_inset Formula $\sqsubseteq$
24176 \end_inset
24177
24178
24179 \end_layout
24180
24181 \end_inset
24182 </cell>
24183 </row>
24184 <row>
24185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24186 \begin_inset Text
24187
24188 \begin_layout Plain Layout
24189
24190 \backslash
24191 in
24192 \end_layout
24193
24194 \end_inset
24195 </cell>
24196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24197 \begin_inset Text
24198
24199 \begin_layout Plain Layout
24200 \begin_inset Formula $\in$
24201 \end_inset
24202
24203
24204 \end_layout
24205
24206 \end_inset
24207 </cell>
24208 </row>
24209 <row>
24210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24211 \begin_inset Text
24212
24213 \begin_layout Plain Layout
24214
24215 \backslash
24216 vdash
24217 \end_layout
24218
24219 \end_inset
24220 </cell>
24221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24222 \begin_inset Text
24223
24224 \begin_layout Plain Layout
24225 \begin_inset Formula $\vdash$
24226 \end_inset
24227
24228
24229 \end_layout
24230
24231 \end_inset
24232 </cell>
24233 </row>
24234 <row>
24235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24236 \begin_inset Text
24237
24238 \begin_layout Plain Layout
24239
24240 \backslash
24241 smile
24242 \end_layout
24243
24244 \end_inset
24245 </cell>
24246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24247 \begin_inset Text
24248
24249 \begin_layout Plain Layout
24250 \begin_inset Formula $\smile$
24251 \end_inset
24252
24253
24254 \end_layout
24255
24256 \end_inset
24257 </cell>
24258 </row>
24259 <row>
24260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24261 \begin_inset Text
24262
24263 \begin_layout Plain Layout
24264
24265 \backslash
24266 lhd
24267 \end_layout
24268
24269 \end_inset
24270 </cell>
24271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24272 \begin_inset Text
24273
24274 \begin_layout Plain Layout
24275 \begin_inset Formula $\lhd$
24276 \end_inset
24277
24278
24279 \end_layout
24280
24281 \end_inset
24282 </cell>
24283 </row>
24284 <row>
24285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24286 \begin_inset Text
24287
24288 \begin_layout Plain Layout
24289
24290 \backslash
24291 unlhd
24292 \end_layout
24293
24294 \end_inset
24295 </cell>
24296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24297 \begin_inset Text
24298
24299 \begin_layout Plain Layout
24300 \begin_inset Formula $\unlhd$
24301 \end_inset
24302
24303
24304 \end_layout
24305
24306 \end_inset
24307 </cell>
24308 </row>
24309 <row>
24310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24311 \begin_inset Text
24312
24313 \begin_layout Plain Layout
24314
24315 \backslash
24316 gtrless
24317 \end_layout
24318
24319 \end_inset
24320 </cell>
24321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24322 \begin_inset Text
24323
24324 \begin_layout Plain Layout
24325 \begin_inset Formula $\gtrless$
24326 \end_inset
24327
24328
24329 \end_layout
24330
24331 \end_inset
24332 </cell>
24333 </row>
24334 <row>
24335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24336 \begin_inset Text
24337
24338 \begin_layout Plain Layout
24339
24340 \backslash
24341 mid
24342 \end_layout
24343
24344 \end_inset
24345 </cell>
24346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24347 \begin_inset Text
24348
24349 \begin_layout Plain Layout
24350 \begin_inset Formula $\mid$
24351 \end_inset
24352
24353
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 </row>
24359 <row>
24360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24361 \begin_inset Text
24362
24363 \begin_layout Plain Layout
24364
24365 \backslash
24366 nmid
24367 \end_layout
24368
24369 \end_inset
24370 </cell>
24371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24372 \begin_inset Text
24373
24374 \begin_layout Plain Layout
24375 \begin_inset Formula $\nmid$
24376 \end_inset
24377
24378
24379 \end_layout
24380
24381 \end_inset
24382 </cell>
24383 </row>
24384 </lyxtabular>
24385
24386 \end_inset
24387
24388
24389 \begin_inset space \hfill{}
24390 \end_inset
24391
24392
24393 \begin_inset Tabular
24394 <lyxtabular version="3" rows="17" columns="2">
24395 <features tabularvalignment="middle">
24396 <column alignment="center" valignment="top" width="0pt">
24397 <column alignment="center" valignment="top" width="0pt">
24398 <row>
24399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24400 \begin_inset Text
24401
24402 \begin_layout Plain Layout
24403 Command
24404 \end_layout
24405
24406 \end_inset
24407 </cell>
24408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24409 \begin_inset Text
24410
24411 \begin_layout Plain Layout
24412 Result
24413 \end_layout
24414
24415 \end_inset
24416 </cell>
24417 </row>
24418 <row>
24419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24420 \begin_inset Text
24421
24422 \begin_layout Plain Layout
24423 =
24424 \end_layout
24425
24426 \end_inset
24427 </cell>
24428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24429 \begin_inset Text
24430
24431 \begin_layout Plain Layout
24432 \begin_inset Formula $=$
24433 \end_inset
24434
24435
24436 \end_layout
24437
24438 \end_inset
24439 </cell>
24440 </row>
24441 <row>
24442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24443 \begin_inset Text
24444
24445 \begin_layout Plain Layout
24446
24447 \backslash
24448 not=
24449 \end_layout
24450
24451 \end_inset
24452 </cell>
24453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24454 \begin_inset Text
24455
24456 \begin_layout Plain Layout
24457 \begin_inset Formula $\not=$
24458 \end_inset
24459
24460
24461 \end_layout
24462
24463 \end_inset
24464 </cell>
24465 </row>
24466 <row>
24467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24468 \begin_inset Text
24469
24470 \begin_layout Plain Layout
24471
24472 \backslash
24473 equiv
24474 \end_layout
24475
24476 \end_inset
24477 </cell>
24478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24479 \begin_inset Text
24480
24481 \begin_layout Plain Layout
24482 \begin_inset Formula $\equiv$
24483 \end_inset
24484
24485
24486 \end_layout
24487
24488 \end_inset
24489 </cell>
24490 </row>
24491 <row>
24492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24493 \begin_inset Text
24494
24495 \begin_layout Plain Layout
24496
24497 \backslash
24498 sim
24499 \end_layout
24500
24501 \end_inset
24502 </cell>
24503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24504 \begin_inset Text
24505
24506 \begin_layout Plain Layout
24507 \begin_inset Formula $\sim$
24508 \end_inset
24509
24510
24511 \end_layout
24512
24513 \end_inset
24514 </cell>
24515 </row>
24516 <row>
24517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24518 \begin_inset Text
24519
24520 \begin_layout Plain Layout
24521
24522 \backslash
24523 simeq
24524 \end_layout
24525
24526 \end_inset
24527 </cell>
24528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24529 \begin_inset Text
24530
24531 \begin_layout Plain Layout
24532 \begin_inset Formula $\simeq$
24533 \end_inset
24534
24535
24536 \end_layout
24537
24538 \end_inset
24539 </cell>
24540 </row>
24541 <row>
24542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24543 \begin_inset Text
24544
24545 \begin_layout Plain Layout
24546
24547 \backslash
24548 approx
24549 \end_layout
24550
24551 \end_inset
24552 </cell>
24553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24554 \begin_inset Text
24555
24556 \begin_layout Plain Layout
24557 \begin_inset Formula $\approx$
24558 \end_inset
24559
24560
24561 \end_layout
24562
24563 \end_inset
24564 </cell>
24565 </row>
24566 <row>
24567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24568 \begin_inset Text
24569
24570 \begin_layout Plain Layout
24571
24572 \backslash
24573 cong
24574 \end_layout
24575
24576 \end_inset
24577 </cell>
24578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24579 \begin_inset Text
24580
24581 \begin_layout Plain Layout
24582 \begin_inset Formula $\cong$
24583 \end_inset
24584
24585
24586 \end_layout
24587
24588 \end_inset
24589 </cell>
24590 </row>
24591 <row>
24592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24593 \begin_inset Text
24594
24595 \begin_layout Plain Layout
24596
24597 \backslash
24598 bowtie
24599 \end_layout
24600
24601 \end_inset
24602 </cell>
24603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24604 \begin_inset Text
24605
24606 \begin_layout Plain Layout
24607 \begin_inset Formula $\bowtie$
24608 \end_inset
24609
24610
24611 \end_layout
24612
24613 \end_inset
24614 </cell>
24615 </row>
24616 <row>
24617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24618 \begin_inset Text
24619
24620 \begin_layout Plain Layout
24621
24622 \backslash
24623 notin
24624 \end_layout
24625
24626 \end_inset
24627 </cell>
24628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24629 \begin_inset Text
24630
24631 \begin_layout Plain Layout
24632 \begin_inset Formula $\notin$
24633 \end_inset
24634
24635
24636 \end_layout
24637
24638 \end_inset
24639 </cell>
24640 </row>
24641 <row>
24642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24643 \begin_inset Text
24644
24645 \begin_layout Plain Layout
24646
24647 \backslash
24648 perp
24649 \end_layout
24650
24651 \end_inset
24652 </cell>
24653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24654 \begin_inset Text
24655
24656 \begin_layout Plain Layout
24657 \begin_inset Formula $\perp$
24658 \end_inset
24659
24660
24661 \end_layout
24662
24663 \end_inset
24664 </cell>
24665 </row>
24666 <row>
24667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24668 \begin_inset Text
24669
24670 \begin_layout Plain Layout
24671
24672 \backslash
24673 propto
24674 \end_layout
24675
24676 \end_inset
24677 </cell>
24678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24679 \begin_inset Text
24680
24681 \begin_layout Plain Layout
24682 \begin_inset Formula $\propto$
24683 \end_inset
24684
24685
24686 \end_layout
24687
24688 \end_inset
24689 </cell>
24690 </row>
24691 <row>
24692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24693 \begin_inset Text
24694
24695 \begin_layout Plain Layout
24696
24697 \backslash
24698 asymp
24699 \end_layout
24700
24701 \end_inset
24702 </cell>
24703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24704 \begin_inset Text
24705
24706 \begin_layout Plain Layout
24707 \begin_inset Formula $\asymp$
24708 \end_inset
24709
24710
24711 \end_layout
24712
24713 \end_inset
24714 </cell>
24715 </row>
24716 <row>
24717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24718 \begin_inset Text
24719
24720 \begin_layout Plain Layout
24721
24722 \backslash
24723 doteq
24724 \end_layout
24725
24726 \end_inset
24727 </cell>
24728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24729 \begin_inset Text
24730
24731 \begin_layout Plain Layout
24732 \begin_inset Formula $\doteq$
24733 \end_inset
24734
24735
24736 \end_layout
24737
24738 \end_inset
24739 </cell>
24740 </row>
24741 <row>
24742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24743 \begin_inset Text
24744
24745 \begin_layout Plain Layout
24746
24747 \backslash
24748 circeq
24749 \end_layout
24750
24751 \end_inset
24752 </cell>
24753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24754 \begin_inset Text
24755
24756 \begin_layout Plain Layout
24757 \begin_inset Formula $\circeq$
24758 \end_inset
24759
24760
24761 \end_layout
24762
24763 \end_inset
24764 </cell>
24765 </row>
24766 <row>
24767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24768 \begin_inset Text
24769
24770 \begin_layout Plain Layout
24771
24772 \backslash
24773 models
24774 \end_layout
24775
24776 \end_inset
24777 </cell>
24778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24779 \begin_inset Text
24780
24781 \begin_layout Plain Layout
24782 \begin_inset Formula $\models$
24783 \end_inset
24784
24785
24786 \end_layout
24787
24788 \end_inset
24789 </cell>
24790 </row>
24791 <row>
24792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24793 \begin_inset Text
24794
24795 \begin_layout Plain Layout
24796
24797 \backslash
24798 widehat=
24799 \end_layout
24800
24801 \end_inset
24802 </cell>
24803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24804 \begin_inset Text
24805
24806 \begin_layout Plain Layout
24807 \begin_inset Formula $\widehat{=}$
24808 \end_inset
24809
24810
24811 \end_layout
24812
24813 \end_inset
24814 </cell>
24815 </row>
24816 </lyxtabular>
24817
24818 \end_inset
24819
24820
24821 \begin_inset space \hfill{}
24822 \end_inset
24823
24824
24825 \begin_inset Tabular
24826 <lyxtabular version="3" rows="17" columns="2">
24827 <features tabularvalignment="middle">
24828 <column alignment="center" valignment="top" width="0pt">
24829 <column alignment="center" valignment="top" width="0pt">
24830 <row>
24831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24832 \begin_inset Text
24833
24834 \begin_layout Plain Layout
24835 Command
24836 \end_layout
24837
24838 \end_inset
24839 </cell>
24840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24841 \begin_inset Text
24842
24843 \begin_layout Plain Layout
24844 Result
24845 \end_layout
24846
24847 \end_inset
24848 </cell>
24849 </row>
24850 <row>
24851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24852 \begin_inset Text
24853
24854 \begin_layout Plain Layout
24855 >
24856 \end_layout
24857
24858 \end_inset
24859 </cell>
24860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24861 \begin_inset Text
24862
24863 \begin_layout Plain Layout
24864 \begin_inset Formula $>$
24865 \end_inset
24866
24867
24868 \end_layout
24869
24870 \end_inset
24871 </cell>
24872 </row>
24873 <row>
24874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24875 \begin_inset Text
24876
24877 \begin_layout Plain Layout
24878
24879 \backslash
24880 ge
24881 \end_layout
24882
24883 \end_inset
24884 </cell>
24885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24886 \begin_inset Text
24887
24888 \begin_layout Plain Layout
24889 \begin_inset Formula $\ge$
24890 \end_inset
24891
24892
24893 \end_layout
24894
24895 \end_inset
24896 </cell>
24897 </row>
24898 <row>
24899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24900 \begin_inset Text
24901
24902 \begin_layout Plain Layout
24903
24904 \backslash
24905 gg
24906 \end_layout
24907
24908 \end_inset
24909 </cell>
24910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24911 \begin_inset Text
24912
24913 \begin_layout Plain Layout
24914 \begin_inset Formula $\gg$
24915 \end_inset
24916
24917
24918 \end_layout
24919
24920 \end_inset
24921 </cell>
24922 </row>
24923 <row>
24924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24925 \begin_inset Text
24926
24927 \begin_layout Plain Layout
24928
24929 \backslash
24930 succ
24931 \end_layout
24932
24933 \end_inset
24934 </cell>
24935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24936 \begin_inset Text
24937
24938 \begin_layout Plain Layout
24939 \begin_inset Formula $\succ$
24940 \end_inset
24941
24942
24943 \end_layout
24944
24945 \end_inset
24946 </cell>
24947 </row>
24948 <row>
24949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24950 \begin_inset Text
24951
24952 \begin_layout Plain Layout
24953
24954 \backslash
24955 succeq
24956 \end_layout
24957
24958 \end_inset
24959 </cell>
24960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24961 \begin_inset Text
24962
24963 \begin_layout Plain Layout
24964 \begin_inset Formula $\succeq$
24965 \end_inset
24966
24967
24968 \end_layout
24969
24970 \end_inset
24971 </cell>
24972 </row>
24973 <row>
24974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24975 \begin_inset Text
24976
24977 \begin_layout Plain Layout
24978
24979 \backslash
24980 supset
24981 \end_layout
24982
24983 \end_inset
24984 </cell>
24985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24986 \begin_inset Text
24987
24988 \begin_layout Plain Layout
24989 \begin_inset Formula $\supset$
24990 \end_inset
24991
24992
24993 \end_layout
24994
24995 \end_inset
24996 </cell>
24997 </row>
24998 <row>
24999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25000 \begin_inset Text
25001
25002 \begin_layout Plain Layout
25003
25004 \backslash
25005 supseteq
25006 \end_layout
25007
25008 \end_inset
25009 </cell>
25010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25011 \begin_inset Text
25012
25013 \begin_layout Plain Layout
25014 \begin_inset Formula $\supseteq$
25015 \end_inset
25016
25017
25018 \end_layout
25019
25020 \end_inset
25021 </cell>
25022 </row>
25023 <row>
25024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25025 \begin_inset Text
25026
25027 \begin_layout Plain Layout
25028
25029 \backslash
25030 sqsupseteq
25031 \end_layout
25032
25033 \end_inset
25034 </cell>
25035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25036 \begin_inset Text
25037
25038 \begin_layout Plain Layout
25039 \begin_inset Formula $\sqsupseteq$
25040 \end_inset
25041
25042
25043 \end_layout
25044
25045 \end_inset
25046 </cell>
25047 </row>
25048 <row>
25049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25050 \begin_inset Text
25051
25052 \begin_layout Plain Layout
25053
25054 \backslash
25055 ni
25056 \end_layout
25057
25058 \end_inset
25059 </cell>
25060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25061 \begin_inset Text
25062
25063 \begin_layout Plain Layout
25064 \begin_inset Formula $\ni$
25065 \end_inset
25066
25067
25068 \end_layout
25069
25070 \end_inset
25071 </cell>
25072 </row>
25073 <row>
25074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25075 \begin_inset Text
25076
25077 \begin_layout Plain Layout
25078
25079 \backslash
25080 dashv
25081 \end_layout
25082
25083 \end_inset
25084 </cell>
25085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25086 \begin_inset Text
25087
25088 \begin_layout Plain Layout
25089 \begin_inset Formula $\dashv$
25090 \end_inset
25091
25092
25093 \end_layout
25094
25095 \end_inset
25096 </cell>
25097 </row>
25098 <row>
25099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25100 \begin_inset Text
25101
25102 \begin_layout Plain Layout
25103
25104 \backslash
25105 frown
25106 \end_layout
25107
25108 \end_inset
25109 </cell>
25110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25111 \begin_inset Text
25112
25113 \begin_layout Plain Layout
25114 \begin_inset Formula $\frown$
25115 \end_inset
25116
25117
25118 \end_layout
25119
25120 \end_inset
25121 </cell>
25122 </row>
25123 <row>
25124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25125 \begin_inset Text
25126
25127 \begin_layout Plain Layout
25128
25129 \backslash
25130 rhd
25131 \end_layout
25132
25133 \end_inset
25134 </cell>
25135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25136 \begin_inset Text
25137
25138 \begin_layout Plain Layout
25139 \begin_inset Formula $\rhd$
25140 \end_inset
25141
25142
25143 \end_layout
25144
25145 \end_inset
25146 </cell>
25147 </row>
25148 <row>
25149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25150 \begin_inset Text
25151
25152 \begin_layout Plain Layout
25153
25154 \backslash
25155 unrhd
25156 \end_layout
25157
25158 \end_inset
25159 </cell>
25160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25161 \begin_inset Text
25162
25163 \begin_layout Plain Layout
25164 \begin_inset Formula $\unrhd$
25165 \end_inset
25166
25167
25168 \end_layout
25169
25170 \end_inset
25171 </cell>
25172 </row>
25173 <row>
25174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25175 \begin_inset Text
25176
25177 \begin_layout Plain Layout
25178
25179 \backslash
25180 lessgtr
25181 \end_layout
25182
25183 \end_inset
25184 </cell>
25185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25186 \begin_inset Text
25187
25188 \begin_layout Plain Layout
25189 \begin_inset Formula $\lessgtr$
25190 \end_inset
25191
25192
25193 \end_layout
25194
25195 \end_inset
25196 </cell>
25197 </row>
25198 <row>
25199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25200 \begin_inset Text
25201
25202 \begin_layout Plain Layout
25203
25204 \backslash
25205 parallel
25206 \end_layout
25207
25208 \end_inset
25209 </cell>
25210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25211 \begin_inset Text
25212
25213 \begin_layout Plain Layout
25214 \begin_inset Formula $\parallel$
25215 \end_inset
25216
25217
25218 \end_layout
25219
25220 \end_inset
25221 </cell>
25222 </row>
25223 <row>
25224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25225 \begin_inset Text
25226
25227 \begin_layout Plain Layout
25228
25229 \backslash
25230 nparallel
25231 \end_layout
25232
25233 \end_inset
25234 </cell>
25235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25236 \begin_inset Text
25237
25238 \begin_layout Plain Layout
25239 \begin_inset Formula $\nparallel$
25240 \end_inset
25241
25242
25243 \end_layout
25244
25245 \end_inset
25246 </cell>
25247 </row>
25248 </lyxtabular>
25249
25250 \end_inset
25251
25252
25253 \begin_inset space \hfill{}
25254 \end_inset
25255
25256
25257 \end_layout
25258
25259 \begin_layout Standard
25260 \begin_inset VSpace medskip
25261 \end_inset
25262
25263 The characters 
25264 \series bold
25265
25266 \backslash
25267 lhd
25268 \series default
25269  and 
25270 \series bold
25271
25272 \backslash
25273 rhd
25274 \series default
25275  are bigger than the equal looking operators 
25276 \series bold
25277
25278 \backslash
25279 triangleleft
25280 \series default
25281  and 
25282 \series bold
25283
25284 \backslash
25285 triangleright
25286 \series default
25287 , respectively.
25288 \end_layout
25289
25290 \begin_layout Standard
25291 \SpecialChar LyX
25292  supports also many special relations.
25293  Use the toolbar button 
25294 \begin_inset Info
25295 type  "icon"
25296 arg   "math-insert \\leqq"
25297 \end_inset
25298
25299  to see a list of these relations.
25300 \end_layout
25301
25302 \begin_layout Standard
25303 Relations are, in contrary to symbols, always surrounded by space.
25304 \end_layout
25305
25306 \begin_layout Standard
25307 Relations with labels can be created with the command 
25308 \series bold
25309
25310 \backslash
25311 stackrel
25312 \series default
25313
25314 \begin_inset Index idx
25315 status collapsed
25316
25317 \begin_layout Plain Layout
25318 Commands ! S ! 
25319 \backslash
25320 stackrel
25321 \end_layout
25322
25323 \end_inset
25324
25325 :
25326 \begin_inset Separator parbreak
25327 \end_inset
25328
25329
25330 \end_layout
25331
25332 \begin_layout Standard
25333 \align center
25334 \begin_inset Tabular
25335 <lyxtabular version="3" rows="2" columns="2">
25336 <features tabularvalignment="middle">
25337 <column alignment="center" valignment="top">
25338 <column alignment="center" valignment="top">
25339 <row>
25340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25341 \begin_inset Text
25342
25343 \begin_layout Plain Layout
25344 Command
25345 \end_layout
25346
25347 \end_inset
25348 </cell>
25349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25350 \begin_inset Text
25351
25352 \begin_layout Plain Layout
25353 Result
25354 \begin_inset Note Note
25355 status collapsed
25356
25357 \begin_layout Plain Layout
25358
25359 \series bold
25360
25361 \backslash
25362 raisebox
25363 \series default
25364  is only used as spacer.
25365 \end_layout
25366
25367 \end_inset
25368
25369
25370 \end_layout
25371
25372 \end_inset
25373 </cell>
25374 </row>
25375 <row>
25376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25377 \begin_inset Text
25378
25379 \begin_layout Plain Layout
25380 A(r)
25381 \backslash
25382 stackrel
25383 \begin_inset space \textvisiblespace{}
25384 \end_inset
25385
25386 r
25387 \backslash
25388 to
25389 \backslash
25390 infty
25391 \begin_inset space \textvisiblespace{}
25392 \end_inset
25393
25394
25395 \begin_inset Formula $\downarrow$
25396 \end_inset
25397
25398
25399 \backslash
25400 approx
25401 \begin_inset space \textvisiblespace{}
25402 \end_inset
25403
25404
25405 \begin_inset space \textvisiblespace{}
25406 \end_inset
25407
25408 B
25409 \end_layout
25410
25411 \end_inset
25412 </cell>
25413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25414 \begin_inset Text
25415
25416 \begin_layout Plain Layout
25417 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
25418 \end_inset
25419
25420
25421 \end_layout
25422
25423 \end_inset
25424 </cell>
25425 </row>
25426 </lyxtabular>
25427
25428 \end_inset
25429
25430
25431 \end_layout
25432
25433 \begin_layout Section
25434 Functions
25435 \end_layout
25436
25437 \begin_layout Subsection
25438 Predefined Functions
25439 \begin_inset CommandInset label
25440 LatexCommand label
25441 name "subsec:Predefined-Functions"
25442
25443 \end_inset
25444
25445
25446 \begin_inset Index idx
25447 status collapsed
25448
25449 \begin_layout Plain Layout
25450 Functions ! predefined
25451 \end_layout
25452
25453 \end_inset
25454
25455
25456 \end_layout
25457
25458 \begin_layout Standard
25459 In general, variables are set 
25460 \emph on
25461 italic
25462 \emph default
25463  in mathematical expressions, but not function names, because 
25464 \begin_inset Formula $sin$
25465 \end_inset
25466
25467  could be misunderstood as 
25468 \begin_inset Formula $s\cdot i\cdot n$
25469 \end_inset
25470
25471 .
25472  Therefore there are predefined functionswhich are additionally a bit separated
25473  from prefactors.
25474  They are inserted as commands starting with a backslash before their name.
25475 \begin_inset Separator parbreak
25476 \end_inset
25477
25478
25479 \end_layout
25480
25481 \begin_layout Standard
25482 \align center
25483 \begin_inset Tabular
25484 <lyxtabular version="3" rows="2" columns="4">
25485 <features tabularvalignment="middle">
25486 <column alignment="center" valignment="top" width="0pt">
25487 <column alignment="center" valignment="top" width="0pt">
25488 <column alignment="center" valignment="top" width="0pt">
25489 <column alignment="center" valignment="top" width="0pt">
25490 <row>
25491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25492 \begin_inset Text
25493
25494 \begin_layout Plain Layout
25495 Command
25496 \end_layout
25497
25498 \end_inset
25499 </cell>
25500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25501 \begin_inset Text
25502
25503 \begin_layout Plain Layout
25504 Result
25505 \end_layout
25506
25507 \end_inset
25508 </cell>
25509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25510 \begin_inset Text
25511
25512 \begin_layout Plain Layout
25513 Command
25514 \end_layout
25515
25516 \end_inset
25517 </cell>
25518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25519 \begin_inset Text
25520
25521 \begin_layout Plain Layout
25522 Result
25523 \end_layout
25524
25525 \end_inset
25526 </cell>
25527 </row>
25528 <row>
25529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25530 \begin_inset Text
25531
25532 \begin_layout Plain Layout
25533 Asin(x)+B
25534 \end_layout
25535
25536 \end_inset
25537 </cell>
25538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25539 \begin_inset Text
25540
25541 \begin_layout Plain Layout
25542 \begin_inset Formula $Asin(x)+B$
25543 \end_inset
25544
25545
25546 \end_layout
25547
25548 \end_inset
25549 </cell>
25550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25551 \begin_inset Text
25552
25553 \begin_layout Plain Layout
25554 A
25555 \backslash
25556 sin(x)+B
25557 \end_layout
25558
25559 \end_inset
25560 </cell>
25561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25562 \begin_inset Text
25563
25564 \begin_layout Plain Layout
25565 \begin_inset Formula $A\sin(x)+B$
25566 \end_inset
25567
25568
25569 \end_layout
25570
25571 \end_inset
25572 </cell>
25573 </row>
25574 </lyxtabular>
25575
25576 \end_inset
25577
25578
25579 \end_layout
25580
25581 \begin_layout Standard
25582 The following functions are predefined:
25583 \end_layout
25584
25585 \begin_layout Standard
25586 \begin_inset VSpace -2mm
25587 \end_inset
25588
25589
25590 \end_layout
25591
25592 \begin_layout Standard
25593 \align center
25594 \begin_inset Tabular
25595 <lyxtabular version="3" rows="9" columns="4">
25596 <features tabularvalignment="middle">
25597 <column alignment="center" valignment="top" width="0pt">
25598 <column alignment="center" valignment="top" width="0pt">
25599 <column alignment="center" valignment="top" width="0pt">
25600 <column alignment="center" valignment="top" width="0pt">
25601 <row>
25602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25603 \begin_inset Text
25604
25605 \begin_layout Plain Layout
25606 Command
25607 \end_layout
25608
25609 \end_inset
25610 </cell>
25611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25612 \begin_inset Text
25613
25614 \begin_layout Plain Layout
25615 Command
25616 \end_layout
25617
25618 \end_inset
25619 </cell>
25620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25621 \begin_inset Text
25622
25623 \begin_layout Plain Layout
25624 Command
25625 \end_layout
25626
25627 \end_inset
25628 </cell>
25629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25630 \begin_inset Text
25631
25632 \begin_layout Plain Layout
25633 Command
25634 \end_layout
25635
25636 \end_inset
25637 </cell>
25638 </row>
25639 <row>
25640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25641 \begin_inset Text
25642
25643 \begin_layout Plain Layout
25644
25645 \backslash
25646 sin
25647 \end_layout
25648
25649 \end_inset
25650 </cell>
25651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25652 \begin_inset Text
25653
25654 \begin_layout Plain Layout
25655
25656 \backslash
25657 sinh
25658 \end_layout
25659
25660 \end_inset
25661 </cell>
25662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25663 \begin_inset Text
25664
25665 \begin_layout Plain Layout
25666
25667 \backslash
25668 arcsin
25669 \end_layout
25670
25671 \end_inset
25672 </cell>
25673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25674 \begin_inset Text
25675
25676 \begin_layout Plain Layout
25677
25678 \backslash
25679 sup
25680 \end_layout
25681
25682 \end_inset
25683 </cell>
25684 </row>
25685 <row>
25686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25687 \begin_inset Text
25688
25689 \begin_layout Plain Layout
25690
25691 \backslash
25692 cos
25693 \end_layout
25694
25695 \end_inset
25696 </cell>
25697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25698 \begin_inset Text
25699
25700 \begin_layout Plain Layout
25701
25702 \backslash
25703 cosh
25704 \end_layout
25705
25706 \end_inset
25707 </cell>
25708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25709 \begin_inset Text
25710
25711 \begin_layout Plain Layout
25712
25713 \backslash
25714 arccos
25715 \end_layout
25716
25717 \end_inset
25718 </cell>
25719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25720 \begin_inset Text
25721
25722 \begin_layout Plain Layout
25723
25724 \backslash
25725 inf
25726 \end_layout
25727
25728 \end_inset
25729 </cell>
25730 </row>
25731 <row>
25732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25733 \begin_inset Text
25734
25735 \begin_layout Plain Layout
25736
25737 \backslash
25738 tan
25739 \end_layout
25740
25741 \end_inset
25742 </cell>
25743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25744 \begin_inset Text
25745
25746 \begin_layout Plain Layout
25747
25748 \backslash
25749 tanh
25750 \end_layout
25751
25752 \end_inset
25753 </cell>
25754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25755 \begin_inset Text
25756
25757 \begin_layout Plain Layout
25758
25759 \backslash
25760 arctan
25761 \end_layout
25762
25763 \end_inset
25764 </cell>
25765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25766 \begin_inset Text
25767
25768 \begin_layout Plain Layout
25769
25770 \backslash
25771 lim
25772 \end_layout
25773
25774 \end_inset
25775 </cell>
25776 </row>
25777 <row>
25778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25779 \begin_inset Text
25780
25781 \begin_layout Plain Layout
25782
25783 \backslash
25784 cot
25785 \end_layout
25786
25787 \end_inset
25788 </cell>
25789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25790 \begin_inset Text
25791
25792 \begin_layout Plain Layout
25793
25794 \backslash
25795 coth
25796 \end_layout
25797
25798 \end_inset
25799 </cell>
25800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25801 \begin_inset Text
25802
25803 \begin_layout Plain Layout
25804
25805 \backslash
25806 arg
25807 \end_layout
25808
25809 \end_inset
25810 </cell>
25811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25812 \begin_inset Text
25813
25814 \begin_layout Plain Layout
25815
25816 \backslash
25817 liminf
25818 \end_layout
25819
25820 \end_inset
25821 </cell>
25822 </row>
25823 <row>
25824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25825 \begin_inset Text
25826
25827 \begin_layout Plain Layout
25828
25829 \backslash
25830 sec
25831 \end_layout
25832
25833 \end_inset
25834 </cell>
25835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25836 \begin_inset Text
25837
25838 \begin_layout Plain Layout
25839
25840 \backslash
25841 min
25842 \end_layout
25843
25844 \end_inset
25845 </cell>
25846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25847 \begin_inset Text
25848
25849 \begin_layout Plain Layout
25850
25851 \backslash
25852 deg
25853 \end_layout
25854
25855 \end_inset
25856 </cell>
25857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25858 \begin_inset Text
25859
25860 \begin_layout Plain Layout
25861
25862 \backslash
25863 limsup
25864 \end_layout
25865
25866 \end_inset
25867 </cell>
25868 </row>
25869 <row>
25870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25871 \begin_inset Text
25872
25873 \begin_layout Plain Layout
25874
25875 \backslash
25876 csc
25877 \end_layout
25878
25879 \end_inset
25880 </cell>
25881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25882 \begin_inset Text
25883
25884 \begin_layout Plain Layout
25885
25886 \backslash
25887 max
25888 \end_layout
25889
25890 \end_inset
25891 </cell>
25892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25893 \begin_inset Text
25894
25895 \begin_layout Plain Layout
25896
25897 \backslash
25898 det
25899 \end_layout
25900
25901 \end_inset
25902 </cell>
25903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25904 \begin_inset Text
25905
25906 \begin_layout Plain Layout
25907
25908 \backslash
25909 Pr
25910 \end_layout
25911
25912 \end_inset
25913 </cell>
25914 </row>
25915 <row>
25916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25917 \begin_inset Text
25918
25919 \begin_layout Plain Layout
25920
25921 \backslash
25922 ln
25923 \end_layout
25924
25925 \end_inset
25926 </cell>
25927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25928 \begin_inset Text
25929
25930 \begin_layout Plain Layout
25931
25932 \backslash
25933 exp
25934 \end_layout
25935
25936 \end_inset
25937 </cell>
25938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25939 \begin_inset Text
25940
25941 \begin_layout Plain Layout
25942
25943 \backslash
25944 dim
25945 \end_layout
25946
25947 \end_inset
25948 </cell>
25949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25950 \begin_inset Text
25951
25952 \begin_layout Plain Layout
25953
25954 \backslash
25955 hom
25956 \end_layout
25957
25958 \end_inset
25959 </cell>
25960 </row>
25961 <row>
25962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25963 \begin_inset Text
25964
25965 \begin_layout Plain Layout
25966
25967 \backslash
25968 lg
25969 \end_layout
25970
25971 \end_inset
25972 </cell>
25973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25974 \begin_inset Text
25975
25976 \begin_layout Plain Layout
25977
25978 \backslash
25979 log
25980 \end_layout
25981
25982 \end_inset
25983 </cell>
25984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25985 \begin_inset Text
25986
25987 \begin_layout Plain Layout
25988
25989 \backslash
25990 ker
25991 \end_layout
25992
25993 \end_inset
25994 </cell>
25995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25996 \begin_inset Text
25997
25998 \begin_layout Plain Layout
25999
26000 \backslash
26001 gcd
26002 \end_layout
26003
26004 \end_inset
26005 </cell>
26006 </row>
26007 </lyxtabular>
26008
26009 \end_inset
26010
26011
26012 \end_layout
26013
26014 \begin_layout Standard
26015 They can also be inserted with the math toolbar button 
26016 \begin_inset Info
26017 type  "icon"
26018 arg   "math-insert \\functions"
26019 \end_inset
26020
26021 .
26022 \end_layout
26023
26024 \begin_layout Subsection
26025 Self-defined Functions
26026 \begin_inset Index idx
26027 status collapsed
26028
26029 \begin_layout Plain Layout
26030 Functions ! self-defined
26031 \end_layout
26032
26033 \end_inset
26034
26035
26036 \end_layout
26037
26038 \begin_layout Standard
26039 To use a function that is not predefined, like for example the sign function
26040  sgn(x), there are two possibilities:
26041 \end_layout
26042
26043 \begin_layout Itemize
26044 Define the function by inserting the following line to the \SpecialChar LaTeX
26045 -preamble
26046 \begin_inset Foot
26047 status collapsed
26048
26049 \begin_layout Plain Layout
26050 For more about 
26051 \series bold
26052
26053 \backslash
26054 DeclareMathOperator
26055 \series default
26056  see 
26057 \begin_inset CommandInset ref
26058 LatexCommand ref
26059 reference "subsec:Self-defined-Operators"
26060
26061 \end_inset
26062
26063 .
26064 \end_layout
26065
26066 \end_inset
26067
26068
26069 \begin_inset Newline newline
26070 \end_inset
26071
26072
26073 \begin_inset VSpace -3mm
26074 \end_inset
26075
26076
26077 \begin_inset Newline newline
26078 \end_inset
26079
26080
26081 \series bold
26082
26083 \backslash
26084 DeclareMathOperator{
26085 \backslash
26086 sgn}{sgn}
26087 \series default
26088
26089 \begin_inset Index idx
26090 status collapsed
26091
26092 \begin_layout Plain Layout
26093 Commands ! D ! 
26094 \backslash
26095 dbinom@
26096 \backslash
26097 DeclareMathOperator
26098 \end_layout
26099
26100 \end_inset
26101
26102
26103 \begin_inset Newline newline
26104 \end_inset
26105
26106
26107 \begin_inset VSpace -2mm
26108 \end_inset
26109
26110
26111 \begin_inset Newline newline
26112 \end_inset
26113
26114 Now the new defined function can be called with the command 
26115 \series bold
26116
26117 \backslash
26118 sgn
26119 \series default
26120 .
26121 \end_layout
26122
26123 \begin_layout Itemize
26124 Write the formula as usual, mark the formula name, in our example the letters
26125  
26126 \emph on
26127 sgn
26128 \emph default
26129 , and change it to mathematical text.
26130  Finally, a space is inserted between prefactor and function.
26131 \end_layout
26132
26133 \begin_layout Standard
26134 The result is the same with both methods as with a predefined function
26135 \begin_inset Foot
26136 status collapsed
26137
26138 \begin_layout Plain Layout
26139 In \SpecialChar LyX
26140  self-defined functions are displayed red, predefined ones black.
26141 \end_layout
26142
26143 \end_inset
26144
26145 :
26146 \begin_inset Separator parbreak
26147 \end_inset
26148
26149
26150 \end_layout
26151
26152 \begin_layout Standard
26153 \align center
26154 \begin_inset Tabular
26155 <lyxtabular version="3" rows="3" columns="2">
26156 <features tabularvalignment="middle">
26157 <column alignment="center" valignment="top" width="0pt">
26158 <column alignment="center" valignment="top" width="0pt">
26159 <row>
26160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26161 \begin_inset Text
26162
26163 \begin_layout Plain Layout
26164 Command
26165 \end_layout
26166
26167 \end_inset
26168 </cell>
26169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26170 \begin_inset Text
26171
26172 \begin_layout Plain Layout
26173 Result
26174 \end_layout
26175
26176 \end_inset
26177 </cell>
26178 </row>
26179 <row>
26180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26181 \begin_inset Text
26182
26183 \begin_layout Plain Layout
26184 A
26185 \backslash
26186 sgn(x)+B
26187 \end_layout
26188
26189 \end_inset
26190 </cell>
26191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26192 \begin_inset Text
26193
26194 \begin_layout Plain Layout
26195 \begin_inset Formula $A\sgn(x)+B$
26196 \end_inset
26197
26198
26199 \end_layout
26200
26201 \end_inset
26202 </cell>
26203 </row>
26204 <row>
26205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26206 \begin_inset Text
26207
26208 \begin_layout Plain Layout
26209 A
26210 \backslash
26211 ,
26212 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
26213 \end_inset
26214
26215 (x)+B
26216 \end_layout
26217
26218 \end_inset
26219 </cell>
26220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26221 \begin_inset Text
26222
26223 \begin_layout Plain Layout
26224 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
26225 \end_inset
26226
26227
26228 \end_layout
26229
26230 \end_inset
26231 </cell>
26232 </row>
26233 </lyxtabular>
26234
26235 \end_inset
26236
26237
26238 \end_layout
26239
26240 \begin_layout Standard
26241 The first method is more suitable when the self-defined function should
26242  be used several times.
26243 \end_layout
26244
26245 \begin_layout Subsection
26246 Limits
26247 \begin_inset Index idx
26248 status collapsed
26249
26250 \begin_layout Plain Layout
26251 Limits
26252 \end_layout
26253
26254 \end_inset
26255
26256
26257 \end_layout
26258
26259 \begin_layout Standard
26260 For limits, in addition to the commands 
26261 \series bold
26262
26263 \backslash
26264 lim
26265 \series default
26266
26267 \begin_inset Index idx
26268 status collapsed
26269
26270 \begin_layout Plain Layout
26271 Commands ! L ! 
26272 \backslash
26273 lim
26274 \end_layout
26275
26276 \end_inset
26277
26278
26279 \series bold
26280
26281 \backslash
26282 liminf
26283 \series default
26284  and 
26285 \series bold
26286
26287 \backslash
26288 limsup
26289 \series default
26290  the following functions are defined:
26291 \begin_inset Separator parbreak
26292 \end_inset
26293
26294
26295 \end_layout
26296
26297 \begin_layout Standard
26298 \align center
26299 \begin_inset Tabular
26300 <lyxtabular version="3" rows="5" columns="2">
26301 <features tabularvalignment="middle">
26302 <column alignment="center" valignment="top">
26303 <column alignment="center" valignment="top">
26304 <row>
26305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26306 \begin_inset Text
26307
26308 \begin_layout Plain Layout
26309 Command
26310 \end_layout
26311
26312 \end_inset
26313 </cell>
26314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26315 \begin_inset Text
26316
26317 \begin_layout Plain Layout
26318 Result
26319 \begin_inset Note Note
26320 status collapsed
26321
26322 \begin_layout Plain Layout
26323
26324 \series bold
26325
26326 \backslash
26327 raisebox
26328 \series default
26329  is only used as spacer.
26330 \end_layout
26331
26332 \end_inset
26333
26334
26335 \end_layout
26336
26337 \end_inset
26338 </cell>
26339 </row>
26340 <row>
26341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26342 \begin_inset Text
26343
26344 \begin_layout Plain Layout
26345
26346 \backslash
26347 varliminf
26348 \end_layout
26349
26350 \end_inset
26351 </cell>
26352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26353 \begin_inset Text
26354
26355 \begin_layout Plain Layout
26356 \begin_inset Formula $\varliminf$
26357 \end_inset
26358
26359
26360 \end_layout
26361
26362 \end_inset
26363 </cell>
26364 </row>
26365 <row>
26366 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26367 \begin_inset Text
26368
26369 \begin_layout Plain Layout
26370
26371 \backslash
26372 varlimsup
26373 \end_layout
26374
26375 \end_inset
26376 </cell>
26377 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26378 \begin_inset Text
26379
26380 \begin_layout Plain Layout
26381 \begin_inset Formula $\varlimsup$
26382 \end_inset
26383
26384
26385 \end_layout
26386
26387 \end_inset
26388 </cell>
26389 </row>
26390 <row>
26391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26392 \begin_inset Text
26393
26394 \begin_layout Plain Layout
26395
26396 \backslash
26397 varprojlim
26398 \end_layout
26399
26400 \end_inset
26401 </cell>
26402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26403 \begin_inset Text
26404
26405 \begin_layout Plain Layout
26406 \begin_inset Formula $\varprojlim$
26407 \end_inset
26408
26409
26410 \end_layout
26411
26412 \end_inset
26413 </cell>
26414 </row>
26415 <row>
26416 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26417 \begin_inset Text
26418
26419 \begin_layout Plain Layout
26420
26421 \backslash
26422 varinjlim
26423 \end_layout
26424
26425 \end_inset
26426 </cell>
26427 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26428 \begin_inset Text
26429
26430 \begin_layout Plain Layout
26431 \begin_inset Formula $\varinjlim$
26432 \end_inset
26433
26434
26435 \begin_inset Formula $\raisebox{-2.5mm}{}$
26436 \end_inset
26437
26438
26439 \end_layout
26440
26441 \end_inset
26442 </cell>
26443 </row>
26444 </lyxtabular>
26445
26446 \end_inset
26447
26448
26449 \end_layout
26450
26451 \begin_layout Standard
26452 \begin_inset VSpace medskip
26453 \end_inset
26454
26455 The limit is created by inserting a subscript.
26456  It is set right beside the function in an inline formula:
26457 \end_layout
26458
26459 \begin_layout Standard
26460 \align center
26461 \begin_inset Tabular
26462 <lyxtabular version="3" rows="2" columns="2">
26463 <features tabularvalignment="middle">
26464 <column alignment="center" valignment="top" width="0pt">
26465 <column alignment="center" valignment="top" width="0pt">
26466 <row>
26467 <cell alignment="center" valignment="top" usebox="none">
26468 \begin_inset Text
26469
26470 \begin_layout Plain Layout
26471 Command
26472 \end_layout
26473
26474 \end_inset
26475 </cell>
26476 <cell alignment="center" valignment="top" usebox="none">
26477 \begin_inset Text
26478
26479 \begin_layout Plain Layout
26480 \begin_inset space \hspace{}
26481 \length 1cm
26482 \end_inset
26483
26484 Result
26485 \begin_inset Note Note
26486 status collapsed
26487
26488 \begin_layout Plain Layout
26489 The space and
26490 \series bold
26491  
26492 \backslash
26493 raisebox
26494 \series default
26495  are used here as spacer.
26496 \end_layout
26497
26498 \end_inset
26499
26500
26501 \end_layout
26502
26503 \end_inset
26504 </cell>
26505 </row>
26506 <row>
26507 <cell alignment="center" valignment="top" usebox="none">
26508 \begin_inset Text
26509
26510 \begin_layout Plain Layout
26511
26512 \backslash
26513 lim_x
26514 \backslash
26515 to
26516 \begin_inset space \textvisiblespace{}
26517 \end_inset
26518
26519 A
26520 \begin_inset space \textvisiblespace{}
26521 \end_inset
26522
26523 x=B
26524 \end_layout
26525
26526 \end_inset
26527 </cell>
26528 <cell alignment="center" valignment="top" usebox="none">
26529 \begin_inset Text
26530
26531 \begin_layout Plain Layout
26532 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
26533 \end_inset
26534
26535
26536 \end_layout
26537
26538 \end_inset
26539 </cell>
26540 </row>
26541 </lyxtabular>
26542
26543 \end_inset
26544
26545
26546 \end_layout
26547
26548 \begin_layout Standard
26549 In a displayed formula the limit is set below the formula, as usual:
26550 \begin_inset Formula 
26551 \[
26552 \lim_{x\to A}x=B
26553 \]
26554
26555 \end_inset
26556
26557
26558 \end_layout
26559
26560 \begin_layout Standard
26561 \begin_inset VSpace medskip
26562 \end_inset
26563
26564
26565 \end_layout
26566
26567 \begin_layout Standard
26568 How to adjust the typesetting of the limits see 
26569 \begin_inset CommandInset ref
26570 LatexCommand ref
26571 reference "subsec:Operator-Limits"
26572
26573 \end_inset
26574
26575 .
26576 \end_layout
26577
26578 \begin_layout Subsection
26579 Modulo-Functions
26580 \begin_inset Index idx
26581 status collapsed
26582
26583 \begin_layout Plain Layout
26584 Functions ! modulo-
26585 \end_layout
26586
26587 \end_inset
26588
26589
26590 \end_layout
26591
26592 \begin_layout Standard
26593 The modulo-function is special, because it exists in four variants.
26594  The variants in a displayed formula are:
26595 \begin_inset Formula 
26596 \begin{align*}
26597 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26598 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
26599 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
26600 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
26601 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
26602 \end{align*}
26603
26604 \end_inset
26605
26606
26607 \end_layout
26608
26609 \begin_layout Standard
26610 In an inline formula less space is set before the function names for all
26611  variants.
26612  By default the modulo-functions take only the first following character
26613  into account.
26614  To use more than one character, one has to put them into \SpecialChar TeX
26615  braces:
26616 \begin_inset Formula 
26617 \begin{align*}
26618 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26619 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
26620 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26621 \end{align*}
26622
26623 \end_inset
26624
26625
26626 \end_layout
26627
26628 \begin_layout Section
26629 Special Characters
26630 \begin_inset Index idx
26631 status collapsed
26632
26633 \begin_layout Plain Layout
26634 Special characters
26635 \end_layout
26636
26637 \end_inset
26638
26639
26640 \end_layout
26641
26642 \begin_layout Standard
26643 The characters ^ and _ would normally create a superscript and subscript,
26644  respectively.
26645  To get these characters you have to insert them with a leading 
26646 \backslash
26647 :
26648 \begin_inset Separator parbreak
26649 \end_inset
26650
26651
26652 \end_layout
26653
26654 \begin_layout Standard
26655 \noindent
26656 \align center
26657 \begin_inset Tabular
26658 <lyxtabular version="3" rows="3" columns="2">
26659 <features tabularvalignment="middle">
26660 <column alignment="block" valignment="top">
26661 <column alignment="block" valignment="top">
26662 <row>
26663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26664 \begin_inset Text
26665
26666 \begin_layout Plain Layout
26667 Command
26668 \end_layout
26669
26670 \end_inset
26671 </cell>
26672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26673 \begin_inset Text
26674
26675 \begin_layout Plain Layout
26676 Result
26677 \end_layout
26678
26679 \end_inset
26680 </cell>
26681 </row>
26682 <row>
26683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26684 \begin_inset Text
26685
26686 \begin_layout Plain Layout
26687
26688 \backslash
26689 ^
26690 \begin_inset space \textvisiblespace{}
26691 \end_inset
26692
26693
26694 \end_layout
26695
26696 \end_inset
26697 </cell>
26698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26699 \begin_inset Text
26700
26701 \begin_layout Plain Layout
26702 \begin_inset Formula $\mathcircumflex$
26703 \end_inset
26704
26705
26706 \end_layout
26707
26708 \end_inset
26709 </cell>
26710 </row>
26711 <row>
26712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26713 \begin_inset Text
26714
26715 \begin_layout Plain Layout
26716
26717 \backslash
26718 _
26719 \end_layout
26720
26721 \end_inset
26722 </cell>
26723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26724 \begin_inset Text
26725
26726 \begin_layout Plain Layout
26727 \begin_inset Formula $\_$
26728 \end_inset
26729
26730
26731 \end_layout
26732
26733 \end_inset
26734 </cell>
26735 </row>
26736 </lyxtabular>
26737
26738 \end_inset
26739
26740
26741 \end_layout
26742
26743 \begin_layout Subsection
26744 Special Characters in Mathematical Text
26745 \end_layout
26746
26747 \begin_layout Standard
26748 The following commands can only be used in mathematical text or in \SpecialChar TeX
26749  mode:
26750 \end_layout
26751
26752 \begin_layout Standard
26753 \begin_inset space \hfill{}
26754 \end_inset
26755
26756
26757 \begin_inset Tabular
26758 <lyxtabular version="3" rows="8" columns="2">
26759 <features tabularvalignment="middle">
26760 <column alignment="block" valignment="top">
26761 <column alignment="block" valignment="top">
26762 <row>
26763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26764 \begin_inset Text
26765
26766 \begin_layout Plain Layout
26767 Command
26768 \end_layout
26769
26770 \end_inset
26771 </cell>
26772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26773 \begin_inset Text
26774
26775 \begin_layout Plain Layout
26776 Result
26777 \end_layout
26778
26779 \end_inset
26780 </cell>
26781 </row>
26782 <row>
26783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26784 \begin_inset Text
26785
26786 \begin_layout Plain Layout
26787
26788 \backslash
26789 oe
26790 \end_layout
26791
26792 \end_inset
26793 </cell>
26794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26795 \begin_inset Text
26796
26797 \begin_layout Plain Layout
26798 \begin_inset Formula $\textrm{œ}$
26799 \end_inset
26800
26801
26802 \end_layout
26803
26804 \end_inset
26805 </cell>
26806 </row>
26807 <row>
26808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26809 \begin_inset Text
26810
26811 \begin_layout Plain Layout
26812
26813 \backslash
26814 OE
26815 \end_layout
26816
26817 \end_inset
26818 </cell>
26819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26820 \begin_inset Text
26821
26822 \begin_layout Plain Layout
26823 \begin_inset Formula $\textrm{Œ}$
26824 \end_inset
26825
26826
26827 \end_layout
26828
26829 \end_inset
26830 </cell>
26831 </row>
26832 <row>
26833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26834 \begin_inset Text
26835
26836 \begin_layout Plain Layout
26837
26838 \backslash
26839 ae
26840 \end_layout
26841
26842 \end_inset
26843 </cell>
26844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26845 \begin_inset Text
26846
26847 \begin_layout Plain Layout
26848 \begin_inset Formula $\textrm{æ}$
26849 \end_inset
26850
26851
26852 \end_layout
26853
26854 \end_inset
26855 </cell>
26856 </row>
26857 <row>
26858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26859 \begin_inset Text
26860
26861 \begin_layout Plain Layout
26862
26863 \backslash
26864 AE
26865 \end_layout
26866
26867 \end_inset
26868 </cell>
26869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26870 \begin_inset Text
26871
26872 \begin_layout Plain Layout
26873 \begin_inset Formula $\textrm{Æ}$
26874 \end_inset
26875
26876
26877 \end_layout
26878
26879 \end_inset
26880 </cell>
26881 </row>
26882 <row>
26883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26884 \begin_inset Text
26885
26886 \begin_layout Plain Layout
26887
26888 \backslash
26889 aa
26890 \end_layout
26891
26892 \end_inset
26893 </cell>
26894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26895 \begin_inset Text
26896
26897 \begin_layout Plain Layout
26898 \begin_inset Formula $\textrm{\aa}$
26899 \end_inset
26900
26901
26902 \end_layout
26903
26904 \end_inset
26905 </cell>
26906 </row>
26907 <row>
26908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26909 \begin_inset Text
26910
26911 \begin_layout Plain Layout
26912
26913 \backslash
26914 AA
26915 \begin_inset Index idx
26916 status collapsed
26917
26918 \begin_layout Plain Layout
26919
26920 \backslash
26921 @
26922 \begin_inset ERT
26923 status collapsed
26924
26925 \begin_layout Plain Layout
26926
26927
26928 \backslash
26929 textrm{
26930 \backslash
26931 AA}
26932 \end_layout
26933
26934 \end_inset
26935
26936
26937 \end_layout
26938
26939 \end_inset
26940
26941
26942 \end_layout
26943
26944 \end_inset
26945 </cell>
26946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26947 \begin_inset Text
26948
26949 \begin_layout Plain Layout
26950 \begin_inset Formula $\textrm{Å}$
26951 \end_inset
26952
26953
26954 \end_layout
26955
26956 \end_inset
26957 </cell>
26958 </row>
26959 <row>
26960 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26961 \begin_inset Text
26962
26963 \begin_layout Plain Layout
26964
26965 \backslash
26966 i
26967 \end_layout
26968
26969 \end_inset
26970 </cell>
26971 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26972 \begin_inset Text
26973
26974 \begin_layout Plain Layout
26975 \begin_inset Formula $\textrm{ı}$
26976 \end_inset
26977
26978
26979 \end_layout
26980
26981 \end_inset
26982 </cell>
26983 </row>
26984 </lyxtabular>
26985
26986 \end_inset
26987
26988
26989 \begin_inset space \hfill{}
26990 \end_inset
26991
26992
26993 \begin_inset Tabular
26994 <lyxtabular version="3" rows="8" columns="2">
26995 <features tabularvalignment="middle">
26996 <column alignment="block" valignment="top">
26997 <column alignment="center" valignment="top">
26998 <row>
26999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27000 \begin_inset Text
27001
27002 \begin_layout Plain Layout
27003 command
27004 \begin_inset Note Note
27005 status collapsed
27006
27007 \begin_layout Plain Layout
27008 The space of 0
27009 \begin_inset space \thinspace{}
27010 \end_inset
27011
27012 mm is used for separation, because otherwise the output will be ¡ and ¿
27013  respectively.
27014 \end_layout
27015
27016 \end_inset
27017
27018
27019 \end_layout
27020
27021 \end_inset
27022 </cell>
27023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27024 \begin_inset Text
27025
27026 \begin_layout Plain Layout
27027 Result
27028 \end_layout
27029
27030 \end_inset
27031 </cell>
27032 </row>
27033 <row>
27034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27035 \begin_inset Text
27036
27037 \begin_layout Plain Layout
27038
27039 \backslash
27040 o
27041 \end_layout
27042
27043 \end_inset
27044 </cell>
27045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27046 \begin_inset Text
27047
27048 \begin_layout Plain Layout
27049 \begin_inset Formula $\textrm{ø}$
27050 \end_inset
27051
27052
27053 \end_layout
27054
27055 \end_inset
27056 </cell>
27057 </row>
27058 <row>
27059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27060 \begin_inset Text
27061
27062 \begin_layout Plain Layout
27063
27064 \backslash
27065 O
27066 \end_layout
27067
27068 \end_inset
27069 </cell>
27070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27071 \begin_inset Text
27072
27073 \begin_layout Plain Layout
27074 \begin_inset Formula $\textrm{Ø}$
27075 \end_inset
27076
27077
27078 \end_layout
27079
27080 \end_inset
27081 </cell>
27082 </row>
27083 <row>
27084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27085 \begin_inset Text
27086
27087 \begin_layout Plain Layout
27088
27089 \backslash
27090 l
27091 \end_layout
27092
27093 \end_inset
27094 </cell>
27095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27096 \begin_inset Text
27097
27098 \begin_layout Plain Layout
27099 \begin_inset Formula $\textrm{ł}$
27100 \end_inset
27101
27102
27103 \end_layout
27104
27105 \end_inset
27106 </cell>
27107 </row>
27108 <row>
27109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27110 \begin_inset Text
27111
27112 \begin_layout Plain Layout
27113
27114 \backslash
27115 L
27116 \end_layout
27117
27118 \end_inset
27119 </cell>
27120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27121 \begin_inset Text
27122
27123 \begin_layout Plain Layout
27124 \begin_inset Formula $\textrm{Ł}$
27125 \end_inset
27126
27127
27128 \end_layout
27129
27130 \end_inset
27131 </cell>
27132 </row>
27133 <row>
27134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27135 \begin_inset Text
27136
27137 \begin_layout Plain Layout
27138 !
27139 \begin_inset space \hspace{}
27140 \length 0mm
27141 \end_inset
27142
27143 `
27144 \begin_inset space \textvisiblespace{}
27145 \end_inset
27146
27147
27148 \end_layout
27149
27150 \end_inset
27151 </cell>
27152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27153 \begin_inset Text
27154
27155 \begin_layout Plain Layout
27156 \begin_inset Formula $\textrm{!`}$
27157 \end_inset
27158
27159
27160 \end_layout
27161
27162 \end_inset
27163 </cell>
27164 </row>
27165 <row>
27166 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27167 \begin_inset Text
27168
27169 \begin_layout Plain Layout
27170 ?
27171 \begin_inset space \hspace{}
27172 \length 0mm
27173 \end_inset
27174
27175 `
27176 \begin_inset space \textvisiblespace{}
27177 \end_inset
27178
27179
27180 \end_layout
27181
27182 \end_inset
27183 </cell>
27184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27185 \begin_inset Text
27186
27187 \begin_layout Plain Layout
27188 \begin_inset Formula $\textrm{?`}$
27189 \end_inset
27190
27191
27192 \end_layout
27193
27194 \end_inset
27195 </cell>
27196 </row>
27197 <row>
27198 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27199 \begin_inset Text
27200
27201 \begin_layout Plain Layout
27202
27203 \backslash
27204 j
27205 \end_layout
27206
27207 \end_inset
27208 </cell>
27209 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27210 \begin_inset Text
27211
27212 \begin_layout Plain Layout
27213 \begin_inset Formula $\textrm{ȷ}$
27214 \end_inset
27215
27216
27217 \end_layout
27218
27219 \end_inset
27220 </cell>
27221 </row>
27222 </lyxtabular>
27223
27224 \end_inset
27225
27226
27227 \begin_inset space \hfill{}
27228 \end_inset
27229
27230
27231 \end_layout
27232
27233 \begin_layout Standard
27234 The characters 
27235 \begin_inset Formula $\textrm{\textrm{Å}}$
27236 \end_inset
27237
27238  and 
27239 \begin_inset Formula $\textrm{\textrm{Ø}}$
27240 \end_inset
27241
27242  can also be inserted via the math toolbar button 
27243 \begin_inset Info
27244 type  "icon"
27245 arg   "math-insert \\digamma"
27246 \end_inset
27247
27248 .
27249 \end_layout
27250
27251 \begin_layout Standard
27252 An exception are the commands 
27253 \series bold
27254 !
27255 \begin_inset space \hspace{}
27256 \length 0mm
27257 \end_inset
27258
27259 `
27260 \series default
27261  and 
27262 \series bold
27263 ?
27264 \begin_inset space \hspace{}
27265 \length 0mm
27266 \end_inset
27267
27268 `
27269 \series default
27270 , because they can be inserted in \SpecialChar LyX
27271  directly to text.
27272 \end_layout
27273
27274 \begin_layout Subsection
27275 Accents in Text
27276 \begin_inset CommandInset label
27277 LatexCommand label
27278 name "subsec:Accents-in-Text"
27279
27280 \end_inset
27281
27282
27283 \begin_inset Index idx
27284 status collapsed
27285
27286 \begin_layout Plain Layout
27287 Accents ! in text
27288 \end_layout
27289
27290 \end_inset
27291
27292
27293 \end_layout
27294
27295 \begin_layout Standard
27296 With the following commands all letters can be accented.
27297  The commands must be inserted in \SpecialChar TeX
27298  mode.
27299 \end_layout
27300
27301 \begin_layout Standard
27302 \begin_inset space \hfill{}
27303 \end_inset
27304
27305
27306 \begin_inset Tabular
27307 <lyxtabular version="3" rows="8" columns="2">
27308 <features tabularvalignment="middle">
27309 <column alignment="block" valignment="top">
27310 <column alignment="block" valignment="top">
27311 <row>
27312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27313 \begin_inset Text
27314
27315 \begin_layout Plain Layout
27316 Command
27317 \end_layout
27318
27319 \end_inset
27320 </cell>
27321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27322 \begin_inset Text
27323
27324 \begin_layout Plain Layout
27325 Result
27326 \end_layout
27327
27328 \end_inset
27329 </cell>
27330 </row>
27331 <row>
27332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27333 \begin_inset Text
27334
27335 \begin_layout Plain Layout
27336
27337 \backslash
27338
27339 \begin_inset Quotes grd
27340 \end_inset
27341
27342 e
27343 \end_layout
27344
27345 \end_inset
27346 </cell>
27347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27348 \begin_inset Text
27349
27350 \begin_layout Plain Layout
27351 \begin_inset ERT
27352 status collapsed
27353
27354 \begin_layout Plain Layout
27355
27356
27357 \backslash
27358 "e
27359 \end_layout
27360
27361 \end_inset
27362
27363
27364 \end_layout
27365
27366 \end_inset
27367 </cell>
27368 </row>
27369 <row>
27370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27371 \begin_inset Text
27372
27373 \begin_layout Plain Layout
27374
27375 \backslash
27376 `e
27377 \end_layout
27378
27379 \end_inset
27380 </cell>
27381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27382 \begin_inset Text
27383
27384 \begin_layout Plain Layout
27385 \begin_inset ERT
27386 status collapsed
27387
27388 \begin_layout Plain Layout
27389
27390
27391 \backslash
27392 `e
27393 \end_layout
27394
27395 \end_inset
27396
27397
27398 \end_layout
27399
27400 \end_inset
27401 </cell>
27402 </row>
27403 <row>
27404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27405 \begin_inset Text
27406
27407 \begin_layout Plain Layout
27408
27409 \backslash
27410 ^
27411 \begin_inset space \textvisiblespace{}
27412 \end_inset
27413
27414 e
27415 \end_layout
27416
27417 \end_inset
27418 </cell>
27419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27420 \begin_inset Text
27421
27422 \begin_layout Plain Layout
27423 \begin_inset ERT
27424 status collapsed
27425
27426 \begin_layout Plain Layout
27427
27428
27429 \backslash
27430 ^e
27431 \end_layout
27432
27433 \end_inset
27434
27435
27436 \end_layout
27437
27438 \end_inset
27439 </cell>
27440 </row>
27441 <row>
27442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27443 \begin_inset Text
27444
27445 \begin_layout Plain Layout
27446
27447 \backslash
27448 =e
27449 \end_layout
27450
27451 \end_inset
27452 </cell>
27453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27454 \begin_inset Text
27455
27456 \begin_layout Plain Layout
27457 \begin_inset ERT
27458 status collapsed
27459
27460 \begin_layout Plain Layout
27461
27462
27463 \backslash
27464 =e
27465 \end_layout
27466
27467 \end_inset
27468
27469
27470 \end_layout
27471
27472 \end_inset
27473 </cell>
27474 </row>
27475 <row>
27476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27477 \begin_inset Text
27478
27479 \begin_layout Plain Layout
27480
27481 \backslash
27482 u
27483 \begin_inset space \textvisiblespace{}
27484 \end_inset
27485
27486 e
27487 \end_layout
27488
27489 \end_inset
27490 </cell>
27491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27492 \begin_inset Text
27493
27494 \begin_layout Plain Layout
27495 \begin_inset ERT
27496 status collapsed
27497
27498 \begin_layout Plain Layout
27499
27500
27501 \backslash
27502 u e
27503 \end_layout
27504
27505 \end_inset
27506
27507
27508 \end_layout
27509
27510 \end_inset
27511 </cell>
27512 </row>
27513 <row>
27514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27515 \begin_inset Text
27516
27517 \begin_layout Plain Layout
27518
27519 \backslash
27520 b
27521 \begin_inset space \textvisiblespace{}
27522 \end_inset
27523
27524 e
27525 \end_layout
27526
27527 \end_inset
27528 </cell>
27529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27530 \begin_inset Text
27531
27532 \begin_layout Plain Layout
27533 \begin_inset ERT
27534 status collapsed
27535
27536 \begin_layout Plain Layout
27537
27538
27539 \backslash
27540 b e
27541 \end_layout
27542
27543 \end_inset
27544
27545
27546 \end_layout
27547
27548 \end_inset
27549 </cell>
27550 </row>
27551 <row>
27552 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27553 \begin_inset Text
27554
27555 \begin_layout Plain Layout
27556
27557 \backslash
27558 t
27559 \begin_inset space \textvisiblespace{}
27560 \end_inset
27561
27562 ee
27563 \end_layout
27564
27565 \end_inset
27566 </cell>
27567 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27568 \begin_inset Text
27569
27570 \begin_layout Plain Layout
27571 \begin_inset ERT
27572 status collapsed
27573
27574 \begin_layout Plain Layout
27575
27576
27577 \backslash
27578 t ee
27579 \end_layout
27580
27581 \end_inset
27582
27583
27584 \end_layout
27585
27586 \end_inset
27587 </cell>
27588 </row>
27589 </lyxtabular>
27590
27591 \end_inset
27592
27593
27594 \begin_inset space \hfill{}
27595 \end_inset
27596
27597
27598 \begin_inset Tabular
27599 <lyxtabular version="3" rows="8" columns="2">
27600 <features tabularvalignment="middle">
27601 <column alignment="block" valignment="top">
27602 <column alignment="center" valignment="top">
27603 <row>
27604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27605 \begin_inset Text
27606
27607 \begin_layout Plain Layout
27608 Command
27609 \end_layout
27610
27611 \end_inset
27612 </cell>
27613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27614 \begin_inset Text
27615
27616 \begin_layout Plain Layout
27617 Result
27618 \end_layout
27619
27620 \end_inset
27621 </cell>
27622 </row>
27623 <row>
27624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27625 \begin_inset Text
27626
27627 \begin_layout Plain Layout
27628
27629 \backslash
27630 H
27631 \begin_inset space \textvisiblespace{}
27632 \end_inset
27633
27634 e
27635 \end_layout
27636
27637 \end_inset
27638 </cell>
27639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27640 \begin_inset Text
27641
27642 \begin_layout Plain Layout
27643 \begin_inset ERT
27644 status collapsed
27645
27646 \begin_layout Plain Layout
27647
27648
27649 \backslash
27650 H e
27651 \end_layout
27652
27653 \end_inset
27654
27655
27656 \end_layout
27657
27658 \end_inset
27659 </cell>
27660 </row>
27661 <row>
27662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27663 \begin_inset Text
27664
27665 \begin_layout Plain Layout
27666
27667 \backslash
27668 'e
27669 \end_layout
27670
27671 \end_inset
27672 </cell>
27673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27674 \begin_inset Text
27675
27676 \begin_layout Plain Layout
27677 \begin_inset ERT
27678 status collapsed
27679
27680 \begin_layout Plain Layout
27681
27682
27683 \backslash
27684 'e
27685 \end_layout
27686
27687 \end_inset
27688
27689
27690 \end_layout
27691
27692 \end_inset
27693 </cell>
27694 </row>
27695 <row>
27696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27697 \begin_inset Text
27698
27699 \begin_layout Plain Layout
27700
27701 \backslash
27702 ~e
27703 \begin_inset Index idx
27704 status collapsed
27705
27706 \begin_layout Plain Layout
27707 Tilde
27708 \end_layout
27709
27710 \end_inset
27711
27712
27713 \end_layout
27714
27715 \end_inset
27716 </cell>
27717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27718 \begin_inset Text
27719
27720 \begin_layout Plain Layout
27721 \begin_inset ERT
27722 status collapsed
27723
27724 \begin_layout Plain Layout
27725
27726
27727 \backslash
27728 ~e
27729 \end_layout
27730
27731 \end_inset
27732
27733
27734 \end_layout
27735
27736 \end_inset
27737 </cell>
27738 </row>
27739 <row>
27740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27741 \begin_inset Text
27742
27743 \begin_layout Plain Layout
27744
27745 \backslash
27746 .e
27747 \end_layout
27748
27749 \end_inset
27750 </cell>
27751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27752 \begin_inset Text
27753
27754 \begin_layout Plain Layout
27755 \begin_inset ERT
27756 status collapsed
27757
27758 \begin_layout Plain Layout
27759
27760
27761 \backslash
27762 .e
27763 \end_layout
27764
27765 \end_inset
27766
27767
27768 \end_layout
27769
27770 \end_inset
27771 </cell>
27772 </row>
27773 <row>
27774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27775 \begin_inset Text
27776
27777 \begin_layout Plain Layout
27778
27779 \backslash
27780 v
27781 \begin_inset space \textvisiblespace{}
27782 \end_inset
27783
27784 e
27785 \end_layout
27786
27787 \end_inset
27788 </cell>
27789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27790 \begin_inset Text
27791
27792 \begin_layout Plain Layout
27793 \begin_inset ERT
27794 status collapsed
27795
27796 \begin_layout Plain Layout
27797
27798
27799 \backslash
27800 v e
27801 \end_layout
27802
27803 \end_inset
27804
27805
27806 \end_layout
27807
27808 \end_inset
27809 </cell>
27810 </row>
27811 <row>
27812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27813 \begin_inset Text
27814
27815 \begin_layout Plain Layout
27816
27817 \backslash
27818 d
27819 \begin_inset space \textvisiblespace{}
27820 \end_inset
27821
27822 e
27823 \end_layout
27824
27825 \end_inset
27826 </cell>
27827 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27828 \begin_inset Text
27829
27830 \begin_layout Plain Layout
27831 \begin_inset ERT
27832 status collapsed
27833
27834 \begin_layout Plain Layout
27835
27836
27837 \backslash
27838 d e
27839 \end_layout
27840
27841 \end_inset
27842
27843
27844 \end_layout
27845
27846 \end_inset
27847 </cell>
27848 </row>
27849 <row>
27850 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27851 \begin_inset Text
27852
27853 \begin_layout Plain Layout
27854
27855 \backslash
27856 c
27857 \begin_inset space \textvisiblespace{}
27858 \end_inset
27859
27860 e
27861 \end_layout
27862
27863 \end_inset
27864 </cell>
27865 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27866 \begin_inset Text
27867
27868 \begin_layout Plain Layout
27869 \begin_inset ERT
27870 status collapsed
27871
27872 \begin_layout Plain Layout
27873
27874
27875 \backslash
27876 c e
27877 \end_layout
27878
27879 \end_inset
27880
27881
27882 \end_layout
27883
27884 \end_inset
27885 </cell>
27886 </row>
27887 </lyxtabular>
27888
27889 \end_inset
27890
27891
27892 \begin_inset space \hfill{}
27893 \end_inset
27894
27895
27896 \end_layout
27897
27898 \begin_layout Standard
27899 \begin_inset VSpace medskip
27900 \end_inset
27901
27902 With the command 
27903 \series bold
27904
27905 \backslash
27906 t
27907 \series default
27908  also two different characters can be accented.
27909  The command 
27910 \series bold
27911
27912 \backslash
27913 t
27914 \begin_inset space \textvisiblespace{}
27915 \end_inset
27916
27917 sz
27918 \series default
27919  creates: 
27920 \begin_inset ERT
27921 status collapsed
27922
27923 \begin_layout Plain Layout
27924
27925
27926 \backslash
27927 t sz
27928 \end_layout
27929
27930 \end_inset
27931
27932
27933 \end_layout
27934
27935 \begin_layout Standard
27936 The accents 
27937 \series bold
27938 `
27939 \series default
27940  , 
27941 \series bold
27942 '
27943 \series default
27944  and 
27945 \series bold
27946 ^
27947 \series default
27948  can in combination with vowels directly be inserted with the keyboard without
27949  using \SpecialChar TeX
27950  mode.
27951  The same applies for the tilde
27952 \begin_inset Foot
27953 status collapsed
27954
27955 \begin_layout Plain Layout
27956 This only applies for keyboards where the tilde is defined as accent.
27957 \end_layout
27958
27959 \end_inset
27960
27961  
27962 \series bold
27963 ~
27964 \series default
27965  in combination with 
27966 \emph on
27967 a
27968 \emph default
27969  , 
27970 \emph on
27971 n
27972 \emph default
27973  , or 
27974 \emph on
27975 o
27976 \emph default
27977 .
27978 \end_layout
27979
27980 \begin_layout Standard
27981 The commands 
27982 \series bold
27983
27984 \backslash
27985 b
27986 \series default
27987  , 
27988 \series bold
27989
27990 \backslash
27991 c
27992 \series default
27993  , 
27994 \series bold
27995
27996 \backslash
27997 d
27998 \series default
27999  , 
28000 \series bold
28001
28002 \backslash
28003 H
28004 \series default
28005  , 
28006 \series bold
28007
28008 \backslash
28009 t
28010 \series default
28011  , 
28012 \series bold
28013
28014 \backslash
28015 u
28016 \series default
28017  , 
28018 \series bold
28019
28020 \backslash
28021 v
28022 \series default
28023  and accents that are inserted directly with the keyboard are also available
28024  in mathematical text.
28025  For the other accents there are special math commands to be used in formulas,
28026  see 
28027 \begin_inset CommandInset ref
28028 LatexCommand ref
28029 reference "subsec:Accents-for-one"
28030
28031 \end_inset
28032
28033 .
28034 \end_layout
28035
28036 \begin_layout Standard
28037 \begin_inset VSpace bigskip
28038 \end_inset
28039
28040 Furthermore, with the command 
28041 \series bold
28042
28043 \backslash
28044 textcircled
28045 \series default
28046
28047 \begin_inset Index idx
28048 status collapsed
28049
28050 \begin_layout Plain Layout
28051 Commands ! T ! 
28052 \backslash
28053 textcircled
28054 \end_layout
28055
28056 \end_inset
28057
28058  all numbers and letters can be set into a circle, quasi accented with a
28059  circle, similar to the copyright symbol.
28060 \end_layout
28061
28062 \begin_layout Standard
28063 \align center
28064 \begin_inset Tabular
28065 <lyxtabular version="3" rows="3" columns="2">
28066 <features tabularvalignment="middle">
28067 <column alignment="center" valignment="top">
28068 <column alignment="center" valignment="top">
28069 <row>
28070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28071 \begin_inset Text
28072
28073 \begin_layout Plain Layout
28074 Command
28075 \end_layout
28076
28077 \end_inset
28078 </cell>
28079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28080 \begin_inset Text
28081
28082 \begin_layout Plain Layout
28083 Result
28084 \begin_inset Note Note
28085 status collapsed
28086
28087 \begin_layout Plain Layout
28088
28089 \series bold
28090
28091 \backslash
28092 raisebox
28093 \series default
28094  is only used as spacer.
28095 \end_layout
28096
28097 \end_inset
28098
28099
28100 \end_layout
28101
28102 \end_inset
28103 </cell>
28104 </row>
28105 <row>
28106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28107 \begin_inset Text
28108
28109 \begin_layout Plain Layout
28110
28111 \backslash
28112 textcircled{w}
28113 \end_layout
28114
28115 \end_inset
28116 </cell>
28117 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28118 \begin_inset Text
28119
28120 \begin_layout Plain Layout
28121 \begin_inset ERT
28122 status collapsed
28123
28124 \begin_layout Plain Layout
28125
28126
28127 \backslash
28128 textcircled{w}
28129 \end_layout
28130
28131 \end_inset
28132
28133
28134 \end_layout
28135
28136 \end_inset
28137 </cell>
28138 </row>
28139 <row>
28140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28141 \begin_inset Text
28142
28143 \begin_layout Plain Layout
28144
28145 \backslash
28146 Large 
28147 \backslash
28148 textcircled{
28149 \backslash
28150 normalsize
28151 \backslash
28152 protect
28153 \backslash
28154 raisebox{-1.5pt}{W}}
28155 \end_layout
28156
28157 \end_inset
28158 </cell>
28159 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28160 \begin_inset Text
28161
28162 \begin_layout Plain Layout
28163 \begin_inset Formula $\raisebox{4.5mm}{}$
28164 \end_inset
28165
28166
28167 \begin_inset ERT
28168 status collapsed
28169
28170 \begin_layout Plain Layout
28171
28172
28173 \backslash
28174 Large 
28175 \backslash
28176 textcircled{
28177 \backslash
28178 normalsize
28179 \backslash
28180 protect
28181 \backslash
28182 raisebox{-1.5pt}W}
28183 \end_layout
28184
28185 \end_inset
28186
28187
28188 \begin_inset Formula $\raisebox{-2mm}{}$
28189 \end_inset
28190
28191
28192 \end_layout
28193
28194 \end_inset
28195 </cell>
28196 </row>
28197 </lyxtabular>
28198
28199 \end_inset
28200
28201
28202 \end_layout
28203
28204 \begin_layout Standard
28205 One has to take care that the character fits in the circle.
28206  
28207 \series bold
28208
28209 \backslash
28210 Large
28211 \series default
28212
28213 \begin_inset Foot
28214 status collapsed
28215
28216 \begin_layout Plain Layout
28217 see 
28218 \begin_inset CommandInset ref
28219 LatexCommand ref
28220 reference "subsec:Font-Sizes"
28221
28222 \end_inset
28223
28224
28225 \end_layout
28226
28227 \end_inset
28228
28229  specifies thereby the size of the circle.
28230  With the help of 
28231 \series bold
28232
28233 \backslash
28234 raisebox
28235 \series default
28236
28237 \begin_inset Foot
28238 status collapsed
28239
28240 \begin_layout Plain Layout
28241 see 
28242 \begin_inset CommandInset ref
28243 LatexCommand ref
28244 reference "subsec:Boxes-without-Frame"
28245
28246 \end_inset
28247
28248
28249 \end_layout
28250
28251 \end_inset
28252
28253  the character can be centered.
28254 \end_layout
28255
28256 \begin_layout Subsection
28257 Old-style Figures
28258 \begin_inset Index idx
28259 status collapsed
28260
28261 \begin_layout Plain Layout
28262 Old-style Figures
28263 \end_layout
28264
28265 \end_inset
28266
28267
28268 \end_layout
28269
28270 \begin_layout Standard
28271 Old-style figures (also known as old-style numerals) are created with the
28272  command 
28273 \series bold
28274
28275 \backslash
28276 oldstylenums
28277 \series default
28278
28279 \begin_inset Index idx
28280 status collapsed
28281
28282 \begin_layout Plain Layout
28283 Commands ! O ! 
28284 \backslash
28285 oldstylenums
28286 \end_layout
28287
28288 \end_inset
28289
28290 .
28291  The command can be used in formulas and in \SpecialChar TeX
28292  mode.
28293  The command scheme is:
28294 \end_layout
28295
28296 \begin_layout Standard
28297
28298 \series bold
28299
28300 \backslash
28301 oldstylenums{number}
28302 \end_layout
28303
28304 \begin_layout Standard
28305 The command 
28306 \series bold
28307
28308 \backslash
28309 oldstylenums{0123456789
28310 \series default
28311  produces: 
28312 \begin_inset Formula $\oldstylenums{0123456789}$
28313 \end_inset
28314
28315
28316 \end_layout
28317
28318 \begin_layout Section
28319 Formula Styles
28320 \begin_inset CommandInset label
28321 LatexCommand label
28322 name "sec:Formula-Styles"
28323
28324 \end_inset
28325
28326
28327 \begin_inset Index idx
28328 status collapsed
28329
28330 \begin_layout Plain Layout
28331 Formula ! styles
28332 \end_layout
28333
28334 \end_inset
28335
28336
28337 \end_layout
28338
28339 \begin_layout Itemize
28340 There are two different alignment styles:
28341 \begin_inset Separator parbreak
28342 \end_inset
28343
28344
28345 \end_layout
28346
28347 \begin_deeper
28348 \begin_layout Description
28349 Centered is the predefined standard
28350 \end_layout
28351
28352 \begin_layout Description
28353 Indented for this the option 
28354 \series bold
28355 fleqn
28356 \series default
28357  must be inserted in the menu 
28358 \family sans
28359 Document\SpecialChar menuseparator
28360 Settings
28361 \family default
28362  under 
28363 \family sans
28364 Document
28365 \begin_inset space ~
28366 \end_inset
28367
28368 Class
28369 \end_layout
28370
28371 \begin_layout Standard
28372 When 
28373 \series bold
28374 Indented
28375 \series default
28376  is used, the indentation can be adjusted with the length 
28377 \series bold
28378
28379 \backslash
28380 mathindent
28381 \series default
28382
28383 \begin_inset Index idx
28384 status collapsed
28385
28386 \begin_layout Plain Layout
28387 Commands ! M ! 
28388 \backslash
28389 mathindent
28390 \end_layout
28391
28392 \end_inset
28393
28394 .
28395  Should the distance be 15
28396 \begin_inset space \thinspace{}
28397 \end_inset
28398
28399 mm, the following command line is inserted in the \SpecialChar LaTeX
28400 -preamble
28401 \end_layout
28402
28403 \begin_layout Standard
28404
28405 \series bold
28406
28407 \backslash
28408 setlength{
28409 \backslash
28410 mathindent}{15mm}
28411 \end_layout
28412
28413 \begin_layout Standard
28414 When no length is specified, the predefined value of 30
28415 \begin_inset space \thinspace{}
28416 \end_inset
28417
28418 pt will be used.
28419 \end_layout
28420
28421 \end_deeper
28422 \begin_layout Itemize
28423 And two different numbering styles:
28424 \begin_inset Separator parbreak
28425 \end_inset
28426
28427
28428 \end_layout
28429
28430 \begin_deeper
28431 \begin_layout Description
28432 Right is the predefined standard
28433 \end_layout
28434
28435 \begin_layout Description
28436 Left for this the option 
28437 \series bold
28438 leqno
28439 \series default
28440  must be inserted in the menu 
28441 \family sans
28442 Document\SpecialChar menuseparator
28443 Settings
28444 \family default
28445  under 
28446 \family sans
28447 Document
28448 \begin_inset space ~
28449 \end_inset
28450
28451 Class
28452 \end_layout
28453
28454 \end_deeper
28455 \begin_layout Standard
28456
28457 \series bold
28458 fleqn
28459 \series default
28460  and 
28461 \series bold
28462 leqno
28463 \series default
28464  can also be used together.
28465  In this case both options are inserted, separated by a comma.
28466 \end_layout
28467
28468 \begin_layout Standard
28469 The chosen styles are used for all displayed formulas of the document.
28470  When both, centered and indented formulas should be created in a document,
28471  the style 
28472 \series bold
28473 Centered
28474 \series default
28475  is used.
28476  The indented formulas are then set in a flalign environment, see 
28477 \begin_inset CommandInset ref
28478 LatexCommand ref
28479 reference "subsec:Flalign-Environment"
28480
28481 \end_inset
28482
28483 .
28484 \end_layout
28485
28486 \begin_layout Section
28487 Multiline Formulas
28488 \begin_inset CommandInset label
28489 LatexCommand label
28490 name "sec:Multiline-Formulas"
28491
28492 \end_inset
28493
28494
28495 \begin_inset Index idx
28496 status collapsed
28497
28498 \begin_layout Plain Layout
28499 Formula ! multiline
28500 \end_layout
28501
28502 \end_inset
28503
28504
28505 \end_layout
28506
28507 \begin_layout Subsection
28508 General
28509 \end_layout
28510
28511 \begin_layout Standard
28512 In \SpecialChar LyX
28513  multiline formulas are created by pressing 
28514 \begin_inset Info
28515 type  "shortcut"
28516 arg   "newline-insert newline"
28517 \end_inset
28518
28519  inside a formula.
28520  This creates either an 
28521 \series bold
28522 eqnarray environment
28523 \series default
28524  that is described in 
28525 \begin_inset CommandInset ref
28526 LatexCommand ref
28527 reference "subsec:Eqnarray-Environment"
28528
28529 \end_inset
28530
28531  or, when the option 
28532 \family sans
28533 Use AMS math package
28534 \family default
28535  in the document settings is selected, an 
28536 \series bold
28537 align environment
28538 \series default
28539  that is described in 
28540 \begin_inset CommandInset ref
28541 LatexCommand ref
28542 reference "subsec:Standard-align-Environment"
28543
28544 \end_inset
28545
28546 .
28547  The align environment is recommended because it provides in any case a
28548  typographically correct output.
28549 \end_layout
28550
28551 \begin_layout Standard
28552 There are other multiline formula environments that can be created via the
28553  menu 
28554 \family sans
28555 Insert\SpecialChar menuseparator
28556 Math
28557 \family default
28558 .
28559  These environments are described in the following sections.
28560 \end_layout
28561
28562 \begin_layout Standard
28563 In all multiline formula environments a new line is created by pressing
28564  
28565 \begin_inset Info
28566 type  "shortcut"
28567 arg   "newline-insert newline"
28568 \end_inset
28569
28570 .
28571  To add or delete lines, the math toolbar buttons 
28572 \begin_inset Info
28573 type  "icon"
28574 arg   "inset-modify tabular append-row"
28575 \end_inset
28576
28577  or 
28578 \begin_inset Info
28579 type  "icon"
28580 arg   "inset-modify tabular delete-row"
28581 \end_inset
28582
28583 , respectively, or the menu 
28584 \family sans
28585 Edit\SpecialChar menuseparator
28586 Rows & Columns
28587 \family default
28588  can be used.
28589 \end_layout
28590
28591 \begin_layout Subsubsection
28592 Line Separation
28593 \begin_inset CommandInset label
28594 LatexCommand label
28595 name "subsec:Line-Separation"
28596
28597 \end_inset
28598
28599
28600 \begin_inset Index idx
28601 status collapsed
28602
28603 \begin_layout Plain Layout
28604 Formula ! multiline ! Line separation
28605 \end_layout
28606
28607 \end_inset
28608
28609
28610 \end_layout
28611
28612 \begin_layout Standard
28613 There is sometimes not enough space in multiline formulas between the lines:
28614 \begin_inset Formula 
28615 \begin{eqnarray*}
28616 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}\\
28617 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
28618 \end{eqnarray*}
28619
28620 \end_inset
28621
28622
28623 \end_layout
28624
28625 \begin_layout Standard
28626 In \SpecialChar LaTeX
28627  additional line space is specified as optional argument of the new line
28628  command.
28629  This is not yet possible in \SpecialChar LyX
28630
28631 \begin_inset Foot
28632 status collapsed
28633
28634 \begin_layout Plain Layout
28635 see 
28636 \begin_inset CommandInset href
28637 LatexCommand href
28638 name "LyX-bug #1505"
28639 target "http://www.lyx.org/trac/ticket/1505"
28640
28641 \end_inset
28642
28643
28644 \end_layout
28645
28646 \end_inset
28647
28648 , therefore the whole formula must be inserted in \SpecialChar TeX
28649  mode.
28650  To add in our example space, the command 
28651 \series bold
28652
28653 \backslash
28654
28655 \backslash
28656 [3mm]
28657 \series default
28658  is inserted at the end of the first line.
28659  One gets: 
28660 \begin_inset ERT
28661 status collapsed
28662
28663 \begin_layout Plain Layout
28664
28665
28666 \backslash
28667 begin{eqnarray*}
28668 \end_layout
28669
28670 \begin_layout Plain Layout
28671
28672 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28673  = & 
28674 \backslash
28675 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28676 \backslash
28677
28678 \backslash
28679 [3mm]
28680 \end_layout
28681
28682 \begin_layout Plain Layout
28683
28684 4x^{2}
28685 \backslash
28686 left(B^{2}+x_{0}^{2}
28687 \backslash
28688 right)+4x_{0}x
28689 \backslash
28690 left(D-B^{2}
28691 \backslash
28692 right)+B^{2}
28693 \backslash
28694 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28695 \backslash
28696 right) & = & 0
28697 \end_layout
28698
28699 \begin_layout Plain Layout
28700
28701
28702 \backslash
28703 end{eqnarray*}
28704 \end_layout
28705
28706 \end_inset
28707
28708
28709 \end_layout
28710
28711 \begin_layout Standard
28712 \begin_inset VSpace bigskip
28713 \end_inset
28714
28715 To set the line separation for all lines in a formula, the length 
28716 \series bold
28717
28718 \backslash
28719 jot
28720 \series default
28721
28722 \begin_inset Index idx
28723 status collapsed
28724
28725 \begin_layout Plain Layout
28726 Commands ! J ! 
28727 \backslash
28728 jot
28729 \end_layout
28730
28731 \end_inset
28732
28733  is changed.
28734  The definition is: 
28735 \begin_inset Formula $\mbox{line separation}=\mathrm{6\,pt+\backslash jot}$
28736 \end_inset
28737
28738 .
28739  Predefined for 
28740 \series bold
28741
28742 \backslash
28743 jot
28744 \series default
28745  is the value 3
28746 \begin_inset space \thinspace{}
28747 \end_inset
28748
28749 pt.
28750  To create 3
28751 \begin_inset space \thinspace{}
28752 \end_inset
28753
28754 mm additional line separation as in the previous example, the command
28755 \end_layout
28756
28757 \begin_layout Standard
28758
28759 \series bold
28760
28761 \backslash
28762 setlength{
28763 \backslash
28764 jot}{3mm+3pt}
28765 \end_layout
28766
28767 \begin_layout Standard
28768 is inserted in \SpecialChar TeX
28769  mode before the formula.
28770  This requires that the \SpecialChar LaTeX
28771 -package 
28772 \series bold
28773 calc
28774 \series default
28775
28776 \begin_inset Foot
28777 status collapsed
28778
28779 \begin_layout Plain Layout
28780
28781 \series bold
28782 calc
28783 \series default
28784  is part of every \SpecialChar LaTeX
28785  standard installation.
28786 \end_layout
28787
28788 \end_inset
28789
28790
28791 \begin_inset Index idx
28792 status collapsed
28793
28794 \begin_layout Plain Layout
28795 Packages ! calc
28796 \end_layout
28797
28798 \end_inset
28799
28800  was loaded in \SpecialChar LaTeX
28801 -preamble with the line
28802 \end_layout
28803
28804 \begin_layout Standard
28805
28806 \series bold
28807
28808 \backslash
28809 usepackage{calc}
28810 \end_layout
28811
28812 \begin_layout Standard
28813 One gets: 
28814 \begin_inset ERT
28815 status collapsed
28816
28817 \begin_layout Plain Layout
28818
28819
28820 \backslash
28821 setlength{
28822 \backslash
28823 jot}{3mm+3pt}
28824 \end_layout
28825
28826 \end_inset
28827
28828
28829 \begin_inset Formula 
28830 \begin{eqnarray*}
28831 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}\\
28832 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
28833 \end{eqnarray*}
28834
28835 \end_inset
28836
28837
28838 \end_layout
28839
28840 \begin_layout Standard
28841 \begin_inset ERT
28842 status collapsed
28843
28844 \begin_layout Plain Layout
28845
28846
28847 \backslash
28848 setlength{
28849 \backslash
28850 jot}{3pt}
28851 \end_layout
28852
28853 \end_inset
28854
28855  To get back to the predefined distance, 
28856 \series bold
28857
28858 \backslash
28859 jot
28860 \series default
28861  is set to the value 3
28862 \begin_inset space \thinspace{}
28863 \end_inset
28864
28865 pt.
28866 \end_layout
28867
28868 \begin_layout Subsubsection
28869 Column Separation
28870 \begin_inset CommandInset label
28871 LatexCommand label
28872 name "subsec:Column-Separation"
28873
28874 \end_inset
28875
28876
28877 \begin_inset Index idx
28878 status collapsed
28879
28880 \begin_layout Plain Layout
28881 Formula ! multiline ! Column separation
28882 \end_layout
28883
28884 \end_inset
28885
28886
28887 \end_layout
28888
28889 \begin_layout Standard
28890 Multiline formulas form a matrix.
28891  A formula in the eqnarray environment is for example a matrix with three
28892  columns.
28893  By changing the column separation in this environment, the space beside
28894  the relation sign can be changed.
28895 \end_layout
28896
28897 \begin_layout Standard
28898 The column separation is specified with the length 
28899 \series bold
28900
28901 \backslash
28902 arraycolsep
28903 \series default
28904
28905 \begin_inset Index idx
28906 status collapsed
28907
28908 \begin_layout Plain Layout
28909 Commands ! A ! 
28910 \backslash
28911 arraycolsep
28912 \end_layout
28913
28914 \end_inset
28915
28916  according to:
28917 \begin_inset Newline newline
28918 \end_inset
28919
28920 column separation = 2
28921 \begin_inset space \thinspace{}
28922 \end_inset
28923
28924
28925 \series bold
28926
28927 \backslash
28928 arraycolsep
28929 \series default
28930
28931 \begin_inset Newline newline
28932 \end_inset
28933
28934 Thus, the command
28935 \end_layout
28936
28937 \begin_layout Standard
28938
28939 \series bold
28940
28941 \backslash
28942 setlength{
28943 \backslash
28944 arraycolsep}{1cm}
28945 \end_layout
28946
28947 \begin_layout Standard
28948 inserted in \SpecialChar TeX
28949  mode, sets for all following formulas a column separation of
28950  2
28951 \begin_inset space \thinspace{}
28952 \end_inset
28953
28954 cm.
28955  To get back to the predefined distance, 
28956 \series bold
28957
28958 \backslash
28959 arraycolsep
28960 \series default
28961  is set to 5
28962 \begin_inset space \thinspace{}
28963 \end_inset
28964
28965 pt.
28966 \end_layout
28967
28968 \begin_layout Standard
28969 A formula with 2
28970 \begin_inset space \thinspace{}
28971 \end_inset
28972
28973 cm column separation:
28974 \begin_inset ERT
28975 status collapsed
28976
28977 \begin_layout Plain Layout
28978
28979
28980 \backslash
28981 setlength{
28982 \backslash
28983 arraycolsep}{1cm}
28984 \end_layout
28985
28986 \end_inset
28987
28988
28989 \begin_inset Formula 
28990 \begin{eqnarray*}
28991 A & = & B\\
28992 C & \ne & A
28993 \end{eqnarray*}
28994
28995 \end_inset
28996
28997 A formula with the predefined column separation for matrices of 10
28998 \begin_inset space \thinspace{}
28999 \end_inset
29000
29001 pt:
29002 \begin_inset ERT
29003 status collapsed
29004
29005 \begin_layout Plain Layout
29006
29007
29008 \backslash
29009 setlength{
29010 \backslash
29011 arraycolsep}{5pt}
29012 \end_layout
29013
29014 \end_inset
29015
29016
29017 \begin_inset Formula 
29018 \begin{eqnarray*}
29019 A & = & B\\
29020 C & \ne & A
29021 \end{eqnarray*}
29022
29023 \end_inset
29024
29025
29026 \end_layout
29027
29028 \begin_layout Subsubsection
29029 Long Formulas
29030 \begin_inset Index idx
29031 status collapsed
29032
29033 \begin_layout Plain Layout
29034 Formula ! long
29035 \end_layout
29036
29037 \end_inset
29038
29039
29040 \end_layout
29041
29042 \begin_layout Standard
29043 Long formulas can be typeset using these methods:
29044 \end_layout
29045
29046 \begin_layout Itemize
29047 When one side of the equation is much shorter than the line width, this
29048  one is chosen for the left side and the right side is typeset over two
29049  lines:
29050 \begin_inset Formula 
29051 \begin{eqnarray}
29052 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 \\
29053  &  & -\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}
29054 \end{eqnarray}
29055
29056 \end_inset
29057
29058 The minus sign at the beginning of the second line does normally not appear
29059  as an operator because it is the first character of the line.
29060  Thus it would not be surrounded by space and could not be distinguished
29061  from the fraction bar.
29062  To avoid this, 3
29063 \begin_inset space \thinspace{}
29064 \end_inset
29065
29066 pt space was inserted behind the minus sign with the command 
29067 \series bold
29068
29069 \backslash
29070 hspace
29071 \series default
29072 .
29073 \begin_inset Foot
29074 status collapsed
29075
29076 \begin_layout Plain Layout
29077 for more about 
29078 \series bold
29079
29080 \backslash
29081 hspace
29082 \series default
29083  see 
29084 \begin_inset CommandInset ref
29085 LatexCommand ref
29086 reference "subsec:Variable-Space"
29087
29088 \end_inset
29089
29090
29091 \end_layout
29092
29093 \end_inset
29094
29095
29096 \begin_inset Index idx
29097 status collapsed
29098
29099 \begin_layout Plain Layout
29100 Commands ! H ! 
29101 \backslash
29102 hspace
29103 \end_layout
29104
29105 \end_inset
29106
29107
29108 \end_layout
29109
29110 \begin_layout Itemize
29111 When both sides of the equation are too long, the command 
29112 \series bold
29113
29114 \backslash
29115 lefteqn
29116 \series default
29117
29118 \begin_inset Index idx
29119 status collapsed
29120
29121 \begin_layout Plain Layout
29122 Commands ! L ! 
29123 \backslash
29124 lefteqn
29125 \end_layout
29126
29127 \end_inset
29128
29129  is used.
29130  It is inserted in the first column of the first line and causes all further
29131  insertions to overwrite the following columns:
29132 \begin_inset Formula 
29133 \begin{eqnarray}
29134 \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 \\
29135  &  & -\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 \\
29136  &  & =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}
29137 \end{eqnarray}
29138
29139 \end_inset
29140
29141 After the insertion of 
29142 \series bold
29143
29144 \backslash
29145 lefteqn
29146 \series default
29147 , the cursor is in a purple box that is a bit shifted to the left from the
29148  blue one.
29149  In this the formula is inserted.
29150 \begin_inset Newline newline
29151 \end_inset
29152
29153 The content of the further lines is inserted to the second or another formula
29154  column.
29155  The greater the column number where it was inserted, the larger the indentation.
29156 \begin_inset VSpace medskip
29157 \end_inset
29158
29159
29160 \begin_inset Newline newline
29161 \end_inset
29162
29163
29164 \begin_inset Note Greyedout
29165 status open
29166
29167 \begin_layout Plain Layout
29168 Note the following when using 
29169 \series bold
29170
29171 \backslash
29172 lefteqn
29173 \series default
29174 :
29175 \end_layout
29176
29177 \begin_layout Itemize
29178 The formula doesn't use the full page width.
29179  When e.
29180 \begin_inset space \thinspace{}
29181 \end_inset
29182
29183 g.
29184 \begin_inset space \space{}
29185 \end_inset
29186
29187 the term 
29188 \begin_inset Formula $-B^{2}$
29189 \end_inset
29190
29191  is added to the first line in the above example, it would have been outside
29192  the page margin.
29193  To better use the width, negative space can be inserted at the beginning
29194  of the first line.
29195 \end_layout
29196
29197 \begin_layout Itemize
29198 Due to a bug in \SpecialChar LyX
29199  the cursor cannot be set with the mouse into the first
29200  line.
29201 \begin_inset Foot
29202 status collapsed
29203
29204 \begin_layout Plain Layout
29205 \begin_inset CommandInset href
29206 LatexCommand href
29207 name "LyX-bug #1429"
29208 target "http://www.lyx.org/trac/ticket/1429"
29209
29210 \end_inset
29211
29212
29213 \end_layout
29214
29215 \end_inset
29216
29217  One can only set the cursor at the beginning of the line and move it with
29218  the arrow keys.
29219 \end_layout
29220
29221 \end_inset
29222
29223
29224 \end_layout
29225
29226 \begin_layout Itemize
29227 Other methods to set long formulas are offered by the environments described
29228  in 
29229 \begin_inset CommandInset ref
29230 LatexCommand ref
29231 reference "subsec:Multline-Environment"
29232
29233 \end_inset
29234
29235  and 
29236 \begin_inset CommandInset ref
29237 LatexCommand ref
29238 reference "subsec:Multiline-Formula-Parts"
29239
29240 \end_inset
29241
29242 .
29243 \end_layout
29244
29245 \begin_layout Subsubsection
29246 Multiline Fractions
29247 \begin_inset CommandInset label
29248 LatexCommand label
29249 name "subsec:Multiline-Fractions"
29250
29251 \end_inset
29252
29253
29254 \begin_inset Index idx
29255 status collapsed
29256
29257 \begin_layout Plain Layout
29258 Fractions ! multiline
29259 \end_layout
29260
29261 \end_inset
29262
29263
29264 \end_layout
29265
29266 \begin_layout Standard
29267 There are cases where the denominator and/or the numerator of a fraction
29268  is so long that the fraction does not fit into one line.
29269  It is then necessary to add a line break within the fraction.
29270  This can be done using the command 
29271 \series bold
29272
29273 \backslash
29274 splitfrac
29275 \series default
29276
29277 \begin_inset Index idx
29278 status collapsed
29279
29280 \begin_layout Plain Layout
29281 Commands ! S ! 
29282 \backslash
29283 splitfrac
29284 \end_layout
29285
29286 \end_inset
29287
29288 .
29289  To activate it, set in the document settings under 
29290 \family sans
29291 Math
29292 \begin_inset space ~
29293 \end_inset
29294
29295 Options
29296 \family default
29297  for the package 
29298 \series bold
29299 mathtools
29300 \series default
29301
29302 \begin_inset Index idx
29303 status collapsed
29304
29305 \begin_layout Plain Layout
29306 Packages ! mathtools
29307 \end_layout
29308
29309 \end_inset
29310
29311  the option 
29312 \family sans
29313 Load
29314 \begin_inset space ~
29315 \end_inset
29316
29317 always
29318 \family default
29319 .
29320  
29321 \series bold
29322
29323 \backslash
29324 splitfrac
29325 \series default
29326  has the scheme
29327 \end_layout
29328
29329 \begin_layout Standard
29330
29331 \series bold
29332
29333 \backslash
29334 splitfrac{first line}{second line}
29335 \end_layout
29336
29337 \begin_layout Standard
29338 and is used as denominator and/or numerator:
29339 \end_layout
29340
29341 \begin_layout Standard
29342 \begin_inset Formula 
29343 \[
29344 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}
29345 \]
29346
29347 \end_inset
29348
29349 The command for the first numerator above is:
29350 \end_layout
29351
29352 \begin_layout Standard
29353
29354 \series bold
29355
29356 \backslash
29357 splitfrac{xy+xy+xy+xy+xy
29358 \begin_inset space \textvisiblespace{}
29359 \end_inset
29360
29361
29362 \backslash
29363 {+wy+wy+wy+wy
29364 \end_layout
29365
29366 \begin_layout Subsubsection
29367 Multiline Brackets
29368 \begin_inset CommandInset label
29369 LatexCommand label
29370 name "subsec:Multiline-Brackets"
29371
29372 \end_inset
29373
29374
29375 \begin_inset Index idx
29376 status collapsed
29377
29378 \begin_layout Plain Layout
29379 Brackets ! for multiline expressions
29380 \end_layout
29381
29382 \end_inset
29383
29384
29385 \end_layout
29386
29387 \begin_layout Standard
29388 For brackets spanning multiple lines the following problem occurs:
29389 \begin_inset Formula 
29390 \begin{eqnarray*}
29391 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29392  &  & \left.\cdots+B-D\right]
29393 \end{eqnarray*}
29394
29395 \end_inset
29396
29397
29398 \end_layout
29399
29400 \begin_layout Standard
29401 The closing bracket is smaller than the opening bracket because brackets
29402  with variable size may not span multiple lines.
29403 \end_layout
29404
29405 \begin_layout Standard
29406 To set the bracket size for the second line correctly, the first line is
29407  ended with 
29408 \series bold
29409
29410 \backslash
29411 right.
29412 \series default
29413
29414 \begin_inset Index idx
29415 status collapsed
29416
29417 \begin_layout Plain Layout
29418 Commands ! R ! 
29419 \backslash
29420 right
29421 \end_layout
29422
29423 \end_inset
29424
29425  and the second line with 
29426 \series bold
29427
29428 \backslash
29429 left.
29430 \begin_inset Foot
29431 status collapsed
29432
29433 \begin_layout Plain Layout
29434 for more about 
29435 \series bold
29436
29437 \backslash
29438 left
29439 \series default
29440  and 
29441 \series bold
29442
29443 \backslash
29444 right
29445 \series default
29446  see 
29447 \begin_inset CommandInset ref
29448 LatexCommand ref
29449 reference "subsec:Automatic-Bracket-Size"
29450
29451 \end_inset
29452
29453
29454 \end_layout
29455
29456 \end_inset
29457
29458
29459 \series default
29460
29461 \begin_inset Index idx
29462 status collapsed
29463
29464 \begin_layout Plain Layout
29465 Commands ! L ! 
29466 \backslash
29467 left
29468 \end_layout
29469
29470 \end_inset
29471
29472 .
29473  After 
29474 \series bold
29475
29476 \backslash
29477 left.
29478
29479 \series default
29480  the command 
29481 \series bold
29482
29483 \backslash
29484 vphantom
29485 \series default
29486
29487 \begin_inset space \textvisiblespace{}
29488 \end_inset
29489
29490
29491 \series bold
29492
29493 \backslash
29494 prod
29495 \series default
29496 ^
29497 \begin_inset space \textvisiblespace{}
29498 \end_inset
29499
29500
29501 \series bold
29502
29503 \backslash
29504 infty
29505 \series default
29506
29507 \begin_inset space \textvisiblespace{}
29508 \end_inset
29509
29510
29511 \series bold
29512
29513 \begin_inset Formula $\downarrow$
29514 \end_inset
29515
29516 _R=1}
29517 \series default
29518
29519 \begin_inset Index idx
29520 status collapsed
29521
29522 \begin_layout Plain Layout
29523 Commands ! V ! 
29524 \backslash
29525 vphantom
29526 \end_layout
29527
29528 \end_inset
29529
29530  is inserted, because the multiplication operator with its limits is the
29531  largest symbol in the first line and this should be the size for the bracket
29532  in the second line.
29533 \end_layout
29534
29535 \begin_layout Standard
29536 The result is this:
29537 \begin_inset Formula 
29538 \begin{eqnarray*}
29539 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29540  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29541 \end{eqnarray*}
29542
29543 \end_inset
29544
29545
29546 \end_layout
29547
29548 \begin_layout Subsection
29549 Align Environments
29550 \end_layout
29551
29552 \begin_layout Standard
29553 Align environments can be used for every kind of multiline formulas.
29554  They are especially useful to set several formulas side by side.
29555 \end_layout
29556
29557 \begin_layout Standard
29558 Align environments consist of columns.
29559  The odd columns are right aligned, the even ones left aligned.
29560  Every line in an Align environment can be numbered.
29561 \end_layout
29562
29563 \begin_layout Standard
29564 Align environments are created via the menu 
29565 \family sans
29566 Insert\SpecialChar menuseparator
29567 Math
29568 \family default
29569 .
29570  With the menu 
29571 \family sans
29572 Edit\SpecialChar menuseparator
29573 Math\SpecialChar menuseparator
29574 Change Formula Type
29575 \family default
29576  already existing formulas can be converted to Align environments.
29577 \end_layout
29578
29579 \begin_layout Standard
29580 To add or delete columns, the math toolbar buttons 
29581 \begin_inset Info
29582 type  "icon"
29583 arg   "inset-modify tabular append-column"
29584 \end_inset
29585
29586  or 
29587 \begin_inset Info
29588 type  "icon"
29589 arg   "inset-modify tabular delete-column"
29590 \end_inset
29591
29592 , respectively, or the menu 
29593 \family sans
29594 Edit\SpecialChar menuseparator
29595 Rows & Columns
29596 \family default
29597  can be used.
29598 \end_layout
29599
29600 \begin_layout Subsubsection
29601 Standard align Environment
29602 \begin_inset CommandInset label
29603 LatexCommand label
29604 name "subsec:Standard-align-Environment"
29605
29606 \end_inset
29607
29608
29609 \begin_inset Index idx
29610 status collapsed
29611
29612 \begin_layout Plain Layout
29613 Formula ! multiline ! align environment
29614 \end_layout
29615
29616 \end_inset
29617
29618
29619 \end_layout
29620
29621 \begin_layout Standard
29622 This Align environment is created by pressing 
29623 \begin_inset Info
29624 type  "shortcut"
29625 arg   "newline-insert newline"
29626 \end_inset
29627
29628  in a formula or by the menu 
29629 \family sans
29630 Insert\SpecialChar menuseparator
29631 Math\SpecialChar menuseparator
29632 AMS align Environment
29633 \family default
29634 .
29635 \end_layout
29636
29637 \begin_layout Standard
29638 An example for two formulas set side by side, that are created with a four
29639  column align environment:
29640 \begin_inset Formula 
29641 \begin{align*}
29642 A & =\sin(B) & C & =D\\
29643 C & \ne A & B & \ne D
29644 \end{align*}
29645
29646 \end_inset
29647
29648 As it can be seen, the formulas in this environment are placed so as if
29649  there would be a 
29650 \series bold
29651
29652 \backslash
29653 hfill
29654 \begin_inset Foot
29655 status collapsed
29656
29657 \begin_layout Plain Layout
29658 more about 
29659 \series bold
29660
29661 \backslash
29662 hfill
29663 \series default
29664  see 
29665 \begin_inset CommandInset ref
29666 LatexCommand ref
29667 reference "subsec:Variable-Space"
29668
29669 \end_inset
29670
29671
29672 \end_layout
29673
29674 \end_inset
29675
29676
29677 \series default
29678  before the first and after every even column.
29679  When the formula style 
29680 \series bold
29681 Indented
29682 \begin_inset Foot
29683 status collapsed
29684
29685 \begin_layout Plain Layout
29686 formula styles see 
29687 \begin_inset CommandInset ref
29688 LatexCommand ref
29689 reference "sec:Formula-Styles"
29690
29691 \end_inset
29692
29693
29694 \end_layout
29695
29696 \end_inset
29697
29698
29699 \series default
29700  is used, the formula is set without the 
29701 \series bold
29702
29703 \backslash
29704 hfill
29705 \series default
29706  before the first column.
29707 \end_layout
29708
29709 \begin_layout Subsubsection
29710 Alignat Environment
29711 \begin_inset Index idx
29712 status collapsed
29713
29714 \begin_layout Plain Layout
29715 Formula ! multiline ! alignat environment
29716 \end_layout
29717
29718 \end_inset
29719
29720
29721 \end_layout
29722
29723 \begin_layout Standard
29724 The alignat environment has no predefined column separation.
29725  It can be inserted manually with the spaces that are described 
29726 \begin_inset CommandInset ref
29727 LatexCommand ref
29728 reference "subsec:Space"
29729
29730 \end_inset
29731
29732 .
29733 \end_layout
29734
29735 \begin_layout Standard
29736 The above example in the alignat environment where 1
29737 \begin_inset space \thinspace{}
29738 \end_inset
29739
29740 cm space was inserted at the beginning of the second formula:
29741 \begin_inset Formula 
29742 \begin{alignat*}{2}
29743 A & =\sin(B) & \hspace{1cm}C & =D\\
29744 C & \ne A & B & \ne D
29745 \end{alignat*}
29746
29747 \end_inset
29748
29749 Because the column separation can be set separately for every column, this
29750  environment is especially suitable to set three and more formulas side
29751  by side.
29752 \end_layout
29753
29754 \begin_layout Subsubsection
29755 Flalign Environment
29756 \begin_inset CommandInset label
29757 LatexCommand label
29758 name "subsec:Flalign-Environment"
29759
29760 \end_inset
29761
29762
29763 \begin_inset Index idx
29764 status collapsed
29765
29766 \begin_layout Plain Layout
29767 Formula ! multiline ! flalign environment
29768 \end_layout
29769
29770 \end_inset
29771
29772
29773 \end_layout
29774
29775 \begin_layout Standard
29776 In this environment the first two columns are always set as much as possible
29777  to the left and the last two ones to the right.
29778  An example:
29779 \begin_inset Formula 
29780 \begin{flalign*}
29781 A & =1 & B & =2 & C & =3\\
29782 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29783 \end{flalign*}
29784
29785 \end_inset
29786
29787
29788 \end_layout
29789
29790 \begin_layout Standard
29791 By creating a flalign environment with an odd number of columns where an
29792  empty \SpecialChar TeX
29793  brace is inserted to the last column, several formulas in a document
29794  can be set to the left, although the formula style 
29795 \series bold
29796 Centered
29797 \series default
29798  is used.
29799  As example the indented formula 
29800 \begin_inset CommandInset ref
29801 LatexCommand eqref
29802 reference "eq:VolInt"
29803
29804 \end_inset
29805
29806 :
29807 \begin_inset Formula 
29808 \begin{flalign}
29809 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29810 \end{flalign}
29811
29812 \end_inset
29813
29814 The first two columns contain the formula.
29815  To indent it as with the formula style 
29816 \series bold
29817 Indented
29818 \series default
29819 , 30
29820 \begin_inset space \thinspace{}
29821 \end_inset
29822
29823 pt space was inserted at the beginning of the first column.
29824 \end_layout
29825
29826 \begin_layout Subsection
29827 Eqnarray Environment
29828 \begin_inset CommandInset label
29829 LatexCommand label
29830 name "subsec:Eqnarray-Environment"
29831
29832 \end_inset
29833
29834
29835 \begin_inset Index idx
29836 status collapsed
29837
29838 \begin_layout Plain Layout
29839 Formula ! multiline ! eqnarray environment
29840 \end_layout
29841
29842 \end_inset
29843
29844
29845 \end_layout
29846
29847 \begin_layout Standard
29848 When this environment has been created, three blue boxes appear.
29849  The content of the first box is right aligned, the content of the last
29850  one left aligned.
29851  The content of the middle box appears centered and a bit smaller, because
29852  it is designed to insert there only relation characters.
29853 \begin_inset Formula 
29854 \begin{eqnarray*}
29855 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29856 AB & AB & AB\\
29857 A & = & A
29858 \end{eqnarray*}
29859
29860 \end_inset
29861
29862
29863 \end_layout
29864
29865 \begin_layout Subsection
29866 Gather Environment
29867 \begin_inset Index idx
29868 status collapsed
29869
29870 \begin_layout Plain Layout
29871 Formula ! multiline ! gather environment
29872 \end_layout
29873
29874 \end_inset
29875
29876
29877 \end_layout
29878
29879 \begin_layout Standard
29880 This environment consists of only one centered column.
29881  Every line can be numbered.
29882 \begin_inset Formula 
29883 \begin{gather}
29884 A=1\\
29885 X=\textrm{-}1
29886 \end{gather}
29887
29888 \end_inset
29889
29890
29891 \end_layout
29892
29893 \begin_layout Subsection
29894 Multline Environment
29895 \begin_inset CommandInset label
29896 LatexCommand label
29897 name "subsec:Multline-Environment"
29898
29899 \end_inset
29900
29901
29902 \begin_inset Index idx
29903 status collapsed
29904
29905 \begin_layout Plain Layout
29906 Formula ! multiline ! multline environment
29907 \end_layout
29908
29909 \end_inset
29910
29911
29912 \end_layout
29913
29914 \begin_layout Standard
29915 The multline environment consists, like the gather environment, of only
29916  one column.
29917  But the first line is left aligned, the last one right aligned.
29918  All other lines are centered.
29919  Therefore this environment is suitable for long formulas.
29920  As example formula 
29921 \begin_inset CommandInset ref
29922 LatexCommand eqref
29923 reference "eq:lefteqn"
29924
29925 \end_inset
29926
29927  in the multline environment:
29928 \begin_inset Formula 
29929 \begin{multline}
29930 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}\\
29931 -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}\\
29932 =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}}
29933 \end{multline}
29934
29935 \end_inset
29936
29937
29938 \end_layout
29939
29940 \begin_layout Standard
29941 In the output only the last (first) line of a multline environment appears
29942  numbered when the document numbering is right (left).
29943 \begin_inset Foot
29944 status collapsed
29945
29946 \begin_layout Plain Layout
29947 numbering styles see 
29948 \begin_inset CommandInset ref
29949 LatexCommand ref
29950 reference "sec:Formula-Styles"
29951
29952 \end_inset
29953
29954
29955 \end_layout
29956
29957 \end_inset
29958
29959
29960 \end_layout
29961
29962 \begin_layout Standard
29963 With the commands 
29964 \series bold
29965
29966 \backslash
29967 shoveright
29968 \series default
29969
29970 \begin_inset Index idx
29971 status collapsed
29972
29973 \begin_layout Plain Layout
29974 Commands ! S ! 
29975 \backslash
29976 shoveright
29977 \end_layout
29978
29979 \end_inset
29980
29981  and 
29982 \series bold
29983
29984 \backslash
29985 shoveleft
29986 \series default
29987
29988 \begin_inset Index idx
29989 status collapsed
29990
29991 \begin_layout Plain Layout
29992 Commands ! S ! 
29993 \backslash
29994 shoveleft
29995 \end_layout
29996
29997 \end_inset
29998
29999  a centered line can be right or left aligned, respectively.
30000  The commands are used as follows:
30001 \end_layout
30002
30003 \begin_layout Standard
30004
30005 \series bold
30006
30007 \backslash
30008 shoveright{line content}
30009 \series default
30010  and 
30011 \series bold
30012
30013 \backslash
30014 shoveleft{line content}
30015 \end_layout
30016
30017 \begin_layout Standard
30018 \begin_inset VSpace medskip
30019 \end_inset
30020
30021 The length 
30022 \series bold
30023
30024 \backslash
30025 multlinegap
30026 \series default
30027
30028 \begin_inset Index idx
30029 status collapsed
30030
30031 \begin_layout Plain Layout
30032 Commands ! M ! 
30033 \backslash
30034 multlinegap
30035 \end_layout
30036
30037 \end_inset
30038
30039  specifies the distance of the first line from the left page margin.
30040  Predefined is the length 0
30041 \begin_inset space \thinspace{}
30042 \end_inset
30043
30044 pt.
30045 \end_layout
30046
30047 \begin_layout Standard
30048 As example the above formula where the command
30049 \end_layout
30050
30051 \begin_layout Standard
30052
30053 \series bold
30054
30055 \backslash
30056 setlength{
30057 \backslash
30058 multlinegap}{2cm}
30059 \end_layout
30060
30061 \begin_layout Standard
30062 was inserted in \SpecialChar TeX
30063  mode before:
30064 \begin_inset ERT
30065 status collapsed
30066
30067 \begin_layout Plain Layout
30068
30069
30070 \backslash
30071 setlength{
30072 \backslash
30073 multlinegap}{2cm}
30074 \end_layout
30075
30076 \end_inset
30077
30078
30079 \begin_inset Formula 
30080 \begin{multline}
30081 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}\\
30082 \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}}\\
30083 =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}}
30084 \end{multline}
30085
30086 \end_inset
30087
30088
30089 \begin_inset ERT
30090 status collapsed
30091
30092 \begin_layout Plain Layout
30093
30094
30095 \backslash
30096 setlength{
30097 \backslash
30098 multlinegap}{0pt}
30099 \end_layout
30100
30101 \end_inset
30102
30103 The second line was left aligned using 
30104 \series bold
30105
30106 \backslash
30107 shoveleft
30108 \series default
30109 .
30110 \end_layout
30111
30112 \begin_layout Subsection
30113 Multiline Formula Parts
30114 \begin_inset CommandInset label
30115 LatexCommand label
30116 name "subsec:Multiline-Formula-Parts"
30117
30118 \end_inset
30119
30120
30121 \begin_inset Index idx
30122 status collapsed
30123
30124 \begin_layout Plain Layout
30125 Formula ! multiline ! formula parts
30126 \end_layout
30127
30128 \end_inset
30129
30130
30131 \end_layout
30132
30133 \begin_layout Standard
30134 To display only parts of a formula with multiple lines, one of the following
30135  environments is used: 
30136 \series bold
30137 aligned
30138 \series default
30139
30140 \series bold
30141 alignedat
30142 \series default
30143
30144 \series bold
30145 gathered
30146 \series default
30147  or 
30148 \series bold
30149 split
30150 \series default
30151 .
30152  They can be inserted via the menu 
30153 \family sans
30154 Insert\SpecialChar menuseparator
30155 Math
30156 \family default
30157  or by using the commands described in this section.
30158 \end_layout
30159
30160 \begin_layout Standard
30161 The first three have the same properties as the corresponding multiline
30162  formula environments, but it is possible to set further formula parts beside
30163  them.
30164  An example:
30165 \begin_inset Formula 
30166 \[
30167 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
30168 \Delta E\Delta t & \ge\frac{\hbar}{2}
30169 \end{aligned}
30170 \right\} \textrm{Uncertainty relations}
30171 \]
30172
30173 \end_inset
30174
30175
30176 \end_layout
30177
30178 \begin_layout Standard
30179 To get this formula, a displayed formula is created where the command 
30180 \series bold
30181
30182 \backslash
30183 aligned
30184 \series default
30185
30186 \begin_inset Index idx
30187 status collapsed
30188
30189 \begin_layout Plain Layout
30190 Commands ! A ! 
30191 \backslash
30192 aligned
30193 \end_layout
30194
30195 \end_inset
30196
30197  is inserted.
30198  A purple box appears around the blue formula box where now columns and
30199  lines can be added.
30200  Outside the multiline environment other formula parts can be set, like
30201  the brace.
30202 \end_layout
30203
30204 \begin_layout Standard
30205 The aligned environment is also suitable for long formulas whose lines are
30206  horizontally aligned.
30207  Using aligned in a displayed formula has the advantage that the formula
30208  number is vertically centered behind the lines.
30209  As example formula 
30210 \begin_inset CommandInset ref
30211 LatexCommand eqref
30212 reference "eq:shortlong"
30213
30214 \end_inset
30215
30216  in the aligned environment:
30217 \begin_inset Formula 
30218 \begin{equation}
30219 \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}|}\\
30220  & -\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}|}
30221 \end{aligned}
30222 \end{equation}
30223
30224 \end_inset
30225
30226
30227 \end_layout
30228
30229 \begin_layout Standard
30230 To use the environments 
30231 \series bold
30232 alignedat
30233 \series default
30234
30235 \series bold
30236 gathered
30237 \series default
30238 , or 
30239 \series bold
30240 split
30241 \series default
30242 , the command 
30243 \series bold
30244
30245 \backslash
30246 alignedat
30247 \series default
30248 ,
30249 \begin_inset Index idx
30250 status collapsed
30251
30252 \begin_layout Plain Layout
30253 Commands ! A ! 
30254 \backslash
30255 alignedat
30256 \end_layout
30257
30258 \end_inset
30259
30260  
30261 \series bold
30262
30263 \backslash
30264 gathered
30265 \series default
30266
30267 \begin_inset Index idx
30268 status collapsed
30269
30270 \begin_layout Plain Layout
30271 Commands ! G ! 
30272 \backslash
30273 gathered
30274 \end_layout
30275
30276 \end_inset
30277
30278 , or 
30279 \series bold
30280
30281 \backslash
30282 split
30283 \series default
30284
30285 \begin_inset Index idx
30286 status collapsed
30287
30288 \begin_layout Plain Layout
30289 Commands ! S ! 
30290 \backslash
30291 split
30292 \end_layout
30293
30294 \end_inset
30295
30296  are inserted, respectively.
30297  The split environment has the same properties as the aligned environment
30298  but it can only have two columns.
30299 \end_layout
30300
30301 \begin_layout Subsection
30302 Text in multiline Formulas
30303 \begin_inset CommandInset label
30304 LatexCommand label
30305 name "subsec:Text-in-multiline"
30306
30307 \end_inset
30308
30309
30310 \begin_inset Index idx
30311 status collapsed
30312
30313 \begin_layout Plain Layout
30314 Text ! in formulas
30315 \end_layout
30316
30317 \end_inset
30318
30319
30320 \begin_inset Index idx
30321 status collapsed
30322
30323 \begin_layout Plain Layout
30324 Formula ! multiline ! text
30325 \end_layout
30326
30327 \end_inset
30328
30329
30330 \end_layout
30331
30332 \begin_layout Standard
30333 In the Align environments, and the multline and gather environment, text
30334  can be inserted that will appear in a separate line and doesn't affect
30335  the column alignment.
30336  To do this, the command 
30337 \series bold
30338
30339 \backslash
30340 intertext
30341 \series default
30342
30343 \begin_inset Index idx
30344 status collapsed
30345
30346 \begin_layout Plain Layout
30347 Commands ! I ! 
30348 \backslash
30349 intertext
30350 \end_layout
30351
30352 \end_inset
30353
30354  is used in the following scheme:
30355 \end_layout
30356
30357 \begin_layout Standard
30358
30359 \series bold
30360
30361 \backslash
30362 intertext{text}
30363 \end_layout
30364
30365 \begin_layout Standard
30366 The text should not be longer than a line because it cannot be hyphenated.
30367  As \SpecialChar LyX
30368  doesn't yet support 
30369 \series bold
30370
30371 \backslash
30372 intertext
30373 \series default
30374  directly, the text is written as mathematical text.
30375  
30376 \series bold
30377
30378 \backslash
30379 intertext
30380 \series default
30381  must hereby be at the beginning of a line and appears in the output above
30382  this line.
30383  An example where the text was inserted at the beginning of the second line:
30384 \begin_inset Formula 
30385 \begin{align}
30386 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30387 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
30388 \end{align}
30389
30390 \end_inset
30391
30392
30393 \end_layout
30394
30395 \begin_layout Standard
30396
30397 \series bold
30398
30399 \backslash
30400 intertext
30401 \series default
30402  always creates some vertical space between the text and the formula lines.
30403  To avoid this space, set in the document settings under 
30404 \family sans
30405 Math
30406 \begin_inset space ~
30407 \end_inset
30408
30409 Options
30410 \family default
30411  for the package 
30412 \series bold
30413 mathtools
30414 \series default
30415
30416 \begin_inset Index idx
30417 status collapsed
30418
30419 \begin_layout Plain Layout
30420 Packages ! mathtools
30421 \end_layout
30422
30423 \end_inset
30424
30425  the option 
30426 \family sans
30427 Load
30428 \begin_inset space ~
30429 \end_inset
30430
30431 always
30432 \family default
30433 .
30434  Then you can use the command 
30435 \series bold
30436
30437 \backslash
30438 shortintertext
30439 \series default
30440
30441 \begin_inset Index idx
30442 status collapsed
30443
30444 \begin_layout Plain Layout
30445 Commands ! S ! 
30446 \backslash
30447 shortintertext
30448 \end_layout
30449
30450 \end_inset
30451
30452  instead of 
30453 \series bold
30454
30455 \backslash
30456 intertext
30457 \series default
30458 :
30459 \end_layout
30460
30461 \begin_layout Standard
30462 \begin_inset Formula 
30463 \begin{align}
30464 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30465 \shortintertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
30466 \end{align}
30467
30468 \end_inset
30469
30470
30471 \end_layout
30472
30473 \begin_layout Section
30474 Formula Numbering
30475 \begin_inset Index idx
30476 status collapsed
30477
30478 \begin_layout Plain Layout
30479 Formula numbering
30480 \end_layout
30481
30482 \end_inset
30483
30484
30485 \begin_inset Index idx
30486 status collapsed
30487
30488 \begin_layout Plain Layout
30489 Formula ! numbering|see
30490 \begin_inset ERT
30491 status collapsed
30492
30493 \begin_layout Plain Layout
30494
30495 {
30496 \end_layout
30497
30498 \end_inset
30499
30500 Formula numbering
30501 \begin_inset ERT
30502 status collapsed
30503
30504 \begin_layout Plain Layout
30505
30506 }
30507 \end_layout
30508
30509 \end_inset
30510
30511
30512 \end_layout
30513
30514 \end_inset
30515
30516
30517 \end_layout
30518
30519 \begin_layout Subsection
30520 General
30521 \end_layout
30522
30523 \begin_layout Standard
30524 Numbered formulas can be created with the menu 
30525 \family sans
30526 Insert\SpecialChar menuseparator
30527 Math\SpecialChar menuseparator
30528 Numbered
30529 \begin_inset space ~
30530 \end_inset
30531
30532 Formula
30533 \family default
30534  (shortcut 
30535 \family sans
30536 Ctrl+Alt
30537 \begin_inset space ~
30538 \end_inset
30539
30540 N
30541 \family default
30542 ).
30543  Existing formulas can be numbered with the menu 
30544 \family sans
30545 Edit\SpecialChar menuseparator
30546 Math\SpecialChar menuseparator
30547 Toggle
30548 \begin_inset space ~
30549 \end_inset
30550
30551 Numbering
30552 \family default
30553  (shortcut 
30554 \begin_inset Info
30555 type  "shortcut"
30556 arg   "math-number-toggle"
30557 \end_inset
30558
30559 ).
30560  The formula number is displayed in \SpecialChar LyX
30561  behind the formula as a number sign
30562  in parentheses.
30563  The number sign is replaced in the output by the formula number.
30564 \end_layout
30565
30566 \begin_layout Standard
30567 When numbering is turned on in multiline formulas, all lines will be numbered.
30568  But the numbering can be controlled with the menu 
30569 \family sans
30570 Edit\SpecialChar menuseparator
30571 Math\SpecialChar menuseparator
30572 Toggle
30573 \begin_inset space ~
30574 \end_inset
30575
30576 Numbering
30577 \begin_inset space ~
30578 \end_inset
30579
30580 of
30581 \begin_inset space ~
30582 \end_inset
30583
30584 Line
30585 \family default
30586  (shortcut 
30587 \begin_inset Info
30588 type  "shortcut"
30589 arg   "math-number-line-toggle"
30590 \end_inset
30591
30592 ) for every line.
30593 \end_layout
30594
30595 \begin_layout Standard
30596 Except for inline formulas, all formulas can be numbered with two different
30597  styles, see 
30598 \begin_inset CommandInset ref
30599 LatexCommand ref
30600 reference "sec:Formula-Styles"
30601
30602 \end_inset
30603
30604 .
30605 \end_layout
30606
30607 \begin_layout Subsection
30608 Cross-References
30609 \begin_inset Index idx
30610 status collapsed
30611
30612 \begin_layout Plain Layout
30613 Cross-references ! to formulas
30614 \end_layout
30615
30616 \end_inset
30617
30618
30619 \end_layout
30620
30621 \begin_layout Standard
30622 All labeled formulas can be cross-referenced.
30623  A label is added by the menu 
30624 \family sans
30625 Insert\SpecialChar menuseparator
30626 Label
30627 \family default
30628  or the toolbar button 
30629 \begin_inset Info
30630 type  "icon"
30631 arg   "label-insert"
30632 \end_inset
30633
30634 .
30635  The cursor must hereby be inside a displayed formula.
30636  Alternatively you can right-click on the formula and choose 
30637 \family sans
30638 Equation Label
30639 \family default
30640 .
30641  A dialog pops up displaying the prefix 
30642 \series bold
30643 eq:
30644 \series default
30645  in a text field.
30646  The label is inserted there behind the prefix.
30647  The predefined prefix means 
30648 \begin_inset Quotes eld
30649 \end_inset
30650
30651 equation
30652 \begin_inset Quotes erd
30653 \end_inset
30654
30655  and makes it easier to find labels in large documents because it marks
30656  it as formula label to divide it from e.
30657 \begin_inset space \thinspace{}
30658 \end_inset
30659
30660 g.
30661 \begin_inset space \space{}
30662 \end_inset
30663
30664 section labels.
30665  To change a label, the menu 
30666 \family sans
30667 Insert\SpecialChar menuseparator
30668 Label
30669 \family default
30670  is used again or you right-click on a formula and then on 
30671 \family sans
30672 Equation Label
30673 \family default
30674 .
30675 \end_layout
30676
30677 \begin_layout Standard
30678 The name of the label is displayed in \SpecialChar LyX
30679  within two parentheses behind formula.
30680  A formula with a label is always numbered.
30681 \end_layout
30682
30683 \begin_layout Standard
30684 Cross-references are inserted via the menu 
30685 \family sans
30686 Insert\SpecialChar menuseparator
30687 Cross-Reference
30688 \family default
30689  or with the toolbar button 
30690 \begin_inset Info
30691 type  "icon"
30692 arg   "dialog-show-new-inset ref"
30693 \end_inset
30694
30695 .
30696  A formula cross-reference appears in the output as formula number.
30697  When in the cross-reference dialog window the format 
30698 \series bold
30699 (<reference>)
30700 \series default
30701  is chosen, the cross-reference appears in the output as formula number
30702  in parentheses.
30703 \begin_inset Newline newline
30704 \end_inset
30705
30706 By right-clicking on a cross-reference in \SpecialChar LyX
30707 , one jumps to the formula that
30708  is referenced.
30709 \end_layout
30710
30711 \begin_layout Standard
30712 Here are as examples cross-references to formulas of the following subsections:
30713 \begin_inset Note Note
30714 status open
30715
30716 \begin_layout Plain Layout
30717 Note the different cross-reference types.
30718 \end_layout
30719
30720 \end_inset
30721
30722
30723 \end_layout
30724
30725 \begin_layout Standard
30726 The equations 
30727 \begin_inset CommandInset ref
30728 LatexCommand eqref
30729 reference "eq:tag"
30730
30731 \end_inset
30732
30733  and 
30734 \begin_inset CommandInset ref
30735 LatexCommand eqref
30736 reference "eq:c"
30737
30738 \end_inset
30739
30740  are equivalent.
30741  In (
30742 \begin_inset CommandInset ref
30743 LatexCommand ref
30744 reference "eq:Lat"
30745
30746 \end_inset
30747
30748 ) big Latin letters are used for the numbering in contrary to (
30749 \begin_inset CommandInset ref
30750 LatexCommand ref
30751 reference "eq:Rom"
30752
30753 \end_inset
30754
30755 ).
30756 \end_layout
30757
30758 \begin_layout Standard
30759 \begin_inset VSpace medskip
30760 \end_inset
30761
30762 When the argument of 
30763 \series bold
30764
30765 \backslash
30766 tag
30767 \begin_inset Foot
30768 status collapsed
30769
30770 \begin_layout Plain Layout
30771
30772 \series bold
30773
30774 \backslash
30775 tag
30776 \series default
30777  is described in 
30778 \begin_inset CommandInset ref
30779 LatexCommand ref
30780 reference "subsec:User-defined-Numbering"
30781
30782 \end_inset
30783
30784 .
30785 \end_layout
30786
30787 \end_inset
30788
30789
30790 \series default
30791  contains a box like in 
30792 \begin_inset CommandInset ref
30793 LatexCommand ref
30794 reference "subsec:Paragraph-Boxes"
30795
30796 \end_inset
30797
30798 , the formula cannot be referenced.
30799 \end_layout
30800
30801 \begin_layout Subsection
30802 Subnumbering
30803 \begin_inset Index idx
30804 status collapsed
30805
30806 \begin_layout Plain Layout
30807 Formula numbering ! subnumbering
30808 \end_layout
30809
30810 \end_inset
30811
30812
30813 \end_layout
30814
30815 \begin_layout Standard
30816 With the help of the commands 
30817 \series bold
30818
30819 \backslash
30820 begin{subequations}
30821 \series default
30822  and 
30823 \series bold
30824
30825 \backslash
30826 end{subequations}
30827 \series default
30828  formulas can be subnumbered.
30829  Both commands are inserted in \SpecialChar TeX
30830  mode.
30831 \end_layout
30832
30833 \begin_layout Standard
30834 An example:
30835 \begin_inset Formula 
30836 \begin{equation}
30837 A=C-B\label{eq:a}
30838 \end{equation}
30839
30840 \end_inset
30841
30842
30843 \begin_inset ERT
30844 status collapsed
30845
30846 \begin_layout Plain Layout
30847
30848
30849 \backslash
30850 addtocounter{equation}{-1}
30851 \end_layout
30852
30853 \end_inset
30854
30855
30856 \begin_inset ERT
30857 status collapsed
30858
30859 \begin_layout Plain Layout
30860
30861
30862 \backslash
30863 begin{subequations}
30864 \end_layout
30865
30866 \end_inset
30867
30868
30869 \begin_inset VSpace -5mm
30870 \end_inset
30871
30872
30873 \begin_inset Formula 
30874 \begin{equation}
30875 B=C-A\label{eq:b}
30876 \end{equation}
30877
30878 \end_inset
30879
30880
30881 \begin_inset Formula 
30882 \begin{equation}
30883 C=A+B\label{eq:c}
30884 \end{equation}
30885
30886 \end_inset
30887
30888
30889 \end_layout
30890
30891 \begin_layout Standard
30892 \begin_inset ERT
30893 status collapsed
30894
30895 \begin_layout Plain Layout
30896
30897
30898 \backslash
30899 end{subequations}
30900 \end_layout
30901
30902 \end_inset
30903
30904
30905 \end_layout
30906
30907 \begin_layout Standard
30908 To create the example, the following is done:
30909 \end_layout
30910
30911 \begin_layout Enumerate
30912 first formula is inserted
30913 \end_layout
30914
30915 \begin_layout Enumerate
30916
30917 \series bold
30918
30919 \backslash
30920 addtocounter{equation}{-1} 
30921 \backslash
30922 begin{subequations}
30923 \begin_inset Index idx
30924 status collapsed
30925
30926 \begin_layout Plain Layout
30927 Commands ! A ! 
30928 \backslash
30929 addtocounter
30930 \end_layout
30931
30932 \end_inset
30933
30934
30935 \begin_inset Newline newline
30936 \end_inset
30937
30938
30939 \series default
30940 is inserted after the first formula
30941 \end_layout
30942
30943 \begin_layout Enumerate
30944 second formula is inserted
30945 \end_layout
30946
30947 \begin_layout Enumerate
30948 third formula is inserted
30949 \end_layout
30950
30951 \begin_layout Enumerate
30952
30953 \series bold
30954
30955 \backslash
30956 end{subequations}
30957 \series default
30958  is inserted after the third formula
30959 \end_layout
30960
30961 \begin_layout Standard
30962 Every formula between the commands 
30963 \series bold
30964
30965 \backslash
30966 begin
30967 \series default
30968  and 
30969 \series bold
30970
30971 \backslash
30972 end
30973 \series default
30974  is subnumbered as a, b, 
30975 \begin_inset Newline linebreak
30976 \end_inset
30977
30978 c, \SpecialChar ldots
30979  For multiline formulas every line will be subnumbered.
30980  All subnumbered formulas are treated as 
30981 \emph on
30982 one
30983 \emph default
30984  numbered formula.
30985  But as every numbered formula increases the counter 
30986 \series bold
30987 equation
30988 \series default
30989  by one, the command 
30990 \series bold
30991
30992 \backslash
30993 addtocounter
30994 \series default
30995  is needed to decrease it.
30996  Otherwise the formulas 
30997 \begin_inset CommandInset ref
30998 LatexCommand eqref
30999 reference "eq:a"
31000
31001 \end_inset
31002
31003
31004 \begin_inset CommandInset ref
31005 LatexCommand eqref
31006 reference "eq:b"
31007
31008 \end_inset
31009
31010
31011 \begin_inset CommandInset ref
31012 LatexCommand eqref
31013 reference "eq:c"
31014
31015 \end_inset
31016
31017  would be numbered as 
31018 \begin_inset CommandInset ref
31019 LatexCommand eqref
31020 reference "eq:a"
31021
31022 \end_inset
31023
31024
31025 \begin_inset CommandInset ref
31026 LatexCommand eqref
31027 reference "eq:d"
31028
31029 \end_inset
31030
31031
31032 \begin_inset CommandInset ref
31033 LatexCommand eqref
31034 reference "eq:f"
31035
31036 \end_inset
31037
31038 .
31039 \end_layout
31040
31041 \begin_layout Standard
31042 By inserting the commands in \SpecialChar TeX
31043  mode, a space is created between the first
31044  two formulas.
31045  To revert this -5
31046 \begin_inset space \thinspace{}
31047 \end_inset
31048
31049 mm vertical space is inserted after the command 
31050 \series bold
31051
31052 \backslash
31053 begin{subequations}
31054 \series default
31055 .
31056  When the formula style 
31057 \series bold
31058 Indented
31059 \begin_inset Foot
31060 status collapsed
31061
31062 \begin_layout Plain Layout
31063 formula styles see 
31064 \begin_inset CommandInset ref
31065 LatexCommand ref
31066 reference "sec:Formula-Styles"
31067
31068 \end_inset
31069
31070
31071 \end_layout
31072
31073 \end_inset
31074
31075
31076 \series default
31077  is used, -7
31078 \begin_inset space \thinspace{}
31079 \end_inset
31080
31081 mm space is inserted instead.
31082 \end_layout
31083
31084 \begin_layout Standard
31085 Here is an example for a multiline formula where the numbering was turned
31086  off for the second line:
31087 \begin_inset ERT
31088 status collapsed
31089
31090 \begin_layout Plain Layout
31091
31092
31093 \backslash
31094 begin{subequations}
31095 \end_layout
31096
31097 \end_inset
31098
31099
31100 \begin_inset Formula 
31101 \begin{eqnarray}
31102 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
31103  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
31104  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
31105 \end{eqnarray}
31106
31107 \end_inset
31108
31109
31110 \begin_inset ERT
31111 status collapsed
31112
31113 \begin_layout Plain Layout
31114
31115
31116 \backslash
31117 end{subequations}
31118 \end_layout
31119
31120 \end_inset
31121
31122
31123 \end_layout
31124
31125 \begin_layout Subsection
31126 User-defined Numbering
31127 \begin_inset CommandInset label
31128 LatexCommand label
31129 name "subsec:User-defined-Numbering"
31130
31131 \end_inset
31132
31133
31134 \begin_inset Index idx
31135 status collapsed
31136
31137 \begin_layout Plain Layout
31138 Formula numbering ! user-defined
31139 \end_layout
31140
31141 \end_inset
31142
31143
31144 \end_layout
31145
31146 \begin_layout Standard
31147 \begin_inset Index idx
31148 status collapsed
31149
31150 \begin_layout Plain Layout
31151 Formula numbering ! self-defined delimiters
31152 \end_layout
31153
31154 \end_inset
31155
31156 With the standard numbering parentheses are set around the formula number.
31157  To replace the parentheses for example by vertical bars, the following
31158  line is added to the \SpecialChar LaTeX
31159 -preamble:
31160 \end_layout
31161
31162 \begin_layout Standard
31163
31164 \series bold
31165
31166 \backslash
31167 def
31168 \backslash
31169 tagform@#1{
31170 \backslash
31171 maketag@@@{|#1|}}
31172 \series default
31173
31174 \begin_inset Note Note
31175 status collapsed
31176
31177 \begin_layout Plain Layout
31178 This macro is already declared in the \SpecialChar LaTeX
31179 -preamble for testing.
31180  To activate it, remove the percent sign at the beginning.
31181 \end_layout
31182
31183 \end_inset
31184
31185
31186 \end_layout
31187
31188 \begin_layout Standard
31189 To use other characters, the vertical bars besides the 
31190 \series bold
31191 #1
31192 \series default
31193  are replaced by one ore more characters.
31194  To get only the formula number the vertical bars are omitted.
31195 \end_layout
31196
31197 \begin_layout Standard
31198 \begin_inset VSpace bigskip
31199 \end_inset
31200
31201 When there should be an expression of your choice instead of the consecutive
31202  formula number in parentheses behind the formula, the command 
31203 \series bold
31204
31205 \backslash
31206 tag
31207 \series default
31208
31209 \begin_inset Index idx
31210 status collapsed
31211
31212 \begin_layout Plain Layout
31213 Commands ! T ! 
31214 \backslash
31215 tag
31216 \end_layout
31217
31218 \end_inset
31219
31220  is used:
31221 \begin_inset Formula 
31222 \begin{equation}
31223 A+B=C\tag{something}\label{eq:tag}
31224 \end{equation}
31225
31226 \end_inset
31227
31228 In this example the command 
31229 \series bold
31230
31231 \backslash
31232 tag
31233 \begin_inset space \textvisiblespace{}
31234 \end_inset
31235
31236 something
31237 \series default
31238  was inserted in the formula.
31239 \end_layout
31240
31241 \begin_layout Standard
31242 When the command 
31243 \series bold
31244
31245 \backslash
31246 tag*
31247 \begin_inset space \textvisiblespace{}
31248 \end_inset
31249
31250 something
31251 \series default
31252  is inserted instead, the star prevents the parentheses around the expression:
31253 \begin_inset Formula 
31254 \[
31255 A+B=C\tag*{something}
31256 \]
31257
31258 \end_inset
31259
31260
31261 \end_layout
31262
31263 \begin_layout Standard
31264 \begin_inset VSpace bigskip
31265 \end_inset
31266
31267 To restart the formula numbering with new document parts or sections, the
31268  following command is used:
31269 \end_layout
31270
31271 \begin_layout Standard
31272
31273 \series bold
31274
31275 \backslash
31276 @addtoreset{equation}{part}
31277 \series default
31278
31279 \begin_inset Index idx
31280 status collapsed
31281
31282 \begin_layout Plain Layout
31283 Commands ! 
31284 \begin_inset ERT
31285 status collapsed
31286
31287 \begin_layout Plain Layout
31288
31289 "
31290 \end_layout
31291
31292 \end_inset
31293
31294 @
31295 \begin_inset ERT
31296 status collapsed
31297
31298 \begin_layout Plain Layout
31299
31300 "
31301 \end_layout
31302
31303 \end_inset
31304
31305  ! 
31306 \backslash
31307
31308 \begin_inset ERT
31309 status collapsed
31310
31311 \begin_layout Plain Layout
31312
31313 "
31314 \end_layout
31315
31316 \end_inset
31317
31318 @
31319 \begin_inset ERT
31320 status collapsed
31321
31322 \begin_layout Plain Layout
31323
31324 "
31325 \end_layout
31326
31327 \end_inset
31328
31329 addtoreset
31330 \end_layout
31331
31332 \end_inset
31333
31334
31335 \begin_inset Newline newline
31336 \end_inset
31337
31338 resp.
31339 \begin_inset Newline newline
31340 \end_inset
31341
31342
31343 \series bold
31344
31345 \backslash
31346 @addtoreset{equation}{section}
31347 \end_layout
31348
31349 \begin_layout Standard
31350 To be able to use these commands in \SpecialChar TeX
31351  mode, the 
31352 \begin_inset Quotes eld
31353 \end_inset
31354
31355 @
31356 \begin_inset Quotes erd
31357 \end_inset
31358
31359  character has to be made 
31360 \begin_inset Quotes eld
31361 \end_inset
31362
31363 active
31364 \begin_inset Quotes erd
31365 \end_inset
31366
31367  for \SpecialChar LaTeX
31368  using the command 
31369 \series bold
31370
31371 \backslash
31372 makeatletter.
31373
31374 \series default
31375  The command 
31376 \series bold
31377
31378 \backslash
31379 makeatother
31380 \series default
31381  reverts this.
31382  So the command sequence in \SpecialChar TeX
31383  mode is:
31384 \end_layout
31385
31386 \begin_layout Standard
31387
31388 \series bold
31389
31390 \backslash
31391 makeatletter
31392 \begin_inset Newline newline
31393 \end_inset
31394
31395
31396 \backslash
31397 @addtoreset{equation}{section}
31398 \begin_inset Newline newline
31399 \end_inset
31400
31401
31402 \backslash
31403 makeatother
31404 \end_layout
31405
31406 \begin_layout Standard
31407 In the \SpecialChar LaTeX
31408 -preamble 
31409 \series bold
31410
31411 \backslash
31412 makeatletter
31413 \series default
31414  and 
31415 \series bold
31416
31417 \backslash
31418 makeatother
31419 \series default
31420  can be omitted as they are automatically internally inserted by \SpecialChar LyX
31421 .
31422 \end_layout
31423
31424 \begin_layout Standard
31425 To revert 
31426 \series bold
31427
31428 \backslash
31429 @addtoreset
31430 \series default
31431 , the file 
31432 \series bold
31433 remreset.sty
31434 \series default
31435
31436 \begin_inset Foot
31437 status collapsed
31438
31439 \begin_layout Plain Layout
31440
31441 \series bold
31442 remreset
31443 \series default
31444  is part of the \SpecialChar LaTeX
31445 -package 
31446 \series bold
31447 carlisle
31448 \series default
31449
31450 \begin_inset Index idx
31451 status collapsed
31452
31453 \begin_layout Plain Layout
31454 Packages ! carlisle
31455 \end_layout
31456
31457 \end_inset
31458
31459  that is part of every \SpecialChar LaTeX
31460  standard installation.
31461 \end_layout
31462
31463 \end_inset
31464
31465
31466 \begin_inset Index idx
31467 status collapsed
31468
31469 \begin_layout Plain Layout
31470 Packages ! remreset
31471 \end_layout
31472
31473 \end_inset
31474
31475  has to be loaded in the \SpecialChar LaTeX
31476 -preamble with the line
31477 \end_layout
31478
31479 \begin_layout Standard
31480
31481 \series bold
31482
31483 \backslash
31484 usepackage{remreset}
31485 \end_layout
31486
31487 \begin_layout Standard
31488 Then the command 
31489 \series bold
31490
31491 \backslash
31492 @removefromreset
31493 \series default
31494
31495 \begin_inset Index idx
31496 status collapsed
31497
31498 \begin_layout Plain Layout
31499 Commands ! 
31500 \begin_inset ERT
31501 status collapsed
31502
31503 \begin_layout Plain Layout
31504
31505 "
31506 \end_layout
31507
31508 \end_inset
31509
31510 @
31511 \begin_inset ERT
31512 status collapsed
31513
31514 \begin_layout Plain Layout
31515
31516 "
31517 \end_layout
31518
31519 \end_inset
31520
31521  ! 
31522 \backslash
31523
31524 \begin_inset ERT
31525 status collapsed
31526
31527 \begin_layout Plain Layout
31528
31529 "
31530 \end_layout
31531
31532 \end_inset
31533
31534 @
31535 \begin_inset ERT
31536 status collapsed
31537
31538 \begin_layout Plain Layout
31539
31540 "
31541 \end_layout
31542
31543 \end_inset
31544
31545 removefromreset
31546 \end_layout
31547
31548 \end_inset
31549
31550  can be used with the same scheme as 
31551 \series bold
31552
31553 \backslash
31554 @addtoreset
31555 \series default
31556 .
31557 \end_layout
31558
31559 \begin_layout Standard
31560 \begin_inset VSpace bigskip
31561 \end_inset
31562
31563 Sometimes formulas should be numbered in the following form:
31564 \end_layout
31565
31566 \begin_layout Standard
31567
31568 \family typewriter
31569 (section number.formula number)
31570 \end_layout
31571
31572 \begin_layout Standard
31573 The formula number should start with every section with 
31574 \begin_inset Quotes eld
31575 \end_inset
31576
31577 1
31578 \begin_inset Quotes erd
31579 \end_inset
31580
31581 .
31582 \end_layout
31583
31584 \begin_layout Standard
31585 For this case there is the command 
31586 \series bold
31587
31588 \backslash
31589 numberwithin
31590 \series default
31591
31592 \begin_inset Index idx
31593 status collapsed
31594
31595 \begin_layout Plain Layout
31596 Commands ! N ! 
31597 \backslash
31598 numberwithin
31599 \end_layout
31600
31601 \end_inset
31602
31603 , which is used with the following scheme:
31604 \end_layout
31605
31606 \begin_layout Standard
31607
31608 \series bold
31609
31610 \backslash
31611 numberwithin{counter}{sectioning}
31612 \end_layout
31613
31614 \begin_layout Standard
31615 Counter denotes what kind of numbering is affected, sectioning denotes what
31616  number is before the dot.
31617 \end_layout
31618
31619 \begin_layout Standard
31620 Thus in our case the following \SpecialChar LaTeX
31621  preamble or \SpecialChar TeX
31622  code line is used:
31623 \end_layout
31624
31625 \begin_layout Standard
31626
31627 \series bold
31628
31629 \backslash
31630 numberwithin{equation}{section}
31631 \end_layout
31632
31633 \begin_layout Standard
31634 This is the result:
31635 \begin_inset ERT
31636 status collapsed
31637
31638 \begin_layout Plain Layout
31639
31640
31641 \backslash
31642 numberwithin{equation}{section}
31643 \end_layout
31644
31645 \end_inset
31646
31647
31648 \begin_inset Formula 
31649 \begin{equation}
31650 A+B=C
31651 \end{equation}
31652
31653 \end_inset
31654
31655
31656 \end_layout
31657
31658 \begin_layout Standard
31659 To number e.
31660 \begin_inset space \thinspace{}
31661 \end_inset
31662
31663 g.
31664 \begin_inset space \space{}
31665 \end_inset
31666
31667 tables so that the number of the part is the sectioning,
31668 \begin_inset Newline newline
31669 \end_inset
31670
31671
31672 \series bold
31673
31674 \backslash
31675 numberwithin{table}{part}
31676 \series default
31677  is used.
31678 \end_layout
31679
31680 \begin_layout Standard
31681 To go back to the standard numbering or to prevent this kind of numbering
31682  when it is defined by the document class, the following command is inserted
31683  as \SpecialChar TeX
31684  code or to the \SpecialChar LaTeX
31685  preamble:
31686 \end_layout
31687
31688 \begin_layout Standard
31689
31690 \series bold
31691
31692 \backslash
31693 renewcommand{
31694 \backslash
31695 theequation}{
31696 \backslash
31697 arabic{equation}}
31698 \begin_inset Index idx
31699 status collapsed
31700
31701 \begin_layout Plain Layout
31702 Commands ! A ! 
31703 \backslash
31704 arabic
31705 \end_layout
31706
31707 \end_inset
31708
31709
31710 \series default
31711
31712 \begin_inset ERT
31713 status collapsed
31714
31715 \begin_layout Plain Layout
31716
31717
31718 \backslash
31719 renewcommand{
31720 \backslash
31721 theequation}{
31722 \backslash
31723 arabic{equation}}
31724 \end_layout
31725
31726 \end_inset
31727
31728
31729 \series bold
31730
31731 \begin_inset Newline newline
31732 \end_inset
31733
31734
31735 \series default
31736 or
31737 \series bold
31738
31739 \begin_inset Newline newline
31740 \end_inset
31741
31742
31743 \backslash
31744 renewcommand{
31745 \backslash
31746 thetable}{
31747 \backslash
31748 arabic{table}}
31749 \end_layout
31750
31751 \begin_layout Standard
31752
31753 \series bold
31754
31755 \backslash
31756 numberwithin
31757 \series default
31758  uses internally the command 
31759 \series bold
31760
31761 \backslash
31762 @addtoreset
31763 \series default
31764 , described above, that also needs to be reverted.
31765 \begin_inset ERT
31766 status collapsed
31767
31768 \begin_layout Plain Layout
31769
31770
31771 \backslash
31772 makeatletter
31773 \end_layout
31774
31775 \begin_layout Plain Layout
31776
31777
31778 \backslash
31779 @removefromreset{equation}{section}
31780 \end_layout
31781
31782 \begin_layout Plain Layout
31783
31784
31785 \backslash
31786 makeatother
31787 \end_layout
31788
31789 \end_inset
31790
31791
31792 \end_layout
31793
31794 \begin_layout Subsection
31795 Numbering with Roman Numbers and Letters
31796 \begin_inset Index idx
31797 status collapsed
31798
31799 \begin_layout Plain Layout
31800 Formula numbering ! with letters
31801 \end_layout
31802
31803 \end_inset
31804
31805
31806 \begin_inset Index idx
31807 status collapsed
31808
31809 \begin_layout Plain Layout
31810 Formula numbering ! with Roman numbers
31811 \end_layout
31812
31813 \end_inset
31814
31815
31816 \end_layout
31817
31818 \begin_layout Standard
31819 Formulas can also be numbered with Roman numbers and Latin letters.
31820  To number for example with small Roman numbers, the command
31821 \end_layout
31822
31823 \begin_layout Standard
31824
31825 \series bold
31826
31827 \backslash
31828 renewcommand{
31829 \backslash
31830 theequation}{
31831 \backslash
31832 roman{equation}}
31833 \end_layout
31834
31835 \begin_layout Standard
31836 is inserted before the formula in \SpecialChar TeX
31837  mode.
31838  
31839 \series bold
31840
31841 \backslash
31842 renewcommand
31843 \series default
31844
31845 \begin_inset Index idx
31846 status collapsed
31847
31848 \begin_layout Plain Layout
31849 Commands ! R ! 
31850 \backslash
31851 renewcommand
31852 \end_layout
31853
31854 \end_inset
31855
31856  redefines the predefined command 
31857 \series bold
31858
31859 \backslash
31860 theequation
31861 \series default
31862  to the command 
31863 \series bold
31864
31865 \backslash
31866 roman{equation}
31867 \series default
31868 .
31869 \begin_inset Foot
31870 status collapsed
31871
31872 \begin_layout Plain Layout
31873 The command 
31874 \series bold
31875
31876 \backslash
31877 renewcommand
31878 \series default
31879  has the same scheme like the command 
31880 \series bold
31881
31882 \backslash
31883 newcommand
31884 \series default
31885  that is described in 
31886 \begin_inset CommandInset ref
31887 LatexCommand ref
31888 reference "subsec:The-Command-newcommand"
31889
31890 \end_inset
31891
31892 .
31893 \end_layout
31894
31895 \end_inset
31896
31897  
31898 \series bold
31899 equation
31900 \series default
31901  is the formula counter.
31902  When the command 
31903 \series bold
31904
31905 \backslash
31906 the
31907 \series default
31908  is used as prefix for a counter, the value of the counter is output as
31909  Arabic number.
31910  When a formula is numbered, \SpecialChar LaTeX
31911  sets internally the command 
31912 \series bold
31913
31914 \backslash
31915 theequation
31916 \series default
31917  behind the formula.
31918  
31919 \series bold
31920
31921 \backslash
31922 roman{equation}
31923 \begin_inset Index idx
31924 status collapsed
31925
31926 \begin_layout Plain Layout
31927 Commands ! R ! 
31928 \backslash
31929 roman
31930 \end_layout
31931
31932 \end_inset
31933
31934
31935 \series default
31936  outputs the counter as small Roman number.
31937 \end_layout
31938
31939 \begin_layout Standard
31940 All formulas behind the command 
31941 \series bold
31942
31943 \backslash
31944 renew
31945 \series default
31946 c
31947 \series bold
31948 ommand
31949 \series default
31950  are now numbered Roman.
31951  To switch to numbering with big Roman numbers, the command is inserted
31952  again, but 
31953 \series bold
31954
31955 \backslash
31956 roman
31957 \series default
31958  is replaced by 
31959 \series bold
31960
31961 \backslash
31962 Roman
31963 \series default
31964
31965 \begin_inset Index idx
31966 status collapsed
31967
31968 \begin_layout Plain Layout
31969 Commands ! R ! 
31970 \backslash
31971 roman@
31972 \backslash
31973 Roman
31974 \end_layout
31975
31976 \end_inset
31977
31978 .
31979  To 
31980 \begin_inset Quotes eld
31981 \end_inset
31982
31983 number
31984 \begin_inset Quotes erd
31985 \end_inset
31986
31987  with small Latin letters there is the command 
31988 \series bold
31989
31990 \backslash
31991 alph
31992 \series default
31993
31994 \begin_inset Index idx
31995 status collapsed
31996
31997 \begin_layout Plain Layout
31998 Commands ! A ! 
31999 \backslash
32000 alph
32001 \end_layout
32002
32003 \end_inset
32004
32005 , for big ones there is the command 
32006 \series bold
32007
32008 \backslash
32009 Alph
32010 \series default
32011
32012 \begin_inset Index idx
32013 status collapsed
32014
32015 \begin_layout Plain Layout
32016 Commands ! A ! 
32017 \backslash
32018 alph@
32019 \backslash
32020 Alph
32021 \end_layout
32022
32023 \end_inset
32024
32025 .
32026 \end_layout
32027
32028 \begin_layout Standard
32029 \begin_inset Note Greyedout
32030 status open
32031
32032 \begin_layout Plain Layout
32033
32034 \series bold
32035 \color none
32036 Note:
32037 \series default
32038  Only maximal 26
32039 \begin_inset space ~
32040 \end_inset
32041
32042 formulas can be numbered with Latin letters in one document.
32043 \end_layout
32044
32045 \end_inset
32046
32047
32048 \end_layout
32049
32050 \begin_layout Standard
32051 \begin_inset Newpage newpage
32052 \end_inset
32053
32054
32055 \end_layout
32056
32057 \begin_layout Standard
32058 \begin_inset ERT
32059 status collapsed
32060
32061 \begin_layout Plain Layout
32062
32063
32064 \backslash
32065 renewcommand{
32066 \backslash
32067 theequation}{
32068 \backslash
32069 roman{equation}}
32070 \end_layout
32071
32072 \end_inset
32073
32074
32075 \end_layout
32076
32077 \begin_layout Standard
32078 \begin_inset Formula 
32079 \begin{equation}
32080 A=\textrm{small roman}
32081 \end{equation}
32082
32083 \end_inset
32084
32085
32086 \begin_inset ERT
32087 status collapsed
32088
32089 \begin_layout Plain Layout
32090
32091
32092 \backslash
32093 renewcommand{
32094 \backslash
32095 theequation}{
32096 \backslash
32097 Roman{equation}}
32098 \end_layout
32099
32100 \end_inset
32101
32102
32103 \begin_inset Formula 
32104 \begin{equation}
32105 B=\textrm{big Roman}\label{eq:Rom}
32106 \end{equation}
32107
32108 \end_inset
32109
32110
32111 \begin_inset ERT
32112 status collapsed
32113
32114 \begin_layout Plain Layout
32115
32116
32117 \backslash
32118 renewcommand{
32119 \backslash
32120 theequation}{
32121 \backslash
32122 alph{equation}}
32123 \end_layout
32124
32125 \end_inset
32126
32127
32128 \begin_inset Formula 
32129 \begin{equation}
32130 C=\textrm{small Latin}
32131 \end{equation}
32132
32133 \end_inset
32134
32135
32136 \begin_inset ERT
32137 status collapsed
32138
32139 \begin_layout Plain Layout
32140
32141
32142 \backslash
32143 renewcommand{
32144 \backslash
32145 theequation}{
32146 \backslash
32147 Alph{equation}}
32148 \end_layout
32149
32150 \end_inset
32151
32152
32153 \begin_inset Formula 
32154 \begin{equation}
32155 D=\textrm{big Latin}\label{eq:Lat}
32156 \end{equation}
32157
32158 \end_inset
32159
32160
32161 \end_layout
32162
32163 \begin_layout Standard
32164 To switch back to the default numbering, insert the command:
32165 \end_layout
32166
32167 \begin_layout Standard
32168
32169 \series bold
32170
32171 \backslash
32172 renewcommand{
32173 \backslash
32174 theequation}{
32175 \backslash
32176 arabic{equation}}
32177 \begin_inset Index idx
32178 status collapsed
32179
32180 \begin_layout Plain Layout
32181 Commands ! A ! 
32182 \backslash
32183 arabic
32184 \end_layout
32185
32186 \end_inset
32187
32188
32189 \end_layout
32190
32191 \begin_layout Standard
32192 \begin_inset ERT
32193 status collapsed
32194
32195 \begin_layout Plain Layout
32196
32197
32198 \backslash
32199 renewcommand{
32200 \backslash
32201 theequation}{
32202 \backslash
32203 arabic{equation}}
32204 \end_layout
32205
32206 \end_inset
32207
32208
32209 \begin_inset Formula 
32210 \begin{equation}
32211 E=\textrm{Arabic}
32212 \end{equation}
32213
32214 \end_inset
32215
32216
32217 \end_layout
32218
32219 \begin_layout Standard
32220 \begin_inset VSpace medskip
32221 \end_inset
32222
32223 As you see, formulas are numbered serially independent from the numbering
32224  style.
32225  When then numbering should start with 
32226 \begin_inset Quotes eld
32227 \end_inset
32228
32229 1
32230 \begin_inset Quotes erd
32231 \end_inset
32232
32233  when the style is changed, new equation counters have to be defined.
32234  A description about this can be found in the file 
32235 \begin_inset CommandInset href
32236 LatexCommand href
32237 name "Formula-numbering.lyx"
32238 target "run:Formula-numbering.lyx"
32239
32240 \end_inset
32241
32242 .
32243 \end_layout
32244
32245 \begin_layout Section
32246 Chemical Symbols and Equations
32247 \begin_inset CommandInset label
32248 LatexCommand label
32249 name "subsec:Chemical-Symbols-and"
32250
32251 \end_inset
32252
32253
32254 \begin_inset Index idx
32255 status collapsed
32256
32257 \begin_layout Plain Layout
32258 Chemical characters ! Symbols
32259 \end_layout
32260
32261 \end_inset
32262
32263
32264 \begin_inset Index idx
32265 status collapsed
32266
32267 \begin_layout Plain Layout
32268 Chemical equations
32269 \end_layout
32270
32271 \end_inset
32272
32273
32274 \begin_inset Index idx
32275 status collapsed
32276
32277 \begin_layout Plain Layout
32278 Symbols ! chemical
32279 \end_layout
32280
32281 \end_inset
32282
32283
32284 \end_layout
32285
32286 \begin_layout Standard
32287 An example text from chemistry:
32288 \end_layout
32289
32290 \begin_layout Quote
32291 The 
32292 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32293 \end_inset
32294
32295 -ion reacts with two 
32296 \begin_inset Formula $\mathrm{Na^{+}}$
32297 \end_inset
32298
32299 -ions to sodium sulfate 
32300 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32301 \end_inset
32302
32303 .
32304  The chemical equation for this is:
32305 \begin_inset Formula 
32306 \begin{equation}
32307 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
32308 \end{equation}
32309
32310 \end_inset
32311
32312
32313 \end_layout
32314
32315 \begin_layout Standard
32316 This chemical equation can directly be created as formula.
32317  To avoid that the symbols appear italic, everything is highlighted and
32318  changed by the shortcut 
32319 \begin_inset Info
32320 type  "shortcut"
32321 arg   "font-roman"
32322 \end_inset
32323
32324  to the upright font style.
32325 \begin_inset Foot
32326 status collapsed
32327
32328 \begin_layout Plain Layout
32329 font styles
32330 \series bold
32331  
32332 \series default
32333 see 
32334 \begin_inset CommandInset ref
32335 LatexCommand ref
32336 reference "subsec:Font-Styles"
32337
32338 \end_inset
32339
32340
32341 \end_layout
32342
32343 \end_inset
32344
32345
32346 \end_layout
32347
32348 \begin_layout Standard
32349 A more convenient way to typeset chemical formulas is to use the command
32350  
32351 \series bold
32352
32353 \backslash
32354 ce
32355 \series default
32356
32357 \begin_inset Index idx
32358 status collapsed
32359
32360 \begin_layout Plain Layout
32361 Commands ! C ! 
32362 \backslash
32363 ce
32364 \end_layout
32365
32366 \end_inset
32367
32368  that is available when the \SpecialChar LaTeX
32369 -package 
32370 \series bold
32371 mhchem
32372 \series default
32373
32374 \begin_inset Index idx
32375 status collapsed
32376
32377 \begin_layout Plain Layout
32378 Packages ! mhchem
32379 \end_layout
32380
32381 \end_inset
32382
32383  is installed.
32384  After inserting 
32385 \series bold
32386
32387 \backslash
32388 ce
32389 \series default
32390  to a formula a new blue box appears where chemical formulas can be inserted
32391  in an intuitive way.
32392 \begin_inset Separator parbreak
32393 \end_inset
32394
32395
32396 \end_layout
32397
32398 \begin_layout Standard
32399 \align center
32400 \begin_inset Tabular
32401 <lyxtabular version="3" rows="9" columns="2">
32402 <features tabularvalignment="middle">
32403 <column alignment="center" valignment="top">
32404 <column alignment="center" valignment="top">
32405 <row>
32406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32407 \begin_inset Text
32408
32409 \begin_layout Plain Layout
32410 Command
32411 \end_layout
32412
32413 \end_inset
32414 </cell>
32415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32416 \begin_inset Text
32417
32418 \begin_layout Plain Layout
32419 Result
32420 \begin_inset Note Note
32421 status collapsed
32422
32423 \begin_layout Plain Layout
32424
32425 \series bold
32426
32427 \backslash
32428 raisebox
32429 \series default
32430  is only used as spacer.
32431 \end_layout
32432
32433 \end_inset
32434
32435
32436 \end_layout
32437
32438 \end_inset
32439 </cell>
32440 </row>
32441 <row>
32442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32443 \begin_inset Text
32444
32445 \begin_layout Plain Layout
32446
32447 \backslash
32448 ce
32449 \begin_inset space \textvisiblespace{}
32450 \end_inset
32451
32452 H2CO3
32453 \end_layout
32454
32455 \end_inset
32456 </cell>
32457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32458 \begin_inset Text
32459
32460 \begin_layout Plain Layout
32461 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
32462 \end_inset
32463
32464
32465 \end_layout
32466
32467 \end_inset
32468 </cell>
32469 </row>
32470 <row>
32471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32472 \begin_inset Text
32473
32474 \begin_layout Plain Layout
32475
32476 \backslash
32477 ce
32478 \begin_inset space \textvisiblespace{}
32479 \end_inset
32480
32481 SO4^2-
32482 \end_layout
32483
32484 \end_inset
32485 </cell>
32486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32487 \begin_inset Text
32488
32489 \begin_layout Plain Layout
32490 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
32491 \end_inset
32492
32493
32494 \end_layout
32495
32496 \end_inset
32497 </cell>
32498 </row>
32499 <row>
32500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32501 \begin_inset Text
32502
32503 \begin_layout Plain Layout
32504
32505 \backslash
32506 ce
32507 \begin_inset space \textvisiblespace{}
32508 \end_inset
32509
32510 (NH4)2S
32511 \end_layout
32512
32513 \end_inset
32514 </cell>
32515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32516 \begin_inset Text
32517
32518 \begin_layout Plain Layout
32519 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32520 \end_inset
32521
32522
32523 \end_layout
32524
32525 \end_inset
32526 </cell>
32527 </row>
32528 <row>
32529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32530 \begin_inset Text
32531
32532 \begin_layout Plain Layout
32533
32534 \backslash
32535 ce
32536 \begin_inset space \textvisiblespace{}
32537 \end_inset
32538
32539 KCr(SO4)2.12H2O
32540 \end_layout
32541
32542 \end_inset
32543 </cell>
32544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32545 \begin_inset Text
32546
32547 \begin_layout Plain Layout
32548 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32549 \end_inset
32550
32551
32552 \end_layout
32553
32554 \end_inset
32555 </cell>
32556 </row>
32557 <row>
32558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32559 \begin_inset Text
32560
32561 \begin_layout Plain Layout
32562
32563 \backslash
32564 ce
32565 \begin_inset space \textvisiblespace{}
32566 \end_inset
32567
32568 A-B
32569 \backslash
32570 dbond
32571 \begin_inset space \textvisiblespace{}
32572 \end_inset
32573
32574 C
32575 \backslash
32576 tbond
32577 \begin_inset space \textvisiblespace{}
32578 \end_inset
32579
32580 D
32581 \end_layout
32582
32583 \end_inset
32584 </cell>
32585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32586 \begin_inset Text
32587
32588 \begin_layout Plain Layout
32589 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32590 \end_inset
32591
32592
32593 \end_layout
32594
32595 \end_inset
32596 </cell>
32597 </row>
32598 <row>
32599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32600 \begin_inset Text
32601
32602 \begin_layout Plain Layout
32603
32604 \backslash
32605 ce
32606 \begin_inset space \textvisiblespace{}
32607 \end_inset
32608
32609 ^227
32610 \begin_inset Formula $\downarrow$
32611 \end_inset
32612
32613 _90
32614 \begin_inset Formula $\to$
32615 \end_inset
32616
32617 Th+
32618 \end_layout
32619
32620 \end_inset
32621 </cell>
32622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32623 \begin_inset Text
32624
32625 \begin_layout Plain Layout
32626 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32627 \end_inset
32628
32629
32630 \end_layout
32631
32632 \end_inset
32633 </cell>
32634 </row>
32635 <row>
32636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32637 \begin_inset Text
32638
32639 \begin_layout Plain Layout
32640
32641 \backslash
32642 ce
32643 \begin_inset space \textvisiblespace{}
32644 \end_inset
32645
32646 CO2
32647 \begin_inset space \textvisiblespace{}
32648 \end_inset
32649
32650 +
32651 \begin_inset space \textvisiblespace{}
32652 \end_inset
32653
32654 C
32655 \begin_inset space \textvisiblespace{}
32656 \end_inset
32657
32658 <=>
32659 \begin_inset space \textvisiblespace{}
32660 \end_inset
32661
32662 2CO
32663 \end_layout
32664
32665 \end_inset
32666 </cell>
32667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32668 \begin_inset Text
32669
32670 \begin_layout Plain Layout
32671 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32672 \end_inset
32673
32674
32675 \end_layout
32676
32677 \end_inset
32678 </cell>
32679 </row>
32680 <row>
32681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32682 \begin_inset Text
32683
32684 \begin_layout Plain Layout
32685
32686 \backslash
32687 ce
32688 \begin_inset space \textvisiblespace{}
32689 \end_inset
32690
32691 CO2
32692 \begin_inset space \textvisiblespace{}
32693 \end_inset
32694
32695 +
32696 \begin_inset space \textvisiblespace{}
32697 \end_inset
32698
32699 C
32700 \begin_inset space \textvisiblespace{}
32701 \end_inset
32702
32703 ->[
32704 \backslash
32705 alpha][
32706 \backslash
32707 beta]
32708 \begin_inset space \textvisiblespace{}
32709 \end_inset
32710
32711 2CO}
32712 \end_layout
32713
32714 \end_inset
32715 </cell>
32716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32717 \begin_inset Text
32718
32719 \begin_layout Plain Layout
32720 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32721 \end_inset
32722
32723
32724 \end_layout
32725
32726 \end_inset
32727 </cell>
32728 </row>
32729 </lyxtabular>
32730
32731 \end_inset
32732
32733
32734 \end_layout
32735
32736 \begin_layout Standard
32737 \begin_inset Note Greyedout
32738 status open
32739
32740 \begin_layout Plain Layout
32741
32742 \series bold
32743 \color none
32744 Note:
32745 \series default
32746  Inserting a formula to a 
32747 \series bold
32748
32749 \backslash
32750 ce
32751 \series default
32752  box will lead to \SpecialChar LaTeX
32753  errors due to a \SpecialChar LyX
32754  bug.
32755 \color inherit
32756
32757 \begin_inset Foot
32758 status collapsed
32759
32760 \begin_layout Plain Layout
32761 \begin_inset CommandInset href
32762 LatexCommand href
32763 name "LyX-bug #8566"
32764 target "http://www.lyx.org/trac/ticket/8566"
32765
32766 \end_inset
32767
32768
32769 \end_layout
32770
32771 \end_inset
32772
32773
32774 \color none
32775  In this case \SpecialChar TeX
32776  code has to be used like for 
32777 \series bold
32778
32779 \backslash
32780 ce{$
32781 \backslash
32782 mu
32783 \backslash
32784 hyphen$Cl}
32785 \series default
32786
32787 \begin_inset ERT
32788 status collapsed
32789
32790 \begin_layout Plain Layout
32791
32792
32793 \backslash
32794 ce{$
32795 \backslash
32796 mu
32797 \backslash
32798 hyphen$Cl}
32799 \end_layout
32800
32801 \end_inset
32802
32803  
32804 \end_layout
32805
32806 \end_inset
32807
32808
32809 \end_layout
32810
32811 \begin_layout Standard
32812 \begin_inset Note Greyedout
32813 status open
32814
32815 \begin_layout Plain Layout
32816
32817 \series bold
32818 \color none
32819 Note:
32820 \series default
32821  It is not possible in \SpecialChar LyX
32822  to use the character ^ to get an up-arrow as described
32823  in the 
32824 \series bold
32825 mhchem
32826 \series default
32827  manual.
32828  One instead uses a negative thin space followed by the command 
32829 \series bold
32830
32831 \backslash
32832 uparrow
32833 \series default
32834
32835 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32836 \end_inset
32837
32838
32839 \end_layout
32840
32841 \end_inset
32842
32843
32844 \end_layout
32845
32846 \begin_layout Standard
32847 Using 
32848 \series bold
32849
32850 \backslash
32851 ce
32852 \series default
32853  the command for equation
32854 \begin_inset space ~
32855 \end_inset
32856
32857
32858 \begin_inset CommandInset ref
32859 LatexCommand eqref
32860 reference "eq:chem-reaction"
32861
32862 \end_inset
32863
32864  is:
32865 \begin_inset Newline newline
32866 \end_inset
32867
32868
32869 \series bold
32870  
32871 \backslash
32872 ce
32873 \begin_inset space \textvisiblespace{}
32874 \end_inset
32875
32876 2Na+
32877 \begin_inset space \textvisiblespace{}
32878 \end_inset
32879
32880 +
32881 \begin_inset space \textvisiblespace{}
32882 \end_inset
32883
32884 SO4^2-
32885 \begin_inset space \textvisiblespace{}
32886 \end_inset
32887
32888
32889 \begin_inset space \textvisiblespace{}
32890 \end_inset
32891
32892 ->
32893 \begin_inset space \textvisiblespace{}
32894 \end_inset
32895
32896 Na2SO4
32897 \end_layout
32898
32899 \begin_layout Standard
32900 To create multiline chemical equations first a multiline formula is created
32901  as described in 
32902 \begin_inset CommandInset ref
32903 LatexCommand ref
32904 reference "sec:Multiline-Formulas"
32905
32906 \end_inset
32907
32908 .
32909  Afterwards the command 
32910 \series bold
32911
32912 \backslash
32913 ce
32914 \series default
32915  is used in every small blue box of the formula.
32916  
32917 \begin_inset CommandInset ref
32918 LatexCommand eqref
32919 reference "eq:TEOS-reaction-1"
32920
32921 \end_inset
32922
32923  and 
32924 \begin_inset CommandInset ref
32925 LatexCommand eqref
32926 reference "eq:TEOS-reaction-2"
32927
32928 \end_inset
32929
32930  are an example of a multi-stage chemical reaction where every equation
32931  has its own number.
32932 \begin_inset Formula 
32933 \begin{eqnarray}
32934 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32935 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32936 \end{eqnarray}
32937
32938 \end_inset
32939
32940
32941 \end_layout
32942
32943 \begin_layout Standard
32944 Besides 
32945 \series bold
32946
32947 \backslash
32948 ce
32949 \series default
32950  the 
32951 \series bold
32952 mhchem
32953 \series default
32954  package provides the command 
32955 \series bold
32956
32957 \backslash
32958 cf
32959 \series default
32960
32961 \begin_inset Index idx
32962 status collapsed
32963
32964 \begin_layout Plain Layout
32965 Commands ! C ! 
32966 \backslash
32967 cf
32968 \end_layout
32969
32970 \end_inset
32971
32972  that has to be used for special cases.
32973  For more information about 
32974 \series bold
32975
32976 \backslash
32977 cf
32978 \series default
32979  and more examples have a look at the documentation of 
32980 \series bold
32981 mhchem
32982 \series default
32983
32984 \begin_inset CommandInset citation
32985 LatexCommand cite
32986 key "mhchem"
32987
32988 \end_inset
32989
32990 .
32991 \end_layout
32992
32993 \begin_layout Section
32994 Diagrams
32995 \end_layout
32996
32997 \begin_layout Standard
32998 \SpecialChar LyX
32999  supports two types of commutative diagrams: 
33000 \series bold
33001 amscd
33002 \series default
33003  and 
33004 \series bold
33005 xymatrix
33006 \series default
33007  that are explained in the following.
33008 \end_layout
33009
33010 \begin_layout Subsection
33011 Amscd Diagrams
33012 \begin_inset Index idx
33013 status collapsed
33014
33015 \begin_layout Plain Layout
33016 Diagrams ! amscd
33017 \end_layout
33018
33019 \end_inset
33020
33021
33022 \end_layout
33023
33024 \begin_layout Standard
33025 Diagrams of this type visualize relations by vertical and horizontal lines
33026  or arrows:
33027 \begin_inset Formula 
33028 \[
33029 \begin{CD}A@>>>B@>>>C\\
33030 @AAA@.@VVV\\
33031 F@<<<E@<<<D
33032 \end{CD}
33033 \]
33034
33035 \end_inset
33036
33037
33038 \end_layout
33039
33040 \begin_layout Standard
33041 To get them, the command 
33042 \series bold
33043
33044 \backslash
33045 CD
33046 \begin_inset Index idx
33047 status collapsed
33048
33049 \begin_layout Plain Layout
33050 Commands ! C ! 
33051 \backslash
33052 CD
33053 \end_layout
33054
33055 \end_inset
33056
33057
33058 \series default
33059  is inserted to a formula.
33060  A blue box appears with two dashed lines where further commands can be
33061  inserted.
33062  With 
33063 \begin_inset Info
33064 type  "shortcut"
33065 arg   "newline-insert newline"
33066 \end_inset
33067
33068  a new line is created.
33069  Horizontal relations are inserted in odd, vertical in even formula lines.
33070 \end_layout
33071
33072 \begin_layout Standard
33073 To create the relations there are the following commands:
33074 \end_layout
33075
33076 \begin_layout Itemize
33077
33078 \series bold
33079 @<<<
33080 \series default
33081  creates a left arrow, 
33082 \series bold
33083 @>>>
33084 \series default
33085  a right arrow and 
33086 \series bold
33087 @=
33088 \series default
33089  a long equal sign
33090 \end_layout
33091
33092 \begin_layout Itemize
33093
33094 \series bold
33095 @AAA
33096 \series default
33097  creates an up arrow, 
33098 \series bold
33099 @VVV
33100 \series default
33101  a down arrow and 
33102 \series bold
33103 @|
33104 \series default
33105  a vertical equal sign
33106 \end_layout
33107
33108 \begin_layout Itemize
33109
33110 \series bold
33111 @.
33112
33113 \series default
33114  is a placeholder for non-existent relations
33115 \end_layout
33116
33117 \begin_layout Standard
33118 All arrows can be labeled as follows:
33119 \end_layout
33120
33121 \begin_layout Itemize
33122 If text inserted between the first and second < or >, resp., it is placed
33123  above the arrow.
33124  When it is inserted between the second and third one, it appears under
33125  the arrow.
33126 \end_layout
33127
33128 \begin_layout Itemize
33129 When text for vertical arrows is inserted between the first and second A
33130  or V, resp., it is placed left beside the arrow.
33131  When it is inserted between the second and third one, it appears right
33132  beside the arrow.
33133  If the text contains an A or V, these letters must be set into a \SpecialChar TeX
33134  brace.
33135 \end_layout
33136
33137 \begin_layout Standard
33138 As example a diagram with all possible relations:
33139 \end_layout
33140
33141 \begin_layout Standard
33142 \begin_inset Formula 
33143 \[
33144 \begin{CD}A@>j>>B@>>k>C@=F\\
33145 @AmAA@.@VV{V}V@|\\
33146 D@<<j<E@>k>>F@=C
33147 \end{CD}
33148 \]
33149
33150 \end_inset
33151
33152
33153 \end_layout
33154
33155 \begin_layout Standard
33156 The command for this is:
33157 \begin_inset Newline newline
33158 \end_inset
33159
33160
33161 \series bold
33162
33163 \backslash
33164 CD
33165 \begin_inset space \textvisiblespace{}
33166 \end_inset
33167
33168 A@>j>>B@>>k>C@=F Ctrl+Return
33169 \begin_inset Newline newline
33170 \end_inset
33171
33172
33173 \begin_inset Phantom HPhantom
33174 status open
33175
33176 \begin_layout Plain Layout
33177
33178 \series bold
33179
33180 \backslash
33181 CD
33182 \begin_inset space \textvisiblespace{}
33183 \end_inset
33184
33185
33186 \end_layout
33187
33188 \end_inset
33189
33190 @AmAA@.@VV
33191 \backslash
33192 {V
33193 \series default
33194
33195 \begin_inset Formula $\to$
33196 \end_inset
33197
33198
33199 \series bold
33200 V@| Ctrl+Return
33201 \begin_inset Newline newline
33202 \end_inset
33203
33204
33205 \begin_inset Phantom HPhantom
33206 status open
33207
33208 \begin_layout Plain Layout
33209
33210 \series bold
33211
33212 \backslash
33213 CD
33214 \begin_inset space \textvisiblespace{}
33215 \end_inset
33216
33217
33218 \end_layout
33219
33220 \end_inset
33221
33222 D@<<j<E@>k>>F@=C
33223 \end_layout
33224
33225 \begin_layout Subsection
33226 Xymatrix Diagrams
33227 \begin_inset Index idx
33228 status collapsed
33229
33230 \begin_layout Plain Layout
33231 Diagrams ! xymatrix
33232 \end_layout
33233
33234 \end_inset
33235
33236
33237 \end_layout
33238
33239 \begin_layout Standard
33240 To be able to use xymatrices, the \SpecialChar LaTeX
33241 -package 
33242 \series bold
33243 xypic
33244 \series default
33245  must be installed.
33246  A xymatrix is created by inserting the command 
33247 \series bold
33248
33249 \backslash
33250 xymatrix
33251 \series default
33252  in a formula.
33253  Then you are able to add new matrix columns and rows like for normal matrices,
33254  see 
33255 \begin_inset CommandInset ref
33256 LatexCommand ref
33257 reference "sec:Matrices"
33258
33259 \end_inset
33260
33261 .
33262 \end_layout
33263
33264 \begin_layout Standard
33265 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
33266  and much more.
33267  All possibilities to create commutative diagrams and decorations are explained
33268  in detail in the 
33269 \emph on
33270 XY-pic manual
33271 \emph default
33272  that you find in the menu 
33273 \family sans
33274 Help\SpecialChar menuseparator
33275 Specific
33276 \begin_inset space ~
33277 \end_inset
33278
33279 Manuals
33280 \family default
33281 .
33282 \end_layout
33283
33284 \begin_layout Subsection
33285
33286 \noun on
33287 Feynman
33288 \noun default
33289  Diagrams
33290 \begin_inset Index idx
33291 status collapsed
33292
33293 \begin_layout Plain Layout
33294 Diagrams ! Feynman
33295 \end_layout
33296
33297 \end_inset
33298
33299
33300 \end_layout
33301
33302 \begin_layout Standard
33303 To be able to use 
33304 \noun on
33305 Feynman
33306 \noun default
33307 -diagrams, the \SpecialChar LaTeX
33308 -package 
33309 \series bold
33310 feyn
33311 \series default
33312  must be installed.
33313  A 
33314 \noun on
33315 Feynman
33316 \noun default
33317 -diagram is created by inserting the command 
33318 \series bold
33319
33320 \backslash
33321 Diagram
33322 \series default
33323  in a formula.
33324  Then you are able to add new matrix columns and rows like for normal matrices,
33325  see 
33326 \begin_inset CommandInset ref
33327 LatexCommand ref
33328 reference "sec:Matrices"
33329
33330 \end_inset
33331
33332 .
33333 \end_layout
33334
33335 \begin_layout Standard
33336 Examples how to create 
33337 \noun on
33338 Feynman-
33339 \noun default
33340 diagrams in \SpecialChar LyX
33341  is given in the 
33342 \emph on
33343 Feynman-diagram manual
33344 \emph default
33345  that you find in the menu 
33346 \family sans
33347 Help\SpecialChar menuseparator
33348 Specific
33349 \begin_inset space ~
33350 \end_inset
33351
33352 Manuals
33353 \family default
33354 .
33355 \end_layout
33356
33357 \begin_layout Section
33358 User-defined Commands
33359 \begin_inset Index idx
33360 status collapsed
33361
33362 \begin_layout Plain Layout
33363 User-defined commands
33364 \end_layout
33365
33366 \end_inset
33367
33368
33369 \end_layout
33370
33371 \begin_layout Standard
33372 \begin_inset Note Greyedout
33373 status open
33374
33375 \begin_layout Plain Layout
33376
33377 \series bold
33378 Note:
33379 \series default
33380  The names of user-defined commands and macros may only consist of Latin
33381  letters.
33382 \end_layout
33383
33384 \end_inset
33385
33386
33387 \end_layout
33388
33389 \begin_layout Subsection
33390 The Command 
33391 \backslash
33392 newcommand
33393 \begin_inset CommandInset label
33394 LatexCommand label
33395 name "subsec:The-Command-newcommand"
33396
33397 \end_inset
33398
33399
33400 \begin_inset Index idx
33401 status collapsed
33402
33403 \begin_layout Plain Layout
33404 User-defined commands ! 
33405 \backslash
33406 newcommand
33407 \end_layout
33408
33409 \end_inset
33410
33411
33412 \begin_inset Index idx
33413 status collapsed
33414
33415 \begin_layout Plain Layout
33416 Commands ! N ! 
33417 \backslash
33418 newcommand
33419 \end_layout
33420
33421 \end_inset
33422
33423
33424 \end_layout
33425
33426 \begin_layout Standard
33427 Many \SpecialChar LaTeX
33428 -commands are too long to be used frequently.
33429  But it is possible to define with the command 
33430 \series bold
33431
33432 \backslash
33433 newcommand
33434 \series default
33435  new shorter commands.
33436 \end_layout
33437
33438 \begin_layout Standard
33439 The command scheme of 
33440 \series bold
33441
33442 \backslash
33443 newcommand
33444 \series default
33445  is:
33446 \end_layout
33447
33448 \begin_layout Standard
33449
33450 \series bold
33451
33452 \backslash
33453 newcommand{new command name}[number of arguments][optional
33454 \series default
33455  
33456 \series bold
33457 value]
33458 \begin_inset Newline newline
33459 \end_inset
33460
33461
33462 \begin_inset Phantom HPhantom
33463 status open
33464
33465 \begin_layout Plain Layout
33466
33467 \series bold
33468
33469 \backslash
33470 newcommand
33471 \end_layout
33472
33473 \end_inset
33474
33475 {command definition}
33476 \end_layout
33477
33478 \begin_layout Standard
33479 \begin_inset Note Greyedout
33480 status open
33481
33482 \begin_layout Plain Layout
33483
33484 \series bold
33485 Note:
33486 \series default
33487  Assure that the name of the new command is not already used in your document
33488  or by \SpecialChar LaTeX
33489 -packages that you use.
33490  When you for example define the command 
33491 \series bold
33492
33493 \backslash
33494 le
33495 \series default
33496  for 
33497 \series bold
33498
33499 \backslash
33500 Leftarrow
33501 \series default
33502 , you get an error message because 
33503 \series bold
33504
33505 \backslash
33506 le
33507 \series default
33508  is already defined as command for 
33509 \begin_inset Quotes eld
33510 \end_inset
33511
33512
33513 \begin_inset Formula $\le$
33514 \end_inset
33515
33516
33517 \begin_inset Quotes erd
33518 \end_inset
33519
33520 .
33521 \end_layout
33522
33523 \end_inset
33524
33525
33526 \end_layout
33527
33528 \begin_layout Standard
33529 The number of arguments is an integer in the range 0
33530 \begin_inset space \thinspace{}
33531 \end_inset
33532
33533 -
33534 \begin_inset space \thinspace{}
33535 \end_inset
33536
33537 9 and specifies how many arguments the new command should have.
33538  With the optional value a value for an optional argument can be predefined.
33539  When this is done, the 
33540 \emph on
33541 first
33542 \emph default
33543  
33544 \emph on
33545 a
33546 \emph default
33547 rgument of the new command is automatically an optional one.
33548 \end_layout
33549
33550 \begin_layout Standard
33551 Here are some examples:
33552 \end_layout
33553
33554 \begin_layout Itemize
33555 To define the command 
33556 \series bold
33557
33558 \backslash
33559 gr
33560 \series default
33561  for 
33562 \series bold
33563
33564 \backslash
33565 Longrightarrow
33566 \series default
33567 , the \SpecialChar LaTeX
33568 -preamble line is:
33569 \begin_inset VSpace medskip
33570 \end_inset
33571
33572
33573 \begin_inset Newline newline
33574 \end_inset
33575
33576
33577 \series bold
33578
33579 \backslash
33580 newcommand{
33581 \backslash
33582 gr}{
33583 \backslash
33584 Longrightarrow}
33585 \end_layout
33586
33587 \begin_layout Itemize
33588 To define the command 
33589 \series bold
33590
33591 \backslash
33592 us
33593 \series default
33594  for 
33595 \series bold
33596
33597 \backslash
33598 underline
33599 \series default
33600 , the argument (that should be underlined) must be taken into account.
33601  For this the preamble line is:
33602 \begin_inset VSpace medskip
33603 \end_inset
33604
33605
33606 \begin_inset Newline newline
33607 \end_inset
33608
33609
33610 \series bold
33611
33612 \backslash
33613 newcommand{
33614 \backslash
33615 us}[1]{
33616 \backslash
33617 underline{#1}}
33618 \series default
33619
33620 \begin_inset VSpace medskip
33621 \end_inset
33622
33623
33624 \begin_inset Newline newline
33625 \end_inset
33626
33627 The character 
33628 \series bold
33629 #
33630 \series default
33631  acts as argument placeholder, the 
33632 \series bold
33633 1
33634 \series default
33635  behind it denotes that it is the placeholder for the first argument.
33636 \end_layout
33637
33638 \begin_layout Itemize
33639 For 
33640 \series bold
33641
33642 \backslash
33643 framebox
33644 \series default
33645  one can e.
33646 \begin_inset space \thinspace{}
33647 \end_inset
33648
33649 g.
33650 \begin_inset space \space{}
33651 \end_inset
33652
33653 define the command 
33654 \series bold
33655
33656 \backslash
33657 fb
33658 \series default
33659 :
33660 \begin_inset VSpace medskip
33661 \end_inset
33662
33663
33664 \begin_inset Newline newline
33665 \end_inset
33666
33667
33668 \series bold
33669
33670 \backslash
33671 newcommand{
33672 \backslash
33673 fb}[3]{
33674 \backslash
33675 framebox#1#2{$#3$}}
33676 \series default
33677
33678 \begin_inset VSpace medskip
33679 \end_inset
33680
33681
33682 \begin_inset Newline newline
33683 \end_inset
33684
33685 The two Dollar signs creates the extra formula needed for 
33686 \series bold
33687
33688 \backslash
33689 framebox
33690 \series default
33691 , see 
33692 \begin_inset CommandInset ref
33693 LatexCommand ref
33694 reference "subsec:Boxes-with-Frame"
33695
33696 \end_inset
33697
33698 .
33699 \end_layout
33700
33701 \begin_layout Itemize
33702 To create a new command for 
33703 \series bold
33704
33705 \backslash
33706 fcolorbox
33707 \series default
33708  where the color for the box need not be specified, the argument for the
33709  color is defined optional:
33710 \begin_inset VSpace medskip
33711 \end_inset
33712
33713
33714 \begin_inset Newline newline
33715 \end_inset
33716
33717
33718 \series bold
33719
33720 \backslash
33721 newcommand{
33722 \backslash
33723 cb}[3][white]{
33724 \backslash
33725 fcolorbox{#2}{#1}{$#3$}}
33726 \series default
33727
33728 \begin_inset VSpace medskip
33729 \end_inset
33730
33731
33732 \begin_inset Newline newline
33733 \end_inset
33734
33735 When the color is not specified when using 
33736 \series bold
33737
33738 \backslash
33739 cb
33740 \series default
33741 , the predefined color 
33742 \series bold
33743 white
33744 \series default
33745  will be used.
33746 \end_layout
33747
33748 \begin_layout Standard
33749 A test of the new defined commands:
33750 \begin_inset Separator parbreak
33751 \end_inset
33752
33753
33754 \end_layout
33755
33756 \begin_layout Standard
33757 \align center
33758 \begin_inset Tabular
33759 <lyxtabular version="3" rows="6" columns="2">
33760 <features tabularvalignment="middle">
33761 <column alignment="center" valignment="top">
33762 <column alignment="center" valignment="top">
33763 <row>
33764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33765 \begin_inset Text
33766
33767 \begin_layout Plain Layout
33768 Command
33769 \end_layout
33770
33771 \end_inset
33772 </cell>
33773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33774 \begin_inset Text
33775
33776 \begin_layout Plain Layout
33777 Result
33778 \begin_inset Note Note
33779 status collapsed
33780
33781 \begin_layout Plain Layout
33782
33783 \series bold
33784
33785 \backslash
33786 raisebox
33787 \series default
33788  is only used as spacer.
33789 \end_layout
33790
33791 \end_inset
33792
33793
33794 \end_layout
33795
33796 \end_inset
33797 </cell>
33798 </row>
33799 <row>
33800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33801 \begin_inset Text
33802
33803 \begin_layout Plain Layout
33804 A
33805 \backslash
33806 gr
33807 \begin_inset space \textvisiblespace{}
33808 \end_inset
33809
33810 B
33811 \end_layout
33812
33813 \end_inset
33814 </cell>
33815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33816 \begin_inset Text
33817
33818 \begin_layout Plain Layout
33819 \begin_inset Formula $A\gr B$
33820 \end_inset
33821
33822
33823 \end_layout
33824
33825 \end_inset
33826 </cell>
33827 </row>
33828 <row>
33829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33830 \begin_inset Text
33831
33832 \begin_layout Plain Layout
33833
33834 \backslash
33835 us{ABcd
33836 \end_layout
33837
33838 \end_inset
33839 </cell>
33840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33841 \begin_inset Text
33842
33843 \begin_layout Plain Layout
33844 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33845 \end_inset
33846
33847
33848 \end_layout
33849
33850 \end_inset
33851 </cell>
33852 </row>
33853 <row>
33854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33855 \begin_inset Text
33856
33857 \begin_layout Plain Layout
33858
33859 \backslash
33860 fb{[2cm]
33861 \begin_inset Formula $\to$
33862 \end_inset
33863
33864
33865 \backslash
33866 {
33867 \begin_inset Formula $\to$
33868 \end_inset
33869
33870
33871 \backslash
33872 {
33873 \backslash
33874 int
33875 \begin_inset space \textvisiblespace{}
33876 \end_inset
33877
33878 A=B
33879 \end_layout
33880
33881 \end_inset
33882 </cell>
33883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33884 \begin_inset Text
33885
33886 \begin_layout Plain Layout
33887 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33888 \end_inset
33889
33890
33891 \end_layout
33892
33893 \end_inset
33894 </cell>
33895 </row>
33896 <row>
33897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33898 \begin_inset Text
33899
33900 \begin_layout Plain Layout
33901
33902 \backslash
33903 cb{red
33904 \begin_inset Formula $\to$
33905 \end_inset
33906
33907
33908 \backslash
33909 {
33910 \backslash
33911 int
33912 \begin_inset space \textvisiblespace{}
33913 \end_inset
33914
33915 A=B
33916 \end_layout
33917
33918 \end_inset
33919 </cell>
33920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33921 \begin_inset Text
33922
33923 \begin_layout Plain Layout
33924 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33925 \end_inset
33926
33927
33928 \end_layout
33929
33930 \end_inset
33931 </cell>
33932 </row>
33933 <row>
33934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33935 \begin_inset Text
33936
33937 \begin_layout Plain Layout
33938
33939 \backslash
33940 cb[green]
33941 \backslash
33942 {red
33943 \begin_inset Formula $\to$
33944 \end_inset
33945
33946
33947 \backslash
33948 {
33949 \backslash
33950 int
33951 \begin_inset space \textvisiblespace{}
33952 \end_inset
33953
33954 A=B
33955 \end_layout
33956
33957 \end_inset
33958 </cell>
33959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33960 \begin_inset Text
33961
33962 \begin_layout Plain Layout
33963 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33964 \end_inset
33965
33966
33967 \end_layout
33968
33969 \end_inset
33970 </cell>
33971 </row>
33972 </lyxtabular>
33973
33974 \end_inset
33975
33976
33977 \end_layout
33978
33979 \begin_layout Subsection
33980 Math Macros
33981 \begin_inset Index idx
33982 status collapsed
33983
33984 \begin_layout Plain Layout
33985 User-defined commands! Math macros
33986 \end_layout
33987
33988 \end_inset
33989
33990
33991 \begin_inset Index idx
33992 status collapsed
33993
33994 \begin_layout Plain Layout
33995 Macros
33996 \end_layout
33997
33998 \end_inset
33999
34000
34001 \end_layout
34002
34003 \begin_layout Standard
34004 User-defined commands are especially convenient for complex expressions.
34005  When you are for example dealing with a document that has quadratic equations,
34006  the same solution type occurs several times.
34007  The general form of a quadratic equation is
34008 \begin_inset Formula 
34009 \[
34010 0=\lambda^{2}+p\lambda+q
34011 \]
34012
34013 \end_inset
34014
34015 The general form of the solution is
34016 \begin_inset Formula 
34017 \[
34018 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
34019 \]
34020
34021 \end_inset
34022
34023
34024 \end_layout
34025
34026 \begin_layout Standard
34027 To define a command for the solution formula where only the three parameters
34028  
34029 \begin_inset Formula $\lambda$
34030 \end_inset
34031
34032
34033 \begin_inset Formula $p$
34034 \end_inset
34035
34036  and 
34037 \begin_inset Formula $q$
34038 \end_inset
34039
34040  need to be specified and the index of 
34041 \begin_inset Formula $\lambda$
34042 \end_inset
34043
34044  can be given optionally, the \SpecialChar LaTeX
34045 -preamble line is
34046 \begin_inset Newline newline
34047 \end_inset
34048
34049
34050 \series bold
34051
34052 \backslash
34053 newcommand{
34054 \backslash
34055 qG}[4][1,
34056 \backslash
34057 ,2]{#2_{#1}=-
34058 \backslash
34059 frac{#3}{2}
34060 \backslash
34061 pm
34062 \begin_inset Newline newline
34063 \end_inset
34064
34065
34066 \begin_inset Phantom HPhantom
34067 status open
34068
34069 \begin_layout Plain Layout
34070
34071 \series bold
34072
34073 \backslash
34074 newcommand
34075 \end_layout
34076
34077 \end_inset
34078
34079
34080 \backslash
34081 sqrt{
34082 \backslash
34083 frac{#3^{2}}{4}-#4}}
34084 \end_layout
34085
34086 \begin_layout Standard
34087 To create with this the solution formula, the command
34088 \begin_inset Newline newline
34089 \end_inset
34090
34091
34092 \series bold
34093
34094 \backslash
34095 qG{
34096 \backslash
34097 lambda
34098 \begin_inset Formula $\to$
34099 \end_inset
34100
34101
34102 \backslash
34103 {p
34104 \begin_inset Formula $\to$
34105 \end_inset
34106
34107
34108 \backslash
34109 {q
34110 \series default
34111  is inserted to a formula
34112 \series bold
34113 .
34114 \end_layout
34115
34116 \begin_layout Standard
34117 The definition of the new command is unintuitive because one has to know
34118  the schemes of all used \SpecialChar LaTeX
34119  commands, e.
34120 \begin_inset space \thinspace{}
34121 \end_inset
34122
34123 g.
34124 \begin_inset space \space{}
34125 \end_inset
34126
34127 that a fraction is inserted in \SpecialChar LaTeX
34128  as 
34129 \series bold
34130
34131 \backslash
34132 frac{numerator}{denominator}
34133 \series default
34134 .
34135  Furthermore one can easily forget a brace in the definition and cannot
34136  see in \SpecialChar LyX
34137  what the new command is doing.
34138  To avoid these problems \SpecialChar LyX
34139  offers the possibility to use math macros instead
34140  of the command 
34141 \series bold
34142
34143 \backslash
34144 newcommand
34145 \series default
34146 .
34147 \end_layout
34148
34149 \begin_layout Standard
34150 A math macro is created by using the menu 
34151 \family sans
34152 Insert\SpecialChar menuseparator
34153 Math\SpecialChar menuseparator
34154 Macro
34155 \family default
34156  or the toolbar button 
34157 \begin_inset Info
34158 type  "icon"
34159 arg   "math-macro newmacroname_newcommand"
34160 \end_inset
34161
34162 .
34163  The math macro toolbar appears together with the following box where the
34164  macro is defined:
34165 \begin_inset Newline newline
34166 \end_inset
34167
34168
34169 \begin_inset space \hspace*{\fill}
34170 \end_inset
34171
34172
34173 \begin_inset Graphics
34174         filename clipart/macrobox.png
34175
34176 \end_inset
34177
34178
34179 \begin_inset space \hspace*{\fill}
34180 \end_inset
34181
34182
34183 \begin_inset Newline newline
34184 \end_inset
34185
34186
34187 \begin_inset FormulaMacro
34188 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
34189 \end_inset
34190
34191
34192 \backslash
34193 newmacroname is the default name of the macro that should be changed to
34194  something sensible.
34195  The wanted formula is inserted in the first blue box.
34196  An argument placeholder is inserted with the command 
34197 \series bold
34198
34199 \backslash
34200 #argumentnumber
34201 \series default
34202 , e.
34203 \begin_inset space \thinspace{}
34204 \end_inset
34205
34206 g
34207 \begin_inset space \space{}
34208 \end_inset
34209
34210
34211 \series bold
34212
34213 \backslash
34214 #1
34215 \series default
34216  or by using the macro toolbar button 
34217 \begin_inset Info
34218 type  "icon"
34219 arg   "math-macro-add-param"
34220 \end_inset
34221
34222 .
34223  Argument placeholders are displayed red.
34224  A maximum of 9
34225 \begin_inset space ~
34226 \end_inset
34227
34228 arguments are possible.
34229  Optional arguments are created with the toolbar button 
34230 \begin_inset Info
34231 type  "icon"
34232 arg   "math-macro-add-optional-param"
34233 \end_inset
34234
34235 .
34236  The first non-optional argument can be transformed to an optional one with
34237  the toolbar button 
34238 \begin_inset Info
34239 type  "icon"
34240 arg   "math-macro-make-optional"
34241 \end_inset
34242
34243 .
34244  In the second blue box the appearance of the macro in \SpecialChar LyX
34245  can be defined.
34246  Normally you want to see it as it is defined, so the box is kept empty.
34247  But when you have created a macro that needs lot of space on the screen,
34248  you can insert in the box for example
34249 \begin_inset Newline newline
34250 \end_inset
34251
34252
34253 \series bold
34254 qG: 
34255 \backslash
34256 #1
34257 \series default
34258  
34259 \series bold
34260 ,
34261 \series default
34262  
34263 \series bold
34264
34265 \backslash
34266 #2
34267 \series default
34268  
34269 \series bold
34270 ,
34271 \series default
34272  
34273 \series bold
34274
34275 \backslash
34276 #3, 
34277 \backslash
34278 #4
34279 \begin_inset Newline newline
34280 \end_inset
34281
34282
34283 \series default
34284 For the macro only the arguments with the macro name in front of them will
34285  then be displayed in \SpecialChar LyX
34286 , leading to a better overview.
34287  The formula appears in the output as defined in the first box.
34288 \begin_inset Newline newline
34289 \end_inset
34290
34291 The appearance of macros in formulas can furthermore be changed for single
34292  macros by setting the cursor in the macro and using the menu 
34293 \family sans
34294 View\SpecialChar menuseparator
34295 (Un)fold
34296 \begin_inset space ~
34297 \end_inset
34298
34299 Math
34300 \begin_inset space ~
34301 \end_inset
34302
34303 Macro
34304 \family default
34305 .
34306 \end_layout
34307
34308 \begin_layout Standard
34309 To use a macro, the macro name is inserted as command to a formula, in our
34310  case 
34311 \series bold
34312
34313 \backslash
34314 qG
34315 \series default
34316 .
34317  Our macro looks in \SpecialChar LyX
34318  like this:
34319 \begin_inset Newline newline
34320 \end_inset
34321
34322
34323 \begin_inset space \hspace*{\fill}
34324 \end_inset
34325
34326
34327 \begin_inset Graphics
34328         filename clipart/macrouse.png
34329
34330 \end_inset
34331
34332
34333 \begin_inset space \hspace*{\fill}
34334 \end_inset
34335
34336
34337 \begin_inset Newline newline
34338 \end_inset
34339
34340 Here is our macro example with the arguments 
34341 \begin_inset Formula $x$
34342 \end_inset
34343
34344
34345 \begin_inset Formula $\ln(x)$
34346 \end_inset
34347
34348  and 
34349 \begin_inset Formula $B$
34350 \end_inset
34351
34352 :
34353 \end_layout
34354
34355 \begin_layout Standard
34356 \begin_inset Formula 
34357 \[
34358 \qG x{\ln(x)}B
34359 \]
34360
34361 \end_inset
34362
34363
34364 \end_layout
34365
34366 \begin_layout Standard
34367 \SpecialChar LyX
34368  offers in the menu 
34369 \family sans
34370 Tools\SpecialChar menuseparator
34371 Preferences\SpecialChar menuseparator
34372 Editing\SpecialChar menuseparator
34373 Control
34374 \family default
34375  different styles to edit macros.
34376  To find the style that suits you the most, choose a style and set the cursor
34377  in a macro formula to see the difference.
34378 \end_layout
34379
34380 \begin_layout Standard
34381 A math macro is transformed internally to a 
34382 \series bold
34383
34384 \backslash
34385 newcommand
34386 \series default
34387  command when exporting the document.
34388  The created 
34389 \series bold
34390
34391 \backslash
34392 newcommand
34393 \series default
34394  command is not placed in the \SpecialChar LaTeX
34395 -preamble, therefore macros can only be used
34396  in formulas that are in the document below the macro definition box.
34397 \end_layout
34398
34399 \begin_layout Standard
34400 Math macros can also be directly created from a 
34401 \series bold
34402
34403 \backslash
34404 newcommand
34405 \series default
34406  command.
34407  When writing for example the command
34408 \series bold
34409
34410 \begin_inset Newline newline
34411 \end_inset
34412
34413
34414 \backslash
34415 newcommand{
34416 \backslash
34417 larrow}[2]{
34418 \backslash
34419 xleftarrow[#2]{#1}}
34420 \begin_inset Newline newline
34421 \end_inset
34422
34423
34424 \series default
34425 in \SpecialChar LyX
34426  as normal text, highlighting it completely and using then the shortcut
34427  
34428 \family sans
34429 Ctrl+M
34430 \family default
34431 , the command will be transformed to a math macro.
34432  Using this method you need to be careful that the 
34433 \series bold
34434
34435 \backslash
34436 newcommand
34437 \series default
34438  command is typed correctly, otherwise you get a faulty macro leading to
34439  \SpecialChar LaTeX
34440  errors.
34441 \end_layout
34442
34443 \begin_layout Standard
34444 Math macros currently have the problem that further formulas in macro definition
34445 s are handled wrongly.
34446  Therefore the example 
34447 \series bold
34448
34449 \backslash
34450 fb
34451 \series default
34452  from 
34453 \begin_inset CommandInset ref
34454 LatexCommand ref
34455 reference "subsec:The-Command-newcommand"
34456
34457 \end_inset
34458
34459  cannot be created as macro.
34460 \end_layout
34461
34462 \begin_layout Standard
34463 When the cursor is in a macro definition box, you will see the macro toolbar
34464  in \SpecialChar LyX
34465 :
34466 \end_layout
34467
34468 \begin_layout Standard
34469 \begin_inset VSpace defskip
34470 \end_inset
34471
34472
34473 \end_layout
34474
34475 \begin_layout Standard
34476 \begin_inset Graphics
34477         filename clipart/MacroToolbar.png
34478
34479 \end_inset
34480
34481
34482 \begin_inset Index idx
34483 status collapsed
34484
34485 \begin_layout Plain Layout
34486 Macros ! Toolbar
34487 \end_layout
34488
34489 \end_inset
34490
34491
34492 \end_layout
34493
34494 \begin_layout Standard
34495 \begin_inset VSpace defskip
34496 \end_inset
34497
34498
34499 \end_layout
34500
34501 \begin_layout Standard
34502 The macro toolbar contains from left to right the following buttons:
34503 \end_layout
34504
34505 \begin_layout Standard
34506 \begin_inset VSpace defskip
34507 \end_inset
34508
34509
34510 \end_layout
34511
34512 \begin_layout Standard
34513 \begin_inset Tabular
34514 <lyxtabular version="3" rows="9" columns="2">
34515 <features islongtable="true" longtabularalignment="center">
34516 <column alignment="left" valignment="top">
34517 <column alignment="left" valignment="top" width="85col%">
34518 <row interlinespace="2.5mm">
34519 <cell alignment="center" valignment="top" usebox="none">
34520 \begin_inset Text
34521
34522 \begin_layout Plain Layout
34523 \begin_inset Info
34524 type  "icon"
34525 arg   "math-macro-remove-param"
34526 \end_inset
34527
34528
34529 \end_layout
34530
34531 \end_inset
34532 </cell>
34533 <cell alignment="center" valignment="top" usebox="none">
34534 \begin_inset Text
34535
34536 \begin_layout Plain Layout
34537
34538 \family sans
34539 Edit\SpecialChar menuseparator
34540 Math\SpecialChar menuseparator
34541 Macro
34542 \begin_inset space ~
34543 \end_inset
34544
34545 Definition\SpecialChar menuseparator
34546 Remove Last Argument
34547 \end_layout
34548
34549 \end_inset
34550 </cell>
34551 </row>
34552 <row interlinespace="2.5mm">
34553 <cell alignment="center" valignment="top" usebox="none">
34554 \begin_inset Text
34555
34556 \begin_layout Plain Layout
34557 \begin_inset Info
34558 type  "icon"
34559 arg   "math-macro-add-param"
34560 \end_inset
34561
34562
34563 \end_layout
34564
34565 \end_inset
34566 </cell>
34567 <cell alignment="center" valignment="top" usebox="none">
34568 \begin_inset Text
34569
34570 \begin_layout Plain Layout
34571
34572 \family sans
34573 Edit\SpecialChar menuseparator
34574 Math\SpecialChar menuseparator
34575 Macro
34576 \begin_inset space ~
34577 \end_inset
34578
34579 Definition\SpecialChar menuseparator
34580 Append Argument
34581 \end_layout
34582
34583 \end_inset
34584 </cell>
34585 </row>
34586 <row interlinespace="2.5mm">
34587 <cell alignment="center" valignment="top" usebox="none">
34588 \begin_inset Text
34589
34590 \begin_layout Plain Layout
34591 \begin_inset Info
34592 type  "icon"
34593 arg   "math-macro-make-optional"
34594 \end_inset
34595
34596
34597 \end_layout
34598
34599 \end_inset
34600 </cell>
34601 <cell alignment="center" valignment="top" usebox="none">
34602 \begin_inset Text
34603
34604 \begin_layout Plain Layout
34605
34606 \family sans
34607 Edit\SpecialChar menuseparator
34608 Math\SpecialChar menuseparator
34609 Macro
34610 \begin_inset space ~
34611 \end_inset
34612
34613 Definition\SpecialChar menuseparator
34614 Transform First Non-Optional to
34615 \begin_inset Newline newline
34616 \end_inset
34617
34618
34619 \begin_inset Phantom HPhantom
34620 status open
34621
34622 \begin_layout Plain Layout
34623
34624 \family sans
34625 Edit\SpecialChar menuseparator
34626 Math\SpecialChar menuseparator
34627 Macro
34628 \begin_inset space ~
34629 \end_inset
34630
34631 Definition\SpecialChar menuseparator
34632
34633 \end_layout
34634
34635 \end_inset
34636
34637 Optional Argument
34638 \end_layout
34639
34640 \end_inset
34641 </cell>
34642 </row>
34643 <row interlinespace="2.5mm">
34644 <cell alignment="center" valignment="top" usebox="none">
34645 \begin_inset Text
34646
34647 \begin_layout Plain Layout
34648 \begin_inset Info
34649 type  "icon"
34650 arg   "math-macro-make-nonoptional"
34651 \end_inset
34652
34653
34654 \end_layout
34655
34656 \end_inset
34657 </cell>
34658 <cell alignment="center" valignment="top" usebox="none">
34659 \begin_inset Text
34660
34661 \begin_layout Plain Layout
34662
34663 \family sans
34664 Edit\SpecialChar menuseparator
34665 Math\SpecialChar menuseparator
34666 Macro
34667 \begin_inset space ~
34668 \end_inset
34669
34670 Definition\SpecialChar menuseparator
34671 Transform Last Optional to
34672 \begin_inset Newline newline
34673 \end_inset
34674
34675
34676 \begin_inset Phantom HPhantom
34677 status open
34678
34679 \begin_layout Plain Layout
34680
34681 \family sans
34682 Edit\SpecialChar menuseparator
34683 Math\SpecialChar menuseparator
34684 Macro
34685 \begin_inset space ~
34686 \end_inset
34687
34688 Definition\SpecialChar menuseparator
34689
34690 \end_layout
34691
34692 \end_inset
34693
34694 Non-Optional Argument
34695 \end_layout
34696
34697 \end_inset
34698 </cell>
34699 </row>
34700 <row interlinespace="2.5mm">
34701 <cell alignment="center" valignment="top" usebox="none">
34702 \begin_inset Text
34703
34704 \begin_layout Plain Layout
34705 \begin_inset Info
34706 type  "icon"
34707 arg   "math-macro-remove-optional-param"
34708 \end_inset
34709
34710
34711 \end_layout
34712
34713 \end_inset
34714 </cell>
34715 <cell alignment="center" valignment="top" usebox="none">
34716 \begin_inset Text
34717
34718 \begin_layout Plain Layout
34719
34720 \family sans
34721 Edit\SpecialChar menuseparator
34722 Math\SpecialChar menuseparator
34723 Macro
34724 \begin_inset space ~
34725 \end_inset
34726
34727 Definition\SpecialChar menuseparator
34728 Remove Optional Argument
34729 \end_layout
34730
34731 \end_inset
34732 </cell>
34733 </row>
34734 <row interlinespace="2.5mm">
34735 <cell alignment="center" valignment="top" usebox="none">
34736 \begin_inset Text
34737
34738 \begin_layout Plain Layout
34739 \begin_inset Info
34740 type  "icon"
34741 arg   "math-macro-add-optional-param"
34742 \end_inset
34743
34744
34745 \end_layout
34746
34747 \end_inset
34748 </cell>
34749 <cell alignment="center" valignment="top" usebox="none">
34750 \begin_inset Text
34751
34752 \begin_layout Plain Layout
34753
34754 \family sans
34755 Edit\SpecialChar menuseparator
34756 Math\SpecialChar menuseparator
34757 Macro
34758 \begin_inset space ~
34759 \end_inset
34760
34761 Definition\SpecialChar menuseparator
34762 Insert Optional Argument
34763 \end_layout
34764
34765 \end_inset
34766 </cell>
34767 </row>
34768 <row interlinespace="2.5mm">
34769 <cell alignment="center" valignment="top" usebox="none">
34770 \begin_inset Text
34771
34772 \begin_layout Plain Layout
34773 \begin_inset Info
34774 type  "icon"
34775 arg   "math-macro-remove-greedy-param"
34776 \end_inset
34777
34778
34779 \end_layout
34780
34781 \end_inset
34782 </cell>
34783 <cell alignment="center" valignment="top" usebox="none">
34784 \begin_inset Text
34785
34786 \begin_layout Plain Layout
34787
34788 \family sans
34789 Edit\SpecialChar menuseparator
34790 Math\SpecialChar menuseparator
34791 Macro
34792 \begin_inset space ~
34793 \end_inset
34794
34795 Definition\SpecialChar menuseparator
34796 Remove Last Argument
34797 \begin_inset Newline newline
34798 \end_inset
34799
34800
34801 \begin_inset Phantom HPhantom
34802 status open
34803
34804 \begin_layout Plain Layout
34805
34806 \family sans
34807 Edit\SpecialChar menuseparator
34808 Math\SpecialChar menuseparator
34809 Macro
34810 \begin_inset space ~
34811 \end_inset
34812
34813 Definition\SpecialChar menuseparator
34814
34815 \end_layout
34816
34817 \end_inset
34818
34819 Spitting Out To The Right
34820 \end_layout
34821
34822 \end_inset
34823 </cell>
34824 </row>
34825 <row interlinespace="2.5mm">
34826 <cell alignment="center" valignment="top" usebox="none">
34827 \begin_inset Text
34828
34829 \begin_layout Plain Layout
34830 \begin_inset Info
34831 type  "icon"
34832 arg   "math-macro-append-greedy-param"
34833 \end_inset
34834
34835
34836 \end_layout
34837
34838 \end_inset
34839 </cell>
34840 <cell alignment="center" valignment="top" usebox="none">
34841 \begin_inset Text
34842
34843 \begin_layout Plain Layout
34844
34845 \family sans
34846 Edit\SpecialChar menuseparator
34847 Math\SpecialChar menuseparator
34848 Macro
34849 \begin_inset space ~
34850 \end_inset
34851
34852 Definition\SpecialChar menuseparator
34853 Append Argument
34854 \begin_inset Newline newline
34855 \end_inset
34856
34857
34858 \begin_inset Phantom HPhantom
34859 status open
34860
34861 \begin_layout Plain Layout
34862
34863 \family sans
34864 Edit\SpecialChar menuseparator
34865 Math\SpecialChar menuseparator
34866 Macro
34867 \begin_inset space ~
34868 \end_inset
34869
34870 Definition\SpecialChar menuseparator
34871
34872 \end_layout
34873
34874 \end_inset
34875
34876 Eating From The Right
34877 \end_layout
34878
34879 \end_inset
34880 </cell>
34881 </row>
34882 <row interlinespace="2.5mm">
34883 <cell alignment="center" valignment="top" usebox="none">
34884 \begin_inset Text
34885
34886 \begin_layout Plain Layout
34887 \begin_inset Info
34888 type  "icon"
34889 arg   "math-macro-add-greedy-optional-param"
34890 \end_inset
34891
34892
34893 \end_layout
34894
34895 \end_inset
34896 </cell>
34897 <cell alignment="center" valignment="top" usebox="none">
34898 \begin_inset Text
34899
34900 \begin_layout Plain Layout
34901
34902 \family sans
34903 Edit\SpecialChar menuseparator
34904 Math\SpecialChar menuseparator
34905 Macro
34906 \begin_inset space ~
34907 \end_inset
34908
34909 Definition\SpecialChar menuseparator
34910 Append Optional Argument
34911 \begin_inset Newline newline
34912 \end_inset
34913
34914
34915 \begin_inset Phantom HPhantom
34916 status open
34917
34918 \begin_layout Plain Layout
34919
34920 \family sans
34921 Edit\SpecialChar menuseparator
34922 Math\SpecialChar menuseparator
34923 Macro
34924 \begin_inset space ~
34925 \end_inset
34926
34927 Definition\SpecialChar menuseparator
34928
34929 \end_layout
34930
34931 \end_inset
34932
34933 Eating From The Right
34934 \end_layout
34935
34936 \end_inset
34937 </cell>
34938 </row>
34939 </lyxtabular>
34940
34941 \end_inset
34942
34943
34944 \end_layout
34945
34946 \begin_layout Section
34947 Computer Algebra Systems
34948 \end_layout
34949
34950 \begin_layout Standard
34951 \SpecialChar LyX
34952  offers the exchange between mathematical expressions written in \SpecialChar LyX
34953 's math
34954  editor and external applications or user defined scripts.
34955  Currently supported applications are 
34956 \family sans
34957 Maple
34958 \family default
34959
34960 \family sans
34961 Mathematica
34962 \family default
34963
34964 \family sans
34965 Maxima
34966 \family default
34967  and 
34968 \family sans
34969 Octave
34970 \family default
34971 .
34972  Note that the set of supported mathematical constructs is limited only
34973  to very simple cases.
34974 \end_layout
34975
34976 \begin_layout Subsection
34977 Usage
34978 \end_layout
34979
34980 \begin_layout Standard
34981 Write some expression in a formula, go to the 
34982 \family sans
34983 Edit\SpecialChar menuseparator
34984 Math\SpecialChar menuseparator
34985 Use Computer Algebra System
34986 \family default
34987  menu and choose the application you have installed on the computer.
34988  After that the result of computation should show on the right side of the
34989  expression together with the 
34990 \begin_inset Quotes eld
34991 \end_inset
34992
34993 =
34994 \begin_inset Quotes erd
34995 \end_inset
34996
34997  operator.
34998 \end_layout
34999
35000 \begin_layout Standard
35001 Here are few simple examples (with results from 
35002 \family typewriter
35003 Maxima
35004 \family default
35005 ) to show what kind of computations can be performed:
35006 \end_layout
35007
35008 \begin_layout Itemize
35009 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
35010 \end_inset
35011
35012
35013 \end_layout
35014
35015 \begin_layout Itemize
35016 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
35017 \end_inset
35018
35019
35020 \end_layout
35021
35022 \begin_layout Itemize
35023 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
35024 \end_inset
35025
35026
35027 \end_layout
35028
35029 \begin_layout Itemize
35030 \begin_inset Formula $\det\left[\begin{array}{ccc}
35031 1 & 6 & 7\\
35032 2 & 5 & 8\\
35033 3 & 4 & 17
35034 \end{array}\right]=-56$
35035 \end_inset
35036
35037
35038 \end_layout
35039
35040 \begin_layout Itemize
35041 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
35042 \end_inset
35043
35044
35045 \end_layout
35046
35047 \begin_layout Subsection
35048 Keyboard shortcut
35049 \end_layout
35050
35051 \begin_layout Standard
35052 Currently there is no keyboard shortcut for calling the algebra applications.
35053  One can easily bind a shortcut to the 
35054 \family sans
35055 math-extern
35056 \family default
35057  \SpecialChar LyX
35058  function (see the 
35059 \family sans
35060 \emph on
35061 \SpecialChar LyX
35062  Functions
35063 \family default
35064 \emph default
35065  manual).
35066  One could e.
35067 \begin_inset space \thinspace{}
35068 \end_inset
35069
35070 g.
35071 \begin_inset space \space{}
35072 \end_inset
35073
35074 bind the 
35075 \family sans
35076 Return
35077 \family default
35078  key inside the math editor.
35079  To bind it to 
35080 \family typewriter
35081 Maxima
35082 \family default
35083  one would use this shortcut definition command:
35084 \end_layout
35085
35086 \begin_layout Standard
35087
35088 \series bold
35089 command-alternatives paragraph-break;math-extern maxima
35090 \end_layout
35091
35092 \begin_layout Section
35093 Miscellaneous
35094 \begin_inset Index idx
35095 status collapsed
35096
35097 \begin_layout Plain Layout
35098 Miscellaneous
35099 \end_layout
35100
35101 \end_inset
35102
35103
35104 \end_layout
35105
35106 \begin_layout Subsection
35107 Negative Numbers
35108 \begin_inset Index idx
35109 status collapsed
35110
35111 \begin_layout Plain Layout
35112 Numbers ! negative
35113 \end_layout
35114
35115 \end_inset
35116
35117
35118 \end_layout
35119
35120 \begin_layout Standard
35121 Negative numbers often look ugly in formulas because the minus sign before
35122  the number is set with the same length as the minus operator sign.
35123  When writing the negative number in normal text, the minus sign appears
35124  correctly.
35125 \end_layout
35126
35127 \begin_layout Standard
35128 Thus, the problem disappears when converting the minus sign to mathematical
35129  text.
35130 \end_layout
35131
35132 \begin_layout Standard
35133 An example to visualize the problem:
35134 \begin_inset Separator parbreak
35135 \end_inset
35136
35137
35138 \end_layout
35139
35140 \begin_layout Standard
35141 \align center
35142 \begin_inset Tabular
35143 <lyxtabular version="3" rows="3" columns="2">
35144 <features tabularvalignment="middle">
35145 <column alignment="right" valignment="top">
35146 <column alignment="left" valignment="top">
35147 <row>
35148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35149 \begin_inset Text
35150
35151 \begin_layout Plain Layout
35152 normal text:
35153 \end_layout
35154
35155 \end_inset
35156 </cell>
35157 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35158 \begin_inset Text
35159
35160 \begin_layout Plain Layout
35161 x = -2
35162 \end_layout
35163
35164 \end_inset
35165 </cell>
35166 </row>
35167 <row>
35168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35169 \begin_inset Text
35170
35171 \begin_layout Plain Layout
35172 formula:
35173 \end_layout
35174
35175 \end_inset
35176 </cell>
35177 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35178 \begin_inset Text
35179
35180 \begin_layout Plain Layout
35181 \begin_inset Formula $x=-2$
35182 \end_inset
35183
35184
35185 \end_layout
35186
35187 \end_inset
35188 </cell>
35189 </row>
35190 <row>
35191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35192 \begin_inset Text
35193
35194 \begin_layout Plain Layout
35195 solution:
35196 \end_layout
35197
35198 \end_inset
35199 </cell>
35200 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35201 \begin_inset Text
35202
35203 \begin_layout Plain Layout
35204 \begin_inset Formula $x=\textrm{-}2$
35205 \end_inset
35206
35207
35208 \end_layout
35209
35210 \end_inset
35211 </cell>
35212 </row>
35213 </lyxtabular>
35214
35215 \end_inset
35216
35217
35218 \end_layout
35219
35220 \begin_layout Subsection
35221 Comma as decimal Separator
35222 \begin_inset Index idx
35223 status collapsed
35224
35225 \begin_layout Plain Layout
35226 Comma
35227 \end_layout
35228
35229 \end_inset
35230
35231
35232 \end_layout
35233
35234 \begin_layout Standard
35235 In \SpecialChar LaTeX
35236  a comma inside a formula is used, according to the English convention,
35237  as number group separator.
35238  So there will be space added behind all commas in formulas.
35239 \end_layout
35240
35241 \begin_layout Standard
35242 To avoid this, the comma is highlighted and changed to mathematical text
35243  (shortcut 
35244 \begin_inset Info
35245 type  "shortcut"
35246 arg   "math-mode"
35247 \end_inset
35248
35249 ).
35250 \end_layout
35251
35252 \begin_layout Standard
35253 To use all formula commas in the document as decimal separator, the file
35254  
35255 \series bold
35256 icomma.sty
35257 \series default
35258
35259 \begin_inset Foot
35260 status collapsed
35261
35262 \begin_layout Plain Layout
35263
35264 \series bold
35265 icomma
35266 \series default
35267  is part of the \SpecialChar LaTeX
35268 -package 
35269 \series bold
35270 was
35271 \series default
35272
35273 \begin_inset Index idx
35274 status collapsed
35275
35276 \begin_layout Plain Layout
35277 Packages ! was
35278 \begin_inset ERT
35279 status collapsed
35280
35281 \begin_layout Plain Layout
35282
35283
35284 \backslash
35285 vspace{4mm}
35286 \end_layout
35287
35288 \end_inset
35289
35290
35291 \end_layout
35292
35293 \end_inset
35294
35295 .
35296 \end_layout
35297
35298 \end_inset
35299
35300
35301 \begin_inset Index idx
35302 status collapsed
35303
35304 \begin_layout Plain Layout
35305 Packages ! icomma
35306 \end_layout
35307
35308 \end_inset
35309
35310  is loaded with the \SpecialChar LaTeX
35311 -preamble line
35312 \end_layout
35313
35314 \begin_layout Standard
35315
35316 \series bold
35317
35318 \backslash
35319 usepackage{icomma}
35320 \end_layout
35321
35322 \begin_layout Subsection
35323 Physical Vectors
35324 \begin_inset CommandInset label
35325 LatexCommand label
35326 name "subsec:Physical-Vectors"
35327
35328 \end_inset
35329
35330
35331 \begin_inset Index idx
35332 status collapsed
35333
35334 \begin_layout Plain Layout
35335 Vectors ! physical
35336 \end_layout
35337
35338 \end_inset
35339
35340
35341 \end_layout
35342
35343 \begin_layout Standard
35344 Predefined vectors are offered by the \SpecialChar LaTeX
35345 -package 
35346 \series bold
35347 braket
35348 \series default
35349
35350 \begin_inset Index idx
35351 status collapsed
35352
35353 \begin_layout Plain Layout
35354 Packages ! braket
35355 \end_layout
35356
35357 \end_inset
35358
35359  that is loaded with the \SpecialChar LaTeX
35360 -preamble line
35361 \end_layout
35362
35363 \begin_layout Standard
35364
35365 \series bold
35366
35367 \backslash
35368 usepackage{braket}
35369 \end_layout
35370
35371 \begin_layout Standard
35372 \begin_inset ERT
35373 status collapsed
35374
35375 \begin_layout Plain Layout
35376
35377
35378 \backslash
35379 ifbraket 
35380 \end_layout
35381
35382 \end_inset
35383
35384
35385 \begin_inset Note Note
35386 status open
35387
35388 \begin_layout Plain Layout
35389 The following table will only be displayed when the \SpecialChar LaTeX
35390 -package 
35391 \series bold
35392 braket
35393 \series default
35394  is installed.
35395 \end_layout
35396
35397 \end_inset
35398
35399
35400 \end_layout
35401
35402 \begin_layout Standard
35403 The following commands are defined:
35404 \begin_inset Separator parbreak
35405 \end_inset
35406
35407
35408 \end_layout
35409
35410 \begin_layout Standard
35411 \align center
35412 \begin_inset Tabular
35413 <lyxtabular version="3" rows="4" columns="2">
35414 <features tabularvalignment="middle">
35415 <column alignment="center" valignment="top">
35416 <column alignment="center" valignment="top">
35417 <row>
35418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35419 \begin_inset Text
35420
35421 \begin_layout Plain Layout
35422 Command
35423 \end_layout
35424
35425 \end_inset
35426 </cell>
35427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35428 \begin_inset Text
35429
35430 \begin_layout Plain Layout
35431 Result
35432 \end_layout
35433
35434 \end_inset
35435 </cell>
35436 </row>
35437 <row>
35438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35439 \begin_inset Text
35440
35441 \begin_layout Plain Layout
35442
35443 \backslash
35444 Bra{
35445 \backslash
35446 psi
35447 \end_layout
35448
35449 \end_inset
35450 </cell>
35451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35452 \begin_inset Text
35453
35454 \begin_layout Plain Layout
35455 \begin_inset Formula $\Bra{\psi}$
35456 \end_inset
35457
35458
35459 \end_layout
35460
35461 \end_inset
35462 </cell>
35463 </row>
35464 <row>
35465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35466 \begin_inset Text
35467
35468 \begin_layout Plain Layout
35469
35470 \backslash
35471 Ket{
35472 \backslash
35473 psi
35474 \end_layout
35475
35476 \end_inset
35477 </cell>
35478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35479 \begin_inset Text
35480
35481 \begin_layout Plain Layout
35482 \begin_inset Formula $\Ket{\psi}$
35483 \end_inset
35484
35485
35486 \end_layout
35487
35488 \end_inset
35489 </cell>
35490 </row>
35491 <row>
35492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35493 \begin_inset Text
35494
35495 \begin_layout Plain Layout
35496
35497 \backslash
35498 Braket{
35499 \backslash
35500 psi|
35501 \backslash
35502 phi
35503 \end_layout
35504
35505 \end_inset
35506 </cell>
35507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35508 \begin_inset Text
35509
35510 \begin_layout Plain Layout
35511 \begin_inset Formula $\Braket{\psi|\phi}$
35512 \end_inset
35513
35514
35515 \end_layout
35516
35517 \end_inset
35518 </cell>
35519 </row>
35520 </lyxtabular>
35521
35522 \end_inset
35523
35524
35525 \end_layout
35526
35527 \begin_layout Standard
35528 The command 
35529 \series bold
35530
35531 \backslash
35532 Braket
35533 \series default
35534  assures that all vertical bars are set in the size of the surrounding brackets:
35535 \begin_inset Formula 
35536 \[
35537 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
35538 \]
35539
35540 \end_inset
35541
35542
35543 \begin_inset ERT
35544 status collapsed
35545
35546 \begin_layout Plain Layout
35547
35548
35549 \backslash
35550 else 
35551 \end_layout
35552
35553 \end_inset
35554
35555
35556 \begin_inset Note Note
35557 status open
35558
35559 \begin_layout Plain Layout
35560 The following will be displayed when the \SpecialChar LaTeX
35561 -package 
35562 \series bold
35563 braket
35564 \series default
35565  is not installed:
35566 \end_layout
35567
35568 \end_inset
35569
35570
35571 \end_layout
35572
35573 \begin_layout Standard
35574 You need to install the \SpecialChar LaTeX
35575 -package 
35576 \series bold
35577 braket
35578 \series default
35579  to see the rest of this subsection in the output.
35580 \end_layout
35581
35582 \begin_layout Standard
35583 \begin_inset ERT
35584 status collapsed
35585
35586 \begin_layout Plain Layout
35587
35588
35589 \backslash
35590 fi 
35591 \end_layout
35592
35593 \end_inset
35594
35595
35596 \end_layout
35597
35598 \begin_layout Standard
35599 The effect of 
35600 \series bold
35601
35602 \backslash
35603 Braket
35604 \series default
35605  can also be achieved using the command 
35606 \series bold
35607
35608 \backslash
35609 middle
35610 \series default
35611 , that is described in 
35612 \begin_inset CommandInset ref
35613 LatexCommand ref
35614 reference "subsec:Automatic-Bracket-Size"
35615
35616 \end_inset
35617
35618 .
35619 \end_layout
35620
35621 \begin_layout Subsection
35622 Self-defined Fractions
35623 \begin_inset CommandInset label
35624 LatexCommand label
35625 name "subsec:Self-defined-Fractions"
35626
35627 \end_inset
35628
35629
35630 \begin_inset Index idx
35631 status collapsed
35632
35633 \begin_layout Plain Layout
35634 Fractions ! self-defined
35635 \end_layout
35636
35637 \end_inset
35638
35639
35640 \end_layout
35641
35642 \begin_layout Standard
35643 To define custom commands for fractions, the command 
35644 \series bold
35645
35646 \backslash
35647 genfrac
35648 \series default
35649
35650 \begin_inset Index idx
35651 status collapsed
35652
35653 \begin_layout Plain Layout
35654 Commands ! G ! 
35655 \backslash
35656 genfrac
35657 \begin_inset ERT
35658 status collapsed
35659
35660 \begin_layout Plain Layout
35661
35662
35663 \backslash
35664 vspace{4mm}
35665 \end_layout
35666
35667 \end_inset
35668
35669
35670 \end_layout
35671
35672 \end_inset
35673
35674  is used in the following scheme:
35675 \end_layout
35676
35677 \begin_layout Standard
35678
35679 \series bold
35680
35681 \backslash
35682 genfrac{left
35683 \series default
35684  
35685 \series bold
35686 bracket}{right
35687 \series default
35688  
35689 \series bold
35690 bracket}{fraction bar thickness}{style}
35691 \begin_inset Newline newline
35692 \end_inset
35693
35694
35695 \begin_inset Phantom HPhantom
35696 status open
35697
35698 \begin_layout Plain Layout
35699
35700 \series bold
35701
35702 \backslash
35703 genfrac
35704 \end_layout
35705
35706 \end_inset
35707
35708 {numerator}{denominator}
35709 \end_layout
35710
35711 \begin_layout Standard
35712 The style is a number in the range of 0
35713 \begin_inset space \thinspace{}
35714 \end_inset
35715
35716 -
35717 \begin_inset space \thinspace{}
35718 \end_inset
35719
35720 3.
35721 \begin_inset Separator parbreak
35722 \end_inset
35723
35724
35725 \end_layout
35726
35727 \begin_layout Standard
35728 \align center
35729 \begin_inset Tabular
35730 <lyxtabular version="3" rows="5" columns="2">
35731 <features tabularvalignment="middle">
35732 <column alignment="center" valignment="top">
35733 <column alignment="center" valignment="top">
35734 <row>
35735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35736 \begin_inset Text
35737
35738 \begin_layout Plain Layout
35739 Number
35740 \end_layout
35741
35742 \end_inset
35743 </cell>
35744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35745 \begin_inset Text
35746
35747 \begin_layout Plain Layout
35748 Style (Size)
35749 \end_layout
35750
35751 \end_inset
35752 </cell>
35753 </row>
35754 <row>
35755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35756 \begin_inset Text
35757
35758 \begin_layout Plain Layout
35759 0
35760 \end_layout
35761
35762 \end_inset
35763 </cell>
35764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35765 \begin_inset Text
35766
35767 \begin_layout Plain Layout
35768 display style formula
35769 \end_layout
35770
35771 \end_inset
35772 </cell>
35773 </row>
35774 <row>
35775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35776 \begin_inset Text
35777
35778 \begin_layout Plain Layout
35779 1
35780 \end_layout
35781
35782 \end_inset
35783 </cell>
35784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35785 \begin_inset Text
35786
35787 \begin_layout Plain Layout
35788 inline formula
35789 \end_layout
35790
35791 \end_inset
35792 </cell>
35793 </row>
35794 <row>
35795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35796 \begin_inset Text
35797
35798 \begin_layout Plain Layout
35799 2
35800 \end_layout
35801
35802 \end_inset
35803 </cell>
35804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35805 \begin_inset Text
35806
35807 \begin_layout Plain Layout
35808 small
35809 \end_layout
35810
35811 \end_inset
35812 </cell>
35813 </row>
35814 <row>
35815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35816 \begin_inset Text
35817
35818 \begin_layout Plain Layout
35819 3
35820 \end_layout
35821
35822 \end_inset
35823 </cell>
35824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35825 \begin_inset Text
35826
35827 \begin_layout Plain Layout
35828 tiny
35829 \end_layout
35830
35831 \end_inset
35832 </cell>
35833 </row>
35834 </lyxtabular>
35835
35836 \end_inset
35837
35838
35839 \end_layout
35840
35841 \begin_layout Standard
35842 When no style is given, the size is adjusted to the surrounding environment
35843  like for the command 
35844 \series bold
35845
35846 \backslash
35847 frac
35848 \series default
35849 .
35850 \end_layout
35851
35852 \begin_layout Standard
35853 When no fraction bar thickness is given, the predefined value of 0.4
35854 \begin_inset space \thinspace{}
35855 \end_inset
35856
35857 pt will be used.
35858 \end_layout
35859
35860 \begin_layout Standard
35861 \begin_inset VSpace medskip
35862 \end_inset
35863
35864 For example, the commands 
35865 \series bold
35866
35867 \backslash
35868 dfrac
35869 \series default
35870  and 
35871 \series bold
35872
35873 \backslash
35874 tbinom
35875 \series default
35876  from 
35877 \begin_inset CommandInset ref
35878 LatexCommand ref
35879 reference "subsec:Fractions"
35880
35881 \end_inset
35882
35883  are defined with the commands
35884 \end_layout
35885
35886 \begin_layout Standard
35887
35888 \series bold
35889
35890 \backslash
35891 newcommand{
35892 \backslash
35893 dfrac}[2]{
35894 \backslash
35895 genfrac{}{}{}{0}{#1}{#2}}
35896 \end_layout
35897
35898 \begin_layout Standard
35899 and
35900 \end_layout
35901
35902 \begin_layout Standard
35903
35904 \series bold
35905
35906 \backslash
35907 newcommand{
35908 \backslash
35909 tbinom}[2]{
35910 \backslash
35911 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35912 \end_layout
35913
35914 \begin_layout Standard
35915 \begin_inset VSpace medskip
35916 \end_inset
35917
35918 To define a fraction where the fraction bar thickness can be given as optional
35919  argument, the following line is inserted to the \SpecialChar LaTeX
35920 -preamble:
35921 \end_layout
35922
35923 \begin_layout Standard
35924
35925 \series bold
35926
35927 \backslash
35928 newcommand{
35929 \backslash
35930 fracS}[3][]{
35931 \backslash
35932 genfrac{}{}{#1}{}{#2}{#3}}
35933 \end_layout
35934
35935 \begin_layout Standard
35936 A test:
35937 \begin_inset Formula 
35938 \begin{align*}
35939 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35940 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35941 \end{align*}
35942
35943 \end_inset
35944
35945 As one can see, the distance of the numerator and the denominator to the
35946  fraction bar is round about three times the bar thickness.
35947 \end_layout
35948
35949 \begin_layout Subsection
35950 Canceled Formulas
35951 \begin_inset Index idx
35952 status collapsed
35953
35954 \begin_layout Plain Layout
35955 Formula ! canceled
35956 \end_layout
35957
35958 \end_inset
35959
35960
35961 \end_layout
35962
35963 \begin_layout Standard
35964 There are four ways to cancel formulas or parts of formulas:
35965 \end_layout
35966
35967 \begin_layout Standard
35968 \begin_inset ERT
35969 status collapsed
35970
35971 \begin_layout Plain Layout
35972
35973
35974 \backslash
35975 ifcancel 
35976 \end_layout
35977
35978 \end_inset
35979
35980
35981 \begin_inset Note Note
35982 status open
35983
35984 \begin_layout Plain Layout
35985 The following table will only be displayed when the \SpecialChar LaTeX
35986 -package 
35987 \series bold
35988 cancel
35989 \series default
35990  is installed.
35991 \end_layout
35992
35993 \end_inset
35994
35995
35996 \begin_inset Separator parbreak
35997 \end_inset
35998
35999
36000 \end_layout
36001
36002 \begin_layout Standard
36003 \align center
36004 \begin_inset Tabular
36005 <lyxtabular version="3" rows="5" columns="2">
36006 <features tabularvalignment="middle">
36007 <column alignment="center" valignment="top">
36008 <column alignment="center" valignment="top">
36009 <row>
36010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36011 \begin_inset Text
36012
36013 \begin_layout Plain Layout
36014 Command
36015 \end_layout
36016
36017 \end_inset
36018 </cell>
36019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36020 \begin_inset Text
36021
36022 \begin_layout Plain Layout
36023 Result
36024 \begin_inset Note Note
36025 status collapsed
36026
36027 \begin_layout Plain Layout
36028 The space and
36029 \series bold
36030  
36031 \backslash
36032 raisebox
36033 \series default
36034  are used here as spacer.
36035 \end_layout
36036
36037 \end_inset
36038
36039
36040 \end_layout
36041
36042 \end_inset
36043 </cell>
36044 </row>
36045 <row>
36046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36047 \begin_inset Text
36048
36049 \begin_layout Plain Layout
36050
36051 \backslash
36052 cancel
36053 \begin_inset space \textvisiblespace{}
36054 \end_inset
36055
36056
36057 \backslash
36058 int
36059 \begin_inset space \textvisiblespace{}
36060 \end_inset
36061
36062 A=B
36063 \end_layout
36064
36065 \end_inset
36066 </cell>
36067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36068 \begin_inset Text
36069
36070 \begin_layout Plain Layout
36071 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
36072 \end_inset
36073
36074
36075 \end_layout
36076
36077 \end_inset
36078 </cell>
36079 </row>
36080 <row>
36081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36082 \begin_inset Text
36083
36084 \begin_layout Plain Layout
36085
36086 \backslash
36087 bcancel
36088 \begin_inset space \textvisiblespace{}
36089 \end_inset
36090
36091
36092 \backslash
36093 int
36094 \begin_inset space \textvisiblespace{}
36095 \end_inset
36096
36097 A=B
36098 \end_layout
36099
36100 \end_inset
36101 </cell>
36102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36103 \begin_inset Text
36104
36105 \begin_layout Plain Layout
36106 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
36107 \end_inset
36108
36109
36110 \end_layout
36111
36112 \end_inset
36113 </cell>
36114 </row>
36115 <row>
36116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36117 \begin_inset Text
36118
36119 \begin_layout Plain Layout
36120
36121 \backslash
36122 xcancel
36123 \begin_inset space \textvisiblespace{}
36124 \end_inset
36125
36126
36127 \backslash
36128 int
36129 \begin_inset space \textvisiblespace{}
36130 \end_inset
36131
36132 A=B
36133 \end_layout
36134
36135 \end_inset
36136 </cell>
36137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36138 \begin_inset Text
36139
36140 \begin_layout Plain Layout
36141 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
36142 \end_inset
36143
36144
36145 \end_layout
36146
36147 \end_inset
36148 </cell>
36149 </row>
36150 <row>
36151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36152 \begin_inset Text
36153
36154 \begin_layout Plain Layout
36155
36156 \backslash
36157 cancelto
36158 \begin_inset space \textvisiblespace{}
36159 \end_inset
36160
36161
36162 \backslash
36163 int
36164 \begin_inset space \textvisiblespace{}
36165 \end_inset
36166
36167 A=B
36168 \begin_inset Formula $\to$
36169 \end_inset
36170
36171 1
36172 \end_layout
36173
36174 \end_inset
36175 </cell>
36176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36177 \begin_inset Text
36178
36179 \begin_layout Plain Layout
36180 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
36181 \end_inset
36182
36183
36184 \end_layout
36185
36186 \end_inset
36187 </cell>
36188 </row>
36189 </lyxtabular>
36190
36191 \end_inset
36192
36193
36194 \end_layout
36195
36196 \begin_layout Standard
36197
36198 \series bold
36199
36200 \backslash
36201 cancelto
36202 \series default
36203  is especially suitable to visualize the reduction of fractions within formulas:
36204 \begin_inset Formula 
36205 \[
36206 \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}}}
36207 \]
36208
36209 \end_inset
36210
36211
36212 \end_layout
36213
36214 \begin_layout Standard
36215 To change the size of 
36216 \series bold
36217
36218 \backslash
36219 cancelto
36220 \series default
36221 's 
36222 \begin_inset Quotes eld
36223 \end_inset
36224
36225 subscript
36226 \begin_inset Quotes erd
36227 \end_inset
36228
36229  value one can add the \SpecialChar LaTeX
36230 -preamble line
36231 \end_layout
36232
36233 \begin_layout Standard
36234
36235 \series bold
36236
36237 \backslash
36238 PassOptionsToPackage{option}{cancel}
36239 \end_layout
36240
36241 \begin_layout Standard
36242 where 
36243 \series bold
36244 option
36245 \series default
36246  is either 
36247 \series bold
36248 samesize
36249 \series default
36250  which leads to the same size as for the canceled value, or 
36251 \series bold
36252 Smaller
36253 \series default
36254  which makes is it a bit smaller than normal.
36255 \end_layout
36256
36257 \begin_layout Standard
36258 To color the cancellation bar one adds this command as \SpecialChar TeX
36259  code:
36260 \end_layout
36261
36262 \begin_layout Standard
36263
36264 \series bold
36265
36266 \backslash
36267 renewcommand{
36268 \backslash
36269 CancelColor}{
36270 \backslash
36271 color{red}}
36272 \end_layout
36273
36274 \begin_layout Standard
36275
36276 \series bold
36277 red
36278 \series default
36279  can be replaced by a color of your choice.
36280 \end_layout
36281
36282 \begin_layout Standard
36283 \begin_inset ERT
36284 status collapsed
36285
36286 \begin_layout Plain Layout
36287
36288
36289 \backslash
36290 renewcommand{
36291 \backslash
36292 CancelColor}{
36293 \backslash
36294 color{red}}
36295 \end_layout
36296
36297 \end_inset
36298
36299
36300 \end_layout
36301
36302 \begin_layout Standard
36303 \begin_inset Formula 
36304 \[
36305 \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}}}
36306 \]
36307
36308 \end_inset
36309
36310
36311 \end_layout
36312
36313 \begin_layout Standard
36314 \begin_inset ERT
36315 status collapsed
36316
36317 \begin_layout Plain Layout
36318
36319
36320 \backslash
36321 renewcommand{
36322 \backslash
36323 CancelColor}{
36324 \backslash
36325 color{black}}
36326 \end_layout
36327
36328 \end_inset
36329
36330
36331 \begin_inset Note Note
36332 status open
36333
36334 \begin_layout Plain Layout
36335 reset the color
36336 \end_layout
36337
36338 \end_inset
36339
36340
36341 \end_layout
36342
36343 \begin_layout Standard
36344 For further customizations, see the documentation of the package 
36345 \series bold
36346 cancel
36347 \series default
36348
36349 \begin_inset CommandInset citation
36350 LatexCommand cite
36351 key "cancel"
36352
36353 \end_inset
36354
36355 .
36356 \begin_inset Index idx
36357 status collapsed
36358
36359 \begin_layout Plain Layout
36360 Packages ! cancel
36361 \end_layout
36362
36363 \end_inset
36364
36365
36366 \end_layout
36367
36368 \begin_layout Standard
36369 \begin_inset ERT
36370 status collapsed
36371
36372 \begin_layout Plain Layout
36373
36374
36375 \backslash
36376 else 
36377 \end_layout
36378
36379 \end_inset
36380
36381
36382 \begin_inset Note Note
36383 status open
36384
36385 \begin_layout Plain Layout
36386 The following will be displayed when the \SpecialChar LaTeX
36387 -package 
36388 \series bold
36389 cancel
36390 \series default
36391  is not installed:
36392 \end_layout
36393
36394 \end_inset
36395
36396
36397 \end_layout
36398
36399 \begin_layout Standard
36400 You need to install the \SpecialChar LaTeX
36401 -package 
36402 \series bold
36403 cancel
36404 \series default
36405  to see the rest of this subsection in the output.
36406 \end_layout
36407
36408 \begin_layout Standard
36409 \begin_inset ERT
36410 status collapsed
36411
36412 \begin_layout Plain Layout
36413
36414
36415 \backslash
36416 fi 
36417 \end_layout
36418
36419 \end_inset
36420
36421
36422 \end_layout
36423
36424 \begin_layout Subsection
36425 Formulas in Section Headings
36426 \begin_inset CommandInset label
36427 LatexCommand label
36428 name "subsec:Formulas-in-Section"
36429
36430 \end_inset
36431
36432
36433 \begin_inset Index idx
36434 status collapsed
36435
36436 \begin_layout Plain Layout
36437 Formula ! in section headings
36438 \end_layout
36439
36440 \end_inset
36441
36442
36443 \end_layout
36444
36445 \begin_layout Standard
36446 When formulas are used in section headings, the following has to be taken
36447  into account:
36448 \end_layout
36449
36450 \begin_layout Standard
36451 \begin_inset Note Greyedout
36452 status open
36453
36454 \begin_layout Plain Layout
36455 When 
36456 \series bold
36457 hyperref
36458 \series default
36459
36460 \begin_inset Index idx
36461 status collapsed
36462
36463 \begin_layout Plain Layout
36464 Packages ! hyperref
36465 \end_layout
36466
36467 \end_inset
36468
36469  support is enabled in the document settings dialog under 
36470 \family sans
36471 PDF
36472 \begin_inset space ~
36473 \end_inset
36474
36475 Properties
36476 \family default
36477 , PDF-bookmarks are created for every section heading in the table of contents.
36478  If a section heading contains formulas, they are incorrectly displayed
36479  in the bookmark text, because formulas in bookmarks infringe the PDF convention
36480 s.
36481 \end_layout
36482
36483 \end_inset
36484
36485
36486 \end_layout
36487
36488 \begin_layout Standard
36489 Both problems can be solved by inserting at the end of the section heading
36490  a short title with the menu 
36491 \family sans
36492 Insert\SpecialChar menuseparator
36493 Short
36494 \begin_inset space ~
36495 \end_inset
36496
36497 Title
36498 \family default
36499 .
36500  Short titles are used as alternative for multiline section headings to
36501  keep the table of contents clearly arranged.
36502  Only the short title appears in the table of contents and therefore also
36503  in the PDF-bookmark.
36504 \end_layout
36505
36506 \begin_layout Standard
36507 When formulas should be used in the table of contents but 
36508 \series bold
36509 hyperref
36510 \series default
36511  is used, one can use the following command in \SpecialChar TeX
36512  mode:
36513 \end_layout
36514
36515 \begin_layout Standard
36516
36517 \series bold
36518
36519 \backslash
36520 texorpdfstring{part}{alternative}
36521 \begin_inset Index idx
36522 status collapsed
36523
36524 \begin_layout Plain Layout
36525 Commands ! T ! 
36526 \backslash
36527 texorpdfstring
36528 \end_layout
36529
36530 \end_inset
36531
36532
36533 \end_layout
36534
36535 \begin_layout Standard
36536 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
36537  This can be characters, formulas, footnotes, but also cross-references.
36538  The alternative is used instead of the part for the bookmark.
36539 \end_layout
36540
36541 \begin_layout Standard
36542 Here are two example headings:
36543 \begin_inset VSpace -3mm
36544 \end_inset
36545
36546
36547 \begin_inset ERT
36548 status collapsed
36549
36550 \begin_layout Plain Layout
36551
36552
36553 \backslash
36554 boldmath 
36555 \end_layout
36556
36557 \end_inset
36558
36559
36560 \end_layout
36561
36562 \begin_layout Subsubsection
36563 Heading without formula in table of contents 
36564 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36565 \end_inset
36566
36567
36568 \begin_inset Argument 1
36569 status collapsed
36570
36571 \begin_layout Plain Layout
36572 Heading without formula in table of contents
36573 \end_layout
36574
36575 \end_inset
36576
36577
36578 \end_layout
36579
36580 \begin_layout Subsubsection
36581 Heading with formula in table of contents
36582 \begin_inset ERT
36583 status collapsed
36584
36585 \begin_layout Plain Layout
36586
36587
36588 \backslash
36589 texorpdfstring{
36590 \end_layout
36591
36592 \end_inset
36593
36594  
36595 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36596 \end_inset
36597
36598
36599 \begin_inset ERT
36600 status collapsed
36601
36602 \begin_layout Plain Layout
36603
36604 }{}
36605 \end_layout
36606
36607 \end_inset
36608
36609
36610 \end_layout
36611
36612 \begin_layout Standard
36613 \begin_inset ERT
36614 status collapsed
36615
36616 \begin_layout Plain Layout
36617
36618
36619 \backslash
36620 unboldmath 
36621 \end_layout
36622
36623 \end_inset
36624
36625 In the first heading a short title was used, in the second one 
36626 \series bold
36627
36628 \backslash
36629 texorpdfstring
36630 \series default
36631 .
36632 \end_layout
36633
36634 \begin_layout Standard
36635 To get the same formatting as for the other headings, the complete heading
36636  was set into a 
36637 \series bold
36638 boldmath
36639 \series default
36640  environment
36641 \begin_inset Foot
36642 status collapsed
36643
36644 \begin_layout Plain Layout
36645 see 
36646 \begin_inset CommandInset ref
36647 LatexCommand ref
36648 reference "subsec:Bold-Formulas"
36649
36650 \end_inset
36651
36652
36653 \end_layout
36654
36655 \end_inset
36656
36657 .
36658 \end_layout
36659
36660 \begin_layout Subsection
36661 Formulas in multi-column Text
36662 \begin_inset Index idx
36663 status collapsed
36664
36665 \begin_layout Plain Layout
36666 Formula ! in multi-column text
36667 \end_layout
36668
36669 \end_inset
36670
36671
36672 \end_layout
36673
36674 \begin_layout Standard
36675 Formulas in multi-column text are often too wide to fit into a column and
36676  thus need to be set over the whole page width.
36677  This is done by using the \SpecialChar LaTeX
36678 -package 
36679 \series bold
36680 multicol
36681 \series default
36682
36683 \begin_inset Foot
36684 status collapsed
36685
36686 \begin_layout Plain Layout
36687
36688 \series bold
36689 multicol
36690 \series default
36691  is part of every \SpecialChar LaTeX
36692  standard installation.
36693 \end_layout
36694
36695 \end_inset
36696
36697
36698 \begin_inset Index idx
36699 status collapsed
36700
36701 \begin_layout Plain Layout
36702 Packages ! multicol
36703 \end_layout
36704
36705 \end_inset
36706
36707 , that is loaded with the \SpecialChar LaTeX
36708 -preamble line
36709 \end_layout
36710
36711 \begin_layout Standard
36712
36713 \series bold
36714
36715 \backslash
36716 usepackage{multicol}
36717 \end_layout
36718
36719 \begin_layout Standard
36720 \begin_inset Note Greyedout
36721 status open
36722
36723 \begin_layout Plain Layout
36724 Note that in this case the setting 
36725 \family sans
36726 Two-column
36727 \begin_inset space ~
36728 \end_inset
36729
36730 document
36731 \family default
36732  in the menu 
36733 \family sans
36734 Document\SpecialChar menuseparator
36735 Settings
36736 \family default
36737  under 
36738 \family sans
36739 Text
36740 \begin_inset space ~
36741 \end_inset
36742
36743 Layout
36744 \family default
36745 \emph on
36746  
36747 \emph default
36748 must 
36749 \emph on
36750 not
36751 \emph default
36752  be selected.
36753 \end_layout
36754
36755 \end_inset
36756
36757
36758 \end_layout
36759
36760 \begin_layout Standard
36761 Before the multi-column text the command
36762 \end_layout
36763
36764 \begin_layout Standard
36765
36766 \series bold
36767
36768 \backslash
36769 begin{multicols}{column number}
36770 \end_layout
36771
36772 \begin_layout Standard
36773 is written in \SpecialChar TeX
36774  mode.
36775  The column number is a number in the range of 2
36776 \begin_inset space \thinspace{}
36777 \end_inset
36778
36779 -
36780 \begin_inset space \thinspace{}
36781 \end_inset
36782
36783 10.
36784  Before the formula the multi-column text is ended by inserting the command
36785 \end_layout
36786
36787 \begin_layout Standard
36788
36789 \series bold
36790
36791 \backslash
36792 end{multicols}
36793 \end_layout
36794
36795 \begin_layout Standard
36796 in \SpecialChar TeX
36797  mode.
36798 \end_layout
36799
36800 \begin_layout Standard
36801 Due to the command some space is automatically added before the formula.
36802  To revert this, -6
36803 \begin_inset space \thinspace{}
36804 \end_inset
36805
36806 mm vertical space is inserted before the formula.
36807  When the formula style 
36808 \series bold
36809 Indented
36810 \begin_inset Foot
36811 status collapsed
36812
36813 \begin_layout Plain Layout
36814 formula styles see 
36815 \begin_inset CommandInset ref
36816 LatexCommand ref
36817 reference "sec:Formula-Styles"
36818
36819 \end_inset
36820
36821
36822 \end_layout
36823
36824 \end_inset
36825
36826
36827 \series default
36828  is used, -9
36829 \begin_inset space \thinspace{}
36830 \end_inset
36831
36832 mm space is inserted instead.
36833 \end_layout
36834
36835 \begin_layout Standard
36836 As example a multi-column text with a displayed formula:
36837 \end_layout
36838
36839 \begin_layout Standard
36840
36841 \lang ngerman
36842 \begin_inset ERT
36843 status collapsed
36844
36845 \begin_layout Plain Layout
36846
36847
36848 \backslash
36849 begin{multicols}{2}
36850 \end_layout
36851
36852 \end_inset
36853
36854 Das Spektrum wird fouriertransformiert.
36855  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36856 , Lösungsmittel) zu trennen.
36857  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36858  nun das Aussehen des Ausgangssignals.
36859  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36860  über alle Phasen integrieren muss.
36861  Sei nun 
36862 \begin_inset Formula $S$
36863 \end_inset
36864
36865  unser normiertes Ausgangssignal und 
36866 \begin_inset Formula $P$
36867 \end_inset
36868
36869  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36870 \begin_inset ERT
36871 status collapsed
36872
36873 \begin_layout Plain Layout
36874
36875
36876 \backslash
36877 end{multicols}
36878 \end_layout
36879
36880 \end_inset
36881
36882
36883 \begin_inset VSpace -6mm
36884 \end_inset
36885
36886
36887 \begin_inset Formula 
36888 \begin{equation}
36889 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36890 \end{equation}
36891
36892 \end_inset
36893
36894
36895 \begin_inset ERT
36896 status collapsed
36897
36898 \begin_layout Plain Layout
36899
36900
36901 \backslash
36902 begin{multicols}{2}
36903 \end_layout
36904
36905 \end_inset
36906
36907 wobei 
36908 \begin_inset Formula $S_{0}$
36909 \end_inset
36910
36911  das Signal ohne Gradient ist und die Normierungsbedingung 
36912 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36913 \end_inset
36914
36915  gilt.
36916  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36917  Direkt nach dem 
36918 \begin_inset Formula $\nicefrac{\pi}{2}$
36919 \end_inset
36920
36921
36922 \begin_inset space \thinspace{}
36923 \end_inset
36924
36925 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36926  das Signal zusätzlich abschwächt.
36927  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36928  
36929 \begin_inset Formula $T_{2}$
36930 \end_inset
36931
36932 -Zeit.
36933 \end_layout
36934
36935 \begin_layout Standard
36936
36937 \lang ngerman
36938 \begin_inset ERT
36939 status collapsed
36940
36941 \begin_layout Plain Layout
36942
36943
36944 \backslash
36945 end{multicols}
36946 \end_layout
36947
36948 \end_inset
36949
36950
36951 \end_layout
36952
36953 \begin_layout Subsection
36954 Formulas with Description of Variables
36955 \begin_inset Index idx
36956 status collapsed
36957
36958 \begin_layout Plain Layout
36959 Formula ! with description of variables
36960 \end_layout
36961
36962 \end_inset
36963
36964
36965 \end_layout
36966
36967 \begin_layout Standard
36968 To describe variables within a formula, like in formula 
36969 \begin_inset CommandInset ref
36970 LatexCommand eqref
36971 reference "eq:within"
36972
36973 \end_inset
36974
36975 , a 2
36976 \series bold
36977 ×
36978 \series default
36979
36980 \begin_inset Formula $n$
36981 \end_inset
36982
36983
36984 \begin_inset space ~
36985 \end_inset
36986
36987 matrix is used with left aligned columns for the 
36988 \begin_inset Formula $n$
36989 \end_inset
36990
36991  used variables.
36992 \begin_inset Foot
36993 status collapsed
36994
36995 \begin_layout Plain Layout
36996 matrices see 
36997 \begin_inset CommandInset ref
36998 LatexCommand ref
36999 reference "sec:Matrices"
37000
37001 \end_inset
37002
37003
37004 \end_layout
37005
37006 \end_inset
37007
37008  To set the description in a smaller size, before the matrix e.
37009 \begin_inset space \thinspace{}
37010 \end_inset
37011
37012 g.
37013 \begin_inset space \space{}
37014 \end_inset
37015
37016 the command 
37017 \series bold
37018
37019 \backslash
37020 footnotesize
37021 \series default
37022  is inserted.
37023 \begin_inset Foot
37024 status collapsed
37025
37026 \begin_layout Plain Layout
37027 font sizes see 
37028 \begin_inset CommandInset ref
37029 LatexCommand ref
37030 reference "subsec:Font-Sizes"
37031
37032 \end_inset
37033
37034
37035 \end_layout
37036
37037 \end_inset
37038
37039
37040 \end_layout
37041
37042 \begin_layout Standard
37043 When the formula style 
37044 \series bold
37045 Indented
37046 \begin_inset Foot
37047 status collapsed
37048
37049 \begin_layout Plain Layout
37050 formula styles see 
37051 \begin_inset CommandInset ref
37052 LatexCommand ref
37053 reference "sec:Formula-Styles"
37054
37055 \end_inset
37056
37057
37058 \end_layout
37059
37060 \end_inset
37061
37062
37063 \series default
37064  is used, a 
37065 \series bold
37066
37067 \backslash
37068 hfill
37069 \series default
37070
37071 \begin_inset Foot
37072 status collapsed
37073
37074 \begin_layout Plain Layout
37075
37076 \series bold
37077
37078 \backslash
37079 hfill
37080 \series default
37081  only works in formulas with the style 
37082 \series bold
37083 Indented
37084 \series default
37085 , see 
37086 \begin_inset CommandInset ref
37087 LatexCommand ref
37088 reference "subsec:Variable-Space"
37089
37090 \end_inset
37091
37092 .
37093 \end_layout
37094
37095 \end_inset
37096
37097  is inserted before and after the matrix to have the same separation of
37098  the matrix from the equation and the side margin.
37099 \end_layout
37100
37101 \begin_layout Standard
37102 When the formula style 
37103 \series bold
37104 Centered
37105 \series default
37106  is used, the method described in 
37107 \begin_inset CommandInset ref
37108 LatexCommand ref
37109 reference "subsec:Flalign-Environment"
37110
37111 \end_inset
37112
37113  is used to indent formulas.
37114  Formula 
37115 \begin_inset CommandInset ref
37116 LatexCommand eqref
37117 reference "eq:within"
37118
37119 \end_inset
37120
37121  consists of five columns where in the first two columns contain the equation,
37122  the third the matrix and the last one an empty \SpecialChar TeX
37123  brace.
37124 \begin_inset Formula 
37125 \begin{flalign}
37126 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
37127 \rho & \textrm{density}\\
37128 V & \textrm{volume}\\
37129 g & \textrm{gravitational acceleration}
37130 \end{array} &  & {}\label{eq:within}
37131 \end{flalign}
37132
37133 \end_inset
37134
37135
37136 \end_layout
37137
37138 \begin_layout Subsection
37139 Upright small Greek Letters
37140 \begin_inset CommandInset label
37141 LatexCommand label
37142 name "subsec:Upright-small-Greek"
37143
37144 \end_inset
37145
37146
37147 \begin_inset Index idx
37148 status collapsed
37149
37150 \begin_layout Plain Layout
37151 Greek letters ! upright
37152 \end_layout
37153
37154 \end_inset
37155
37156
37157 \end_layout
37158
37159 \begin_layout Standard
37160 Most of the math fonts only provide italic small Greek letters.
37161  But for symbols of elementary particles like pions and neutrinos, upright
37162  Greek letters are needed.
37163  The file 
37164 \series bold
37165 upgreek.sty
37166 \series default
37167
37168 \begin_inset Foot
37169 status collapsed
37170
37171 \begin_layout Plain Layout
37172
37173 \series bold
37174 upgreek
37175 \series default
37176  is part of the \SpecialChar LaTeX
37177 -package 
37178 \series bold
37179 was
37180 \series default
37181
37182 \begin_inset Index idx
37183 status collapsed
37184
37185 \begin_layout Plain Layout
37186 Packages ! was
37187 \begin_inset ERT
37188 status collapsed
37189
37190 \begin_layout Plain Layout
37191
37192
37193 \backslash
37194 vspace{4mm}
37195 \end_layout
37196
37197 \end_inset
37198
37199
37200 \end_layout
37201
37202 \end_inset
37203
37204 .
37205 \end_layout
37206
37207 \end_inset
37208
37209
37210 \begin_inset Index idx
37211 status collapsed
37212
37213 \begin_layout Plain Layout
37214 Packages ! upgreek
37215 \end_layout
37216
37217 \end_inset
37218
37219  that is loaded with the \SpecialChar LaTeX
37220 -preamble line
37221 \end_layout
37222
37223 \begin_layout Standard
37224
37225 \series bold
37226
37227 \backslash
37228 usepackage{upgreek}
37229 \end_layout
37230
37231 \begin_layout Standard
37232 provides them.
37233  
37234 \begin_inset ERT
37235 status collapsed
37236
37237 \begin_layout Plain Layout
37238
37239
37240 \backslash
37241 ifupgreek 
37242 \end_layout
37243
37244 \end_inset
37245
37246
37247 \begin_inset Note Note
37248 status open
37249
37250 \begin_layout Plain Layout
37251 The following table will only be displayed when the \SpecialChar LaTeX
37252 -package 
37253 \series bold
37254 upgreek
37255 \series default
37256  is installed:
37257 \end_layout
37258
37259 \end_inset
37260
37261  They are created when the command for a small Greek letter is started with
37262  
37263 \series bold
37264 up
37265 \series default
37266 .
37267  For example the command 
37268 \series bold
37269
37270 \backslash
37271 uptau
37272 \series default
37273  creates this: 
37274 \begin_inset Formula $\uptau$
37275 \end_inset
37276
37277
37278 \end_layout
37279
37280 \begin_layout Standard
37281 With these commands reactions of elementary particles can be typeset:
37282 \begin_inset Formula 
37283 \[
37284 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
37285 \]
37286
37287 \end_inset
37288
37289
37290 \end_layout
37291
37292 \begin_layout Standard
37293 The upright letters are more bold and wider than the italic ones.
37294  They should therefore not be used for units like 
37295 \begin_inset Quotes eld
37296 \end_inset
37297
37298 µm
37299 \begin_inset Quotes erd
37300 \end_inset
37301
37302 .
37303 \end_layout
37304
37305 \begin_layout Standard
37306 \begin_inset ERT
37307 status collapsed
37308
37309 \begin_layout Plain Layout
37310
37311
37312 \backslash
37313 else 
37314 \end_layout
37315
37316 \end_inset
37317
37318
37319 \begin_inset Note Note
37320 status open
37321
37322 \begin_layout Plain Layout
37323 The following will be displayed when the \SpecialChar LaTeX
37324 -package 
37325 \series bold
37326 upgreek
37327 \series default
37328  is not installed:
37329 \end_layout
37330
37331 \end_inset
37332
37333
37334 \end_layout
37335
37336 \begin_layout Standard
37337 You need to install the \SpecialChar LaTeX
37338 -package 
37339 \series bold
37340 upgreek
37341 \series default
37342  to see the rest of this subsection in the output.
37343 \end_layout
37344
37345 \begin_layout Standard
37346 \begin_inset ERT
37347 status collapsed
37348
37349 \begin_layout Plain Layout
37350
37351
37352 \backslash
37353 fi 
37354 \end_layout
37355
37356 \end_inset
37357
37358
37359 \end_layout
37360
37361 \begin_layout Subsection
37362 Text Characters in Formulas
37363 \begin_inset Index idx
37364 status collapsed
37365
37366 \begin_layout Plain Layout
37367 Text ! in formulas
37368 \end_layout
37369
37370 \end_inset
37371
37372
37373 \end_layout
37374
37375 \begin_layout Standard
37376 In some cases you might want to insert text characters directly into formulas.
37377  When for example the centered dot · is often used in formulas like 
37378 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
37379 \end_inset
37380
37381 , one would have to insert the command 
37382 \series bold
37383
37384 \backslash
37385 cdot
37386 \series default
37387
37388 \begin_inset Foot
37389 status collapsed
37390
37391 \begin_layout Plain Layout
37392 see 
37393 \begin_inset CommandInset ref
37394 LatexCommand ref
37395 reference "subsec:Binary-Operators"
37396
37397 \end_inset
37398
37399
37400 \end_layout
37401
37402 \end_inset
37403
37404  all the time, because this character is defined in all encodings as text
37405  character.
37406  But the encoding can be changed by this \SpecialChar LaTeX
37407 -preamble line:
37408 \end_layout
37409
37410 \begin_layout Standard
37411
37412 \series bold
37413
37414 \backslash
37415 Declare Inputtext{183}{
37416 \backslash
37417 ifmmode
37418 \backslash
37419 cdot
37420 \backslash
37421 else
37422 \backslash
37423 textperiodcentered
37424 \backslash
37425 f\SpecialChar ligaturebreak
37426 i}
37427 \end_layout
37428
37429 \begin_layout Standard
37430 The character encoding (menu 
37431 \family sans
37432 Document\SpecialChar menuseparator
37433 Settings\SpecialChar menuseparator
37434 Language
37435 \family default
37436 ) specifies what character appears when a keyboard key is pressed.
37437  When the key for the character '·' is pressed, internally the command 
37438 \series bold
37439
37440 \backslash
37441 textperiodcentered
37442 \series default
37443  is used.
37444  But this command is not available in a formula so that you would get \SpecialChar LaTeX
37445 -errors.
37446  With the changed encoding the right command is chosen automatically, depending
37447  on if the character was inserted into a formula or not.
37448 \end_layout
37449
37450 \begin_layout Standard
37451 The encoding of several characters is saved in definition files.
37452  For example the encoding 
37453 \series bold
37454 latin9
37455 \series default
37456  is defined in the file 
37457 \series bold
37458 latin9.def
37459 \series default
37460  which is in the installation folder of \SpecialChar LaTeX
37461 .
37462  Encodings should only be changed via the \SpecialChar LaTeX
37463 -preamble and not in the definition
37464  files.
37465  Otherwise documents could not be edited by other \SpecialChar LyX
37466  users working on other
37467  computers.
37468 \end_layout
37469
37470 \begin_layout Standard
37471 \begin_inset VSpace medskip
37472 \end_inset
37473
37474 Besides the centered dot, in this document the degree sign ° is defined
37475  with the following \SpecialChar LaTeX
37476 -preamble line so that it can be directly inserted into
37477  a formula:
37478 \end_layout
37479
37480 \begin_layout Standard
37481
37482 \series bold
37483
37484 \backslash
37485 DeclareInputtext{176}{
37486 \backslash
37487 ifmmode^
37488 \backslash
37489 circ
37490 \backslash
37491 else
37492 \backslash
37493 textdegree
37494 \backslash
37495 f\SpecialChar ligaturebreak
37496 i}
37497 \end_layout
37498
37499 \begin_layout Subsection
37500 \SpecialChar LaTeX
37501 -comments in formulas
37502 \begin_inset Index idx
37503 status collapsed
37504
37505 \begin_layout Plain Layout
37506 \SpecialChar LaTeX
37507 -comments
37508 \end_layout
37509
37510 \end_inset
37511
37512
37513 \end_layout
37514
37515 \begin_layout Standard
37516 In text you can insert a comment that will only be visible in the \SpecialChar LaTeX
37517  source
37518  code of your file with the menu 
37519 \family sans
37520 Insert\SpecialChar menuseparator
37521 Note\SpecialChar menuseparator
37522 Comment
37523 \family default
37524 .
37525  This is not possible in a formula but you can insert \SpecialChar LaTeX
37526 -comments with the
37527  command
37528 \end_layout
37529
37530 \begin_layout Standard
37531
37532 \series bold
37533
37534 \backslash
37535 %
37536 \end_layout
37537
37538 \begin_layout Standard
37539 This creates a box in which you can write your comment.
37540  Due to a bug in \SpecialChar LyX
37541
37542 \begin_inset Foot
37543 status collapsed
37544
37545 \begin_layout Plain Layout
37546 \begin_inset CommandInset href
37547 LatexCommand href
37548 name "LyX-bug #9002"
37549 target "http://www.lyx.org/trac/ticket/9002"
37550
37551 \end_inset
37552
37553
37554 \end_layout
37555
37556 \end_inset
37557
37558  you cannot write normal text inside the comment, even when you use mathematical
37559  text, you will see its \SpecialChar LaTeX
37560 -commands in the \SpecialChar LaTeX
37561 -output.
37562 \begin_inset Newline newline
37563 \end_inset
37564
37565 This a formula with a \SpecialChar LaTeX
37566 -comment:
37567 \begin_inset Formula 
37568 \[
37569 A=B%\text{This is the comment}
37570 \]
37571
37572 \end_inset
37573
37574
37575 \end_layout
37576
37577 \begin_layout Standard
37578 \begin_inset Newpage newpage
37579 \end_inset
37580
37581
37582 \end_layout
37583
37584 \begin_layout Section
37585 \start_of_appendix
37586 Typographic Advice
37587 \begin_inset Index idx
37588 status collapsed
37589
37590 \begin_layout Plain Layout
37591 Typographic advice
37592 \end_layout
37593
37594 \end_inset
37595
37596
37597 \end_layout
37598
37599 \begin_layout Standard
37600 This section is a summary of the most important typographic rules, listed
37601  in ISO norms.
37602 \begin_inset Foot
37603 status collapsed
37604
37605 \begin_layout Plain Layout
37606 This collection was partly taken from the German semi-official dictionary
37607  called 
37608 \begin_inset Quotes eld
37609 \end_inset
37610
37611 Duden
37612 \begin_inset Quotes erd
37613 \end_inset
37614
37615  
37616 \begin_inset CommandInset citation
37617 LatexCommand cite
37618 key "Duden"
37619
37620 \end_inset
37621
37622  that lists some of the ISO rules.
37623  More rules are listed in 
37624 \begin_inset CommandInset citation
37625 LatexCommand cite
37626 key "Checklist"
37627
37628 \end_inset
37629
37630 .
37631 \end_layout
37632
37633 \end_inset
37634
37635
37636 \end_layout
37637
37638 \begin_layout Itemize
37639 Physical units are 
37640 \emph on
37641 always
37642 \emph default
37643  set upright
37644 \begin_inset Foot
37645 status collapsed
37646
37647 \begin_layout Plain Layout
37648 done with font styles, see 
37649 \begin_inset CommandInset ref
37650 LatexCommand ref
37651 reference "subsec:Font-Styles"
37652
37653 \end_inset
37654
37655
37656 \end_layout
37657
37658 \end_inset
37659
37660 , no matter if they appear in italic text: 30
37661 \begin_inset space \thinspace{}
37662 \end_inset
37663
37664 km/h
37665 \begin_inset Newline newline
37666 \end_inset
37667
37668 Between the value and the unit is the smallest space, see 
37669 \begin_inset CommandInset ref
37670 LatexCommand ref
37671 reference "subsec:Predefined-Space"
37672
37673 \end_inset
37674
37675 .
37676 \begin_inset Newline newline
37677 \end_inset
37678
37679 This convention is automatically fulfilled when the command 
37680 \series bold
37681
37682 \backslash
37683 unittwo
37684 \series default
37685  is used.
37686  When it is entered to a formula, two boxes appear.
37687  In the first one the value is inserted, in the second one the unit, and
37688  one gets as above: 
37689 \begin_inset Formula $\unit[30]{km/h}$
37690 \end_inset
37691
37692
37693 \begin_inset space \thinspace{}
37694 \end_inset
37695
37696 .
37697  Note that 
37698 \series bold
37699
37700 \backslash
37701 unittwo
37702 \series default
37703  is not a real \SpecialChar LaTeX
37704  command but the command 
37705 \series bold
37706
37707 \backslash
37708 unit[value]{unit}
37709 \series default
37710 , therefore you cannot use it in \SpecialChar TeX
37711  code.
37712 \end_layout
37713
37714 \begin_layout Itemize
37715 Percent and perthousand signs are set like physical units:
37716 \begin_inset Newline newline
37717 \end_inset
37718
37719 1.2
37720 \begin_inset space \thinspace{}
37721 \end_inset
37722
37723 ‰ alcohol in blood
37724 \end_layout
37725
37726 \begin_layout Itemize
37727 The degree sign follows directly on the value: 15°, but not when it is used
37728  in units: 15
37729 \begin_inset space \thinspace{}
37730 \end_inset
37731
37732 °C
37733 \end_layout
37734
37735 \begin_layout Itemize
37736 In numbers with more than four digits the smallest space is inserted before
37737  every third digit to group them: 
37738 \family roman
37739 \series medium
37740 \shape up
37741 \size normal
37742 \emph off
37743 \bar no
37744 \noun off
37745 \color none
37746 18
37747 \begin_inset space \thinspace{}
37748 \end_inset
37749
37750 473
37751 \begin_inset space \thinspace{}
37752 \end_inset
37753
37754 588
37755 \end_layout
37756
37757 \begin_layout Itemize
37758 For dimensions like 120×90×40
37759 \begin_inset space \thinspace{}
37760 \end_inset
37761
37762 cm the multiplication sign 
37763 \begin_inset Quotes eld
37764 \end_inset
37765
37766 ×
37767 \begin_inset Quotes erd
37768 \end_inset
37769
37770  is used.
37771  It is available either via the command 
37772 \series bold
37773
37774 \backslash
37775 times
37776 \series default
37777  or via the menu 
37778 \family sans
37779 Insert\SpecialChar menuseparator
37780 Special Character\SpecialChar menuseparator
37781 Symbols
37782 \family default
37783 .
37784 \end_layout
37785
37786 \begin_layout Itemize
37787 Functions with names consisting of several letters are set upright to avoid
37788  confusions, see 
37789 \begin_inset CommandInset ref
37790 LatexCommand ref
37791 reference "subsec:Predefined-Functions"
37792
37793 \end_inset
37794
37795 .
37796 \end_layout
37797
37798 \begin_layout Itemize
37799 Indices consisting of several letters, are set upright: 
37800 \begin_inset Formula $E_{\mathrm{kin}}$
37801 \end_inset
37802
37803
37804 \begin_inset Newline newline
37805 \end_inset
37806
37807 Components of matrices are set italic: 
37808 \begin_inset Formula $\hat{H}_{kl}$
37809 \end_inset
37810
37811
37812 \end_layout
37813
37814 \begin_layout Itemize
37815 The differentiation/integration operator 'd', the Euler's number 'e' and
37816  the imaginary unit 'i' should be set upright, to avoid mixing them up with
37817  other variables.
37818 \end_layout
37819
37820 \begin_layout Itemize
37821 The character that denotes a 
37822 \noun on
37823 Fourier
37824 \noun default
37825  transformation is inserted either by the command 
37826 \series bold
37827
37828 \backslash
37829 mathscr
37830 \begin_inset space \textvisiblespace{}
37831 \end_inset
37832
37833 F
37834 \series default
37835  or via the menu 
37836 \family sans
37837 Insert\SpecialChar menuseparator
37838 Special Character\SpecialChar menuseparator
37839 Symbols\SpecialChar menuseparator
37840 Letterlike
37841 \begin_inset space ~
37842 \end_inset
37843
37844 Symbols
37845 \family default
37846
37847 \begin_inset Formula $\mathscr{F}$
37848 \end_inset
37849
37850
37851 \end_layout
37852
37853 \begin_layout Standard
37854 \begin_inset Newpage newpage
37855 \end_inset
37856
37857
37858 \end_layout
37859
37860 \begin_layout Section
37861 Synonyms
37862 \begin_inset Index idx
37863 status collapsed
37864
37865 \begin_layout Plain Layout
37866 Synonyms
37867 \end_layout
37868
37869 \end_inset
37870
37871
37872 \end_layout
37873
37874 \begin_layout Standard
37875 Some characters and symbols can be created with several commands.
37876  Here is a list of the synonym commands:
37877 \end_layout
37878
37879 \begin_layout Standard
37880 \begin_inset VSpace bigskip
37881 \end_inset
37882
37883
37884 \begin_inset space \hfill{}
37885 \end_inset
37886
37887
37888 \begin_inset Tabular
37889 <lyxtabular version="3" rows="12" columns="2">
37890 <features tabularvalignment="middle">
37891 <column alignment="center" valignment="top" width="0pt">
37892 <column alignment="center" valignment="top" width="0pt">
37893 <row>
37894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37895 \begin_inset Text
37896
37897 \begin_layout Plain Layout
37898 Command
37899 \end_layout
37900
37901 \end_inset
37902 </cell>
37903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37904 \begin_inset Text
37905
37906 \begin_layout Plain Layout
37907 equivalent to
37908 \begin_inset Note Note
37909 status collapsed
37910
37911 \begin_layout Plain Layout
37912
37913 \series bold
37914
37915 \backslash
37916 raisebox
37917 \series default
37918  is only used as spacer.
37919 \end_layout
37920
37921 \end_inset
37922
37923
37924 \end_layout
37925
37926 \end_inset
37927 </cell>
37928 </row>
37929 <row>
37930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37931 \begin_inset Text
37932
37933 \begin_layout Plain Layout
37934
37935 \backslash
37936 ast
37937 \end_layout
37938
37939 \end_inset
37940 </cell>
37941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37942 \begin_inset Text
37943
37944 \begin_layout Plain Layout
37945 \begin_inset ERT
37946 status collapsed
37947
37948 \begin_layout Plain Layout
37949
37950
37951 \backslash
37952 raisebox{-1.2mm}{
37953 \end_layout
37954
37955 \end_inset
37956
37957 *
37958 \begin_inset ERT
37959 status collapsed
37960
37961 \begin_layout Plain Layout
37962
37963 }
37964 \end_layout
37965
37966 \end_inset
37967
37968
37969 \end_layout
37970
37971 \end_inset
37972 </cell>
37973 </row>
37974 <row>
37975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37976 \begin_inset Text
37977
37978 \begin_layout Plain Layout
37979
37980 \backslash
37981 choose
37982 \end_layout
37983
37984 \end_inset
37985 </cell>
37986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37987 \begin_inset Text
37988
37989 \begin_layout Plain Layout
37990
37991 \backslash
37992 binom
37993 \end_layout
37994
37995 \end_inset
37996 </cell>
37997 </row>
37998 <row>
37999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38000 \begin_inset Text
38001
38002 \begin_layout Plain Layout
38003
38004 \backslash
38005 geq
38006 \end_layout
38007
38008 \end_inset
38009 </cell>
38010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38011 \begin_inset Text
38012
38013 \begin_layout Plain Layout
38014
38015 \backslash
38016 ge
38017 \end_layout
38018
38019 \end_inset
38020 </cell>
38021 </row>
38022 <row>
38023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38024 \begin_inset Text
38025
38026 \begin_layout Plain Layout
38027
38028 \backslash
38029 lbrace
38030 \end_layout
38031
38032 \end_inset
38033 </cell>
38034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38035 \begin_inset Text
38036
38037 \begin_layout Plain Layout
38038 {
38039 \end_layout
38040
38041 \end_inset
38042 </cell>
38043 </row>
38044 <row>
38045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38046 \begin_inset Text
38047
38048 \begin_layout Plain Layout
38049
38050 \backslash
38051 lbracket
38052 \end_layout
38053
38054 \end_inset
38055 </cell>
38056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38057 \begin_inset Text
38058
38059 \begin_layout Plain Layout
38060 [
38061 \end_layout
38062
38063 \end_inset
38064 </cell>
38065 </row>
38066 <row>
38067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38068 \begin_inset Text
38069
38070 \begin_layout Plain Layout
38071
38072 \backslash
38073 leftarrow
38074 \end_layout
38075
38076 \end_inset
38077 </cell>
38078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38079 \begin_inset Text
38080
38081 \begin_layout Plain Layout
38082
38083 \backslash
38084 gets
38085 \end_layout
38086
38087 \end_inset
38088 </cell>
38089 </row>
38090 <row>
38091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38092 \begin_inset Text
38093
38094 \begin_layout Plain Layout
38095
38096 \backslash
38097 leq
38098 \end_layout
38099
38100 \end_inset
38101 </cell>
38102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38103 \begin_inset Text
38104
38105 \begin_layout Plain Layout
38106
38107 \backslash
38108 le
38109 \end_layout
38110
38111 \end_inset
38112 </cell>
38113 </row>
38114 <row>
38115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38116 \begin_inset Text
38117
38118 \begin_layout Plain Layout
38119
38120 \backslash
38121 lor
38122 \end_layout
38123
38124 \end_inset
38125 </cell>
38126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38127 \begin_inset Text
38128
38129 \begin_layout Plain Layout
38130
38131 \backslash
38132 vee
38133 \end_layout
38134
38135 \end_inset
38136 </cell>
38137 </row>
38138 <row>
38139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38140 \begin_inset Text
38141
38142 \begin_layout Plain Layout
38143
38144 \backslash
38145 neq
38146 \end_layout
38147
38148 \end_inset
38149 </cell>
38150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38151 \begin_inset Text
38152
38153 \begin_layout Plain Layout
38154
38155 \backslash
38156 not=
38157 \end_layout
38158
38159 \end_inset
38160 </cell>
38161 </row>
38162 <row>
38163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38164 \begin_inset Text
38165
38166 \begin_layout Plain Layout
38167
38168 \backslash
38169 slash
38170 \end_layout
38171
38172 \end_inset
38173 </cell>
38174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38175 \begin_inset Text
38176
38177 \begin_layout Plain Layout
38178 /
38179 \end_layout
38180
38181 \end_inset
38182 </cell>
38183 </row>
38184 <row>
38185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38186 \begin_inset Text
38187
38188 \begin_layout Plain Layout
38189
38190 \backslash
38191 vert
38192 \end_layout
38193
38194 \end_inset
38195 </cell>
38196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38197 \begin_inset Text
38198
38199 \begin_layout Plain Layout
38200 |
38201 \end_layout
38202
38203 \end_inset
38204 </cell>
38205 </row>
38206 </lyxtabular>
38207
38208 \end_inset
38209
38210
38211 \begin_inset space \hfill{}
38212 \end_inset
38213
38214
38215 \begin_inset Tabular
38216 <lyxtabular version="3" rows="12" columns="2">
38217 <features tabularvalignment="middle">
38218 <column alignment="center" valignment="top" width="0pt">
38219 <column alignment="center" valignment="top" width="0pt">
38220 <row>
38221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38222 \begin_inset Text
38223
38224 \begin_layout Plain Layout
38225 Command
38226 \end_layout
38227
38228 \end_inset
38229 </cell>
38230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38231 \begin_inset Text
38232
38233 \begin_layout Plain Layout
38234 equivalent to
38235 \end_layout
38236
38237 \end_inset
38238 </cell>
38239 </row>
38240 <row>
38241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38242 \begin_inset Text
38243
38244 \begin_layout Plain Layout
38245
38246 \backslash
38247 backslash
38248 \end_layout
38249
38250 \end_inset
38251 </cell>
38252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38253 \begin_inset Text
38254
38255 \begin_layout Plain Layout
38256
38257 \backslash
38258
38259 \backslash
38260
38261 \end_layout
38262
38263 \end_inset
38264 </cell>
38265 </row>
38266 <row>
38267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38268 \begin_inset Text
38269
38270 \begin_layout Plain Layout
38271
38272 \backslash
38273 dasharrow
38274 \end_layout
38275
38276 \end_inset
38277 </cell>
38278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38279 \begin_inset Text
38280
38281 \begin_layout Plain Layout
38282
38283 \backslash
38284 dashrightarrow
38285 \end_layout
38286
38287 \end_inset
38288 </cell>
38289 </row>
38290 <row>
38291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38292 \begin_inset Text
38293
38294 \begin_layout Plain Layout
38295
38296 \backslash
38297 land
38298 \end_layout
38299
38300 \end_inset
38301 </cell>
38302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38303 \begin_inset Text
38304
38305 \begin_layout Plain Layout
38306
38307 \backslash
38308 wedge
38309 \end_layout
38310
38311 \end_inset
38312 </cell>
38313 </row>
38314 <row>
38315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38316 \begin_inset Text
38317
38318 \begin_layout Plain Layout
38319
38320 \backslash
38321 rbrace
38322 \end_layout
38323
38324 \end_inset
38325 </cell>
38326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38327 \begin_inset Text
38328
38329 \begin_layout Plain Layout
38330 }
38331 \end_layout
38332
38333 \end_inset
38334 </cell>
38335 </row>
38336 <row>
38337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38338 \begin_inset Text
38339
38340 \begin_layout Plain Layout
38341
38342 \backslash
38343 rbracket
38344 \end_layout
38345
38346 \end_inset
38347 </cell>
38348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38349 \begin_inset Text
38350
38351 \begin_layout Plain Layout
38352 ]
38353 \end_layout
38354
38355 \end_inset
38356 </cell>
38357 </row>
38358 <row>
38359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38360 \begin_inset Text
38361
38362 \begin_layout Plain Layout
38363
38364 \backslash
38365 rightarrow
38366 \end_layout
38367
38368 \end_inset
38369 </cell>
38370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38371 \begin_inset Text
38372
38373 \begin_layout Plain Layout
38374
38375 \backslash
38376 to
38377 \end_layout
38378
38379 \end_inset
38380 </cell>
38381 </row>
38382 <row>
38383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38384 \begin_inset Text
38385
38386 \begin_layout Plain Layout
38387
38388 \backslash
38389 lnot
38390 \end_layout
38391
38392 \end_inset
38393 </cell>
38394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38395 \begin_inset Text
38396
38397 \begin_layout Plain Layout
38398
38399 \backslash
38400 neg
38401 \end_layout
38402
38403 \end_inset
38404 </cell>
38405 </row>
38406 <row>
38407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38408 \begin_inset Text
38409
38410 \begin_layout Plain Layout
38411
38412 \backslash
38413 ne
38414 \end_layout
38415
38416 \end_inset
38417 </cell>
38418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38419 \begin_inset Text
38420
38421 \begin_layout Plain Layout
38422
38423 \backslash
38424 not=
38425 \end_layout
38426
38427 \end_inset
38428 </cell>
38429 </row>
38430 <row>
38431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38432 \begin_inset Text
38433
38434 \begin_layout Plain Layout
38435
38436 \backslash
38437 owns
38438 \end_layout
38439
38440 \end_inset
38441 </cell>
38442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38443 \begin_inset Text
38444
38445 \begin_layout Plain Layout
38446
38447 \backslash
38448 ni
38449 \end_layout
38450
38451 \end_inset
38452 </cell>
38453 </row>
38454 <row>
38455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38456 \begin_inset Text
38457
38458 \begin_layout Plain Layout
38459
38460 \backslash
38461 square
38462 \end_layout
38463
38464 \end_inset
38465 </cell>
38466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38467 \begin_inset Text
38468
38469 \begin_layout Plain Layout
38470
38471 \backslash
38472 Box
38473 \end_layout
38474
38475 \end_inset
38476 </cell>
38477 </row>
38478 <row>
38479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38480 \begin_inset Text
38481
38482 \begin_layout Plain Layout
38483
38484 \backslash
38485 Vert
38486 \end_layout
38487
38488 \end_inset
38489 </cell>
38490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38491 \begin_inset Text
38492
38493 \begin_layout Plain Layout
38494
38495 \backslash
38496 |
38497 \end_layout
38498
38499 \end_inset
38500 </cell>
38501 </row>
38502 </lyxtabular>
38503
38504 \end_inset
38505
38506
38507 \begin_inset space \hfill{}
38508 \end_inset
38509
38510
38511 \end_layout
38512
38513 \begin_layout Standard
38514 \begin_inset Newpage newpage
38515 \end_inset
38516
38517
38518 \end_layout
38519
38520 \begin_layout Bibliography
38521 \begin_inset CommandInset bibitem
38522 LatexCommand bibitem
38523 key "TLC2"
38524
38525 \end_inset
38526
38527
38528 \shape smallcaps
38529 Mittelbach, F.
38530  ; Goossens, M.
38531 \shape default
38532
38533 \shape italic
38534 The \SpecialChar LaTeX
38535  Companion
38536 \shape default
38537 .
38538  Addison Wesley, 2004
38539 \end_layout
38540
38541 \begin_layout Bibliography
38542 \begin_inset CommandInset bibitem
38543 LatexCommand bibitem
38544 key "Mathmode"
38545
38546 \end_inset
38547
38548
38549 \begin_inset CommandInset href
38550 LatexCommand href
38551 name "Description"
38552 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38553
38554 \end_inset
38555
38556  of \SpecialChar LaTeX
38557 's math abilities
38558 \end_layout
38559
38560 \begin_layout Bibliography
38561 \begin_inset CommandInset bibitem
38562 LatexCommand bibitem
38563 key "AMS"
38564
38565 \end_inset
38566
38567
38568 \begin_inset CommandInset href
38569 LatexCommand href
38570 name "Description"
38571 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
38572
38573 \end_inset
38574
38575  of 
38576 \begin_inset ERT
38577 status collapsed
38578
38579 \begin_layout Plain Layout
38580
38581
38582 \backslash
38583 AmS
38584 \end_layout
38585
38586 \end_inset
38587
38588 -\SpecialChar LaTeX
38589
38590 \end_layout
38591
38592 \begin_layout Bibliography
38593 \begin_inset CommandInset bibitem
38594 LatexCommand bibitem
38595 key "Symbols"
38596
38597 \end_inset
38598
38599
38600 \begin_inset CommandInset href
38601 LatexCommand href
38602 name "List"
38603 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38604
38605 \end_inset
38606
38607  of all symbols available with \SpecialChar LaTeX
38608 -packages
38609 \end_layout
38610
38611 \begin_layout Bibliography
38612 \begin_inset CommandInset bibitem
38613 LatexCommand bibitem
38614 key "cancel"
38615
38616 \end_inset
38617
38618
38619 \begin_inset CommandInset href
38620 LatexCommand href
38621 name "Documentation"
38622 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
38623
38624 \end_inset
38625
38626  of the \SpecialChar LaTeX
38627 -package 
38628 \series bold
38629 cancel
38630 \series default
38631
38632 \begin_inset Index idx
38633 status collapsed
38634
38635 \begin_layout Plain Layout
38636 Packages ! cancel
38637 \end_layout
38638
38639 \end_inset
38640
38641
38642 \end_layout
38643
38644 \begin_layout Bibliography
38645 \begin_inset CommandInset bibitem
38646 LatexCommand bibitem
38647 key "hyperref"
38648
38649 \end_inset
38650
38651
38652 \begin_inset CommandInset href
38653 LatexCommand href
38654 name "Documentation"
38655 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38656
38657 \end_inset
38658
38659  of the \SpecialChar LaTeX
38660 -package 
38661 \series bold
38662 hyperref
38663 \series default
38664
38665 \begin_inset Index idx
38666 status collapsed
38667
38668 \begin_layout Plain Layout
38669 Packages ! hyperref
38670 \end_layout
38671
38672 \end_inset
38673
38674
38675 \end_layout
38676
38677 \begin_layout Bibliography
38678 \begin_inset CommandInset bibitem
38679 LatexCommand bibitem
38680 key "mhchem"
38681
38682 \end_inset
38683
38684
38685 \begin_inset CommandInset href
38686 LatexCommand href
38687 name "Documentation"
38688 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38689
38690 \end_inset
38691
38692  of the \SpecialChar LaTeX
38693 -package 
38694 \series bold
38695 mhchem
38696 \series default
38697
38698 \begin_inset Index idx
38699 status collapsed
38700
38701 \begin_layout Plain Layout
38702 Packages ! mhchem
38703 \end_layout
38704
38705 \end_inset
38706
38707
38708 \end_layout
38709
38710 \begin_layout Bibliography
38711 \begin_inset CommandInset bibitem
38712 LatexCommand bibitem
38713 key "Duden"
38714
38715 \end_inset
38716
38717
38718 \emph on
38719 Duden Band 1
38720 \emph default
38721 .
38722  22.
38723  Auflage, Duden 2001
38724 \end_layout
38725
38726 \begin_layout Bibliography
38727 \begin_inset CommandInset bibitem
38728 LatexCommand bibitem
38729 key "Checklist"
38730
38731 \end_inset
38732
38733
38734 \begin_inset CommandInset href
38735 LatexCommand href
38736 name "Check list"
38737 target "http://physics.nist.gov/Document/checklist.pdf"
38738
38739 \end_inset
38740
38741  for reviewing manuscripts
38742 \end_layout
38743
38744 \begin_layout Standard
38745 \begin_inset CommandInset index_print
38746 LatexCommand printindex
38747 type "idx"
38748
38749 \end_inset
38750
38751
38752 \end_layout
38753
38754 \end_body
38755 \end_document