]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
808a07a0207d5e31ab5d71b82c1f3438fbf90fcb
[lyx.git] / lib / doc / Math.lyx
1 #LyX 1.6.3svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % To be able to enter the character ° and · directly in LyX,
36 % see sec. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % increase link area for cross-references and autoname them,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \addto\extrasenglish{
45  \renewcommand{\equationautorefname}{\hspace{-\abc}}
46  \renewcommand{\sectionautorefname}{sec.\negthinspace}
47  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
49
50 % don't load packages twice
51 % see first footnote in sec. 9.3
52 \@ifundefined{textcolor}{\usepackage{color}}{}
53
54 % the pages of the TOC are numbered roman
55 % and a PDF-bookmark for the TOC is added
56 \pagenumbering{roman}
57 \let\myTOC\tableofcontents
58 \renewcommand{\tableofcontents}{%
59  \vspace{1cm}
60  \pdfbookmark[1]{\contentsname}{}
61  \myTOC
62  \cleardoublepage
63  \pagenumbering{arabic}}
64
65 % insert additional vertical space of 1.5 mm between footnotes,
66 \let\myFoot\footnote
67 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
68
69 % provides caption formatting
70 \setkomafont{captionlabel}{\bfseries}
71
72 % used in Kap. 22.6
73 \usepackage[samesize]{cancel}
74
75 % enables calculation of values,
76 \usepackage{calc}
77
78 % for multiple table row and column cells
79 \usepackage{multirow}
80 \usepackage{multicol}
81
82 % needed in sec. 19.4
83 \usepackage{remreset}
84
85 % center multirows (e.g. in sec. 13.3)
86 \renewcommand{\multirowsetup}{\centering}
87
88 % define a color, used in sec.9.3
89 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
90
91 % declare operators (see sec. 10.4 and sec. 15.2)
92 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
93 \DeclareMathOperator{\sgn}{sgn}
94
95 \newcommand{\spce}{\textvisiblespace}
96
97 % example definitions for sec. 20.1 
98 \newcommand{\gr}{\Longrightarrow}
99 \newcommand{\us}[1]{\underline{#1}}
100 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
101 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
102 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
103
104 % example macro from sec. 19.4
105 %\def\tagform@#1{\maketag@@@{|#1|}}
106
107 % macro from sec. 10.2
108 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
109 \def\mathclap {\mathpalette \mathclapinternal}
110 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
111
112 % redefine the greyed out note
113 \renewenvironment{lyxgreyedout}
114  {\textcolor{blue}\bgroup}{\egroup}
115
116 % ------------------------------------
117 % used to check for needed LaTeX packages
118 \usepackage{ifthen}
119
120 % check for package eurosym
121 % used for the Euro symbol
122 \newboolean{eurosym}
123 \IfFileExists{eurosym.sty}
124  {\usepackage[gennarrow]{eurosym}
125   \setboolean{eurosym}{true}}
126  {\setboolean{eurosym}{false}}
127
128 % needed in sec. 22.4
129 % check for package braket
130 \newboolean{braket}
131 \IfFileExists{braket.sty}
132  {\usepackage{braket}
133   \setboolean{braket}{true}}
134  {\setboolean{braket}{false}}
135
136 % needed in sec. 22.10
137 % check for package upgreek
138 \newboolean{upgreek}
139 \IfFileExists{upgreek.sty}
140  {\usepackage{upgreek}
141   \setboolean{upgreek}{true}}
142  {\setboolean{upgreek}{false}}
143 \end_preamble
144 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
145 \use_default_options false
146 \language english
147 \inputencoding auto
148 \font_roman default
149 \font_sans default
150 \font_typewriter default
151 \font_default_family default
152 \font_sc false
153 \font_osf false
154 \font_sf_scale 100
155 \font_tt_scale 100
156
157 \graphics default
158 \paperfontsize 12
159 \spacing single
160 \use_hyperref true
161 \pdf_title "LyX's Math Manual"
162 \pdf_author "LyX Team, Uwe Stöhr"
163 \pdf_subject "LyX-documentation about math"
164 \pdf_keywords "LyX, Mathed"
165 \pdf_bookmarks true
166 \pdf_bookmarksnumbered true
167 \pdf_bookmarksopen true
168 \pdf_bookmarksopenlevel 1
169 \pdf_breaklinks false
170 \pdf_pdfborder false
171 \pdf_colorlinks true
172 \pdf_backref false
173 \pdf_pdfusetitle false
174 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
175 \papersize a4paper
176 \use_geometry false
177 \use_amsmath 2
178 \use_esint 1
179 \cite_engine basic
180 \use_bibtopic false
181 \paperorientation portrait
182 \secnumdepth 4
183 \tocdepth 3
184 \paragraph_separation skip
185 \defskip medskip
186 \quotes_language english
187 \papercolumns 1
188 \papersides 2
189 \paperpagestyle plain
190 \bullet 1 0 6 -1
191 \bullet 2 2 35 -1
192 \bullet 3 2 7 -1
193 \tracking_changes false
194 \output_changes false
195 \author "" 
196 \author "" 
197 \end_header
198
199 \begin_body
200
201 \begin_layout Title
202 LyX's detailed Math manual
203 \end_layout
204
205 \begin_layout Author
206 by the LyX Team
207 \begin_inset Foot
208 status collapsed
209
210 \begin_layout Plain Layout
211 \noindent
212 If you have comments or error corrections, please send them to the LyX Documenta
213 tion mailing list: 
214 \family typewriter
215
216 \begin_inset CommandInset href
217 LatexCommand href
218 name "lyx-docs@lists.lyx.org"
219 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
220 type "mailto:"
221
222 \end_inset
223
224
225 \end_layout
226
227 \end_inset
228
229
230 \begin_inset Note Note
231 status collapsed
232
233 \begin_layout Plain Layout
234 author: Uwe Stöhr
235 \end_layout
236
237 \end_inset
238
239
240 \begin_inset Newline newline
241 \end_inset
242
243
244 \begin_inset Newline newline
245 \end_inset
246
247
248 \family sans
249 Version 2.0.x
250 \end_layout
251
252 \begin_layout Standard
253 \begin_inset CommandInset toc
254 LatexCommand tableofcontents
255
256 \end_inset
257
258
259 \end_layout
260
261 \begin_layout Standard
262 \begin_inset Note Note
263 status open
264
265 \begin_layout Plain Layout
266 To export this document to PDF, PS, or DVI the LaTeX-packages 
267 \series bold
268 eurosym,
269 \series default
270  
271 \series bold
272 multirow,
273 \series default
274  and 
275 \series bold
276 was
277 \series default
278  must be installed.
279  If they are not installed you can export the document anyway but the sections
280  where the packages are required won't appear in the output.
281 \end_layout
282
283 \begin_layout Plain Layout
284 The latest PDF-version of this document can be found here:
285 \begin_inset Newline newline
286 \end_inset
287
288
289 \series bold
290 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
291 \end_layout
292
293 \end_inset
294
295
296 \end_layout
297
298 \begin_layout Standard
299 \begin_inset Newpage newpage
300 \end_inset
301
302
303 \end_layout
304
305 \begin_layout Section
306 Introduction
307 \end_layout
308
309 \begin_layout Standard
310 This document explains LyX's math features and is furthermore a collection
311  of LaTeX-commands used for mathematical characters and constructs.
312  The explanations are designed for the usage of commands.
313  It is therefore required that you have read the section 
314 \family typewriter
315 Mathematical
316 \begin_inset space ~
317 \end_inset
318
319 Formulas
320 \family default
321  of the User's Guide.
322 \end_layout
323
324 \begin_layout Standard
325 Most of the characters and many constructs explained in this manual are
326  also accessible via the menu 
327 \family sans
328 Insert
329 \series bold
330 \SpecialChar \menuseparator
331
332 \series default
333 Math
334 \family default
335 , or the 
336 \family sans
337 math
338 \family default
339 \series bold
340  
341 \family sans
342 \series default
343 toolbar
344 \family default
345 .
346  But everybody who has to write lots of formulas will notice that it is
347  much faster to use commands instead of the math toolbar.
348  Therefore this manual is focused on commands but also mentions the correspondin
349 g toolbar buttons when available.
350 \end_layout
351
352 \begin_layout Standard
353 If not specially mentioned the commands are only available within formulas.
354  To be able to use all commands explained in this document, the option 
355 \family sans
356 Use AMS math package
357 \family default
358  must be used in the document settings (menu 
359 \family sans
360 Document\SpecialChar \menuseparator
361 Settings\SpecialChar \menuseparator
362 Math
363 \begin_inset space ~
364 \end_inset
365
366 Options
367 \family default
368 ).
369 \begin_inset Foot
370 status collapsed
371
372 \begin_layout Plain Layout
373 The option 
374 \family sans
375 Use AMS math package automatically
376 \family default
377  only uses 
378 \begin_inset ERT
379 status collapsed
380
381 \begin_layout Plain Layout
382
383
384 \backslash
385 AmS 
386 \end_layout
387
388 \end_inset
389
390 -math when math constructs are found that are supported by LyX.
391 \end_layout
392
393 \end_inset
394
395
396 \end_layout
397
398 \begin_layout Standard
399 This document doesn't list all 
400 \begin_inset ERT
401 status collapsed
402
403 \begin_layout Plain Layout
404
405
406 \backslash
407 AmS 
408 \end_layout
409
410 \end_inset
411
412 -math commands
413 \begin_inset Foot
414 status collapsed
415
416 \begin_layout Plain Layout
417 A list with all 
418 \begin_inset ERT
419 status collapsed
420
421 \begin_layout Plain Layout
422
423
424 \backslash
425 AmS
426 \end_layout
427
428 \end_inset
429
430 -math commands is in the file 
431 \family sans
432
433 \begin_inset CommandInset href
434 LatexCommand href
435 name "amsguide.ps"
436 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
437
438 \end_inset
439
440
441 \family default
442 , which is part of every LaTeX standard installation.
443 \end_layout
444
445 \end_inset
446
447  for lucidity reasons.
448 \end_layout
449
450 \begin_layout Section
451 General Instructions
452 \end_layout
453
454 \begin_layout Standard
455 To create an inline formula
456 \begin_inset Index
457 status collapsed
458
459 \begin_layout Plain Layout
460 Formula ! inline
461 \end_layout
462
463 \end_inset
464
465  that is embedded into a text line, use one of the shortcuts 
466 \begin_inset Info
467 type  "shortcuts"
468 arg   "math-mode"
469 \end_inset
470
471  or the toolbar button 
472 \begin_inset Graphics
473         filename ../images/math-mode.png
474         scale 85
475
476 \end_inset
477
478
479 \begin_inset Newline newline
480 \end_inset
481
482 To create a display style formula
483 \begin_inset Index
484 status collapsed
485
486 \begin_layout Plain Layout
487 Formula ! display style
488 \end_layout
489
490 \end_inset
491
492  that will appear bigger and in an own paragraph, use one of these shortcuts:
493  
494 \begin_inset Info
495 type  "shortcuts"
496 arg   "math-display"
497 \end_inset
498
499 .
500 \end_layout
501
502 \begin_layout Standard
503 To change a display style formula to an inline formula, set the cursor into
504  the formula and use one of the shortcuts 
505 \begin_inset Info
506 type  "shortcuts"
507 arg   "math-mode"
508 \end_inset
509
510  or the menu 
511 \family sans
512 Edit\SpecialChar \menuseparator
513 Math\SpecialChar \menuseparator
514 Change formula type
515 \family default
516 .
517  The same way is used to change an inline formula to a display style formula.
518 \end_layout
519
520 \begin_layout Standard
521 To display parts of an inline formula in the size of a display style formula,
522  enter the command 
523 \series bold
524
525 \backslash
526 displaystyle
527 \begin_inset Index
528 status collapsed
529
530 \begin_layout Plain Layout
531 Commands ! D ! 
532 \backslash
533 displaystyle
534 \end_layout
535
536 \end_inset
537
538
539 \series default
540  to a formula.
541  Then a new blue box appears in which the desired formula part is inserted.
542 \end_layout
543
544 \begin_layout Standard
545 Only inline formulas are allowed inside tables.
546 \end_layout
547
548 \begin_layout Standard
549 The 
550 \family sans
551 math toolbar
552 \family default
553  can be turned on in the menu 
554 \family sans
555 View\SpecialChar \menuseparator
556 Toolbars
557 \family default
558 .
559  When you click there on 
560 \begin_inset Quotes eld
561 \end_inset
562
563 Math
564 \begin_inset Quotes erd
565 \end_inset
566
567  the toolbar will be shown permanently at the bottom; this state is visualized
568  in the 
569 \family sans
570 Toolbars
571 \family default
572  menu with a checkmark.
573  When you click in this state again on 
574 \begin_inset Quotes eld
575 \end_inset
576
577 Math
578 \begin_inset Quotes erd
579 \end_inset
580
581  in the 
582 \family sans
583 Toolbars
584 \family default
585  menu, the 
586 \family sans
587 math toolbar
588 \family default
589  is only shown when the cursor is within a formula; this state is visualized
590  by the renaming of the menu entry from 
591 \begin_inset Quotes eld
592 \end_inset
593
594 Math
595 \begin_inset Quotes erd
596 \end_inset
597
598  to 
599 \begin_inset Quotes eld
600 \end_inset
601
602 Math
603 \begin_inset space ~
604 \end_inset
605
606 (auto)
607 \begin_inset Quotes erd
608 \end_inset
609
610 .
611 \end_layout
612
613 \begin_layout Standard
614 The TeX-mode
615 \begin_inset Index
616 status collapsed
617
618 \begin_layout Plain Layout
619 T@TeX-mode
620 \end_layout
621
622 \end_inset
623
624  is invoked by pressing the toolbar button 
625 \begin_inset Graphics
626         filename ../images/ert-insert.png
627         scale 85
628
629 \end_inset
630
631  or by using the menu 
632 \family sans
633 Insert\SpecialChar \menuseparator
634 Te
635 \begin_inset ERT
636 status collapsed
637
638 \begin_layout Plain Layout
639
640 {}
641 \end_layout
642
643 \end_inset
644
645 X Code
646 \family default
647  (shortcut 
648 \begin_inset Info
649 type  "shortcut"
650 arg   "ert-insert"
651 \end_inset
652
653 ).
654 \begin_inset Note Note
655 status collapsed
656
657 \begin_layout Plain Layout
658 In LyX there are three 
659 \begin_inset Quotes eld
660 \end_inset
661
662 proper names
663 \begin_inset Quotes erd
664 \end_inset
665
666  that appear in the output with sub- and superscript letters: TeX, LaTeX,
667  and LyX
668 \end_layout
669
670 \begin_layout Plain Layout
671 To avoid that these names are recognized as proper names, a TeX-brace pair
672  is inserted.
673 \end_layout
674
675 \end_inset
676
677
678 \end_layout
679
680 \begin_layout Standard
681 To change the LaTeX-preamble
682 \begin_inset Index
683 status collapsed
684
685 \begin_layout Plain Layout
686 L@LaTeX-preamble
687 \end_layout
688
689 \end_inset
690
691 , use the menu 
692 \family sans
693 Document\SpecialChar \menuseparator
694 Settings\SpecialChar \menuseparator
695 LaT
696 \begin_inset ERT
697 status collapsed
698
699 \begin_layout Plain Layout
700
701 {}
702 \end_layout
703
704 \end_inset
705
706 eX
707 \family default
708  
709 \family sans
710 Preamble
711 \family default
712 .
713 \end_layout
714
715 \begin_layout Standard
716 To edit matrices, case differentiations, and multiline formulas subsequently,
717  the menus 
718 \family sans
719 Edit\SpecialChar \menuseparator
720 Math
721 \family default
722  and 
723 \family sans
724 Edit\SpecialChar \menuseparator
725 Rows
726 \begin_inset space \thinspace{}
727 \end_inset
728
729 &
730 \begin_inset space \thinspace{}
731 \end_inset
732
733 Columns,
734 \family default
735  or the 
736 \family sans
737 table toolbar
738 \family default
739  can be used.
740  When lines and columns are swapped via the menu, the column or line where
741  the cursor is in is exchanged with the column to the right or the line
742  below, respectively.
743  Is the cursor in the last column or row, the exchange is done with the
744  column to the left or the line above.
745 \end_layout
746
747 \begin_layout Standard
748 To write text in formulas
749 \begin_inset Foot
750 status collapsed
751
752 \begin_layout Plain Layout
753 For multiline formulas the command 
754 \series bold
755
756 \backslash
757 intertext
758 \series default
759  is used, see 
760 \begin_inset CommandInset ref
761 LatexCommand ref
762 reference "sub:Text-in-multiline"
763
764 \end_inset
765
766 .
767 \end_layout
768
769 \end_inset
770
771  
772 \emph on
773 mathematical text
774 \emph default
775
776 \begin_inset Index
777 status collapsed
778
779 \begin_layout Plain Layout
780 Text ! in formulas
781 \end_layout
782
783 \end_inset
784
785
786 \begin_inset Index
787 status collapsed
788
789 \begin_layout Plain Layout
790 Mathematical text
791 \end_layout
792
793 \end_inset
794
795  is used.
796  This mode is invoked with the the shortcut 
797 \begin_inset Info
798 type  "shortcut"
799 arg   "font-default"
800 \end_inset
801
802  or by the insertion of the command 
803 \series bold
804
805 \backslash
806 text
807 \begin_inset Index
808 status collapsed
809
810 \begin_layout Plain Layout
811 Commands ! T ! 
812 \backslash
813 text
814 \end_layout
815
816 \end_inset
817
818
819 \series default
820 .
821  The text appears black in LyX and can therefore be distinguished from the
822  other formula parts that appear blue.
823  In the output mathematical text is set upright, in contrary to other formula
824  parts.
825 \end_layout
826
827 \begin_layout Subsection*
828 Command Scheme
829 \end_layout
830
831 \begin_layout Standard
832 Most of the LaTeX-commands for math constructs have the following scheme:
833 \end_layout
834
835 \begin_layout Standard
836
837 \series bold
838
839 \backslash
840 commandname[optional
841 \series default
842  
843 \series bold
844 argument]{required
845 \series default
846  
847 \series bold
848 argument}
849 \end_layout
850
851 \begin_layout Standard
852 A command starts always with a backslash 
853 \begin_inset Quotes gld
854 \end_inset
855
856
857 \series bold
858
859 \backslash
860
861 \series default
862
863 \begin_inset Quotes grd
864 \end_inset
865
866 .
867  To omit optional arguments, also omit the associated brackets.
868  The braces around the required arguments are named in this document as
869  TeX-braces
870 \begin_inset Index
871 status collapsed
872
873 \begin_layout Plain Layout
874 T@TeX-braces
875 \end_layout
876
877 \end_inset
878
879 .
880  If you add in a formula a left brace to a command name, LyX creates automatical
881 ly a TeX-brace.
882  In all other cases TeX-braces are created in formulas with the command
883  
884 \series bold
885
886 \backslash
887 {
888 \series default
889 .
890  TeX-braces appear red in LyX, in contrary to normal braces that appear
891  blue.
892  In TeX-mode no command is needed to get TeX-braces.
893  TeX-braces don't appear in the output.
894 \end_layout
895
896 \begin_layout Standard
897 When commands without arguments, like commands for symbols are entered in
898  TeX-mode, a space character must 
899 \emph on
900 always
901 \emph default
902  be behind the command to end it.
903  This space doesn't appear in the output.
904  When the space should appear in the output, the space must be followed
905  by a protected space in normal text.
906 \end_layout
907
908 \begin_layout Standard
909 A protected space is inserted with 
910 \begin_inset Info
911 type  "shortcut"
912 arg   "space-insert protected"
913 \end_inset
914
915 .
916 \end_layout
917
918 \begin_layout Subsection*
919 \begin_inset Newpage newpage
920 \end_inset
921
922 Syntax Explanation
923 \end_layout
924
925 \begin_layout Itemize
926 The symbol
927 \begin_inset Foot
928 status collapsed
929
930 \begin_layout Plain Layout
931 This visible space character can be created with the command 
932 \series bold
933
934 \backslash
935 textvisiblespace
936 \series default
937
938 \begin_inset Index
939 status collapsed
940
941 \begin_layout Plain Layout
942 Commands ! T ! 
943 \backslash
944 textvisiblespace
945 \end_layout
946
947 \end_inset
948
949 , inserted in TeX-mode.
950 \end_layout
951
952 \end_inset
953
954  
955 \begin_inset ERT
956 status collapsed
957
958 \begin_layout Plain Layout
959
960
961 \backslash
962 spce 
963 \end_layout
964
965 \end_inset
966
967
968 \begin_inset space ~
969 \end_inset
970
971 denotes a space character to be input.
972 \end_layout
973
974 \begin_layout Itemize
975 An arrow like 
976 \begin_inset Formula $\to$
977 \end_inset
978
979  denotes the usage of the corresponding arrow key on the keyboard.
980 \end_layout
981
982 \begin_layout Subsection*
983 Available units
984 \end_layout
985
986 \begin_layout Standard
987 \align center
988 \begin_inset Float table
989 placement H
990 wide false
991 sideways false
992 status open
993
994 \begin_layout Plain Layout
995 \align center
996 \begin_inset Caption
997
998 \begin_layout Plain Layout
999 \begin_inset CommandInset label
1000 LatexCommand label
1001 name "tab:Available-units"
1002
1003 \end_inset
1004
1005 Available units
1006 \end_layout
1007
1008 \end_inset
1009
1010
1011 \end_layout
1012
1013 \begin_layout Plain Layout
1014 \align center
1015 \begin_inset Tabular
1016 <lyxtabular version="3" rows="13" columns="2">
1017 <features>
1018 <column alignment="center" valignment="top" width="0">
1019 <column alignment="center" valignment="top" width="0">
1020 <row>
1021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1022 \begin_inset Text
1023
1024 \begin_layout Plain Layout
1025 Unit
1026 \end_layout
1027
1028 \end_inset
1029 </cell>
1030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1031 \begin_inset Text
1032
1033 \begin_layout Plain Layout
1034 Name / Description
1035 \end_layout
1036
1037 \end_inset
1038 </cell>
1039 </row>
1040 <row>
1041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1042 \begin_inset Text
1043
1044 \begin_layout Plain Layout
1045 mm
1046 \end_layout
1047
1048 \end_inset
1049 </cell>
1050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1051 \begin_inset Text
1052
1053 \begin_layout Plain Layout
1054 Millimeter
1055 \end_layout
1056
1057 \end_inset
1058 </cell>
1059 </row>
1060 <row>
1061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1062 \begin_inset Text
1063
1064 \begin_layout Plain Layout
1065 cm
1066 \end_layout
1067
1068 \end_inset
1069 </cell>
1070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1071 \begin_inset Text
1072
1073 \begin_layout Plain Layout
1074 Centimeter
1075 \end_layout
1076
1077 \end_inset
1078 </cell>
1079 </row>
1080 <row>
1081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1082 \begin_inset Text
1083
1084 \begin_layout Plain Layout
1085 in
1086 \end_layout
1087
1088 \end_inset
1089 </cell>
1090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1091 \begin_inset Text
1092
1093 \begin_layout Plain Layout
1094 Inch (1
1095 \begin_inset space \thinspace{}
1096 \end_inset
1097
1098 in = 2,54
1099 \begin_inset space \thinspace{}
1100 \end_inset
1101
1102 cm)
1103 \end_layout
1104
1105 \end_inset
1106 </cell>
1107 </row>
1108 <row>
1109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1110 \begin_inset Text
1111
1112 \begin_layout Plain Layout
1113 pt
1114 \end_layout
1115
1116 \end_inset
1117 </cell>
1118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1119 \begin_inset Text
1120
1121 \begin_layout Plain Layout
1122 Point (72.27
1123 \begin_inset space \thinspace{}
1124 \end_inset
1125
1126 pt = 1
1127 \begin_inset space \thinspace{}
1128 \end_inset
1129
1130 in)
1131 \end_layout
1132
1133 \end_inset
1134 </cell>
1135 </row>
1136 <row>
1137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1138 \begin_inset Text
1139
1140 \begin_layout Plain Layout
1141 pc
1142 \end_layout
1143
1144 \end_inset
1145 </cell>
1146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1147 \begin_inset Text
1148
1149 \begin_layout Plain Layout
1150 Pica (1
1151 \begin_inset space \thinspace{}
1152 \end_inset
1153
1154 pc = 12
1155 \begin_inset space \thinspace{}
1156 \end_inset
1157
1158 pt)
1159 \end_layout
1160
1161 \end_inset
1162 </cell>
1163 </row>
1164 <row>
1165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1166 \begin_inset Text
1167
1168 \begin_layout Plain Layout
1169 sp
1170 \end_layout
1171
1172 \end_inset
1173 </cell>
1174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1175 \begin_inset Text
1176
1177 \begin_layout Plain Layout
1178 scaled point (65536
1179 \begin_inset space \thinspace{}
1180 \end_inset
1181
1182 sp = 1
1183 \begin_inset space \thinspace{}
1184 \end_inset
1185
1186 pt)
1187 \end_layout
1188
1189 \end_inset
1190 </cell>
1191 </row>
1192 <row>
1193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1194 \begin_inset Text
1195
1196 \begin_layout Plain Layout
1197 bp
1198 \end_layout
1199
1200 \end_inset
1201 </cell>
1202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1203 \begin_inset Text
1204
1205 \begin_layout Plain Layout
1206 big point (72
1207 \begin_inset space \thinspace{}
1208 \end_inset
1209
1210 bp = 1
1211 \begin_inset space \thinspace{}
1212 \end_inset
1213
1214 in)
1215 \end_layout
1216
1217 \end_inset
1218 </cell>
1219 </row>
1220 <row>
1221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1222 \begin_inset Text
1223
1224 \begin_layout Plain Layout
1225 dd
1226 \end_layout
1227
1228 \end_inset
1229 </cell>
1230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1231 \begin_inset Text
1232
1233 \begin_layout Plain Layout
1234 Didot (1
1235 \begin_inset space \thinspace{}
1236 \end_inset
1237
1238 dd 
1239 \begin_inset Formula $\approx$
1240 \end_inset
1241
1242  0.376
1243 \begin_inset space \thinspace{}
1244 \end_inset
1245
1246 mm)
1247 \end_layout
1248
1249 \end_inset
1250 </cell>
1251 </row>
1252 <row>
1253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1254 \begin_inset Text
1255
1256 \begin_layout Plain Layout
1257 cc
1258 \end_layout
1259
1260 \end_inset
1261 </cell>
1262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1263 \begin_inset Text
1264
1265 \begin_layout Plain Layout
1266 Cicero (1
1267 \begin_inset space \thinspace{}
1268 \end_inset
1269
1270 cc = 12
1271 \begin_inset space \thinspace{}
1272 \end_inset
1273
1274 dd)
1275 \end_layout
1276
1277 \end_inset
1278 </cell>
1279 </row>
1280 <row>
1281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1282 \begin_inset Text
1283
1284 \begin_layout Plain Layout
1285 ex
1286 \end_layout
1287
1288 \end_inset
1289 </cell>
1290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1291 \begin_inset Text
1292
1293 \begin_layout Plain Layout
1294 Height of letter 
1295 \emph on
1296
1297 \begin_inset Quotes eld
1298 \end_inset
1299
1300 x
1301 \emph default
1302
1303 \begin_inset Quotes erd
1304 \end_inset
1305
1306  in the current font
1307 \end_layout
1308
1309 \end_inset
1310 </cell>
1311 </row>
1312 <row>
1313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1314 \begin_inset Text
1315
1316 \begin_layout Plain Layout
1317 em
1318 \end_layout
1319
1320 \end_inset
1321 </cell>
1322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1323 \begin_inset Text
1324
1325 \begin_layout Plain Layout
1326 width of letter 
1327 \begin_inset Quotes eld
1328 \end_inset
1329
1330
1331 \emph on
1332 M
1333 \emph default
1334
1335 \begin_inset Quotes erd
1336 \end_inset
1337
1338  in the current font
1339 \end_layout
1340
1341 \end_inset
1342 </cell>
1343 </row>
1344 <row>
1345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1346 \begin_inset Text
1347
1348 \begin_layout Plain Layout
1349 mu
1350 \end_layout
1351
1352 \end_inset
1353 </cell>
1354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1355 \begin_inset Text
1356
1357 \begin_layout Plain Layout
1358 math unit (1
1359 \begin_inset space \thinspace{}
1360 \end_inset
1361
1362 mu = 
1363 \begin_inset Formula $\nicefrac{1}{18}$
1364 \end_inset
1365
1366
1367 \begin_inset space \thinspace{}
1368 \end_inset
1369
1370 em)
1371 \end_layout
1372
1373 \end_inset
1374 </cell>
1375 </row>
1376 </lyxtabular>
1377
1378 \end_inset
1379
1380
1381 \end_layout
1382
1383 \end_inset
1384
1385
1386 \end_layout
1387
1388 \begin_layout Standard
1389 \begin_inset Newpage newpage
1390 \end_inset
1391
1392
1393 \end_layout
1394
1395 \begin_layout Section
1396 Basic Functions
1397 \end_layout
1398
1399 \begin_layout Subsection
1400 Exponents
1401 \begin_inset Index
1402 status collapsed
1403
1404 \begin_layout Plain Layout
1405 Exponents
1406 \end_layout
1407
1408 \end_inset
1409
1410  and Indices
1411 \begin_inset Index
1412 status collapsed
1413
1414 \begin_layout Plain Layout
1415 Indices
1416 \end_layout
1417
1418 \end_inset
1419
1420
1421 \begin_inset Index
1422 status collapsed
1423
1424 \begin_layout Plain Layout
1425 Superscripts|see
1426 \begin_inset ERT
1427 status collapsed
1428
1429 \begin_layout Plain Layout
1430
1431 {
1432 \end_layout
1433
1434 \end_inset
1435
1436 Exponents
1437 \begin_inset ERT
1438 status collapsed
1439
1440 \begin_layout Plain Layout
1441
1442 }
1443 \end_layout
1444
1445 \end_inset
1446
1447
1448 \end_layout
1449
1450 \end_inset
1451
1452
1453 \begin_inset Index
1454 status collapsed
1455
1456 \begin_layout Plain Layout
1457 Subscripts|see
1458 \begin_inset ERT
1459 status collapsed
1460
1461 \begin_layout Plain Layout
1462
1463 {
1464 \end_layout
1465
1466 \end_inset
1467
1468 Indices
1469 \begin_inset ERT
1470 status collapsed
1471
1472 \begin_layout Plain Layout
1473
1474 }
1475 \end_layout
1476
1477 \end_inset
1478
1479
1480 \end_layout
1481
1482 \end_inset
1483
1484
1485 \end_layout
1486
1487 \begin_layout Standard
1488 Indices are created with an underscore 
1489 \begin_inset Quotes eld
1490 \end_inset
1491
1492 _
1493 \begin_inset Quotes erd
1494 \end_inset
1495
1496  or via the math toolbar button 
1497 \begin_inset Graphics
1498         filename ../images/math-subscript.png
1499         scale 85
1500
1501 \end_inset
1502
1503  , exponents with a caret 
1504 \begin_inset Quotes eld
1505 \end_inset
1506
1507 ^
1508 \begin_inset Quotes erd
1509 \end_inset
1510
1511  or via the math toolbar button 
1512 \begin_inset Graphics
1513         filename ../images/math-superscript.png
1514         scale 85
1515
1516 \end_inset
1517
1518 .
1519 \end_layout
1520
1521 \begin_layout Standard
1522 \align center
1523 \begin_inset Tabular
1524 <lyxtabular version="3" rows="4" columns="2">
1525 <features>
1526 <column alignment="center" valignment="top" width="0pt">
1527 <column alignment="center" valignment="top" width="0pt">
1528 <row>
1529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1530 \begin_inset Text
1531
1532 \begin_layout Plain Layout
1533 command
1534 \end_layout
1535
1536 \end_inset
1537 </cell>
1538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1539 \begin_inset Text
1540
1541 \begin_layout Plain Layout
1542 Result
1543 \begin_inset Note Note
1544 status collapsed
1545
1546 \begin_layout Plain Layout
1547
1548 \series bold
1549
1550 \backslash
1551 raisebox
1552 \series default
1553  is only used as spacer.
1554 \end_layout
1555
1556 \end_inset
1557
1558
1559 \end_layout
1560
1561 \end_inset
1562 </cell>
1563 </row>
1564 <row>
1565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1566 \begin_inset Text
1567
1568 \begin_layout Plain Layout
1569 B_V
1570 \end_layout
1571
1572 \end_inset
1573 </cell>
1574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1575 \begin_inset Text
1576
1577 \begin_layout Plain Layout
1578 \begin_inset Formula $B_{V}$
1579 \end_inset
1580
1581
1582 \end_layout
1583
1584 \end_inset
1585 </cell>
1586 </row>
1587 <row>
1588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1589 \begin_inset Text
1590
1591 \begin_layout Plain Layout
1592 B^V
1593 \end_layout
1594
1595 \end_inset
1596 </cell>
1597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1598 \begin_inset Text
1599
1600 \begin_layout Plain Layout
1601 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1602 \end_inset
1603
1604
1605 \end_layout
1606
1607 \end_inset
1608 </cell>
1609 </row>
1610 <row>
1611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1612 \begin_inset Text
1613
1614 \begin_layout Plain Layout
1615 B^
1616 \begin_inset ERT
1617 status collapsed
1618
1619 \begin_layout Plain Layout
1620
1621
1622 \backslash
1623 spce 
1624 \end_layout
1625
1626 \end_inset
1627
1628 A
1629 \end_layout
1630
1631 \end_inset
1632 </cell>
1633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1634 \begin_inset Text
1635
1636 \begin_layout Plain Layout
1637 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1638 \end_inset
1639
1640
1641 \end_layout
1642
1643 \end_inset
1644 </cell>
1645 </row>
1646 </lyxtabular>
1647
1648 \end_inset
1649
1650
1651 \end_layout
1652
1653 \begin_layout Standard
1654 As the caret is in some languages an accent, vowels will be accentuated
1655  in this case and not set as exponents
1656 \begin_inset Foot
1657 status collapsed
1658
1659 \begin_layout Plain Layout
1660 Depending on the used keyboard settings this can also happen for other character
1661 s than vowels.
1662 \end_layout
1663
1664 \end_inset
1665
1666 .
1667  To get in this case exponents, press 
1668 \family sans
1669 Space
1670 \family default
1671  after the caret as in the last example.
1672 \end_layout
1673
1674 \begin_layout Subsection
1675 Fractions
1676 \begin_inset CommandInset label
1677 LatexCommand label
1678 name "sub:Fractions"
1679
1680 \end_inset
1681
1682
1683 \begin_inset Index
1684 status collapsed
1685
1686 \begin_layout Plain Layout
1687 Fractions
1688 \end_layout
1689
1690 \end_inset
1691
1692
1693 \end_layout
1694
1695 \begin_layout Standard
1696 Fractions are generated with the command 
1697 \series bold
1698
1699 \backslash
1700 frac
1701 \series default
1702
1703 \begin_inset Index
1704 status collapsed
1705
1706 \begin_layout Plain Layout
1707 Commands ! F ! 
1708 \backslash
1709 frac
1710 \end_layout
1711
1712 \end_inset
1713
1714  or via the math toolbar button 
1715 \begin_inset Graphics
1716         filename ../images/math/frac.png
1717         scale 50
1718
1719 \end_inset
1720
1721 .
1722  The font size is adjusted automatically, depending on whether the fraction
1723  is in an inline or display style formula.
1724  With the math toolbar button 
1725 \begin_inset Graphics
1726         filename ../images/math/frac-square.png
1727         scale 85
1728
1729 \end_inset
1730
1731  you can select different fraction types.
1732 \end_layout
1733
1734 \begin_layout Standard
1735 With the command 
1736 \series bold
1737
1738 \backslash
1739 dfrac
1740 \begin_inset Index
1741 status collapsed
1742
1743 \begin_layout Plain Layout
1744 Commands ! D ! 
1745 \backslash
1746 dfrac
1747 \end_layout
1748
1749 \end_inset
1750
1751
1752 \series default
1753  a fraction can be created that has in any case the size of a display style
1754  formula.
1755  With 
1756 \series bold
1757
1758 \backslash
1759 tfrac
1760 \begin_inset Index
1761 status collapsed
1762
1763 \begin_layout Plain Layout
1764 Commands ! T ! 
1765 \backslash
1766 tfrac
1767 \end_layout
1768
1769 \end_inset
1770
1771
1772 \series default
1773  the fraction appears always with the size of an inline formula.
1774  An example:
1775 \end_layout
1776
1777 \begin_layout Standard
1778 A line with the fraction 
1779 \begin_inset Formula $\frac{1}{2}$
1780 \end_inset
1781
1782  that was created with the command 
1783 \series bold
1784
1785 \backslash
1786 frac
1787 \series default
1788 .
1789 \end_layout
1790
1791 \begin_layout Standard
1792 A line with the fraction 
1793 \begin_inset Formula $\dfrac{1}{2}$
1794 \end_inset
1795
1796  that was created with the command 
1797 \series bold
1798
1799 \backslash
1800 dfrac
1801 \series default
1802 .
1803 \end_layout
1804
1805 \begin_layout Standard
1806 \align center
1807 \begin_inset Tabular
1808 <lyxtabular version="3" rows="4" columns="2">
1809 <features>
1810 <column alignment="center" valignment="top" width="0pt">
1811 <column alignment="center" valignment="top" width="0pt">
1812 <row>
1813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1814 \begin_inset Text
1815
1816 \begin_layout Plain Layout
1817 Command
1818 \end_layout
1819
1820 \end_inset
1821 </cell>
1822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1823 \begin_inset Text
1824
1825 \begin_layout Plain Layout
1826 Result
1827 \begin_inset Note Note
1828 status collapsed
1829
1830 \begin_layout Plain Layout
1831
1832 \series bold
1833
1834 \backslash
1835 raisebox
1836 \series default
1837  is only used as spacer.
1838 \end_layout
1839
1840 \end_inset
1841
1842
1843 \end_layout
1844
1845 \end_inset
1846 </cell>
1847 </row>
1848 <row>
1849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1850 \begin_inset Text
1851
1852 \begin_layout Plain Layout
1853
1854 \backslash
1855 frac
1856 \begin_inset ERT
1857 status collapsed
1858
1859 \begin_layout Plain Layout
1860
1861
1862 \backslash
1863 spce 
1864 \end_layout
1865
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{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
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" leftline="true" usebox="none">
1892 \begin_inset Text
1893
1894 \begin_layout Plain Layout
1895
1896 \backslash
1897 dfrac
1898 \begin_inset ERT
1899 status collapsed
1900
1901 \begin_layout Plain Layout
1902
1903
1904 \backslash
1905 spce 
1906 \end_layout
1907
1908 \end_inset
1909
1910 A
1911 \begin_inset Formula $\downarrow$
1912 \end_inset
1913
1914 B
1915 \end_layout
1916
1917 \end_inset
1918 </cell>
1919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1920 \begin_inset Text
1921
1922 \begin_layout Plain Layout
1923 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1924 \end_inset
1925
1926
1927 \end_layout
1928
1929 \end_inset
1930 </cell>
1931 </row>
1932 <row>
1933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1934 \begin_inset Text
1935
1936 \begin_layout Plain Layout
1937
1938 \backslash
1939 dfrac
1940 \begin_inset ERT
1941 status collapsed
1942
1943 \begin_layout Plain Layout
1944
1945
1946 \backslash
1947 spce 
1948 \end_layout
1949
1950 \end_inset
1951
1952 e^
1953 \begin_inset ERT
1954 status collapsed
1955
1956 \begin_layout Plain Layout
1957
1958
1959 \backslash
1960 spce 
1961 \end_layout
1962
1963 \end_inset
1964
1965
1966 \backslash
1967 frac
1968 \begin_inset ERT
1969 status collapsed
1970
1971 \begin_layout Plain Layout
1972
1973
1974 \backslash
1975 spce 
1976 \end_layout
1977
1978 \end_inset
1979
1980 1
1981 \begin_inset Formula $\downarrow$
1982 \end_inset
1983
1984 2
1985 \begin_inset Formula $\downarrow\downarrow$
1986 \end_inset
1987
1988 3
1989 \end_layout
1990
1991 \end_inset
1992 </cell>
1993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1994 \begin_inset Text
1995
1996 \begin_layout Plain Layout
1997 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1998 \end_inset
1999
2000
2001 \end_layout
2002
2003 \end_inset
2004 </cell>
2005 </row>
2006 </lyxtabular>
2007
2008 \end_inset
2009
2010
2011 \end_layout
2012
2013 \begin_layout Standard
2014 \begin_inset VSpace bigskip
2015 \end_inset
2016
2017
2018 \begin_inset Newpage newpage
2019 \end_inset
2020
2021 For nested fractions the command 
2022 \series bold
2023
2024 \backslash
2025 cfrac
2026 \series default
2027
2028 \begin_inset Index
2029 status collapsed
2030
2031 \begin_layout Plain Layout
2032 Commands ! C ! 
2033 \backslash
2034 cfrac
2035 \end_layout
2036
2037 \end_inset
2038
2039  can be used.
2040  Here an example:
2041 \begin_inset VSpace -3mm
2042 \end_inset
2043
2044
2045 \end_layout
2046
2047 \begin_layout Standard
2048 \begin_inset Formula \begin{align*}
2049 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2050 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2051
2052 \end_inset
2053
2054
2055 \end_layout
2056
2057 \begin_layout Standard
2058 The command for the example above is:
2059 \end_layout
2060
2061 \begin_layout Standard
2062
2063 \series bold
2064
2065 \backslash
2066 cfrac
2067 \begin_inset ERT
2068 status collapsed
2069
2070 \begin_layout Plain Layout
2071
2072
2073 \backslash
2074 spce 
2075 \end_layout
2076
2077 \end_inset
2078
2079 A
2080 \begin_inset Formula $\downarrow$
2081 \end_inset
2082
2083 B+
2084 \backslash
2085 cfrac
2086 \begin_inset ERT
2087 status collapsed
2088
2089 \begin_layout Plain Layout
2090
2091
2092 \backslash
2093 spce 
2094 \end_layout
2095
2096 \end_inset
2097
2098 C+
2099 \backslash
2100 cfrac
2101 \begin_inset ERT
2102 status collapsed
2103
2104 \begin_layout Plain Layout
2105
2106
2107 \backslash
2108 spce 
2109 \end_layout
2110
2111 \end_inset
2112
2113 E
2114 \begin_inset Formula $\downarrow$
2115 \end_inset
2116
2117 F
2118 \begin_inset Formula $\downarrow$
2119 \end_inset
2120
2121 D
2122 \end_layout
2123
2124 \begin_layout Standard
2125 \begin_inset VSpace medskip
2126 \end_inset
2127
2128
2129 \end_layout
2130
2131 \begin_layout Standard
2132
2133 \series bold
2134
2135 \backslash
2136 cfrac
2137 \series default
2138  sets the fraction always in the size of a displayed formula, also when
2139  it is part of another fraction.
2140 \end_layout
2141
2142 \begin_layout Standard
2143 It is possible to specify the alignment of the numerator.
2144  The command 
2145 \series bold
2146
2147 \backslash
2148 cfracleft
2149 \series default
2150  is used to left align it, the command 
2151 \series bold
2152
2153 \backslash
2154 cfracright
2155 \series default
2156  to right-align it.
2157  
2158 \series bold
2159
2160 \backslash
2161 cfrac
2162 \series default
2163  centers the numerator.
2164  These fractions demonstrate the different alignments:
2165 \end_layout
2166
2167 \begin_layout Standard
2168 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2169 \end_inset
2170
2171
2172 \begin_inset Formula $\cfrac{A}{B+C}$
2173 \end_inset
2174
2175
2176 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2177 \end_inset
2178
2179
2180 \end_layout
2181
2182 \begin_layout Standard
2183 \begin_inset Note Greyedout
2184 status open
2185
2186 \begin_layout Plain Layout
2187
2188 \series bold
2189 Note:
2190 \series default
2191  
2192 \series bold
2193
2194 \backslash
2195 cfracleft
2196 \series default
2197  and 
2198 \series bold
2199
2200 \backslash
2201 cfracright
2202 \series default
2203  are no real LaTeX commands but represent the command 
2204 \series bold
2205
2206 \backslash
2207 cfrac[alignment]{numerator}{denominator}
2208 \series default
2209  .
2210  Therefore you cannot use them in TeX code.
2211 \end_layout
2212
2213 \end_inset
2214
2215
2216 \end_layout
2217
2218 \begin_layout Standard
2219 \begin_inset VSpace medskip
2220 \end_inset
2221
2222 It is often advantageous to combine 
2223 \series bold
2224
2225 \backslash
2226 cfrac
2227 \series default
2228  and 
2229 \series bold
2230
2231 \backslash
2232 frac
2233 \series default
2234 :
2235 \begin_inset Formula \[
2236 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2237
2238 \end_inset
2239
2240
2241 \end_layout
2242
2243 \begin_layout Standard
2244 For inline fractions with a sloped fraction stroke you can use the command
2245  
2246 \series bold
2247
2248 \backslash
2249 nicefrac
2250 \series default
2251
2252 \begin_inset Index
2253 status collapsed
2254
2255 \begin_layout Plain Layout
2256 Commands ! N ! 
2257 \backslash
2258 nicefrac
2259 \end_layout
2260
2261 \end_inset
2262
2263
2264 \begin_inset Formula $\nicefrac{5}{31}$
2265 \end_inset
2266
2267  or 
2268 \series bold
2269
2270 \backslash
2271 unitfrac
2272 \series default
2273
2274 \begin_inset Index
2275 status collapsed
2276
2277 \begin_layout Plain Layout
2278 Commands ! U ! 
2279 \backslash
2280 unitfrac
2281 \end_layout
2282
2283 \end_inset
2284
2285
2286 \begin_inset Formula $\unitfrac{5}{31}$
2287 \end_inset
2288
2289  There is furthermore the command 
2290 \series bold
2291
2292 \backslash
2293 unitfracthree
2294 \series default
2295  that offers to write a fraction in combination with a number: 
2296 \begin_inset Formula $\unitfrac[2]{1}{3}$
2297 \end_inset
2298
2299
2300 \end_layout
2301
2302 \begin_layout Standard
2303 \begin_inset Note Greyedout
2304 status open
2305
2306 \begin_layout Plain Layout
2307
2308 \series bold
2309 Note:
2310 \series default
2311  
2312 \series bold
2313
2314 \backslash
2315 unitfracthree
2316 \series default
2317  is not a real LaTeX command but the command
2318 \begin_inset Newline newline
2319 \end_inset
2320
2321
2322 \series bold
2323
2324 \backslash
2325 unitfrac[number]{numerator}{denominator}
2326 \series default
2327  .
2328  Therefore you cannot use it in TeX code.
2329 \end_layout
2330
2331 \end_inset
2332
2333
2334 \end_layout
2335
2336 \begin_layout Standard
2337 How to define own fractions where the fraction stroke can be changed, is
2338  explained in 
2339 \begin_inset CommandInset ref
2340 LatexCommand ref
2341 reference "sub:Self-defined-Fractions"
2342
2343 \end_inset
2344
2345 .
2346 \end_layout
2347
2348 \begin_layout Subsection
2349 Roots
2350 \begin_inset Index
2351 status collapsed
2352
2353 \begin_layout Plain Layout
2354 Roots
2355 \end_layout
2356
2357 \end_inset
2358
2359
2360 \end_layout
2361
2362 \begin_layout Standard
2363 Square roots are created with 
2364 \series bold
2365
2366 \backslash
2367 sqrt
2368 \series default
2369
2370 \begin_inset Index
2371 status collapsed
2372
2373 \begin_layout Plain Layout
2374 Commands ! S ! 
2375 \backslash
2376 sqrt
2377 \end_layout
2378
2379 \end_inset
2380
2381  or the math toolbar button 
2382 \begin_inset Graphics
2383         filename ../images/math/sqrt.png
2384         scale 85
2385
2386 \end_inset
2387
2388 , all other roots with the command 
2389 \series bold
2390
2391 \backslash
2392 root
2393 \series default
2394
2395 \begin_inset Index
2396 status collapsed
2397
2398 \begin_layout Plain Layout
2399 Commands ! R ! 
2400 \backslash
2401 root
2402 \end_layout
2403
2404 \end_inset
2405
2406  or with the math toolbar button 
2407 \begin_inset Graphics
2408         filename ../images/math/root.png
2409         scale 85
2410
2411 \end_inset
2412
2413 .
2414 \end_layout
2415
2416 \begin_layout Standard
2417 \align center
2418 \begin_inset Tabular
2419 <lyxtabular version="3" rows="3" columns="2">
2420 <features>
2421 <column alignment="center" valignment="top" width="0pt">
2422 <column alignment="center" valignment="top" width="0pt">
2423 <row>
2424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2425 \begin_inset Text
2426
2427 \begin_layout Plain Layout
2428 Command
2429 \end_layout
2430
2431 \end_inset
2432 </cell>
2433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2434 \begin_inset Text
2435
2436 \begin_layout Plain Layout
2437 Result
2438 \begin_inset Note Note
2439 status collapsed
2440
2441 \begin_layout Plain Layout
2442
2443 \series bold
2444
2445 \backslash
2446 raisebox
2447 \series default
2448  is only used as spacer.
2449 \end_layout
2450
2451 \end_inset
2452
2453
2454 \end_layout
2455
2456 \end_inset
2457 </cell>
2458 </row>
2459 <row>
2460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2461 \begin_inset Text
2462
2463 \begin_layout Plain Layout
2464
2465 \backslash
2466 sqrt
2467 \begin_inset ERT
2468 status collapsed
2469
2470 \begin_layout Plain Layout
2471
2472
2473 \backslash
2474 spce 
2475 \end_layout
2476
2477 \end_inset
2478
2479 A-B
2480 \end_layout
2481
2482 \end_inset
2483 </cell>
2484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2485 \begin_inset Text
2486
2487 \begin_layout Plain Layout
2488 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2489 \end_inset
2490
2491
2492 \end_layout
2493
2494 \end_inset
2495 </cell>
2496 </row>
2497 <row>
2498 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2499 \begin_inset Text
2500
2501 \begin_layout Plain Layout
2502
2503 \backslash
2504 root
2505 \begin_inset ERT
2506 status collapsed
2507
2508 \begin_layout Plain Layout
2509
2510
2511 \backslash
2512 spce 
2513 \end_layout
2514
2515 \end_inset
2516
2517 3
2518 \begin_inset Formula $\downarrow$
2519 \end_inset
2520
2521 A-B
2522 \end_layout
2523
2524 \end_inset
2525 </cell>
2526 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2527 \begin_inset Text
2528
2529 \begin_layout Plain Layout
2530 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2531 \end_inset
2532
2533
2534 \end_layout
2535
2536 \end_inset
2537 </cell>
2538 </row>
2539 </lyxtabular>
2540
2541 \end_inset
2542
2543
2544 \end_layout
2545
2546 \begin_layout Standard
2547 A square root can also be created with 
2548 \series bold
2549
2550 \backslash
2551 root
2552 \series default
2553  when the root index field is left empty.
2554 \end_layout
2555
2556 \begin_layout Standard
2557 With certain indices the distance to the root is too small, like in this
2558  formula: 
2559 \begin_inset Formula $\sqrt[\beta]{B}$
2560 \end_inset
2561
2562
2563 \begin_inset Newline newline
2564 \end_inset
2565
2566 The 
2567 \begin_inset Formula $\beta$
2568 \end_inset
2569
2570  touches the root.
2571  To avoid this, the commands 
2572 \series bold
2573
2574 \backslash
2575 leftroot
2576 \series default
2577
2578 \begin_inset Index
2579 status collapsed
2580
2581 \begin_layout Plain Layout
2582 Commands ! L ! 
2583 \backslash
2584 leftroot
2585 \end_layout
2586
2587 \end_inset
2588
2589  and 
2590 \series bold
2591
2592 \backslash
2593 uproot
2594 \series default
2595
2596 \begin_inset Index
2597 status collapsed
2598
2599 \begin_layout Plain Layout
2600 Commands ! U ! 
2601 \backslash
2602 uproot
2603 \end_layout
2604
2605 \end_inset
2606
2607  are used with the following scheme:
2608 \end_layout
2609
2610 \begin_layout Standard
2611
2612 \series bold
2613
2614 \backslash
2615 leftroot{distance}
2616 \series default
2617  and 
2618 \series bold
2619
2620 \backslash
2621 uproot{distance}
2622 \end_layout
2623
2624 \begin_layout Standard
2625 Distance is the number of Big Points (unit bp; 
2626 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2627 \end_inset
2628
2629 ), that the index should be moved to the left or top, resp..
2630  The commands are written to the index.
2631  This way the command
2632 \begin_inset Newline newline
2633 \end_inset
2634
2635
2636 \series bold
2637
2638 \backslash
2639 root
2640 \backslash
2641 leftroot{-1
2642 \begin_inset Formula $\to$
2643 \end_inset
2644
2645
2646 \backslash
2647 uproot{2
2648 \begin_inset Formula $\to$
2649 \end_inset
2650
2651
2652 \backslash
2653 beta
2654 \begin_inset ERT
2655 status collapsed
2656
2657 \begin_layout Plain Layout
2658
2659
2660 \backslash
2661 spce 
2662 \end_layout
2663
2664 \end_inset
2665
2666
2667 \begin_inset Formula $\to$
2668 \end_inset
2669
2670 B
2671 \begin_inset Newline newline
2672 \end_inset
2673
2674
2675 \series default
2676 produces a correct typeset formula: 
2677 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2678 \end_inset
2679
2680
2681 \end_layout
2682
2683 \begin_layout Subsection
2684 Binomial Coefficients
2685 \begin_inset Index
2686 status collapsed
2687
2688 \begin_layout Plain Layout
2689 Binomial coefficients
2690 \end_layout
2691
2692 \end_inset
2693
2694
2695 \end_layout
2696
2697 \begin_layout Standard
2698 Binomial coefficients are inserted with the command 
2699 \series bold
2700
2701 \backslash
2702 binom
2703 \series default
2704
2705 \begin_inset Index
2706 status collapsed
2707
2708 \begin_layout Plain Layout
2709 Commands ! B ! 
2710 \backslash
2711 binom
2712 \end_layout
2713
2714 \end_inset
2715
2716  or with the submenu of the math toolbar button 
2717 \begin_inset Graphics
2718         filename ../images/math/frac-square.png
2719         scale 85
2720
2721 \end_inset
2722
2723 .
2724  Analog to fractions (
2725 \series bold
2726
2727 \backslash
2728 frac
2729 \series default
2730 ) there are besides 
2731 \series bold
2732
2733 \backslash
2734 binom
2735 \series default
2736  the commands 
2737 \series bold
2738
2739 \backslash
2740 dbinom
2741 \begin_inset Index
2742 status collapsed
2743
2744 \begin_layout Plain Layout
2745 Commands ! D ! 
2746 \backslash
2747 dbinom
2748 \end_layout
2749
2750 \end_inset
2751
2752
2753 \series default
2754  and 
2755 \series bold
2756
2757 \backslash
2758 tbinom
2759 \series default
2760
2761 \begin_inset Index
2762 status collapsed
2763
2764 \begin_layout Plain Layout
2765 Commands ! T ! 
2766 \backslash
2767 tbinom
2768 \end_layout
2769
2770 \end_inset
2771
2772 .
2773  For other brackets around binomial coeficients there are the commands 
2774 \series bold
2775
2776 \backslash
2777 brace
2778 \series default
2779
2780 \begin_inset Index
2781 status collapsed
2782
2783 \begin_layout Plain Layout
2784 Commands ! B ! 
2785 \backslash
2786 brace
2787 \end_layout
2788
2789 \end_inset
2790
2791  and 
2792 \series bold
2793
2794 \backslash
2795 brack
2796 \series default
2797
2798 \begin_inset Index
2799 status collapsed
2800
2801 \begin_layout Plain Layout
2802 Commands ! B ! 
2803 \backslash
2804 brack
2805 \end_layout
2806
2807 \end_inset
2808
2809 .
2810 \end_layout
2811
2812 \begin_layout Standard
2813 \align center
2814 \begin_inset Tabular
2815 <lyxtabular version="3" rows="6" columns="2">
2816 <features>
2817 <column alignment="center" valignment="top" width="0pt">
2818 <column alignment="center" valignment="top" width="0pt">
2819 <row>
2820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2821 \begin_inset Text
2822
2823 \begin_layout Plain Layout
2824 Command
2825 \end_layout
2826
2827 \end_inset
2828 </cell>
2829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2830 \begin_inset Text
2831
2832 \begin_layout Plain Layout
2833 Result
2834 \begin_inset Note Note
2835 status collapsed
2836
2837 \begin_layout Plain Layout
2838
2839 \series bold
2840
2841 \backslash
2842 raisebox
2843 \series default
2844  is only used as spacer.
2845 \end_layout
2846
2847 \end_inset
2848
2849
2850 \end_layout
2851
2852 \end_inset
2853 </cell>
2854 </row>
2855 <row>
2856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2857 \begin_inset Text
2858
2859 \begin_layout Plain Layout
2860
2861 \backslash
2862 binom
2863 \begin_inset ERT
2864 status collapsed
2865
2866 \begin_layout Plain Layout
2867
2868
2869 \backslash
2870 spce 
2871 \end_layout
2872
2873 \end_inset
2874
2875 A
2876 \begin_inset Formula $\downarrow$
2877 \end_inset
2878
2879 B
2880 \end_layout
2881
2882 \end_inset
2883 </cell>
2884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2885 \begin_inset Text
2886
2887 \begin_layout Plain Layout
2888 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2889 \end_inset
2890
2891
2892 \end_layout
2893
2894 \end_inset
2895 </cell>
2896 </row>
2897 <row>
2898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2899 \begin_inset Text
2900
2901 \begin_layout Plain Layout
2902
2903 \backslash
2904 dbinom
2905 \begin_inset ERT
2906 status collapsed
2907
2908 \begin_layout Plain Layout
2909
2910
2911 \backslash
2912 spce 
2913 \end_layout
2914
2915 \end_inset
2916
2917 A
2918 \begin_inset Formula $\downarrow$
2919 \end_inset
2920
2921 B
2922 \end_layout
2923
2924 \end_inset
2925 </cell>
2926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2927 \begin_inset Text
2928
2929 \begin_layout Plain Layout
2930 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2931 \end_inset
2932
2933
2934 \end_layout
2935
2936 \end_inset
2937 </cell>
2938 </row>
2939 <row>
2940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2941 \begin_inset Text
2942
2943 \begin_layout Plain Layout
2944
2945 \backslash
2946 tbinom
2947 \begin_inset ERT
2948 status collapsed
2949
2950 \begin_layout Plain Layout
2951
2952
2953 \backslash
2954 spce 
2955 \end_layout
2956
2957 \end_inset
2958
2959 A
2960 \begin_inset Formula $\downarrow$
2961 \end_inset
2962
2963 B
2964 \end_layout
2965
2966 \end_inset
2967 </cell>
2968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2969 \begin_inset Text
2970
2971 \begin_layout Plain Layout
2972 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2973 \end_inset
2974
2975
2976 \end_layout
2977
2978 \end_inset
2979 </cell>
2980 </row>
2981 <row>
2982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2983 \begin_inset Text
2984
2985 \begin_layout Plain Layout
2986
2987 \backslash
2988 brack
2989 \begin_inset ERT
2990 status collapsed
2991
2992 \begin_layout Plain Layout
2993
2994
2995 \backslash
2996 spce 
2997 \end_layout
2998
2999 \end_inset
3000
3001 A
3002 \begin_inset Formula $\downarrow$
3003 \end_inset
3004
3005 B
3006 \end_layout
3007
3008 \end_inset
3009 </cell>
3010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3011 \begin_inset Text
3012
3013 \begin_layout Plain Layout
3014 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3015 \end_inset
3016
3017
3018 \end_layout
3019
3020 \end_inset
3021 </cell>
3022 </row>
3023 <row>
3024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3025 \begin_inset Text
3026
3027 \begin_layout Plain Layout
3028
3029 \backslash
3030 brace
3031 \begin_inset ERT
3032 status collapsed
3033
3034 \begin_layout Plain Layout
3035
3036
3037 \backslash
3038 spce 
3039 \end_layout
3040
3041 \end_inset
3042
3043 A
3044 \begin_inset Formula $\downarrow$
3045 \end_inset
3046
3047 B
3048 \end_layout
3049
3050 \end_inset
3051 </cell>
3052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3053 \begin_inset Text
3054
3055 \begin_layout Plain Layout
3056 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3057 \end_inset
3058
3059
3060 \end_layout
3061
3062 \end_inset
3063 </cell>
3064 </row>
3065 </lyxtabular>
3066
3067 \end_inset
3068
3069
3070 \end_layout
3071
3072 \begin_layout Subsection
3073 Case Differentiations
3074 \begin_inset Index
3075 status collapsed
3076
3077 \begin_layout Plain Layout
3078 Case differentiations 
3079 \end_layout
3080
3081 \end_inset
3082
3083
3084 \end_layout
3085
3086 \begin_layout Standard
3087 \align center
3088 \begin_inset Tabular
3089 <lyxtabular version="3" rows="3" columns="2">
3090 <features>
3091 <column alignment="center" valignment="top" width="0pt">
3092 <column alignment="center" valignment="top" width="0pt">
3093 <row>
3094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Plain Layout
3098 Command
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3104 \begin_inset Text
3105
3106 \begin_layout Plain Layout
3107 Result
3108 \end_layout
3109
3110 \end_inset
3111 </cell>
3112 </row>
3113 <row>
3114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3115 \begin_inset Text
3116
3117 \begin_layout Plain Layout
3118
3119 \backslash
3120 cases
3121 \begin_inset ERT
3122 status collapsed
3123
3124 \begin_layout Plain Layout
3125
3126
3127 \backslash
3128 spce 
3129 \end_layout
3130
3131 \end_inset
3132
3133 A
3134 \begin_inset Formula $\to$
3135 \end_inset
3136
3137 B>0
3138 \begin_inset Index
3139 status collapsed
3140
3141 \begin_layout Plain Layout
3142 Commands ! C ! 
3143 \backslash
3144 cases
3145 \end_layout
3146
3147 \end_inset
3148
3149
3150 \end_layout
3151
3152 \end_inset
3153 </cell>
3154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3155 \begin_inset Text
3156
3157 \begin_layout Plain Layout
3158 \begin_inset Formula $\begin{cases}
3159 A & B>0\end{cases}$
3160 \end_inset
3161
3162
3163 \end_layout
3164
3165 \end_inset
3166 </cell>
3167 </row>
3168 <row>
3169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3170 \begin_inset Text
3171
3172 \begin_layout Plain Layout
3173
3174 \backslash
3175 cases
3176 \begin_inset ERT
3177 status collapsed
3178
3179 \begin_layout Plain Layout
3180
3181
3182 \backslash
3183 spce 
3184 \end_layout
3185
3186 \end_inset
3187
3188
3189 \begin_inset Info
3190 type  "shortcut"
3191 arg   "newline-insert newline"
3192 \end_inset
3193
3194
3195 \end_layout
3196
3197 \end_inset
3198 </cell>
3199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3200 \begin_inset Text
3201
3202 \begin_layout Plain Layout
3203 \begin_inset Formula $\begin{cases}
3204 A & \textrm{for }x>0\\
3205 B & \textrm{for }x=0\end{cases}$
3206 \end_inset
3207
3208
3209 \end_layout
3210
3211 \end_inset
3212 </cell>
3213 </row>
3214 </lyxtabular>
3215
3216 \end_inset
3217
3218
3219 \end_layout
3220
3221 \begin_layout Standard
3222 After inserting 
3223 \series bold
3224
3225 \backslash
3226 cases
3227 \series default
3228  or the usage of the math toolbar button 
3229 \begin_inset Graphics
3230         filename ../images/math/cases.png
3231         scale 85
3232
3233 \end_inset
3234
3235  you can create new lines with the shortcut 
3236 \begin_inset Info
3237 type  "shortcut"
3238 arg   "newline-insert newline"
3239 \end_inset
3240
3241  or the table toolbar button 
3242 \begin_inset Graphics
3243         filename ../images/tabular-feature_append-row.png
3244         scale 85
3245
3246 \end_inset
3247
3248 .
3249 \end_layout
3250
3251 \begin_layout Standard
3252 The command 
3253 \series bold
3254
3255 \backslash
3256 cases
3257 \series default
3258  is also available via the menu 
3259 \family sans
3260 Insert\SpecialChar \menuseparator
3261 Math\SpecialChar \menuseparator
3262 Cases-Environment
3263 \family default
3264 .
3265 \end_layout
3266
3267 \begin_layout Subsection
3268 Negations
3269 \begin_inset Index
3270 status collapsed
3271
3272 \begin_layout Plain Layout
3273 Negations
3274 \end_layout
3275
3276 \end_inset
3277
3278
3279 \end_layout
3280
3281 \begin_layout Standard
3282 By inserting of 
3283 \series bold
3284
3285 \backslash
3286 not
3287 \series default
3288
3289 \begin_inset Index
3290 status collapsed
3291
3292 \begin_layout Plain Layout
3293 Commands ! N ! 
3294 \backslash
3295 not
3296 \end_layout
3297
3298 \end_inset
3299
3300  every character can be displayed canceled.
3301  The characters are quasi accentuated by a slash.
3302 \end_layout
3303
3304 \begin_layout Standard
3305 \align center
3306 \begin_inset Tabular
3307 <lyxtabular version="3" rows="4" columns="2">
3308 <features>
3309 <column alignment="center" valignment="top" width="0pt">
3310 <column alignment="center" valignment="top" width="0pt">
3311 <row>
3312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3313 \begin_inset Text
3314
3315 \begin_layout Plain Layout
3316 Command
3317 \end_layout
3318
3319 \end_inset
3320 </cell>
3321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3322 \begin_inset Text
3323
3324 \begin_layout Plain Layout
3325 Result
3326 \end_layout
3327
3328 \end_inset
3329 </cell>
3330 </row>
3331 <row>
3332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336
3337 \backslash
3338 not=
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3344 \begin_inset Text
3345
3346 \begin_layout Plain Layout
3347 \begin_inset Formula $\not=$
3348 \end_inset
3349
3350
3351 \end_layout
3352
3353 \end_inset
3354 </cell>
3355 </row>
3356 <row>
3357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361
3362 \backslash
3363 not 
3364 \backslash
3365 le
3366 \end_layout
3367
3368 \end_inset
3369 </cell>
3370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3371 \begin_inset Text
3372
3373 \begin_layout Plain Layout
3374 \begin_inset Formula $\not\le$
3375 \end_inset
3376
3377
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 </row>
3383 <row>
3384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388
3389 \backslash
3390 not 
3391 \backslash
3392 parallel
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401 \begin_inset Formula $\not\parallel$
3402 \end_inset
3403
3404
3405 \end_layout
3406
3407 \end_inset
3408 </cell>
3409 </row>
3410 </lyxtabular>
3411
3412 \end_inset
3413
3414
3415 \end_layout
3416
3417 \begin_layout Standard
3418 The last example shows, that not all negations look good.
3419  Therefore there are for some negations special commands (see 
3420 \begin_inset CommandInset ref
3421 LatexCommand ref
3422 reference "sub:Mathematical-Symbols"
3423
3424 \end_inset
3425
3426  and 
3427 \begin_inset CommandInset ref
3428 LatexCommand ref
3429 reference "sec:Relations"
3430
3431 \end_inset
3432
3433 ).
3434 \end_layout
3435
3436 \begin_layout Subsection
3437 Placeholders
3438 \begin_inset CommandInset label
3439 LatexCommand label
3440 name "sub:Placeholders"
3441
3442 \end_inset
3443
3444
3445 \begin_inset Index
3446 status collapsed
3447
3448 \begin_layout Plain Layout
3449 Placeholders
3450 \end_layout
3451
3452 \end_inset
3453
3454
3455 \begin_inset Index
3456 status collapsed
3457
3458 \begin_layout Plain Layout
3459 Chemical characters ! Isotopes
3460 \end_layout
3461
3462 \end_inset
3463
3464
3465 \begin_inset Index
3466 status collapsed
3467
3468 \begin_layout Plain Layout
3469 Isotopes|see
3470 \begin_inset ERT
3471 status collapsed
3472
3473 \begin_layout Plain Layout
3474
3475 {
3476 \end_layout
3477
3478 \end_inset
3479
3480 Chemical characters
3481 \begin_inset ERT
3482 status collapsed
3483
3484 \begin_layout Plain Layout
3485
3486 }
3487 \end_layout
3488
3489 \end_inset
3490
3491
3492 \end_layout
3493
3494 \end_inset
3495
3496
3497 \end_layout
3498
3499 \begin_layout Standard
3500 When displaying e.
3501 \begin_inset space \thinspace{}
3502 \end_inset
3503
3504 g.
3505 \begin_inset space \space{}
3506 \end_inset
3507
3508 isotopes
3509 \begin_inset Foot
3510 status collapsed
3511
3512 \begin_layout Plain Layout
3513 More about chemical symbols is written in 
3514 \begin_inset CommandInset ref
3515 LatexCommand ref
3516 reference "sub:Chemical-Symbols-and"
3517
3518 \end_inset
3519
3520 .
3521 \end_layout
3522
3523 \end_inset
3524
3525  the following problem occurs:
3526 \end_layout
3527
3528 \begin_layout Standard
3529 \align center
3530 \begin_inset Tabular
3531 <lyxtabular version="3" rows="2" columns="2">
3532 <features>
3533 <column alignment="center" valignment="top" width="0pt">
3534 <column alignment="center" valignment="top" width="0pt">
3535 <row>
3536 <cell alignment="center" valignment="top" usebox="none">
3537 \begin_inset Text
3538
3539 \begin_layout Plain Layout
3540 Indices created with sub- and superscripts:
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 <cell alignment="center" valignment="top" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Plain Layout
3549 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3550 \end_inset
3551
3552
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 </row>
3558 <row>
3559 <cell alignment="center" valignment="top" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563 correct indices:
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 <cell alignment="center" valignment="top" usebox="none">
3569 \begin_inset Text
3570
3571 \begin_layout Plain Layout
3572 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3573 \end_inset
3574
3575
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 </row>
3581 </lyxtabular>
3582
3583 \end_inset
3584
3585
3586 \begin_inset Note Note
3587 status collapsed
3588
3589 \begin_layout Plain Layout
3590
3591 \series bold
3592
3593 \backslash
3594 raisebox
3595 \series default
3596  is only used as spacer.
3597 \end_layout
3598
3599 \end_inset
3600
3601
3602 \end_layout
3603
3604 \begin_layout Standard
3605 The shorter index is by default placed below or above the first character
3606  of the longer index.
3607  To avoid this there is the command 
3608 \series bold
3609
3610 \backslash
3611 phantom
3612 \series default
3613
3614 \begin_inset Index
3615 status collapsed
3616
3617 \begin_layout Plain Layout
3618 Commands ! P ! 
3619 \backslash
3620 phantom
3621 \end_layout
3622
3623 \end_inset
3624
3625  or the math toolbar button
3626 \begin_inset space \thinspace{}
3627 \end_inset
3628
3629
3630 \begin_inset Foot
3631 status collapsed
3632
3633 \begin_layout Plain Layout
3634 can be found in the submenu of the toolbar button 
3635 \begin_inset Graphics
3636         filename ../images/math/space.png
3637         scale 85
3638
3639 \end_inset
3640
3641
3642 \end_layout
3643
3644 \end_inset
3645
3646  
3647 \begin_inset Graphics
3648         filename ../images/math/phantom.png
3649         scale 85
3650
3651 \end_inset
3652
3653  that creates one or more phantom characters.
3654  When inserting 
3655 \series bold
3656
3657 \backslash
3658 phantom
3659 \series default
3660  a small blue box appears that is superposed with two red arrows.
3661  The arrows indicate that the complete width and height of the box content
3662  will be created as placeholder.
3663  Phantom characters are accordingly placeholders with the size of the characters.
3664 \end_layout
3665
3666 \begin_layout Standard
3667 \align center
3668 \begin_inset Tabular
3669 <lyxtabular version="3" rows="4" columns="2">
3670 <features>
3671 <column alignment="center" valignment="top" width="0">
3672 <column alignment="center" valignment="top" width="0">
3673 <row>
3674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 Command
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687 Result
3688 \begin_inset Note Note
3689 status collapsed
3690
3691 \begin_layout Plain Layout
3692
3693 \series bold
3694
3695 \backslash
3696 raisebox
3697 \series default
3698  is only used as spacer.
3699 \end_layout
3700
3701 \end_inset
3702
3703
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 </row>
3709 <row>
3710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714 ^19
3715 \begin_inset ERT
3716 status collapsed
3717
3718 \begin_layout Plain Layout
3719
3720
3721 \backslash
3722 spce 
3723 \end_layout
3724
3725 \end_inset
3726
3727 _
3728 \backslash
3729 phantom
3730 \begin_inset ERT
3731 status collapsed
3732
3733 \begin_layout Plain Layout
3734
3735
3736 \backslash
3737 spce 
3738 \end_layout
3739
3740 \end_inset
3741
3742 1
3743 \begin_inset Formula $\to$
3744 \end_inset
3745
3746 9
3747 \begin_inset ERT
3748 status collapsed
3749
3750 \begin_layout Plain Layout
3751
3752
3753 \backslash
3754 spce 
3755 \end_layout
3756
3757 \end_inset
3758
3759 F
3760 \end_layout
3761
3762 \end_inset
3763 </cell>
3764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3765 \begin_inset Text
3766
3767 \begin_layout Plain Layout
3768 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3769 \end_inset
3770
3771
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 </row>
3777 <row>
3778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782 ^235
3783 \begin_inset ERT
3784 status collapsed
3785
3786 \begin_layout Plain Layout
3787
3788
3789 \backslash
3790 spce 
3791 \end_layout
3792
3793 \end_inset
3794
3795 _
3796 \backslash
3797 phantom
3798 \begin_inset ERT
3799 status collapsed
3800
3801 \begin_layout Plain Layout
3802
3803
3804 \backslash
3805 spce 
3806 \end_layout
3807
3808 \end_inset
3809
3810 23
3811 \begin_inset Formula $\to$
3812 \end_inset
3813
3814 9
3815 \begin_inset ERT
3816 status collapsed
3817
3818 \begin_layout Plain Layout
3819
3820
3821 \backslash
3822 spce 
3823 \end_layout
3824
3825 \end_inset
3826
3827 F
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3837 \end_inset
3838
3839
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 </row>
3845 <row>
3846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3847 \begin_inset Text
3848
3849 \begin_layout Plain Layout
3850
3851 \backslash
3852 Lambda^
3853 \begin_inset ERT
3854 status collapsed
3855
3856 \begin_layout Plain Layout
3857
3858
3859 \backslash
3860 spce 
3861 \end_layout
3862
3863 \end_inset
3864
3865
3866 \backslash
3867 phantom
3868 \begin_inset ERT
3869 status collapsed
3870
3871 \begin_layout Plain Layout
3872
3873
3874 \backslash
3875 spce 
3876 \end_layout
3877
3878 \end_inset
3879
3880 ii
3881 \begin_inset Formula $\to$
3882 \end_inset
3883
3884 t
3885 \begin_inset ERT
3886 status collapsed
3887
3888 \begin_layout Plain Layout
3889
3890
3891 \backslash
3892 spce 
3893 \end_layout
3894
3895 \end_inset
3896
3897 _MMt
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3907 \end_inset
3908
3909
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 </row>
3915 </lyxtabular>
3916
3917 \end_inset
3918
3919
3920 \end_layout
3921
3922 \begin_layout Standard
3923 Furthermore there are the commands 
3924 \series bold
3925
3926 \backslash
3927 vphantom
3928 \series default
3929
3930 \begin_inset Index
3931 status collapsed
3932
3933 \begin_layout Plain Layout
3934 Commands ! V ! 
3935 \backslash
3936 vphantom
3937 \end_layout
3938
3939 \end_inset
3940
3941  (toolbar button 
3942 \begin_inset space ~
3943 \end_inset
3944
3945
3946 \begin_inset Graphics
3947         filename ../images/math/vphantom.png
3948         scale 85
3949
3950 \end_inset
3951
3952 ) and 
3953 \series bold
3954
3955 \backslash
3956 hphantom
3957 \series default
3958
3959 \begin_inset Index
3960 status collapsed
3961
3962 \begin_layout Plain Layout
3963 Commands ! H ! 
3964 \backslash
3965 hphantom
3966 \end_layout
3967
3968 \end_inset
3969
3970  (toolbar button 
3971 \begin_inset space ~
3972 \end_inset
3973
3974
3975 \begin_inset Graphics
3976         filename ../images/math/hphantom.png
3977         scale 85
3978
3979 \end_inset
3980
3981 ).
3982  
3983 \series bold
3984
3985 \backslash
3986 hphantom
3987 \series default
3988  creates only space for the maximal height of the characters in the box
3989  but not for its width.
3990  
3991 \series bold
3992
3993 \backslash
3994 vphantom
3995 \series default
3996  creates only space for the width of the box content.
3997  Therefore  the boxes of both commands have only one red arrow.
3998 \end_layout
3999
4000 \begin_layout Standard
4001 For example creates 
4002 \series bold
4003
4004 \backslash
4005 vphantom
4006 \series default
4007
4008 \begin_inset ERT
4009 status collapsed
4010
4011 \begin_layout Plain Layout
4012
4013
4014 \backslash
4015 spce 
4016 \end_layout
4017
4018 \end_inset
4019
4020
4021 \series bold
4022 a
4023 \backslash
4024 int
4025 \series default
4026  space for the height of the integral sign,
4027 \begin_inset Foot
4028 status collapsed
4029
4030 \begin_layout Plain Layout
4031 The command 
4032 \series bold
4033
4034 \backslash
4035 int
4036 \series default
4037  creates an integral sign, see 
4038 \begin_inset CommandInset ref
4039 LatexCommand ref
4040 reference "sub:Big-Operators"
4041
4042 \end_inset
4043
4044 .
4045 \end_layout
4046
4047 \end_inset
4048
4049  because this is the larger character.
4050  An example application is in 
4051 \begin_inset CommandInset ref
4052 LatexCommand ref
4053 reference "sub:Multiline-Brackets"
4054
4055 \end_inset
4056
4057 .
4058 \end_layout
4059
4060 \begin_layout Subsection
4061 Lines
4062 \begin_inset Index
4063 status collapsed
4064
4065 \begin_layout Plain Layout
4066 Lines
4067 \end_layout
4068
4069 \end_inset
4070
4071
4072 \begin_inset Index
4073 status collapsed
4074
4075 \begin_layout Plain Layout
4076 Formula ! underlined
4077 \end_layout
4078
4079 \end_inset
4080
4081
4082 \end_layout
4083
4084 \begin_layout Standard
4085 \align center
4086 \begin_inset Tabular
4087 <lyxtabular version="3" rows="4" columns="2">
4088 <features>
4089 <column alignment="center" valignment="top" width="0pt">
4090 <column alignment="center" valignment="top" width="0pt">
4091 <row>
4092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096 Command
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Plain Layout
4105 Result
4106 \begin_inset Note Note
4107 status collapsed
4108
4109 \begin_layout Plain Layout
4110
4111 \series bold
4112
4113 \backslash
4114 raisebox
4115 \series default
4116  is only used as spacer.
4117 \end_layout
4118
4119 \end_inset
4120
4121
4122 \end_layout
4123
4124 \end_inset
4125 </cell>
4126 </row>
4127 <row>
4128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132
4133 \backslash
4134 overline
4135 \begin_inset ERT
4136 status collapsed
4137
4138 \begin_layout Plain Layout
4139
4140
4141 \backslash
4142 spce 
4143 \end_layout
4144
4145 \end_inset
4146
4147 A+B
4148 \begin_inset Index
4149 status collapsed
4150
4151 \begin_layout Plain Layout
4152 Commands ! O ! 
4153 \backslash
4154 overline
4155 \end_layout
4156
4157 \end_inset
4158
4159
4160 \end_layout
4161
4162 \end_inset
4163 </cell>
4164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Plain Layout
4168 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4169 \end_inset
4170
4171
4172 \end_layout
4173
4174 \end_inset
4175 </cell>
4176 </row>
4177 <row>
4178 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4179 \begin_inset Text
4180
4181 \begin_layout Plain Layout
4182
4183 \backslash
4184 underline
4185 \begin_inset ERT
4186 status collapsed
4187
4188 \begin_layout Plain Layout
4189
4190
4191 \backslash
4192 spce 
4193 \end_layout
4194
4195 \end_inset
4196
4197 A+B
4198 \begin_inset Index
4199 status collapsed
4200
4201 \begin_layout Plain Layout
4202 Commands ! U ! 
4203 \backslash
4204 underline
4205 \end_layout
4206
4207 \end_inset
4208
4209
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4219 \end_inset
4220
4221
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 </row>
4227 <row>
4228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232
4233 \backslash
4234 overline
4235 \begin_inset ERT
4236 status collapsed
4237
4238 \begin_layout Plain Layout
4239
4240
4241 \backslash
4242 spce 
4243 \end_layout
4244
4245 \end_inset
4246
4247
4248 \backslash
4249 underline
4250 \begin_inset ERT
4251 status collapsed
4252
4253 \begin_layout Plain Layout
4254
4255
4256 \backslash
4257 spce 
4258 \end_layout
4259
4260 \end_inset
4261
4262 A+B
4263 \end_layout
4264
4265 \end_inset
4266 </cell>
4267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4268 \begin_inset Text
4269
4270 \begin_layout Plain Layout
4271 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4272 \end_inset
4273
4274
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 </row>
4280 </lyxtabular>
4281
4282 \end_inset
4283
4284
4285 \end_layout
4286
4287 \begin_layout Standard
4288 In the last example it doesn't matter if first 
4289 \series bold
4290
4291 \backslash
4292 overline
4293 \series default
4294  or 
4295 \series bold
4296
4297 \backslash
4298 underline
4299 \series default
4300  is inserted.
4301 \end_layout
4302
4303 \begin_layout Standard
4304 To double underline e.
4305 \begin_inset space \thinspace{}
4306 \end_inset
4307
4308 g.
4309 \begin_inset space \space{}
4310 \end_inset
4311
4312 results, one uses 
4313 \series bold
4314
4315 \backslash
4316 underline
4317 \series default
4318  twice.
4319 \end_layout
4320
4321 \begin_layout Standard
4322 It is possible to place up to 6 lines above or below characters.
4323 \end_layout
4324
4325 \begin_layout Standard
4326 \begin_inset VSpace bigskip
4327 \end_inset
4328
4329 Custom lines can be created using the command 
4330 \series bold
4331
4332 \backslash
4333 rule
4334 \series default
4335
4336 \begin_inset Index
4337 status collapsed
4338
4339 \begin_layout Plain Layout
4340 Commands ! R ! 
4341 \backslash
4342 rule
4343 \end_layout
4344
4345 \end_inset
4346
4347  which has the following scheme:
4348 \end_layout
4349
4350 \begin_layout Standard
4351
4352 \series bold
4353
4354 \backslash
4355 rule[vertical offset]{length}{thickness}
4356 \end_layout
4357
4358 \begin_layout Standard
4359 The optional vertical offset shifts the line upwards (or downwards, when
4360  the value is negative).
4361  The units listed in 
4362 \begin_inset CommandInset ref
4363 LatexCommand ref
4364 reference "tab:Available-units"
4365
4366 \end_inset
4367
4368  can be used for the values.
4369  Here are two example lines created with the commands
4370 \begin_inset Newline newline
4371 \end_inset
4372
4373
4374 \series bold
4375
4376 \backslash
4377 rule[-2ex]{3cm}{2pt}
4378 \series default
4379  and 
4380 \series bold
4381
4382 \backslash
4383 rule{2cm}{1pt}
4384 \series default
4385 :
4386 \end_layout
4387
4388 \begin_layout Standard
4389 This is a sentence 
4390 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4391 \end_inset
4392
4393  with two lines.
4394 \end_layout
4395
4396 \begin_layout Standard
4397
4398 \series bold
4399
4400 \backslash
4401 rule
4402 \series default
4403  can also be used for text when it is inserted in TeX-mode.
4404 \end_layout
4405
4406 \begin_layout Subsection
4407 Ellipses
4408 \begin_inset CommandInset label
4409 LatexCommand label
4410 name "sub:Ellipses"
4411
4412 \end_inset
4413
4414
4415 \begin_inset Index
4416 status collapsed
4417
4418 \begin_layout Plain Layout
4419 Ellipses
4420 \end_layout
4421
4422 \end_inset
4423
4424
4425 \end_layout
4426
4427 \begin_layout Standard
4428 There are different types of ellipses available.
4429 \begin_inset Foot
4430 status collapsed
4431
4432 \begin_layout Plain Layout
4433 In the math toolbar in the submenu of the button 
4434 \begin_inset Graphics
4435         filename ../images/math/ldots.png
4436         scale 85
4437
4438 \end_inset
4439
4440
4441 \end_layout
4442
4443 \end_inset
4444
4445  For listings dots at the baseline are used (
4446 \series bold
4447
4448 \backslash
4449 ldots
4450 \series default
4451
4452 \begin_inset Index
4453 status collapsed
4454
4455 \begin_layout Plain Layout
4456 Commands ! L ! 
4457 \backslash
4458 ldots
4459 \end_layout
4460
4461 \end_inset
4462
4463 ), while for operations dots are needed that are on the same height as the
4464  operators (
4465 \series bold
4466
4467 \backslash
4468 cdots
4469 \series default
4470
4471 \begin_inset Index
4472 status collapsed
4473
4474 \begin_layout Plain Layout
4475 Commands ! C ! 
4476 \backslash
4477 cdots
4478 \end_layout
4479
4480 \end_inset
4481
4482 ).
4483  When using the command 
4484 \series bold
4485
4486 \backslash
4487 dots
4488 \series default
4489
4490 \begin_inset Index
4491 status collapsed
4492
4493 \begin_layout Plain Layout
4494 Commands ! D ! 
4495 \backslash
4496 dots
4497 \end_layout
4498
4499 \end_inset
4500
4501 , LaTeX decides on the basis of the next character what type is used.
4502 \end_layout
4503
4504 \begin_layout Standard
4505 \align center
4506 \begin_inset Tabular
4507 <lyxtabular version="3" rows="8" columns="2">
4508 <features>
4509 <column alignment="center" valignment="top" width="0pt">
4510 <column alignment="center" valignment="top" width="0pt">
4511 <row>
4512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4513 \begin_inset Text
4514
4515 \begin_layout Plain Layout
4516 Command
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525 Result
4526 \end_layout
4527
4528 \end_inset
4529 </cell>
4530 </row>
4531 <row>
4532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536 A_1
4537 \begin_inset ERT
4538 status collapsed
4539
4540 \begin_layout Plain Layout
4541
4542
4543 \backslash
4544 spce 
4545 \end_layout
4546
4547 \end_inset
4548
4549 ,
4550 \backslash
4551 dots
4552 \begin_inset ERT
4553 status collapsed
4554
4555 \begin_layout Plain Layout
4556
4557
4558 \backslash
4559 spce 
4560 \end_layout
4561
4562 \end_inset
4563
4564 ,A_n
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4570 \begin_inset Text
4571
4572 \begin_layout Plain Layout
4573 \begin_inset Formula $A_{1},\dots,A_{n}$
4574 \end_inset
4575
4576
4577 \end_layout
4578
4579 \end_inset
4580 </cell>
4581 </row>
4582 <row>
4583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587 A_1
4588 \begin_inset ERT
4589 status collapsed
4590
4591 \begin_layout Plain Layout
4592
4593
4594 \backslash
4595 spce 
4596 \end_layout
4597
4598 \end_inset
4599
4600 +
4601 \backslash
4602 dots
4603 \begin_inset ERT
4604 status collapsed
4605
4606 \begin_layout Plain Layout
4607
4608
4609 \backslash
4610 spce 
4611 \end_layout
4612
4613 \end_inset
4614
4615 +A_n
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4621 \begin_inset Text
4622
4623 \begin_layout Plain Layout
4624 \begin_inset Formula $A_{1}+\dots+A_{n}$
4625 \end_inset
4626
4627
4628 \end_layout
4629
4630 \end_inset
4631 </cell>
4632 </row>
4633 <row>
4634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Plain Layout
4638 A_1
4639 \begin_inset ERT
4640 status collapsed
4641
4642 \begin_layout Plain Layout
4643
4644
4645 \backslash
4646 spce 
4647 \end_layout
4648
4649 \end_inset
4650
4651 ,
4652 \backslash
4653 ldots
4654 \begin_inset ERT
4655 status collapsed
4656
4657 \begin_layout Plain Layout
4658
4659
4660 \backslash
4661 spce 
4662 \end_layout
4663
4664 \end_inset
4665
4666 ,A_n
4667 \end_layout
4668
4669 \end_inset
4670 </cell>
4671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4672 \begin_inset Text
4673
4674 \begin_layout Plain Layout
4675 \begin_inset Formula $A_{1},\ldots,A_{n}$
4676 \end_inset
4677
4678
4679 \end_layout
4680
4681 \end_inset
4682 </cell>
4683 </row>
4684 <row>
4685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4686 \begin_inset Text
4687
4688 \begin_layout Plain Layout
4689 A_1
4690 \begin_inset ERT
4691 status collapsed
4692
4693 \begin_layout Plain Layout
4694
4695
4696 \backslash
4697 spce 
4698 \end_layout
4699
4700 \end_inset
4701
4702 +
4703 \backslash
4704 cdots
4705 \begin_inset ERT
4706 status collapsed
4707
4708 \begin_layout Plain Layout
4709
4710
4711 \backslash
4712 spce 
4713 \end_layout
4714
4715 \end_inset
4716
4717 +A_n
4718 \end_layout
4719
4720 \end_inset
4721 </cell>
4722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4723 \begin_inset Text
4724
4725 \begin_layout Plain Layout
4726 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4727 \end_inset
4728
4729
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 </row>
4735 <row>
4736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4737 \begin_inset Text
4738
4739 \begin_layout Plain Layout
4740
4741 \backslash
4742 vdots
4743 \end_layout
4744
4745 \end_inset
4746 </cell>
4747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4748 \begin_inset Text
4749
4750 \begin_layout Plain Layout
4751 \begin_inset Formula $\vdots$
4752 \end_inset
4753
4754
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 </row>
4760 <row>
4761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4762 \begin_inset Text
4763
4764 \begin_layout Plain Layout
4765
4766 \backslash
4767 ddots
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776 \begin_inset Formula $\ddots$
4777 \end_inset
4778
4779
4780 \end_layout
4781
4782 \end_inset
4783 </cell>
4784 </row>
4785 <row>
4786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4787 \begin_inset Text
4788
4789 \begin_layout Plain Layout
4790 3×3
4791 \begin_inset space \thinspace{}
4792 \end_inset
4793
4794 matrix with the different dots
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803 \begin_inset Formula $\begin{array}{ccc}
4804 A_{11} & \cdots & A_{1m}\\
4805 \vdots & \ddots & \vdots\\
4806 A_{n1} & \cdots & A_{nm}\end{array}$
4807 \end_inset
4808
4809
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 </row>
4815 </lyxtabular>
4816
4817 \end_inset
4818
4819
4820 \end_layout
4821
4822 \begin_layout Standard
4823 The ellipses available in menu 
4824 \family sans
4825 Insert\SpecialChar \menuseparator
4826 Special
4827 \begin_inset space ~
4828 \end_inset
4829
4830 Character
4831 \family default
4832  are 
4833 \series bold
4834
4835 \backslash
4836 ldots
4837 \series default
4838 .
4839 \end_layout
4840
4841 \begin_layout Standard
4842 \begin_inset VSpace medskip
4843 \end_inset
4844
4845 Specially for matrices there are ellipses that span over several columns.
4846  They are created with the command 
4847 \series bold
4848
4849 \backslash
4850 hdotsfor
4851 \series default
4852
4853 \begin_inset Index
4854 status collapsed
4855
4856 \begin_layout Plain Layout
4857 Commands ! H ! 
4858 \backslash
4859 hdotsfor
4860 \end_layout
4861
4862 \end_inset
4863
4864 , that has the following scheme:
4865 \end_layout
4866
4867 \begin_layout Standard
4868
4869 \series bold
4870
4871 \backslash
4872 hdotsfor[distance]{number of columns}
4873 \end_layout
4874
4875 \begin_layout Standard
4876 The number of columns specifies how many columns should be spanned.
4877  Distance is a factor for the distance between the dots.
4878 \end_layout
4879
4880 \begin_layout Standard
4881 In the following matrix the command 
4882 \series bold
4883
4884 \backslash
4885 hdotsfor[2]{4}
4886 \series default
4887  was inserted in the first box of the second line, to get an ellipsis with
4888  a dot distance twice as long as with the command 
4889 \series bold
4890
4891 \backslash
4892 dots
4893 \series default
4894 :
4895 \begin_inset Formula \[
4896 \left(\begin{array}{cccc}
4897 A & B & C & D\\
4898 \hdotsfor[2]{4}\\
4899 q & w & e & r\end{array}\right)\]
4900
4901 \end_inset
4902
4903 Note that the matrix fields that should be spanned must be empty, otherwise
4904  you get LaTeX-errors.
4905 \end_layout
4906
4907 \begin_layout Standard
4908 \begin_inset VSpace bigskip
4909 \end_inset
4910
4911 Furthermore you can fill with the command 
4912 \series bold
4913
4914 \backslash
4915 dotfill
4916 \series default
4917
4918 \begin_inset Index
4919 status collapsed
4920
4921 \begin_layout Plain Layout
4922 Commands ! D ! 
4923 \backslash
4924 dotfill
4925 \end_layout
4926
4927 \end_inset
4928
4929  the rest of a line with dots.
4930  The effect of these commands is the same like with 
4931 \series bold
4932
4933 \backslash
4934 hfill
4935 \series default
4936 , see 
4937 \begin_inset CommandInset ref
4938 LatexCommand ref
4939 reference "sub:Variable-Space"
4940
4941 \end_inset
4942
4943 .
4944 \end_layout
4945
4946 \begin_layout Standard
4947 For example the command 
4948 \series bold
4949 A
4950 \backslash
4951 dotfill
4952 \begin_inset ERT
4953 status collapsed
4954
4955 \begin_layout Plain Layout
4956
4957
4958 \backslash
4959 spce 
4960 \end_layout
4961
4962 \end_inset
4963
4964 B
4965 \series default
4966  produces
4967 \end_layout
4968
4969 \begin_layout Standard
4970 \begin_inset Formula $A\dotfill B$
4971 \end_inset
4972
4973
4974 \end_layout
4975
4976 \begin_layout Standard
4977 Analog to
4978 \series bold
4979  
4980 \backslash
4981 dotfill
4982 \series default
4983  there is for a line the command 
4984 \series bold
4985
4986 \backslash
4987 hrulefill
4988 \series default
4989
4990 \begin_inset Index
4991 status collapsed
4992
4993 \begin_layout Plain Layout
4994 Commands ! H ! 
4995 \backslash
4996 hrulefill
4997 \end_layout
4998
4999 \end_inset
5000
5001 :
5002 \end_layout
5003
5004 \begin_layout Standard
5005 \begin_inset Formula $A\hrulefill B$
5006 \end_inset
5007
5008
5009 \end_layout
5010
5011 \begin_layout Standard
5012 To use the commands for text, they have to be inserted in TeX-mode.
5013 \end_layout
5014
5015 \begin_layout Section
5016 Matrices
5017 \begin_inset CommandInset label
5018 LatexCommand label
5019 name "sec:Matrices"
5020
5021 \end_inset
5022
5023
5024 \begin_inset Index
5025 status collapsed
5026
5027 \begin_layout Plain Layout
5028 Matrices
5029 \end_layout
5030
5031 \end_inset
5032
5033
5034 \end_layout
5035
5036 \begin_layout Standard
5037 Matrices can be inserted via the math toolbar button 
5038 \begin_inset Graphics
5039         filename ../images/dialog-show_mathmatrix.png
5040         scale 85
5041
5042 \end_inset
5043
5044  or the menu 
5045 \family sans
5046 Insert\SpecialChar \menuseparator
5047 Math\SpecialChar \menuseparator
5048 Matrix
5049 \family default
5050 .
5051  You will be asked for the number of matrix columns and rows, and the alignment.
5052  The vertical alignment is hereby only of importance for matrices in inline
5053  formulas:
5054 \end_layout
5055
5056 \begin_layout Standard
5057 The first matrix is top 
5058 \begin_inset Formula $\begin{array}[t]{cccc}
5059 A & D & G & J\\
5060 B & E & H & K\\
5061 C & F & I & L\end{array}$
5062 \end_inset
5063
5064 , the second middle 
5065 \begin_inset Formula $\begin{array}{cccc}
5066 A & D & G & J\\
5067 B & E & H & K\\
5068 C & F & I & L\end{array}$
5069 \end_inset
5070
5071 , and the third bottom 
5072 \begin_inset Formula $\begin{array}[b]{cccc}
5073 A & D & G & J\\
5074 B & E & H & K\\
5075 C & F & I & L\end{array}$
5076 \end_inset
5077
5078  aligned.
5079 \end_layout
5080
5081 \begin_layout Standard
5082 The horizontal alignment specifies how the column entries should be aligned.
5083  It is set by entering a letter for every column.
5084  
5085 \emph on
5086 l
5087 \emph default
5088  denotes left aligned, 
5089 \emph on
5090 c
5091 \emph default
5092  centered, and 
5093 \emph on
5094 r
5095 \emph default
5096  right aligned.
5097  To create for example a 4
5098 \series bold
5099 ×
5100 \series default
5101 4
5102 \begin_inset space ~
5103 \end_inset
5104
5105 matrix where the first column is left aligned, the second and third are
5106  centered, and the last one is right aligned, one enters for the horizontal
5107  alignment 
5108 \series bold
5109 lccr
5110 \series default
5111 .
5112  Normally are in a matrix all columns centered, therefore the default is
5113  for every column is a 
5114 \series bold
5115 c
5116 \series default
5117 .
5118 \end_layout
5119
5120 \begin_layout Standard
5121 Horizontal alignment:
5122 \end_layout
5123
5124 \begin_layout Standard
5125
5126 \series bold
5127 lll
5128 \series default
5129  : 
5130 \begin_inset Formula $\begin{array}{lll}
5131 10000 & D & G\\
5132 B & 10000 & H\\
5133 C & F & 10000\end{array}$
5134 \end_inset
5135
5136  , 
5137 \series bold
5138 ccc
5139 \series default
5140  : 
5141 \begin_inset Formula $\begin{array}{ccc}
5142 10000 & D & G\\
5143 B & 10000 & H\\
5144 C & F & 10000\end{array}$
5145 \end_inset
5146
5147  , 
5148 \series bold
5149 rrr
5150 \series default
5151  : 
5152 \begin_inset Formula $\begin{array}{rrr}
5153 10000 & D & G\\
5154 B & 10000 & H\\
5155 C & F & 10000\end{array}$
5156 \end_inset
5157
5158
5159 \end_layout
5160
5161 \begin_layout Standard
5162 To add or delete rows and columns subsequently, the math toolbar buttons
5163  
5164 \begin_inset Graphics
5165         filename ../images/tabular-feature_append-row.png
5166         scale 85
5167
5168 \end_inset
5169
5170
5171 \begin_inset Graphics
5172         filename ../images/tabular-feature_delete-row.png
5173         scale 85
5174
5175 \end_inset
5176
5177 , etc.
5178 \begin_inset space \thinspace{}
5179 \end_inset
5180
5181 , or the menu 
5182 \family sans
5183 Edit\SpecialChar \menuseparator
5184 Rows & Columns
5185 \family default
5186  can be used.
5187  New rows can also be created with 
5188 \begin_inset Info
5189 type  "shortcut"
5190 arg   "newline-insert newline"
5191 \end_inset
5192
5193 .
5194 \end_layout
5195
5196 \begin_layout Standard
5197 \begin_inset VSpace bigskip
5198 \end_inset
5199
5200 Parentheses around a matrix can can either be created with the commands
5201  
5202 \series bold
5203
5204 \backslash
5205 left
5206 \series default
5207
5208 \begin_inset Index
5209 status collapsed
5210
5211 \begin_layout Plain Layout
5212 Commands ! L ! 
5213 \backslash
5214 left
5215 \end_layout
5216
5217 \end_inset
5218
5219  and 
5220 \series bold
5221
5222 \backslash
5223 right
5224 \series default
5225
5226 \begin_inset Index
5227 status collapsed
5228
5229 \begin_layout Plain Layout
5230 Commands ! R ! 
5231 \backslash
5232 right
5233 \end_layout
5234
5235 \end_inset
5236
5237  (shortcut 
5238 \family sans
5239 Alt+M
5240 \begin_inset space ~
5241 \end_inset
5242
5243 Parenthesis
5244 \family default
5245 ), see 
5246 \begin_inset CommandInset ref
5247 LatexCommand ref
5248 reference "sub:Automatic-Bracket-Size"
5249
5250 \end_inset
5251
5252 , or by using the following commands:
5253 \begin_inset VSpace medskip
5254 \end_inset
5255
5256
5257 \end_layout
5258
5259 \begin_layout Standard
5260 \begin_inset space \hfill{}
5261 \end_inset
5262
5263
5264 \begin_inset Tabular
5265 <lyxtabular version="3" rows="4" columns="2">
5266 <features>
5267 <column alignment="center" valignment="top" width="0">
5268 <column alignment="center" valignment="top" width="0">
5269 <row>
5270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5271 \begin_inset Text
5272
5273 \begin_layout Plain Layout
5274 Command
5275 \end_layout
5276
5277 \end_inset
5278 </cell>
5279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5280 \begin_inset Text
5281
5282 \begin_layout Plain Layout
5283 Result
5284 \begin_inset Note Note
5285 status collapsed
5286
5287 \begin_layout Plain Layout
5288
5289 \series bold
5290
5291 \backslash
5292 raisebox
5293 \series default
5294  is only used as spacer.
5295 \end_layout
5296
5297 \end_inset
5298
5299
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 </row>
5305 <row>
5306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Plain Layout
5310
5311 \backslash
5312 bmatrix
5313 \begin_inset ERT
5314 status collapsed
5315
5316 \begin_layout Plain Layout
5317
5318
5319 \backslash
5320 spce 
5321 \end_layout
5322
5323 \end_inset
5324
5325 2
5326 \series bold
5327 ×
5328 \series default
5329 2
5330 \begin_inset space \thinspace{}
5331 \end_inset
5332
5333 matrix
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5339 \begin_inset Text
5340
5341 \begin_layout Plain Layout
5342 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5343 0 & \textrm{-}\mathrm{i}\\
5344 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5345 \end_inset
5346
5347
5348 \end_layout
5349
5350 \end_inset
5351 </cell>
5352 </row>
5353 <row>
5354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5355 \begin_inset Text
5356
5357 \begin_layout Plain Layout
5358
5359 \backslash
5360 Bmatrix
5361 \begin_inset ERT
5362 status collapsed
5363
5364 \begin_layout Plain Layout
5365
5366
5367 \backslash
5368 spce 
5369 \end_layout
5370
5371 \end_inset
5372
5373 2
5374 \series bold
5375 ×
5376 \series default
5377 2
5378 \begin_inset space \thinspace{}
5379 \end_inset
5380
5381 matrix
5382 \end_layout
5383
5384 \end_inset
5385 </cell>
5386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5387 \begin_inset Text
5388
5389 \begin_layout Plain Layout
5390 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5391 0 & \textrm{-}\mathrm{i}\\
5392 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5393 \end_inset
5394
5395
5396 \end_layout
5397
5398 \end_inset
5399 </cell>
5400 </row>
5401 <row>
5402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406
5407 \backslash
5408 pmatrix
5409 \begin_inset ERT
5410 status collapsed
5411
5412 \begin_layout Plain Layout
5413
5414
5415 \backslash
5416 spce 
5417 \end_layout
5418
5419 \end_inset
5420
5421 2
5422 \series bold
5423 ×
5424 \series default
5425 2
5426 \begin_inset space \thinspace{}
5427 \end_inset
5428
5429 matrix
5430 \end_layout
5431
5432 \end_inset
5433 </cell>
5434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Plain Layout
5438 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5439 0 & \textrm{-}\mathrm{i}\\
5440 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5441 \end_inset
5442
5443
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 </row>
5449 </lyxtabular>
5450
5451 \end_inset
5452
5453
5454 \begin_inset space \hfill{}
5455 \end_inset
5456
5457
5458 \begin_inset Tabular
5459 <lyxtabular version="3" rows="4" columns="2">
5460 <features>
5461 <column alignment="center" valignment="top" width="0">
5462 <column alignment="center" valignment="top" width="0">
5463 <row>
5464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468 Command
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 Result
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 </row>
5483 <row>
5484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488
5489 \backslash
5490 vmatrix
5491 \begin_inset ERT
5492 status collapsed
5493
5494 \begin_layout Plain Layout
5495
5496
5497 \backslash
5498 spce 
5499 \end_layout
5500
5501 \end_inset
5502
5503 2
5504 \series bold
5505 ×
5506 \series default
5507 2
5508 \begin_inset space \thinspace{}
5509 \end_inset
5510
5511 matrix
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Plain Layout
5520 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5521 0 & \textrm{-}\mathrm{i}\\
5522 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5523 \end_inset
5524
5525
5526 \end_layout
5527
5528 \end_inset
5529 </cell>
5530 </row>
5531 <row>
5532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536
5537 \backslash
5538 Vmatrix
5539 \begin_inset ERT
5540 status collapsed
5541
5542 \begin_layout Plain Layout
5543
5544
5545 \backslash
5546 spce 
5547 \end_layout
5548
5549 \end_inset
5550
5551 2
5552 \series bold
5553 ×
5554 \series default
5555 2
5556 \begin_inset space \thinspace{}
5557 \end_inset
5558
5559 matrix
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5569 0 & \textrm{-}\mathrm{i}\\
5570 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5571 \end_inset
5572
5573
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 </row>
5579 <row>
5580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5581 \begin_inset Text
5582
5583 \begin_layout Plain Layout
5584
5585 \backslash
5586 matrix
5587 \begin_inset ERT
5588 status collapsed
5589
5590 \begin_layout Plain Layout
5591
5592
5593 \backslash
5594 spce 
5595 \end_layout
5596
5597 \end_inset
5598
5599 2
5600 \series bold
5601 ×
5602 \series default
5603 2
5604 \begin_inset space \thinspace{}
5605 \end_inset
5606
5607 matrix
5608 \end_layout
5609
5610 \end_inset
5611 </cell>
5612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5613 \begin_inset Text
5614
5615 \begin_layout Plain Layout
5616 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5617 0 & \textrm{-}\mathrm{i}\\
5618 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5619 \end_inset
5620
5621
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 </row>
5627 </lyxtabular>
5628
5629 \end_inset
5630
5631
5632 \begin_inset space \hfill{}
5633 \end_inset
5634
5635
5636 \end_layout
5637
5638 \begin_layout Standard
5639 \begin_inset VSpace medskip
5640 \end_inset
5641
5642 When e.
5643 \begin_inset space \thinspace{}
5644 \end_inset
5645
5646 g.
5647 \begin_inset space \space{}
5648 \end_inset
5649
5650
5651 \series bold
5652
5653 \backslash
5654 vmatrix
5655 \series default
5656  is inserted, a blue box appears between two vertical lines where the matrix
5657  is inserted.
5658 \end_layout
5659
5660 \begin_layout Standard
5661 \begin_inset VSpace bigskip
5662 \end_inset
5663
5664 As all multiline formulas are matrices, the length 
5665 \series bold
5666
5667 \backslash
5668 arraycolsep
5669 \series default
5670
5671 \begin_inset Index
5672 status collapsed
5673
5674 \begin_layout Plain Layout
5675 Commands ! A ! 
5676 \backslash
5677 arraycolsep
5678 \end_layout
5679
5680 \end_inset
5681
5682  that is described in 
5683 \begin_inset CommandInset ref
5684 LatexCommand ref
5685 reference "sub:Column-Separation"
5686
5687 \end_inset
5688
5689  can also be used to change the column separation of matrices.
5690 \end_layout
5691
5692 \begin_layout Standard
5693 To change the row separation, the command 
5694 \series bold
5695
5696 \backslash
5697 arraystretch
5698 \series default
5699
5700 \begin_inset Index
5701 status collapsed
5702
5703 \begin_layout Plain Layout
5704 Commands ! A ! 
5705 \backslash
5706 arraystretch
5707 \end_layout
5708
5709 \end_inset
5710
5711  is used.
5712  It is used as follows:
5713 \end_layout
5714
5715 \begin_layout Standard
5716
5717 \series bold
5718
5719 \backslash
5720 renewcommand{
5721 \backslash
5722 arraystretch}{stretch factor}
5723 \begin_inset Index
5724 status collapsed
5725
5726 \begin_layout Plain Layout
5727 Commands ! R ! 
5728 \backslash
5729 renewcommand
5730 \end_layout
5731
5732 \end_inset
5733
5734
5735 \end_layout
5736
5737 \begin_layout Standard
5738 The command 
5739 \series bold
5740
5741 \backslash
5742 renewcommand
5743 \series default
5744  assigns the stretch factor to the predefined command 
5745 \series bold
5746
5747 \backslash
5748 arraystretch
5749 \series default
5750 .
5751  To double e.
5752 \begin_inset space \thinspace{}
5753 \end_inset
5754
5755 g.
5756 \begin_inset space \space{}
5757 \end_inset
5758
5759 the row separation, use the factor 2.
5760  This is then used for all following matrices.
5761  To go back to the original separation, assign the factor 1 to 
5762 \series bold
5763
5764 \backslash
5765 arraystretch
5766 \series default
5767 .
5768 \end_layout
5769
5770 \begin_layout Standard
5771 To set matrices into a text line, the command 
5772 \series bold
5773
5774 \backslash
5775 smallmatrix
5776 \series default
5777
5778 \begin_inset Index
5779 status collapsed
5780
5781 \begin_layout Plain Layout
5782 Commands ! S ! 
5783 \backslash
5784 smallmatrix
5785 \end_layout
5786
5787 \end_inset
5788
5789  is used.
5790  When it is inserted a blue box with two dashed lines appears.
5791  In this box the matrix is inserted.
5792 \end_layout
5793
5794 \begin_layout Standard
5795 This is a matrix 
5796 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5797 C & D\end{smallmatrix}\right)$
5798 \end_inset
5799
5800  in a text line.
5801 \end_layout
5802
5803 \begin_layout Section
5804 Brackets and Delimiters
5805 \begin_inset Index
5806 status collapsed
5807
5808 \begin_layout Plain Layout
5809 Brackets
5810 \end_layout
5811
5812 \end_inset
5813
5814
5815 \begin_inset Index
5816 status collapsed
5817
5818 \begin_layout Plain Layout
5819 Delimiters
5820 \end_layout
5821
5822 \end_inset
5823
5824
5825 \end_layout
5826
5827 \begin_layout Subsection
5828 Vertical Brackets and Delimiters
5829 \begin_inset Index
5830 status collapsed
5831
5832 \begin_layout Plain Layout
5833 Brackets ! vertical
5834 \end_layout
5835
5836 \end_inset
5837
5838
5839 \end_layout
5840
5841 \begin_layout Standard
5842 \begin_inset space \hfill{}
5843 \end_inset
5844
5845
5846 \begin_inset Tabular
5847 <lyxtabular version="3" rows="9" columns="2">
5848 <features>
5849 <column alignment="center" valignment="top" width="0pt">
5850 <column alignment="center" valignment="top" width="0pt">
5851 <row>
5852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856 Command
5857 \end_layout
5858
5859 \end_inset
5860 </cell>
5861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865 Result
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 </row>
5871 <row>
5872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5873 \begin_inset Text
5874
5875 \begin_layout Plain Layout
5876 (
5877 \end_layout
5878
5879 \end_inset
5880 </cell>
5881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Plain Layout
5885 \begin_inset Formula $($
5886 \end_inset
5887
5888
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 </row>
5894 <row>
5895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899 {
5900 \end_layout
5901
5902 \end_inset
5903 </cell>
5904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 \begin_inset Formula $\{$
5909 \end_inset
5910
5911
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 </row>
5917 <row>
5918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5919 \begin_inset Text
5920
5921 \begin_layout Plain Layout
5922 [
5923 \end_layout
5924
5925 \end_inset
5926 </cell>
5927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5928 \begin_inset Text
5929
5930 \begin_layout Plain Layout
5931 \begin_inset Formula $[$
5932 \end_inset
5933
5934
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 </row>
5940 <row>
5941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945
5946 \backslash
5947 langle
5948 \end_layout
5949
5950 \end_inset
5951 </cell>
5952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5953 \begin_inset Text
5954
5955 \begin_layout Plain Layout
5956 \begin_inset Formula $\langle$
5957 \end_inset
5958
5959
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 </row>
5965 <row>
5966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5967 \begin_inset Text
5968
5969 \begin_layout Plain Layout
5970
5971 \backslash
5972 lceil
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 \begin_inset Formula $\lceil$
5982 \end_inset
5983
5984
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 </row>
5990 <row>
5991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Plain Layout
5995
5996 \backslash
5997 lfloor
5998 \end_layout
5999
6000 \end_inset
6001 </cell>
6002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Plain Layout
6006 \begin_inset Formula $\lfloor$
6007 \end_inset
6008
6009
6010 \end_layout
6011
6012 \end_inset
6013 </cell>
6014 </row>
6015 <row>
6016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 /
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029 \begin_inset Formula $/$
6030 \end_inset
6031
6032
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 </row>
6038 <row>
6039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6040 \begin_inset Text
6041
6042 \begin_layout Plain Layout
6043 |
6044 \end_layout
6045
6046 \end_inset
6047 </cell>
6048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6049 \begin_inset Text
6050
6051 \begin_layout Plain Layout
6052 \begin_inset Formula $|$
6053 \end_inset
6054
6055
6056 \end_layout
6057
6058 \end_inset
6059 </cell>
6060 </row>
6061 </lyxtabular>
6062
6063 \end_inset
6064
6065
6066 \begin_inset space \hfill{}
6067 \end_inset
6068
6069
6070 \begin_inset Tabular
6071 <lyxtabular version="3" rows="9" columns="2">
6072 <features>
6073 <column alignment="center" valignment="top" width="0pt">
6074 <column alignment="center" valignment="top" width="0pt">
6075 <row>
6076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6077 \begin_inset Text
6078
6079 \begin_layout Plain Layout
6080 Command
6081 \end_layout
6082
6083 \end_inset
6084 </cell>
6085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089 Result
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 </row>
6095 <row>
6096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Plain Layout
6100 )
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109 \begin_inset Formula $)$
6110 \end_inset
6111
6112
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 </row>
6118 <row>
6119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6120 \begin_inset Text
6121
6122 \begin_layout Plain Layout
6123 }
6124 \end_layout
6125
6126 \end_inset
6127 </cell>
6128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Plain Layout
6132 \begin_inset Formula $\}$
6133 \end_inset
6134
6135
6136 \end_layout
6137
6138 \end_inset
6139 </cell>
6140 </row>
6141 <row>
6142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6143 \begin_inset Text
6144
6145 \begin_layout Plain Layout
6146 ]
6147 \end_layout
6148
6149 \end_inset
6150 </cell>
6151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6152 \begin_inset Text
6153
6154 \begin_layout Plain Layout
6155 \begin_inset Formula $]$
6156 \end_inset
6157
6158
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 </row>
6164 <row>
6165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169
6170 \backslash
6171 rangle
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180 \begin_inset Formula $\rangle$
6181 \end_inset
6182
6183
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 </row>
6189 <row>
6190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194
6195 \backslash
6196 rceil
6197 \end_layout
6198
6199 \end_inset
6200 </cell>
6201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6202 \begin_inset Text
6203
6204 \begin_layout Plain Layout
6205 \begin_inset Formula $\rceil$
6206 \end_inset
6207
6208
6209 \end_layout
6210
6211 \end_inset
6212 </cell>
6213 </row>
6214 <row>
6215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6216 \begin_inset Text
6217
6218 \begin_layout Plain Layout
6219
6220 \backslash
6221 rfloor
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6227 \begin_inset Text
6228
6229 \begin_layout Plain Layout
6230 \begin_inset Formula $\rfloor$
6231 \end_inset
6232
6233
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 </row>
6239 <row>
6240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6241 \begin_inset Text
6242
6243 \begin_layout Plain Layout
6244
6245 \backslash
6246
6247 \backslash
6248
6249 \end_layout
6250
6251 \end_inset
6252 </cell>
6253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6254 \begin_inset Text
6255
6256 \begin_layout Plain Layout
6257 \begin_inset Formula $\backslash$
6258 \end_inset
6259
6260
6261 \end_layout
6262
6263 \end_inset
6264 </cell>
6265 </row>
6266 <row>
6267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271
6272 \backslash
6273 |
6274 \end_layout
6275
6276 \end_inset
6277 </cell>
6278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6279 \begin_inset Text
6280
6281 \begin_layout Plain Layout
6282 \begin_inset Formula $\|$
6283 \end_inset
6284
6285
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 </row>
6291 </lyxtabular>
6292
6293 \end_inset
6294
6295
6296 \begin_inset space \hfill{}
6297 \end_inset
6298
6299
6300 \end_layout
6301
6302 \begin_layout Standard
6303
6304 \series medium
6305 \begin_inset Note Greyedout
6306 status open
6307
6308 \begin_layout Plain Layout
6309
6310 \series bold
6311 Note:
6312 \series default
6313  In TeX-mode the command 
6314 \series bold
6315
6316 \backslash
6317 textbackslash
6318 \series default
6319
6320 \begin_inset Index
6321 status collapsed
6322
6323 \begin_layout Plain Layout
6324 Commands ! T ! 
6325 \backslash
6326 textbackslash
6327 \end_layout
6328
6329 \end_inset
6330
6331  must be used for the backslash, because the command 
6332 \series bold
6333
6334 \backslash
6335
6336 \backslash
6337
6338 \series default
6339  produces there a line break.
6340 \end_layout
6341
6342 \end_inset
6343
6344
6345 \end_layout
6346
6347 \begin_layout Standard
6348 For all characters listed above the size can be adjusted with the commands
6349  described in the following two subsections.
6350  When using these commands, the characters < and > can directly be used
6351  instead of the commands 
6352 \series bold
6353
6354 \backslash
6355 langle
6356 \series default
6357  and 
6358 \series bold
6359
6360 \backslash
6361 rangle
6362 \series default
6363 .
6364 \end_layout
6365
6366 \begin_layout Subsubsection
6367 Manual Bracket Size
6368 \begin_inset CommandInset label
6369 LatexCommand label
6370 name "sub:Manual-Bracket-Size"
6371
6372 \end_inset
6373
6374
6375 \begin_inset Index
6376 status collapsed
6377
6378 \begin_layout Plain Layout
6379 Bracket size ! manual
6380 \end_layout
6381
6382 \end_inset
6383
6384
6385 \end_layout
6386
6387 \begin_layout Standard
6388 The bracket size can be specified manually by the LaTeX-commands 
6389 \series bold
6390
6391 \backslash
6392 big
6393 \series default
6394
6395 \begin_inset Index
6396 status collapsed
6397
6398 \begin_layout Plain Layout
6399 Commands ! B ! 
6400 \backslash
6401 big
6402 \end_layout
6403
6404 \end_inset
6405
6406
6407 \series bold
6408
6409 \backslash
6410 Big
6411 \series default
6412
6413 \series bold
6414
6415 \backslash
6416 bigg
6417 \series default
6418 , and 
6419 \series bold
6420
6421 \backslash
6422 Bigg
6423 \series default
6424 .
6425  
6426 \series bold
6427
6428 \backslash
6429 big
6430 \series default
6431  denotes the smallest and 
6432 \series bold
6433
6434 \backslash
6435 Bigg
6436 \series default
6437  the largest bracket size.
6438 \end_layout
6439
6440 \begin_layout Standard
6441 These commands are used to emphasize levels of brackets:
6442 \end_layout
6443
6444 \begin_layout Standard
6445 \align center
6446 \begin_inset Tabular
6447 <lyxtabular version="3" rows="2" columns="2">
6448 <features>
6449 <column alignment="center" valignment="top" width="0pt">
6450 <column alignment="center" valignment="top" width="0pt">
6451 <row>
6452 <cell alignment="center" valignment="top" usebox="none">
6453 \begin_inset Text
6454
6455 \begin_layout Plain Layout
6456 all brackets in the same size:
6457 \end_layout
6458
6459 \end_inset
6460 </cell>
6461 <cell alignment="center" valignment="top" usebox="none">
6462 \begin_inset Text
6463
6464 \begin_layout Plain Layout
6465 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6466 \end_inset
6467
6468
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 </row>
6474 <row>
6475 <cell alignment="center" valignment="top" usebox="none">
6476 \begin_inset Text
6477
6478 \begin_layout Plain Layout
6479 this looks better:
6480 \end_layout
6481
6482 \end_inset
6483 </cell>
6484 <cell alignment="center" valignment="top" usebox="none">
6485 \begin_inset Text
6486
6487 \begin_layout Plain Layout
6488 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6489 \end_inset
6490
6491
6492 \end_layout
6493
6494 \end_inset
6495 </cell>
6496 </row>
6497 </lyxtabular>
6498
6499 \end_inset
6500
6501
6502 \begin_inset Note Note
6503 status collapsed
6504
6505 \begin_layout Plain Layout
6506
6507 \series bold
6508
6509 \backslash
6510 raisebox
6511 \series default
6512  is only used as spacer.
6513 \end_layout
6514
6515 \end_inset
6516
6517
6518 \end_layout
6519
6520 \begin_layout Standard
6521 For the second formula the command 
6522 \series bold
6523
6524 \backslash
6525 Big((A+B)(A-B)
6526 \backslash
6527 Big)^
6528 \begin_inset ERT
6529 status collapsed
6530
6531 \begin_layout Plain Layout
6532
6533
6534 \backslash
6535 spce 
6536 \end_layout
6537
6538 \end_inset
6539
6540 C
6541 \series default
6542  has been used.
6543 \end_layout
6544
6545 \begin_layout Standard
6546 Here is an overview about all bracket sizes:
6547 \end_layout
6548
6549 \begin_layout Standard
6550 \align center
6551
6552 \backslash
6553 Bigg(
6554 \backslash
6555 exp
6556 \backslash
6557 bigg<
6558 \backslash
6559 Big[
6560 \backslash
6561 big{
6562 \backslash
6563 ln(3x)
6564 \backslash
6565 big}^2
6566 \begin_inset ERT
6567 status collapsed
6568
6569 \begin_layout Plain Layout
6570
6571
6572 \backslash
6573 spce 
6574 \end_layout
6575
6576 \end_inset
6577
6578
6579 \backslash
6580 sin(x)
6581 \backslash
6582 Big]^
6583 \begin_inset ERT
6584 status collapsed
6585
6586 \begin_layout Plain Layout
6587
6588
6589 \backslash
6590 spce 
6591 \end_layout
6592
6593 \end_inset
6594
6595 A
6596 \begin_inset ERT
6597 status collapsed
6598
6599 \begin_layout Plain Layout
6600
6601
6602 \backslash
6603 spce 
6604 \end_layout
6605
6606 \end_inset
6607
6608
6609 \backslash
6610 bigg>
6611 \backslash
6612 Bigg)^0,5
6613 \end_layout
6614
6615 \begin_layout Standard
6616 \align center
6617 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6618 \end_inset
6619
6620
6621 \end_layout
6622
6623 \begin_layout Standard
6624 Besides the 
6625 \series bold
6626
6627 \backslash
6628 big
6629 \series default
6630 -commands there is the variant 
6631 \series bold
6632
6633 \backslash
6634 bigm
6635 \series default
6636
6637 \begin_inset Index
6638 status collapsed
6639
6640 \begin_layout Plain Layout
6641 Commands ! B ! 
6642 \backslash
6643 bigm
6644 \end_layout
6645
6646 \end_inset
6647
6648  that adds a bit more space between the bracket and its content, and the
6649  variant 
6650 \series bold
6651
6652 \backslash
6653 bigl
6654 \series default
6655 -
6656 \series bold
6657
6658 \backslash
6659 bigr
6660 \series default
6661
6662 \begin_inset Index
6663 status collapsed
6664
6665 \begin_layout Plain Layout
6666 Commands ! B ! 
6667 \backslash
6668 bigl - 
6669 \backslash
6670 bigr
6671 \end_layout
6672
6673 \end_inset
6674
6675 , that don't add additional space.
6676  The 
6677 \emph on
6678 l
6679 \emph default
6680  at the end of the command 
6681 \series bold
6682
6683 \backslash
6684 bigl
6685 \series default
6686  is for a left bracket; for a right bracket this will be replaced by an
6687  
6688 \emph on
6689 r
6690 \emph default
6691 .
6692  A left or right bracket can each be an opening or closing bracket.
6693 \end_layout
6694
6695 \begin_layout Standard
6696 In the following table is a comparison of the variants:
6697 \end_layout
6698
6699 \begin_layout Standard
6700 \align center
6701 \begin_inset Tabular
6702 <lyxtabular version="3" rows="5" columns="2">
6703 <features>
6704 <column alignment="center" valignment="middle" width="0">
6705 <column alignment="center" valignment="middle" width="0">
6706 <row>
6707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Plain Layout
6711 Command
6712 \end_layout
6713
6714 \end_inset
6715 </cell>
6716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6717 \begin_inset Text
6718
6719 \begin_layout Plain Layout
6720 Result
6721 \begin_inset Note Note
6722 status collapsed
6723
6724 \begin_layout Plain Layout
6725
6726 \series bold
6727
6728 \backslash
6729 raisebox
6730 \series default
6731  is only used as spacer.
6732 \end_layout
6733
6734 \end_inset
6735
6736
6737 \end_layout
6738
6739 \end_inset
6740 </cell>
6741 </row>
6742 <row>
6743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6744 \begin_inset Text
6745
6746 \begin_layout Plain Layout
6747
6748 \backslash
6749 Bigm(
6750 \backslash
6751 bigm(
6752 \backslash
6753 ln(3x)
6754 \backslash
6755 bigm)^2
6756 \series bold
6757
6758 \begin_inset ERT
6759 status collapsed
6760
6761 \begin_layout Plain Layout
6762
6763
6764 \backslash
6765 spce 
6766 \end_layout
6767
6768 \end_inset
6769
6770
6771 \series default
6772
6773 \backslash
6774 Bigm)
6775 \end_layout
6776
6777 \end_inset
6778 </cell>
6779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6780 \begin_inset Text
6781
6782 \begin_layout Plain Layout
6783 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6784 \end_inset
6785
6786
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 </row>
6792 <row>
6793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6794 \begin_inset Text
6795
6796 \begin_layout Plain Layout
6797
6798 \backslash
6799 Big(
6800 \backslash
6801 big(
6802 \backslash
6803 ln(3x)
6804 \backslash
6805 big)^2
6806 \series bold
6807
6808 \begin_inset ERT
6809 status collapsed
6810
6811 \begin_layout Plain Layout
6812
6813
6814 \backslash
6815 spce 
6816 \end_layout
6817
6818 \end_inset
6819
6820
6821 \series default
6822
6823 \backslash
6824 Big)
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6834 \end_inset
6835
6836
6837 \end_layout
6838
6839 \end_inset
6840 </cell>
6841 </row>
6842 <row>
6843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6844 \begin_inset Text
6845
6846 \begin_layout Plain Layout
6847
6848 \backslash
6849 Bigl(
6850 \backslash
6851 bigl(
6852 \backslash
6853 ln(3x)
6854 \backslash
6855 bigr)^2
6856 \series bold
6857
6858 \begin_inset ERT
6859 status collapsed
6860
6861 \begin_layout Plain Layout
6862
6863
6864 \backslash
6865 spce 
6866 \end_layout
6867
6868 \end_inset
6869
6870
6871 \series default
6872
6873 \backslash
6874 Bigr)
6875 \end_layout
6876
6877 \end_inset
6878 </cell>
6879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6880 \begin_inset Text
6881
6882 \begin_layout Plain Layout
6883 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6884 \end_inset
6885
6886
6887 \end_layout
6888
6889 \end_inset
6890 </cell>
6891 </row>
6892 <row>
6893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Plain Layout
6897
6898 \backslash
6899 bigl)
6900 \backslash
6901 ln(3x)
6902 \backslash
6903 bigr(
6904 \end_layout
6905
6906 \end_inset
6907 </cell>
6908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Plain Layout
6912 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6913 \end_inset
6914
6915
6916 \end_layout
6917
6918 \end_inset
6919 </cell>
6920 </row>
6921 </lyxtabular>
6922
6923 \end_inset
6924
6925
6926 \end_layout
6927
6928 \begin_layout Subsubsection
6929 Automatic Bracket Size
6930 \begin_inset CommandInset label
6931 LatexCommand label
6932 name "sub:Automatic-Bracket-Size"
6933
6934 \end_inset
6935
6936
6937 \begin_inset Index
6938 status collapsed
6939
6940 \begin_layout Plain Layout
6941 Bracket size ! automatic
6942 \end_layout
6943
6944 \end_inset
6945
6946
6947 \end_layout
6948
6949 \begin_layout Standard
6950 Brackets with variable size can be inserted with the commands 
6951 \series bold
6952
6953 \backslash
6954 left
6955 \series default
6956
6957 \begin_inset Index
6958 status collapsed
6959
6960 \begin_layout Plain Layout
6961 Commands ! L ! 
6962 \backslash
6963 left
6964 \end_layout
6965
6966 \end_inset
6967
6968  and 
6969 \series bold
6970
6971 \backslash
6972 right
6973 \series default
6974
6975 \begin_inset Index
6976 status collapsed
6977
6978 \begin_layout Plain Layout
6979 Commands ! R ! 
6980 \backslash
6981 right
6982 \end_layout
6983
6984 \end_inset
6985
6986  or via the math toolbar button 
6987 \begin_inset Graphics
6988         filename ../images/dialog-show_mathdelimiter.png
6989         scale 85
6990
6991 \end_inset
6992
6993 .
6994  Directly behind 
6995 \series bold
6996
6997 \backslash
6998 left
6999 \series default
7000  and 
7001 \series bold
7002
7003 \backslash
7004 right
7005 \series default
7006  the wanted bracket must be inserted.
7007  The bracket size will then automatically be calculated for the output.
7008 \end_layout
7009
7010 \begin_layout Standard
7011 \align center
7012 normal bracket: The command 
7013 \series bold
7014
7015 \backslash
7016 ln(
7017 \backslash
7018 frac
7019 \begin_inset ERT
7020 status collapsed
7021
7022 \begin_layout Plain Layout
7023
7024
7025 \backslash
7026 spce 
7027 \end_layout
7028
7029 \end_inset
7030
7031 A
7032 \begin_inset Formula $\downarrow$
7033 \end_inset
7034
7035 C
7036 \begin_inset ERT
7037 status collapsed
7038
7039 \begin_layout Plain Layout
7040
7041
7042 \backslash
7043 spce 
7044 \end_layout
7045
7046 \end_inset
7047
7048 )
7049 \series default
7050  creates
7051 \begin_inset Formula \[
7052 \ln(\frac{A}{C})\]
7053
7054 \end_inset
7055
7056
7057 \end_layout
7058
7059 \begin_layout Standard
7060 \align center
7061 multiline bracket: The command 
7062 \series bold
7063
7064 \backslash
7065 ln
7066 \backslash
7067 left(
7068 \backslash
7069 frac
7070 \begin_inset ERT
7071 status collapsed
7072
7073 \begin_layout Plain Layout
7074
7075
7076 \backslash
7077 spce 
7078 \end_layout
7079
7080 \end_inset
7081
7082 A
7083 \begin_inset Formula $\downarrow$
7084 \end_inset
7085
7086 C
7087 \begin_inset ERT
7088 status collapsed
7089
7090 \begin_layout Plain Layout
7091
7092
7093 \backslash
7094 spce 
7095 \end_layout
7096
7097 \end_inset
7098
7099
7100 \backslash
7101 right)
7102 \series default
7103  creates
7104 \begin_inset Formula \[
7105 \ln\left(\frac{A}{C}\right)\]
7106
7107 \end_inset
7108
7109
7110 \end_layout
7111
7112 \begin_layout Standard
7113 Instead of 
7114 \series bold
7115
7116 \backslash
7117 left
7118 \series default
7119  and 
7120 \series bold
7121
7122 \backslash
7123 right
7124 \series default
7125  the shortcut 
7126 \family sans
7127 Alt+M
7128 \begin_inset space ~
7129 \end_inset
7130
7131 Bracket
7132 \family default
7133  can be used.
7134  This has the advantage that you can see in LyX immediately the real bracket
7135  size and that the matching right bracket will be created too.
7136 \begin_inset Newline newline
7137 \end_inset
7138
7139 The command for the last example would then be: 
7140 \series bold
7141
7142 \backslash
7143 ln Alt+M
7144 \series default
7145  
7146 \series bold
7147 (
7148 \backslash
7149 frac
7150 \begin_inset ERT
7151 status collapsed
7152
7153 \begin_layout Plain Layout
7154
7155
7156 \backslash
7157 spce 
7158 \end_layout
7159
7160 \end_inset
7161
7162 A
7163 \begin_inset Formula $\downarrow$
7164 \end_inset
7165
7166 C
7167 \end_layout
7168
7169 \begin_layout Standard
7170 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7171  For example the command 
7172 \series bold
7173
7174 \backslash
7175 left.
7176 \backslash
7177 frac
7178 \begin_inset ERT
7179 status collapsed
7180
7181 \begin_layout Plain Layout
7182
7183
7184 \backslash
7185 spce 
7186 \end_layout
7187
7188 \end_inset
7189
7190 A
7191 \begin_inset Formula $\downarrow$
7192 \end_inset
7193
7194 B
7195 \begin_inset ERT
7196 status collapsed
7197
7198 \begin_layout Plain Layout
7199
7200
7201 \backslash
7202 spce 
7203 \end_layout
7204
7205 \end_inset
7206
7207
7208 \backslash
7209 right}
7210 \series default
7211  creates:
7212 \series bold
7213
7214 \begin_inset Formula \[
7215 \left.\frac{A}{B}\right\} \]
7216
7217 \end_inset
7218
7219
7220 \series default
7221 The commands 
7222 \series bold
7223
7224 \backslash
7225 left
7226 \series default
7227  and 
7228 \series bold
7229
7230 \backslash
7231 right
7232 \series default
7233  will be converted by LyX to brackets in the right size when the document
7234  is reloaded and an omitted bracket will appear as dashed line.
7235 \end_layout
7236
7237 \begin_layout Standard
7238 \begin_inset VSpace bigskip
7239 \end_inset
7240
7241 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7242  the command 
7243 \series bold
7244
7245 \backslash
7246 middle
7247 \series default
7248
7249 \begin_inset Index
7250 status collapsed
7251
7252 \begin_layout Plain Layout
7253 Commands ! M ! 
7254 \backslash
7255 middle
7256 \end_layout
7257
7258 \end_inset
7259
7260  is additionally available for all brackets and limits.
7261  With this command the height of the following character is adapted to the
7262  one of the surrounding brackets, what is e.
7263 \begin_inset space \thinspace{}
7264 \end_inset
7265
7266 g.
7267 \begin_inset space \space{}
7268 \end_inset
7269
7270 needed for physical vectors:
7271 \begin_inset Formula \[
7272 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7273
7274 \end_inset
7275
7276 For physical vectors there is a special LaTeX-package, described in 
7277 \begin_inset CommandInset ref
7278 LatexCommand ref
7279 reference "sub:Physical-Vectors"
7280
7281 \end_inset
7282
7283 .
7284 \end_layout
7285
7286 \begin_layout Subsection
7287 Horizontal Brackets
7288 \begin_inset Index
7289 status collapsed
7290
7291 \begin_layout Plain Layout
7292 Brackets ! horizontal
7293 \end_layout
7294
7295 \end_inset
7296
7297
7298 \end_layout
7299
7300 \begin_layout Standard
7301 \align center
7302 \begin_inset Tabular
7303 <lyxtabular version="3" rows="4" columns="2">
7304 <features>
7305 <column alignment="center" valignment="top" width="0pt">
7306 <column alignment="center" valignment="top" width="0pt">
7307 <row>
7308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7309 \begin_inset Text
7310
7311 \begin_layout Plain Layout
7312 Command
7313 \begin_inset Note Note
7314 status collapsed
7315
7316 \begin_layout Plain Layout
7317
7318 \series bold
7319
7320 \backslash
7321 raisebox
7322 \series default
7323  is only used as spacer.
7324 \end_layout
7325
7326 \end_inset
7327
7328
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7334 \begin_inset Text
7335
7336 \begin_layout Plain Layout
7337 Result
7338 \end_layout
7339
7340 \end_inset
7341 </cell>
7342 </row>
7343 <row>
7344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7345 \begin_inset Text
7346
7347 \begin_layout Plain Layout
7348 \begin_inset ERT
7349 status collapsed
7350
7351 \begin_layout Plain Layout
7352
7353
7354 \backslash
7355 raisebox{2.3mm}{
7356 \end_layout
7357
7358 \end_inset
7359
7360
7361 \backslash
7362 overbrace
7363 \begin_inset ERT
7364 status collapsed
7365
7366 \begin_layout Plain Layout
7367
7368
7369 \backslash
7370 spce 
7371 \end_layout
7372
7373 \end_inset
7374
7375 A+B
7376 \begin_inset ERT
7377 status collapsed
7378
7379 \begin_layout Plain Layout
7380
7381
7382 \backslash
7383 spce 
7384 \end_layout
7385
7386 \end_inset
7387
7388 ^
7389 \begin_inset ERT
7390 status collapsed
7391
7392 \begin_layout Plain Layout
7393
7394
7395 \backslash
7396 spce 
7397 \end_layout
7398
7399 \end_inset
7400
7401 3
7402 \begin_inset ERT
7403 status collapsed
7404
7405 \begin_layout Plain Layout
7406
7407 }
7408 \end_layout
7409
7410 \end_inset
7411
7412
7413 \begin_inset Index
7414 status collapsed
7415
7416 \begin_layout Plain Layout
7417 Commands ! O ! 
7418 \backslash
7419 overbrace
7420 \end_layout
7421
7422 \end_inset
7423
7424
7425 \end_layout
7426
7427 \end_inset
7428 </cell>
7429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7430 \begin_inset Text
7431
7432 \begin_layout Plain Layout
7433 \begin_inset Formula $\overbrace{A+B}^{3}$
7434 \end_inset
7435
7436
7437 \end_layout
7438
7439 \end_inset
7440 </cell>
7441 </row>
7442 <row>
7443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7444 \begin_inset Text
7445
7446 \begin_layout Plain Layout
7447 \begin_inset ERT
7448 status collapsed
7449
7450 \begin_layout Plain Layout
7451
7452
7453 \backslash
7454 raisebox{-2.2mm}{
7455 \end_layout
7456
7457 \end_inset
7458
7459
7460 \backslash
7461 underbrace
7462 \begin_inset ERT
7463 status collapsed
7464
7465 \begin_layout Plain Layout
7466
7467
7468 \backslash
7469 spce 
7470 \end_layout
7471
7472 \end_inset
7473
7474 A+B
7475 \begin_inset ERT
7476 status collapsed
7477
7478 \begin_layout Plain Layout
7479
7480
7481 \backslash
7482 spce 
7483 \end_layout
7484
7485 \end_inset
7486
7487 _5
7488 \begin_inset ERT
7489 status collapsed
7490
7491 \begin_layout Plain Layout
7492
7493 }
7494 \end_layout
7495
7496 \end_inset
7497
7498
7499 \begin_inset Index
7500 status collapsed
7501
7502 \begin_layout Plain Layout
7503 Commands ! U ! 
7504 \backslash
7505 underbrace
7506 \end_layout
7507
7508 \end_inset
7509
7510
7511 \end_layout
7512
7513 \end_inset
7514 </cell>
7515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7516 \begin_inset Text
7517
7518 \begin_layout Plain Layout
7519 \begin_inset Formula $\underbrace{A+B}_{5}$
7520 \end_inset
7521
7522
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 </row>
7528 <row>
7529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7530 \begin_inset Text
7531
7532 \begin_layout Plain Layout
7533
7534 \backslash
7535 overbrace
7536 \begin_inset ERT
7537 status collapsed
7538
7539 \begin_layout Plain Layout
7540
7541
7542 \backslash
7543 spce 
7544 \end_layout
7545
7546 \end_inset
7547
7548
7549 \backslash
7550 underbrace
7551 \begin_inset ERT
7552 status collapsed
7553
7554 \begin_layout Plain Layout
7555
7556
7557 \backslash
7558 spce 
7559 \end_layout
7560
7561 \end_inset
7562
7563 A+B_w
7564 \begin_inset ERT
7565 status collapsed
7566
7567 \begin_layout Plain Layout
7568
7569
7570 \backslash
7571 spce 
7572 \end_layout
7573
7574 \end_inset
7575
7576
7577 \begin_inset ERT
7578 status collapsed
7579
7580 \begin_layout Plain Layout
7581
7582
7583 \backslash
7584 spce 
7585 \end_layout
7586
7587 \end_inset
7588
7589 _7
7590 \begin_inset ERT
7591 status collapsed
7592
7593 \begin_layout Plain Layout
7594
7595
7596 \backslash
7597 spce 
7598 \end_layout
7599
7600 \end_inset
7601
7602
7603 \begin_inset ERT
7604 status collapsed
7605
7606 \begin_layout Plain Layout
7607
7608
7609 \backslash
7610 spce 
7611 \end_layout
7612
7613 \end_inset
7614
7615 ^
7616 \begin_inset ERT
7617 status collapsed
7618
7619 \begin_layout Plain Layout
7620
7621
7622 \backslash
7623 spce 
7624 \end_layout
7625
7626 \end_inset
7627
7628 C
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7638 \end_inset
7639
7640
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 </row>
7646 </lyxtabular>
7647
7648 \end_inset
7649
7650
7651 \end_layout
7652
7653 \begin_layout Standard
7654 In the last example it doesn't matter if 
7655 \series bold
7656
7657 \backslash
7658 overbrace
7659 \series default
7660  or 
7661 \series bold
7662
7663 \backslash
7664 underbrace
7665 \series default
7666  is inserted at first.
7667 \end_layout
7668
7669 \begin_layout Standard
7670 \begin_inset VSpace bigskip
7671 \end_inset
7672
7673 When brackets are needed that overlap each other, multiline formulas, as
7674  described in 
7675 \begin_inset CommandInset ref
7676 LatexCommand ref
7677 reference "sec:Multiline-Formulas"
7678
7679 \end_inset
7680
7681 , must be used:
7682 \begin_inset Formula \begin{eqnarray*}
7683 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7684  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7685
7686 \end_inset
7687
7688 In the first row the formula is inserted together with the first brace.
7689  It is hereby important that the space command
7690 \begin_inset Foot
7691 status collapsed
7692
7693 \begin_layout Plain Layout
7694 Space commands are explained in 
7695 \begin_inset CommandInset ref
7696 LatexCommand ref
7697 reference "sub:Predefined-Space"
7698
7699 \end_inset
7700
7701 .
7702 \end_layout
7703
7704 \end_inset
7705
7706  
7707 \series bold
7708
7709 \backslash
7710 :
7711 \series default
7712  is inserted before the first 
7713 \begin_inset Formula $d$
7714 \end_inset
7715
7716 , because the brace that ends behind the 
7717 \begin_inset Formula $q$
7718 \end_inset
7719
7720  prevents that the following 
7721 \begin_inset Quotes eld
7722 \end_inset
7723
7724 +
7725 \begin_inset Quotes erd
7726 \end_inset
7727
7728  is surrounded by space.
7729 \begin_inset Foot
7730 status collapsed
7731
7732 \begin_layout Plain Layout
7733 because a bracket is not handled as character, see 
7734 \begin_inset CommandInset ref
7735 LatexCommand ref
7736 reference "sub:Binary-Operators"
7737
7738 \end_inset
7739
7740
7741 \end_layout
7742
7743 \end_inset
7744
7745  In the second row the second brace is inserted.
7746  As it should begin before the 
7747 \begin_inset Formula $b$
7748 \end_inset
7749
7750 , first the command 
7751 \series bold
7752
7753 \backslash
7754 hphantom{gggg+
7755 \backslash
7756 :}
7757 \series default
7758  is inserted.
7759 \begin_inset Foot
7760 status collapsed
7761
7762 \begin_layout Plain Layout
7763 more about 
7764 \series bold
7765
7766 \backslash
7767 hphantom
7768 \series default
7769  see 
7770 \begin_inset CommandInset ref
7771 LatexCommand ref
7772 reference "sub:Placeholders"
7773
7774 \end_inset
7775
7776
7777 \end_layout
7778
7779 \end_inset
7780
7781  This space is needed because the 
7782 \begin_inset Quotes eld
7783 \end_inset
7784
7785 +
7786 \begin_inset Quotes erd
7787 \end_inset
7788
7789  is also surrounded by space in the formula.
7790  The brace is placed under the command 
7791 \series bold
7792
7793 \backslash
7794 hphantom{bbqq+dddd}
7795 \series default
7796 .
7797 \end_layout
7798
7799 \begin_layout Standard
7800 It gets more complicated when brackets overlap each other, like in the following
7801  example:
7802 \begin_inset ERT
7803 status collapsed
7804
7805 \begin_layout Plain Layout
7806
7807
7808 \backslash
7809 setlength{
7810 \backslash
7811 jot}{-6pt}
7812 \end_layout
7813
7814 \end_inset
7815
7816
7817 \begin_inset Formula \begin{eqnarray*}
7818  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7819 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7820
7821 \end_inset
7822
7823
7824 \begin_inset ERT
7825 status collapsed
7826
7827 \begin_layout Plain Layout
7828
7829
7830 \backslash
7831 setlength{
7832 \backslash
7833 jot}{3pt}
7834 \end_layout
7835
7836 \end_inset
7837
7838 The first formula row is the same as the second row of the previous example,
7839  with the difference that the brace is above.
7840  The second row contains the formula together with the second brace.
7841  To avoid that there is space between the upper brace in the first row and
7842  the formula, the row spacing need to be reduced.
7843  This is not easily possible due to a bug in LyX
7844 \begin_inset Foot
7845 status collapsed
7846
7847 \begin_layout Plain Layout
7848 \begin_inset CommandInset href
7849 LatexCommand href
7850 name "LyX-bug #1505"
7851 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7852
7853 \end_inset
7854
7855
7856 \end_layout
7857
7858 \end_inset
7859
7860 .
7861  As solution for the problem, the global formula row separation 
7862 \series bold
7863
7864 \backslash
7865 jot
7866 \series default
7867
7868 \begin_inset Index
7869 status collapsed
7870
7871 \begin_layout Plain Layout
7872 Commands ! J ! 
7873 \backslash
7874 jot
7875 \end_layout
7876
7877 \end_inset
7878
7879  must be changed to -6
7880 \begin_inset space \thinspace{}
7881 \end_inset
7882
7883 pt before the formula with the command 
7884 \series bold
7885
7886 \backslash
7887 setlength{
7888 \backslash
7889 jot}{-6pt}
7890 \series default
7891  in TeX-mode.
7892  
7893 \series bold
7894
7895 \backslash
7896 jot
7897 \series default
7898  is set back after the formula to the standard value of 3
7899 \begin_inset space \thinspace{}
7900 \end_inset
7901
7902 pt using the same command.
7903  More about the row separation in formulas is explained in 
7904 \begin_inset CommandInset ref
7905 LatexCommand ref
7906 reference "sub:Line-Separation"
7907
7908 \end_inset
7909
7910 .
7911 \end_layout
7912
7913 \begin_layout Section
7914 Arrows
7915 \begin_inset Index
7916 status collapsed
7917
7918 \begin_layout Plain Layout
7919 Arrows
7920 \end_layout
7921
7922 \end_inset
7923
7924
7925 \end_layout
7926
7927 \begin_layout Standard
7928 Arrows can be inserted via the math toolbar button 
7929 \begin_inset Graphics
7930         filename ../images/math/leftarrow.png
7931         scale 85
7932
7933 \end_inset
7934
7935  or the commands listed in the following subsections.
7936 \end_layout
7937
7938 \begin_layout Standard
7939 \begin_inset Newpage newpage
7940 \end_inset
7941
7942
7943 \end_layout
7944
7945 \begin_layout Subsection
7946 Horizontal Arrows
7947 \begin_inset Index
7948 status collapsed
7949
7950 \begin_layout Plain Layout
7951 Arrows ! horizontal
7952 \end_layout
7953
7954 \end_inset
7955
7956
7957 \end_layout
7958
7959 \begin_layout Standard
7960 \begin_inset space \hfill{}
7961 \end_inset
7962
7963
7964 \begin_inset Tabular
7965 <lyxtabular version="3" rows="8" columns="2">
7966 <features>
7967 <column alignment="center" valignment="top" width="0pt">
7968 <column alignment="center" valignment="top" width="0pt">
7969 <row>
7970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Plain Layout
7974 Command
7975 \end_layout
7976
7977 \end_inset
7978 </cell>
7979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Plain Layout
7983 Result
7984 \end_layout
7985
7986 \end_inset
7987 </cell>
7988 </row>
7989 <row>
7990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994
7995 \backslash
7996 gets
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005 \begin_inset Formula $\gets$
8006 \end_inset
8007
8008
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 </row>
8014 <row>
8015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Plain Layout
8019
8020 \backslash
8021 Leftarrow
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Plain Layout
8030 \begin_inset Formula $\Leftarrow$
8031 \end_inset
8032
8033
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 </row>
8039 <row>
8040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044
8045 \backslash
8046 longleftarrow
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055 \begin_inset Formula $\longleftarrow$
8056 \end_inset
8057
8058
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 </row>
8064 <row>
8065 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069
8070 \backslash
8071 Longleftarrow
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080 \begin_inset Formula $\Longleftarrow$
8081 \end_inset
8082
8083
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 </row>
8089 <row>
8090 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8091 \begin_inset Text
8092
8093 \begin_layout Plain Layout
8094
8095 \backslash
8096 leftharpoonup
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105 \begin_inset Formula $\leftharpoonup$
8106 \end_inset
8107
8108
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 </row>
8114 <row>
8115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119
8120 \backslash
8121 leftharpoondown
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130 \begin_inset Formula $\leftharpoondown$
8131 \end_inset
8132
8133
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 </row>
8139 <row>
8140 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144
8145 \backslash
8146 hookleftarrow
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155 \begin_inset Formula $\hookleftarrow$
8156 \end_inset
8157
8158
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 </row>
8164 </lyxtabular>
8165
8166 \end_inset
8167
8168
8169 \begin_inset space \hfill{}
8170 \end_inset
8171
8172
8173 \begin_inset Tabular
8174 <lyxtabular version="3" rows="8" columns="2">
8175 <features>
8176 <column alignment="center" valignment="top" width="0pt">
8177 <column alignment="center" valignment="top" width="0pt">
8178 <row>
8179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183 Command
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Plain Layout
8192 Result
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 </row>
8198 <row>
8199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203
8204 \backslash
8205 to
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214 \begin_inset Formula $\to$
8215 \end_inset
8216
8217
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 </row>
8223 <row>
8224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228
8229 \backslash
8230 Rightarrow
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239 \begin_inset Formula $\Rightarrow$
8240 \end_inset
8241
8242
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 </row>
8248 <row>
8249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253
8254 \backslash
8255 longrightarrow
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264 \begin_inset Formula $\longrightarrow$
8265 \end_inset
8266
8267
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 </row>
8273 <row>
8274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278
8279 \backslash
8280 Longrightarrow
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8286 \begin_inset Text
8287
8288 \begin_layout Plain Layout
8289 \begin_inset Formula $\Longrightarrow$
8290 \end_inset
8291
8292
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 </row>
8298 <row>
8299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303
8304 \backslash
8305 rightharpoonup
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 \begin_inset Formula $\rightharpoonup$
8315 \end_inset
8316
8317
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 </row>
8323 <row>
8324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328
8329 \backslash
8330 rightharpoondown
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339 \begin_inset Formula $\rightharpoondown$
8340 \end_inset
8341
8342
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 </row>
8348 <row>
8349 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353
8354 \backslash
8355 hookrightarrow
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364 \begin_inset Formula $\hookrightarrow$
8365 \end_inset
8366
8367
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 </row>
8373 </lyxtabular>
8374
8375 \end_inset
8376
8377
8378 \begin_inset space \hfill{}
8379 \end_inset
8380
8381
8382 \end_layout
8383
8384 \begin_layout Standard
8385 \begin_inset space \hfill{}
8386 \end_inset
8387
8388
8389 \begin_inset Tabular
8390 <lyxtabular version="3" rows="6" columns="2">
8391 <features>
8392 <column alignment="center" valignment="top" width="0pt">
8393 <column alignment="center" valignment="top" width="0pt">
8394 <row>
8395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399 Command
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408 Result
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 </row>
8414 <row>
8415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419
8420 \backslash
8421 leftrightarrow
8422 \end_layout
8423
8424 \end_inset
8425 </cell>
8426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Plain Layout
8430 \begin_inset Formula $\leftrightarrow$
8431 \end_inset
8432
8433
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 </row>
8439 <row>
8440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8441 \begin_inset Text
8442
8443 \begin_layout Plain Layout
8444
8445 \backslash
8446 Leftrightarrow
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455 \begin_inset Formula $\Leftrightarrow$
8456 \end_inset
8457
8458
8459 \end_layout
8460
8461 \end_inset
8462 </cell>
8463 </row>
8464 <row>
8465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8466 \begin_inset Text
8467
8468 \begin_layout Plain Layout
8469
8470 \backslash
8471 longleftrightarrow
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8477 \begin_inset Text
8478
8479 \begin_layout Plain Layout
8480 \begin_inset Formula $\longleftrightarrow$
8481 \end_inset
8482
8483
8484 \end_layout
8485
8486 \end_inset
8487 </cell>
8488 </row>
8489 <row>
8490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494
8495 \backslash
8496 Longleftrightarrow
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505 \begin_inset Formula $\Longleftrightarrow$
8506 \end_inset
8507
8508
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 </row>
8514 <row>
8515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519
8520 \backslash
8521 rightleftharpoons
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530 \begin_inset Formula $\rightleftharpoons$
8531 \end_inset
8532
8533
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 </row>
8539 </lyxtabular>
8540
8541 \end_inset
8542
8543
8544 \begin_inset space \hspace{}
8545 \length 25pt
8546 \end_inset
8547
8548
8549 \begin_inset space \hfill{}
8550 \end_inset
8551
8552
8553 \begin_inset Tabular
8554 <lyxtabular version="3" rows="5" columns="2">
8555 <features>
8556 <column alignment="center" valignment="top" width="0pt">
8557 <column alignment="center" valignment="top" width="0pt">
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 Command
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572 Result
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 </row>
8578 <row>
8579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583
8584 \backslash
8585 mapsto
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594 \begin_inset Formula $\mapsto$
8595 \end_inset
8596
8597
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 </row>
8603 <row>
8604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608
8609 \backslash
8610 longmapsto
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8616 \begin_inset Text
8617
8618 \begin_layout Plain Layout
8619 \begin_inset Formula $\longmapsto$
8620 \end_inset
8621
8622
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 </row>
8628 <row>
8629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633
8634 \backslash
8635 leadsto
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644 \begin_inset Formula $\leadsto$
8645 \end_inset
8646
8647
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 </row>
8653 <row>
8654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658
8659 \backslash
8660 dasharrow
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669 \begin_inset Formula $\dasharrow$
8670 \end_inset
8671
8672
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 </row>
8678 </lyxtabular>
8679
8680 \end_inset
8681
8682
8683 \begin_inset space \hfill{}
8684 \end_inset
8685
8686
8687 \end_layout
8688
8689 \begin_layout Standard
8690 \begin_inset VSpace medskip
8691 \end_inset
8692
8693 Arrows used as accent like e.
8694 \begin_inset space \thinspace{}
8695 \end_inset
8696
8697 g.
8698 \begin_inset space \space{}
8699 \end_inset
8700
8701 vector arrows are listed in 
8702 \begin_inset CommandInset ref
8703 LatexCommand ref
8704 reference "sec:Accents"
8705
8706 \end_inset
8707
8708 .
8709 \end_layout
8710
8711 \begin_layout Standard
8712 \begin_inset VSpace bigskip
8713 \end_inset
8714
8715 Furthermore there are the labeled arrows
8716 \begin_inset Index
8717 status collapsed
8718
8719 \begin_layout Plain Layout
8720 Arrows ! labeled
8721 \end_layout
8722
8723 \end_inset
8724
8725  
8726 \series bold
8727
8728 \backslash
8729 xleftarrow
8730 \series default
8731
8732 \begin_inset Index
8733 status collapsed
8734
8735 \begin_layout Plain Layout
8736 Commands ! X ! 
8737 \backslash
8738 xleftarrow
8739 \end_layout
8740
8741 \end_inset
8742
8743  and 
8744 \series bold
8745
8746 \backslash
8747 xrightarrow
8748 \series default
8749
8750 \begin_inset Index
8751 status collapsed
8752
8753 \begin_layout Plain Layout
8754 Commands ! X ! 
8755 \backslash
8756 xrightarrow
8757 \begin_inset ERT
8758 status collapsed
8759
8760 \begin_layout Plain Layout
8761
8762
8763 \backslash
8764 vspace{4mm}
8765 \end_layout
8766
8767 \end_inset
8768
8769
8770 \end_layout
8771
8772 \end_inset
8773
8774 .
8775  When inserting one of these commands in a formula, an arrow with two blue
8776  boxes appear where the label can be inserted.
8777  The length of the arrow adapts to the label width.
8778 \end_layout
8779
8780 \begin_layout Standard
8781 \align center
8782 \begin_inset Tabular
8783 <lyxtabular version="3" rows="3" columns="2">
8784 <features>
8785 <column alignment="center" valignment="top" width="0pt">
8786 <column alignment="center" valignment="top" width="0pt">
8787 <row>
8788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792 Command
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801 Result
8802 \begin_inset Note Note
8803 status collapsed
8804
8805 \begin_layout Plain Layout
8806
8807 \series bold
8808
8809 \backslash
8810 raisebox
8811 \series default
8812  is only used as spacer.
8813 \end_layout
8814
8815 \end_inset
8816
8817
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 </row>
8823 <row>
8824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828 F(a)
8829 \backslash
8830 xleftarrow
8831 \begin_inset ERT
8832 status collapsed
8833
8834 \begin_layout Plain Layout
8835
8836
8837 \backslash
8838 spce 
8839 \end_layout
8840
8841 \end_inset
8842
8843 x=a
8844 \begin_inset Formula $\downarrow$
8845 \end_inset
8846
8847 x>0
8848 \begin_inset Formula $\to$
8849 \end_inset
8850
8851 F(x)
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Plain Layout
8860 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8861 \end_inset
8862
8863
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 </row>
8869 <row>
8870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874 F(x)
8875 \backslash
8876 xrightarrow
8877 \begin_inset ERT
8878 status collapsed
8879
8880 \begin_layout Plain Layout
8881
8882
8883 \backslash
8884 spce 
8885 \end_layout
8886
8887 \end_inset
8888
8889 x=a
8890 \begin_inset Formula $\downarrow$
8891 \end_inset
8892
8893 x>0
8894 \begin_inset Formula $\to$
8895 \end_inset
8896
8897 F(a)
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8907 \end_inset
8908
8909
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 </row>
8915 </lyxtabular>
8916
8917 \end_inset
8918
8919
8920 \end_layout
8921
8922 \begin_layout Subsection
8923 Vertical and diagonal Arrows
8924 \begin_inset Index
8925 status collapsed
8926
8927 \begin_layout Plain Layout
8928 Arrows ! diagonal
8929 \end_layout
8930
8931 \end_inset
8932
8933
8934 \begin_inset Index
8935 status collapsed
8936
8937 \begin_layout Plain Layout
8938 Arrows ! vertical
8939 \end_layout
8940
8941 \end_inset
8942
8943
8944 \end_layout
8945
8946 \begin_layout Standard
8947 \begin_inset space \hfill{}
8948 \end_inset
8949
8950
8951 \begin_inset Tabular
8952 <lyxtabular version="3" rows="7" columns="2">
8953 <features>
8954 <column alignment="center" valignment="top" width="0pt">
8955 <column alignment="center" valignment="top" width="0pt">
8956 <row>
8957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961 Command
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Plain Layout
8970 Result
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 </row>
8976 <row>
8977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981
8982 \backslash
8983 uparrow
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992 \begin_inset Formula $\uparrow$
8993 \end_inset
8994
8995
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 </row>
9001 <row>
9002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006
9007 \backslash
9008 Uparrow
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017 \begin_inset Formula $\Uparrow$
9018 \end_inset
9019
9020
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 </row>
9026 <row>
9027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Plain Layout
9031
9032 \backslash
9033 updownarrow
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042 \begin_inset Formula $\updownarrow$
9043 \end_inset
9044
9045
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 </row>
9051 <row>
9052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Plain Layout
9056
9057 \backslash
9058 Updownarrow
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067 \begin_inset Formula $\Updownarrow$
9068 \end_inset
9069
9070
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 </row>
9076 <row>
9077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081
9082 \backslash
9083 Downarrow
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092 \begin_inset Formula $\Downarrow$
9093 \end_inset
9094
9095
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 </row>
9101 <row>
9102 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106
9107 \backslash
9108 downarrow
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117 \begin_inset Formula $\downarrow$
9118 \end_inset
9119
9120
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 </row>
9126 </lyxtabular>
9127
9128 \end_inset
9129
9130
9131 \begin_inset space \hfill{}
9132 \end_inset
9133
9134
9135 \begin_inset Tabular
9136 <lyxtabular version="3" rows="5" columns="2">
9137 <features>
9138 <column alignment="center" valignment="top" width="0pt">
9139 <column alignment="center" valignment="top" width="0pt">
9140 <row>
9141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9142 \begin_inset Text
9143
9144 \begin_layout Plain Layout
9145 Command
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154 Result
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 </row>
9160 <row>
9161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165
9166 \backslash
9167 nearrow
9168 \end_layout
9169
9170 \end_inset
9171 </cell>
9172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176 \begin_inset Formula $\nearrow$
9177 \end_inset
9178
9179
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 </row>
9185 <row>
9186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190
9191 \backslash
9192 searrow
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201 \begin_inset Formula $\searrow$
9202 \end_inset
9203
9204
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 </row>
9210 <row>
9211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215
9216 \backslash
9217 swarrow
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226 \begin_inset Formula $\swarrow$
9227 \end_inset
9228
9229
9230 \end_layout
9231
9232 \end_inset
9233 </cell>
9234 </row>
9235 <row>
9236 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9237 \begin_inset Text
9238
9239 \begin_layout Plain Layout
9240
9241 \backslash
9242 nwarrow
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251 \begin_inset Formula $\nwarrow$
9252 \end_inset
9253
9254
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 </row>
9260 </lyxtabular>
9261
9262 \end_inset
9263
9264
9265 \begin_inset space \hfill{}
9266 \end_inset
9267
9268
9269 \end_layout
9270
9271 \begin_layout Standard
9272 \begin_inset VSpace medskip
9273 \end_inset
9274
9275 Vertical arrows can be used also as delimiter together with the commands
9276  described in 
9277 \begin_inset CommandInset ref
9278 LatexCommand ref
9279 reference "sub:Manual-Bracket-Size"
9280
9281 \end_inset
9282
9283  and 
9284 \begin_inset CommandInset ref
9285 LatexCommand ref
9286 reference "sub:Automatic-Bracket-Size"
9287
9288 \end_inset
9289
9290 .
9291 \end_layout
9292
9293 \begin_layout Standard
9294 \begin_inset Newpage newpage
9295 \end_inset
9296
9297
9298 \end_layout
9299
9300 \begin_layout Section
9301 Accents
9302 \begin_inset CommandInset label
9303 LatexCommand label
9304 name "sec:Accents"
9305
9306 \end_inset
9307
9308
9309 \begin_inset Index
9310 status collapsed
9311
9312 \begin_layout Plain Layout
9313 Accents
9314 \end_layout
9315
9316 \end_inset
9317
9318
9319 \end_layout
9320
9321 \begin_layout Standard
9322 Accents can be inserted via the math toolbar button 
9323 \begin_inset Graphics
9324         filename ../images/math/hat.png
9325         scale 85
9326
9327 \end_inset
9328
9329  or the commands listed in the following subsections.
9330 \end_layout
9331
9332 \begin_layout Subsection
9333 Accents for one Character
9334 \begin_inset ERT
9335 status collapsed
9336
9337 \begin_layout Plain Layout
9338
9339
9340 \backslash
9341 texorpdfstring{
9342 \end_layout
9343
9344 \end_inset
9345
9346
9347 \begin_inset Foot
9348 status collapsed
9349
9350 \begin_layout Plain Layout
9351 accents in text see 
9352 \begin_inset CommandInset ref
9353 LatexCommand ref
9354 reference "sub:Accents-in-Text"
9355
9356 \end_inset
9357
9358
9359 \end_layout
9360
9361 \end_inset
9362
9363
9364 \begin_inset ERT
9365 status collapsed
9366
9367 \begin_layout Plain Layout
9368
9369 }{}
9370 \end_layout
9371
9372 \end_inset
9373
9374
9375 \begin_inset Note Note
9376 status collapsed
9377
9378 \begin_layout Plain Layout
9379
9380 \backslash
9381 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
9382 \end_layout
9383
9384 \begin_layout Plain Layout
9385 More about 
9386 \backslash
9387 texorpdfstring is in section 
9388 \begin_inset CommandInset ref
9389 LatexCommand ref
9390 reference "sub:Formulas-in-Section"
9391
9392 \end_inset
9393
9394 .
9395 \end_layout
9396
9397 \end_inset
9398
9399
9400 \begin_inset CommandInset label
9401 LatexCommand label
9402 name "sub:Accents-for-one"
9403
9404 \end_inset
9405
9406
9407 \begin_inset Index
9408 status collapsed
9409
9410 \begin_layout Plain Layout
9411 Accents ! for one character
9412 \end_layout
9413
9414 \end_inset
9415
9416
9417 \end_layout
9418
9419 \begin_layout Standard
9420 \begin_inset space \hfill{}
9421 \end_inset
9422
9423
9424 \begin_inset Tabular
9425 <lyxtabular version="3" rows="8" columns="2">
9426 <features>
9427 <column alignment="center" valignment="top" width="0pt">
9428 <column alignment="center" valignment="top" width="0pt">
9429 <row>
9430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434 Command
9435 \end_layout
9436
9437 \end_inset
9438 </cell>
9439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9440 \begin_inset Text
9441
9442 \begin_layout Plain Layout
9443 Result
9444 \begin_inset Note Note
9445 status collapsed
9446
9447 \begin_layout Plain Layout
9448
9449 \series bold
9450
9451 \backslash
9452 raisebox
9453 \series default
9454  is only used as spacer.
9455 \end_layout
9456
9457 \end_inset
9458
9459
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 </row>
9465 <row>
9466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470
9471 \backslash
9472 dot
9473 \begin_inset ERT
9474 status collapsed
9475
9476 \begin_layout Plain Layout
9477
9478
9479 \backslash
9480 spce 
9481 \end_layout
9482
9483 \end_inset
9484
9485 A
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Plain Layout
9494 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9495 \end_inset
9496
9497
9498 \end_layout
9499
9500 \end_inset
9501 </cell>
9502 </row>
9503 <row>
9504 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9505 \begin_inset Text
9506
9507 \begin_layout Plain Layout
9508
9509 \backslash
9510 ddot
9511 \begin_inset ERT
9512 status collapsed
9513
9514 \begin_layout Plain Layout
9515
9516
9517 \backslash
9518 spce 
9519 \end_layout
9520
9521 \end_inset
9522
9523 A
9524 \end_layout
9525
9526 \end_inset
9527 </cell>
9528 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9529 \begin_inset Text
9530
9531 \begin_layout Plain Layout
9532 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9533 \end_inset
9534
9535
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 </row>
9541 <row>
9542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9543 \begin_inset Text
9544
9545 \begin_layout Plain Layout
9546
9547 \backslash
9548 dddot
9549 \begin_inset ERT
9550 status collapsed
9551
9552 \begin_layout Plain Layout
9553
9554
9555 \backslash
9556 spce 
9557 \end_layout
9558
9559 \end_inset
9560
9561 A
9562 \end_layout
9563
9564 \end_inset
9565 </cell>
9566 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9567 \begin_inset Text
9568
9569 \begin_layout Plain Layout
9570 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9571 \end_inset
9572
9573
9574 \end_layout
9575
9576 \end_inset
9577 </cell>
9578 </row>
9579 <row>
9580 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9581 \begin_inset Text
9582
9583 \begin_layout Plain Layout
9584
9585 \backslash
9586 ddddot{A
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Plain Layout
9595 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9596 \end_inset
9597
9598
9599 \end_layout
9600
9601 \end_inset
9602 </cell>
9603 </row>
9604 <row>
9605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9606 \begin_inset Text
9607
9608 \begin_layout Plain Layout
9609
9610 \backslash
9611 vec
9612 \begin_inset ERT
9613 status collapsed
9614
9615 \begin_layout Plain Layout
9616
9617
9618 \backslash
9619 spce 
9620 \end_layout
9621
9622 \end_inset
9623
9624 A
9625 \begin_inset Index
9626 status collapsed
9627
9628 \begin_layout Plain Layout
9629 Vectors
9630 \end_layout
9631
9632 \end_inset
9633
9634
9635 \end_layout
9636
9637 \end_inset
9638 </cell>
9639 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9640 \begin_inset Text
9641
9642 \begin_layout Plain Layout
9643 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9644 \end_inset
9645
9646
9647 \end_layout
9648
9649 \end_inset
9650 </cell>
9651 </row>
9652 <row>
9653 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Plain Layout
9657
9658 \backslash
9659 bar
9660 \begin_inset ERT
9661 status collapsed
9662
9663 \begin_layout Plain Layout
9664
9665
9666 \backslash
9667 spce 
9668 \end_layout
9669
9670 \end_inset
9671
9672 A
9673 \end_layout
9674
9675 \end_inset
9676 </cell>
9677 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9678 \begin_inset Text
9679
9680 \begin_layout Plain Layout
9681 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9682 \end_inset
9683
9684
9685 \end_layout
9686
9687 \end_inset
9688 </cell>
9689 </row>
9690 <row>
9691 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9692 \begin_inset Text
9693
9694 \begin_layout Plain Layout
9695
9696 \backslash
9697 mathring
9698 \begin_inset ERT
9699 status collapsed
9700
9701 \begin_layout Plain Layout
9702
9703
9704 \backslash
9705 spce 
9706 \end_layout
9707
9708 \end_inset
9709
9710 A
9711 \end_layout
9712
9713 \end_inset
9714 </cell>
9715 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9716 \begin_inset Text
9717
9718 \begin_layout Plain Layout
9719 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9720 \end_inset
9721
9722
9723 \end_layout
9724
9725 \end_inset
9726 </cell>
9727 </row>
9728 </lyxtabular>
9729
9730 \end_inset
9731
9732
9733 \begin_inset space \hfill{}
9734 \end_inset
9735
9736
9737 \begin_inset Tabular
9738 <lyxtabular version="3" rows="7" columns="2">
9739 <features>
9740 <column alignment="center" valignment="top" width="0pt">
9741 <column alignment="center" valignment="top" width="0pt">
9742 <row>
9743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9744 \begin_inset Text
9745
9746 \begin_layout Plain Layout
9747 Command
9748 \end_layout
9749
9750 \end_inset
9751 </cell>
9752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9753 \begin_inset Text
9754
9755 \begin_layout Plain Layout
9756 Result
9757 \end_layout
9758
9759 \end_inset
9760 </cell>
9761 </row>
9762 <row>
9763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767
9768 \backslash
9769 tilde
9770 \begin_inset ERT
9771 status collapsed
9772
9773 \begin_layout Plain Layout
9774
9775
9776 \backslash
9777 spce 
9778 \end_layout
9779
9780 \end_inset
9781
9782 A
9783 \end_layout
9784
9785 \end_inset
9786 </cell>
9787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9792 \end_inset
9793
9794
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 </row>
9800 <row>
9801 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9802 \begin_inset Text
9803
9804 \begin_layout Plain Layout
9805
9806 \backslash
9807 hat
9808 \begin_inset ERT
9809 status collapsed
9810
9811 \begin_layout Plain Layout
9812
9813
9814 \backslash
9815 spce 
9816 \end_layout
9817
9818 \end_inset
9819
9820 A
9821 \end_layout
9822
9823 \end_inset
9824 </cell>
9825 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9826 \begin_inset Text
9827
9828 \begin_layout Plain Layout
9829 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9830 \end_inset
9831
9832
9833 \end_layout
9834
9835 \end_inset
9836 </cell>
9837 </row>
9838 <row>
9839 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9840 \begin_inset Text
9841
9842 \begin_layout Plain Layout
9843
9844 \backslash
9845 check
9846 \begin_inset ERT
9847 status collapsed
9848
9849 \begin_layout Plain Layout
9850
9851
9852 \backslash
9853 spce 
9854 \end_layout
9855
9856 \end_inset
9857
9858 A
9859 \end_layout
9860
9861 \end_inset
9862 </cell>
9863 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9864 \begin_inset Text
9865
9866 \begin_layout Plain Layout
9867 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9868 \end_inset
9869
9870
9871 \end_layout
9872
9873 \end_inset
9874 </cell>
9875 </row>
9876 <row>
9877 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Plain Layout
9881
9882 \backslash
9883 acute
9884 \begin_inset ERT
9885 status collapsed
9886
9887 \begin_layout Plain Layout
9888
9889
9890 \backslash
9891 spce 
9892 \end_layout
9893
9894 \end_inset
9895
9896 A
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9906 \end_inset
9907
9908
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 </row>
9914 <row>
9915 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Plain Layout
9919
9920 \backslash
9921 grave
9922 \begin_inset ERT
9923 status collapsed
9924
9925 \begin_layout Plain Layout
9926
9927
9928 \backslash
9929 spce 
9930 \end_layout
9931
9932 \end_inset
9933
9934 A
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9944 \end_inset
9945
9946
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 </row>
9952 <row>
9953 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957
9958 \backslash
9959 breve
9960 \begin_inset ERT
9961 status collapsed
9962
9963 \begin_layout Plain Layout
9964
9965
9966 \backslash
9967 spce 
9968 \end_layout
9969
9970 \end_inset
9971
9972 A
9973 \end_layout
9974
9975 \end_inset
9976 </cell>
9977 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9982 \end_inset
9983
9984
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 </row>
9990 </lyxtabular>
9991
9992 \end_inset
9993
9994
9995 \begin_inset space \hfill{}
9996 \end_inset
9997
9998
9999 \end_layout
10000
10001 \begin_layout Standard
10002 \begin_inset VSpace bigskip
10003 \end_inset
10004
10005
10006 \end_layout
10007
10008 \begin_layout Standard
10009 You can directly insert accents like é to formulas.
10010  LyX will transform them to the corresponding accent command.
10011  For umlauts
10012 \begin_inset Index
10013 status collapsed
10014
10015 \begin_layout Plain Layout
10016 Umlauts
10017 \end_layout
10018
10019 \end_inset
10020
10021  it is better to insert a quotation mark before the vowel.
10022  These two characters are then treated by LaTeX as 
10023 \emph on
10024 one
10025 \emph default
10026  character when the formula part with the umlaut is marked as German.
10027  In contrary to 
10028 \series bold
10029
10030 \backslash
10031 ddot
10032 \series default
10033 , with this method 
10034 \begin_inset Quotes eld
10035 \end_inset
10036
10037 real
10038 \begin_inset Quotes erd
10039 \end_inset
10040
10041  umlauts are created as demonstrated in the following example:
10042 \end_layout
10043
10044 \begin_layout Standard
10045 \begin_inset VSpace -2mm
10046 \end_inset
10047
10048
10049 \end_layout
10050
10051 \begin_layout Standard
10052 \align center
10053 \begin_inset Tabular
10054 <lyxtabular version="3" rows="3" columns="2">
10055 <features>
10056 <column alignment="center" valignment="top" width="0">
10057 <column alignment="center" valignment="top" width="0">
10058 <row>
10059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10060 \begin_inset Text
10061
10062 \begin_layout Plain Layout
10063 Command
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Plain Layout
10072 Result
10073 \begin_inset Note Note
10074 status collapsed
10075
10076 \begin_layout Plain Layout
10077
10078 \series bold
10079
10080 \backslash
10081 raisebox
10082 \series default
10083  and the 0
10084 \begin_inset space \thinspace{}
10085 \end_inset
10086
10087 pt space are only used as spacer.
10088 \end_layout
10089
10090 \end_inset
10091
10092
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 </row>
10098 <row>
10099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103
10104 \lang ngerman
10105 \begin_inset Quotes grd
10106 \end_inset
10107
10108 i
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117 \begin_inset space \hspace{}
10118 \length 0pt
10119 \end_inset
10120
10121
10122 \lang ngerman
10123
10124 \begin_inset Formula $"i$
10125 \end_inset
10126
10127
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 </row>
10133 <row>
10134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Plain Layout
10138
10139 \backslash
10140 ddot
10141 \begin_inset ERT
10142 status collapsed
10143
10144 \begin_layout Plain Layout
10145
10146
10147 \backslash
10148 spce 
10149 \end_layout
10150
10151 \end_inset
10152
10153 i
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 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10163 \end_inset
10164
10165
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 </row>
10171 </lyxtabular>
10172
10173 \end_inset
10174
10175
10176 \end_layout
10177
10178 \begin_layout Standard
10179 Another advantage to 
10180 \series bold
10181
10182 \backslash
10183 ddot
10184 \series default
10185  is that umlauts can directly be converted to mathematical text because
10186  the accent commands above are 
10187 \emph on
10188 not allowed
10189 \emph default
10190  
10191 \emph on
10192 in mathematical text
10193 \emph default
10194 .
10195  To convert an accented character to mathematical text, only the character
10196  under the accent may be converted.
10197  This applies also for all other conversions, e.
10198 \begin_inset space \thinspace{}
10199 \end_inset
10200
10201 g.
10202 \begin_inset space \space{}
10203 \end_inset
10204
10205 to italic or bold.
10206 \end_layout
10207
10208 \begin_layout Standard
10209 In mathematical text, umlauts and other accented characters can directly
10210  be inserted.
10211 \end_layout
10212
10213 \begin_layout Subsection
10214 Accents for Operators
10215 \begin_inset Index
10216 status collapsed
10217
10218 \begin_layout Plain Layout
10219 Accents ! for operators
10220 \end_layout
10221
10222 \end_inset
10223
10224
10225 \end_layout
10226
10227 \begin_layout Standard
10228 With the commands 
10229 \series bold
10230
10231 \backslash
10232 overset
10233 \series default
10234
10235 \begin_inset Index
10236 status collapsed
10237
10238 \begin_layout Plain Layout
10239 Commands ! O ! 
10240 \backslash
10241 overset
10242 \end_layout
10243
10244 \end_inset
10245
10246  and 
10247 \series bold
10248
10249 \backslash
10250 underset
10251 \series default
10252
10253 \begin_inset Index
10254 status collapsed
10255
10256 \begin_layout Plain Layout
10257 Commands ! U ! 
10258 \backslash
10259 underset
10260 \end_layout
10261
10262 \end_inset
10263
10264  characters can be placed above or below an operator, respectively, to accent
10265  it.
10266  With the command 
10267 \series bold
10268
10269 \backslash
10270 sideset
10271 \series default
10272
10273 \begin_inset Index
10274 status collapsed
10275
10276 \begin_layout Plain Layout
10277 Commands ! S ! 
10278 \backslash
10279 sideset
10280 \end_layout
10281
10282 \end_inset
10283
10284  characters can be set before and behind an operator.
10285  The command scheme is:
10286 \end_layout
10287
10288 \begin_layout Standard
10289
10290 \series bold
10291
10292 \backslash
10293 sideset{character
10294 \series default
10295  
10296 \series bold
10297 before}{character
10298 \series default
10299  
10300 \series bold
10301 behind}
10302 \end_layout
10303
10304 \begin_layout Standard
10305
10306 \series bold
10307
10308 \backslash
10309 sideset
10310 \series default
10311  must always be before the operator that should be accented.
10312  You can accent with several characters and even with other operators and
10313  symbols.
10314  To place with 
10315 \series bold
10316
10317 \backslash
10318 sideset
10319 \series default
10320  for example only characters behind an operator, write nothing between the
10321  first braces but don't omit the braces.
10322 \end_layout
10323
10324 \begin_layout Standard
10325 For example the command 
10326 \series bold
10327
10328 \backslash
10329 sideset{
10330 \begin_inset Formula $\to$
10331 \end_inset
10332
10333
10334 \backslash
10335 {
10336 \series default
10337 '
10338 \series bold
10339
10340 \begin_inset Formula $\to$
10341 \end_inset
10342
10343
10344 \backslash
10345 sum_k=1
10346 \begin_inset ERT
10347 status collapsed
10348
10349 \begin_layout Plain Layout
10350
10351
10352 \backslash
10353 spce 
10354 \end_layout
10355
10356 \end_inset
10357
10358
10359 \series default
10360 ^
10361 \series bold
10362 n
10363 \series default
10364  produces:
10365 \begin_inset Formula \[
10366 \sideset{}{'}\sum_{k=1}^{n}\]
10367
10368 \end_inset
10369
10370
10371 \end_layout
10372
10373 \begin_layout Standard
10374 The command 
10375 \series bold
10376
10377 \backslash
10378 overset
10379 \begin_inset ERT
10380 status collapsed
10381
10382 \begin_layout Plain Layout
10383
10384
10385 \backslash
10386 spce 
10387 \end_layout
10388
10389 \end_inset
10390
10391
10392 \backslash
10393 maltese
10394 \begin_inset ERT
10395 status collapsed
10396
10397 \begin_layout Plain Layout
10398
10399
10400 \backslash
10401 spce 
10402 \end_layout
10403
10404 \end_inset
10405
10406
10407 \series default
10408
10409 \begin_inset Formula $\uparrow$
10410 \end_inset
10411
10412
10413 \series bold
10414 a
10415 \series default
10416  produces:
10417 \begin_inset Formula \[
10418 \overset{a}{\maltese}\]
10419
10420 \end_inset
10421
10422 As seen in the last example, with 
10423 \series bold
10424
10425 \backslash
10426 overset
10427 \series default
10428  and 
10429 \series bold
10430
10431 \backslash
10432 underset
10433 \series default
10434  also symbols and characters can be accented; with 
10435 \series bold
10436
10437 \backslash
10438 sideset
10439 \series default
10440  this is not possible.
10441 \end_layout
10442
10443 \begin_layout Subsection
10444 Accents for several Characters
10445 \begin_inset Index
10446 status collapsed
10447
10448 \begin_layout Plain Layout
10449 Accents ! for several characters
10450 \end_layout
10451
10452 \end_inset
10453
10454
10455 \end_layout
10456
10457 \begin_layout Standard
10458 \begin_inset space \hfill{}
10459 \end_inset
10460
10461
10462 \begin_inset Tabular
10463 <lyxtabular version="3" rows="5" columns="2">
10464 <features>
10465 <column alignment="center" valignment="top" width="0pt">
10466 <column alignment="center" valignment="top" width="0pt">
10467 <row>
10468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472 Command
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 Result
10482 \begin_inset Note Note
10483 status collapsed
10484
10485 \begin_layout Plain Layout
10486
10487 \series bold
10488
10489 \backslash
10490 raisebox
10491 \series default
10492  is only used as spacer.
10493 \end_layout
10494
10495 \end_inset
10496
10497
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 </row>
10503 <row>
10504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508
10509 \backslash
10510 overleftarrow
10511 \begin_inset ERT
10512 status collapsed
10513
10514 \begin_layout Plain Layout
10515
10516
10517 \backslash
10518 spce 
10519 \end_layout
10520
10521 \end_inset
10522
10523 A=B
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10533 \end_inset
10534
10535
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 </row>
10541 <row>
10542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546
10547 \backslash
10548 underleftarrow
10549 \begin_inset ERT
10550 status collapsed
10551
10552 \begin_layout Plain Layout
10553
10554
10555 \backslash
10556 spce 
10557 \end_layout
10558
10559 \end_inset
10560
10561 A=B
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10571 \end_inset
10572
10573
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 </row>
10579 <row>
10580 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584
10585 \backslash
10586 overleftrightarrow
10587 \begin_inset ERT
10588 status collapsed
10589
10590 \begin_layout Plain Layout
10591
10592
10593 \backslash
10594 spce 
10595 \end_layout
10596
10597 \end_inset
10598
10599 A=B
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10605 \begin_inset Text
10606
10607 \begin_layout Plain Layout
10608 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10609 \end_inset
10610
10611
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 </row>
10617 <row>
10618 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622
10623 \backslash
10624 underleftrightarrow
10625 \begin_inset ERT
10626 status collapsed
10627
10628 \begin_layout Plain Layout
10629
10630
10631 \backslash
10632 spce 
10633 \end_layout
10634
10635 \end_inset
10636
10637 A=B
10638 \end_layout
10639
10640 \end_inset
10641 </cell>
10642 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10647 \end_inset
10648
10649
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 </row>
10655 </lyxtabular>
10656
10657 \end_inset
10658
10659
10660 \begin_inset space \hfill{}
10661 \end_inset
10662
10663
10664 \begin_inset Tabular
10665 <lyxtabular version="3" rows="5" columns="2">
10666 <features>
10667 <column alignment="center" valignment="top" width="0pt">
10668 <column alignment="center" valignment="top" width="0pt">
10669 <row>
10670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Plain Layout
10674 Command
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683 Result
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 </row>
10689 <row>
10690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694
10695 \backslash
10696 overrightarrow
10697 \begin_inset ERT
10698 status collapsed
10699
10700 \begin_layout Plain Layout
10701
10702
10703 \backslash
10704 spce 
10705 \end_layout
10706
10707 \end_inset
10708
10709 A=B
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10719 \end_inset
10720
10721
10722 \end_layout
10723
10724 \end_inset
10725 </cell>
10726 </row>
10727 <row>
10728 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732
10733 \backslash
10734 underrightarrow
10735 \begin_inset ERT
10736 status collapsed
10737
10738 \begin_layout Plain Layout
10739
10740
10741 \backslash
10742 spce 
10743 \end_layout
10744
10745 \end_inset
10746
10747 A=B
10748 \end_layout
10749
10750 \end_inset
10751 </cell>
10752 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10757 \end_inset
10758
10759
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 </row>
10765 <row>
10766 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770
10771 \backslash
10772 widetilde
10773 \begin_inset ERT
10774 status collapsed
10775
10776 \begin_layout Plain Layout
10777
10778
10779 \backslash
10780 spce 
10781 \end_layout
10782
10783 \end_inset
10784
10785 A=B
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10795 \end_inset
10796
10797
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 </row>
10803 <row>
10804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808
10809 \backslash
10810 widehat
10811 \begin_inset ERT
10812 status collapsed
10813
10814 \begin_layout Plain Layout
10815
10816
10817 \backslash
10818 spce 
10819 \end_layout
10820
10821 \end_inset
10822
10823 A=B
10824 \end_layout
10825
10826 \end_inset
10827 </cell>
10828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10829 \begin_inset Text
10830
10831 \begin_layout Plain Layout
10832 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10833 \end_inset
10834
10835
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 </row>
10841 </lyxtabular>
10842
10843 \end_inset
10844
10845
10846 \begin_inset space \hfill{}
10847 \end_inset
10848
10849
10850 \end_layout
10851
10852 \begin_layout Standard
10853 \begin_inset VSpace medskip
10854 \end_inset
10855
10856 With these commands as many characters as you like can be accented.
10857  But the accents 
10858 \series bold
10859
10860 \backslash
10861 widetilde
10862 \series default
10863  and 
10864 \series bold
10865
10866 \backslash
10867 widehat
10868 \series default
10869  will only be set in the output with a length of three characters, as shown
10870  in the following example:
10871 \begin_inset Formula \[
10872 \widetilde{A+B=C-D}\]
10873
10874 \end_inset
10875
10876
10877 \end_layout
10878
10879 \begin_layout Standard
10880 With the commands 
10881 \series bold
10882
10883 \backslash
10884 overset
10885 \series default
10886
10887 \begin_inset Index
10888 status collapsed
10889
10890 \begin_layout Plain Layout
10891 Commands ! O ! 
10892 \backslash
10893 overset
10894 \end_layout
10895
10896 \end_inset
10897
10898  and 
10899 \series bold
10900
10901 \backslash
10902 underset
10903 \series default
10904
10905 \begin_inset Index
10906 status collapsed
10907
10908 \begin_layout Plain Layout
10909 Commands ! U ! 
10910 \backslash
10911 underset
10912 \end_layout
10913
10914 \end_inset
10915
10916  described in the previous subsection it is also possible to accent several
10917  characters.
10918  The command 
10919 \series bold
10920
10921 \backslash
10922 underset
10923 \begin_inset ERT
10924 status collapsed
10925
10926 \begin_layout Plain Layout
10927
10928
10929 \backslash
10930 spce 
10931 \end_layout
10932
10933 \end_inset
10934
10935 A=B
10936 \begin_inset Formula $\downarrow$
10937 \end_inset
10938
10939 ***
10940 \series default
10941  creates:
10942 \begin_inset Formula \[
10943 \underset{***}{A=B}\]
10944
10945 \end_inset
10946
10947
10948 \end_layout
10949
10950 \begin_layout Section
10951 Space
10952 \begin_inset CommandInset label
10953 LatexCommand label
10954 name "sub:Space"
10955
10956 \end_inset
10957
10958
10959 \begin_inset Index
10960 status collapsed
10961
10962 \begin_layout Plain Layout
10963 Space ! horizontal
10964 \end_layout
10965
10966 \end_inset
10967
10968
10969 \end_layout
10970
10971 \begin_layout Subsection
10972 Predefined Space
10973 \begin_inset CommandInset label
10974 LatexCommand label
10975 name "sub:Predefined-Space"
10976
10977 \end_inset
10978
10979
10980 \begin_inset Index
10981 status collapsed
10982
10983 \begin_layout Plain Layout
10984 Space ! horizontal ! predefined
10985 \end_layout
10986
10987 \end_inset
10988
10989
10990 \end_layout
10991
10992 \begin_layout Standard
10993 Sometimes it is necessary to insert horizontal space to a formula.
10994  This is done by inserting a protected space (shortcut 
10995 \begin_inset Info
10996 type  "shortcut"
10997 arg   "space-insert protected"
10998 \end_inset
10999
11000 ).
11001  A 
11002 \begin_inset Quotes eld
11003 \end_inset
11004
11005
11006 \color blue
11007
11008 \begin_inset ERT
11009 status collapsed
11010
11011 \begin_layout Plain Layout
11012
11013
11014 \backslash
11015 spce 
11016 \end_layout
11017
11018 \end_inset
11019
11020
11021 \color inherit
11022
11023 \begin_inset Quotes erd
11024 \end_inset
11025
11026  appears and by pressing 
11027 \family sans
11028 Space
11029 \family default
11030  several times one can select one of eight different space sizes.
11031  The spaces can also be inserted using the math toolbar button 
11032 \begin_inset Graphics
11033         filename ../images/math/space.png
11034         scale 85
11035
11036 \end_inset
11037
11038  or special commands.
11039  Independent from the inserted command, one can select the size again by
11040  pressing 
11041 \family sans
11042 Space
11043 \family default
11044  afterwards.
11045 \end_layout
11046
11047 \begin_layout Standard
11048 \noindent
11049 \align center
11050 \begin_inset VSpace -5mm
11051 \end_inset
11052
11053
11054 \begin_inset Tabular
11055 <lyxtabular version="3" rows="3" columns="7">
11056 <features>
11057 <column alignment="center" valignment="middle" width="6.8cm">
11058 <column alignment="center" valignment="top" width="0">
11059 <column alignment="center" valignment="top" width="0">
11060 <column alignment="center" valignment="top" width="0">
11061 <column alignment="center" valignment="top" width="0">
11062 <column alignment="center" valignment="top" width="0">
11063 <column alignment="center" valignment="top" width="0">
11064 <row>
11065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11066 \begin_inset Text
11067
11068 \begin_layout Plain Layout
11069 Command
11070 \end_layout
11071
11072 \end_inset
11073 </cell>
11074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11075 \begin_inset Text
11076
11077 \begin_layout Plain Layout
11078
11079 \backslash
11080 ,
11081 \end_layout
11082
11083 \end_inset
11084 </cell>
11085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11086 \begin_inset Text
11087
11088 \begin_layout Plain Layout
11089
11090 \backslash
11091 :
11092 \end_layout
11093
11094 \end_inset
11095 </cell>
11096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11097 \begin_inset Text
11098
11099 \begin_layout Plain Layout
11100
11101 \backslash
11102 ;
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Plain Layout
11111
11112 \backslash
11113 quad
11114 \end_layout
11115
11116 \end_inset
11117 </cell>
11118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11119 \begin_inset Text
11120
11121 \begin_layout Plain Layout
11122
11123 \backslash
11124 qquad
11125 \end_layout
11126
11127 \end_inset
11128 </cell>
11129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11130 \begin_inset Text
11131
11132 \begin_layout Plain Layout
11133
11134 \backslash
11135 !
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 </row>
11141 <row>
11142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11143 \begin_inset Text
11144
11145 \begin_layout Plain Layout
11146 Number of 
11147 \family sans
11148 Space
11149 \family default
11150  keystrokes after inserting the protected space
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11156 \begin_inset Text
11157
11158 \begin_layout Plain Layout
11159 0
11160 \end_layout
11161
11162 \end_inset
11163 </cell>
11164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11165 \begin_inset Text
11166
11167 \begin_layout Plain Layout
11168 1
11169 \end_layout
11170
11171 \end_inset
11172 </cell>
11173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Plain Layout
11177 2
11178 \end_layout
11179
11180 \end_inset
11181 </cell>
11182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11183 \begin_inset Text
11184
11185 \begin_layout Plain Layout
11186 3
11187 \end_layout
11188
11189 \end_inset
11190 </cell>
11191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11192 \begin_inset Text
11193
11194 \begin_layout Plain Layout
11195 4
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Plain Layout
11204 5
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 </row>
11210 <row>
11211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Plain Layout
11215 Result
11216 \end_layout
11217
11218 \end_inset
11219 </cell>
11220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224 \begin_inset Formula $A\, B$
11225 \end_inset
11226
11227
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236 \begin_inset Formula $A\: B$
11237 \end_inset
11238
11239
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248 \begin_inset Formula $A\; B$
11249 \end_inset
11250
11251
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11257 \begin_inset Text
11258
11259 \begin_layout Plain Layout
11260 \begin_inset Formula $A\quad B$
11261 \end_inset
11262
11263
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11269 \begin_inset Text
11270
11271 \begin_layout Plain Layout
11272 \begin_inset Formula $A\qquad B$
11273 \end_inset
11274
11275
11276 \end_layout
11277
11278 \end_inset
11279 </cell>
11280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284 \begin_inset Formula $A\! B$
11285 \end_inset
11286
11287
11288 \end_layout
11289
11290 \end_inset
11291 </cell>
11292 </row>
11293 </lyxtabular>
11294
11295 \end_inset
11296
11297
11298 \end_layout
11299
11300 \begin_layout Standard
11301 The last size seem to produce no space.
11302  It is displayed red in LyX contrary to the other sizes, because it is a
11303  negative space.
11304  There are two more negative spaces:
11305 \end_layout
11306
11307 \begin_layout Standard
11308 \align center
11309 \begin_inset Tabular
11310 <lyxtabular version="3" rows="3" columns="3">
11311 <features>
11312 <column alignment="center" valignment="middle" width="6.8cm">
11313 <column alignment="center" valignment="top" width="0pt">
11314 <column alignment="center" valignment="top" width="0pt">
11315 <row>
11316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11317 \begin_inset Text
11318
11319 \begin_layout Plain Layout
11320 Command
11321 \end_layout
11322
11323 \end_inset
11324 </cell>
11325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11326 \begin_inset Text
11327
11328 \begin_layout Plain Layout
11329
11330 \backslash
11331 negmedspace
11332 \end_layout
11333
11334 \end_inset
11335 </cell>
11336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11337 \begin_inset Text
11338
11339 \begin_layout Plain Layout
11340
11341 \backslash
11342 negthickspace
11343 \end_layout
11344
11345 \end_inset
11346 </cell>
11347 </row>
11348 <row>
11349 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11350 \begin_inset Text
11351
11352 \begin_layout Plain Layout
11353 Number of 
11354 \family sans
11355 Space
11356 \family default
11357  keystrokes after inserting the protected space
11358 \end_layout
11359
11360 \end_inset
11361 </cell>
11362 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11363 \begin_inset Text
11364
11365 \begin_layout Plain Layout
11366 6
11367 \end_layout
11368
11369 \end_inset
11370 </cell>
11371 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375 7
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 </row>
11381 <row>
11382 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11383 \begin_inset Text
11384
11385 \begin_layout Plain Layout
11386 Result
11387 \end_layout
11388
11389 \end_inset
11390 </cell>
11391 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11392 \begin_inset Text
11393
11394 \begin_layout Plain Layout
11395 \begin_inset Formula $A\negmedspace B$
11396 \end_inset
11397
11398
11399 \end_layout
11400
11401 \end_inset
11402 </cell>
11403 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11404 \begin_inset Text
11405
11406 \begin_layout Plain Layout
11407 \begin_inset Formula $A\negthickspace B$
11408 \end_inset
11409
11410
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 </row>
11416 </lyxtabular>
11417
11418 \end_inset
11419
11420
11421 \end_layout
11422
11423 \begin_layout Standard
11424 Negative spaces can lead to characters overlapping each other.
11425  Thus they can be used to enforce ligatures, what is e.
11426 \begin_inset space \thinspace{}
11427 \end_inset
11428
11429 g.
11430 \begin_inset space \space{}
11431 \end_inset
11432
11433 useful for summation operators: 
11434 \end_layout
11435
11436 \begin_layout Standard
11437 \align center
11438 \begin_inset Tabular
11439 <lyxtabular version="3" rows="3" columns="2">
11440 <features>
11441 <column alignment="center" valignment="top" width="0">
11442 <column alignment="center" valignment="top" width="0">
11443 <row>
11444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11445 \begin_inset Text
11446
11447 \begin_layout Plain Layout
11448 Command
11449 \end_layout
11450
11451 \end_inset
11452 </cell>
11453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457 Result
11458 \begin_inset Note Note
11459 status collapsed
11460
11461 \begin_layout Plain Layout
11462
11463 \series bold
11464
11465 \backslash
11466 raisebox
11467 \series default
11468  is only used as spacer.
11469 \end_layout
11470
11471 \end_inset
11472
11473
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 </row>
11479 <row>
11480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11481 \begin_inset Text
11482
11483 \begin_layout Plain Layout
11484
11485 \backslash
11486 sum
11487 \backslash
11488 sum
11489 \begin_inset ERT
11490 status collapsed
11491
11492 \begin_layout Plain Layout
11493
11494
11495 \backslash
11496 spce 
11497 \end_layout
11498
11499 \end_inset
11500
11501 f_kl
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11507 \begin_inset Text
11508
11509 \begin_layout Plain Layout
11510 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11511 \end_inset
11512
11513
11514 \end_layout
11515
11516 \end_inset
11517 </cell>
11518 </row>
11519 <row>
11520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11521 \begin_inset Text
11522
11523 \begin_layout Plain Layout
11524
11525 \backslash
11526 sum
11527 \backslash
11528 negmedspace
11529 \backslash
11530 sum
11531 \begin_inset ERT
11532 status collapsed
11533
11534 \begin_layout Plain Layout
11535
11536
11537 \backslash
11538 spce 
11539 \end_layout
11540
11541 \end_inset
11542
11543 f_kl
11544 \end_layout
11545
11546 \end_inset
11547 </cell>
11548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11549 \begin_inset Text
11550
11551 \begin_layout Plain Layout
11552 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11553 \end_inset
11554
11555
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 </row>
11561 </lyxtabular>
11562
11563 \end_inset
11564
11565
11566 \end_layout
11567
11568 \begin_layout Standard
11569 Relations like for example equal signs, are always surrounded by space.
11570  To suppress this, the equal sign is placed into a TeX-brace.
11571  The following example demonstrates this:
11572 \end_layout
11573
11574 \begin_layout Standard
11575 \align center
11576 \begin_inset Tabular
11577 <lyxtabular version="3" rows="2" columns="2">
11578 <features>
11579 <column alignment="center" valignment="top" width="0pt">
11580 <column alignment="center" valignment="top" width="0pt">
11581 <row>
11582 <cell alignment="center" valignment="top" usebox="none">
11583 \begin_inset Text
11584
11585 \begin_layout Plain Layout
11586 normal equation
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 <cell alignment="center" valignment="top" usebox="none">
11592 \begin_inset Text
11593
11594 \begin_layout Plain Layout
11595 \begin_inset Formula $A=B$
11596 \end_inset
11597
11598
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 </row>
11604 <row>
11605 <cell alignment="center" valignment="top" usebox="none">
11606 \begin_inset Text
11607
11608 \begin_layout Plain Layout
11609 \begin_inset Note Note
11610 status collapsed
11611
11612 \begin_layout Plain Layout
11613
11614 \series bold
11615
11616 \backslash
11617 raisebox
11618 \series default
11619  is only used as spacer.
11620 \end_layout
11621
11622 \end_inset
11623
11624
11625 \begin_inset Formula $\raisebox{5mm}{}$
11626 \end_inset
11627
11628 equation without space
11629 \end_layout
11630
11631 \end_inset
11632 </cell>
11633 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Plain Layout
11637 \begin_inset Formula $A{=}B$
11638 \end_inset
11639
11640
11641 \end_layout
11642
11643 \end_inset
11644 </cell>
11645 </row>
11646 </lyxtabular>
11647
11648 \end_inset
11649
11650
11651 \end_layout
11652
11653 \begin_layout Standard
11654 \noindent
11655 The command for the last formula is: 
11656 \series bold
11657 A
11658 \backslash
11659 {=
11660 \begin_inset Formula $\to$
11661 \end_inset
11662
11663 B
11664 \end_layout
11665
11666 \begin_layout Standard
11667 \begin_inset VSpace bigskip
11668 \end_inset
11669
11670 Spaces are needed for physical units, because the space between the value
11671  and the unit is the smallest one and not a normal space.
11672  For units in text, the smallest space is inserted via the menu 
11673 \family sans
11674 Insert\SpecialChar \menuseparator
11675 Formatting\SpecialChar \menuseparator
11676 Thin
11677 \begin_inset space ~
11678 \end_inset
11679
11680 Space
11681 \family default
11682  (shortcut 
11683 \begin_inset Info
11684 type  "shortcut"
11685 arg   "space-insert thin"
11686 \end_inset
11687
11688 ).
11689 \end_layout
11690
11691 \begin_layout Standard
11692 An example to visualize the difference:
11693 \end_layout
11694
11695 \begin_layout Standard
11696 \begin_inset Tabular
11697 <lyxtabular version="3" rows="2" columns="2">
11698 <features>
11699 <column alignment="left" valignment="top" width="0">
11700 <column alignment="left" valignment="top" width="0">
11701 <row>
11702 <cell alignment="center" valignment="top" usebox="none">
11703 \begin_inset Text
11704
11705 \begin_layout Plain Layout
11706 24 kW
11707 \begin_inset Formula $\cdot$
11708 \end_inset
11709
11710 h
11711 \end_layout
11712
11713 \end_inset
11714 </cell>
11715 <cell alignment="center" valignment="top" usebox="none">
11716 \begin_inset Text
11717
11718 \begin_layout Plain Layout
11719 space between value and unit
11720 \end_layout
11721
11722 \end_inset
11723 </cell>
11724 </row>
11725 <row>
11726 <cell alignment="center" valignment="top" usebox="none">
11727 \begin_inset Text
11728
11729 \begin_layout Plain Layout
11730 24
11731 \begin_inset space \thinspace{}
11732 \end_inset
11733
11734 kW
11735 \begin_inset Formula $\cdot$
11736 \end_inset
11737
11738 h
11739 \end_layout
11740
11741 \end_inset
11742 </cell>
11743 <cell alignment="center" valignment="top" usebox="none">
11744 \begin_inset Text
11745
11746 \begin_layout Plain Layout
11747 smallest space between value and unit
11748 \end_layout
11749
11750 \end_inset
11751 </cell>
11752 </row>
11753 </lyxtabular>
11754
11755 \end_inset
11756
11757
11758 \end_layout
11759
11760 \begin_layout Subsection
11761 Variable Space
11762 \begin_inset ERT
11763 status collapsed
11764
11765 \begin_layout Plain Layout
11766
11767
11768 \backslash
11769 texorpdfstring{
11770 \end_layout
11771
11772 \end_inset
11773
11774
11775 \begin_inset Foot
11776 status collapsed
11777
11778 \begin_layout Plain Layout
11779 for vertical space in formulas see 
11780 \begin_inset CommandInset ref
11781 LatexCommand ref
11782 reference "sub:Line-Separation"
11783
11784 \end_inset
11785
11786
11787 \end_layout
11788
11789 \end_inset
11790
11791
11792 \begin_inset ERT
11793 status collapsed
11794
11795 \begin_layout Plain Layout
11796
11797 }{}
11798 \end_layout
11799
11800 \end_inset
11801
11802
11803 \begin_inset Note Note
11804 status collapsed
11805
11806 \begin_layout Plain Layout
11807
11808 \backslash
11809 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11810 \end_layout
11811
11812 \begin_layout Plain Layout
11813 More about 
11814 \backslash
11815 texorpdfstring is in section 
11816 \begin_inset CommandInset ref
11817 LatexCommand ref
11818 reference "sub:Formulas-in-Section"
11819
11820 \end_inset
11821
11822 .
11823 \end_layout
11824
11825 \end_inset
11826
11827
11828 \begin_inset CommandInset label
11829 LatexCommand label
11830 name "sub:Variable-Space"
11831
11832 \end_inset
11833
11834
11835 \begin_inset Index
11836 status collapsed
11837
11838 \begin_layout Plain Layout
11839 Space ! horizontal ! variable
11840 \end_layout
11841
11842 \end_inset
11843
11844
11845 \end_layout
11846
11847 \begin_layout Standard
11848 Space with a defined length can be inserted with the command 
11849 \series bold
11850
11851 \backslash
11852 hspace
11853 \series default
11854
11855 \begin_inset Index
11856 status collapsed
11857
11858 \begin_layout Plain Layout
11859 Commands ! H ! 
11860 \backslash
11861 hspace
11862 \end_layout
11863
11864 \end_inset
11865
11866 .
11867  Then a long 
11868 \begin_inset Quotes eld
11869 \end_inset
11870
11871
11872 \color blue
11873
11874 \begin_inset ERT
11875 status collapsed
11876
11877 \begin_layout Plain Layout
11878
11879
11880 \backslash
11881 spce 
11882 \end_layout
11883
11884 \end_inset
11885
11886
11887 \color inherit
11888
11889 \begin_inset Quotes erd
11890 \end_inset
11891
11892  appears.
11893  The length can be specified by left-clicking on the 
11894 \begin_inset Quotes eld
11895 \end_inset
11896
11897
11898 \color blue
11899
11900 \begin_inset ERT
11901 status collapsed
11902
11903 \begin_layout Plain Layout
11904
11905
11906 \backslash
11907 spce 
11908 \end_layout
11909
11910 \end_inset
11911
11912
11913 \color inherit
11914
11915 \begin_inset Quotes erd
11916 \end_inset
11917
11918 .
11919  The length may also be negative.
11920  To insert so many space that the formula uses all available space, the
11921  command 
11922 \series bold
11923
11924 \backslash
11925 hfill
11926 \series default
11927
11928 \begin_inset Index
11929 status collapsed
11930
11931 \begin_layout Plain Layout
11932 Commands ! H ! 
11933 \backslash
11934 hfill
11935 \end_layout
11936
11937 \end_inset
11938
11939  is used.
11940 \end_layout
11941
11942 \begin_layout Standard
11943 \begin_inset VSpace -1mm
11944 \end_inset
11945
11946
11947 \end_layout
11948
11949 \begin_layout Standard
11950 \align center
11951 \begin_inset Tabular
11952 <lyxtabular version="3" rows="4" columns="2">
11953 <features>
11954 <column alignment="center" valignment="top" width="0">
11955 <column alignment="center" valignment="top" width="0">
11956 <row>
11957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11958 \begin_inset Text
11959
11960 \begin_layout Plain Layout
11961 Command (
11962 \backslash
11963 hspace length)
11964 \end_layout
11965
11966 \end_inset
11967 </cell>
11968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11969 \begin_inset Text
11970
11971 \begin_layout Plain Layout
11972 Result
11973 \end_layout
11974
11975 \end_inset
11976 </cell>
11977 </row>
11978 <row>
11979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11980 \begin_inset Text
11981
11982 \begin_layout Plain Layout
11983 A=B
11984 \backslash
11985 hspace
11986 \begin_inset ERT
11987 status collapsed
11988
11989 \begin_layout Plain Layout
11990
11991
11992 \backslash
11993 spce 
11994 \end_layout
11995
11996 \end_inset
11997
11998
11999 \begin_inset Formula $\to$
12000 \end_inset
12001
12002 A
12003 \backslash
12004 not=C (3
12005 \begin_inset space \thinspace{}
12006 \end_inset
12007
12008 cm)
12009 \end_layout
12010
12011 \end_inset
12012 </cell>
12013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12014 \begin_inset Text
12015
12016 \begin_layout Plain Layout
12017 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12018 \end_inset
12019
12020
12021 \end_layout
12022
12023 \end_inset
12024 </cell>
12025 </row>
12026 <row>
12027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12028 \begin_inset Text
12029
12030 \begin_layout Plain Layout
12031 A
12032 \backslash
12033 hspace
12034 \begin_inset ERT
12035 status collapsed
12036
12037 \begin_layout Plain Layout
12038
12039
12040 \backslash
12041 spce 
12042 \end_layout
12043
12044 \end_inset
12045
12046
12047 \begin_inset Formula $\to$
12048 \end_inset
12049
12050 A
12051 \backslash
12052 not=A (-1
12053 \begin_inset space \thinspace{}
12054 \end_inset
12055
12056 mm)
12057 \end_layout
12058
12059 \end_inset
12060 </cell>
12061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12062 \begin_inset Text
12063
12064 \begin_layout Plain Layout
12065 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12066 \end_inset
12067
12068
12069 \end_layout
12070
12071 \end_inset
12072 </cell>
12073 </row>
12074 <row>
12075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12076 \begin_inset Text
12077
12078 \begin_layout Plain Layout
12079 A=A
12080 \backslash
12081 hfill
12082 \begin_inset ERT
12083 status collapsed
12084
12085 \begin_layout Plain Layout
12086
12087
12088 \backslash
12089 spce 
12090 \end_layout
12091
12092 \end_inset
12093
12094 B=B
12095 \end_layout
12096
12097 \end_inset
12098 </cell>
12099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12100 \begin_inset Text
12101
12102 \begin_layout Plain Layout
12103 \begin_inset Formula $A=A\hfill B=B$
12104 \end_inset
12105
12106
12107 \end_layout
12108
12109 \end_inset
12110 </cell>
12111 </row>
12112 </lyxtabular>
12113
12114 \end_inset
12115
12116
12117 \end_layout
12118
12119 \begin_layout Standard
12120 In the last example the available space is given by the longest column entry
12121  of the table.
12122  In an inline formula the space depends on the length of the line in which
12123  
12124 \series bold
12125
12126 \backslash
12127 hfill
12128 \series default
12129  is inserted.
12130  Thus, when the line uses the full width, no space will be created.
12131  
12132 \series bold
12133
12134 \backslash
12135 hfill
12136 \series default
12137  only has an effect on displayed formulas when the formula style 
12138 \series bold
12139 Indented
12140 \series default
12141  is used.
12142  (Formula styles are explained in 
12143 \begin_inset CommandInset ref
12144 LatexCommand ref
12145 reference "sec:Formula-Styles"
12146
12147 \end_inset
12148
12149 .)
12150 \end_layout
12151
12152 \begin_layout Standard
12153 Besides 
12154 \series bold
12155
12156 \backslash
12157 hfill
12158 \series default
12159 , there are the commands 
12160 \series bold
12161
12162 \backslash
12163 dotfill
12164 \series default
12165  and 
12166 \series bold
12167
12168 \backslash
12169 hrulefill
12170 \series default
12171  that fill the space with a pattern, see 
12172 \begin_inset CommandInset ref
12173 LatexCommand ref
12174 reference "sub:Ellipses"
12175
12176 \end_inset
12177
12178  for an example.
12179 \end_layout
12180
12181 \begin_layout Standard
12182 For text, variable space can be inserted via the menu 
12183 \family sans
12184 Insert\SpecialChar \menuseparator
12185 Formatting\SpecialChar \menuseparator
12186 Horizontal
12187 \begin_inset space ~
12188 \end_inset
12189
12190 Space
12191 \family default
12192 :
12193 \end_layout
12194
12195 \begin_layout Standard
12196 This is a line with
12197 \begin_inset space \hspace{}
12198 \length 2cm
12199 \end_inset
12200
12201 2
12202 \begin_inset space \thinspace{}
12203 \end_inset
12204
12205 cm space.
12206 \end_layout
12207
12208 \begin_layout Standard
12209 This is a line with
12210 \begin_inset space \hfill{}
12211 \end_inset
12212
12213 maximum space.
12214 \end_layout
12215
12216 \begin_layout Subsection
12217 Space besides inline Formulas
12218 \begin_inset Index
12219 status collapsed
12220
12221 \begin_layout Plain Layout
12222 Space ! besides inline formulas
12223 \end_layout
12224
12225 \end_inset
12226
12227
12228 \end_layout
12229
12230 \begin_layout Standard
12231 The space that surrounds inline formulas can be adjusted with the length
12232  
12233 \series bold
12234
12235 \backslash
12236 mathsurround
12237 \begin_inset Index
12238 status collapsed
12239
12240 \begin_layout Plain Layout
12241 Commands ! M ! 
12242 \backslash
12243 mathsurround
12244 \end_layout
12245
12246 \end_inset
12247
12248
12249 \series default
12250 .
12251  The value of a length is set with the command 
12252 \series bold
12253
12254 \backslash
12255 setlength
12256 \begin_inset Index
12257 status collapsed
12258
12259 \begin_layout Plain Layout
12260 Commands ! S ! 
12261 \backslash
12262 setlength
12263 \end_layout
12264
12265 \end_inset
12266
12267
12268 \series default
12269  that has the following scheme:
12270 \end_layout
12271
12272 \begin_layout Standard
12273
12274 \series bold
12275
12276 \backslash
12277 setlength{length name}{value}
12278 \end_layout
12279
12280 \begin_layout Standard
12281 To set 
12282 \series bold
12283
12284 \backslash
12285 mathsurround
12286 \series default
12287  to the value 5
12288 \begin_inset space \thinspace{}
12289 \end_inset
12290
12291 mm, the command
12292 \end_layout
12293
12294 \begin_layout Standard
12295
12296 \series bold
12297
12298 \backslash
12299 setlength{
12300 \backslash
12301 mathsurround}{5mm}
12302 \end_layout
12303
12304 \begin_layout Standard
12305 is inserted in TeX-mode.
12306  5
12307 \begin_inset space \thinspace{}
12308 \end_inset
12309
12310 mm space will now be set around all inline formulas:
12311 \begin_inset ERT
12312 status collapsed
12313
12314 \begin_layout Plain Layout
12315
12316
12317 \backslash
12318 setlength{
12319 \backslash
12320 mathsurround}{5mm}
12321 \end_layout
12322
12323 \end_inset
12324
12325
12326 \end_layout
12327
12328 \begin_layout Standard
12329 This is a line with an inline formula 
12330 \begin_inset Formula $A=B$
12331 \end_inset
12332
12333  with 5
12334 \begin_inset space \thinspace{}
12335 \end_inset
12336
12337 mm surrounding space.
12338 \begin_inset ERT
12339 status collapsed
12340
12341 \begin_layout Plain Layout
12342
12343
12344 \backslash
12345 setlength{
12346 \backslash
12347 mathsurround}{0pt}
12348 \end_layout
12349
12350 \end_inset
12351
12352
12353 \end_layout
12354
12355 \begin_layout Standard
12356 To return to the predefined value, 
12357 \series bold
12358
12359 \backslash
12360 mathsurround
12361 \series default
12362  is set to the value 0
12363 \begin_inset space \thinspace{}
12364 \end_inset
12365
12366 pt.
12367 \end_layout
12368
12369 \begin_layout Section
12370 Boxes and Frames
12371 \begin_inset Index
12372 status collapsed
12373
12374 \begin_layout Plain Layout
12375 Boxes
12376 \end_layout
12377
12378 \end_inset
12379
12380
12381 \begin_inset Index
12382 status collapsed
12383
12384 \begin_layout Plain Layout
12385 Frames | see
12386 \begin_inset ERT
12387 status collapsed
12388
12389 \begin_layout Plain Layout
12390
12391 {
12392 \end_layout
12393
12394 \end_inset
12395
12396 Boxes
12397 \begin_inset ERT
12398 status collapsed
12399
12400 \begin_layout Plain Layout
12401
12402 }
12403 \end_layout
12404
12405 \end_inset
12406
12407
12408 \end_layout
12409
12410 \end_inset
12411
12412
12413 \end_layout
12414
12415 \begin_layout Standard
12416 Boxes for text are described in chapter 
12417 \family typewriter
12418 Boxes
12419 \family default
12420  in the 
12421 \family typewriter
12422 Embedded
12423 \begin_inset space ~
12424 \end_inset
12425
12426 Objects
12427 \family default
12428  manual.
12429 \end_layout
12430
12431 \begin_layout Subsection
12432 Boxes with Frame
12433 \begin_inset CommandInset label
12434 LatexCommand label
12435 name "sub:Boxes-with-Frame"
12436
12437 \end_inset
12438
12439
12440 \begin_inset Index
12441 status collapsed
12442
12443 \begin_layout Plain Layout
12444 Boxes ! with frame
12445 \end_layout
12446
12447 \end_inset
12448
12449
12450 \end_layout
12451
12452 \begin_layout Standard
12453 It is possible to frame formulas or parts of it with the commands 
12454 \series bold
12455
12456 \backslash
12457 fbox
12458 \series default
12459
12460 \begin_inset Index
12461 status collapsed
12462
12463 \begin_layout Plain Layout
12464 Commands ! F ! 
12465 \backslash
12466 fbox
12467 \end_layout
12468
12469 \end_inset
12470
12471  and 
12472 \series bold
12473
12474 \backslash
12475 boxed
12476 \series default
12477
12478 \begin_inset Index
12479 status collapsed
12480
12481 \begin_layout Plain Layout
12482 Commands ! B ! 
12483 \backslash
12484 boxed
12485 \end_layout
12486
12487 \end_inset
12488
12489 .
12490 \end_layout
12491
12492 \begin_layout Standard
12493 When one of these commands is inserted to a formula, a blue box appears
12494  within a frame to enter formula parts.
12495  For 
12496 \series bold
12497
12498 \backslash
12499 fbox
12500 \series default
12501  an additional formula has to be created by 
12502 \family sans
12503 Ctrl+M
12504 \family default
12505  within this box
12506 \begin_inset Foot
12507 status collapsed
12508
12509 \begin_layout Plain Layout
12510 Due to a bug in LyX it is not possible to create a new formula with 
12511 \family sans
12512 Ctrl+M
12513 \family default
12514 , see 
12515 \begin_inset CommandInset href
12516 LatexCommand href
12517 name "LyX-bug #1435"
12518 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12519
12520 \end_inset
12521
12522 .
12523 \end_layout
12524
12525 \end_inset
12526
12527 , because the box content will otherwise be treated as mathematical text.
12528  When 
12529 \series bold
12530
12531 \backslash
12532 boxed
12533 \series default
12534  is used, a new formula is automatically created inside the frame.
12535 \end_layout
12536
12537 \begin_layout Standard
12538 The command 
12539 \series bold
12540
12541 \backslash
12542 fbox
12543 \series default
12544  is not suitable to frame displayed formulas, because the formula will always
12545  be set in the size of the text.
12546  
12547 \series bold
12548
12549 \backslash
12550 boxed
12551 \series default
12552  is in contrary not suitable to frame inline formulas, because the formula
12553  will always be set in the size of a displayed formula.
12554 \end_layout
12555
12556 \begin_layout Standard
12557 As extension to 
12558 \series bold
12559
12560 \backslash
12561 fbox
12562 \series default
12563  there is the command 
12564 \series bold
12565
12566 \backslash
12567 framebox
12568 \series default
12569
12570 \begin_inset Index
12571 status collapsed
12572
12573 \begin_layout Plain Layout
12574 Commands ! F ! 
12575 \backslash
12576 framebox
12577 \end_layout
12578
12579 \end_inset
12580
12581  where additionally the frame width and the alignment can be specified.
12582  
12583 \series bold
12584
12585 \backslash
12586 framebox
12587 \series default
12588  is used in the following scheme:
12589 \end_layout
12590
12591 \begin_layout Standard
12592
12593 \series bold
12594
12595 \backslash
12596 framebox[frame width][position]{box content}
12597 \end_layout
12598
12599 \begin_layout Standard
12600 The position can either be 
12601 \emph on
12602 l
12603 \emph default
12604  or 
12605 \emph on
12606 r
12607 \emph default
12608 .
12609  
12610 \emph on
12611 l
12612 \emph default
12613  left aligns, 
12614 \emph on
12615 r
12616 \emph default
12617  right aligns the formula in the box.
12618  When no position is given, the formula will be centered.
12619 \begin_inset Newline newline
12620 \end_inset
12621
12622 Is no width given, also no position can be given.
12623  In this case the frame width is adjusted to the box content like for 
12624 \series bold
12625
12626 \backslash
12627 fbox
12628 \series default
12629 .
12630 \end_layout
12631
12632 \begin_layout Standard
12633 When the command 
12634 \series bold
12635
12636 \backslash
12637 framebox
12638 \series default
12639  is inserted, a box appears containing three blue boxes.
12640  The first two boxes are surrounded by brackets and denote the two optional
12641  arguments.
12642  The third box is for formula parts like for 
12643 \series bold
12644
12645 \backslash
12646 fbox
12647 \series default
12648 .
12649 \end_layout
12650
12651 \begin_layout Standard
12652 \align center
12653 \begin_inset Note Note
12654 status open
12655
12656 \begin_layout Plain Layout
12657 The table has been set into a minipage to make the footnote appearing.
12658  Otherwise the footnote text would not be displayed.
12659 \end_layout
12660
12661 \end_inset
12662
12663
12664 \begin_inset Box Frameless
12665 position "c"
12666 hor_pos "c"
12667 has_inner_box 1
12668 inner_pos "c"
12669 use_parbox 0
12670 width "100col%"
12671 special "none"
12672 height "1in"
12673 height_special "totalheight"
12674 status open
12675
12676 \begin_layout Plain Layout
12677 \align center
12678 \begin_inset Tabular
12679 <lyxtabular version="3" rows="5" columns="2">
12680 <features>
12681 <column alignment="center" valignment="top" width="0">
12682 <column alignment="center" valignment="top" width="0">
12683 <row>
12684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12685 \begin_inset Text
12686
12687 \begin_layout Plain Layout
12688 Command
12689 \begin_inset Foot
12690 status collapsed
12691
12692 \begin_layout Plain Layout
12693 Due to a bug in LyX it is not possible to create a new formula with 
12694 \family sans
12695 Ctrl+m
12696 \family default
12697 , see 
12698 \begin_inset CommandInset href
12699 LatexCommand href
12700 name "LyX-bug #1435"
12701 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12702
12703 \end_inset
12704
12705 .
12706 \end_layout
12707
12708 \end_inset
12709
12710
12711 \end_layout
12712
12713 \end_inset
12714 </cell>
12715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12716 \begin_inset Text
12717
12718 \begin_layout Plain Layout
12719 Result
12720 \begin_inset Note Note
12721 status collapsed
12722
12723 \begin_layout Plain Layout
12724
12725 \series bold
12726
12727 \backslash
12728 raisebox
12729 \series default
12730  is only used as spacer.
12731 \end_layout
12732
12733 \end_inset
12734
12735
12736 \end_layout
12737
12738 \end_inset
12739 </cell>
12740 </row>
12741 <row>
12742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12743 \begin_inset Text
12744
12745 \begin_layout Plain Layout
12746
12747 \backslash
12748 fbox
12749 \begin_inset ERT
12750 status collapsed
12751
12752 \begin_layout Plain Layout
12753
12754
12755 \backslash
12756 spce 
12757 \end_layout
12758
12759 \end_inset
12760
12761
12762 \family sans
12763 Ctrl+M
12764 \family default
12765  
12766 \backslash
12767 int
12768 \begin_inset ERT
12769 status collapsed
12770
12771 \begin_layout Plain Layout
12772
12773
12774 \backslash
12775 spce 
12776 \end_layout
12777
12778 \end_inset
12779
12780 A=B
12781 \end_layout
12782
12783 \end_inset
12784 </cell>
12785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12786 \begin_inset Text
12787
12788 \begin_layout Plain Layout
12789 \begin_inset Formula $\raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}$
12790 \end_inset
12791
12792
12793 \end_layout
12794
12795 \end_inset
12796 </cell>
12797 </row>
12798 <row>
12799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12800 \begin_inset Text
12801
12802 \begin_layout Plain Layout
12803
12804 \backslash
12805 boxed
12806 \begin_inset ERT
12807 status collapsed
12808
12809 \begin_layout Plain Layout
12810
12811
12812 \backslash
12813 spce 
12814 \end_layout
12815
12816 \end_inset
12817
12818
12819 \backslash
12820 int
12821 \begin_inset ERT
12822 status collapsed
12823
12824 \begin_layout Plain Layout
12825
12826
12827 \backslash
12828 spce 
12829 \end_layout
12830
12831 \end_inset
12832
12833 A=B
12834 \end_layout
12835
12836 \end_inset
12837 </cell>
12838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12839 \begin_inset Text
12840
12841 \begin_layout Plain Layout
12842 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12843 \end_inset
12844
12845
12846 \end_layout
12847
12848 \end_inset
12849 </cell>
12850 </row>
12851 <row>
12852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12853 \begin_inset Text
12854
12855 \begin_layout Plain Layout
12856 A+
12857 \backslash
12858 fbox
12859 \begin_inset ERT
12860 status collapsed
12861
12862 \begin_layout Plain Layout
12863
12864
12865 \backslash
12866 spce 
12867 \end_layout
12868
12869 \end_inset
12870
12871 B
12872 \end_layout
12873
12874 \end_inset
12875 </cell>
12876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12877 \begin_inset Text
12878
12879 \begin_layout Plain Layout
12880 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12881 \end_inset
12882
12883
12884 \end_layout
12885
12886 \end_inset
12887 </cell>
12888 </row>
12889 <row>
12890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12891 \begin_inset Text
12892
12893 \begin_layout Plain Layout
12894
12895 \backslash
12896 framebox
12897 \begin_inset ERT
12898 status collapsed
12899
12900 \begin_layout Plain Layout
12901
12902
12903 \backslash
12904 spce 
12905 \end_layout
12906
12907 \end_inset
12908
12909 20mm
12910 \begin_inset Formula $\to$
12911 \end_inset
12912
12913
12914 \begin_inset Formula $\to$
12915 \end_inset
12916
12917
12918 \family sans
12919 Ctrl+M
12920 \family default
12921  
12922 \backslash
12923 frac
12924 \begin_inset ERT
12925 status collapsed
12926
12927 \begin_layout Plain Layout
12928
12929
12930 \backslash
12931 spce 
12932 \end_layout
12933
12934 \end_inset
12935
12936 A
12937 \begin_inset Formula $\downarrow$
12938 \end_inset
12939
12940 B
12941 \end_layout
12942
12943 \end_inset
12944 </cell>
12945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12946 \begin_inset Text
12947
12948 \begin_layout Plain Layout
12949 \begin_inset Formula $\raisebox{6mm}{}$
12950 \end_inset
12951
12952
12953 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12954 \end_inset
12955
12956
12957 \begin_inset Formula $\raisebox{-4mm}{}$
12958 \end_inset
12959
12960
12961 \end_layout
12962
12963 \end_inset
12964 </cell>
12965 </row>
12966 </lyxtabular>
12967
12968 \end_inset
12969
12970
12971 \end_layout
12972
12973 \end_inset
12974
12975
12976 \end_layout
12977
12978 \begin_layout Standard
12979 The frame thickness can also be adjusted.
12980  To do this the following commands have to be inserted in TeX-mode before
12981  the formula
12982 \end_layout
12983
12984 \begin_layout Standard
12985
12986 \series bold
12987
12988 \backslash
12989 fboxrule
12990 \series default
12991  
12992 \series bold
12993
12994 \begin_inset Quotes eld
12995 \end_inset
12996
12997 thickness
12998 \begin_inset Quotes erd
12999 \end_inset
13000
13001
13002 \series default
13003  
13004 \series bold
13005
13006 \backslash
13007 fboxsep
13008 \series default
13009  
13010 \series bold
13011
13012 \begin_inset Quotes eld
13013 \end_inset
13014
13015 distance
13016 \begin_inset Quotes erd
13017 \end_inset
13018
13019
13020 \end_layout
13021
13022 \begin_layout Standard
13023 \begin_inset Quotes eld
13024 \end_inset
13025
13026 distance
13027 \begin_inset Quotes erd
13028 \end_inset
13029
13030  specifies the minimal distance between the frame and the first character
13031  in the box.
13032  An example for this is the following framed formula:
13033 \begin_inset ERT
13034 status collapsed
13035
13036 \begin_layout Plain Layout
13037
13038
13039 \backslash
13040 fboxrule 2mm 
13041 \backslash
13042 fboxsep 3mm
13043 \end_layout
13044
13045 \end_inset
13046
13047
13048 \begin_inset Formula \[
13049 \boxed{A+B=C}\]
13050
13051 \end_inset
13052
13053 Before this formula the commands
13054 \end_layout
13055
13056 \begin_layout Standard
13057
13058 \series bold
13059
13060 \backslash
13061 fboxrule
13062 \series default
13063  
13064 \series bold
13065 2mm
13066 \series default
13067  
13068 \series bold
13069
13070 \backslash
13071 fboxsep
13072 \series default
13073  
13074 \series bold
13075 3mm
13076 \end_layout
13077
13078 \begin_layout Standard
13079 were inserted in TeX-mode.
13080  The given values are used for all following boxes.
13081 \end_layout
13082
13083 \begin_layout Standard
13084 To return to the standard frame size, the command
13085 \end_layout
13086
13087 \begin_layout Standard
13088
13089 \series bold
13090
13091 \backslash
13092 fboxrule
13093 \series default
13094  
13095 \series bold
13096 0.4pt
13097 \series default
13098  
13099 \series bold
13100
13101 \backslash
13102 fboxsep
13103 \series default
13104  
13105 \series bold
13106 3pt
13107 \series default
13108
13109 \begin_inset ERT
13110 status collapsed
13111
13112 \begin_layout Plain Layout
13113
13114
13115 \backslash
13116 fboxrule 0.4pt 
13117 \backslash
13118 fboxsep 3pt
13119 \end_layout
13120
13121 \end_inset
13122
13123
13124 \end_layout
13125
13126 \begin_layout Standard
13127 is inserted in TeX-mode before the next formula.
13128 \end_layout
13129
13130 \begin_layout Subsection
13131 Boxes without Frame
13132 \begin_inset CommandInset label
13133 LatexCommand label
13134 name "sub:Boxes-without-Frame"
13135
13136 \end_inset
13137
13138
13139 \begin_inset Index
13140 status collapsed
13141
13142 \begin_layout Plain Layout
13143 Boxes ! without frame
13144 \end_layout
13145
13146 \end_inset
13147
13148
13149 \end_layout
13150
13151 \begin_layout Standard
13152 For boxes without a frame there are the following box commands: 
13153 \series bold
13154
13155 \backslash
13156 mbox
13157 \series default
13158
13159 \begin_inset Index
13160 status collapsed
13161
13162 \begin_layout Plain Layout
13163 Commands ! M ! 
13164 \backslash
13165 mbox
13166 \end_layout
13167
13168 \end_inset
13169
13170
13171 \series bold
13172
13173 \backslash
13174 makebox
13175 \series default
13176
13177 \begin_inset Index
13178 status collapsed
13179
13180 \begin_layout Plain Layout
13181 Commands ! M ! 
13182 \backslash
13183 makebox
13184 \end_layout
13185
13186 \end_inset
13187
13188 , and 
13189 \series bold
13190
13191 \backslash
13192 raisebox
13193 \series default
13194
13195 \begin_inset Index
13196 status collapsed
13197
13198 \begin_layout Plain Layout
13199 Commands ! R ! 
13200 \backslash
13201 raisebox
13202 \end_layout
13203
13204 \end_inset
13205
13206
13207 \end_layout
13208
13209 \begin_layout Standard
13210 With 
13211 \series bold
13212
13213 \backslash
13214 raisebox
13215 \series default
13216  a box can be super- or subscripted.
13217  But in contrary to normal super- and subscripting, the characters in the
13218  box keep their font size.
13219  
13220 \series bold
13221
13222 \backslash
13223 raisebox
13224 \series default
13225  is used in the following scheme:
13226 \end_layout
13227
13228 \begin_layout Standard
13229
13230 \series bold
13231
13232 \backslash
13233 raisebox{height}{box content}
13234 \end_layout
13235
13236 \begin_layout Standard
13237 When the box should contain a formula, an extra formula is needed like for
13238  
13239 \series bold
13240
13241 \backslash
13242 fbox
13243 \series default
13244 .
13245 \end_layout
13246
13247 \begin_layout Standard
13248 \align center
13249 \begin_inset Tabular
13250 <lyxtabular version="3" rows="4" columns="2">
13251 <features>
13252 <column alignment="center" valignment="top" width="0">
13253 <column alignment="center" valignment="top" width="0">
13254 <row>
13255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13256 \begin_inset Text
13257
13258 \begin_layout Plain Layout
13259 Command
13260 \end_layout
13261
13262 \end_inset
13263 </cell>
13264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13265 \begin_inset Text
13266
13267 \begin_layout Plain Layout
13268 Result
13269 \end_layout
13270
13271 \end_inset
13272 </cell>
13273 </row>
13274 <row>
13275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13276 \begin_inset Text
13277
13278 \begin_layout Plain Layout
13279 H
13280 \backslash
13281 raisebox{2mm
13282 \begin_inset Formula $\to$
13283 \end_inset
13284
13285
13286 \backslash
13287 {al
13288 \begin_inset Formula $\to$
13289 \end_inset
13290
13291  lo
13292 \end_layout
13293
13294 \end_inset
13295 </cell>
13296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13297 \begin_inset Text
13298
13299 \begin_layout Plain Layout
13300 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13301 \end_inset
13302
13303
13304 \end_layout
13305
13306 \end_inset
13307 </cell>
13308 </row>
13309 <row>
13310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13311 \begin_inset Text
13312
13313 \begin_layout Plain Layout
13314 H
13315 \backslash
13316 raisebox{-2mm
13317 \begin_inset Formula $\to$
13318 \end_inset
13319
13320
13321 \backslash
13322 {al
13323 \begin_inset Formula $\to$
13324 \end_inset
13325
13326 lo
13327 \end_layout
13328
13329 \end_inset
13330 </cell>
13331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13332 \begin_inset Text
13333
13334 \begin_layout Plain Layout
13335 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13336 \end_inset
13337
13338
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 </row>
13344 <row>
13345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13346 \begin_inset Text
13347
13348 \begin_layout Plain Layout
13349 A=
13350 \backslash
13351 raisebox{-2mm
13352 \begin_inset Formula $\to$
13353 \end_inset
13354
13355
13356 \backslash
13357 {
13358 \family sans
13359 Ctrl+M
13360 \family default
13361  
13362 \backslash
13363 sqrt
13364 \begin_inset ERT
13365 status collapsed
13366
13367 \begin_layout Plain Layout
13368
13369
13370 \backslash
13371 spce 
13372 \end_layout
13373
13374 \end_inset
13375
13376
13377 \end_layout
13378
13379 \end_inset
13380 </cell>
13381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13382 \begin_inset Text
13383
13384 \begin_layout Plain Layout
13385 \begin_inset ERT
13386 status collapsed
13387
13388 \begin_layout Plain Layout
13389
13390 $A=
13391 \backslash
13392 raisebox{-2mm}{$
13393 \backslash
13394 sqrt{B}$}$
13395 \end_layout
13396
13397 \end_inset
13398
13399
13400 \end_layout
13401
13402 \end_inset
13403 </cell>
13404 </row>
13405 </lyxtabular>
13406
13407 \end_inset
13408
13409
13410 \end_layout
13411
13412 \begin_layout Standard
13413 The last formula can currently only be created using TeX-mode because LyX
13414  inserts a box instead of the needed extra formula.
13415 \begin_inset Foot
13416 status collapsed
13417
13418 \begin_layout Plain Layout
13419 see 
13420 \begin_inset CommandInset href
13421 LatexCommand href
13422 name "LyX-bug #1435"
13423 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13424
13425 \end_inset
13426
13427
13428 \end_layout
13429
13430 \end_inset
13431
13432
13433 \end_layout
13434
13435 \begin_layout Standard
13436 The command 
13437 \series bold
13438
13439 \backslash
13440 mbox
13441 \series default
13442  is equivalent to 
13443 \series bold
13444
13445 \backslash
13446 fbox
13447 \series default
13448  and 
13449 \series bold
13450
13451 \backslash
13452 makebox
13453 \series default
13454  is equivalent to 
13455 \series bold
13456
13457 \backslash
13458 framebox
13459 \series default
13460 , with the difference that there is no frame.
13461 \end_layout
13462
13463 \begin_layout Subsection
13464 Colored Boxes
13465 \begin_inset CommandInset label
13466 LatexCommand label
13467 name "sub:Colored-Boxes"
13468
13469 \end_inset
13470
13471
13472 \begin_inset Index
13473 status collapsed
13474
13475 \begin_layout Plain Layout
13476 Boxes ! colored
13477 \end_layout
13478
13479 \end_inset
13480
13481
13482 \end_layout
13483
13484 \begin_layout Standard
13485 To be able to use all commands explained in this section, the LaTeX-package
13486  
13487 \series bold
13488 color
13489 \series default
13490
13491 \begin_inset Foot
13492 status collapsed
13493
13494 \begin_layout Plain Layout
13495 The LaTeX-package 
13496 \series bold
13497 color
13498 \series default
13499  is part of every LaTeX standard installation.
13500 \end_layout
13501
13502 \end_inset
13503
13504
13505 \begin_inset Index
13506 status collapsed
13507
13508 \begin_layout Plain Layout
13509 Packages ! color
13510 \end_layout
13511
13512 \end_inset
13513
13514  has to be loaded in the LaTeX-preamble with the line
13515 \begin_inset Foot
13516 status collapsed
13517
13518 \begin_layout Plain Layout
13519 When text is colored somewhere in the document with a predefined color,
13520  LyX loads the LaTeX-package 
13521 \series bold
13522 color
13523 \series default
13524  automatically.
13525  Thus it is possible that the package is loaded twice, but this doesn't
13526  arise problems.
13527 \end_layout
13528
13529 \end_inset
13530
13531
13532 \begin_inset Note Note
13533 status collapsed
13534
13535 \begin_layout Plain Layout
13536 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13537 amble.
13538 \end_layout
13539
13540 \end_inset
13541
13542
13543 \end_layout
13544
13545 \begin_layout Standard
13546
13547 \series bold
13548
13549 \backslash
13550 usepackage{color}
13551 \end_layout
13552
13553 \begin_layout Standard
13554 \begin_inset VSpace medskip
13555 \end_inset
13556
13557 To color boxes, the command 
13558 \series bold
13559
13560 \backslash
13561 colorbox
13562 \series default
13563
13564 \begin_inset Index
13565 status collapsed
13566
13567 \begin_layout Plain Layout
13568 Commands ! C ! 
13569 \backslash
13570 colorbox
13571 \end_layout
13572
13573 \end_inset
13574
13575  is used in the following scheme:
13576 \end_layout
13577
13578 \begin_layout Standard
13579
13580 \series bold
13581
13582 \backslash
13583 colorbox{color}{box content}
13584 \end_layout
13585
13586 \begin_layout Standard
13587 The box content can also be a box and a 
13588 \series bold
13589
13590 \backslash
13591 colorbox
13592 \series default
13593  can also be part of another box (see the 2nd and 3rd example).
13594  When the box should contain a formula, an extra formula has to be created,
13595  the same as for 
13596 \series bold
13597
13598 \backslash
13599 fbox
13600 \series default
13601 .
13602 \begin_inset Foot
13603 status collapsed
13604
13605 \begin_layout Plain Layout
13606 This also applies for the command 
13607 \series bold
13608
13609 \backslash
13610 fcolorbox
13611 \series default
13612 .
13613  Thereby note 
13614 \begin_inset CommandInset href
13615 LatexCommand href
13616 name "LyX-bug #1435"
13617 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13618
13619 \end_inset
13620
13621 .
13622 \end_layout
13623
13624 \end_inset
13625
13626
13627 \end_layout
13628
13629 \begin_layout Standard
13630 One of the following predefined colors can be chosen:
13631 \end_layout
13632
13633 \begin_layout Standard
13634
13635 \series bold
13636 black
13637 \series default
13638
13639 \series bold
13640 blue
13641 \series default
13642
13643 \series bold
13644 cyan
13645 \series default
13646
13647 \series bold
13648 green
13649 \series default
13650
13651 \series bold
13652 magenta
13653 \series default
13654
13655 \series bold
13656 red
13657 \series default
13658
13659 \series bold
13660 white
13661 \series default
13662 , and 
13663 \series bold
13664 yellow
13665 \end_layout
13666
13667 \begin_layout Standard
13668 \align center
13669 \begin_inset Tabular
13670 <lyxtabular version="3" rows="4" columns="2">
13671 <features>
13672 <column alignment="center" valignment="top" width="0">
13673 <column alignment="center" valignment="top" width="0">
13674 <row>
13675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13676 \begin_inset Text
13677
13678 \begin_layout Plain Layout
13679 Command
13680 \end_layout
13681
13682 \end_inset
13683 </cell>
13684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13685 \begin_inset Text
13686
13687 \begin_layout Plain Layout
13688 Result
13689 \begin_inset Note Note
13690 status collapsed
13691
13692 \begin_layout Plain Layout
13693
13694 \series bold
13695
13696 \backslash
13697 raisebox
13698 \series default
13699  is only used as spacer.
13700 \end_layout
13701
13702 \end_inset
13703
13704
13705 \end_layout
13706
13707 \end_inset
13708 </cell>
13709 </row>
13710 <row>
13711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13712 \begin_inset Text
13713
13714 \begin_layout Plain Layout
13715
13716 \backslash
13717 colorbox{yellow
13718 \begin_inset Formula $\to$
13719 \end_inset
13720
13721
13722 \backslash
13723 {A=B
13724 \end_layout
13725
13726 \end_inset
13727 </cell>
13728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13729 \begin_inset Text
13730
13731 \begin_layout Plain Layout
13732 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13733 \end_inset
13734
13735
13736 \end_layout
13737
13738 \end_inset
13739 </cell>
13740 </row>
13741 <row>
13742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Plain Layout
13746
13747 \backslash
13748 colorbox{green
13749 \begin_inset Formula $\to$
13750 \end_inset
13751
13752
13753 \backslash
13754 {
13755 \backslash
13756 fbox
13757 \begin_inset ERT
13758 status collapsed
13759
13760 \begin_layout Plain Layout
13761
13762
13763 \backslash
13764 spce 
13765 \end_layout
13766
13767 \end_inset
13768
13769 A=B
13770 \end_layout
13771
13772 \end_inset
13773 </cell>
13774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13775 \begin_inset Text
13776
13777 \begin_layout Plain Layout
13778 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13779 \end_inset
13780
13781
13782 \end_layout
13783
13784 \end_inset
13785 </cell>
13786 </row>
13787 <row>
13788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13789 \begin_inset Text
13790
13791 \begin_layout Plain Layout
13792
13793 \backslash
13794 fbox
13795 \begin_inset ERT
13796 status collapsed
13797
13798 \begin_layout Plain Layout
13799
13800
13801 \backslash
13802 spce 
13803 \end_layout
13804
13805 \end_inset
13806
13807
13808 \backslash
13809 colorbox{green
13810 \begin_inset Formula $\to$
13811 \end_inset
13812
13813
13814 \backslash
13815 {A=B
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13821 \begin_inset Text
13822
13823 \begin_layout Plain Layout
13824 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13825 \end_inset
13826
13827
13828 \end_layout
13829
13830 \end_inset
13831 </cell>
13832 </row>
13833 </lyxtabular>
13834
13835 \end_inset
13836
13837
13838 \end_layout
13839
13840 \begin_layout Standard
13841
13842 \series bold
13843
13844 \backslash
13845 colorbox
13846 \series default
13847  only colors the box but not the characters in the box.
13848  To color all characters, the whole formula is highlighted and the wanted
13849  color is chosen in the 
13850 \family sans
13851 Text
13852 \begin_inset space ~
13853 \end_inset
13854
13855 Style
13856 \family default
13857  dialog.
13858  The dialog can be called with the toolbar button 
13859 \begin_inset Graphics
13860         filename ../images/dialog-show_character.png
13861         scale 85
13862
13863 \end_inset
13864
13865  or the menu 
13866 \family sans
13867 Edit\SpecialChar \menuseparator
13868 Text
13869 \begin_inset space ~
13870 \end_inset
13871
13872 Style\SpecialChar \menuseparator
13873 Customized
13874 \family default
13875 .
13876  The formula number has then the same color as the formula.
13877  When the formula number should get another color than the formula characters,
13878  the color must be changed within the formula.
13879 \end_layout
13880
13881 \begin_layout Standard
13882 An example:
13883 \end_layout
13884
13885 \begin_layout Standard
13886
13887 \color red
13888 \begin_inset Formula \begin{equation}
13889 \int A=B\label{eq:red}\end{equation}
13890
13891 \end_inset
13892
13893
13894 \color green
13895
13896 \begin_inset Formula \begin{equation}
13897 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13898
13899 \end_inset
13900
13901
13902 \end_layout
13903
13904 \begin_layout Standard
13905 Formula 
13906 \begin_inset CommandInset ref
13907 LatexCommand eqref
13908 reference "eq:red"
13909
13910 \end_inset
13911
13912  is completely colored red.
13913 \begin_inset Newline newline
13914 \end_inset
13915
13916 Formula 
13917 \begin_inset CommandInset ref
13918 LatexCommand eqref
13919 reference "eq:redgreen"
13920
13921 \end_inset
13922
13923  was first completely colored green to set the color for the formula number.
13924  Subsequently the formula characters were colored red.
13925 \end_layout
13926
13927 \begin_layout Standard
13928 \begin_inset VSpace bigskip
13929 \end_inset
13930
13931 To color the frame different than the rest of the box, the command 
13932 \series bold
13933
13934 \backslash
13935 fcolorbox
13936 \series default
13937
13938 \begin_inset Index
13939 status collapsed
13940
13941 \begin_layout Plain Layout
13942 Commands ! F ! 
13943 \backslash
13944 fcolorbox
13945 \end_layout
13946
13947 \end_inset
13948
13949  is used in the following scheme:
13950 \end_layout
13951
13952 \begin_layout Standard
13953
13954 \series bold
13955
13956 \backslash
13957 fcolorbox{frame color}{color}{box content}
13958 \end_layout
13959
13960 \begin_layout Standard
13961 So 
13962 \series bold
13963
13964 \backslash
13965 fcolorbox
13966 \series default
13967  is an extension of the command 
13968 \series bold
13969
13970 \backslash
13971 colorbox
13972 \series default
13973 .
13974  The frame width is set, like for 
13975 \series bold
13976
13977 \backslash
13978 framebox
13979 \series default
13980 , with 
13981 \series bold
13982
13983 \backslash
13984 fboxrule
13985 \series default
13986  and 
13987 \series bold
13988
13989 \backslash
13990 fboxsep
13991 \series default
13992 .
13993  An example:
13994 \begin_inset ERT
13995 status collapsed
13996
13997 \begin_layout Plain Layout
13998
13999
14000 \backslash
14001 fboxrule 1mm 
14002 \backslash
14003 fboxsep 1mm
14004 \end_layout
14005
14006 \end_inset
14007
14008
14009 \begin_inset Formula \[
14010 \fcolorbox{cyan}{magenta}{A=B}\]
14011
14012 \end_inset
14013
14014
14015 \begin_inset ERT
14016 status collapsed
14017
14018 \begin_layout Plain Layout
14019
14020
14021 \backslash
14022 fboxrule 0.4pt 
14023 \backslash
14024 fboxsep 3pt
14025 \end_layout
14026
14027 \end_inset
14028
14029
14030 \end_layout
14031
14032 \begin_layout Standard
14033 This formula was created with the command
14034 \begin_inset Newline newline
14035 \end_inset
14036
14037
14038 \series bold
14039
14040 \backslash
14041 fcolorbox{cyan
14042 \begin_inset Formula $\to$
14043 \end_inset
14044
14045
14046 \backslash
14047 {magenta
14048 \begin_inset Formula $\to$
14049 \end_inset
14050
14051
14052 \backslash
14053 {A=B
14054 \series default
14055 .
14056 \end_layout
14057
14058 \begin_layout Standard
14059 \begin_inset VSpace bigskip
14060 \end_inset
14061
14062 To use other colors than the predefined ones, they have to be defined first.
14063 \end_layout
14064
14065 \begin_layout Standard
14066 One can for example define the color 
14067 \begin_inset Quotes eld
14068 \end_inset
14069
14070
14071 \series bold
14072 darkgreen
14073 \series default
14074
14075 \begin_inset Quotes erd
14076 \end_inset
14077
14078  with the LaTeX-preamble line:
14079 \end_layout
14080
14081 \begin_layout Standard
14082
14083 \series bold
14084
14085 \backslash
14086 definecolor{darkgreen}{cmyk}{0.5,
14087 \series default
14088  
14089 \series bold
14090 0,
14091 \series default
14092  
14093 \series bold
14094 1,
14095 \series default
14096  
14097 \series bold
14098 0.5}
14099 \series default
14100
14101 \begin_inset Index
14102 status collapsed
14103
14104 \begin_layout Plain Layout
14105 Commands ! D ! 
14106 \backslash
14107 definecolor
14108 \end_layout
14109
14110 \end_inset
14111
14112
14113 \end_layout
14114
14115 \begin_layout Standard
14116
14117 \series bold
14118 cmyk
14119 \series default
14120  is the color space that denotes the colors 
14121 \series bold
14122 cyan
14123 \series default
14124
14125 \series bold
14126 magenta
14127 \series default
14128
14129 \series bold
14130 yellow
14131 \series default
14132 , and 
14133 \series bold
14134 black
14135 \series default
14136 .
14137  The four comma separated numbers are the portion factor for the corresponding
14138  colors of the color space.
14139  The factors can be in the range of 0
14140 \begin_inset space \thinspace{}
14141 \end_inset
14142
14143 -
14144 \begin_inset space \thinspace{}
14145 \end_inset
14146
14147 1.
14148  Instead of 
14149 \series bold
14150 cmyk
14151 \series default
14152  also the color space 
14153 \series bold
14154 rgb
14155 \series default
14156  can be used for definitions.
14157  
14158 \series bold
14159 rgb
14160 \series default
14161  denotes 
14162 \series bold
14163 red
14164 \series default
14165
14166 \series bold
14167 green
14168 \series default
14169 , and 
14170 \series bold
14171 blue
14172 \series default
14173 , so that there are in this case three portion factors for the corresponding
14174  colors.
14175  Furthermore there is the color space 
14176 \series bold
14177 gray
14178 \series default
14179  with one portion factor for the gray value.
14180 \end_layout
14181
14182 \begin_layout Standard
14183 As example a framed box with the new defined color 
14184 \series bold
14185 darkgreen
14186 \series default
14187  where the characters have been colored 
14188 \series bold
14189 yellow
14190 \series default
14191 :
14192 \begin_inset Formula \begin{equation}
14193 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14194
14195 \end_inset
14196
14197
14198 \end_layout
14199
14200 \begin_layout Standard
14201 Self-defined colors can also be used for text with the help of the command
14202  
14203 \series bold
14204
14205 \backslash
14206 textcolor
14207 \series default
14208 :
14209 \begin_inset Index
14210 status collapsed
14211
14212 \begin_layout Plain Layout
14213 Text ! colored
14214 \end_layout
14215
14216 \end_inset
14217
14218
14219 \end_layout
14220
14221 \begin_layout Standard
14222 \begin_inset ERT
14223 status collapsed
14224
14225 \begin_layout Plain Layout
14226
14227
14228 \backslash
14229 textcolor{darkgreen}{
14230 \end_layout
14231
14232 \end_inset
14233
14234 This sentence is 
14235 \begin_inset Quotes eld
14236 \end_inset
14237
14238 darkgreen
14239 \begin_inset Quotes erd
14240 \end_inset
14241
14242 .
14243 \begin_inset ERT
14244 status collapsed
14245
14246 \begin_layout Plain Layout
14247
14248 }
14249 \end_layout
14250
14251 \end_inset
14252
14253
14254 \end_layout
14255
14256 \begin_layout Standard
14257
14258 \series bold
14259
14260 \backslash
14261 textcolor
14262 \series default
14263
14264 \begin_inset Index
14265 status collapsed
14266
14267 \begin_layout Plain Layout
14268 Commands ! T ! 
14269 \backslash
14270 textcolor
14271 \end_layout
14272
14273 \end_inset
14274
14275  is used in the scheme 
14276 \series bold
14277
14278 \backslash
14279 textcolor{color}{characters to color}
14280 \series default
14281 .
14282 \end_layout
14283
14284 \begin_layout Subsection
14285 Paragraph Boxes
14286 \begin_inset CommandInset label
14287 LatexCommand label
14288 name "sub:Paragraph-Boxes"
14289
14290 \end_inset
14291
14292
14293 \begin_inset Index
14294 status collapsed
14295
14296 \begin_layout Plain Layout
14297 Boxes ! as paragraph
14298 \end_layout
14299
14300 \end_inset
14301
14302
14303 \end_layout
14304
14305 \begin_layout Standard
14306 A box that can contain several lines and paragraphs, a so called paragraph
14307  box (parbox), can be created with the menu 
14308 \family sans
14309 Insert\SpecialChar \menuseparator
14310 Box
14311 \family default
14312  or the toolbar button 
14313 \begin_inset Graphics
14314         filename ../images/box-insert.png
14315         scale 85
14316
14317 \end_inset
14318
14319 .
14320 \end_layout
14321
14322 \begin_layout Standard
14323 The following example shows a framed parbox in a line:
14324 \end_layout
14325
14326 \begin_layout Standard
14327 \begin_inset VSpace medskip
14328 \end_inset
14329
14330 This is a line 
14331 \begin_inset Box Boxed
14332 position "c"
14333 hor_pos "c"
14334 has_inner_box 1
14335 inner_pos "t"
14336 use_parbox 1
14337 width "5cm"
14338 special "none"
14339 height "1in"
14340 height_special "totalheight"
14341 status open
14342
14343 \begin_layout Plain Layout
14344 This is a paragraph box.
14345  It is exactly 5
14346 \begin_inset space \thinspace{}
14347 \end_inset
14348
14349 cm long and can also contain formulas: 
14350 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14351 \end_inset
14352
14353
14354 \end_layout
14355
14356 \end_inset
14357
14358  with a parbox.
14359 \end_layout
14360
14361 \begin_layout Standard
14362 \begin_inset VSpace medskip
14363 \end_inset
14364
14365
14366 \end_layout
14367
14368 \begin_layout Standard
14369 Such a box is created by right-clicking on the gray box inset.
14370  A dialog pops up showing the box properties.
14371  In our case set: 
14372 \emph on
14373 Decoration
14374 \emph default
14375 : Recangular box, 
14376 \emph on
14377 Inner Box
14378 \emph default
14379 : Parbox, 
14380 \emph on
14381 Width
14382 \emph default
14383 : 5
14384 \begin_inset space \thinspace{}
14385 \end_inset
14386
14387 cm, 
14388 \emph on
14389 Vertical Box Alignment
14390 \emph default
14391 : Middle
14392 \end_layout
14393
14394 \begin_layout Standard
14395 \begin_inset VSpace medskip
14396 \end_inset
14397
14398 In LaTeX a parbox is created with the command 
14399 \series bold
14400
14401 \backslash
14402 parbox
14403 \series default
14404
14405 \begin_inset Index
14406 status collapsed
14407
14408 \begin_layout Plain Layout
14409 Commands ! P ! 
14410 \backslash
14411 parbox
14412 \end_layout
14413
14414 \end_inset
14415
14416  that has the following scheme:
14417 \end_layout
14418
14419 \begin_layout Standard
14420
14421 \series bold
14422
14423 \backslash
14424 parbox[position]{width}{box content}
14425 \end_layout
14426
14427 \begin_layout Standard
14428 The positions 
14429 \emph on
14430 b
14431 \emph default
14432  and 
14433 \emph on
14434 t
14435 \emph default
14436  are possible.
14437  
14438 \emph on
14439 b
14440 \emph default
14441  for bottom means that the box is aligned within the surrounding text with
14442  its last line.
14443  With 
14444 \emph on
14445 t
14446 \emph default
14447  for top this is done with the first line.
14448  When no position is given, the box will be vertically centered, see section
14449  
14450 \emph on
14451 Boxes
14452 \emph default
14453  of the 
14454 \emph on
14455 Embedded
14456 \begin_inset space ~
14457 \end_inset
14458
14459 Objects
14460 \emph default
14461  manual for examples.
14462 \end_layout
14463
14464 \begin_layout Standard
14465 \begin_inset VSpace bigskip
14466 \end_inset
14467
14468 To frame formulas completely, including the formula number, the formula
14469  must be set into a parbox.
14470  To do this, the command 
14471 \series bold
14472
14473 \backslash
14474 fbox{
14475 \backslash
14476 parbox{
14477 \backslash
14478 linewidth-2
14479 \backslash
14480 fboxsep-2
14481 \backslash
14482 fboxrule}{
14483 \series default
14484  is inserted in TeX-mode before the formula.
14485  
14486 \series bold
14487
14488 \backslash
14489 linewidth
14490 \begin_inset Index
14491 status collapsed
14492
14493 \begin_layout Plain Layout
14494 Commands ! L ! 
14495 \backslash
14496 linewidth
14497 \end_layout
14498
14499 \end_inset
14500
14501
14502 \series default
14503  is hereby the line width set for the document.
14504  Because the frame is outside the parbox, 2
14505 \begin_inset space \thinspace{}
14506 \end_inset
14507
14508 times the frame separation and the frame thickness must be subtracted from
14509  the line width.
14510  As this is not automatically done by LyX due to a bug
14511 \begin_inset Foot
14512 status collapsed
14513
14514 \begin_layout Plain Layout
14515 \begin_inset CommandInset href
14516 LatexCommand href
14517 name "LyX-bug #4483"
14518 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14519
14520 \end_inset
14521
14522
14523 \end_layout
14524
14525 \end_inset
14526
14527 , TeX-mode has to be used.
14528  To be able to multiply and subtract in arguments, the LaTeX-package 
14529 \series bold
14530 calc
14531 \series default
14532
14533 \begin_inset Foot
14534 status collapsed
14535
14536 \begin_layout Plain Layout
14537
14538 \series bold
14539 calc
14540 \series default
14541  is part of every LaTeX standard installation.
14542 \end_layout
14543
14544 \end_inset
14545
14546
14547 \begin_inset Index
14548 status collapsed
14549
14550 \begin_layout Plain Layout
14551 Packages ! calc
14552 \end_layout
14553
14554 \end_inset
14555
14556  must be loaded in the LaTeX-preamble with the line
14557 \end_layout
14558
14559 \begin_layout Standard
14560
14561 \series bold
14562
14563 \backslash
14564 usepackage{calc}
14565 \end_layout
14566
14567 \begin_layout Standard
14568 Behind the formula both boxes are closed by entering 
14569 \series bold
14570 }}
14571 \series default
14572  in TeX-mode.
14573  Here is an example:
14574 \begin_inset ERT
14575 status collapsed
14576
14577 \begin_layout Plain Layout
14578
14579
14580 \backslash
14581 fboxsep 5mm 
14582 \backslash
14583 fboxrule 5mm
14584 \end_layout
14585
14586 \end_inset
14587
14588
14589 \end_layout
14590
14591 \begin_layout Standard
14592 \begin_inset ERT
14593 status collapsed
14594
14595 \begin_layout Plain Layout
14596
14597
14598 \backslash
14599 fbox{
14600 \backslash
14601 parbox{
14602 \backslash
14603 linewidth-2
14604 \backslash
14605 fboxsep-2
14606 \backslash
14607 fboxrule}{
14608 \end_layout
14609
14610 \end_inset
14611
14612
14613 \begin_inset Formula \begin{equation}
14614 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14615
14616 \end_inset
14617
14618
14619 \begin_inset ERT
14620 status collapsed
14621
14622 \begin_layout Plain Layout
14623
14624 }}
14625 \end_layout
14626
14627 \end_inset
14628
14629
14630 \begin_inset ERT
14631 status collapsed
14632
14633 \begin_layout Plain Layout
14634
14635
14636 \backslash
14637 fboxrule 0.4pt 
14638 \backslash
14639 fboxsep 3pt
14640 \end_layout
14641
14642 \end_inset
14643
14644
14645 \end_layout
14646
14647 \begin_layout Standard
14648 \begin_inset VSpace medskip
14649 \end_inset
14650
14651 As a parbox is used as argument of 
14652 \series bold
14653
14654 \backslash
14655 fbox
14656 \series default
14657 , there is in this case no difference between 
14658 \series bold
14659
14660 \backslash
14661 fbox
14662 \series default
14663  and 
14664 \series bold
14665
14666 \backslash
14667 boxed
14668 \series default
14669 .
14670 \end_layout
14671
14672 \begin_layout Standard
14673 \begin_inset VSpace bigskip
14674 \end_inset
14675
14676 Paragraph boxes are very useful to comment formulas directly.
14677  To do this, 
14678 \series bold
14679
14680 \backslash
14681 parbox
14682 \series default
14683  is used in combination with the command 
14684 \series bold
14685
14686 \backslash
14687 tag
14688 \series default
14689 .
14690  (more about 
14691 \series bold
14692
14693 \backslash
14694 tag
14695 \series default
14696  see 
14697 \begin_inset CommandInset ref
14698 LatexCommand ref
14699 reference "sub:User-defined-Numbering"
14700
14701 \end_inset
14702
14703 )
14704 \end_layout
14705
14706 \begin_layout Standard
14707 An example of a formula commented with 
14708 \series bold
14709
14710 \backslash
14711 parbox
14712 \series default
14713 :
14714 \end_layout
14715
14716 \begin_layout Standard
14717 \begin_inset ERT
14718 status collapsed
14719
14720 \begin_layout Plain Layout
14721
14722
14723 \backslash
14724 [5x-7b=3b
14725 \backslash
14726 tag*{
14727 \backslash
14728 parbox{5cm}{
14729 \end_layout
14730
14731 \end_inset
14732
14733 This is a description.
14734  It is distinctly separated from the formula and multiline.
14735 \begin_inset ERT
14736 status collapsed
14737
14738 \begin_layout Plain Layout
14739
14740 }}
14741 \backslash
14742 ]
14743 \end_layout
14744
14745 \end_inset
14746
14747
14748 \end_layout
14749
14750 \begin_layout Standard
14751 Such a formula must be inserted completely in TeX-mode because LyX does
14752  not yet support the command 
14753 \series bold
14754
14755 \backslash
14756 parbox
14757 \series default
14758  in formulas.
14759  The formula is created with the following command sequence:
14760 \end_layout
14761
14762 \begin_layout Standard
14763 The command 
14764 \series bold
14765
14766 \backslash
14767 [5x-7b=3b
14768 \backslash
14769 tag*
14770 \backslash
14771 {
14772 \backslash
14773 parbox{5cm}{
14774 \series default
14775  is inserted in TeX-mode.
14776 \begin_inset Foot
14777 status collapsed
14778
14779 \begin_layout Plain Layout
14780 When the formula style 
14781 \series bold
14782 Indented
14783 \series default
14784  is used, 
14785 \series bold
14786
14787 \backslash
14788 tag*
14789 \backslash
14790 {
14791 \series default
14792  can also be replaced by 
14793 \series bold
14794
14795 \backslash
14796 hfill
14797 \series default
14798 .
14799  (formula styles see 
14800 \begin_inset CommandInset ref
14801 LatexCommand ref
14802 reference "sec:Formula-Styles"
14803
14804 \end_inset
14805
14806 )
14807 \end_layout
14808
14809 \end_inset
14810
14811  Then the description follows as normal text, and finally 
14812 \series bold
14813 }}
14814 \backslash
14815 ]
14816 \series default
14817  is inserted in TeX-mode.
14818  The commands 
14819 \series bold
14820
14821 \backslash
14822 [
14823 \series default
14824  and 
14825 \series bold
14826
14827 \backslash
14828 ]
14829 \series default
14830  hereby create a displayed formula.
14831 \end_layout
14832
14833 \begin_layout Standard
14834 The advantages of 
14835 \series bold
14836
14837 \backslash
14838 parbox
14839 \series default
14840  can be seen in this example that was 
14841 \begin_inset Quotes eld
14842 \end_inset
14843
14844 commented
14845 \begin_inset Quotes erd
14846 \end_inset
14847
14848  using the mathematical textmode:
14849 \begin_inset Formula \[
14850 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14851
14852 \end_inset
14853
14854
14855 \end_layout
14856
14857 \begin_layout Section
14858 Operators
14859 \begin_inset Index
14860 status collapsed
14861
14862 \begin_layout Plain Layout
14863 Operators
14864 \end_layout
14865
14866 \end_inset
14867
14868
14869 \end_layout
14870
14871 \begin_layout Subsection
14872 Big Operators
14873 \begin_inset CommandInset label
14874 LatexCommand label
14875 name "sub:Big-Operators"
14876
14877 \end_inset
14878
14879
14880 \begin_inset Index
14881 status collapsed
14882
14883 \begin_layout Plain Layout
14884 Operators ! big
14885 \end_layout
14886
14887 \end_inset
14888
14889
14890 \begin_inset Index
14891 status collapsed
14892
14893 \begin_layout Plain Layout
14894 Sums
14895 \end_layout
14896
14897 \end_inset
14898
14899
14900 \begin_inset Index
14901 status collapsed
14902
14903 \begin_layout Plain Layout
14904 Integrals
14905 \end_layout
14906
14907 \end_inset
14908
14909
14910 \end_layout
14911
14912 \begin_layout Standard
14913 To be able to use all integral operators listed here, the option 
14914 \family sans
14915 Use esint package automatically
14916 \family default
14917  must be set in the document settings under 
14918 \family sans
14919 Math
14920 \begin_inset space ~
14921 \end_inset
14922
14923 Options
14924 \family default
14925 .
14926 \end_layout
14927
14928 \begin_layout Standard
14929 \begin_inset space \hfill{}
14930 \end_inset
14931
14932
14933 \begin_inset Tabular
14934 <lyxtabular version="3" rows="11" columns="2">
14935 <features>
14936 <column alignment="center" valignment="top" width="0pt">
14937 <column alignment="center" valignment="top" width="0pt">
14938 <row>
14939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14940 \begin_inset Text
14941
14942 \begin_layout Plain Layout
14943 Command
14944 \end_layout
14945
14946 \end_inset
14947 </cell>
14948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14949 \begin_inset Text
14950
14951 \begin_layout Plain Layout
14952 Result
14953 \end_layout
14954
14955 \end_inset
14956 </cell>
14957 </row>
14958 <row>
14959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Plain Layout
14963
14964 \backslash
14965 int
14966 \begin_inset Index
14967 status collapsed
14968
14969 \begin_layout Plain Layout
14970 Commands ! I ! 
14971 \backslash
14972 int
14973 \end_layout
14974
14975 \end_inset
14976
14977
14978 \end_layout
14979
14980 \end_inset
14981 </cell>
14982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14983 \begin_inset Text
14984
14985 \begin_layout Plain Layout
14986 \begin_inset Formula $\int$
14987 \end_inset
14988
14989
14990 \end_layout
14991
14992 \end_inset
14993 </cell>
14994 </row>
14995 <row>
14996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14997 \begin_inset Text
14998
14999 \begin_layout Plain Layout
15000
15001 \backslash
15002 oint
15003 \end_layout
15004
15005 \end_inset
15006 </cell>
15007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15008 \begin_inset Text
15009
15010 \begin_layout Plain Layout
15011 \begin_inset Formula $\oint$
15012 \end_inset
15013
15014
15015 \end_layout
15016
15017 \end_inset
15018 </cell>
15019 </row>
15020 <row>
15021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Plain Layout
15025
15026 \backslash
15027 ointctrclockwise
15028 \end_layout
15029
15030 \end_inset
15031 </cell>
15032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15033 \begin_inset Text
15034
15035 \begin_layout Plain Layout
15036 \begin_inset Formula $\ointctrclockwise$
15037 \end_inset
15038
15039
15040 \end_layout
15041
15042 \end_inset
15043 </cell>
15044 </row>
15045 <row>
15046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15047 \begin_inset Text
15048
15049 \begin_layout Plain Layout
15050
15051 \backslash
15052 ointclockwise
15053 \end_layout
15054
15055 \end_inset
15056 </cell>
15057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15058 \begin_inset Text
15059
15060 \begin_layout Plain Layout
15061 \begin_inset Formula $\ointclockwise$
15062 \end_inset
15063
15064
15065 \end_layout
15066
15067 \end_inset
15068 </cell>
15069 </row>
15070 <row>
15071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15072 \begin_inset Text
15073
15074 \begin_layout Plain Layout
15075
15076 \backslash
15077 sqint
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Plain Layout
15086 \begin_inset Formula $\sqint$
15087 \end_inset
15088
15089
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 </row>
15095 <row>
15096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15097 \begin_inset Text
15098
15099 \begin_layout Plain Layout
15100
15101 \backslash
15102 fint
15103 \end_layout
15104
15105 \end_inset
15106 </cell>
15107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15108 \begin_inset Text
15109
15110 \begin_layout Plain Layout
15111  
15112 \begin_inset Formula $\fint$
15113 \end_inset
15114
15115
15116 \end_layout
15117
15118 \end_inset
15119 </cell>
15120 </row>
15121 <row>
15122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15123 \begin_inset Text
15124
15125 \begin_layout Plain Layout
15126
15127 \backslash
15128 landupint
15129 \end_layout
15130
15131 \end_inset
15132 </cell>
15133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15134 \begin_inset Text
15135
15136 \begin_layout Plain Layout
15137  
15138 \begin_inset Formula $\landupint$
15139 \end_inset
15140
15141
15142 \end_layout
15143
15144 \end_inset
15145 </cell>
15146 </row>
15147 <row>
15148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Plain Layout
15152
15153 \backslash
15154 landdownint
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163  
15164 \begin_inset Formula $\landdownint$
15165 \end_inset
15166
15167
15168 \end_layout
15169
15170 \end_inset
15171 </cell>
15172 </row>
15173 <row>
15174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15175 \begin_inset Text
15176
15177 \begin_layout Plain Layout
15178
15179 \backslash
15180 bigcap
15181 \end_layout
15182
15183 \end_inset
15184 </cell>
15185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15186 \begin_inset Text
15187
15188 \begin_layout Plain Layout
15189 \begin_inset Formula $\bigcap$
15190 \end_inset
15191
15192
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 </row>
15198 <row>
15199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15200 \begin_inset Text
15201
15202 \begin_layout Plain Layout
15203
15204 \backslash
15205 bigcup
15206 \end_layout
15207
15208 \end_inset
15209 </cell>
15210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15211 \begin_inset Text
15212
15213 \begin_layout Plain Layout
15214 \begin_inset Formula $\bigcup$
15215 \end_inset
15216
15217
15218 \end_layout
15219
15220 \end_inset
15221 </cell>
15222 </row>
15223 </lyxtabular>
15224
15225 \end_inset
15226
15227
15228 \begin_inset space \hfill{}
15229 \end_inset
15230
15231
15232 \begin_inset Tabular
15233 <lyxtabular version="3" rows="11" columns="2">
15234 <features>
15235 <column alignment="center" valignment="top" width="0pt">
15236 <column alignment="center" valignment="top" width="0pt">
15237 <row>
15238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15239 \begin_inset Text
15240
15241 \begin_layout Plain Layout
15242 Command
15243 \end_layout
15244
15245 \end_inset
15246 </cell>
15247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15248 \begin_inset Text
15249
15250 \begin_layout Plain Layout
15251 Result
15252 \end_layout
15253
15254 \end_inset
15255 </cell>
15256 </row>
15257 <row>
15258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15259 \begin_inset Text
15260
15261 \begin_layout Plain Layout
15262
15263 \backslash
15264 sum
15265 \begin_inset Index
15266 status collapsed
15267
15268 \begin_layout Plain Layout
15269 Commands ! S ! 
15270 \backslash
15271 sum
15272 \end_layout
15273
15274 \end_inset
15275
15276
15277 \end_layout
15278
15279 \end_inset
15280 </cell>
15281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15282 \begin_inset Text
15283
15284 \begin_layout Plain Layout
15285 \begin_inset Formula $\sum$
15286 \end_inset
15287
15288
15289 \end_layout
15290
15291 \end_inset
15292 </cell>
15293 </row>
15294 <row>
15295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15296 \begin_inset Text
15297
15298 \begin_layout Plain Layout
15299
15300 \backslash
15301 prod
15302 \begin_inset Index
15303 status collapsed
15304
15305 \begin_layout Plain Layout
15306 Commands ! P ! 
15307 \backslash
15308 prod
15309 \end_layout
15310
15311 \end_inset
15312
15313
15314 \end_layout
15315
15316 \end_inset
15317 </cell>
15318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15319 \begin_inset Text
15320
15321 \begin_layout Plain Layout
15322 \begin_inset Formula $\prod$
15323 \end_inset
15324
15325
15326 \end_layout
15327
15328 \end_inset
15329 </cell>
15330 </row>
15331 <row>
15332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15333 \begin_inset Text
15334
15335 \begin_layout Plain Layout
15336
15337 \backslash
15338 coprod
15339 \end_layout
15340
15341 \end_inset
15342 </cell>
15343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15344 \begin_inset Text
15345
15346 \begin_layout Plain Layout
15347 \begin_inset Formula $\coprod$
15348 \end_inset
15349
15350
15351 \end_layout
15352
15353 \end_inset
15354 </cell>
15355 </row>
15356 <row>
15357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15358 \begin_inset Text
15359
15360 \begin_layout Plain Layout
15361
15362 \backslash
15363 bigodot
15364 \end_layout
15365
15366 \end_inset
15367 </cell>
15368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15369 \begin_inset Text
15370
15371 \begin_layout Plain Layout
15372 \begin_inset Formula $\bigodot$
15373 \end_inset
15374
15375
15376 \end_layout
15377
15378 \end_inset
15379 </cell>
15380 </row>
15381 <row>
15382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15383 \begin_inset Text
15384
15385 \begin_layout Plain Layout
15386
15387 \backslash
15388 bigotimes
15389 \end_layout
15390
15391 \end_inset
15392 </cell>
15393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15394 \begin_inset Text
15395
15396 \begin_layout Plain Layout
15397 \begin_inset Formula $\bigotimes$
15398 \end_inset
15399
15400
15401 \end_layout
15402
15403 \end_inset
15404 </cell>
15405 </row>
15406 <row>
15407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15408 \begin_inset Text
15409
15410 \begin_layout Plain Layout
15411
15412 \backslash
15413 bigoplus
15414 \end_layout
15415
15416 \end_inset
15417 </cell>
15418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15419 \begin_inset Text
15420
15421 \begin_layout Plain Layout
15422 \begin_inset Formula $\bigoplus$
15423 \end_inset
15424
15425
15426 \end_layout
15427
15428 \end_inset
15429 </cell>
15430 </row>
15431 <row>
15432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15433 \begin_inset Text
15434
15435 \begin_layout Plain Layout
15436
15437 \backslash
15438 bigwedge
15439 \end_layout
15440
15441 \end_inset
15442 </cell>
15443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15444 \begin_inset Text
15445
15446 \begin_layout Plain Layout
15447 \begin_inset Formula $\bigwedge$
15448 \end_inset
15449
15450
15451 \end_layout
15452
15453 \end_inset
15454 </cell>
15455 </row>
15456 <row>
15457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15458 \begin_inset Text
15459
15460 \begin_layout Plain Layout
15461
15462 \backslash
15463 bigvee
15464 \end_layout
15465
15466 \end_inset
15467 </cell>
15468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15469 \begin_inset Text
15470
15471 \begin_layout Plain Layout
15472 \begin_inset Formula $\bigvee$
15473 \end_inset
15474
15475
15476 \end_layout
15477
15478 \end_inset
15479 </cell>
15480 </row>
15481 <row>
15482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486
15487 \backslash
15488 bigsqcup
15489 \end_layout
15490
15491 \end_inset
15492 </cell>
15493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Plain Layout
15497 \begin_inset Formula $\bigsqcup$
15498 \end_inset
15499
15500
15501 \end_layout
15502
15503 \end_inset
15504 </cell>
15505 </row>
15506 <row>
15507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15508 \begin_inset Text
15509
15510 \begin_layout Plain Layout
15511
15512 \backslash
15513 biguplus
15514 \end_layout
15515
15516 \end_inset
15517 </cell>
15518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15519 \begin_inset Text
15520
15521 \begin_layout Plain Layout
15522 \begin_inset Formula $\biguplus$
15523 \end_inset
15524
15525
15526 \end_layout
15527
15528 \end_inset
15529 </cell>
15530 </row>
15531 </lyxtabular>
15532
15533 \end_inset
15534
15535
15536 \begin_inset space \hfill{}
15537 \end_inset
15538
15539
15540 \end_layout
15541
15542 \begin_layout Standard
15543 All big operators can also be inserted via the math toolbar button 
15544 \begin_inset Graphics
15545         filename ../images/math/intop.png
15546         scale 85
15547
15548 \end_inset
15549
15550 .
15551 \end_layout
15552
15553 \begin_layout Standard
15554 The operators are called big because they are bigger than the sometimes
15555  equal looking binary operators.
15556  All big operators can have limits as described in the next subsection.
15557 \end_layout
15558
15559 \begin_layout Standard
15560 For all integral operators there is a second version available, ending on
15561  
15562 \series bold
15563 op
15564 \series default
15565
15566 \series bold
15567
15568 \backslash
15569 intop
15570 \series default
15571
15572 \series bold
15573
15574 \backslash
15575 ointop
15576 \series default
15577  etc..
15578  These operators are different from 
15579 \series bold
15580
15581 \backslash
15582 int
15583 \series default
15584  etc.
15585 \begin_inset space \space{}
15586 \end_inset
15587
15588 in the style the operator limits are displayed, see 
15589 \begin_inset CommandInset ref
15590 LatexCommand ref
15591 reference "sub:Operator-Limits"
15592
15593 \end_inset
15594
15595 .
15596  
15597 \end_layout
15598
15599 \begin_layout Subsubsection*
15600 Advices for Integrals
15601 \end_layout
15602
15603 \begin_layout Standard
15604 The letter 
15605 \emph on
15606 d
15607 \emph default
15608  in an integral is an operator, that therefore has to be set upright.
15609  This is done by highlighting the 
15610 \emph on
15611 d
15612 \emph default
15613  and using the keyboard shortcut 
15614 \begin_inset Info
15615 type  "shortcut"
15616 arg   "font-roman"
15617 \end_inset
15618
15619
15620 \begin_inset Foot
15621 status collapsed
15622
15623 \begin_layout Plain Layout
15624 Font styles
15625 \series bold
15626  
15627 \series default
15628 see 
15629 \begin_inset CommandInset ref
15630 LatexCommand ref
15631 reference "sub:Font-Styles"
15632
15633 \end_inset
15634
15635
15636 \end_layout
15637
15638 \end_inset
15639
15640 .
15641  Finally the smallest space is inserted before the 
15642 \emph on
15643 d
15644 \emph default
15645 , as this is usual for operators.
15646  An example:
15647 \end_layout
15648
15649 \begin_layout Standard
15650 incorrect: 
15651 \begin_inset Formula $\int A(x)dx$
15652 \end_inset
15653
15654
15655 \begin_inset Newline newline
15656 \end_inset
15657
15658
15659 \begin_inset ERT
15660 status collapsed
15661
15662 \begin_layout Plain Layout
15663
15664
15665 \backslash
15666 hphantom{in}
15667 \end_layout
15668
15669 \end_inset
15670
15671 correct: 
15672 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15673 \end_inset
15674
15675
15676 \end_layout
15677
15678 \begin_layout Standard
15679 For multiple integrals there are the following commands:
15680 \begin_inset VSpace medskip
15681 \end_inset
15682
15683
15684 \end_layout
15685
15686 \begin_layout Standard
15687 \begin_inset space \hfill{}
15688 \end_inset
15689
15690
15691 \begin_inset Tabular
15692 <lyxtabular version="3" rows="4" columns="2">
15693 <features>
15694 <column alignment="center" valignment="top" width="0">
15695 <column alignment="center" valignment="top" width="0">
15696 <row>
15697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15698 \begin_inset Text
15699
15700 \begin_layout Plain Layout
15701 Command
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15707 \begin_inset Text
15708
15709 \begin_layout Plain Layout
15710 Result
15711 \begin_inset Note Note
15712 status collapsed
15713
15714 \begin_layout Plain Layout
15715
15716 \series bold
15717
15718 \backslash
15719 raisebox
15720 \series default
15721  is only used as spacer.
15722 \end_layout
15723
15724 \end_inset
15725
15726
15727 \end_layout
15728
15729 \end_inset
15730 </cell>
15731 </row>
15732 <row>
15733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15734 \begin_inset Text
15735
15736 \begin_layout Plain Layout
15737
15738 \backslash
15739 iint
15740 \end_layout
15741
15742 \end_inset
15743 </cell>
15744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15745 \begin_inset Text
15746
15747 \begin_layout Plain Layout
15748 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15749 \end_inset
15750
15751
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 </row>
15757 <row>
15758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15759 \begin_inset Text
15760
15761 \begin_layout Plain Layout
15762
15763 \backslash
15764 oiint
15765 \end_layout
15766
15767 \end_inset
15768 </cell>
15769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15770 \begin_inset Text
15771
15772 \begin_layout Plain Layout
15773 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15774 \end_inset
15775
15776
15777 \end_layout
15778
15779 \end_inset
15780 </cell>
15781 </row>
15782 <row>
15783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15784 \begin_inset Text
15785
15786 \begin_layout Plain Layout
15787
15788 \backslash
15789 sqiint
15790 \end_layout
15791
15792 \end_inset
15793 </cell>
15794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15795 \begin_inset Text
15796
15797 \begin_layout Plain Layout
15798 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15799 \end_inset
15800
15801
15802 \end_layout
15803
15804 \end_inset
15805 </cell>
15806 </row>
15807 </lyxtabular>
15808
15809 \end_inset
15810
15811
15812 \begin_inset space \hfill{}
15813 \end_inset
15814
15815
15816 \begin_inset Tabular
15817 <lyxtabular version="3" rows="4" columns="2">
15818 <features>
15819 <column alignment="center" valignment="top" width="0">
15820 <column alignment="center" valignment="top" width="0">
15821 <row>
15822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15823 \begin_inset Text
15824
15825 \begin_layout Plain Layout
15826 Command
15827 \end_layout
15828
15829 \end_inset
15830 </cell>
15831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15832 \begin_inset Text
15833
15834 \begin_layout Plain Layout
15835 Result
15836 \end_layout
15837
15838 \end_inset
15839 </cell>
15840 </row>
15841 <row>
15842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15843 \begin_inset Text
15844
15845 \begin_layout Plain Layout
15846
15847 \backslash
15848 iiint
15849 \end_layout
15850
15851 \end_inset
15852 </cell>
15853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Plain Layout
15857 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15858 \end_inset
15859
15860
15861 \end_layout
15862
15863 \end_inset
15864 </cell>
15865 </row>
15866 <row>
15867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Plain Layout
15871
15872 \backslash
15873 iiiint
15874 \end_layout
15875
15876 \end_inset
15877 </cell>
15878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15879 \begin_inset Text
15880
15881 \begin_layout Plain Layout
15882 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15883 \end_inset
15884
15885
15886 \end_layout
15887
15888 \end_inset
15889 </cell>
15890 </row>
15891 <row>
15892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15893 \begin_inset Text
15894
15895 \begin_layout Plain Layout
15896
15897 \backslash
15898 dotsint
15899 \end_layout
15900
15901 \end_inset
15902 </cell>
15903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15904 \begin_inset Text
15905
15906 \begin_layout Plain Layout
15907 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15908 \end_inset
15909
15910
15911 \end_layout
15912
15913 \end_inset
15914 </cell>
15915 </row>
15916 </lyxtabular>
15917
15918 \end_inset
15919
15920
15921 \begin_inset space \hfill{}
15922 \end_inset
15923
15924
15925 \end_layout
15926
15927 \begin_layout Subsection
15928 Operator Limits
15929 \begin_inset CommandInset label
15930 LatexCommand label
15931 name "sub:Operator-Limits"
15932
15933 \end_inset
15934
15935
15936 \begin_inset Index
15937 status collapsed
15938
15939 \begin_layout Plain Layout
15940 Operators ! Limits
15941 \end_layout
15942
15943 \end_inset
15944
15945
15946 \end_layout
15947
15948 \begin_layout Standard
15949 Limits are created by super- and subscripts:
15950 \end_layout
15951
15952 \begin_layout Standard
15953 \align center
15954 \begin_inset Tabular
15955 <lyxtabular version="3" rows="2" columns="2">
15956 <features>
15957 <column alignment="center" valignment="top" width="0pt">
15958 <column alignment="center" valignment="top" width="0pt">
15959 <row>
15960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15961 \begin_inset Text
15962
15963 \begin_layout Plain Layout
15964 Command
15965 \end_layout
15966
15967 \end_inset
15968 </cell>
15969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15970 \begin_inset Text
15971
15972 \begin_layout Plain Layout
15973 Result
15974 \begin_inset Note Note
15975 status collapsed
15976
15977 \begin_layout Plain Layout
15978
15979 \series bold
15980
15981 \backslash
15982 raisebox
15983 \series default
15984  is only used as spacer.
15985 \end_layout
15986
15987 \end_inset
15988
15989
15990 \end_layout
15991
15992 \end_inset
15993 </cell>
15994 </row>
15995 <row>
15996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15997 \begin_inset Text
15998
15999 \begin_layout Plain Layout
16000
16001 \backslash
16002 prod^
16003 \backslash
16004 infty
16005 \begin_inset ERT
16006 status collapsed
16007
16008 \begin_layout Plain Layout
16009
16010
16011 \backslash
16012 spce 
16013 \end_layout
16014
16015 \end_inset
16016
16017
16018 \begin_inset Formula $\to$
16019 \end_inset
16020
16021 _0
16022 \begin_inset Formula $\to$
16023 \end_inset
16024
16025 A(x)
16026 \end_layout
16027
16028 \end_inset
16029 </cell>
16030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16031 \begin_inset Text
16032
16033 \begin_layout Plain Layout
16034 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16035 \end_inset
16036
16037
16038 \end_layout
16039
16040 \end_inset
16041 </cell>
16042 </row>
16043 </lyxtabular>
16044
16045 \end_inset
16046
16047
16048 \end_layout
16049
16050 \begin_layout Standard
16051 Limits of inline formulas are set right beside the operator.
16052  Limits in displayed formulas are set above or below the operator, except
16053  for integral limits.
16054 \end_layout
16055
16056 \begin_layout Standard
16057 To force that the limits are set beside the operator, the cursor is set
16058  directly behind the operator and the limits type is changed with the menu
16059  
16060 \family sans
16061 Edit\SpecialChar \menuseparator
16062 Math\SpecialChar \menuseparator
16063 Change Limits Type
16064 \family default
16065  to 
16066 \family sans
16067 \series bold
16068 Inline
16069 \family default
16070 \series default
16071  (shortcut 
16072 \begin_inset Info
16073 type  "shortcut"
16074 arg   "math-limits"
16075 \end_inset
16076
16077 ).
16078  An example:
16079 \end_layout
16080
16081 \begin_layout Standard
16082 The default limits type is this:
16083 \begin_inset Formula \[
16084 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16085
16086 \end_inset
16087
16088 This is how it looks when the limits type was changed to 
16089 \family sans
16090 \series bold
16091 Inline
16092 \family default
16093 \series default
16094 :
16095 \begin_inset Formula \[
16096 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16097
16098 \end_inset
16099
16100 For integrals, except those ending with 
16101 \series bold
16102 op
16103 \series default
16104  like 
16105 \series bold
16106
16107 \backslash
16108 intop
16109 \series default
16110
16111 \series bold
16112
16113 \backslash
16114 ointop
16115 \series default
16116  etc., the limits are by default set beside the operator.
16117  But for multiple integrals the limits are often set below the operator.
16118  In the following example the limits type was therefore set to 
16119 \series bold
16120 Display
16121 \series default
16122  and so set below the integrals:
16123 \begin_inset Formula \begin{equation}
16124 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
16125
16126 \end_inset
16127
16128
16129 \end_layout
16130
16131 \begin_layout Standard
16132 \begin_inset VSpace medskip
16133 \end_inset
16134
16135 To specify conditions for limits, the commands 
16136 \series bold
16137
16138 \backslash
16139 subarray
16140 \series default
16141
16142 \begin_inset Index
16143 status collapsed
16144
16145 \begin_layout Plain Layout
16146 Commands ! S ! 
16147 \backslash
16148 subarray
16149 \end_layout
16150
16151 \end_inset
16152
16153  and 
16154 \series bold
16155
16156 \backslash
16157 substack
16158 \series default
16159
16160 \begin_inset Index
16161 status collapsed
16162
16163 \begin_layout Plain Layout
16164 Commands ! S ! 
16165 \backslash
16166 substack
16167 \end_layout
16168
16169 \end_inset
16170
16171  are used.
16172  To create for example this expression 
16173 \begin_inset Formula \begin{equation}
16174 \sum_{\begin{subarray}{c}
16175 0<k<1000\\
16176 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16177
16178 \end_inset
16179
16180
16181 \end_layout
16182
16183 \begin_layout Standard
16184 the following has to be done:
16185 \begin_inset Newline newline
16186 \end_inset
16187
16188 First the command 
16189 \series bold
16190
16191 \backslash
16192 sum
16193 \series default
16194 ^
16195 \series bold
16196 n
16197 \begin_inset ERT
16198 status collapsed
16199
16200 \begin_layout Plain Layout
16201
16202
16203 \backslash
16204 spce 
16205 \end_layout
16206
16207 \end_inset
16208
16209 _
16210 \series default
16211  is typed in.
16212  One is now in a blue box under the summation operator and insert there
16213  the command 
16214 \series bold
16215
16216 \backslash
16217 subarray
16218 \begin_inset ERT
16219 status collapsed
16220
16221 \begin_layout Plain Layout
16222
16223
16224 \backslash
16225 spce 
16226 \end_layout
16227
16228 \end_inset
16229
16230
16231 \series default
16232 .
16233  The blue box is now within a purple box and now several lines can be written
16234  among each other.
16235  A new line is created by inserting a line break (
16236 \begin_inset Info
16237 type  "shortcut"
16238 arg   "newline-insert newline"
16239 \end_inset
16240
16241 ).
16242  When now
16243 \begin_inset Newline newline
16244 \end_inset
16245
16246
16247 \series bold
16248 0<k<1000 Ctrl+Return
16249 \begin_inset Newline newline
16250 \end_inset
16251
16252
16253 \series default
16254 is typed in, a new box appears below for the new line.
16255 \end_layout
16256
16257 \begin_layout Standard
16258 The alignment of the lines can be changed to left aligned with the 
16259 \family sans
16260 table
16261 \family default
16262  
16263 \family sans
16264 toolbar
16265 \family default
16266  or the menu 
16267 \family sans
16268 Edit\SpecialChar \menuseparator
16269 Rows &Columns
16270 \family default
16271 .
16272  To get right alignment, 
16273 \series bold
16274
16275 \backslash
16276 hfill
16277 \begin_inset ERT
16278 status collapsed
16279
16280 \begin_layout Plain Layout
16281
16282
16283 \backslash
16284 spce 
16285 \end_layout
16286
16287 \end_inset
16288
16289
16290 \series default
16291  is inserted at the beginning of the line.
16292 \end_layout
16293
16294 \begin_layout Standard
16295 The command 
16296 \series bold
16297
16298 \backslash
16299 substack
16300 \series default
16301  is equivalent to 
16302 \series bold
16303
16304 \backslash
16305 subarray
16306 \series default
16307  with the difference that the lines are always centered.
16308 \end_layout
16309
16310 \begin_layout Standard
16311 \begin_inset VSpace bigskip
16312 \end_inset
16313
16314 Like in formula 
16315 \begin_inset CommandInset ref
16316 LatexCommand eqref
16317 reference "eq:substack"
16318
16319 \end_inset
16320
16321  there can be too much space beside an operator, because the characters
16322  following the operator are set beside the limits.
16323 \end_layout
16324
16325 \begin_layout Standard
16326 To avoid this, the following macro can be used in the LaTeX-preamble:
16327 \end_layout
16328
16329 \begin_layout Standard
16330
16331 \series bold
16332
16333 \backslash
16334 def
16335 \backslash
16336 clap#1{
16337 \backslash
16338 hbox to 0pt{
16339 \backslash
16340 hss #1
16341 \backslash
16342 hss}}
16343 \begin_inset Newline newline
16344 \end_inset
16345
16346
16347 \backslash
16348 def
16349 \backslash
16350 mathclap {
16351 \backslash
16352 mathpalette 
16353 \backslash
16354 mathclapinternal}
16355 \begin_inset Newline newline
16356 \end_inset
16357
16358
16359 \backslash
16360 def
16361 \backslash
16362 mathclapinternal #1#2{
16363 \backslash
16364 clap{$
16365 \backslash
16366 mathsurround =0pt #1{#2}$}}
16367 \end_layout
16368
16369 \begin_layout Standard
16370 This defines the command 
16371 \series bold
16372
16373 \backslash
16374 mathclap
16375 \series default
16376
16377 \begin_inset Index
16378 status collapsed
16379
16380 \begin_layout Plain Layout
16381 Commands ! M ! 
16382 \backslash
16383 mathclap
16384 \end_layout
16385
16386 \end_inset
16387
16388  that sets the width of the limit to 0
16389 \begin_inset space \thinspace{}
16390 \end_inset
16391
16392 pt.
16393  The command scheme is
16394 \end_layout
16395
16396 \begin_layout Standard
16397
16398 \series bold
16399
16400 \backslash
16401 mathclap{limit}
16402 \end_layout
16403
16404 \begin_layout Standard
16405 where the limit can consist of several conditions.
16406 \end_layout
16407
16408 \begin_layout Standard
16409 Applied on formula 
16410 \begin_inset CommandInset ref
16411 LatexCommand eqref
16412 reference "eq:substack"
16413
16414 \end_inset
16415
16416 , one uses the command
16417 \end_layout
16418
16419 \begin_layout Standard
16420
16421 \series bold
16422
16423 \backslash
16424 sum_
16425 \backslash
16426 mathclap{
16427 \backslash
16428 substack
16429 \begin_inset ERT
16430 status collapsed
16431
16432 \begin_layout Plain Layout
16433
16434
16435 \backslash
16436 spce 
16437 \end_layout
16438
16439 \end_inset
16440
16441 0<k<1000 Ctrl+Return
16442 \end_layout
16443
16444 \begin_layout Standard
16445 to create the lower limit.
16446  The summand is now directly behind the summation operator:
16447 \begin_inset Formula \[
16448 \sum_{\mathclap{\substack{0<k<1000\\
16449 \\k\,\in\,\mathbb{N}}
16450 }}^{n}k^{-2}\]
16451
16452 \end_inset
16453
16454
16455 \end_layout
16456
16457 \begin_layout Standard
16458 \begin_inset VSpace bigskip
16459 \end_inset
16460
16461 How to use one limit for several operators is described in 
16462 \begin_inset CommandInset ref
16463 LatexCommand ref
16464 reference "sub:Self-defined-Operators"
16465
16466 \end_inset
16467
16468 .
16469 \end_layout
16470
16471 \begin_layout Standard
16472 \begin_inset Newpage newpage
16473 \end_inset
16474
16475
16476 \end_layout
16477
16478 \begin_layout Subsection
16479 Binary Operators
16480 \begin_inset CommandInset label
16481 LatexCommand label
16482 name "sub:Binary-Operators"
16483
16484 \end_inset
16485
16486
16487 \begin_inset Index
16488 status collapsed
16489
16490 \begin_layout Plain Layout
16491 Operators ! binary
16492 \end_layout
16493
16494 \end_inset
16495
16496
16497 \end_layout
16498
16499 \begin_layout Standard
16500 Binary operators are surrounded by space when there is a character before
16501  and behind them.
16502 \begin_inset VSpace medskip
16503 \end_inset
16504
16505
16506 \end_layout
16507
16508 \begin_layout Standard
16509 \begin_inset space \hfill{}
16510 \end_inset
16511
16512
16513 \begin_inset Tabular
16514 <lyxtabular version="3" rows="13" columns="2">
16515 <features>
16516 <column alignment="center" valignment="top" width="0pt">
16517 <column alignment="center" valignment="top" width="0pt">
16518 <row>
16519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16520 \begin_inset Text
16521
16522 \begin_layout Plain Layout
16523 Command
16524 \begin_inset Note Note
16525 status collapsed
16526
16527 \begin_layout Plain Layout
16528
16529 \series bold
16530
16531 \backslash
16532 raisebox
16533 \series default
16534  is only used as spacer.
16535 \end_layout
16536
16537 \end_inset
16538
16539
16540 \end_layout
16541
16542 \end_inset
16543 </cell>
16544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16545 \begin_inset Text
16546
16547 \begin_layout Plain Layout
16548 Result
16549 \end_layout
16550
16551 \end_inset
16552 </cell>
16553 </row>
16554 <row>
16555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Plain Layout
16559 +
16560 \end_layout
16561
16562 \end_inset
16563 </cell>
16564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16565 \begin_inset Text
16566
16567 \begin_layout Plain Layout
16568 \begin_inset Formula $+$
16569 \end_inset
16570
16571
16572 \end_layout
16573
16574 \end_inset
16575 </cell>
16576 </row>
16577 <row>
16578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16579 \begin_inset Text
16580
16581 \begin_layout Plain Layout
16582 -
16583 \end_layout
16584
16585 \end_inset
16586 </cell>
16587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16588 \begin_inset Text
16589
16590 \begin_layout Plain Layout
16591 \begin_inset Formula $-$
16592 \end_inset
16593
16594
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 </row>
16600 <row>
16601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16602 \begin_inset Text
16603
16604 \begin_layout Plain Layout
16605
16606 \backslash
16607 pm
16608 \end_layout
16609
16610 \end_inset
16611 </cell>
16612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16613 \begin_inset Text
16614
16615 \begin_layout Plain Layout
16616 \begin_inset Formula $\pm$
16617 \end_inset
16618
16619
16620 \end_layout
16621
16622 \end_inset
16623 </cell>
16624 </row>
16625 <row>
16626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16627 \begin_inset Text
16628
16629 \begin_layout Plain Layout
16630
16631 \backslash
16632 mp
16633 \end_layout
16634
16635 \end_inset
16636 </cell>
16637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16638 \begin_inset Text
16639
16640 \begin_layout Plain Layout
16641 \begin_inset Formula $\mp$
16642 \end_inset
16643
16644
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 </row>
16650 <row>
16651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655
16656 \backslash
16657 cdot
16658 \end_layout
16659
16660 \end_inset
16661 </cell>
16662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 \begin_inset Formula $\cdot$
16667 \end_inset
16668
16669
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 </row>
16675 <row>
16676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16677 \begin_inset Text
16678
16679 \begin_layout Plain Layout
16680
16681 \backslash
16682 times
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691 \begin_inset Formula $\times$
16692 \end_inset
16693
16694
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 </row>
16700 <row>
16701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Plain Layout
16705
16706 \backslash
16707 div
16708 \end_layout
16709
16710 \end_inset
16711 </cell>
16712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716 \begin_inset Formula $\div$
16717 \end_inset
16718
16719
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 </row>
16725 <row>
16726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Plain Layout
16730 \begin_inset ERT
16731 status collapsed
16732
16733 \begin_layout Plain Layout
16734
16735
16736 \backslash
16737 raisebox{-1.2mm}{
16738 \end_layout
16739
16740 \end_inset
16741
16742 *
16743 \begin_inset ERT
16744 status collapsed
16745
16746 \begin_layout Plain Layout
16747
16748 }
16749 \end_layout
16750
16751 \end_inset
16752
16753
16754 \end_layout
16755
16756 \end_inset
16757 </cell>
16758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16759 \begin_inset Text
16760
16761 \begin_layout Plain Layout
16762 \begin_inset Formula $*$
16763 \end_inset
16764
16765
16766 \end_layout
16767
16768 \end_inset
16769 </cell>
16770 </row>
16771 <row>
16772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16773 \begin_inset Text
16774
16775 \begin_layout Plain Layout
16776
16777 \backslash
16778 star
16779 \end_layout
16780
16781 \end_inset
16782 </cell>
16783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16784 \begin_inset Text
16785
16786 \begin_layout Plain Layout
16787 \begin_inset Formula $\star$
16788 \end_inset
16789
16790
16791 \end_layout
16792
16793 \end_inset
16794 </cell>
16795 </row>
16796 <row>
16797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16798 \begin_inset Text
16799
16800 \begin_layout Plain Layout
16801
16802 \backslash
16803 circ
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16809 \begin_inset Text
16810
16811 \begin_layout Plain Layout
16812 \begin_inset Formula $\circ$
16813 \end_inset
16814
16815
16816 \end_layout
16817
16818 \end_inset
16819 </cell>
16820 </row>
16821 <row>
16822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16823 \begin_inset Text
16824
16825 \begin_layout Plain Layout
16826
16827 \backslash
16828 diamond
16829 \end_layout
16830
16831 \end_inset
16832 </cell>
16833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16834 \begin_inset Text
16835
16836 \begin_layout Plain Layout
16837 \begin_inset Formula $\diamond$
16838 \end_inset
16839
16840
16841 \end_layout
16842
16843 \end_inset
16844 </cell>
16845 </row>
16846 <row>
16847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16848 \begin_inset Text
16849
16850 \begin_layout Plain Layout
16851
16852 \backslash
16853 bullet
16854 \end_layout
16855
16856 \end_inset
16857 </cell>
16858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16859 \begin_inset Text
16860
16861 \begin_layout Plain Layout
16862 \begin_inset Formula $\bullet$
16863 \end_inset
16864
16865
16866 \end_layout
16867
16868 \end_inset
16869 </cell>
16870 </row>
16871 </lyxtabular>
16872
16873 \end_inset
16874
16875
16876 \begin_inset space \hfill{}
16877 \end_inset
16878
16879
16880 \begin_inset Tabular
16881 <lyxtabular version="3" rows="13" columns="2">
16882 <features>
16883 <column alignment="center" valignment="top" width="0pt">
16884 <column alignment="center" valignment="top" width="0pt">
16885 <row>
16886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Plain Layout
16890 Command
16891 \end_layout
16892
16893 \end_inset
16894 </cell>
16895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16896 \begin_inset Text
16897
16898 \begin_layout Plain Layout
16899 Result
16900 \end_layout
16901
16902 \end_inset
16903 </cell>
16904 </row>
16905 <row>
16906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16907 \begin_inset Text
16908
16909 \begin_layout Plain Layout
16910
16911 \backslash
16912 nabla
16913 \end_layout
16914
16915 \end_inset
16916 </cell>
16917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16918 \begin_inset Text
16919
16920 \begin_layout Plain Layout
16921 \begin_inset Formula $\nabla$
16922 \end_inset
16923
16924
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 </row>
16930 <row>
16931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935
16936 \backslash
16937 bigtriangledown
16938 \end_layout
16939
16940 \end_inset
16941 </cell>
16942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16943 \begin_inset Text
16944
16945 \begin_layout Plain Layout
16946 \begin_inset Formula $\bigtriangledown$
16947 \end_inset
16948
16949
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 </row>
16955 <row>
16956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16957 \begin_inset Text
16958
16959 \begin_layout Plain Layout
16960
16961 \backslash
16962 bigtriangleup
16963 \end_layout
16964
16965 \end_inset
16966 </cell>
16967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971 \begin_inset Formula $\bigtriangleup$
16972 \end_inset
16973
16974
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 </row>
16980 <row>
16981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16982 \begin_inset Text
16983
16984 \begin_layout Plain Layout
16985
16986 \backslash
16987 Box
16988 \end_layout
16989
16990 \end_inset
16991 </cell>
16992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16993 \begin_inset Text
16994
16995 \begin_layout Plain Layout
16996 \begin_inset Formula $\Box$
16997 \end_inset
16998
16999
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 </row>
17005 <row>
17006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17007 \begin_inset Text
17008
17009 \begin_layout Plain Layout
17010
17011 \backslash
17012 cap 
17013 \end_layout
17014
17015 \end_inset
17016 </cell>
17017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17018 \begin_inset Text
17019
17020 \begin_layout Plain Layout
17021 \begin_inset Formula $\cap$
17022 \end_inset
17023
17024
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 </row>
17030 <row>
17031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17032 \begin_inset Text
17033
17034 \begin_layout Plain Layout
17035
17036 \backslash
17037 cup
17038 \end_layout
17039
17040 \end_inset
17041 </cell>
17042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17043 \begin_inset Text
17044
17045 \begin_layout Plain Layout
17046 \begin_inset Formula $\cup$
17047 \end_inset
17048
17049
17050 \end_layout
17051
17052 \end_inset
17053 </cell>
17054 </row>
17055 <row>
17056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17057 \begin_inset Text
17058
17059 \begin_layout Plain Layout
17060
17061 \backslash
17062 dagger
17063 \end_layout
17064
17065 \end_inset
17066 </cell>
17067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17068 \begin_inset Text
17069
17070 \begin_layout Plain Layout
17071 \begin_inset Formula $\dagger$
17072 \end_inset
17073
17074
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 </row>
17080 <row>
17081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17082 \begin_inset Text
17083
17084 \begin_layout Plain Layout
17085
17086 \backslash
17087 ddagger
17088 \end_layout
17089
17090 \end_inset
17091 </cell>
17092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17093 \begin_inset Text
17094
17095 \begin_layout Plain Layout
17096 \begin_inset Formula $\ddagger$
17097 \end_inset
17098
17099
17100 \end_layout
17101
17102 \end_inset
17103 </cell>
17104 </row>
17105 <row>
17106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17107 \begin_inset Text
17108
17109 \begin_layout Plain Layout
17110
17111 \backslash
17112 wr
17113 \end_layout
17114
17115 \end_inset
17116 </cell>
17117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17118 \begin_inset Text
17119
17120 \begin_layout Plain Layout
17121 \begin_inset Formula $\wr$
17122 \end_inset
17123
17124
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 </row>
17130 <row>
17131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17132 \begin_inset Text
17133
17134 \begin_layout Plain Layout
17135
17136 \backslash
17137 bigcirc
17138 \end_layout
17139
17140 \end_inset
17141 </cell>
17142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17143 \begin_inset Text
17144
17145 \begin_layout Plain Layout
17146 \begin_inset Formula $\bigcirc$
17147 \end_inset
17148
17149
17150 \end_layout
17151
17152 \end_inset
17153 </cell>
17154 </row>
17155 <row>
17156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160
17161 \backslash
17162 wedge
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17168 \begin_inset Text
17169
17170 \begin_layout Plain Layout
17171 \begin_inset Formula $\wedge$
17172 \end_inset
17173
17174
17175 \end_layout
17176
17177 \end_inset
17178 </cell>
17179 </row>
17180 <row>
17181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17182 \begin_inset Text
17183
17184 \begin_layout Plain Layout
17185
17186 \backslash
17187 vee
17188 \end_layout
17189
17190 \end_inset
17191 </cell>
17192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17193 \begin_inset Text
17194
17195 \begin_layout Plain Layout
17196 \begin_inset Formula $\vee$
17197 \end_inset
17198
17199
17200 \end_layout
17201
17202 \end_inset
17203 </cell>
17204 </row>
17205 </lyxtabular>
17206
17207 \end_inset
17208
17209
17210 \begin_inset space \hfill{}
17211 \end_inset
17212
17213
17214 \begin_inset Tabular
17215 <lyxtabular version="3" rows="13" columns="2">
17216 <features>
17217 <column alignment="center" valignment="top" width="0pt">
17218 <column alignment="center" valignment="top" width="0pt">
17219 <row>
17220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17221 \begin_inset Text
17222
17223 \begin_layout Plain Layout
17224 Command
17225 \end_layout
17226
17227 \end_inset
17228 </cell>
17229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17230 \begin_inset Text
17231
17232 \begin_layout Plain Layout
17233 Result
17234 \end_layout
17235
17236 \end_inset
17237 </cell>
17238 </row>
17239 <row>
17240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17241 \begin_inset Text
17242
17243 \begin_layout Plain Layout
17244
17245 \backslash
17246 oplus
17247 \end_layout
17248
17249 \end_inset
17250 </cell>
17251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17252 \begin_inset Text
17253
17254 \begin_layout Plain Layout
17255 \begin_inset Formula $\oplus$
17256 \end_inset
17257
17258
17259 \end_layout
17260
17261 \end_inset
17262 </cell>
17263 </row>
17264 <row>
17265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17266 \begin_inset Text
17267
17268 \begin_layout Plain Layout
17269
17270 \backslash
17271 ominus
17272 \end_layout
17273
17274 \end_inset
17275 </cell>
17276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17277 \begin_inset Text
17278
17279 \begin_layout Plain Layout
17280 \begin_inset Formula $\ominus$
17281 \end_inset
17282
17283
17284 \end_layout
17285
17286 \end_inset
17287 </cell>
17288 </row>
17289 <row>
17290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17291 \begin_inset Text
17292
17293 \begin_layout Plain Layout
17294
17295 \backslash
17296 otimes
17297 \end_layout
17298
17299 \end_inset
17300 </cell>
17301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17302 \begin_inset Text
17303
17304 \begin_layout Plain Layout
17305 \begin_inset Formula $\otimes$
17306 \end_inset
17307
17308
17309 \end_layout
17310
17311 \end_inset
17312 </cell>
17313 </row>
17314 <row>
17315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17316 \begin_inset Text
17317
17318 \begin_layout Plain Layout
17319
17320 \backslash
17321 oslash
17322 \end_layout
17323
17324 \end_inset
17325 </cell>
17326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17327 \begin_inset Text
17328
17329 \begin_layout Plain Layout
17330 \begin_inset Formula $\oslash$
17331 \end_inset
17332
17333
17334 \end_layout
17335
17336 \end_inset
17337 </cell>
17338 </row>
17339 <row>
17340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17341 \begin_inset Text
17342
17343 \begin_layout Plain Layout
17344
17345 \backslash
17346 odot
17347 \end_layout
17348
17349 \end_inset
17350 </cell>
17351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17352 \begin_inset Text
17353
17354 \begin_layout Plain Layout
17355 \begin_inset Formula $\odot$
17356 \end_inset
17357
17358
17359 \end_layout
17360
17361 \end_inset
17362 </cell>
17363 </row>
17364 <row>
17365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17366 \begin_inset Text
17367
17368 \begin_layout Plain Layout
17369
17370 \backslash
17371 amalg
17372 \end_layout
17373
17374 \end_inset
17375 </cell>
17376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17377 \begin_inset Text
17378
17379 \begin_layout Plain Layout
17380 \begin_inset Formula $\amalg$
17381 \end_inset
17382
17383
17384 \end_layout
17385
17386 \end_inset
17387 </cell>
17388 </row>
17389 <row>
17390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17391 \begin_inset Text
17392
17393 \begin_layout Plain Layout
17394
17395 \backslash
17396 uplus
17397 \end_layout
17398
17399 \end_inset
17400 </cell>
17401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17402 \begin_inset Text
17403
17404 \begin_layout Plain Layout
17405 \begin_inset Formula $\uplus$
17406 \end_inset
17407
17408
17409 \end_layout
17410
17411 \end_inset
17412 </cell>
17413 </row>
17414 <row>
17415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17416 \begin_inset Text
17417
17418 \begin_layout Plain Layout
17419
17420 \backslash
17421 setminus
17422 \end_layout
17423
17424 \end_inset
17425 </cell>
17426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Plain Layout
17430 \begin_inset Formula $\setminus$
17431 \end_inset
17432
17433
17434 \end_layout
17435
17436 \end_inset
17437 </cell>
17438 </row>
17439 <row>
17440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444
17445 \backslash
17446 sqcap
17447 \end_layout
17448
17449 \end_inset
17450 </cell>
17451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17452 \begin_inset Text
17453
17454 \begin_layout Plain Layout
17455 \begin_inset Formula $\sqcap$
17456 \end_inset
17457
17458
17459 \end_layout
17460
17461 \end_inset
17462 </cell>
17463 </row>
17464 <row>
17465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469
17470 \backslash
17471 sqcup
17472 \end_layout
17473
17474 \end_inset
17475 </cell>
17476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17477 \begin_inset Text
17478
17479 \begin_layout Plain Layout
17480 \begin_inset Formula $\sqcup$
17481 \end_inset
17482
17483
17484 \end_layout
17485
17486 \end_inset
17487 </cell>
17488 </row>
17489 <row>
17490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17491 \begin_inset Text
17492
17493 \begin_layout Plain Layout
17494
17495 \backslash
17496 triangleleft
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Plain Layout
17505 \begin_inset Formula $\triangleleft$
17506 \end_inset
17507
17508
17509 \end_layout
17510
17511 \end_inset
17512 </cell>
17513 </row>
17514 <row>
17515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17516 \begin_inset Text
17517
17518 \begin_layout Plain Layout
17519
17520 \backslash
17521 triangleright
17522 \end_layout
17523
17524 \end_inset
17525 </cell>
17526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17527 \begin_inset Text
17528
17529 \begin_layout Plain Layout
17530 \begin_inset Formula $\triangleright$
17531 \end_inset
17532
17533
17534 \end_layout
17535
17536 \end_inset
17537 </cell>
17538 </row>
17539 </lyxtabular>
17540
17541 \end_inset
17542
17543
17544 \begin_inset space \hfill{}
17545 \end_inset
17546
17547
17548 \end_layout
17549
17550 \begin_layout Standard
17551 All binary operators can also be inserted via the math toolbar button 
17552 \begin_inset Graphics
17553         filename ../images/math/pm.png
17554         scale 85
17555
17556 \end_inset
17557
17558 .
17559 \end_layout
17560
17561 \begin_layout Standard
17562 To typeset the Laplace operator also 
17563 \series bold
17564
17565 \backslash
17566 Delta
17567 \series default
17568  or 
17569 \series bold
17570
17571 \backslash
17572 nabla
17573 \series default
17574 ^
17575 \series bold
17576 2
17577 \series default
17578  (
17579 \begin_inset Formula $\nabla^{2}$
17580 \end_inset
17581
17582 ) can be used instead of 
17583 \series bold
17584
17585 \backslash
17586 bigtriangleup
17587 \series default
17588  .
17589 \end_layout
17590
17591 \begin_layout Standard
17592 The character 
17593 \family sans
17594 Menu Separator
17595 \family default
17596  from the menu 
17597 \family sans
17598 Insert\SpecialChar \menuseparator
17599 Special Character
17600 \family default
17601  is the operator 
17602 \series bold
17603
17604 \backslash
17605 triangleright
17606 \series default
17607 .
17608 \end_layout
17609
17610 \begin_layout Subsection
17611 Self-defined Operators
17612 \begin_inset CommandInset label
17613 LatexCommand label
17614 name "sub:Self-defined-Operators"
17615
17616 \end_inset
17617
17618
17619 \begin_inset Index
17620 status collapsed
17621
17622 \begin_layout Plain Layout
17623 Operators ! self-defined
17624 \end_layout
17625
17626 \end_inset
17627
17628
17629 \end_layout
17630
17631 \begin_layout Standard
17632 With the help of the command 
17633 \series bold
17634
17635 \backslash
17636 DeclareMathOperator
17637 \series default
17638
17639 \begin_inset Index
17640 status collapsed
17641
17642 \begin_layout Plain Layout
17643 Commands ! D ! 
17644 \backslash
17645 dbinom@
17646 \backslash
17647 DeclareMathOperator
17648 \end_layout
17649
17650 \end_inset
17651
17652  custom operators can be defined in the LaTeX-preamble.
17653  Its command scheme is:
17654 \end_layout
17655
17656 \begin_layout Standard
17657
17658 \series bold
17659
17660 \backslash
17661 DeclareMathOperator{new command}{display}
17662 \end_layout
17663
17664 \begin_layout Standard
17665 Display can be characters or symbols that define how the operator looks
17666  in the output.
17667  To define a big operator a * is set behind the command.
17668  All self-defined big operators can have limits as described in 
17669 \begin_inset CommandInset ref
17670 LatexCommand ref
17671 reference "sub:Operator-Limits"
17672
17673 \end_inset
17674
17675 .
17676 \end_layout
17677
17678 \begin_layout Standard
17679 For example the LaTeX-preamble line
17680 \end_layout
17681
17682 \begin_layout Standard
17683
17684 \series bold
17685
17686 \backslash
17687 DeclareMathOperator*{
17688 \backslash
17689 Lozenge}{
17690 \backslash
17691 blacklozenge}
17692 \end_layout
17693
17694 \begin_layout Standard
17695 defines the command 
17696 \series bold
17697
17698 \backslash
17699 Lozenge
17700 \series default
17701 , that inserts a big operator consisting of the lozenge symbol from 
17702 \begin_inset CommandInset ref
17703 LatexCommand ref
17704 reference "sub:Miscellaneous-Symbols"
17705
17706 \end_inset
17707
17708 :
17709 \begin_inset Formula \[
17710 \Lozenge_{n=1}^{\infty}\]
17711
17712 \end_inset
17713
17714 The command for this formula is: 
17715 \series bold
17716
17717 \backslash
17718 Lozenge
17719 \series default
17720 ^
17721 \series bold
17722
17723 \backslash
17724 infty
17725 \begin_inset Formula $\to$
17726 \end_inset
17727
17728 _n=1
17729 \end_layout
17730
17731 \begin_layout Standard
17732 \begin_inset VSpace bigskip
17733 \end_inset
17734
17735 When self-defined operators are not used several times in the document,
17736  they can also be defined with the commands 
17737 \series bold
17738
17739 \backslash
17740 mathop
17741 \series default
17742
17743 \begin_inset Index
17744 status collapsed
17745
17746 \begin_layout Plain Layout
17747 Commands ! M ! 
17748 \backslash
17749 mathop
17750 \end_layout
17751
17752 \end_inset
17753
17754  and 
17755 \series bold
17756
17757 \backslash
17758 mathbin
17759 \series default
17760
17761 \begin_inset Index
17762 status collapsed
17763
17764 \begin_layout Plain Layout
17765 Commands ! M ! 
17766 \backslash
17767 mathbin
17768 \end_layout
17769
17770 \end_inset
17771
17772 , which have the following scheme:
17773 \end_layout
17774
17775 \begin_layout Standard
17776
17777 \series bold
17778
17779 \backslash
17780 mathop{display}
17781 \series default
17782  and 
17783 \series bold
17784
17785 \backslash
17786 mathbin{display}
17787 \end_layout
17788
17789 \begin_layout Standard
17790
17791 \series bold
17792
17793 \backslash
17794 mathop
17795 \series default
17796  defines big operators, 
17797 \series bold
17798
17799 \backslash
17800 mathbin
17801 \series default
17802  binary operators.
17803 \end_layout
17804
17805 \begin_layout Standard
17806
17807 \series bold
17808
17809 \backslash
17810 mathop
17811 \series default
17812  can e.
17813 \begin_inset space \thinspace{}
17814 \end_inset
17815
17816 g.
17817 \begin_inset space \space{}
17818 \end_inset
17819
17820 be used to use one limit for several operators:
17821 \end_layout
17822
17823 \begin_layout Standard
17824 \begin_inset Formula \[
17825 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17826
17827 \end_inset
17828
17829
17830 \end_layout
17831
17832 \begin_layout Standard
17833 The command for the formula above is:
17834 \begin_inset Newline newline
17835 \end_inset
17836
17837
17838 \series bold
17839
17840 \backslash
17841 mathop{
17842 \backslash
17843 sum
17844 \backslash
17845 negmedspace
17846 \backslash
17847 sum
17848 \series default
17849
17850 \begin_inset ERT
17851 status collapsed
17852
17853 \begin_layout Plain Layout
17854
17855
17856 \backslash
17857 spce 
17858 \end_layout
17859
17860 \end_inset
17861
17862
17863 \series bold
17864
17865 \begin_inset Formula $\to$
17866 \end_inset
17867
17868 ^N
17869 \series default
17870
17871 \begin_inset ERT
17872 status collapsed
17873
17874 \begin_layout Plain Layout
17875
17876
17877 \backslash
17878 spce 
17879 \end_layout
17880
17881 \end_inset
17882
17883
17884 \series bold
17885 _i,j=1
17886 \end_layout
17887
17888 \begin_layout Section
17889 Fonts
17890 \begin_inset Index
17891 status collapsed
17892
17893 \begin_layout Plain Layout
17894 Fonts
17895 \end_layout
17896
17897 \end_inset
17898
17899
17900 \end_layout
17901
17902 \begin_layout Subsection
17903 Font Styles
17904 \begin_inset CommandInset label
17905 LatexCommand label
17906 name "sub:Font-Styles"
17907
17908 \end_inset
17909
17910
17911 \begin_inset Index
17912 status collapsed
17913
17914 \begin_layout Plain Layout
17915 Font ! style
17916 \end_layout
17917
17918 \end_inset
17919
17920
17921 \end_layout
17922
17923 \begin_layout Standard
17924 Latin letters in formulas can be set in one of the following font styles:
17925 \begin_inset VSpace -2mm
17926 \end_inset
17927
17928
17929 \end_layout
17930
17931 \begin_layout Standard
17932 \align center
17933 \begin_inset Tabular
17934 <lyxtabular version="3" rows="6" columns="3">
17935 <features>
17936 <column alignment="center" valignment="top" width="0">
17937 <column alignment="center" valignment="top" width="0">
17938 <column alignment="center" valignment="top" width="0">
17939 <row>
17940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17941 \begin_inset Text
17942
17943 \begin_layout Plain Layout
17944 Command
17945 \end_layout
17946
17947 \end_inset
17948 </cell>
17949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17950 \begin_inset Text
17951
17952 \begin_layout Plain Layout
17953 Result
17954 \end_layout
17955
17956 \end_inset
17957 </cell>
17958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17959 \begin_inset Text
17960
17961 \begin_layout Plain Layout
17962 shortcut
17963 \end_layout
17964
17965 \end_inset
17966 </cell>
17967 </row>
17968 <row>
17969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17970 \begin_inset Text
17971
17972 \begin_layout Plain Layout
17973
17974 \backslash
17975 mathbb
17976 \series bold
17977
17978 \begin_inset ERT
17979 status collapsed
17980
17981 \begin_layout Plain Layout
17982
17983
17984 \backslash
17985 spce 
17986 \end_layout
17987
17988 \end_inset
17989
17990
17991 \series default
17992 ABC
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17998 \begin_inset Text
17999
18000 \begin_layout Plain Layout
18001 \begin_inset Formula $\mathbb{ABC}$
18002 \end_inset
18003
18004
18005 \end_layout
18006
18007 \end_inset
18008 </cell>
18009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18010 \begin_inset Text
18011
18012 \begin_layout Plain Layout
18013 \begin_inset Info
18014 type  "shortcut"
18015 arg   "font-noun"
18016 \end_inset
18017
18018
18019 \end_layout
18020
18021 \end_inset
18022 </cell>
18023 </row>
18024 <row>
18025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18026 \begin_inset Text
18027
18028 \begin_layout Plain Layout
18029
18030 \backslash
18031 mathbf
18032 \series bold
18033
18034 \begin_inset ERT
18035 status collapsed
18036
18037 \begin_layout Plain Layout
18038
18039
18040 \backslash
18041 spce 
18042 \end_layout
18043
18044 \end_inset
18045
18046
18047 \series default
18048 AbC
18049 \end_layout
18050
18051 \end_inset
18052 </cell>
18053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18054 \begin_inset Text
18055
18056 \begin_layout Plain Layout
18057 \begin_inset Formula $\mathbf{AbC}$
18058 \end_inset
18059
18060
18061 \end_layout
18062
18063 \end_inset
18064 </cell>
18065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18066 \begin_inset Text
18067
18068 \begin_layout Plain Layout
18069 \begin_inset Info
18070 type  "shortcut"
18071 arg   "font-bold"
18072 \end_inset
18073
18074
18075 \end_layout
18076
18077 \end_inset
18078 </cell>
18079 </row>
18080 <row>
18081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18082 \begin_inset Text
18083
18084 \begin_layout Plain Layout
18085
18086 \backslash
18087 boldsymbol
18088 \series bold
18089
18090 \begin_inset ERT
18091 status collapsed
18092
18093 \begin_layout Plain Layout
18094
18095
18096 \backslash
18097 spce 
18098 \end_layout
18099
18100 \end_inset
18101
18102
18103 \series default
18104 AbC
18105 \end_layout
18106
18107 \end_inset
18108 </cell>
18109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18110 \begin_inset Text
18111
18112 \begin_layout Plain Layout
18113 \begin_inset Formula $\boldsymbol{AbC}$
18114 \end_inset
18115
18116
18117 \end_layout
18118
18119 \end_inset
18120 </cell>
18121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18122 \begin_inset Text
18123
18124 \begin_layout Plain Layout
18125 \begin_inset Info
18126 type  "shortcuts"
18127 arg   "font-boldsymbol"
18128 \end_inset
18129
18130
18131 \end_layout
18132
18133 \end_inset
18134 </cell>
18135 </row>
18136 <row>
18137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18138 \begin_inset Text
18139
18140 \begin_layout Plain Layout
18141
18142 \backslash
18143 mathcal
18144 \series bold
18145
18146 \begin_inset ERT
18147 status collapsed
18148
18149 \begin_layout Plain Layout
18150
18151
18152 \backslash
18153 spce 
18154 \end_layout
18155
18156 \end_inset
18157
18158
18159 \series default
18160 ABC
18161 \end_layout
18162
18163 \end_inset
18164 </cell>
18165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18166 \begin_inset Text
18167
18168 \begin_layout Plain Layout
18169 \begin_inset Formula $\mathcal{ABC}$
18170 \end_inset
18171
18172
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 Info
18182 type  "shortcut"
18183 arg   "font-emph"
18184 \end_inset
18185
18186
18187 \end_layout
18188
18189 \end_inset
18190 </cell>
18191 </row>
18192 <row>
18193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18194 \begin_inset Text
18195
18196 \begin_layout Plain Layout
18197
18198 \backslash
18199 mathfrak
18200 \series bold
18201
18202 \begin_inset ERT
18203 status collapsed
18204
18205 \begin_layout Plain Layout
18206
18207
18208 \backslash
18209 spce 
18210 \end_layout
18211
18212 \end_inset
18213
18214
18215 \series default
18216 AbC
18217 \end_layout
18218
18219 \end_inset
18220 </cell>
18221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18222 \begin_inset Text
18223
18224 \begin_layout Plain Layout
18225 \begin_inset Formula $\mathfrak{AbC}$
18226 \end_inset
18227
18228
18229 \end_layout
18230
18231 \end_inset
18232 </cell>
18233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18234 \begin_inset Text
18235
18236 \begin_layout Plain Layout
18237 -
18238 \end_layout
18239
18240 \end_inset
18241 </cell>
18242 </row>
18243 </lyxtabular>
18244
18245 \end_inset
18246
18247
18248 \end_layout
18249
18250 \begin_layout Standard
18251 \align center
18252 \begin_inset Tabular
18253 <lyxtabular version="3" rows="5" columns="3">
18254 <features>
18255 <column alignment="center" valignment="top" width="0">
18256 <column alignment="center" valignment="top" width="0">
18257 <column alignment="center" valignment="top" width="0">
18258 <row>
18259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18260 \begin_inset Text
18261
18262 \begin_layout Plain Layout
18263 Command
18264 \end_layout
18265
18266 \end_inset
18267 </cell>
18268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18269 \begin_inset Text
18270
18271 \begin_layout Plain Layout
18272 Result
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18278 \begin_inset Text
18279
18280 \begin_layout Plain Layout
18281 shortcut
18282 \end_layout
18283
18284 \end_inset
18285 </cell>
18286 </row>
18287 <row>
18288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18289 \begin_inset Text
18290
18291 \begin_layout Plain Layout
18292
18293 \backslash
18294 mathit
18295 \series bold
18296
18297 \begin_inset ERT
18298 status collapsed
18299
18300 \begin_layout Plain Layout
18301
18302
18303 \backslash
18304 spce 
18305 \end_layout
18306
18307 \end_inset
18308
18309
18310 \series default
18311 AbC
18312 \end_layout
18313
18314 \end_inset
18315 </cell>
18316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18317 \begin_inset Text
18318
18319 \begin_layout Plain Layout
18320 \begin_inset Formula $\mathit{AbC}$
18321 \end_inset
18322
18323
18324 \end_layout
18325
18326 \end_inset
18327 </cell>
18328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18329 \begin_inset Text
18330
18331 \begin_layout Plain Layout
18332 -
18333 \end_layout
18334
18335 \end_inset
18336 </cell>
18337 </row>
18338 <row>
18339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18340 \begin_inset Text
18341
18342 \begin_layout Plain Layout
18343
18344 \backslash
18345 mathrm
18346 \series bold
18347
18348 \begin_inset ERT
18349 status collapsed
18350
18351 \begin_layout Plain Layout
18352
18353
18354 \backslash
18355 spce 
18356 \end_layout
18357
18358 \end_inset
18359
18360
18361 \series default
18362 AbC
18363 \end_layout
18364
18365 \end_inset
18366 </cell>
18367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18368 \begin_inset Text
18369
18370 \begin_layout Plain Layout
18371 \begin_inset Formula $\mathrm{AbC}$
18372 \end_inset
18373
18374
18375 \end_layout
18376
18377 \end_inset
18378 </cell>
18379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18380 \begin_inset Text
18381
18382 \begin_layout Plain Layout
18383 \begin_inset Info
18384 type  "shortcut"
18385 arg   "font-roman"
18386 \end_inset
18387
18388
18389 \end_layout
18390
18391 \end_inset
18392 </cell>
18393 </row>
18394 <row>
18395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18396 \begin_inset Text
18397
18398 \begin_layout Plain Layout
18399
18400 \backslash
18401 mathsf
18402 \series bold
18403
18404 \begin_inset ERT
18405 status collapsed
18406
18407 \begin_layout Plain Layout
18408
18409
18410 \backslash
18411 spce 
18412 \end_layout
18413
18414 \end_inset
18415
18416
18417 \series default
18418 AbC
18419 \end_layout
18420
18421 \end_inset
18422 </cell>
18423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18424 \begin_inset Text
18425
18426 \begin_layout Plain Layout
18427 \begin_inset Formula $\mathsf{AbC}$
18428 \end_inset
18429
18430
18431 \end_layout
18432
18433 \end_inset
18434 </cell>
18435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18436 \begin_inset Text
18437
18438 \begin_layout Plain Layout
18439 \begin_inset Info
18440 type  "shortcut"
18441 arg   "font-sans"
18442 \end_inset
18443
18444
18445 \end_layout
18446
18447 \end_inset
18448 </cell>
18449 </row>
18450 <row>
18451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18452 \begin_inset Text
18453
18454 \begin_layout Plain Layout
18455
18456 \backslash
18457 mathtt
18458 \series bold
18459
18460 \begin_inset ERT
18461 status collapsed
18462
18463 \begin_layout Plain Layout
18464
18465
18466 \backslash
18467 spce 
18468 \end_layout
18469
18470 \end_inset
18471
18472
18473 \series default
18474 AbC
18475 \end_layout
18476
18477 \end_inset
18478 </cell>
18479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18480 \begin_inset Text
18481
18482 \begin_layout Plain Layout
18483 \begin_inset Formula $\mathtt{AbC}$
18484 \end_inset
18485
18486
18487 \end_layout
18488
18489 \end_inset
18490 </cell>
18491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18492 \begin_inset Text
18493
18494 \begin_layout Plain Layout
18495 \begin_inset Info
18496 type  "shortcut"
18497 arg   "font-typewriter"
18498 \end_inset
18499
18500
18501 \end_layout
18502
18503 \end_inset
18504 </cell>
18505 </row>
18506 </lyxtabular>
18507
18508 \end_inset
18509
18510
18511 \end_layout
18512
18513 \begin_layout Standard
18514 \begin_inset Note Greyedout
18515 status open
18516
18517 \begin_layout Plain Layout
18518
18519 \series bold
18520 Note:
18521 \series default
18522  The styles 
18523 \series bold
18524
18525 \backslash
18526 mathbb
18527 \series default
18528  and 
18529 \series bold
18530
18531 \backslash
18532 mathcal
18533 \series default
18534  can only be used for big letters.
18535 \end_layout
18536
18537 \end_inset
18538
18539
18540 \end_layout
18541
18542 \begin_layout Standard
18543 Predefined is the style 
18544 \series bold
18545
18546 \backslash
18547 mathnormal
18548 \series default
18549 .
18550 \end_layout
18551
18552 \begin_layout Standard
18553 The style commands work also for letters in mathematical constructs:
18554 \begin_inset Formula \[
18555 \mathfrak{A=\frac{b}{C}}\]
18556
18557 \end_inset
18558
18559
18560 \end_layout
18561
18562 \begin_layout Standard
18563 Characters in mathematical text don't appear in a math font style but in
18564  the text font style 
18565 \series bold
18566
18567 \backslash
18568 textrm
18569 \series default
18570 .
18571  That their style can't be set correctly via the text style dialog is a
18572  bug in LyX.
18573 \begin_inset Foot
18574 status collapsed
18575
18576 \begin_layout Plain Layout
18577 \begin_inset CommandInset href
18578 LatexCommand href
18579 name "LyX-bug #4091"
18580 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18581
18582 \end_inset
18583
18584
18585 \end_layout
18586
18587 \end_inset
18588
18589
18590 \end_layout
18591
18592 \begin_layout Standard
18593 Instead of the style commands the dialog 
18594 \family sans
18595 Edit\SpecialChar \menuseparator
18596 Math\SpecialChar \menuseparator
18597 Text Style
18598 \family default
18599  or the toolbar button 
18600 \begin_inset Graphics
18601         filename ../images/math/font.png
18602         scale 85
18603
18604 \end_inset
18605
18606  can be used.
18607 \end_layout
18608
18609 \begin_layout Subsection
18610 Bold Formulas
18611 \begin_inset CommandInset label
18612 LatexCommand label
18613 name "sub:Bold-Formulas"
18614
18615 \end_inset
18616
18617
18618 \begin_inset Index
18619 status collapsed
18620
18621 \begin_layout Plain Layout
18622 Formula ! bold
18623 \end_layout
18624
18625 \end_inset
18626
18627
18628 \end_layout
18629
18630 \begin_layout Standard
18631 To make a complete formula bold, the command 
18632 \series bold
18633
18634 \backslash
18635 mathbf
18636 \series default
18637  from the previous subsection cannot be used, because it doesn't work for
18638  small Greek letters.
18639  Furthermore it prints Latin letters always upright, like in the following
18640  equation:
18641 \end_layout
18642
18643 \begin_layout Standard
18644 \begin_inset Formula \[
18645 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\]
18646
18647 \end_inset
18648
18649
18650 \end_layout
18651
18652 \begin_layout Standard
18653 To display the formula correctly, the command 
18654 \series bold
18655
18656 \backslash
18657 boldsymbol
18658 \series default
18659  is used:
18660 \begin_inset Formula \[
18661 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\]
18662
18663 \end_inset
18664
18665 It is also possible to set the formula in a 
18666 \series bold
18667 boldmath environment
18668 \series default
18669 .
18670  This environment is created by inserting the command 
18671 \series bold
18672
18673 \backslash
18674 boldmath
18675 \begin_inset Index
18676 status collapsed
18677
18678 \begin_layout Plain Layout
18679 Commands ! B ! 
18680 \backslash
18681 boldmath
18682 \end_layout
18683
18684 \end_inset
18685
18686
18687 \series default
18688  in TeX-mode.
18689  To end the environment, the command 
18690 \series bold
18691
18692 \backslash
18693 unboldmath
18694 \begin_inset Index
18695 status collapsed
18696
18697 \begin_layout Plain Layout
18698 Commands ! U ! 
18699 \backslash
18700 unboldmath
18701 \end_layout
18702
18703 \end_inset
18704
18705
18706 \series default
18707  is inserted in TeX-mode.
18708 \begin_inset ERT
18709 status collapsed
18710
18711 \begin_layout Plain Layout
18712
18713
18714 \backslash
18715 boldmath 
18716 \end_layout
18717
18718 \end_inset
18719
18720
18721 \begin_inset Formula \[
18722 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18723
18724 \end_inset
18725
18726
18727 \begin_inset ERT
18728 status collapsed
18729
18730 \begin_layout Plain Layout
18731
18732
18733 \backslash
18734 unboldmath 
18735 \end_layout
18736
18737 \end_inset
18738
18739
18740 \end_layout
18741
18742 \begin_layout Subsection
18743 Colored Formulas
18744 \begin_inset Index
18745 status collapsed
18746
18747 \begin_layout Plain Layout
18748 Formula ! colored
18749 \end_layout
18750
18751 \end_inset
18752
18753
18754 \end_layout
18755
18756 \begin_layout Standard
18757 Formulas can be colored like normal text: Highlight a formula or a formula
18758  part and use the 
18759 \family sans
18760 Text Style
18761 \family default
18762  dialog.
18763  Here is a formula in magenta:
18764 \begin_inset Formula \[
18765 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18766
18767 \end_inset
18768
18769
18770 \end_layout
18771
18772 \begin_layout Standard
18773 You can also define your own colors as described in 
18774 \begin_inset CommandInset ref
18775 LatexCommand ref
18776 reference "sub:Colored-Boxes"
18777
18778 \end_inset
18779
18780 .
18781  They can be used with the TeX code command 
18782 \series bold
18783
18784 \backslash
18785 textcolor
18786 \series default
18787
18788 \begin_inset Index
18789 status collapsed
18790
18791 \begin_layout Plain Layout
18792 Commands ! T ! 
18793 \backslash
18794 textcolor
18795 \end_layout
18796
18797 \end_inset
18798
18799  in the scheme
18800 \end_layout
18801
18802 \begin_layout Standard
18803
18804 \series bold
18805
18806 \backslash
18807 textcolor{color}{characters or formula}
18808 \end_layout
18809
18810 \begin_layout Standard
18811 The following example was colored completely dark green and partly red:
18812 \end_layout
18813
18814 \begin_layout Standard
18815 \begin_inset ERT
18816 status collapsed
18817
18818 \begin_layout Plain Layout
18819
18820
18821 \backslash
18822 textcolor{darkgreen}{
18823 \end_layout
18824
18825 \end_inset
18826
18827
18828 \begin_inset Formula \[
18829 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18830
18831 \end_inset
18832
18833
18834 \begin_inset ERT
18835 status collapsed
18836
18837 \begin_layout Plain Layout
18838
18839 }
18840 \end_layout
18841
18842 \end_inset
18843
18844
18845 \end_layout
18846
18847 \begin_layout Standard
18848 Due to a bug in LyX only complete formulas can be colored with self-defined
18849  colors.
18850 \begin_inset Foot
18851 status collapsed
18852
18853 \begin_layout Plain Layout
18854 \begin_inset CommandInset href
18855 LatexCommand href
18856 name "LyX-bug #5269"
18857 target "http://bugzilla.lyx.org/show_bug.cgi?id=5269"
18858
18859 \end_inset
18860
18861
18862 \end_layout
18863
18864 \end_inset
18865
18866
18867 \end_layout
18868
18869 \begin_layout Subsection
18870 Font Sizes
18871 \begin_inset CommandInset label
18872 LatexCommand label
18873 name "sub:Font-Sizes"
18874
18875 \end_inset
18876
18877
18878 \begin_inset Index
18879 status collapsed
18880
18881 \begin_layout Plain Layout
18882 Font ! size
18883 \end_layout
18884
18885 \end_inset
18886
18887
18888 \end_layout
18889
18890 \begin_layout Standard
18891 For characters in formulas there are, analog to characters in text, the
18892  following size commands:
18893 \end_layout
18894
18895 \begin_layout Standard
18896
18897 \series bold
18898
18899 \backslash
18900 Huge
18901 \series default
18902
18903 \series bold
18904
18905 \backslash
18906 huge
18907 \series default
18908
18909 \series bold
18910
18911 \backslash
18912 LARGE
18913 \series default
18914
18915 \series bold
18916
18917 \backslash
18918 Large
18919 \series default
18920
18921 \series bold
18922
18923 \backslash
18924 large
18925 \series default
18926
18927 \series bold
18928
18929 \backslash
18930 normalsize
18931 \series default
18932
18933 \series bold
18934
18935 \backslash
18936 small
18937 \series default
18938 ,
18939 \begin_inset Newline newline
18940 \end_inset
18941
18942
18943 \series bold
18944
18945 \backslash
18946 footnotesize
18947 \series default
18948
18949 \series bold
18950
18951 \backslash
18952 scriptsize
18953 \series default
18954 , and 
18955 \series bold
18956
18957 \backslash
18958 tiny
18959 \end_layout
18960
18961 \begin_layout Standard
18962 The size produced by the commands depends on the document font size, that
18963  corresponds with the command 
18964 \series bold
18965
18966 \backslash
18967 normalsize
18968 \series default
18969 .
18970  The other commands produce smaller or larger sizes than 
18971 \series bold
18972
18973 \backslash
18974 normalsize
18975 \series default
18976 .
18977  The font size can however not exceed a certain value.
18978  Is for example the document font size 12
18979 \begin_inset space \thinspace{}
18980 \end_inset
18981
18982 pt, the command 
18983 \series bold
18984
18985 \backslash
18986 Huge
18987 \series default
18988  switches to the same size as 
18989 \series bold
18990
18991 \backslash
18992 huge
18993 \series default
18994 .
18995  
18996 \end_layout
18997
18998 \begin_layout Standard
18999 A size command is inserted in TeX-mode before the formula and sets the size
19000  for all following formula and text characters.
19001  To switch back to the initial size, the command 
19002 \series bold
19003
19004 \backslash
19005 normalsize
19006 \series default
19007  is inserted behind the formula in TeX-mode.
19008 \end_layout
19009
19010 \begin_layout Standard
19011 Within a formula the size can only be changed for symbols or letters in
19012  mathematical text.
19013  To do this, the size command is inserted in mathematical text.
19014  All following characters until the end of the mathematical text or until
19015  another size command will have the selected size.
19016  Two examples:
19017 \begin_inset VSpace -2mm
19018 \end_inset
19019
19020
19021 \end_layout
19022
19023 \begin_layout Standard
19024 \begin_inset ERT
19025 status collapsed
19026
19027 \begin_layout Plain Layout
19028
19029
19030 \backslash
19031 huge 
19032 \end_layout
19033
19034 \end_inset
19035
19036
19037 \begin_inset Formula \[
19038 A=\frac{B}{c}\cdot\maltese\]
19039
19040 \end_inset
19041
19042
19043 \begin_inset Formula \[
19044 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
19045
19046 \end_inset
19047
19048
19049 \begin_inset ERT
19050 status collapsed
19051
19052 \begin_layout Plain Layout
19053
19054
19055 \backslash
19056 normalsize 
19057 \end_layout
19058
19059 \end_inset
19060
19061
19062 \end_layout
19063
19064 \begin_layout Standard
19065 \begin_inset VSpace medskip
19066 \end_inset
19067
19068 Before both formulas the command 
19069 \series bold
19070
19071 \backslash
19072 huge
19073 \series default
19074  was inserted.
19075  The command for the second formula is:
19076 \begin_inset Newline newline
19077 \end_inset
19078
19079
19080 \series bold
19081
19082 \backslash
19083 maltese
19084 \begin_inset ERT
19085 status collapsed
19086
19087 \begin_layout Plain Layout
19088
19089
19090 \backslash
19091 spce 
19092 \end_layout
19093
19094 \end_inset
19095
19096 A Alt+M M 
19097 \backslash
19098 Large
19099 \begin_inset ERT
19100 status collapsed
19101
19102 \begin_layout Plain Layout
19103
19104
19105 \backslash
19106 spce 
19107 \end_layout
19108
19109 \end_inset
19110
19111
19112 \backslash
19113 maltese
19114 \begin_inset ERT
19115 status collapsed
19116
19117 \begin_layout Plain Layout
19118
19119
19120 \backslash
19121 spce 
19122 \end_layout
19123
19124 \end_inset
19125
19126
19127 \backslash
19128 textit
19129 \begin_inset ERT
19130 status collapsed
19131
19132 \begin_layout Plain Layout
19133
19134
19135 \backslash
19136 spce 
19137 \end_layout
19138
19139 \end_inset
19140
19141 A
19142 \begin_inset Formula $\to$
19143 \end_inset
19144
19145
19146 \begin_inset Formula $\to$
19147 \end_inset
19148
19149
19150 \begin_inset Newline newline
19151 \end_inset
19152
19153
19154 \begin_inset space \hspace*{}
19155 \length 1cm
19156 \end_inset
19157
19158 Alt+M
19159 \series default
19160  
19161 \series bold
19162
19163 \backslash
19164 tiny
19165 \begin_inset ERT
19166 status collapsed
19167
19168 \begin_layout Plain Layout
19169
19170
19171 \backslash
19172 spce 
19173 \end_layout
19174
19175 \end_inset
19176
19177
19178 \backslash
19179 maltese
19180 \begin_inset ERT
19181 status collapsed
19182
19183 \begin_layout Plain Layout
19184
19185
19186 \backslash
19187 spce 
19188 \end_layout
19189
19190 \end_inset
19191
19192
19193 \backslash
19194 textit
19195 \begin_inset ERT
19196 status collapsed
19197
19198 \begin_layout Plain Layout
19199
19200
19201 \backslash
19202 spce 
19203 \end_layout
19204
19205 \end_inset
19206
19207 A
19208 \end_layout
19209
19210 \begin_layout Standard
19211 If a symbol cannot be displayed in different sizes, it will always be displayed
19212  in the default size.
19213 \end_layout
19214
19215 \begin_layout Section
19216 Greek Letters
19217 \begin_inset Index
19218 status collapsed
19219
19220 \begin_layout Plain Layout
19221 Greek letters
19222 \end_layout
19223
19224 \end_inset
19225
19226
19227 \end_layout
19228
19229 \begin_layout Standard
19230 All Greek letters can also be inserted via the toolbar button 
19231 \begin_inset Graphics
19232         filename ../images/math/alpha.png
19233         scale 85
19234
19235 \end_inset
19236
19237 .
19238 \end_layout
19239
19240 \begin_layout Subsection
19241 Small Letters
19242 \begin_inset Index
19243 status collapsed
19244
19245 \begin_layout Plain Layout
19246 Greek letters ! small
19247 \end_layout
19248
19249 \end_inset
19250
19251
19252 \end_layout
19253
19254 \begin_layout Standard
19255 \begin_inset space \hfill{}
19256 \end_inset
19257
19258
19259 \begin_inset Tabular
19260 <lyxtabular version="3" rows="11" columns="2">
19261 <features>
19262 <column alignment="center" valignment="top" width="0pt">
19263 <column alignment="center" valignment="top" width="0pt">
19264 <row>
19265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19266 \begin_inset Text
19267
19268 \begin_layout Plain Layout
19269 Command
19270 \end_layout
19271
19272 \end_inset
19273 </cell>
19274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19275 \begin_inset Text
19276
19277 \begin_layout Plain Layout
19278 Result
19279 \end_layout
19280
19281 \end_inset
19282 </cell>
19283 </row>
19284 <row>
19285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19286 \begin_inset Text
19287
19288 \begin_layout Plain Layout
19289
19290 \backslash
19291 alpha
19292 \end_layout
19293
19294 \end_inset
19295 </cell>
19296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout Plain Layout
19300 \begin_inset Formula $\alpha$
19301 \end_inset
19302
19303
19304 \end_layout
19305
19306 \end_inset
19307 </cell>
19308 </row>
19309 <row>
19310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314
19315 \backslash
19316 beta
19317 \end_layout
19318
19319 \end_inset
19320 </cell>
19321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19322 \begin_inset Text
19323
19324 \begin_layout Plain Layout
19325 \begin_inset Formula $\beta$
19326 \end_inset
19327
19328
19329 \end_layout
19330
19331 \end_inset
19332 </cell>
19333 </row>
19334 <row>
19335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19336 \begin_inset Text
19337
19338 \begin_layout Plain Layout
19339
19340 \backslash
19341 gamma
19342 \end_layout
19343
19344 \end_inset
19345 </cell>
19346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19347 \begin_inset Text
19348
19349 \begin_layout Plain Layout
19350 \begin_inset Formula $\gamma$
19351 \end_inset
19352
19353
19354 \end_layout
19355
19356 \end_inset
19357 </cell>
19358 </row>
19359 <row>
19360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19361 \begin_inset Text
19362
19363 \begin_layout Plain Layout
19364
19365 \backslash
19366 delta
19367 \end_layout
19368
19369 \end_inset
19370 </cell>
19371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19372 \begin_inset Text
19373
19374 \begin_layout Plain Layout
19375 \begin_inset Formula $\delta$
19376 \end_inset
19377
19378
19379 \end_layout
19380
19381 \end_inset
19382 </cell>
19383 </row>
19384 <row>
19385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19386 \begin_inset Text
19387
19388 \begin_layout Plain Layout
19389
19390 \backslash
19391 epsilon
19392 \end_layout
19393
19394 \end_inset
19395 </cell>
19396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19397 \begin_inset Text
19398
19399 \begin_layout Plain Layout
19400 \begin_inset Formula $\epsilon$
19401 \end_inset
19402
19403
19404 \end_layout
19405
19406 \end_inset
19407 </cell>
19408 </row>
19409 <row>
19410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19411 \begin_inset Text
19412
19413 \begin_layout Plain Layout
19414
19415 \backslash
19416 varepsilon
19417 \end_layout
19418
19419 \end_inset
19420 </cell>
19421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19422 \begin_inset Text
19423
19424 \begin_layout Plain Layout
19425 \begin_inset Formula $\varepsilon$
19426 \end_inset
19427
19428
19429 \end_layout
19430
19431 \end_inset
19432 </cell>
19433 </row>
19434 <row>
19435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19436 \begin_inset Text
19437
19438 \begin_layout Plain Layout
19439
19440 \backslash
19441 zeta
19442 \end_layout
19443
19444 \end_inset
19445 </cell>
19446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19447 \begin_inset Text
19448
19449 \begin_layout Plain Layout
19450 \begin_inset Formula $\zeta$
19451 \end_inset
19452
19453
19454 \end_layout
19455
19456 \end_inset
19457 </cell>
19458 </row>
19459 <row>
19460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19461 \begin_inset Text
19462
19463 \begin_layout Plain Layout
19464
19465 \backslash
19466 eta
19467 \end_layout
19468
19469 \end_inset
19470 </cell>
19471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19472 \begin_inset Text
19473
19474 \begin_layout Plain Layout
19475 \begin_inset Formula $\eta$
19476 \end_inset
19477
19478
19479 \end_layout
19480
19481 \end_inset
19482 </cell>
19483 </row>
19484 <row>
19485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19486 \begin_inset Text
19487
19488 \begin_layout Plain Layout
19489
19490 \backslash
19491 theta
19492 \end_layout
19493
19494 \end_inset
19495 </cell>
19496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19497 \begin_inset Text
19498
19499 \begin_layout Plain Layout
19500 \begin_inset Formula $\theta$
19501 \end_inset
19502
19503
19504 \end_layout
19505
19506 \end_inset
19507 </cell>
19508 </row>
19509 <row>
19510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19511 \begin_inset Text
19512
19513 \begin_layout Plain Layout
19514
19515 \backslash
19516 vartheta
19517 \end_layout
19518
19519 \end_inset
19520 </cell>
19521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19522 \begin_inset Text
19523
19524 \begin_layout Plain Layout
19525 \begin_inset Formula $\vartheta$
19526 \end_inset
19527
19528
19529 \end_layout
19530
19531 \end_inset
19532 </cell>
19533 </row>
19534 </lyxtabular>
19535
19536 \end_inset
19537
19538
19539 \begin_inset space \hfill{}
19540 \end_inset
19541
19542
19543 \begin_inset Tabular
19544 <lyxtabular version="3" rows="12" columns="2">
19545 <features>
19546 <column alignment="center" valignment="top" width="0pt">
19547 <column alignment="center" valignment="top" width="0pt">
19548 <row>
19549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19550 \begin_inset Text
19551
19552 \begin_layout Plain Layout
19553 Command
19554 \end_layout
19555
19556 \end_inset
19557 </cell>
19558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19559 \begin_inset Text
19560
19561 \begin_layout Plain Layout
19562 Result
19563 \end_layout
19564
19565 \end_inset
19566 </cell>
19567 </row>
19568 <row>
19569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19570 \begin_inset Text
19571
19572 \begin_layout Plain Layout
19573
19574 \backslash
19575 iota
19576 \end_layout
19577
19578 \end_inset
19579 </cell>
19580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19581 \begin_inset Text
19582
19583 \begin_layout Plain Layout
19584 \begin_inset Formula $\iota$
19585 \end_inset
19586
19587
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
19592 </row>
19593 <row>
19594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19595 \begin_inset Text
19596
19597 \begin_layout Plain Layout
19598
19599 \backslash
19600 kappa
19601 \end_layout
19602
19603 \end_inset
19604 </cell>
19605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19606 \begin_inset Text
19607
19608 \begin_layout Plain Layout
19609 \begin_inset Formula $\kappa$
19610 \end_inset
19611
19612
19613 \end_layout
19614
19615 \end_inset
19616 </cell>
19617 </row>
19618 <row>
19619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19620 \begin_inset Text
19621
19622 \begin_layout Plain Layout
19623
19624 \backslash
19625 varkappa
19626 \end_layout
19627
19628 \end_inset
19629 </cell>
19630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19631 \begin_inset Text
19632
19633 \begin_layout Plain Layout
19634 \begin_inset Formula $\varkappa$
19635 \end_inset
19636
19637
19638 \end_layout
19639
19640 \end_inset
19641 </cell>
19642 </row>
19643 <row>
19644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19645 \begin_inset Text
19646
19647 \begin_layout Plain Layout
19648
19649 \backslash
19650 lambda
19651 \end_layout
19652
19653 \end_inset
19654 </cell>
19655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19656 \begin_inset Text
19657
19658 \begin_layout Plain Layout
19659 \begin_inset Formula $\lambda$
19660 \end_inset
19661
19662
19663 \end_layout
19664
19665 \end_inset
19666 </cell>
19667 </row>
19668 <row>
19669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19670 \begin_inset Text
19671
19672 \begin_layout Plain Layout
19673
19674 \backslash
19675 mu
19676 \end_layout
19677
19678 \end_inset
19679 </cell>
19680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19681 \begin_inset Text
19682
19683 \begin_layout Plain Layout
19684 \begin_inset Formula $\mu$
19685 \end_inset
19686
19687
19688 \end_layout
19689
19690 \end_inset
19691 </cell>
19692 </row>
19693 <row>
19694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19695 \begin_inset Text
19696
19697 \begin_layout Plain Layout
19698
19699 \backslash
19700 nu
19701 \end_layout
19702
19703 \end_inset
19704 </cell>
19705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19706 \begin_inset Text
19707
19708 \begin_layout Plain Layout
19709 \begin_inset Formula $\nu$
19710 \end_inset
19711
19712
19713 \end_layout
19714
19715 \end_inset
19716 </cell>
19717 </row>
19718 <row>
19719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19720 \begin_inset Text
19721
19722 \begin_layout Plain Layout
19723
19724 \backslash
19725 xi
19726 \end_layout
19727
19728 \end_inset
19729 </cell>
19730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19731 \begin_inset Text
19732
19733 \begin_layout Plain Layout
19734 \begin_inset Formula $\xi$
19735 \end_inset
19736
19737
19738 \end_layout
19739
19740 \end_inset
19741 </cell>
19742 </row>
19743 <row>
19744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19745 \begin_inset Text
19746
19747 \begin_layout Plain Layout
19748 o
19749 \end_layout
19750
19751 \end_inset
19752 </cell>
19753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19754 \begin_inset Text
19755
19756 \begin_layout Plain Layout
19757 \begin_inset Formula $o$
19758 \end_inset
19759
19760
19761 \end_layout
19762
19763 \end_inset
19764 </cell>
19765 </row>
19766 <row>
19767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19768 \begin_inset Text
19769
19770 \begin_layout Plain Layout
19771
19772 \backslash
19773 pi
19774 \end_layout
19775
19776 \end_inset
19777 </cell>
19778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19779 \begin_inset Text
19780
19781 \begin_layout Plain Layout
19782 \begin_inset Formula $\pi$
19783 \end_inset
19784
19785
19786 \end_layout
19787
19788 \end_inset
19789 </cell>
19790 </row>
19791 <row>
19792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19793 \begin_inset Text
19794
19795 \begin_layout Plain Layout
19796
19797 \backslash
19798 varpi
19799 \end_layout
19800
19801 \end_inset
19802 </cell>
19803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19804 \begin_inset Text
19805
19806 \begin_layout Plain Layout
19807 \begin_inset Formula $\varpi$
19808 \end_inset
19809
19810
19811 \end_layout
19812
19813 \end_inset
19814 </cell>
19815 </row>
19816 <row>
19817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19818 \begin_inset Text
19819
19820 \begin_layout Plain Layout
19821
19822 \backslash
19823 rho
19824 \end_layout
19825
19826 \end_inset
19827 </cell>
19828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19829 \begin_inset Text
19830
19831 \begin_layout Plain Layout
19832 \begin_inset Formula $\rho$
19833 \end_inset
19834
19835
19836 \end_layout
19837
19838 \end_inset
19839 </cell>
19840 </row>
19841 </lyxtabular>
19842
19843 \end_inset
19844
19845
19846 \begin_inset space \hfill{}
19847 \end_inset
19848
19849
19850 \begin_inset Tabular
19851 <lyxtabular version="3" rows="11" columns="2">
19852 <features>
19853 <column alignment="center" valignment="top" width="0pt">
19854 <column alignment="center" valignment="top" width="0pt">
19855 <row>
19856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19857 \begin_inset Text
19858
19859 \begin_layout Plain Layout
19860 Command
19861 \end_layout
19862
19863 \end_inset
19864 </cell>
19865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19866 \begin_inset Text
19867
19868 \begin_layout Plain Layout
19869 Result
19870 \end_layout
19871
19872 \end_inset
19873 </cell>
19874 </row>
19875 <row>
19876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19877 \begin_inset Text
19878
19879 \begin_layout Plain Layout
19880
19881 \backslash
19882 varrho
19883 \end_layout
19884
19885 \end_inset
19886 </cell>
19887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19888 \begin_inset Text
19889
19890 \begin_layout Plain Layout
19891 \begin_inset Formula $\varrho$
19892 \end_inset
19893
19894
19895 \end_layout
19896
19897 \end_inset
19898 </cell>
19899 </row>
19900 <row>
19901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19902 \begin_inset Text
19903
19904 \begin_layout Plain Layout
19905
19906 \backslash
19907 sigma
19908 \end_layout
19909
19910 \end_inset
19911 </cell>
19912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19913 \begin_inset Text
19914
19915 \begin_layout Plain Layout
19916 \begin_inset Formula $\sigma$
19917 \end_inset
19918
19919
19920 \end_layout
19921
19922 \end_inset
19923 </cell>
19924 </row>
19925 <row>
19926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19927 \begin_inset Text
19928
19929 \begin_layout Plain Layout
19930
19931 \backslash
19932 varsigma
19933 \end_layout
19934
19935 \end_inset
19936 </cell>
19937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19938 \begin_inset Text
19939
19940 \begin_layout Plain Layout
19941 \begin_inset Formula $\varsigma$
19942 \end_inset
19943
19944
19945 \end_layout
19946
19947 \end_inset
19948 </cell>
19949 </row>
19950 <row>
19951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19952 \begin_inset Text
19953
19954 \begin_layout Plain Layout
19955
19956 \backslash
19957 tau
19958 \end_layout
19959
19960 \end_inset
19961 </cell>
19962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19963 \begin_inset Text
19964
19965 \begin_layout Plain Layout
19966 \begin_inset Formula $\tau$
19967 \end_inset
19968
19969
19970 \end_layout
19971
19972 \end_inset
19973 </cell>
19974 </row>
19975 <row>
19976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19977 \begin_inset Text
19978
19979 \begin_layout Plain Layout
19980
19981 \backslash
19982 upsilon
19983 \end_layout
19984
19985 \end_inset
19986 </cell>
19987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19988 \begin_inset Text
19989
19990 \begin_layout Plain Layout
19991 \begin_inset Formula $\upsilon$
19992 \end_inset
19993
19994
19995 \end_layout
19996
19997 \end_inset
19998 </cell>
19999 </row>
20000 <row>
20001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20002 \begin_inset Text
20003
20004 \begin_layout Plain Layout
20005
20006 \backslash
20007 phi
20008 \end_layout
20009
20010 \end_inset
20011 </cell>
20012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20013 \begin_inset Text
20014
20015 \begin_layout Plain Layout
20016 \begin_inset Formula $\phi$
20017 \end_inset
20018
20019
20020 \end_layout
20021
20022 \end_inset
20023 </cell>
20024 </row>
20025 <row>
20026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20027 \begin_inset Text
20028
20029 \begin_layout Plain Layout
20030
20031 \backslash
20032 varphi
20033 \end_layout
20034
20035 \end_inset
20036 </cell>
20037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20038 \begin_inset Text
20039
20040 \begin_layout Plain Layout
20041 \begin_inset Formula $\varphi$
20042 \end_inset
20043
20044
20045 \end_layout
20046
20047 \end_inset
20048 </cell>
20049 </row>
20050 <row>
20051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20052 \begin_inset Text
20053
20054 \begin_layout Plain Layout
20055
20056 \backslash
20057 chi
20058 \end_layout
20059
20060 \end_inset
20061 </cell>
20062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20063 \begin_inset Text
20064
20065 \begin_layout Plain Layout
20066 \begin_inset Formula $\chi$
20067 \end_inset
20068
20069
20070 \end_layout
20071
20072 \end_inset
20073 </cell>
20074 </row>
20075 <row>
20076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20077 \begin_inset Text
20078
20079 \begin_layout Plain Layout
20080
20081 \backslash
20082 psi
20083 \end_layout
20084
20085 \end_inset
20086 </cell>
20087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20088 \begin_inset Text
20089
20090 \begin_layout Plain Layout
20091 \begin_inset Formula $\psi$
20092 \end_inset
20093
20094
20095 \end_layout
20096
20097 \end_inset
20098 </cell>
20099 </row>
20100 <row>
20101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20102 \begin_inset Text
20103
20104 \begin_layout Plain Layout
20105
20106 \backslash
20107 omega
20108 \end_layout
20109
20110 \end_inset
20111 </cell>
20112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20113 \begin_inset Text
20114
20115 \begin_layout Plain Layout
20116 \begin_inset Formula $\omega$
20117 \end_inset
20118
20119
20120 \end_layout
20121
20122 \end_inset
20123 </cell>
20124 </row>
20125 </lyxtabular>
20126
20127 \end_inset
20128
20129
20130 \begin_inset space \hfill{}
20131 \end_inset
20132
20133
20134 \end_layout
20135
20136 \begin_layout Standard
20137 \begin_inset VSpace medskip
20138 \end_inset
20139
20140
20141 \end_layout
20142
20143 \begin_layout Standard
20144 How to create upright Greek letters is explained in 
20145 \begin_inset CommandInset ref
20146 LatexCommand ref
20147 reference "sub:Upright-small-Greek"
20148
20149 \end_inset
20150
20151 .
20152 \end_layout
20153
20154 \begin_layout Subsection
20155 Big Letters
20156 \begin_inset Index
20157 status collapsed
20158
20159 \begin_layout Plain Layout
20160 Greek letters ! big
20161 \end_layout
20162
20163 \end_inset
20164
20165
20166 \end_layout
20167
20168 \begin_layout Standard
20169 \begin_inset space \hfill{}
20170 \end_inset
20171
20172
20173 \begin_inset Tabular
20174 <lyxtabular version="3" rows="7" columns="2">
20175 <features>
20176 <column alignment="center" valignment="top" width="0pt">
20177 <column alignment="center" valignment="top" width="0pt">
20178 <row>
20179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20180 \begin_inset Text
20181
20182 \begin_layout Plain Layout
20183 Command
20184 \end_layout
20185
20186 \end_inset
20187 </cell>
20188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20189 \begin_inset Text
20190
20191 \begin_layout Plain Layout
20192 Result
20193 \end_layout
20194
20195 \end_inset
20196 </cell>
20197 </row>
20198 <row>
20199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20200 \begin_inset Text
20201
20202 \begin_layout Plain Layout
20203
20204 \backslash
20205 Gamma
20206 \end_layout
20207
20208 \end_inset
20209 </cell>
20210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20211 \begin_inset Text
20212
20213 \begin_layout Plain Layout
20214 \begin_inset Formula $\Gamma$
20215 \end_inset
20216
20217
20218 \end_layout
20219
20220 \end_inset
20221 </cell>
20222 </row>
20223 <row>
20224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20225 \begin_inset Text
20226
20227 \begin_layout Plain Layout
20228
20229 \backslash
20230 Delta
20231 \end_layout
20232
20233 \end_inset
20234 </cell>
20235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20236 \begin_inset Text
20237
20238 \begin_layout Plain Layout
20239 \begin_inset Formula $\Delta$
20240 \end_inset
20241
20242
20243 \end_layout
20244
20245 \end_inset
20246 </cell>
20247 </row>
20248 <row>
20249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20250 \begin_inset Text
20251
20252 \begin_layout Plain Layout
20253
20254 \backslash
20255 Theta
20256 \end_layout
20257
20258 \end_inset
20259 </cell>
20260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20261 \begin_inset Text
20262
20263 \begin_layout Plain Layout
20264 \begin_inset Formula $\Theta$
20265 \end_inset
20266
20267
20268 \end_layout
20269
20270 \end_inset
20271 </cell>
20272 </row>
20273 <row>
20274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20275 \begin_inset Text
20276
20277 \begin_layout Plain Layout
20278
20279 \backslash
20280 Lambda
20281 \end_layout
20282
20283 \end_inset
20284 </cell>
20285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20286 \begin_inset Text
20287
20288 \begin_layout Plain Layout
20289 \begin_inset Formula $\Lambda$
20290 \end_inset
20291
20292
20293 \end_layout
20294
20295 \end_inset
20296 </cell>
20297 </row>
20298 <row>
20299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20300 \begin_inset Text
20301
20302 \begin_layout Plain Layout
20303
20304 \backslash
20305 Xi
20306 \end_layout
20307
20308 \end_inset
20309 </cell>
20310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20311 \begin_inset Text
20312
20313 \begin_layout Plain Layout
20314 \begin_inset Formula $\Xi$
20315 \end_inset
20316
20317
20318 \end_layout
20319
20320 \end_inset
20321 </cell>
20322 </row>
20323 <row>
20324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20325 \begin_inset Text
20326
20327 \begin_layout Plain Layout
20328
20329 \backslash
20330 Pi
20331 \end_layout
20332
20333 \end_inset
20334 </cell>
20335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20336 \begin_inset Text
20337
20338 \begin_layout Plain Layout
20339 \begin_inset Formula $\Pi$
20340 \end_inset
20341
20342
20343 \end_layout
20344
20345 \end_inset
20346 </cell>
20347 </row>
20348 </lyxtabular>
20349
20350 \end_inset
20351
20352
20353 \begin_inset space \hfill{}
20354 \end_inset
20355
20356
20357 \begin_inset Tabular
20358 <lyxtabular version="3" rows="6" columns="2">
20359 <features>
20360 <column alignment="center" valignment="top" width="0pt">
20361 <column alignment="center" valignment="top" width="0pt">
20362 <row>
20363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20364 \begin_inset Text
20365
20366 \begin_layout Plain Layout
20367 Command
20368 \end_layout
20369
20370 \end_inset
20371 </cell>
20372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20373 \begin_inset Text
20374
20375 \begin_layout Plain Layout
20376 Result
20377 \end_layout
20378
20379 \end_inset
20380 </cell>
20381 </row>
20382 <row>
20383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20384 \begin_inset Text
20385
20386 \begin_layout Plain Layout
20387
20388 \backslash
20389 Sigma
20390 \end_layout
20391
20392 \end_inset
20393 </cell>
20394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20395 \begin_inset Text
20396
20397 \begin_layout Plain Layout
20398 \begin_inset Formula $\Sigma$
20399 \end_inset
20400
20401
20402 \end_layout
20403
20404 \end_inset
20405 </cell>
20406 </row>
20407 <row>
20408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20409 \begin_inset Text
20410
20411 \begin_layout Plain Layout
20412
20413 \backslash
20414 Upsilon
20415 \end_layout
20416
20417 \end_inset
20418 </cell>
20419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20420 \begin_inset Text
20421
20422 \begin_layout Plain Layout
20423 \begin_inset Formula $\Upsilon$
20424 \end_inset
20425
20426
20427 \end_layout
20428
20429 \end_inset
20430 </cell>
20431 </row>
20432 <row>
20433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20434 \begin_inset Text
20435
20436 \begin_layout Plain Layout
20437
20438 \backslash
20439 Phi
20440 \end_layout
20441
20442 \end_inset
20443 </cell>
20444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20445 \begin_inset Text
20446
20447 \begin_layout Plain Layout
20448 \begin_inset Formula $\Phi$
20449 \end_inset
20450
20451
20452 \end_layout
20453
20454 \end_inset
20455 </cell>
20456 </row>
20457 <row>
20458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20459 \begin_inset Text
20460
20461 \begin_layout Plain Layout
20462
20463 \backslash
20464 Psi
20465 \end_layout
20466
20467 \end_inset
20468 </cell>
20469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20470 \begin_inset Text
20471
20472 \begin_layout Plain Layout
20473 \begin_inset Formula $\Psi$
20474 \end_inset
20475
20476
20477 \end_layout
20478
20479 \end_inset
20480 </cell>
20481 </row>
20482 <row>
20483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20484 \begin_inset Text
20485
20486 \begin_layout Plain Layout
20487
20488 \backslash
20489 Omega
20490 \end_layout
20491
20492 \end_inset
20493 </cell>
20494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20495 \begin_inset Text
20496
20497 \begin_layout Plain Layout
20498 \begin_inset Formula $\Omega$
20499 \end_inset
20500
20501
20502 \end_layout
20503
20504 \end_inset
20505 </cell>
20506 </row>
20507 </lyxtabular>
20508
20509 \end_inset
20510
20511
20512 \begin_inset space \hfill{}
20513 \end_inset
20514
20515
20516 \end_layout
20517
20518 \begin_layout Standard
20519 \begin_inset VSpace medskip
20520 \end_inset
20521
20522 That the big Greek letters appear upright is caused by a design bug when
20523  TeX was developed.
20524  To get correct italic big letters, begin every command with 
20525 \series bold
20526 var
20527 \series default
20528 .
20529  For example the command 
20530 \series bold
20531
20532 \backslash
20533 varGamma
20534 \series default
20535  produces: 
20536 \begin_inset Formula $\varGamma$
20537 \end_inset
20538
20539
20540 \end_layout
20541
20542 \begin_layout Subsection
20543 Bold Letters
20544 \begin_inset Index
20545 status collapsed
20546
20547 \begin_layout Plain Layout
20548 Greek letters ! bold
20549 \end_layout
20550
20551 \end_inset
20552
20553
20554 \end_layout
20555
20556 \begin_layout Standard
20557 Greek letters cannot be set with different font styles like Latin letters.
20558  They can only be made bold with the command 
20559 \series bold
20560
20561 \backslash
20562 boldsymbol
20563 \series default
20564
20565 \begin_inset Index
20566 status collapsed
20567
20568 \begin_layout Plain Layout
20569 Commands ! B ! 
20570 \backslash
20571 boldsymbol
20572 \end_layout
20573
20574 \end_inset
20575
20576 .
20577 \end_layout
20578
20579 \begin_layout Standard
20580 \align center
20581 \begin_inset Tabular
20582 <lyxtabular version="3" rows="3" columns="2">
20583 <features>
20584 <column alignment="center" valignment="top" width="0">
20585 <column alignment="center" valignment="top" width="0">
20586 <row>
20587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20588 \begin_inset Text
20589
20590 \begin_layout Plain Layout
20591 Command
20592 \end_layout
20593
20594 \end_inset
20595 </cell>
20596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20597 \begin_inset Text
20598
20599 \begin_layout Plain Layout
20600 Result
20601 \end_layout
20602
20603 \end_inset
20604 </cell>
20605 </row>
20606 <row>
20607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20608 \begin_inset Text
20609
20610 \begin_layout Plain Layout
20611
20612 \backslash
20613 Upsilon
20614 \backslash
20615 boldsymbol
20616 \backslash
20617 Upsilon
20618 \end_layout
20619
20620 \end_inset
20621 </cell>
20622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20623 \begin_inset Text
20624
20625 \begin_layout Plain Layout
20626 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20627 \end_inset
20628
20629
20630 \end_layout
20631
20632 \end_inset
20633 </cell>
20634 </row>
20635 <row>
20636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20637 \begin_inset Text
20638
20639 \begin_layout Plain Layout
20640
20641 \backslash
20642 theta
20643 \backslash
20644 boldsymbol
20645 \backslash
20646 theta
20647 \end_layout
20648
20649 \end_inset
20650 </cell>
20651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20652 \begin_inset Text
20653
20654 \begin_layout Plain Layout
20655 \begin_inset Formula $\theta\boldsymbol{\theta}$
20656 \end_inset
20657
20658
20659 \end_layout
20660
20661 \end_inset
20662 </cell>
20663 </row>
20664 </lyxtabular>
20665
20666 \end_inset
20667
20668
20669 \end_layout
20670
20671 \begin_layout Section
20672 Symbols
20673 \begin_inset ERT
20674 status collapsed
20675
20676 \begin_layout Plain Layout
20677
20678
20679 \backslash
20680 texorpdfstring{
20681 \end_layout
20682
20683 \end_inset
20684
20685
20686 \begin_inset Foot
20687 status collapsed
20688
20689 \begin_layout Plain Layout
20690 A list with all symbols of most of the LaTeX-packages can be found in 
20691 \begin_inset CommandInset citation
20692 LatexCommand cite
20693 key "Symbole"
20694
20695 \end_inset
20696
20697 .
20698 \end_layout
20699
20700 \end_inset
20701
20702
20703 \begin_inset ERT
20704 status collapsed
20705
20706 \begin_layout Plain Layout
20707
20708 }{}
20709 \end_layout
20710
20711 \end_inset
20712
20713
20714 \begin_inset Note Note
20715 status collapsed
20716
20717 \begin_layout Plain Layout
20718
20719 \backslash
20720 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20721 \end_layout
20722
20723 \begin_layout Plain Layout
20724 More about 
20725 \backslash
20726 texorpdfstring is in section 
20727 \begin_inset CommandInset ref
20728 LatexCommand ref
20729 reference "sub:Formulas-in-Section"
20730
20731 \end_inset
20732
20733 .
20734 \end_layout
20735
20736 \end_inset
20737
20738
20739 \begin_inset Index
20740 status collapsed
20741
20742 \begin_layout Plain Layout
20743 Symbols
20744 \end_layout
20745
20746 \end_inset
20747
20748
20749 \end_layout
20750
20751 \begin_layout Standard
20752 Many of the symbols listed in this section can also be inserted via the
20753  toolbar buttons 
20754 \begin_inset Graphics
20755         filename ../images/math/nabla.png
20756         scale 85
20757
20758 \end_inset
20759
20760  and 
20761 \begin_inset Graphics
20762         filename ../images/math/digamma.png
20763         scale 85
20764
20765 \end_inset
20766
20767 .
20768 \end_layout
20769
20770 \begin_layout Subsection
20771 Mathematical Symbols
20772 \begin_inset CommandInset label
20773 LatexCommand label
20774 name "sub:Mathematical-Symbols"
20775
20776 \end_inset
20777
20778
20779 \begin_inset Index
20780 status collapsed
20781
20782 \begin_layout Plain Layout
20783 Symbols ! mathematical
20784 \end_layout
20785
20786 \end_inset
20787
20788
20789 \end_layout
20790
20791 \begin_layout Standard
20792 \begin_inset space \hfill{}
20793 \end_inset
20794
20795
20796 \begin_inset Tabular
20797 <lyxtabular version="3" rows="10" columns="2">
20798 <features>
20799 <column alignment="center" valignment="top" width="0pt">
20800 <column alignment="center" valignment="top" width="0pt">
20801 <row>
20802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20803 \begin_inset Text
20804
20805 \begin_layout Plain Layout
20806 Command
20807 \end_layout
20808
20809 \end_inset
20810 </cell>
20811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20812 \begin_inset Text
20813
20814 \begin_layout Plain Layout
20815 Result
20816 \end_layout
20817
20818 \end_inset
20819 </cell>
20820 </row>
20821 <row>
20822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20823 \begin_inset Text
20824
20825 \begin_layout Plain Layout
20826
20827 \backslash
20828 neg
20829 \end_layout
20830
20831 \end_inset
20832 </cell>
20833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20834 \begin_inset Text
20835
20836 \begin_layout Plain Layout
20837 \begin_inset Formula $\neg$
20838 \end_inset
20839
20840
20841 \end_layout
20842
20843 \end_inset
20844 </cell>
20845 </row>
20846 <row>
20847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20848 \begin_inset Text
20849
20850 \begin_layout Plain Layout
20851
20852 \backslash
20853 Im
20854 \end_layout
20855
20856 \end_inset
20857 </cell>
20858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20859 \begin_inset Text
20860
20861 \begin_layout Plain Layout
20862 \begin_inset Formula $\Im$
20863 \end_inset
20864
20865
20866 \end_layout
20867
20868 \end_inset
20869 </cell>
20870 </row>
20871 <row>
20872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20873 \begin_inset Text
20874
20875 \begin_layout Plain Layout
20876
20877 \backslash
20878 Re
20879 \end_layout
20880
20881 \end_inset
20882 </cell>
20883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20884 \begin_inset Text
20885
20886 \begin_layout Plain Layout
20887 \begin_inset Formula $\Re$
20888 \end_inset
20889
20890
20891 \end_layout
20892
20893 \end_inset
20894 </cell>
20895 </row>
20896 <row>
20897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20898 \begin_inset Text
20899
20900 \begin_layout Plain Layout
20901
20902 \backslash
20903 aleph
20904 \end_layout
20905
20906 \end_inset
20907 </cell>
20908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20909 \begin_inset Text
20910
20911 \begin_layout Plain Layout
20912 \begin_inset Formula $\aleph$
20913 \end_inset
20914
20915
20916 \end_layout
20917
20918 \end_inset
20919 </cell>
20920 </row>
20921 <row>
20922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20923 \begin_inset Text
20924
20925 \begin_layout Plain Layout
20926
20927 \backslash
20928 partial
20929 \end_layout
20930
20931 \end_inset
20932 </cell>
20933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20934 \begin_inset Text
20935
20936 \begin_layout Plain Layout
20937 \begin_inset Formula $\partial$
20938 \end_inset
20939
20940
20941 \end_layout
20942
20943 \end_inset
20944 </cell>
20945 </row>
20946 <row>
20947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20948 \begin_inset Text
20949
20950 \begin_layout Plain Layout
20951
20952 \backslash
20953 infty
20954 \end_layout
20955
20956 \end_inset
20957 </cell>
20958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20959 \begin_inset Text
20960
20961 \begin_layout Plain Layout
20962 \begin_inset Formula $\infty$
20963 \end_inset
20964
20965
20966 \end_layout
20967
20968 \end_inset
20969 </cell>
20970 </row>
20971 <row>
20972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20973 \begin_inset Text
20974
20975 \begin_layout Plain Layout
20976
20977 \backslash
20978 wp
20979 \end_layout
20980
20981 \end_inset
20982 </cell>
20983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20984 \begin_inset Text
20985
20986 \begin_layout Plain Layout
20987 \begin_inset Formula $\wp$
20988 \end_inset
20989
20990
20991 \end_layout
20992
20993 \end_inset
20994 </cell>
20995 </row>
20996 <row>
20997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20998 \begin_inset Text
20999
21000 \begin_layout Plain Layout
21001
21002 \backslash
21003 imath
21004 \end_layout
21005
21006 \end_inset
21007 </cell>
21008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21009 \begin_inset Text
21010
21011 \begin_layout Plain Layout
21012 \begin_inset Formula $\imath$
21013 \end_inset
21014
21015
21016 \end_layout
21017
21018 \end_inset
21019 </cell>
21020 </row>
21021 <row>
21022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21023 \begin_inset Text
21024
21025 \begin_layout Plain Layout
21026
21027 \backslash
21028 jmath
21029 \end_layout
21030
21031 \end_inset
21032 </cell>
21033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21034 \begin_inset Text
21035
21036 \begin_layout Plain Layout
21037 \begin_inset Formula $\jmath$
21038 \end_inset
21039
21040
21041 \end_layout
21042
21043 \end_inset
21044 </cell>
21045 </row>
21046 </lyxtabular>
21047
21048 \end_inset
21049
21050
21051 \begin_inset space \hfill{}
21052 \end_inset
21053
21054
21055 \begin_inset Tabular
21056 <lyxtabular version="3" rows="10" columns="2">
21057 <features>
21058 <column alignment="center" valignment="top" width="0pt">
21059 <column alignment="center" valignment="top" width="0pt">
21060 <row>
21061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21062 \begin_inset Text
21063
21064 \begin_layout Plain Layout
21065 Command
21066 \end_layout
21067
21068 \end_inset
21069 </cell>
21070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21071 \begin_inset Text
21072
21073 \begin_layout Plain Layout
21074 Result
21075 \begin_inset Note Note
21076 status collapsed
21077
21078 \begin_layout Plain Layout
21079
21080 \series bold
21081
21082 \backslash
21083 raisebox
21084 \series default
21085  is only used as spacer.
21086 \end_layout
21087
21088 \end_inset
21089
21090
21091 \end_layout
21092
21093 \end_inset
21094 </cell>
21095 </row>
21096 <row>
21097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21098 \begin_inset Text
21099
21100 \begin_layout Plain Layout
21101
21102 \backslash
21103 forall
21104 \end_layout
21105
21106 \end_inset
21107 </cell>
21108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21109 \begin_inset Text
21110
21111 \begin_layout Plain Layout
21112 \begin_inset Formula $\forall$
21113 \end_inset
21114
21115
21116 \end_layout
21117
21118 \end_inset
21119 </cell>
21120 </row>
21121 <row>
21122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21123 \begin_inset Text
21124
21125 \begin_layout Plain Layout
21126
21127 \backslash
21128 exists
21129 \end_layout
21130
21131 \end_inset
21132 </cell>
21133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21134 \begin_inset Text
21135
21136 \begin_layout Plain Layout
21137 \begin_inset Formula $\exists$
21138 \end_inset
21139
21140
21141 \end_layout
21142
21143 \end_inset
21144 </cell>
21145 </row>
21146 <row>
21147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21148 \begin_inset Text
21149
21150 \begin_layout Plain Layout
21151
21152 \backslash
21153 nexists
21154 \end_layout
21155
21156 \end_inset
21157 </cell>
21158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162 \begin_inset Formula $\nexists$
21163 \end_inset
21164
21165
21166 \end_layout
21167
21168 \end_inset
21169 </cell>
21170 </row>
21171 <row>
21172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21173 \begin_inset Text
21174
21175 \begin_layout Plain Layout
21176
21177 \backslash
21178 emptyset
21179 \end_layout
21180
21181 \end_inset
21182 </cell>
21183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21184 \begin_inset Text
21185
21186 \begin_layout Plain Layout
21187 \begin_inset Formula $\emptyset$
21188 \end_inset
21189
21190
21191 \end_layout
21192
21193 \end_inset
21194 </cell>
21195 </row>
21196 <row>
21197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21198 \begin_inset Text
21199
21200 \begin_layout Plain Layout
21201
21202 \backslash
21203 varnothing
21204 \end_layout
21205
21206 \end_inset
21207 </cell>
21208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21209 \begin_inset Text
21210
21211 \begin_layout Plain Layout
21212 \begin_inset Formula $\varnothing$
21213 \end_inset
21214
21215
21216 \end_layout
21217
21218 \end_inset
21219 </cell>
21220 </row>
21221 <row>
21222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21223 \begin_inset Text
21224
21225 \begin_layout Plain Layout
21226
21227 \backslash
21228 dag
21229 \end_layout
21230
21231 \end_inset
21232 </cell>
21233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21234 \begin_inset Text
21235
21236 \begin_layout Plain Layout
21237 \begin_inset Formula $\dag$
21238 \end_inset
21239
21240
21241 \end_layout
21242
21243 \end_inset
21244 </cell>
21245 </row>
21246 <row>
21247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21248 \begin_inset Text
21249
21250 \begin_layout Plain Layout
21251
21252 \backslash
21253 ddag
21254 \end_layout
21255
21256 \end_inset
21257 </cell>
21258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21259 \begin_inset Text
21260
21261 \begin_layout Plain Layout
21262 \begin_inset Formula $\ddag$
21263 \end_inset
21264
21265
21266 \end_layout
21267
21268 \end_inset
21269 </cell>
21270 </row>
21271 <row>
21272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21273 \begin_inset Text
21274
21275 \begin_layout Plain Layout
21276
21277 \backslash
21278 complement
21279 \end_layout
21280
21281 \end_inset
21282 </cell>
21283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21284 \begin_inset Text
21285
21286 \begin_layout Plain Layout
21287 \begin_inset ERT
21288 status collapsed
21289
21290 \begin_layout Plain Layout
21291
21292
21293 \backslash
21294 raisebox{-0.8mm}{
21295 \end_layout
21296
21297 \end_inset
21298
21299
21300 \begin_inset Formula $\complement$
21301 \end_inset
21302
21303
21304 \begin_inset ERT
21305 status collapsed
21306
21307 \begin_layout Plain Layout
21308
21309 }
21310 \end_layout
21311
21312 \end_inset
21313
21314
21315 \end_layout
21316
21317 \end_inset
21318 </cell>
21319 </row>
21320 <row>
21321 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21322 \begin_inset Text
21323
21324 \begin_layout Plain Layout
21325
21326 \backslash
21327 Bbbk
21328 \end_layout
21329
21330 \end_inset
21331 </cell>
21332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21333 \begin_inset Text
21334
21335 \begin_layout Plain Layout
21336 \begin_inset Formula $\Bbbk$
21337 \end_inset
21338
21339
21340 \end_layout
21341
21342 \end_inset
21343 </cell>
21344 </row>
21345 </lyxtabular>
21346
21347 \end_inset
21348
21349
21350 \begin_inset space \hfill{}
21351 \end_inset
21352
21353
21354 \begin_inset Tabular
21355 <lyxtabular version="3" rows="10" columns="2">
21356 <features>
21357 <column alignment="center" valignment="top" width="0pt">
21358 <column alignment="center" valignment="top" width="0pt">
21359 <row>
21360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21361 \begin_inset Text
21362
21363 \begin_layout Plain Layout
21364 Command
21365 \end_layout
21366
21367 \end_inset
21368 </cell>
21369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21370 \begin_inset Text
21371
21372 \begin_layout Plain Layout
21373 Result
21374 \end_layout
21375
21376 \end_inset
21377 </cell>
21378 </row>
21379 <row>
21380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21381 \begin_inset Text
21382
21383 \begin_layout Plain Layout
21384
21385 \backslash
21386 prime
21387 \end_layout
21388
21389 \end_inset
21390 </cell>
21391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21392 \begin_inset Text
21393
21394 \begin_layout Plain Layout
21395 \begin_inset Formula $\prime$
21396 \end_inset
21397
21398
21399 \end_layout
21400
21401 \end_inset
21402 </cell>
21403 </row>
21404 <row>
21405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21406 \begin_inset Text
21407
21408 \begin_layout Plain Layout
21409
21410 \backslash
21411 backprime
21412 \end_layout
21413
21414 \end_inset
21415 </cell>
21416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21417 \begin_inset Text
21418
21419 \begin_layout Plain Layout
21420 \begin_inset Formula $\backprime$
21421 \end_inset
21422
21423
21424 \end_layout
21425
21426 \end_inset
21427 </cell>
21428 </row>
21429 <row>
21430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21431 \begin_inset Text
21432
21433 \begin_layout Plain Layout
21434
21435 \backslash
21436 mho
21437 \end_layout
21438
21439 \end_inset
21440 </cell>
21441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21442 \begin_inset Text
21443
21444 \begin_layout Plain Layout
21445 \begin_inset Formula $\mho$
21446 \end_inset
21447
21448
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 </row>
21454 <row>
21455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21456 \begin_inset Text
21457
21458 \begin_layout Plain Layout
21459
21460 \backslash
21461 triangle
21462 \end_layout
21463
21464 \end_inset
21465 </cell>
21466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21467 \begin_inset Text
21468
21469 \begin_layout Plain Layout
21470 \begin_inset Formula $\triangle$
21471 \end_inset
21472
21473
21474 \end_layout
21475
21476 \end_inset
21477 </cell>
21478 </row>
21479 <row>
21480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21481 \begin_inset Text
21482
21483 \begin_layout Plain Layout
21484
21485 \backslash
21486 angle
21487 \end_layout
21488
21489 \end_inset
21490 </cell>
21491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21492 \begin_inset Text
21493
21494 \begin_layout Plain Layout
21495 \begin_inset Formula $\angle$
21496 \end_inset
21497
21498
21499 \end_layout
21500
21501 \end_inset
21502 </cell>
21503 </row>
21504 <row>
21505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21506 \begin_inset Text
21507
21508 \begin_layout Plain Layout
21509
21510 \backslash
21511 measuredangle
21512 \end_layout
21513
21514 \end_inset
21515 </cell>
21516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21517 \begin_inset Text
21518
21519 \begin_layout Plain Layout
21520 \begin_inset Formula $\measuredangle$
21521 \end_inset
21522
21523
21524 \end_layout
21525
21526 \end_inset
21527 </cell>
21528 </row>
21529 <row>
21530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21531 \begin_inset Text
21532
21533 \begin_layout Plain Layout
21534
21535 \backslash
21536 sphericalangle
21537 \end_layout
21538
21539 \end_inset
21540 </cell>
21541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21542 \begin_inset Text
21543
21544 \begin_layout Plain Layout
21545 \begin_inset Formula $\sphericalangle$
21546 \end_inset
21547
21548
21549 \end_layout
21550
21551 \end_inset
21552 </cell>
21553 </row>
21554 <row>
21555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21556 \begin_inset Text
21557
21558 \begin_layout Plain Layout
21559
21560 \backslash
21561 top
21562 \end_layout
21563
21564 \end_inset
21565 </cell>
21566 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21567 \begin_inset Text
21568
21569 \begin_layout Plain Layout
21570 \begin_inset Formula $\top$
21571 \end_inset
21572
21573
21574 \end_layout
21575
21576 \end_inset
21577 </cell>
21578 </row>
21579 <row>
21580 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21581 \begin_inset Text
21582
21583 \begin_layout Plain Layout
21584
21585 \backslash
21586 bot
21587 \end_layout
21588
21589 \end_inset
21590 </cell>
21591 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21592 \begin_inset Text
21593
21594 \begin_layout Plain Layout
21595 \begin_inset Formula $\bot$
21596 \end_inset
21597
21598
21599 \end_layout
21600
21601 \end_inset
21602 </cell>
21603 </row>
21604 </lyxtabular>
21605
21606 \end_inset
21607
21608
21609 \begin_inset space \hfill{}
21610 \end_inset
21611
21612
21613 \end_layout
21614
21615 \begin_layout Subsection
21616 Miscellaneous Symbols
21617 \begin_inset CommandInset label
21618 LatexCommand label
21619 name "sub:Miscellaneous-Symbols"
21620
21621 \end_inset
21622
21623
21624 \begin_inset Index
21625 status collapsed
21626
21627 \begin_layout Plain Layout
21628 Symbols ! miscellaneous
21629 \end_layout
21630
21631 \end_inset
21632
21633
21634 \end_layout
21635
21636 \begin_layout Standard
21637 \noindent
21638 \align center
21639 \begin_inset Tabular
21640 <lyxtabular version="3" rows="10" columns="2">
21641 <features>
21642 <column alignment="center" valignment="top" width="0pt">
21643 <column alignment="center" valignment="top" width="0pt">
21644 <row>
21645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21646 \begin_inset Text
21647
21648 \begin_layout Plain Layout
21649 Command
21650 \end_layout
21651
21652 \end_inset
21653 </cell>
21654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658 Result
21659 \end_layout
21660
21661 \end_inset
21662 </cell>
21663 </row>
21664 <row>
21665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21666 \begin_inset Text
21667
21668 \begin_layout Plain Layout
21669
21670 \backslash
21671 flat
21672 \end_layout
21673
21674 \end_inset
21675 </cell>
21676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21677 \begin_inset Text
21678
21679 \begin_layout Plain Layout
21680 \begin_inset Formula $\flat$
21681 \end_inset
21682
21683
21684 \end_layout
21685
21686 \end_inset
21687 </cell>
21688 </row>
21689 <row>
21690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21691 \begin_inset Text
21692
21693 \begin_layout Plain Layout
21694
21695 \backslash
21696 natural
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21702 \begin_inset Text
21703
21704 \begin_layout Plain Layout
21705 \begin_inset Formula $\natural$
21706 \end_inset
21707
21708
21709 \end_layout
21710
21711 \end_inset
21712 </cell>
21713 </row>
21714 <row>
21715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21716 \begin_inset Text
21717
21718 \begin_layout Plain Layout
21719
21720 \backslash
21721 sharp
21722 \end_layout
21723
21724 \end_inset
21725 </cell>
21726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21727 \begin_inset Text
21728
21729 \begin_layout Plain Layout
21730 \begin_inset Formula $\sharp$
21731 \end_inset
21732
21733
21734 \end_layout
21735
21736 \end_inset
21737 </cell>
21738 </row>
21739 <row>
21740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21741 \begin_inset Text
21742
21743 \begin_layout Plain Layout
21744
21745 \backslash
21746 surd
21747 \end_layout
21748
21749 \end_inset
21750 </cell>
21751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21752 \begin_inset Text
21753
21754 \begin_layout Plain Layout
21755 \begin_inset Formula $\surd$
21756 \end_inset
21757
21758
21759 \end_layout
21760
21761 \end_inset
21762 </cell>
21763 </row>
21764 <row>
21765 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21766 \begin_inset Text
21767
21768 \begin_layout Plain Layout
21769
21770 \backslash
21771 checkmark
21772 \end_layout
21773
21774 \end_inset
21775 </cell>
21776 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21777 \begin_inset Text
21778
21779 \begin_layout Plain Layout
21780 \begin_inset Formula $\checkmark$
21781 \end_inset
21782
21783
21784 \end_layout
21785
21786 \end_inset
21787 </cell>
21788 </row>
21789 <row>
21790 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21791 \begin_inset Text
21792
21793 \begin_layout Plain Layout
21794
21795 \backslash
21796 yen
21797 \end_layout
21798
21799 \end_inset
21800 </cell>
21801 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21802 \begin_inset Text
21803
21804 \begin_layout Plain Layout
21805 \begin_inset Formula $\yen$
21806 \end_inset
21807
21808
21809 \end_layout
21810
21811 \end_inset
21812 </cell>
21813 </row>
21814 <row>
21815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21816 \begin_inset Text
21817
21818 \begin_layout Plain Layout
21819
21820 \backslash
21821 pounds
21822 \end_layout
21823
21824 \end_inset
21825 </cell>
21826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21827 \begin_inset Text
21828
21829 \begin_layout Plain Layout
21830 \begin_inset Formula $\pounds$
21831 \end_inset
21832
21833
21834 \end_layout
21835
21836 \end_inset
21837 </cell>
21838 </row>
21839 <row>
21840 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21841 \begin_inset Text
21842
21843 \begin_layout Plain Layout
21844 $
21845 \end_layout
21846
21847 \end_inset
21848 </cell>
21849 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21850 \begin_inset Text
21851
21852 \begin_layout Plain Layout
21853 \begin_inset Formula $\$$
21854 \end_inset
21855
21856
21857 \end_layout
21858
21859 \end_inset
21860 </cell>
21861 </row>
21862 <row>
21863 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21864 \begin_inset Text
21865
21866 \begin_layout Plain Layout
21867 §
21868 \end_layout
21869
21870 \end_inset
21871 </cell>
21872 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21873 \begin_inset Text
21874
21875 \begin_layout Plain Layout
21876 \begin_inset Formula $§$
21877 \end_inset
21878
21879
21880 \end_layout
21881
21882 \end_inset
21883 </cell>
21884 </row>
21885 </lyxtabular>
21886
21887 \end_inset
21888
21889
21890 \begin_inset Tabular
21891 <lyxtabular version="3" rows="10" columns="2">
21892 <features>
21893 <column alignment="center" valignment="top" width="0">
21894 <column alignment="center" valignment="top" width="0">
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 hbar
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 $\hbar$
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 hslash
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 $\hslash$
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 clubsuit
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 $\clubsuit$
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 spadesuit
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 $\spadesuit$
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 bigstar
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 $\bigstar$
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 blacklozenge
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 $\blacklozenge$
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" leftline="true" usebox="none">
22067 \begin_inset Text
22068
22069 \begin_layout Plain Layout
22070
22071 \backslash
22072 blacktriangle
22073 \end_layout
22074
22075 \end_inset
22076 </cell>
22077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22078 \begin_inset Text
22079
22080 \begin_layout Plain Layout
22081 \begin_inset Formula $\blacktriangle$
22082 \end_inset
22083
22084
22085 \end_layout
22086
22087 \end_inset
22088 </cell>
22089 </row>
22090 <row>
22091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22092 \begin_inset Text
22093
22094 \begin_layout Plain Layout
22095
22096 \backslash
22097 blacktiangledown
22098 \end_layout
22099
22100 \end_inset
22101 </cell>
22102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22103 \begin_inset Text
22104
22105 \begin_layout Plain Layout
22106 \begin_inset Formula $\blacktriangledown$
22107 \end_inset
22108
22109
22110 \end_layout
22111
22112 \end_inset
22113 </cell>
22114 </row>
22115 <row>
22116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22117 \begin_inset Text
22118
22119 \begin_layout Plain Layout
22120
22121 \backslash
22122 bullet
22123 \end_layout
22124
22125 \end_inset
22126 </cell>
22127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22128 \begin_inset Text
22129
22130 \begin_layout Plain Layout
22131 \begin_inset Formula $\bullet$
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 Tabular
22146 <lyxtabular version="3" rows="10" columns="2">
22147 <features>
22148 <column alignment="center" valignment="top" width="0pt">
22149 <column alignment="center" valignment="top" width="0pt">
22150 <row>
22151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22152 \begin_inset Text
22153
22154 \begin_layout Plain Layout
22155 Command
22156 \end_layout
22157
22158 \end_inset
22159 </cell>
22160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22161 \begin_inset Text
22162
22163 \begin_layout Plain Layout
22164 Result
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 </row>
22170 <row>
22171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22172 \begin_inset Text
22173
22174 \begin_layout Plain Layout
22175
22176 \backslash
22177 diamondsuit
22178 \end_layout
22179
22180 \end_inset
22181 </cell>
22182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22183 \begin_inset Text
22184
22185 \begin_layout Plain Layout
22186 \begin_inset Formula $\diamondsuit$
22187 \end_inset
22188
22189
22190 \end_layout
22191
22192 \end_inset
22193 </cell>
22194 </row>
22195 <row>
22196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22197 \begin_inset Text
22198
22199 \begin_layout Plain Layout
22200
22201 \backslash
22202 Diamond
22203 \end_layout
22204
22205 \end_inset
22206 </cell>
22207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22208 \begin_inset Text
22209
22210 \begin_layout Plain Layout
22211 \begin_inset Formula $\Diamond$
22212 \end_inset
22213
22214
22215 \end_layout
22216
22217 \end_inset
22218 </cell>
22219 </row>
22220 <row>
22221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22222 \begin_inset Text
22223
22224 \begin_layout Plain Layout
22225
22226 \backslash
22227 heartsuit
22228 \end_layout
22229
22230 \end_inset
22231 </cell>
22232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22233 \begin_inset Text
22234
22235 \begin_layout Plain Layout
22236 \begin_inset Formula $\heartsuit$
22237 \end_inset
22238
22239
22240 \end_layout
22241
22242 \end_inset
22243 </cell>
22244 </row>
22245 <row>
22246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22247 \begin_inset Text
22248
22249 \begin_layout Plain Layout
22250
22251 \backslash
22252 P
22253 \end_layout
22254
22255 \end_inset
22256 </cell>
22257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22258 \begin_inset Text
22259
22260 \begin_layout Plain Layout
22261 \begin_inset Formula $\P$
22262 \end_inset
22263
22264
22265 \end_layout
22266
22267 \end_inset
22268 </cell>
22269 </row>
22270 <row>
22271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22272 \begin_inset Text
22273
22274 \begin_layout Plain Layout
22275
22276 \backslash
22277 copyright
22278 \end_layout
22279
22280 \end_inset
22281 </cell>
22282 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22283 \begin_inset Text
22284
22285 \begin_layout Plain Layout
22286 \begin_inset Formula $\copyright$
22287 \end_inset
22288
22289
22290 \end_layout
22291
22292 \end_inset
22293 </cell>
22294 </row>
22295 <row>
22296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22297 \begin_inset Text
22298
22299 \begin_layout Plain Layout
22300
22301 \backslash
22302 circledR
22303 \end_layout
22304
22305 \end_inset
22306 </cell>
22307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22308 \begin_inset Text
22309
22310 \begin_layout Plain Layout
22311 \begin_inset Formula $\circledR$
22312 \end_inset
22313
22314
22315 \end_layout
22316
22317 \end_inset
22318 </cell>
22319 </row>
22320 <row>
22321 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22322 \begin_inset Text
22323
22324 \begin_layout Plain Layout
22325
22326 \backslash
22327 maltese
22328 \end_layout
22329
22330 \end_inset
22331 </cell>
22332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22333 \begin_inset Text
22334
22335 \begin_layout Plain Layout
22336 \begin_inset Formula $\maltese$
22337 \end_inset
22338
22339
22340 \end_layout
22341
22342 \end_inset
22343 </cell>
22344 </row>
22345 <row>
22346 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22347 \begin_inset Text
22348
22349 \begin_layout Plain Layout
22350
22351 \backslash
22352 diagup
22353 \end_layout
22354
22355 \end_inset
22356 </cell>
22357 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22358 \begin_inset Text
22359
22360 \begin_layout Plain Layout
22361 \begin_inset Formula $\diagup$
22362 \end_inset
22363
22364
22365 \end_layout
22366
22367 \end_inset
22368 </cell>
22369 </row>
22370 <row>
22371 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22372 \begin_inset Text
22373
22374 \begin_layout Plain Layout
22375
22376 \backslash
22377 diagdown
22378 \end_layout
22379
22380 \end_inset
22381 </cell>
22382 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22383 \begin_inset Text
22384
22385 \begin_layout Plain Layout
22386 \begin_inset Formula $\diagdown$
22387 \end_inset
22388
22389
22390 \end_layout
22391
22392 \end_inset
22393 </cell>
22394 </row>
22395 </lyxtabular>
22396
22397 \end_inset
22398
22399
22400 \end_layout
22401
22402 \begin_layout Standard
22403 \begin_inset VSpace medskip
22404 \end_inset
22405
22406 More symbols are listed in 
22407 \begin_inset CommandInset ref
22408 LatexCommand ref
22409 reference "sub:Miscellaneous-special-Characters"
22410
22411 \end_inset
22412
22413 .
22414 \end_layout
22415
22416 \begin_layout Standard
22417 Some symbols can be displayed in different sizes, see 
22418 \begin_inset CommandInset ref
22419 LatexCommand ref
22420 reference "sub:Font-Sizes"
22421
22422 \end_inset
22423
22424 .
22425 \end_layout
22426
22427 \begin_layout Subsection
22428 The Euro-Symbol €
22429 \begin_inset Index
22430 status collapsed
22431
22432 \begin_layout Plain Layout
22433 Symbols ! Euro-symbol
22434 \end_layout
22435
22436 \end_inset
22437
22438
22439 \begin_inset Index
22440 status collapsed
22441
22442 \begin_layout Plain Layout
22443
22444 \backslash
22445 @
22446 \begin_inset ERT
22447 status collapsed
22448
22449 \begin_layout Plain Layout
22450
22451
22452 \backslash
22453 officialeuro
22454 \end_layout
22455
22456 \end_inset
22457
22458
22459 \end_layout
22460
22461 \end_inset
22462
22463
22464 \end_layout
22465
22466 \begin_layout Standard
22467 To use the Euro symbol in formulas, the LaTeX-package 
22468 \series bold
22469 eurosym
22470 \series default
22471
22472 \begin_inset Index
22473 status collapsed
22474
22475 \begin_layout Plain Layout
22476 Packages ! eurosym
22477 \end_layout
22478
22479 \end_inset
22480
22481  must be installed and loaded with the LaTeX-preamble line
22482 \end_layout
22483
22484 \begin_layout Standard
22485
22486 \series bold
22487
22488 \backslash
22489 usepackage[gennarrow]{eurosym}
22490 \end_layout
22491
22492 \begin_layout Standard
22493 The Euro symbol can now be inserted with the command 
22494 \series bold
22495
22496 \backslash
22497 euro
22498 \series default
22499
22500 \begin_inset Index
22501 status collapsed
22502
22503 \begin_layout Plain Layout
22504 Commands ! E ! 
22505 \backslash
22506 euro
22507 \end_layout
22508
22509 \end_inset
22510
22511 .
22512 \end_layout
22513
22514 \begin_layout Standard
22515 The Euro symbol can directly be inserted with the € key in mathematical
22516  text, without having 
22517 \series bold
22518 eurosym
22519 \series default
22520  installed.
22521  When 
22522 \series bold
22523 eurosym
22524 \series default
22525  is installed, 
22526 \series bold
22527
22528 \backslash
22529 euro
22530 \series default
22531  can also be inserted in TeX-mode.
22532  The official currency symbol can then be inserted with the command 
22533 \series bold
22534
22535 \backslash
22536 officialeuro
22537 \series default
22538
22539 \begin_inset Index
22540 status collapsed
22541
22542 \begin_layout Plain Layout
22543 Commands ! O ! 
22544 \backslash
22545 officialeuro
22546 \end_layout
22547
22548 \end_inset
22549
22550 , that is only available in TeX-mode.
22551 \end_layout
22552
22553 \begin_layout Standard
22554 \begin_inset ERT
22555 status collapsed
22556
22557 \begin_layout Plain Layout
22558
22559
22560 \backslash
22561 ifeurosym 
22562 \end_layout
22563
22564 \end_inset
22565
22566
22567 \begin_inset Note Note
22568 status open
22569
22570 \begin_layout Plain Layout
22571 The following table will only be displayed when the LaTeX-package 
22572 \series bold
22573 eurosym
22574 \series default
22575  is installed.
22576 \end_layout
22577
22578 \end_inset
22579
22580
22581 \end_layout
22582
22583 \begin_layout Standard
22584 An overview about the different Euro symbols:
22585 \end_layout
22586
22587 \begin_layout Standard
22588 \align center
22589 \begin_inset Tabular
22590 <lyxtabular version="3" rows="4" columns="3">
22591 <features>
22592 <column alignment="center" valignment="top" width="0pt">
22593 <column alignment="center" valignment="top" width="0pt">
22594 <column alignment="center" valignment="top" width="0pt">
22595 <row>
22596 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22597 \begin_inset Text
22598
22599 \begin_layout Plain Layout
22600
22601 \end_layout
22602
22603 \end_inset
22604 </cell>
22605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22606 \begin_inset Text
22607
22608 \begin_layout Plain Layout
22609 Command 
22610 \end_layout
22611
22612 \end_inset
22613 </cell>
22614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22615 \begin_inset Text
22616
22617 \begin_layout Plain Layout
22618 Result
22619 \end_layout
22620
22621 \end_inset
22622 </cell>
22623 </row>
22624 <row>
22625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22626 \begin_inset Text
22627
22628 \begin_layout Plain Layout
22629 formula
22630 \end_layout
22631
22632 \end_inset
22633 </cell>
22634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22635 \begin_inset Text
22636
22637 \begin_layout Plain Layout
22638
22639 \backslash
22640 euro
22641 \end_layout
22642
22643 \end_inset
22644 </cell>
22645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22646 \begin_inset Text
22647
22648 \begin_layout Plain Layout
22649 \begin_inset Formula $\euro$
22650 \end_inset
22651
22652
22653 \end_layout
22654
22655 \end_inset
22656 </cell>
22657 </row>
22658 <row>
22659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22660 \begin_inset Text
22661
22662 \begin_layout Plain Layout
22663 mathematical text
22664 \end_layout
22665
22666 \end_inset
22667 </cell>
22668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22669 \begin_inset Text
22670
22671 \begin_layout Plain Layout
22672
22673 \end_layout
22674
22675 \end_inset
22676 </cell>
22677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22678 \begin_inset Text
22679
22680 \begin_layout Plain Layout
22681 \begin_inset Formula $\mbox{€}$
22682 \end_inset
22683
22684
22685 \end_layout
22686
22687 \end_inset
22688 </cell>
22689 </row>
22690 <row>
22691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22692 \begin_inset Text
22693
22694 \begin_layout Plain Layout
22695 TeX-mode
22696 \end_layout
22697
22698 \end_inset
22699 </cell>
22700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22701 \begin_inset Text
22702
22703 \begin_layout Plain Layout
22704
22705 \backslash
22706 officialeuro
22707 \end_layout
22708
22709 \end_inset
22710 </cell>
22711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22712 \begin_inset Text
22713
22714 \begin_layout Plain Layout
22715 \begin_inset ERT
22716 status collapsed
22717
22718 \begin_layout Plain Layout
22719
22720
22721 \backslash
22722 officialeuro
22723 \end_layout
22724
22725 \end_inset
22726
22727
22728 \end_layout
22729
22730 \end_inset
22731 </cell>
22732 </row>
22733 </lyxtabular>
22734
22735 \end_inset
22736
22737
22738 \end_layout
22739
22740 \begin_layout Standard
22741 \begin_inset ERT
22742 status collapsed
22743
22744 \begin_layout Plain Layout
22745
22746
22747 \backslash
22748 else 
22749 \end_layout
22750
22751 \end_inset
22752
22753
22754 \begin_inset Note Note
22755 status open
22756
22757 \begin_layout Plain Layout
22758 The following will be displayed when the LaTeX-package 
22759 \series bold
22760 eurosym
22761 \series default
22762  is not installed:
22763 \end_layout
22764
22765 \end_inset
22766
22767
22768 \end_layout
22769
22770 \begin_layout Standard
22771 You need to install the LaTeX-package 
22772 \series bold
22773 eurosym
22774 \series default
22775  to see the rest of this subsection in the output.
22776 \end_layout
22777
22778 \begin_layout Standard
22779 \begin_inset ERT
22780 status collapsed
22781
22782 \begin_layout Plain Layout
22783
22784
22785 \backslash
22786 fi 
22787 \end_layout
22788
22789 \end_inset
22790
22791
22792 \end_layout
22793
22794 \begin_layout Section
22795 Relations
22796 \begin_inset CommandInset label
22797 LatexCommand label
22798 name "sec:Relations"
22799
22800 \end_inset
22801
22802
22803 \begin_inset Index
22804 status collapsed
22805
22806 \begin_layout Plain Layout
22807 Relations
22808 \end_layout
22809
22810 \end_inset
22811
22812
22813 \begin_inset Index
22814 status collapsed
22815
22816 \begin_layout Plain Layout
22817 Comparisons|see
22818 \begin_inset ERT
22819 status collapsed
22820
22821 \begin_layout Plain Layout
22822
22823 {
22824 \end_layout
22825
22826 \end_inset
22827
22828 Relations
22829 \begin_inset ERT
22830 status collapsed
22831
22832 \begin_layout Plain Layout
22833
22834 }
22835 \end_layout
22836
22837 \end_inset
22838
22839
22840 \end_layout
22841
22842 \end_inset
22843
22844
22845 \end_layout
22846
22847 \begin_layout Standard
22848 All relations can also be inserted via the toolbar button 
22849 \begin_inset Graphics
22850         filename ../images/math/leq.png
22851         scale 85
22852
22853 \end_inset
22854
22855 .
22856 \end_layout
22857
22858 \begin_layout Standard
22859 \begin_inset space \hfill{}
22860 \end_inset
22861
22862
22863 \begin_inset Tabular
22864 <lyxtabular version="3" rows="17" columns="2">
22865 <features>
22866 <column alignment="center" valignment="top" width="0pt">
22867 <column alignment="center" valignment="top" width="0pt">
22868 <row>
22869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22870 \begin_inset Text
22871
22872 \begin_layout Plain Layout
22873 Command
22874 \end_layout
22875
22876 \end_inset
22877 </cell>
22878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22879 \begin_inset Text
22880
22881 \begin_layout Plain Layout
22882 Result
22883 \end_layout
22884
22885 \end_inset
22886 </cell>
22887 </row>
22888 <row>
22889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22890 \begin_inset Text
22891
22892 \begin_layout Plain Layout
22893 <
22894 \end_layout
22895
22896 \end_inset
22897 </cell>
22898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22899 \begin_inset Text
22900
22901 \begin_layout Plain Layout
22902 \begin_inset Formula $<$
22903 \end_inset
22904
22905
22906 \end_layout
22907
22908 \end_inset
22909 </cell>
22910 </row>
22911 <row>
22912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22913 \begin_inset Text
22914
22915 \begin_layout Plain Layout
22916
22917 \backslash
22918 le
22919 \end_layout
22920
22921 \end_inset
22922 </cell>
22923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22924 \begin_inset Text
22925
22926 \begin_layout Plain Layout
22927 \begin_inset Formula $\le$
22928 \end_inset
22929
22930
22931 \end_layout
22932
22933 \end_inset
22934 </cell>
22935 </row>
22936 <row>
22937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22938 \begin_inset Text
22939
22940 \begin_layout Plain Layout
22941
22942 \backslash
22943 ll
22944 \end_layout
22945
22946 \end_inset
22947 </cell>
22948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22949 \begin_inset Text
22950
22951 \begin_layout Plain Layout
22952 \begin_inset Formula $\ll$
22953 \end_inset
22954
22955
22956 \end_layout
22957
22958 \end_inset
22959 </cell>
22960 </row>
22961 <row>
22962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22963 \begin_inset Text
22964
22965 \begin_layout Plain Layout
22966
22967 \backslash
22968 prec
22969 \end_layout
22970
22971 \end_inset
22972 </cell>
22973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22974 \begin_inset Text
22975
22976 \begin_layout Plain Layout
22977 \begin_inset Formula $\prec$
22978 \end_inset
22979
22980
22981 \end_layout
22982
22983 \end_inset
22984 </cell>
22985 </row>
22986 <row>
22987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22988 \begin_inset Text
22989
22990 \begin_layout Plain Layout
22991
22992 \backslash
22993 preceq
22994 \end_layout
22995
22996 \end_inset
22997 </cell>
22998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22999 \begin_inset Text
23000
23001 \begin_layout Plain Layout
23002 \begin_inset Formula $\preceq$
23003 \end_inset
23004
23005
23006 \end_layout
23007
23008 \end_inset
23009 </cell>
23010 </row>
23011 <row>
23012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23013 \begin_inset Text
23014
23015 \begin_layout Plain Layout
23016
23017 \backslash
23018 subset
23019 \end_layout
23020
23021 \end_inset
23022 </cell>
23023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23024 \begin_inset Text
23025
23026 \begin_layout Plain Layout
23027 \begin_inset Formula $\subset$
23028 \end_inset
23029
23030
23031 \end_layout
23032
23033 \end_inset
23034 </cell>
23035 </row>
23036 <row>
23037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23038 \begin_inset Text
23039
23040 \begin_layout Plain Layout
23041
23042 \backslash
23043 subseteq
23044 \end_layout
23045
23046 \end_inset
23047 </cell>
23048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23049 \begin_inset Text
23050
23051 \begin_layout Plain Layout
23052 \begin_inset Formula $\subseteq$
23053 \end_inset
23054
23055
23056 \end_layout
23057
23058 \end_inset
23059 </cell>
23060 </row>
23061 <row>
23062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23063 \begin_inset Text
23064
23065 \begin_layout Plain Layout
23066
23067 \backslash
23068 sqsubseteq
23069 \end_layout
23070
23071 \end_inset
23072 </cell>
23073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23074 \begin_inset Text
23075
23076 \begin_layout Plain Layout
23077 \begin_inset Formula $\sqsubseteq$
23078 \end_inset
23079
23080
23081 \end_layout
23082
23083 \end_inset
23084 </cell>
23085 </row>
23086 <row>
23087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23088 \begin_inset Text
23089
23090 \begin_layout Plain Layout
23091
23092 \backslash
23093 in
23094 \end_layout
23095
23096 \end_inset
23097 </cell>
23098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23099 \begin_inset Text
23100
23101 \begin_layout Plain Layout
23102 \begin_inset Formula $\in$
23103 \end_inset
23104
23105
23106 \end_layout
23107
23108 \end_inset
23109 </cell>
23110 </row>
23111 <row>
23112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23113 \begin_inset Text
23114
23115 \begin_layout Plain Layout
23116
23117 \backslash
23118 vdash
23119 \end_layout
23120
23121 \end_inset
23122 </cell>
23123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23124 \begin_inset Text
23125
23126 \begin_layout Plain Layout
23127 \begin_inset Formula $\vdash$
23128 \end_inset
23129
23130
23131 \end_layout
23132
23133 \end_inset
23134 </cell>
23135 </row>
23136 <row>
23137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23138 \begin_inset Text
23139
23140 \begin_layout Plain Layout
23141
23142 \backslash
23143 smile
23144 \end_layout
23145
23146 \end_inset
23147 </cell>
23148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23149 \begin_inset Text
23150
23151 \begin_layout Plain Layout
23152 \begin_inset Formula $\smile$
23153 \end_inset
23154
23155
23156 \end_layout
23157
23158 \end_inset
23159 </cell>
23160 </row>
23161 <row>
23162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23163 \begin_inset Text
23164
23165 \begin_layout Plain Layout
23166
23167 \backslash
23168 lhd
23169 \end_layout
23170
23171 \end_inset
23172 </cell>
23173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23174 \begin_inset Text
23175
23176 \begin_layout Plain Layout
23177 \begin_inset Formula $\lhd$
23178 \end_inset
23179
23180
23181 \end_layout
23182
23183 \end_inset
23184 </cell>
23185 </row>
23186 <row>
23187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23188 \begin_inset Text
23189
23190 \begin_layout Plain Layout
23191
23192 \backslash
23193 unlhd
23194 \end_layout
23195
23196 \end_inset
23197 </cell>
23198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23199 \begin_inset Text
23200
23201 \begin_layout Plain Layout
23202 \begin_inset Formula $\unlhd$
23203 \end_inset
23204
23205
23206 \end_layout
23207
23208 \end_inset
23209 </cell>
23210 </row>
23211 <row>
23212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23213 \begin_inset Text
23214
23215 \begin_layout Plain Layout
23216
23217 \backslash
23218 gtrless
23219 \end_layout
23220
23221 \end_inset
23222 </cell>
23223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23224 \begin_inset Text
23225
23226 \begin_layout Plain Layout
23227 \begin_inset Formula $\gtrless$
23228 \end_inset
23229
23230
23231 \end_layout
23232
23233 \end_inset
23234 </cell>
23235 </row>
23236 <row>
23237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23238 \begin_inset Text
23239
23240 \begin_layout Plain Layout
23241
23242 \backslash
23243 mid
23244 \end_layout
23245
23246 \end_inset
23247 </cell>
23248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23249 \begin_inset Text
23250
23251 \begin_layout Plain Layout
23252 \begin_inset Formula $\mid$
23253 \end_inset
23254
23255
23256 \end_layout
23257
23258 \end_inset
23259 </cell>
23260 </row>
23261 <row>
23262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23263 \begin_inset Text
23264
23265 \begin_layout Plain Layout
23266
23267 \backslash
23268 nmid
23269 \end_layout
23270
23271 \end_inset
23272 </cell>
23273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23274 \begin_inset Text
23275
23276 \begin_layout Plain Layout
23277 \begin_inset Formula $\nmid$
23278 \end_inset
23279
23280
23281 \end_layout
23282
23283 \end_inset
23284 </cell>
23285 </row>
23286 </lyxtabular>
23287
23288 \end_inset
23289
23290
23291 \begin_inset space \hfill{}
23292 \end_inset
23293
23294
23295 \begin_inset Tabular
23296 <lyxtabular version="3" rows="17" columns="2">
23297 <features>
23298 <column alignment="center" valignment="top" width="0pt">
23299 <column alignment="center" valignment="top" width="0pt">
23300 <row>
23301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23302 \begin_inset Text
23303
23304 \begin_layout Plain Layout
23305 Command
23306 \end_layout
23307
23308 \end_inset
23309 </cell>
23310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23311 \begin_inset Text
23312
23313 \begin_layout Plain Layout
23314 Result
23315 \end_layout
23316
23317 \end_inset
23318 </cell>
23319 </row>
23320 <row>
23321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23322 \begin_inset Text
23323
23324 \begin_layout Plain Layout
23325 =
23326 \end_layout
23327
23328 \end_inset
23329 </cell>
23330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23331 \begin_inset Text
23332
23333 \begin_layout Plain Layout
23334 \begin_inset Formula $=$
23335 \end_inset
23336
23337
23338 \end_layout
23339
23340 \end_inset
23341 </cell>
23342 </row>
23343 <row>
23344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23345 \begin_inset Text
23346
23347 \begin_layout Plain Layout
23348
23349 \backslash
23350 not=
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23356 \begin_inset Text
23357
23358 \begin_layout Plain Layout
23359 \begin_inset Formula $\not=$
23360 \end_inset
23361
23362
23363 \end_layout
23364
23365 \end_inset
23366 </cell>
23367 </row>
23368 <row>
23369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23370 \begin_inset Text
23371
23372 \begin_layout Plain Layout
23373
23374 \backslash
23375 equiv
23376 \end_layout
23377
23378 \end_inset
23379 </cell>
23380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23381 \begin_inset Text
23382
23383 \begin_layout Plain Layout
23384 \begin_inset Formula $\equiv$
23385 \end_inset
23386
23387
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 </row>
23393 <row>
23394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23395 \begin_inset Text
23396
23397 \begin_layout Plain Layout
23398
23399 \backslash
23400 sim
23401 \end_layout
23402
23403 \end_inset
23404 </cell>
23405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23406 \begin_inset Text
23407
23408 \begin_layout Plain Layout
23409 \begin_inset Formula $\sim$
23410 \end_inset
23411
23412
23413 \end_layout
23414
23415 \end_inset
23416 </cell>
23417 </row>
23418 <row>
23419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23420 \begin_inset Text
23421
23422 \begin_layout Plain Layout
23423
23424 \backslash
23425 simeq
23426 \end_layout
23427
23428 \end_inset
23429 </cell>
23430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23431 \begin_inset Text
23432
23433 \begin_layout Plain Layout
23434 \begin_inset Formula $\simeq$
23435 \end_inset
23436
23437
23438 \end_layout
23439
23440 \end_inset
23441 </cell>
23442 </row>
23443 <row>
23444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23445 \begin_inset Text
23446
23447 \begin_layout Plain Layout
23448
23449 \backslash
23450 approx
23451 \end_layout
23452
23453 \end_inset
23454 </cell>
23455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23456 \begin_inset Text
23457
23458 \begin_layout Plain Layout
23459 \begin_inset Formula $\approx$
23460 \end_inset
23461
23462
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 </row>
23468 <row>
23469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23470 \begin_inset Text
23471
23472 \begin_layout Plain Layout
23473
23474 \backslash
23475 cong
23476 \end_layout
23477
23478 \end_inset
23479 </cell>
23480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23481 \begin_inset Text
23482
23483 \begin_layout Plain Layout
23484 \begin_inset Formula $\cong$
23485 \end_inset
23486
23487
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 </row>
23493 <row>
23494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23495 \begin_inset Text
23496
23497 \begin_layout Plain Layout
23498
23499 \backslash
23500 bowtie
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509 \begin_inset Formula $\bowtie$
23510 \end_inset
23511
23512
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 </row>
23518 <row>
23519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23520 \begin_inset Text
23521
23522 \begin_layout Plain Layout
23523
23524 \backslash
23525 notin
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23531 \begin_inset Text
23532
23533 \begin_layout Plain Layout
23534 \begin_inset Formula $\notin$
23535 \end_inset
23536
23537
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 </row>
23543 <row>
23544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23545 \begin_inset Text
23546
23547 \begin_layout Plain Layout
23548
23549 \backslash
23550 perp
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Plain Layout
23559 \begin_inset Formula $\perp$
23560 \end_inset
23561
23562
23563 \end_layout
23564
23565 \end_inset
23566 </cell>
23567 </row>
23568 <row>
23569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573
23574 \backslash
23575 propto
23576 \end_layout
23577
23578 \end_inset
23579 </cell>
23580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23581 \begin_inset Text
23582
23583 \begin_layout Plain Layout
23584 \begin_inset Formula $\propto$
23585 \end_inset
23586
23587
23588 \end_layout
23589
23590 \end_inset
23591 </cell>
23592 </row>
23593 <row>
23594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23595 \begin_inset Text
23596
23597 \begin_layout Plain Layout
23598
23599 \backslash
23600 asymp
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23606 \begin_inset Text
23607
23608 \begin_layout Plain Layout
23609 \begin_inset Formula $\asymp$
23610 \end_inset
23611
23612
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 </row>
23618 <row>
23619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23620 \begin_inset Text
23621
23622 \begin_layout Plain Layout
23623
23624 \backslash
23625 doteq
23626 \end_layout
23627
23628 \end_inset
23629 </cell>
23630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23631 \begin_inset Text
23632
23633 \begin_layout Plain Layout
23634 \begin_inset Formula $\doteq$
23635 \end_inset
23636
23637
23638 \end_layout
23639
23640 \end_inset
23641 </cell>
23642 </row>
23643 <row>
23644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23645 \begin_inset Text
23646
23647 \begin_layout Plain Layout
23648
23649 \backslash
23650 circeq
23651 \end_layout
23652
23653 \end_inset
23654 </cell>
23655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23656 \begin_inset Text
23657
23658 \begin_layout Plain Layout
23659 \begin_inset Formula $\circeq$
23660 \end_inset
23661
23662
23663 \end_layout
23664
23665 \end_inset
23666 </cell>
23667 </row>
23668 <row>
23669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23670 \begin_inset Text
23671
23672 \begin_layout Plain Layout
23673
23674 \backslash
23675 models
23676 \end_layout
23677
23678 \end_inset
23679 </cell>
23680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23681 \begin_inset Text
23682
23683 \begin_layout Plain Layout
23684 \begin_inset Formula $\models$
23685 \end_inset
23686
23687
23688 \end_layout
23689
23690 \end_inset
23691 </cell>
23692 </row>
23693 <row>
23694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23695 \begin_inset Text
23696
23697 \begin_layout Plain Layout
23698
23699 \backslash
23700 widehat=
23701 \end_layout
23702
23703 \end_inset
23704 </cell>
23705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23706 \begin_inset Text
23707
23708 \begin_layout Plain Layout
23709 \begin_inset Formula $\widehat{=}$
23710 \end_inset
23711
23712
23713 \end_layout
23714
23715 \end_inset
23716 </cell>
23717 </row>
23718 </lyxtabular>
23719
23720 \end_inset
23721
23722
23723 \begin_inset space \hfill{}
23724 \end_inset
23725
23726
23727 \begin_inset Tabular
23728 <lyxtabular version="3" rows="17" columns="2">
23729 <features>
23730 <column alignment="center" valignment="top" width="0pt">
23731 <column alignment="center" valignment="top" width="0pt">
23732 <row>
23733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23734 \begin_inset Text
23735
23736 \begin_layout Plain Layout
23737 Command
23738 \end_layout
23739
23740 \end_inset
23741 </cell>
23742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23743 \begin_inset Text
23744
23745 \begin_layout Plain Layout
23746 Result
23747 \end_layout
23748
23749 \end_inset
23750 </cell>
23751 </row>
23752 <row>
23753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23754 \begin_inset Text
23755
23756 \begin_layout Plain Layout
23757 >
23758 \end_layout
23759
23760 \end_inset
23761 </cell>
23762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23763 \begin_inset Text
23764
23765 \begin_layout Plain Layout
23766 \begin_inset Formula $>$
23767 \end_inset
23768
23769
23770 \end_layout
23771
23772 \end_inset
23773 </cell>
23774 </row>
23775 <row>
23776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23777 \begin_inset Text
23778
23779 \begin_layout Plain Layout
23780
23781 \backslash
23782 ge
23783 \end_layout
23784
23785 \end_inset
23786 </cell>
23787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23788 \begin_inset Text
23789
23790 \begin_layout Plain Layout
23791 \begin_inset Formula $\ge$
23792 \end_inset
23793
23794
23795 \end_layout
23796
23797 \end_inset
23798 </cell>
23799 </row>
23800 <row>
23801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23802 \begin_inset Text
23803
23804 \begin_layout Plain Layout
23805
23806 \backslash
23807 gg
23808 \end_layout
23809
23810 \end_inset
23811 </cell>
23812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23813 \begin_inset Text
23814
23815 \begin_layout Plain Layout
23816 \begin_inset Formula $\gg$
23817 \end_inset
23818
23819
23820 \end_layout
23821
23822 \end_inset
23823 </cell>
23824 </row>
23825 <row>
23826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23827 \begin_inset Text
23828
23829 \begin_layout Plain Layout
23830
23831 \backslash
23832 succ
23833 \end_layout
23834
23835 \end_inset
23836 </cell>
23837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23838 \begin_inset Text
23839
23840 \begin_layout Plain Layout
23841 \begin_inset Formula $\succ$
23842 \end_inset
23843
23844
23845 \end_layout
23846
23847 \end_inset
23848 </cell>
23849 </row>
23850 <row>
23851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23852 \begin_inset Text
23853
23854 \begin_layout Plain Layout
23855
23856 \backslash
23857 succeq
23858 \end_layout
23859
23860 \end_inset
23861 </cell>
23862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23863 \begin_inset Text
23864
23865 \begin_layout Plain Layout
23866 \begin_inset Formula $\succeq$
23867 \end_inset
23868
23869
23870 \end_layout
23871
23872 \end_inset
23873 </cell>
23874 </row>
23875 <row>
23876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23877 \begin_inset Text
23878
23879 \begin_layout Plain Layout
23880
23881 \backslash
23882 supset
23883 \end_layout
23884
23885 \end_inset
23886 </cell>
23887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23888 \begin_inset Text
23889
23890 \begin_layout Plain Layout
23891 \begin_inset Formula $\supset$
23892 \end_inset
23893
23894
23895 \end_layout
23896
23897 \end_inset
23898 </cell>
23899 </row>
23900 <row>
23901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23902 \begin_inset Text
23903
23904 \begin_layout Plain Layout
23905
23906 \backslash
23907 supseteq
23908 \end_layout
23909
23910 \end_inset
23911 </cell>
23912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23913 \begin_inset Text
23914
23915 \begin_layout Plain Layout
23916 \begin_inset Formula $\supseteq$
23917 \end_inset
23918
23919
23920 \end_layout
23921
23922 \end_inset
23923 </cell>
23924 </row>
23925 <row>
23926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23927 \begin_inset Text
23928
23929 \begin_layout Plain Layout
23930
23931 \backslash
23932 sqsupseteq
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23938 \begin_inset Text
23939
23940 \begin_layout Plain Layout
23941 \begin_inset Formula $\sqsupseteq$
23942 \end_inset
23943
23944
23945 \end_layout
23946
23947 \end_inset
23948 </cell>
23949 </row>
23950 <row>
23951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23952 \begin_inset Text
23953
23954 \begin_layout Plain Layout
23955
23956 \backslash
23957 ni
23958 \end_layout
23959
23960 \end_inset
23961 </cell>
23962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23963 \begin_inset Text
23964
23965 \begin_layout Plain Layout
23966 \begin_inset Formula $\ni$
23967 \end_inset
23968
23969
23970 \end_layout
23971
23972 \end_inset
23973 </cell>
23974 </row>
23975 <row>
23976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23977 \begin_inset Text
23978
23979 \begin_layout Plain Layout
23980
23981 \backslash
23982 dashv
23983 \end_layout
23984
23985 \end_inset
23986 </cell>
23987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23988 \begin_inset Text
23989
23990 \begin_layout Plain Layout
23991 \begin_inset Formula $\dashv$
23992 \end_inset
23993
23994
23995 \end_layout
23996
23997 \end_inset
23998 </cell>
23999 </row>
24000 <row>
24001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24002 \begin_inset Text
24003
24004 \begin_layout Plain Layout
24005
24006 \backslash
24007 frown
24008 \end_layout
24009
24010 \end_inset
24011 </cell>
24012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24013 \begin_inset Text
24014
24015 \begin_layout Plain Layout
24016 \begin_inset Formula $\frown$
24017 \end_inset
24018
24019
24020 \end_layout
24021
24022 \end_inset
24023 </cell>
24024 </row>
24025 <row>
24026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24027 \begin_inset Text
24028
24029 \begin_layout Plain Layout
24030
24031 \backslash
24032 rhd
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24038 \begin_inset Text
24039
24040 \begin_layout Plain Layout
24041 \begin_inset Formula $\rhd$
24042 \end_inset
24043
24044
24045 \end_layout
24046
24047 \end_inset
24048 </cell>
24049 </row>
24050 <row>
24051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Plain Layout
24055
24056 \backslash
24057 unrhd
24058 \end_layout
24059
24060 \end_inset
24061 </cell>
24062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066 \begin_inset Formula $\unrhd$
24067 \end_inset
24068
24069
24070 \end_layout
24071
24072 \end_inset
24073 </cell>
24074 </row>
24075 <row>
24076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24077 \begin_inset Text
24078
24079 \begin_layout Plain Layout
24080
24081 \backslash
24082 lessgtr
24083 \end_layout
24084
24085 \end_inset
24086 </cell>
24087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24088 \begin_inset Text
24089
24090 \begin_layout Plain Layout
24091 \begin_inset Formula $\lessgtr$
24092 \end_inset
24093
24094
24095 \end_layout
24096
24097 \end_inset
24098 </cell>
24099 </row>
24100 <row>
24101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24102 \begin_inset Text
24103
24104 \begin_layout Plain Layout
24105
24106 \backslash
24107 parallel
24108 \end_layout
24109
24110 \end_inset
24111 </cell>
24112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24113 \begin_inset Text
24114
24115 \begin_layout Plain Layout
24116 \begin_inset Formula $\parallel$
24117 \end_inset
24118
24119
24120 \end_layout
24121
24122 \end_inset
24123 </cell>
24124 </row>
24125 <row>
24126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24127 \begin_inset Text
24128
24129 \begin_layout Plain Layout
24130
24131 \backslash
24132 nparallel
24133 \end_layout
24134
24135 \end_inset
24136 </cell>
24137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24138 \begin_inset Text
24139
24140 \begin_layout Plain Layout
24141 \begin_inset Formula $\nparallel$
24142 \end_inset
24143
24144
24145 \end_layout
24146
24147 \end_inset
24148 </cell>
24149 </row>
24150 </lyxtabular>
24151
24152 \end_inset
24153
24154
24155 \begin_inset space \hfill{}
24156 \end_inset
24157
24158
24159 \end_layout
24160
24161 \begin_layout Standard
24162 \begin_inset VSpace medskip
24163 \end_inset
24164
24165 The characters 
24166 \series bold
24167
24168 \backslash
24169 lhd
24170 \series default
24171  and 
24172 \series bold
24173
24174 \backslash
24175 rhd
24176 \series default
24177  are bigger than the equal looking operators 
24178 \series bold
24179
24180 \backslash
24181 triangleleft
24182 \series default
24183  and 
24184 \series bold
24185
24186 \backslash
24187 triangleright
24188 \series default
24189 , respectively.
24190 \end_layout
24191
24192 \begin_layout Standard
24193 Relations are, in contrary to symbols, always surrounded by space.
24194 \end_layout
24195
24196 \begin_layout Standard
24197 Relations with labels can be created with the command 
24198 \series bold
24199
24200 \backslash
24201 stackrel
24202 \series default
24203
24204 \begin_inset Index
24205 status collapsed
24206
24207 \begin_layout Plain Layout
24208 Commands ! S ! 
24209 \backslash
24210 stackrel
24211 \end_layout
24212
24213 \end_inset
24214
24215 :
24216 \end_layout
24217
24218 \begin_layout Standard
24219 \align center
24220 \begin_inset Tabular
24221 <lyxtabular version="3" rows="2" columns="2">
24222 <features>
24223 <column alignment="center" valignment="top" width="0">
24224 <column alignment="center" valignment="top" width="0">
24225 <row>
24226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24227 \begin_inset Text
24228
24229 \begin_layout Plain Layout
24230 Command
24231 \end_layout
24232
24233 \end_inset
24234 </cell>
24235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24236 \begin_inset Text
24237
24238 \begin_layout Plain Layout
24239 Result
24240 \begin_inset Note Note
24241 status collapsed
24242
24243 \begin_layout Plain Layout
24244
24245 \series bold
24246
24247 \backslash
24248 raisebox
24249 \series default
24250  is only used as spacer.
24251 \end_layout
24252
24253 \end_inset
24254
24255
24256 \end_layout
24257
24258 \end_inset
24259 </cell>
24260 </row>
24261 <row>
24262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24263 \begin_inset Text
24264
24265 \begin_layout Plain Layout
24266 A(r)
24267 \backslash
24268 stackrel
24269 \begin_inset ERT
24270 status collapsed
24271
24272 \begin_layout Plain Layout
24273
24274
24275 \backslash
24276 spce 
24277 \end_layout
24278
24279 \end_inset
24280
24281 r
24282 \backslash
24283 to
24284 \backslash
24285 infty
24286 \begin_inset ERT
24287 status collapsed
24288
24289 \begin_layout Plain Layout
24290
24291
24292 \backslash
24293 spce 
24294 \end_layout
24295
24296 \end_inset
24297
24298
24299 \begin_inset Formula $\downarrow$
24300 \end_inset
24301
24302
24303 \backslash
24304 approx
24305 \begin_inset ERT
24306 status collapsed
24307
24308 \begin_layout Plain Layout
24309
24310
24311 \backslash
24312 spce 
24313 \end_layout
24314
24315 \end_inset
24316
24317
24318 \begin_inset ERT
24319 status collapsed
24320
24321 \begin_layout Plain Layout
24322
24323
24324 \backslash
24325 spce 
24326 \end_layout
24327
24328 \end_inset
24329
24330 B
24331 \end_layout
24332
24333 \end_inset
24334 </cell>
24335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24336 \begin_inset Text
24337
24338 \begin_layout Plain Layout
24339 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24340 \end_inset
24341
24342
24343 \end_layout
24344
24345 \end_inset
24346 </cell>
24347 </row>
24348 </lyxtabular>
24349
24350 \end_inset
24351
24352
24353 \end_layout
24354
24355 \begin_layout Section
24356 Functions
24357 \end_layout
24358
24359 \begin_layout Subsection
24360 Predefined Functions
24361 \begin_inset CommandInset label
24362 LatexCommand label
24363 name "sub:Predefined-Functions"
24364
24365 \end_inset
24366
24367
24368 \begin_inset Index
24369 status collapsed
24370
24371 \begin_layout Plain Layout
24372 Functions ! predefined
24373 \end_layout
24374
24375 \end_inset
24376
24377
24378 \end_layout
24379
24380 \begin_layout Standard
24381 In general, variables are set 
24382 \emph on
24383 italic
24384 \emph default
24385  in mathematical expressions, but not function names, because 
24386 \begin_inset Formula $sin$
24387 \end_inset
24388
24389  could be misunderstood as 
24390 \begin_inset Formula $s\cdot i\cdot n$
24391 \end_inset
24392
24393 .
24394  Therefore there are predefined functions, that are additionally a bit separated
24395  from prefactors.
24396  They are inserted as commands starting with a backslash before their name.
24397 \end_layout
24398
24399 \begin_layout Standard
24400 \align center
24401 \begin_inset Tabular
24402 <lyxtabular version="3" rows="2" columns="4">
24403 <features>
24404 <column alignment="center" valignment="top" width="0pt">
24405 <column alignment="center" valignment="top" width="0pt">
24406 <column alignment="center" valignment="top" width="0pt">
24407 <column alignment="center" valignment="top" width="0pt">
24408 <row>
24409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24410 \begin_inset Text
24411
24412 \begin_layout Plain Layout
24413 Command
24414 \end_layout
24415
24416 \end_inset
24417 </cell>
24418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24419 \begin_inset Text
24420
24421 \begin_layout Plain Layout
24422 Result
24423 \end_layout
24424
24425 \end_inset
24426 </cell>
24427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24428 \begin_inset Text
24429
24430 \begin_layout Plain Layout
24431 Command
24432 \end_layout
24433
24434 \end_inset
24435 </cell>
24436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24437 \begin_inset Text
24438
24439 \begin_layout Plain Layout
24440 Result
24441 \end_layout
24442
24443 \end_inset
24444 </cell>
24445 </row>
24446 <row>
24447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24448 \begin_inset Text
24449
24450 \begin_layout Plain Layout
24451 Asin(x)+B
24452 \end_layout
24453
24454 \end_inset
24455 </cell>
24456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24457 \begin_inset Text
24458
24459 \begin_layout Plain Layout
24460 \begin_inset Formula $Asin(x)+B$
24461 \end_inset
24462
24463
24464 \end_layout
24465
24466 \end_inset
24467 </cell>
24468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24469 \begin_inset Text
24470
24471 \begin_layout Plain Layout
24472 A
24473 \backslash
24474 sin(x)+B
24475 \end_layout
24476
24477 \end_inset
24478 </cell>
24479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24480 \begin_inset Text
24481
24482 \begin_layout Plain Layout
24483 \begin_inset Formula $A\sin(x)+B$
24484 \end_inset
24485
24486
24487 \end_layout
24488
24489 \end_inset
24490 </cell>
24491 </row>
24492 </lyxtabular>
24493
24494 \end_inset
24495
24496
24497 \end_layout
24498
24499 \begin_layout Standard
24500 The following functions are predefined:
24501 \end_layout
24502
24503 \begin_layout Standard
24504 \begin_inset VSpace -2mm
24505 \end_inset
24506
24507
24508 \end_layout
24509
24510 \begin_layout Standard
24511 \align center
24512 \begin_inset Tabular
24513 <lyxtabular version="3" rows="9" columns="4">
24514 <features>
24515 <column alignment="center" valignment="top" width="0pt">
24516 <column alignment="center" valignment="top" width="0pt">
24517 <column alignment="center" valignment="top" width="0pt">
24518 <column alignment="center" valignment="top" width="0pt">
24519 <row>
24520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24521 \begin_inset Text
24522
24523 \begin_layout Plain Layout
24524 Command
24525 \end_layout
24526
24527 \end_inset
24528 </cell>
24529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24530 \begin_inset Text
24531
24532 \begin_layout Plain Layout
24533 Command
24534 \end_layout
24535
24536 \end_inset
24537 </cell>
24538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24539 \begin_inset Text
24540
24541 \begin_layout Plain Layout
24542 Command
24543 \end_layout
24544
24545 \end_inset
24546 </cell>
24547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24548 \begin_inset Text
24549
24550 \begin_layout Plain Layout
24551 Command
24552 \end_layout
24553
24554 \end_inset
24555 </cell>
24556 </row>
24557 <row>
24558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24559 \begin_inset Text
24560
24561 \begin_layout Plain Layout
24562
24563 \backslash
24564 sin
24565 \end_layout
24566
24567 \end_inset
24568 </cell>
24569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24570 \begin_inset Text
24571
24572 \begin_layout Plain Layout
24573
24574 \backslash
24575 sinh
24576 \end_layout
24577
24578 \end_inset
24579 </cell>
24580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24581 \begin_inset Text
24582
24583 \begin_layout Plain Layout
24584
24585 \backslash
24586 arcsin
24587 \end_layout
24588
24589 \end_inset
24590 </cell>
24591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24592 \begin_inset Text
24593
24594 \begin_layout Plain Layout
24595
24596 \backslash
24597 sup
24598 \end_layout
24599
24600 \end_inset
24601 </cell>
24602 </row>
24603 <row>
24604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24605 \begin_inset Text
24606
24607 \begin_layout Plain Layout
24608
24609 \backslash
24610 cos
24611 \end_layout
24612
24613 \end_inset
24614 </cell>
24615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24616 \begin_inset Text
24617
24618 \begin_layout Plain Layout
24619
24620 \backslash
24621 cosh
24622 \end_layout
24623
24624 \end_inset
24625 </cell>
24626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24627 \begin_inset Text
24628
24629 \begin_layout Plain Layout
24630
24631 \backslash
24632 arccos
24633 \end_layout
24634
24635 \end_inset
24636 </cell>
24637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24638 \begin_inset Text
24639
24640 \begin_layout Plain Layout
24641
24642 \backslash
24643 inf
24644 \end_layout
24645
24646 \end_inset
24647 </cell>
24648 </row>
24649 <row>
24650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24651 \begin_inset Text
24652
24653 \begin_layout Plain Layout
24654
24655 \backslash
24656 tan
24657 \end_layout
24658
24659 \end_inset
24660 </cell>
24661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24662 \begin_inset Text
24663
24664 \begin_layout Plain Layout
24665
24666 \backslash
24667 tanh
24668 \end_layout
24669
24670 \end_inset
24671 </cell>
24672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24673 \begin_inset Text
24674
24675 \begin_layout Plain Layout
24676
24677 \backslash
24678 arctan
24679 \end_layout
24680
24681 \end_inset
24682 </cell>
24683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24684 \begin_inset Text
24685
24686 \begin_layout Plain Layout
24687
24688 \backslash
24689 lim
24690 \end_layout
24691
24692 \end_inset
24693 </cell>
24694 </row>
24695 <row>
24696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24697 \begin_inset Text
24698
24699 \begin_layout Plain Layout
24700
24701 \backslash
24702 cot
24703 \end_layout
24704
24705 \end_inset
24706 </cell>
24707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24708 \begin_inset Text
24709
24710 \begin_layout Plain Layout
24711
24712 \backslash
24713 coth
24714 \end_layout
24715
24716 \end_inset
24717 </cell>
24718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24719 \begin_inset Text
24720
24721 \begin_layout Plain Layout
24722
24723 \backslash
24724 arg
24725 \end_layout
24726
24727 \end_inset
24728 </cell>
24729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24730 \begin_inset Text
24731
24732 \begin_layout Plain Layout
24733
24734 \backslash
24735 liminf
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 sec
24749 \end_layout
24750
24751 \end_inset
24752 </cell>
24753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24754 \begin_inset Text
24755
24756 \begin_layout Plain Layout
24757
24758 \backslash
24759 min
24760 \end_layout
24761
24762 \end_inset
24763 </cell>
24764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24765 \begin_inset Text
24766
24767 \begin_layout Plain Layout
24768
24769 \backslash
24770 deg
24771 \end_layout
24772
24773 \end_inset
24774 </cell>
24775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24776 \begin_inset Text
24777
24778 \begin_layout Plain Layout
24779
24780 \backslash
24781 limsup
24782 \end_layout
24783
24784 \end_inset
24785 </cell>
24786 </row>
24787 <row>
24788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24789 \begin_inset Text
24790
24791 \begin_layout Plain Layout
24792
24793 \backslash
24794 csc
24795 \end_layout
24796
24797 \end_inset
24798 </cell>
24799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24800 \begin_inset Text
24801
24802 \begin_layout Plain Layout
24803
24804 \backslash
24805 max
24806 \end_layout
24807
24808 \end_inset
24809 </cell>
24810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24811 \begin_inset Text
24812
24813 \begin_layout Plain Layout
24814
24815 \backslash
24816 det
24817 \end_layout
24818
24819 \end_inset
24820 </cell>
24821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24822 \begin_inset Text
24823
24824 \begin_layout Plain Layout
24825
24826 \backslash
24827 Pr
24828 \end_layout
24829
24830 \end_inset
24831 </cell>
24832 </row>
24833 <row>
24834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24835 \begin_inset Text
24836
24837 \begin_layout Plain Layout
24838
24839 \backslash
24840 ln
24841 \end_layout
24842
24843 \end_inset
24844 </cell>
24845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24846 \begin_inset Text
24847
24848 \begin_layout Plain Layout
24849
24850 \backslash
24851 exp
24852 \end_layout
24853
24854 \end_inset
24855 </cell>
24856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24857 \begin_inset Text
24858
24859 \begin_layout Plain Layout
24860
24861 \backslash
24862 dim
24863 \end_layout
24864
24865 \end_inset
24866 </cell>
24867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24868 \begin_inset Text
24869
24870 \begin_layout Plain Layout
24871
24872 \backslash
24873 hom
24874 \end_layout
24875
24876 \end_inset
24877 </cell>
24878 </row>
24879 <row>
24880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24881 \begin_inset Text
24882
24883 \begin_layout Plain Layout
24884
24885 \backslash
24886 lg
24887 \end_layout
24888
24889 \end_inset
24890 </cell>
24891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24892 \begin_inset Text
24893
24894 \begin_layout Plain Layout
24895
24896 \backslash
24897 log
24898 \end_layout
24899
24900 \end_inset
24901 </cell>
24902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24903 \begin_inset Text
24904
24905 \begin_layout Plain Layout
24906
24907 \backslash
24908 ker
24909 \end_layout
24910
24911 \end_inset
24912 </cell>
24913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24914 \begin_inset Text
24915
24916 \begin_layout Plain Layout
24917
24918 \backslash
24919 gcd
24920 \end_layout
24921
24922 \end_inset
24923 </cell>
24924 </row>
24925 </lyxtabular>
24926
24927 \end_inset
24928
24929
24930 \end_layout
24931
24932 \begin_layout Standard
24933 They can also be inserted with the math toolbar button 
24934 \begin_inset Graphics
24935         filename ../images/math/functions.png
24936         scale 85
24937
24938 \end_inset
24939
24940 .
24941 \end_layout
24942
24943 \begin_layout Subsection
24944 Self-defined Functions
24945 \begin_inset Index
24946 status collapsed
24947
24948 \begin_layout Plain Layout
24949 Functions ! self-defined
24950 \end_layout
24951
24952 \end_inset
24953
24954
24955 \end_layout
24956
24957 \begin_layout Standard
24958 To use a function that is not predefined, like for example the sign function
24959  sgn(x), there are two possibilities:
24960 \end_layout
24961
24962 \begin_layout Itemize
24963 Define the function by inserting the following line to the LaTeX-preamble
24964 \begin_inset Foot
24965 status collapsed
24966
24967 \begin_layout Plain Layout
24968 For more about 
24969 \series bold
24970
24971 \backslash
24972 DeclareMathOperator
24973 \series default
24974  see 
24975 \begin_inset CommandInset ref
24976 LatexCommand ref
24977 reference "sub:Self-defined-Operators"
24978
24979 \end_inset
24980
24981 .
24982 \end_layout
24983
24984 \end_inset
24985
24986
24987 \begin_inset Newline newline
24988 \end_inset
24989
24990
24991 \begin_inset VSpace -3mm
24992 \end_inset
24993
24994
24995 \begin_inset Newline newline
24996 \end_inset
24997
24998
24999 \series bold
25000
25001 \backslash
25002 DeclareMathOperator{
25003 \backslash
25004 sgn}{sgn}
25005 \series default
25006
25007 \begin_inset Index
25008 status collapsed
25009
25010 \begin_layout Plain Layout
25011 Commands ! D ! 
25012 \backslash
25013 dbinom@
25014 \backslash
25015 DeclareMathOperator
25016 \end_layout
25017
25018 \end_inset
25019
25020
25021 \begin_inset Newline newline
25022 \end_inset
25023
25024
25025 \begin_inset VSpace -2mm
25026 \end_inset
25027
25028
25029 \begin_inset Newline newline
25030 \end_inset
25031
25032 Now the new defined function can be called with the command 
25033 \series bold
25034
25035 \backslash
25036 sgn
25037 \series default
25038 .
25039 \end_layout
25040
25041 \begin_layout Itemize
25042 Write the the formula as usual, mark the formula name, in our example the
25043  letters 
25044 \emph on
25045 sgn
25046 \emph default
25047 , and change it to mathematical text.
25048  At last a space is inserted between prefactor and function.
25049 \end_layout
25050
25051 \begin_layout Standard
25052 The result is the same with both methods as with a predefined function
25053 \begin_inset Foot
25054 status collapsed
25055
25056 \begin_layout Plain Layout
25057 In LyX self-defined functions are displayed red, predefined ones black.
25058 \end_layout
25059
25060 \end_inset
25061
25062 :
25063 \end_layout
25064
25065 \begin_layout Standard
25066 \align center
25067 \begin_inset Tabular
25068 <lyxtabular version="3" rows="3" columns="2">
25069 <features>
25070 <column alignment="center" valignment="top" width="0pt">
25071 <column alignment="center" valignment="top" width="0pt">
25072 <row>
25073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25074 \begin_inset Text
25075
25076 \begin_layout Plain Layout
25077 Command
25078 \end_layout
25079
25080 \end_inset
25081 </cell>
25082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25083 \begin_inset Text
25084
25085 \begin_layout Plain Layout
25086 Result
25087 \end_layout
25088
25089 \end_inset
25090 </cell>
25091 </row>
25092 <row>
25093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25094 \begin_inset Text
25095
25096 \begin_layout Plain Layout
25097 A
25098 \backslash
25099 sgn(x)+B
25100 \end_layout
25101
25102 \end_inset
25103 </cell>
25104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25105 \begin_inset Text
25106
25107 \begin_layout Plain Layout
25108 \begin_inset Formula $A\sgn(x)+B$
25109 \end_inset
25110
25111
25112 \end_layout
25113
25114 \end_inset
25115 </cell>
25116 </row>
25117 <row>
25118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25119 \begin_inset Text
25120
25121 \begin_layout Plain Layout
25122 A
25123 \backslash
25124 ,
25125 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25126 \end_inset
25127
25128 (x)+B
25129 \end_layout
25130
25131 \end_inset
25132 </cell>
25133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25134 \begin_inset Text
25135
25136 \begin_layout Plain Layout
25137 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25138 \end_inset
25139
25140
25141 \end_layout
25142
25143 \end_inset
25144 </cell>
25145 </row>
25146 </lyxtabular>
25147
25148 \end_inset
25149
25150
25151 \end_layout
25152
25153 \begin_layout Standard
25154 The first method is more suitable when the self-defined function should
25155  be used several times.
25156 \end_layout
25157
25158 \begin_layout Subsection
25159 Limits
25160 \begin_inset Index
25161 status collapsed
25162
25163 \begin_layout Plain Layout
25164 Limits
25165 \end_layout
25166
25167 \end_inset
25168
25169
25170 \end_layout
25171
25172 \begin_layout Standard
25173 For limits there are defined besides 
25174 \series bold
25175
25176 \backslash
25177 lim
25178 \series default
25179
25180 \begin_inset Index
25181 status collapsed
25182
25183 \begin_layout Plain Layout
25184 Commands ! L ! 
25185 \backslash
25186 lim
25187 \end_layout
25188
25189 \end_inset
25190
25191
25192 \series bold
25193
25194 \backslash
25195 liminf
25196 \series default
25197  and 
25198 \series bold
25199
25200 \backslash
25201 limsup
25202 \series default
25203  furthermore the following functions:
25204 \end_layout
25205
25206 \begin_layout Standard
25207 \align center
25208 \begin_inset Tabular
25209 <lyxtabular version="3" rows="5" columns="2">
25210 <features>
25211 <column alignment="center" valignment="top" width="0">
25212 <column alignment="center" valignment="top" width="0">
25213 <row>
25214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25215 \begin_inset Text
25216
25217 \begin_layout Plain Layout
25218 Command
25219 \end_layout
25220
25221 \end_inset
25222 </cell>
25223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25224 \begin_inset Text
25225
25226 \begin_layout Plain Layout
25227 Result
25228 \begin_inset Note Note
25229 status collapsed
25230
25231 \begin_layout Plain Layout
25232
25233 \series bold
25234
25235 \backslash
25236 raisebox
25237 \series default
25238  is only used as spacer.
25239 \end_layout
25240
25241 \end_inset
25242
25243
25244 \end_layout
25245
25246 \end_inset
25247 </cell>
25248 </row>
25249 <row>
25250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25251 \begin_inset Text
25252
25253 \begin_layout Plain Layout
25254
25255 \backslash
25256 varliminf
25257 \end_layout
25258
25259 \end_inset
25260 </cell>
25261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25262 \begin_inset Text
25263
25264 \begin_layout Plain Layout
25265 \begin_inset Formula $\varliminf$
25266 \end_inset
25267
25268
25269 \end_layout
25270
25271 \end_inset
25272 </cell>
25273 </row>
25274 <row>
25275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25276 \begin_inset Text
25277
25278 \begin_layout Plain Layout
25279
25280 \backslash
25281 varlimsup
25282 \end_layout
25283
25284 \end_inset
25285 </cell>
25286 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25287 \begin_inset Text
25288
25289 \begin_layout Plain Layout
25290 \begin_inset Formula $\varlimsup$
25291 \end_inset
25292
25293
25294 \end_layout
25295
25296 \end_inset
25297 </cell>
25298 </row>
25299 <row>
25300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25301 \begin_inset Text
25302
25303 \begin_layout Plain Layout
25304
25305 \backslash
25306 varprojlim
25307 \end_layout
25308
25309 \end_inset
25310 </cell>
25311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25312 \begin_inset Text
25313
25314 \begin_layout Plain Layout
25315 \begin_inset Formula $\varprojlim$
25316 \end_inset
25317
25318
25319 \end_layout
25320
25321 \end_inset
25322 </cell>
25323 </row>
25324 <row>
25325 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25326 \begin_inset Text
25327
25328 \begin_layout Plain Layout
25329
25330 \backslash
25331 varinjlim
25332 \end_layout
25333
25334 \end_inset
25335 </cell>
25336 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25337 \begin_inset Text
25338
25339 \begin_layout Plain Layout
25340 \begin_inset Formula $\varinjlim$
25341 \end_inset
25342
25343
25344 \begin_inset Formula $\raisebox{-2.5mm}{}$
25345 \end_inset
25346
25347
25348 \end_layout
25349
25350 \end_inset
25351 </cell>
25352 </row>
25353 </lyxtabular>
25354
25355 \end_inset
25356
25357
25358 \end_layout
25359
25360 \begin_layout Standard
25361 \begin_inset VSpace medskip
25362 \end_inset
25363
25364 The limit is created by inserting a subscript.
25365  It is set right beside the function in an inline formula:
25366 \end_layout
25367
25368 \begin_layout Standard
25369 \align center
25370 \begin_inset Tabular
25371 <lyxtabular version="3" rows="2" columns="2">
25372 <features>
25373 <column alignment="center" valignment="top" width="0pt">
25374 <column alignment="center" valignment="top" width="0pt">
25375 <row>
25376 <cell alignment="center" valignment="top" usebox="none">
25377 \begin_inset Text
25378
25379 \begin_layout Plain Layout
25380 Command
25381 \end_layout
25382
25383 \end_inset
25384 </cell>
25385 <cell alignment="center" valignment="top" usebox="none">
25386 \begin_inset Text
25387
25388 \begin_layout Plain Layout
25389 \begin_inset space \hspace{}
25390 \length 1cm
25391 \end_inset
25392
25393 Result
25394 \begin_inset Note Note
25395 status collapsed
25396
25397 \begin_layout Plain Layout
25398 The space and
25399 \series bold
25400  
25401 \backslash
25402 raisebox
25403 \series default
25404  are used here as spacer.
25405 \end_layout
25406
25407 \end_inset
25408
25409
25410 \end_layout
25411
25412 \end_inset
25413 </cell>
25414 </row>
25415 <row>
25416 <cell alignment="center" valignment="top" usebox="none">
25417 \begin_inset Text
25418
25419 \begin_layout Plain Layout
25420
25421 \backslash
25422 lim_x
25423 \backslash
25424 to
25425 \begin_inset ERT
25426 status collapsed
25427
25428 \begin_layout Plain Layout
25429
25430
25431 \backslash
25432 spce 
25433 \end_layout
25434
25435 \end_inset
25436
25437 A
25438 \begin_inset ERT
25439 status collapsed
25440
25441 \begin_layout Plain Layout
25442
25443
25444 \backslash
25445 spce 
25446 \end_layout
25447
25448 \end_inset
25449
25450 x=B
25451 \end_layout
25452
25453 \end_inset
25454 </cell>
25455 <cell alignment="center" valignment="top" usebox="none">
25456 \begin_inset Text
25457
25458 \begin_layout Plain Layout
25459 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25460 \end_inset
25461
25462
25463 \end_layout
25464
25465 \end_inset
25466 </cell>
25467 </row>
25468 </lyxtabular>
25469
25470 \end_inset
25471
25472
25473 \end_layout
25474
25475 \begin_layout Standard
25476 In a displayed formula the limit is set below the formula, as usual:
25477 \begin_inset Formula \[
25478 \lim_{x\to A}x=B\]
25479
25480 \end_inset
25481
25482
25483 \end_layout
25484
25485 \begin_layout Subsection
25486 Modulo-Functions
25487 \begin_inset Index
25488 status collapsed
25489
25490 \begin_layout Plain Layout
25491 Functions ! modulo-
25492 \end_layout
25493
25494 \end_inset
25495
25496
25497 \end_layout
25498
25499 \begin_layout Standard
25500 The modulo-function is special, because it exists in four variants.
25501 \end_layout
25502
25503 \begin_layout Standard
25504 The variants in a displayed formula:
25505 \begin_inset Formula \begin{align*}
25506 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25507 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25508 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25509 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25510 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25511
25512 \end_inset
25513
25514
25515 \end_layout
25516
25517 \begin_layout Standard
25518 In an inline formula less space is set before the function names for all
25519  variants.
25520 \end_layout
25521
25522 \begin_layout Section
25523 Special Characters
25524 \begin_inset Index
25525 status collapsed
25526
25527 \begin_layout Plain Layout
25528 Special characters
25529 \end_layout
25530
25531 \end_inset
25532
25533
25534 \end_layout
25535
25536 \begin_layout Subsection
25537 Special Characters in Mathematical Text
25538 \end_layout
25539
25540 \begin_layout Standard
25541 The following commands can only be used in mathematical text or in TeX-mode:
25542 \end_layout
25543
25544 \begin_layout Standard
25545 \begin_inset space \hfill{}
25546 \end_inset
25547
25548
25549 \begin_inset Tabular
25550 <lyxtabular version="3" rows="8" columns="2">
25551 <features>
25552 <column alignment="block" valignment="top" width="0">
25553 <column alignment="block" valignment="top" width="0">
25554 <row>
25555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25556 \begin_inset Text
25557
25558 \begin_layout Plain Layout
25559 Command
25560 \end_layout
25561
25562 \end_inset
25563 </cell>
25564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25565 \begin_inset Text
25566
25567 \begin_layout Plain Layout
25568 Result
25569 \end_layout
25570
25571 \end_inset
25572 </cell>
25573 </row>
25574 <row>
25575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25576 \begin_inset Text
25577
25578 \begin_layout Plain Layout
25579
25580 \backslash
25581 oe
25582 \end_layout
25583
25584 \end_inset
25585 </cell>
25586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25587 \begin_inset Text
25588
25589 \begin_layout Plain Layout
25590 \begin_inset Formula $\textrm{œ}$
25591 \end_inset
25592
25593
25594 \end_layout
25595
25596 \end_inset
25597 </cell>
25598 </row>
25599 <row>
25600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25601 \begin_inset Text
25602
25603 \begin_layout Plain Layout
25604
25605 \backslash
25606 OE
25607 \end_layout
25608
25609 \end_inset
25610 </cell>
25611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25612 \begin_inset Text
25613
25614 \begin_layout Plain Layout
25615 \begin_inset Formula $\textrm{Œ}$
25616 \end_inset
25617
25618
25619 \end_layout
25620
25621 \end_inset
25622 </cell>
25623 </row>
25624 <row>
25625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25626 \begin_inset Text
25627
25628 \begin_layout Plain Layout
25629
25630 \backslash
25631 ae
25632 \end_layout
25633
25634 \end_inset
25635 </cell>
25636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25637 \begin_inset Text
25638
25639 \begin_layout Plain Layout
25640 \begin_inset Formula $\textrm{æ}$
25641 \end_inset
25642
25643
25644 \end_layout
25645
25646 \end_inset
25647 </cell>
25648 </row>
25649 <row>
25650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25651 \begin_inset Text
25652
25653 \begin_layout Plain Layout
25654
25655 \backslash
25656 AE
25657 \end_layout
25658
25659 \end_inset
25660 </cell>
25661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25662 \begin_inset Text
25663
25664 \begin_layout Plain Layout
25665 \begin_inset Formula $\textrm{Æ}$
25666 \end_inset
25667
25668
25669 \end_layout
25670
25671 \end_inset
25672 </cell>
25673 </row>
25674 <row>
25675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25676 \begin_inset Text
25677
25678 \begin_layout Plain Layout
25679
25680 \backslash
25681 aa
25682 \end_layout
25683
25684 \end_inset
25685 </cell>
25686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25687 \begin_inset Text
25688
25689 \begin_layout Plain Layout
25690 \begin_inset Formula $\textrm{\aa}$
25691 \end_inset
25692
25693
25694 \end_layout
25695
25696 \end_inset
25697 </cell>
25698 </row>
25699 <row>
25700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25701 \begin_inset Text
25702
25703 \begin_layout Plain Layout
25704
25705 \backslash
25706 AA
25707 \begin_inset Index
25708 status collapsed
25709
25710 \begin_layout Plain Layout
25711
25712 \backslash
25713 @
25714 \begin_inset ERT
25715 status collapsed
25716
25717 \begin_layout Plain Layout
25718
25719
25720 \backslash
25721 textrm{
25722 \backslash
25723 AA}
25724 \end_layout
25725
25726 \end_inset
25727
25728
25729 \end_layout
25730
25731 \end_inset
25732
25733
25734 \end_layout
25735
25736 \end_inset
25737 </cell>
25738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25739 \begin_inset Text
25740
25741 \begin_layout Plain Layout
25742 \begin_inset Formula $\textrm{Å}$
25743 \end_inset
25744
25745
25746 \end_layout
25747
25748 \end_inset
25749 </cell>
25750 </row>
25751 <row>
25752 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25753 \begin_inset Text
25754
25755 \begin_layout Plain Layout
25756
25757 \backslash
25758 i
25759 \end_layout
25760
25761 \end_inset
25762 </cell>
25763 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25764 \begin_inset Text
25765
25766 \begin_layout Plain Layout
25767 \begin_inset Formula $\textrm{ı}$
25768 \end_inset
25769
25770
25771 \end_layout
25772
25773 \end_inset
25774 </cell>
25775 </row>
25776 </lyxtabular>
25777
25778 \end_inset
25779
25780
25781 \begin_inset space \hfill{}
25782 \end_inset
25783
25784
25785 \begin_inset Tabular
25786 <lyxtabular version="3" rows="8" columns="2">
25787 <features>
25788 <column alignment="block" valignment="top" width="0">
25789 <column alignment="center" valignment="top" width="0">
25790 <row>
25791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25792 \begin_inset Text
25793
25794 \begin_layout Plain Layout
25795 command
25796 \begin_inset Note Note
25797 status collapsed
25798
25799 \begin_layout Plain Layout
25800 The space of 0
25801 \begin_inset space \thinspace{}
25802 \end_inset
25803
25804 mm is used for separation, because otherwise the output will be ¡ and ¿
25805  respectively.
25806 \end_layout
25807
25808 \end_inset
25809
25810
25811 \end_layout
25812
25813 \end_inset
25814 </cell>
25815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25816 \begin_inset Text
25817
25818 \begin_layout Plain Layout
25819 Result
25820 \end_layout
25821
25822 \end_inset
25823 </cell>
25824 </row>
25825 <row>
25826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25827 \begin_inset Text
25828
25829 \begin_layout Plain Layout
25830
25831 \backslash
25832 o
25833 \end_layout
25834
25835 \end_inset
25836 </cell>
25837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25838 \begin_inset Text
25839
25840 \begin_layout Plain Layout
25841 \begin_inset Formula $\textrm{ø}$
25842 \end_inset
25843
25844
25845 \end_layout
25846
25847 \end_inset
25848 </cell>
25849 </row>
25850 <row>
25851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25852 \begin_inset Text
25853
25854 \begin_layout Plain Layout
25855
25856 \backslash
25857 O
25858 \end_layout
25859
25860 \end_inset
25861 </cell>
25862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25863 \begin_inset Text
25864
25865 \begin_layout Plain Layout
25866 \begin_inset Formula $\textrm{Ø}$
25867 \end_inset
25868
25869
25870 \end_layout
25871
25872 \end_inset
25873 </cell>
25874 </row>
25875 <row>
25876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25877 \begin_inset Text
25878
25879 \begin_layout Plain Layout
25880
25881 \backslash
25882 l
25883 \end_layout
25884
25885 \end_inset
25886 </cell>
25887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25888 \begin_inset Text
25889
25890 \begin_layout Plain Layout
25891 \begin_inset Formula $\textrm{ł}$
25892 \end_inset
25893
25894
25895 \end_layout
25896
25897 \end_inset
25898 </cell>
25899 </row>
25900 <row>
25901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25902 \begin_inset Text
25903
25904 \begin_layout Plain Layout
25905
25906 \backslash
25907 L
25908 \end_layout
25909
25910 \end_inset
25911 </cell>
25912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25913 \begin_inset Text
25914
25915 \begin_layout Plain Layout
25916 \begin_inset Formula $\textrm{Ł}$
25917 \end_inset
25918
25919
25920 \end_layout
25921
25922 \end_inset
25923 </cell>
25924 </row>
25925 <row>
25926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25927 \begin_inset Text
25928
25929 \begin_layout Plain Layout
25930 !
25931 \begin_inset space \hspace{}
25932 \length 0mm
25933 \end_inset
25934
25935 `
25936 \begin_inset ERT
25937 status collapsed
25938
25939 \begin_layout Plain Layout
25940
25941
25942 \backslash
25943 spce 
25944 \end_layout
25945
25946 \end_inset
25947
25948
25949 \end_layout
25950
25951 \end_inset
25952 </cell>
25953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25954 \begin_inset Text
25955
25956 \begin_layout Plain Layout
25957 \begin_inset Formula $\textrm{!`}$
25958 \end_inset
25959
25960
25961 \end_layout
25962
25963 \end_inset
25964 </cell>
25965 </row>
25966 <row>
25967 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25968 \begin_inset Text
25969
25970 \begin_layout Plain Layout
25971 ?
25972 \begin_inset space \hspace{}
25973 \length 0mm
25974 \end_inset
25975
25976 `
25977 \begin_inset ERT
25978 status collapsed
25979
25980 \begin_layout Plain Layout
25981
25982
25983 \backslash
25984 spce 
25985 \end_layout
25986
25987 \end_inset
25988
25989
25990 \end_layout
25991
25992 \end_inset
25993 </cell>
25994 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25995 \begin_inset Text
25996
25997 \begin_layout Plain Layout
25998 \begin_inset Formula $\textrm{?`}$
25999 \end_inset
26000
26001
26002 \end_layout
26003
26004 \end_inset
26005 </cell>
26006 </row>
26007 <row>
26008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26009 \begin_inset Text
26010
26011 \begin_layout Plain Layout
26012
26013 \backslash
26014 j
26015 \end_layout
26016
26017 \end_inset
26018 </cell>
26019 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26020 \begin_inset Text
26021
26022 \begin_layout Plain Layout
26023 \begin_inset Formula $\textrm{ȷ}$
26024 \end_inset
26025
26026
26027 \end_layout
26028
26029 \end_inset
26030 </cell>
26031 </row>
26032 </lyxtabular>
26033
26034 \end_inset
26035
26036
26037 \begin_inset space \hfill{}
26038 \end_inset
26039
26040
26041 \end_layout
26042
26043 \begin_layout Standard
26044 The characters 
26045 \begin_inset Formula $\textrm{\textrm{Å}}$
26046 \end_inset
26047
26048  and 
26049 \begin_inset Formula $\textrm{\textrm{Ø}}$
26050 \end_inset
26051
26052  can also be inserted via the math toolbar button 
26053 \begin_inset Graphics
26054         filename ../images/math/digamma.png
26055         scale 85
26056
26057 \end_inset
26058
26059 .
26060 \end_layout
26061
26062 \begin_layout Standard
26063 An exception are the commands 
26064 \series bold
26065 !
26066 \begin_inset space \hspace{}
26067 \length 0mm
26068 \end_inset
26069
26070 `
26071 \series default
26072  and 
26073 \series bold
26074 ?
26075 \begin_inset space \hspace{}
26076 \length 0mm
26077 \end_inset
26078
26079 `
26080 \series default
26081 , because they can be inserted in LyX directly to text.
26082 \end_layout
26083
26084 \begin_layout Subsection
26085 Accents in Text
26086 \begin_inset CommandInset label
26087 LatexCommand label
26088 name "sub:Accents-in-Text"
26089
26090 \end_inset
26091
26092
26093 \begin_inset Index
26094 status collapsed
26095
26096 \begin_layout Plain Layout
26097 Accents ! in text
26098 \end_layout
26099
26100 \end_inset
26101
26102
26103 \end_layout
26104
26105 \begin_layout Standard
26106 With the following commands all letters can be accented.
26107  The commands must be inserted in TeX-mode.
26108 \end_layout
26109
26110 \begin_layout Standard
26111 \begin_inset space \hfill{}
26112 \end_inset
26113
26114
26115 \begin_inset Tabular
26116 <lyxtabular version="3" rows="8" columns="2">
26117 <features>
26118 <column alignment="block" valignment="top" width="0">
26119 <column alignment="block" valignment="top" width="0">
26120 <row>
26121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26122 \begin_inset Text
26123
26124 \begin_layout Plain Layout
26125 Command
26126 \end_layout
26127
26128 \end_inset
26129 </cell>
26130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26131 \begin_inset Text
26132
26133 \begin_layout Plain Layout
26134 Result
26135 \end_layout
26136
26137 \end_inset
26138 </cell>
26139 </row>
26140 <row>
26141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26142 \begin_inset Text
26143
26144 \begin_layout Plain Layout
26145
26146 \backslash
26147
26148 \begin_inset Quotes grd
26149 \end_inset
26150
26151 e
26152 \end_layout
26153
26154 \end_inset
26155 </cell>
26156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26157 \begin_inset Text
26158
26159 \begin_layout Plain Layout
26160 \begin_inset ERT
26161 status collapsed
26162
26163 \begin_layout Plain Layout
26164
26165
26166 \backslash
26167 "e
26168 \end_layout
26169
26170 \end_inset
26171
26172
26173 \end_layout
26174
26175 \end_inset
26176 </cell>
26177 </row>
26178 <row>
26179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26180 \begin_inset Text
26181
26182 \begin_layout Plain Layout
26183
26184 \backslash
26185 `e
26186 \end_layout
26187
26188 \end_inset
26189 </cell>
26190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26191 \begin_inset Text
26192
26193 \begin_layout Plain Layout
26194 \begin_inset ERT
26195 status collapsed
26196
26197 \begin_layout Plain Layout
26198
26199
26200 \backslash
26201 `e
26202 \end_layout
26203
26204 \end_inset
26205
26206
26207 \end_layout
26208
26209 \end_inset
26210 </cell>
26211 </row>
26212 <row>
26213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26214 \begin_inset Text
26215
26216 \begin_layout Plain Layout
26217
26218 \backslash
26219 ^
26220 \begin_inset ERT
26221 status collapsed
26222
26223 \begin_layout Plain Layout
26224
26225
26226 \backslash
26227 spce 
26228 \end_layout
26229
26230 \end_inset
26231
26232 e
26233 \end_layout
26234
26235 \end_inset
26236 </cell>
26237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26238 \begin_inset Text
26239
26240 \begin_layout Plain Layout
26241 \begin_inset ERT
26242 status collapsed
26243
26244 \begin_layout Plain Layout
26245
26246
26247 \backslash
26248 ^e
26249 \end_layout
26250
26251 \end_inset
26252
26253
26254 \end_layout
26255
26256 \end_inset
26257 </cell>
26258 </row>
26259 <row>
26260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26261 \begin_inset Text
26262
26263 \begin_layout Plain Layout
26264
26265 \backslash
26266 =e
26267 \end_layout
26268
26269 \end_inset
26270 </cell>
26271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26272 \begin_inset Text
26273
26274 \begin_layout Plain Layout
26275 \begin_inset ERT
26276 status collapsed
26277
26278 \begin_layout Plain Layout
26279
26280
26281 \backslash
26282 =e
26283 \end_layout
26284
26285 \end_inset
26286
26287
26288 \end_layout
26289
26290 \end_inset
26291 </cell>
26292 </row>
26293 <row>
26294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26295 \begin_inset Text
26296
26297 \begin_layout Plain Layout
26298
26299 \backslash
26300 u
26301 \begin_inset ERT
26302 status collapsed
26303
26304 \begin_layout Plain Layout
26305
26306
26307 \backslash
26308 spce 
26309 \end_layout
26310
26311 \end_inset
26312
26313 e
26314 \end_layout
26315
26316 \end_inset
26317 </cell>
26318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26319 \begin_inset Text
26320
26321 \begin_layout Plain Layout
26322 \begin_inset ERT
26323 status collapsed
26324
26325 \begin_layout Plain Layout
26326
26327
26328 \backslash
26329 u e
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" bottomline="true" leftline="true" usebox="none">
26342 \begin_inset Text
26343
26344 \begin_layout Plain Layout
26345
26346 \backslash
26347 b
26348 \begin_inset ERT
26349 status collapsed
26350
26351 \begin_layout Plain Layout
26352
26353
26354 \backslash
26355 spce 
26356 \end_layout
26357
26358 \end_inset
26359
26360 e
26361 \end_layout
26362
26363 \end_inset
26364 </cell>
26365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26366 \begin_inset Text
26367
26368 \begin_layout Plain Layout
26369 \begin_inset ERT
26370 status collapsed
26371
26372 \begin_layout Plain Layout
26373
26374
26375 \backslash
26376 b e
26377 \end_layout
26378
26379 \end_inset
26380
26381
26382 \end_layout
26383
26384 \end_inset
26385 </cell>
26386 </row>
26387 <row>
26388 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26389 \begin_inset Text
26390
26391 \begin_layout Plain Layout
26392
26393 \backslash
26394 t
26395 \begin_inset ERT
26396 status collapsed
26397
26398 \begin_layout Plain Layout
26399
26400
26401 \backslash
26402 spce 
26403 \end_layout
26404
26405 \end_inset
26406
26407 ee
26408 \end_layout
26409
26410 \end_inset
26411 </cell>
26412 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26413 \begin_inset Text
26414
26415 \begin_layout Plain Layout
26416 \begin_inset ERT
26417 status collapsed
26418
26419 \begin_layout Plain Layout
26420
26421
26422 \backslash
26423 t ee
26424 \end_layout
26425
26426 \end_inset
26427
26428
26429 \end_layout
26430
26431 \end_inset
26432 </cell>
26433 </row>
26434 </lyxtabular>
26435
26436 \end_inset
26437
26438
26439 \begin_inset space \hfill{}
26440 \end_inset
26441
26442
26443 \begin_inset Tabular
26444 <lyxtabular version="3" rows="8" columns="2">
26445 <features>
26446 <column alignment="block" valignment="top" width="0">
26447 <column alignment="center" valignment="top" width="0">
26448 <row>
26449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26450 \begin_inset Text
26451
26452 \begin_layout Plain Layout
26453 Command
26454 \end_layout
26455
26456 \end_inset
26457 </cell>
26458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26459 \begin_inset Text
26460
26461 \begin_layout Plain Layout
26462 Result
26463 \end_layout
26464
26465 \end_inset
26466 </cell>
26467 </row>
26468 <row>
26469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26470 \begin_inset Text
26471
26472 \begin_layout Plain Layout
26473
26474 \backslash
26475 H
26476 \begin_inset ERT
26477 status collapsed
26478
26479 \begin_layout Plain Layout
26480
26481
26482 \backslash
26483 spce 
26484 \end_layout
26485
26486 \end_inset
26487
26488 e
26489 \end_layout
26490
26491 \end_inset
26492 </cell>
26493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26494 \begin_inset Text
26495
26496 \begin_layout Plain Layout
26497 \begin_inset ERT
26498 status collapsed
26499
26500 \begin_layout Plain Layout
26501
26502
26503 \backslash
26504 H e
26505 \end_layout
26506
26507 \end_inset
26508
26509
26510 \end_layout
26511
26512 \end_inset
26513 </cell>
26514 </row>
26515 <row>
26516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26517 \begin_inset Text
26518
26519 \begin_layout Plain Layout
26520
26521 \backslash
26522 'e
26523 \end_layout
26524
26525 \end_inset
26526 </cell>
26527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26528 \begin_inset Text
26529
26530 \begin_layout Plain Layout
26531 \begin_inset ERT
26532 status collapsed
26533
26534 \begin_layout Plain Layout
26535
26536
26537 \backslash
26538 'e
26539 \end_layout
26540
26541 \end_inset
26542
26543
26544 \end_layout
26545
26546 \end_inset
26547 </cell>
26548 </row>
26549 <row>
26550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26551 \begin_inset Text
26552
26553 \begin_layout Plain Layout
26554
26555 \backslash
26556 ~e
26557 \begin_inset Index
26558 status collapsed
26559
26560 \begin_layout Plain Layout
26561 Tilde
26562 \end_layout
26563
26564 \end_inset
26565
26566
26567 \end_layout
26568
26569 \end_inset
26570 </cell>
26571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26572 \begin_inset Text
26573
26574 \begin_layout Plain Layout
26575 \begin_inset ERT
26576 status collapsed
26577
26578 \begin_layout Plain Layout
26579
26580
26581 \backslash
26582 ~e
26583 \end_layout
26584
26585 \end_inset
26586
26587
26588 \end_layout
26589
26590 \end_inset
26591 </cell>
26592 </row>
26593 <row>
26594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26595 \begin_inset Text
26596
26597 \begin_layout Plain Layout
26598
26599 \backslash
26600 .e
26601 \end_layout
26602
26603 \end_inset
26604 </cell>
26605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26606 \begin_inset Text
26607
26608 \begin_layout Plain Layout
26609 \begin_inset ERT
26610 status collapsed
26611
26612 \begin_layout Plain Layout
26613
26614
26615 \backslash
26616 .e
26617 \end_layout
26618
26619 \end_inset
26620
26621
26622 \end_layout
26623
26624 \end_inset
26625 </cell>
26626 </row>
26627 <row>
26628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26629 \begin_inset Text
26630
26631 \begin_layout Plain Layout
26632
26633 \backslash
26634 v
26635 \begin_inset ERT
26636 status collapsed
26637
26638 \begin_layout Plain Layout
26639
26640
26641 \backslash
26642 spce 
26643 \end_layout
26644
26645 \end_inset
26646
26647 e
26648 \end_layout
26649
26650 \end_inset
26651 </cell>
26652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26653 \begin_inset Text
26654
26655 \begin_layout Plain Layout
26656 \begin_inset ERT
26657 status collapsed
26658
26659 \begin_layout Plain Layout
26660
26661
26662 \backslash
26663 v e
26664 \end_layout
26665
26666 \end_inset
26667
26668
26669 \end_layout
26670
26671 \end_inset
26672 </cell>
26673 </row>
26674 <row>
26675 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26676 \begin_inset Text
26677
26678 \begin_layout Plain Layout
26679
26680 \backslash
26681 d
26682 \begin_inset ERT
26683 status collapsed
26684
26685 \begin_layout Plain Layout
26686
26687
26688 \backslash
26689 spce 
26690 \end_layout
26691
26692 \end_inset
26693
26694 e
26695 \end_layout
26696
26697 \end_inset
26698 </cell>
26699 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26700 \begin_inset Text
26701
26702 \begin_layout Plain Layout
26703 \begin_inset ERT
26704 status collapsed
26705
26706 \begin_layout Plain Layout
26707
26708
26709 \backslash
26710 d e
26711 \end_layout
26712
26713 \end_inset
26714
26715
26716 \end_layout
26717
26718 \end_inset
26719 </cell>
26720 </row>
26721 <row>
26722 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26723 \begin_inset Text
26724
26725 \begin_layout Plain Layout
26726
26727 \backslash
26728 c
26729 \begin_inset ERT
26730 status collapsed
26731
26732 \begin_layout Plain Layout
26733
26734
26735 \backslash
26736 spce 
26737 \end_layout
26738
26739 \end_inset
26740
26741 e
26742 \end_layout
26743
26744 \end_inset
26745 </cell>
26746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26747 \begin_inset Text
26748
26749 \begin_layout Plain Layout
26750 \begin_inset ERT
26751 status collapsed
26752
26753 \begin_layout Plain Layout
26754
26755
26756 \backslash
26757 c e
26758 \end_layout
26759
26760 \end_inset
26761
26762
26763 \end_layout
26764
26765 \end_inset
26766 </cell>
26767 </row>
26768 </lyxtabular>
26769
26770 \end_inset
26771
26772
26773 \begin_inset space \hfill{}
26774 \end_inset
26775
26776
26777 \end_layout
26778
26779 \begin_layout Standard
26780 \begin_inset VSpace medskip
26781 \end_inset
26782
26783 With the command 
26784 \series bold
26785
26786 \backslash
26787 t
26788 \series default
26789  also two different characters can be accented.
26790  The command 
26791 \series bold
26792
26793 \backslash
26794 t
26795 \begin_inset ERT
26796 status collapsed
26797
26798 \begin_layout Plain Layout
26799
26800
26801 \backslash
26802 spce 
26803 \end_layout
26804
26805 \end_inset
26806
26807 sz
26808 \series default
26809  creates: 
26810 \begin_inset ERT
26811 status collapsed
26812
26813 \begin_layout Plain Layout
26814
26815
26816 \backslash
26817 t sz
26818 \end_layout
26819
26820 \end_inset
26821
26822
26823 \end_layout
26824
26825 \begin_layout Standard
26826 The accents 
26827 \series bold
26828 `
26829 \series default
26830  , 
26831 \series bold
26832 '
26833 \series default
26834  , and 
26835 \series bold
26836 ^
26837 \series default
26838  can in combination with vowels directly be inserted with the keyboard without
26839  using TeX-mode.
26840  The same applies for the tilde
26841 \begin_inset Foot
26842 status collapsed
26843
26844 \begin_layout Plain Layout
26845 This only applies for keyboards where the tilde is defined as accent.
26846 \end_layout
26847
26848 \end_inset
26849
26850  
26851 \series bold
26852 ~
26853 \series default
26854  in combination with 
26855 \emph on
26856 a
26857 \emph default
26858  , 
26859 \emph on
26860 n
26861 \emph default
26862  , or 
26863 \emph on
26864 o
26865 \emph default
26866 .
26867 \end_layout
26868
26869 \begin_layout Standard
26870 The commands 
26871 \series bold
26872
26873 \backslash
26874 b
26875 \series default
26876  , 
26877 \series bold
26878
26879 \backslash
26880 c
26881 \series default
26882  , 
26883 \series bold
26884
26885 \backslash
26886 d
26887 \series default
26888  , 
26889 \series bold
26890
26891 \backslash
26892 H
26893 \series default
26894  , 
26895 \series bold
26896
26897 \backslash
26898 t
26899 \series default
26900  , 
26901 \series bold
26902
26903 \backslash
26904 u
26905 \series default
26906  , 
26907 \series bold
26908
26909 \backslash
26910 v
26911 \series default
26912 , and accents inserted directly with the keyboard are also available in
26913  mathematical text.
26914  For the other accents there are special math commands to be used in formulas,
26915  see 
26916 \begin_inset CommandInset ref
26917 LatexCommand ref
26918 reference "sub:Accents-for-one"
26919
26920 \end_inset
26921
26922 .
26923 \end_layout
26924
26925 \begin_layout Standard
26926 \begin_inset VSpace bigskip
26927 \end_inset
26928
26929 Furthermore, with the command 
26930 \series bold
26931
26932 \backslash
26933 textcircled
26934 \series default
26935
26936 \begin_inset Index
26937 status collapsed
26938
26939 \begin_layout Plain Layout
26940 Commands ! T ! 
26941 \backslash
26942 textcircled
26943 \end_layout
26944
26945 \end_inset
26946
26947  all numbers and letters can be set into a circle, quasi accented with a
26948  circle, similar to the the copyright symbol.
26949 \end_layout
26950
26951 \begin_layout Standard
26952 \align center
26953 \begin_inset Tabular
26954 <lyxtabular version="3" rows="3" columns="2">
26955 <features>
26956 <column alignment="center" valignment="top" width="0">
26957 <column alignment="center" valignment="top" width="0">
26958 <row>
26959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26960 \begin_inset Text
26961
26962 \begin_layout Plain Layout
26963 Command
26964 \end_layout
26965
26966 \end_inset
26967 </cell>
26968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26969 \begin_inset Text
26970
26971 \begin_layout Plain Layout
26972 Result
26973 \begin_inset Note Note
26974 status collapsed
26975
26976 \begin_layout Plain Layout
26977
26978 \series bold
26979
26980 \backslash
26981 raisebox
26982 \series default
26983  is only used as spacer.
26984 \end_layout
26985
26986 \end_inset
26987
26988
26989 \end_layout
26990
26991 \end_inset
26992 </cell>
26993 </row>
26994 <row>
26995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26996 \begin_inset Text
26997
26998 \begin_layout Plain Layout
26999
27000 \backslash
27001 textcircled{w}
27002 \end_layout
27003
27004 \end_inset
27005 </cell>
27006 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27007 \begin_inset Text
27008
27009 \begin_layout Plain Layout
27010 \begin_inset ERT
27011 status collapsed
27012
27013 \begin_layout Plain Layout
27014
27015
27016 \backslash
27017 textcircled{w}
27018 \end_layout
27019
27020 \end_inset
27021
27022
27023 \end_layout
27024
27025 \end_inset
27026 </cell>
27027 </row>
27028 <row>
27029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27030 \begin_inset Text
27031
27032 \begin_layout Plain Layout
27033
27034 \backslash
27035 Large 
27036 \backslash
27037 textcircled{
27038 \backslash
27039 normalsize
27040 \backslash
27041 protect
27042 \backslash
27043 raisebox{-1.5pt}{W}}
27044 \end_layout
27045
27046 \end_inset
27047 </cell>
27048 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27049 \begin_inset Text
27050
27051 \begin_layout Plain Layout
27052 \begin_inset Formula $\raisebox{4.5mm}{}$
27053 \end_inset
27054
27055
27056 \begin_inset ERT
27057 status collapsed
27058
27059 \begin_layout Plain Layout
27060
27061
27062 \backslash
27063 Large 
27064 \backslash
27065 textcircled{
27066 \backslash
27067 normalsize
27068 \backslash
27069 protect
27070 \backslash
27071 raisebox{-1.5pt}W}
27072 \end_layout
27073
27074 \end_inset
27075
27076
27077 \begin_inset Formula $\raisebox{-2mm}{}$
27078 \end_inset
27079
27080
27081 \end_layout
27082
27083 \end_inset
27084 </cell>
27085 </row>
27086 </lyxtabular>
27087
27088 \end_inset
27089
27090
27091 \end_layout
27092
27093 \begin_layout Standard
27094 One has to take care that the character fits in the circle.
27095  
27096 \series bold
27097
27098 \backslash
27099 Large
27100 \series default
27101
27102 \begin_inset Foot
27103 status collapsed
27104
27105 \begin_layout Plain Layout
27106 see 
27107 \begin_inset CommandInset ref
27108 LatexCommand ref
27109 reference "sub:Font-Sizes"
27110
27111 \end_inset
27112
27113
27114 \end_layout
27115
27116 \end_inset
27117
27118  specifies thereby the size of the circle.
27119  With the help of 
27120 \series bold
27121
27122 \backslash
27123 raisebox
27124 \series default
27125
27126 \begin_inset Foot
27127 status collapsed
27128
27129 \begin_layout Plain Layout
27130 see 
27131 \begin_inset CommandInset ref
27132 LatexCommand ref
27133 reference "sub:Boxes-without-Frame"
27134
27135 \end_inset
27136
27137
27138 \end_layout
27139
27140 \end_inset
27141
27142  the character can be centered.
27143 \end_layout
27144
27145 \begin_layout Subsection
27146 Minuscule Numbers
27147 \begin_inset Index
27148 status collapsed
27149
27150 \begin_layout Plain Layout
27151 Minuscule numbers
27152 \end_layout
27153
27154 \end_inset
27155
27156
27157 \end_layout
27158
27159 \begin_layout Standard
27160 Minuscule numbers are created with the command 
27161 \series bold
27162
27163 \backslash
27164 oldstylenums
27165 \series default
27166
27167 \begin_inset Index
27168 status collapsed
27169
27170 \begin_layout Plain Layout
27171 Commands ! O ! 
27172 \backslash
27173 oldstylenums
27174 \end_layout
27175
27176 \end_inset
27177
27178 .
27179  The command can be used in formulas and in TeX-mode.
27180  The command scheme is:
27181 \end_layout
27182
27183 \begin_layout Standard
27184
27185 \series bold
27186
27187 \backslash
27188 oldstylenums{number}
27189 \end_layout
27190
27191 \begin_layout Standard
27192 The command 
27193 \series bold
27194
27195 \backslash
27196 oldstylenums{0123456789
27197 \series default
27198  produces: 
27199 \begin_inset Formula $\oldstylenums{0123456789}$
27200 \end_inset
27201
27202
27203 \end_layout
27204
27205 \begin_layout Subsection
27206 Miscellaneous special Characters
27207 \begin_inset CommandInset label
27208 LatexCommand label
27209 name "sub:Miscellaneous-special-Characters"
27210
27211 \end_inset
27212
27213
27214 \begin_inset Index
27215 status collapsed
27216
27217 \begin_layout Plain Layout
27218 Special characters ! miscellaneous
27219 \end_layout
27220
27221 \end_inset
27222
27223
27224 \end_layout
27225
27226 \begin_layout Standard
27227 The following characters can only be inserted to formulas by using commands:
27228 \end_layout
27229
27230 \begin_layout Standard
27231 \align center
27232 \begin_inset Tabular
27233 <lyxtabular version="3" rows="4" columns="2">
27234 <features>
27235 <column alignment="center" valignment="top" width="0">
27236 <column alignment="center" valignment="top" width="0">
27237 <row>
27238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27239 \begin_inset Text
27240
27241 \begin_layout Plain Layout
27242 Command
27243 \end_layout
27244
27245 \end_inset
27246 </cell>
27247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27248 \begin_inset Text
27249
27250 \begin_layout Plain Layout
27251 Result
27252 \end_layout
27253
27254 \end_inset
27255 </cell>
27256 </row>
27257 <row>
27258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27259 \begin_inset Text
27260
27261 \begin_layout Plain Layout
27262
27263 \backslash
27264 ^
27265 \begin_inset ERT
27266 status collapsed
27267
27268 \begin_layout Plain Layout
27269
27270
27271 \backslash
27272 spce 
27273 \end_layout
27274
27275 \end_inset
27276
27277
27278 \end_layout
27279
27280 \end_inset
27281 </cell>
27282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27283 \begin_inset Text
27284
27285 \begin_layout Plain Layout
27286 \begin_inset Formula $\mathcircumflex$
27287 \end_inset
27288
27289
27290 \end_layout
27291
27292 \end_inset
27293 </cell>
27294 </row>
27295 <row>
27296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27297 \begin_inset Text
27298
27299 \begin_layout Plain Layout
27300
27301 \backslash
27302 _
27303 \end_layout
27304
27305 \end_inset
27306 </cell>
27307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27308 \begin_inset Text
27309
27310 \begin_layout Plain Layout
27311 \begin_inset Formula $\_$
27312 \end_inset
27313
27314
27315 \end_layout
27316
27317 \end_inset
27318 </cell>
27319 </row>
27320 <row>
27321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27322 \begin_inset Text
27323
27324 \begin_layout Plain Layout
27325 ^
27326 \begin_inset ERT
27327 status collapsed
27328
27329 \begin_layout Plain Layout
27330
27331
27332 \backslash
27333 spce 
27334 \end_layout
27335
27336 \end_inset
27337
27338
27339 \backslash
27340 circ
27341 \begin_inset Index
27342 status collapsed
27343
27344 \begin_layout Plain Layout
27345
27346 \backslash
27347
27348 \end_layout
27349
27350 \end_inset
27351
27352
27353 \end_layout
27354
27355 \end_inset
27356 </cell>
27357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27358 \begin_inset Text
27359
27360 \begin_layout Plain Layout
27361 \begin_inset Formula $^{\circ}$
27362 \end_inset
27363
27364
27365 \end_layout
27366
27367 \end_inset
27368 </cell>
27369 </row>
27370 </lyxtabular>
27371
27372 \end_inset
27373
27374
27375 \end_layout
27376
27377 \begin_layout Standard
27378 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27379  contains the following line
27380 \begin_inset Foot
27381 status collapsed
27382
27383 \begin_layout Plain Layout
27384 More about this is described in 
27385 \begin_inset CommandInset ref
27386 LatexCommand ref
27387 reference "sub:Text-Characters-in"
27388
27389 \end_inset
27390
27391 .
27392 \end_layout
27393
27394 \end_inset
27395
27396 :
27397 \end_layout
27398
27399 \begin_layout Standard
27400
27401 \series bold
27402
27403 \backslash
27404 DeclareInputtext{176}{
27405 \backslash
27406 ifmmode^
27407 \backslash
27408 circ
27409 \backslash
27410 else
27411 \backslash
27412 textdegree
27413 \backslash
27414 fi}
27415 \end_layout
27416
27417 \begin_layout Section
27418 Formula Styles
27419 \begin_inset CommandInset label
27420 LatexCommand label
27421 name "sec:Formula-Styles"
27422
27423 \end_inset
27424
27425
27426 \begin_inset Index
27427 status collapsed
27428
27429 \begin_layout Plain Layout
27430 Formula ! styles
27431 \end_layout
27432
27433 \end_inset
27434
27435
27436 \end_layout
27437
27438 \begin_layout Itemize
27439 There are two different alignment styles:
27440 \end_layout
27441
27442 \begin_deeper
27443 \begin_layout Description
27444 Centered is the predefined standard
27445 \end_layout
27446
27447 \begin_layout Description
27448 Indented for this the option 
27449 \series bold
27450 fleqn
27451 \series default
27452  must be inserted in the menu 
27453 \family sans
27454 Document\SpecialChar \menuseparator
27455 Settings
27456 \family default
27457  under 
27458 \family sans
27459 Document
27460 \begin_inset space ~
27461 \end_inset
27462
27463 Class
27464 \end_layout
27465
27466 \begin_layout Standard
27467 When 
27468 \series bold
27469 Indented
27470 \series default
27471  is used, the indentation can be adjusted with the length 
27472 \series bold
27473
27474 \backslash
27475 mathindent
27476 \series default
27477
27478 \begin_inset Index
27479 status collapsed
27480
27481 \begin_layout Plain Layout
27482 Commands ! M ! 
27483 \backslash
27484 mathindent
27485 \end_layout
27486
27487 \end_inset
27488
27489 .
27490  Should the distance be 15
27491 \begin_inset space \thinspace{}
27492 \end_inset
27493
27494 mm, the following command line is inserted in the LaTeX-preamble
27495 \end_layout
27496
27497 \begin_layout Standard
27498
27499 \series bold
27500
27501 \backslash
27502 setlength{
27503 \backslash
27504 mathindent}{15mm}
27505 \end_layout
27506
27507 \begin_layout Standard
27508 When no length is specified, the predefined value of 30
27509 \begin_inset space \thinspace{}
27510 \end_inset
27511
27512 pt will be used.
27513 \end_layout
27514
27515 \end_deeper
27516 \begin_layout Itemize
27517 And two different numbering styles:
27518 \end_layout
27519
27520 \begin_deeper
27521 \begin_layout Description
27522 Right is the predefined standard
27523 \end_layout
27524
27525 \begin_layout Description
27526 Left for this the option 
27527 \series bold
27528 leqno
27529 \series default
27530  must be inserted in the menu 
27531 \family sans
27532 Document\SpecialChar \menuseparator
27533 Settings
27534 \family default
27535  under 
27536 \family sans
27537 Document
27538 \begin_inset space ~
27539 \end_inset
27540
27541 Class
27542 \end_layout
27543
27544 \end_deeper
27545 \begin_layout Standard
27546
27547 \series bold
27548 fleqn
27549 \series default
27550  and 
27551 \series bold
27552 leqno
27553 \series default
27554  can also be used together.
27555  In this case both options are inserted, separated by a comma.
27556 \end_layout
27557
27558 \begin_layout Standard
27559 The chosen styles are used for all displayed formulas of the document.
27560  When both, centered and indented formulas should be created in a document,
27561  the style 
27562 \series bold
27563 Centered
27564 \series default
27565  is used.
27566  The indented formulas are then set in a flalign environment, see 
27567 \begin_inset CommandInset ref
27568 LatexCommand ref
27569 reference "sub:Flalign-Environment"
27570
27571 \end_inset
27572
27573 .
27574 \end_layout
27575
27576 \begin_layout Section
27577 Multiline Formulas
27578 \begin_inset CommandInset label
27579 LatexCommand label
27580 name "sec:Multiline-Formulas"
27581
27582 \end_inset
27583
27584
27585 \begin_inset Index
27586 status collapsed
27587
27588 \begin_layout Plain Layout
27589 Formula ! multiline
27590 \end_layout
27591
27592 \end_inset
27593
27594
27595 \end_layout
27596
27597 \begin_layout Subsection
27598 General
27599 \end_layout
27600
27601 \begin_layout Standard
27602 In LyX multiline formulas are created by pressing 
27603 \series bold
27604
27605 \begin_inset Info
27606 type  "shortcut"
27607 arg   "newline-insert newline"
27608 \end_inset
27609
27610
27611 \series default
27612  inside a formula.
27613  This creates either an 
27614 \series bold
27615 eqnarray environment
27616 \series default
27617  that is described in 
27618 \begin_inset CommandInset ref
27619 LatexCommand ref
27620 reference "sub:Eqnarray-Environment"
27621
27622 \end_inset
27623
27624  or, when the option 
27625 \family sans
27626 Use AMS math package
27627 \family default
27628  in the document settings is selected, an 
27629 \series bold
27630 align environment
27631 \series default
27632  that is described in 
27633 \begin_inset CommandInset ref
27634 LatexCommand ref
27635 reference "sub:Standard-align-Environment"
27636
27637 \end_inset
27638
27639 .
27640 \end_layout
27641
27642 \begin_layout Standard
27643 There are other multiline formula environments that can be created via the
27644  menu 
27645 \family sans
27646 Insert\SpecialChar \menuseparator
27647 Math
27648 \family default
27649 .
27650  These environments are described in the following sections.
27651 \end_layout
27652
27653 \begin_layout Standard
27654 In all multiline formula environments a new line is created by pressing
27655  
27656 \begin_inset Info
27657 type  "shortcut"
27658 arg   "newline-insert newline"
27659 \end_inset
27660
27661 .
27662  To add or delete lines, the math toolbar buttons 
27663 \begin_inset Graphics
27664         filename ../images/tabular-feature_append-row.png
27665         scale 85
27666
27667 \end_inset
27668
27669  or 
27670 \begin_inset Graphics
27671         filename ../images/tabular-feature_delete-row.png
27672         scale 85
27673
27674 \end_inset
27675
27676 , respectively, or the menu 
27677 \family sans
27678 Edit\SpecialChar \menuseparator
27679 Rows & Columns
27680 \family default
27681  can be used.
27682 \end_layout
27683
27684 \begin_layout Subsubsection
27685 Line Separation
27686 \begin_inset CommandInset label
27687 LatexCommand label
27688 name "sub:Line-Separation"
27689
27690 \end_inset
27691
27692
27693 \begin_inset Index
27694 status collapsed
27695
27696 \begin_layout Plain Layout
27697 Formula ! multiline ! Line separation
27698 \end_layout
27699
27700 \end_inset
27701
27702
27703 \end_layout
27704
27705 \begin_layout Standard
27706 There is sometimes not enough space in multiline formulas between the lines:
27707 \begin_inset Formula \begin{eqnarray*}
27708 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}\\
27709 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right) & = & 0\end{eqnarray*}
27710
27711 \end_inset
27712
27713
27714 \end_layout
27715
27716 \begin_layout Standard
27717 In LaTeX additional line space is specified as optional argument of the
27718  new line command.
27719  This is not yet possible in LyX
27720 \begin_inset Foot
27721 status collapsed
27722
27723 \begin_layout Plain Layout
27724 see 
27725 \begin_inset CommandInset href
27726 LatexCommand href
27727 name "LyX-bug #1505"
27728 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27729
27730 \end_inset
27731
27732
27733 \end_layout
27734
27735 \end_inset
27736
27737 , therefore the whole formula must be inserted in TeX-mode.
27738  To add in our example space, the command 
27739 \series bold
27740
27741 \backslash
27742
27743 \backslash
27744 [3mm]
27745 \series default
27746  is inserted at the end of the first line.
27747  One gets: 
27748 \begin_inset ERT
27749 status collapsed
27750
27751 \begin_layout Plain Layout
27752
27753
27754 \backslash
27755 begin{eqnarray*}
27756 \end_layout
27757
27758 \begin_layout Plain Layout
27759
27760 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27761  = & 
27762 \backslash
27763 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27764 \backslash
27765
27766 \backslash
27767 [3mm]
27768 \end_layout
27769
27770 \begin_layout Plain Layout
27771
27772 4x^{2}
27773 \backslash
27774 left(B^{2}+x_{0}^{2}
27775 \backslash
27776 right)+4x_{0}x
27777 \backslash
27778 left(D-B^{2}
27779 \backslash
27780 right)+B^{2}
27781 \backslash
27782 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27783 \backslash
27784 right) & = & 0
27785 \end_layout
27786
27787 \begin_layout Plain Layout
27788
27789
27790 \backslash
27791 end{eqnarray*}
27792 \end_layout
27793
27794 \end_inset
27795
27796
27797 \end_layout
27798
27799 \begin_layout Standard
27800 \begin_inset VSpace bigskip
27801 \end_inset
27802
27803 To set the the line separation for all lines in a formula, the length 
27804 \series bold
27805
27806 \backslash
27807 jot
27808 \series default
27809
27810 \begin_inset Index
27811 status collapsed
27812
27813 \begin_layout Plain Layout
27814 Commands ! J ! 
27815 \backslash
27816 jot
27817 \end_layout
27818
27819 \end_inset
27820
27821  is changed.
27822  The definition is: 
27823 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
27824 \end_inset
27825
27826 .
27827  Predefined for 
27828 \series bold
27829
27830 \backslash
27831 jot
27832 \series default
27833  is the value 3
27834 \begin_inset space \thinspace{}
27835 \end_inset
27836
27837 pt.
27838  To create 3
27839 \begin_inset space \thinspace{}
27840 \end_inset
27841
27842 mm additional line separation as in the previous example, the command
27843 \end_layout
27844
27845 \begin_layout Standard
27846
27847 \series bold
27848
27849 \backslash
27850 setlength{
27851 \backslash
27852 jot}{3mm+3pt}
27853 \end_layout
27854
27855 \begin_layout Standard
27856 is inserted in TeX-mode before the formula.
27857  This requires that the LaTeX-package 
27858 \series bold
27859 calc
27860 \series default
27861
27862 \begin_inset Foot
27863 status collapsed
27864
27865 \begin_layout Plain Layout
27866
27867 \series bold
27868 calc
27869 \series default
27870  is part of every LaTeX standard installation.
27871 \end_layout
27872
27873 \end_inset
27874
27875
27876 \begin_inset Index
27877 status collapsed
27878
27879 \begin_layout Plain Layout
27880 Packages ! calc
27881 \end_layout
27882
27883 \end_inset
27884
27885  was loaded in LaTeX-preamble with the line
27886 \end_layout
27887
27888 \begin_layout Standard
27889
27890 \series bold
27891
27892 \backslash
27893 usepackage{calc}
27894 \end_layout
27895
27896 \begin_layout Standard
27897 One gets: 
27898 \begin_inset ERT
27899 status collapsed
27900
27901 \begin_layout Plain Layout
27902
27903
27904 \backslash
27905 setlength{
27906 \backslash
27907 jot}{3mm+3pt}
27908 \end_layout
27909
27910 \end_inset
27911
27912
27913 \begin_inset Formula \begin{eqnarray*}
27914 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}\\
27915 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right) & = & 0\end{eqnarray*}
27916
27917 \end_inset
27918
27919
27920 \end_layout
27921
27922 \begin_layout Standard
27923 \begin_inset ERT
27924 status collapsed
27925
27926 \begin_layout Plain Layout
27927
27928
27929 \backslash
27930 setlength{
27931 \backslash
27932 jot}{3pt}
27933 \end_layout
27934
27935 \end_inset
27936
27937  To get back to the predefined distance, 
27938 \series bold
27939
27940 \backslash
27941 jot
27942 \series default
27943  is set to the value 3
27944 \begin_inset space \thinspace{}
27945 \end_inset
27946
27947 pt.
27948 \end_layout
27949
27950 \begin_layout Subsubsection
27951 Column Separation
27952 \begin_inset CommandInset label
27953 LatexCommand label
27954 name "sub:Column-Separation"
27955
27956 \end_inset
27957
27958
27959 \begin_inset Index
27960 status collapsed
27961
27962 \begin_layout Plain Layout
27963 Formula ! multiline ! Column separation
27964 \end_layout
27965
27966 \end_inset
27967
27968
27969 \end_layout
27970
27971 \begin_layout Standard
27972 Multiline formulas form a matrix.
27973  A formula in the eqnarray environment is for example a matrix with three
27974  columns.
27975  By changing the column separation in this environment, the space beside
27976  the relation sign can be changed.
27977 \end_layout
27978
27979 \begin_layout Standard
27980 The column separation is specified with the length 
27981 \series bold
27982
27983 \backslash
27984 arraycolsep
27985 \series default
27986
27987 \begin_inset Index
27988 status collapsed
27989
27990 \begin_layout Plain Layout
27991 Commands ! A ! 
27992 \backslash
27993 arraycolsep
27994 \end_layout
27995
27996 \end_inset
27997
27998  according to:
27999 \begin_inset Newline newline
28000 \end_inset
28001
28002 column separation = 2
28003 \begin_inset space \thinspace{}
28004 \end_inset
28005
28006
28007 \series bold
28008
28009 \backslash
28010 arraycolsep
28011 \series default
28012
28013 \begin_inset Newline newline
28014 \end_inset
28015
28016 Thus, the command
28017 \end_layout
28018
28019 \begin_layout Standard
28020
28021 \series bold
28022
28023 \backslash
28024 setlength{
28025 \backslash
28026 arraycolsep}{1cm}
28027 \end_layout
28028
28029 \begin_layout Standard
28030 inserted in TeX-mode, sets for all following formulas a column separation
28031  of 2
28032 \begin_inset space \thinspace{}
28033 \end_inset
28034
28035 cm.
28036  To get back to the predefined distance, 
28037 \series bold
28038
28039 \backslash
28040 arraycolsep
28041 \series default
28042  is set to 5
28043 \begin_inset space \thinspace{}
28044 \end_inset
28045
28046 pt.
28047 \end_layout
28048
28049 \begin_layout Standard
28050 A formula with 2
28051 \begin_inset space \thinspace{}
28052 \end_inset
28053
28054 cm column separation:
28055 \begin_inset ERT
28056 status collapsed
28057
28058 \begin_layout Plain Layout
28059
28060
28061 \backslash
28062 setlength{
28063 \backslash
28064 arraycolsep}{1cm}
28065 \end_layout
28066
28067 \end_inset
28068
28069
28070 \begin_inset Formula \begin{eqnarray*}
28071 A & = & B\\
28072 C & \ne & A\end{eqnarray*}
28073
28074 \end_inset
28075
28076 A formula with the predefined column separation for matrices of 10
28077 \begin_inset space \thinspace{}
28078 \end_inset
28079
28080 pt:
28081 \begin_inset ERT
28082 status collapsed
28083
28084 \begin_layout Plain Layout
28085
28086
28087 \backslash
28088 setlength{
28089 \backslash
28090 arraycolsep}{5pt}
28091 \end_layout
28092
28093 \end_inset
28094
28095
28096 \begin_inset Formula \begin{eqnarray*}
28097 A & = & B\\
28098 C & \ne & A\end{eqnarray*}
28099
28100 \end_inset
28101
28102
28103 \end_layout
28104
28105 \begin_layout Subsubsection
28106 Long Formulas
28107 \begin_inset Index
28108 status collapsed
28109
28110 \begin_layout Plain Layout
28111 Formula ! long
28112 \end_layout
28113
28114 \end_inset
28115
28116
28117 \end_layout
28118
28119 \begin_layout Standard
28120 Long formulas can be typeset using these methods:
28121 \end_layout
28122
28123 \begin_layout Itemize
28124 When one side of the equation is much shorther than the line width, this
28125  one is chosen for the left side and the right side is typeset over two
28126  lines:
28127 \begin_inset Formula \begin{eqnarray}
28128 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 \\
28129  &  & -\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}\end{eqnarray}
28130
28131 \end_inset
28132
28133 The minus sign at the beginning of the second line does normally not appear
28134  as operator because it is the first character of the line.
28135  Thus it would not be surrounded by space and could not be distinguished
28136  from the fraction bar.
28137  To avoid this, 3
28138 \begin_inset space \thinspace{}
28139 \end_inset
28140
28141 pt space was inserted behind the minus sign with the command 
28142 \series bold
28143
28144 \backslash
28145 hspace
28146 \series default
28147 .
28148 \begin_inset Foot
28149 status collapsed
28150
28151 \begin_layout Plain Layout
28152 more about 
28153 \series bold
28154
28155 \backslash
28156 hspace
28157 \series default
28158  see 
28159 \begin_inset CommandInset ref
28160 LatexCommand ref
28161 reference "sub:Variable-Space"
28162
28163 \end_inset
28164
28165
28166 \end_layout
28167
28168 \end_inset
28169
28170
28171 \begin_inset Index
28172 status collapsed
28173
28174 \begin_layout Plain Layout
28175 Commands ! H ! 
28176 \backslash
28177 hspace
28178 \end_layout
28179
28180 \end_inset
28181
28182
28183 \end_layout
28184
28185 \begin_layout Itemize
28186 When both sides of the equation are too long, the command 
28187 \series bold
28188
28189 \backslash
28190 lefteqn
28191 \series default
28192
28193 \begin_inset Index
28194 status collapsed
28195
28196 \begin_layout Plain Layout
28197 Commands ! L ! 
28198 \backslash
28199 lefteqn
28200 \end_layout
28201
28202 \end_inset
28203
28204  is used.
28205  It is inserted to the first column of the first line and effects that all
28206  further insertions overwrite the following columns:
28207 \begin_inset Formula \begin{eqnarray}
28208 \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 \\
28209  &  & -\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 \\
28210  &  & =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\label{eq:lefteqn}\end{eqnarray}
28211
28212 \end_inset
28213
28214 After the insertion of 
28215 \series bold
28216
28217 \backslash
28218 lefteqn
28219 \series default
28220 , the cursor is in a purple box that is a bit shifted to the left from the
28221  blue one.
28222  In this the formula is inserted.
28223 \begin_inset Newline newline
28224 \end_inset
28225
28226 The content of the further lines is inserted to the second or another formula
28227  column.
28228  The greater the column number where it was inserted, the larger the indentation.
28229 \begin_inset VSpace medskip
28230 \end_inset
28231
28232
28233 \begin_inset Newline newline
28234 \end_inset
28235
28236
28237 \begin_inset Note Greyedout
28238 status open
28239
28240 \begin_layout Plain Layout
28241 Note the following when using 
28242 \series bold
28243
28244 \backslash
28245 lefteqn
28246 \series default
28247 :
28248 \end_layout
28249
28250 \begin_layout Itemize
28251 The formula doesn't use the full page width.
28252  When e.
28253 \begin_inset space \thinspace{}
28254 \end_inset
28255
28256 g.
28257 \begin_inset space \space{}
28258 \end_inset
28259
28260 the term 
28261 \begin_inset Formula $-B^{2}$
28262 \end_inset
28263
28264  is added to the first line in the above example, it would have been outside
28265  the page margin.
28266  To better use the width, negative space can be inserted at the beginning
28267  of the first line.
28268 \end_layout
28269
28270 \begin_layout Itemize
28271 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28272  line.
28273 \begin_inset Foot
28274 status collapsed
28275
28276 \begin_layout Plain Layout
28277 \begin_inset CommandInset href
28278 LatexCommand href
28279 name "LyX-bug #1429"
28280 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28281
28282 \end_inset
28283
28284
28285 \end_layout
28286
28287 \end_inset
28288
28289  One can only set the cursor at the beginning of the line and move it with
28290  the arrow keys.
28291 \end_layout
28292
28293 \end_inset
28294
28295
28296 \end_layout
28297
28298 \begin_layout Itemize
28299 Other methods to set long formulas are offered by the environments described
28300  in 
28301 \begin_inset CommandInset ref
28302 LatexCommand ref
28303 reference "sub:Multline-Environment"
28304
28305 \end_inset
28306
28307  and 
28308 \begin_inset CommandInset ref
28309 LatexCommand ref
28310 reference "sub:Multiline-Formula-Parts"
28311
28312 \end_inset
28313
28314 .
28315 \end_layout
28316
28317 \begin_layout Subsubsection
28318 Multiline Brackets
28319 \begin_inset CommandInset label
28320 LatexCommand label
28321 name "sub:Multiline-Brackets"
28322
28323 \end_inset
28324
28325
28326 \begin_inset Index
28327 status collapsed
28328
28329 \begin_layout Plain Layout
28330 Brackets ! for multiline expressions
28331 \end_layout
28332
28333 \end_inset
28334
28335
28336 \end_layout
28337
28338 \begin_layout Standard
28339 For brackets spanning multiple lines the following problem occurs:
28340 \begin_inset Formula \begin{eqnarray*}
28341 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28342  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28343
28344 \end_inset
28345
28346
28347 \end_layout
28348
28349 \begin_layout Standard
28350 The closing bracket is smaller than the opening bracket because brackets
28351  with variable size may not span multiple lines.
28352 \end_layout
28353
28354 \begin_layout Standard
28355 To set the bracket size for the second line correctly, the first line is
28356  ended with 
28357 \series bold
28358
28359 \backslash
28360 right.
28361 \series default
28362
28363 \begin_inset Index
28364 status collapsed
28365
28366 \begin_layout Plain Layout
28367 Commands ! R ! 
28368 \backslash
28369 right
28370 \end_layout
28371
28372 \end_inset
28373
28374  and the second line with 
28375 \series bold
28376
28377 \backslash
28378 left.
28379 \begin_inset Foot
28380 status collapsed
28381
28382 \begin_layout Plain Layout
28383 for more about 
28384 \series bold
28385
28386 \backslash
28387 left
28388 \series default
28389  and 
28390 \series bold
28391
28392 \backslash
28393 right
28394 \series default
28395  see 
28396 \begin_inset CommandInset ref
28397 LatexCommand ref
28398 reference "sub:Automatic-Bracket-Size"
28399
28400 \end_inset
28401
28402
28403 \end_layout
28404
28405 \end_inset
28406
28407
28408 \series default
28409
28410 \begin_inset Index
28411 status collapsed
28412
28413 \begin_layout Plain Layout
28414 Commands ! L ! 
28415 \backslash
28416 left
28417 \end_layout
28418
28419 \end_inset
28420
28421 .
28422  After 
28423 \series bold
28424
28425 \backslash
28426 left.
28427
28428 \series default
28429  the command 
28430 \series bold
28431
28432 \backslash
28433 vphantom
28434 \series default
28435
28436 \begin_inset ERT
28437 status collapsed
28438
28439 \begin_layout Plain Layout
28440
28441
28442 \backslash
28443 spce 
28444 \end_layout
28445
28446 \end_inset
28447
28448
28449 \series bold
28450
28451 \backslash
28452 prod
28453 \series default
28454 ^
28455 \begin_inset ERT
28456 status collapsed
28457
28458 \begin_layout Plain Layout
28459
28460
28461 \backslash
28462 spce 
28463 \end_layout
28464
28465 \end_inset
28466
28467
28468 \series bold
28469
28470 \backslash
28471 infty
28472 \series default
28473
28474 \begin_inset ERT
28475 status collapsed
28476
28477 \begin_layout Plain Layout
28478
28479
28480 \backslash
28481 spce 
28482 \end_layout
28483
28484 \end_inset
28485
28486
28487 \series bold
28488
28489 \begin_inset Formula $\downarrow$
28490 \end_inset
28491
28492 _R=1}
28493 \series default
28494
28495 \begin_inset Index
28496 status collapsed
28497
28498 \begin_layout Plain Layout
28499 Commands ! V ! 
28500 \backslash
28501 vphantom
28502 \end_layout
28503
28504 \end_inset
28505
28506  is inserted, because the multiplication operator with its limits is the
28507  largest symbol in the first line and this should be the size for the bracket
28508  in the second line.
28509 \end_layout
28510
28511 \begin_layout Standard
28512 The result is this:
28513 \begin_inset Formula \begin{eqnarray*}
28514 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28515  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28516
28517 \end_inset
28518
28519
28520 \end_layout
28521
28522 \begin_layout Subsection
28523 Align Environments
28524 \end_layout
28525
28526 \begin_layout Standard
28527 Align environments can be used for every kind of multiline formulas.
28528  They are specially useful to set several formulas side by side.
28529 \end_layout
28530
28531 \begin_layout Standard
28532 Align environments consist of columns.
28533  The odd columns are right aligned, the even ones left aligned.
28534  Every line in an Align environment can be numbered.
28535 \end_layout
28536
28537 \begin_layout Standard
28538 Align environments are created via the menu 
28539 \family sans
28540 Insert\SpecialChar \menuseparator
28541 Math
28542 \family default
28543 .
28544  With the menu 
28545 \family sans
28546 Edit\SpecialChar \menuseparator
28547 Math\SpecialChar \menuseparator
28548 Change Formula Type
28549 \family default
28550  already existing formulas can be converted to Align environments.
28551 \end_layout
28552
28553 \begin_layout Standard
28554 To add or delete columns, the math toolbar buttons 
28555 \begin_inset Graphics
28556         filename ../images/tabular-feature_append-column.png
28557         scale 85
28558
28559 \end_inset
28560
28561  or 
28562 \begin_inset Graphics
28563         filename ../images/tabular-feature_delete-column.png
28564         scale 85
28565
28566 \end_inset
28567
28568 , respectively, or the menu 
28569 \family sans
28570 Edit\SpecialChar \menuseparator
28571 Rows & Columns
28572 \family default
28573  can be used.
28574 \end_layout
28575
28576 \begin_layout Subsubsection
28577 Standard align Environment
28578 \begin_inset CommandInset label
28579 LatexCommand label
28580 name "sub:Standard-align-Environment"
28581
28582 \end_inset
28583
28584
28585 \begin_inset Index
28586 status collapsed
28587
28588 \begin_layout Plain Layout
28589 Formula ! multiline ! align environment
28590 \end_layout
28591
28592 \end_inset
28593
28594
28595 \end_layout
28596
28597 \begin_layout Standard
28598 This Align environment is created by presssing 
28599 \begin_inset Info
28600 type  "shortcut"
28601 arg   "newline-insert newline"
28602 \end_inset
28603
28604  in a formula or by the menu 
28605 \family sans
28606 Insert\SpecialChar \menuseparator
28607 Math\SpecialChar \menuseparator
28608 AMS align Environment
28609 \family default
28610 .
28611 \end_layout
28612
28613 \begin_layout Standard
28614 An example for two formulas set side by side, that are created with a four
28615  column align environment:
28616 \begin_inset Formula \begin{align*}
28617 A & =\sin(B) & C & =D\\
28618 C & \ne A & B & \ne D\end{align*}
28619
28620 \end_inset
28621
28622 As it can be seen, the formulas in this environment are placed so as if
28623  there would be a 
28624 \series bold
28625
28626 \backslash
28627 hfill
28628 \begin_inset Foot
28629 status collapsed
28630
28631 \begin_layout Plain Layout
28632 more about 
28633 \series bold
28634
28635 \backslash
28636 hfill
28637 \series default
28638  see 
28639 \begin_inset CommandInset ref
28640 LatexCommand ref
28641 reference "sub:Variable-Space"
28642
28643 \end_inset
28644
28645
28646 \end_layout
28647
28648 \end_inset
28649
28650
28651 \series default
28652  before the first and after every even column.
28653  When the formula style 
28654 \series bold
28655 Indented
28656 \begin_inset Foot
28657 status collapsed
28658
28659 \begin_layout Plain Layout
28660 formula styles see 
28661 \begin_inset CommandInset ref
28662 LatexCommand ref
28663 reference "sec:Formula-Styles"
28664
28665 \end_inset
28666
28667
28668 \end_layout
28669
28670 \end_inset
28671
28672
28673 \series default
28674  is used, the formula is set without the 
28675 \series bold
28676
28677 \backslash
28678 hfill
28679 \series default
28680  before the first column.
28681 \end_layout
28682
28683 \begin_layout Subsubsection
28684 Alignat Environment
28685 \begin_inset Index
28686 status collapsed
28687
28688 \begin_layout Plain Layout
28689 Formula ! multiline ! alignat environment
28690 \end_layout
28691
28692 \end_inset
28693
28694
28695 \end_layout
28696
28697 \begin_layout Standard
28698 The alignat environment has no predefined column separation.
28699  It can be inserted manually with the spaces that are described 
28700 \begin_inset CommandInset ref
28701 LatexCommand ref
28702 reference "sub:Space"
28703
28704 \end_inset
28705
28706 .
28707 \end_layout
28708
28709 \begin_layout Standard
28710 The above example in the alignat environment where 1
28711 \begin_inset space \thinspace{}
28712 \end_inset
28713
28714 cm space was inserted at the beginning of the second formula:
28715 \begin_inset Formula \begin{alignat*}{2}
28716 A & =\sin(B) & \hspace{1cm}C & =D\\
28717 C & \ne A & B & \ne D\end{alignat*}
28718
28719 \end_inset
28720
28721 Because the column separation can be set separately for every column, this
28722  environment is especially suitable to set three and more formulas side
28723  by side.
28724 \end_layout
28725
28726 \begin_layout Subsubsection
28727 Flalign Environment
28728 \begin_inset CommandInset label
28729 LatexCommand label
28730 name "sub:Flalign-Environment"
28731
28732 \end_inset
28733
28734
28735 \begin_inset Index
28736 status collapsed
28737
28738 \begin_layout Plain Layout
28739 Formula ! multiline ! flalign environment
28740 \end_layout
28741
28742 \end_inset
28743
28744
28745 \end_layout
28746
28747 \begin_layout Standard
28748 In this environment the first two columns are always set as much as possible
28749  to the left and the last two ones to the right.
28750  An example:
28751 \begin_inset Formula \begin{flalign*}
28752 A & =1 & B & =2 & C & =3\\
28753 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28754
28755 \end_inset
28756
28757
28758 \end_layout
28759
28760 \begin_layout Standard
28761 By creating a flalign environment with an odd number of columns where an
28762  empty TeX-brace is inserted to the last column, several formulas in a document
28763  can be set to the left, although the formula style 
28764 \series bold
28765 Centered
28766 \series default
28767  is used.
28768  As example the indented formula 
28769 \begin_inset CommandInset ref
28770 LatexCommand eqref
28771 reference "eq:VolInt"
28772
28773 \end_inset
28774
28775 :
28776 \begin_inset Formula \begin{flalign}
28777 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28778
28779 \end_inset
28780
28781 The first two columns contain the formula.
28782  To indent it as with the formula style 
28783 \series bold
28784 Indented
28785 \series default
28786 , 30
28787 \begin_inset space \thinspace{}
28788 \end_inset
28789
28790 pt space was inserted at the beginning of the first column.
28791 \end_layout
28792
28793 \begin_layout Subsection
28794 Eqnarray Environment
28795 \begin_inset CommandInset label
28796 LatexCommand label
28797 name "sub:Eqnarray-Environment"
28798
28799 \end_inset
28800
28801
28802 \begin_inset Index
28803 status collapsed
28804
28805 \begin_layout Plain Layout
28806 Formula ! multiline ! eqnarray environment
28807 \end_layout
28808
28809 \end_inset
28810
28811
28812 \end_layout
28813
28814 \begin_layout Standard
28815 When this environment has been created, three blue boxes appear.
28816  The content of the first box is right aligned, the content of the last
28817  one left aligned.
28818  The content of the middle box appears centered and a bit smaller, because
28819  it is designed to insert there only relation characters.
28820 \begin_inset Formula \begin{eqnarray*}
28821 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28822 AB & AB & AB\\
28823 A & = & A\end{eqnarray*}
28824
28825 \end_inset
28826
28827
28828 \end_layout
28829
28830 \begin_layout Subsection
28831 Gather Environment
28832 \begin_inset Index
28833 status collapsed
28834
28835 \begin_layout Plain Layout
28836 Formula ! multiline ! gather environment
28837 \end_layout
28838
28839 \end_inset
28840
28841
28842 \end_layout
28843
28844 \begin_layout Standard
28845 This environment consists of only one centered column.
28846  Every line can be numbered.
28847 \begin_inset Formula \begin{gather}
28848 A=1\\
28849 X=\textrm{-}1\end{gather}
28850
28851 \end_inset
28852
28853
28854 \end_layout
28855
28856 \begin_layout Subsection
28857 Multline Environment
28858 \begin_inset CommandInset label
28859 LatexCommand label
28860 name "sub:Multline-Environment"
28861
28862 \end_inset
28863
28864
28865 \begin_inset Index
28866 status collapsed
28867
28868 \begin_layout Plain Layout
28869 Formula ! multiline ! multline environment
28870 \end_layout
28871
28872 \end_inset
28873
28874
28875 \end_layout
28876
28877 \begin_layout Standard
28878 The multline environment consists, like the gather environment, of only
28879  one column.
28880  But the first line is left aligned, the last one right aligned.
28881  All other lines are centered.
28882  Therefore this environment is suitable for long formulas.
28883  As example formula 
28884 \begin_inset CommandInset ref
28885 LatexCommand eqref
28886 reference "eq:lefteqn"
28887
28888 \end_inset
28889
28890  in the multline environment:
28891 \begin_inset Formula \begin{multline}
28892 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}\\
28893 -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}\\
28894 =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\end{multline}
28895
28896 \end_inset
28897
28898
28899 \end_layout
28900
28901 \begin_layout Standard
28902 In the output only the last (first) line of a multline environment appears
28903  numbered when the document numbering is right (left).
28904 \begin_inset Foot
28905 status collapsed
28906
28907 \begin_layout Plain Layout
28908 numbering styles see 
28909 \begin_inset CommandInset ref
28910 LatexCommand ref
28911 reference "sec:Formula-Styles"
28912
28913 \end_inset
28914
28915
28916 \end_layout
28917
28918 \end_inset
28919
28920
28921 \end_layout
28922
28923 \begin_layout Standard
28924 With the commands 
28925 \series bold
28926
28927 \backslash
28928 shoveright
28929 \begin_inset Index
28930 status collapsed
28931
28932 \begin_layout Plain Layout
28933 Commands ! S ! 
28934 \backslash
28935 shoveright
28936 \end_layout
28937
28938 \end_inset
28939
28940
28941 \series default
28942  and 
28943 \series bold
28944
28945 \backslash
28946 shoveleft
28947 \begin_inset Index
28948 status collapsed
28949
28950 \begin_layout Plain Layout
28951 Commands ! S ! 
28952 \backslash
28953 shoveleft
28954 \end_layout
28955
28956 \end_inset
28957
28958
28959 \series default
28960  a centered line can be right or left aligned, respectively.
28961  The commands are used as follows:
28962 \end_layout
28963
28964 \begin_layout Standard
28965
28966 \series bold
28967
28968 \backslash
28969 shoveright{line content}
28970 \series default
28971  and 
28972 \series bold
28973
28974 \backslash
28975 shoveleft{line content}
28976 \end_layout
28977
28978 \begin_layout Standard
28979 \begin_inset VSpace medskip
28980 \end_inset
28981
28982 The length 
28983 \series bold
28984
28985 \backslash
28986 multlinegap
28987 \begin_inset Index
28988 status collapsed
28989
28990 \begin_layout Plain Layout
28991 Commands ! M ! 
28992 \backslash
28993 multlinegap
28994 \end_layout
28995
28996 \end_inset
28997
28998
28999 \series default
29000  specifies the distance of the first line from the left page margin.
29001  Predefined is the length 0
29002 \begin_inset space \thinspace{}
29003 \end_inset
29004
29005 pt.
29006 \end_layout
29007
29008 \begin_layout Standard
29009 As example the above formula where the command
29010 \end_layout
29011
29012 \begin_layout Standard
29013
29014 \series bold
29015
29016 \backslash
29017 setlength{
29018 \backslash
29019 multlinegap}{2cm}
29020 \end_layout
29021
29022 \begin_layout Standard
29023 was inserted in TeX-mode before:
29024 \begin_inset ERT
29025 status collapsed
29026
29027 \begin_layout Plain Layout
29028
29029
29030 \backslash
29031 setlength{
29032 \backslash
29033 multlinegap}{2cm}
29034 \end_layout
29035
29036 \end_inset
29037
29038
29039 \begin_inset Formula \begin{multline}
29040 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}\\
29041 \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}}\\
29042 =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\end{multline}
29043
29044 \end_inset
29045
29046
29047 \begin_inset ERT
29048 status collapsed
29049
29050 \begin_layout Plain Layout
29051
29052
29053 \backslash
29054 setlength{
29055 \backslash
29056 multlinegap}{0pt}
29057 \end_layout
29058
29059 \end_inset
29060
29061 The second line was left aligned using 
29062 \series bold
29063
29064 \backslash
29065 shoveleft
29066 \series default
29067 .
29068 \end_layout
29069
29070 \begin_layout Subsection
29071 Multiline Formula Parts
29072 \begin_inset CommandInset label
29073 LatexCommand label
29074 name "sub:Multiline-Formula-Parts"
29075
29076 \end_inset
29077
29078
29079 \begin_inset Index
29080 status collapsed
29081
29082 \begin_layout Plain Layout
29083 Formula ! multiline ! formula parts
29084 \end_layout
29085
29086 \end_inset
29087
29088
29089 \end_layout
29090
29091 \begin_layout Standard
29092 To display only parts of a formula with multiple lines, one of the following
29093  environments are used: 
29094 \series bold
29095 aligned
29096 \series default
29097
29098 \series bold
29099 alignedat
29100 \series default
29101
29102 \series bold
29103 gathered
29104 \series default
29105  or 
29106 \series bold
29107 split
29108 \series default
29109 .
29110  They can be inserted via the menu 
29111 \family sans
29112 Insert\SpecialChar \menuseparator
29113 Math
29114 \family default
29115  or by using the commands described in this section.
29116 \end_layout
29117
29118 \begin_layout Standard
29119 The first three have the same properties as the corresponding multiline
29120  formula environments, but it is possible to set further formula parts beside
29121  them.
29122  An example:
29123 \begin_inset Formula \[
29124 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29125 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29126 \right\} \textrm{Uncertainty relations}\]
29127
29128 \end_inset
29129
29130
29131 \end_layout
29132
29133 \begin_layout Standard
29134 To get this formula, a displayed formula is created where the command 
29135 \series bold
29136
29137 \backslash
29138 aligned
29139 \begin_inset Index
29140 status collapsed
29141
29142 \begin_layout Plain Layout
29143 Commands ! A ! 
29144 \backslash
29145 aligned
29146 \end_layout
29147
29148 \end_inset
29149
29150
29151 \series default
29152  is inserted.
29153  A purple box appears around the blue formula box where now columns and
29154  lines can be added.
29155  Outside the multiline environment other formula parts can be set, like
29156  the brace.
29157 \end_layout
29158
29159 \begin_layout Standard
29160 The aligned environment is also suitable for long formulas whose lines are
29161  horizontally aligned.
29162  Using aligned in a displayed formula has the advantage that the formula
29163  number is vertically centered behind the lines.
29164  As example formula 
29165 \begin_inset CommandInset ref
29166 LatexCommand eqref
29167 reference "eq:shortlong"
29168
29169 \end_inset
29170
29171  in the aligned environment:
29172 \begin_inset Formula \begin{equation}
29173 \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}|}\\
29174  & -\hspace{3pt}\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{2}|}+\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{R}_{1}-\mathbf{R}_{2}|}\end{aligned}
29175 \end{equation}
29176
29177 \end_inset
29178
29179
29180 \end_layout
29181
29182 \begin_layout Standard
29183 To use the environments 
29184 \series bold
29185 alignedat
29186 \series default
29187
29188 \series bold
29189 gathered
29190 \series default
29191 , or 
29192 \series bold
29193 split
29194 \series default
29195 , the command 
29196 \series bold
29197
29198 \backslash
29199 alignedat
29200 \series default
29201 ,
29202 \begin_inset Index
29203 status collapsed
29204
29205 \begin_layout Plain Layout
29206 Commands ! A ! 
29207 \backslash
29208 alignedat
29209 \end_layout
29210
29211 \end_inset
29212
29213  
29214 \series bold
29215
29216 \backslash
29217 gathered
29218 \series default
29219
29220 \begin_inset Index
29221 status collapsed
29222
29223 \begin_layout Plain Layout
29224 Commands ! G ! 
29225 \backslash
29226 gathered
29227 \end_layout
29228
29229 \end_inset
29230
29231 , or 
29232 \series bold
29233
29234 \backslash
29235 split
29236 \series default
29237
29238 \begin_inset Index
29239 status collapsed
29240
29241 \begin_layout Plain Layout
29242 Commands ! S ! 
29243 \backslash
29244 split
29245 \end_layout
29246
29247 \end_inset
29248
29249  are inserted, respectively.
29250  The split environment has the same properties as the aligned environment
29251  but it can only have two columns.
29252 \end_layout
29253
29254 \begin_layout Subsection
29255 Text in multiline Formulas
29256 \begin_inset CommandInset label
29257 LatexCommand label
29258 name "sub:Text-in-multiline"
29259
29260 \end_inset
29261
29262
29263 \begin_inset Index
29264 status collapsed
29265
29266 \begin_layout Plain Layout
29267 Text ! in formulas
29268 \end_layout
29269
29270 \end_inset
29271
29272
29273 \begin_inset Index
29274 status collapsed
29275
29276 \begin_layout Plain Layout
29277 Formula ! multiline ! text
29278 \end_layout
29279
29280 \end_inset
29281
29282
29283 \end_layout
29284
29285 \begin_layout Standard
29286 In the Align environments, and the multline and gather environment, text
29287  can be inserted that will appear in a separate line and doesn't affect
29288  the column alignment.
29289  To do this, the command 
29290 \series bold
29291
29292 \backslash
29293 intertext
29294 \begin_inset Index
29295 status collapsed
29296
29297 \begin_layout Plain Layout
29298 Commands ! I ! 
29299 \backslash
29300 intertext
29301 \end_layout
29302
29303 \end_inset
29304
29305
29306 \series default
29307  is used in the following scheme:
29308 \end_layout
29309
29310 \begin_layout Standard
29311
29312 \series bold
29313
29314 \backslash
29315 intertext{text}
29316 \end_layout
29317
29318 \begin_layout Standard
29319 The text should not be longer than a line because it cannot be hyphenated.
29320  As LyX doesn't yet support 
29321 \series bold
29322
29323 \backslash
29324 intertext
29325 \series default
29326  directly, the text is written as mathematical text.
29327  
29328 \series bold
29329
29330 \backslash
29331 intertext
29332 \series default
29333  must hereby be at the beginning of a line and appears in the output above
29334  this line.
29335  An example where the text was inserted at the beginning of the second line:
29336 \begin_inset Formula \begin{align}
29337 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29338 \intertext{\text{integrand is symmetric to $\phi=\pi$, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29339
29340 \end_inset
29341
29342
29343 \end_layout
29344
29345 \begin_layout Section
29346 Formula Numbering
29347 \begin_inset Index
29348 status collapsed
29349
29350 \begin_layout Plain Layout
29351 Formula numbering
29352 \end_layout
29353
29354 \end_inset
29355
29356
29357 \begin_inset Index
29358 status collapsed
29359
29360 \begin_layout Plain Layout
29361 Formula ! numbering|see
29362 \begin_inset ERT
29363 status collapsed
29364
29365 \begin_layout Plain Layout
29366
29367 {
29368 \end_layout
29369
29370 \end_inset
29371
29372 Formula numbering
29373 \begin_inset ERT
29374 status collapsed
29375
29376 \begin_layout Plain Layout
29377
29378 }
29379 \end_layout
29380
29381 \end_inset
29382
29383
29384 \end_layout
29385
29386 \end_inset
29387
29388
29389 \end_layout
29390
29391 \begin_layout Subsection
29392 General
29393 \end_layout
29394
29395 \begin_layout Standard
29396 Numbered formulas can be created with the menu 
29397 \family sans
29398 Insert\SpecialChar \menuseparator
29399 Math\SpecialChar \menuseparator
29400 Numbered
29401 \begin_inset space ~
29402 \end_inset
29403
29404 Formula
29405 \family default
29406  (shortcut 
29407 \family sans
29408 Ctrl+Alt
29409 \begin_inset space ~
29410 \end_inset
29411
29412 N
29413 \family default
29414 ).
29415  Existing formulas can be numbered with the menu 
29416 \family sans
29417 Edit\SpecialChar \menuseparator
29418 Math\SpecialChar \menuseparator
29419 Toggle
29420 \begin_inset space ~
29421 \end_inset
29422
29423 Numbering
29424 \family default
29425  (shortcut 
29426 \begin_inset Info
29427 type  "shortcut"
29428 arg   "math-number-toggle"
29429 \end_inset
29430
29431 ).
29432  The formula number is displayed in LyX behind the formula as number sign
29433  in parentheses.
29434  The number sign is replaced in the output by the formula number.
29435 \end_layout
29436
29437 \begin_layout Standard
29438 When numbering is turned on in multiline formulas, all lines will be numbered.
29439  But the numbering can be controlled with the menu 
29440 \family sans
29441 Edit\SpecialChar \menuseparator
29442 Math\SpecialChar \menuseparator
29443 Toggle
29444 \begin_inset space ~
29445 \end_inset
29446
29447 Numbering
29448 \begin_inset space ~
29449 \end_inset
29450
29451 of
29452 \begin_inset space ~
29453 \end_inset
29454
29455 Line
29456 \family default
29457  (shortcut
29458 \begin_inset Info
29459 type  "shortcut"
29460 arg   "math-number-line-toggle"
29461 \end_inset
29462
29463 ) for every line.
29464 \end_layout
29465
29466 \begin_layout Standard
29467 Except for inline formulas, all formulas can be numbered with two different
29468  styles, see 
29469 \begin_inset CommandInset ref
29470 LatexCommand ref
29471 reference "sec:Formula-Styles"
29472
29473 \end_inset
29474
29475 .
29476 \end_layout
29477
29478 \begin_layout Subsection
29479 Cross-References
29480 \begin_inset Index
29481 status collapsed
29482
29483 \begin_layout Plain Layout
29484 Cross-references ! to formulas
29485 \end_layout
29486
29487 \end_inset
29488
29489
29490 \end_layout
29491
29492 \begin_layout Standard
29493 All labeled formulas can be cross-referenced.
29494  A label is added by the menu 
29495 \family sans
29496 Insert\SpecialChar \menuseparator
29497 Label
29498 \family default
29499  or the toolbar button 
29500 \begin_inset Graphics
29501         filename ../images/label-insert.png
29502         scale 85
29503
29504 \end_inset
29505
29506 .
29507  The cursor must hereby be inside a displayed formula.
29508  A dialog pops up displaying the prefix 
29509 \series bold
29510 eq:
29511 \series default
29512  in a text field.
29513  The label is inserted there behind the prefix.
29514  The predefined prefix means 
29515 \begin_inset Quotes eld
29516 \end_inset
29517
29518 equation
29519 \begin_inset Quotes erd
29520 \end_inset
29521
29522  and makes it easier to find labels in large documents because it marks
29523  it as formula label to divide it from e.
29524 \begin_inset space \thinspace{}
29525 \end_inset
29526
29527 g.
29528 \begin_inset space \space{}
29529 \end_inset
29530
29531 section labels.
29532  To change a label, the menu 
29533 \family sans
29534 Insert\SpecialChar \menuseparator
29535 Label
29536 \family default
29537  is used again.
29538 \end_layout
29539
29540 \begin_layout Standard
29541 The name of the label is displayed in LyX within two parentheses behind
29542  formula.
29543  A formula with a label is always numbered.
29544 \end_layout
29545
29546 \begin_layout Standard
29547 Cross-references are inserted via the menu 
29548 \family sans
29549 Insert\SpecialChar \menuseparator
29550 Cross-Reference
29551 \family default
29552  or with the toolbar button 
29553 \begin_inset Graphics
29554         filename ../images/dialog-show-new-inset_ref.png
29555         scale 85
29556
29557 \end_inset
29558
29559 .
29560  A formula cross-reference appears in the output as formula number.
29561  When in the cross-reference dialog window the format 
29562 \series bold
29563 (<reference>)
29564 \series default
29565  is chosen, the cross-reference appears in the output as formula number
29566  in parentheses.
29567 \begin_inset Newline newline
29568 \end_inset
29569
29570 By right-clicking on a cross-reference in LyX, one jumps to the formula
29571  that is referenced.
29572 \end_layout
29573
29574 \begin_layout Standard
29575 Here are as examples cross-references to formulas of the following subsections:
29576 \begin_inset Note Note
29577 status open
29578
29579 \begin_layout Plain Layout
29580 Note the different cross-reference types.
29581 \end_layout
29582
29583 \end_inset
29584
29585
29586 \end_layout
29587
29588 \begin_layout Standard
29589 The equations 
29590 \begin_inset CommandInset ref
29591 LatexCommand eqref
29592 reference "eq:tag"
29593
29594 \end_inset
29595
29596  and 
29597 \begin_inset CommandInset ref
29598 LatexCommand eqref
29599 reference "eq:c"
29600
29601 \end_inset
29602
29603  are equivalent.
29604  In (
29605 \begin_inset CommandInset ref
29606 LatexCommand ref
29607 reference "eq:Lat"
29608
29609 \end_inset
29610
29611 ) big Latin letters are used for the numbering in contrary to (
29612 \begin_inset CommandInset ref
29613 LatexCommand ref
29614 reference "eq:Rom"
29615
29616 \end_inset
29617
29618 ).
29619 \end_layout
29620
29621 \begin_layout Standard
29622 \begin_inset VSpace medskip
29623 \end_inset
29624
29625 When the argument of 
29626 \series bold
29627
29628 \backslash
29629 tag
29630 \begin_inset Foot
29631 status collapsed
29632
29633 \begin_layout Plain Layout
29634
29635 \series bold
29636
29637 \backslash
29638 tag
29639 \series default
29640  is described in 
29641 \begin_inset CommandInset ref
29642 LatexCommand ref
29643 reference "sub:User-defined-Numbering"
29644
29645 \end_inset
29646
29647 .
29648 \end_layout
29649
29650 \end_inset
29651
29652
29653 \series default
29654  contains a box like in 
29655 \begin_inset CommandInset ref
29656 LatexCommand ref
29657 reference "sub:Paragraph-Boxes"
29658
29659 \end_inset
29660
29661 , the formula cannot be referenced.
29662 \end_layout
29663
29664 \begin_layout Subsection
29665 Subnumbering
29666 \begin_inset Index
29667 status collapsed
29668
29669 \begin_layout Plain Layout
29670 Formula numbering ! subnumbering
29671 \end_layout
29672
29673 \end_inset
29674
29675
29676 \end_layout
29677
29678 \begin_layout Standard
29679 With the help of the commands 
29680 \series bold
29681
29682 \backslash
29683 begin{subequations}
29684 \series default
29685  and 
29686 \series bold
29687
29688 \backslash
29689 end{subequations}
29690 \series default
29691  formulas can be subnumbered.
29692  Both commands are inserted in TeX-mode.
29693 \end_layout
29694
29695 \begin_layout Standard
29696 An example:
29697 \begin_inset Formula \begin{equation}
29698 A=C-B\label{eq:a}\end{equation}
29699
29700 \end_inset
29701
29702
29703 \begin_inset ERT
29704 status collapsed
29705
29706 \begin_layout Plain Layout
29707
29708
29709 \backslash
29710 addtocounter{equation}{-1}
29711 \end_layout
29712
29713 \end_inset
29714
29715
29716 \begin_inset ERT
29717 status collapsed
29718
29719 \begin_layout Plain Layout
29720
29721
29722 \backslash
29723 begin{subequations}
29724 \end_layout
29725
29726 \end_inset
29727
29728
29729 \begin_inset VSpace -5mm
29730 \end_inset
29731
29732
29733 \begin_inset Formula \begin{equation}
29734 B=C-A\label{eq:b}\end{equation}
29735
29736 \end_inset
29737
29738
29739 \begin_inset Formula \begin{equation}
29740 C=A+B\label{eq:c}\end{equation}
29741
29742 \end_inset
29743
29744
29745 \end_layout
29746
29747 \begin_layout Standard
29748 \begin_inset ERT
29749 status collapsed
29750
29751 \begin_layout Plain Layout
29752
29753
29754 \backslash
29755 end{subequations}
29756 \end_layout
29757
29758 \end_inset
29759
29760
29761 \end_layout
29762
29763 \begin_layout Standard
29764 To create the example, the following is done:
29765 \end_layout
29766
29767 \begin_layout Enumerate
29768 first formula is inserted
29769 \end_layout
29770
29771 \begin_layout Enumerate
29772
29773 \series bold
29774
29775 \backslash
29776 addtocounter{equation}{-1} 
29777 \backslash
29778 begin{subequations}
29779 \begin_inset Index
29780 status collapsed
29781
29782 \begin_layout Plain Layout
29783 Commands ! A ! 
29784 \backslash
29785 addtocounter
29786 \end_layout
29787
29788 \end_inset
29789
29790
29791 \begin_inset Newline newline
29792 \end_inset
29793
29794
29795 \series default
29796 is inserted after the first formula
29797 \end_layout
29798
29799 \begin_layout Enumerate
29800 second formula is inserted
29801 \end_layout
29802
29803 \begin_layout Enumerate
29804 third formula is inserted
29805 \end_layout
29806
29807 \begin_layout Enumerate
29808
29809 \series bold
29810
29811 \backslash
29812 end{subequations}
29813 \series default
29814  is inserted after the third formula
29815 \end_layout
29816
29817 \begin_layout Standard
29818 Every formula between the commands 
29819 \series bold
29820
29821 \backslash
29822 begin
29823 \series default
29824  and 
29825 \series bold
29826
29827 \backslash
29828 end
29829 \series default
29830  is subnumbered as a, b, 
29831 \begin_inset Newline linebreak
29832 \end_inset
29833
29834 c, \SpecialChar \ldots{}
29835  For multiline formulas every line will be subnumbered.
29836  All subnumbered formulas are treated as 
29837 \emph on
29838 one
29839 \emph default
29840  numbered formula.
29841  But as every numbered formula increases the counter 
29842 \series bold
29843 equation
29844 \series default
29845  by one, the command 
29846 \series bold
29847
29848 \backslash
29849 addtocounter
29850 \series default
29851  is needed to decrease it.
29852  Otherwise the formulas 
29853 \begin_inset CommandInset ref
29854 LatexCommand eqref
29855 reference "eq:a"
29856
29857 \end_inset
29858
29859
29860 \begin_inset CommandInset ref
29861 LatexCommand eqref
29862 reference "eq:b"
29863
29864 \end_inset
29865
29866
29867 \begin_inset CommandInset ref
29868 LatexCommand eqref
29869 reference "eq:c"
29870
29871 \end_inset
29872
29873  would be numbered as 
29874 \begin_inset CommandInset ref
29875 LatexCommand eqref
29876 reference "eq:a"
29877
29878 \end_inset
29879
29880
29881 \begin_inset CommandInset ref
29882 LatexCommand eqref
29883 reference "eq:d"
29884
29885 \end_inset
29886
29887
29888 \begin_inset CommandInset ref
29889 LatexCommand eqref
29890 reference "eq:f"
29891
29892 \end_inset
29893
29894 .
29895 \end_layout
29896
29897 \begin_layout Standard
29898 By inserting the commands in TeX-mode, a space is created between the first
29899  two formulas.
29900  To revert this -5
29901 \begin_inset space \thinspace{}
29902 \end_inset
29903
29904 mm vertical space is inserted after the command 
29905 \series bold
29906
29907 \backslash
29908 begin{subequations}
29909 \series default
29910 .
29911  When the formula style 
29912 \series bold
29913 Indented
29914 \begin_inset Foot
29915 status collapsed
29916
29917 \begin_layout Plain Layout
29918 formula styles see 
29919 \begin_inset CommandInset ref
29920 LatexCommand ref
29921 reference "sec:Formula-Styles"
29922
29923 \end_inset
29924
29925
29926 \end_layout
29927
29928 \end_inset
29929
29930
29931 \series default
29932  is used, -7
29933 \begin_inset space \thinspace{}
29934 \end_inset
29935
29936 mm space is inserted instead.
29937 \end_layout
29938
29939 \begin_layout Standard
29940 Here is an example for a multiline formula where the numbering was turned
29941  off for the second line:
29942 \begin_inset ERT
29943 status collapsed
29944
29945 \begin_layout Plain Layout
29946
29947
29948 \backslash
29949 begin{subequations}
29950 \end_layout
29951
29952 \end_inset
29953
29954
29955 \begin_inset Formula \begin{eqnarray}
29956 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29957  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29958  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29959
29960 \end_inset
29961
29962
29963 \begin_inset ERT
29964 status collapsed
29965
29966 \begin_layout Plain Layout
29967
29968
29969 \backslash
29970 end{subequations}
29971 \end_layout
29972
29973 \end_inset
29974
29975
29976 \end_layout
29977
29978 \begin_layout Subsection
29979 User-defined Numbering
29980 \begin_inset CommandInset label
29981 LatexCommand label
29982 name "sub:User-defined-Numbering"
29983
29984 \end_inset
29985
29986
29987 \begin_inset Index
29988 status collapsed
29989
29990 \begin_layout Plain Layout
29991 Formula numbering ! user-defined
29992 \end_layout
29993
29994 \end_inset
29995
29996
29997 \end_layout
29998
29999 \begin_layout Standard
30000 \begin_inset Index
30001 status collapsed
30002
30003 \begin_layout Plain Layout
30004 Formula numbering ! self-defined delimiters
30005 \end_layout
30006
30007 \end_inset
30008
30009 With the standard numbering parentheses are set around the formula number.
30010  To replace the parentheses for example by vertical bars, the following
30011  line is added to the LaTeX-preamble:
30012 \end_layout
30013
30014 \begin_layout Standard
30015
30016 \series bold
30017
30018 \backslash
30019 def
30020 \backslash
30021 tagform@#1{
30022 \backslash
30023 maketag@@@{|#1|}}
30024 \series default
30025
30026 \begin_inset Note Note
30027 status collapsed
30028
30029 \begin_layout Plain Layout
30030 This macro is already declared in the LaTeX-preamble for testing.
30031  To activate it, remove the percent sign at the beginning.
30032 \end_layout
30033
30034 \end_inset
30035
30036
30037 \end_layout
30038
30039 \begin_layout Standard
30040 To use other characters, the vertical bars besides the 
30041 \series bold
30042 #1
30043 \series default
30044  are replaced by one ore more characters.
30045  To get only the formula number the vertical bars are omitted.
30046 \end_layout
30047
30048 \begin_layout Standard
30049 \begin_inset VSpace bigskip
30050 \end_inset
30051
30052 When there should be an expression of your choice instead of the consecutive
30053  formula number in parentheses behind the formula, the command 
30054 \series bold
30055
30056 \backslash
30057 tag
30058 \series default
30059
30060 \begin_inset Index
30061 status collapsed
30062
30063 \begin_layout Plain Layout
30064 Commands ! T ! 
30065 \backslash
30066 tag
30067 \end_layout
30068
30069 \end_inset
30070
30071  is used:
30072 \begin_inset Formula \begin{equation}
30073 A+B=C\tag{something}\label{eq:tag}\end{equation}
30074
30075 \end_inset
30076
30077 In this example the command 
30078 \series bold
30079
30080 \backslash
30081 tag
30082 \begin_inset ERT
30083 status collapsed
30084
30085 \begin_layout Plain Layout
30086
30087
30088 \backslash
30089 spce 
30090 \end_layout
30091
30092 \end_inset
30093
30094 something
30095 \series default
30096  was inserted to the formula.
30097 \end_layout
30098
30099 \begin_layout Standard
30100 When the command 
30101 \series bold
30102
30103 \backslash
30104 tag*
30105 \begin_inset ERT
30106 status collapsed
30107
30108 \begin_layout Plain Layout
30109
30110
30111 \backslash
30112 spce 
30113 \end_layout
30114
30115 \end_inset
30116
30117 something
30118 \series default
30119  is inserted instead, the star prevents the parentheses around the expression:
30120 \begin_inset Formula \[
30121 A+B=C\tag*{something}\]
30122
30123 \end_inset
30124
30125
30126 \end_layout
30127
30128 \begin_layout Standard
30129 \begin_inset VSpace bigskip
30130 \end_inset
30131
30132 To restart the formula numbering with new document parts or sections, the
30133  following command is used:
30134 \end_layout
30135
30136 \begin_layout Standard
30137
30138 \series bold
30139
30140 \backslash
30141 @addtoreset{equation}{part}
30142 \series default
30143
30144 \begin_inset Index
30145 status collapsed
30146
30147 \begin_layout Plain Layout
30148 Commands ! 
30149 \begin_inset ERT
30150 status collapsed
30151
30152 \begin_layout Plain Layout
30153
30154 "
30155 \end_layout
30156
30157 \end_inset
30158
30159 @
30160 \begin_inset ERT
30161 status collapsed
30162
30163 \begin_layout Plain Layout
30164
30165 "
30166 \end_layout
30167
30168 \end_inset
30169
30170  ! 
30171 \backslash
30172
30173 \begin_inset ERT
30174 status collapsed
30175
30176 \begin_layout Plain Layout
30177
30178 "
30179 \end_layout
30180
30181 \end_inset
30182
30183 @
30184 \begin_inset ERT
30185 status collapsed
30186
30187 \begin_layout Plain Layout
30188
30189 "
30190 \end_layout
30191
30192 \end_inset
30193
30194 addtoreset
30195 \end_layout
30196
30197 \end_inset
30198
30199
30200 \begin_inset Newline newline
30201 \end_inset
30202
30203 resp.
30204 \begin_inset Newline newline
30205 \end_inset
30206
30207
30208 \series bold
30209
30210 \backslash
30211 @addtoreset{equation}{section}
30212 \end_layout
30213
30214 \begin_layout Standard
30215 To be able to use these commands in TeX-mode, the 
30216 \begin_inset Quotes eld
30217 \end_inset
30218
30219 @
30220 \begin_inset Quotes erd
30221 \end_inset
30222
30223  character has to be made 
30224 \begin_inset Quotes eld
30225 \end_inset
30226
30227 active
30228 \begin_inset Quotes erd
30229 \end_inset
30230
30231  for LaTeX using the command 
30232 \series bold
30233
30234 \backslash
30235 makeatletter.
30236
30237 \series default
30238  The command 
30239 \series bold
30240
30241 \backslash
30242 makeatother
30243 \series default
30244  reverts this.
30245  So the command sequence in TeX-mode is:
30246 \end_layout
30247
30248 \begin_layout Standard
30249
30250 \series bold
30251
30252 \backslash
30253 makeatletter
30254 \begin_inset Newline newline
30255 \end_inset
30256
30257
30258 \backslash
30259 @addtoreset{equation}{section}
30260 \begin_inset Newline newline
30261 \end_inset
30262
30263
30264 \backslash
30265 makeatother
30266 \end_layout
30267
30268 \begin_layout Standard
30269 In the LaTeX-preamble 
30270 \series bold
30271
30272 \backslash
30273 makeatletter
30274 \series default
30275  and 
30276 \series bold
30277
30278 \backslash
30279 makeatother
30280 \series default
30281  can be omitted as they are automatically internally inserted by LyX.
30282 \end_layout
30283
30284 \begin_layout Standard
30285 To revert 
30286 \series bold
30287
30288 \backslash
30289 @addtoreset
30290 \series default
30291 , the file 
30292 \series bold
30293 remreset.sty
30294 \series default
30295
30296 \begin_inset Foot
30297 status collapsed
30298
30299 \begin_layout Plain Layout
30300
30301 \series bold
30302 remreset
30303 \series default
30304  is part of the LaTeX-package 
30305 \series bold
30306 carlisle
30307 \series default
30308
30309 \begin_inset Index
30310 status collapsed
30311
30312 \begin_layout Plain Layout
30313 Packages ! carlisle
30314 \end_layout
30315
30316 \end_inset
30317
30318  that is part of every LaTeX standard installation.
30319 \end_layout
30320
30321 \end_inset
30322
30323
30324 \begin_inset Index
30325 status collapsed
30326
30327 \begin_layout Plain Layout
30328 Packages ! remreset
30329 \end_layout
30330
30331 \end_inset
30332
30333  has to be loaded in the LaTeX-preamble with the line
30334 \end_layout
30335
30336 \begin_layout Standard
30337
30338 \series bold
30339
30340 \backslash
30341 usepackage{remreset}
30342 \end_layout
30343
30344 \begin_layout Standard
30345 Then the command 
30346 \series bold
30347
30348 \backslash
30349 @removefromreset
30350 \series default
30351
30352 \begin_inset Index
30353 status collapsed
30354
30355 \begin_layout Plain Layout
30356 Commands ! 
30357 \begin_inset ERT
30358 status collapsed
30359
30360 \begin_layout Plain Layout
30361
30362 "
30363 \end_layout
30364
30365 \end_inset
30366
30367 @
30368 \begin_inset ERT
30369 status collapsed
30370
30371 \begin_layout Plain Layout
30372
30373 "
30374 \end_layout
30375
30376 \end_inset
30377
30378  ! 
30379 \backslash
30380
30381 \begin_inset ERT
30382 status collapsed
30383
30384 \begin_layout Plain Layout
30385
30386 "
30387 \end_layout
30388
30389 \end_inset
30390
30391 @
30392 \begin_inset ERT
30393 status collapsed
30394
30395 \begin_layout Plain Layout
30396
30397 "
30398 \end_layout
30399
30400 \end_inset
30401
30402 removefromreset
30403 \end_layout
30404
30405 \end_inset
30406
30407  can be used with the same scheme as 
30408 \series bold
30409
30410 \backslash
30411 @addtoreset
30412 \series default
30413 .
30414 \end_layout
30415
30416 \begin_layout Standard
30417 \begin_inset VSpace bigskip
30418 \end_inset
30419
30420 Sometimes formulas should be numbered in the following form:
30421 \end_layout
30422
30423 \begin_layout Standard
30424
30425 \family typewriter
30426 (section number.formula number)
30427 \end_layout
30428
30429 \begin_layout Standard
30430 The formula number should start with every section with 
30431 \begin_inset Quotes eld
30432 \end_inset
30433
30434 1
30435 \begin_inset Quotes erd
30436 \end_inset
30437
30438 .
30439 \end_layout
30440
30441 \begin_layout Standard
30442 For this case there is the command 
30443 \series bold
30444
30445 \backslash
30446 numberwithin
30447 \series default
30448
30449 \begin_inset Index
30450 status collapsed
30451
30452 \begin_layout Plain Layout
30453 Commands ! N ! 
30454 \backslash
30455 numberwithin
30456 \end_layout
30457
30458 \end_inset
30459
30460 , which is used with the following scheme:
30461 \end_layout
30462
30463 \begin_layout Standard
30464
30465 \series bold
30466
30467 \backslash
30468 numberwithin{counter}{sectioning}
30469 \end_layout
30470
30471 \begin_layout Standard
30472 Counter denotes what kind of numbering is affected, sectioning denotes what
30473  number is before the dot.
30474 \end_layout
30475
30476 \begin_layout Standard
30477 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30478 \end_layout
30479
30480 \begin_layout Standard
30481
30482 \series bold
30483
30484 \backslash
30485 numberwithin{equation}{section}
30486 \end_layout
30487
30488 \begin_layout Standard
30489 This is the result:
30490 \begin_inset ERT
30491 status collapsed
30492
30493 \begin_layout Plain Layout
30494
30495
30496 \backslash
30497 numberwithin{equation}{section}
30498 \end_layout
30499
30500 \end_inset
30501
30502
30503 \begin_inset Formula \begin{equation}
30504 A+B=C\end{equation}
30505
30506 \end_inset
30507
30508
30509 \end_layout
30510
30511 \begin_layout Standard
30512 To number e.
30513 \begin_inset space \thinspace{}
30514 \end_inset
30515
30516 g.
30517 \begin_inset space \space{}
30518 \end_inset
30519
30520 tables so that the number of the part is the sectioning,
30521 \begin_inset Newline newline
30522 \end_inset
30523
30524
30525 \series bold
30526
30527 \backslash
30528 numberwithin{table}{part}
30529 \series default
30530  is used.
30531 \end_layout
30532
30533 \begin_layout Standard
30534 To go back to the standard numbering or to prevent this kind of numbering
30535  when it is defined by the document class, the following command is inserted
30536  as TeX-Code or to the LaTeX-preamble:
30537 \end_layout
30538
30539 \begin_layout Standard
30540
30541 \series bold
30542
30543 \backslash
30544 renewcommand{
30545 \backslash
30546 theequation}{
30547 \backslash
30548 arabic{equation}}
30549 \begin_inset Index
30550 status collapsed
30551
30552 \begin_layout Plain Layout
30553 Commands ! A ! 
30554 \backslash
30555 arabic
30556 \end_layout
30557
30558 \end_inset
30559
30560
30561 \series default
30562
30563 \begin_inset ERT
30564 status collapsed
30565
30566 \begin_layout Plain Layout
30567
30568
30569 \backslash
30570 renewcommand{
30571 \backslash
30572 theequation}{
30573 \backslash
30574 arabic{equation}}
30575 \end_layout
30576
30577 \end_inset
30578
30579
30580 \series bold
30581
30582 \begin_inset Newline newline
30583 \end_inset
30584
30585
30586 \series default
30587 or
30588 \series bold
30589
30590 \begin_inset Newline newline
30591 \end_inset
30592
30593
30594 \backslash
30595 renewcommand{
30596 \backslash
30597 thetable}{
30598 \backslash
30599 arabic{table}}
30600 \end_layout
30601
30602 \begin_layout Standard
30603
30604 \series bold
30605
30606 \backslash
30607 numberwithin
30608 \series default
30609  uses internally the command 
30610 \series bold
30611
30612 \backslash
30613 @addtoreset
30614 \series default
30615 , described above, that also needs to be reverted.
30616 \begin_inset ERT
30617 status collapsed
30618
30619 \begin_layout Plain Layout
30620
30621
30622 \backslash
30623 makeatletter
30624 \end_layout
30625
30626 \begin_layout Plain Layout
30627
30628
30629 \backslash
30630 @removefromreset{equation}{section}
30631 \end_layout
30632
30633 \begin_layout Plain Layout
30634
30635
30636 \backslash
30637 makeatother
30638 \end_layout
30639
30640 \end_inset
30641
30642
30643 \end_layout
30644
30645 \begin_layout Subsection
30646 Numbering with Roman Numbers and Letters
30647 \begin_inset Index
30648 status collapsed
30649
30650 \begin_layout Plain Layout
30651 Formula numbering ! with letters
30652 \end_layout
30653
30654 \end_inset
30655
30656
30657 \begin_inset Index
30658 status collapsed
30659
30660 \begin_layout Plain Layout
30661 Formula numbering ! with Roman numbers
30662 \end_layout
30663
30664 \end_inset
30665
30666
30667 \end_layout
30668
30669 \begin_layout Standard
30670 Formulas can also be numbered with Roman numbers and Latin letters.
30671  To number for example with small Roman numbers, the command
30672 \end_layout
30673
30674 \begin_layout Standard
30675
30676 \series bold
30677
30678 \backslash
30679 renewcommand{
30680 \backslash
30681 theequation}{
30682 \backslash
30683 roman{equation}}
30684 \end_layout
30685
30686 \begin_layout Standard
30687 is inserted before the formula in TeX-mode.
30688  
30689 \series bold
30690
30691 \backslash
30692 renewcommand
30693 \series default
30694
30695 \begin_inset Index
30696 status collapsed
30697
30698 \begin_layout Plain Layout
30699 Commands ! R ! 
30700 \backslash
30701 renewcommand
30702 \end_layout
30703
30704 \end_inset
30705
30706  redefines the predefined command 
30707 \series bold
30708
30709 \backslash
30710 theequation
30711 \series default
30712  to the command 
30713 \series bold
30714
30715 \backslash
30716 roman{equation}
30717 \series default
30718 .
30719 \begin_inset Foot
30720 status collapsed
30721
30722 \begin_layout Plain Layout
30723 The command 
30724 \series bold
30725
30726 \backslash
30727 renewcommand
30728 \series default
30729  has the same scheme like the command 
30730 \series bold
30731
30732 \backslash
30733 newcommand
30734 \series default
30735  that is described in 
30736 \begin_inset CommandInset ref
30737 LatexCommand ref
30738 reference "sub:The-Command-newcommand"
30739
30740 \end_inset
30741
30742 .
30743 \end_layout
30744
30745 \end_inset
30746
30747  
30748 \series bold
30749 equation
30750 \series default
30751  is the formula counter.
30752  When the command 
30753 \series bold
30754
30755 \backslash
30756 the
30757 \series default
30758  is used as prefix for a counter, the value of the counter is output as
30759  Arabic number.
30760  When a formula is numbered, LaTeX sets internally the command 
30761 \series bold
30762
30763 \backslash
30764 theequation
30765 \series default
30766  behind the formula.
30767  
30768 \series bold
30769
30770 \backslash
30771 roman{equation}
30772 \begin_inset Index
30773 status collapsed
30774
30775 \begin_layout Plain Layout
30776 Commands ! R ! 
30777 \backslash
30778 roman
30779 \end_layout
30780
30781 \end_inset
30782
30783
30784 \series default
30785  outputs the counter as small Roman number.
30786 \end_layout
30787
30788 \begin_layout Standard
30789 All formulas behind the command 
30790 \series bold
30791
30792 \backslash
30793 renew
30794 \series default
30795 c
30796 \series bold
30797 ommand
30798 \series default
30799  are now numbered Roman.
30800  To switch to numbering with big Roman numbers, the command is inserted
30801  again, but 
30802 \series bold
30803
30804 \backslash
30805 roman
30806 \series default
30807  is replaced by 
30808 \series bold
30809
30810 \backslash
30811 Roman
30812 \series default
30813
30814 \begin_inset Index
30815 status collapsed
30816
30817 \begin_layout Plain Layout
30818 Commands ! R ! 
30819 \backslash
30820 roman@
30821 \backslash
30822 Roman
30823 \end_layout
30824
30825 \end_inset
30826
30827 .
30828  To 
30829 \begin_inset Quotes eld
30830 \end_inset
30831
30832 number
30833 \begin_inset Quotes erd
30834 \end_inset
30835
30836  with small Latin letters there is the command 
30837 \series bold
30838
30839 \backslash
30840 alph
30841 \series default
30842
30843 \begin_inset Index
30844 status collapsed
30845
30846 \begin_layout Plain Layout
30847 Commands ! A ! 
30848 \backslash
30849 alph
30850 \end_layout
30851
30852 \end_inset
30853
30854 , for big ones there is the command 
30855 \series bold
30856
30857 \backslash
30858 Alph
30859 \series default
30860
30861 \begin_inset Index
30862 status open
30863
30864 \begin_layout Plain Layout
30865 Commands ! A ! 
30866 \backslash
30867 alph@
30868 \backslash
30869 Alph
30870 \end_layout
30871
30872 \end_inset
30873
30874 .
30875 \end_layout
30876
30877 \begin_layout Standard
30878 \begin_inset Note Greyedout
30879 status open
30880
30881 \begin_layout Plain Layout
30882
30883 \series bold
30884 Note:
30885 \series default
30886  Only maximal 26 formulas can be numbered with Latin letters in one document.
30887 \end_layout
30888
30889 \end_inset
30890
30891
30892 \end_layout
30893
30894 \begin_layout Standard
30895 \begin_inset ERT
30896 status collapsed
30897
30898 \begin_layout Plain Layout
30899
30900
30901 \backslash
30902 renewcommand{
30903 \backslash
30904 theequation}{
30905 \backslash
30906 roman{equation}}
30907 \end_layout
30908
30909 \end_inset
30910
30911
30912 \end_layout
30913
30914 \begin_layout Standard
30915 \begin_inset Formula \begin{equation}
30916 A=\textrm{small roman}\label{eq:rom}\end{equation}
30917
30918 \end_inset
30919
30920
30921 \begin_inset ERT
30922 status collapsed
30923
30924 \begin_layout Plain Layout
30925
30926
30927 \backslash
30928 renewcommand{
30929 \backslash
30930 theequation}{
30931 \backslash
30932 Roman{equation}}
30933 \end_layout
30934
30935 \end_inset
30936
30937
30938 \begin_inset Formula \begin{equation}
30939 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
30940
30941 \end_inset
30942
30943
30944 \begin_inset ERT
30945 status collapsed
30946
30947 \begin_layout Plain Layout
30948
30949
30950 \backslash
30951 renewcommand{
30952 \backslash
30953 theequation}{
30954 \backslash
30955 alph{equation}}
30956 \end_layout
30957
30958 \end_inset
30959
30960
30961 \begin_inset Formula \begin{equation}
30962 C=\textrm{small Latin}\label{eq:lat}\end{equation}
30963
30964 \end_inset
30965
30966
30967 \begin_inset ERT
30968 status collapsed
30969
30970 \begin_layout Plain Layout
30971
30972
30973 \backslash
30974 renewcommand{
30975 \backslash
30976 theequation}{
30977 \backslash
30978 Alph{equation}}
30979 \end_layout
30980
30981 \end_inset
30982
30983
30984 \begin_inset Formula \begin{equation}
30985 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
30986
30987 \end_inset
30988
30989
30990 \end_layout
30991
30992 \begin_layout Standard
30993 To switch back to the default numbering, insert the command:
30994 \end_layout
30995
30996 \begin_layout Standard
30997
30998 \series bold
30999
31000 \backslash
31001 renewcommand{
31002 \backslash
31003 theequation}{
31004 \backslash
31005 arabic{equation}}
31006 \begin_inset Index
31007 status collapsed
31008
31009 \begin_layout Plain Layout
31010 Commands ! A ! 
31011 \backslash
31012 arabic
31013 \end_layout
31014
31015 \end_inset
31016
31017
31018 \end_layout
31019
31020 \begin_layout Standard
31021 \begin_inset ERT
31022 status collapsed
31023
31024 \begin_layout Plain Layout
31025
31026
31027 \backslash
31028 renewcommand{
31029 \backslash
31030 theequation}{
31031 \backslash
31032 arabic{equation}}
31033 \end_layout
31034
31035 \end_inset
31036
31037
31038 \begin_inset Formula \begin{equation}
31039 E=\textrm{Arabic}\label{eq:arab}\end{equation}
31040
31041 \end_inset
31042
31043
31044 \end_layout
31045
31046 \begin_layout Standard
31047 \begin_inset VSpace medskip
31048 \end_inset
31049
31050 As you see, formulas are numbered serially independent from the numbering
31051  style.
31052  When then numbering should start with 
31053 \begin_inset Quotes eld
31054 \end_inset
31055
31056 1
31057 \begin_inset Quotes erd
31058 \end_inset
31059
31060  when the style is changed, new equation counters have to be defined.
31061  A description about this can be found in the file 
31062 \begin_inset CommandInset href
31063 LatexCommand href
31064 target "Formula-numbering.lyx"
31065
31066 \end_inset
31067
31068 .
31069 \end_layout
31070
31071 \begin_layout Section
31072 User-defined Commands
31073 \begin_inset Index
31074 status collapsed
31075
31076 \begin_layout Plain Layout
31077 User-defined commands
31078 \end_layout
31079
31080 \end_inset
31081
31082
31083 \end_layout
31084
31085 \begin_layout Standard
31086 \begin_inset Note Greyedout
31087 status open
31088
31089 \begin_layout Plain Layout
31090
31091 \series bold
31092 Note:
31093 \series default
31094  The names of user-defined commands and macros may only consist of Latin
31095  letters.
31096 \end_layout
31097
31098 \end_inset
31099
31100
31101 \end_layout
31102
31103 \begin_layout Subsection
31104 The Command 
31105 \backslash
31106 newcommand
31107 \begin_inset CommandInset label
31108 LatexCommand label
31109 name "sub:The-Command-newcommand"
31110
31111 \end_inset
31112
31113
31114 \begin_inset Index
31115 status collapsed
31116
31117 \begin_layout Plain Layout
31118 User-defined commands ! 
31119 \backslash
31120 newcommand
31121 \end_layout
31122
31123 \end_inset
31124
31125
31126 \begin_inset Index
31127 status collapsed
31128
31129 \begin_layout Plain Layout
31130 Commands ! N ! 
31131 \backslash
31132 newcommand
31133 \end_layout
31134
31135 \end_inset
31136
31137
31138 \end_layout
31139
31140 \begin_layout Standard
31141 Many LaTeX-commands are too long to be used frequently.
31142  But it is possible to define with the command 
31143 \series bold
31144
31145 \backslash
31146 newcommand
31147 \series default
31148  new shorter commands.
31149 \end_layout
31150
31151 \begin_layout Standard
31152 The command scheme of 
31153 \series bold
31154
31155 \backslash
31156 newcommand
31157 \series default
31158  is:
31159 \end_layout
31160
31161 \begin_layout Standard
31162
31163 \series bold
31164
31165 \backslash
31166 newcommand{new command name}[number of arguments][optional
31167 \series default
31168  
31169 \series bold
31170 value]
31171 \begin_inset Newline newline
31172 \end_inset
31173
31174
31175 \begin_inset ERT
31176 status collapsed
31177
31178 \begin_layout Plain Layout
31179
31180
31181 \backslash
31182 phantom{
31183 \end_layout
31184
31185 \end_inset
31186
31187
31188 \backslash
31189 newcommand
31190 \begin_inset ERT
31191 status collapsed
31192
31193 \begin_layout Plain Layout
31194
31195 }
31196 \end_layout
31197
31198 \end_inset
31199
31200 {command definition}
31201 \end_layout
31202
31203 \begin_layout Standard
31204 \begin_inset Note Greyedout
31205 status open
31206
31207 \begin_layout Plain Layout
31208
31209 \series bold
31210 Note:
31211 \series default
31212  Assure that the name of the new command is not already used in your document
31213  or by LaTeX-packages that you use.
31214  When you for example define the command 
31215 \series bold
31216
31217 \backslash
31218 le
31219 \series default
31220  for 
31221 \series bold
31222
31223 \backslash
31224 Leftarrow
31225 \series default
31226 , you get an error message because 
31227 \series bold
31228
31229 \backslash
31230 le
31231 \series default
31232  is already defined as command for 
31233 \begin_inset Quotes eld
31234 \end_inset
31235
31236
31237 \begin_inset Formula $\le$
31238 \end_inset
31239
31240
31241 \begin_inset Quotes erd
31242 \end_inset
31243
31244 .
31245 \end_layout
31246
31247 \end_inset
31248
31249
31250 \end_layout
31251
31252 \begin_layout Standard
31253 The number of arguments is an integer in the range 0
31254 \begin_inset space \thinspace{}
31255 \end_inset
31256
31257 -
31258 \begin_inset space \thinspace{}
31259 \end_inset
31260
31261 9 and specifies how many arguments the new command should have.
31262  With the optional value a value for an optional argument can be predefined.
31263  When this is done, the 
31264 \emph on
31265 first
31266 \emph default
31267  
31268 \emph on
31269 a
31270 \emph default
31271 rgument of the new command is automatically an optional one.
31272 \end_layout
31273
31274 \begin_layout Standard
31275 Here are some examples:
31276 \end_layout
31277
31278 \begin_layout Itemize
31279 To define the command 
31280 \series bold
31281
31282 \backslash
31283 gr
31284 \series default
31285  for 
31286 \series bold
31287
31288 \backslash
31289 Longrightarrow
31290 \series default
31291 , the LaTeX-preamble line is:
31292 \begin_inset VSpace medskip
31293 \end_inset
31294
31295
31296 \begin_inset Newline newline
31297 \end_inset
31298
31299
31300 \series bold
31301
31302 \backslash
31303 newcommand{
31304 \backslash
31305 gr}{
31306 \backslash
31307 Longrightarrow}
31308 \end_layout
31309
31310 \begin_layout Itemize
31311 To define the command 
31312 \series bold
31313
31314 \backslash
31315 us
31316 \series default
31317  for 
31318 \series bold
31319
31320 \backslash
31321 underline
31322 \series default
31323 , the argument (that should be underlined) must be taken into account.
31324  For this the preamble line is:
31325 \begin_inset VSpace medskip
31326 \end_inset
31327
31328
31329 \begin_inset Newline newline
31330 \end_inset
31331
31332
31333 \series bold
31334
31335 \backslash
31336 newcommand{
31337 \backslash
31338 us}[1]{
31339 \backslash
31340 underline{#1}}
31341 \series default
31342
31343 \begin_inset VSpace medskip
31344 \end_inset
31345
31346
31347 \begin_inset Newline newline
31348 \end_inset
31349
31350 The character 
31351 \series bold
31352 #
31353 \series default
31354  acts as argument placeholder, the 
31355 \series bold
31356 1
31357 \series default
31358  behind it denotes that it is the placeholder for the first argument.
31359 \end_layout
31360
31361 \begin_layout Itemize
31362 For 
31363 \series bold
31364
31365 \backslash
31366 framebox
31367 \series default
31368  one can e.
31369 \begin_inset space \thinspace{}
31370 \end_inset
31371
31372 g.
31373 \begin_inset space \space{}
31374 \end_inset
31375
31376 define the command 
31377 \series bold
31378
31379 \backslash
31380 fb
31381 \series default
31382 :
31383 \begin_inset VSpace medskip
31384 \end_inset
31385
31386
31387 \begin_inset Newline newline
31388 \end_inset
31389
31390
31391 \series bold
31392
31393 \backslash
31394 newcommand{
31395 \backslash
31396 fb}[3]{
31397 \backslash
31398 framebox#1#2{$#3$}}
31399 \series default
31400
31401 \begin_inset VSpace medskip
31402 \end_inset
31403
31404
31405 \begin_inset Newline newline
31406 \end_inset
31407
31408 The two Dollar signs creates the extra formula needed for 
31409 \series bold
31410
31411 \backslash
31412 framebox
31413 \series default
31414 , see 
31415 \begin_inset CommandInset ref
31416 LatexCommand ref
31417 reference "sub:Boxes-with-Frame"
31418
31419 \end_inset
31420
31421 .
31422 \end_layout
31423
31424 \begin_layout Itemize
31425 To create a new command for 
31426 \series bold
31427
31428 \backslash
31429 fcolorbox
31430 \series default
31431  where the color for the box needn't to be specified, the argument for the
31432  color is defined optional:
31433 \begin_inset VSpace medskip
31434 \end_inset
31435
31436
31437 \begin_inset Newline newline
31438 \end_inset
31439
31440
31441 \series bold
31442
31443 \backslash
31444 newcommand{
31445 \backslash
31446 cb}[3][white]{
31447 \backslash
31448 fcolorbox{#2}{#1}{$#3$}}
31449 \series default
31450
31451 \begin_inset VSpace medskip
31452 \end_inset
31453
31454
31455 \begin_inset Newline newline
31456 \end_inset
31457
31458 When the color is not specified when using 
31459 \series bold
31460
31461 \backslash
31462 cb
31463 \series default
31464 , the predefined color 
31465 \series bold
31466 white
31467 \series default
31468  will be used.
31469 \end_layout
31470
31471 \begin_layout Standard
31472 A test of the new defined commands:
31473 \end_layout
31474
31475 \begin_layout Standard
31476 \align center
31477 \begin_inset Tabular
31478 <lyxtabular version="3" rows="6" columns="2">
31479 <features>
31480 <column alignment="center" valignment="top" width="0">
31481 <column alignment="center" valignment="top" width="0">
31482 <row>
31483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31484 \begin_inset Text
31485
31486 \begin_layout Plain Layout
31487 Command
31488 \end_layout
31489
31490 \end_inset
31491 </cell>
31492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31493 \begin_inset Text
31494
31495 \begin_layout Plain Layout
31496 Result
31497 \begin_inset Note Note
31498 status collapsed
31499
31500 \begin_layout Plain Layout
31501
31502 \series bold
31503
31504 \backslash
31505 raisebox
31506 \series default
31507  is only used as spacer.
31508 \end_layout
31509
31510 \end_inset
31511
31512
31513 \end_layout
31514
31515 \end_inset
31516 </cell>
31517 </row>
31518 <row>
31519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31520 \begin_inset Text
31521
31522 \begin_layout Plain Layout
31523 A
31524 \backslash
31525 gr
31526 \begin_inset ERT
31527 status collapsed
31528
31529 \begin_layout Plain Layout
31530
31531
31532 \backslash
31533 spce 
31534 \end_layout
31535
31536 \end_inset
31537
31538 B
31539 \end_layout
31540
31541 \end_inset
31542 </cell>
31543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31544 \begin_inset Text
31545
31546 \begin_layout Plain Layout
31547 \begin_inset Formula $A\gr B$
31548 \end_inset
31549
31550
31551 \end_layout
31552
31553 \end_inset
31554 </cell>
31555 </row>
31556 <row>
31557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31558 \begin_inset Text
31559
31560 \begin_layout Plain Layout
31561
31562 \backslash
31563 us{ABcd
31564 \end_layout
31565
31566 \end_inset
31567 </cell>
31568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31569 \begin_inset Text
31570
31571 \begin_layout Plain Layout
31572 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31573 \end_inset
31574
31575
31576 \end_layout
31577
31578 \end_inset
31579 </cell>
31580 </row>
31581 <row>
31582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31583 \begin_inset Text
31584
31585 \begin_layout Plain Layout
31586
31587 \backslash
31588 fb{[2cm]
31589 \begin_inset Formula $\to$
31590 \end_inset
31591
31592
31593 \backslash
31594 {
31595 \begin_inset Formula $\to$
31596 \end_inset
31597
31598
31599 \backslash
31600 {
31601 \backslash
31602 int
31603 \begin_inset ERT
31604 status collapsed
31605
31606 \begin_layout Plain Layout
31607
31608
31609 \backslash
31610 spce 
31611 \end_layout
31612
31613 \end_inset
31614
31615 A=B
31616 \end_layout
31617
31618 \end_inset
31619 </cell>
31620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31621 \begin_inset Text
31622
31623 \begin_layout Plain Layout
31624 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31625 \end_inset
31626
31627
31628 \end_layout
31629
31630 \end_inset
31631 </cell>
31632 </row>
31633 <row>
31634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31635 \begin_inset Text
31636
31637 \begin_layout Plain Layout
31638
31639 \backslash
31640 cb{red
31641 \begin_inset Formula $\to$
31642 \end_inset
31643
31644
31645 \backslash
31646 {
31647 \backslash
31648 int
31649 \begin_inset ERT
31650 status collapsed
31651
31652 \begin_layout Plain Layout
31653
31654
31655 \backslash
31656 spce 
31657 \end_layout
31658
31659 \end_inset
31660
31661 A=B
31662 \end_layout
31663
31664 \end_inset
31665 </cell>
31666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31667 \begin_inset Text
31668
31669 \begin_layout Plain Layout
31670 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31671 \end_inset
31672
31673
31674 \end_layout
31675
31676 \end_inset
31677 </cell>
31678 </row>
31679 <row>
31680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31681 \begin_inset Text
31682
31683 \begin_layout Plain Layout
31684
31685 \backslash
31686 cb[green]
31687 \backslash
31688 {red
31689 \begin_inset Formula $\to$
31690 \end_inset
31691
31692
31693 \backslash
31694 {
31695 \backslash
31696 int
31697 \begin_inset ERT
31698 status collapsed
31699
31700 \begin_layout Plain Layout
31701
31702
31703 \backslash
31704 spce 
31705 \end_layout
31706
31707 \end_inset
31708
31709 A=B
31710 \end_layout
31711
31712 \end_inset
31713 </cell>
31714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31715 \begin_inset Text
31716
31717 \begin_layout Plain Layout
31718 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31719 \end_inset
31720
31721
31722 \end_layout
31723
31724 \end_inset
31725 </cell>
31726 </row>
31727 </lyxtabular>
31728
31729 \end_inset
31730
31731
31732 \end_layout
31733
31734 \begin_layout Subsection
31735 Math Macros
31736 \begin_inset Index
31737 status collapsed
31738
31739 \begin_layout Plain Layout
31740 User-defined commands! Math macros
31741 \end_layout
31742
31743 \end_inset
31744
31745
31746 \begin_inset Index
31747 status collapsed
31748
31749 \begin_layout Plain Layout
31750 Macros
31751 \end_layout
31752
31753 \end_inset
31754
31755
31756 \end_layout
31757
31758 \begin_layout Standard
31759 User-defined commands are especially convenient for complex expressions.
31760  When you are for example dealing in a document with quadratic equations,
31761  the same solution type occurs several times.
31762  The general form of a quadratic equation is
31763 \begin_inset Formula \[
31764 0=\lambda^{2}+p\lambda+q\]
31765
31766 \end_inset
31767
31768 The general form of the solution is
31769 \begin_inset Formula \[
31770 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
31771
31772 \end_inset
31773
31774
31775 \end_layout
31776
31777 \begin_layout Standard
31778 To define a command for the solution formula where only the three parameters
31779  
31780 \begin_inset Formula $\lambda$
31781 \end_inset
31782
31783
31784 \begin_inset Formula $p$
31785 \end_inset
31786
31787 , and 
31788 \begin_inset Formula $q$
31789 \end_inset
31790
31791  need to be specified and the index of 
31792 \begin_inset Formula $\lambda$
31793 \end_inset
31794
31795  can be given optionally, the LaTeX-preamble line is
31796 \begin_inset Newline newline
31797 \end_inset
31798
31799
31800 \series bold
31801
31802 \backslash
31803 newcommand{
31804 \backslash
31805 qG}[4][1,
31806 \backslash
31807 ,2]{#2_{#1}=-
31808 \backslash
31809 frac{#3}{2}
31810 \backslash
31811 pm
31812 \begin_inset Newline newline
31813 \end_inset
31814
31815
31816 \begin_inset ERT
31817 status collapsed
31818
31819 \begin_layout Plain Layout
31820
31821
31822 \backslash
31823 hphantom{
31824 \end_layout
31825
31826 \end_inset
31827
31828
31829 \backslash
31830 newcommand
31831 \begin_inset ERT
31832 status collapsed
31833
31834 \begin_layout Plain Layout
31835
31836 }
31837 \end_layout
31838
31839 \end_inset
31840
31841
31842 \backslash
31843 sqrt{
31844 \backslash
31845 frac{#3^{2}}{4}-#4}}
31846 \end_layout
31847
31848 \begin_layout Standard
31849 To create with this the solution formula, the command
31850 \begin_inset Newline newline
31851 \end_inset
31852
31853
31854 \series bold
31855
31856 \backslash
31857 qG{
31858 \backslash
31859 lambda
31860 \begin_inset Formula $\to$
31861 \end_inset
31862
31863
31864 \backslash
31865 {p
31866 \begin_inset Formula $\to$
31867 \end_inset
31868
31869
31870 \backslash
31871 {q
31872 \series default
31873  is inserted to a formula
31874 \series bold
31875 .
31876 \end_layout
31877
31878 \begin_layout Standard
31879 The definition of the new command is unintuitive because one has to know
31880  the schemes of all used LaTeX commands, e.
31881 \begin_inset space \thinspace{}
31882 \end_inset
31883
31884 g.
31885 \begin_inset space \space{}
31886 \end_inset
31887
31888 that a fraction is inserted in LaTeX as 
31889 \series bold
31890
31891 \backslash
31892 frac{numerator}{denominator}
31893 \series default
31894 .
31895  Furthermore one can easily forget a brace in the definition and cannot
31896  see in LyX what the new command is doing.
31897  To avoid these problems LyX offers the possibility to use math macros instead
31898  of the command 
31899 \series bold
31900
31901 \backslash
31902 newcommand
31903 \series default
31904 .
31905 \end_layout
31906
31907 \begin_layout Standard
31908 A math macro is created by using the menu 
31909 \family sans
31910 Insert\SpecialChar \menuseparator
31911 Math\SpecialChar \menuseparator
31912 Macro
31913 \family default
31914  or the toolbar button 
31915 \begin_inset Graphics
31916         filename ../images/math-macro_newmacroname_newcommand.png
31917         scale 85
31918
31919 \end_inset
31920
31921 .
31922  The math macro toolbar appears together with the following box where the
31923  macro is defined:
31924 \begin_inset Newline newline
31925 \end_inset
31926
31927
31928 \begin_inset space \hspace*{\fill}
31929 \end_inset
31930
31931
31932 \begin_inset Graphics
31933         filename clipart/macrobox.png
31934
31935 \end_inset
31936
31937
31938 \begin_inset space \hspace*{\fill}
31939 \end_inset
31940
31941
31942 \begin_inset Newline newline
31943 \end_inset
31944
31945
31946 \begin_inset FormulaMacro
31947 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
31948 \end_inset
31949
31950
31951 \backslash
31952 newmacroname is the default name of the macro that should be changed to
31953  something sensible.
31954  The wanted formula is inserted in the first blue box.
31955  An argument placeholder is inserted with the command 
31956 \series bold
31957
31958 \backslash
31959 #argumentnumber
31960 \series default
31961 , e.
31962 \begin_inset space \thinspace{}
31963 \end_inset
31964
31965 g
31966 \begin_inset space \space{}
31967 \end_inset
31968
31969
31970 \series bold
31971
31972 \backslash
31973 #1
31974 \series default
31975  or by using the macro toolbar button 
31976 \begin_inset Graphics
31977         filename ../images/math-macro-add-param.png
31978         scale 85
31979
31980 \end_inset
31981
31982 .
31983  Argument placeholders are displayed red.
31984  Maximum 9 arguments are possible.
31985  Optional arguments are created with the toolbar button 
31986 \begin_inset Graphics
31987         filename ../images/math-macro-add-optional-param.png
31988         scale 85
31989
31990 \end_inset
31991
31992 .
31993  The first non-optional argument can be transformed to an optional one with
31994  the toolbar button 
31995 \begin_inset Graphics
31996         filename ../images/math-macro-make-optional.png
31997         scale 85
31998
31999 \end_inset
32000
32001 .
32002  In the second blue box the appearance of the macro in LyX can be defined.
32003  Normally you want to see it as it is defined, so the box is kept empty.
32004  But when you have created a macro that needs lot of space on the screen,
32005  you can insert in the box for example
32006 \begin_inset Newline newline
32007 \end_inset
32008
32009
32010 \series bold
32011 qG: 
32012 \backslash
32013 #1
32014 \series default
32015  
32016 \series bold
32017 ,
32018 \series default
32019  
32020 \series bold
32021
32022 \backslash
32023 #2
32024 \series default
32025  
32026 \series bold
32027 ,
32028 \series default
32029  
32030 \series bold
32031
32032 \backslash
32033 #3, 
32034 \backslash
32035 #4
32036 \begin_inset Newline newline
32037 \end_inset
32038
32039
32040 \series default
32041 For the macro only the arguments with the macro name in front of them will
32042  then be displayed in LyX, leading to a better overview.
32043  The formula appears in the output as defined in the first box.
32044 \begin_inset Newline newline
32045 \end_inset
32046
32047 The appearance of macros in formulas can furthermore be changed for single
32048  macros by setting the cursor in the macro and using the menu 
32049 \family sans
32050 View\SpecialChar \menuseparator
32051 (Un)fold
32052 \begin_inset space ~
32053 \end_inset
32054
32055 Math
32056 \begin_inset space ~
32057 \end_inset
32058
32059 Macro
32060 \family default
32061 .
32062 \end_layout
32063
32064 \begin_layout Standard
32065 To use a macro, the macro name is inserted as command to a formula, in our
32066  case 
32067 \series bold
32068
32069 \backslash
32070 qG
32071 \series default
32072 .
32073  Our macro looks in LyX like this:
32074 \begin_inset Newline newline
32075 \end_inset
32076
32077
32078 \begin_inset space \hspace*{\fill}
32079 \end_inset
32080
32081
32082 \begin_inset Graphics
32083         filename clipart/macrouse.png
32084
32085 \end_inset
32086
32087
32088 \begin_inset space \hspace*{\fill}
32089 \end_inset
32090
32091
32092 \begin_inset Newline newline
32093 \end_inset
32094
32095 Here is our macro example with the arguments 
32096 \begin_inset Formula $x$
32097 \end_inset
32098
32099
32100 \begin_inset Formula $\ln(x)$
32101 \end_inset
32102
32103 , and 
32104 \begin_inset Formula $B$
32105 \end_inset
32106
32107 :
32108 \end_layout
32109
32110 \begin_layout Standard
32111 \begin_inset Formula \[
32112 \qG x{\ln(x)}B\]
32113
32114 \end_inset
32115
32116
32117 \end_layout
32118
32119 \begin_layout Standard
32120 A math macro is transformed internally to a 
32121 \series bold
32122
32123 \backslash
32124 newcommand
32125 \series default
32126  command when exporting the document.
32127  The created 
32128 \series bold
32129
32130 \backslash
32131 newcommand
32132 \series default
32133  command is not placed in the LaTeX-preamble, therefore macros can only
32134  be used in formulas that are in the document below the macro definition
32135  box.
32136 \end_layout
32137
32138 \begin_layout Standard
32139 Math macros can also be directly be created from a 
32140 \series bold
32141
32142 \backslash
32143 newcommand
32144 \series default
32145  command.
32146  When writing for example the command
32147 \series bold
32148
32149 \begin_inset Newline newline
32150 \end_inset
32151
32152
32153 \backslash
32154 newcommand{
32155 \backslash
32156 larrow}[2]{
32157 \backslash
32158 xleftarrow[#2]{#1}}
32159 \begin_inset Newline newline
32160 \end_inset
32161
32162
32163 \series default
32164 in LyX as normal text, highlighting it completely and using then the shortcut
32165  
32166 \family sans
32167 Ctrl+M
32168 \family default
32169 , the command will be transformed to a math macro.
32170  Using this method you need to be careful that the 
32171 \series bold
32172
32173 \backslash
32174 newcommand
32175 \series default
32176  command is typed correctly, otherwise you get a faulty macro leading to
32177  LaTeX errors.
32178 \end_layout
32179
32180 \begin_layout Standard
32181 Math macros currently yet have the problem that further formulas in macro
32182  definitions are handled wrongly.
32183  Therefore the example 
32184 \series bold
32185
32186 \backslash
32187 fb
32188 \series default
32189  from 
32190 \begin_inset CommandInset ref
32191 LatexCommand ref
32192 reference "sub:The-Command-newcommand"
32193
32194 \end_inset
32195
32196  cannot be created as macro.
32197 \end_layout
32198
32199 \begin_layout Standard
32200 When the cursor is in a macro definition box, you will see the macro toolbar
32201  in LyX:
32202 \end_layout
32203
32204 \begin_layout Standard
32205 \begin_inset VSpace defskip
32206 \end_inset
32207
32208
32209 \end_layout
32210
32211 \begin_layout Standard
32212 \begin_inset Graphics
32213         filename clipart/MacroToolbar.png
32214
32215 \end_inset
32216
32217
32218 \begin_inset Index
32219 status collapsed
32220
32221 \begin_layout Plain Layout
32222 Macros ! Toolbar
32223 \end_layout
32224
32225 \end_inset
32226
32227
32228 \end_layout
32229
32230 \begin_layout Standard
32231 \begin_inset VSpace defskip
32232 \end_inset
32233
32234
32235 \end_layout
32236
32237 \begin_layout Standard
32238 The macro toolbar contains from left to right the following buttons:
32239 \end_layout
32240
32241 \begin_layout Standard
32242 \begin_inset VSpace defskip
32243 \end_inset
32244
32245
32246 \end_layout
32247
32248 \begin_layout Standard
32249 \begin_inset Tabular
32250 <lyxtabular version="3" rows="9" columns="2">
32251 <features islongtable="true">
32252 <column alignment="left" valignment="top" width="0">
32253 <column alignment="left" valignment="top" width="85col%">
32254 <row interlinespace="2.5mm">
32255 <cell alignment="center" valignment="top" usebox="none">
32256 \begin_inset Text
32257
32258 \begin_layout Plain Layout
32259 \begin_inset Graphics
32260         filename ../images/math-macro-remove-param.png
32261         BoundingBox 0bp 5bp 20bp 25bp
32262         rotateOrigin center
32263
32264 \end_inset
32265
32266
32267 \end_layout
32268
32269 \end_inset
32270 </cell>
32271 <cell alignment="center" valignment="top" usebox="none">
32272 \begin_inset Text
32273
32274 \begin_layout Plain Layout
32275
32276 \family sans
32277 Edit\SpecialChar \menuseparator
32278 Math\SpecialChar \menuseparator
32279 Macro
32280 \begin_inset space ~
32281 \end_inset
32282
32283 Definition\SpecialChar \menuseparator
32284 Remove Last Argument
32285 \end_layout
32286
32287 \end_inset
32288 </cell>
32289 </row>
32290 <row interlinespace="2.5mm">
32291 <cell alignment="center" valignment="top" usebox="none">
32292 \begin_inset Text
32293
32294 \begin_layout Plain Layout
32295 \begin_inset Graphics
32296         filename ../images/math-macro-add-param.png
32297         BoundingBox 0bp 5bp 20bp 25bp
32298         rotateOrigin center
32299
32300 \end_inset
32301
32302
32303 \end_layout
32304
32305 \end_inset
32306 </cell>
32307 <cell alignment="center" valignment="top" usebox="none">
32308 \begin_inset Text
32309
32310 \begin_layout Plain Layout
32311
32312 \family sans
32313 Edit\SpecialChar \menuseparator
32314 Math\SpecialChar \menuseparator
32315 Macro
32316 \begin_inset space ~
32317 \end_inset
32318
32319 Definition\SpecialChar \menuseparator
32320 Append Argument
32321 \end_layout
32322
32323 \end_inset
32324 </cell>
32325 </row>
32326 <row interlinespace="2.5mm">
32327 <cell alignment="center" valignment="top" usebox="none">
32328 \begin_inset Text
32329
32330 \begin_layout Plain Layout
32331 \begin_inset Graphics
32332         filename ../images/math-macro-make-optional.png
32333         BoundingBox 0bp 5bp 20bp 25bp
32334         rotateOrigin center
32335
32336 \end_inset
32337
32338
32339 \end_layout
32340
32341 \end_inset
32342 </cell>
32343 <cell alignment="center" valignment="top" usebox="none">
32344 \begin_inset Text
32345
32346 \begin_layout Plain Layout
32347
32348 \family sans
32349 Edit\SpecialChar \menuseparator
32350 Math\SpecialChar \menuseparator
32351 Macro
32352 \begin_inset space ~
32353 \end_inset
32354
32355 Definition\SpecialChar \menuseparator
32356 Make First Non-Optional into
32357 \begin_inset Newline newline
32358 \end_inset
32359
32360
32361 \begin_inset ERT
32362 status collapsed
32363
32364 \begin_layout Plain Layout
32365
32366
32367 \backslash
32368 hphantom{
32369 \end_layout
32370
32371 \end_inset
32372
32373 Edit\SpecialChar \menuseparator
32374 Math\SpecialChar \menuseparator
32375 Macro
32376 \begin_inset space ~
32377 \end_inset
32378
32379 Definition\SpecialChar \menuseparator
32380
32381 \begin_inset ERT
32382 status collapsed
32383
32384 \begin_layout Plain Layout
32385
32386 }
32387 \end_layout
32388
32389 \end_inset
32390
32391 Optional Argument
32392 \end_layout
32393
32394 \end_inset
32395 </cell>
32396 </row>
32397 <row interlinespace="2.5mm">
32398 <cell alignment="center" valignment="top" usebox="none">
32399 \begin_inset Text
32400
32401 \begin_layout Plain Layout
32402 \begin_inset Graphics
32403         filename ../images/math-macro-make-nonoptional.png
32404         BoundingBox 0bp 5bp 20bp 25bp
32405         rotateOrigin center
32406
32407 \end_inset
32408
32409
32410 \end_layout
32411
32412 \end_inset
32413 </cell>
32414 <cell alignment="center" valignment="top" usebox="none">
32415 \begin_inset Text
32416
32417 \begin_layout Plain Layout
32418
32419 \family sans
32420 Edit\SpecialChar \menuseparator
32421 Math\SpecialChar \menuseparator
32422 Macro
32423 \begin_inset space ~
32424 \end_inset
32425
32426 Definition\SpecialChar \menuseparator
32427 Make Last Optional into
32428 \begin_inset Newline newline
32429 \end_inset
32430
32431
32432 \begin_inset ERT
32433 status collapsed
32434
32435 \begin_layout Plain Layout
32436
32437
32438 \backslash
32439 hphantom{
32440 \end_layout
32441
32442 \end_inset
32443
32444 Edit\SpecialChar \menuseparator
32445 Math\SpecialChar \menuseparator
32446 Macro
32447 \begin_inset space ~
32448 \end_inset
32449
32450 Definition\SpecialChar \menuseparator
32451
32452 \begin_inset ERT
32453 status collapsed
32454
32455 \begin_layout Plain Layout
32456
32457 }
32458 \end_layout
32459
32460 \end_inset
32461
32462 Non-Optional Argument
32463 \end_layout
32464
32465 \end_inset
32466 </cell>
32467 </row>
32468 <row interlinespace="2.5mm">
32469 <cell alignment="center" valignment="top" usebox="none">
32470 \begin_inset Text
32471
32472 \begin_layout Plain Layout
32473 \begin_inset Graphics
32474         filename ../images/math-macro-remove-optional-param.png
32475         BoundingBox 0bp 5bp 20bp 25bp
32476         rotateOrigin center
32477
32478 \end_inset
32479
32480
32481 \end_layout
32482
32483 \end_inset
32484 </cell>
32485 <cell alignment="center" valignment="top" usebox="none">
32486 \begin_inset Text
32487
32488 \begin_layout Plain Layout
32489
32490 \family sans
32491 Edit\SpecialChar \menuseparator
32492 Math\SpecialChar \menuseparator
32493 Macro
32494 \begin_inset space ~
32495 \end_inset
32496
32497 Definition\SpecialChar \menuseparator
32498 Remove Optional Argument
32499 \end_layout
32500
32501 \end_inset
32502 </cell>
32503 </row>
32504 <row interlinespace="2.5mm">
32505 <cell alignment="center" valignment="top" usebox="none">
32506 \begin_inset Text
32507
32508 \begin_layout Plain Layout
32509 \begin_inset Graphics
32510         filename ../images/math-macro-add-optional-param.png
32511         BoundingBox 0bp 5bp 20bp 25bp
32512         rotateOrigin center
32513
32514 \end_inset
32515
32516
32517 \end_layout
32518
32519 \end_inset
32520 </cell>
32521 <cell alignment="center" valignment="top" usebox="none">
32522 \begin_inset Text
32523
32524 \begin_layout Plain Layout
32525
32526 \family sans
32527 Edit\SpecialChar \menuseparator
32528 Math\SpecialChar \menuseparator
32529 Macro
32530 \begin_inset space ~
32531 \end_inset
32532
32533 Definition\SpecialChar \menuseparator
32534 Insert Optional Argument
32535 \end_layout
32536
32537 \end_inset
32538 </cell>
32539 </row>
32540 <row interlinespace="2.5mm">
32541 <cell alignment="center" valignment="top" usebox="none">
32542 \begin_inset Text
32543
32544 \begin_layout Plain Layout
32545 \begin_inset Graphics
32546         filename ../images/math-macro-remove-greedy-param.png
32547         BoundingBox 0bp 5bp 20bp 25bp
32548         rotateOrigin center
32549
32550 \end_inset
32551
32552
32553 \end_layout
32554
32555 \end_inset
32556 </cell>
32557 <cell alignment="center" valignment="top" usebox="none">
32558 \begin_inset Text
32559
32560 \begin_layout Plain Layout
32561
32562 \family sans
32563 Edit\SpecialChar \menuseparator
32564 Math\SpecialChar \menuseparator
32565 Macro
32566 \begin_inset space ~
32567 \end_inset
32568
32569 Definition\SpecialChar \menuseparator
32570 Remove Last Argument
32571 \begin_inset Newline newline
32572 \end_inset
32573
32574
32575 \begin_inset ERT
32576 status collapsed
32577
32578 \begin_layout Plain Layout
32579
32580
32581 \backslash
32582 hphantom{
32583 \end_layout
32584
32585 \end_inset
32586
32587 Edit\SpecialChar \menuseparator
32588 Math\SpecialChar \menuseparator
32589 Macro
32590 \begin_inset space ~
32591 \end_inset
32592
32593 Definition\SpecialChar \menuseparator
32594
32595 \begin_inset ERT
32596 status collapsed
32597
32598 \begin_layout Plain Layout
32599
32600 }
32601 \end_layout
32602
32603 \end_inset
32604
32605 Spitting Out To The Right
32606 \end_layout
32607
32608 \end_inset
32609 </cell>
32610 </row>
32611 <row interlinespace="2.5mm">
32612 <cell alignment="center" valignment="top" usebox="none">
32613 \begin_inset Text
32614
32615 \begin_layout Plain Layout
32616 \begin_inset Graphics
32617         filename ../images/math-macro-append-greedy-param.png
32618         BoundingBox 0bp 5bp 20bp 25bp
32619         rotateOrigin center
32620
32621 \end_inset
32622
32623
32624 \end_layout
32625
32626 \end_inset
32627 </cell>
32628 <cell alignment="center" valignment="top" usebox="none">
32629 \begin_inset Text
32630
32631 \begin_layout Plain Layout
32632
32633 \family sans
32634 Edit\SpecialChar \menuseparator
32635 Math\SpecialChar \menuseparator
32636 Macro
32637 \begin_inset space ~
32638 \end_inset
32639
32640 Definition\SpecialChar \menuseparator
32641 Append Argument
32642 \begin_inset Newline newline
32643 \end_inset
32644
32645
32646 \begin_inset ERT
32647 status collapsed
32648
32649 \begin_layout Plain Layout
32650
32651
32652 \backslash
32653 hphantom{
32654 \end_layout
32655
32656 \end_inset
32657
32658 Edit\SpecialChar \menuseparator
32659 Math\SpecialChar \menuseparator
32660 Macro
32661 \begin_inset space ~
32662 \end_inset
32663
32664 Definition\SpecialChar \menuseparator
32665
32666 \begin_inset ERT
32667 status collapsed
32668
32669 \begin_layout Plain Layout
32670
32671 }
32672 \end_layout
32673
32674 \end_inset
32675
32676 Eating From The Right
32677 \end_layout
32678
32679 \end_inset
32680 </cell>
32681 </row>
32682 <row interlinespace="2.5mm">
32683 <cell alignment="center" valignment="top" usebox="none">
32684 \begin_inset Text
32685
32686 \begin_layout Plain Layout
32687 \begin_inset Graphics
32688         filename ../images/math-macro-add-greedy-optional-param.png
32689         BoundingBox 0bp 5bp 20bp 25bp
32690         rotateOrigin center
32691
32692 \end_inset
32693
32694
32695 \end_layout
32696
32697 \end_inset
32698 </cell>
32699 <cell alignment="center" valignment="top" usebox="none">
32700 \begin_inset Text
32701
32702 \begin_layout Plain Layout
32703
32704 \family sans
32705 Edit\SpecialChar \menuseparator
32706 Math\SpecialChar \menuseparator
32707 Macro
32708 \begin_inset space ~
32709 \end_inset
32710
32711 Definition\SpecialChar \menuseparator
32712 Append Optional Argument
32713 \begin_inset Newline newline
32714 \end_inset
32715
32716
32717 \begin_inset ERT
32718 status collapsed
32719
32720 \begin_layout Plain Layout
32721
32722
32723 \backslash
32724 hphantom{
32725 \end_layout
32726
32727 \end_inset
32728
32729 Edit\SpecialChar \menuseparator
32730 Math\SpecialChar \menuseparator
32731 Macro
32732 \begin_inset space ~
32733 \end_inset
32734
32735 Definition\SpecialChar \menuseparator
32736
32737 \begin_inset ERT
32738 status collapsed
32739
32740 \begin_layout Plain Layout
32741
32742 }
32743 \end_layout
32744
32745 \end_inset
32746
32747 Eating From The Right
32748 \end_layout
32749
32750 \end_inset
32751 </cell>
32752 </row>
32753 </lyxtabular>
32754
32755 \end_inset
32756
32757
32758 \end_layout
32759
32760 \begin_layout Standard
32761 \begin_inset Newpage newpage
32762 \end_inset
32763
32764
32765 \end_layout
32766
32767 \begin_layout Section
32768 Diagrams
32769 \end_layout
32770
32771 \begin_layout Standard
32772 LyX supports two types of commutative diagrams: 
32773 \series bold
32774 amscd
32775 \series default
32776  and 
32777 \series bold
32778 xymatrix
32779 \series default
32780  that are explained in the following.
32781 \end_layout
32782
32783 \begin_layout Subsection
32784 Amscd Diagrams
32785 \begin_inset Index
32786 status collapsed
32787
32788 \begin_layout Plain Layout
32789 Diagrams ! amscd
32790 \end_layout
32791
32792 \end_inset
32793
32794
32795 \end_layout
32796
32797 \begin_layout Standard
32798 Diagrams of this type visualize relations by vertical and horizontal lines
32799  or arrows:
32800 \begin_inset Formula \[
32801 \begin{CD}A@>>>B@>>>C\\
32802 @AAA@.@VVV\\
32803 F@<<<E@<<<D\end{CD}\]
32804
32805 \end_inset
32806
32807
32808 \end_layout
32809
32810 \begin_layout Standard
32811 To get them, the command 
32812 \series bold
32813
32814 \backslash
32815 CD
32816 \begin_inset Index
32817 status collapsed
32818
32819 \begin_layout Plain Layout
32820 Commands ! C ! 
32821 \backslash
32822 CD
32823 \end_layout
32824
32825 \end_inset
32826
32827
32828 \series default
32829  is inserted to a formula.
32830  A blue box appears with two dashed lines where further commands can be
32831  inserted.
32832  With 
32833 \begin_inset Info
32834 type  "shortcut"
32835 arg   "newline-insert newline"
32836 \end_inset
32837
32838  a new line is created.
32839  Horizontal relations are inserted in odd, vertical in even formula lines.
32840 \end_layout
32841
32842 \begin_layout Standard
32843 To create the relations there are the following commands:
32844 \end_layout
32845
32846 \begin_layout Itemize
32847
32848 \series bold
32849 @<<<
32850 \series default
32851  creates a left arrow, 
32852 \series bold
32853 @>>>
32854 \series default
32855  a right arrow, and 
32856 \series bold
32857 @=
32858 \series default
32859  a long equal sign
32860 \end_layout
32861
32862 \begin_layout Itemize
32863
32864 \series bold
32865 @AAA
32866 \series default
32867  creates an up arrow, 
32868 \series bold
32869 @VVV
32870 \series default
32871  an down arrow, and 
32872 \series bold
32873 @|
32874 \series default
32875  a vertical equal sign
32876 \end_layout
32877
32878 \begin_layout Itemize
32879
32880 \series bold
32881 @.
32882
32883 \series default
32884  is a placeholder for non-existent relations
32885 \end_layout
32886
32887 \begin_layout Standard
32888 All arrows can be labeled as follows:
32889 \end_layout
32890
32891 \begin_layout Itemize
32892 Is text inserted between the first and second < or >, resp., it is placed
32893  above the arrow.
32894  When it is inserted between the second and third one, it appears under
32895  the arrow.
32896 \end_layout
32897
32898 \begin_layout Itemize
32899 When text for vertical arrows is inserted between the first and second A
32900  or V, resp., it is placed left beside the arrow.
32901  When it is inserted between the second and third one, it appears right
32902  beside the arrow.
32903  If the text contains an A or V, these letters must be set into a TeX-brace.
32904 \end_layout
32905
32906 \begin_layout Standard
32907 As example a diagram with all possible relations:
32908 \end_layout
32909
32910 \begin_layout Standard
32911 \begin_inset Formula \[
32912 \begin{CD}A@>j>>B@>>k>C@=F\\
32913 @AmAA@.@VV{V}V@|\\
32914 D@<<j<E@>k>>F@=C\end{CD}\]
32915
32916 \end_inset
32917
32918
32919 \end_layout
32920
32921 \begin_layout Standard
32922 The command for this is:
32923 \begin_inset Newline newline
32924 \end_inset
32925
32926
32927 \series bold
32928
32929 \backslash
32930 CD
32931 \begin_inset ERT
32932 status collapsed
32933
32934 \begin_layout Plain Layout
32935
32936
32937 \backslash
32938 spce 
32939 \end_layout
32940
32941 \end_inset
32942
32943 A@>j>>B@>>k>C@=F Ctrl+Return
32944 \begin_inset Newline newline
32945 \end_inset
32946
32947
32948 \begin_inset ERT
32949 status collapsed
32950
32951 \begin_layout Plain Layout
32952
32953
32954 \backslash
32955 hphantom{
32956 \end_layout
32957
32958 \end_inset
32959
32960
32961 \backslash
32962 CD
32963 \begin_inset ERT
32964 status collapsed
32965
32966 \begin_layout Plain Layout
32967
32968
32969 \backslash
32970 spce 
32971 \end_layout
32972
32973 \end_inset
32974
32975
32976 \begin_inset ERT
32977 status collapsed
32978
32979 \begin_layout Plain Layout
32980
32981 }
32982 \end_layout
32983
32984 \end_inset
32985
32986 @AmAA@.@VV
32987 \backslash
32988 {V
32989 \series default
32990
32991 \begin_inset Formula $\to$
32992 \end_inset
32993
32994
32995 \series bold
32996 V@| Ctrl+Return
32997 \begin_inset Newline newline
32998 \end_inset
32999
33000
33001 \begin_inset ERT
33002 status collapsed
33003
33004 \begin_layout Plain Layout
33005
33006
33007 \backslash
33008 hphantom{
33009 \end_layout
33010
33011 \end_inset
33012
33013
33014 \backslash
33015 CD
33016 \begin_inset ERT
33017 status collapsed
33018
33019 \begin_layout Plain Layout
33020
33021
33022 \backslash
33023 spce 
33024 \end_layout
33025
33026 \end_inset
33027
33028
33029 \begin_inset ERT
33030 status collapsed
33031
33032 \begin_layout Plain Layout
33033
33034 }
33035 \end_layout
33036
33037 \end_inset
33038
33039 D@<<j<E@>k>>F@=C
33040 \end_layout
33041
33042 \begin_layout Subsection
33043 Xymatrix Diagrams
33044 \begin_inset Index
33045 status collapsed
33046
33047 \begin_layout Plain Layout
33048 Diagrams ! xymatrix
33049 \end_layout
33050
33051 \end_inset
33052
33053
33054 \end_layout
33055
33056 \begin_layout Standard
33057 To be able to use xymatrices, the LaTeX-package 
33058 \series bold
33059 xypic
33060 \series default
33061  must be installed.
33062  A xymatrix is created by inserting the command 
33063 \series bold
33064
33065 \backslash
33066 xymatrix
33067 \series default
33068  in a formula.
33069  Then you are able to add new matrix columns and rows like for normal matrices,
33070  see 
33071 \begin_inset CommandInset ref
33072 LatexCommand ref
33073 reference "sec:Matrices"
33074
33075 \end_inset
33076
33077 .
33078 \end_layout
33079
33080 \begin_layout Standard
33081 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
33082  and much more.
33083  All possibilities to create commutative diagrams and decorations are explained
33084  in detail in the 
33085 \emph on
33086 XY-pic manual
33087 \emph default
33088  that you find in the menu 
33089 \family sans
33090 Help\SpecialChar \menuseparator
33091 Specific
33092 \begin_inset space ~
33093 \end_inset
33094
33095 Manuals\SpecialChar \menuseparator
33096 XY-pic
33097 \begin_inset space ~
33098 \end_inset
33099
33100 Manual
33101 \family default
33102 .
33103 \end_layout
33104
33105 \begin_layout Standard
33106 \begin_inset Newpage newpage
33107 \end_inset
33108
33109
33110 \end_layout
33111
33112 \begin_layout Section
33113 Tips
33114 \begin_inset ERT
33115 status collapsed
33116
33117 \begin_layout Plain Layout
33118
33119
33120 \backslash
33121 texorpdfstring{
33122 \end_layout
33123
33124 \end_inset
33125
33126
33127 \begin_inset Foot
33128 status collapsed
33129
33130 \begin_layout Plain Layout
33131 Other useful math tips can be found in 
33132 \begin_inset CommandInset citation
33133 LatexCommand cite
33134 key "Voss"
33135
33136 \end_inset
33137
33138 .
33139 \end_layout
33140
33141 \end_inset
33142
33143
33144 \begin_inset ERT
33145 status collapsed
33146
33147 \begin_layout Plain Layout
33148
33149 }{}
33150 \end_layout
33151
33152 \end_inset
33153
33154
33155 \begin_inset Note Note
33156 status collapsed
33157
33158 \begin_layout Plain Layout
33159
33160 \backslash
33161 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
33162 \end_layout
33163
33164 \begin_layout Plain Layout
33165 More about 
33166 \backslash
33167 texorpdfstring is in section 
33168 \begin_inset CommandInset ref
33169 LatexCommand ref
33170 reference "sub:Formulas-in-Section"
33171
33172 \end_inset
33173
33174 .
33175 \end_layout
33176
33177 \end_inset
33178
33179
33180 \begin_inset Index
33181 status collapsed
33182
33183 \begin_layout Plain Layout
33184 Tips
33185 \end_layout
33186
33187 \end_inset
33188
33189
33190 \begin_inset Index
33191 status collapsed
33192
33193 \begin_layout Plain Layout
33194 Ions|see
33195 \begin_inset ERT
33196 status collapsed
33197
33198 \begin_layout Plain Layout
33199
33200 {
33201 \end_layout
33202
33203 \end_inset
33204
33205 Chemical characters
33206 \begin_inset ERT
33207 status collapsed
33208
33209 \begin_layout Plain Layout
33210
33211 }
33212 \end_layout
33213
33214 \end_inset
33215
33216
33217 \end_layout
33218
33219 \end_inset
33220
33221
33222 \end_layout
33223
33224 \begin_layout Subsection
33225 Chemical Symbols and Equations
33226 \begin_inset CommandInset label
33227 LatexCommand label
33228 name "sub:Chemical-Symbols-and"
33229
33230 \end_inset
33231
33232
33233 \begin_inset Index
33234 status collapsed
33235
33236 \begin_layout Plain Layout
33237 Chemical characters ! Symbols
33238 \end_layout
33239
33240 \end_inset
33241
33242
33243 \begin_inset Index
33244 status collapsed
33245
33246 \begin_layout Plain Layout
33247 Chemical equations
33248 \end_layout
33249
33250 \end_inset
33251
33252
33253 \begin_inset Index
33254 status collapsed
33255
33256 \begin_layout Plain Layout
33257 Symbols ! chemical
33258 \end_layout
33259
33260 \end_inset
33261
33262
33263 \end_layout
33264
33265 \begin_layout Standard
33266 An example text from chemistry:
33267 \end_layout
33268
33269 \begin_layout Quote
33270 The 
33271 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
33272 \end_inset
33273
33274 -ion reacts with two 
33275 \begin_inset Formula $\mathrm{Na^{+}}$
33276 \end_inset
33277
33278 -ions to sodium sulfate 
33279 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
33280 \end_inset
33281
33282 .
33283  The chemical equation for this is:
33284 \begin_inset Formula \[
33285 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
33286
33287 \end_inset
33288
33289
33290 \end_layout
33291
33292 \begin_layout Standard
33293 This chemical equation can directly be created as formula.
33294  To avoid that the symbols appear italic, everything is highlighted and
33295  changed by the shortcut 
33296 \begin_inset Info
33297 type  "shortcut"
33298 arg   "font-roman"
33299 \end_inset
33300
33301  to the upright font style.
33302 \begin_inset Foot
33303 status collapsed
33304
33305 \begin_layout Plain Layout
33306 font styles
33307 \series bold
33308  
33309 \series default
33310 see 
33311 \begin_inset CommandInset ref
33312 LatexCommand ref
33313 reference "sub:Font-Styles"
33314
33315 \end_inset
33316
33317
33318 \end_layout
33319
33320 \end_inset
33321
33322
33323 \end_layout
33324
33325 \begin_layout Subsection
33326 Negative Numbers
33327 \begin_inset Index
33328 status collapsed
33329
33330 \begin_layout Plain Layout
33331 Numbers ! negative
33332 \end_layout
33333
33334 \end_inset
33335
33336
33337 \end_layout
33338
33339 \begin_layout Standard
33340 Negative numbers often look ugly in formulas because the minus sign before
33341  the number is set with the same length as the minus operator sign.
33342  When writing the negative number in normal text, the minus sign appears
33343  correctly.
33344 \end_layout
33345
33346 \begin_layout Standard
33347 Thus, the problem disappears when converting the minus sign to mathematical
33348  text.
33349 \end_layout
33350
33351 \begin_layout Standard
33352 An example to visualize the problem:
33353 \end_layout
33354
33355 \begin_layout Standard
33356 \align center
33357 \begin_inset Tabular
33358 <lyxtabular version="3" rows="3" columns="2">
33359 <features>
33360 <column alignment="right" valignment="top" width="0">
33361 <column alignment="left" valignment="top" width="0">
33362 <row>
33363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33364 \begin_inset Text
33365
33366 \begin_layout Plain Layout
33367 normal text:
33368 \end_layout
33369
33370 \end_inset
33371 </cell>
33372 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33373 \begin_inset Text
33374
33375 \begin_layout Plain Layout
33376 x = -2
33377 \end_layout
33378
33379 \end_inset
33380 </cell>
33381 </row>
33382 <row>
33383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33384 \begin_inset Text
33385
33386 \begin_layout Plain Layout
33387 formula:
33388 \end_layout
33389
33390 \end_inset
33391 </cell>
33392 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33393 \begin_inset Text
33394
33395 \begin_layout Plain Layout
33396 \begin_inset Formula $x=-2$
33397 \end_inset
33398
33399
33400 \end_layout
33401
33402 \end_inset
33403 </cell>
33404 </row>
33405 <row>
33406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33407 \begin_inset Text
33408
33409 \begin_layout Plain Layout
33410 solution:
33411 \end_layout
33412
33413 \end_inset
33414 </cell>
33415 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33416 \begin_inset Text
33417
33418 \begin_layout Plain Layout
33419 \begin_inset Formula $x=\textrm{-}2$
33420 \end_inset
33421
33422
33423 \end_layout
33424
33425 \end_inset
33426 </cell>
33427 </row>
33428 </lyxtabular>
33429
33430 \end_inset
33431
33432
33433 \end_layout
33434
33435 \begin_layout Subsection
33436 Comma as decimal Separator
33437 \begin_inset Index
33438 status collapsed
33439
33440 \begin_layout Plain Layout
33441 Comma
33442 \end_layout
33443
33444 \end_inset
33445
33446
33447 \end_layout
33448
33449 \begin_layout Standard
33450 In LaTeX a comma inside a formula is used, according to the English convention,
33451  as number group separator.
33452  So there will be space added behind all commas in formulas.
33453 \end_layout
33454
33455 \begin_layout Standard
33456 To avoid this, the comma is highlighted and changed to mathematical text
33457  (shortcut 
33458 \begin_inset Info
33459 type  "shortcut"
33460 arg   "math-mode"
33461 \end_inset
33462
33463 ).
33464 \end_layout
33465
33466 \begin_layout Standard
33467 To use all formula commas in the document as decimal separator, the file
33468  
33469 \series bold
33470 icomma.sty
33471 \series default
33472
33473 \begin_inset Foot
33474 status collapsed
33475
33476 \begin_layout Plain Layout
33477
33478 \series bold
33479 icomma
33480 \series default
33481  is part of the LaTeX-package 
33482 \series bold
33483 was
33484 \series default
33485
33486 \begin_inset Index
33487 status collapsed
33488
33489 \begin_layout Plain Layout
33490 Packages ! was
33491 \begin_inset ERT
33492 status collapsed
33493
33494 \begin_layout Plain Layout
33495
33496
33497 \backslash
33498 vspace{4mm}
33499 \end_layout
33500
33501 \end_inset
33502
33503
33504 \end_layout
33505
33506 \end_inset
33507
33508 .
33509 \end_layout
33510
33511 \end_inset
33512
33513
33514 \begin_inset Index
33515 status collapsed
33516
33517 \begin_layout Plain Layout
33518 Packages ! icomma
33519 \end_layout
33520
33521 \end_inset
33522
33523  is loaded with the LaTeX-preamble line
33524 \end_layout
33525
33526 \begin_layout Standard
33527
33528 \series bold
33529
33530 \backslash
33531 usepackage{icomma}
33532 \end_layout
33533
33534 \begin_layout Subsection
33535 Physical Vectors
33536 \begin_inset CommandInset label
33537 LatexCommand label
33538 name "sub:Physical-Vectors"
33539
33540 \end_inset
33541
33542
33543 \begin_inset Index
33544 status collapsed
33545
33546 \begin_layout Plain Layout
33547 Vectors ! physical
33548 \end_layout
33549
33550 \end_inset
33551
33552
33553 \end_layout
33554
33555 \begin_layout Standard
33556 Predefined vectors are offered by the LaTeX-package 
33557 \series bold
33558 braket
33559 \series default
33560
33561 \begin_inset Foot
33562 status collapsed
33563
33564 \begin_layout Plain Layout
33565
33566 \series bold
33567 braket
33568 \series default
33569  should be part of every LaTeX standard installation.
33570 \end_layout
33571
33572 \end_inset
33573
33574
33575 \begin_inset Index
33576 status collapsed
33577
33578 \begin_layout Plain Layout
33579 Packages ! braket
33580 \end_layout
33581
33582 \end_inset
33583
33584  that is loaded with the LaTeX-preamble line
33585 \end_layout
33586
33587 \begin_layout Standard
33588
33589 \series bold
33590
33591 \backslash
33592 usepackage{braket}
33593 \end_layout
33594
33595 \begin_layout Standard
33596 \begin_inset ERT
33597 status collapsed
33598
33599 \begin_layout Plain Layout
33600
33601
33602 \backslash
33603 ifbraket 
33604 \end_layout
33605
33606 \end_inset
33607
33608
33609 \begin_inset Note Note
33610 status open
33611
33612 \begin_layout Plain Layout
33613 The following table will only be displayed when the LaTeX-package 
33614 \series bold
33615 braket
33616 \series default
33617  is installed.
33618 \end_layout
33619
33620 \end_inset
33621
33622 The following commands are defined:
33623 \end_layout
33624
33625 \begin_layout Standard
33626 \align center
33627 \begin_inset Tabular
33628 <lyxtabular version="3" rows="4" columns="2">
33629 <features>
33630 <column alignment="center" valignment="top" width="0">
33631 <column alignment="center" valignment="top" width="0">
33632 <row>
33633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33634 \begin_inset Text
33635
33636 \begin_layout Plain Layout
33637 Command
33638 \end_layout
33639
33640 \end_inset
33641 </cell>
33642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33643 \begin_inset Text
33644
33645 \begin_layout Plain Layout
33646 Result
33647 \end_layout
33648
33649 \end_inset
33650 </cell>
33651 </row>
33652 <row>
33653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33654 \begin_inset Text
33655
33656 \begin_layout Plain Layout
33657
33658 \backslash
33659 Bra{
33660 \backslash
33661 psi
33662 \end_layout
33663
33664 \end_inset
33665 </cell>
33666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33667 \begin_inset Text
33668
33669 \begin_layout Plain Layout
33670 \begin_inset Formula $\Bra{\psi}$
33671 \end_inset
33672
33673
33674 \end_layout
33675
33676 \end_inset
33677 </cell>
33678 </row>
33679 <row>
33680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33681 \begin_inset Text
33682
33683 \begin_layout Plain Layout
33684
33685 \backslash
33686 Ket{
33687 \backslash
33688 psi
33689 \end_layout
33690
33691 \end_inset
33692 </cell>
33693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33694 \begin_inset Text
33695
33696 \begin_layout Plain Layout
33697 \begin_inset Formula $\Ket{\psi}$
33698 \end_inset
33699
33700
33701 \end_layout
33702
33703 \end_inset
33704 </cell>
33705 </row>
33706 <row>
33707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33708 \begin_inset Text
33709
33710 \begin_layout Plain Layout
33711
33712 \backslash
33713 Braket{
33714 \backslash
33715 psi|
33716 \backslash
33717 phi
33718 \end_layout
33719
33720 \end_inset
33721 </cell>
33722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33723 \begin_inset Text
33724
33725 \begin_layout Plain Layout
33726 \begin_inset Formula $\Braket{\psi|\phi}$
33727 \end_inset
33728
33729
33730 \end_layout
33731
33732 \end_inset
33733 </cell>
33734 </row>
33735 </lyxtabular>
33736
33737 \end_inset
33738
33739
33740 \end_layout
33741
33742 \begin_layout Standard
33743 The command 
33744 \series bold
33745
33746 \backslash
33747 Braket
33748 \series default
33749  assures that all vertical bars are set in the size of the surrounding brackets:
33750 \begin_inset Formula \[
33751 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
33752
33753 \end_inset
33754
33755
33756 \begin_inset ERT
33757 status collapsed
33758
33759 \begin_layout Plain Layout
33760
33761
33762 \backslash
33763 else 
33764 \end_layout
33765
33766 \end_inset
33767
33768
33769 \begin_inset Note Note
33770 status open
33771
33772 \begin_layout Plain Layout
33773 The following will be displayed when the LaTeX-package 
33774 \series bold
33775 braket
33776 \series default
33777  is not installed:
33778 \end_layout
33779
33780 \end_inset
33781
33782
33783 \end_layout
33784
33785 \begin_layout Standard
33786 You need to install the LaTeX-package 
33787 \series bold
33788 braket
33789 \series default
33790  to see the rest of this subsection in the output.
33791 \end_layout
33792
33793 \begin_layout Standard
33794 \begin_inset ERT
33795 status collapsed
33796
33797 \begin_layout Plain Layout
33798
33799
33800 \backslash
33801 fi 
33802 \end_layout
33803
33804 \end_inset
33805
33806
33807 \end_layout
33808
33809 \begin_layout Standard
33810 The effect of 
33811 \series bold
33812
33813 \backslash
33814 Braket
33815 \series default
33816  can also be achieved using the command 
33817 \series bold
33818
33819 \backslash
33820 middle
33821 \series default
33822 , that is described in 
33823 \begin_inset CommandInset ref
33824 LatexCommand ref
33825 reference "sub:Automatic-Bracket-Size"
33826
33827 \end_inset
33828
33829 .
33830 \end_layout
33831
33832 \begin_layout Subsection
33833 Self-defined Fractions
33834 \begin_inset CommandInset label
33835 LatexCommand label
33836 name "sub:Self-defined-Fractions"
33837
33838 \end_inset
33839
33840
33841 \begin_inset Index
33842 status collapsed
33843
33844 \begin_layout Plain Layout
33845 Fractions ! self-defined
33846 \end_layout
33847
33848 \end_inset
33849
33850
33851 \end_layout
33852
33853 \begin_layout Standard
33854 To define custom commands for fractions, the command 
33855 \series bold
33856
33857 \backslash
33858 genfrac
33859 \series default
33860
33861 \begin_inset Index
33862 status collapsed
33863
33864 \begin_layout Plain Layout
33865 Commands ! G ! 
33866 \backslash
33867 genfrac
33868 \end_layout
33869
33870 \end_inset
33871
33872  is used in the following scheme:
33873 \end_layout
33874
33875 \begin_layout Standard
33876
33877 \series bold
33878
33879 \backslash
33880 genfrac{left
33881 \series default
33882  
33883 \series bold
33884 bracket}{right
33885 \series default
33886  
33887 \series bold
33888 bracket}{fraction bar thickness}{style}
33889 \begin_inset Newline newline
33890 \end_inset
33891
33892
33893 \begin_inset ERT
33894 status collapsed
33895
33896 \begin_layout Plain Layout
33897
33898
33899 \backslash
33900 phantom{
33901 \end_layout
33902
33903 \end_inset
33904
33905
33906 \backslash
33907 genfrac
33908 \begin_inset ERT
33909 status collapsed
33910
33911 \begin_layout Plain Layout
33912
33913 }
33914 \end_layout
33915
33916 \end_inset
33917
33918 {numerator}{denominator}
33919 \end_layout
33920
33921 \begin_layout Standard
33922 The style is a number in the range of 0
33923 \begin_inset space \thinspace{}
33924 \end_inset
33925
33926 -
33927 \begin_inset space \thinspace{}
33928 \end_inset
33929
33930 3.
33931 \end_layout
33932
33933 \begin_layout Standard
33934 \align center
33935 \begin_inset Tabular
33936 <lyxtabular version="3" rows="5" columns="2">
33937 <features>
33938 <column alignment="center" valignment="top" width="0">
33939 <column alignment="center" valignment="top" width="0">
33940 <row>
33941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33942 \begin_inset Text
33943
33944 \begin_layout Plain Layout
33945 Number
33946 \end_layout
33947
33948 \end_inset
33949 </cell>
33950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33951 \begin_inset Text
33952
33953 \begin_layout Plain Layout
33954 Style (Size)
33955 \end_layout
33956
33957 \end_inset
33958 </cell>
33959 </row>
33960 <row>
33961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33962 \begin_inset Text
33963
33964 \begin_layout Plain Layout
33965 0
33966 \end_layout
33967
33968 \end_inset
33969 </cell>
33970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33971 \begin_inset Text
33972
33973 \begin_layout Plain Layout
33974 display style formula
33975 \end_layout
33976
33977 \end_inset
33978 </cell>
33979 </row>
33980 <row>
33981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33982 \begin_inset Text
33983
33984 \begin_layout Plain Layout
33985 1
33986 \end_layout
33987
33988 \end_inset
33989 </cell>
33990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33991 \begin_inset Text
33992
33993 \begin_layout Plain Layout
33994 inline formula
33995 \end_layout
33996
33997 \end_inset
33998 </cell>
33999 </row>
34000 <row>
34001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34002 \begin_inset Text
34003
34004 \begin_layout Plain Layout
34005 2
34006 \end_layout
34007
34008 \end_inset
34009 </cell>
34010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34011 \begin_inset Text
34012
34013 \begin_layout Plain Layout
34014 small
34015 \end_layout
34016
34017 \end_inset
34018 </cell>
34019 </row>
34020 <row>
34021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34022 \begin_inset Text
34023
34024 \begin_layout Plain Layout
34025 3
34026 \end_layout
34027
34028 \end_inset
34029 </cell>
34030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34031 \begin_inset Text
34032
34033 \begin_layout Plain Layout
34034 tiny
34035 \end_layout
34036
34037 \end_inset
34038 </cell>
34039 </row>
34040 </lyxtabular>
34041
34042 \end_inset
34043
34044
34045 \end_layout
34046
34047 \begin_layout Standard
34048 When no style is given, the size is adjusted to the surrounding environment
34049  like for the command 
34050 \series bold
34051
34052 \backslash
34053 frac
34054 \series default
34055 .
34056 \end_layout
34057
34058 \begin_layout Standard
34059 When no fraction bar thickness is given, the predefined value of 0.4
34060 \begin_inset space \thinspace{}
34061 \end_inset
34062
34063 pt will be used.
34064 \end_layout
34065
34066 \begin_layout Standard
34067 \begin_inset VSpace medskip
34068 \end_inset
34069
34070 For example, the commands 
34071 \series bold
34072
34073 \backslash
34074 dfrac
34075 \series default
34076  and 
34077 \series bold
34078
34079 \backslash
34080 tbinom
34081 \series default
34082  from 
34083 \begin_inset CommandInset ref
34084 LatexCommand ref
34085 reference "sub:Fractions"
34086
34087 \end_inset
34088
34089  are defined with the commands
34090 \end_layout
34091
34092 \begin_layout Standard
34093
34094 \series bold
34095
34096 \backslash
34097 newcommand{
34098 \backslash
34099 dfrac}[2]{
34100 \backslash
34101 genfrac{}{}{}{0}{#1}{#2}}
34102 \end_layout
34103
34104 \begin_layout Standard
34105 and
34106 \end_layout
34107
34108 \begin_layout Standard
34109
34110 \series bold
34111
34112 \backslash
34113 newcommand{
34114 \backslash
34115 tbinom}[2]{
34116 \backslash
34117 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34118 \end_layout
34119
34120 \begin_layout Standard
34121 \begin_inset VSpace medskip
34122 \end_inset
34123
34124 To define a fraction where the fraction bar thickness can be given as optional
34125  argument, the following line is inserted to the LaTeX-preamble:
34126 \end_layout
34127
34128 \begin_layout Standard
34129
34130 \series bold
34131
34132 \backslash
34133 newcommand{
34134 \backslash
34135 fracS}[3][]{
34136 \backslash
34137 genfrac{}{}{#1}{}{#2}{#3}}
34138 \end_layout
34139
34140 \begin_layout Standard
34141 A test:
34142 \begin_inset Formula \begin{align*}
34143 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34144 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
34145
34146 \end_inset
34147
34148 As one can see, the distance of the numerator and the denominator to the
34149  fraction bar is round about three times the bar thickness.
34150 \end_layout
34151
34152 \begin_layout Subsection
34153 Canceled Formulas
34154 \begin_inset Index
34155 status collapsed
34156
34157 \begin_layout Plain Layout
34158 Formula ! canceled
34159 \end_layout
34160
34161 \end_inset
34162
34163
34164 \end_layout
34165
34166 \begin_layout Standard
34167 To cancel formulas or formula parts, the LaTeX-package 
34168 \series bold
34169 cancel
34170 \series default
34171
34172 \begin_inset Foot
34173 status collapsed
34174
34175 \begin_layout Plain Layout
34176
34177 \series bold
34178 cancel
34179 \series default
34180  is part of every LaTeX standard installation.
34181 \end_layout
34182
34183 \end_inset
34184
34185
34186 \begin_inset Index
34187 status collapsed
34188
34189 \begin_layout Plain Layout
34190 Packages ! cancel
34191 \end_layout
34192
34193 \end_inset
34194
34195  has to be loaded with the LaTeX-preamble line
34196 \end_layout
34197
34198 \begin_layout Standard
34199
34200 \series bold
34201
34202 \backslash
34203 usepackage[samesize]{cancel}
34204 \end_layout
34205
34206 \begin_layout Standard
34207 There are four ways to cancel formulas:
34208 \end_layout
34209
34210 \begin_layout Standard
34211 \align center
34212 \begin_inset Tabular
34213 <lyxtabular version="3" rows="5" columns="2">
34214 <features>
34215 <column alignment="center" valignment="top" width="0">
34216 <column alignment="center" valignment="top" width="0">
34217 <row>
34218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34219 \begin_inset Text
34220
34221 \begin_layout Plain Layout
34222 Command
34223 \end_layout
34224
34225 \end_inset
34226 </cell>
34227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34228 \begin_inset Text
34229
34230 \begin_layout Plain Layout
34231 Result
34232 \begin_inset Note Note
34233 status collapsed
34234
34235 \begin_layout Plain Layout
34236 The space and
34237 \series bold
34238  
34239 \backslash
34240 raisebox
34241 \series default
34242  are used here as spacer.
34243 \end_layout
34244
34245 \end_inset
34246
34247
34248 \end_layout
34249
34250 \end_inset
34251 </cell>
34252 </row>
34253 <row>
34254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34255 \begin_inset Text
34256
34257 \begin_layout Plain Layout
34258
34259 \backslash
34260 cancel{
34261 \backslash
34262 int
34263 \begin_inset ERT
34264 status collapsed
34265
34266 \begin_layout Plain Layout
34267
34268
34269 \backslash
34270 spce 
34271 \end_layout
34272
34273 \end_inset
34274
34275 A=B
34276 \end_layout
34277
34278 \end_inset
34279 </cell>
34280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34281 \begin_inset Text
34282
34283 \begin_layout Plain Layout
34284 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34285 \end_inset
34286
34287
34288 \end_layout
34289
34290 \end_inset
34291 </cell>
34292 </row>
34293 <row>
34294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34295 \begin_inset Text
34296
34297 \begin_layout Plain Layout
34298
34299 \backslash
34300 bcancel{
34301 \backslash
34302 int
34303 \begin_inset ERT
34304 status collapsed
34305
34306 \begin_layout Plain Layout
34307
34308
34309 \backslash
34310 spce 
34311 \end_layout
34312
34313 \end_inset
34314
34315 A=B
34316 \end_layout
34317
34318 \end_inset
34319 </cell>
34320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34321 \begin_inset Text
34322
34323 \begin_layout Plain Layout
34324 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34325 \end_inset
34326
34327
34328 \end_layout
34329
34330 \end_inset
34331 </cell>
34332 </row>
34333 <row>
34334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34335 \begin_inset Text
34336
34337 \begin_layout Plain Layout
34338
34339 \backslash
34340 xcancel{
34341 \backslash
34342 int
34343 \begin_inset ERT
34344 status collapsed
34345
34346 \begin_layout Plain Layout
34347
34348
34349 \backslash
34350 spce 
34351 \end_layout
34352
34353 \end_inset
34354
34355 A=B
34356 \end_layout
34357
34358 \end_inset
34359 </cell>
34360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34361 \begin_inset Text
34362
34363 \begin_layout Plain Layout
34364 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34365 \end_inset
34366
34367
34368 \end_layout
34369
34370 \end_inset
34371 </cell>
34372 </row>
34373 <row>
34374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34375 \begin_inset Text
34376
34377 \begin_layout Plain Layout
34378
34379 \backslash
34380 cancelto{1
34381 \begin_inset Formula $\to$
34382 \end_inset
34383
34384
34385 \backslash
34386 {
34387 \backslash
34388 int
34389 \begin_inset ERT
34390 status collapsed
34391
34392 \begin_layout Plain Layout
34393
34394
34395 \backslash
34396 spce 
34397 \end_layout
34398
34399 \end_inset
34400
34401 A=B
34402 \end_layout
34403
34404 \end_inset
34405 </cell>
34406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34407 \begin_inset Text
34408
34409 \begin_layout Plain Layout
34410 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34411 \end_inset
34412
34413
34414 \end_layout
34415
34416 \end_inset
34417 </cell>
34418 </row>
34419 </lyxtabular>
34420
34421 \end_inset
34422
34423
34424 \end_layout
34425
34426 \begin_layout Standard
34427
34428 \series bold
34429
34430 \backslash
34431 cancelto
34432 \series default
34433  is especially suitable to visualize the reduction of fractions within formulas:
34434 \begin_inset Formula \[
34435 \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}}}\]
34436
34437 \end_inset
34438
34439
34440 \end_layout
34441
34442 \begin_layout Subsection
34443 Formulas in Section Headings
34444 \begin_inset CommandInset label
34445 LatexCommand label
34446 name "sub:Formulas-in-Section"
34447
34448 \end_inset
34449
34450
34451 \begin_inset Index
34452 status collapsed
34453
34454 \begin_layout Plain Layout
34455 Formula ! in section headings
34456 \end_layout
34457
34458 \end_inset
34459
34460
34461 \end_layout
34462
34463 \begin_layout Standard
34464 When formulas are used in section headings, the following has to be taken
34465  into account:
34466 \end_layout
34467
34468 \begin_layout Standard
34469 \begin_inset Note Greyedout
34470 status open
34471
34472 \begin_layout Plain Layout
34473 When 
34474 \series bold
34475 hyperref
34476 \series default
34477
34478 \begin_inset Index
34479 status collapsed
34480
34481 \begin_layout Plain Layout
34482 Packages ! hyperref
34483 \end_layout
34484
34485 \end_inset
34486
34487  support is enabled in the document settings dialog under 
34488 \family sans
34489 PDF
34490 \begin_inset space ~
34491 \end_inset
34492
34493 Properties
34494 \family default
34495 , PDF-bookmarks are created for every section heading in the table of contents.
34496  If a section heading contains formulas, they are incorrectly displayed
34497  in the bookmark text, because formulas in bookmarks infringe the PDF convention
34498 s.
34499 \end_layout
34500
34501 \end_inset
34502
34503
34504 \end_layout
34505
34506 \begin_layout Standard
34507 Both problems can be solved by inserting at the end of the section heading
34508  a short title with the menu 
34509 \family sans
34510 Insert\SpecialChar \menuseparator
34511 Short
34512 \begin_inset space ~
34513 \end_inset
34514
34515 Title
34516 \family default
34517 .
34518  Short titles are used as alternative for multiline section headings to
34519  keep the table of contents clearly arranged.
34520  Only the short title appears in the table of contents and therefore also
34521  in the PDF-bookmark.
34522 \end_layout
34523
34524 \begin_layout Standard
34525 When formulas should be used in the table of contents but 
34526 \series bold
34527 hyperref
34528 \series default
34529  is used, one can use the following command in TeX-mode:
34530 \end_layout
34531
34532 \begin_layout Standard
34533
34534 \series bold
34535
34536 \backslash
34537 texorpdfstring{part}{alternative}
34538 \begin_inset Index
34539 status collapsed
34540
34541 \begin_layout Plain Layout
34542 Commands ! T ! 
34543 \backslash
34544 texorpdfstring
34545 \end_layout
34546
34547 \end_inset
34548
34549
34550 \end_layout
34551
34552 \begin_layout Standard
34553 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
34554  This can be characters, formulas, footnotes, but also cross-references.
34555  The alternative is used instead of the part for the bookmark.
34556 \end_layout
34557
34558 \begin_layout Standard
34559 Here are two example headings:
34560 \begin_inset VSpace -3mm
34561 \end_inset
34562
34563
34564 \begin_inset ERT
34565 status collapsed
34566
34567 \begin_layout Plain Layout
34568
34569
34570 \backslash
34571 boldmath 
34572 \end_layout
34573
34574 \end_inset
34575
34576
34577 \end_layout
34578
34579 \begin_layout Subsubsection
34580 Heading without formula in table of contents 
34581 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34582 \end_inset
34583
34584
34585 \begin_inset OptArg
34586 status collapsed
34587
34588 \begin_layout Plain Layout
34589 Heading without formula in table of contents
34590 \end_layout
34591
34592 \end_inset
34593
34594
34595 \end_layout
34596
34597 \begin_layout Subsubsection
34598 Heading with formula in table of contents
34599 \begin_inset ERT
34600 status collapsed
34601
34602 \begin_layout Plain Layout
34603
34604
34605 \backslash
34606 texorpdfstring{
34607 \end_layout
34608
34609 \end_inset
34610
34611  
34612 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34613 \end_inset
34614
34615
34616 \begin_inset ERT
34617 status collapsed
34618
34619 \begin_layout Plain Layout
34620
34621 }{}
34622 \end_layout
34623
34624 \end_inset
34625
34626
34627 \end_layout
34628
34629 \begin_layout Standard
34630 \begin_inset ERT
34631 status collapsed
34632
34633 \begin_layout Plain Layout
34634
34635
34636 \backslash
34637 unboldmath 
34638 \end_layout
34639
34640 \end_inset
34641
34642 In the first heading a short title was used, in the second one 
34643 \series bold
34644
34645 \backslash
34646 texorpdfstring
34647 \series default
34648 .
34649 \end_layout
34650
34651 \begin_layout Standard
34652 To get the same formatting as for the other headings, the complete heading
34653  was set into a 
34654 \series bold
34655 boldmath
34656 \series default
34657  environment
34658 \begin_inset Foot
34659 status collapsed
34660
34661 \begin_layout Plain Layout
34662 see 
34663 \begin_inset CommandInset ref
34664 LatexCommand ref
34665 reference "sub:Bold-Formulas"
34666
34667 \end_inset
34668
34669
34670 \end_layout
34671
34672 \end_inset
34673
34674 .
34675 \end_layout
34676
34677 \begin_layout Subsection
34678 Formulas in multi-column Text
34679 \begin_inset Index
34680 status collapsed
34681
34682 \begin_layout Plain Layout
34683 Formula ! in multi-column text
34684 \end_layout
34685
34686 \end_inset
34687
34688
34689 \end_layout
34690
34691 \begin_layout Standard
34692 Formulas in multi-column text are often too wide to fit into a column and
34693  thus need to be set over the whole page width.
34694  This is done by using the LaTeX-package 
34695 \series bold
34696 multicol
34697 \series default
34698
34699 \begin_inset Foot
34700 status collapsed
34701
34702 \begin_layout Plain Layout
34703
34704 \series bold
34705 multicol
34706 \series default
34707  is part of every LaTeX standard installation.
34708 \end_layout
34709
34710 \end_inset
34711
34712
34713 \begin_inset Index
34714 status collapsed
34715
34716 \begin_layout Plain Layout
34717 Packages ! multicol
34718 \end_layout
34719
34720 \end_inset
34721
34722 , that is loaded with the LaTeX-preamble line
34723 \end_layout
34724
34725 \begin_layout Standard
34726
34727 \series bold
34728
34729 \backslash
34730 usepackage{multicol}
34731 \end_layout
34732
34733 \begin_layout Standard
34734 \begin_inset Note Greyedout
34735 status open
34736
34737 \begin_layout Plain Layout
34738 Note herby that the setting 
34739 \family sans
34740 Two-column
34741 \begin_inset space ~
34742 \end_inset
34743
34744 document
34745 \family default
34746  in the menu 
34747 \family sans
34748 Document\SpecialChar \menuseparator
34749 Settings
34750 \family default
34751  under 
34752 \family sans
34753 Text
34754 \begin_inset space ~
34755 \end_inset
34756
34757 Layout
34758 \family default
34759 \emph on
34760  
34761 \emph default
34762 must 
34763 \emph on
34764 not
34765 \emph default
34766  be selected.
34767 \end_layout
34768
34769 \end_inset
34770
34771
34772 \end_layout
34773
34774 \begin_layout Standard
34775 Before the multi-column text the command
34776 \end_layout
34777
34778 \begin_layout Standard
34779
34780 \series bold
34781
34782 \backslash
34783 begin{multicols}{column number}
34784 \end_layout
34785
34786 \begin_layout Standard
34787 is written in TeX-mode.
34788  The column number is a number in the range of 2
34789 \begin_inset space \thinspace{}
34790 \end_inset
34791
34792 -
34793 \begin_inset space \thinspace{}
34794 \end_inset
34795
34796 10.
34797  Before the formula the multi-column text is ended by inserting the command
34798 \end_layout
34799
34800 \begin_layout Standard
34801
34802 \series bold
34803
34804 \backslash
34805 end{multicols}
34806 \end_layout
34807
34808 \begin_layout Standard
34809 in TeX-mode.
34810 \end_layout
34811
34812 \begin_layout Standard
34813 Due to the command some space is automatically added before the formula.
34814  To revert this, -6
34815 \begin_inset space \thinspace{}
34816 \end_inset
34817
34818 mm vertical space is inserted before the formula.
34819  When the formula style 
34820 \series bold
34821 Indented
34822 \begin_inset Foot
34823 status collapsed
34824
34825 \begin_layout Plain Layout
34826 formula styles see 
34827 \begin_inset CommandInset ref
34828 LatexCommand ref
34829 reference "sec:Formula-Styles"
34830
34831 \end_inset
34832
34833
34834 \end_layout
34835
34836 \end_inset
34837
34838
34839 \series default
34840  is used, -9
34841 \begin_inset space \thinspace{}
34842 \end_inset
34843
34844 mm space is inserted instead.
34845 \end_layout
34846
34847 \begin_layout Standard
34848 As example a multi-column text with a displayed formula:
34849 \end_layout
34850
34851 \begin_layout Standard
34852 \begin_inset ERT
34853 status collapsed
34854
34855 \begin_layout Plain Layout
34856
34857
34858 \backslash
34859 begin{multicols}{2}
34860 \end_layout
34861
34862 \end_inset
34863
34864 Das Spektrum wird fouriertransformiert.
34865  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
34866 , Lösungsmittel) zu trennen.
34867  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
34868  nun das Aussehen des Ausgangssignals.
34869  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
34870  über alle Phasen integrieren muss.
34871  Sei nun 
34872 \begin_inset Formula $S$
34873 \end_inset
34874
34875  unser normiertes Ausgangssignal and 
34876 \begin_inset Formula $P$
34877 \end_inset
34878
34879  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
34880 \begin_inset ERT
34881 status collapsed
34882
34883 \begin_layout Plain Layout
34884
34885
34886 \backslash
34887 end{multicols}
34888 \end_layout
34889
34890 \end_inset
34891
34892
34893 \begin_inset VSpace -6mm
34894 \end_inset
34895
34896
34897 \begin_inset Formula \begin{equation}
34898 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
34899
34900 \end_inset
34901
34902
34903 \begin_inset ERT
34904 status collapsed
34905
34906 \begin_layout Plain Layout
34907
34908
34909 \backslash
34910 begin{multicols}{2}
34911 \end_layout
34912
34913 \end_inset
34914
34915 wobei 
34916 \begin_inset Formula $S_{0}$
34917 \end_inset
34918
34919  das Signal ohne Gradient ist and the Normierungsbedingung 
34920 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34921 \end_inset
34922
34923  gilt.
34924  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
34925  Direkt nach the 
34926 \begin_inset Formula $\nicefrac{\pi}{2}$
34927 \end_inset
34928
34929
34930 \begin_inset space \thinspace{}
34931 \end_inset
34932
34933 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
34934  das Signal zusätzlich abschwächt.
34935  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
34936  
34937 \begin_inset Formula $T_{2}$
34938 \end_inset
34939
34940 -Zeit.
34941 \end_layout
34942
34943 \begin_layout Standard
34944 \begin_inset ERT
34945 status collapsed
34946
34947 \begin_layout Plain Layout
34948
34949
34950 \backslash
34951 end{multicols}
34952 \end_layout
34953
34954 \end_inset
34955
34956  
34957 \end_layout
34958
34959 \begin_layout Subsection
34960 Formulas with Description of Variables
34961 \begin_inset Index
34962 status collapsed
34963
34964 \begin_layout Plain Layout
34965 Formula ! with description of variables
34966 \end_layout
34967
34968 \end_inset
34969
34970
34971 \end_layout
34972
34973 \begin_layout Standard
34974 To describe variables within a formula, like in formula 
34975 \begin_inset CommandInset ref
34976 LatexCommand eqref
34977 reference "eq:within"
34978
34979 \end_inset
34980
34981 , a 2
34982 \series bold
34983 ×
34984 \series default
34985
34986 \begin_inset Formula $n$
34987 \end_inset
34988
34989
34990 \begin_inset space ~
34991 \end_inset
34992
34993 matrix is used with left aligned columns for the 
34994 \begin_inset Formula $n$
34995 \end_inset
34996
34997  used variables.
34998 \begin_inset Foot
34999 status collapsed
35000
35001 \begin_layout Plain Layout
35002 matrices see 
35003 \begin_inset CommandInset ref
35004 LatexCommand ref
35005 reference "sec:Matrices"
35006
35007 \end_inset
35008
35009
35010 \end_layout
35011
35012 \end_inset
35013
35014  To set the description in a smaller size, before the matrix e.
35015 \begin_inset space \thinspace{}
35016 \end_inset
35017
35018 g.
35019 \begin_inset space \space{}
35020 \end_inset
35021
35022 the command 
35023 \series bold
35024
35025 \backslash
35026 footnotesize
35027 \series default
35028  is inserted.
35029 \begin_inset Foot
35030 status collapsed
35031
35032 \begin_layout Plain Layout
35033 font sizes see 
35034 \begin_inset CommandInset ref
35035 LatexCommand ref
35036 reference "sub:Font-Sizes"
35037
35038 \end_inset
35039
35040
35041 \end_layout
35042
35043 \end_inset
35044
35045
35046 \end_layout
35047
35048 \begin_layout Standard
35049 When the formula style 
35050 \series bold
35051 Indented
35052 \begin_inset Foot
35053 status collapsed
35054
35055 \begin_layout Plain Layout
35056 formula styles see 
35057 \begin_inset CommandInset ref
35058 LatexCommand ref
35059 reference "sec:Formula-Styles"
35060
35061 \end_inset
35062
35063
35064 \end_layout
35065
35066 \end_inset
35067
35068
35069 \series default
35070  is used, a 
35071 \series bold
35072
35073 \backslash
35074 hfill
35075 \series default
35076
35077 \begin_inset Foot
35078 status collapsed
35079
35080 \begin_layout Plain Layout
35081
35082 \series bold
35083
35084 \backslash
35085 hfill
35086 \series default
35087  only works in formulas with the style 
35088 \series bold
35089 Indented
35090 \series default
35091 , see 
35092 \begin_inset CommandInset ref
35093 LatexCommand ref
35094 reference "sub:Variable-Space"
35095
35096 \end_inset
35097
35098 .
35099 \end_layout
35100
35101 \end_inset
35102
35103  is inserted before and after the matrix to have the same separation of
35104  the matrix from the equation and the side margin.
35105 \end_layout
35106
35107 \begin_layout Standard
35108 When the formula style 
35109 \series bold
35110 Centered
35111 \series default
35112  is used, the method described in 
35113 \begin_inset CommandInset ref
35114 LatexCommand ref
35115 reference "sub:Flalign-Environment"
35116
35117 \end_inset
35118
35119  is used to indent formulas.
35120  Formula 
35121 \begin_inset CommandInset ref
35122 LatexCommand eqref
35123 reference "eq:within"
35124
35125 \end_inset
35126
35127  consists of five columns whereas in the first two columns contain the equation,
35128  the third the matrix, and the last one an empty TeX-brace.
35129 \begin_inset Formula \begin{flalign}
35130 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35131 \rho & \textrm{density}\\
35132 V & \textrm{volume}\\
35133 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
35134
35135 \end_inset
35136
35137
35138 \end_layout
35139
35140 \begin_layout Subsection
35141 Upright small Greek Letters
35142 \begin_inset CommandInset label
35143 LatexCommand label
35144 name "sub:Upright-small-Greek"
35145
35146 \end_inset
35147
35148
35149 \begin_inset Index
35150 status collapsed
35151
35152 \begin_layout Plain Layout
35153 Greek letters ! upright
35154 \end_layout
35155
35156 \end_inset
35157
35158
35159 \end_layout
35160
35161 \begin_layout Standard
35162 Most of the math fonts only provide italic small Greek letters.
35163  But for symbols of elementary particles like pions and neutrinos, upright
35164  Greek letters are needed.
35165  The file 
35166 \series bold
35167 upgreek.sty
35168 \series default
35169
35170 \begin_inset Foot
35171 status collapsed
35172
35173 \begin_layout Plain Layout
35174
35175 \series bold
35176 upgreek
35177 \series default
35178  is part of the LaTeX-package 
35179 \series bold
35180 was
35181 \series default
35182
35183 \begin_inset Index
35184 status collapsed
35185
35186 \begin_layout Plain Layout
35187 Packages ! was
35188 \begin_inset ERT
35189 status collapsed
35190
35191 \begin_layout Plain Layout
35192
35193
35194 \backslash
35195 vspace{4mm}
35196 \end_layout
35197
35198 \end_inset
35199
35200
35201 \end_layout
35202
35203 \end_inset
35204
35205 .
35206 \end_layout
35207
35208 \end_inset
35209
35210
35211 \begin_inset Index
35212 status collapsed
35213
35214 \begin_layout Plain Layout
35215 Packages ! upgreek
35216 \end_layout
35217
35218 \end_inset
35219
35220  that is loaded with the LaTeX-preamble line
35221 \end_layout
35222
35223 \begin_layout Standard
35224
35225 \series bold
35226
35227 \backslash
35228 usepackage{upgreek}
35229 \end_layout
35230
35231 \begin_layout Standard
35232 provides them.
35233  
35234 \begin_inset ERT
35235 status collapsed
35236
35237 \begin_layout Plain Layout
35238
35239
35240 \backslash
35241 ifupgreek 
35242 \end_layout
35243
35244 \end_inset
35245
35246
35247 \begin_inset Note Note
35248 status open
35249
35250 \begin_layout Plain Layout
35251 The following table will only be displayed when the LaTeX-package 
35252 \series bold
35253 upgreek
35254 \series default
35255  is installed.
35256 \end_layout
35257
35258 \end_inset
35259
35260  They are created when the command for a small Greek letters is started
35261  with 
35262 \series bold
35263 up
35264 \series default
35265 .
35266  For example the command 
35267 \series bold
35268
35269 \backslash
35270 uptau
35271 \series default
35272  creates this: 
35273 \begin_inset Formula $\uptau$
35274 \end_inset
35275
35276
35277 \end_layout
35278
35279 \begin_layout Standard
35280 With these commands reactions of elementary particles can be typeset:
35281 \begin_inset Formula \[
35282 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
35283
35284 \end_inset
35285
35286
35287 \end_layout
35288
35289 \begin_layout Standard
35290 The upright letters are more bold and wider than the italic ones.
35291  They should therefore not be used for units like 
35292 \begin_inset Quotes eld
35293 \end_inset
35294
35295 µm
35296 \begin_inset Quotes erd
35297 \end_inset
35298
35299 .
35300 \end_layout
35301
35302 \begin_layout Standard
35303 \begin_inset ERT
35304 status collapsed
35305
35306 \begin_layout Plain Layout
35307
35308
35309 \backslash
35310 else 
35311 \end_layout
35312
35313 \end_inset
35314
35315
35316 \begin_inset Note Note
35317 status open
35318
35319 \begin_layout Plain Layout
35320 The following will be displayed when the LaTeX-package 
35321 \series bold
35322 upgreek
35323 \series default
35324  is not installed:
35325 \end_layout
35326
35327 \end_inset
35328
35329
35330 \end_layout
35331
35332 \begin_layout Standard
35333 You need to install the LaTeX-package 
35334 \series bold
35335 upgreek
35336 \series default
35337  to see the rest of this subsection in the output.
35338 \end_layout
35339
35340 \begin_layout Standard
35341 \begin_inset ERT
35342 status collapsed
35343
35344 \begin_layout Plain Layout
35345
35346
35347 \backslash
35348 fi 
35349 \end_layout
35350
35351 \end_inset
35352
35353
35354 \end_layout
35355
35356 \begin_layout Subsection
35357 Text Characters in Formulas
35358 \begin_inset CommandInset label
35359 LatexCommand label
35360 name "sub:Text-Characters-in"
35361
35362 \end_inset
35363
35364
35365 \begin_inset Index
35366 status collapsed
35367
35368 \begin_layout Plain Layout
35369 Text ! in formulas
35370 \end_layout
35371
35372 \end_inset
35373
35374
35375 \end_layout
35376
35377 \begin_layout Standard
35378 In some cases you might want to insert text characters directly into formulas.
35379  When for example the centered dot · is often used in formulas like 
35380 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35381 \end_inset
35382
35383 , one would have to insert the command 
35384 \series bold
35385
35386 \backslash
35387 cdot
35388 \series default
35389
35390 \begin_inset Foot
35391 status collapsed
35392
35393 \begin_layout Plain Layout
35394 see 
35395 \begin_inset CommandInset ref
35396 LatexCommand ref
35397 reference "sub:Binary-Operators"
35398
35399 \end_inset
35400
35401
35402 \end_layout
35403
35404 \end_inset
35405
35406  all the time, because this character is defined in all encodings as text
35407  character.
35408  But the encoding can be changed by this LaTeX-preamble line:
35409 \end_layout
35410
35411 \begin_layout Standard
35412
35413 \series bold
35414
35415 \backslash
35416 Declare Inputtext{183}{
35417 \backslash
35418 ifmmode
35419 \backslash
35420 cdot
35421 \backslash
35422 else
35423 \backslash
35424 textperiodcentered
35425 \backslash
35426 f\SpecialChar \textcompwordmark{}
35427 i}
35428 \end_layout
35429
35430 \begin_layout Standard
35431 The character encoding (menu 
35432 \family sans
35433 Document\SpecialChar \menuseparator
35434 Settings\SpecialChar \menuseparator
35435 Language
35436 \family default
35437 ) specifies what character appears when a keyboard key is pressed.
35438  When the key for the character '·' is pressed, internally the command 
35439 \series bold
35440
35441 \backslash
35442 textperiodcentered
35443 \series default
35444  is used.
35445  But this command is not available in a formula so that you would get LaTeX-erro
35446 rs.
35447  With the changed encoding the right command is chosen automatically, depending
35448  on if the character was inserted into a formula or not.
35449 \end_layout
35450
35451 \begin_layout Standard
35452 The encoding of several characters is saved in definition files.
35453  Fore example the encoding 
35454 \series bold
35455 latin9
35456 \series default
35457  is defined in the file 
35458 \series bold
35459 latin9.def
35460 \series default
35461  that is in the installation folder of LaTeX.
35462  Encodings should only be changed via the LaTeX-preamble and not in the
35463  definition files.
35464  Otherwise own documents could not be edited by other LyX users working
35465  on other computers.
35466 \end_layout
35467
35468 \begin_layout Standard
35469 \begin_inset VSpace medskip
35470 \end_inset
35471
35472 Besides the centered dot, in this document the degree sign ° is defined
35473  with the following LaTeX-preamble line so that it can directly be inserted
35474  to a formula:
35475 \end_layout
35476
35477 \begin_layout Standard
35478
35479 \series bold
35480
35481 \backslash
35482 DeclareInputtext{176}{
35483 \backslash
35484 ifmmode^
35485 \backslash
35486 circ
35487 \backslash
35488 else
35489 \backslash
35490 textdegree
35491 \backslash
35492 f\SpecialChar \textcompwordmark{}
35493 i}
35494 \end_layout
35495
35496 \begin_layout Standard
35497 \begin_inset Newpage newpage
35498 \end_inset
35499
35500
35501 \end_layout
35502
35503 \begin_layout Section
35504 \start_of_appendix
35505 Typographic Advice
35506 \begin_inset Index
35507 status collapsed
35508
35509 \begin_layout Plain Layout
35510 Typographic advice
35511 \end_layout
35512
35513 \end_inset
35514
35515
35516 \end_layout
35517
35518 \begin_layout Standard
35519 This section is a summary of the most important typographic rules, listed
35520  in ISO norms.
35521 \begin_inset Foot
35522 status collapsed
35523
35524 \begin_layout Plain Layout
35525 This collection was partly taken from the German semi-official dictionary
35526  called 
35527 \begin_inset Quotes eld
35528 \end_inset
35529
35530 Duden
35531 \begin_inset Quotes erd
35532 \end_inset
35533
35534  
35535 \begin_inset CommandInset citation
35536 LatexCommand cite
35537 key "Duden"
35538
35539 \end_inset
35540
35541  that lists some of the ISO rules.
35542 \end_layout
35543
35544 \end_inset
35545
35546
35547 \end_layout
35548
35549 \begin_layout Itemize
35550 Physical units are 
35551 \emph on
35552 always
35553 \emph default
35554  set upright
35555 \begin_inset Foot
35556 status collapsed
35557
35558 \begin_layout Plain Layout
35559 done with font styles, see 
35560 \begin_inset CommandInset ref
35561 LatexCommand ref
35562 reference "sub:Font-Styles"
35563
35564 \end_inset
35565
35566
35567 \end_layout
35568
35569 \end_inset
35570
35571 : 30
35572 \begin_inset space \thinspace{}
35573 \end_inset
35574
35575 km/h
35576 \begin_inset Newline newline
35577 \end_inset
35578
35579 Between the value and the unit is the smallest space, see 
35580 \begin_inset CommandInset ref
35581 LatexCommand ref
35582 reference "sub:Predefined-Space"
35583
35584 \end_inset
35585
35586 .
35587 \begin_inset Newline newline
35588 \end_inset
35589
35590 This convention is automatically fulfilled when the command 
35591 \series bold
35592
35593 \backslash
35594 unittwo
35595 \series default
35596  is used.
35597  When it is entered to a formula, two boxes appear.
35598  In the first one the value is inserted, in the second one the unit, and
35599  one gets as above: 
35600 \begin_inset Formula $\unit[30]{km/h}$
35601 \end_inset
35602
35603
35604 \begin_inset space \thinspace{}
35605 \end_inset
35606
35607 .
35608  Note that 
35609 \series bold
35610
35611 \backslash
35612 unittwo
35613 \series default
35614  is not a real LaTeX command but the command 
35615 \series bold
35616
35617 \backslash
35618 unit[value]{unit}
35619 \series default
35620 , therefore you cannot use it in TeX code.
35621 \end_layout
35622
35623 \begin_layout Itemize
35624 Percent and perthousand signs are set like physical units:
35625 \begin_inset Newline newline
35626 \end_inset
35627
35628 1,2
35629 \begin_inset space \thinspace{}
35630 \end_inset
35631
35632 ‰ alcohol in blood
35633 \end_layout
35634
35635 \begin_layout Itemize
35636 The degree sign follows directly on the value: 15°, but not when it is used
35637  in units: 15
35638 \begin_inset space \thinspace{}
35639 \end_inset
35640
35641 °C
35642 \end_layout
35643
35644 \begin_layout Itemize
35645 In numbers with more than four digits the smallest space is inserted before
35646  every third digit to group them: 
35647 \family roman
35648 \series medium
35649 \shape up
35650 \size normal
35651 \emph off
35652 \bar no
35653 \noun off
35654 \color none
35655 18
35656 \begin_inset space \thinspace{}
35657 \end_inset
35658
35659 473
35660 \begin_inset space \thinspace{}
35661 \end_inset
35662
35663 588
35664 \end_layout
35665
35666 \begin_layout Itemize
35667 For dimensions like 120×90×40
35668 \begin_inset space \thinspace{}
35669 \end_inset
35670
35671 cm the multiplication sign 
35672 \begin_inset Quotes eld
35673 \end_inset
35674
35675 ×
35676 \begin_inset Quotes erd
35677 \end_inset
35678
35679  is used.
35680  It is available via the menu 
35681 \family sans
35682 Insert\SpecialChar \menuseparator
35683 Special Character\SpecialChar \menuseparator
35684 Symbols
35685 \family default
35686 .
35687  With some keyboard definitions it can also be inserted directly.
35688 \end_layout
35689
35690 \begin_layout Itemize
35691 Functions with names consisting of several letters are set upright to avoid
35692  confusions, see 
35693 \begin_inset CommandInset ref
35694 LatexCommand ref
35695 reference "sub:Predefined-Functions"
35696
35697 \end_inset
35698
35699 .
35700 \end_layout
35701
35702 \begin_layout Itemize
35703 Indices consisting of several letters, are set upright: 
35704 \begin_inset Formula $E_{\mathrm{kin}}$
35705 \end_inset
35706
35707
35708 \begin_inset Newline newline
35709 \end_inset
35710
35711 Components of matrices are set italic: 
35712 \begin_inset Formula $\hat{H}_{kl}$
35713 \end_inset
35714
35715
35716 \end_layout
35717
35718 \begin_layout Itemize
35719 The differentiation/integration operator 'd', the Euler's number 'e', and
35720  the imaginary unit 'i' should be set upright, to avoid mixing them up with
35721  other variables.
35722 \end_layout
35723
35724 \begin_layout Standard
35725 \begin_inset Newpage newpage
35726 \end_inset
35727
35728
35729 \end_layout
35730
35731 \begin_layout Section
35732 Synonyms
35733 \begin_inset Index
35734 status collapsed
35735
35736 \begin_layout Plain Layout
35737 Synonyms
35738 \end_layout
35739
35740 \end_inset
35741
35742
35743 \end_layout
35744
35745 \begin_layout Standard
35746 Some characters and symbols can be created with several commands.
35747  Here is a list of the synonym commands:
35748 \end_layout
35749
35750 \begin_layout Standard
35751 \begin_inset VSpace bigskip
35752 \end_inset
35753
35754
35755 \begin_inset space \hfill{}
35756 \end_inset
35757
35758
35759 \begin_inset Tabular
35760 <lyxtabular version="3" rows="12" columns="2">
35761 <features>
35762 <column alignment="center" valignment="top" width="0pt">
35763 <column alignment="center" valignment="top" width="0pt">
35764 <row>
35765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35766 \begin_inset Text
35767
35768 \begin_layout Plain Layout
35769 Command
35770 \end_layout
35771
35772 \end_inset
35773 </cell>
35774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35775 \begin_inset Text
35776
35777 \begin_layout Plain Layout
35778 equivalent to
35779 \begin_inset Note Note
35780 status collapsed
35781
35782 \begin_layout Plain Layout
35783
35784 \series bold
35785
35786 \backslash
35787 raisebox
35788 \series default
35789  is only used as spacer.
35790 \end_layout
35791
35792 \end_inset
35793
35794
35795 \end_layout
35796
35797 \end_inset
35798 </cell>
35799 </row>
35800 <row>
35801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35802 \begin_inset Text
35803
35804 \begin_layout Plain Layout
35805
35806 \backslash
35807 ast
35808 \end_layout
35809
35810 \end_inset
35811 </cell>
35812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35813 \begin_inset Text
35814
35815 \begin_layout Plain Layout
35816 \begin_inset ERT
35817 status collapsed
35818
35819 \begin_layout Plain Layout
35820
35821
35822 \backslash
35823 raisebox{-1.2mm}{
35824 \end_layout
35825
35826 \end_inset
35827
35828 *
35829 \begin_inset ERT
35830 status collapsed
35831
35832 \begin_layout Plain Layout
35833
35834 }
35835 \end_layout
35836
35837 \end_inset
35838
35839
35840 \end_layout
35841
35842 \end_inset
35843 </cell>
35844 </row>
35845 <row>
35846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35847 \begin_inset Text
35848
35849 \begin_layout Plain Layout
35850
35851 \backslash
35852 choose
35853 \end_layout
35854
35855 \end_inset
35856 </cell>
35857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35858 \begin_inset Text
35859
35860 \begin_layout Plain Layout
35861
35862 \backslash
35863 binom
35864 \end_layout
35865
35866 \end_inset
35867 </cell>
35868 </row>
35869 <row>
35870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35871 \begin_inset Text
35872
35873 \begin_layout Plain Layout
35874
35875 \backslash
35876 geq
35877 \end_layout
35878
35879 \end_inset
35880 </cell>
35881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35882 \begin_inset Text
35883
35884 \begin_layout Plain Layout
35885
35886 \backslash
35887 ge
35888 \end_layout
35889
35890 \end_inset
35891 </cell>
35892 </row>
35893 <row>
35894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35895 \begin_inset Text
35896
35897 \begin_layout Plain Layout
35898
35899 \backslash
35900 lbrace
35901 \end_layout
35902
35903 \end_inset
35904 </cell>
35905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35906 \begin_inset Text
35907
35908 \begin_layout Plain Layout
35909 {
35910 \end_layout
35911
35912 \end_inset
35913 </cell>
35914 </row>
35915 <row>
35916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35917 \begin_inset Text
35918
35919 \begin_layout Plain Layout
35920
35921 \backslash
35922 lbracket
35923 \end_layout
35924
35925 \end_inset
35926 </cell>
35927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35928 \begin_inset Text
35929
35930 \begin_layout Plain Layout
35931 [
35932 \end_layout
35933
35934 \end_inset
35935 </cell>
35936 </row>
35937 <row>
35938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35939 \begin_inset Text
35940
35941 \begin_layout Plain Layout
35942
35943 \backslash
35944 leftarrow
35945 \end_layout
35946
35947 \end_inset
35948 </cell>
35949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35950 \begin_inset Text
35951
35952 \begin_layout Plain Layout
35953
35954 \backslash
35955 gets
35956 \end_layout
35957
35958 \end_inset
35959 </cell>
35960 </row>
35961 <row>
35962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35963 \begin_inset Text
35964
35965 \begin_layout Plain Layout
35966
35967 \backslash
35968 leq
35969 \end_layout
35970
35971 \end_inset
35972 </cell>
35973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35974 \begin_inset Text
35975
35976 \begin_layout Plain Layout
35977
35978 \backslash
35979 le
35980 \end_layout
35981
35982 \end_inset
35983 </cell>
35984 </row>
35985 <row>
35986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35987 \begin_inset Text
35988
35989 \begin_layout Plain Layout
35990
35991 \backslash
35992 lor
35993 \end_layout
35994
35995 \end_inset
35996 </cell>
35997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35998 \begin_inset Text
35999
36000 \begin_layout Plain Layout
36001
36002 \backslash
36003 vee
36004 \end_layout
36005
36006 \end_inset
36007 </cell>
36008 </row>
36009 <row>
36010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36011 \begin_inset Text
36012
36013 \begin_layout Plain Layout
36014
36015 \backslash
36016 neq
36017 \end_layout
36018
36019 \end_inset
36020 </cell>
36021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36022 \begin_inset Text
36023
36024 \begin_layout Plain Layout
36025
36026 \backslash
36027 not=
36028 \end_layout
36029
36030 \end_inset
36031 </cell>
36032 </row>
36033 <row>
36034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36035 \begin_inset Text
36036
36037 \begin_layout Plain Layout
36038
36039 \backslash
36040 slash
36041 \end_layout
36042
36043 \end_inset
36044 </cell>
36045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36046 \begin_inset Text
36047
36048 \begin_layout Plain Layout
36049 /
36050 \end_layout
36051
36052 \end_inset
36053 </cell>
36054 </row>
36055 <row>
36056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36057 \begin_inset Text
36058
36059 \begin_layout Plain Layout
36060
36061 \backslash
36062 vert
36063 \end_layout
36064
36065 \end_inset
36066 </cell>
36067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36068 \begin_inset Text
36069
36070 \begin_layout Plain Layout
36071 |
36072 \end_layout
36073
36074 \end_inset
36075 </cell>
36076 </row>
36077 </lyxtabular>
36078
36079 \end_inset
36080
36081
36082 \begin_inset space \hfill{}
36083 \end_inset
36084
36085
36086 \begin_inset Tabular
36087 <lyxtabular version="3" rows="12" columns="2">
36088 <features>
36089 <column alignment="center" valignment="top" width="0pt">
36090 <column alignment="center" valignment="top" width="0pt">
36091 <row>
36092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36093 \begin_inset Text
36094
36095 \begin_layout Plain Layout
36096 Command
36097 \end_layout
36098
36099 \end_inset
36100 </cell>
36101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36102 \begin_inset Text
36103
36104 \begin_layout Plain Layout
36105 equivalent to
36106 \end_layout
36107
36108 \end_inset
36109 </cell>
36110 </row>
36111 <row>
36112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36113 \begin_inset Text
36114
36115 \begin_layout Plain Layout
36116
36117 \backslash
36118 backslash
36119 \end_layout
36120
36121 \end_inset
36122 </cell>
36123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36124 \begin_inset Text
36125
36126 \begin_layout Plain Layout
36127
36128 \backslash
36129
36130 \backslash
36131
36132 \end_layout
36133
36134 \end_inset
36135 </cell>
36136 </row>
36137 <row>
36138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36139 \begin_inset Text
36140
36141 \begin_layout Plain Layout
36142
36143 \backslash
36144 dasharrow
36145 \end_layout
36146
36147 \end_inset
36148 </cell>
36149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36150 \begin_inset Text
36151
36152 \begin_layout Plain Layout
36153
36154 \backslash
36155 dashrightarrow
36156 \end_layout
36157
36158 \end_inset
36159 </cell>
36160 </row>
36161 <row>
36162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36163 \begin_inset Text
36164
36165 \begin_layout Plain Layout
36166
36167 \backslash
36168 land
36169 \end_layout
36170
36171 \end_inset
36172 </cell>
36173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36174 \begin_inset Text
36175
36176 \begin_layout Plain Layout
36177
36178 \backslash
36179 wedge
36180 \end_layout
36181
36182 \end_inset
36183 </cell>
36184 </row>
36185 <row>
36186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36187 \begin_inset Text
36188
36189 \begin_layout Plain Layout
36190
36191 \backslash
36192 rbrace
36193 \end_layout
36194
36195 \end_inset
36196 </cell>
36197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36198 \begin_inset Text
36199
36200 \begin_layout Plain Layout
36201 }
36202 \end_layout
36203
36204 \end_inset
36205 </cell>
36206 </row>
36207 <row>
36208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36209 \begin_inset Text
36210
36211 \begin_layout Plain Layout
36212
36213 \backslash
36214 rbracket
36215 \end_layout
36216
36217 \end_inset
36218 </cell>
36219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36220 \begin_inset Text
36221
36222 \begin_layout Plain Layout
36223 ]
36224 \end_layout
36225
36226 \end_inset
36227 </cell>
36228 </row>
36229 <row>
36230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36231 \begin_inset Text
36232
36233 \begin_layout Plain Layout
36234
36235 \backslash
36236 rightarrow
36237 \end_layout
36238
36239 \end_inset
36240 </cell>
36241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36242 \begin_inset Text
36243
36244 \begin_layout Plain Layout
36245
36246 \backslash
36247 to
36248 \end_layout
36249
36250 \end_inset
36251 </cell>
36252 </row>
36253 <row>
36254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36255 \begin_inset Text
36256
36257 \begin_layout Plain Layout
36258
36259 \backslash
36260 lnot
36261 \end_layout
36262
36263 \end_inset
36264 </cell>
36265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36266 \begin_inset Text
36267
36268 \begin_layout Plain Layout
36269
36270 \backslash
36271 neg
36272 \end_layout
36273
36274 \end_inset
36275 </cell>
36276 </row>
36277 <row>
36278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36279 \begin_inset Text
36280
36281 \begin_layout Plain Layout
36282
36283 \backslash
36284 ne
36285 \end_layout
36286
36287 \end_inset
36288 </cell>
36289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36290 \begin_inset Text
36291
36292 \begin_layout Plain Layout
36293
36294 \backslash
36295 not=
36296 \end_layout
36297
36298 \end_inset
36299 </cell>
36300 </row>
36301 <row>
36302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36303 \begin_inset Text
36304
36305 \begin_layout Plain Layout
36306
36307 \backslash
36308 owns
36309 \end_layout
36310
36311 \end_inset
36312 </cell>
36313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36314 \begin_inset Text
36315
36316 \begin_layout Plain Layout
36317
36318 \backslash
36319 ni
36320 \end_layout
36321
36322 \end_inset
36323 </cell>
36324 </row>
36325 <row>
36326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36327 \begin_inset Text
36328
36329 \begin_layout Plain Layout
36330
36331 \backslash
36332 square
36333 \end_layout
36334
36335 \end_inset
36336 </cell>
36337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36338 \begin_inset Text
36339
36340 \begin_layout Plain Layout
36341
36342 \backslash
36343 Box
36344 \end_layout
36345
36346 \end_inset
36347 </cell>
36348 </row>
36349 <row>
36350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36351 \begin_inset Text
36352
36353 \begin_layout Plain Layout
36354
36355 \backslash
36356 Vert
36357 \end_layout
36358
36359 \end_inset
36360 </cell>
36361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36362 \begin_inset Text
36363
36364 \begin_layout Plain Layout
36365
36366 \backslash
36367 |
36368 \end_layout
36369
36370 \end_inset
36371 </cell>
36372 </row>
36373 </lyxtabular>
36374
36375 \end_inset
36376
36377
36378 \begin_inset space \hfill{}
36379 \end_inset
36380
36381
36382 \end_layout
36383
36384 \begin_layout Standard
36385 \begin_inset Newpage newpage
36386 \end_inset
36387
36388
36389 \end_layout
36390
36391 \begin_layout Bibliography
36392 \begin_inset CommandInset bibitem
36393 LatexCommand bibitem
36394 key "TLC2"
36395
36396 \end_inset
36397
36398
36399 \shape smallcaps
36400 Mittelbach, F.
36401  ; Goossens, M.
36402 \shape default
36403
36404 \shape italic
36405 The LaTeX Companion
36406 \shape default
36407 .
36408  Addison Wesley, 2004
36409 \end_layout
36410
36411 \begin_layout Bibliography
36412 \begin_inset CommandInset bibitem
36413 LatexCommand bibitem
36414 key "Mathmode"
36415
36416 \end_inset
36417
36418
36419 \begin_inset CommandInset href
36420 LatexCommand href
36421 name "Description"
36422 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36423
36424 \end_inset
36425
36426  of LaTeX's math abilities
36427 \end_layout
36428
36429 \begin_layout Bibliography
36430 \begin_inset CommandInset bibitem
36431 LatexCommand bibitem
36432 key "Voss"
36433
36434 \end_inset
36435
36436 LaTeX tips and tricks-
36437 \begin_inset CommandInset href
36438 LatexCommand href
36439 name "page"
36440 target "http://tug.org/TeXnik/"
36441
36442 \end_inset
36443
36444
36445 \end_layout
36446
36447 \begin_layout Bibliography
36448 \begin_inset CommandInset bibitem
36449 LatexCommand bibitem
36450 key "AMS"
36451
36452 \end_inset
36453
36454
36455 \begin_inset CommandInset href
36456 LatexCommand href
36457 name "Description"
36458 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
36459
36460 \end_inset
36461
36462  of 
36463 \begin_inset ERT
36464 status collapsed
36465
36466 \begin_layout Plain Layout
36467
36468
36469 \backslash
36470 AmS
36471 \end_layout
36472
36473 \end_inset
36474
36475 -LaTeX
36476 \end_layout
36477
36478 \begin_layout Bibliography
36479 \begin_inset CommandInset bibitem
36480 LatexCommand bibitem
36481 key "Symbole"
36482
36483 \end_inset
36484
36485
36486 \begin_inset CommandInset href
36487 LatexCommand href
36488 name "List"
36489 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36490
36491 \end_inset
36492
36493  of all symbols available with LaTeX-packages
36494 \end_layout
36495
36496 \begin_layout Bibliography
36497 \begin_inset CommandInset bibitem
36498 LatexCommand bibitem
36499 key "hyperref"
36500
36501 \end_inset
36502
36503
36504 \begin_inset CommandInset href
36505 LatexCommand href
36506 name "Documentation"
36507 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36508
36509 \end_inset
36510
36511  of the LaTeX-package 
36512 \series bold
36513 hyperref
36514 \series default
36515
36516 \begin_inset Index
36517 status collapsed
36518
36519 \begin_layout Plain Layout
36520 Packages ! hyperref
36521 \end_layout
36522
36523 \end_inset
36524
36525
36526 \end_layout
36527
36528 \begin_layout Bibliography
36529 \begin_inset CommandInset bibitem
36530 LatexCommand bibitem
36531 key "Mathclap"
36532
36533 \end_inset
36534
36535
36536 \begin_inset CommandInset href
36537 LatexCommand href
36538 name "Description"
36539 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36540
36541 \end_inset
36542
36543  of the command 
36544 \series bold
36545
36546 \backslash
36547 mathclap
36548 \series default
36549 , described in 
36550 \begin_inset CommandInset ref
36551 LatexCommand ref
36552 reference "sub:Operator-Limits"
36553
36554 \end_inset
36555
36556
36557 \begin_inset Index
36558 status collapsed
36559
36560 \begin_layout Plain Layout
36561 Commands ! M ! 
36562 \backslash
36563 mathclap
36564 \end_layout
36565
36566 \end_inset
36567
36568
36569 \end_layout
36570
36571 \begin_layout Bibliography
36572 \begin_inset CommandInset bibitem
36573 LatexCommand bibitem
36574 key "Duden"
36575
36576 \end_inset
36577
36578
36579 \emph on
36580 Duden Band 1
36581 \emph default
36582 .
36583  22.
36584  Auflage, Duden 2001
36585 \end_layout
36586
36587 \begin_layout Subsubsection*
36588 \begin_inset CommandInset index_print
36589 LatexCommand printindex
36590
36591 \end_inset
36592
36593
36594 \end_layout
36595
36596 \end_body
36597 \end_document